@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:300,400,700');
* {
	margin: 0;
	padding: 0;
	outline: 0;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}
body {
	margin: 0;
	padding: 0;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 13px;
	line-height: normal;
	color: #3a3a3a;
	background: #FFFFFF;
	overflow-x: hidden;
}
html, body {
	height: 100%;
}
p {
	display: block;
	padding-bottom: 15px;
	margin: 0;
}
a, button {
	outline: none;
	text-decoration: none;
	color: #333;
	transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
}
input, select, textarea, button {
	font-size: 14px;
	color: #3a3a3a;
	transition: all 0.5s ease;
	vertical-align: middle;
	font-family: 'Open Sans', sans-serif;
	outline: none;
}
.transition {
	transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
}
.appearance, select, textarea {
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	-o-appearance: none;
	-ms-appearance: none;
}
form {
	margin: 0 !important;
}
.clr {
	clear: both !important;
}
.fl {
	float: left !important;
}
.fr {
	float: right !important;
}
.tlr {
	text-align: right !important;
}
.vAlign {
	vertical-align: middle !important;
}
img {
	border: none;
	max-width: 100%;
	max-height: 100%;
}
.lft {
	float: left !important;
}
.rgt {
	float: right !important;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	font-weight: normal;
}
p {
	margin: 0;
	padding-bottom: 20px;
}
p.last {
	padding-bottom: 0;
}
ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
.black {
	color: #000000 !important;
}
.clearfix:before, .clearfix:after {
	content: '';
	display: block;
	height: 0;
	overflow: hidden;
}
.clearfix:after {
	clear: both;
}
.container {
	max-width: 1170px;
	margin: 0 auto;
	padding: 0 10px;
}
.img {
	display: inline-block !important;
}
.over {
	display: none !important;
}
a:hover .img {
	display: none !important;
}
a:hover .over {
	display: inline-block !important;
}
.half {
	width: 48%;
}
/*-----------------------------*/
.mainCont {
	padding-top: 52px;
}
.headerTop {
	position: fixed;
	top: 0;
	left: 0;
	background: #fff;
	width: 100%;
	box-shadow: #e5e5e5 0 0 5px 0;
	z-index: 100;
}
.hdrRight {
	float: right;
}
nav {
	display: inline-block;
	padding-right: 30px;
	padding-top: 17px;
	transition: all 0.5s ease-in-out;
}
.contmark {
	display: none;
}
/*nav ul {
    display: inline-block;
    
}
nav ul li {
    display: inline-block;
    padding: 0 15px;
}*/
nav a {
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 600;
	margin: 0 15px;
}
nav a:hover, nav a.active {
	color: #f83192;
}
.logoBx {
	font-size: 30px;
	text-transform: uppercase;
	color: #000;
	float: left;
}
.logoBx a {
	display: inline-block;
}
.logoBx a img {
	height: 45px;
}
.hdrCall {
	text-align: right;
	font-size: 18px;
	color: #000;
	float: right;
}
.hdrCall i {
	height: 25px;
	display: inline-block;
	margin-right: 10px;
	vertical-align: top;
}
.hdrCall span {
	color: #f83192;
	font-weight: bold;
	display: inline-block;
    line-height: 0;
    width: 190px;
}

.bannerSliderBx li{ display:block;}
.BannerBx {
	width: 100%;
	height: 700px;
}
.bannerCont {
	float: left;
	width: 45%;
	padding-top: 180px;
}
.bannerFrm {
	float: right;
	width: 450px;
	background: rgba(255, 255, 255, 0.8);
	padding: 20px;
	border: #fff solid 1px;
	margin-top: 30px;
}
.bannerFrm h3 {
	font-size: 25px;
	padding-bottom: 15px;
	text-transform: uppercase;
	font-weight: 600;
}
.FrmBx {
	padding-bottom: 20px;
}
.FrmBx label {
	display: block;
	font-size: 16px;
	font-weight: 300;
	color: #333;
	padding-bottom: 3px;
}
.FrmBx input {
	height: 45px;
	width: 100%;
	border: #ccc solid 1px;
	padding: 0 10px;
	color: #000;
}
.FrmBx textarea {
	height: 120px;
	width: 100%;
	border: #ccc solid 1px;
	padding: 10px;
	color: #000;
	resize: none;
}
.captcha span {
	display: inline-block;
	font-size: 18px;
	padding-right: 10px;
	line-height: 45px;
	vertical-align: top;
}
.captcha input {
	display: inline-block;
	width: 100px;
}
.submitBtn:hover{
	background: #f161a7;
	color: #fff;
}
.submitBtn {
	width: 100%;
	height: 50px;
	background: #666;
	color: #fff;
	border: 0;
	border-radius: 3px;
	font-size: 18px;
	text-transform: uppercase;
	cursor: pointer;
}
.bannerCont h2 {
	font-size: 40px;
	font-weight: 600;
	line-height: 50px;
	padding-bottom: 20px;
	text-shadow: #000 0 1px 1px;
	color: #fff;
}
.bannerCont span {
	font-size: 20px;
	display: block;
	padding-bottom: 10px;
	color: #fff;
	text-shadow: #000 0 1px 1px;
}
.clinicBx strong i {
	display: inline-block;
	height: 30px;
	margin-right: 10px;
	vertical-align: top;
}
.mustNowOuter {
	padding: 50px 0 80px 0;
}
.mainHd {
	font-size: 30px;
	text-transform: uppercase;
	text-align: center;
	padding-bottom: 40px;
	color: #000;
	font-weight: 600;
}
ul.mustNow li {
	width: 33.33%;
	float: left;
	text-align: center;
	font-size: 16px;
	line-height: 30px;
	padding: 0 20px;
	color: #333;
	font-weight: 300;
}
ul.mustNow li strong {
	font-size: 22px;
	display: block;
	color: #000;
	padding-bottom: 15px;
	font-weight: 500;
}
.hivthinkLeft {
	width: 50%;
	float: left;
	background: #f161a7;
}
.hivthinkRight {
	width: 50%;
	float: right;
}
.hivthinkInn {
	padding: 30px 30px 0px 0;
	max-width: 575px;
	width: 100%;
}
.hivthnkHd {
	font-size: 32px;
	font-weight: 600;
	color: #000;
	padding-bottom: 40px;
	text-align: center;
}
.hivListBx {
	font-size: 17px;
	line-height: 25px;
	color: #fff;
	padding-bottom: 20px;
}
.hivListBx strong {
	display: block;
	font-size: 24px;
	font-weight: 600;
	padding-bottom: 5px;
}
.hivListBx span {
	display: block;
	padding-bottom: 5px;
}
.thinkingOuter {
	padding: 60px 0 20px 0;
	background: url(images/banner2.png) center center no-repeat;
	background-size: cover;
}
.thanksContent span {
	font-size: 20px;
	display: block;
}
.thanksContent strong {
	font-weight: 800;
	font-size: 35px;
	padding-top: 30px;
	display: block;
	color: #f83192;
	line-height: 35px;
}
.thanksContent strong i {
	display: inline-block;
	height: 35px;
	vertical-align: top;
}
.thinkingBx {
	padding-bottom: 20px;
}
.thinkingBx strong {
	display: block;
	font-size: 24px;
	color: #000;
	padding-bottom: 7px;
	font-weight: 600;
}
.thinkingBx span {
	display: block;
	font-size: 17px;
	padding-bottom: 20px;
	line-height: 25px;
	color: #333;
}
.clientsays {
	padding: 60px 0;
}
.clientsaysList li {
	padding-left: 240px;
	position: relative;
	font-size: 16px;
	line-height: 30px;
	padding-top: 15px;
	min-height: 260px;
}
.clientsaysList li span {
	position: absolute;
	left: 0px;
	top: 0;
}
.clientsaysList li span i {
	width: 150px;
	height: 150px;
	border-radius: 50%;
	border: #ccc solid 1px;
	display: block;
	margin-bottom: 10px;
}
.clientsaysList li span i img {
	width: 100%;
	height: 100%;
	border-radius: 50%;
}
.clientsaysList li span strong {
	display: block;
	text-align: center;
	padding-bottom: 0 px;
	font-size: 18px;
}
.clientsaysList li span small {
	display: block;
	text-align: center;
	font-size: 13px;
}
.clientsaysList li strong {
	display: block;
	font-size: 20px;
	padding-bottom: 15px;
}
.faqBg {
	background: #666;
	padding: 60px 0;
}
.faqHd {
	font-size: 30px;
	font-weight: 600;
	text-align: center;
	padding-bottom: 30px;
	color: #fff;
}
.faqList {
	border: #999 solid 1px;
	margin-bottom: 20px;
}
.faqList h3 {
	border-bottom: #888 solid 1px;
	font-size: 24px;
	padding: 10px 15px;
	font-weight: 600;
	color: #ff8328;
}
.faqList ul {
	list-style: disc;
	color: #ccc;
	padding: 20px 20px 20px 35px;
}
.faqList ul li {
	font-size: 18px;
	line-height: 30px;
}
.faqList strong {
	font-size: 20px;
	padding: 15px 0 0 15px;
	display: block;
	color: #fff;
}
.ourclinicsBg {
	background: rgba(224,43,32,0.83);
	padding: 50px 0;
}
.ourclinicHd {
	text-align: center;
	font-size: 24px;
	font-weight: 600;
	color: #fff;
	padding-bottom: 20px;
}
.clinicBx {
	width: 25%;
	float: left;
}
.clinicBx h4 {
	display: block;
	font-size: 24px;
	text-transform: uppercase;
	padding-bottom: 15px;
	font-weight: 600;
	color: #fff;
}
.clinicBx span {
	font-size: 20px;
	line-height: 30px;
	color: #ffe203;
	display: block;
}
.clinicBx strong {
	font-size: 30px;
	color: #fff;
	padding-bottom: 15px;
	display: block;
}
.desclamerBg {
	background: #333;
	padding: 30px 0;
}
.discContent {
	font-size: 15px;
	color: #ccc;
	line-height: 22px;
}
.discContent strong {
	display: block;
	font-size: 20px;
	padding-bottom: 8px;
	color: #fff;
}
.symptomsOuter {
	padding: 70px 0;
	background: #f9f9f9;
}
.sympt_left {
	width: 48%;
	float: left;
}
.sympList h2 {
	font-size: 30px;
	color: #f83192;
	padding-bottom: 10px;
	font-weight: 600;
}
.sympList ul {
	list-style: disc;
	padding-left: 20px;
}
.sympList ul li {
	font-size: 18px;
	line-height: 30px;
}
.sympt_right {
	width: 48%;
	float: right;
}
.mobmenu {
	display: none;
}
.thankyouOuter {
	padding: 80px 0;
	background: #f5f5f5;
}
.thanksContent {
	text-align: center;
}
.thanksContent h1 {
	font-size: 91px;
	text-transform: uppercase;
	font-weight: 600;
	padding-top: 36px;
}
.mobicon {
	display: none;
}
.mobBanCont {
	display: none;
}
.scrollTopBtn {
	position: fixed;
	right: 3px;
	bottom: 0px;
	width: 50px;
	display: none;
}
.scrollTopBtn.arrowshow {
	display: block;
}
.clientsaysList .owl-nav .owl-prev {
	background: #666;
	width: 50px;
	height: 35px;
	line-height: 37px;
	text-align: center;
	font-size: 14px;
	text-transform: uppercase;
	color: #fff;
	position: absolute;
	left: 50%;
	margin-left: -55px;
	border-radius: 3px;
	cursor: pointer;
}
.clientsaysList .owl-nav .owl-prev:hover {
	background: #167ab7;
}
.clientsaysList .owl-nav .owl-next {
	background: #666;
	width: 50px;
	height: 35px;
	line-height: 37px;
	text-align: center;
	font-size: 14px;
	text-transform: uppercase;
	color: #fff;
	position: absolute;
	right: 50%;
	margin-right: -55px;
	border-radius: 3px;
	cursor: pointer;
}
.clientsaysList .owl-nav .owl-next:hover {
	background: #167ab7;
}
.hivListBx span strong {
	font-size: 18px;
	color: #fbe5a9;
}
.hivListBx span strong b {
	color: #000;
	animation:myfirst 3s;
  -moz-animation:myfirst 3s infinite; /* Firefox */
-webkit-animation:myfirst 3s infinite; /* Safari and Chrome */
}
.bannerSliderBx .owl-controls {
    display: none;
}
.container.bannerFrmBx {
    position: relative;
}
.container.bannerFrmBx .bannerFrm {
    position: absolute;
    right: 0;
    bottom: 40px;
    z-index: 9;
}

  @-moz-keyframes myfirst /* Firefox */
{
0%   {color:#000;}
25%   {color:#030;}
50%  {color:#096;}
75%   {color:#0C3;}
100%   {color:#0F0;}
}
 @-webkit-keyframes myfirst 
{
0%   {color:#000;}
25%   {color:#030;}
50%  {color:#096;}
75%   {color:#0C3;}
100%   {color:#0F0;}
}

.mobheader {
    display: none;
}

a.whatsappIcon {
    position: fixed;
    left: 10px;
    bottom: 10px;
    width: 55px;
    background: #fff;
    line-height: 0;
    padding: 8px;
    border-radius: 50%;
    box-shadow: #676767 0 0 5px 1px;
    animation: mymove 4s linear infinite;
    z-index: 99;
}
@keyframes mymove {
  from {transform:rotate(0);}
  to {transform:rotate(360deg);}
}
a.callingIcon {
    position: fixed;
    right: 10px;
    bottom: 10px;
    width: 55px;
    background: #fff;
    line-height: 0;
    padding: 8px;
    border-radius: 50%;
    box-shadow: #5f5f5f 0 0 5px 1px;
    animation: mymove2 4s linear infinite;
    z-index: 99;
}
@keyframes mymove2 {
  from {transform:rotate(0);}
  to {transform:rotate(360deg);}
}
.supportBot{
    display: none;
}
.sympList p {
    font-size: 16px;
    line-height: 25px;
	padding-bottom: 10px;
}
.sympList ul{
	padding-bottom: 10px;
}

.herpesOuter {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 40px 0;
}
.herpesLeft {
    width: 48%;
}
.herpesImgBx {
    width: 48%;
}
.herpesLeft h2 {
    font-size: 36px;
    font-weight: 600;
    color: #000;
    padding-bottom: 15px;
}
.herpesLeft p {
    font-size: 16px;
    line-height: 25px;
}

.thankyouOuter {
    padding: 200px 0 100px;
    background: #f5f5f5;
}
.thanksContent h1 {
    font-size: 91px;
    text-transform: uppercase;
    font-weight: 600;
    padding-top: 36px;
}
.thanksContent span {
    font-size: 20px;
    display: block;
}
.thanksContent strong {
    font-weight: 800;
    font-size: 35px;
    padding-top: 30px;
    display: block;
    color: #f60;
    line-height: 35px;
}
.thanksContent strong i {
    display: inline-block;
    height: 35px;
    vertical-align: top;
}

.querypopup_Outer{
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 9999;
	background: rgba(0, 0, 0, 0.8);	
	display: none;
}
.querypopInn{
	max-width: 500px;
	padding: 20px;
	background: #fff;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	border-radius:10px;
}

.querypopInn h2 {
    font-size: 32px;
    color: #000;
    font-weight: 600;
    text-align: center;
    padding-bottom: 10px;
}

.querypopInn .modalsubmit {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.querypopInn .modalsubmit input.submitBtn {
    width: 48%;
    height: 41px;
    background: #0099ff;
}
.closeModal {
    width: 48%;
    text-align: center;
    font-size: 16px;
    border: #ccc solid 1px;
    height: 41px;
    line-height: 39px;
    border-radius: 5px;
    background: #f5f5f5;
}
section.zerocost_Outer {
    background: #fff1f8;
    padding: 20px 0 30px 0;
}
.zerocost_Inn {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 700px;
    margin: 0 auto;
}
.zerocost_Left {
    width: 50%;
    border-right: #9b6981 solid 1px;
}
.zerocost_Right {
    width: 50%;
    padding: 20px 50px;
}
.zerocost_Left li {
    display: block;
    font-size: 16px;
    color: #292929;
    padding: 10px 0 10px 90px;
    border-bottom: #9b6981 solid 1px;
    position: relative;
    height: 90px;
}
.zerocost_Left li:last-child{
    border-bottom:0;
}
.zerocost_Left li span {
    display: block;
    padding-bottom: 7px;
}
.zerocost_Left li i {
    position: absolute;
    left: 0;
    top: 10px;
    height: 70px;
}

.hivBtnBx a.stdBtn {
    display: block;
    background: #f161a7;
    padding: 10px;
    text-align: center;
    font-size: 18px;
    color: #fff;
    border-radius: 25px;
    margin-bottom: 10px;
    font-weight: 600;
}
.hivBtnBx a.stdBtn:hover{
    background: #333333;
}
.hivBtnBx span {
    display: block;
    margin-bottom: 20px;
    text-align: center;
    font-size: 18px;
}
.hivBtnBx span a{
    color:#f161a7;
}
.hivBtnBx span a:hover{
    text-decoration:underline;
    color:#000;
}
.querypopInn .bannerFrm{
    margin-top:0px;
    padding:0;
}
.closeModOuter {
    position: absolute;
    right: 10px;
    top: 10px;
}
.closeModOuter a.closeModal {
    display: inline-block;
    width: 35px;
    height: 35px;
    line-height: 33px;
    border-radius: 50%;
}
.taspOuter {
    padding: 50px 0;
}
.taspInn {
    display: flex;
    justify-content: space-between;
    align-items: start;
}
.taspBx {
    padding: 20px;
    text-align: center;
    border: #e5e5e5 solid 1px;
    width: 23.5%;
    transition: all 0.5s ease-in-out;
    position: relative;
    top: 0;
}
.taspBx:hover {
    border: #f161a7 solid 1px;
    transition: all 0.5s ease-in-out;
    position: relative;
    top: -10px;
}
.taspBx strong {
    display: block;
    font-size: 20px;
    color: #000;
    padding-bottom: 5px;
}
.taspBx span {
    display: block;
    font-size: 15px;
}
.taspBx i {
    display: block;
    padding-bottom: 20px;
    text-align: center;
}
.consultNowBtn {
    text-align: center;
    padding-top: 30px;
}
.consultNowBtn a {
    display: inline-block;
    padding: 15px 30px;
    background: #f161a7;
    font-size: 18px;
    color: #fff;
    border-radius: 30px;
    width: 200px;
}
.consultNowBtn a:hover {
    background: #2d2d2d;
}
section.secopiBx {
    background: #cacfd5;
}
.secopiInn {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.secopiLeft {
    width: 50%;
    font-size: 40px;
    color: #000;
}
.secopiLeft a {
    display: block;
    width: 300px;
    font-size: 18px;
    padding: 10px;
    text-align: center;
    margin-top: 20px;
    background: #f161a7;
    color: #fff;
    line-height: 30px;
    border-radius: 30px;
}
.discCont {
    padding: 80px 0 50px 0;
}
.discCont h3 {
    font-size: 17px;
    font-weight: 600;
    padding-bottom: 5px;
}
.discCont p {
    font-size: 16px;
    line-height: 26px;
}
.discCont p a {
    color:#0099ff;
}
.discContent a {
    color: #fff;
}

.defaultPopBx {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    display:none;
}
.defaultPopBx .bannerFrm {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.closedefault_Modal {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 35px;
    text-align: center;
    font-size: 16px;
    border: #ccc solid 1px;
    height: 35px;
    line-height: 33px;
    border-radius: 50%;
    background: #f5f5f5;
}




 @media(max-width:1023px) {
.bannerFrm {
	width: 390px;
}
.hivthinkInn {
	padding: 20px 20px 0px 10px;
}
.clinicBx span {
	font-size: 17px;
}
.taspBx {
    padding: 20px 10px;
}
.secopiLeft{
    font-size:32px;
}

}
 @media(max-width:767px) {
.pad-0 {
	padding: 0;
}
.pad-10 {
	padding: 0 10px;
}
.webicon {
	display: none;
}
.mobicon {
	display: inline-block;
}
.bannerCont {
	width: 100%;
    float: none;
    padding-top: 120px
}
.hdrRight.slideNav {
	position: relative;
	left: 0;
	top: 54px;
	width: 100%;
	background: #fff;
	padding: 0;
	display: block;
	bottom: 0px;
	transition: all 0.5s ease-in-out;
}
.hdrRight.slideNav a {
	display: block;
	color: #333;
	padding: 12px 0;
	text-align: left;
	border-bottom: #e5e5e5 solid 1px;
}
.mainCont {
	padding-top: 0px;
}
nav {
	padding-top: 0px;
	padding-right: 0;
	display: block;
}
.logoBx {
	float: none;
	position: fixed;
	width: 100%;
	z-index: 99;
	background: #fff;
	box-shadow: #e5e5e5 0 0 5px 0;
}
.BannerBx {
	position: relative;
	margin-top: 48px;
}
.hdrRight.slideNav {
	padding-top: 15px;
	top: 40px;
	background: #fff;
	padding-bottom: 10px;
	width: 100%;
}
.hdrCall {
	text-align: left;
	padding: 15px 10px;
	font-size: 18px;
	color: #000;
	float: none;
}
.hdrCall a {
	display: inline-block !important;
	border-bottom: 0px !important;
	vertical-align: top;
	padding: 0px !important;
}
.mobmenu.open i:nth-child(1) {
	transform: rotate(227deg);
	position: relative;
	top: 7px;
}
.mobmenu.open i:nth-child(2) {
	transform: rotate(-227deg);
}
.mobmenu.open i:last-child {
	display: none;
}
ul.mustNow li {
	width: 100%;
	float: none;
	padding-bottom: 20px;
}
.hivthinkLeft {
	width: 100%;
	float: none;
	background: #f161a7;
	height: auto !important;
}
.hivthinkInn {
	padding: 15px;
	max-width: 100%;
	float: none !important;
}
.hivthinkRight {
	width: 100%;
	float: none;
	height: 500px !important;
}
.hivthnkHd {
	font-size: 24px;
}
.half {
	width: 100%;
}
.clientsaysList li {
	padding-left: 180px;
	line-height: 30px;
}
.clinicBx {
	width: 50%;
	float: left;
	padding-bottom: 20px;
}
.symptomsOuter {
	padding: 30px 0;
}
.sympt_left {
	width: 100%;
	float: none;
	padding-bottom: 30px;
}
.sympt_right {
	width: 100%;
	float: none;
}
.sympList h2 {
	font-size: 20px;
}
.hdrRight {
	padding-right: 50px;
}
.mobmenu {
	display: block;
	position: fixed;
	right: 15px;
	z-index: 100;
	top: 67px;
	width: 30px;
}
.mobmenu i {
	display: block;
	height: 3px;
	background: #000;
	margin-bottom: 4px;
}
.mobmenu i:last-child {
	margin-bottom: 0px;
}
.hdrRight {
	display: none;
}
.mobBanCont {
	display: block;
	max-width: 390px;
	float: right;
	font-size: 18px;
	padding-top: 30px;
	color: #fff;
	text-align: center;
}
.bannerFrm {
	float: right;
	width: 390px;
	background: rgba(255, 255, 255, 0.8);
	padding: 20px;
	border: #fff solid 1px;
	margin-top: 10px;
}
.container.bannerFrmBx .bannerFrm {
    position: relative;
    right: 0;
    bottom: 0;
    z-index: 9;
    width: 100%;
}
.BannerBx {
	width: 100%;
	height: 460px;
}

.mobheader {
    display: block;
    background: #f5f5f5;
    /*padding: 10px;*/
}

.mobheader .callingIcon{
    position: absolute;
    top: 5px;
    height: 46px;
    width: 46px;
}
.hdremail span {
    display: inline-block;
    line-height: 0;
    width: 190px;
    margin-left: 10px;
}
.hdremail {
    float: left;
    width: 50%;
}
.hdremail i {
    display: inline-block;
    height: 25px;
    margin-right: 5px;
}
.hdremail a {
    display: inline-block;
    vertical-align: top;
    font-size: 18px;
    font-weight: 600;
    color: #f83192;
}
.mobheader .hdrCall {
    float: right;
    padding: 0;
    display:none;
}

.FrmBx input {
    height: 38px;}

.FrmBx label {
    display: block;
    font-size: 14px;
    font-weight: 400;
    color: #000;
    padding-bottom: 2px;
}
.FrmBx {
    padding-bottom: 10px;
}
.herpesOuter {
    flex-direction: column-reverse;
}
.herpesLeft, .herpesImgBx {
    width: 100%;
}
.zerocost_Right {
    padding: 20px 15px;
}
.taspInn {
    display: block;
}
.taspBx {
    display: inline-block;
    width: 48%;
    margin: 0 0.8% 15px 0.8%;
}
.consultNowBtn {
    padding-top: 20px;
}
.secopiInn {
    display: block;
}
.secopiLeft {
    width: 100%;
    font-size: 30px;
    text-align: center;
    padding-top: 30px;
}
.secopiLeft a{
    margin:20px auto 0 auto;
}
.secopiRight{
    line-height:0px;
}
}

 @media(max-width:479px) {
     
.logoBx {
	font-size: 16px;
	padding-top: 9px;
	padding-bottom: 4px;
}
.hdrCall {
	font-size: 14px;
	padding: 15px 0;
}
.bannerFrm {
	float: right;
	width: 390px;
	background: rgba(255, 255, 255, 0.8);
	padding: 20px;
	border: #fff solid 1px;
	margin-top: 10px;
}

.container.bannerFrmBx .bannerFrm {
    position: relative;
    right: 0;
    bottom: 0;
    z-index: 9;
    width: 100%;
}
.bannerFrm {
	width: 90%;
	margin: 30px auto 0 auto;
	float: none;
}
.FrmBx input {
	height: 35px;
}
.FrmBx {
	padding-bottom: 15px;
}
.FrmBx textarea {
	height: 60px;
}
.bannerFrm {
	padding: 10px;
}
.bannerFrm h3 {
	font-size: 20px;
}
ul.mustNow li {
	padding: 0 0 20px 0px;
	font-size: 14px;
	text-align: justify;
}
.hivthinkRight {
	height: 300px !important;
}
.thinkingOuter {
	padding: 40px 0 20px 0;
}
.hivthnkHd {
	font-size: 20px;
}
.thinkingBx strong {
	font-size: 18px;
}
.clientsaysList li {
	padding-left: 0;
}
.clientsaysList li span {
	position: relative;
}
.clientsaysList li span i {
	margin: 0 auto 10px auto;
}
.faqHd {
	font-size: 20px;
}
.faqList h3 {
	font-size: 18px;
}
.faqList ul li {
	font-size: 16px;
}
.clinicBx {
	width: 100%;
}
.mainHd {
	font-size: 20px;
}
.logoBx a img {
	height: 30px;
}
.hdrRight {
	padding-right: 0;
	float: none;
}
.hdrCall {
	font-size: 25px;
	padding: 15px 0 5px 0;
	text-align: center;
	float: none;
	display: block;
}
.mobBanCont {
	display: block;
	max-width: 100%;
	float: none;
	font-size: 17px;
}
.BannerBx {
	height: 660px;
}
.contmark {
	display: none;
	position: fixed;
	left: 50%;
	margin-left: -50px;
	top: 13px;
	z-index: 999;
}
.container.bannerFrmBx .bannerFrm{ left:0px;}

.hdremail a {
    font-size: 18px;
    line-height: 25px;
}
.hdrCall {
    font-size: 16px;
}
.bannerCont h2 {
    font-size: 28px;
    line-height: 36px;
    }
.bannerCont span{
    font-size: 18px;
}
.BannerBx {
    height: 480px;
}
.desclamerBg{
    display: none;
}
.supportBot {
    text-align: center;
    position: fixed;
    z-index: 98;
    background: #333;
    color: #fff;
    bottom: 0;
    right: 0;
    left: 0;
    height: 55px;
    font-size: 24px;
    line-height: 31px;
    padding: 12px 0;
    font-weight: 600;
    display: block;
}

a.whatsappIcon {
    width: 45px;
    bottom: 5px;
}
a.callingIcon {
    width: 45px;
    padding: 5px;
    bottom: 5px;
}
.hdremail a{ font-size: 18px;}
.hdremail i{ height: 18px; margin-top: 3px; margin-right: 3px; }
.hdrCall a{ font-size: 18px;}
.hdrCall i{ height: 18px; margin-top: 3px; margin-right: 5px; }
.mobmenu{ top:69px;}
.sympList ul li {
    font-size: 16px;
    line-height: 25px;
}
.querypopInn{
    max-width:95%;
}
.mustNowOuter {
    padding: 30px 0 40px 0;
}
.zerocost_Inn {
    display: block;
}
.zerocost_Left {
    width: 100%;
    border-right: 0;
}
section.zerocost_Outer .mainHd {
    padding-bottom: 15px;
}
.zerocost_Right {
    width: 100%;
}
.zerocost_Left li:last-child {
    border-bottom: #9b6981 solid 1px;
}
.hivBtnBx span {
    font-size: 20px;
    font-weight: 600;
    color: #000;
}
section.zerocost_Outer{
    padding-bottom:0px;
}
.taspBx {
    display: inline-block;
    width: 100%;
    margin: 0 0 15px 0;
}
.taspOuter {
    padding: 30px 0;
}
.secopiLeft {
    font-size: 22px;
}
.secopiLeft a {
    width: 250px;
    font-size: 16px;
    line-height: 25px;
    padding: 9px;
}
}








