@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-weight:400;
	font-family: 'Figtree';
	}
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;}
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;
	}
.fl{ float:left;}
.fr{ float:right;}

/*====FONTS====*/
@font-face {
    font-family: 'Figtree';
    src: url('Figtree-Bold.woff2') format('woff2'),
        url('Figtree-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Figtree';
    src: url('Figtree-Regular.woff2') format('woff2'),
        url('Figtree-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Figtree';
    src: url('Figtree-Medium.woff2') format('woff2'),
        url('Figtree-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Figtree';
    src: url('Figtree-SemiBold.woff2') format('woff2'),
        url('Figtree-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

/*=====MAIN_CSS_START=====*/
.container {
	width:1170px;
	margin:0 auto;
	padding:0;
	position:relative;
	}

.top-strip{
	float:left;
	width:100%;
	background:#1b1b19;
	padding:6px 0;
}
.top-strip p{
	font-size:18px;
	line-height:24px;
	color:#fff;
	font-weight:500;
}
	
/*====Top-Fix-Bar====*/
.top-fix-bar{
	float: left;
	width: 100%;
	margin-bottom:70px;
	}
.header{
	float:left;
	width:100%;
	height:70px;
	margin-top:-70px;
	top:70px;
	position:relative;
	background:#fff;
	border:1px solid #e3e3e3;
	}
.fixed-nav .header{
	position: fixed;
	z-index: 11;
	-webkit-transition: margin .3s ease-out;
	transition: margin .3s ease-out;
	margin-top:0;
	top:0;
	border:1px solid #e3e3e3;
	}				
.logo{
	float: left;
    margin-top: 7px;
    width: 180px;
	}
.header_right{
	float:right;
	margin-top:13px;
	position:relative;
	text-align:left;
	display:flex;
	display:-webkit-flex;
	justify-content:center;
	-webkit-justify-content:center;
	}
.header_btn{
	width:167px;
	height:45px;
	font-size:16px;
	line-height:45px;
	font-weight:800;
	border-radius:6px;
	text-align:center;
	background:#f49b51;
	color:#fff;
	position:relative;
	overflow:hidden;
	letter-spacing:0.5px;
}
ul.topMenu{
	display:inline-block;
	vertical-align:middle;
	margin:22px 0 0 0;
	}
ul.topMenu li{
	float:left;
	padding:4px 20px;
	}
ul.topMenu li a{
	color:#272727;
	font-size:16px;
	line-height:16px;
	font-weight:600;
	}
.d_menu_ic {
    display: inline-block;
    vertical-align: middle;
	width:11px;
	margin:0 0 0 5px;
	}
ul.topMenu li a:hover, ul.topMenu li a.active{color:#f49b51;}

/*====Section-1====*/
.sec1{
	float: left;
	width: 100%;
	background: url(../images/sec1.jpg) center top no-repeat;
	background-size: cover;
	padding: 60px 0;
	overflow-y: clip;
}
.trust_strip{
	    max-width: 440px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    border: 1px solid #dcdcdc;
    border-radius: 100px;
    background: #fff;
    padding: 5px 12px;
    box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.1);
    text-align: center;
    justify-content: center;
}
.trust_logo{
	width:104px;
}
.trust_star{
	width:105px;
	margin:0 10px;
}
.trust_strip p{
	font-size: 18px;
    line-height: 26px;
    font-weight: 600;
}
.sec1_hdg{
	font-size: 60px;
    line-height: 66px;
    font-weight: 700;
    max-width: 800px;
    margin: 20px auto 0;
    text-transform: capitalize;
}
.sec1_txt{
	font-size: 18px;
    line-height: 28px;
    color: #000;
    max-width: 820px;
    width: 100%;
    margin: 15px auto 0;
}
ul.sec1_lst{
	display:flex;
	justify-content:space-between;
	max-width:760px;
	width:100%;
	margin:30px auto 0;
}
ul.sec1_lst li{
	text-align:left;
	background:url(../images/sec1-tick.png) left 3px no-repeat;
	background-size:17px;
	padding-left:25px;
	font-size:18px;
	line-height:24px;
	font-weight:700;
	color:#333;
	letter-spacing:0.3px;
}

.btn-bx{
	max-width:280px;
	width:100%;
	display:inline-block;
	vertical-align:top;
	position:relative;
	text-align:center;
	margin-top:40px;
}
.sec1-btn-bx{
	max-width:320px;
	margin-top:35px;
}
.comn-btn{
	width: 100%;
    background: #f49b51;
    color: #fff;
    height: 55px;
    display: inline-block;
    vertical-align: top;
    font-size: 22px;
    line-height: 54px;
    font-weight: 800;
    border-radius: 5px;
    text-align: center;
    position: relative;
    overflow: hidden;
    box-shadow: 0px -3px 0px 0px #cb6d1f;
	border: none;
}
.sec5-managemant-box .comn-btn{ margin-top:20px; cursor: pointer;}
.btn_arw{
	width:21px;
	display:inline-block;
	vertical-align:middle;
	margin:-3px 0 0 10px;
}
.browser_txt{
	font-size:14px;
	line-height:16px;
	font-weight:700;
	margin-top:10px;
}
.browser_icon{
	width:110px;
	display:inline-block;
	vertical-align:middle;
	margin:-3px 0 0 8px;
}
.sec1_img{
	max-width: 100%;
	margin: 0px 0 20px;
}
.down_arrow{
	display:block;
	margin:0 auto;
	width:55px;
}

/*====Section-2====*/
.sec2{
	float:left;
	width:100%;
	padding:0 0 70px;
}
.sec2_trust-logo, .sec2_trust-star{
	display:inline-block;
	vertical-align:middle;
	width:103px;
	margin:0 3px 5px;
}
.heading{
	    font-size: 46px;
    line-height: 54px;
    font-weight: 700;
    text-transform: capitalize;
}
.sec2_heading_para{
	font-size: 17px;
    line-height: 26px;
    font-weight: 400;
    margin-top: 20px;
}
.comn_text--center {
    margin: auto;
    width: 100%;
}
.comn_text{
	font-size: 17px;
	line-height: 26px;
	font-weight: 400;
	margin-top: 25px;
}
.reviews{
	display:flex;
	display:-webkit-flex;
	width:100%;
	margin:40px auto 0;
	flex-wrap: wrap;
}
.reviews_box{
	width: 33%;
    display: flex !important;
    flex-direction: column;
    text-align: center;
    padding: 0 5px;
    border-right: 1px solid #d7d7d7;
}
.reviews_box:last-child{ border:none;}
.reviews_content{
	display: flex	;
	display: -webkit-flex;
	flex-direction: column;
	-webkit-flex-direction: column;
	flex: 1;
	align-content: center;
	align-items: center;
}
.reviews_quote{
	width: 60px;
	display: block;
	margin: 0 0 15px;
}
.reviews_star{
	width:114px;
	margin:0 0 15px;
}
.reviews_heading{
	font-size: 22px;
	line-height: 24px;
	font-weight: 700;
	margin: 0 0 15px;
}
.reviews_text{
	font-size: 17px;
	line-height: 26px;
	font-weight: 400;
	margin-bottom:15px;
}
.reviews_name{
	margin-top:auto;
	position:relative;
}
.rev_fc{
	position:absolute;
	left:0;
	top:-2px;
	width:50px;
	border-radius:50%;
}
.reviews_name p{
	font-size:14px;
	line-height:24px;
	font-weight:500;
	color:#585858;
}
.reviews_name p span{
	font-size:18px;
	line-height:20px;
	color:#000;
	display:block;
}

/*====Section-3====*/
.sec3{
	float:left;
	width:100%;
	padding:60px 0 60px;
	background:url(../images/sec3.jpg) center top no-repeat;
	background-size:cover;
}
.sec3_img{
	float: left;
    max-width: 550px;
    border-radius: 20px;
}
.sec3_right{
	float:right;
	width:48%;
	text-align:left;
}
ul.sec3_lst{
	display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    margin-top: 30px;
    flex-wrap: wrap;
}
ul.sec3_lst li{
	padding: 0 15px;
    text-align: center;
    position: relative;
    width: 24%;
}
ul.sec3_lst li:after{
	content:'';
	position:absolute;
	right:0;
	top:5px;
	height:58px;
	border-right:1px solid #e1e1e1;
}
ul.sec3_lst li:last-child:after{display:none;}
ul.sec3_lst li img{
	display:block;
	width:36px;
	margin:0 auto 5px;
}
ul.sec3_lst li p{
	font-size: 14px;
	line-height: 20px;
	font-weight: 600;
}

/*====Section-4====*/
.sec4{
	float:left;
	width:100%;
	padding:60px 0 80px;
	overflow-x:clip;
}
.works_sec{
	max-width:930px;
	width:100%;
	margin:30px auto 0;
	display:flex;
	display:-webkit-flex;
	flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
	justify-content:center;
	-webkit-justify-content:center;
}
.work_bx{
	display:flex;
	display:-webkit-flex;
	justify-content:space-between;
	-webkit-justify-content:space-between;
	margin:30px 0;
}
.work_bx.row-reverse{flex-direction:row-reverse; -webkit-flex-direction:row-reverse;}
.work_content{
	width:calc(100% - 460px);
	text-align:left;
	display:flex;
	display:-webkit-flex;
	align-items:center;
	-webkit-align-items:center;
}
.work_content h3{
	font-size:26px;
	line-height:36px;
}
.work_content p{
	font-size: 17px;
    line-height: 26px;
    margin-top: 15px;
}

/*-----------------------
STRIP
------------------------*/
.strip{
	float:left;
	width:100%;
	position:relative;
}
.strip:before{
	content:'';
	position:absolute;
	left:0;
	bottom:0;
	width:100%;
	height:100px;
	background:#f9f6f4;
}
.strip_inr{
	display:flex;
	display:-webkit-flex;
	justify-content:space-between;
	-webkit-justify-content:space-between;
	background:url(../images/strip-img.jpg) center top no-repeat;
	background-size:cover;
	padding:30px;
}
.strip_content{
	    width: calc(100% - 340px);
    text-align: left;
    position: relative;
    color: #fff;
    padding-left: 150px;
}
.strip_secure-icon{
	position:absolute;
	left:0;
	top:0;
}
.strip_content h3{
	font-size: 36px;
	line-height: 44px;
	font-weight: 700;
}
.strip_content p{
	    font-size: 17px;
    line-height: 26px;
    margin-top: 15px;
}

/*-----------------------
Section 9
------------------------*/
.section_9{
	background: #f9f6f4;
	float: left;
	width: 100%;
	padding: 60px 0 70px;
	}	
.faq-container{
	display:inline-block;
	vertical-align:top;
    width:100%;
	max-width:810px;
	margin-top:20px;
	}
.up-slide-dwn{
	float:left;
	width:100%;
	}
.faq-innr{
	float:left;
	width:100%;
	background:#fff;
	border:1px solid #000;
    margin-top: 20px;
	}
.accordion{
	float:left;
	width:100%;
	text-align:left;
	background:url(../images/close.png) no-repeat right 15px center;
	background-size:16px;
	padding:20px 45px 24px 20px;
	font-size:20px;
	line-height:26px;
	color:#1b272d;
	letter-spacing:0.3px;
	cursor:pointer;
	position:relative;
	font-weight:600;
	}
.accordion.last{border-bottom:none;}
.acdn-heading.accordion-open{
	background:url(../images/open.png) no-repeat right 15px center;
	border:none;
	background-size:16px;
	}
.acdn-content{
	float:left;
	width:100%;
	text-align:left;
	padding:0px 20px 15px;
	}
.acdn-para{
	float:left;
	width:100%;
	font-size:18px;
	line-height:28px;
	letter-spacing:0.5px;
	color:#000;
	margin-bottom:15px;
	}

/*====section5====*/
.sec5{
	float:left;
	width:100%;
	padding:60px 0;
	}
.from_box{
	    width: 100%;
    max-width: 100%;
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    margin: 40px auto 0;
    background: url(../images/strip-img.jpg) center top no-repeat;
    background-size: cover;
	}
.sec5-managemant-box{
	float: left;
    width: 100%;
    background: url(../images/s6-management-bg.webp) no-repeat center top;
    background-size: cover;
    padding: 40px;
    border-radius: 15px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	}
.sec5-managemant-left{
	float:left;
	width:53%;
	text-align:left;
	padding-top:20px;
	}
.s5-managemant-heading{
	font-size: 38px;
	line-height: 40px;
	letter-spacing: 0;
	color: #fff;
	font-weight: 700;
	text-transform: capitalize;
	}
.s5-managemant-list{
	    float: left;
    width: 100%;
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
	}
.s5-managemant-list li{
	    float: left;
    width: 100%;
    font-size: 17px;
    line-height: 26px;
    /* letter-spacing: 0.3px; */
    color: #fff;
    font-weight: 400;
    position: relative;
    padding-left: 60px;
    text-align: left;
    background: url(../images/bnr-list-icn.webp) no-repeat left 2px;
    background-size: 20px;
	}
.s5-managemant-list li img{ 
	max-width:40px;
	position:absolute;
	top:0;
	left:0;
}
.s5-managemant-list li span{
	display:block;
	font-weight:700;
	font-size:20px;
}
.sec5-managemant-right{
	float: right;
	width: 44%;
	background: #fff;
	padding: 15px;
	}

.frm-fld{
	float:left;
	width:100%;
	}
.frm-input{
	    float: left;
    width: 100%;
    background: #f1f1f1;
    height: 55px;
    border-radius: 5px;
    padding-left: 15px;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0;
    color: #000;
    font-family: inherit;
    outline: none;
    border: none;
    margin-bottom: 12px;
    -webkit-appearance: none;
	}
textarea{
	padding: 10px;
	min-height: 170px;
	max-width: 435px;
	min-width:100%;
}
.frm-input::placeholder{
	color:#000;
	}
.select{
	background:url(../images/form-arrow.png) no-repeat 95% center #fff;
	}
.sec5-managemant-right .common-btn{ margin-top:10px; float:left; cursor: pointer;}

/*-----------------------
INFO SECTION
------------------------*/
.info-sec{
	float:left;
	width:100%;
	background:#f9f6f4;
}
.info-sec-inr{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
	padding:60px 0px 40px;
	}
	
.info-sec-links-col{
	text-align:left;
	width:24%;
	}
.info-sec-links-col-1{
	width:32%;
	padding-right:30px;
	}
.info-sec-log{
	margin:0 0 20px;
	width:160px;
}
.info-sec-tx{
	font-size:16px;
	line-height:24px;
	color:#000;
	margin-bottom:15px;
}
.contact_info{
	position:relative;
	font-size:16px;
	line-height:24px;
	margin-top:12px;
	color:#474747;
}
.contact_info img{
	width:18px;
	position:absolute;
	left:0;
	top:4px;
}
.info-sec-links-hd {
    font-size:20px;
    line-height:24px;
    color: #000;
	font-weight:800;
	}
.info-sec-links-list{
	margin-top:30px;
	}
.info-sec-links-list li{
	margin:10px 0 0;
	font-size:16px;
	line-height:22px;
	color:#000;
	text-align:left;
	position:relative;
	}
.info-sec-links-list li a{
	color:#000;
	position:relative;
}
ul.social_icon{
	
}
ul.social_icon li{
	display:inline-block;
	vertical-align:middle;
	margin-right:10px;
}
ul.social_icon li img{
	width:20px;
	filter: opacity(0.7);
	-webkit-filter: opacity(0.7);
}

.disclaimer {
    border: 1px solid #b7b7b7;
    padding: 15px 65px;
	margin:0 auto;
}
.disclaimer_text{
	font-size:16px;
	line-height:22px;
}

/*-----------------------
FOOTER
------------------------*/
.footer{
	background:#f9f6f4;
	color:#000;
	float:left;
	width:100%;
}
.footer__inner{
	display:flex;
	display:-webkit-flex;
	justify-content:space-between;
	-webkit-justify-content:space-between;
	padding:20px 0;
}
.footer__text{
	font-size:16px;
	line-height:22px;
	margin:10px 0;
	font-weight:500;
	width:100%;
}
.footer__text a{margin:0 5px; color:#000;}

/*TERMS- PRIVACY*/

.prodBreadcrm {
	padding: 10px 0;
	text-align: left;
	float: left;
	width: 100%;
	background: #f9f6f4;
	font-size: 14px;
}
.prodBreadcrm p, .prodBreadcrm a{
	color:#515151;
}

.tems_bg {
	float: left;
    width: 100%;
    padding: 40px 0;
    border-top: 1px solid #f1f1f1;
}
.trm-bx {
	background: #fff;
    width: 100%;
    float: left;
    text-align: left;
}
.trm-bx h1 {
	    line-height: 30px;
    color: #000000;
    margin: 0;
    padding: 10px 20px 10px;
    font-size: 22px;
    float: left;
    width: 100%;
    margin-top: 0px;
    margin-bottom: 20px;
    font-weight: 700;
    border: 2px solid #cb6d1f;
    border-style: solid;
    border-width: 2px;
}
.trm-bx h2 {
	line-height: 28px;
	text-align: left;
	font-size: 20px;
	float: left;
	width: 100%;
	margin: 0px 0 15px;
	color: #000;
	font-weight: 600;
}
.trm-bx li {
	font-size: 16px;
    line-height: 24px;
    float: left;
    width: 100%;
	list-style: disc;
}
.trm-bx ol li {
    list-style: lower-roman;
}
.trm-bx li ol li {
    list-style: lower-alpha;
}
.trm-bx strong {
	text-transform: capitalize;
}
.trm-bx img{ display:block; margin-bottom:20px;}
.trm-bx span {
}
.trm-bx p {
	font-size: 16px;
	line-height: 24px;
	float: left;
	width: 100%;
	margin-bottom: 10px;
	font-weight: 400;
}
.trm-bx h4, .trm-bx h5 {
	    font-size: 22px;
    float: left;
    width: 100%;
    margin: 0px 0 10px;
    font-weight: 500;
    line-height: 30px;
}
.ingr-lst h4 {
    text-align: center;
}
.ing-blk img {
    display: block;
    margin: 0 auto 10px;
	max-width:100%;
}
.ingr-lst img {
    display: block;
    margin: 0 auto 10px;
    max-width: 630px;
    width: 100%;
}
.trm-bx h5 {
	font-size: 20px;
	font-weight: 500;
}
.privacy-list {
	padding: 0 0 0 30px
}
.privacy-list li {
	font-weight: bold;
}
.privacy-list li p {
	font-weight: normal;
	margin-top: 10px;
}

.dsr-from{
	float: left;
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
	}
.bg-blue-50 {
	opacity: 1;
    background-color: rgb(249 246 244);
    border-width: 1px;
    float: left;
    width: 100%;
    padding: 15px;
    border: 1px solid #f49b51;
    margin: 15px 0;
}
.dsr-from .frm-fld {
	float: left;
	width: 49%;
	margin-top: 10px;
}
.dsr-from .frm-fld label{
	float:left;
	width:100%;
	font-size:17px;
	line-height:26px;
	margin-bottom:10px;
}
.dsr-from .frm-input, select {
        float: left;
    width: 100%;
    background: #fff;
    height: 55px;
    border-radius: 5px;
    padding: 0 15px;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0;
    color: #000;
    font-family: inherit;
    outline: none;
    border: none;
    margin-bottom: 12px;
    box-shadow: 0 5px 4px 0 rgba(0, 0, 0, 0.2);
    border: 1px solid #d2d2d2;
}
.dsr-from .wd-100{ width:100%;}
.dsr-from textarea {
    padding: 10px;
    min-height: 100px;
    max-width: 100%;
    min-width: 100%;
}
.dsr-from .upload {
    padding: 15px;
}
.trm-pg{
	float:left;
	width:100%;
	position:relative;
}
.trm-pg input[type=checkbox] {
    position: absolute;
    top: 4px;
    left: 0;
    height: 14px;
    width: 14px;
    border: 1px solid #ccc;
    border-radius: 2px;
    outline: none;
    background: #f4f4f4;
    line-height: 14px;
}
.trm-pg label{ padding-left:20px;}
.rqst-btn{
	    display: inline-block;
    vertical-align: top;
    width: 100%;
    width: 350px;
    height: 65px;
    background: #f49b51;
    font-size: 21px;
    line-height: 64px;
    letter-spacing: 0.5px;
    color: #fff;
    font-weight: 800;
    text-align: center;
    border-radius: 5px;
    margin-top: 25px;
    position: relative;
	border:none;
	cursor:pointer;
	margin-bottom:30px;
}
.mrg-tp {
	margin: 15px 0 !important;
	float: left;
	width: 100%
}
.trm-txt {
	float: left;
	width: 100%;
	background: #fff;
	padding: 20px 20px
}
.disclr-bx {

	border: 2px solid #000;
	padding: 10px;
	font-weight: 500;
	float: left;
	width: 100%;
	margin: 0;
}
.disclr-bx p {
	margin-bottom: 0;
	font-weight: bold;
}
.trm-bx ol, .trm-bx ul {
	margin-bottom: 20px;
    float: left;
    width: 100%;
    font-weight: 400;
    padding: 0 20px;
    display: flex;
    flex-wrap: wrap;
    row-gap: 10px;
}
.trm-bx .disclmr {
	width: 100% !important;
}



/*=======================*/
.showTab, .showMob{ display:none;}
.showDesk{ display:block;}
.hideDesk{ display:none;}
.fl{ float:left;}
.fr{ float:right;}
.white{ color:#fff;}

/*=====Media-Querry=====*/
@media only screen and (max-width:1200px){
.container{width:1004px;}

ul.topMenu li{padding:4px 10px;}

.heading{font-size:46px; line-height:55px;}

.sec3_img{max-width: 410px;}
.sec3_right{ width:56%;}

.strip_content h3{font-size:30px; line-height:36px;}

}


@media only screen and (max-width:1023px){
.container{width:750px;}
.showDesk{display: none;}
.showTab{display: block;}

.header{ background:#fff; border-bottom:1px solid #dddddd;}
.logo{width:155px;}

.sec1{height:640px;}
.sec1_hdg{ font-size: 42px; line-height: 50px;}

.sec2{padding:0 0 50px;}
.heading{font-size:38px; line-height:48px;}
.reviews{margin:30px auto 0;}
.reviews_heading{ font-size:18px;}

.sec3{padding:40px 0 50px;}
.sec3_img {max-width: 300px;}

.sec4{padding:40px 0 50px;}
.work_content h3{font-size:28px; line-height:32px;}

.strip_inr{flex-wrap:wrap; -webkit-flex-wrap:wrap; justify-content:center; -webkit-justify-content:center;}
.strip_content{width:100%;}

.section_9{ padding:50px 0 60px;}		
.acdn-para{ font-size: 17px; line-height: 27px;}

.info-sec-inr{padding:40px 10px 20px;}
.info-sec-links-col-1{padding-right:20px;}
.info-sec-links-list li{font-size:15px;}
.info-sec-links-hd{font-size:18px; line-height:22px;}
.contact_info img{top:0;}
.info-sec-tx{font-size:16px; line-height:20px;}
ul.brand_list li img{max-height:30px;}

.footer__inner{padding:15px 0;}
.footer__text{font-size:15px; line-height:20px;}
}

@media only screen and (max-width:767px){
.container{width:100%; padding:0 15px; max-width:600px; box-sizing:border-box;}
.showDesk{display:none;}
.showMob{display:block;}
.hideMob{ display:none;}

.top-strip p{font-size:16px; line-height:20px;}

.top-fix-bar{margin-bottom:55px;}
.header{height:55px; margin-top: -55px; top: 55px; background:#fff;}
.logo{width:120px; margin-top:9px;}
.header_right{margin-top:11px;}

/*MOBILE MENU CSS*/
.mob-mnu-ic{
    cursor: pointer;
    position:absolute;
    right:15px;
    top:16px;
	z-index:11;
	}
.mob-mnu-ic button{
	outline: none;
    -webkit-appearance: none;
	background: none;
	padding:0;
    cursor: pointer;
	border: none;
	margin:0;
	display:inline-block;
	vertical-align:top;
	}
.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: 30px;
	height: 3px;
	background-color:#1a1a1a;
	transition: 0.4s;
	}
.bar2{margin: 6px 0;}
.dl-active .bar1 {
	-webkit-transform: rotate(-45deg) translate(-8.5px, 6px);
	transform: rotate(-45deg) translate(-8.5px, 6px);
	background:#1a1a1a;
	}
.dl-active .bar2 {opacity: 0;}
.dl-active .bar3 {
	-webkit-transform: rotate(45deg) translate(-7px, -4px);
	transform: rotate(45deg) translate(-7px, -4px);
	background:#1a1a1a;
	}
.mobilemenu{
	left:0;
	position:fixed;
	top:86px;
	background:#fff;
	z-index:12;
	right:0;
	bottom:0;
	overflow:scroll;
	display:none;
	border-top:1px solid #ddd;
	}
.mobimenu-top{ top:50px;}
.mobilemenu li{
	text-align:left;
	border-bottom:1px solid #ddd;
	}
.mobilemenu li a{
	display:inline-block;
	vertical-align:top;
	width:100%;
	padding:17px 20px;
	font-size:17px;
	color:#000;
	}

/* ------------------- */
.sec1{height:auto; padding:25px 0 0;}
.sec1_hdg{font-size: 32px; line-height: 38px; margin: 10px auto 0;}
.trust_strip p{ font-size:16px;}
.trust_strip{justify-content:center; -webkit-justify-content:center; max-width:100%;}
.trust_star{margin:0 10px 0 0;}
.trust_logo{display:none;}
.sec1_txt{ font-size: 16px; line-height: 24px; margin: 10px auto 0;}
.btn-bx{margin-top:35px; max-width:260px;}
.comn-btn{height:48px; font-size:18px; line-height:48px; border-radius:6px;}
.sec1-btn-bx{margin-top:25px; max-width:280px;}
.sec1_img_mobile{ max-width: 100%; width: 100%; margin: 10px auto 10px;}
.down_arrow{width:35px;}

.sec2{padding:25px 0 40px; overflow-x:clip;}
.sec2_trust-logo, .sec2_trust-star{width:95px;}
.heading{ font-size: 28px; line-height: 36px;}
.comn_text{font-size:16px; line-height:24px; margin-top:15px;}
.sec2_heading_para{font-size:15px; line-height:20px; margin-top:8px;}
.reviews{margin: 25px auto 0; row-gap: 20px;}
.reviews_box{width:auto !important; border-right:none; padding:0 20px;}
.reviews_text{font-size:16px; line-height:24px; margin-bottom:0;}
.reviews_star{width:85px;}
.reviews_quote{ max-width:50px; margin-bottom:10px;}
.reviews_heading{margin: 0 0 5px;}

.sec3{padding:30px 0 35px;}
.sec3_img{float:none; margin:20px auto 0; max-width:100%;}
.sec3_right{width:100%; text-align:center;}
ul.sec3_lst{margin-top: 25px; row-gap: 15px;}
ul.sec3_lst li{padding:0 10px; width: 49%;}
ul.sec3_lst li p{font-size:14px; line-height:20px;}
ul.sec3_lst li:nth-child(2):after{ display:none;}

.sec4{padding:30px 0 40px;}
.works_sec{margin:20px auto 0;         row-gap: 15px;}
.work_bx{flex-wrap:wrap; -webkit-flex-wrap:wrap; margin:0px 0;}
.work_bx:last-child{margin-bottom:0px;}
.work_content{width:100%; text-align:center;}
.work_img img, .work_bx2 .work_img img{max-width:100%; margin: 20px 0 0;}
.work_content h3{font-size:24px; line-height:30px;}
.work_content p{ font-size:16px; line-height:24px;}

.strip_inr{padding:20px 20px 30px;}
.strip_content{padding:0; text-align:center;}
.strip_secure-icon{display:none;}
.strip_content h3{font-size:24px; line-height:30px;}
.strip_content p{font-size:15px; line-height:20px;}

.section_9{ padding:30px 0 40px;}
.faq-container{ margin-top:12px;}	
.faq-innr{ margin-top:15px;}	
.accordion{ background-size: 13px; padding: 12px 35px 16px 12px; font-size: 17px; line-height: 25px;}
.acdn-heading.accordion-open{ background-size: 13px;}
.acdn-content{ padding: 0px 12px 5px;}
.acdn-para{ font-size: 16px; line-height: 26px;}

.sec5{ padding:30px 0;}
.from_box{ margin: 20px 0 0 0;}
.sec5-managemant-box { padding: 20px 15px 30px; margin-top:0px; background-size:cover;}
.sec5-managemant-left{ width:100%; padding-top:0;}
.s5-managemant-heading{ font-size:30px; line-height:36px;}
.s5-managemant-list{ margin-top:10px;}
.sec5-managemant-right{ width:100%; margin-top:25px;}
textarea{ max-width:100%; min-width:100%; min-height: 100px;}
.s5-managemant-list li span{ margin-bottom:5px; font-size: 18px;}
.s5-managemant-list li{font-size: 15px; line-height: 24px; padding-left: 38px;}
.s5-managemant-list li img{ max-width:30px}

.info-sec-inr{flex-wrap:wrap; -webkit-flex-wrap:wrap; justify-content: normal; padding:30px 0 5px;}
.info-sec-links-col-1{width:100%; padding-right:0px; margin-bottom:10px;}
.scl-lst-hd{font-size:15px; margin-top:8px;}
.info-sec-log{width:130px; margin:0 0 10px;}
ul.social-list{margin-top:15px;}
.info-sec-links-hd{font-size:17px; line-height:22px; margin:0; padding:10px 0; border-bottom:1px solid #000; position:relative;}
.info-sec-links-col-5 .info-sec-links-hd{border-bottom:none; padding-bottom:0px;}
.contact_info{margin-top:8px;}
.info-sec-links-list{margin:0 0 15px;}
.info-sec-links-list li{margin:10px 0 0;}
.info-sec-links-list li:before{top:5px;}
.info-sec-links-col-2, .info-sec-links-col-3, .info-sec-links-col-4{width:100%;padding-right:0px;}
.info-sec-links-col-2 ul.info-sec-links-list, .info-sec-links-col-3 ul.info-sec-links-list, .info-sec-links-col-4 ul.info-sec-links-list, .info-sec-links-col-5 ul.info-sec-links-list{display:none;}
.info-sec-tx{margin-top:10px;}
.tot-img{
	position: absolute; 
	background: url(../images/close.png) no-repeat; 
	background-size:15px;
	width: 15px; 
	height: 15px; 
	right: 8px; 
	top: 50%; 
	margin-top:-7px; 
	transition: all ease-in-out 0.3s;
}
.info-sec-links-hd.active .tot-img{transform: rotate(-45deg);}
.disclaimer{padding:15px 10px 10px; font-size:13px; margin-top:30px;}
ul.brand_list{flex-wrap:wrap; -webkit-flex-wrap:wrap; margin:5px auto 0;}
ul.brand_list li{width:50%; margin:2px 0;}

.dsr-from .frm-fld{ width:100%;}

.footer__inner{flex-wrap:wrap; -webkit-flex-wrap:wrap; border-top:none;}
.footer__text{width:100%; margin:5px 0; font-size:14px; line-height:16px;}
.footer__text--1, .footer__text--2{text-align:center;}

}

