@charset "utf-8";
/* CSS Document */

/*

Version: 1.2

*/

@font-face {
 font-family: 'icomoon';
 src:  url('fonts/icomoon.eot?ag17fj');
 src:  url('fonts/icomoon.eot?ag17fj#iefix') format('embedded-opentype'),  url('fonts/icomoon.ttf?ag17fj') format('truetype'),  url('fonts/icomoon.woff?ag17fj') format('woff'),  url('fonts/icomoon.svg?ag17fj#icomoon') format('svg');
 font-weight: normal;
 font-style: normal;
 font-display: block;
}
 [class^="icon-"], [class*=" icon-"] {

  /* use !important to prevent issues with browser extensions that change fonts */

  font-family: 'icomoon' !important;
 speak: never;
 font-style: normal;
 font-weight: normal;
 font-variant: normal;
 text-transform: none;
 line-height: 1;



  /* Better Font Rendering =========== */

  -webkit-font-smoothing: antialiased;
 -moz-osx-font-smoothing: grayscale;
}
.icon-Advanced_Laser:before { content: "\e900"; }
.icon-Assurance-of-Apollo:before { content: "\e901"; }
.icon-cardio-demo1:before { content: "\e902"; }
.icon-cardio-demo2:before { content: "\e903"; }
.icon-happy-patients:before { content: "\e904"; }
.icon-Highly-Experienced-_-Qualified-Doctors:before { content: "\e905"; }
.icon-hospital:before { content: "\e906"; }
.icon-Insurance-Accepted:before { content: "\e907"; }
.icon-location:before { content: "\e908"; }
.icon-No-hidden-charges:before { content: "\e909"; }
.icon-Painless-Procedure:before { content: "\e90a"; }
.icon-Short-Stay-Surgery:before { content: "\e90b"; }
.icon-Specialists:before { content: "\e90c"; }
.icon-World-Class-Facility:before { content: "\e90d"; }
.icon-Zero-Infection-Rate:before { content: "\e90e"; }
:root {
	--primary: #ef7f1b;
	--secondary: #00769c;
}
.fixed-top {
    position: relative !important;
    z-index: 1030;
}
a:hover {
	text-decoration:none !important;
	}
header {
    background: #fff !important;
    min-height: 78px;
	border-bottom:1px solid #0081a0;
}
.navbar { padding: 5px 0 !important;}
a.navbar-brand img {
	margin-top: 0px;
	width: 100%;
}
.navbar-brand {
    display: inline-block;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    margin-right: 0 !important;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap;
}
.right {
    float: right !important;
}

section {
    margin: 0px 0;
}
.csrvcs {
    margin: 50px 0;
}
h2.srcv-heading {
    font-size: 1.2rem;
    text-transform: capitalize;
    text-align: center;
    margin-top: 18px;
	color:#0081a0;
}
.srvicn {
    width: 100%;
    border-radius: 50%;
    display: flex;
}
.srvicn img {    margin: 0 auto;
}

.oursrvicn {
    width: 100%;
    border-radius: 50%;
    display: flex;
}
.white {
    color: #fff !important;
}
h2.osrcv-heading {
    font-size: 1.2rem;
    text-transform: capitalize;
    text-align: center;
    margin-top: 18px;
    color: #fff;
}
.oursrvicn img {
    width: 120px;
    height: 120px;
    margin: 0 auto;
    margin-top: 15%;
    background: #ffffff;
    border-radius: 50%;
    padding: 10px;
}


section.abtcontnt p, section.marketing p {
    text-align: center;
    
}

.card a.btn-link {
    padding: 0;
    text-align: left;
}
.txt-lft { text-align:left !important;}
.whyus {
    margin: 0;
    background: #ececec;
    padding: 50px 0;
}
.faqhdng {
    text-align: left !important;
}
.txtimg {
    text-align: center;
    border: 6px solid #ef7f1b;
    border-radius: 8%;
    width: 100%;
    margin: 0 auto;
    transition: all .3s ease-in-out;
    margin-top: 20px;
}

.card {
    margin-bottom: 10px;
    border-radius: 0;
	border-bottom: 1px solid #d8d8d8 !important;
}
a.btn.btn-link:after { content: "\+";
background-color: var(--secondary) !important;
    border: 1px solid var(--secondary) !important;
    content: "\-";
    color: #ffffff;
    font-family: IcoFont!important;
    padding: 10px 15px;
    position: absolute;
    right: 0;
    top: 0px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;}
a.btn.btn-link.collapsed:after {
   
    content: "\+" !important;
    
   
}

a.btn.btn-link.collapsed .card-header { border-bottom:0;}
.card-header{
    background: #fff !important;
    padding: 10px 15px 10px;
	color: #0081a0;
	font-weight: 500;
}
a.btn.btn-link {
    background: #fff !important;
}
a.btn.btn-link {
    color: #fff;
	border-radius: 0;
}
.appointmnt {
    position: absolute !important;
    background: #fbb900;
    padding: 21px 10px;
    float: right;
    top: 5px;
    border-radius: 10px;
    z-index: 999;
    width: 32%;
    right: 9%;
    top: 16%;
}
.mt-50 {
    margin-top: -30px;
}

a.btn.btn-link:hover, a.btn.btn-link:hover .card-header {
    background: #0081a0 !important;
    color: #fff !important;
	text-decoration:none;
}
.form-group { margin-bottom:0px !important;}
.appointmnt input, .appointmnt select {
    width: 100%;
    padding: 6px 8px;
    margin-bottom: 15px;
    border: 0 !important;
	border-radius: .25rem;
	background: #e0a604;
	color: #fff;
}

input#submit {
    margin-bottom: 5px;
	background: #fff;
    color: #e0a604;
    font-weight: 500;
	text-transform: uppercase;
}
.form-title {
    color: #fff;
    padding: 0px 0px;
    text-align: center;
    margin-bottom: 15px;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
}
.phno-num {
    margin: 2px 0 10px 0;
    text-align: center;
    padding: 6px 0;
    float: right;
}
.phno-num a {
    padding: 5px 20px;
    border-radius: 0 15px;
    color: #fff;
    background: #008e3a;
    font-size: 24px;
}
.phno-num a:hover {
    background: #2e3192;
}
.appointmnt button {
    background: #fdb92e;
    border: 0;
    color: #ffffff;
    font-weight: 500;
    padding: 5px;
    width: 100%;
	margin-top: 2px;
}
.appointmnt input:focus, .appointmnt button:focus {
    border: 0;
    outline: 0;
}


@media (min-width: 768px) {
	
.top-cta-blue h3, .h3 {
    line-height: 1.14;
    font-size: 50px;
}
.top-cta-blue h5, .h5 {
    line-height: 1.13333;
    font-size: 20px;
	font-style: italic;
}
}
@media (min-width: 768px) {
.top-cta-blue .btn {
    padding: 12px 28px;
}
}
.top-cta-blue .btn-primary {
    color: #0081a0;
    background-color: #fff;

}
.top-cta-blue .btn-primary:focus, .top-cta-blue .btn-primary.focus, .top-cta-blue .btn-primary:active, .top-cta-blue .btn-primary:active:focus, .top-cta-blue .btn-primary.active, .top-cta-blue .btn-primary:hover {
    background-color: #0081a0;
    border-color: #fff;
	color: #fff;
}

.top-cta-blue{
	background-color: #0081a0;
    padding: 50px 0 40px 0;
	margin:0;
}

 h5{
	clear: right;
	margin-bottom: 2px;
}


.top-cta-blue p{
	float: left;
	margin-bottom: 15px;
	font-style: italic;
}

.top-cta-blue span{
	float: left;
	margin-right: 12px;
    margin-bottom: 15px;
}

.top-cta-blue i{
    font-size: 50px;
    color: #fff;
}
.white-text {
    color: #fff;
}
.top-cta-blue a {
    color: #fff;
}
footer.ftr {
    background: #097435;
    text-align: center;
}
.lead {
    font-size: 18px;
    font-weight: 400;
    line-height: 2rem;
	text-align: justify;
}
.shw-mob {
    position: fixed;
    z-index: 99999;
    bottom: 0;
	width:100%;
}
@media (max-width:767px) {
	
	.srvicn img:first-child, .oursrvicn img:first-child {
    margin-top: 10px;
}
.tphngd {
    font-size: 26px !important;
}
	
	.navbar {
    padding: 0rem 0rem !important;
}
	a.navbar-brand {
    width: 40%;
    padding: 0px;
    float: left;
	margin-top: 0px;
}

.phno-mbnum.moblshw {
    float: right;
    margin: 18px 0 0px;
    text-align: center;

}
.phno-mbnum.moblshw a {
    color: #fff;
    padding: 4px 8px;
    font-size: 22px;
    text-align: center;
}
button.navbar-toggler {
    background: #0081a0;
}
button.navbar-toggler {
    float: right;
    margin-top: 18px;
}
	.shw-mob {
    display: block;
	border-top: 1px solid #0081a0;
}
.appointmnt{ /*display:none;*/
width: 90% !important;
    margin: 0px auto;
    right: 0 !important;
    left: 0 !important;
    top: 285px !important;

}
footer.ftr {
    padding: 20px 0 40px; 
}
.btn-link {
	font-size:10px;
	
	}
}

@media (min-width: 768px) {
	.shw-mob {
    display: none;
}
}
.clfrm {
    float: left;
    width: 50%;
    background: var(--primary);
	text-align:center;
}
button.gt-cal.btn {
    text-align: center;
    color: #fff;
	font-weight: 500;
}


.callnw {
    float: right;
    background: #fff;
    text-align: center;
    width: 50%;
	padding: 7px 0;
}
.callnw a {
    color: var(--primary);
    font-weight: 500;
}
.navbar-dark .navbar-nav .nav-link {
    color: rgb(0 129 160);
}
li.nav-item:hover a {
    color: #fdb92e !important;
}
li.nav-item:active a {
    color: #fdb92e;
}
@media (max-width:767px){
.row.csrvcs .col {
    width: 100% !important;
    float: none;
}
.moblshw { display: block;
    margin-bottom: 0px;
    padding: 0px 0px;}
.dstshow { display:none;}
.mobcntxt {
    text-align: center;
}
.mobcntxt button {
    margin-top: 15px;
}
}
@media (min-width:768px) {
	
	.moblshw { display:none;}
.dstshow { display:block;}

}
.phno-mbnum.moblshw {
    width: 56%;
    float: right;
    margin: 20px 0 0px;
    text-align: center;

}
.phno-mbnum.moblshw a {
    color: #fff;
    padding: 4px 8px;
    font-size: 22px;
    text-align: center;
    background: var(--secondary);
    border-radius: 6px;
}
.form-title.thnpg {
    color: #fff;
    padding: 102px 0px;
    text-align: center;
    margin-bottom: 15px;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
}
.dstpbnr {
    width: 100%;
    background: url("../img/rtpcr-banner.jpg") top no-repeat;
    background-size: cover;
    position: relative;
}
.mobbnr {
    width: 100%;
    background: url("../img/rtpcr-banner-mobile.jpg") center no-repeat;
    height: 125px;
    background-size: cover;
    position: relative;
    margin-top: 0px;
}
.mobbnr img {
    width: 100%;
}

button.orng.btn.btn-primary i {
    font-size: 20px;
}
button.orng.btn.btn-primary {
    background: #fdb92e;
    color: #fff !important;
    font-size: 18px;
    text-align: center;
    padding: 10px;
}
.modal-header {
    background: var(--secondary);
}
.modal-title {
    text-align: center;
    font-size: 18px;
    color: #fff;
}

.popappfrm input {
    width: 90%;
    padding: 6px;
    margin-bottom: 7px;
    border-radius: 4px;
    border: 1px solid #3333;
}
.popappfrm form#frm {
    text-align: center;
}
.popappfrm {
    width: 100%;
	
}
.modal-body {    

}
.popappfrm form button {
    background: #ffac00;
    color: #fff;
    border: 1px solid #e29a04;
    border-radius: 4px;
    padding: 6px;
    margin-top: 7px;
}
.popappfrm input, .popappfrm select {
    width: 100%;
    padding: 6px;
    margin-bottom: 7px;
    border-radius: 4px;
    border: 1px solid #3333;
}
..close {     color: #ffac00 !important;}
.chldsflx {
    Padding-top: 20px;
}
.hero .feat-center .item {
    text-align: center;
}
.hero .feat-center .item .icon {
    width: 60px;
    height: 60px;
    line-height: 65px;
    border-radius: 50%;
    text-align: center;
    font-size: 30px;
    color: #fff;
    border: 1px solid #00789c;
    background-color: #00789c;
    margin-bottom: 40px;
    position: relative;
    -webkit-box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
    text-align: center;
}
.intro4s .icon {
    width: 100px !important;
    height: 100px !important;
}
.hero .feat-center .item h5 {
    font-size: 17px;
    margin-top: 30px;
}
h2.featurette-heading span {
    font-size: 24px;
    line-height: 47px;
}
h2.featurette-heading p {
    margin-bottom: 0px;
}
.acrtble tr:nth-child(odd) {
    background-color: #fff5ed;
}
.acrtble td, .acrtble th {
    border: 1px solid #ddd;

    padding: 8px;
}
.acrtble th {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: left;
    background-color: var(--secondary);
    color: white;
}
ul.lstinln li {
    display: inline-block;
    margin-right: 7px;
    font-size: 18px;
}
ul.lstinln {
    display: inline;
    margin: 0;
    padding: 8px 0px;
    background: var(--primary);
    color: #fff;
}
ul.lstinln li:before {
    content: '\ea69';
    font-family: IcoFont!important;
    color: #b0ffa7;
}
section.bg-primry {
    background: var(--primary);
    margin-top: 0 !important;
    padding: 10px 0;
}
.mt30 {
    margin-top: 30px;
}
.frst-heading {
	font-size: 32px;
	color: var(--secondary);
	margin-bottom: 5px;
}
.grey-background {    
	background: #fbfbfb;
}
.section {    
position: relative;
}
.pdngtbtn {    
	padding: 30px 0;
}
@media only screen and (min-width: 768px){
ul.lstinln li:last-child {
    float: right;
}
}
.abtsec {
	background-image: linear-gradient(to right, #00769c , #a4d5ff);
	padding: 50px 0;
}
.txtimg img {
    width: 100%;
    padding: 0px;
    background: #fff;
    border: 1px dashed #d2d4d6;
    border-radius: 6%;
}

element.style {
}
.text-center.yicn {
    border-bottom: 10px solid #ef7f1b;
    border-radius: 50%;
    width: 250px;
    margin: 0 auto;
    transition: all .3s ease-in-out;
    margin-top: 20px;
}
.icnyap img {
    height: 250px;
    width: 250px;
    padding: 15px;
    background: #fff;
    border: 1px dashed #d2d4d6;
    border-radius: 50%;
}
.why-us-txt p {
    padding: 20px 20px 0;
    text-align: center;
}
.srvcshd {
    font-size: 22px;
    text-align: center;
    padding-top: 15px;
    color: var(--secondary);
}
.srvces {
    background: #f1f1f1;
	padding: 50px 0;
}
.why-us-txt {
    background: #fff;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 30px;
    border-radius: 10px;
    box-shadow: 3px 4px 15px #00000026;
}
.why-us-txt:hover {
    box-shadow: 2px 4px 15px #00769c99;
}
.srvcs {
    text-align: center;
    font-size: 35px;
    color: var(--secondary);
    margin-bottom: 20px;
}
.top-cta-green {
    background-color: #008e3a;
    padding: 30px 0;
    margin: 0;
}
.text-purple {
    color: #68c6dc!important;
}
@media only screen and (min-width: 768px){
.top-cta-green h3 {
    line-height: 1.14;
    font-size: 60px;
}
.top-cta-green h5 {
    line-height: 1.13333;
    font-size: 20px;
    font-style: italic;
}
.text-md-right {
    text-align: right!important;
}
}
.icn-txt {
    margin: 20px 0;
}
.icon-cardio-demo1 {
    width: 80%;
}
.dsvy-ihbox-contents {
    margin-left: 15px;
    margin-top: 10px;
    text-align: left;
}
.dsvy-element-heading {
    font-size: 16px;
    line-height: 26px;
    color: #8fec85;
    margin-bottom: 0;
    font-weight: 400;
}
.dsvy-element-title-stl-4 {
    font-size: 20px;
    line-height: 30px;
    color: #fff;
    font-weight: 600;
}
.top-cta-green a {
    color: #fff;
}
.top-cta-green p {
    float: left;
    margin-bottom: 15px;
    font-style: italic;
    color: #fff;
    padding-top: 10px;
}
.why-us-txt:hover .text-center.yicn {
    border-color: #00769c;
}
.why-us-txt:hover h4 {
    color: #ef7f1b;
}
.thnks {
    padding: 30px 20px;
    text-align: center;
}
.appointmnt.moblshw {
    position: relative !important;
    margin: 0px 0 20px !important;
    width: 100%;
    border-radius: 0 !important;
    top: 0;
    left: 0;
    right: 0;
	background: #05496e;	
}
.clfrm a.gt-cal.btn {
    color: #fff;
}.appointmnt {
    position: absolute !important;
    background: #fbb900;
    padding: 21px 10px;
    float: right;
    top: 5px;
    border-radius: 10px;
    z-index: 999;
    width: 28%;
    right: 9%;
    top: 19%;
}
ul.gumlst li {
    list-style: none;
    text-indent: -25px;
}
ul.gumlst li:before {
    content: '\ea69';
    font-family: IcoFont!important;
    color: #00769c;
}
.about-box {
    background: #fff;
    padding: 10px 20px;
    box-shadow: 2px 2px 7px #ef7f1b;
    margin-bottom: 15px;
    border-radius: 6px;
    height: 145px;
}
.thrclm {
    padding: 0;
}
.wdfl {
    width: 100%;
    margin: 0;
}
.bgdrclr1 {
    background: #005c7a;	
    padding: 40px;
	padding-bottom: 0;
	box-shadow: -2px 0px 4px #005c7a;
}
.bgdrclr2 {
    background: #007aa3;
    padding: 40px;
    box-shadow: -2px 0px 4px #007aa3;
}
.bgdrclr3 {
    background: #0099cc;
    padding: 40px;
    box-shadow: -2px 0px 4px #0099cc;
}
.hngtr {
    font-size: 26px;
	color: #fff;
}
ul.whyus-lst {
    padding-top: 0px;
    padding-left: 0;
}
ul.whyus-lst li {
    list-style: none;
    padding-left: 30px;
    line-height: 30px;
    font-size: 0.9rem;
    text-indent: -20px;
    color: #fff;
}
ul.whyus-lst li:before {
    content: "\ea69";
    font-family: IcoFont;
    font-style: normal;
    margin-right: 0px;
    color: #fbb900;
}
.typrev {
    background: #f1f1f1;
	padding: 40px 0;
}
.typrev h2 {
    font-size: 26px;
    color: #00769c;
}
.typrev h3 {
    color: #ec6b07;
    font-size: 22px;
}
.typrev p {
    text-align: justify;
}
.typrev hr {
    width: 20%;
    border-top: 2px solid #00769c;
    margin: 0;
    clear: both;
	padding-bottom: 5px;
}
.srvces {
    background: #f1f1f1;
    padding: 40px 0;
}
.srvcs {
    text-align: center;
    font-size: 35px;
    color: #00769c;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.servicespadding {
    padding-top: 1em;
}
.nopad {
    padding: 0 !important;
}
.myimg2 {
    width: 285px;
    height: 280px;
    object-fit: cover;
    object-position: top center;
}
.mytalkbubble {
    height: 280px;
    width: 290px;
    background-image: linear-gradient(to bottom right, #00769c, #00bfff);
    position: relative;
}
.mytalkbubble:hover {
    background-image: linear-gradient(to right, #00769c, #00769c);
}
.mytalkbubble:hover:before {
    content: "";
    position: absolute;
    right: 100%;
    top: 85px;
    width: 0;
    height: 0;
    border-top: 16px solid transparent;
    border-right: 30px solid #00769c;
    border-bottom: 16px solid transparent;
}
.mycolumn {
    float: left;
}
.mytalkbubble:before {
    content: "";
    position: absolute;
    right: 100%;
    top: 35px;
    width: 0;
    height: 0;
    border-top: 16px solid transparent;
    border-right: 30px solid #00769c;
    border-bottom: 16px solid transparent;
    transition: 0.3s;
}
.mytalkbubbleold {
    height: 280px;
    width: 285px;
    background-image: linear-gradient(to bottom right, #00769c, #00bfff);
    position: relative;
    z-index: 99999;
}
.mytalkbubbleold:hover {
    background-image: linear-gradient(to right, #00769c, #00769c);
}
.mytalkbubbleold:hover:before {
    content: "";
    position: absolute;
    left: 100%;
    top: 85px;
    width: 0;
    height: 0;
    border-top: 16px solid transparent;
    border-left: 30px solid #00769c;
    border-bottom: 16px solid transparent;
}
.mytalkbubbleold:before {
    content: "";
    position: absolute;
    left: 100%;
    top: 35px;
    width: 0;
    height: 0;
    border-top: 16px solid transparent;
    border-left: 30px solid #00769c;
    border-bottom: 16px solid transparent;
    transition: 0.3s;
}
.hover-new {
    width: 100%;
    min-height: 228px;
    padding: 15px 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
}
.hover-new h4 {
    color: #ffffff;
    font-size: 18px;
}
.hover-new p {
    color: #f9f9f9;
    font-size: 13px;
    line-height: 16px;
	text-align: justify;
}
.bg-blu {
	background: #00769c;
}
.imgsz {
    width: 100%;
    padding-bottom: 5px;
}
@media only screen and (max-width: 767px){
.mobcntxt {
    text-align: center;
}
.imgrdtpk img {
    width: 100%;
}
.txtimg img {
    width: 100% !important;
}
a.navbar-brand img {
    width: 100% !important;
}
.txtimg {
    width: 100%;
}
.mytalkbubble, .myimg2, .mytalkbubbleold {
    width: 100% !important;
}
.mytalkbubbleold:before {
    content: "";
    position: absolute;
    left: 45% !important;
    bottom: -46px !important;
    width: 0;
    height: 0;
    border-left: 16px solid transparent !important;
    border-top: 30px solid #00769c !important;
    border-right: 16px solid transparent !important;
    transition: 0.3s;
    top: auto !important;
}
.mytalkbubble:before {
    content: "";
    position: absolute;
    left: 45% !important;
    top: -46px !important;
    width: 0;
    height: 0;
    border-right: 16px solid transparent !important;
    border-bottom: 30px solid #00769c !important;
    border-left: 16px solid transparent !important;
    transition: 0.3s;
}
.mytalkbubbleold:hover:before {
    border-top: 30px solid #00769c !important;
}
.mytalkbubble:hover:before {
    border-bottom: 30px solid #00769c !important;
}
.mbmrg20 {
    margin-bottom: 20px;
}
.mbhide {
	display: none;
}
}










.btn-theme-light {
    border: 1px solid #FFFFFF;
    border-radius: 100px;
    font-size: 16px;
    color: #FFFFFF;
    padding: 6px 32px;
    background: transparent;
}
.btn-theme-light:hover {
    background: #fff;
    color: #007C9F;
    box-shadow: 0px 10px 25px rgba(0, 125, 159, 0.4);
}
.banner-form {
    background-image: linear-gradient(
-180deg
, #008e3a 0%, #008e3a 100%);
    box-shadow: 0 6px 25px 0 #008e3a70;
    border-radius: 0 25px;
    padding: 24px 24px;
}
.banner-form h4 {
    color: #fff;
    text-align: center;
    margin-bottom: 18px;
}
.banner-form label {
    font-size: 11px;
    color: #FFFFFF;
    letter-spacing: 0.46px;
    text-transform: uppercase;
    margin-bottom: 0px;
}
.banner-form .form-control {
    height: 45px;
}
.form-control:focus {
    border-color: #008e3a;
    box-shadow: 0 0 0 0.2rem #008e3a42;
}
.form-control {
    border-radius: 0 10px;
}
.banner-form .mobile-num {
    position: relative;
}
.banner-form .mobile-num input {
    padding-left: 80px;
}
.banner-form .mobile-num select {
    background: #E7E7E7;
    border-radius: 4px;
    position: absolute;
    bottom: 4px;
    left: 4px;
    border: none;
    height: 27px;
    width: 66px;
}
.banner-form .form-group {
    margin-bottom: 6px;
}
.counter-section {
    position: absolute;
    bottom: -80px;
    width: 100%;
	display:none;
}
.counter-section .container {
    position: relative;
}
.counter-img {
    width: 100%;
    /*-webkit-filter: drop-shadow(0px 12px 30px rgba(0,124,159,0.5));
    filter: drop-shadow(0px 12px 30px rgba(0,124,159,0.5));*/
	border-radius: 100px;
}
.section-heading {
    color: #00799e;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 20px;
	font-size:22px !important;
}
.section-heading1 {
    color: #00799e;
    text-transform: uppercase;
    text-align: left;
    margin-bottom: 20px;
	font-size:22px !important;
}
.about-sec, .liposuction-sec, .why-sec {
    padding-top: 52px;
    padding-bottom: 10px;
}
/* .about-sec::after, .liposuction-sec::after {
    content: '';
    border-top: 1px solid #979797;
    width: 100%;
    max-width: 500px;
    margin: 0px auto;
    display: block;
    margin-top: 52px;
} */
.about-sec p {
    font-size: 15px;
    color: #727272;
    letter-spacing: 0;
    text-align: center;
    line-height: 26px;
}
.benefits-sec{
    padding: 40px 0px;
}
.benifits h5{
    font-weight: 600;
    margin-bottom: 20px;
}
.benifits p span{
    font-weight: 600;
    color: #262626;
}
.benifits p{
    color: #727272;
}
.btn-theme {
    border: 1px solid #008e3a;
    border-radius: 100px;
    background: transparent;
    font-size: 16px;
    color: #008e3a;
    letter-spacing: 0.67px;
    padding: 6px 30px;
}
.btn-theme:hover {
    background: #008e3a;
    box-shadow: 0px 10px 25px #008e3aa8;
    color: #fff;
}
.liposuction {
    padding: 15px 10px 40px;
    position: relative;
    display: flex;
}
.liposuction-sec {
    background-image: url(../images/circleleft1.svg), url(../images/circleright1.svg), url(../images/circleright2.svg);
    background-position: left center, calc(100% - 60px) center, right bottom;
    background-repeat: no-repeat, no-repeat, no-repeat;
}
.liposuction .image-container {
    width: 60%;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0px 10px 45px rgba(0,124,159,0.25);
    float: left;
}
.liposuction .content {
    width: 50%;
    float: left;
    position: absolute;
    background-image: linear-gradient(-225deg, #6DC3D3 0%, #3B90A8 100%);
    box-shadow: 0 15px 34px 0 rgba(64,149,172,0.59);
    border-radius: 9px;
    padding: 30px 50px;
    right: 2px;
    right: 2px;
    align-self: center;
}
.liposuction .content  h5 {
    font-size: 20px;
    color: #FFFFFF;
    letter-spacing: 0.83px;
}
.liposuction .content ul {
    list-style-type: none;
    padding-left: 0px;
    margin-bottom: 0px;
}
.liposuction .content ul li {
    display: flex;
    margin-top: 15px;
}
.liposuction .content ul li .icon {
    width: 60px;
    height: 60px;
    flex-shrink: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.2);
    display: flex;
    align-items: center;
}
.liposuction .content ul li .icon img {
    margin: 0px auto;
	width: 100%;
}
.liposuction .content ul li .text {
    font-size: 16px;
    color: #FFFFFF;
    letter-spacing: 0;
    line-height: 24px;
    padding-left: 0px;
    align-self: center;
    font-weight: 300;
}
.liposuction .content ul li .text p {
    margin-bottom: 0px;
    line-height: 24px;
}
.why-us {
   text-align: center;
    margin: 0px 0px 10px;
    height: calc(100% - 25px);
}
.orghed {font-size: 20px; color: #fb7906;}
.why-us .icon {
    background: linear-gradient(to bottom, #00b0cb 0%,#007c9f 100%);
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    border-radius: 50%;
    margin: 0px auto;
    box-shadow: 0px 5px 25px rgba(0, 0, 0, 0.4);
}
.why-us .icon img {
    margin: 0px auto;
}
.why-us p {
    font-size: 15px;
    margin-top: 15px;
    line-height: 24px;
}
.needhelp-sec {
    /*position: relative;*/
    background: #00799e;
    margin-top: 50px;
}
.needhelp-sec::before {
    /*content: '';*/
    width: 100%;
    height: 350px;
    background-image: linear-gradient(-225deg, #008e3abf 0%, #008e3abf 100%);
    display: block;
    position: absolute;
    bottom: 0;
}
.needhelp-cont {
    padding-top: calc(50% - 65px);
}
.needhelp-cont h2 {
    font-size: 41px;
    color: #FFFFFF;
}
.needhelp-cont h5 {
    font-size: 18px;
    color: #FFFFFF;
}
.needhelp-cont p {
    font-size: 15px;
    color: #FFFFFF;
    line-height: 23px;
    padding: 20px 0px;
}
footer {
    background: #EAF3F6;
    padding: 20px 0px;
}
footer p {
    color: #fff;
	margin-bottom: 0;
}
.counter-overlay {
    position: absolute;
    top: calc(50% - 34px);
    width: 100%;
    padding: 0px 15%;
}
.counter-overlay h2 {
    font-size: 42px;
    color: #25358A ;
    line-height: 30px;
    text-align: center;
    margin-bottom: 0px;
}
.counter-overlay h2 small {
    font-size: 18px;
    line-height: 0px;
}
.counter-overlay .col-md-3 {
    border-right: 1px solid rgba(255, 255, 255, 0.5);
}
.counter-overlay .col-md-3:last-child {
    border-right: none;
}
.navbar-custom.fixed-top {
    position: fixed;
    background: #fff;
    transition: all 0.3s ease-in-out;
    padding: 0px;
    box-shadow: 0 4px 10px 0 rgba(0,124,159,0.24);
}
.logo-color {
    display: none;
}
.navbar-custom.fixed-top img {
    display: none !important;
}
.navbar-custom.fixed-top img.logo-color {
    display: block !important;;
}
.navbar-custom.fixed-top .btn-nav-contact {
    box-shadow: none;
}
.mobile-bnr {
    display: none;
}
footer .col-4 a {
	color: #262626;
    text-decoration: underline;
}

/* before after css */
.twentytwenty-horizontal .twentytwenty-handle:before, .twentytwenty-horizontal .twentytwenty-handle:after, .twentytwenty-vertical .twentytwenty-handle:before, .twentytwenty-vertical .twentytwenty-handle:after {
    content: " ";
    display: block;
    background: white;
    position: absolute;
    z-index: 30;
    -webkit-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
    -moz-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
    box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5); }
  
  .twentytwenty-horizontal .twentytwenty-handle:before, .twentytwenty-horizontal .twentytwenty-handle:after {
    width: 3px;
    height: 9999px;
    left: 50%;
    margin-left: -1.5px; }
  
  .twentytwenty-left-arrow, .twentytwenty-right-arrow, .twentytwenty-up-arrow, .twentytwenty-down-arrow {
    width: 0;
    height: 0;
    border: 6px inset transparent;
    position: absolute; }
  
  .twentytwenty-left-arrow, .twentytwenty-right-arrow {
    top: 50%;
    margin-top: -6px; }
  
  .twentytwenty-up-arrow, .twentytwenty-down-arrow {
    left: 50%;
    margin-left: -6px; }
  
  .twentytwenty-container {
    margin:40px 0px;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    z-index: 0;
    overflow: hidden;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none; }
    .twentytwenty-container div.img-aft {
        height: 100%;
        position: absolute;
        width: 100%;
        top: 0px;
    }
    .twentytwenty-container div span.before-label {
        position: absolute;
        bottom: 30px;
        left: 30px;
        background: rgba(0, 0, 0, 0.4);
        padding: 4px 10px;
        font-size: 12px;
        border-radius: 100px;
        color: #fff;
    }
    .twentytwenty-container div span.after-label {
        position: absolute;
        bottom: 30px;
        right: 30px;
        background: rgba(0, 0, 0, 0.4);
        padding: 4px 10px;
        font-size: 12px;
        border-radius: 100px;
        color: #fff;
    }
    .twentytwenty-container img {
      width: 100%;
      position: absolute;
      top: 0;
      display: block; }
    .twentytwenty-container.active .twentytwenty-overlay, .twentytwenty-container.active :hover.twentytwenty-overlay {
      background: rgba(0, 0, 0, 0); }
      .twentytwenty-container.active .twentytwenty-overlay .twentytwenty-before-label,
      .twentytwenty-container.active .twentytwenty-overlay .twentytwenty-after-label, .twentytwenty-container.active :hover.twentytwenty-overlay .twentytwenty-before-label,
      .twentytwenty-container.active :hover.twentytwenty-overlay .twentytwenty-after-label {
        opacity: 0; }
    .twentytwenty-container * {
      -webkit-box-sizing: content-box;
      -moz-box-sizing: content-box;
      box-sizing: content-box; }
  
  .twentytwenty-before-label {
    opacity: 0; }
    .twentytwenty-before-label:before {
      content: attr(data-content); }
  
  .twentytwenty-after-label {
    opacity: 0; }
    .twentytwenty-after-label:before {
      content: attr(data-content); }
 
  .twentytwenty-handle {
    height: 42px;
    width: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -22px;
    margin-top: -22px;
    border: 3px solid white;
    background: #fff;
    -webkit-border-radius: 1000px;
    -moz-border-radius: 1000px;
    border-radius: 1000px;
    -webkit-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
    -moz-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
    box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
    z-index: 40;
    cursor: pointer; }
  
  .twentytwenty-horizontal .twentytwenty-handle:before {
    bottom: 50%;
    margin-bottom: 26px;
    -webkit-box-shadow: 0 3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
    -moz-box-shadow: 0 3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
    box-shadow: 0 3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5); }

  .twentytwenty-horizontal .twentytwenty-handle:after {
    top: 50%;
    margin-top: 26px;
    -webkit-box-shadow: 0 -3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
    -moz-box-shadow: 0 -3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
    box-shadow: 0 -3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5); }
  
  .twentytwenty-left-arrow {
    border-right: 6px solid #939393;
    left: 50%;
    margin-left: -17px; }
  
  .twentytwenty-right-arrow {
    border-left: 6px solid #939393;
    right: 50%;
    margin-right: -17px; }
  
.fixed-button{
    background:#fb7906;
    padding: 10px 0px;
    text-align: center;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    display: none;
    width:99%;
    margin: 0px auto;
    border-radius: 5px 5px 0px 0px;
}
.fixed-btn-show{
    display: block;
}
.fixed-button span{
    background:transparent;
    color: #FFFFFF;
    border: none;
}
@media(max-width:992px) {
    .banner-sec {
        height: 580px;
    }
	.trescn img {
    margin-bottom: 30px;
	}
	.imgrdtpk h2 {
    padding-top: 50px;
	}
    .counter-overlay {
        padding: 0px 5%;
    }
    .counter-overlay h2 {
        font-size: 36px;
        line-height: 20px;
    }
    .counter-overlay h2 small {
        font-size: 16px;
    }
    .counter-overlay {
        top: calc(50% - 24px);
    }
    .liposuction .image-container {
        width: 65%;
    }
    .liposuction .content {
        padding: 20px 30px;
    }
    .liposuction .content ul li {
        margin-top: 18px;
    }
    .liposuction .content ul li .icon {
        width: 50px;
        height: 50px;
    }
    .liposuction .content ul li .text p {
        line-height: 18px;
    }
    .liposuction .content ul li .text {
        font-size: 14px;
    }
    .counter-section {
        bottom: -50px;
    }
    .bg-circle {
        left: calc(50% - 630px);
    }
    .needhelp-cont {
        padding-top: calc(50% - 5px);
    }
}
.mobile-fixed-btn{
    display: none;
}
@media(max-width:767px) {
    .mobile-fixed-btn{
        width: 100%;
        /* background-image: linear-gradient(-180deg, rgba(0,179,205,0.31) 0%, rgba(0,124,159,0.31) 100%); */
        background: #3B90A8;
        padding: 10px 0px;
        text-align: center;
        /* display: none; */
    }
    .mobile-fixed-btn button{
        background: #FFFFFF;
        color: #3B90A8;
        border: none;
        border-radius: 20px;
        min-width: 220px;
        min-height: 35px;
    }
    .fixed{
        display: block;
        position: fixed;
        left: 0;
        right: 0;
        bottom: 0;
    }
    .banner-sec {
        background-image: linear-gradient(-180deg, #BBCAD6 0%, #B1BFC8 74%, #AFBEC9 99%);
        height: auto;
        padding: 30px 0px 0px;
        margin-bottom: 0px;
		display: none;
    }
    .banner-sec .bg-circle {
        display: none;
    }
    .mobile-bnr  .bg-circle {
        position: absolute;
        display: block;
        background-image: linear-gradient(-180deg, rgba(0,179,205,0.6) 0%, rgba(0,124,159,0.6) 100%);
        /*width: 380px;
        height: 380px;
        border-radius: 50%;*/
        top: auto;
        /*bottom: -180px;*/
        left: calc(50% - 350px);
    }
    .mobile-bnr {
       background: url("../images/COVID-Vaccine-Web-Banner-Mobile.jpg") no-repeat;
        height: 260px;
        background-position: center 66px;
        background-size: cover;
        padding-top: 140px;
        margin-bottom: 0px;
        
    }
    .banner-sec .banner-caption {
        display: none;
    }
    .mobile-bnr {
        display: block;
        position: relative;
    }
    section.mobile-bnr h2 {
    color: #ffffff;
font-weight: 400;
text-align: center;
font-size: 22px;
}
    .mobile-bnr .banner-caption {
        position: absolute;
        bottom: 0px;
    }
    .banner-caption {
    text-align: center;
	width:100%;
}
.mobile-bnr .banner-caption a.apnmntbtn {
    border: 1px solid #252d71 !important;
    border-radius: 8px !important;
    font-size: 16px;
    color: #ffffff !important;
    padding: 6px 15px;
    background: #2c378f !important;
    text-transform: uppercase;
    font-weight: 600;
}
    .mobile-bnr .banner-caption h1 {
        font-size: 25px;
    font-weight: 700;
    color: #FFFFFF;
    text-align: center;
    text-transform: uppercase;
	line-height: 29px;
    }
    .mobile-bnr .banner-caption h5 {
        font-size: 30px;
		color: #000;
		text-align: center;
    }
    .btn-nav-contact {
        padding: 4px 6px;
		font-size: 13px;
		margin-bottom: 6px;
    }
    .counter-img {
        display: none;
    }
    .counter-section {
        background: url('../images/Counterssectionbannerimgmobile.jpg') no-repeat;
        background-size: cover;
        height: 220px;
        position: initial;
        margin-top: 30px;
    }
    .counter-overlay {
        position: initial;
        padding: 22px 15px;
    }
    .counter-overlay .col-6 {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .counter-overlay .col-6:first-child, .counter-overlay .col-6:nth-child(2) {
        border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    }
    .counter-overlay .col-6:nth-child(2) {
        border-right: none;
    }
    .counter-overlay h2 {
        font-size: 24px;
        line-height: 20px;
    }
	.btn-nav-contact::before {
		width: 10px;
		height: 10px;
		padding-right: 15px;
	}
    .counter-overlay h2 small {
        font-size: 12px;
    }
    .liposuction {
        padding: 15px 0px 40px;
        position: initial;
        display: block;
    }
    .liposuction .image-container {
        width: 100%;
        position: inherit;
    }
    .liposuction .content {
        padding: 30px 30px 20px;
        width: 100%;
        position: initial;
        background: none;
        box-shadow: none;
    }
    .liposuction .content h5 {
        font-size: 14px;
        color: #262626;
        letter-spacing: 0.58px;
    }
    .liposuction .content ul li .text p {
        font-size: 14px;
        color: #262626;
        letter-spacing: 0;
        line-height: 24px;
    }
    .liposuction .content ul li .icon {
        background:rgba(0, 124, 159, 0.3);
        align-self: center;
    }
    .why-us {
        height: auto;
    }
    .section-heading {
        font-size: 18px;
    }
    .about-sec::after, .liposuction-sec::after {
        max-width: 78%;
    }
    .needhelp-cont {
        text-align: center;
        padding: 40px 30px;
    }
    .needhelp-sec::before {
        background-image: linear-gradient(-225deg, #6DC3D3 0%, #3B90A8 100%);
        height: 280px;
    }
    .needhelp-cont h2 {
        font-size: 24px;
    }
    .needhelp-cont h5 {
        font-size: 16px;
    }
    .needhelp-cont p {
        font-size: 14px;
        line-height: 23px;
    }
    .needhelp-sec img {
        width: 65%;
    }
    footer p {
        font-size: 12px;
    }
    .btn-theme, .btn-theme-light {
        font-size: 14px;
    }
    .liposuction-sec {
        background-image: url(../images/circleleft1.svg), url(../images/circleright2.svg);
        background-position: left calc(15%), right calc(80%);
        background-size: 35%, 40%;
        background-repeat: no-repeat, no-repeat, no-repeat;
    }
	.about-sec ul li {
		font-size: 14px;
		color: #727272;
		letter-spacing: 0;
		line-height: 24px;
	}
	.about-sec table thead tr th,  .about-sec table tbody tr td {
		font-size: 14px;
		color: #727272;
	}
	.navbar-custom.fixed-top .logo-color {
		display: none;
	}
	.navbar-brand img {
		max-height: 50px;
	}
}

@media (max-width: 345px) {
	.needhelp-sec::before {
        background-image: linear-gradient(-225deg, #6DC3D3 0%, #3B90A8 100%);
        height: 302px;
    }
}
.advimg {width:110%;}
#appointment .modal-content {
	border: none;
    background: transparent;
    padding: 0;
}
#appointment .modal-content .banner-form {
    background-image: #008e3a;
}
#appointment .modal-content .close {
	background: #fff;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    line-height: 0;
}
.ftrcrdts {
    padding-bottom: 25px;
}
p.thanku {
    color: #FFEB3B;
    text-align: center;
    border: 1px solid #f9f3bd;
    padding: 10px 0;
}
form #website{ display:none; }
.doc-dtls span {
    color: #008e3a !important;
    font-weight: 600;
}
.ft-top {
    text-align: center;
    width: 100%;
    color: #fff;
    padding: 20px;
}
.banner-caption h1 {
    font-weight: bold;
    font-size: 78px;
    color: #fff ;
    line-height: 88px;
    margin-bottom: 10px;
}
p.crcl-cont {
    color: #fff;
    font-size: 13px;
}
@media (max-width: 767px) {
.crcl-cont {
        display:none;
}
.imgrdtpk p {
    width: 70% !important;
}
}
.subbtn {
    border: 1px solid #008e3a !important;
    border-radius:0 10px !important;
    font-size: 16px;
    color: #fff !important;
    padding: 6px 32px;
    background: #02bc4e !important;
    text-transform: uppercase;
    font-weight: 600;
	margin-top: 15px;
}
a.apnmntbtn {
    border: 1px solid #252d71 !important;
    border-radius: 8px !important;
    font-size: 16px;
    color: #ffffff !important;
    padding: 6px 15px;
    background: #2c378f !important;
    text-transform: uppercase;
    font-weight: 600;
}
.banner-caption h2 {
color: #fff;
font-size: 37px;
/*padding-top: 20px;*/
}

.banner-caption h5 {
    font-size: 21px;
    font-weight: 600;
    letter-spacing: inherit;
    line-height: 24px;
    margin-bottom: 20px;
}
.advimg {width:100%;}
.sectionpad {padding-top: 80px; border-top: 1px solid #e9e9e9;}
.sectionpadbtrm {padding-bottom: 40px;}
.card{margin: 5px 0px 5px 0px; border-bottom: 1px solid #cccccc69 !important;border-radius: 8px 8px 0px 0px !important; }
.card-header {padding: 0px !important; background:#00799e33; border-radius: 6px 6px 0px 0px !important;}
.btn-link {color:#000 !important;}
.btn {white-space: normal !important; text-align: left !important;}
.aptfrmclic {
    padding: 50px 0;
    background: #ededed;
}
.mt20 {
margin-top: 20px;
}
.thk-btns {
    border: 1px solid #ef7720 !important;
    border-radius: 0px !important;
    font-size: 16px;
    color: #FFFFFF !important;
    padding: 15px 20px;
    background: #ef7720 !important;
    text-transform: uppercase;
    font-weight: 600;
    margin-top: 15px;
	text-decoration:none;
}
.disclmr p {
    font-size: 16px;
}

.disclmr {
    margin: 20px 0;
    padding: 20px 0;
}
.imgrdtpk img {
    display: block;
    margin: 0 auto;
}
.imgrdtpk h2 {
    color: #008E3A;
    text-align: center;
}
.imgbtrm img {
    width: 100%;
}
.tphngd {
    color: #2e3192;
    text-align: center;
    font-size: 38px;
    font-weight: 700;
}
.trescn {
    padding: 50px 0;
    background: #008e3a42;
}
.trescn img {
    width: 100%;
    height: 400px;
}
img.whtsap {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 70px;
}
.tphngd span {
    background: #008e3a;
    padding: 0 20px;
    color: #fff;
    border-radius: 0px 25px 0px 25px;
	font-size: 42px;
	line-height: 90px;
}
.bg-white {
	background: #fff;
}
.bxshg img {
    box-shadow: 0px 1px 8px #008e3a4a;
    border-radius: 0 25px 0 25px;
    padding: 5px;
}
.imgrdtpk p {
    text-align: center;
    background: #2c2f7e;
    color: #fff;
    padding: 40px;
    width: 50%;
    display: block;
    margin: 0 auto;
    border-radius: 50%;
    font-size: 40px;
    outline: 20px solid #fff;
    box-shadow: 0px 17px 15px #000;
	margin-top: 2em;
}
.imgrdtpk p span {
    font-weight: 700;
}
.dbtc-logo {
    width: 50%;
    border-left: 1.2px solid #008e3a80;
    margin-left: 8px;
}
.cstdflx {
    display: flex;
    align-items: center;
	line-height: 0;
}