@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800;900&family=Nunito:wght@200;300;400;600;700;800;900&display=swap');
body { margin: 0; padding: 0; color: #000; font-size: 16px; font-family: 'Nunito', sans-serif; }
h1, h2, h3, h4, h5, h6 { font-family: 'Montserrat', sans-serif; font-weight: bold; }
h1, h2, h3, h4, h5, h6, p, span, ul, li, a { margin: 0; padding: 0; }
h2 { font-size: 40px; }
h2 span { color: #F94C66; }
h5 { color: #F94C66; font-size: 16px; margin: 0 0 10px; }
a { text-decoration: none !important; }
ul li { list-style: none; }
img { max-width: 100%; }
.sec { width: 100%; padding: 60px 0; overflow: hidden; }
.main_btn { background: #F94C66; padding: 12px 30px; color: #fff; font-size: 16px; text-transform: capitalize; font-weight: 600; border: 2px solid transparent; border-radius: 4px; display: inline-block; margin: 30px 0 0; }
.main_btn:hover { color: #fff; }
span.border { position: relative; display: inline-block; }
span.border::before { content: ""; position: absolute; background: #F94C66; width: 40px; height: 5px; left: -20px; }
input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button { -webkit-appearance: none; margin: 0; }

/************************** popup  ************************************/
.modal { top: 0%; background: #000000de; }
.modal-dialog { max-width: 500px; margin: 180px auto 0; }
.pop_heading { width: 100%; padding: 20px; }
.pop_heading h5 { font-size: 19px; font-weight: 700; margin: 0 0 15px; border-left: 4px solid #53BF9D; padding: 0 20px; line-height: 29px; text-transform: uppercase; color: #53BF9D; }
.pop_heading h4 { font-size: 23px; font-weight: 700; color: #53BF9D; padding: 0 0 0 30px; }
.field { width: 100%; position: relative; margin: 0 0 10px; }
span.pop_icon { position: absolute; color: #53BF9D; left: 13px; top: 7px; }
.field .form-control { width: 100%; border-radius: 0; padding: 3px 0 4px 37px; resize: none; }
.modal-content { box-shadow: rgb(243, 238, 238) 0px 0px 3px 2px; border-radius: 30px; }
#popupform p { text-align: center; font-size: 14px; color: #000000; margin: 19px 0 0; }
.modal-header { padding: 0; border: none; }
button.pop_btn { font-size: 16px; text-transform: uppercase; color: #fff; background: #53BF9D; padding: 10px 0; border: none; width: 100%; }
button.close { background: url(img/cross.png) no-repeat 0 0; width: 20px; height: 20px; position: absolute; top: 9px; right: 15px; display: block; opacity: 1; }
.fade.in { overflow: hidden; }

/************************** popup  ************************************/

/************************** header  ************************************/
.header { width: 100%; z-index: 56; position: absolute; padding: 5px 0; }
.head_main {/* padding: 15px 0; */ }

/*.head_main:before {position: absolute;top: 0;left: 352px;height: 0;width: 0;border-left: 30px solid transparent;border-top: 100px solid #fa2185;content: "";}
.head_main:after {position: absolute;top: 0;right: 351px;height: 0;width: 0;border-right: 30px solid transparent;border-top: 100px solid #fa2185;content: "";}*/
.head_tleft { width: 100%; margin: 8px 0; text-align: right; }
.head_tleft ul li { display: inline-block; padding: 0 5px 0 0; }
.head_tleft ul li:nth-child(2) { border-right: none; padding: 0 0 0 6px; }
.head_tleft ul li a { font-size: 16px; color: #fff; transition: .3s all; transition: linear .3s all; font-weight: 600; }
.head_tleft ul li a:hover { color: #ff6a00; }
.head_tleft ul li span.top_icon { margin: 0 10px 0 0; }
.head_tleft span.top_icon { color: #F94C66; }
.logo { width: 100%; }
.logo a { display: block; }
.head_bmid { width: 100%; margin: 19px 0; text-align: center; }
.main_navigation { width: 100%; padding: 9px 0; }
.navbar-inverse { background-color: transparent; border: none; }
.navbar-collapse.collapse { float: none; padding: 0; }
.navbar-inverse .navbar-nav > li > a { color: #ffffff; padding: 0 25px 0 0; }
.dropdown-menu { padding: 8px 0; margin: 0; background-color: #ffffff; top: 40px; }
.dropdown-menu > li > a { color: #000; text-align: left; font-size: 16px; padding: 3px 10px; }
ul.dropdown-menu li { width: 100%; border-bottom: 1px dashed #ababab; }
.caret { color: #fff; margin-left: 9px; }
.navbar-inverse .navbar-nav > li { float: none; display: inline-block; }
.navbar-inverse .navbar-nav>li>a:before { content: ""; background: #F94C66; -webkit-transition: all 0.3s; transition: all 0.3s; opacity: 0; visibility: hidden; bottom: 26px; left: 0; right: 40px; margin: 0 auto; width: 2px; height: 22px; position: absolute; }
.navbar-inverse .navbar-nav > li > a { font-size: 16px; font-weight: 600; }
.navbar-inverse .navbar-nav > li > a:hover { color: #40bad5; transition: 0.7s; }
.navbar-inverse .navbar-nav > li > a:hover:before { opacity: 1; visibility: visible; }
.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus { color: #fff; background-color: transparent; }
.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus { color: #F94C66; }
.nav.navbar-nav { display: block; margin: 0 auto; }
.navbar-nav { float: none; }
.navbar.navbar-inverse { margin-bottom: 0; }
.navbar { min-height: auto; }

/************************** banner  ************************************/
.banner { width: 100%; background: #000000ad url(img/main_banner.jpg)no-repeat; background-size: cover; padding: 200px 0 150px; background-blend-mode: overlay; background-position: center center;}
.ban_left { width: 100%; margin: 40px 0 0; }
.ban_left h1 { color: #fff; font-size: 40px; font-weight: bold; margin: 0 0 20px; }
.ban_left h1 span { color: #F94C66; }
.ban_left p { color: #fff; }
.ban_left ul { margin: 30px 0 0; }
.ban_left ul li { margin: 10px 0; position: relative;color: #fff; }
.ban_left ul li:before { content: "\f00c"; font-family: 'fontAwesome'; margin: 0 20px 0 0; color: #F94C66; }
.ban_right { width: 100%; background: #ffffff1a; border-radius: 10px; border: 2px solid #F94C66; }
.ban_form { width: 100%; text-align: center; border-radius: 5px; }
.ban_form h3 { font-weight: 600; padding: 30px; color: #F94C66; position: relative; margin: 0 0 -30px; }
.ban_form .form-control { height: auto; padding: 10px; border: 2px solid #d2c6b2; color: #000; border: none; box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075); background: #f6f6f6; padding: 15px 15px; }
.ban_form button.ban_btn { padding: 18px 87px; border-radius: 5px; border: none; background: #F94C66; font-size: 16px; text-transform: uppercase; font-weight: 600; width: 100%; }
.ban_form form { padding: 30px; }

/************************** section 11  ************************************/
.h_sec11 { background: #53BF9D; color: #fff; }
.s11_top { width: 100%; margin: 0 0 50px; text-align: center; }
.s11_bot { width: 100%; overflow: hidden; position: relative; }
.s11_bot:before { content: ""; height: 3px; background: #F94C66; width: 70%; left: 0; top: 39px; right: 0; bottom: 0; position: absolute; z-index: 0; margin: 0 auto; }
.s11_box { width: 100%; text-align: center; position: relative; }
.s11_box span { display: inline-block; width: 80px; height: 80px; background: #F94C66; font-size: 42px; text-align: center; padding: 12px; color: #fff; border-radius: 40px; }
.s11_box h3 { margin: 20px 0; }

/************************** section 1  ************************************/
.s1_left { width: 100%; }
.s1_left h2 { margin: 0 0 20px; }
.s1_left p { margin: 10px 0 50px; }
.s1_left h4 { margin: 10px 0 0; }
.s1_right { width: 100%; position: relative; margin: 80px 0 0; }
.s1_right:before { background: url(img/s1_img2.png) no-repeat center; content: ""; position: absolute; left: 0; right: 0; top: -80px; bottom: 0; animation: rotateme 15s linear infinite; background-size: cover; z-index: -1; }
@keyframes rotateme {
	from { transform: rotate(0deg); }
	to { transform: rotate(360deg); }
}
.s1_left .main_btn { margin: 0; }

/************************** Section 2  ************************************/
.h_sec2 { margin: 0 0 -180px; }
.s2_box { width: 100%; padding: 50px; background-size: cover; color: #fff; }
.s2_box h3 { font-size: 56px; }
.s2_box h2 { margin: 20px 0; font-size: 32px; }
.s2_box p { color: #fff; }
.s2:nth-child(1) .s2_box { background: #F94C66 url(img/s2_img1.jpg) no-repeat center; background-blend-mode: multiply; background-size: cover; }
.s2:nth-child(2) .s2_box { background: #0b8c62 url(img/s2_img2.jpg) no-repeat center; background-blend-mode: multiply; background-size: cover; }

/************************** Section 3  ************************************/
.h_sec3 { background: #53BF9D url(img/s3_img_bg.png) no-repeat center right; text-align: center; padding: 180px 0 180px; background-size: contain; margin: 0 0 -160px; }
.s3_top { width: 100%; margin: 0 0 50px; color: #fff; }
.s3_top h2 { margin: 20px 0 0; }
.s3_box { width: 100%; background-color: #fff; padding: 50px 30px; border-radius: 10px; }
.s3_box h3 { margin: 20px 0 10px; font-size: 18px; }
.s3_box p { height: 130px; }
.s3_box span { transition: linear .3s; display: inline-block; }
.s3_box:hover span { transform: translate(10px, 0px); }

/************************** Section 4  ************************************/
.s4_top { width: 100%; margin: 0 0 -120px; text-align: center; color: #fff; padding: 80px 30px 150px; border-radius: 15px; position: relative; }
.s4_top h2 { margin: 0 0 15px; position: relative; }
.s4_box { width: 100%; margin: 0 0 30px; }
.s4_text { border: 1px solid #ebebeb; border-radius: 0 0 6px 6px; padding: 25px 20px 20px; box-shadow: 0px 2px 12.09px 0.91px rgb(167 162 184 / 13%); }
.s4_text h3 { margin: 0 0 15px; color: #F94C66; }
.s4_text p { height: 100px; }
.s4_text a {margin: 20px 0 0 0;display: inline-block;}
.s4_text span { transition: linear .3s; display: inline-block; }
.s4_text:hover span { transform: translate(10px, 0px); }
.s4_btn { width: 100%; text-align: center; }
.s4_top h2 span { color: #f37121; }
.s4_top p { color: #fff; position: relative; }
.s4_top:before { content: ""; background: #F94C66; left: -50px; right: -50px; bottom: 0; top: 0; position: absolute; border-radius: 15px; z-index: 0; }

/************************** Section 5  ************************************/
.h_sec5 { background: #0b8c62 url(img/s5_img1.jpg)no-repeat; background-size: cover; background-blend-mode: overlay; background-attachment: fixed; }
.s5_left { width: 100%; }
.s5_left h2 { color: #fff; }
.s5_left p { color: #fff; }
.s5_right { width: 100%; text-align: right; }
.s5_right .main_btn { margin: 0; }

/************************** Section 6  ************************************/
.s6_top { width: 100%; margin: 0 0 50px; text-align: center; }
.s6_top h2 { margin: 0 0 15px; }
.s6_box { width: 100%; background: #fff; padding: 25px 30px 50px; text-align: center; }
.s6_box span { font-size: 30px; color: #F94C66; }
.s6_box p { margin: 0 0 20px; }
.s6_box img { margin: 0 20px 0 0; }
.s6_box h4 { margin: 20px 0 0; }

/************************** Section 7  ************************************/
.h_sec7 { background: #f8f7f7; }
.s7_top { width: 100%; margin: 0 0 50px; text-align: center; }
.s7_top h2 { margin: 0 0 15px; }
.s7_box { width: 100%; margin: 0 0 30px; }
.s7-text { border: 1px solid #ebebeb; border-radius: 0 0 6px 6px; padding: 25px 20px 20px; box-shadow: 0px 2px 12.09px 0.91px rgb(167 162 184 / 13%); height: 240px; }
.s7-text h3 { margin: 0 0 15px; font-size: 20px; }
.s7_box a {background: transparent;
    padding: 5px 14px;
    margin: 10px 0 0 0;
    color: #F94C66;
    border: 1px solid #F94C66;}
.s7_box:hover a { color: #53BF9D; }
.s7_box span { transition: linear .3s; display: inline-block; }
.s7_box:hover span { transform: translate(10px, 0px); }
.s7_box a:hover {
    background: #F94C66;
    color: #fff;
}
/************************** Section 10  ************************************/
.s10_top { width: 100%; margin: 0 0 50px; text-align: center; }
.s10_top h2 { margin: 0 0 15px; }
.s10_box { width: 100%; text-align: center; padding: 30px; border: 2px solid #F94C66; }
.s10_box img { margin: 0 0 20px; }

/************************** section 12  ************************************/
.sec12_top { width: 100%; margin: 0 0 30px; text-align: center; overflow: hidden; }
.sec12_bot { width: 100%; overflow: hidden; }
.sec12_bot ul.nav-tabs { width: 66%; margin: 0 auto; }
.sec12_bot ul.nav-tabs li { font-size: 17px; font-weight: 600; display: inline-block; border-radius: 8px; margin: 0 11px; }
.sec12_bot ul.nav-tabs li img { margin: 0 10px 0 0; max-width: 100%; }
.sec12_bot .nav-tabs { border: none; }
.sec12_bot .nav-tabs > li > a { color: #000; border: none; }
.sec12_bot .nav-tabs > li > a:hover { color: #000; border: none; }
.sec12_bot .nav-tabs > li.active > a { border: none; border-radius: 8px; }
.nav > li > a:hover, .nav > li > a:focus { text-decoration: none; background-color: transparent; }
.sec12_bot .tab-content { width: 100%; margin: 50px 0 0; }
.sec12_box { width: 95%; background: #fff; padding: 15px; border-radius: 8px; }
span.rating { width: 100%; display: inline-block; }
span.rating ul li { display: inline-block; text-align: center; font-size: 15px; background: #1a1a1a; color: #fff; width: 22px; height: 22px; border-radius: 50px; }
.sec12_box_date { width: 100%; text-align: right; }
.sec12_box_date p { font-size: 10px; font-weight: 700; line-height: 15px; color: #999; }
.sec12_btext { width: 100%; margin: 15px 0 0; }
.sec12_btext h4 { color: #151515; font-size: 14px; font-weight: 700; margin: 0 0 15px; }
.sec12_btext p { font-size: 13px; margin: 0 0 20px; }
p.cus_id { text-transform: uppercase; line-height: 15px; color: #999; font-weight: 700; margin: 0; font-size: 13px; }
.s12_box2 span.rating ul li { background: #ce4398; }
.s12_box3 span.rating ul li { background: #ef6921; border-radius: 50%; }
.h_sec12 .owl-pagination { margin: 0; }

/************************** section 15  ************************************/
.s15_top{margin:0 0 30px;text-align:center;}
.accordion_head{color:#000000;font-weight:600;font-size:18px;line-height:36px;position:relative;background:#6ae6be;/* -webkit-box-shadow: 0px 0px 7px 0.3px rgb(0 0 0 / 16%); */box-shadow:0px 0px 7px 0.3px rgb(0 0 0 / 16%);margin:10px 0px 0px;padding:10px 20px;display:block;width:100%;cursor:pointer;border-bottom:1px solid #2d9171;}
.accordion_head:after{content:"";background-image:linear-gradient(to right,#00eda4,#6a7df1);opacity:0;}
.accorion_head:hover:after{opacity:1;}
.accordion_body{background:#6ae6be;margin:0 0 14px 0;}
.accordion_body p{padding:50px 20px;}
.plusminus{float:right;color:#F94C66;font-size:30px;padding:2px 12px;border-radius:5px;margin:-3px 15px 0 0;font-weight:600;}

/************************** section 10  ************************************/
.h_m_sec10{width:100%;padding:60px 0;text-align:center;background:url(img/sec10_bg.png) no-repeat top center, #9cd9c5;    background-blend-mode: multiply;background-size:cover;}
.sec10_top{width:100%;overflow:hidden;margin:0 0 40px;}
.sec10_top h2 {color: #fff;}
.sec10_top p {color: #fff;}
.sec10_bot{width:100%;overflow:hidden;}
.sec10_form{width:100%;}
.sec10_form .form-control{border-radius:4px;resize:none;background:#fff;border:none;border-bottom:2px solid #fff;box-shadow:none;padding:16px 10px;}
button.s10_btn{    background: #F94C66;padding: 7px 90px;color: #fff;border-radius: 4px;text-transform: uppercase;border: 2px solid #fff;margin: 15px 0 0;font-weight: 600;font-size: 19px;}


/*inner section*/
.inner_page_banner { width: 100%; padding: 90px 0 30px; text-align: center; background: #53BF9D; color: #fff; }
.inner_page_banner h3 { font-size: 24px; color: #fff; text-transform: capitalize; }
.terms_section { width: 100%; padding: 30px 0; }
.terms_section h5 { margin: 0 0 10px; font-size: 20px; text-transform: capitalize; font-weight: 700; }
.terms_section p { margin: 0 0 15px; color: #666; font-size: 16px; }
.terms_section ul li:before { content: ""; position: absolute; left: -23px; background: #118df0; width: 1%; height: 4px; border-radius: 50px; top: 10px; }
.terms_section ul li { list-style: none; font-size: 16px; margin: 0 0 20px; position: relative; color: #666; }
.terms_section ul li a { color: #102a45; }
.terms_section .form-control { resize: none; border-radius: 5px; border: 2px solid #555555; height: auto; padding: 12px; }
.terms_section_form { width: 100%; }
.terms_section_form h5 { font-size: 22px; margin: 0 0 30px; }
.terms_s_left { width: 100%; padding: 90px 0; }
.terms_s_left h3 { font-size: 24px; margin: 0 0 30px; line-height: 37px; }
.terms_s_left p { font-size: 20px; font-weight: 500; color: #666; }
.capbox0 { width: 100%; margin: 10px 0; overflow: hidden; }
#CaptchaDiv0 { width: 20%; background: #fff; padding: 9px 12px; margin: 0 0 15px; border-radius: 5px; float: left; border: 2px solid #555555; }
.capbox-inner0 { padding: 3px 13px; width: 76%; float: left; border-radius: 5px; margin: 0 0 0 20px; border: 2px solid #555555; }
#CaptchaInput0 { margin: 1px 0px 1px 30px; width: 130px; border-radius: 5px; padding: 4px; border: 2px solid #555555; }
button.cont_but { font-size: 18px; background: #F94C66; color: #000; border-radius: 5px; padding: 9px 0; box-shadow: 0px 5px 15px #00000087; transition: 0.3s ease-in; text-transform: uppercase; display: inline-block; width: 100%; border: none; }

/*               inner page          */
.ser_sec1 { width: 100%; padding: 50px 0; text-align: center; }
.ser_sec2 { width: 100%; background: #F94C66; color: #fff; text-align: center; padding: 50px 0; overflow: hidden; }
.ser_sec2_top { width: 100%; text-align: center; margin: 0 0 30px; overflow: hidden; }
.ser_sec2_bot { width: 100%; overflow: hidden; }
.ser_sec2_box { width: 100%; padding: 12px; margin: 10px; box-shadow: 6px 6px 1px #f37121; }
.ser_sec2_box h3 { font-weight: 600; margin: 0 0 11px; }
.ser_sec3 { width: 100%; padding: 50px 0; }
.ser_sec3_left { width: 100%; }
.ser_sec3_left h2 { margin: 0 0 30px; }
.ser_sec3_box_img { width: 100%; text-align: center; }
.ser_sec3_box { width: 100%; margin: 0 0 25px; }
.ser_sec3_box h3 { font-size: 25px; margin: 0 0 10px; font-weight: 700; text-transform: capitalize; }
.ser_sec3_right { width: 100%; }
.ser_sec3_lform { width: 100%; padding: 25px 30px 30px 30px; background: #F94C66; margin: 23px 0 0; }
.ser_sec3_lform h4 { font-size: 17px; text-align: center; margin: -47px 0 24px; background: #f37121; padding: 13px 0; color: #141414; text-transform: capitalize; }
.s_sec3_forminner { width: 100%; }
.s_sec3_forminner .form-control { width: 100%; border-radius: 0; background: url(img/form_icon.png) no-repeat, #F94C66; background-position: 260px  8px; color: #fff; }
.s_sec3_forminner .form-group:nth-child(2) .form-control { background-position: 260px  -18px; }
.s_sec3_forminner .form-group:nth-child(3) .form-control { background-position: 260px  -48px; }
.s_sec3_forminner .form-group:nth-child(4) .form-control { background-position: 260px  -78px; }
.s_sec3_forminner .form-group:nth-child(5) .form-control { background-position: 260px  -104px; }
.s_sec3_forminner .form-group:nth-child(6) .form-control { background-position: 260px  -129px; }
.s_sec3_forminner .form-group:nth-child(7) .form-control { background-position: 260px  -157px; }
.s_sec3_forminner input::placeholder { color: #fff !important; }
.s_sec3_forminner *:focus { border: 1px solid #fff; }
button.s1_btn { text-transform: uppercase; width: 100%; background: #f37121; border: 0; color: #000; padding: 10px 0; font-size: 16px; }
.ser_sec4 { width: 100%; text-align: center; padding: 0 0 50px; overflow: hidden }
.ser_sec4_top { width: 100%; margin: 0 0 30px; }
.ser_sec4_bot { width: 100%; overflow: hidden; }
.ser_sec4_box { width: 100%; }
.ser_sec4_box p { font-size: 19px; position: relative; padding: 20px 0 15px 24px; }
.ser_sec4_box p:before { content: "\f10d"; position: absolute; font-family: FontAwesome; font-size: 20px; color: #F94C66; z-index: 999; left: 0; top: 11px; }
.ser_sec4_box h5 { font-size: 20px; text-transform: uppercase; font-weight: 700; }
.ser_sec5 { width: 100%; padding: 60px 0; text-align: center; background: #F94C66; color: #fff; }
.sec5_top { width: 100%; overflow: hidden; margin: 0 0 40px; }
.sec5_top h2 { margin: 0 0 10px; }
.sec5_bot { width: 100%; overflow: hidden; }
.sec5_form { width: 100%; }
.sec5_form .form-control { border-radius: 0; resize: none; background: #fff; border: none; border-bottom: 2px solid #4a1979; box-shadow: none; padding: 16px 10px; font-weight: 600; font-size: 17px; }
button.s5_btn { background: #f37121; padding: 7px 90px; color: #161313; border-radius: 4px; text-transform: uppercase; border: 2px solid #5a4040; margin: 15px 0 0; font-weight: 600; font-size: 19px; }

/*               inner page          */

/************************** Footer  ************************************/
.footer { width: 100%; color: #fff; background: #53BF9D; background-repeat: no-repeat; background-size: cover; }
.foot_box { width: 100%; }
.foot_top h6 { text-transform: capitalize; font-size: 20px; font-weight: 700; margin: 0 0 9px; color: #fff; }
.foot_box p { color: #fff; }
.foot_box ul li { display: block; position: relative; padding-left: 15px; line-height: 27px; }
.foot_box ul li a { display: block; text-transform: capitalize; transition: all 0.5s ease 0s; color: #fff; }
.foot_box ul li i { position: absolute; left: 0; top: 4px; color: #fff; transition: all 0.5s ease 0s; }
.foot_box2 ul li { padding: 0 0 8px; }
.foot_box2 ul { margin: 0 0 10px; }
.foot_bottom { width: 100%; background: transparent; text-align: center; border-top: 1px solid rgb(41, 158, 120); padding: 20px 0; }
.foot_bottom p { color: #fff; }
.h_sec3.sec h5 {
    color: #fff;
}
.s4_box img {
    min-height: 271px;
    object-fit: cover;
}
.s7_box img {
    min-height: 265px;
    object-fit: cover;
}
.logo img {
    margin-top: 5px;
}
/************************** Responsive  ************************************/
@media screen and (max-width:980px) {
	h2 { font-size: 30px; }
	.sec { padding: 50px 0; }
	.head_tleft { margin: 8px 0; }
	.head_tleft ul li a { font-size: 15px; }
	.head_tleft ul li { padding: 0; }
	.head_tleft ul li:nth-child(2) { padding: 0; }
	.banner { background: #000000ad url(img/main_banner.jpg)no-repeat left 57% top; padding: 120px 0 100px; }
	.ban_left { margin: 20px 0 0; }
	.ban_form h3 { padding: 28px; font-size: 20px; }
	.ban_form .form-control { padding: 10px; }
	.ban_form button.ban_btn { padding: 13px 50px; }
	.ban_form form { padding: 20px; }
	.s1_left h4 { margin: 0; }
	.s1_left p { margin: 10px 0 30px; }
	.s2_box { padding: 20px; }
	.s2_box h3 { font-size: 45px; }
	.s2_box h2 { margin: 10px 0; font-size: 22px; }
	.h_sec3 { padding: 160px 0 160px; }
	.s3_top { margin: 0 0 30px; }
	.s3_top h2 { margin: 10px 0 0; }
	.s3_box { margin: 10px 0; padding: 20px; }
	.s3_box p { height: 110px; }
	.s4_top { padding: 50px 30px 150px; }
	.s4_box { height: 520px; }
	.s6_top h2 { margin: 0; }
	.s6_top, .s10_top, .s11_top, .s7_top { margin: 0 0 30px; }
	.s10_top h2, .s7_top h2 { margin: 0 0 5px; }
	.s10_box { padding: 10px; }
	.s11_box h3 { font-size: 22px; margin: 20px 0 10px; }
	.s11_box span { width: 60px; height: 60px; font-size: 32px; padding: 7px; }
	.s11_bot:before { top: 30px; }
	.sec12_bot ul.nav-tabs { width: 83%; }
	.sec12_bot .tab-content { margin: 30px 0 0; }
	.foot_box p { margin: 0 0 20px; }
	button.cont_but { width: 100%; }
	#CaptchaDiv0 { width: 19%; padding: 9px 7px; }
	.capbox-inner0 { width: 78%; margin: 0 0 0 10px; }
	#CaptchaInput0 { margin: 0 0 0 7px; width: 55px; }
	.terms_s_left { padding: 0; }
}
@media screen and (max-width:767px) {
	h2 { font-size: 22px; }
	.sec { padding: 30px 0; }
	.navbar-toggle { margin: -35px 0 15px; }
	.navbar-inverse .navbar-nav > li { display: block; }
	.navbar-inverse .navbar-nav > li > a { padding: 0; margin: 10px 0; }
	.navbar-inverse .navbar-nav .open .dropdown-menu > li > a { text-align: center; color: #fff; }
	.navbar-inverse .navbar-nav>li>a:before { display: none; }
	ul.dropdown-menu li { border-bottom: 1px dashed #ffffff; }
	.navbar-toggle { background-color: #F94C66; }
	.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus { background-color: #F94C66; }
	.navbar-inverse .navbar-toggle { border-color: #ffffff; }
	.header { position: relative; background: #53BF9D; }
	.head_bmid { margin: 0; }
	.head_tleft { text-align: left; }
	.banner { background: #000000ad url(img/main_banner.jpg)no-repeat left 53% top; padding: 30px 0; }
	.ban_left { margin: 0; }
	.ban_left h1 { font-size: 32px; }
	.ban_right { margin: 30px 0 0; }
	.ban_form h3 { margin: 0 0 -20px; font-size: 22px; }
	.s1_left { text-align: center; }
	.s1_left h2 { margin: 0 0 10px; }
	.s1_left h4 { margin: 10px 0 0px; }
	.s2_box h2 { font-size: 18px; }
	.s2_box h3 { font-size: 35px; }
	.s2:nth-child(1) .s2_box { margin: 0 0 10px; }
	.s3_top { margin: 140px 0 0; }
	.s4_top { margin: 130px 0 -120px; padding: 30px 30px 150px; }
	.s4_box { height: auto; margin: 10px 0; }
	.s4_text h3 { font-size: 20px; }
	.s4_text p { height: 150px; }
	.h_sec5 { text-align: center; }
	.s5_right { text-align: center; margin: 10px 0 0; }
	.s6_box { padding: 0 30px 0; }
	.s10_box { margin: 10px 0; }
	.s11_bot:before { display: none; }
	.s11_box { margin: 0 0 20px; }
	.s7-text { height: 270px; }
	.foot_box { margin: 10px 0; }
	.foot_box p { margin: 0; }
	.terms_section_form { width: 100%; margin: 40px 0 0; }
	.inner_page_banner { padding: 0 0 20px; }
	.modal-dialog { max-width: 300px; margin: 70px auto 0; }
	.pop_heading h5 { font-size: 10px; margin: 0; border-left: none; padding: 0 0 0 30px; }
	.pop_heading h4 { font-size: 12px; }
	.pop_heading { padding: 0; }
	.modal-body p { display: none; }
	#CaptchaDiv0 { width: 100%; }
	.capbox-inner0 { width: 100%; margin: 0 0 0 0px; }
	#CaptchaInput0 { width: 83px; margin: 5px 0; }
	button.cont_but { width: 100%; }
}
