@charset "utf-8";
/* CSS Document */
/*----------------
RESET CSS
-----------------*/
body {
	top:0;
	bottom:0;
	left:0;
	right:0;
	margin:auto;
	padding:0;
	background:#fff;
	color:#000000;
	text-align:center;
	font-family: 'Inter';
	font-weight: normal;
	}
div, ul, h1, h2, h3, h4, h5, li, p, img, form, input, textarea {margin:0;padding:0;}
header, section, footer, aside, nav, main, article, figure {display: block;}
table, tr, td {border:0;}
a{outline: none; color:inherit; text-decoration:none;}
a:hover {}
img {border:none; height:auto;}
li {list-style:none;}
*{box-sizing:border-box;}
.img-full{max-width:100%;}
.clearall{
	clear:both;
	font-size:1px;
	line-height:1px;
	height:1px;
	}
.forMob,.forTab{ display:none;}
.fl{ float:left;}
.fr{ float:right;}
.overflow{ overflow:hidden;}
/*-----------------------
MAIN CSS START
------------------------*/
.container {
	width:1170px;
	margin: 0 auto;
	padding: 0;
	position: relative;
	}
/*-----------------------
FONTS
------------------------*/

@font-face {
    font-family: 'Spline Sans';
    src: url('SplineSans-SemiBold.woff2') format('woff2'),
        url('SplineSans-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Plus Jakarta Sans';
    src: url('PlusJakartaSans-ExtraBold.woff2') format('woff2'),
        url('PlusJakartaSans-ExtraBold.woff') format('woff');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Spline Sans';
    src: url('SplineSans-Regular.woff2') format('woff2'),
        url('SplineSans-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('Inter-Light.woff2') format('woff2'),
        url('Inter-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('Inter-Medium.woff2') format('woff2'),
        url('Inter-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('Inter-Regular.woff2') format('woff2'),
        url('Inter-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('Inter-SemiBold.woff2') format('woff2'),
        url('Inter-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

/*=====================*/
.top-fix-bar {
	float: left;
	width: 100%;
	margin-bottom:85px;
	}
.header{
	float:left;
	width:100%;
	height:85px;
	margin-top: -85px;
    position: relative;
    top:85px;
	padding:0 5%;
	}
.fixed-nav .header{
	position: fixed;
	z-index: 99;
	top: 0;
	background:#fff;
	-webkit-transition: margin .3s ease-out;
    transition: margin .3s ease-out;
	margin-top:0;
	-webkit-box-shadow: 0 3px 4px 0 rgba(0,0,0,0.1);
	box-shadow: 0 3px 4px 0 rgba(0,0,0,0.1);
	}
.header-container{
	float:left;
	width:100%;
	position:relative;
	
	}
.logo{
	float:left;
	margin-top:10px;
	width:289px;
	}

.header_right{
	float:right;
	margin-top:18px;
	display: flex;
    align-items: center;
    justify-content: center;
	}
a.header-btn{ 
	float:right; 
	width:180px;
	font-size:18px;
	color:#ffffff;
	height:50px;
	border-radius:10px;
	font-weight:600;
	line-height:50px;
	font-family: 'Spline Sans';
	
	background: rgb(33,73,208);
	background: -moz-linear-gradient(90deg, rgba(33,73,208,1) 0%, rgba(48,65,208,1) 23%, rgba(71,53,208,1) 48%, rgba(104,35,208,1) 71%, rgba(114,30,208,1) 100%);
	background: -webkit-linear-gradient(90deg, rgba(33,73,208,1) 0%, rgba(48,65,208,1) 23%, rgba(71,53,208,1) 48%, rgba(104,35,208,1) 71%, rgba(114,30,208,1) 100%);
	background: linear-gradient(90deg, rgba(33,73,208,1) 0%, rgba(48,65,208,1) 23%, rgba(71,53,208,1) 48%, rgba(104,35,208,1) 71%, rgba(114,30,208,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#2149d0",endColorstr="#721ed0",GradientType=1);
	}
.user-profile{
	float:right;
	margin-right:20px;
	}
.user-profile img{
	display:inline-block;
	vertical-align:middle;
	width:20px;
	}
ul.mainMenu{
	position: absolute;
    left: 50%;
    top: 35px;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
	}
ul.mainMenu li{
	float:left;
    padding:0 20px;
	border-right:1px solid #000;
	}
ul.mainMenu li:first-child{ padding-left:0;}
ul.mainMenu li:last-child{ border:none;}
ul.mainMenu li a{
	float:left;
	color:#000000;
	font-size:16px;
	line-height:16px;
	}
ul.mainMenu li a.active,ul.mainMenu li a:hover{color:#665aec;}

/*MOBILE MENU CSS*/
.mob-mnu-ic{
    cursor: pointer;
    position:absolute;
    right:0;
    top:35px;
	z-index:16;
	height:30px;
	}
.mob-mnu-ic button{
	outline: none;
    -webkit-appearance: none;
	background: none;
	padding:0;
    cursor: pointer;
	border: none;
	margin:0;
	}
.mob-mnu-ic span{
	color:#fff;
	display:inline-block;
	vertical-align:top;
	font-size:16px;
	margin-top:4px;
	margin-right:5px;
	}
.bar1, .bar2, .bar3 {
	width: 23px;
	height: 2px;
	background-color: #a7a7a7;
	transition: 0.4s;
	}
.bar2{margin: 5px 0;}
.dl-active .bar1 {
	-webkit-transform: rotate(-45deg) translate(-4.5px, 5px);
	transform: rotate(-45deg) translate(-4.5px, 5px);
	background:#a7a7a7;
	}
.dl-active .bar2 {opacity: 0;}
.dl-active .bar3 {
	-webkit-transform: rotate(45deg) translate(-5px, -5px);
	transform: rotate(45deg) translate(-5px, -5px);
	background:#a7a7a7;
	}
.mobilemenu{
	left:0;
	position:fixed;
	top:100px;
	background:#fff;
	z-index:12;
	right:0;
	bottom:0;
	overflow:scroll;
	display:none;
	border-top:1px solid #ddd;
	}
.mobimenu-top{ top:80px;}
.mobilemenu li{
	float:left;
	width:100%;
	text-align:left;
	border-bottom:1px solid #ddd;
	}
.mobilemenu li a{
	float:left;
	width:100%;
	padding:17px 20px;
	font-size:17px;
	letter-spacing:0.3px;
	color:#000;
	}
.mobilemenu li a.header-btn {
    float: left;
    width: 150px;
    font-size: 18px;
    color: #ffffff;
    height: 42px;
    line-height: 40px;
    font-weight: 600;
    margin:10px 0;
    border-radius: 20px;
    background: #19c354;
	padding:0;
	text-align:center;
	}

/*================
hero_section
==================*/
.hero_section{
	float:left;
	width:100%;
	padding-bottom:50px;
	background: url(../images/hero-bg.jpg) no-repeat center top;
	background-size:cover;
	position:relative;
	overflow:hidden;
	}
.hero_section-content{
	display:inline-block;
	vertical-align:top;
	width:100%;
	text-align:center;
	padding:25px 0 50px 0;
	position: relative;
    z-index:11;
	}
.hero_top-strip{
	display:inline-block;
	vertical-align:top;
	font-size:16px;
	line-height:22px;
	color:#ffffff;
	padding:7px 25px;
	border-radius:40px;
	background: rgb(208,30,112);
background: -moz-linear-gradient(90deg, rgba(208,30,112,1) 0%, rgba(217,50,101,1) 35%, rgba(229,75,87,1) 49%, rgba(241,101,73,1) 71%, rgba(248,115,65,1) 100%);
background: -webkit-linear-gradient(90deg, rgba(208,30,112,1) 0%, rgba(217,50,101,1) 35%, rgba(229,75,87,1) 49%, rgba(241,101,73,1) 71%, rgba(248,115,65,1) 100%);
background: linear-gradient(90deg, rgba(208,30,112,1) 0%, rgba(217,50,101,1) 35%, rgba(229,75,87,1) 49%, rgba(241,101,73,1) 71%, rgba(248,115,65,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#d01e70",endColorstr="#f87341",GradientType=1);
	}
.hero_heading{
	font-size:60px;
	line-height:74px;
	color:#000000;
	font-weight:800;
	font-family: 'Plus Jakarta Sans';
	margin-top:15px;
	letter-spacing:-1px;
	}
.hero_heading span{
	background: -webkit-linear-gradient(45deg, #5e5deb, #9347f3 90%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
	}
.hero_para{
	font-size:24px;
	line-height:34px;
	color:#000000;
	margin-top:30px;
	letter-spacing:0.3px;
	}
.button_box{
	display:inline-block;
	vertical-align:top;
	margin-top: 45px;
	max-width:205px;
	width:100%;
	}
.common_button{
	display:flex;
	align-items: center;
    justify-content: center;
	width:100%;
	height:68px;
	border-radius:10px;
	font-weight:600;
	line-height:50px;
	font-size:20px;
	line-height:26px;
	letter-spacing:0.5px;
	color:#ffffff;
	text-align:center;
	font-family: 'Spline Sans';
	transition: all .15s ease-in-out;
	
	background: rgb(33,73,208);
	background: -moz-linear-gradient(90deg, rgba(33,73,208,1) 0%, rgba(48,65,208,1) 23%, rgba(71,53,208,1) 48%, rgba(104,35,208,1) 71%, rgba(114,30,208,1) 100%);
	background: -webkit-linear-gradient(90deg, rgba(33,73,208,1) 0%, rgba(48,65,208,1) 23%, rgba(71,53,208,1) 48%, rgba(104,35,208,1) 71%, rgba(114,30,208,1) 100%);
	background: linear-gradient(90deg, rgba(33,73,208,1) 0%, rgba(48,65,208,1) 23%, rgba(71,53,208,1) 48%, rgba(104,35,208,1) 71%, rgba(114,30,208,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#2149d0",endColorstr="#721ed0",GradientType=1);
	}
.common_button:hover{
	transition: all .15s ease-in-out;
	transform: translateY(-0.25em);
	box-shadow:3px 3px 7px 2px rgba(0,0,0,0.2);
	}
.hero-shape1{
	position:absolute;
	left:2%;
	bottom: 28%;
	max-width: 527px;
    width: 28vw;
	}
.hero-shape2{
	position:absolute;
	right:-1%;
	bottom: 24%;
	max-width: 525px;
    width: 28vw;
	}
.hero_banner-slider{
	float:left;
	width:100%;
	min-width: 110%;
	display: flex;
    display: -webkit-flex;
    justify-content: space-between;
	position:relative;
	z-index:11;
	transform:translateX(-80px);
	}
.hero_banner-slider-col{
	padding:0 8px;
	transition: all .4s;
	width: 380px;
    height: 380px;
    min-height: 380px;
    min-width: 380px;
	}
.banner_slider-img{
	display:block;
	margin:0 auto;
	width:100%;
	transition: all .4s;
	}
.banner_slider-img:hover {
    transform: scale(1.1);
	-webkit-transform: scale(1.1);
    box-shadow: 0 30px 40px #c8bbe3;
	-webkit-box-shadow: 0 30px 40px #c8bbe3;
	}


/*====scroll_strip====*/
.scroll_strip{
	float:left;
	width:100%;
	background:#000;
	padding:40px 0;
	overflow: hidden;
	
	display: flex;
    flex-wrap: nowrap;
	}
ul.scroll_strip_list{
    display: flex;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    flex-shrink: 0;
    animation: marquee-horizontal 20s linear infinite;
	}
ul.scroll_strip_list li{
	display: flex;
    align-items: center;
    justify-content: center;
	padding:0 40px;
	position:relative;
	}
ul.scroll_strip_list li img{
	display:inline-block;
	vertical-align:middle;
	height:35px;
	width:auto;
	max-width:100%;
	}

@keyframes marquee-horizontal {
	from {transform: translateX(0);}
	to {transform: translateX(-100%);}
	}


/*----------------
sectionOne
-----------------*/
.sectionOne{
	float:left;
	width:100%;
	padding:80px 0;
	}
.sec_line{
	display:block;
	margin:-40px auto 40px;
	height:80px;
	width:1px;
	border-left:1px solid #000000;
	}
.common_heading{
	font-size:52px;
    line-height: 62px;
    color: #000000;
    font-weight: 800;
    font-family: 'Plus Jakarta Sans';
    letter-spacing: -0.5px;
	}
.common_heading span.heading_color{
	background: -webkit-linear-gradient(45deg, #5e5deb, #9347f3 90%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
	}
.common_text{
	font-size:20px;
	line-height:30px;
	color:#000;
	font-weight:300;
	margin-top:30px;
	}
.common_text span.underline{
	border-bottom:1px solid #fff;
	}
.sec1_row{
	width:100%;
	max-width:1300px;
	display: flex;
    display: -webkit-flex;
	flex-wrap: wrap;
    column-gap: 3%;
	margin:0 auto;
	padding:0 15px;
	}
.sec1_col{
	width:31.3333%;
	text-align:left;
	padding:40px 30px 70px 30px;
	border:1px solid #ff9393;
	background:#fff2f2;
	margin-top:55px;
	border-radius:3px;
	}
.sec1_col-bg2{
	border:1px solid #5959ff;
	background:#f2f2ff;
	}
.sec1_col-bg3{
	border:1px solid #69c5ff;
	background:#f2faff;
	}
.s1-icon{
	display:block;
	margin:0 0 40px;
	width:100px;
	}
.sec1_col p{
	font-size:30px;
	line-height:40px;
	color:#000000;
	font-weight:300;
	}

/*----------------
sectionTwo
-----------------*/
.sectionTwo{
	float:left;
	width:100%;
	background:#f9fbfc;
	padding:0 0 80px 0;
	}
.sec2_mdl{
	width:100%;
	max-width:1350px;
	margin:20px auto;
	padding:0 15px;
	}
.sec2_row{
	width:100%;
	display: flex;
    display: -webkit-flex;
	align-items: center;
    justify-content: space-between;
	flex-wrap: wrap;
	border-radius:10px;
	padding:60px 80px;
	margin-top:35px;
	}
.sec2_row1{ background:#f2f2ff;}
.sec2_row2{ background:#fff2f2;}
.sec2_row3{background:#ecf7fd;}
.sec2_row4{ background:#fff2f2;}
.sec2_row.reverse{flex-direction: row-reverse;}
.sec2_imgbox{
	width:49%;
	padding:25px 0 0 25px;
	position:relative;
	}
.sec2_imgbox:before{
	position:absolute;
	left:-5px;
	top:-5px;
	right:35px;
	bottom:35px;
	border:1px dashed #146ef5;
	content:"";
	border-radius:3px;
	}
.sec2_row2 .sec2_imgbox:before{border:1px dashed #35bca1;}
.sec2_row3 .sec2_imgbox:before{border:1px dashed #6923d0;}
.sec2_row4 .sec2_imgbox:before{border:1px dashed #35bca1;}
.sec2-img{
	display:block;
	margin:0 auto;
	width:100%;
	border-radius:10px;
	position: relative;
	}
.sec2_cont-col{
	width:41%;
	text-align:left;
	}
.sec2_cont-col h3{
	font-size:45px;
    line-height:56px;
    color: #000000;
    font-weight: 800;
    font-family: 'Plus Jakarta Sans';
    letter-spacing: -0.5px;
	}
.sec2_cont-col .button_box{ margin-top:40px;}

/*----------------
sectionThree
-----------------*/
.sectionThree{
	float:left;
	width:100%;
	padding:0 0 80px;
	}
.sec3_benefit_row{
	width:100%;
	display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
	margin-top:30px;
	}
.benefit_col{
	width:33.333%;
	text-align:center;
	padding:50px 50px;
	position:relative;
	}
.benefit_col:after{
	position:absolute;
	right:0;
	top:20px;
	bottom:20px;
	border-right:1px solid #ddd;
	content:"";
	}
.benefit_col:nth-child(3n):after{ display:none;}
.benefit_col:before{
	position:absolute;
	right:20px;
	left:20px;
	bottom:0;
	border-bottom:1px solid #ddd;
	content:"";
	}
.benefit_col:nth-child(4):before,.benefit_col:nth-child(5):before,.benefit_col:nth-child(6):before{
	display:none;
	}

.benefit-icon{
	display:block;
	margin:0 auto 15px;
	width:70px;
	}
.benefit_col h3{
	font-size:30px;
	line-height:40px;
	min-height:80px;
	color:#000;
	font-weight:bold;
	font-family: 'Plus Jakarta Sans';
	display: flex;
    align-items: center;
    justify-content: center;
	}
.benefit_col p {
    font-size: 20px;
    line-height: 28px;
    color: #000;
    font-weight: 300;
    margin-top:20px;
	padding:0 27px;
	}
/*----------------
sectionFour
-----------------*/
.sectionFour{
	float:left;
	width:100%;
	padding:0 0 80px;
	background:#f9fbfc;
	position:relative;
	}
.s4-shape1{
	position: absolute;
    left: 4%;
    top: 35%;
    max-width: 527px;
    width: 23vw;
	}
.s4-shape2{
	position: absolute;
    right: 0;
    top: 27%;
    max-width: 527px;
    width: 26vw;
	}
.sec4_slider{
	float:left;
	width:100%;
	margin-top:0;
	display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
	column-gap: 4%;
	}
.sec4_slider-col{
	width:48%;
	margin-top:50px;
	}
.sec4-slide-img{
	display:block;
	margin:0 auto;
	width:100%;
	}

/*----------------
sectionFive
-----------------*/
.sectionFive{
	float:left;
	width:100%;
	padding:0 0 80px;
	background: #f9fbfc;
	}
ul.sec5_row{
	width: 100%;
	max-width:1050px;
	margin:60px auto 0;
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
	column-gap: 2.5%;
    row-gap: 15px;
	}
ul.sec5_row li{
	width:31.66%;
	background:#f7f2fe;
	border-radius:8px;
	padding:15px 30px;
	text-align:left;
	display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
	align-items: center;
	}
.s5-icon{
	width:25px;
	}
.s5-icon img{
	display:inline-block;
	vertical-align:middle;
	max-width:100%;
	}
ul.sec5_row li p{
	width: calc(100% - 25px);
    font-size: 18px;
    line-height: 24px;
    color: #000000;
    font-weight: 500;
    padding-left: 15px;
	}

/*----------------
sectionSix
-----------------*/
.sectionSix{
	float:left;
	width:100%;
	padding:0 0 80px;
	background: url(../images/hero-bg.jpg) no-repeat center top;
    background-size: cover;
	position:relative;
	}
.membership_row{
	width: 100%;
    max-width: 880px;
    margin: 50px auto 0;
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
	justify-content: space-between;
	}
.membership_package{
	width:48%;
	border-radius:20px;
	position:relative;
	z-index:11;
	}
.membership_package.standard{background:#fce8e1;}
.membership_package.pro{ background:#e5f4f2;}
.pkg-name{
	float:left;
	width:100%;
	font-size:20px;
	line-height:24px;
	color:#fff;
	background:#6a6cef;
	font-weight:800;
	border-radius:20px 20px 0 0;
	letter-spacing:0.5px;
	padding:8px 15px 30px;
	text-align:center;
	text-transform:uppercase;
	font-family: 'Plus Jakarta Sans';
	}
.membership_package.pro .pkg-name{background:#9a56e6;}
.pkg_mdl{
	float:left;
	width:100%;
	padding:20px 30px 40px 40px;
	text-align:left;
	border-radius:20px;
	margin-top:-15px;
	}
.membership_package.standard .pkg_mdl{background:#fce8e1;}
.membership_package.pro .pkg_mdl{ background:#e5f4f2;}
.pkg-hdng{
	font-size:30px;
	line-height:40px;
	color:#000;
	letter-spacing:0.3px;
	font-family: 'Plus Jakarta Sans';
	font-weight:800;
	}
.pkg-price{
	font-size:20px;
	line-height:26px;
	color:#828282;
	margin-top:25px;
	font-weight:500;
	}
.pkg-price span{
	font-family: 'Plus Jakarta Sans';
	font-weight:800;
	font-size:60px;
	line-height:50px;
	letter-spacing:-0.5px;
	background: -webkit-linear-gradient(45deg, #5e5deb, #9347f3 90%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
	}
.pkg_mdl .button_box{ margin-top:30px;}
.cancel-text{
	font-size:16px;
	line-height:24px;
	color:#000;
	margin-top:15px;
	}
.book-btn{
	display:inline-block;
	vertical-align:middle;
    width: 100%;
    font-weight: 600;
    font-size: 15px;
    line-height: 17px;
    letter-spacing: 0.5px;
    color: #000;
    text-align: center;
    font-family: 'Spline Sans';
	margin-top:15px;
	}
.include-hdng{
	font-size:20px;
	line-height:26px;
	color:#000000;
	font-weight:600;
	margin-top:30px;
	padding-left:3px;
	}
ul.include_list{
	margin-top:20px;
	}
ul.include_list li{
	margin-top:10px;
	text-align:left;
	font-size:14px;
	line-height:18px;
	color:#000;
	letter-spacing:0.3px;
	padding-left:25px;
	background:url(../images/pkg-list-tik.png) no-repeat left 5px;
	background-size:13px;
	}
.s6-shape1{
	position:absolute;
	left:5%;
	top:35%;
	max-width: 527px;
    width: 28vw;
	}
.s6-shape2{
	position:absolute;
	right:0;
	top:10%;
	max-width: 527px;
    width: 28vw;
	}
.sec6_discover-row{
	width: 100%;
    max-width: 880px;
    margin: 40px auto 0;
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
	align-items: center;
    justify-content: space-between;
	background:#fff;
	border-radius:15px;
	padding:25px 40px;
	}
.sec6_discover-col1{
	width:60%;
	text-align:left;
	display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
	align-items: center;
	}
.agency-icon{
	width:70px;
	}
.agency-icon img{
	display:inline-block;
	vertical-align:middle;
	max-width:100%;
	}
.agency_content{
	width:calc(100% - 70px);
	padding-left:25px;
	}
.agency_content h3{
	font-size:30px;
	line-height:36px;
	color:#000000;
	font-weight:bold;
	font-family: 'Plus Jakarta Sans';
	}
.agency_content p{
	font-size:18px;
	line-height:28px;
	color:#000000;
	font-weight:300;
	margin-top:15px;
	}
.sec6_discover-col2{
	width:265px;
	}
	
/*----------------
sectionSeven
-----------------*/
.sectionSeven{
	float:left;
	width:100%;
	padding:0 0 80px;
	background:#fff;
	}
.faq-container{
	display:inline-block;
	vertical-align:top;
	max-width:810px;
	width:100%;
	margin:30px 0 15px;
	}	
.up-slide-dwn{
	float:left;
	width:100%;
	background:#fff;
	border-radius:10px;
	margin-top:20px;
	border:1px solid #000;
	}
.accordion{
	float:left;
	width:100%;
	text-align:left;
	background:url(../images/close.png) no-repeat right 20px center;
	padding:22px 45px 22px 25px;
	font-size:20px;
	line-height:26px;
	font-weight:600;
	color:#000;
	letter-spacing:0.5px;
	cursor:pointer;
	position:relative;
	}
.acdn-heading.accordion-open{
	background:url(../images/open.png) no-repeat right 20px center;
	}
.acdn-content{
	float:left;
	width:100%;
	text-align:left;
	padding:0 25px 10px;
	}
.acdn-para{
	font-size:18px;
	line-height:28px;
	color:#000000;
	letter-spacing:0.3px;
	margin-bottom:20px;
	}
	
/*----------------
sectionEight
-----------------*/
.sectionEight{
	float:left;
	width:100%;
	padding:50px 0 70px;
	background:#171717;
	position:relative;
	overflow:hidden;
	}	
.sec8_row{
	display:inline-block;
	vertical-align:top;
	width:100%;
	max-width:865px;
	position:relative;
	}
.s8-shape1{
	position: absolute;
    left: -260px;
    top:-52%;
    max-width: 527px;
    width: 40vw;
	}

.s8-shape2{
	position: absolute;
    right:-350px;
    bottom: -60%;
    max-width: 525px;
    width: 40vw;
	}


/*==========footer===================*/
.footer{
	float:left;
	width:100%;
	padding:50px 0;
	text-align:center;
	background:#ecf9ff;
	}
.ftr-logo{
	display:block;
	margin:0 auto 25px;
	width:289px;
	}
.ftr-txt1{
	font-size:17px;
	line-height:22px;
	color:#000000;
	margin:20px 0 0;
	}
.ftr-txt1 a{ color:#000000; padding:0 5px;}



.color-white{ color:#fff;}
/*==============Media=============*/
@media only screen and (max-width:1800px){
	
.header {padding: 0 3%;}
.hero-shape1 { bottom: 35%; width: 24vw;left:0;}
.hero-shape2{bottom: 32%;width: 25vw; right: -50px;}

.s6-shape1 {left: 0%;top: 42%;width: 18vw;}
.s6-shape2 {right: 0; top: 10%;width: 20vw;}

.s4-shape1{ left:-2%;}

}

@media only screen and (max-width:1200px){
.container{ width:1004px;}

.header{ padding:0 2%;}
ul.mainMenu li{ padding:0 15px;}
.hero_heading {font-size:48px;line-height:65px;}
.hero-shape1 { width: 24vw;bottom: 28%;}
.hero-shape2 {width: 24vw;}

.hero_banner-slider-col{width: 340px; height: 340px;min-height: 340px; min-width: 340px;}


.sec1_col p {font-size: 27px;line-height: 38px;}
.sec2_row{padding: 60px 50px;}
.sec2_cont-col {width: 45%;}
.sec2_cont-col .button_box {margin-top: 30px;}
.benefit_col {padding: 50px 35px;}

.s8-shape1{width: 35vw;}
.s8-shape2 {bottom: -36%;width: 35vw;}

}

@media only screen and (max-width:1021px){
.container{ width:750px;}
.forDesk{ display:none;}
.forTab{ display:block;}

.logo { float:none; display:inline-block; vertical-align:middle;}
.header_right{margin-top: 30px; margin-right:0; float:left;}
.user-profile { margin-right: 0;}

.hero_top-strip{font-size: 15px;padding: 7px 20px;}
.hero_heading { font-size: 37px; line-height: 50px;margin-top: 10px;}
.hero-shape1 {bottom: 37%;}
.hero-shape2 { width: 22vw;}
.hero_banner-slider-col {padding: 0 5px;}

.common_heading {font-size: 43px;line-height: 55px;}
.sec1_row{column-gap: 2%;}
.sec1_col{ width:32%;padding: 30px 20px 50px 20px;}
.s1-icon {margin: 0 0 30px;width: 80px;}
.sec1_col p { font-size: 26px;line-height: 35px;}

.sec2_row{padding: 50px 45px;}
.sec2_cont-col h3{font-size: 36px; line-height: 45px;}
.common_text {font-size: 19px;line-height: 27px;margin-top: 25px;}

.benefit_col {padding: 30px 20px;}
.benefit-icon {margin: 0 auto 15px;width: 60px;}
.benefit_col h3 { font-size: 25px;line-height: 32px;min-height: 65px;}
.benefit_col p { font-size: 19px;line-height: 27px;padding: 0 0;}

ul.sec5_row li{padding: 15px 15px;}
ul.sec5_row li p{padding-left: 10px;font-size: 16px; line-height: 24px;}

.pkg_mdl{ padding:20px 25px 30px;}

.sec6_discover-row{ padding:25px 25px;}
.agency-icon {width: 50px;}
.sec6_discover-col2 {width: 244px;}
.agency_content {width: calc(100% - 50px);padding-left: 20px;}
.agency_content h3 {font-size: 27px; line-height: 32px;}


}


@media only screen and (max-width:767px){
.container{ width:100%; max-width:600px; padding:0 15px;}

.forMob{ display:block;}
.hide-mob{ display:none;}

.mobilemenu,.mobimenu-top {top: 54px;}

.logo {width: 180px; margin-top:8px; float:none; display:inline-block; vertical-align:middle;margin-left: -20px;}
.top-fix-bar {margin-bottom: 55px;}
.header {height: 55px; margin-top: -55px;top: 55px; padding:0 15px;}
.mob-mnu-ic{right: 0; top: 20px;}
.header_right { float:left; margin:17px 0 0 0;}
.user-profile{ margin-right:0;}
.user-profile img {width: 16px;}

.hero_section{padding-bottom: 30px;}
.hero_section-content {padding: 15px 0 40px 0;}
.hero_top-strip { font-size: 13px;line-height: 18px; padding: 7px 15px;}
.hero_heading {font-size: 30px; line-height: 38px; margin-top: 10px; letter-spacing:0;}
.hero_para { font-size: 20px;line-height: 30px;margin-top: 20px; padding:0 15px;}
.button_box { margin-top: 30px;}
.common_button{height: 60px;font-size: 18px;}

.hero-shape1 {width: 40vw;bottom: 28%;left: -40px;}
.hero-shape2 {width: 34vw;}

.hero_banner-slider-col {width: 200px;height: 200px; min-height: 200px;min-width: 200px;}

.scroll_strip{ padding:25px 0;}
ul.scroll_strip_list li{ padding:0 20px;}
ul.scroll_strip_list li img{ height:20px;}

.sectionOne {padding: 60px 0;}
.sec_line {margin: -30px auto 20px;height: 60px;}
.common_heading { font-size: 28px; line-height: 36px; letter-spacing: 0;}
.common_text {font-size: 17px; line-height: 25px;letter-spacing: 0.5px;margin-top: 20px;}

.sec1_row{ max-width:400px;}
.sec1_col{ width:100%; margin-top:25px; padding:20px 30px 45px;}
.sec1_col p{ letter-spacing:0.5px;}

.sectionTwo { padding: 0 0 60px;}
.sec2_mdl{ margin:20px auto 0;}
.sec2_row{ padding:30px 20px;    margin-top: 20px;}
.sec2_imgbox{ width:100%;padding: 15px 0 0 15px;}
.sec2_imgbox:before{left: 0; top: 0;right: 20px; bottom: 20px;}
.sec2_cont-col{ width:100%; margin-top:20px; text-align:center;}
.sec2_cont-col h3 {font-size: 26px;line-height: 35px;letter-spacing: 0;}

.sectionThree{padding: 0 0 60px;}
.sec3_benefit_row{  margin-top:20px;}
.benefit_col {padding: 25px 15px;width: 100%;}
.benefit-icon { margin: 0 auto 15px;}
.benefit_col h3 { font-size: 22px; line-height: 29px;min-height: auto;}
.benefit_col p {font-size: 17px;line-height: 25px;margin-top: 15px; letter-spacing:0.3px;}
.benefit_col:after,.benefit_col:before{ display:none;}

.sectionFour{padding: 0 0 60px;}
.s4-shape1,.s4-shape2{ display:none;}
.sec4_slider{ padding:0 5px 10px;}
.sec4_slider-col{ width:100%; margin-top:30px;}

.sectionFive{padding: 0 0 60px;}
ul.sec5_row{column-gap: 2%;margin: 30px auto 0;row-gap: 10px;}
ul.sec5_row li{ width:49%;padding: 14px 10px;}
.s5-icon { width: 20px;}
ul.sec5_row li p {padding-left: 10px;font-size: 14px;line-height: 17px;width: calc(100% - 20px);}

.sectionSix{padding: 0 0 60px;}
.membership_row{ margin:10px auto 0;}
.membership_package{ width:100%; margin-top:20px;}
.pkg-hdng {font-size: 25px;line-height: 34px;}
.pkg-price { font-size: 17px;line-height: 22px;margin-top: 20px;}
.pkg-price span{font-size: 40px;line-height: 34px; letter-spacing: 0;}
.include-hdng {font-size: 18px;line-height: 22px;}
.pkg_mdl .button_box { margin-top: 25px;}
.book-btn{ margin-top:10px;}
.s6-shape1,.s6-shape2{ display:none;}

.sec6_discover-row{margin: 25px auto 0; padding:20px;justify-content: center;}
.sec6_discover-col1{ width:100%;}
.agency_content {padding-left: 15px;}
.agency_content h3 {font-size: 20px;line-height: 26px;}
.agency_content p {font-size: 16px;line-height: 22px; letter-spacing: 0.3px;margin-top: 10px;}
.sec6_discover-col2 {width: 240px;margin-top: 20px;}

.sectionSeven {padding: 0 0 45px;}
.faq-container {margin: 15px 0 10px;}
.up-slide-dwn{margin-top: 15px;}
.accordion{padding: 16px 40px 16px 20px;font-size: 17px;line-height: 22px; background-position: right 14px center; background-size:12px;}
.acdn-heading.accordion-open{background-position: right 14px center; background-size:9px;}
.acdn-content {padding: 5px 20px 10px;}
.acdn-para {font-size: 16px;line-height: 24px;margin-bottom: 15px;}

.sectionEight{ padding:35px 0 45px;}
.s8-shape1 {left: -40px;width: 44vw;bottom: -42px; top:auto;}
.s8-shape2 { right: -20px; bottom: -12%; width: 34vw;}


.footer{ padding:30px 0;}
.ftr-logo{ width:200px;}
.ftr-txt1 {font-size: 12px;line-height: 15px;margin: 14px 0 0;}
.ftr-txt1 a {padding: 0 2px;}


}


@media only screen and (max-width:364px){
.hero_top-strip { padding: 7px 10px;}	

.ftr-txt1 { font-size: 11px;line-height: 13px;}

}
