@charset "utf-8";
/* CSS Document */
*{margin:0px; padding:0px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
html{ width:100%; height:100%; margin:0px; padding:0px;}
body{ margin:0px; padding:0px; font-family: 'Poppins', sans-serif; font-size:14px; font-weight:400; color:#a4a1a0; background:#fff; min-height:100%;}
p{ margin:0px; padding:0px 0 25px 0; font-family: 'Poppins', sans-serif; font-size:14px; font-weight:400; color:#a4a1a0; line-height:24px;}
h1{ margin: 0; padding: 0; font-size:50px; line-height:50px; font-family: 'Cambria';}
h2{ margin: 0; padding: 0; font-size:50px; line-height:50px; font-family: 'Cambria';}
h3{ margin: 0; padding: 0; font-size:24px; line-height:24px; font-family: 'Cambria';}
h4{ margin: 0; padding: 0; font-size:20px; line-height:20px; font-family: 'Cambria';}
h5{ margin: 0; padding: 0; font-size: 18px; line-height: normal; font-family: 'Cambria';}
h6{ margin: 0; padding: 0; font-size: 15px; line-height: normal; font-family: 'Cambria';}

address, blockquote, dd, div, dl, dt, fieldset, form, frame, frameset{ margin:0; padding:0; border: 0px; outline: none; }
label, legend, table, caption, tbody, tfoot, thead, tr, th, td { margin:0px; padding:0; outline:none; border:0;}
a{ text-decoration:none; border: 0px; outline: none; transition: all .5s; color: #2a2b69;}
a:hover, a:focus, a:active{ text-decoration:none; border: 0px; outline: none; transition: all .5s;color:#0a8401;}

a img{ border:none; outline: none;}
a:focus {outline:none; } 
border{ border-collapse:collapse;}
hr{ height:1px; background:#333333; border:none;}
.clear{ clear:both;}
.clearfix:before,
.clearfix:after { content: " "; display: table;}
.clearfix:after { clear: both;}
.clearfix { *zoom: 1;}
img {max-width: 100%;height: auto;object-fit: cover; -webkit-object-fit: cover;}

.no-pad { padding:0px !important;}
.no-mag { margin:0px !important;}

/*	Reset style			*/
::-moz-selection { color: #fff; background: #258548;}
::selection {  color: #fff; background: #258548;}

/* form css */
.form-control::-webkit-input-placeholder, input[type="text"]::-webkit-input-placeholder, input[type="tel"]::-webkit-input-placeholder, input[type="email"]::-webkit-input-placeholder, input[type="password"]::-webkit-input-placeholder, textarea::-webkit-input-placeholder, select::-webkit-input-placeholder, input[type="number"]::-webkit-input-placeholder, input[type="date"]::-webkit-input-placeholder {color:#ffffff;opacity:1}
.form-control::-moz-placeholder, input[type="text"]::-moz-placeholder, input[type="tel"]::-moz-placeholder, input[type="email"]::-moz-placeholder, input[type="password"]::-moz-placeholder, textarea::-moz-placeholder, select::-moz-placeholder, input[type="number"]::-moz-placeholder {color:#ffffff;opacity:1}
.form-control:-ms-input-placeholder, input[type="text"]:-ms-input-placeholder, input[type="tel"]:-ms-input-placeholder, input[type="email"]:-ms-input-placeholder, input[type="password"]:-ms-input-placeholder, textarea:-ms-input-placeholder, select:-ms-input-placeholder, input[type="number"]:-ms-input-placeholder, input[type="date"]:-ms-input-placeholder {color:#ffffff;opacity:1}
.form-control:-moz-placeholder, input[type="text"]:-moz-placeholder, input[type="tel"]:-moz-placeholder, input[type="email"]:-moz-placeholder, input[type="password"]:-moz-placeholder, textarea:-moz-placeholder, select:-moz-placeholder, input[type="number"]:-moz-placeholder, input[type="date"]:-moz-placeholder {color:#ffffff;opacity:1}

.form-control, input[type="text"],input[type="tel"],input[type="email"],textarea,input[type="password"],input[type="number"], input[type="date"], input[type="time"], select { display: block; width: 100%; font-family: 'Poppins', sans-serif; font-weight: 400; font-size: 18px; color: #fff; height: auto; background: rgb(255 255 255 / 30%); padding:28px 25px; margin-bottom:27px; outline: none; border-radius:0px; box-shadow: none; line-height: normal; border: 2px solid #fff; appearance:none;-webkit-appearance:none;-moz-appearance:none;-ms-appearance:none; -webkit-transition: all 0.3s ease-in-out;-moz-transition: all 0.3s ease-in-out;-ms-transition: all 0.3s ease-in-out;-o-transition: all 0.3s ease-in-out;transition: all 0.3s ease-in-out; position:relative;     height: 87px;}
textarea.form-control, textarea {height:170px; resize:none; overflow:hidden;}
.form-control:focus,textarea.form-control:focus {outline:none;box-shadow:none; border:none; background-color:#eceae6; box-shadow: none;}

.date input[type="text"] { display: block; background: url(../images/calendar-icon.png) no-repeat  calc(100% - 15px) center; text-align: left; text-align: -webkit-left;}
.date input[type="date"] { display: block; background: url(../images/calendar-icon.png) no-repeat  calc(100% - 15px) center; text-align: left; text-align: -webkit-left;}
input[type="date"]::-webkit-calendar-picker-indicator { background: transparent; bottom: 0; color: transparent; cursor: pointer; height: auto; left: 0; position: absolute; right: 0; top: 0; width: auto; }
input[type="time"]::-webkit-calendar-picker-indicator {  display:block; inset: 0; background: #0000; position:absolute; transform: scale(12); width: auto; cursor: pointer; }
.time input[type="text"] { display: block; background: url(../images/time-icon.png) no-repeat  calc(100% - 15px) center #fff; text-align: left; text-align: -webkit-left;}
.time input[type="time"] { display: block; background: url(../images/time-icon.png) no-repeat  calc(100% - 15px) center #fff; text-align: left; text-align: -webkit-left;}
.date input::-webkit-date-and-time-value, .time input::-webkit-date-and-time-value {
  text-align: left;
}

.upload-btn-wrapper {position: relative; overflow: hidden;  display: block; width: 100%; cursor: pointer; margin: 0 0 30px 0;}
.upload-btn-wrapper .btn{display: block; display: block;  width: 100%;  cursor: pointer;  }

.upload-btn-wrapper input[type=file] { position: absolute;  inset:0;  opacity: 0; cursor: pointer;z-index: 10;}
/* form css */

select{-webkit-appearance: none; -moz-appearance: none; appearance: none; width: 100%; /*border: none; border-radius: 0px;*/ box-shadow: none; background-image:url(../images/down-arrow-select.png); background-position:calc(100% - 15px); background-repeat: no-repeat; /*font-size: 14px; color: #222221; height: auto; padding: 14px 35px 14px 20px; font-family: 'Poppins', sans-serif; line-height: normal; font-weight: 400; text-transform: none; cursor: pointer; /*background-color: #f4f5f4;*/ background-size: 16px;}
select:focus {outline: none; }
select option {color:#1f1f1f; font-size:14px; font-weight:400;}

label { font-size: 18px; line-height: 22px; color: #221b0c; margin: 0px 0px 15px; padding: 0px; font-weight: 400;}

/* button css */
.btn {position: relative;font-size: 14px;line-height: normal;padding:21px 52px;color: #fff;outline: none;border: none;border-radius: 0;background-repeat: no-repeat;background-size: 100% 100%; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out;-o-transition: all 0.3s ease-in-out;transition: all 0.3s ease-in-out; border-radius: 0px; background-color: #258548;font-family: 'Poppins', sans-serif;border:none;text-transform: none;font-weight: 400; border-radius: 50px;}
.btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus { outline:0;box-shadow:none; color:#fff; background-color:#003676;}
.btn:hover { color:#fff; background-color:#003676;}
 
/* own class for css */
.padTopbtm{padding:90px 0;}
.displayTable{display:table;height:100%;width:100%; position:relative;}
.displayCell{display:table-cell;vertical-align:middle}
.tableWidth-full {width:100%;}
.tableWidth-half {width:50%; height:100%}

/* search box toggle */
.searchbox{position:absolute; width:300px; max-width: 300px; right:15px; bottom:0; opacity:0; height: 40px; visibility: hidden; transition: all .3s ease-in-out; z-index: 10;border-top:none; background-color: #fff;     border-radius: 0px; appearance:none;-webkit-appearance:none;-moz-appearance:none;-ms-appearance:none;}
.searchbox input[type="search"] {width: 300px;float: left;border: none;height: 40px;padding: 0 82px 0 15px;font-size:14px;     border: 1px solid #ccc;     border-radius: 0px; appearance:none;-webkit-appearance:none;-moz-appearance:none;-ms-appearance:none;}
.searchbox input[type="search"]:focus{outline:none;}
.searchbox .closesearch {width: 80px;float: none;display: inline-block;height: 100%;position: absolute;top: 0;right: 0;bottom: 0;background-color:#003163;color: #fff;line-height: 30px;border: none;  border-radius: 0px; appearance:none;-webkit-appearance:none;-moz-appearance:none;-ms-appearance:none; transition: all .5s;}
.searchbox.open{bottom: -40px;opacity: 1;visibility: visible;}
.searchbox .closesearch:hover {background-color:#f56100;}

/* scroll top */
.scrollTop { position: fixed; width: 59px; bottom: 8%; right: 2%; background-color: #258548; color: #fff; font-size: 18px; line-height: 59px; opacity: 0; visibility: hidden; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; z-index: 100; text-align: center; border: none; border-radius: 0px;}
.scrollTop i { position:relative; top:1px;}
.scrollTop:hover, .scrollTop:focus{color:#fff; border:none; background-color: #2a2b69;}
.scrollTop.pop{opacity:1; visibility: visible;}

/* traingele toggle */
.triangle-box {width: 0;height: 0;border-style: solid;border-width: 0 50px 45px 0;border-color:transparent #003163 transparent transparent; position:absolute; right:0; top:0; z-index:3; cursor:pointer; display:none;}
.triangle-box.active {border-color:transparent #4eb748 transparent transparent;}
.triangle-box i {color:#fff; font-size:14px;}
.triangle-box .fa-plus {margin:9px 0 0 30px;}
.triangle-box .fa-minus {display:none;margin:9px 0 0 30px;}
.triangle-box.active .fa-plus {display: none;}
.triangle-box.active .fa-minus {display: block;}

/* wrapper */
.wrapper { position: relative;}
.wrapper h1 { padding: 0px 0px; font-weight: bold; color: #2a2b69; margin: 0px 0px 25px; position: relative;}
.wrapper h2 { padding: 0px 0px; font-weight: bold; color: #2a2b69; margin: 0px 0px 25px; position: relative;}
.wrapper h4 {font-family: 'Dancing Script', cursive; color: #575957; font-size: 24px; margin: 0px 0px 35px; position: relative; font-weight: 700;}

/*	Header	*/
.mainHd {width:100%; z-index:99; padding:0px; margin:0px; background-color:transparent; position: relative; background-color: #fff;}
.header-nav-top {position:relative; margin:0; padding:9px 0;border-bottom: 1px solid #f5f5f5;}
.hd-call {float:right;}
.hd-call .btn { padding: 10px 30px; margin-right: 15px;}
.hd-call p { display:inline-block; font-size:14px; line-height:18px; color: #8a8a8a; padding: 0px 0px; font-weight: 400; position: relative;    vertical-align: middle;}
.hd-call p a {display:inline-block; color:#8a8a8a;}
.hd-call p a:hover {color:#003676;}
.hd-note { float: left; margin: 10px 0px; position: relative;}
.hd-note a, .hd-note p { display: inline-block; color:#8a8a8a; padding: 0px;}
.hd-note a:hover {color:#003676;}
.header-nav-bottom { width: 100%; position: relative; margin: 0px; padding:0px 0px;}
.logo {float: left;max-width: 193px;position: relative; margin: 18px 0px; padding: 0px; height: 100%;}
.logo a { display:block; width: 100%; position: relative; z-index: 1; margin:0px 0px;}
.navWrap { width: calc(100% - 193px); float: left;}
.stellarnav > ul > li > a { text-transform: none; font-weight: 500; font-size: 16px; text-transform: uppercase;}
.stellarnav ul ul li > a { font-size: 16px; font-weight: 500; padding: 12px 16px; text-transform: uppercase;}

.stellarnav.mobile > ul > li:hover, .stellarnav.mobile > ul > li.active, .stellarnav.mobile > ul > ul > li:hover, .stellarnav.mobile > ul > ul > li.active { background-color: #002047;}
.stellarnav.mobile > ul > li:hover a, .stellarnav.mobile > ul > li.active > a, .stellarnav.mobile > ul > ul > li:hover a, .stellarnav.mobile > ul > ul > li.active > a { color: #fff;}

.stellarnav.mobile > ul > ul > li.active > a {background-color: #092507;}

/* banner-home */
.banner-wrapper {position: relative; width:100%;}
.testimonials-Slide, .banner {position:relative;}
.banner-img { width:100%; position:relative;}
.banner-img img { width:100%; position:relative;}
.middle-banner { -ms-transform: translateY(-50%); -webkit-transform: translateY(-50%); bottom: auto; position: absolute; right: auto; text-align: center; 
top:calc(50%); transform: translateY(-50%); width: 100%; text-align:left; margin: 0px; z-index:1;}
.middleTextBan { width: 100%; position: relative; margin: 0px; padding:0px 0px;}
.middleTextBan h2 {font-weight:700; font-size:60px; color:#2a2b69; line-height:60px; margin:0 0 30px; font-style: italic;}
.middleTextBan h3 { color: #003676; font-family: 'Poppins', sans-serif; margin: 0px 0px 25px;}
.middleTextBan p {color:#373737; padding:0;}
.middleTextBan .btn { text-transform: uppercase;     font-size: 18px;}

/* professional-section */
.professional-section { width: 100%; position: relative; margin: 0px; padding: 0px 0px 90px;}
.professional-care-box { width: 100%; position: relative; margin:-35px 0px 88px; padding: 0px; background-color: #f3f2f0;}
.professional-care-box .row { margin-left: 0px; margin-right: 0px;}
.professional-care-box .row [class*="col-"] { padding-left: 0px; padding-right: 0px;}
.professional-frame-pic { width: 100%; position: relative;}
.professional-frame-pic img { width: 100%; height: 100%;}
.professional-care-details { width: 100%; position: relative; text-align: center; padding: 50px 45px; box-sizing: border-box;}
.email-bx { position: relative; width: 55px; height: 55px; background-color: #00275a; border-radius: 50px; margin: 0px auto 35px;}
.email-bx::before { content: ' '; position: absolute; width: 129px; height:2px; background-color: #e4e2e0; left: calc(0px - 129px - 23px); top: 0px; bottom: 0px; margin: auto;}
.email-bx::after { content: ' '; position: absolute; width: 129px; height:2px; background-color: #e4e2e0; right: calc(0px - 129px - 23px); top: 0px; bottom: 0px; margin: auto;}
.professional-care-details .btn { margin-bottom: 30px;}
.professional-care-details .btn { color: #fff;}
.professional-care-details a { display: inline-block; font-size: 24px; line-height: 28px; color: #352219; font-family: 'Cambria'; font-weight: normal;}
.professional-care-details a:hover { color: #0a8401;}
.our-few-sepcial { width: 100%; text-align: center;}
.our-few-sepcial h2 { margin: 0px 0px 70px;}
.our-few-sepcial ul { margin: 0px -15px; display: block; padding: 0px;}
.our-few-sepcial ul li { width: calc(100% / 5 - 3px); display: inline-block; vertical-align: top; padding: 0px 15px;}
.professional-item { text-align: center; position: relative; width: 100%;}
.professional-circle { width: 63px; height: 63px; background-color: #2a2b69; border-radius: 50px; margin: 0px auto 20px;}
.professional-details-heading { width: 100%; margin: 0px 0px 20px; padding: 0px;}
.professional-details-heading h3 { font-weight: bold; color: #311d14; font-size: 20px;}
.professional-item a { font-size: 16px; line-height: 18px;}

/* booking-section */
.booking-section {position:relative; width:100%; padding: 90px 0px;}
.booking-img {position:absolute; left: 0px; top: 0px; bottom: 0px; right: 0px; overflow: hidden;}
.booking-img img {width: 100%; height: 100%;}
.booking-cont {position: relative; text-align:right;}
.bookingMdlText h2 {font-size:48px; line-height:48px; color:#fff;}
.bookingMdlText p {font-size:18px; color:#fefefe;}

/* why choose section */
.why-choose-section { width: 100%; text-align: center; padding: 130px 0px;}
.why-choose-section h4 {  font-family: 'Poppins', sans-serif; color: #311d14; font-weight: 400;}
.choose-slide .slick-arrow { position: absolute; top: 0px; bottom: 0px; margin: auto; font-size: 0px; width: 20px; height: 45px; border-radius: 50%; background-color: transparent; color: #a9a9a9; border:none; z-index: 1; -webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;}
.choose-slide .slick-next.slick-arrow::before {display: inline-block; font-style: normal;font-variant: normal; text-rendering: auto;
-webkit-font-smoothing: antialiased; font-family: "Font Awesome 5 Free"; font-weight: 900; content: "\f054"; font-size: 30px; color: #a9a9a9;}
.choose-slide .slick-prev.slick-arrow::before {display: inline-block; font-style: normal;font-variant: normal; text-rendering: auto;
-webkit-font-smoothing: antialiased; font-family: "Font Awesome 5 Free"; font-weight: 900; content: "\f053"; font-size: 30px; color: #a9a9a9;}
.choose-slide .slick-arrow::before { color: #0a8401;}
.choose-slide .slick-next.slick-arrow { right: -50px;}
.choose-slide .slick-prev.slick-arrow { left: -50px;}
.choose-slide .slick-list { margin-left: -15px; margin-right: -15px;}
.choose-slide .slide-item { padding: 15px; padding-right: 15px;}
.whychoose-frame { width: 100%; overflow: hidden;}
.whychoose-frame a { display: block; width: 100%; height: 100%;}
.whychoose-frame img { width: 100%; height: 100%; -webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;}
.whychoose-details { width:100%; background-color: #f3f2f0; box-sizing: border-box; padding: 45px 20px; -webkit-box-shadow: 0 0 16px 0 rgba(165,165,165,0.8);
box-shadow: 0 0 16px 0 rgba(165,165,165,0.8);}
.whychoose-details h5 { color: #2a2b69; font-weight: 700;}
.whyChoose-item:hover .whychoose-frame img { -moz-transform: scale(1.1);
-webkit-transform: scale(1.1);
-o-transform: scale(1.1);
-ms-transform: scale(1.1);
transform: scale(1.1);}

/* med-health-section */
.med-health-section { width: 100%; position: relative; margin: 0px; padding:128px 0px 90px; text-align: center; background-position: center; background-size: cover; background-repeat: no-repeat;}
.med-health-section h2 { color: #fff; font-size: 48px;}
.med-health-section h4 { color: #fff;}
.med-health-img { width: 100%; height: 100%; position: absolute; top: 0px; left: 0px; right: 0px; bottom: 0px; z-index: -1;}
.med-health-img img { width: 100%; height: 100%;}
.med-health-section p { color: #fff; font-size: 24px; line-height: 30px; font-weight: 400; padding: 0px 0px 35px;}

/* how-telehelp-works */
.how-telehelp-works { position: relative; margin: 0px; padding: 0px 0px 100px; width: 100%;}
.groupBlue-telephone { width: 100%; position: relative; margin:-20px 0px 0px; background-color: #2a2b69; box-sizing: border-box; padding:60px 33px; border-radius: 10px;}
.groupBlue-telephone ul { padding: 0px; margin: 0px -10px; position: relative; display: inline-table; list-style: none; width: 100%; text-align: center;}
.groupBlue-telephone ul li { display: inline-table; position: relative; margin: 0px;width: calc(100% / 3); padding: 0px 10px;}
.eachTelehelp-bx { width: 100%; position:relative; margin: 0px; padding: 0px;}
.eachTelehelp-bx .circle-bx-telehelp { width: 61px; height: 61px; background-color: #258548; display: inline-table; border-radius: 50px; vertical-align: top; float: left;}
.rig-bx-each-tele { width: calc(100% - 65px); padding-left: 20px; position: relative; display: inline-table; vertical-align: top;    text-align: left;}
.rig-bx-each-tele h6 { font-size: 20px; line-height: 24px; color: #fff; margin: 0px 0px 10px;}
.rig-bx-each-tele a { font-size: 15px; line-height: 20px; color: #fff;}
.rig-bx-each-tele a:hover { color: #4eb748;}
.rig-bx-each-tele p { font-size: 15px; line-height: 22px; color: #fff; margin: 0px; padding: 0px;}

/* testimonials section */
.testimonials-section { width: 100%; margin: 0px; padding: 0px 0px 110px;}
.topic-icon { width: 266px;}
.testimonials-details { width: 100%;}
.testimonials-details p { font-size: 25px; line-height: 40px; color: #0a2a40; font-family: 'Cambria'; font-weight: bold; font-style: italic;}
.test-logo { display: inline-block; margin: 0px 0px 30px;}
.testimonialSlide { padding: 0px 0px 67px;}
.testimonialSlide .slick-arrow { position: absolute; bottom: 0px; margin: auto; font-size: 0px; width: 62px; height: 62px; border-radius: 50%; background-color: transparent; color: #a9a9a9; border:2px solid #4eb748; z-index: 1; -webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out; left: 0px; right: 0px; margin: auto;}
.testimonialSlide .slick-next.slick-arrow::before {display: inline-block; font-style: normal;font-variant: normal; text-rendering: auto;
-webkit-font-smoothing: antialiased; font-family: "Font Awesome 5 Free"; font-weight: 900; content: "\f054"; font-size: 16px; color: #a9a9a9;}
.testimonialSlide .slick-prev.slick-arrow::before {display: inline-block; font-style: normal;font-variant: normal; text-rendering: auto;
-webkit-font-smoothing: antialiased; font-family: "Font Awesome 5 Free"; font-weight: 900; content: "\f053"; font-size: 16px; color: #a9a9a9;}
.testimonialSlide .slick-arrow::before { color: #0a8401;}
.testimonialSlide .slick-next.slick-arrow {right:-70px}
.testimonialSlide .slick-prev.slick-arrow {left:-70px}
.testimonialSlide .slick-arrow:hover { background-color: #0a8401;}
.testimonialSlide .slick-arrow:hover::before { color: #fff;}

/* free contact */
.free-consulation-section { width: 100%; margin: 0px; padding:120px 0px; background-repeat: no-repeat; background-size: cover;}
.free-consulation-section h2 { color: #fff;}
.free-consulation-section h4 { color: #fff; font-family: 'Poppins', sans-serif; font-style: normal; font-weight: 400; text-transform: uppercase; margin: 0px 0px 50px;}
.free-consulation-section form input[type="text"]::placeholder , .free-consulation-section form input[type="tel"]::placeholder , .free-consulation-section form input[type="email"]::placeholder , .free-consulation-section form textarea::placeholder , .free-consulation-section form input[type="password"]::placeholder, .free-consulation-section form input[type="number"]::placeholder , .free-consulation-section form select::placeholder { color: #a4a1a0;opacity: 1;}
.free-consulation-section form input[type="text"]:-ms-input-placeholder , .free-consulation-section form input[type="tel"]:-ms-input-placeholder , .free-consulation-section form input[type="email"]:-ms-input-placeholder , textarea:-ms-input-placeholder , input[type="password"]:-ms-input-placeholder, .free-consulation-section form input[type="number"]:-ms-input-placeholder , .free-consulation-section form select:-ms-input-placeholder  { 
color: #a4a1a0;}
.free-consulation-section form input[type="text"]::-ms-input-placeholder , .free-consulation-section form input[type="tel"]::-ms-input-placeholder , .free-consulation-section form input[type="email"]::-ms-input-placeholder , .free-consulation-section form textarea::-ms-input-placeholder , .free-consulation-section form input[type="password"]::-ms-input-placeholder, .free-consulation-section form input[type="number"]::-ms-input-placeholder , .free-consulation-section form select::-ms-input-placeholder { color: #a4a1a0;}
.free-consulation-section form input[type="text"] , .free-consulation-section form input[type="tel"], .free-consulation-section form input[type="email"] , .free-consulation-section form textarea, .free-consulation-section form input[type="password"], .free-consulation-section form input[type="number"], .free-consulation-section form select {  color: #103045;border-radius: 0px;font-size: 18px;font-weight: 400;padding: 31px 35px;margin-bottom: 30px; background-color: #fff;}
.free-consulation-section form [type="submit"] { font-size: 18px}

/* footer */
.ftmain { width: 100%;}
.newsubsrcibe-section { width: 100%; padding: 60px 0px; margin: 0px; background-color: #258548;}
.newsubsrcibe-section h2 { color: #fff; font-size: 60px; line-height: 50px; font-weight: 700; margin: 0px 0px 20px;}
.newsubsrcibe-section h6 { color: #fff; font-size: 18px; text-transform: uppercase; font-family: 'Poppins', sans-serif; font-weight: 400;}
.newsubsrcibe-bx { width: 100%; max-width: 553px; float: right; position: relative;}
.newsubsrcibe-bx input[type="email"] { color: #103045; border-radius: 0px; font-size: 18px; font-weight: 400; padding: 27px 95px 27px 35px; margin-bottom:0px;     background-color: #fff;}
.newsubsrcibe-bx input[type="submit"] {border: none; background-color: transparent; color: transparent; width: 50px; height: 50px; background-image: url(../images/send-email-icon.jpg); background-repeat: no-repeat; background-size: 20px; background-position: center; position: absolute; right: 20px; top: 0px; bottom: 0px; margin: auto;}
.newsubsrcibe-bx input[type="email"]::placeholder { color: #103045; opacity: 1; }
.newsubsrcibe-bx input[type="email"]:-ms-input-placeholder { color: #103045;}
.newsubsrcibe-bx input[type="email"]::-ms-input-placeholder {color: #103045;}

.ft-nav { width: 100%; margin: 0px; padding: 72px 0px; background-color: #2a2b69;     text-align: center;}
.ft-nav ul { list-style: none; margin: 0px; padding: 0px;}
.ft-nav ul li { display: inline-block; margin: 0px 35px; padding: 0px;}
.ft-nav ul li:first-child { margin-left: 0px;}
.ft-nav ul li:last-child { margin-right: 0px;}
.ft-nav ul li a { font-size: 18px; line-height: 22px; color: #fff;  font-family: 'Poppins', sans-serif; text-transform: uppercase;}
.ft-nav ul li a:hover { color: #0a8401;}
.ft-copyright { width: 100%; background-color: #0a0a1e; padding: 43px 0px; margin: 0px;}
.ft-logo { max-width: 166px; display: inline-block;}
.copyright-details { width: 100%; text-align: right;     margin: 26px 0px;}
.listing-link { display: inline-block; vertical-align: middle; float: right;}
.listing-link ul { list-style: none; margin: 0px; padding: 0px;}
.listing-link ul li { display: inline-block; padding: 0px; margin: 0px 12px;  vertical-align: middle; position: relative;}
.listing-link ul li a { font-size: 14px; line-height: normal; color: #ffffff; letter-spacing: 2px;}
.listing-link ul li::after { content: '|'; position: absolute; color: #fff; font-size: 14px; right:-15px; top: 0px;}
.listing-link ul li a:hover { color: #0a8401;}
.listing-link ul li:last-child::after { display: none;}
.copyright-txt { display: inline-block; vertical-align: middle;     margin-right: 10px;}
.copyright-txt p { margin: 0px; padding: 0px; color: #a4a9ad; font-size: 14px; letter-spacing: 2px;}

/* inner-banner */
.inner-banner {position: relative;}
.inner-bannerPic, .inner-bannerPic img { width:100%; position:relative;}
.inner-banner .inner-bannerCaption { -ms-transform: translateY(-50%); -webkit-transform: translateY(-50%); bottom: auto; position: absolute; right: auto; text-align: left; top:calc(50%); transform: translateY(-50%); width: 100%;  z-index: 10;}
.inner-bannerBox h1 {font-size:72px; color:#003676; margin:0 0 35px;text-transform: none; font-family: 'Cambria'; font-weight: bold; font-style: italic;}
.inner-bannerBox h3 { color: #003676; margin: 0px 0px 30px; font-family: 'Poppins', sans-serif; font-weight: 400;}
.inner-breadcrumb ul {margin:0; padding:0; list-style-type:none;}
.inner-breadcrumb ul li, .inner-breadcrumb ul li a {font-size:24px; line-height: normal; color:#003676; 
display:inline-block; position:relative; font-weight: 400; font-family: 'Poppins', sans-serif;}
.inner-breadcrumb ul li {margin-right:30px;}
.inner-breadcrumb ul li:last-child {margin-right:0;}
.inner-breadcrumb ul li:after {content:'/'; position:absolute; right:-25px; top:0px; font-family: 'Cambria';}
.inner-breadcrumb ul li:last-child::after { display: none;}
.inner-breadcrumb ul li a:hover {color:#248549;}

/* innerPage */
.innerMdlCont { width: 100%; padding: 0px; margin: 0px;}

/* aboutPg */
.about-med { width: 100%; position: relative; margin: 0px; padding: 100px 0px; text-align: center;}
.abt-group { width: 100%; margin: 0px 0px 0;}
.philo, .team{padding: 60px 0;}
.philo{padding-top: 0; border-bottom: 1px solid #c7c7c7}
.about-med h4 { margin: 0px 0px 60px;}
.abt-img-left { width:calc(100% - 30px);}
.abt-img-left img { width: 100%; height: 100%;}
.abt-text-rig { width: 100%; text-align: left;}


/* testimonials */
.innerMdlCont.testiominals h4 { margin: 0px 0px 60px;}
.testimonals-groups { width: 100%; padding: 90px 0px; text-align: center;}
.testimonals-groups .testimonials-details { text-align: left;}
.testimonals-company-txt { display: inline-block; margin: 5px 0px 40px;}
.wrapper .testimonals-company-txt h4 { font-family: 'Oswald', sans-serif; margin: 0px 0px 10px; color: #0148bc; text-transform: uppercase; font-size: 30px;}
.testimonals-company-txt h5 { font-family: 'Poppins', sans-serif; font-size: 24px; color: #0a2a40; font-weight: 400; text-transform: uppercase;}
.testimonials-details h6 { font-size: 25px; line-height: 40px; color: #0a2a40; font-family: 'Cambria'; font-weight: bold; font-style: italic;}
.video-testimonals { width: 100%; -webkit-box-shadow: 0 0 16px 0 rgba(165,165,165,0.8); box-shadow: 0 0 16px 0 rgba(165,165,165,0.8); margin-bottom: 70px;}
.video-testimonals img { width: 100%; height: 100%;}
.testimonals-title { display: inline-block;}
.wrapper .testimonals-title h4 { font-size: 25px; line-height: 40px; color: #0a2a40; font-family: 'Cambria'; font-weight: bold; font-style: italic;     margin: 0px;}
.wrapper .testimonals-title h6 { font-size: 18px; line-height: 22px; color: #0a2a40; font-family: 'Poppins', sans-serif; font-style: normal; text-transform: uppercase; font-weight: 400;}
.images-testimonals { width: 100%;}
.test-listing { width: 100%; padding: 80px 0px; border-top: 1px solid #dedede;}
.test-listing:last-child { padding-bottom: 0px;}

/* contact-section */
.contact-section { width: 100%; margin: 0px; padding: 110px 0px; text-align: center;}
.contact-section h4 { margin-bottom: 60px;}
.map-frame { width: 100%; height: 450px;}
.map-frame iframe { width: 100%; height: 100%;}
.contact-details { width: 100%; text-align: left;}
.contact-lists ul { display: block; margin: 0px 0px; padding: 0px; list-style: none;}
.contact-lists ul li { display: block; margin: 0px 0px 40px; padding: 0px; list-style: none; text-align: left;}
.contact-lists ul li:last-child { margin-bottom: 0px;}
.contact-circle-icon { display: inline-block; margin: 0px; padding: 0px; width: 62px; height: 62px; background-color: #003676; border-radius: 50%; text-align: center; vertical-align: top;}
.contact-details { display: inline-block; margin: 0px; padding: 0px 0px 0px 26px; width: calc(100% - 66px); vertical-align: top;}
.contact-details h5 { font-size: 20px; line-height: 22px; color: #311d14; margin: 0px 0px 20px;}
.contact-details p, .contact-details a { font-size: 16px; color: #311d14; padding: 0px; word-break: break-all;}
.contact-details a:hover { color: #519e6d;}
.contact-form { width: 100%; padding:125px 0px; margin: 0px; position: relative; background-color: #002047;}
.contact-bg { width: 100%; height: 100%; position: absolute; inset: 0;}
.contact-bg img { width: 100%; height: 100%;}
.contact-form h2 { color: #fff; margin: 0px 0px 50px; font-size: 46px;     text-align: left;}
.contact-form h2 span { font-style: italic;}
.rig-form { width: calc(100% + 60px); float: right; text-align: right;}
.rig-form .date input[type="date"], .rig-form .date input[type="text"] { background: url(../images/wht-calendar-icon.png) no-repeat  calc(100% - 15px) center rgb(255 255 255 / 30%);}

/* innerMdlCont conPg */
.innerMdlCont.consultationPg { width: 100%; padding: 100px 0px; text-align: center;}
.innerMdlCont.consultationPg h4 { margin-bottom: 90px;}
.consultationItem {width: 100%;margin: 0px 0px 60px; padding: 20px;box-shadow: 0px 0px 10px 5px rgb(0 0 0 / 11%); background: rgb(237,237,237);
background: linear-gradient(45deg, rgba(237,237,237,1) 0%, rgba(213,213,213,1) 30%, rgba(237,237,237,1) 45%, rgba(213,213,213,1) 60%, rgba(237,237,237,1) 100%);}
.consultationImg { width: 100%; padding: 0px; margin: 0px 0px 20px;}
.consultationImg a { display: block;}
.consultationImg a img { width: 100%; height: 100%;}
.consultationTitle { width: 100%; text-align: left;}
.consultationTitle h3 { font-size: 30px; line-height: 32px; color: #373239; font-weight: 700; margin: 0px 0px 10px;}
.consultationTitle h3 a { display: inline-block; color: #373239;}
.consultationTitle h3 a:hover { color: #0a8401;} 
.consultationTitle h6 { color: #373239; font-size: 14px; font-family: 'Poppins', sans-serif; margin: 0px 0px 8px; font-weight: 500;}
.consultationTitle p { color: #373239; font-weight: 400; padding: 0px 0px 10px;}
.consultationTitle h5 { color: #373239; font-size: 14px; font-family: 'Poppins', sans-serif; margin: 0px 0px 8px; font-weight: 400;}

/* innerMdlCont opdPg */
.innerMdlCont.opdPg { width: 100%; margin: 0px; padding:110px 0px; text-align: center;}
.innerMdlCont.opdPg h4 { margin-bottom: 90px;}
.odp-link { width: 100%; margin: 0px; background-color: #2a2b69; margin: 0px 0px 30px; -webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;}
.odp-link a { display: block; padding: 60px 20px; font-size: 24px; color: #fff;}
.odp-link:hover { background-color: #258548;}

/* innerMdlCont diagnosticsPg */
.innerMdlCont.diagnosticsPg { width: 100%; margin: 0px; padding:110px 0px; text-align: center;}
.innerMdlCont.diagnosticsPg p { margin: 0px 0px 40px;}
.group-diag-list { width: 100%; text-align: center;}
/*.diag-list { display: block; margin: 0px 0px 30px;}*/
/*.diag-list {
    display: inline-block;
    margin: 3px 1px;
    vertical-align: top;
}*/
.diag-list {
    display: inline-block;
    margin: 3px 1px;
    vertical-align: top;
    width: calc(117% / 6);
}
.diag-price-bx { display: inline-block; vertical-align: middle; margin: 0px; padding: 33px 20px; background-color: #2a2b69; max-width: 250px; width:100%;}
.diag-price-bx h3 { font-family: 'Poppins', sans-serif; font-size: 30px; color: #fff; font-weight: 400;}
.diag-price-bx h3 del, .diag-price-bx h3 > span{
    color: red;
    font-size: 20px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 12px 0;
}
.diag-price-bx h3 > span {
    font-size: 14px;
    display: inline-block;
    padding: 2px 6px;
    color: #fff;
    background-color: red;
    margin: 0 2px 22px 7px;
    vertical-align: top;
}
.diag-list span { display: inline-block; vertical-align: middle; font-family: 'Poppins', sans-serif; font-size: 30px; color: #575957; font-weight: 400;     margin: 0px 15px;}
.diag-price-bx.gn-bg { background-color: #258548;}

/* home collection */
.innerMdlCont.collectionPg { width: 100%; text-align: center; padding: 107px 0px;}
.innerMdlCont.collectionPg h4 { margin-bottom: 90px;}
.fill-form { width: 100%; background-color: #f4f6f9; box-sizing: border-box; padding: 47px 40px; text-align: left;}
.rig-stand-img { width: 100%;}
.fill-form input[type="submit"] { text-transform: uppercase;}
.fill-form .form-control, .fill-form input[type="text"], .fill-form input[type="tel"], .fill-form input[type="email"], .fill-form textarea, .fill-form input[type="password"], .fill-form input[type="number"], .fill-form input[type="date"], .fill-form select, input[type="time"] { font-size: 18px; margin-bottom: 20px; color: #221b0c; height: 62px; background-color: #fff; padding: 15px;}
.fill-form textarea { height: 112px;}
.form-box { width: 100%; position: relative;}
.fill-form .form-control::placeholder , .fill-form input[type="text"]::placeholder , .fill-form input[type="tel"]::placeholder , .fill-form input[type="email"]::placeholder , .fill-form textarea::placeholder , .fill-form input[type="password"]::placeholder , .fill-form input[type="number"]::placeholder , .fill-form input[type="date"]::placeholder , .fill-form select::placeholder, input[type="time"]::placeholder { color: #221b0c; opacity: 1; }
.fill-form .form-control:-ms-input-placeholder, .fill-form input[type="text"]:-ms-input-placeholder, .fill-form input[type="tel"]:-ms-input-placeholder, .fill-form input[type="email"]:-ms-input-placeholder, .fill-form textarea:-ms-input-placeholder, .fill-form input[type="password"]:-ms-input-placeholder, .fill-form input[type="number"]:-ms-input-placeholder, .fill-form input[type="date"]:-ms-input-placeholder, .fill-form select:-ms-input-placeholder, input[type="time"]:-ms-input-placeholder {
color: #221b0c;
}
.fill-form .form-control::-ms-input-placeholder, .fill-form input[type="text"]::-ms-input-placeholder, .fill-form input[type="tel"]::-ms-input-placeholder, .fill-form input[type="email"]::-ms-input-placeholder, .fill-form textarea::-ms-input-placeholder, .fill-form input[type="password"]::-ms-input-placeholder, .fill-form input[type="number"]::-ms-input-placeholder, .fill-form input[type="date"]::-ms-input-placeholder, .fill-form select::-ms-input-placeholder, input[type="time"]::-ms-input-placeholder {
color: #221b0c;
}
.rig-stand-img { max-width: 541px; position: absolute; right: -90px; bottom: 0px;}

/* innerMdlCont doctorappPg */
.innerMdlCont.doctorappPg { width: 100%; margin: 0px; padding: 107px 0px; text-align:center;}
.innerMdlCont.doctorappPg h4 { margin-bottom: 90px;}

/* innerMdlCont packagepg */
.packages-section { width: 100%; margin: 0px; padding: 107px 0px 30px; text-align: center;}
.group-packages { width: 100%; padding:60px 0px; margin: 0px; border-bottom: 1px solid rgb(219, 219, 219); text-align: left;}
.group-packages:last-child { border-bottom: 0px;}
.packages-images { width: 100%; overflow: hidden; border-radius: 15px; -webkit-box-shadow: 6px 0 62px 9px rgba(189,189,189,0.75); box-shadow: 6px 0 62px 9px rgba(189,189,189,0.75); margin-bottom: 30px;}
.packages-images img { width: 100%; height: 100%;}
/*.contact-details p br{display: none}*/

.accolades{padding: 100px 0 0 0;}
.bookingMdlText p span {
  font-weight: 700;
}

.philo ol{list-style-position: inside;}
.philo ol li{margin-bottom: 10px;}
.philo ol p,.philo ol + p { padding-top: 20px; }

.menu .sub-menu-toggle { display:none;}

.stellarnav ul > li.current-menu-item > a { color: #4eb748;}

.wpcf7 form.sent .wpcf7-response-output {
    border-color: #46b450;
    color: #fff;
    background: #46b450;
}
.wpcf7 form.invalid .wpcf7-response-output {
    border-color: #ffb900;
    background: #ffb900;
    color: #fff;
}
.free-consulation-section .wpcf7-not-valid-tip {
    position: relative;
    top: -20px;
}
.form-box .wpcf7-not-valid-tip {
    position: relative;
    top: -20px;
}
.rig-form label {
    display: block;
    text-align: left;
    color: #fff;margin: 0;    line-height: 30px;
}
.rig-form .wpcf7-not-valid-tip {text-align:left;position: relative;
    top: -15px;}
.emaillist .es-field-wrap label {display:block;margin: 0;}
.emaillist .es-field-wrap {
    margin-bottom: 0;
}
/**			==============	Responsive style start	==========================---------------------------------------------------------------****
*********************************************--------------------------------------------------------------------------------------------------***/

@media (min-width: 1540px) {
.container {width: 1440px;}
}

@media only screen and (max-width:1480px){
h1, h2 { font-size: 40px; line-height: 44px;}
.wrapper h4 { font-size: 20px;}

.hm-counter-area:before { width: calc(100% - 150px);}
.middleTextBan h2 { font-size: 55px;}

.professional-details-heading h3 { font-size: 18px;}
.bookingMdlText h2 { font-size: 40px; line-height: 40px;}
.whychoose-details { padding: 40px 15px; font-size: 16px;}
.med-health-section p { font-size: 20px; line-height: 26px;}
.med-health-section h2 { font-size: 40px;}
.testimonials-details p { font-size: 20px;line-height: 34px;}
.testimonials-details { padding-left: 30px;}

.free-consulation-section form input[type="text"], .free-consulation-section form input[type="tel"], .free-consulation-section form input[type="email"], .free-consulation-section form textarea, .free-consulation-section form input[type="password"], .free-consulation-section form input[type="number"], .free-consulation-section form select { border-radius: 0px; font-size: 16px;padding: 19px 25px; background-color: #fff;}

.newsubsrcibe-bx input[type="email"] { font-size: 16px; padding: 20px 95px 20px 30px;}
.newsubsrcibe-section h2 { font-size: 50px; line-height: 50px;}

.testimonials-details h6 { font-size: 20px;line-height: 30px;}
.wrapper .testimonals-title h4 { font-size: 20px; line-height: 30px;}
.wrapper .testimonals-title h6 { font-size: 14px; line-height: 16px;}

.video-testimonals { margin-bottom: 40px;}
.contact-form h2 { font-size: 39px;}
.odp-link a { font-size: 20px;}

}

@media only screen and (max-width:1299px){

h1, h2 { font-size:32px; line-height:32px;}
h3 { font-size: 20px;line-height: 22px;}

.stellarnav > ul > li > a { padding: 49px 10px; font-size: 15px;}

.middleTextBan h1 {font-size: 35px; line-height:35px;}
.middleTextBan h6 {margin: 0 0 8px;}
.banner-form-details {padding:25px; margin-top: -335px;}
.middleTextBan { padding-right: 90px;}
.middleTextBan h2 { font-size: 36px; line-height: 38px;}
.middle-banner { top: calc(50% - 30px);}
.professional-care-box { margin: -50px 0px 60px;}
.med-health-section h2 { font-size: 32px; line-height: 36px;}
.rig-bx-each-tele { padding-left: 10px;}
.rig-bx-each-tele h6 { font-size: 18px;line-height: 20px;}
.rig-bx-each-tele a, .rig-bx-each-tele p { font-size: 14px;line-height: 18px;}


.bookingMdlText h2 {font-size:40px; line-height:40px;}

.inner-bannerBox h1 { font-size: 40px; margin: 0 0 20px;}
.inner-bannerBox h3 { margin: 0px 0px 15px;}
.inner-breadcrumb ul li, .inner-breadcrumb ul li a { font-size: 20px; line-height: 24px;}
.inner-breadcrumb ul li:after { right: -22px;}

.why-choose-section { padding: 90px 0px;}
.choose-slide { padding: 0px 50px;}
.choose-slide .slick-prev.slick-arrow { left: 0px;}
.choose-slide .slick-next.slick-arrow { right: 0px;}

.med-health-section { padding: 90px 0px;}
.med-health-section p { font-size: 18px; line-height: 24px;}

.groupBlue-telephone ul li { width: calc(100% / 3 - 6px);}
.eachTelehelp-bx { display: flex; flex-direction: initial; justify-content: space-around; align-items: center;}
.topic-icon { width:200px}
.testimonials-details p { font-size: 18px;line-height: 30px;}
.how-telehelp-works { padding: 0px 0px 90px;}
.testimonials-section { padding: 0px 0px 90px;}

.free-consulation-section { padding: 90px 0px;}

.bookingMdlText h2 { font-size: 30px;line-height: 36px;}
.bookingMdlText p { font-size: 16px;}


.newsubsrcibe-section h2 { font-size: 40px;line-height: 40px; margin: 0px 0px 10px;}
.ft-nav ul li a { font-size: 16px;}
.ft-nav ul li { margin: 0px 10px;}
.ft-nav { padding: 60px 0px;}
.copyright-details { padding-right: 50px;}
.scrollTop { width: 50px;  bottom: 10%; line-height: 50px;}

.about-med { padding: 90px 0px;}
.abt-img-left { width: 100%;}

.form-control, input[type="text"], input[type="tel"], input[type="email"], textarea, input[type="password"], input[type="number"], input[type="date"], select { font-size: 16px; padding: 18px 20px; height: 70px;}
textarea { height: 120px;}
.contact-section, .contact-form { padding: 90px 0px;}
.contact-form h2 {font-size: 32px;}

.innerMdlCont.consultationPg { padding: 90px 0px 60px;}
.innerMdlCont.consultationPg h4 { margin-bottom: 60px;}
.consultationTitle h3 {font-size: 24px; line-height: 28px;}
.consultationItem { margin: 0px 0px 40px;}

.innerMdlCont.opdPg { padding: 90px 0px;}
.innerMdlCont.opdPg h4 { margin-bottom: 60px;}
.odp-link a { padding: 50px 20px; }

.innerMdlCont.diagnosticsPg {padding:90px 0px;}

.rig-stand-img { max-width: 380px; right: 0px;bottom: 0px;}
.innerMdlCont.collectionPg h4 { margin-bottom: 60px;}
.innerMdlCont.collectionPg { padding: 90px 0px;}

.innerMdlCont.doctorappPg { padding: 90px 0px;}
.innerMdlCont.doctorappPg h4 { margin-bottom: 60px;}

.packages-section { padding: 90px 0px 30px;}
.packages-section h4 { margin: 0px;}

.diag-price-bx h3 {
    font-size: 25px;
}
.diag-price-bx { padding: 17px 8px; }

.eachTelehelp-bx .circle-bx-telehelp {
    width: 55px;
    height: 55px;
}
.rig-bx-each-tele a, .rig-bx-each-tele p {
    font-size: 14px; 
}
.rig-bx-each-tele h6 {
    font-size: 17px; 
}
.rig-bx-each-tele {
    padding-left: 8px;
}

}
/*******		end 1299		*/

@media only screen and (max-width: 991px) {
h1, h2 { font-size:30px; line-height:30px; margin:0px; padding:0px 0px;}
p { font-size: 15px; line-height: 24px;}
.wrapper h1 { margin: 0px 0px 20px;}
.wrapper h2 { margin: 0px 0px 20px;}
.wrapper h4 { font-size: 18px;}

label { font-size: 16px;}

.btn { font-size: 14px; padding: 15px 40px;}

.logo { float: none; position: relative; top: inherit; height: 100%; margin: 0px auto 20px;}
.logo a { margin: 0px;}
.mainHd { background-color: #fff;}
.header-nav-top { position: absolute;margin: 0;padding: 20px 0;border-bottom: none;background-color: #003163;width: 100%;z-index: 2; display: none; top: 0px;}
.hd-note a, .hd-call p, .hd-call p a { color: #fff;}
.hd-call p a:hover { color: #4eb748;}
.stellarnav.mobile .menu-toggle { background-color: #0a8401; padding: 10px 15px;}
.stellarnav.mobile li a { color: #fff;}
.navWrap { width: 100%; text-align: center;}

.banner-form .pull-right {float:none !important; width:100%;}
.banner-form-details {margin-top: 30px; text-align:center;}
.middle-banner {position: static; transform: none; background-color: #003163; text-align: center; padding: 30px 0;}
.triangle-box { display: block;}
.mainHd { padding: 20px 0px; z-index: 99999;}
.mean-container .mean-nav {margin-top: 20px;}
.hd-call { float: none; margin: 0px 0px 15px;}
.hd-note { float: none; margin: 0px;}
.hd-note a, .hd-note p { color: #fff;}
.header-nav-top { text-align: center;}
.middleTextBan {padding:0px 0px;}
.middleTextBan h2 { color: #fff;}
.middleTextBan h3 { color: #fff; font-size: 18px; font-weight: 400; margin: 0px 0px 20px;}
.middleTextBan .btn { font-size: 14px;}

.eachTelehelp-bx .circle-bx-telehelp { display: inline-block; margin: 0px auto 15px;}
.rig-bx-each-tele { width: 100%; display: inline-block; padding: 0px; text-align: center;}
.groupBlue-telephone ul { display: block;}
.groupBlue-telephone ul li { width: calc(98% / 3);}
.professional-section { padding:60px 0px 30px;}
.professional-item { margin: 0px 0px 30px;}
.professional-care-box { margin:0px 0px 60px;}
.professional-care-details a { font-size: 18px; line-height: 22px;}
.email-bx { margin: 0px auto 20px;}
.email-bx::before { width: 50px; left: calc(0px - 50px - 23px);}
.email-bx::after { width: 50px; right: calc(0px - 50px - 23px);}
.professional-care-details { padding: 50px 20px;}
.med-health-section { padding: 60px 0px;}
.group-teleHelp-list { margin: 0px 0px 30px;}
.group-teleHelp-list ul li { padding: 13px 15px 13px 80px;}
.groupBlue-telephone { margin: 0px 0px;}
.how-telehelp-works { padding:60px 0px;}

.booking-section { padding: 60px 0px;}
.booking-cont { text-align: center;}
.booking-img::before { content: ' '; position: absolute; inset: 0px; width: 100%; height: 100%;     background-color: rgb(0 0 0 / 30%);}

.why-choose-section { padding: 60px 0px;}
.med-health-section p { padding: 0px 0px 25px;}
.med-health-section p { font-size: 15px;line-height: 24px;}

.eachTelehelp-bx { flex-wrap: wrap;     align-content: flex-start;}
.groupBlue-telephone ul li { width: calc(98% / 3 - 6px);}
.groupBlue-telephone { padding: 40px 30px;}
.test-details { text-align: center;}
.topic-icon { margin: 0px auto 30px;}
.testimonials-section { padding: 0px 0px 60px;}

.free-consulation-section { padding: 60px 0px; text-align: center;}

.ft-copyright { padding: 30px 0px;}
.ft-nav ul li { margin: 0px 15px 10px;}
.ft-copyright { text-align: center;}
.listing-link { float: none; display: block;     margin: 0px 0px 15px;}
.ft-nav { padding: 35px 0px 20px;}
.copyright-details { text-align: center;}
.copyright-txt p { font-size: 12px;}

.inner-bannerBox h1 { font-size: 30px;line-height: 28px; margin: 0px 0px 15px;}
.inner-breadcrumb ul li, .inner-breadcrumb ul li a { font-size: 18px;line-height: 20px;}
.inner-breadcrumb ul li:after { right: -20px;}

.about-med { padding: 60px 0px;}
.about-med h4 { margin: 0px 0px 30px;}
.abt-img-left { margin: 0px 0px 30px;}
.abt-text-rig { text-align: center;}
.abt-group { margin: 0px 0px 60px;}
.our-few-sepcial h2 { margin: 0px 0px 40px;}

.testimonals-groups .testimonials-details { text-align: center;}
.testimonials-details { padding: 0px;}
.test-listing { padding: 40px 0px;}

.testimonals-groups { padding: 60px 0px;}

.rig-form { width: 100%;float: initial;text-align: center;}

.contact-section, .contact-form {padding: 60px 0px;}
.contact-section h4 { margin-bottom: 40px;}
.map-frame { height: 400px; margin-bottom: 30px;}
.contact-details { padding: 0; width: 100%;}
.contact-circle-icon { margin: 0px auto 25px;}
.contact-lists { text-align: center;}
.contact-lists ul { margin: 0px -15px;}
.contact-lists ul li { text-align: center; display: inline-block; width: calc(100% / 3 - 5px); padding: 0px 15px;}
.contact-details { text-align: center;}
.contact-details p br, .contact-details a br { display: none;}
.contact-circle-icon { margin: 0px auto 15px;}
.contact-details h5 { margin: 0px 0px 10px;}
.contact-details p, .contact-details a { font-size: 14px;}
.contact-form h2 { text-align: center;}
.contact-form h2 { font-size: 30px;line-height: 40px;}
.form-control, input[type="text"], input[type="tel"], input[type="email"], textarea, input[type="password"], input[type="number"], input[type="date"], select { font-size: 15px;padding: 12px 18px; margin-bottom: 15px; height: 60px;}
textarea { height: 100px;}

.innerMdlCont.consultationPg { padding: 60px 0px 40px;}
.innerMdlCont.consultationPg h4 { margin-bottom: 40px;}
.consultationTitle h3 {font-size: 20px; line-height: 24px;}
.consultationItem { margin: 0px 0px 30px;}

.innerMdlCont.opdPg { padding: 60px 0px;}
.innerMdlCont.opdPg h4 { margin-bottom: 41px;}
.odp-link a { padding: 40px 20px;font-size: 18px;}

.innerMdlCont.diagnosticsPg {padding:60px 0px;}
.innerMdlCont.diagnosticsPg p { margin: 0px 0px 20px;}
.diag-price-bx h3 { font-size: 24px;}

.fill-form .form-control, .fill-form input[type="text"], .fill-form input[type="tel"], .fill-form input[type="email"], .fill-form textarea, .fill-form input[type="password"], .fill-form input[type="number"], .fill-form input[type="date"], .fill-form select, .fill-form input[type="time"] { font-size: 15px;}
.rig-stand-img { max-width: 380px;margin: 0px auto;position: absolute;z-index: -1;inset: auto 0 0 auto;opacity: .2;mix-blend-mode: unset;}
.innerMdlCont.collectionPg { padding: 60px 0px;}
.innerMdlCont.collectionPg h4 { margin-bottom: 40px;}
.fill-form {width: 100%;background-color: #f4f6f9;z-index: 2;mix-blend-mode: multiply;}

.innerMdlCont.doctorappPg { padding: 60px 0px;}
.innerMdlCont.doctorappPg h4 { margin-bottom: 40px;}

.group-packages { width: 100%; padding: 40px 0px;}
.packages-section { padding: 60px 0px 0px;}


}
/*******		end 991		*/

@media only screen and (max-width: 767px) {
h1, h2 { font-size: 24px; line-height: 26px;}
h3 { font-size: 18px; line-height: 20px;}
.wrapper h4 { font-size: 24px; margin: 0px 0px 25px;}
p { font-size: 14px; line-height: 21px; padding:0 0 15px;}

label { font-size: 15px; line-height: 20px; display: block; text-align: left;}
.form-control, input[type="text"], input[type="tel"], input[type="email"], textarea, input[type="password"], input[type="number"], input[type="date"], select { height: 48px;}
textarea { height: 80px;}

.stellarnav > ul > li > a, .stellarnav ul ul li > a { font-size: 15px;}

.btn { font-size: 14px; padding:11.5px 19px; margin: 0px;}
.btn.leftAfter { margin: 0px;}
.btn.blueBtn { margin: 0px;}
.btn:after { display: none;}
.btn.leftAfter:after { display: none;}
.btn.blueBtn:after { display: none;}
.wrapper h1 { margin: 0px 0px 15px;}
.wrapper h2 {margin: 0px 0px 15px;}
.wrapper h4 { font-size: 16px;}
.wrapper h6 {padding: 0 0 0px; text-align: center; margin: 0px 0px 5px;}
.wrapper h6:before {right: 0; margin: auto; top: auto; bottom: 0;}
.triangle-box {display: block;}

textarea.form-control, textarea { height: 110px;}

.header-nav-top {text-align: center; padding: 25px 0px 15px;}
.hd-note { float: none;margin: 0px 0px 10px; margin-left: 0;}
.hd-call { float: none;     margin: 0px 0px 10px;}
.hd-call .btn { margin: 0px 0px 15px;}
.hd-call p { position: relative; text-align: center; padding: 0px;    display: block;}
.hd-call p:before { display: block; position: relative; font-size: 20px; line-height: 20px; height: 20px; margin: 0px 0px 10px;}
.hd-social { float: none;margin: 0px;}
.middleTextBan h2 { font-size: 26px; line-height: 28px; margin: 0px 0px 20px;}
.middle-banner { padding: 20px 0px;}
.professional-care-details { padding: 20px;}
.professional-section { padding: 30px 0px 0px;}
.how-telehelp-works { padding: 30px 0px;}
.groupBlue-telephone ul li { width: 100%;}
.groupBlue-telephone ul { margin: 0px; padding: 0px;}
.groupBlue-telephone { margin: 0px 0px; padding: 30px 15px 16px;}
.groupBlue-telephone ul li { width: 100%; padding: 0px; margin: 0px 0px 15px;}
.details-left-bx { text-align: center;}
.group-teleHelp-list ul li { text-align: center; padding: 13px 10px;}
.group-teleHelp-list ul li h3::before { display: block; position: relative; left: 0px;top: 0px; line-height: 39px;width: 40px;text-align: center;     margin: 0px auto 10px;}
.med-health-section {padding: 30px 0px;}
.med-health-section h2 { font-size: 24px;line-height: 26px;}
.professional-care-box { margin: 0px 0px 30px;}

.our-few-sepcial ul li { width: calc(100% / 2 - 3px);}
.professional-details-heading { margin: 0px 0px 10px;}

.booking-section { padding:0px 0px; background-color: #00275a;}
.booking-img { position: static;}
.booking-img::before { display: none;}
.bookingMdlText { padding: 30px 0px;}
.why-choose-section {padding: 30px 0px;}
.bookingMdlText h2 { font-size: 24px;line-height: 26px;}

.choose-slide { padding: 0px 0px 50px;}
.choose-slide .slick-arrow { top: initial; bottom: 0px;}
.choose-slide .slick-prev.slick-arrow, .choose-slide .slick-next.slick-arrow { right: 0px; left: 0px; margin: auto;}
.choose-slide .slick-prev.slick-arrow { left: -30px;}
.choose-slide .slick-next.slick-arrow { right: -30px;}
.testimonials-section { padding: 0px 0px 30px;}
.testimonials-details { padding: 0px;}
.testimonials-details p {font-size: 15px;line-height: 21px;}
.testimonialSlide .slick-arrow { width: 50px; height: 50px;}
.testimonialSlide .slick-next.slick-arrow {right: -60px;}
.testimonialSlide .slick-prev.slick-arrow {left: -60px;}
.test-logo { margin: 0px 0px 15px;}
.free-consulation-section { padding: 30px 0px;}

.free-consulation-section form input[type="text"], .free-consulation-section form input[type="tel"], .free-consulation-section form input[type="email"], .free-consulation-section form textarea, .free-consulation-section form input[type="password"], .free-consulation-section form input[type="number"], .free-consulation-section form select {
border-radius: 0px;font-size: 15px;padding: 11px 25px;margin-bottom: 15px;}

.newsubsrcibe-section { padding: 30px 0px; text-align: center;}
.newsubsrcibe-bx input[type="email"] { font-size: 15px;padding: 14px 70px 14px 20px;}
.newsubsrcibe-bx input[type="submit"] { right: 8px;}

.newsubsrcibe-section h2 {font-size: 30px;line-height: 34px;margin: 0px 0px 6px;}
.newsubsrcibe-section h6 { font-size: 15px; margin: 0px 0px 15px;}

.ft-logo { margin: 0px auto 20px;}
.ft-nav ul li { display: block; margin: 0px 0px 10px;}
.ft-nav ul li:last-child { margin: 0px;}
.ft-nav { padding: 30px 0px;}
.copyright-details { padding-right: 0px; margin: 0px;}
.copyright-txt { margin: 0px;}
.scrollTop {width: 40px;bottom: 15px;line-height: 40px;right: 15px;}
.listing-link { margin: 0px 0px 8px;}

.tab-group-tele .tabs {display: none;}
.tab_drawer_heading {background-color: #003676;color: #fff;margin: 0px 0px 20px;padding:15px 20px;display: block;cursor: pointer;-webkit-touch-callout: none;-webkit-user-select: none;-khtml-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none; border-radius: 50px;}
.d_active { background-color: #4eb748; color: #fff;}
.tab_content { margin: 0px 0px 20px;}
.inner-banner .inner-bannerCaption { -ms-transform: translateY(0%); -webkit-transform: translateY(0%); position: relative; text-align: center; top: calc(0%); transform: translateY(0%); background-color: #0a8401; padding: 20px 0px;}
.inner-bannerBox h1 { font-size: 26px;line-height: 28px; margin: 0px 0px 10px; color: #fff;}
.inner-breadcrumb ul li, .inner-breadcrumb ul li a { font-size: 20px;line-height: 24px;  color: #000000;}
.inner-breadcrumb ul li a { color: #fff;}
.inner-breadcrumb ul li:after { right: -20px; color: #fff;}
.inner-breadcrumb ul li a:hover { color: #003676;}
.inner-bannerBox h3 {margin: 0px 0px 10px;color: #fff;font-size: 15px;}

.about-med {padding: 30px 0px;}
.abt-group { margin: 0px 0px 30px;}
.our-few-sepcial ul li:last-child .professional-item { margin: 0px;}
.abt-img-left { margin: 0px 0px 20px;}

.testimonals-groups { padding: 30px 0px;}
.topic-icon { width: 100px;}
.test-listing { padding: 25px 0px;}
.wrapper .testimonals-company-txt h4 { font-size: 20px; margin: 0px;}
.testimonals-company-txt h5 { font-size: 16px;}
.testimonals-company-txt { margin: 0px 0px 15px;}
.innerMdlCont.testiominals h4 { margin: 0px 0px 30px;}

.contact-section { padding: 30px 0px;}
.contact-form { padding: 0px 0px 30px;}
.contact-lists ul li { width: 100%; margin-bottom: 25px;}
.map-frame { height: 300px;}
.contact-circle-icon { margin: 0px auto 10px;}
.contact-form h2 { font-size: 24px; line-height: 28px;}
.contact-bg { width: 100%; height: auto; position: static; margin-bottom: 30px;}

.innerMdlCont.consultationPg { padding: 30px 0px 0px; text-align: center;}
.innerMdlCont.consultationPg h4 { margin-bottom: 30px;}
.consultationTitle h3 {font-size: 20px; line-height: 24px;}
.consultationItem { margin: 0px 0px 30px;}
.consultationTitle { text-align: center;}

.innerMdlCont.opdPg { padding: 30px 0px;}
.innerMdlCont.opdPg h4 { margin-bottom: 30px;}
.odp-link a { padding: 30px 15px;font-size: 16px;}
.odp-link { margin: 0px 0px 15px;}

.innerMdlCont.diagnosticsPg {
    padding: 30px 0px;
}
.innerMdlCont.diagnosticsPg p { margin: 0px 0px 20px;}
.diag-price-bx h3 { font-size: 22px;}

.diag-price-bx { padding: 20px 10px; position: relative; z-index: 1;}

.innerMdlCont.collectionPg { padding: 30px 0px;}
.innerMdlCont.collectionPg h4 { margin-bottom: 20px;}
.fill-form { padding: 20px 15px; text-align: center;}
.fill-form .form-control, .fill-form input[type="text"], .fill-form input[type="tel"], .fill-form input[type="email"], .fill-form textarea, .fill-form input[type="password"], .fill-form input[type="number"], .fill-form input[type="date"], .fill-form select, .fill-form input[type="time"] { height: 48px;}
.fill-form textarea { height: 90px;}
.rig-stand-img { max-width: 240px;}

.innerMdlCont.doctorappPg { padding: 30px 0px;}
.innerMdlCont.doctorappPg h4 { margin-bottom: 20px;}

.group-packages { width: 100%; padding: 30px 0px;}
.packages-section { padding: 30px 0px 0px;}
.packages-section h4 { margin: 0px;}
.packages-images { margin-bottom: 20px;}
.group-packages { text-align: center;}

.diag-price-bx h3 > span { display: block; margin: 0 0 15px 0; }
.diag-list { width: calc(100% / 4); }
.diag-price-bx h3 > span { transform: translate(0); }

}
/*******	 end 767		*******/

@media only screen and (max-width: 639px) {
.inner-bannerPic, .inner-bannerPic img {width: 100%;position: relative;height: 125px;}
.inner-banner .inner-bannerCaption {padding: 8px 0px;}
.inner-bannerBox h1 {font-size: 22px;line-height: 23px;margin: 0px 0px 6px;}
.inner-breadcrumb ul li, .inner-breadcrumb ul li a {font-size: 17px;line-height: 20px;}

.our-few-sepcial ul li { width: calc(100%);}

/*.diag-list span { display: block; -moz-transform: rotate(90deg); -webkit-transform: rotate(90deg); -o-transform: rotate(90deg); -ms-transform: rotate(90deg); transform: rotate(90deg); max-width: 100%;}*/

.diag-list {
    width: calc(97% / 2);
}

}