@charset "utf-8";
/*====CSS Document====*/

body {
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	padding: 0;
	background: #ffffff;
	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;}
img {border: none; max-width: 100%; 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;}


/*-----------------------
MAIN CSS START
------------------------*/

.container {
	width:1170px;
	margin:0 auto;
	padding:0;
	position:relative;
	}

/*-------Top-Caption-------*/
.top-caption{
	float:left;
	width:100%;
	background:#000;
	padding:7px 0 8px;
	}
.caption-txt{
	float:left;
	width:100%;
	color:#fff;
	font-size:14px;
	line-height:14px;
	letter-spacing:0.2px;
	font-weight:500;
	}
.caption-txt span{
	color:#ffbd4a;
	font-weight:bold;
	text-transform:uppercase;
	padding-left:15px;
	position:relative;
	}
.caption-txt span:before{
	content:'';
	position:absolute;
	top:53%;
	transform:translateY(-50%);
	left:4px;
	width:1px;
	height:12px;
	background:#fff;	
	}
	
/*========Header========*/	
.top-fix-bar{
	float:left;
	width:100%;
	margin-bottom:65px;
	}
.header{
	float:left;
	width:100%;
	height:65px;
	margin-top:-65px;
	top:65px;
	box-shadow: 0 1px 9px 0 rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 1px 9px 0 rgba(0, 0, 0, 0.1);
	position:relative;
	}
.fixed-nav .header{
	position: fixed;
	z-index: 10;
	-webkit-transition: margin .3s ease-out;
	transition: margin .3s ease-out;
	background:#fff;
	margin-top:0;
	top:0;
	}		
.logo{
	float:left;
	width:100px;
	margin-top:20px;
	}
ul.topMenu{
	display:inline-block;
	vertical-align:middle;
    margin:20px 0 0 0;
	}
ul.topMenu li{
	display:inline-block;
	vertical-align:middle;
	padding:0 15px;
	position:relative;
	}
ul.topMenu li a{
	color:#000;
	font-size:14px;
	line-height:14px;
	letter-spacing:0.3px;
	text-transform:uppercase;
	font-weight:700;
	}	
ul.topMenu li a:hover, ul.topMenu li a.active{color:#fdc22f;}
.cart-icn{
	float:right;
	width:31px;
	margin-top:20px;
	}	
	
/*========Banner========*/
.bnr-sec{
	float:left;
	width:100%;
	background: url(/assets/img/bnr-bg.jpg)no-repeat center top;
	background-size:cover;
	position:relative;
	overflow:hidden;
	}
.bnr-contnt{
	float:left;
	width:100%;
	padding:80px 0 105px;
	}
.bnr-left{
	float:left;
	width:49%;
	text-align:left;
	}
.bnr-title{
	float:left;
	color:#ffe299;
	font-size:16px;
	line-height:16px;
	background:#111115;
	text-transform:uppercase;
	letter-spacing:0.7px;
	padding:6px 20px 6px 10px;
	}
.bnr-hdg{
	float:left;
	width:100%;
	color:#fff;
	font-size:85px;
	line-height:78px;
	font-weight:bold;
	letter-spacing:-1px;
	font-family: 'Roboto Condensed';
	margin-top:20px;
	}
.bnr-para{
	float:left;
	width:85%;
	color:#fff;
	font-size:18px;
	line-height:24px;
	font-weight:300;
	margin-top:30px;
	}
.bnr-prd{
	position:absolute;
	top:82px;
	right:-92px;
	width:816px;
	}
.bnr-seal{
	position:absolute;
    top:84px;
    right:181px;
	width:99px;
	}
	
/*--------SCROLL-STRIP--------*/
.scroll_strip{
	float:left;
	width:100%;
	padding:25px 0;
	overflow:hidden;
	position:relative;
	}
.scroll_row{
	float:left;
	width:100%;
	display: flex;
    flex-wrap: nowrap;
	}
.slider__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 30s linear infinite;	
	}
@keyframes marquee-horizontal {
	from {transform: translateX(0);}
	to {transform: translateX(-100%);}
	}
.slider__list li{
	color:#fff;
	font-size:14px;
	line-height:16px;
	font-weight:normal;
	letter-spacing:0.5px;
	background:url(/assets/img/scroll-grn-tick.png)no-repeat left 0;
	background-size:16px;
	padding:0 30px 0 25px;
	position:relative;
	}	

/*========Common-CSS========*/
.sub-hdg{
	color:#000;
    font-size:26px;
    line-height:36px;
	font-family: 'Roboto Condensed';
	font-weight:bold;
	}
.sub-hdg2{
	color:#000;
    font-size:30px;
    line-height:38px;
	font-family: 'Roboto Condensed';
	font-weight:bold;
	}
.sub-hdg2.white-txt{color:#fff;}	
.commn-hdg{
	color:#000;
    font-size:50px;
    line-height:60px;
	font-family: 'Roboto Condensed';
	font-weight:bold;
	}
.commn-hdg.margin-top-10{margin-top:10px;}
.commn-hdg.white-txt{color:#fff;}	
.commn-para{
	color:#000;
    font-size:18px;
    line-height:26px;
    letter-spacing:0.5px;
	margin-top:15px;
	}
.commn-para.white-txt{color:#fff;}	
.commn-para.margin-top-0{margin-top:0;}
.commn-para.margin-top-25{margin-top:25px;}	
.commn-para2{
	color:#fff;
    font-size:24px;
    line-height:34px;
	font-weight:300;
	margin-top:25px;
	}
.commn-para2.white-txt{color:#fff;}	
.commn-para2.margin-top-40{margin-top:40px;}	
a.common-btn{
	display:inline-block;
	vertical-align:middle;
	max-width:306px;
	width:100%;
	height:65px;
	color:#000;
	font-size:20px;
	line-height:65px;
	text-align:center;
	letter-spacing:0.5px;
	text-transform:uppercase;
	font-weight:bold;
	background:#fdc22f;
	margin:45px auto 0;
	}
.btn-arw{
	display:inline-block;
	vertical-align:middle;
	margin:-2px 0 0 15px;
	width:20px;
	}	

/*========Section-1========*/
.sec1{
	float:left;
	width:100%;
	padding:55px 0 65px;
	}
ul.s1-list{
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	width:100%;
	margin-top:25px;	
	}
ul.s1-list li{
	width:15%;
	-webkit-box-shadow: 0 0 15px 1px rgba(0,0,0,0.2);
	box-shadow: 0 0 15px 1px rgba(0,0,0,0.2);
	border-radius:10px;
	padding:30px 20px;
	margin-top:20px;	
	}
ul.s1-list li p{
	color:#000;
	font-size:18px;
	line-height:24px;	
	}
.s1-list-icn{
	display:block;
	margin:0 auto 10px;
	width:55px;
	}	
		
/*========Section-1========*/
.sec2{
	float:left;
	width:100%;
	background:#f9f9f9;
	overflow:hidden;
	padding:70px 0;
	}	
.prd-detail-row{
	float:left;
	width:100%;
	margin-top:40px;
	}
.prd-detail-col{
	float:left;
	width:100%;
	background:url(/assets/img/prd-detail-col-bg.png)no-repeat top center #fff;
	border:2px solid #ddd;
	border-radius:10px;
	padding:25px 14px;
	}
.prd-detail-col.border-golden{border:2px solid #cdb477;}
.prd-detail-col.border-red{border:2px solid #da2c32;}
.prd-detail-col.border-violet{border:2px solid #6d6ea1;}
.prd-detail-top{
	float:left;
	width:100%;	
	}
.prd-detail-img{
	display:block;
	margin:0 auto;
	width:236px;	
	}
.prd-detail-btm{
	float:left;
	width:100%;
	text-align:left;
	margin-top:15px;
	}
.prd-detail-txt1{
	float:left;
	width:100%;
	color:#000;
    font-size:30px;
    line-height:34px;
	font-family: 'Roboto Condensed';
	font-weight:bold;
	}
.prd-detail-txt2{
	float:left;
	color:#000;
    font-size:14px;
    line-height:14px;
	font-family: 'Roboto Condensed';
	font-weight:normal;
	letter-spacing:0.5px;
	text-transform:uppercase;
	background:#fff3e0;
	padding:6px 30px 5px 10px;
	margin-top:8px;
	}
.prd-detail-txt2.golden-bg{background:#fff3e0;}
.prd-detail-txt2.red-bg{background:#ffe5e6;}
.prd-detail-txt2.violet-bg{background:#ebecff;}
.prd-detail-txt3{
	float:left;
	width:100%;
	color:#000;
    font-size:16px;
    line-height:22px;
	margin-top:15px;
	}
ul.prd-detail-list{
	float:left;
	width:100%;
	margin-top:5px;
	}
ul.prd-detail-list li{
	float:left;
	width:100%;
	color:#000;
    font-size:16px;
    line-height:20px;
	text-align:left;
	background:url(/assets/img/yellow-tick.png)no-repeat left 2px;
	background-size:16px;
	padding-left:25px;
	margin-top:10px;
	}
a.prd-detail-btn{
	display:inline-block;
	vertical-align:middle;
	width:100%;
	height:60px;
	color:#000;
	font-size:18px;
	line-height:60px;
	text-align:center;
	border:1px solid #000;
	text-transform:uppercase;
	font-weight:bold;
	margin:30px auto 0;
	}
a.prd-detail-btn:hover{background:#fdc22f;}
.detail-btn-arw{
	display:inline-block !important;
	vertical-align:middle;
	margin:-2px 0 0 15px;
	width:24px;
	}

/*========Section-3========*/
.sec3{
	float:left;
	width:100%;
	background:url(/assets/img/s3-bg.jpg)no-repeat center top;
	background-size:cover;
	padding:52px 0;
	position:relative;
	}
.doctor-img{
	position:absolute;
	top:-78px;
    left:-48px;
	width:497px;
	}
.s3-rgt{
	float:right;
	width:57%;
	text-align:left;
	padding-right:14px;
	}
.s3-txt{
	float:left;
	color:#fff;
    font-size:20px;
    line-height:20px;
	font-weight:600;
	border-top:1px solid #4b5f70;
	border-bottom:1px solid #4b5f70;
	padding:7px 15px 7px 0;
	margin-top:14px;
	}
.doctor-detail-bx{
	float:left;
	width:100%;
	margin-top:56px;
	}
.dr-sign{
	display:block;	
	width:260px;
	}
.dr-detail-txt{
	color:#b7a9a9;
    font-size:16px;
    line-height:30px;
	letter-spacing:0.6px;
	margin-top:20px;
	}
.dr-detail-txt span{
	color:#fff;
	font-size:30px;
	font-weight:700;
	letter-spacing:normal;
	font-family: 'Roboto Condensed';
	}
	
/*========Section-4========*/
.sec4{
	float:left;
	width:100%;
	padding:70px 0;
	}
.s4-row{
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	display:-webkit-box;
	display:-moz-box;
	display:-ms-flexbox;
	display:-webkit-flex;
	width:100%;
	margin:30px auto 0;
	}
.s4-col{
	width:23%;
	margin-top:25px;
	}
.s4-col-top{
	float:left;
	width:100%;	
	}
.s4-col-img{
	display:block;
	margin:0 auto;
	width:100%;
	border-radius:5px;
	}
.s4-col-btm{
	float:left;
	width:100%;
	text-align:center;
	padding:40px 15px 0;
	position:relative;
	}
.s4-col-icn{
	position:absolute;
	top:-26px;
	left:50%;
	margin-left:-26px;
	width:50px;
	}
.s4-col-hdg{
	color:#16100e;
	font-size:20px;
	line-height:26px;
	font-weight:600;
	}
.s4-col-para{
	color:#000;
	font-size:18px;
	line-height:26px;
	font-weight:300;
	margin-top:10px;	
	}

.s4-list-contnt{
	float:left;
	width:100%;
	margin-top:65px;
	}
ul.s4-list{
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	display:-webkit-box;
	display:-moz-box;
	display:-ms-flexbox;
	display:-webkit-flex;
	max-width:910px;
	width:100%;
	margin:25px auto 0;
	}
ul.s4-list li{
	width:18%;
	margin-top:10px;
	}
ul.s4-list li p{
	color:#000;
    font-size:16px;
    line-height:26px;
	font-weight:600;	
	}
.s4-list-icn{
	display:block;
	margin:0 auto 10px;
	width:70px;
	}
		
/*========Section-5========*/
.sec5{
	float:left;
	width:100%;
	background:#f9f9f9;
	padding:70px 0;
	}	
.s5-left{
	float:left;
	width:49%;
	text-align:left;
	padding:30px 0 0;
	}
.s5-rgt{
	float:right;
	width:48%;
	}
.s5-rgt{
	float:right;
	width:48%;
	position:relative;
	}
.s5-rgt:after{
	content:'';
	position:absolute;
	top:140px;
	left:-40px;
	width:150px;
	height:1px;
	background:#000;
	}
.s5-img{
	display:block;
	margin:0 auto;	
	border-radius:8px;
	}
	
/*========Section-6========*/
.sec6{
	float:left;
	width:100%;
	padding:70px 0;
	overflow: hidden;
	}
.testimonial-bx{
	float:left;
	width:100%;
	}
.testi-bx{
	float:left;
	width:100%;
	background:#fff;
	-webkit-box-shadow: 0 0 9px 1px rgba(0,0,0,0.2);
    box-shadow: 0 0 9px 1px rgba(0,0,0,0.2);
	border-radius:10px;
	text-align:left;
	padding:35px 23px 45px;
	margin:40px 0 10px;
	position:relative;
	}
.testi-quote{
	position:absolute;
	top:35px;
	right:30px;
	width:38px;
	}
.testi-txt1{
	float:left;
	color:#000;
    font-size:16px;
    line-height:16px;
	background:#fff3e0;
	padding:5px 15px 4px 12px;
	}
.testi-txt1.golden-bg{background:#fff3e0;}
.testi-txt1.red-bg{background:#ebecff;}
.testi-txt1.violet-bg{background:#ffe5e6;}	
.testi-txt2{
	float:left;
	width:100%;
	color:#000;
    font-size:20px;
    line-height:30px;
	font-weight:bold;
	margin-top:15px;	
	}
.testi-txt3{
	float:left;
	width:100%;
	color:#000;
    font-size:18px;
    line-height:26px;
	margin-top:20px;	
	}
.testi-user-bx{
	float:left;
	width:100%;
	padding:0 75px 0 60px;
	margin-top:50px;
	position:relative;	
	}
.testi-user{
	position:absolute;
	top:-4px;
	left:-2px;
	border-radius:50%;
	width:52px;
	}
.testi-prd{
	position:absolute;
	top:-30px;
	right:0;
	width:86px
	}
.testi-user-name{
	color:#23ae40;
    font-size:14px;
    line-height:24px;
	letter-spacing:0.2px;
	}
.testi-user-name span{
	color:#000;
    font-size:18px;
    font-weight:600;
	letter-spacing:normal;	
	}
.verify-tick{
	display:inline-block !important;
	vertical-align:middle;
	margin:-2px 4px 0 0;
	width:12px;
	}
	
/*=====Contact-Strip=====*/	
.contact-strip{
	float:left;
	width:100%;
	text-align:left;
	background:url(/assets/img/contact-strip-bg.jpg)no-repeat center top;
	background-size:cover;
	padding:40px 0 35px;	
	}
.contact-strip-hdg{
	float:left;
	width:40%;
	color:#fff;
    font-size:40px;
    line-height:48px;
	font-weight:bold;
	}
.contact-strip-rgt{
	float:right;
	width:57%;	
	border-left:1px solid #484c51;
	padding-left:65px;
	}
.email-field-bx{
	float:left;
	width:83%;
	margin-top:20px;
	}
.email-field{
	float:left;
	width:100%;
	height:55px;
	background:#fff;
	border-radius:5px;
	padding:3px 3px 3px 20px;
	}
.email-field input{
	float:left;
    width:70%;
	color:#000;
	font-size:14px;
	line-height:52px;
	text-align:left;
	font-family: 'Inter';
	border:none;
	outline:none;
	}
.submit-btn{
	float:right;
	width:28%;
	vertical-align:middle;
	height:48px;
	color:#000;
	font-size:15px;
	line-height:48px;
	text-align:center;
	background:#fdc22f;
	border-radius:4px;
	font-weight:bold;
	font-family: 'Inter';
	-webkit-appearance:none; 
	webkit transfrm:none;
	outline:none;
    border:none;
	cursor:pointer;
	}	
.submit-btn-arrw{
	display:inline-block;
	vertical-align:middle;
	margin:-2px 0 0 10px;
	width:12px;
	}	

/*=====footer-Section======*/
.footer-sec{
	float:left;
    width:100%;
	padding:35px 0 0;
	}
.ftr-row{
	width: 100%;
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
	flex-wrap: wrap;
	justify-content: space-between;
	}
.ftr-col1{
    width:38%;
	text-align:left;
	padding-right:96px;
	}
.ftr-logo{
	display:block;
	}
.ftr-col1-txt{
	color:#000;
	font-size:16px;
	line-height:24px;
	letter-spacing:0.3px;
	margin-top:20px;
	}
.ftr-col2{
	width:20%;
	text-align:left;
	margin-right:10px;
	}
.ftr-col3{
	width:20%;
	text-align:left;
	}
.ftr-col-hdg{
	color:#000;
	font-size:18px;
	line-height:24px;
	font-weight:600;
	margin:5px 0 10px;
	}
ul.ftr-col-list{
	width:100%;
	}
ul.ftr-col-list li{
	margin-top:15px;
	}
ul.ftr-col-list li a{
	color:#000;
	font-size:16px;
	line-height:26px;
	letter-spacing:0.3px;
	}
ul.ftr-col-list2{
	width:100%;
	}	
ul.ftr-col-list2 li{
	display: flex;
    align-items: center;
	text-align:left;
	padding-left:30px;
	margin-top:15px;
	position:relative;
	}
.ftr-col-icn{
	position:absolute;
	top:6px;
	left:0;
	width:17px;
	}
ul.ftr-col-list2 li span{
	width:60px;
	font-weight:normal;
	}	
ul.ftr-col-list2 li a{
	color:#000;
	font-size:16px;
	line-height:26px;
	font-weight:600;
	}
.ftr-txt-bx{
	float:left;
    width:100%;
	color:#595959;
	font-size:12px;
	line-height:18px;
	font-weight:300;
	border:1px solid #e1e1e1;
	padding:18px 70px;
	margin-top:30px;
	}

/*========footer==========*/
.footer{
    float:left;
    width:100%;
	padding:35px 0;
	}
.ftr-bx{
	float:left;
    width:100%;
	}
.ftr-txt{
	color:#000;
	font-size:14px;
	line-height:24px;
	letter-spacing:0.5px;
	font-weight:300;
	}
.ftr-txt a{ padding:0 5px;}
	
/*-----------------------
MEDIA-QUERY
------------------------*/
.show-mob, .show-tab{display:none;}

@media only screen and (max-width: 1200px){
.container{width:1004px;}

.commn-hdg{font-size:45px; line-height:55px;}
.commn-para2{font-size:20px; line-height:30px;}
.commn-para2.margin-top-40{margin-top:25px;}

.bnr-contnt{padding:80px 0;}
.bnr-left{width:55%;}
.bnr-hdg{font-size: 80px;}
.bnr-prd{top:165px; right:-75px; width:630px;}
.bnr-seal{top:118px; right:130px;}

.s3-rgt{width:55%; padding-right:0;}
.s3-txt{font-size:19px; line-height:19px;}
.doctor-img{width:464px;}
.s4-col-btm{padding:35px 8px 0;}
.s4-col-hdg{font-size:18px;}
.s5-left{padding:0 0;}
.s5-rgt:after{top:90px;}
.testi-bx{padding:35px 15px 45px;}
.testi-txt2{font-size:18px; line-height:28px;}
.ftr-txt-bx{padding:18px 60px;}
.ftr-col1{ width:35%;padding-right:70px;}
.ftr-col2{width:21%; margin-right: 0;}
.ftr-col3{width:21%;}

}

@media only screen and (max-width:1021px){	
.container{width:750px;}
.show-tab{ display:block;}
.show-desk{ display:none;}

/*=====Menu-CSS========*/
.mob-mnu-ic{
    cursor: pointer;
    position:absolute;
    right: 0px;
    top: 22px;
	z-index:16;
	height:30px;
	}
.mob-mnu-ic button{
	outline: none;
    -webkit-appearance: none;
	background: none;
	padding:0;
    cursor: pointer;
	border: none;
	}
.mob-mnu-ic span{
	color:#000;
	display:inline-block;
	vertical-align:top;
	font-size:16px;
	font-weight:300;
	margin-top:4px;
	margin-right:5px;
	}
.bar1, .bar2, .bar3 {
	width: 26px;
	height: 3px;
	background-color: #b3b3b3;
	transition: 0.4s;
	-webkit-border-radius: 2px 2px 2px 2px;
	border-radius: 2px 2px 2px 2px;
	}
.bar2{margin: 5px 0;}

.dl-active .bar1 {
	-webkit-transform: rotate(-45deg) translate(-5px, 5px);
	transform: rotate(-45deg) translate(-5px, 5px);
	background:#b3b3b3;
	}
.dl-active .bar2 {opacity: 0;}
.dl-active .bar3 {
	-webkit-transform: rotate(45deg) translate(-6px, -6px);
	transform: rotate(45deg) translate(-6px, -6px);
	background:#b3b3b3;
	}	
.mobilemenu{
	left:0;
	position:fixed;
	top:95px;
	background:rgba(255,255,255,1);
	z-index:10;
	right:0;
	bottom:0;
	overflow:scroll;
	display:none;
	border-top:1px solid #dddddd;
	}
.mobimenu-top{ top:64px;}	
.mobilemenu li{
	float:left;
	width:100%;
	text-align:left;
	border-bottom:1px solid #dddddd;
	}
.mobilemenu li a{
	float:left;
	width:100%;
	padding:17px 20px;
	font-size:16px;
	color:#000;
	}	
	
/*==================*/
.sub-hdg{font-size:22px; line-height:26px;}
.sub-hdg2{font-size:26px; line-height:34px;}
.commn-hdg{font-size:38px; line-height:46px;}
.commn-para{font-size: 17px;line-height: 25px;}
.commn-para.margin-top-25{margin-top:20px;}
.commn-para2{font-size:18px; line-height:26px; margin-top:20px;}
.commn-para2.margin-top-40{margin-top:20px;}
a.common-btn{height:60px; line-height:60px; margin:35px auto 0;}	
	
.cart-icn{margin:20px 50px 0 0;}
.bnr-contnt{padding:40px 0;}
.bnr-hdg{font-size:57px; line-height:57px; margin-top:15px;}
.bnr-prd{top:130px; right:-35px; width:450px;}
.bnr-seal{top:90px; right:105px; width:80px;}
.bnr-para{margin-top:20px;}
.scroll_strip{padding:20px 0;}

.sec1{padding:40px 0;}
ul.s1-list{margin-top:10px;}
ul.s1-list li{padding:20px 10px; -webkit-box-shadow: 0 0 8px 1px rgba(0,0,0,0.2); box-shadow:0 0 8px 1px rgba(0,0,0,0.2);}
ul.s1-list li p{font-size:15px; line-height:23px;}
.s1-list-icn{width:50px;}

.sec2{padding:40px 0 50px;}
.prd-detail-row{margin-top:35px;}
.prd-detail-col{padding:25px 20px;}
.prd-detail-img{width:200px;}

.sec3{padding:40px 0;}
.doctor-img{top:-60px; left:-115px; width:420px;}
.s3-rgt{width:57%;}
.s3-txt{font-size:18px; line-height:24px;}
.doctor-detail-bx{margin-top:40px;}
.dr-sign{width:180px;}
.dr-detail-txt{line-height:28px; margin-top: 15px;}
.dr-detail-txt span{font-size:25px;}

.sec4{padding:50px 0;}
.s4-row{margin:10px auto 0;}
.s4-col{width:24%; margin-top:20px;}
.s4-col-hdg{padding:0 20px;}
.s4-col-para{font-size:17px; line-height:25px;}
.s4-list-contnt{margin-top:45px;}
ul.s4-list{margin:20px auto 0;}
ul.s4-list li{width:19%;}

.sec5{padding:50px 0;}
.s5-left{width:53%;}
.s5-rgt{width:43%;}
.s5-rgt:after{top:75px; left:-28px; width:90px;}

.sec6{padding:50px 0;}
.testi-bx{padding:30px 20px 40px; margin:30px 0 5px;}
.testi-quote{top:35px; right:30px; width:30px;}
.testi-txt1{font-size:15px; line-height:15px; padding:6px 15px 5px 12px;}
.testi-txt3{font-size:17px; line-height:25px; margin-top:15px;}
.testi-user-bx{padding:0 70px 0 60px; margin-top:40px;}
.testi-user-name{font-size:14px; line-height:22px;}
.testi-user-name span{font-size:16px;}
.testi-prd{top:-22px; width:80px;}

.contact-strip-hdg{width:44%; font-size:37px; line-height:47px;}
.contact-strip-rgt {width:56%; padding-left:35px;}
.email-field-bx{margin-top:18px;}
.email-field input{width:61%;}
.submit-btn{width:35%;}

.ftr-logo{width:110px;}
.ftr-col1{width:37%; padding-right:35px;}
.ftr-col2{width:18%;}
.ftr-col3{width:27%;}
ul.ftr-col-list2 li{padding-left:25px;}
ul.ftr-col-list2 li span{width:55px;}
.ftr-col-icn{top:5px; width:15px;}
.footer{padding:30px 0;}

}

@media only screen and (max-width:767px){
.container{ max-width:600px; width:100%; padding:0px 15px; box-sizing:border-box;}
.show-mob{display:block;}
.hide-mob{display:none;}

.sub-hdg{font-size:16px; line-height:24px;}
.sub-hdg2{font-size:24px; line-height:32px;}
.commn-hdg{font-size:27px; line-height:33px;}
.commn-hdg.margin-top-10{margin-top:5px;}
.commn-para{font-size:16px; line-height:24px; margin-top:15px;}
.commn-para.margin-top-25{margin-top:15px;}
.commn-para2{font-size:17px; line-height:25px; letter-spacing:0.5px; margin-top:25px;}
a.common-btn{margin:25px auto 0;}

.caption-txt{ font-size:13px;}

.top-fix-bar{margin-bottom:55px;}
.header{height:55px; margin-top:-55px; top:55px;}
.logo{margin-top:16px; float:none; display:inline-block; vertical-align:middle; margin-left:20px;}
.cart-icn{margin:16px 0 0 0; width:24px;}
.mobilemenu{top:84px;}
.mobimenu-top{top:55px;}	
.mob-mnu-ic{right:auto; top:19px; left:15px;}

.bnr-contnt{padding:25px 0;}
.bnr-left{width:100%; text-align:center;}
.bnr-title{float:none; display:inline-block; vertical-align:middle; font-size:14px; line-height:14px; padding:6px 20px;}
.bnr-hdg{font-size:38px; line-height:42px; letter-spacing:normal; margin-top:10px;}
.bnr-para{width:100%; font-size:17px; line-height:25px; margin-top:0; letter-spacing:0.3px;}
.mob-bnr-prd-bx{display:inline-block; vertical-align:middle; max-width:380px; width:100%; margin-top:15px; position:relative;}
.mob-bnr-seal{position:absolute; top:0; right:110px; width:60px;}
.mob-bnr-prd{display:block; margin:0 auto;}

.sec1{padding:30px 0 35px;}
ul.s1-list{ padding:0 5px;}
ul.s1-list li{width:30%; padding:15px 15px; margin-top:20px;}
.s1-list-icn{width:40px; margin:0 auto 6px;}
ul.s1-list li p{font-size:13px; line-height:19px;}

.sec2{padding:30px 0;}
.prd-detail-row{margin-top:25px;}
.prd-detail-img{width:160px;}
.prd-detail-txt1{font-size:25px; line-height:31px;}
a.prd-detail-btn{margin:25px auto 0;}

.sec3{padding:30px 0;}
.s3-rgt{width:100%; text-align:center;}
.mob-doctor-img{display:block; margin:20px auto 5px; max-width:80%; padding:15px 15px 0; background:#fff; border-radius:10px;}
.s3-txt{font-size:16px; line-height:24px;}
.doctor-detail-bx{margin-top:30px;}
.dr-detail-txt{font-size:14px; line-height:24px; margin-top:10px;}
.dr-sign{width:135px;  margin:0 auto;}
.dr-detail-txt span{font-size:20px;}

.sec4{padding:30px 0;}
.s4-row{display:inline-block; vertical-align:middle; max-width:345px; width:100%; margin-top:5px;}
.s4-col{display:inline-block; vertical-align:middle; width:100%; padding:0 20px;}
.s4-col-btm{padding:30px 10px 15px;}
.s4-col-hdg{padding:0 0; font-size:20px;}
.s4-col-para{letter-spacing:0.5px; margin-top:8px;}
.s4-col-img{height:260px; object-fit:cover;}
.s4-list-contnt{margin-top:25px;}
ul.s4-list{justify-content:center; margin-top:0;}
ul.s4-list li{width:33.33%; margin-top:20px;}
ul.s4-list li:nth-child(4),ul.s4-list li:nth-child(5){ width:40%;}
ul.s4-list li p{font-size:13px; line-height:23px;}
.s4-list-icn{width:45px;}

.sec5{padding:30px 0;}
.s5-left{width:100%;}
.mob-s5-img{display:block; margin:20px auto;}
.s5-left a.common-btn{ display:block;}

.sec6{padding:30px 0;}
.testi-bx{padding:25px 20px 35px; margin:25px 0 10px;}
.testi-user-bx{padding:0 65px 0 55px; margin-top:35px;}
.testi-user{left:-2px; width:45px;}
.testi-prd{top:-20px; width:70px;}

.contact-strip{text-align:center; padding:30px 0;}
.contact-strip-hdg{width: 100%; font-size:28px; line-height:38px;}
.contact-strip-rgt{width: 100%; border-left:none; padding-left:0; margin-top:15px;}
.email-field-bx{width:100%; margin-top:20px;}
.email-field input{font-size:15px;}
.submit-btn{width:34%;}

.footer-sec{padding:25px 0 0;}
.ftr-logo{width:100px;}
.ftr-col1{width:100%; padding-right:0; margin-bottom:15px;}
.ftr-col1-txt{margin-top:15px;}
.ftr-col2{width:48%; margin-right:0;}
.ftr-col3{width:100%; margin-top:15px;}
.ftr-col-hdg{font-size:18px; line-height:26px; margin:15px 0 10px;}
ul.ftr-col-list li a{font-size:16px; line-height:21px;}
.ftr-col-icn{top:6px;}
ul.ftr-col-list2 li a{font-size:16px; line-height:21px;}
ul.ftr-col-list2 li span{width:60px;}
.ftr-txt-bx{padding:15px 15px; margin-top:25px;}
.footer{padding:20px 0 25px;}
.ftr-txt{float:none;}
.ftr-txt{font-size:13px; line-height:23px; margin-top:5px;}
.ftr-txt a{padding:0 3px;}

}