*{margin: 0;padding: 0;box-sizing: border-box;}
body{margin: 0;padding: 0;font-family: 'Helvetica';}
img{max-width: 100%;}

/* muli fonts */

@font-face {
font-family: 'Helvetica-bold';
src: url('../fonts/Helvetica-Bold.eot');
src: url('../fonts/Helvetica-Bold.eot?#iefix') format('embedded-opentype'),
url('../fonts/Helvetica-Bold.woff2') format('woff2'),
url('../fonts/Helvetica-Bold.woff') format('woff'),
url('../fonts/Helvetica-Bold.ttf') format('truetype'),
url('../fonts/Helvetica-Bold.svg#Helvetica-Bold') format('svg');
font-weight: bold;
font-style: normal;
font-display: swap;
}

@font-face {
font-family: 'Helvetica';
src: url('../fonts/Helvetica.eot');
src: url('../fonts/Helvetica.eot?#iefix') format('embedded-opentype'),
/* url('../fonts/Helvetica.woff2') format('woff2'), */
/* url('../fonts/Helvetica.woff') format('woff'), */
/* url('../fonts/Helvetica.ttf') format('truetype'), */
url('../fonts/Helvetica.svg#Helvetica') format('svg');
font-weight: normal;
font-style: normal;
font-display: swap;
}

@font-face {
font-family: 'Creattion Demo';
src: url(../fonts/Creattion+Demo.eot);
src: url(../fonts/Creattion+Demo.eot?#iefix) format('embedded-opentype'),
url(../fonts/Creattion+Demo.otf) format('otf'),
url(../fonts/Creattion+Demo.svg#Creattion%20Demo) format('svg'),
/* url(../fonts/Creattion+Demo.ttf) format('truetype'), */
/* url(../fonts/Creattion+Demo.woff) format('woff'), */
/* url(../fonts/Creattion+Demo.woff2) format('woff2'); */
}



/* variable declare */

:root{
--primaryColor: #8a2330;
--secondaryColor: #424241;  
--white: #fff;
--gray: #e9e9e9;
--black: #010101;
--fontFamily: 'muliregular';
}

/** Default tag css **/


h1{font-size: 65px;}
h2{font-size: 60px;}
h3{font-size: 35px;}
h4{}
p{font-size: 16px;color: var(--black);}

button.all-btn {background: #886ae4;border: none;color: #fff;max-width: 200px;width: 100%;border-radius: 100px;height: 50px;
margin-top: 10px;font-size: 16px;cursor: pointer;transition: .5s;text-transform: uppercase;}

button.all-btn:hover {background: #6a4ebf;}
button.all-btn:focus{outline: none;}

.all-btn {background: #886ae4;border: none;color: #fff;max-width: 200px;width: 100%;border-radius: 100px;
height: 50px;margin-top: 10px;font-size: 16px;cursor: pointer;transition: .5s;text-transform: uppercase;
display: inline-block;line-height: 50px;text-align: center;text-decoration: none;}  

.all-btn:hover {background: #6a4ebf;color: #fff;text-decoration: none;}
.all-btn:focus{outline: none;}

/**defualt css for all pages**/

header#head-top {
/*background: url(../images/left-side-bg.jpg) left top no-repeat, url(../images/right-side-bg.jpg) right top no-repeat;
background-size: contain;*/
padding: 20px;
}

header#head-top:before {content: "";background: url(../images/left-side-bg.jpg) right top no-repeat;background-size: contain;
position: absolute;left: 0;top: 0;height: 150px;z-index: 0;width: 250px;}

header#head-top:after {content: "";background: url(../images/right-side-bg.jpg) right top no-repeat;background-size: contain;
position: absolute;right: 0;top: 0;height: 250px;z-index: 0;width: 100%;}

select.selectpicker {border: 1px solid #ddd;border-radius: 5px;font-size: 12px;padding: 4px 5px;}
.lang-change {text-align: right;position: relative;z-index: 2;max-width: 200px;float: right;}
.logo {position: relative;z-index: 1;}
.logo a {display: inline-block;cursor: pointer;}
.banner-left {padding-top: 30%;}

.banner-left h2 {font-family: Helvetica-bold;/*font-size: 60px;*/margin: 10px 0;}
.banner-left h2 span {color: #8d70e5;}

.banner-left h3 {font-family: Helvetica-bold;/*font-size: 60px;*/margin: 10px 0;}
.banner-left h3 span {color: #8d70e5;}

.banner-left h1 {font-family: Creattion Demo;/*font-size: 45px;*/ margin-bottom: -10px;}
.banner-left p {color: #496173;letter-spacing: 0px;  /*max-width: 200px;*/}

section#skull-sec {margin: 140px 0;}

.process-points {position: absolute;z-index: 1;top: 100px;width: 75%;}
.process-points ul {margin: 0;padding: 0;}
.process-points ul li {list-style: none;text-align: left;position: relative;color: #fff;padding: 0;height: 100px;background: #131313;margin-bottom: 30px;padding-left: 80px;padding-top: 0;display: flex;justify-content: center;flex-direction: column;}

.process-points ul li:nth-child(1) {margin-left: -50px;}
.process-points ul li:nth-child(2) {margin-left: -80px;}
.process-points ul li:nth-child(3) {margin-left: -110px;}
.process-points ul li:nth-child(4) {margin-left: -130px;}

.icon-div {width: 110px;height: 110px;background: red;border-radius: 100px;border: 8px solid #fff;box-shadow: 5px 5px 10px rgb(18 18 18 / 47%);position: absolute;left: -50px;top: -8px;text-align: center;padding-top: 9px;}

.icon-div img {width: 65px;margin-top: 6px;}
.process-points h3 {font-family: 'Helvetica-bold';font-size: 20px;}
.process-points p {font-size: 16px;line-height: normal;margin: 0;color:#fff;}

.red-circle{background:#ec4756;}
.blue-circle{background:#00abb7;}
.yellow-circle{background:#fbc72b;}
.green-circle{background:#50b747;}

.all-head h4 {font-size: 32px;font-family: 'Helvetica';}
.all-head h4 span {color: #8d70e5;}
.all-head p {color: #496173;}
.sm-heading {font-size: 23px;color: #000 !important;}
.all-head hr {width: 39px;height: 8px;background: #8d70e5;border-radius: 7px;margin: 0 auto;box-shadow: 17px 0px 0px #ddd;}

/* This css is for normalizing styles. You can skip this. */
*, *:before, *:after {-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;margin: 0;
padding: 0;}

.new {padding: 50px;}

.checkbox-list {margin: 60px 0;background: url(../images/map-image.png) center center no-repeat;background-size: contain;
padding:0;}

.form-group {display: block;margin-bottom: 20px;}
.form-group input {padding: 0;height: initial;width: initial;margin-bottom: 0;display: none;cursor: pointer;}
.form-group label {position: relative;cursor: pointer;color: #496173;}

.form-group label:before {content: '';-webkit-appearance: none;background-color: #fff;border: 1px solid #e0e0e0;box-shadow: 3px 5px 17px #dddbdb;padding: 20px;display: inline-block;position: relative;vertical-align: middle;cursor: pointer;
margin-right: 10px;border-radius: 5px;}
.form-group label:before {
    display: none !important;
}
.form-group input:checked + label:after {content: '';display: block;position: absolute;top: 9px;left: 18px;width: 8px;height: 20px;
border: solid #fff;border-width: 0 2px 2px 0;transform: rotate(45deg);}

.form-group input:checked + label:before {background: #bfafef;border: 1px solid #8d70e5;}
.payment-form {margin-top: 50px;}

section#payment-option {margin: 0 0 100px;background: url(../images/form-right-bg.png) right center no-repeat;background-size: contain;}
.payment-form {margin-top: 50px;}
.payment-form-inner {background: #fff;height: 100%;padding: 20px;}
.payment-form-inner label {letter-spacing:0px;}

.payment-form-inner input[type="text"] {width: 100%;height: 50px;padding: 0 15px;border: 1px solid #e5e5e5;border-radius: 5px;
box-shadow: 3px 3px 10px #efefef;}
.payment-form-inner input[type="text"]:focus-visible {outline-color: #8d70e5;outline-style: solid;}
.payment-form-inner label {color: #496173;font-size: 14px;}
.payment-form-inner .row {margin-bottom: 45px;}

button.pay-btn {width: 100%;border: navajowhite;height: 50px;border-radius: 50px;background: #8d70e5;color: white;cursor: pointer;text-transform: uppercase;transition: .5s;}
button.pay-btn:hover{background: #6a4ebf;}
button.pay-btn:focus{outline: none;}

.pay-img {height: 100%;}

.pay-img img {width: 100%;height: 100%;object-fit: cover;object-position: bottom;}

.payment-form {margin-top: 50px;box-shadow: 0px 7px 18px #e5e5e5;border-radius: 5px;overflow: hidden;}
.payment-form-inner {background: rgb(255 255 255 / 80%);height: 100%;padding: 65px 60px 0px 30px;}

section#testimonial .all-head hr {margin: 0;}
section#testimonial .all-head span{display: block;}

.testimonial-section2 {position: relative;padding: 28% 10% 14% 15%;background: url(../images/testimonial-bg.png) center center no-repeat;
background-size: 100% 100%;}

.testim .wrap {position: relative;width: 100%;max-width: 1020px;padding: 0;margin: auto;}
section#testimonial {margin-bottom: 70px;}

.testim .arrow {display: block;position: absolute;color: #eee;cursor: pointer;font-size: 2em;top: 50%;-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);-moz-transform: translateY(-50%);-o-transform: translateY(-50%);transform: translateY(-50%);
-webkit-transition: all .3s ease-in-out; -ms-transition: all .3s ease-in-out;-moz-transition: all .3s ease-in-out;-o-transition: all .3s ease-in-out;transition: all .3s ease-in-out;padding: 5px;z-index: 22222222;display: none;}

.testim .arrow:before {cursor: pointer;}
.testim .arrow:hover {color: #2b288d;}
.testim .arrow.left {left: 10px;}
.testim .arrow.right {right: 10px;}
.testim .dots {text-align: center;position: absolute;width: 100%;bottom: 60px;left: 0;display: block;z-index: 3333;height: 12px;display: none;}


.testim .dots .dot {list-style-type: none;display: inline-block;width: 12px;height: 12px;border-radius: 50%;border: 1px solid #eee;margin: 0 10px;cursor: pointer;-webkit-transition: all .5s ease-in-out;-ms-transition: all .5s ease-in-out;-moz-transition: all .5s ease-in-out;    
-o-transition: all .5s ease-in-out;transition: all .5s ease-in-out;position: relative;}

.testim .dots .dot.active,
.testim .dots .dot:hover {background: #2b288d;border-color: #2b288d;}

.testim .dots .dot.active {-webkit-animation: testim-scale .5s ease-in-out forwards;-moz-animation: testim-scale .5s ease-in-out forwards;   
-ms-animation: testim-scale .5s ease-in-out forwards;-o-animation: testim-scale .5s ease-in-out forwards;animation: testim-scale .5s ease-in-out forwards; }


.testim .cont {position: relative;overflow: hidden;}
.testim .cont > div {text-align: center;position: absolute;top: 0;left: 0;padding:0;opacity: 0;text-align: left;}
.testim .cont > div.inactive {opacity: 1;}
.testim .cont > div.active {position: relative;opacity: 1;}

.testim .cont div .img img {display: block;width: 80px;height: 80px;margin: auto;border-radius: 50%;}
.testim .cont div .h4 {color: #fff;font-size: 1.2em;margin: 15px 10px;float: left;text-align: left;}
.testim .cont div .h4 span{display: block;font-size: 12px;}
.testim .cont div p {font-size: 1.15em;color: #eee;width: 100%;margin: auto;margin-top: 25px;}

.testi-user {text-align: right;width: auto;display: block;float: right;margin: 50px 60px 0 0;}
.testi-user .img {float: left;}

.testim .cont div.active .img img {
-webkit-animation: testim-show .5s ease-in-out forwards;            
-moz-animation: testim-show .5s ease-in-out forwards;            
-ms-animation: testim-show .5s ease-in-out forwards;            
-o-animation: testim-show .5s ease-in-out forwards;            
animation: testim-show .5s ease-in-out forwards;            
}

.testim .cont div.active .h4 {
-webkit-animation: testim-content-in .4s ease-in-out forwards;    
-moz-animation: testim-content-in .4s ease-in-out forwards;    
-ms-animation: testim-content-in .4s ease-in-out forwards;    
-o-animation: testim-content-in .4s ease-in-out forwards;    
animation: testim-content-in .4s ease-in-out forwards;    
}

.testim .cont div.active p {
-webkit-animation: testim-content-in .5s ease-in-out forwards;    
-moz-animation: testim-content-in .5s ease-in-out forwards;    
-ms-animation: testim-content-in .5s ease-in-out forwards;    
-o-animation: testim-content-in .5s ease-in-out forwards;    
animation: testim-content-in .5s ease-in-out forwards;    
}

.testim .cont div.inactive .img img {
-webkit-animation: testim-hide .5s ease-in-out forwards;            
-moz-animation: testim-hide .5s ease-in-out forwards;            
-ms-animation: testim-hide .5s ease-in-out forwards;            
-o-animation: testim-hide .5s ease-in-out forwards;            
animation: testim-hide .5s ease-in-out forwards;            
}

.testim .cont div.inactive .h4 {
-webkit-animation: testim-content-out .4s ease-in-out forwards;        
-moz-animation: testim-content-out .4s ease-in-out forwards;        
-ms-animation: testim-content-out .4s ease-in-out forwards;        
-o-animation: testim-content-out .4s ease-in-out forwards;        
animation: testim-content-out .4s ease-in-out forwards;        
}

.testim .cont div.inactive p {
-webkit-animation: testim-content-out .5s ease-in-out forwards;    
-moz-animation: testim-content-out .5s ease-in-out forwards;    
-ms-animation: testim-content-out .5s ease-in-out forwards;    
-o-animation: testim-content-out .5s ease-in-out forwards;    
animation: testim-content-out .5s ease-in-out forwards;    
}

@-webkit-keyframes testim-scale {
0% {-webkit-box-shadow: 0px 0px 0px 0px #eee;box-shadow: 0px 0px 0px 0px #eee;}
35% {-webkit-box-shadow: 0px 0px 10px 5px #eee;box-shadow: 0px 0px 10px 5px #eee;}
70% {-webkit-box-shadow: 0px 0px 10px 5px #ea830e;box-shadow: 0px 0px 10px 5px #ea830e;}
100% {-webkit-box-shadow: 0px 0px 0px 0px #ea830e;box-shadow: 0px 0px 0px 0px #ea830e;}
}

@-moz-keyframes testim-scale {
0% {-moz-box-shadow: 0px 0px 0px 0px #eee;box-shadow: 0px 0px 0px 0px #eee;}
35% {-moz-box-shadow: 0px 0px 10px 5px #eee;box-shadow: 0px 0px 10px 5px #eee;}
70% {-moz-box-shadow: 0px 0px 10px 5px #ea830e;box-shadow: 0px 0px 10px 5px #ea830e;}
100% {-moz-box-shadow: 0px 0px 0px 0px #ea830e;box-shadow: 0px 0px 0px 0px #ea830e;}
}

@-ms-keyframes testim-scale {
0% {-ms-box-shadow: 0px 0px 0px 0px #eee;box-shadow: 0px 0px 0px 0px #eee;}
35% {-ms-box-shadow: 0px 0px 10px 5px #eee;box-shadow: 0px 0px 10px 5px #eee;}
70% {-ms-box-shadow: 0px 0px 10px 5px #ea830e;box-shadow: 0px 0px 10px 5px #ea830e;}
100% {-ms-box-shadow: 0px 0px 0px 0px #ea830e;box-shadow: 0px 0px 0px 0px #ea830e;}
}

@-o-keyframes testim-scale {
0% {-o-box-shadow: 0px 0px 0px 0px #eee;box-shadow: 0px 0px 0px 0px #eee;}
35% {-o-box-shadow: 0px 0px 10px 5px #eee;box-shadow: 0px 0px 10px 5px #eee;}
70% {-o-box-shadow: 0px 0px 10px 5px #ea830e;box-shadow: 0px 0px 10px 5px #ea830e;}
100% {-o-box-shadow: 0px 0px 0px 0px #ea830e;box-shadow: 0px 0px 0px 0px #ea830e;}
}

@keyframes testim-scale {
0% {box-shadow: 0px 0px 0px 0px #eee;}
35% {box-shadow: 0px 0px 10px 5px #eee;}
70% {box-shadow: 0px 0px 10px 5px #ea830e;}
100% {box-shadow: 0px 0px 0px 0px #ea830e;}
}

@-webkit-keyframes testim-content-in {
from {opacity: 0;-webkit-transform: translateY(100%);transform: translateY(100%);}
to {opacity: 1;-webkit-transform: translateY(0);transform: translateY(0);}
}

@-moz-keyframes testim-content-in {
from {opacity: 0;-moz-transform: translateY(100%);transform: translateY(100%);}
to {opacity: 1;-moz-transform: translateY(0);transform: translateY(0);}
}

@-ms-keyframes testim-content-in {
from {opacity: 0;-ms-transform: translateY(100%);transform: translateY(100%);}
to {opacity: 1;-ms-transform: translateY(0);transform: translateY(0);}
}

@-o-keyframes testim-content-in {
from {opacity: 0;-o-transform: translateY(100%);transform: translateY(100%);}
to {opacity: 1;-o-transform: translateY(0);transform: translateY(0);}
}

@keyframes testim-content-in {
from {opacity: 0;transform: translateY(100%);}
to {opacity: 1;transform: translateY(0);}
}

@-webkit-keyframes testim-content-out {
from {opacity: 1;-webkit-transform: translateY(0);transform: translateY(0);}
to {opacity: 0;-webkit-transform: translateY(-100%);transform: translateY(-100%);}
}

@-moz-keyframes testim-content-out {
from {opacity: 1;-moz-transform: translateY(0);transform: translateY(0);}
to {opacity: 0;-moz-transform: translateY(-100%);transform: translateY(-100%);}
}

@-ms-keyframes testim-content-out {
from {opacity: 1;-ms-transform: translateY(0);transform: translateY(0);}
to {opacity: 0;-ms-transform: translateY(-100%); transform: translateY(-100%);}
}

@-o-keyframes testim-content-out {
from {opacity: 1;-o-transform: translateY(0);transform: translateY(0);}
to {opacity: 0;transform: translateY(-100%);transform: translateY(-100%);}
}

@keyframes testim-content-out {
from {opacity: 1;transform: translateY(0);}
to {opacity: 0;transform: translateY(-100%);}
}

@-webkit-keyframes testim-show {
from {opacity: 0;-webkit-transform: scale(0);transform: scale(0);}
to {opacity: 1;-webkit-transform: scale(1);transform: scale(1);}
}

@-moz-keyframes testim-show {
from {opacity: 0;-moz-transform: scale(0);transform: scale(0);}
to {opacity: 1;-moz-transform: scale(1); transform: scale(1);}
}

@-ms-keyframes testim-show {
from {opacity: 0;-ms-transform: scale(0);transform: scale(0);}
to {opacity: 1;-ms-transform: scale(1); transform: scale(1); }
}

@-o-keyframes testim-show {
from {opacity: 0;-o-transform: scale(0);transform: scale(0);}
to {opacity: 1;-o-transform: scale(1);transform: scale(1);}
}

@keyframes testim-show {
from {opacity: 0;transform: scale(0);}
to {opacity: 1;transform: scale(1); }
}

@-webkit-keyframes testim-hide {
from {opacity: 1;-webkit-transform: scale(1);transform: scale(1);}
to {opacity: 0;-webkit-transform: scale(0);transform: scale(0);}
}

@-moz-keyframes testim-hide {
from {opacity: 1;-moz-transform: scale(1);transform: scale(1);}
to {opacity: 0;-moz-transform: scale(0);transform: scale(0);}
}

@-ms-keyframes testim-hide {
from {opacity: 1;-ms-transform: scale(1);transform: scale(1); }
to {opacity: 0;-ms-transform: scale(0);transform: scale(0);}
}

@-o-keyframes testim-hide {
from {opacity: 1;-o-transform: scale(1); transform: scale(1); }
to {opacity: 0;-o-transform: scale(0);transform: scale(0);}
}

@keyframes testim-hide {
from {opacity: 1;transform: scale(1);}
to {opacity: 0;transform: scale(0);}
}

@media all and (max-width: 300px) {
body {font-size: 14px;}
}

@media all and (max-width: 500px) {
.testim .arrow {font-size: 1.5em;}
.testim .cont div p {line-height: 25px;}
}

footer#footer {background: #3c3a3b;padding: 30px 0 1px;}
.social-link {text-align: center;margin-top: -45px;position:relative;}
.social-link ul {margin: 0;padding: 0;}
.social-link ul li {list-style: none;display: inline-block;margin: 0 2px;}
.social-link ul li a {border: 2px solid #5c5b5c;padding: 0;color: #242323;border-radius: 50px;height: 35px;width: 35px;
font-size: 14px;display: inline-block;background: #fff;line-height: 30px;}
.social-link ul li a:hover {background: #886ae4;transition: .5s;color: #fff;}
.social-link ul li a:hover i {color: #fff;}
.social-link ul li i {color: #fb6f7c;}
.social-link ul {margin: 0 0 10px;padding: 0;color: #fff;}
.social-link p{color: #fff;}
.open>.dropdown-menu {display: block;}
.dropdown-menu>li>a {display: block;padding: 3px 20px;clear: both;font-weight: 400;line-height: 1.42857143;color: #333;
white-space: nowrap;}

button.btn.dropdown-toggle.selectpicker.btn-default {margin: 0;line-height: normal;background: none;}
.lang-change .bootstrap-select .btn:focus {outline: none!important;outline-offset: 0!important;box-shadow: none;}
.lang-change .bootstrap-select>.btn {width: 100%;padding-right: 0;}
.lang-change .dropdown-toggle::after {margin-left: 0;}


.social-link ul.fot_links li {
    display: block !important; 
}
.social-link ul.fot_links li a {
    border: none;
    border-radius: 0;
    background: transparent;
    width: auto;
    height: auto;
    text-decoration: none;
}
.social-link ul.fot_links li a:hover {
    color: #fb6f7c !important;
}

/*==========Disease inner page css============*/
.explore_service_section {position: relative;background: #f4f5f7;padding-top: 80px;padding-bottom: 200px;margin-bottom: 30px;}
.explore_service_section:before {content: "";position: absolute;width: 350px;height: 665px;background-image: url("../images/service_left_design.png");background-repeat: no-repeat;top: 0;left: 0;background-size: cover;}
.explore_service_section:after {content: "";position: absolute;width: 400px;height: 260px;background-image: url("../images/doctor_ala.png");background-repeat: no-repeat;bottom: 2%;right: 1%;background-size: cover;}

.explore_service_section button.all-btn {margin: 100px auto 0;display: block;}
.service_box {padding: 20px;box-shadow: 0px 0px 10px #eaeaeb;position: relative;background: #fff;border-radius: 10px;    margin-bottom: 40px;text-align: center;min-height: 250px;}
.service_box:hover {box-shadow: 0px 0px 20px #cee0f5;cursor: pointer;}
.service_box h5 {font-family: 'Helvetica';font-size: 16px;text-align: center;margin-bottom: 15px;margin-top: 10px;
min-height: 40px; color:#496173;}
.service_box img {max-width: 100px;}
.service_box a {font-family: 'Helvetica';font-size: 14px;text-align: center;display: block;border: 1px solid #8d70e5;border-radius: 20px;
padding: 5px;text-decoration: none;color: #8d70e5;text-transform: uppercase;transition: .5s;width: 150px;margin: 0 auto;line-height: 20px;
position: absolute;bottom: 20px;left: 0;right: 0;}
.service_box a:hover {background:#886ae4;color:#fff;}
/*-----------Finest patient section css---------*/
section.finest_patient_section {padding: 80px 0 150px 0;}
.finest_patient_section .all-head {margin-top: 120px;}
.finest_patient_section .all-head h4 span {color: #8d70e5;display: block;}
.finest_patient_section .all-head hr {margin: 0;}
.finest_patient_section .all-head p {color: #77777a;margin-top: 30px;}
.finest_patient_section ul {list-style: none;margin: 30px 0 0 0;padding: 0;}
.finest_patient_section ul li {margin: 0 0 10px 0px;padding: 0 0 0 30px;position: relative;}
.finest_patient_section ul li:before {content: "";position: absolute;background-image: url("../images/blue_arrow.png");
width: 12px;height: 8px;left: 0px;background-repeat: no-repeat;top: 5px;background-size: cover;}

.finest_patient_section ul li {text-decoration: none;color: #77777a;transition: .5s;}
.finest_patient_section ul li{color:#496173; font-size:15px;}
/*.finest_patient_section ul li:hover  {color: #8d70e5;}*/
.care_amenities_img {text-align: center;}
.care_amenities_img img {max-width: 90%;}

.process-points h3 a {color: #fff;text-decoration: none;transition: .5s;}
.process-points h3 a.red:hover {color: #ec4756;}
.process-points h3 a.blue:hover {color: #00abb7;}
.process-points h3 a.yellow:hover {color: #fbc72b;}
.process-points h3 a.green:hover {color: #50b747;}

/*==========Doctor inner page css============*/
.doctor_banner p {max-width: 100%; font-size: 17px;}
.doctor_banner button.all-btn {max-width: 240px;}
.meet_doctor_section {position: relative;background: #fff;padding-top: 80px;padding-bottom: 100px;margin-bottom: 30px;}
.meet_doctor_section:before {content: "";position: absolute;width: 100px;height: 345px;background-image: url("../images/meet_doc_left_design.png");background-repeat: no-repeat;top: 150px;left: 0;background-size: cover;}
.meet_doctor_section:after {content: "";position: absolute;width: 180px;height: 400px;background-image: url("../images/meet_doc_right_design.png");background-repeat: no-repeat;bottom: 0;right: 0;background-size: cover;}

.meet_doctor_section .all-head p {color: #496173;max-width: 750px;margin: 0 auto;}
.meet_doctor_section .all-head hr {margin: 20px auto;}

.meet_doc_box {padding: 20px;margin-bottom: 30px;position: relative;z-index: 9999;}
.meet_doc_box .doc_img {border: 1px solid #d1d1d1;position: relative;}
.meet_doc_box .doc_img img {width: 100%;max-height: 450px;min-height: 450px;}
.meet_doc_box .doc_img .icon {width: 135px;position: absolute;right: -10px;bottom: -20px;max-height: inherit;min-height: inherit;}
.meet_doc_box .text {margin-top: 20px;}
.meet_doc_box .text h3 {font-size: 22px;font-family: 'Helvetica';color: #0a1833;line-height: 25px;}
.meet_doc_box .text span {font-size: 18px;font-family: 'Helvetica';color: #f95259;line-height: 22px;margin-bottom: 10px;
display: block;}
.meet_doc_box .text p {font-size: 18px;font-family: 'Helvetica';color: #8691a9;line-height: 22px;display: block;}
.meet_doc_box .text p img {width: 30px;margin-right: 10px;display:inline-block;}
.meet_doc_box a {margin-top: 10px;background: #886ae4;color: #fff;border-radius: 20px;font-family: 'Helvetica';font-size: 14px;text-transform: uppercase;padding: 5px 20px;display: inline-block;text-decoration: none;transition: .5s;line-height:22px}
.meet_doc_box a:hover {background: #6a4ebf;}

section.doctor_services_section {background: #f4f5f7;padding: 80px 0;}
section.doctor_services_section .all-head {margin-bottom: 80px;}
section.doctor_services_section .all-head hr {margin: 20px auto;}
.doctor_services_section .service_box {margin: 20px;}
.doctor_services_section .service_box img {max-width: 100px;display: initial;}
.owl-dots {text-align: center;}
.owl-dot {background: #bdb5b5;width: 10px;height: 10px;border-radius: 100px;display: inline-block;margin: 0 5px;}
.owl-dot.active {background: #8d70e5;}

/*==========Message from CEO inner page css============*/
.message_seo_section {margin: 100px 0;}
.message_seo_section .all-head {margin-top: 80px;}
.humanbody_section {position: relative;}
.humanbody_section:before {content: "";position: absolute;background-image: url(../images/meet_doc_left_design.png);background-repeat: no-repeat;
top: 10%;z-index: 99999;left: 0;width: 100px;height: 345px;background-size: contain;}
.humanbody_section img {max-width: 1000px;width: 100%;margin: 0 auto;}
.message_seo_section .all-head h4 span {color: #8d70e5;display: block;}
.message_seo_section .all-head hr {margin: 0;margin-bottom: 40px;}
.message_seo_section .all-head p .name {font-size: 20px;font-family: 'Helvetica';color: #f95259;line-height: 25px;margin-top: 30px;
display: block;}

.message_seo_building_section {padding: 100px 0;background: #f4f5f7;}
.message_seo_building_section .all-head {margin-top: 70px;}
.message_seo_building_section .all-head h4 span {color: #8d70e5;display: block;}
.message_seo_building_section .all-head hr {margin: 0;margin-bottom: 40px;}
.message_seo_building_section ul {list-style: none;margin: 30px 0 0 0;padding: 0;}
.message_seo_building_section ul li {margin: 0 0 40px 0px;padding: 0 0 0 40px;position: relative;}
.message_seo_building_section ul li p {color: #82aac7;font-size: 15px;}
.message_seo_building_section ul li:before {content: "";position: absolute;background-image: url("../images/pink_arrow.png");width: 25px;
height: 25px;left: 0px;background-repeat: no-repeat;top: 5px;background-size: cover;}
.message_seo_building_section ul li span {font-size: 20px;color: #000;font-weight: 400;}
.building_design {width: 100%;position: relative;}
.building_design div {float: left;width: 50%;}
.building_design .building_text {padding: 20px;height: 100%;min-height: 320px;vertical-align: middle;display: flex;justify-content: center;
align-items: start;flex-direction: column;}
.building_doc_img img {width: 100%;max-height: 350px;min-height: 350px;}
.building_design .building_text.pinkbg {background: #f95259;margin-top: 30px;}
.building_design .building_text.bluebg {background:#886ae4;}
.building_design .building_text h5 {color: #fff;font-size: 24px;margin-top: 20px;}
.building_design .building_text p {color: #fff;font-size: 16px;}
section.message_seo_news_section {padding: 80px 0;position:relative;}
.message_seo_news_section:before {content: "";position: absolute;background-image: url(../images/blue_small_design.png);background-repeat: no-repeat;bottom: 0%;z-index: 0;right: 0;width: 65px;height: 320px;background-size: contain;}

section.message_seo_news_section .all-head {margin-bottom: 50px;}
section.message_seo_news_section .news_box {margin: 20px;}
section.message_seo_news_section .news_text {margin-top: 20px;}
.news_box .news_text .news_icons .calendar_icon img, .news_box .news_text .news_icons .folder_icon img {width: auto;height: auto;display: inline-block;margin-right: 10px;}

.news_box .news_text .news_icons span {display: inline-block;margin-right: 20px;font-size: 13px;}
section.message_seo_news_section .news_text h5 a {color: #000;font-size: 20px;margin-top: 10px;text-decoration: none;}
section.message_seo_news_section .news_text h5 a:hover{color:#8d70e5;}
section.message_seo_news_section .news_text p a {font-size: 14px;color: #82aac7;text-decoration: none;}
section.message_seo_news_section .news_text p a:hover{color:#8d70e5;}
section.message_seo_news_section .news_text a.more_btn {background: #fff;border: 1px solid #8d70e5;border-radius: 30px;padding: 5px 30px;font-size: 13px;text-decoration: none;color: #8d70e5;transition: .5s;}
section.message_seo_news_section .news_text a.more_btn:hover {background: #8d70e5;color: #fff;}

.owl-dots {text-align: center;display: block !important;}
section.message_seo_news_section .news_text .news_icons {margin-bottom: 10px;}
section.message_seo_news_section .news_box .news_img {overflow: hidden;}
section.message_seo_news_section .news_box .news_img img {-webkit-transition: all 200ms ease;-moz-transition: all 200ms ease;-ms-transition: all 200ms ease;-o-transition: all 200ms ease;transition: all 200ms ease;}
section.message_seo_news_section .news_box .news_img img:hover {transform: scale(1.1);-webkit-transition: all 200ms ease;-moz-transition: all 200ms ease;-ms-transition: all 200ms ease;-o-transition: all 200ms ease;transition: all 200ms ease;}
.news_box .news_text .news_icons span a {color: #b7b0b0;}
.news_box .news_text .news_icons span a:hover {color: #f95259;}

/*==========Medical fee inner page css============*/
.madical_fee_banner h1 {/*font-size: 50px;margin-bottom: 5px;*/}
.madical_fee_banner h2 {font-size: 34px;margin-bottom: 10px;}
.feesplan_section {padding: 70px 0;background: #f4f5f7;margin-top: 50px;position:relative;}
section.feesplan_section:before {content: "";position: absolute;background-image: url("../images/service_left_design.png");background-repeat: no-repeat;width: 300px;height: 580px;background-size: contain;top: 30px;}
.feesplan_section .all-head {margin-bottom: 50px;}
.fees_box {background: #fff;border-radius: 30px;box-shadow: 0px 0px 20px #e9e9e9;margin-top: 50px;margin-left: 10px;margin-right: 10px;}
.fees_box.primium {margin-top: 0;}
.fees_box .fees_blue_box {background: #00a2ff;text-align: center;border-radius: 30px 30px 0px 0px;position: relative;min-height: 278px;}
.fees_box .fees_blue_box h2 {font-size: 30px;text-transform: uppercase;padding-top: 30px;color: #fff;font-family: 'Helvetica';}
.fees_box .fees_blue_box .price {color: #fff;font-size: 55px;position: relative;padding-top: 0px;display: block;padding-right: 10px;font-weight: 600;}
.fees_box .fees_blue_box .price i {font-size: 25px;position: relative;top: -20px;}
.fees_box .fees_blue_box .price em {display: block;font-size: 16px;max-width: 250px;margin: 0 auto;font-weight: normal;}
.fees_box .fees_blue_box img {position: relative;bottom:0px;left: 0;}
.fees_box .fees_text {margin-top: 0;padding: 20px;text-align: left;min-height: 600px;position: relative;}
.fees_box .fees_text p {font-size: 14px;line-height: 16px;}
.fees_box .fees_text p span {border: 1px solid #00a2ff;display: block;border-radius: 50px;padding: 10px 15px;color: #00a2ff;font-size: 14px;
line-height: 16px;margin: 20px 0;}
.fees_box .fees_text p i {color: #00a2ff;padding-right: 5px;}

/* .fees_box .fees_text a.get_btn {background: #00a2ff;color: #fff;padding: 0 8px;display: inline-block;border-radius: 30px;text-decoration: none;
margin: 0 auto;transition: .5s;position: absolute;bottom: 50px;max-width: 200px;left: 0;right: 0;text-align: center;height: 50px;
line-height: 50px;font-size: 16px;} */

.fees_box .fees_text a.get_btn {
   background: #00a2ff;
   color: #fff;
   padding: 0 8px;
   border-radius: 30px;
   text-decoration: none;
   margin: 20px auto;
   transition: .5s;
   position: relative;
   width: 200px;
   text-align: center;
   height: 50px;
   line-height: 50px;
   font-size: 16px;
   display: block;
    }
.fees_box .fees_text a.get_btn:hover {background: #2994d5;}
.fees_box img {position: relative; top: -75px;margin-bottom: -50px;}
.fees_box .fees_text.green {min-height: 545px;}
.fees_blue_box.grren {background: #5bb120; min-height: 320px;}
.fees_box .fees_text.green p span {border-color: #5bb120;color: #5bb120;}
.fees_box .fees_text.green a.get_btn {background: #5bb120;}
.fees_box .fees_text.green a.get_btn:hover {background: #62a534;}
.fees_box .fees_text.green p i {color: #5bb120;}

.fees_blue_box.darkblue {background: #886ae4;}
.fees_box .fees_text.darkblue p span {border-color: #886ae4;color: #886ae4;}
.fees_box .fees_text.darkblue a.get_btn {background: #886ae4;}
.fees_box .fees_text.darkblue a.get_btn:hover {background: #6a4ebf;}
.fees_box .fees_text.darkblue p i {color: #886ae4;}

.fees_box .fees_text ul {list-style: none;margin: 0;padding: 0;}
.fees_box .fees_text ul li {margin: 0 0 15px 0px;padding: 0 0 0 25px;position: relative;color: #000;font-size: 16px;}
.fees_box .fees_text ul li:before {content: "";position: absolute;background-image: url("../images/plan_skype_blue_arrow.png");width: 17px;
height: 17px;left: 0px;background-repeat: no-repeat;top: 5px;background-size: cover;}
.fees_box .fees_text ul li p {color: #000;font-size: 14px;}
.fees_box .fees_text ul li ul {margin-top: 10px;}

.fees_box .fees_text.green ul li:before {content: "";position: absolute;background-image: url("../images/plan_green_arrow.png");width: 17px;
height: 17px;left: 0px;background-repeat: no-repeat;top: 5px;background-size: cover;}

.fees_box .fees_text.darkblue ul li:before {content: "";position: absolute;background-image: url("../images/plan_blue_arrow.png");width: 17px;height: 17px;left: 0px;background-repeat: no-repeat;top: 5px;background-size: cover;}
.fees-sha img {width: 100%; filter: opacity(0.5);}

section.medical_fee_medinfo_sec {padding: 100px 0;position:relative;padding-bottom:200px;}
section.medical_fee_medinfo_sec:before {content: "";position: absolute;background-image: url("../images/blue_small_design.png");   background-repeat: no-repeat;width: 75px;height: 375px;background-size: contain;bottom: 13%;right: 0;}
section.medical_fee_medinfo_sec .all-head p {color: #496173;font-size: 16px;margin-bottom: 30px;}
section.medical_fee_medinfo_sec .all-head hr {margin: 0;margin-bottom: 20px;}
section.medical_fee_medinfo_sec .all-head .card {background-color: transparent;border:none;}
section.medical_fee_medinfo_sec .all-head .card-header {padding: 0;margin-bottom: 15px;background-color: transparent;border-bottom: none;}
section.medical_fee_medinfo_sec .all-head button.btn.btn-link {width: 100%;text-align: left;color: #fff;font-size: 16px;border-radius: 50px;
background: #f95259;text-decoration: none;padding:15px 10px;transition: .5s; white-space: normal;
padding-left: 35px;}
section.medical_fee_medinfo_sec .all-head button.btn.btn-link.collapsed {width: 100%;text-align: left;color: #000;border-radius: 50px;background: #fff;text-decoration: none;box-shadow: 0px 0px 15px #e0e6ee;}
section.medical_fee_medinfo_sec .all-head button.btn.btn-link:hover {background: #f95259; color: #fff;}

section.medical_fee_medinfo_sec .all-head .card-body {font-size: 14px;color: #496173;padding: 0 15px 15px 15px;text-align: left;}
section.medical_fee_medinfo_sec .all-head button .min_plus {margin: 4px 10px;float: left;}
button.btn.btn-link.collapsed .min_plus .fa-plus {display: block !important;}
button.btn.btn-link.collapsed .min_plus .fa-minus {display: none !important;}
button.btn.btn-link .min_plus .fa-minus {display: block !important;}
button.btn.btn-link .min_plus .fa-plus {display: none !important;}

section.medical_fee_medinfo_sec .all-head a.faq_btn {font-family: 'Helvetica';text-align: center;display: block;text-decoration: none;color: #fff;text-transform: uppercase;transition: .5s;margin-top: 20px;}
section.medical_fee_medinfo_sec .all-head a.faq_btn:hover {background: #6a4ebf;}

.banner-left.madical_fee_banner {padding-top: 40%;}

.mail_hover {
    color: white !important;
    display: contents !important;
   font-size: 17px !important;
}

.mail_hover:hover {
    color: #fb6f7c;
}
/*==========Doctor Consultant inner page css============*/
.cardiology_Specialist_section {position: relative;background: #fff;padding-top: 80px;padding-bottom: 100px;margin-bottom: 30px;}
.cardiology_Specialist_section:before {content: "";position: absolute;width: 270px;height: 500px;background-image: url("../images/service_left_design.png");background-repeat: no-repeat;top: 150px;left: 0;background-size: cover;}

.cardiology_Specialist_section .all-head p {color: #496173;max-width: 750px;margin: 0 auto;}
.cardiology_Specialist_section .all-head hr {margin: 20px auto;}

.cardiology_Specialist .pink_box {float: left;background: #f95259;width: 30%;padding: 15px;border-radius: 20px 0px 0px 20px;position:relative;min-height:445px;}
.cardiology_Specialist .pink_box img {position: absolute;z-index: 999;max-width: 380px;left: 30px;}
.cardiology_Specialist .gray_box {float: left;width: 70%;background: #f4f5f7;padding: 40px;padding-left: 150px;border-radius: 0px 20px 20px 0px;
min-height:445px;
}
.cardiology_Specialist .gray_box h3 {font-size: 24px;color: #000;}
.cardiology_Specialist .gray_box h3 span {font-size: 15px;display: block;margin-top: 5px;}
.cardiology_Specialist .gray_box p {font-size: 14px;}
.cardiology_Specialist .gray_box ul.red_icons {list-style: none;margin: 0;padding: 0;}
.cardiology_Specialist .gray_box ul.red_icons li {margin: 10px 0px;}
.cardiology_Specialist .gray_box ul.red_icons li a {background: #f95259;color: #fff;border-radius: 50px;height: 35px;display: block;
width: 35px;text-align: center;line-height: 35px;border: 2px solid #fff;transition: .5s;}
.cardiology_Specialist .gray_box ul.red_icons li a:hover {background: #fff;color: #000;border: 2px solid #f95259;}

.cardiology_Specialist .gray_box ul.black_icons {list-style: none;margin: 30px 0 0 0;padding: 0;}
.cardiology_Specialist .gray_box ul.black_icons li {margin: 0px 5px;display: inline-block;}
.cardiology_Specialist .gray_box ul.black_icons li a {color: #081839;display: block;text-align: center;transition: .5s;padding: 3px 5px;
font-size: 14px;}
.cardiology_Specialist .gray_box ul.black_icons li:last-child a {background: #081839;color: #fff;border-radius: 3px;padding: 0px 3px;
line-height: 16px;}

section.consultant_appoinment {padding: 100px 0;background: #f4f5f7;position:relative;}
.consultant_appoinment:before {content: "";position: absolute;width: 84px;height: 177px;background-image: url("../images/cunsultant_form_left_bg.png");background-repeat: no-repeat;bottom: 300px;left: 0;background-size: cover;}
.consultant_appoinment:after {content: "";position: absolute;width: 89px;height: 278px;background-image: url("../images/cunsultant_form_right_bg.png");background-repeat: no-repeat;bottom: 0px;right: 0;background-size: cover;}


section.consultant_appoinment .all-head {text-align: center;margin-bottom: 50px;}
section.consultant_appoinment form {padding: 20px 40px;border-radius: 20px;box-shadow: 0px 0px 20px #dfd9d9;padding-top: 40px;background: #fff;}
.consultant_appoinment input[type="text"], .consultant_appoinment input[type="email"], .consultant_appoinment input[type="date"], .consultant_appoinment input[type="number"]  {
width: 100%;height: 40px;padding: 0 15px;border: 1px solid #8d70e5;box-shadow: inset 0px 4px 10px #c4ced1;margin-bottom: 25px;
border-radius: 20px;font-size: 14px;background: #fdfdfd;}
.consultant_appoinment label {font-size: 14px;margin: 0;padding: 0 0 5px 15px;display:block;}
.consultant_appoinment input[type="text"]:focus-visible, .consultant_appoinment input[type="email"]:focus-visible, .consultant_appoinment input[type="date"]:focus-visible, .consultant_appoinment input[type="number"]:focus-visible {outline-color: #8d70e5;outline-style: solid;}

.consultant_appoinment select {width: 100%;height: 40px;padding: 0 15px;margin-bottom: 25px;border-radius: 20px;font-size: 14px;background: #fdfdfd;color: #7c7c7c;border: 1px solid #8d70e5;box-shadow: inset 0px 4px 10px #c4ced1;-webkit-appearance: none;-moz-appearance: none;}

select.minimal {background-image:linear-gradient(45deg, transparent 50%, gray 50%),linear-gradient(135deg, gray 50%, transparent 50%),
linear-gradient(to right, #ccc, #ccc);background-position:calc(100% - 20px) calc(1em + 2px),calc(100% - 15px) calc(1em + 2px),
calc(100% - 2.5em) 0.5em;background-size:5px 5px,5px 5px,1px 0em;background-repeat: no-repeat;}
.multislct {height: 119px !important;padding-left: 2px !important; border-radius: 5px !important;}

select.minimal:focus {background-image:linear-gradient(45deg, gray 50%, transparent 50%),linear-gradient(135deg, transparent 50%, gray 50%),
linear-gradient(to right, #ccc, #ccc);background-position:calc(100% - 15px) 1em,calc(100% - 20px) 1em,calc(100% - 2.5em) 0.5em;background-size:
5px 5px,5px 5px,1px 0em;background-repeat: no-repeat;border-color: #8d70e5;outline: 0;}
.consultant_appoinment input[type="submit"] {background: #8d70e5;color: #fff;padding: 8px 40px;border-radius: 20px;border: none;cursor: pointer;
margin-top: 40px;margin-bottom: 30px;text-transform: uppercase;}

.consultant_appoinment input[type="submit"]:hover {background: #6a4ebf;}
.consultant_appoinment textarea {width: 100%;padding: 0 15px;border: 1px solid #8d70e5;box-shadow: inset 0px 4px 10px #c4ced1;margin-bottom: 25px;border-radius: 15px;font-size: 14px;background: #fdfdfd;}
.consultant_appoinment textarea:focus-visible {outline-color: #8d70e5;outline-style: solid;}
section.consultant_appoinment h3 {color: #8d70e5;font-size: 20px;text-align: center;margin: 20px 0 40px 0;padding: 0;}


/*----------Meet our other doctors section tab css---------*/
.question_answer_section {position: relative;background: #fff;padding-top: 80px;padding-bottom: 80px;}
.question_answer_section .card {border: none;}
.question_answer_section .card-header {padding: .75rem 1.25rem;margin-bottom: 0;background-color: transparent;border-bottom: none;}
.question_answer_section .card-header .nav-tabs {border-bottom: 1px solid #dee2e6;}
.question_answer_section .card-header .nav-tabs .nav-link {border-bottom: 1px solid #dee2e6;border-top-left-radius: .25rem;border-top-right-radius: .25rem;border-left: none;border-top: none;border-right: none;font-size: 22px;color: #000;}
.question_answer_section .card-header .nav-tabs .nav-item.show .nav-link, .question_answer_section .card-header .nav-tabs .nav-link.active {
color: #8d70e5;background-color: #fff;border-color: #000000;}
.sf-ques-ans-list ul {list-style: none;margin-bottom: 0px;}
.sf-ques-ans-list ul > li {margin-bottom: 30px;}

.sf-ques-ans-body .sf-pat-left .sf-ques-ans-view {display: block;font-size: 14px;color: #000;}
.sf-ques-ans-head .sf-ques-ans-name {padding-right: 20px;font-size: 18px;color: #f95259;}
.sf-ques-ans-body p {color: #496173;font-size: 14px;}
.sf-ques-ans-date {text-transform: capitalize;color: #496173;font-size: 14px;}
.sf-ques-ans-list ul li .children {border-top: 1px solid #ddd;list-style: none;margin-left: 80px;margin-top: 10px;padding-top: 10px;}
ol li {padding: 0px;}
.sf-ques-ans-body {padding: 0px;padding-left: 110px;border: 0px;position: relative;}
.sf-ques-ans-body .sf-pat-left {position: absolute;left: 0px;top: 0px;}
.sf-ques-ans-body .sf-pat-left img {width: 80px;height: 80px;border-radius: 50%;margin-bottom: 10px;}
.sf-ques-ans-head {display: flex;justify-content: space-between;margin-bottom: 10px;}

.sf-ques-ans-list ul li .children .sf-ques-ans-bottom {display: flex;justify-content: space-between;}
.sf-ques-ans-list ul li .children .sf-ques-ans-bottom .sf-view-ans {font-size: 16px;color: #8d70e5;min-width: 110px;text-align: right;
text-decoration: none;}
.aon-article-list {list-style: none;margin: 0px;}
.aon-article-list li {margin-bottom: 20px;}
.aon-article-list-inner {padding-left: 128px;border: 0px;position: relative;}
.aon-article-list-inner  .aon-article-pic img {position: absolute;left: 0px;top: 0px;width: 108px;border-radius: 10px;}
.aon-article-list-inner h4 {font-size: 18px;color: #8d70e5;font-weight: normal;}
.aon-article-list .aon-articles-time li {font-size: 14px;color: #f95259;display: inline-block;padding-right: 30px;}
.aon-article-list li {margin-bottom: 20px;}
.aon-article-list li:last-child {margin-bottom: 0px;}
.aon-article-list-inner p {margin-bottom: 0px;color: #496173;font-size: 14px;}
/*----------Meet our other doctors section css---------*/
section.meet_other_doctor_section {background: #f4f5f7;padding: 80px 0; position:relative;}
.meet_other_doctor_section:after {content: "";position: absolute;width: 180px;height: 400px;background-image: url("../images/meet_doc_right_design.png");background-repeat: no-repeat;bottom: 0;right: 0;background-size: cover;}
section.meet_other_doctor_section .all-head {margin-bottom: 80px;}
section.meet_other_doctor_section .all-head hr {margin: 20px auto;}
.meet_other_doctor_section .all-head p {color: #496173;max-width: 750px;margin: 0 auto;}
.meet_other_doctor_section .meet_doc_box .doc_img {border: none;position: relative;}

/*----------Terms and Condition page css---------*/
section.terms_condition_section {padding: 80px 0;}
section.terms_condition_section .all-head {margin-bottom: 50px;}
section.terms_condition_section .body_text {padding: 50px;}
.body_text.gray_color {background: #f4f5f7;}
section.terms_condition_section .body_text .sub_head {border-bottom: 2px solid #8d70e5;color: #8d70e5;font-size: 20px;margin-bottom: 20px;
display: inline-block;padding-bottom: 5px;}
section.terms_condition_section .body_text p {color: #496173;font-size: 14px;}

section.terms_condition_section .body_text .num {display: block;font-size: 18px;margin: 20px 0;color: #fb6f7c;}
section.terms_condition_section .body_text .num em {display: inline-block;width: 35px;height: 35px;border-radius: 100%;background: #fb6f7c;
color: #fff;text-align: center;line-height: 35px;font-style: normal;font-size: 18px;box-shadow: 5px 0px 0px #f0d4eb;margin-right: 10px;}
section.terms_condition_section .body_text ul {list-style: none;}
section.terms_condition_section .body_text ul li {color: #496173;font-size: 14px;margin-bottom: 3px;}
section.terms_condition_section .body_text label {margin-top: 60px;font-size: 16px;text-transform: uppercase;}

/*--------Patient registration page css-------------*/
.patient_registraion_section {padding: 50px 0;background: #fff;position:relative;}
.patient_registraion_section:before {content: "";position: absolute;width: 270px;height: 500px;background-image: url("../images/service_left_design.png");background-repeat: no-repeat;top: 150px;left: 0;background-size: cover;}

.patient_registraion_section .all-head {text-align: center;margin-bottom: 50px;}
.patient_registraion_section form {padding: 20px 40px;border-radius: 20px;box-shadow: 0px 0px 20px #dfd9d9;padding-top: 40px;background: #fff;margin-bottom:50px;}
.patient_registraion_section input[type="text"], .patient_registraion_section input[type="email"], .patient_registraion_section input[type="date"] {width: 100%;height: 40px;padding: 0 15px;border: 1px solid #8d70e5;box-shadow: inset 0px 4px 10px #c4ced1;margin-bottom: 25px;
border-radius: 20px;font-size: 14px;background: #fdfdfd;}

.patient_registraion_section label {font-size: 14px;margin: 0;padding: 0 0 5px 15px;display:block;}
.patient_registraion_section input[type="text"]:focus-visible, .patient_registraion_section input[type="email"]:focus-visible, .patient_registraion_section input[type="date"]:focus-visible {outline-color: #8d70e5;outline-style: solid;}

.patient_registraion_section select {width: 100%;height: 40px;padding: 0 15px;margin-bottom: 25px;border-radius: 20px;font-size: 14px;background: #fdfdfd;color: #7c7c7c;border: 1px solid #8d70e5;box-shadow: inset 0px 4px 10px #c4ced1;-webkit-appearance: none;-moz-appearance: none;}

.patient_registraion_section select.minimal {background-image:linear-gradient(45deg, transparent 50%, gray 50%),linear-gradient(135deg, gray 50%, transparent 50%),linear-gradient(to right, #ccc, #ccc);background-position:calc(100% - 20px) calc(1em + 2px),calc(100% - 15px) calc(1em + 2px),calc(100% - 2.5em) 0.5em;background-size:5px 5px,5px 5px,1px 0em;background-repeat: no-repeat;}

.patient_registraion_section select.minimal:focus {background-image:linear-gradient(45deg, gray 50%, transparent 50%),linear-gradient(135deg, transparent 50%, gray 50%),linear-gradient(to right, #ccc, #ccc);background-position:calc(100% - 15px) 1em,calc(100% - 20px) 1em,calc(100% - 2.5em) 0.5em;background-size:5px 5px,5px 5px,1px 0em;background-repeat: no-repeat;border-color: #8d70e5;outline: 0;}
.patient_registraion_section input[type="submit"] {background: #8d70e5;color: #fff;padding: 8px 40px;border-radius: 20px;border: none;cursor: pointer;margin-top: 40px;margin-bottom: 30px;text-transform: uppercase;}

.patient_registraion_section input[type="submit"]:hover {background: #6a4ebf;}
.patient_registraion_section textarea {width: 100%;padding: 0 15px;border: 1px solid #8d70e5;box-shadow: inset 0px 4px 10px #c4ced1;margin-bottom: 25px;border-radius: 15px;font-size: 14px;background: #fdfdfd;}
.patient_registraion_section textarea:focus-visible {outline-color: #8d70e5;outline-style: solid;}
.patient_registraion_section h3 {color: #8d70e5;font-size: 20px;text-align: center;margin: 20px 0 40px 0;padding: 0;}

.patient_registraion_section form .icons_bix {text-align: right;}
.patient_registraion_section form .icons_bix i {margin: 0 0 20px 20px;font-size: 18px;}
.patient_registraion_section form .icons_bix i:first-child {background: #8d70e5;color: #fff;width: 35px;height: 35px;text-align: center;line-height: 35px;border: 1px solid #8d70e5;border-radius: 50%;}
.patient_registraion_section form .icons_bix i:last-child {background: #fff;color: #8d70e5;width: 35px;height: 35px;text-align: center;line-height: 35px;border: 1px solid #8d70e5;border-radius: 50%;}

.uploadButton{display:none;}
.uploadLabel {border: 1px solid #ccc;display: inline-block;padding: 7px 15px;cursor: pointer;border-radius: 5px;background-color: blue;
color: #ffffff;}
.uploadLabel {border: 1px solid #ccc;padding: 7px 15px !important;cursor: pointer;border-radius: 20px;background-color: #8d70e5;
color: #ffffff;}
.patient_registraion_section h3.bluhead {background: #8d70e5;color: #fff;padding: 10px 20px;border-radius: 10px;display: inline-block;width: 100%;font-size:18px;}
.patient_registraion_section h3.bluhead span.left {float: left;}
.patient_registraion_section h3.bluhead span.right {float: right;}

.patient_doctor_section {padding: 50px 0 0;background: #fff;position: relative;}
.patient_doctor_section:before {content: "";position: absolute;width: 84px;height: 177px;background-image: url("../images/cunsultant_form_left_bg.png");background-repeat: no-repeat;top: -130px;left: 0;background-size: cover;}
.patient_doctor_section:after {content: "";position: absolute;width: 89px;height: 278px;background-image: url("../images/cunsultant_form_right_bg.png");background-repeat: no-repeat;bottom: 200px;right: 0;background-size: cover;}
.patient_doctor_section .all-head hr {margin: 0px 0 20px 0;}

.patient_doctor_section .patient_content ul {list-style: none;margin: 30px 0 0 0;padding: 0;}
.patient_doctor_section .patient_content ul li {color: #496173;font-size: 16px;margin: 0 0 20px 0px;padding: 0 0 0 30px;position: relative;}
.patient_doctor_section .patient_content ul li:before {content: "";position: absolute;background-image: url("../images/blue_arrow.png");
width: 12px;height: 8px;left: 0px;background-repeat: no-repeat;top: 5px;background-size: cover;}
.patient_doctor_section .doctor_patient_icon {text-align: center;}
.patient_doctor_section .doctor_patient_icon img {margin: 30px auto;max-width: 100px;display: block;}

.diagnosis_section {width: 100%;}
.diagnosis_section {background: #886ae4;color: #fff;padding: 10px 20px;border-radius: 10px;display: inline-block;width: 100%;font-size: 18px;}
.diagnosis_section .text img {width: 25px;}
.diagnosis_section .diagnosis_blue_icon img {width: 25px;margin-top: 5px;}
.diagnosis_section .blue_icon {text-align: right;}
.diagnosis_section i {color: #fff;width: 35px;height: 35px;text-align: center;line-height: 35px;border: 2px solid #fff;border-radius: 50%;}

section.consultant_appoinment .all-head {text-align: center;margin-bottom: 50px;}
section.consultant_appoinment form {padding: 20px 40px;border-radius: 20px;box-shadow: 0px 0px 20px #dfd9d9;padding-top: 40px;background: #fff;}
.consultant_appoinment input[type="text"], .consultant_appoinment input[type="email"], .consultant_appoinment input[type="date"] {
width: 100%;height: 40px;padding: 0 15px;border: 1px solid #8d70e5;box-shadow: inset 0px 4px 10px #c4ced1;margin-bottom: 25px;
border-radius: 20px;font-size: 14px;background: #fdfdfd;}
.consultant_appoinment label {font-size: 14px;margin: 0;padding: 0 0 5px 15px;display:block;}
.consultant_appoinment input[type="text"]:focus-visible, .consultant_appoinment input[type="email"]:focus-visible, .consultant_appoinment input[type="date"]:focus-visible {outline-color: #8d70e5;outline-style: solid;}

.consultant_appoinment select {width: 100%;height: 40px;padding: 0 15px;margin-bottom: 25px;border-radius: 20px;font-size: 14px;background: #fdfdfd;color: #7c7c7c;border: 1px solid #8d70e5;box-shadow: inset 0px 4px 10px #c4ced1;-webkit-appearance: none;-moz-appearance: none;}

.diagnosis_section_tbl {background: #dacff9;color: #496173;padding: 3px 20px;border-radius: 50px;display: inline-block;width: 100%;
font-size: 15px;margin: 20px 0;}
.diagnosis_section_tbl .text1, .diagnosis_section_tbl .text2, .diagnosis_section_tbl .text3, .diagnosis_section_tbl .text4 {
padding:10px 0;height:100%;}
.diagnosis_section_tbl .text2 {border-left: 1px solid #8d70e5;padding-left: 10px;}
.diagnosis_section_tbl .text3 {border-left: 1px solid #8d70e5;padding-left: 10px;}


select.minimal {background-image:linear-gradient(45deg, transparent 50%, gray 50%),linear-gradient(135deg, gray 50%, transparent 50%),
linear-gradient(to right, #ccc, #ccc);background-position:calc(100% - 20px) calc(1em + 2px),calc(100% - 15px) calc(1em + 2px),
calc(100% - 2.5em) 0.5em;background-size:5px 5px,5px 5px,1px 0em;background-repeat: no-repeat;}

select.minimal:focus {background-image:linear-gradient(45deg, gray 50%, transparent 50%),linear-gradient(135deg, transparent 50%, gray 50%),
linear-gradient(to right, #ccc, #ccc);background-position:calc(100% - 15px) 1em,calc(100% - 20px) 1em,calc(100% - 2.5em) 0.5em;background-size:
5px 5px,5px 5px,1px 0em;background-repeat: no-repeat;border-color: #8d70e5;outline: 0;}
.consultant_appoinment input[type="submit"] {background: #8d70e5;color: #fff;padding: 8px 40px;border-radius: 20px;border: none;cursor: pointer;
margin-top: 40px;margin-bottom: 30px;text-transform: uppercase;}

.consultant_appoinment input[type="submit"]:hover {background: #6a4ebf;}
.consultant_appoinment textarea {width: 100%;padding: 0 15px;border: 1px solid #8d70e5;box-shadow: inset 0px 4px 10px #c4ced1;margin-bottom: 25px;border-radius: 15px;font-size: 14px;background: #fdfdfd;}
.consultant_appoinment textarea:focus-visible {outline-color: #8d70e5;outline-style: solid;}
section.consultant_appoinment h3 {color: #8d70e5;font-size: 20px;text-align: center;margin: 20px 0 40px 0;padding: 0;}


/*----------Meet our other doctors section tab css---------*/
.question_answer_section {position: relative;background: #fff;padding-top: 80px;padding-bottom: 80px;}
.question_answer_section .card {border: none;}
.question_answer_section .card-header {padding: .75rem 1.25rem;margin-bottom: 0;background-color: transparent;border-bottom: none;}
.question_answer_section .card-header .nav-tabs {border-bottom: 1px solid #dee2e6;}
.question_answer_section .card-header .nav-tabs .nav-link {border-bottom: 1px solid #dee2e6;border-top-left-radius: .25rem;border-top-right-radius: .25rem;border-left: none;border-top: none;border-right: none;font-size: 22px;color: #000;}
.question_answer_section .card-header .nav-tabs .nav-item.show .nav-link, .question_answer_section .card-header .nav-tabs .nav-link.active {
color: #8d70e5;background-color: #fff;border-color: #000000;}
.sf-ques-ans-list ul {list-style: none;margin-bottom: 0px;}
.sf-ques-ans-list ul > li {margin-bottom: 30px;}

.sf-ques-ans-body .sf-pat-left .sf-ques-ans-view {display: block;font-size: 14px;color: #000;}
.sf-ques-ans-head .sf-ques-ans-name {padding-right: 20px;font-size: 18px;color: #f95259;}
.sf-ques-ans-body p {color: #496173;font-size: 14px;}
.sf-ques-ans-date {text-transform: capitalize;color: #496173;font-size: 14px;}
.sf-ques-ans-list ul li .children {border-top: 1px solid #ddd;list-style: none;margin-left: 80px;margin-top: 10px;padding-top: 10px;}
ol li {padding: 0px;}
.sf-ques-ans-body {padding: 0px;padding-left: 110px;border: 0px;position: relative;}
.sf-ques-ans-body .sf-pat-left {position: absolute;left: 0px;top: 0px;}
.sf-ques-ans-body .sf-pat-left img {width: 80px;height: 80px;border-radius: 50%;margin-bottom: 10px;}
.sf-ques-ans-head {display: flex;justify-content: space-between;margin-bottom: 10px;}

.sf-ques-ans-list ul li .children .sf-ques-ans-bottom {display: flex;justify-content: space-between;}
.sf-ques-ans-list ul li .children .sf-ques-ans-bottom .sf-view-ans {font-size: 16px;color: #8d70e5;min-width: 110px;text-align: right;
text-decoration: none;}
.aon-article-list {list-style: none;margin: 0px;}
.aon-article-list li {margin-bottom: 20px;}
.aon-article-list-inner {padding-left: 128px;border: 0px;position: relative;}
.aon-article-list-inner  .aon-article-pic img {position: absolute;left: 0px;top: 0px;width: 108px;border-radius: 10px;}
.aon-article-list-inner h4 {font-size: 18px;color: #8d70e5;font-weight: normal;}
.aon-article-list .aon-articles-time li {font-size: 14px;color: #f95259;display: inline-block;padding-right: 30px;}
.aon-article-list li {margin-bottom: 20px;}
.aon-article-list li:last-child {margin-bottom: 0px;}
.aon-article-list-inner p {margin-bottom: 0px;color: #496173;font-size: 14px;}
/*----------Meet our other doctors section css---------*/
section.meet_other_doctor_section {background: #f4f5f7;padding: 80px 0; position:relative;}
.meet_other_doctor_section:after {content: "";position: absolute;width: 180px;height: 400px;background-image: url("../images/meet_doc_right_design.png");background-repeat: no-repeat;bottom: 0;right: 0;background-size: cover;}
section.meet_other_doctor_section .all-head {margin-bottom: 80px;}
section.meet_other_doctor_section .all-head hr {margin: 20px auto;}
.meet_other_doctor_section .all-head p {color: #496173;max-width: 750px;margin: 0 auto;}
.meet_other_doctor_section .meet_doc_box .doc_img {border: none;position: relative;}

/*----------Terms and Condition page css---------*/
section.terms_condition_section {padding: 80px 0;}
section.terms_condition_section .all-head {margin-bottom: 50px;}
section.terms_condition_section .body_text {padding: 50px;}
.body_text.gray_color {background: #f4f5f7;}
section.terms_condition_section .body_text .sub_head {border-bottom: 2px solid #8d70e5;color: #8d70e5;font-size: 20px;margin-bottom: 20px;
display: inline-block;padding-bottom: 5px;}
section.terms_condition_section .body_text p {color: #496173;font-size: 14px;}

section.terms_condition_section .body_text .num {display: block;font-size: 18px;margin: 20px 0;color: #fb6f7c;}
section.terms_condition_section .body_text .num em {display: inline-block;width: 35px;height: 35px;border-radius: 100%;background: #fb6f7c;
color: #fff;text-align: center;line-height: 35px;font-style: normal;font-size: 18px;box-shadow: 5px 0px 0px #f0d4eb;margin-right: 10px;}
section.terms_condition_section .body_text ul {list-style: none;}
section.terms_condition_section .body_text ul li {color: #496173;font-size: 14px;margin-bottom: 3px;}
section.terms_condition_section .body_text label {margin-top: 60px;font-size: 16px;text-transform: uppercase;}

/*--------Patient registration page css-------------*/
.patient_registraion_section {padding: 50px 0;background: #fff;position:relative;}
.patient_registraion_section:before {content: "";position: absolute;width: 270px;height: 500px;background-image: url("../images/service_left_design.png");background-repeat: no-repeat;top: 150px;left: 0;background-size: cover;}

.patient_registraion_section .all-head {text-align: center;margin-bottom: 50px;}
.patient_registraion_section form {padding: 20px 40px;border-radius: 20px;box-shadow: 0px 0px 20px #dfd9d9;padding-top: 40px;background: #fff;margin-bottom:50px;}
.patient_registraion_section input[type="text"], .patient_registraion_section input[type="email"], .patient_registraion_section input[type="date"], .patient_registraion_section input[type="tel"], .patient_registraion_section input[type="number"] {width: 100%;height: 40px;padding: 0 15px;border: 1px solid #8d70e5;box-shadow: inset 0px 4px 10px #c4ced1;margin-bottom: 25px;
border-radius: 20px;font-size: 14px;background: #fdfdfd; position: relative;}

.patient_registraion_section label {font-size: 14px;margin: 0;padding: 0 0 5px 15px;display:block;}
.patient_registraion_section input[type="text"]:focus-visible, .patient_registraion_section input[type="email"]:focus-visible, .patient_registraion_section input[type="date"]:focus-visible, .patient_registraion_section input[type="tel"]:focus-visible, .patient_registraion_section input[type="number"]:focus-visible {outline-color: #8d70e5;outline-style: solid;}

.patient_registraion_section select {width: 100%;height: 40px;padding: 0 15px;margin-bottom: 25px;border-radius: 20px;font-size: 14px;background: #fdfdfd;color: #7c7c7c;border: 1px solid #8d70e5;box-shadow: inset 0px 4px 10px #c4ced1;-webkit-appearance: none;-moz-appearance: none;}

.patient_registraion_section select.minimal {background-image:linear-gradient(45deg, transparent 50%, gray 50%),linear-gradient(135deg, gray 50%, transparent 50%),linear-gradient(to right, #ccc, #ccc);background-position:calc(100% - 20px) calc(1em + 2px),calc(100% - 15px) calc(1em + 2px),calc(100% - 2.5em) 0.5em;background-size:5px 5px,5px 5px,1px 0em;background-repeat: no-repeat;}

.patient_registraion_section select.minimal:focus {background-image:linear-gradient(45deg, gray 50%, transparent 50%),linear-gradient(135deg, transparent 50%, gray 50%),linear-gradient(to right, #ccc, #ccc);background-position:calc(100% - 15px) 1em,calc(100% - 20px) 1em,calc(100% - 2.5em) 0.5em;background-size:5px 5px,5px 5px,1px 0em;background-repeat: no-repeat;border-color: #8d70e5;outline: 0;}
.patient_registraion_section input[type="submit"] {background: #8d70e5;color: #fff;padding: 8px 40px;border-radius: 20px;border: none;cursor: pointer;margin-top: 40px;margin-bottom: 30px;text-transform: uppercase;}

.patient_registraion_section input[type="submit"]:hover {background: #6a4ebf;}
.patient_registraion_section textarea {width: 100%;padding: 0 15px;border: 1px solid #8d70e5;box-shadow: inset 0px 4px 10px #c4ced1;margin-bottom: 25px;border-radius: 15px;font-size: 14px;background: #fdfdfd;}
.patient_registraion_section textarea:focus-visible {outline-color: #8d70e5;outline-style: solid;}
.patient_registraion_section h3 {color: #8d70e5;font-size: 20px;text-align: center;margin: 20px 0 40px 0;padding: 0;}

.patient_registraion_section form .icons_bix {text-align: right;}
.patient_registraion_section form .icons_bix i {margin: 0 0 20px 20px;font-size: 18px;}
.patient_registraion_section form .icons_bix i:first-child {background: #8d70e5;color: #fff;width: 35px;height: 35px;text-align: center;line-height: 35px;border: 1px solid #8d70e5;border-radius: 50%;}
.patient_registraion_section form .icons_bix i:last-child {background: #fff;color: #8d70e5;width: 35px;height: 35px;text-align: center;line-height: 35px;border: 1px solid #8d70e5;border-radius: 50%;}

.uploadButton{display:none;}
.uploadLabel {border: 1px solid #ccc;display: inline-block;padding: 7px 15px;cursor: pointer;border-radius: 5px;background-color: blue;
color: #ffffff;}
.uploadLabel {border: 1px solid #ccc;padding: 7px 15px !important;cursor: pointer;border-radius: 20px;background-color: #8d70e5;
color: #ffffff;}
.patient_registraion_section h3.bluhead {background: #8d70e5;color: #fff;padding: 10px 20px;border-radius: 10px;display: inline-block;width: 100%;font-size:18px;}
.patient_registraion_section h3.bluhead span.left {float: left;}
.patient_registraion_section h3.bluhead span.right {float: right;}

.patient_doctor_section {padding: 50px 0;background: #fff;position: relative;}
.patient_doctor_section:before {content: "";position: absolute;width: 84px;height: 177px;background-image: url("../images/cunsultant_form_left_bg.png");background-repeat: no-repeat;top: -130px;left: 0;background-size: cover;}
.patient_doctor_section:after {content: "";position: absolute;width: 89px;height: 278px;background-image: url("../images/cunsultant_form_right_bg.png");background-repeat: no-repeat;bottom: 200px;right: 0;background-size: cover;}
.patient_doctor_section .all-head hr {margin: 0px 0 20px 0;}

.patient_doctor_section .patient_content ul {list-style: none;margin: 30px 0 0 0;padding: 0;}
.patient_doctor_section .patient_content ul li {color: #496173;font-size: 16px;margin: 0 0 20px 0px;padding: 0 0 0 30px;position: relative;}
.patient_doctor_section .patient_content ul li:before {content: "";position: absolute;background-image: url("../images/blue_arrow.png");
width: 12px;height: 8px;left: 0px;background-repeat: no-repeat;top: 5px;background-size: cover;}
.patient_doctor_section .doctor_patient_icon {text-align: center;}
.patient_doctor_section .doctor_patient_icon img {margin: 30px auto;max-width: 100px;display: block;}

.diagnosis_section {width: 100%;}
.diagnosis_section {background: #886ae4;color: #fff;padding: 10px 20px;border-radius: 10px;display: inline-block;width: 100%;font-size: 18px;}
.diagnosis_section .text img {width: 25px;}
.diagnosis_section .diagnosis_blue_icon img {width: 25px;margin-top: 5px;}
.diagnosis_section .blue_icon {text-align: right;}
.diagnosis_section i {color: #fff;width: 35px;height: 35px;text-align: center;line-height: 35px;border: 2px solid #fff;border-radius: 50%;}


.diagnosis_section_tbl {background: #dacff9;color: #496173;padding: 3px 20px;border-radius: 50px;display: inline-block;width: 100%;
font-size: 15px;margin: 20px 0;}
.diagnosis_section_tbl .text1, .diagnosis_section_tbl .text2, .diagnosis_section_tbl .text3, .diagnosis_section_tbl .text4 {
padding:10px 0;height:100%;}
.diagnosis_section_tbl .text2 {border-left: 1px solid #8d70e5;padding-left: 10px;}
.diagnosis_section_tbl .text3 {border-left: 1px solid #8d70e5;padding-left: 10px;}


.patient_registraion_section hr.line {border-bottom: 1px #ddd !important;height: auto;margin-top: 20px;}
.patient_registraion_section span.read_full {margin-bottom: 50px;font-weight: 600;font-size: 15px;}

.patient_registraion_section .follow_link i {background: #8d70e5;color: #fff;width: 35px;height: 35px;text-align: center;line-height: 35px;
border-radius: 50%;margin-right: 10px;}
.patient_registraion_section .follow_link {color: #496173;font-size: 14px;text-decoration: none;}
.patient_registraion_section .container {z-index: 9999;position: relative;}
.patient_registraion_section.bottom_sec:before {content: "";position: absolute;width: 270px;height: 590px;background-image: url("../images/patient_right_design.png");background-repeat: no-repeat;top: 0px;left: 0;background-size: cover;}
.patient_registraion_section.bottom_sec:after {content: "";position: absolute;width: 200px;height: 565px;background-image: url("../images/meet_doc_right_design.png");background-repeat: no-repeat;bottom: 170px;right: 0;background-size: cover;z-index: 0;}
.text_mobile {display: none;}
h3.bluhead_mobile {display: none;}

.patient_registraion_section hr.line {border-bottom: 1px #ddd !important;height: auto;margin-top: 20px;}
.patient_registraion_section span.read_full {margin-bottom: 50px;font-weight: 600;font-size: 15px;}


.patient_registraion_section .follow_link i {background: #8d70e5;color: #fff;width: 35px;height: 35px;text-align: center;line-height: 35px;
border-radius: 50%;margin-right: 10px;}
.patient_registraion_section .follow_link {color: #496173;font-size: 14px;text-decoration: none;}
.patient_registraion_section .container {z-index: 9999;position: relative;}
.patient_registraion_section.bottom_sec:before {content: "";position: absolute;width: 270px;height: 590px;background-image: url("../images/patient_right_design.png");background-repeat: no-repeat;top: 0px;left: 0;background-size: cover;}
.patient_registraion_section.bottom_sec:after {content: "";position: absolute;width: 200px;height: 565px;background-image: url("../images/meet_doc_right_design.png");background-repeat: no-repeat;bottom: 170px;right: 0;background-size: cover;z-index: 0;}
.text_mobile {display: none;}
h3.bluhead_mobile {display: none;}

.lang-change {text-align: right;position: relative;z-index: 2;width: 130px;float: right;}
.bootstrap-select {position: absolute;left: -40px;}
.lang-change .dropdown-toggle::after {margin-left: -5px !important;}

.lang-change select.form-select {margin: 0px !important;width: 100% !important;border: 1px solid #886ae4;
    border-radius: 5px;box-shadow: 3px 3px 10px #efefef;padding: 7px;color: #444;font-size: 14px;}
.lang-change select.form-select:focus-visible {outline-color: #886ae4;outline-style: solid;}
#medical-team .form-group .medical_team_submit {display: block;border: navajowhite;height: 40px;
    border-radius: 50px;background: #8d70e5;color: white;cursor: pointer;text-transform: uppercase;
    transition: .5s;width: 150px;margin: 0 auto;}

#medical-team .form-group .medical_team_submit:hover {background: #6a4ebf;}
.userinfo_lang label {display: inline-block;}
.userinfo_lang select.form-select {width: 250px !important;box-shadow: none;height: 35px;
    margin-left: 10px;}
.mic_icon {position: relative;}
.mic_icon a {color: #fff;width: 30px;height: 30px;border-radius: 50%;background: #8d70e5;
    padding: 5px;display: inline-block;text-align: center;line-height: 22px;right: 6px;top: 5px;
    position: absolute;}


.mic_icon span{    color: #fff;
    width: 40px;
    height: 30px;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    line-height: 38px;
    right: 5px;
    top: 1px;
    position: absolute;}
    
.diagnosis_mic_icon {position: relative;}
.diagnosis_mic_icon .mic_icon {top: 5px;left: 5px;}
/*--- Team CSS -- 6-12-22--*/
#team {margin: 0 0 100px;}
#team .all-head hr {
    margin: 0;
}
.team-sec .row {display: table;}
.team-sec .row .col-md-6 {
    display: table-cell;
    vertical-align: middle;
}
@media only screen and (max-width767px){
.team-sec .row {display: block;}
.team-sec .row .col-md-6 {
    display: block;
}



}