@import url('https://fonts.googleapis.com/css2?family=Allison&family=Handlee&family=Herr+Von+Muellerhoff&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Lora:wght@400;500;600;700&family=Merienda:wght@700&family=Noto+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100&family=Open+Sans:wght@300;400;500;600;700;800&family=Oswald:wght@200;300;400;500;600;700&family=Parisienne&family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;0,800;1,900&family=Poppins:wght@100;200;300;400;500;600;700;800;900&family=Roboto:wght@100;300;400;500;700;900&family=Shippori+Mincho:wght@400;500;600;700;800&family=Signika:wght@300;400;500;600;700&family=Work+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Allison&family=Anton&family=Handlee&family=Herr+Von+Muellerhoff&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Lora:wght@400;500;600;700&family=Merienda:wght@700&family=Noto+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100&family=Nunito:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,200&family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,400&family=Oswald:wght@200;300;400;500;600;700&family=Parisienne&family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;0,800;1,900&family=Poppins:wght@100;200;300;400;500;600;700;800;900&family=Roboto:wght@100;300;400;500;700;900&family=Shippori+Mincho:wght@400;500;600;700;800&family=Signika:wght@300;400;500;600;700&family=Special+Elite&family=Varela+Round&family=Work+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');

body{ font-family: 'Roboto';  background:#eee; line-height: inherit;}
h1, h2, h3, h4, h5, h6
{
    font-family: 'Oswald' !important; 
    font-weight: 800 !important;
}
:root {
    --red: #f51e26;
    --dark: #04145f;
    --lightBlue: #08d6fb;
}
ul{padding:0; list-style: none;}
a:focus, a:active, button:focus, button:active{outline: none;}
a, input, button, .alert, select, label{transition: all ease 300ms; outline: none; font-family: 'Poppins', sans-serif;}
p { color: #444;  line-height: 29px;}

header .navbar-dark .navbar-nav .nav-link {
    color: #000;
    font-size: 15px;
    position: relative;
    font-family: 'Roboto';
}
header .navbar-dark .navbar-nav .nav-link {
  
    border-bottom: 2px solid #001f44;
}
header .navbar-dark .navbar-nav .nav-link:hover, header .navbar-dark .navbar-nav .nav-item.active .nav-link {
    color: var(--red) !important;
    border-bottom: 2px solid var(--red) !important;
}
.home-second-sec {
    padding-bottom: 70px;
}
  
img.abs-upload {
    height: 100px;
    width: auto;
}
::placeholder {
    color: #000 !important;
    font-size: 15px;
}

.health-tips .info-tr {
    width: 75%;
}
.input-box { 
    position: relative; 
  }

  .unit { 
    position: absolute; 
    display: block; 
    left: 20px; 
    top: 12px; 
    z-index: 9; 
  }
  #patient_register_form .form-label-group .input-box input {
    padding-left: 80px;
}
.upload-abs-img {
    position: relative;
    height: 114px;
    cursor: pointer;
}
.upload-abs-img img.abs-upload {
    position: absolute;
    top: 0;
}
.upload-abs-img input#myfile {
    opacity: 0;
    height: 106px !important;
    position: relative;
    width: 100% !important;
    z-index: 99999 !important;
}
span.test-dark {
    color: #fff !important;
}
header .nav-item{padding-left:14px;}
header .navbar-nav .login .nav-link {
    background: var(--lightBlue);
    color: #fff;
    border: 1px solid var(--lightBlue);
    border-radius: 12px;
    padding: 7px 15px;
}
.fixed-top.fixed .login .nav-link{color:#fff!important;}
.navbar-nav .login .nav-link:hover{background:#fe6347; border:1px solid #fe6347; color:#fff!important;}
.login .nav-link:before{display:none;}
header .navbar-nav .register .nav-link {
    background: var(--dark);
    color: #fff;
    border: 1px solid var(--dark);
    border-radius: 14px;
    padding: 7px 15px;
}
.fixed-top.fixed .register .nav-link{color:#fff!important;}
header .navbar-nav .register .nav-link:hover {
    background: var(--lightBlue);
    border: 1px solid var(--lightBlue);
    color: #fff;
}
.register .nav-link:before{display:none;}

.lang .btn {
    border: 1px solid var(--dark);
    border-radius: 15px;
    background: none;
    color: var(--dark);
    font-size: 15px;
}

ul#menu-main-nav {
    padding-right: 20px;
    align-items: center;
}
.lang  .dropdown-menu{min-width:auto; border-radius: 15px;}
.lang  .dropdown-menu:hover, .lang .dropdown-item, .lang .dropdown-item:focus, .lang .dropdown-item:hover{border-radius: 15px;}
.lang .dropdown-item{padding-right: 14px!important;}
.fixed-top.fixed .lang .btn{border: 1px solid #444;border-radius: 15px; background: #fff; color:#444;}
.fixed-top {
    transition: all ease 1s;
    background: #fff;
    padding-top: 8px;
    padding-left: 0;
    padding-right: 0;
}
.insuarance_pic.inner-page .upload-img img {
    height: 246px !important;
}

.unit {
    position: absolute;
    display: block;
    left: 20px;
    top: 12px;
    z-index: 9;
}

.insuarance_pro .input-box input.form-control {
    padding-left: 80px;
}

body .fixed-top.fixed {
    background: #f5f5f5 !important;
    box-shadow: 0 0 3px 3px #6dcff642;
    z-index: 9999999 !important;
}
.fixed-top.fixed .navbar-nav .nav-link{ font-size:14px; position:relative; }
.fixed-top.fixed.navbar{padding-top:0;}
a.navbar-brand.logo2{display:none}
.fixed-top.fixed .logo2{display:block;}
.fixed-top.fixed .logo{display:none}

.main{padding-top:120px;}

#myCarousel {
    /* background-image: url(../images/Home-Bg.png) !important; */
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left;
    background: var(--dark);
}
#myCarousel span {
    color: var(--lightBlue) !important;
}
#myCarousel h1 {
    font-weight: 800;
    margin: 10px 0 0 0;
    font-size: 54px;
    line-height: initial;
}
ol.carousel-indicators{display:none;}
.carousel-indicators li{ width: 12px; height: 12px; border-radius:50%;}

.service-wrap {margin-top: 0px;z-index: 99; position: relative;}
.service-wrap h2:first-child{color:#fff; font-size:16px; position:relative; font-weight:normal; text-transform:uppercase;letter-spacing: 2px;}
.service-wrap h2:after{content:""; position:absolute; width:35%; background:#2d2778; height:4px; border-radius:5px; top:10px;
    left: 225px; opacity: 0.7;}

.explore-service{text-align: center; margin:0 -15px;}
.explore-service svg{fill: var(--dark); max-width:100%; width:50px!important; height:50px;z-index:1; position:relative;}
.explore-service svg g{fill:var(--dark);  }
.explore-service svg path{fill:var(--dark);}
.explore-service h2{font-size:16px; color:#444444;z-index:1; position:relative; margin:10px 0 0 0;}

.explore-service .slick-slider {
    margin:0 -20px;
}
.explore-service .slick-slide {
    background-color:#fff;
    text-align:center;
    margin-right:20px;
    margin-left:20px;
    margin-top:25px;
    margin-bottom:20px;
    border-radius:15px;
    border-radius: 30px;
    box-shadow: 0px 5px 5px 0px rgba(140, 159, 157, 0.26);
    overflow:hidden;
    transform: translateY(0px);
    transition: all ease 800ms;
}
.slick-initialized .slick-slide:focus{outline: none;}
.explore-service a{text-decoration: none; display: block;padding:25px 10px; position:relative;}
.explore-service a:after{position:absolute;width:100%; height: 100%; content:"";left:0; top:0; background-image: -moz-linear-gradient( 35deg, rgb(231,61,61) 9%, rgb(10,6,90) 47%, rgb(225,59,59) 100%);
  background-image: -webkit-linear-gradient( 35deg, rgb(231,61,61) 9%, rgb(10,6,90) 47%, rgb(225,59,59) 100%);
  background-image: -ms-linear-gradient( 35deg, rgb(231,61,61) 9%, rgb(10,6,90) 47%, rgb(225,59,59) 100%); opacity:0; display: block; z-index:0;}
.explore-service a:hover:after{opacity:0.8;}
.explore-service a:hover{background:url("../images/bg-hover.png") no-repeat;}
.explore-service a:hover svg, .explore-service a:hover svg g, .explore-service a:hover svg path{fill:#fff;}
.explore-service a:hover h2{color:#fff;}
.explore-service  .slick-slide:hover{box-shadow: 0px 15px 18px 0px rgba(76, 84, 89, 0.42); transform: translateY(-15px);}


.service-othr-wrap{background:url("../images/bg-1.png") no-repeat center 95px; padding-top: 70px; padding-bottom:150px; position:relative;}
.service-othr-wrap h2{font-size:16px; color:#0f0759; position:relative;display:inline-block; text-transform: uppercase; line-height:32px;
    letter-spacing: 1px; font-weight:700;}
.service-othr-wrap h2:after{content:""; position:absolute; width:35%; background:#2d2778; height:4px; border-radius:5px; top:10px;
 opacity: 0.7;right: -106px;}
 .service-othr-wrap h2:before{content:""; position:absolute; width:35%; background:#2d2778; height:4px; border-radius:5px; top:10px;
 opacity: 0.7;left: -106px;}
.service-othr-wrap .box-wrap{width:230px; height:158px; margin: 20px; border-radius:20px; font-size:17px; display:flex; align-items:center; justify-content:center; flex-flow:column; transition: all ease 800ms; transform:scale(1); text-decoration:none;}
.service-othr-wrap .box-wrap:hover{ transform:scale(1.06); box-shadow: 0px 15px 18px 0px rgba(76, 84, 89, 0.42); color:#fff;}
.clinic-wrap{background:#166b9e; color:#a5d7ff;}
.hospital-wrap{background:#37307b; color:#4ebcff;}
.service-othr-wrap .box-wrap svg{fill:#fff; width:50px; height:50px; margin-bottom:10px;}
.curve2{position: absolute; bottom:-9; width:100%;}


.testimonial-wrap{padding:70px 0;}
.testimonial-wrap h2{font-size:36px; color:var(--dark);}
.testimonial-wrap h2 span{color:var(--dark);}
.name-wrap{position:relative;}
.name-wrap img.quote1{position:absolute;left:-60px; top:-0px;}
.client-photo{width:120px; height:120px;border:2px solid #a5b1b8; padding:5px;}
p.name{color:#111111; font-size:22px; font-weight:600; position:relative;}

p.name span{color:#818181; display:block; font-weight:300;}
.testimonial-wrap p{color:#737373; font-size:18px; position:relative;padding-bottom:20px}
.testimonial-wrap p img.quote2{position: absolute; right:0px;bottom:0px;}

.home-second-sec .explore-outer.featureinner:hover p {
    color: #fff !important;
}

.date_time_slot_selected .av-slot {
    color: var(--lightBlue) !important;
}

.date_wise_slot:hover .av-slot {
    color: var(--lightBlue) !important;
}

.row.desc-sec .col-md-6 {
    border-bottom: 1px dotted #d5d5d5;
}
.feature-wrap{
  position:relative;
  padding:150px 0 230px;
  background-image: -moz-linear-gradient( 35deg, rgb(231,61,61) 9%, rgb(10,6,90) 47%, rgb(225,59,59) 100%);
  background-image: -webkit-linear-gradient( 35deg , rgb(51 124 190) 9%, rgb(1,32,68) 47%, rgb(50 123 190) 100%);

  background-image: -ms-linear-gradient( 35deg, rgb(231,61,61) 9%, rgb(10,6,90) 47%, rgb(225,59,59) 100%);
}
.feature-wrap img.curve3{position:absolute; width:100%;top:0px;}
.feature-wrap h2{font-size:36px; text-align:center; color:#fff;}
.feature-wrap h2 span{color:#007cc6;}
.featureinner {
    background: var(--dark);
    margin: 10px;
    padding: 10px;
    border-radius: 10px;
    text-align: left;
    transition: all ease 800ms;
    color: #fff;
    text-align: center;
    border: 1px solid #08d6fb85;
}

.featureinner img{border-radius:10px;width:100%;}
.contouter{padding:0 20px 5px;}
.featureinner h3 {
    font-size: 18px;
    color: #ffffff;
}
a.explore-btn {
    cursor: pointer;
    background: var(--lightBlue) !IMPORTANT;
    color: #000 !important;
}
.new-feature .featureinner {
    position: relative;
    background: #C7E1FF;
    box-shadow: 0 0 3px 3px #0120444f;
}
.new-feature h2.head-main {
    color: var(--lightBlue);
    height: 100%;
    text-align: left;
    padding-left: 62px;
}
.feature-cont.new {
    margin-top: -120px;
}
/* 
.feature-cont.new .featureinner {
    box-shadow: 0 0 3px 4px #6dcff6c2;
} */
.slick-prev:before, .slick-next:before {
    font-size: 30px !important;
    color: #fff !important;
    background :var(--dark) ;
    border-radius: 100%;
    height: 60px !important;
    width: 60px !important;
    display: flex;
    justify-content: center;
    align-items: center;
}

button.slick-prev.slick-arrow {
    left: -60px;
}

.new-feature .featureinner p , .new-feature .featureinner h3 {
    color: #000;
}

.new-feature .featureinner:hover {
    background: #ffffff !important;
}
.featureinner p {
    color: #ffffff;
    font-size: 14px;
}
.featureinner a{text-transform:uppercase;font-size:14px; border-radius:10px; text-align:center; color:var(--dark); background:#ececec; display:block; padding:10px 0;}
.curve4{position: absolute; bottom:0; width:100%;}
.curve5{width:100%; margin-top: 50px;}
.featureinner:hover h3, .featureinner:hover p {
    color: var(--dark);
}
.featureinner a:hover{text-decoration:none;}

footer {font-size:13px;}
footer a{color:#565656;}
footer p{color:#808080;}
.rgt-wrap span{margin:0 5px; color:#565656;}
.rgt-wrap span:first-child{display:none;}





/* Inner pages */
.inner-banner {
    position: relative;
    margin-bottom: 50px;
    /* background-image: url(../images/bannerbgn.png) !important; */
    padding: 160px 0 58px 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background: var(--dark);
}
.contact-left-banner .inner-info p {
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center !important;
    text-align: center;
}

.contact-left-banner .inner-info {
    background-image: url(../images/cnt-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-color: transparent;
    display: flex;
    flex-flow: column;
    justify-content: center;
    padding: 20px 50px;
}
section {
    background: url(../images/patrn.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom right;
    background-attachment: fixed;
    padding-bottom: 40px;
}
.contact-left-banner .inner-info p i {
    background: var(--lightBlue);
    height: 50px;
    width: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    color: var(--dark) !IMPORTANT;
    margin-bottom: 10px;
    margin-right: 0 !important;
}
.inner-banner h2{font-size:46px;
    color: #fff;
    font-weight: 800;
    text-align: center;
  }
  span.banner-title {
    color: #6dcff6;
}

/* 
.inner-banner:after{
  position:absolute;
  content:"";
  width:100%; 
  height:100%; 
  background-image: -moz-linear-gradient( 35deg, rgb(231,61,61) 9%, rgb(10,6,90) 47%, rgb(225,59,59) 100%);
  background-image: -webkit-linear-gradient( 35deg, rgb(255 255 255) 9%, rgb(30 43 54) 47%, rgb(50 123 190) 100%);
  background-image: -ms-linear-gradient( 35deg, rgb(231,61,61) 9%, rgb(10,6,90) 47%, rgb(225,59,59) 100%);
  z-index: 1;
  left: 0;
  opacity: 0.7;
  top: 0;
} */ 

/* Loader */
.drbm_loader{
  text-align:center;
  display: flex;
  align-items: center;
  justify-content: center;
}


/* Login model */

.modal-open{ height:100vh; overflow-y:hidden;}
.modal-title { text-align: center; width: 100%;color: #0f0759; font-weight: 800;}
.modal-header .close {opacity: 1; top: 7px; right: 12px;  position: absolute; padding: 0rem 0rem;}

.modal-header{padding-bottom: 0.5rem;}
.modal-header .close span {
    display: block;
    background: var(--red);
    font-weight: normal;
    color: #fff;
    width: 30px;
    height: 30px;
    line-height: 33px;
    border-radius: 52%;
    opacity: 1;
    text-shadow: none;
}
.modal-header .close span:hover{opacity: 1; }
.modal-content{border-radius: 1.3rem; padding-bottom: 0.5rem;}
.in-wrap a{border-radius:12px; background:#0f0759; display:flex; flex-flow:column; width:100%; align-items: center; text-decoration: none; color:#fff;transition: all ease 800ms; transform:scale(1);}
.in-wrap a:hover{transform:scale(0.9); background:#201679;}
.in-wrap span{display: block; padding-top:15px; line-height:10px;}
.in-wrap svg{fill:#fff; height:50px; width:50px}

.field-icon-show-pwd {
float: right;
    margin-top: 0;
    margin-right: 6px;
    z-index: 2;
    cursor: pointer;
    position: absolute;
    right: 10px;
    top: 42px;
}
input#inputPassword, input#confirmPassword {
    padding: 8px 41px 8px 20px;
}
/* From wrap */ 
:root {
  --input-padding-x: 1.5rem;
  --input-padding-y: .75rem;
}



.card-signin {
  border: 0;
  border-radius: 1rem;
  box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.1);
}

.card-signin .card-title {
  margin-bottom: 2rem;
  font-size: 32px;
  color:var(--dark);
  font-weight:800;
}
.card-signin .card-body {
    padding: 2rem;
    background: #9fdff9;
}

.patient-new-register {
    padding-bottom: 50px;
}
.card-signin .card-body p{line-height:20px!important;}
.form-signin {
  width: 100%;
}
.form-label-group label.error { position: static; font-size: 12px; color: red;}
.form-signin .btn {
  font-size: 80%;
  border-radius: 5rem;
  letter-spacing: .1rem;
  font-weight: bold;
  padding: 1rem;
  transition: all 0.2s;
}


.form-label-group {
  position: relative;
  margin-bottom: 1rem;
}

.form-label-group input {
  height: auto;
  border-radius: 2rem;
  padding:8px 5px 8px 20px;
}

/* .form-label-group>input
 {
  padding: 5px 5px 5px 20px;
} */

.form-label-group>label {
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  margin-bottom: 0;
  /* Override default `<label>` margin */
  line-height: 1.9;
  color: #495057;
  border: 1px solid transparent;
  border-radius: .25rem;
  transition: all .1s ease-in-out;
  font-size:14px;
}

.form-label-group input::-webkit-input-placeholder {
  color: transparent;
}

.form-label-group input:-ms-input-placeholder {
  color: transparent;
}

.form-label-group input::-ms-input-placeholder {
  color: transparent;
}

.form-label-group input::-moz-placeholder {
  color: transparent;
}

.form-label-group input::placeholder {
  color: transparent;
}

.intl-tel-input {
    position: absolute!important;
    top: 47px;
    left: 45px;
    width: max-content !important;
}
.intl-tel-input + input {
    padding-left: 60px;
}

.btn-google {
  color: white;
  background-color: #ea4335;
}

.btn-facebook {
  color: white;
  background-color: #3b5998;
}
.forgetlink{font-size:0.8rem;}

.custom-control-label.rmeb-txt {
    position: relative;
    margin-bottom: 0;
    vertical-align: top;
    padding-top: 5px;
    font-size:14px;
}
label.radio{padding-top: 5px;}
.alert{border-radius:10px; font-size:13px;}

.about-image img{width:100%; border-radius:20px;}


/*25-02-2021*/
.outer-pic img {
    border-radius: 10px;
    box-shadow: 0 3px 10px #00000017;
    width: 100%;
}
.profile-avtar .row.outer-pic {
    margin-bottom: 60px;
    background: #000;
    padding: 20px;
    margin: 0px 0px 20px 0px;
}

.profile-avtar .row.outer-pic  .doc-info h3 , .profile-avtar .row.outer-pic  .doc-info  span , .profile-avtar .row.outer-pic  .doc-info p.doc-location  {
    color: #fff;
}
.doc-info h3 {
    font-weight: 600;
    color: var(--dark);
}
p.doc-location a:hover {
    text-decoration: unset;
    color: var(--dark);
}
.profile-avtar {
    text-align: center;
    background: #ffffff;
    padding: 18px 20px 40px 20px;
    border-radius: 10px;
    box-shadow: 0 0 3px 3px #001f442e;
}

.profile-avtar .doc-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0;
}
.profile-avtar  p.doc-location {
    color: #000;
}
.doc-info {
    margin: 20px 0 20px 0;
    text-align: left;
}
.doc-info span {
    margin-bottom: 10px;
    display: inline-block;
    color: #273c50;
}
p.doc-location a {
    color: var(--dark);
}
a.book-apt.btn {
    background: var(--lightBlue);
    color: #000;
    transition: .3s;
}
a.book-apt.btn:hover {
  background: var(--dark);
    transition: .3s;
}
.profile-tabs .card-header img {
    box-shadow: unset;
    max-width: 20px;
}
.profile-tabs .card h2 {
    display: flex;
    justify-content: space-between;
    color: #273c50;
    align-items: center;
}
.profile-tabs .card h2 button {
    font-size: 20px;
    color: #273c50;
    font-weight: 600;
}
.profile-tabs .card h2 button:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
}
.profile-tabs .card-header {
    position: relative;
    padding: 5px 18px;
}
.profile-tabs .card h2 button:hover, .profile-tabs .card h2 button:focus {
    text-decoration: unset;
}
.profile-tabs .card, .profile-tabs .card .card-header {
    background: transparent;
}
.profile-tabs .card {
    border-radius: 0px;
}
.profile-tabs .card .card-header {
    border: none;
    background: var(--dark);
    border-bottom: 1px solid #dfdfdf;
    color: #fff;
}
.profile-tabs .card {
    border-left: 0px;
    border-right: 0px;
    margin-bottom: 10px;
}
.profile-tabs .card-body {
    text-align: left;
    font-size: 16px;
    line-height: 23px;
    background: #eee;
}
ul.experience-list:before {
    background: #ddd;
    bottom: 0;
    content: "";
    left: 8px;
    position: absolute;
    top: 8px;
    width: 2px;
}
.experience-list {
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
}
.experience-list > li {
    position: relative;
}
.experience-list > li .experience-user {
    background: #fff;
    height: 10px;
    left: 4px;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 4px;
    width: 10px;
}
.timeline-content a.name {
    color: var(--dark);
}
.experience-list > li .experience-content .timeline-content a.name:hover {
    text-decoration: unset;
    color: var(--dark);
}
.experience-list > li .experience-content {

    margin: 0 0 20px 40px;
    padding: 0;
    position: relative;
}
.experience-list > li .experience-content .timeline-content {
    color: #757575;
}
.experience-list > li .experience-content .timeline-content a.name {
    font-weight: 500;
}
.experience-list > li .time {
    color: #757575;
    display: block;
    font-size: 13px;
}
.before-circle {
    background-color: rgb(39 60 80 / 28%);
    border-radius: 50%;
    height: 12px;
    width: 12px;
    border: 2px solid var(--dark);
}
.service-list ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.service-list ul li {
    float: left;
    margin: 6px 0;
    padding-left: 25px;
    position: relative;
    width: 33%;
}
.service-list ul li::before {
    color: #ccc;
    content: '\f30b';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    left: 0;
    position: absolute;
}
.clinic-content .clinic-name {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 3px;
}
.doc-speciality {
    font-size: 14px;
    color: #757575;
    margin-bottom: 15px;
}
.rating {
    list-style: none;
    margin: 0 0 7px;
    padding: 0;
    width: 100%;
}
.clinic-details h5 {
    font-weight: normal;
    color: #757575;
    margin-bottom: 25px;
    font-size: 14px;  
}
.clinic-details ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.lang .dropdown-menu {
    min-width: auto;
    border-radius: 15px;
    width: 100%;
}
input#contactNo {
    padding-left: 60px;
}
.clinic-content .clinic-direction a {
    display: inline-block;
    margin-top: 8px;
}

.clinic-direction a {
    color: var(--dark);
    font-weight: 400;
}
.clinic-timing p.timings-days span {
    font-size: 24px;
    color: #273c50;
    font-weight: 600;
}
h5.clinic-direction i.fas.fa-map-marker-alt {
    color: var(--dark);
}
.clinic-details ul li {
    display: inline-block;
    padding-right: 5px;
}
.clinic-details ul li a {
    display: inline-block;
}
.clinic-details ul li a img {
    border-radius: 5px;
    width: 40px;
}
.mandatory_sym{
  color: red;
}
/*25-02-2021*/


/*03-03-2021*/

.first-booking label.btn span {
    font-size: 16px;
    margin-left: 5px;

}
.first-booking input[type=checkbox], .first-booking input[type=radio] {
    box-sizing: border-box;
    padding: 0;
    font-size: 24px;
    border: 0px;
    height: 1em;
    width: 20px;
    cursor: pointer;
}
.btn.focus, .btn:focus {
    outline: 0;
    box-shadow: unset !important;
}
.first-booking label input[type="radio"] ~ i.fa.fa-circle-o{
    color: #c8c8c8;    display: inline;
}
.first-booking label input[type="radio"] ~ i.fa.fa-dot-circle-o{
    display: none;
}
.first-booking label input[type="radio"]:checked ~ i.fa.fa-circle-o{
    display: none;
}
.first-booking label input[type="radio"]:checked ~ i.fa.fa-dot-circle-o{
    color: #7AA3CC;    display: inline;
}
.first-booking label:hover input[type="radio"] ~ i.fa {
color: #7AA3CC;
}
.option-book .btn-group.btn-group-vertical {
    width: 100%;
}
.option-book .btn-group.btn-group-vertical label.btn {
    text-align: left !important;
    display: flex;
    align-items: center;
}

h5.clinic-direction {
    font-size: 14px !important;
    color: #757575 !important;
}
.card-body {
    background: #eee;
    border-bottom: 3px solid var(--dark);
}
.clinic-content .clinic-name a {
    color: #273c50;
}
h5.clinic-direction {
    font-size: 14px;
    font-weight: normal;
    color: #757575;
    margin-bottom: 25px;
}
.review-listing > ul li .comment {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 30px;
}
.avatar-sm {
    width: 60px;
    height: 40px;
    display: inline-flex;
    overflow: hidden;
    border-radius: 100px;
    object-fit: cover;
}
.review-listing > ul li .comment .comment-body {
    margin-left: 16px;
    width: 100%;
}
.enable-search-modal {
    overflow: visible;
    padding-right: 0 !important;
}
nav.navbar.navbar-expand-lg.navbar-dark {
    padding-right: 17px !important;
}
.review-listing > ul li .comment .comment-body .meta-data {
    position: relative;
    margin-bottom: 10px;
}
.review-listing > ul li .comment .comment-body .meta-data span.comment-author {
    font-weight: 600;
    color: #272b41;
    text-transform: capitalize;
}

.review-listing > ul li .comment .comment-body .meta-data span {
    display: block;
    font-size: 16px;
    color: #757575;
}
.review-listing > ul li .comment .comment-body .meta-data span.comment-date {
    font-size: 14px;
}
.review-listing > ul li .comment .comment-body .meta-data .review-count {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: 3px;
    right: 0;
    width: auto;
}
.review-listing > ul li .comment .comment-body .meta-data {
    position: relative;
    margin-bottom: 10px;
}
.recommended {
    color: #28a745;
    font-size: 15px;
    font-weight: 500;
    margin: 0;
}
.rating {
    list-style: none;
    margin: 0 0 7px;
    padding: 0;
    width: 100%;
}
.review-listing > ul li .comment .comment-body .comment-content {
    color: #757575;
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 14px;
}
.review-listing > ul li .comment .comment-body .comment-reply .comment-btn {
    color: var(--dark);
    display: inline-block;
    font-weight: 500;
    font-size: 15px;
}
.review-listing .recommend-btn {
    float: right;
    color: #757575;
    font-size: 14px;
    padding: 5px 0;
    margin-bottom: 0;
}
.review-listing .recommend-btn a {
    border: 1px solid rgba(128,137,150,0.4);
    border-radius: 4px;
    display: inline-block;
    padding: 4px 12px;
    color: #757575;
    margin-left: 3px;
    margin-right: 3px;
    transition: all .3s;
}
.review-listing .recommend-btn a i {
    font-size: 16px;
}
.review-listing > ul li .comments-reply {
    list-style: none;
    margin-left: 65px;
    padding: 0;
}
.review-listing > ul li .comment:last-child {
    margin-bottom: 0;
}
.all-feedback {
    margin-top: 20px;
}
.write-review .form-group label {
    display: inline-block;
    margin-bottom: .5rem;
}

.star-rating input[type=radio] {
    display: none;
}
.write-review .form-group label {
    display: inline-block;
    margin-bottom: .5rem;
}
.star-rating label {
    color: #bbb;
    cursor: pointer;
    font-size: 18px;
    padding: 0;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.write-review input.form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.text-muted {
    color: #757575 !important;
}
.terms-accept a {
    color: var(--dark);
    font-weight: 500;
}
.submit-section .submit-btn {
    padding: 12px 30px;
    font-weight: 600;
    font-size: 16px;
    min-width: 120px;
    background-color: var(--dark);
    border: none;
    margin-top: 20px;
}
.all-feedback {
    margin: 20px 0;
}
.all-feedback a {
    background: #015c8a;
    border: #015c8a;
    padding: 13px 20px;
}
.all-feedback a:hover {
    background: #273c50;
}
.business-widget {
    background-color: #fcfcfc;
    border: 1px solid #f0f0f0;
    padding: 20px;
    margin-bottom: 0;
}
.bg-danger-light {
    background-color: rgba(242, 17, 54,0.12) !important;
    color: #e63c3c !important;
}
.listing-day.current .day span {
    display: block;
    font-weight: normal;
}
.listing-day.current {
    border-bottom: 1px solid #ddd;
    padding-bottom: 13px;
    margin-bottom: 13px;
}
.listing-day {
    -webkit-box-align: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
    color: #000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    -ms-flex-pack: space-between;
    margin-bottom: 10px;
}
.listing-day.current .day {
    font-weight: bold;
}
.time-items {
    color: #757575;
}
.time-items > span.open-status {
    margin-bottom: 3px;
}

.bg-success-light {
    background-color: rgba(15, 183, 107,0.12) !important;
    color: #26af48 !important;
}
.time-items {
    color: #757575;
}
.time-items > span {
    display: block;
    text-align: right;
}
.listing-day .day {
    font-weight: 500;
}
#after-clinic {
    padding: 30px;
    border-radius: 20px;
    background: #efefef;
}
div#first-pop .modal-dialog {
    max-width: 60%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 0;
}
.thanks-popup a {
    background: var(--dark);
    width: 100px;
    display: inline-block;
    padding: 10px 5px;
    border-radius: 5px;
    margin-top: 30px;
    color: #fff;
}

i.fa.fa-map-marker {
    font-family: 'FontAwesome';
}
.avail-slot {
    margin: 30px 0 0 0;
}
.avail-slot h3, .tody-date {
    font-size: 24px;
    color: var(--dark);
    font-weight: 600;
    margin: 40px 0 30px 0;
}
.date-outer {
    display: inline-block;
    background: #efefef;
    padding: 10px;
    border-radius: 10px;
    margin: 0 8px 10px 0;
    cursor: pointer;
    transition: .3s;
    width: 31%;
}

.coupons-area {
    padding-top: 28px;
}
.date-outer:hover, .today-time .time-area:hover {
    background: var(--dark);
    transition: .3s;
}
.today-time .time-area:hover {
    color: #fff;
}
.tody-date {
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
}
.date-outer p {
    margin-bottom: 0px;
    color: var(--dark);
    font-weight: 600;
}
span.av-slot {
    color: var(--lightBlue) !important;
}
.date-outer span {
    color: #bbb;
}

 form#patient_booking_form .form-field1.form-group textarea 
{
    background-color: #eee;
}
.tody-date {
    text-align: center;
}
.today-time h5 span {
    font-size: 15px;
    color: #0b98d0;
}
.today-time .time-area {
    display: inline-block;
    padding: 13px 20px;
    background: #f2f2f2;
    border-radius: 30px;
    margin: 0 10px 10px 0;
    color: var(--dark);
      cursor: pointer;
        transition: .3s;
}
.today-time h5 {
    margin: 20px 0 20px 0;
}
/*03-03-2021*/

/*04-03-2021*/
form#patient_update_profile input, form#patient_update_profile select {
    height: 45px;
    border-radius: 4px;
    background: #ebebeb !important;
    border: 0px solid #4dacd6 !important;
}
form#patient_update_profile input#mobile_no {
    padding-left: 55px;
}
form#patient_update_profile .change-avatar {
    margin-bottom: 50px;
}
form#patient_update_profile .change-avatar .profile-img {
    width: 110px;
    height: 110px;
    border-radius: 100%;
    text-align: center;
    border: 1px solid #008fe8;
    display: flex;
    align-items: center;
    justify-content: center;
}
/*04-03-2021*/

/*05-03-2021*/


/*05-03-2021*/


/* Fallback for Edge
-------------------------------------------------- */

@supports (-ms-ime-align: auto) {
  .form-label-group>label {
    display: none;
  }
  .form-label-group input::-ms-input-placeholder {
    color: #777;
  }
}

/* Fallback for IE
-------------------------------------------------- */

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
  .form-label-group>label {
    display: none;
  }
  .form-label-group input:-ms-input-placeholder {
    color: #777;
  }
}




.inner-banner + * h5 {
    font-size: 1.6rem;
    margin-top: 40px;
    color:var(--dark);
}


.inner-banner + * h5:first-child{
    margin-top: 0;
}

.page-template-about p + ul { padding: 0; list-style: none; margin-left: 15px; line-height: 30px;}

.page-template-about p + ul li{list-style:circle;}

section.categories .container { display: flex; align-items: center; justify-content: center;}
section.categories a {
    background: #fff;
    padding: 15px 30px;
    margin: 0 20px 20px;
    border-radius: 13px;
    display: flex;
    color: var(--dark);
    border: 1px solid;
}
a.button.active, a.button:hover{ background: var(--dark);  color: #fff; text-decoration:none;}
.blog-list .content {
    background: #6dcff6bf;
    margin: -20px 14px 14px 14px;
    z-index: 99999 !important;
    position: relative;
    padding: 30px;
}
section.blog-list {
    padding-bottom: 60px;
}
.blog-content a {
    color: var(--lightBlue);
    font-weight: 600;
}

.blog-content , .content-page-main {
    padding-bottom: 45px;
}

li {
    line-height: 26px;
}

a {
    color: var(--dark);
}
.complaint-sec li {
    padding: 4px 0;
}
.complaint-sec {
    padding: 20px 0 50px 0;
}
section.categories {
    padding-top: 35px;
}
/* Blog */
.blog-list .container a.blog-snippit { width: 48.9999999999%; text-decoration:none;}
.blog-list .container{display: flex; justify-content:space-between;}
.blog-list .thumb img, .blog-content .featured  img { width: 100%; border-radius: 20px; height: 300px;  object-fit: cover;}
.blog-content .featured{margin-bottom: 40px;}
.blog-list .content h2 { font-size: 1.5rem!important; color:var(--dark);}
.blog-content h3 { font-size: 1.5rem!important; margin: 31px 0 0 0; color:var(--dark);}
.blog-list .container a.blog-snippit:hover{opacity:0.9;}
.blog-list .container a.blog-snippit:hover h2 {color: var(--dark);}
.cats span {
    background: var(--dark);
    padding: 4px 15px;
    border-radius: 5px;
    color: #ffffff;
    margin-top: 12px;
    display: inline-block;
    font-size: 15px;
}
p.date {font-size: 14px;}
@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
  .form-label-group>label {
    display: none;
  }
  .form-label-group input:-ms-input-placeholder {
    color: #777;
  }
}





@media only screen and (max-width:767px){
  .carousel-caption { padding: 130px 0 100px!important;}
  .carousel-caption h1 {  font-size: 30px;}
  .carousel-caption img{max-width: 300px;  margin: 0 auto;}

  /* Blog */
  .blog-list .container a.blog-snippit{
      width: 48.9999999999%; 
  }
}




/* The actual timeline (the vertical ruler) */

.howworknav a.nav-link{background: var(--dark); text-decoration: none;padding: 15px 30px; margin:0 30px; border-radius: 13px; opacity:0.6;}
.howworknav a.nav-link svg{width:45px; height:45px; fill:#fff;}
.howworknav a.nav-link span{margin-left:10px; display:inline-block; color: #fff;}
.howworknav a.nav-link.active, .howworknav a.nav-link:hover{  opacity:1;  background: var(--dark); color: #fff; text-decoration: none;padding: 15px 30px;     border-radius: 13px;}
.heading2 p{font-size:20px; padding:10px 0 20px 0; text-align:center;}
.timeline {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  padding-bottom: 50px;
}
.timeline h2 {
    font-size: 12px;
    background: var(--dark);
    color: #fff;
    border-radius: 18px;
    height: 25px;
    width: 25px;
    display: flex;
    justify-content: center;
    line-height: 28px;
    font-weight: 700;
}
.timeline p{margin-bottom:0; line-height: 22px;}
/* The actual timeline (the vertical ruler) */
.timeline::after {
  content: '';
  position: absolute;
  width: 6px;
  background-color: white;
  top: 0;
  bottom: 0;
  left: 50%;
  margin-left: -3px;
}

/* Container around content */
.timeline .container2 {
  padding: 10px 40px;
  position: relative;
  background-color: inherit;
  width: 50%;
}

/* The circles on the timeline */
.timeline .container2::after {
    content: '';
    position: absolute;
    width: 25px;
    height: 25px;
    right: -12px;
    background-color: white;
    border: 4px solid var(--dark);
    top: 15px;
    border-radius: 50%;
    z-index: 1;
}

/* Place the container to the left */
.timeline .left {
  left: 0;
}

/* Place the container to the right */
.timeline .right {
  left: 50%;
}

/* Add arrows to the left container (pointing right) */
.timeline .left::before {
    content: " ";
    height: 0;
    position: absolute;
    top: 22px;
    width: 0;
    z-index: 1;
    right: 30px;
    border: medium solid white;
    border-width: 10px 0 10px 10px;
    border-color: transparent transparent transparent #80e2f4;
}

/* Add arrows to the right container (pointing left) */
.timeline .right::before {
    content: " ";
    height: 0;
    position: absolute;
    top: 22px;
    width: 0;
    z-index: 1;
    left: 30px;
    border: medium solid white;
    border-width: 10px 10px 10px 0;
    border-color: transparent #80e2f4 transparent transparent;
}

/* Fix the circle for containers on the right side */
.timeline .right::after {
  left: -12px;
}

/* The actual content */
.timeline .content {
    padding: 20px 30px;
    background-color: #80e2f4;
    position: relative;
    border-radius: 6px;
    box-shadow: 0px 10px 12px #dedede;
}
/*08-03-2021*/
.explore-service .slick-slide img {
    width: 100%;
}
/*08-03-2021*/


/*10-03-2021*/
div#after-clinic, div#time-schedule, div#full-info {
    display: none;
}
div#after-clinic {
    margin-top: 40px;
}
.doctor-area img {
    width: 70px;
    height: 70px;
    object-fit: cover;
    border-radius: 100%;
    border: 2px solid #fff;
}
.row.graay-bg {
    background: var(--lightBlue);
    padding: 20px 0;
    border-bottom: 2px solid var(--dark);
}
.graay-bg .inner-area {
    position: relative;
    height: 100%;
    top: 10px;
}

.date-outer:hover p {
    color: #fff;
}
.desc-sec p {
    margin-bottom: 0px;
    padding: 5px 0;
}
.desc-sec .color-fees {
    text-align: right;
    color: var(--dark);
    font-weight: 600;
}
.row.desc-sec {
    padding: 30px 0;
    border-bottom: 4px solid #ececec;
}
.app-area {
    padding: 30px 0;
}
.app-area h3, .your-detail h3{
    font-size: 18px;
}
.app-area .option-book label.btn {
    background: #ececec;
    padding: 12px 20px;
}
.app-area .option-book label.btn span {
    margin-left: 10px;
}
.your-detail .welcome-form form#new_doctor .form-group {
    position: relative;
}
.your-detail .welcome-form form#new_doctor .form-group i.fa, .your-detail .welcome-form form#new_doctor .form-country select#countryCode  {
    position: absolute;
    left: 20px;
    top: 17px;
    color: #c1c1c1 !important;
}
.your-detail .welcome-form form#new_doctor input {
    border-radius: 30px;
    height: 50px;
    padding: 0 50px;
}
.your-detail .welcome-form form#new_doctor .form-country select#countryCode {
    background: transparent;
    border: none;
    position: absolute;
}
.graay-bg .inner-area span.code-area {
    top: 10px;
    right: 0;
    font-size: 15px;
    color: var(--dark);
    font-weight: 600;
}

.date_time_slot_selected p.date_wise_slot {
    color: #fff;
}

.option-book select {
    background: #eee;
}
.your-detail .welcome-form form#new_doctor .form-group textarea#message {
    height: 140px;
    border-radius: 15px;
}

.graay-bg .inner-area h3, .graay-bg .inner-area p {
    margin-bottom: 0px;
}
.graay-bg .inner-area h3 {
    color: var(--dark);
    font-weight: 600;
    font-size: 26px;
}
.graay-bg .inner-area p {
    color: var(--dark);
    font-size: 14px;
}
.your-detail .welcome-form button.custom-btn1.btn, .form-card button.custom-btn1.btn {
    background: var(--dark);
    width: 240px;
    height: 50px;
    margin: 0 auto;
    display: block;
    color: #ffff;
}
.detailcard .custom-btn1{
    background: var(--dark);
    width: 240px;
    height: 50px;
    margin: 0 auto;
    display: block;
    color: #ffff;
}
.pay_on_site,
.pay_on_site:hover{
    background: var(--dark);
    width: 240px;
    height: 50px;
    margin: 0 auto;
    display: block;
    color: #ffff;
}
.your-detail .welcome-form form#new_doctor .form-country select#countryCode {
    top: 14px;
}
/*10-03-2021*/

/*15-03-2021*/
.explore-outer.featureinner h2:after {
    display: none;
}
.explore-outer.featureinner h2 {
    margin: 30px 0 0 0;
}
.explore-outer.featureinner a.link-outer {
    cursor: pointer;
    position: absolute;
    background: transparent;
    padding: 0;
    border-radius: 0px;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
}
.explore-outer.featureinner img {
    height: 280px;
    object-fit: cover;
}
#find-doc-pro .has-search .form-control {
    padding-left: 1rem;
    padding-right: 2.375rem;
    border: 1px solid var(--dark);
    height: 46px;
    background: transparent;
    border-radius: 30px;
}

#find-doc-pro .has-search .form-control-feedback {
    position: absolute;
    z-index: 2;
    display: block;
    width: 2.375rem;
    height: 2.375rem;
    line-height: 2.375rem;
    text-align: center;
    pointer-events: none;
    color: #aaa;
}
.form-group.has-search.pro-search {
    position: relative;
}
.pro-search a {
    position: absolute;
    right: 0px;
    top: 0;
    width: 60px;
    height: 46px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.outer-serv span {
    display: block;
}
section#find-doc-pro .col-md-2:nth-child(odd) .img-main {
    background: #575294;
}
section#find-doc-pro .col-md-2:nth-child(even) .img-main {
    background: var(--dark);
}
section#find-doc-pro .row .col-md-2 {
    margin-bottom: 30px;
}
.outer-serv {
    text-align: center;
}
a.serv-options {
    color: #273c50;
    font-weight: 500;
}
a.serv-options:hover .img-main {
    background: #167ab7 !important;
    transition: .3s;
}
a.serv-options:hover {
    text-decoration: unset;
}

.img-main {
    width: 100%;
    display: inline-flex;
    max-width: 100px;
    height: 100px;
    background: var(--dark);
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    border: 4px solid #fff;
    box-shadow: 0px 0px 3px #000;
    margin-bottom: 20px;
    transition: .3s;
}
.img-main img {
    width: 88px;
    height: 88px;
    object-fit: cover;
    border-radius: 100%;
}
.special-filter {
    padding-top: 30px;
    border-top: 1px solid #ddd;
    margin-top: 30px;
}
.special-filter ul li {
    display: inline-block;
    width: auto;
}
.special-filter ul li a {
    padding: 14px 25px;
    background: var(--lightBlue);
    display: block;
    margin-bottom: 5px;
    border-radius: 20px;
    font-size: 14px;
    color: #000;
    cursor: pointer !important;
}
.special-filter h3 {
    display: block;
    margin-bottom: 30px;
    color: var(--dark);
}
.special-filter ul li a:hover {
    background: var(--lightBlue);
    color: #fff;
}
a:hover{text-decoration: unset !important;}
h2.head-main {
    font-size: 46px;
    color: var(--dark);
    margin-bottom: 20px;
    font-weight: 800;
}
h2.head-main span {
    color: var(--lightBlue);
}
.height-ad {
  z-index: 9999 !important;
}

.height-ad .modal-content {
    max-height: 600px;
}
.height-ad .modal-content .modal-body::-webkit-scrollbar-track
{
  background-color: #F5F5F5;
}

.height-ad .modal-content .modal-body::-webkit-scrollbar
{
  width: 5px;
  background-color: #F5F5F5;
}

.height-ad .modal-content .modal-body::-webkit-scrollbar-thumb
{
  background-color: var(--dark);
}
.height-ad .modal-content .modal-body {
    overflow-y: auto;
}
/*15-03-2021*/

/*16-03-2021*/
.description-pro {
    margin: 70px 0;
}
.description-pro .iner-desc {
    background: #ebf7f6;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.description-pro .iner-desc p {
    margin-bottom: 0px !important;
}
/*16-03-2021*/

/*18-03-2021*/
section.selection-types {
    padding: 35px 0 20px 0;
}
section.selection-types .new {
    background: #ebf7f6;
}
section.selection-types .new ul li {
    display: inline-block;
    width: auto;
    margin-right: 40px;
}

.page-item.active .page-link {
    background-color: var(--dark) !important;
    border-color: var(--dark) !important;
    color: #fff !important;
}

.page-link {
    color: var(--dark) !important;
}

.new .form-group {
  display: block;
  margin-bottom: 15px;
}

.new .form-group input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}

.new .form-group label {
  position: relative;
  cursor: pointer;
}

.new .form-group label:before {
  content:'';
  -webkit-appearance: none;
  background-color: transparent;
  border: 2px solid var(--dark);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 10px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 5px;
}

.new .form-group input:checked + label:after {
  content: '';
  display: block;
  position: absolute;
  top: 4px;
  left: 9px;
  width: 6px;
  height: 14px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.new .form-group input:checked + label:before {
    background: var(--dark);
}
form#patient_booking_form .form-field1.form-group i.fa {
    top: 10px;
    position: absolute;
    left: 18px;
    color: #d0d0d0;
}
label.error {
    color: red;
    margin-top: 5px;
}
.comment .rounded-circle {
    border-radius: 100% !important;
    object-fit: cover;
}
form#patient_booking_form .form-field1.form-group {
    position: relative;
}
form#patient_booking_form .form-field1.form-group input , form#patient_booking_form .form-field1.form-group input select {
    padding-left: 60px;
    background: #eee;
}
form#patient_booking_form .form-field1.form-group .intl-tel-input {
    position: absolute!important;
    top: 17px;
    left: 52px;
}

/*18-03-2021*/

/*19-03-2021*/
h2.head-cont {
    text-align: center;
    margin-bottom: 30px;
    font-size: 40px;
    color: #015c8a;
    position: relative;
}

.info-contact {
    background: #8fd5ff !important;
    height: 100%;
    display: flex;
    align-items: center;
}
.info-contact .inner-info p i.fa.fa-phone {
    transform: rotate(
90deg
);
}
.info-contact .col-md-5 {
    overflow: hidden;
}
.inner-info {
    background: var(--dark);
    padding: 20px;
    height: 100%;
}
.info-contact .inner-info p i.fa {
    color: #fff;
    margin-right: 15px;
}
.info-contact .inner-info p {
    display: flex;
    align-items: baseline;
}
.info-contact .inner-info p, .info-contact .inner-info a {
    color: #fff;
}
section#contactform div#wpcf7-f90-o1, .info-contact {
    background: #d1e5f1;
    padding: 20px;
    border-radius: 5px;
}
section#contactform div#wpcf7-f90-o1 p input.wpcf7-form-control.wpcf7-submit {
    background: #005b89;
    border: none;
    padding: 10px 26px;
    border-radius: 5px;
    width: 100%;
    margin: 0 auto;
    display: block;
    color: #fff;
}
section#contactform div#wpcf7-f90-o1 span.ajax-loader {
    display: none;
}
section#contactform div#wpcf7-f90-o1 p input.wpcf7-form-control.wpcf7-submit:hover {
    background: #6dcff6 !important;
    color: #000;
}
section#contactform div#wpcf7-f90-o1 form label span input, section#contactform div#wpcf7-f90-o1 form label span textarea {
    width: 100%;
    border: none;
    padding: 8px 10px;
    background: #ffffff;
    border-radius: 5px;
    color: #273c50;
}
section#contactform div#wpcf7-f90-o1 form label {
    color: rgb(0, 0, 0);
}
section#contactform div#wpcf7-f90-o1 form label span, section#contactform div#wpcf7-f90-o1 form label {
    width: 100%;
    display: block;
}
.date_time_slot_selected {
    background: var(--dark);
}
.booking_date_selected{
   background: #273c50!important;
   color: #fff!important;
}

section#contactform div#wpcf7-f90-o1 form label span textarea {
    height: 150px;
}
nav.my-pagi ul.pagination li {
    margin: 0 15px 0 0;
}
nav.my-pagi a.page-link {
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
}



#mains {
  margin: 50px 0;
}

#mains #faq .card {
    margin-bottom: 15px;
    border: 0;
    border-bottom: 1px solid #ddd;
}

#mains #faq .card .card-header {
  border: 0;
  -webkit-box-shadow: 0 0 20px 0 rgba(213, 213, 213, 0.5);
          box-shadow: 0 0 20px 0 rgba(213, 213, 213, 0.5);
  border-radius: 2px;
  padding: 0;
}

#mains #faq .card .card-header .btn-header-link {
    color: #fff !important;
    display: block;
    text-align: left;
    background: #015c8a;
    padding: 20px;
    font-size: 24px;
}

#mains #faq .card .card-header .btn-header-link:after {
    width: 30px;
    height: 30px;
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #015c8a;
    border-radius: 100%;
}
#mains #faq .card .card-header .btn-header-link:after {
  content: "\f107";
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  float: right;
}

/* 26-08-2021 */

/* #mains #faq .card .card-header .btn-header-link.collapsed {
  background: transparent;
    color: #012044 !important;
    font-size: 24px;
} */

#mains #faq .card .card-header .btn-header-link.collapsed:after {
    content: "\f106";
    width: 30px;
    height: 30px;
    background: #273c50;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    border-radius: 100%;
}

#mains #faq .card .collapsing {
  background: #FFE472;
  line-height: 30px;
}

#mains #faq .card .collapse {
  border: 0;
}

#mains #faq .card .collapse.show {
  background: #FFE472;
  line-height: 30px;
  color: #222;
}
/*19-03-2021*/

/*22-03-2021*/
.payment-area .header-pay {
    background: var(--lightBlue);
    padding: 10px 15px;
    color: #fff;
    margin: 20px 0 30px 0;
}
.doctor-rate h4, .doctor-rate p {
    margin-bottom: 0px;
}
.doctor-rate,  .select-method, .form-card{
    padding: 20px 0;
    border-bottom: 4px solid #e6e6e6;
    margin-bottom: 10px;
}
.form-card {
    border-bottom: 0px;
    padding-bottom: 0px;
}
.form-card button.custom-btn1.btn {
    margin-top: 20px;
}
.your-detail .welcome-form button.custom-btn1.btn:hover, .form-card button.custom-btn1.btn:hover {
    background: var(--dark);
}
.rating-doc p {
    text-align: right;
}
.rating-doc p span.fa.checked {
    color: #fc0;
}
form#detailcard input {
    height: 50px;
    display: inline-block;
    border-radius: 30px;
}

.doctor-rate .rating-doc span.fa {
    color: #c1c1c1;
}
form#coupan-add .form-field1.form-group {
    position: relative;
}
.select-method label.btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
.select-method .btn-group.btn-group-vertical {
    width: 100%;
}
.coupons-area .form-field1.form-group input {
    padding: 24px 60px;
    background: #eee;
    border: none;
    border-radius: 5px;
}

.select-method-ins {
    padding-top: 10px;
    font-size: 14px;
    color: var(--dark);
    text-decoration: underline;
    font-weight: 500;
}
.coupons-area .form-field1.form-group img {
    position: absolute;
    top: 16px;
    left: 16px;
}
.coupons-area .form-field1.form-group a {
    position: absolute;
    right: 21px;
    top: 16px;
    font-size: 20px;
    color: #2b9adf;
}
.payment-area .header-pay p {
    margin-bottom: 0px;
}
.payment-area .header-pay h5, .payment-area .header-pay p {
    color: #fff;
}
.payment-area .header-pay p span.price {
    font-size: 24px;
    margin-right: 10px;
}
.coupons-area .form-field1.form-group button.btn {
    background: #2b9adf;
    border-radius: 30px;
    font-size: 14px;
    color: #fff;
    position: absolute;
    right: 17px;
    top: 8px;
}
.back-to-payment .btn {
    background: var(--dark);
    border-radius: 30px;
    font-size: 14px;
    float: right;
    color: #fff;
    margin-top: -13px;
}
.offer-outer {
    background: #fff;
    border: 1px solid #ddd;
    box-shadow: 0 0px 8px #dadada;
    border-radius: 20px;
    padding: 20px;
    margin: 20px 0;
}
.offer-outer h3 {
    font-weight: 600;
    color: #053452;
    font-size: 24px;
    line-height: 30px;
      margin-bottom: 20px;
}
.modal-body h4 {
    margin-bottom: 20px;
    font-weight: 600;
}
.offer-outer div p {
    width: 100px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px dashed #bdbdbd;
    margin-bottom: 0px;
    line-height: normal;
    color: #2b9adf;
}
.offer-outer div span {
    display: block;
    color: #afafaf;
    margin-bottom: 7px;
}
/*22-03-2021*/

div#first-pop {
    background: #0000006b;
    z-index: 9999999;
    overflow: hidden;
}
.modal-backdrop {
    display: none;
}
div#delete-c {
    background-color: #00000094;
}
label.error {
    display: block;
}
form#patient_booking_form .form-field1.form-group i.fa img {
    position: relative;
    top: -3px;
}
form#patient_booking_form .form-field1.form-group select, form#patient_booking_form .form-field1.form-group textarea {
    padding-left: 53px;
}




/*05-05-2021*/
form.settings-pro label.switch label.onoffbtn {
    margin-left: 20px;
    margin-top: 10px;
    cursor: pointer;
}
.onoffbtn{
  width:40px;
  height:20px;
  border-radius:15px;
  background:#007bff33;
  display:block;
  position:relative;
}
.onoffbtn:after{
  position:absolute;
  height:18px;
  width:18px;
  display:block;
  border-radius:50%;
  background:#fff;
  top:1px;
  left:1px;
  content:'';
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  text-align:center;
  line-height:29px;
  color:#fff;
  font-size:12px;
}
.onoffbtn.active:after{
  left:100%;
  margin-left:-21px;
  background:#fff;
  content:'';
}
.onoffbtn.active {
    background: #007bfffc;
}
.onoffbtn input[type="checkbox"]{
  opacity:0;
}
form.settings-pro label.switch {
    display: flex;
    align-items: center;
}
form.settings-pro {
    width: 75%;
    margin: 0 auto;
    padding: 10px;
    background: #fff;
    box-shadow: 0 0 3px 3px #01204436;
    border-bottom: 3px solid var(--dark);
}
/*05-05-2021*/




/*12-05-2021*/
.disply-contact-after-login {
    display: none;
}
.modal-open .modal {
    background: #0000008c;
}
.uploaded-sec-img .browse-button i.fas.fa-times {
    position: absolute;
    top: 0;
    right: 0;
    transform: unset;
}
.inner-pro {
    border: 1px solid #03a9f4;
    border-radius: 5px;
    padding: 10px 0;
}
.uploaded-sec-img .preview.previwe-c .inner-pro .preview-box {
    height: 150px;
}
.uploaded-sec-img .preview.previwe-c .inner-pro .preview-box img {
    height: 100%;
    object-fit: contain;
    width: 100%;
}
div#delete-c .modal-content button.close {
    background: #03a9f4;
    height: 30px;
    width: 30px;
    line-height: 30px;
    border-radius: 100%;
    padding: 1px 6px;
    opacity: 1;
    color: #fff;
    text-shadow: unset;
    font-size: 21px;
    position: absolute;
    right: -15px;
    top: -15px;
}
div#delete-c div#deletePreview p {
    text-align: center;
    font-size: 24px;
    color: green;
    font-weight: 700;
}
div#delete-c div#deletePreview button.refresh-delete-record {
    background: #273c50;
    border: none;
    padding: 9px 30px;
    color: #fff;
    margin: 0 auto;
    display: block;
    border-radius: 5px;
}
/*12-05-2021*/

/*13-05-2021*/
.header-transaction h2 {
    margin-bottom: 0px;
}
.header-transaction .filter-btn-wrap {
    height: auto;
}
.header-transaction {
    padding: 20px 15px;
}
.img-tr img {
    width: 70px;
    height: 70px;
    border-radius: 100%;
}
.img-tr {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.info-tr p {
    margin: 0 0;
}
.info-tr {
    margin: 0 0 0 20px;
}
.list-transaction ul {
    padding: 0 20px !important;
}
.list-transaction ul li {
    margin-bottom: 20px;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
}
.info-tr p b {
    color: var(--dark);
}
.info-tr p.name-tr {
    font-weight: 600;
}
p.cat-tr, p.date-tr{
    color: #bdbbbb;
    font-size: 14px;
}
/*13-05-2021*/

/* Media queries - Responsive timeline on screens less than 600px wide */

@media screen and (min-width: 992px) {
section#contactform div#wpcf7-f90-o1 form p:nth-child(2), section#contactform div#wpcf7-f90-o1 form p:nth-child(3) {
    width: 48%;
    display: inline-block;
    float: left;
}
section#contactform div#wpcf7-f90-o1 form p:nth-child(2) {
    margin-right: 7.5px;
}
section#contactform div#wpcf7-f90-o1 form p:nth-child(3) {
    margin-left: 7.5px;
    float: right;
}
}


@media screen and (max-width: 600px) {
  /* Place the timelime to the left */
.timeline .timeline::after {
  left: 31px;
  }
  
  /* Full-width containers */
.timeline .container2{
  width: 100%;
  padding-left: 70px;
  padding-right: 25px;
  }
  
  /* Make sure that all arrows are pointing leftwards */
.timeline .container2::before {
  left: 60px;
  border: medium solid white;
  border-width: 10px 10px 10px 0;
  border-color: transparent white transparent transparent;
  }

  /* Make sure all circles are at the same spot */
.timeline .left::after, .right::after {
  left: 15px;
  }
  
  /* Make all right containers behave like the left ones */
.timeline .right {
  left: 0%;
  }
  .w-md-100{width: 100%;}
}


.form-label-group2{position:relative;}
.form-label-group2 ::placeholder{font-size:12px; font-weight: 400;  font-size: 0.9rem; color: #6b6b6b;}
.form-label-group2 label {
    position: absolute;
    left: 17px;
    top: 12px;
    margin-bottom: 0;
    padding: 0;
    font-size: 14px;
    text-transform: uppercase;
    padding-top: 5px;
    font-weight: 600;
}


.form-label-group2 select, .form-label-group2 input{
    height: 75px!important;
    padding-top: 30px;
    font-size: 0.9rem;
    color: #6b6b6b;
    border-radius:8px;
}


.from-leftwrap.row { width: calc(100% - 50px);}
.filter-btn-wrap {
    width: 50px;
    display: flex;
    align-items: center;
    height: 75px;
    justify-content: center;
    background: var(--lightBlue);
    margin-left: auto;
    border-radius: 3px;
}
.filter-btn-wrap a{height:100%; width:100%; display: flex; align-items: center;justify-content: center;}
#filter label{font-size: 14px; text-transform: uppercase; color:#6b6b6b; margin-top:0.5rem;
    margin-bottom: 0.3rem;
    font-weight:600;
    color:#212529;}
#filter .lbl label{font-size:13px; margin-bottom:5px;  color: #6b6b6b; font-weight:normal; margin-top: 5px;}
.modal .form-control{font-size: 0.9rem;}

.project-tab table.table td:last-child {
    white-space: unset !important;
}
.project-tab table.table td:last-child a.btn {
    white-space: nowrap;
}
.project-tab table.table td .table-action a.btn {
    width: 100%;
    margin-bottom: 5px;
}
.card-table .card-body {
    overflow-x: auto;
}
div#tabs .nav a {
    margin-bottom: 20px;
}
.special-filter ul.list-speality li {
    margin-right: 15px;
}
 table.table th {
    background: #f9f9f9;
}
#pills-tab li.nav-item {
    margin-bottom: 20px;
}
ul#menu-main-nav li.nav-item.login a.nav-link, ul#menu-main-nav li.nav-item.register a.nav-link {
    color: #fff !important;
}
/* Results page */
.doctor-card {
    background: var(--dark);
    border-radius: 20px;
    padding: 20px;
    box-shadow: 0px 4px 7px #bbb4b4;
    height: 100%;
}
.doctor-card .doc-img {
    position: relative;
    display: inline-block;
    width: 100px;
    height: 100px;
    border-radius: 30px 30px 30px 5px;
    overflow: hidden;
    text-align: center;
}

.doctor-card h2 {
    font-size: 17px;
    font-weight: 600;
    color: var(--lightBlue);
    text-transform: uppercase;
}
.rating { color: #daa520;}
.norate{color:#bfbfbf;} 
.doc-location i{opacity: 0.7;}
.doctor-card a.btn {
    display: block;
    background: #6dcff6;
    color: #000;
    border-radius: 8px;
}




/*09-07-2021*/
.form-field1 input {
  width: 100%;
    height: 44px;
    border: 1px solid #c3c3c3;
    color: black;
    font-size: 14px;
    letter-spacing: 0.3px;
    padding: 0px 10px 0px 40px;
    border-radius: 30px;
    background: transparent;
}
.form-field1 {
    float: left;
    width: 100%;
    position: relative;
    margin-bottom: 20px;
}
.form-field1 img {
    position: absolute;
    left: 12px;
    top: 14px;
    color: #c3c3c3;
}
.insuarance_pro form {
    width: 45%;
    margin: 0 auto;
    background: #fff;
    padding: 30px;
    border-radius: 6px;
    box-shadow: 0 0 3px 3px #01204433;
}

.insuarance_pro .hd-area h2.heading-title.line-head {
    text-align: center !important;
    font-size: 40px;
    font-weight: 800;
}


.insuarance_pro .form-field1 input {
    background: #eeeeee;
}
.insuarance_pro .hd-area {
    position: relative;
}

.insuarance_pro {
    width: 100%;
}
.insuarance_pic {
    width: 100%;
}
.insuarance_pic .inner button {
    width: 100%;
    background: #2d7bbe;
    border: 2px solid #2d7bbe;
    border-radius: 10px;
    height: 250px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.insuarance_pic .inner button p span {
    display: block;
    margin-top: 10px;
    color: #c3c3c3;
}
.insuarance_pic h3 {
    font-size: 24px;
    margin-bottom: 20px;
    color: var(--dark);
    margin-left: 0%;
    text-align: center;
}
.insuarance_pic {
    margin-top: 30px;
}
.insuarance_pic .inner {
    position: relative;
}
.insuarance_pic .inner .upload-img {
    top: 0;
    width: 100%;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    height: 100%;
    padding: 20px;
}
.insuarance_pic .change-photo-btn {
    background-color: transparent;
    border-radius: 0;
    text-align: center;
    width: 100%;
    height: 100%;
    border: none;
    opacity: 0;
}
.insuarance_pic .submit-section {
    margin-top: 40px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
.insuarance_pic .submit-section button {
    min-width: 200px;
    border-radius: 30px;
    background: var(--dark);
}

/*09-07-2021*/



@media only screen and (max-width:1199px){
header .nav-item {
    padding-left: 10px;
}
nav.navbar.navbar-expand-md ul#menu-main-nav li a.nav-link {
    font-size: 14px;
}
.lang .btn {
    font-size: 13px;
}
}

@media only screen and (max-width:991px){
.insuarance_pro form {
    width: 100%;
    margin: 0 auto;
}
.insuarance_pro .hd-area h2.heading-title.line-head:after {
    top: 50%;
}
.insuarance_pic .col-md-4 {
    margin-bottom: 30px;
}
.insuarance_pic h3 {
    margin-left: 0;
}
.insuarance_pro .hd-area h2.heading-title.line-head {
    text-align: left !important;
    font-size: 20px;
}
.insuarance_pro .hd-area h2.heading-title.line-head span {
    padding-left: 0px;
}
ul#menu-main-nav li.nav-item.login, ul#menu-main-nav li.nav-item.register a.nav-link {
    width: 130px !important;
    text-align: center;
    max-width: unset !important;
}
ul#menu-main-nav li.nav-item.login a.nav-link, ul#menu-main-nav li.nav-item.register a.nav-link {
    color: #fff !important;
}
.carousel-caption.row {
    margin-right: 0;
    margin-left: 0;
    left: 0;
    right: 0;
}
.carousel-caption.row .col-md-6 {
    margin-bottom: 20px;
}
.carousel-caption.row .col-md-6:nth-child(2) img {
    width: 100%;
}
nav.navbar .container {
    max-width: 98%;
}
.feature-cont.slick-initialized.slick-slider button.slick-arrow {
    display: none !important;
}
nav.navbar.navbar-expand-md ul#menu-main-nav li a.nav-link {
    font-size: 12px;
}
div#navbarCollapse {
    background: #fff;
}
header .navbar-dark .navbar-nav .nav-link {
    color: var(--dark);
}
header .navbar-dark .navbar-nav .lang.dropdown.ml-4 {
    margin-left: 0 !important;
}
.lang button {
    border-color: var(--dark);
    margin: 10px;
}
.lang {
    margin-left: 0 !important;
}
.lang .btn {
    font-size: 13px;
    width: 130px;
    color: var(--dark);
    border-color: var(--dark);
}
header .navbar-dark .navbar-nav .dropdown-menu {
    width: 98% !important;
    margin: 0 auto;
}
header .navbar-dark .navbar-nav .nav-link:hover, header .navbar-dark .navbar-nav .nav-item.active .nav-link {
    color: var(--dark);
}
header .nav-item.active .nav-link:before, header .nav-item:hover .nav-link:before {
    left: 5px;
}
header .nav-item {
    margin-bottom: 10px;
}
.navbar-dark .navbar-toggler {
    color: rgb(255 255 255);
    border-color: rgb(255 255 255);
    opacity: 1 !important;
    background: #fff;
    padding: 5px 6px;
}

nav.navbar button.navbar-toggler span.navbar-toggler-icon {
    background-image: unset !important;
    border-top: 1px solid #283d51;
    border-bottom: 1px solid #283d51;
    height: 24px;
    position: relative;
    width: 25px;
}
nav.navbar button.navbar-toggler span.navbar-toggler-icon:after {
    content: "";
    width: 100%;
    top: 49%;
    background: #283d51;
    height: 1px;
    position: absolute;
    left: 0;
    right: 0;
}
nav.navbar.navbar-expand-lg.navbar-dark.fixed-top.fixed button.navbar-toggler span.navbar-toggler-icon:after {
    background: #fff;
}
nav.navbar.navbar-expand-lg.navbar-dark.fixed-top.fixed button.navbar-toggler{
    background: #283d51;
}
nav.navbar.navbar-expand-lg.navbar-dark.fixed-top.fixed button.navbar-toggler span.navbar-toggler-icon{
    border-color: #fff;
}
}




@media only screen and (max-width:767px){
  .carousel-caption { padding: 130px 0 100px!important;}
  .carousel-caption h1 {  font-size: 30px;}
  .carousel-caption img{max-width: 300px;  margin: 0 auto;}
  .banner-pro .carousel-inner {padding-top: 100px;}
  .feature-wrap {position: relative;padding: 80px 0 100px;}
  .banner-pro .carousel-caption.text-left p {color: #c3c3c3;}
  .service-othr-wrap { padding-bottom: 60px; padding-top: 30px;}
  footer.container.pb-5 .d-flex {flex-wrap: wrap;justify-content: center !important;width: 100%;}
  .from-leftwrap.row {width: calc(100% - 0px);}
  .from-leftwrap.row .col-md-4 {
    margin-bottom: 20px;
}
.services-27 .row {
    flex-direction: column-reverse;
}
.services-27 .row .filter-btn-wrap {
    margin-bottom: 20px;
    margin-right: 15px;
    height: 50px;
}
section.selection-types {
    padding: 20px 0 0 0;
}
section.selection-types .new ul li {
    margin-right: 20px;
}
.timeline::after {
    left: 27px;
}
.timeline .right::after {
    left: 15px;
}
footer.container .d-flex.justify-content-center.pb-2 a {
    margin: 30px 0 0px 0px !important;
}
footer.container .d-flex.justify-content-center.pb-2 a:last-child {
    margin-bottom: 30px !important;
}
.blog-list .container {
    display: block;
}
.blog-list .container a.blog-snippit {
    margin-top: 30px !important;
    display: inline-block;
    width: 100%;
}
section.categories .container {
    justify-content: start;
    flex-wrap: wrap;
}
footer a {
    margin-bottom: 10px;
    display: inline-block;
}
.testimonial-wrap button.slick-arrow {
    display: none !important;
}
}

@media only screen and (max-width:480px){
a.navbar-brand img {
    max-width: 150px;
}
}

@media only screen and (max-width:414px){
.banner-pro .carousel-inner {
    padding-top: 150px;
}
}







/*######6may*/

.content-confirm-wrapper  .doctor-dets{
  padding: 20px 30px;
    background-color: white;
    position: relative;
    border-radius: 6px;
    box-shadow: 0px 10px 12px #dedede;
    margin-bottom: 24px;

}


.profile-img img {
    width: 200px;
    border-radius: 8px;
    margin-right: 34px;
}


.profile-inner-dets {
    display: flex;
}

span.doctor-name {
    display: block;
    font-weight: 800;
    font-size: 19px;
    margin-bottom: 10px;
    margin-top: 14px;
    text-align: left;
}

span.address-c {
    color: #2e2d2d;
    line-height: 30px;
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 6px;
    display: block;
}


span.address-c1 {
    color: #2e2d2d;
    line-height: 30px;
    font-weight: 600;
    font-size: 15px;
    margin-bottom: 6px;
    display: block;
}


span.address-c1 i.fa.fa-map-marker {
    color: var(--dark);
}




span.price-c {
   color: var(--dark);
    line-height: 35px;
    font-weight: 900;
    display: block;
    font-size: 37px;
    margin-bottom: 11px;
    margin-top: 3px;
}



.profile-img {
    width: 26%;
}

.profile-dets {
    width: 50%;
    margin-top: 9px;
}

.profile-price{

width: 25%;
text-align: right;

}



.rate {
    float: left;
    height: 46px;
    padding: 0 2px;
    position: relative;
    top: 2px;
}
.rate:not(:checked) > input {
    position:absolute;
    top:-9999px;
}
.rate:not(:checked) > label {
    float:right;
    width:1em;
    overflow:hidden;
    white-space:nowrap;
    cursor:pointer;
    font-size:30px;
    color:#ccc;
}
.rate:not(:checked) > label:before {
    content: '★ ';
}
.rate > input:checked ~ label {
    color: var(--dark);    
}
.rate:not(:checked) > label:hover,
.rate:not(:checked) > label:hover ~ label {
  color: var(--dark);
}
.rate > input:checked + label:hover,
.rate > input:checked + label:hover ~ label,
.rate > input:checked ~ label:hover,
.rate > input:checked ~ label:hover ~ label,
.rate > label:hover ~ input:checked ~ label {
    color: var(--dark);
}


.profile-inner-dets.doctor-details .profile-img {
    width: auto !important;
}


.doctor-dets.doctor-s h3 {
    font-size: 22px;
    margin-bottom: 15px;
    color: var(--dark);
}

.profile-dets {
    width: 100%;
    margin-top: 9px;
}


.doctor-dets.order-details .profile-dets {
    width: 100%;
    margin-top: 9px;
    display: flex;
    justify-content: space-between;
}


.doctor-dets.order-details  span.address-c {
    color: var(--lightBlue);
    line-height: 30px;
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 6px;
    display: block;
}


.doctor-dets.order-details .profile-inner-dets {
    display: block;
}



.doctor-dets.order-details  span.Booking-date {
    display: block;
    line-height: 29px;
    font-weight: 600;
    font-size: 15px;
}


.doctor-dets.order-details h3 {
    font-size: 18px;
}


.subtotal-c {
    border-top: 1px dashed #cccc;
    margin-top: 14px;
}


.profile-dets.total-dets {
    margin-top: -10px !important;
}

.doctor-dets.order-details h3 {
    font-size: 21px;
    color: var(--dark);
}

.notification-bar h5.book-info {
    font-size: 18px;
    color: var(--lightBlue);
    font-weight: 600;
    font-weight: 800 !important;
}

.thanks-popup {
    text-align: center;
}

form#patient_booking_form .form-field1.form-group {
    position: relative;
    float: none;
}

.notification-bar h5.time-ago {
    margin-top: 0px !important;
    font-size: 17px !important;
    color: #877d7d !important;
}


.notification-bar .book-dets {
    display: flex;
    justify-content: space-between;
}


.notification-bar  .date-time {
    display: flex;
    justify-content: space-between;
}


.notification-bar h5.name {
    font-size: 16px;
    font-weight: 600;
}

.notification-bar h5.timings {
    margin-top: 0px;
    font-size: 15px;
    color: #918c8c;
}


.notification-bar  ul li {
    padding: 17px;
    background: #b5e1f247;
    margin-bottom: 13px;
    border-radius: 8px;
    box-shadow: 0px 5px 4px #dedede;
    height: 80px;
}


h5.book-info.booking-cancel {
    color: #f02424;
}






.perscribed-data .profile-inner-dets {
    padding: 20px 30px;
    background-color: #e9fbff;
    position: relative;
    border-radius: 6px;
    box-shadow: 0px 10px 12px #dedede;
    margin-bottom: 24px;
}


.perscribed-data .profile-img img {
    width: 94px;
    border-radius: 8px;
    margin-right: 34px;
}


.perscribed-data .profile-img {
    width: 20%;
}


.perscribed-data span.price-c {
    color: var(--dark);
    margin-bottom: 0;
    margin-top: 0;
}

.perscribed-data .profile-dets {
    width: 100%;
    margin-top: -12px;
}

.perscribed-data {
    margin: 10px;
}


.perscribed-data a.view-details-c {
    color: var(--dark);
}



.medical-report-section {

    padding: 20px 30px;
    background-color: white;
    position: relative;
    border-radius: 6px;
    box-shadow: 0px 10px 12px #dedede;
    margin-bottom: 24px;


}

.medical-report-d  img{

    display: table;
    margin: 0 auto;
    width: 158px;

}


.medical-report-d p {
    font-size: 19px;
    text-align: center;
    margin-top: 16px;
    color: #706969;
}







.preview
{
    padding: 10px;
    position: relative;
}

.preview i
{
    color: white;
    font-size: 35px;
    transform: translate(50px,130px);
}

.preview-img
{
    border-radius: 100%;
    box-shadow: 0px 0px 5px 2px rgb(224 224 224 / 70%);
}

.browse-button
{
    width: 100%;
    height: 100%;
    border-radius: 100%;
    position: absolute;
    top: -65px;
    left: -50px;;
   /* background: linear-gradient(180deg, transparent, black);*/
    opacity: 1;
    transition: 0.3s ease;
}

/*.browse-button:hover
{
    opacity: 1;
}*/

.upload-div .browse-input
{
    width: 100%;
    height: 100%;
    border-radius: 100%;
    transform: unset;
    opacity: 0;
    position: absolute;
    z-index: 99;
    cursor: pointer;
}

.upload-div .preview i {
    color: white;
    font-size: 19px;
    transform: translate(83px,136px);
     background: var(--dark);
    height: 35px;
    width: 35px;
    border-radius: 41px;
    line-height: 35px;
    cursor: pointer;
}

.upload-div .preview.previwe-c {
    padding: 10px;
    position: relative;
    background: #f4efef;
    width: 30%;
    border-radius: 7px;
    height: 134px;
    margin-right: 13px;
}

.upload-div {
    display: flex;
    margin: 30px 0;
}

.upload-div .preview-box {
    margin-top: 33px;
    color: #645b5b;
}


.gallery-sec span {
    display: block;
    border-bottom: 1px solid #e6e3e3;
    margin-bottom: 15px;
    padding-bottom: 8px;
}



.gallery-sec {
    margin-top: 21px;
}



.gallery-sec i {
    color: #2b9adf;
    font-size: 21px;
    margin-right: 16px;
    line-height: 41px;
    position: relative;
    top: 4px;
}





.uploaded-sec-img .preview.previwe-c {
    position: relative;
    border-radius: 7px;
    height: auto;
    margin-bottom: 10px;
}



.uploaded-sec-img img {
        width: 232px;
    border-radius: 20px;
}


.uploaded-sec-img  i.fas.fa-plus {
    background: #03a9f4;
    font-size: 17px;
    height: 30px;
    width: 32px;
    line-height: 32px;
    border-radius: 50px;
    padding: 1px 6px;
}


.uploaded-sec-img {
    margin-bottom: 71px;
}


.browse-button {
    top: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

 .uploaded-sec-img i.fas.fa-times {
    background: #03a9f4;
    font-size: 17px;
    height: 30px;
    width: 30px;
    line-height: 30px;
    border-radius: 100%;
    padding: 1px 6px;
}


.uploaded-sec-img .browse-button {
    top: 0;
    right: 0;
    left: unset;
    width: 100%;
    cursor: pointer;
}


.uploaded-sec-img .img-title {
    display: flex;
    justify-content: space-between;
    margin-top: 14px;
    margin-left: 18px;
    margin-right: 21px;
}

.uploaded-sec-img  .preview  i.fas.fa-download{
    color: #03a9f4;
    font-size: 35px;
   transform: unset;
    font-size: 19px;
}


.upload-div .preview i.fas.fa-plus {
    color: white;
    font-size: 19px;
    transform: unset;

  }



.gallery-sec a {
    color: #000;
}



#gallery-c  .upload-div .preview.previwe-c {
  
   width: 100% !important;

}




#gallery-c  .browse-button {
    top: -60px;
    left: 65px;
    width: 100%;
}

.modal form select {
    background: #eee;
    margin-bottom: 10px;
}
#gallery-c h3 {
    font-size: 28px;
    color: var(--dark);
    text-align: center;
    font-weight: 800 !IMPORTANT;
    margin-bottom: 25px;
    margin-top: 10px;
}

span.doc-spec {
    color: #fff;
    font-size: 13px;
}
#gallery-c  button.btn.btn-secondary {
    background: #C7E1FF;
    color: #474444;
    border-radius: 26px;
    padding: 7px 33px;
}
#gallery-c button.btn.btn-secondary:hover {
    background: #02fcfa !important;
}
#gallery-c button.btn.btn-primary {
    background: var(--dark);
    color: #fcfcfc;
    border-radius: 26px;
    padding: 7px 33px;
}

#gallery-c  button.close {
    background: var(--lightBlue);
    padding: 7px;
    opacity: 1;
    border-radius: 95px;
    color: #fff;
    height: 39px;
    width: 39px;
}


#uploadform input.form-control{
    margin-bottom: 14px !important;
}

div#gallery-c div#imagePreview {
    display: table;
    margin: 0 auto;
}



form#uploadform {
    margin-top: 15px;
}


div#imagePreview embed {
    width: 104px;
    margin-bottom: 20px;
    object-fit: cover;
}


div#confirm {
   background: #fff;
    padding: 10px;
    background-color: #fffefe;
    border: 1px solid #ffffff;
    /* position: fixed; */
    width: 30%;
    /* left: 50%; */
    /* margin-left: -100px; */
    padding: 25px;
    box-sizing: border-box;
    text-align: center;
    display: table;
    margin: 20px auto;
    box-shadow: 0 1px 4px 0 rgb(12 12 13 / 10%);
     position: absolute;
    width: 30%;
    left: 36%;
    top: 332px;
   display: none;
}


div#confirm button.yes {
    background: #007cc6;
    color: #fff !important;
    padding: 7px 17px;
    border: none;
    margin-top: 23px;
    font-size: 12px;
}


div#confirm  button.no {
    background: #d8dee1;
    color: #3d3333 !important;
    padding: 7px 17px;
    border: none;
    margin-top: 23px;
    font-size: 12px;
    margin-left: 17px;
}


div#myModal button#cancel-final-booking {
    background: #2b9adf;
    color: #fcfcfc;
    border-radius: 26px;
    padding: 7px 33px;
}

div#myModal textarea.cancel_reason {
    width: 100%;
    height: 126px;
}


div#myModal button.btn.btn-default {
    background: #f4efef;
    color: #474444;
    border-radius: 26px;
    padding: 7px 33px;
}



div#myModal .modal-header {
    border-bottom: unset;
}

div#myModal .modal-header .close {
    opacity: 1;
    top: 17px;
    right: 19px;
    position: absolute;
    padding: 0rem 0rem;
    background: transparent;
    color: #2b9adf;
    padding: 6px 8px;
    border-radius: 6px;

}


.upload-div .preview.previwe-c {
    padding: 10px;
    position: relative;
    background: #f4efef;
    width: 30%;
    border-radius: 7px;
    height: 134px;
    margin-right: 13px;
    display: table;
    margin: 0 auto;
}



 div#first-pop   #full-info .modal-content{
    /*top: 345px;*/
    border-radius: 0px !important;
/*    height: 500px;
    overflow-x: hidden;
    overflow-y: scroll;
    border-radius: 0px;*/
}

form#patient_booking_form .form-field1.form-group select
{
    background-color: #eee;
}

.doctor-rate h4 {
    margin: 0;
}

.modal-dialog {
    top: 10px;
}

.modal-open .modal {
    padding-right: 0 !important;
}

.doctor-rate {
    background: var(--dark);
    margin-top: 20px;
    padding: 10px 20px !important;
    border-color: var(--dark);
    color: #fff;
}
 div#first-pop  #full-info .modal-body {
    height: 500px;
    overflow-x: hidden;
    overflow-y: scroll;
    border-radius: 0px;
}


div#full-info {
    height: 88vh;
    overflow-x: hidden;
    overflow-y: scroll;
    border-radius: 0px;
    padding: 20px;
}


div#back-first-booking {
    background: var(--dark);
    color: #fff;
    padding: 10px;
    margin-top: 10px;
    width: 20%;
    text-align: center;
    border-radius: 10px;
    line-height: 19px;
    font-weight: 600;
    font-size: 16px;
}

div#first_booking_section {
    height: 88vh;
    overflow-y: scroll;
    padding: 7px;
    overflow-x: hidden;
}


/*####15mayy*/

.percept-details {
    width: 100%;
}


.percep-first-sec {
    padding: 20px 30px;
    background-color: white;
    position: relative;
    border-radius: 6px;
    box-shadow: 0px 10px 12px #dedede;
    margin-bottom: 24px;
}

.percep-first-sec  span.date-s {
    color: #a69f9f;
    font-size: 14px;
}


.percep-first-sec  h3 {
    font-weight: 700;
    margin-top: 10px;
    margin-bottom: 1px;
    font-size: 19px;
}


.percep-first-sec p {
    color: #a69f9f;
    font-size: 14px;
}

.percep-first-sec .view-records a {
    color: #2196f3;
    font-size: 15px;
    font-weight: 600;
}

.percep-first-sec .view-records {
    text-align: right;
}


.records-shared-by span {
    display: block;
    line-height: 27px;
    font-weight: 600;
}


.records-shared-by span.rec-1 {
    color: #746a6a;
}


.Prescriptions-c  h3.pre-text  {
    font-size: 25px;
    margin-top: 23px;
    margin-bottom: 22px;
}


.Prescriptions-c .Prescriptions-body p {
    margin-bottom: 2px !important;
    font-size: 16px !important;
    margin-top: 6px;
}





.Prescriptions-body h3 {
    font-weight: 700;
    margin-top: 10px;
    margin-bottom: 1px;
    font-size: 19px;
    color: #2196f3;
}


.Prescriptions-c .Prescriptions-body {
    margin-bottom: 29px;
    border-bottom: 1px dashed #ccc;
}


.records-shared-by span.rec-1 {
    color: #8b8787;
    font-size: 18px;
}



.percept-wrapper{

width: 100%;

}


.perscribed-data.perscribed-d-1 span.doctor-name {
    display: block;
    font-weight: 800;
    font-size: 18px;
    margin-bottom: 10px;
    margin-top: 34px;
    text-align: left;
}



div#payment-section {
    height: 88vh;
    overflow-y: scroll;
    padding: 7px;
    overflow-x: hidden;
}


div#payment-section::-webkit-scrollbar-thumb {
    background-color: #00aeef;
}



div#payment-section::-webkit-scrollbar {
    width: 5px;
    background-color: #f5f5f5;
}


div#first_booking_section::-webkit-scrollbar-thumb {
    background-color: #00aeef;
}

div#first_booking_section::-webkit-scrollbar {
    width: 5px;
    background-color: #f5f5f5;
}

div#full-info::-webkit-scrollbar-thumb {
    background-color: #00aeef;
}


div#full-info::-webkit-scrollbar {
    width: 5px;
    background-color: #f5f5f5;
}


.perscribed-data a.view-details-c {
    color: #4eace6;
    cursor: pointer;
}


.percep-first-sec .view-records a{

cursor: pointer;

}


.download-video-record p#view-recordss-precription_back {
    background: var(--dark);
    padding: 5px 5px;
    color: #fff;
    font-size: 17px;
    width: 100px;
    text-align: center;
    border-radius: 5px;
    font-size: 17px;
    margin-left: 11px;
    line-height: 28px;
}



.perceptt-wrappser_ut a{
    background: #2196f3;
    color: #fff;
    padding: 10px 10px;
    margin-bottom: 48px;
    border-radius: 7px;
    font-size: 13px;
    float: right;
}

.perceptt-wrappser_ut{

margin-top: 30px;
margin-bottom: 73px;

}


div#delete-c div#deletePreview p {
    text-align: center;
    font-size: 24px;
    color: #181c18;
    font-weight: 700;
    line-height: 29px;
    margin-top: 22px;
}


div#delete-c button.btn.btn-secondary {
    color: #000;
    background: #d9d9d9;
    border: none;
    padding: 10px 27px;
    text-align: center;
    margin-right: 7px;
    border-radius: 10px;
  
}

button.delete-medical-report-fi {
    background: #03a9f4;
    border: none;
    border: none;
    padding: 10px 27px;
    margin-right: 7px;
    border-radius: 10px;
   

}

div#deletePreview div{

    display: flex;
    justify-content: center;

}


div#first-tresched p {
    text-align: center;
    font-size: 17px;
}

div#first-tresched button.refresh-af-sched {
    background: var(--dark);
    border: none;
    padding: 10px 21px;
    display: table;
    margin: 0 auto;
    color: #fff;
    border-radius: 5px;
}


.uploaded-sec-img .img-hh .browse-button{


  position: static !important;

}



div#myModalres button.close {
    background: #03a9f4;
    height: 30px;
    width: 30px;
    line-height: 30px;
    border-radius: 100%;
    padding: 1px 6px;
    opacity: 1;
    color: #fff;
    text-shadow: unset;
    font-size: 21px;
    position: absolute;
    right: -15px;
    top: -15px;
}



div#myModalres .modal-header {
   
    border-bottom: unset !important;

}



.location-l.form-label-group2 input#search_location{

    height: 38px!important;
    padding-top: 17px;
    font-size: 0.9rem;
    color: #6b6b6b;
    border-radius: 8px;
    line-height: 15px;
}

input#search_location input {
    height: 41px!important;

}


.form-label-group2.location-l label {
    position: absolute;
    left: 17px;
    top: 7px
}


.filter-btn-wrap {

    height: 37px !important;

}

.browse-button {
    top: -26px;
}

section.blog-list.p30.health-tips input#health_search_box {
    width: 100% !important;
}

a#health_text_search {
    position: absolute;
    right: 15px;
}

a#health_text_search  img {
    position: absolute;
    top: -29px;
    right: 0;
}

section.blog-list.p30.health-tips li.d-flex.align-items-center.justify-content-between {
    box-shadow: 0 1px 4px 0 rgb(89 89 98 / 10%);
    margin-bottom: 30px;
    padding: 11px;
    background: #fff;
    flex-flow: row wrap;
}
.dis-list-default-tips .price-tr {
    text-align: right;
    width: 100%;
    padding-top: 10px;
}
.health-tips.inner .container {
    justify-content: center;
}
section.blog-list.p30.health-tips .dis-list-default-tips {
    width: 75%;
}


section.blog-list.p30.health-tips .dis-left {
    width: 20%;
    position: relative;
}

section.blog-list.p30.health-tips .img-tr img {
    width: 55px;
    height: 55px;
    border-radius: 100%;
    object-fit: cover;
}
section.blog-list.p30.health-tips p.cat-tr, p.date-tr {
    color: #2a2828;
    font-size: 14px;
    line-height: 22px;
}

.apply_filter_li_detail.read_more_li_detail {
    background: transparent;
    color: var(--dark);
    border-radius: 10px;
    text-align: center;
    width: 107px;
    padding: 6px;
    font-size: 13px;
    line-height: 21px;
    height: 30px;
    cursor: pointer;
    border-bottom: 2px solid;  
    font-weight: 500;
}
.health-dets  h3 {
    font-size: 27px;
    color: var(--dark);
    margin-bottom: 22px;
}
header .navbar-dark .navbar-nav .nav-link:focus, header .navbar-dark .navbar-nav .nav-link:hover {
    color: #000 !important;
}
.health-dets  .date-c {
    display: flex;
    justify-content: space-between;
}

.health-dets .date {
    color: var(--dark);
    font-size: 15px;
    font-style: italic;
}

.logo img {
    max-width: 76px;
}

a.navbar-brand.logo2 img {
    width: 78px;
}
input:focus, button:focus {box-shadow: none !important; outline: none !important;}
.btn-outline-primary {
    color: #2d7bbe !important;
    border-color: #2d7bbe !important;
}

.btn-outline-primary:hover {
    background: #2d7bbe !important;
    color:  #fff !important;
}

footer p img {
    width: 163px;
}

input:focus

{
    outline: none;
}

.form-signin label.btn {
    text-align: left;
    padding: 0px !important;
    background: #ffffff;
    padding: 8px !important;
    margin-bottom: 19px;
    font-size: 13px !important;
    border-radius: 10px;
        position: relative;
}


.form-signin label.btn  span.fees_cstm {
    font-size: 14px;
    margin-left: 6px;
}


.form-signin#patient_register_form label.btn input[type="radio"] {
    position: relative;
    top: 1px;
}


#patient_register_form .form-label-group input {
    height: auto;
    border-radius: 10px;
 }





#patient_register_form .form-label-group label.btn label.error {
     position: absolute;
    font-size: 12px;
    color: red;
    font-weight: 500;
}





.form-label-group.hint-c p {
    color: #645d5d;
    font-size: 15px;
    margin-top: 30px;
}



.form-label-group.hint-c p {

    color: #645d5d;
    font-size: 15px;
    margin-top: 30px;

}


.form-label-group.hint-c p  span {
    color: var(--dark);
    font-weight: 600;
}

.in-wrap a {
    border-radius: 12px !important;
    background: var(--dark) !important;

}



/*
#####testingissues*/



:root {
  --star-size: 60px;
  --star-color: #ccc;
  --star-background: #fc0;
}

.stars-rating {
  --percent: calc(var(--rating) / 5 * 100%);

  display: inline;
  font-size: var(--star-size);
  font-family: Times; 
  line-height: 1;
   top: -38px;
    height: 15px;
    position: relative;

 
}


.stars-rating::before {
    content: "★★★★★";
    letter-spacing: 3px;
    background: linear-gradient(
      90deg,
      var(--star-background) var(--percent),
      var(--star-color) var(--percent)
    );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
        font-size: 34px;
  }


.rating {
    color: #daa520;
    height: 21px;
}


.star-rating {
    line-height: 12px;
    font-size: 1.25em;
    padding-left: 20px;
    padding-top: 10px;
}




.star-rating .fa-star {
    color: #ff9f00;
}



.star-rating .fa-star:before {
    content: "\f005";
}

.fa-star-o:before {
    content: "\f006";
}

.w3-padding-16 {
    padding-top: 16px!important;
    padding-bottom: 16px!important;
}

div#rating_div .w3-border {
    border: 1px solid #ccc!important;
}


h3.add-review-t {
    padding-left: 15px;
    font-size: 27px;
}



.rating-review-c .w3-input {
    width: 100% !important;
    display: block;
    padding: 18px;
}


.rating-review-c  button#srr_rating {
    background: var(--dark);
    border: none;
    color: #fff;
    font-size: 17px;
    padding: 10px 27px;
    border-radius: 10px;
}

 .star-rating .fa-star {
    color: #ff9f00;
        font-size: 20px;
}

.rating-review-c{

display: block;
width: 100%;

}


.rating-review-c  .fa-star-o:before {
    content: "\f006";
    font-family: FontAwesome;
}

.star-rating {
    line-height: 12px;
    font-size: 1.25em;
    padding-left: 10px;
 }


.comment.comment-c1 .review-count {


top: 53px !important;
left: -54px !important;

}


.comment.comment-c1 .review-count.rating span.rating-h {
    left: 54px;
    position: relative;
    font-size: 15px !important;
    color: #ffcc00 !important;
}

.comment.comment-c1 .stars-rating::before  {
    font-size: 29px !important;
}


.comment.comment-c1 .rounded-circle {
    border-radius: 100%;
    object-fit: cover;
    height: 42.78px;
    width: 40px;
}

.from-leftwrap.row .form-label-group2 label {
    position: absolute;
    left: 17px;
    top: 6px;
}

form.services-27 .from-leftwrap.row .form-label-group2 select, .form-label-group2 input {
    height: 59px!important;
    background: #c5ecfb !important;
}

.form.services-27 .filter-btn-wrap {
    height: 59px !important;
}

.form-group.has-search.pro-search input#doctor_search_box {
    height: 59px;
}

.form-group.has-search.pro-search a {
    position: absolute;
    right: 0px;
    top: 8px;
}


.filter-btn-wrap {
    height: 56px !important;
}

/*
###1may*/

div#filter_result .doctor-card .doc-img {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 148px;
    border-radius: 30px 30px 30px 5px;
    overflow: hidden;
    text-align: center;
}


div#filter_result .doctor-card .doc-img img {
  /*  width: 100px;
    height: 143px;
    object-fit: cover;*/


        width: 141px;
    height:auto;
    object-fit: contain;
    
}

div#back-full-booking {
    background: var(--dark);
    color: #fff;
    padding: 10px;
    margin-top: 10px;
    width: 20%;
    text-align: center;
    border-radius: 10px;
    line-height: 19px;
    font-weight: 600;
    font-size: 16px;
    cursor: pointer;
}




div#before_coupon_listing  .code-sucess {
    width: 50%;
    float: right;
    text-align: right;
}


div#before_coupon_listing  h5 {
    float: left;
    width: 50%;
}




div#before_coupon_listing  .payment-area .header-pay p {
    margin-bottom: 0px;
    clear: both;
}

div#before_coupon_listing  .header-pay p {
    margin-bottom: 0px;
    clear: both;
    line-height: normal;
}


div#before_coupon_listing .back-to-payment {
    margin-top: 35px;
}


/*div#before_coupon_listing  button#cstm_apply_coupon {
    margin-bottom: 30px;
}
*/

 div#coupons_area_second {
    margin-top: 34px;
}

.select-method .select-dbm label.btn {
    background: #eee;
}

form#coupan-apply-form  .form-field1.form-group input {
    padding: 24px 30px 24px 50px !important;
}
div#first-tresched embed {
    width: 270px;
    display: block;
    margin-bottom: 19px;
    display: table;
    margin: 0 auto;
}


div#first-tresched a {
  background: var(--dark);
    color: #fff;
    padding: 14px 32px;
    border-radius: 10px;
    margin-top: 27px !important;
    display: table;
    margin: 0 auto;
    font-size: 15px;
}

#myModalres-pre button.close {
    background: #03a9f4;
    height: 30px;
    width: 30px;
    line-height: 30px;
    border-radius: 100%;
    padding: 1px 6px;
    opacity: 1;
    color: #fff;
    text-shadow: unset;
    font-size: 21px;
    position: absolute;
    right: 9px;
    top: 3px;
}



div#myModalres button.close {
    background: #03a9f4;
    height: 30px;
    width: 30px;
    line-height: 30px;
    border-radius: 100%;
    padding: 1px 6px;
    opacity: 1;
    color: #fff;
    text-shadow: unset;
    font-size: 21px;
    position: absolute;
    right: 1px;
    top: 12px;

 }


div#myModalres button.close{
right: 3px;
top: 9px;


}



.comment.comment-c1 .review-count {
    top: 53px !important;
    left: -5px !important;
}


.review-listing > ul li .comment .comment-body .meta-data .review-count{

    right: unset;

}



.comment.comment-c1 .review-count {
    top: 27px !important;
    left: -5px !important;
}


.review-listing > ul li .comment .comment-body .meta-data .review-count {
    position: relative;
    align-items: baseline;
    margin: 11px 0;
    flex-flow: row-reverse;
    justify-content: space-between;
    width: 100% !important;
    border-bottom: 1px solid #ddd;
}


div#doc_reviews a#dis-all-ratingsss {
    background: #2196f3;
    color: #fff;
    padding: 5px;
    width: 110px !important;
    text-align: center;
    position: relative;
    left: -133px;
    height: 34px;
    border-radius: 10px;
    top: 5px;
}




.review-secs ul li {
    padding: 17px;
    background: #fff;
    margin-bottom: 13px;
    border-radius: 8px;
    box-shadow: 0px 5px 4px #dedede;
    
}


.review-secs .profile-inner-dets {
    display: flex;
}


.review-secs .profile-img {
    width: 26%;
}


.review-secs .profile-img img {
    width: 200px;
    border-radius: 8px;
    margin-right: 34px;
}


.review-secs .profile-dets {
     width: 60%;
    margin-top: 9px;
}

.review-secs  span.doctor-name {
    display: block;
    font-weight: 800;
    font-size: 19px;
    margin-bottom: 10px;
    margin-top: 14px;
    text-align: left;
}


.review-secs p.doctor-name {
    text-align: left;
    line-height: 24px;
    font-size: 14px;
    text-align: justify;
}



.review-secs .profile-img img {
    width: 200px;
    border-radius: 8px;
    margin-right: 34px;
    height: 146px;
    object-fit: cover;
}


.review-secs .rating-c {
    position: relative;
    top: 20px;
}

.thanks-popup a {
    background: var(--dark);
    width: max-content;
    display: inline-block;
    padding: 10px 25px;
    border-radius: 5px;
    margin-top: 14px;
    color: #fff;
}



div#filter_result .doctor-card .doc-img img {
    width: 100% !important;
    height: 200px;
    object-fit: cover;
}

p.doc-location {
    color: #fff;
    font-size: 13px;
    line-height: 22px;
    padding-bottom: 10px;
    padding-top: 5px;
}

/*05-08-2021*/
.insuarance_pic .inner .upload-img img {
    width: 100%;
    background: #e9f5fc;
}
.insuarance_pic .submit-section a {
    margin-top: 20px;
    margin-left: 20px;
    color: var(--dark);
}
.uploaded-sec-img .preview.previwe-c .inner-pro .preview-box embed {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.profile-tabs .card h2 button.btn {
    padding-left: 0px;
    color: #fff;
}
.widget.review-listing ul.comments-list li .stars-rating {
    top: 0;
}
.widget.review-listing ul.comments-list li a#dis-all-ratingsss {
    left: 10px !important;
    top: 2px !important;
}
/*05-08-2021*/





@media only screen and (max-width:767px){

.modal {

margin-right: 0px !important;
padding-right: 0px !important;

}



.graay-bg .inner-area span.code-area {
    position: static;
}



.review-secs .profile-inner-dets {
    display: flex;
    flex-wrap: wrap;
}

.review-secs .profile-dets {
    width: 100%;
    margin-top: 9px;
}


.date-outer {
    display: block !important;

}

.graay-bg .inner-area {
   
    padding: 10px;
}

.percept-wrapper {
    width: 100%;
    padding: 10px;
}

.perceptt-wrappser_ut {
    margin-top: 24px !important;
    margin-bottom: 0px !important;
    display: table;
    margin: 0 auto;
}

.perceptt-wrappser_ut  h3 {
    margin-bottom: 27px;
}


.inner-banner h2 {
    font-size: 32px;


}


form.settings-pro {
    width: 100%;

}

.list-transaction ul li {


display: block !important;

}


.list-transaction ul li .price-tr {
    margin-top: 21px;
}


}


@media screen and (max-width: 1024px) and (min-width: 768px) {

.img-main {
 
    height: 89px;

}



form.services-27 .from-leftwrap.row .form-label-group2 select, .form-label-group2 input {
    height: 59px!important;
 
}


form.services-27 .form-label-group2 {
    position: relative;
    margin-bottom: 30px;
   
}



.review-secs .profile-inner-dets {
    display: flex;
    flex-wrap: wrap;
}

.review-secs .profile-dets {
    width: 100%;
    margin-top: 9px;
}

}






@media only screen and (max-width: 414px){


.banner-pro .carousel-inner {
    padding-top: 225px !important;
}



form.services-27 .from-leftwrap.row .form-label-group2 select, .form-label-group2 input {
    height: 59px!important;
    margin-bottom: 47px;
}


form.services-27 .form-label-group2 {
    position: relative;
    margin-top: 30px;
        margin-bottom: 20px;
}


}




/*
####3juneeeeeeeeee*/



form#contact_form label.error {
    color: red !important;
    font-size: 12px;
}



.perceptt-wrappser_ut h3 {
    margin-left: 14px;
}



.rating-review-c .w3-input {
    width: 100% !important;
    display: block;
    padding: 18px;
    box-shadow: 0px 10px 12px #dedede;
    border: unset;
}


h3.add-review-t {
    padding-left: 5px;
    font-size: 27px;
    font-weight: 700;
    margin-top: 10px;
    margin-bottom: 1px;
    font-size: 22px;
    color: #2196f3;
    line-height: 46px;
}



a.terms-dd {
    color: #007bff;
}





div#filter_result p.center-error-no-dio {
    text-align: center;
    font-size: 23px;
    color: var(--lightBlue);
}





.option-book .btn-group.btn-group-vertical  label.btn.active {
    position: relative;
}




.select-dbm label.btn:after {
    content: "";
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    height: 100%;
}



#mains #faq .card .card-header .btn-header-link{

font-size: 15px;

  
}

.option-book.option-books span.booking_for.duplicate-df {
    position: absolute;
    left: 11px;
    opacity: 0;
    display: none;
}

.navbar-nav .login .nav-link:hover {
    background: #2b9adf;
    border: 1px solid #2b9adf;
}

.featureinner:hover {
    background: var(--lightBlue);
}
.feature-wrap h2 span {
    color: #e0e5e8;
}
.btn-primary {
    color: #fff;
    background-color: var(--dark);
    border-color: var(--dark);
}
a.terms-dd {
    color: #246fc5;
}

.feature-wrap.new-feature {
    background: var(--dark);
    padding: 70px 0 170px 0;
    background-image: url(../images/Explore-more.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.btn-primary:hover {
    color: #000;
    background-color: var(--red) !important;
    border-color: var(--red)  !important;
}
input:focus {outline: none !important;}
.feature-wrap.new-feature .feature-cont {
    position: absolute;
    overflow: hidden;
    width: 100%;
    bottom: -33%; 
    background: #fff;
    padding: 20px 0;
}
.home footer {
    padding-top: 80px;
}

.explore-images::before {
    content: "";
    background: #02fcfa;
    position: absolute;
    bottom: -95%;
    height: 550px;
    width: 550px;
    border-radius: 100%;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.explore-images img {
    position: relative;
}

.dashboard-menu > ul > li:hover > a, .dashboard-menu > ul > li.active > a {
    color: #a2fdfc;
}





.switcher.notranslate {
    background: transparent !important;
    margin-left: 10px !important;
    border: unset;
    color: #fafafa;
    border: 1px solid #ffffff !important;
        border-radius: 5px;
}
.switcher , .switcher .option {
    width: 150px !important;
}

.switcher .selected {
    background: transparent !important;
    position: relative !important;
    z-index: 9999 !important;
}

.navbar-expand-lg .navbar-nav .dropdown-menu {
    width: max-content;
}
.switcher .selected a {
    border: unset !important;
    color: #fff !important;
    padding: 3px 5px !important;
    width: 140px !important;
    font-size: 15px;
}


.switcher .option{

position: absolute !important;


}


.switcher .selected a:hover {
    background: transparent !important;
}



nav.navbar.navbar-expand-lg.navbar-dark.fixed-top.fixed   .switcher.notranslate {
    background: transparent !important;
    margin-left: 10px !important;
    border: unset;
    color: #01768b !important;
    border: 1px solid #fff !important;
}





nav.navbar.navbar-expand-lg.navbar-dark.fixed-top.fixed  .switcher .selected a {
    border: unset !important;
    color: #fff !important;
    padding: 3px 5px !important;
    width: 161px !important;
}

.carousel-caption p {
    margin-bottom: 1.25rem;
    font-size: 16px !important;
    line-height: 1.5;
    color: #e1e5e8;
}


.info-contact {
    background: #eee !important;
    box-shadow: 0 0 3px 3px #01204438;
}
    #map-canvas {
    position: relative !important;
    overflow: visible !important;
    height: 100%  !important;
    width: 100%  !important;
    margin: 0px auto;
    padding: 0px;
    display: table;
    margin: 0 auto;

}
div#myModalmap .modal-header .close {
    opacity: 1;
    top: 5px;
    right: 2px;
    position: absolute;
    padding: 0rem 0rem;
    background: #2b9ade;
    width: 38px;
    color: #fff;
    border-radius: 100%;
    height: 38px;
}

div#myModalmap  .map-sec {
  height: 300px;
  width: 100%;
  overflow: hidden;
}



div#myModalmap .modal-dialog {
    max-width: 750px;
    margin: 1.75rem auto;
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.page-template-patient-register .custom-control.custom-checkbox {
    margin-bottom: 30px !important;
}

.page-template-patient-register .custom-checkbox label.error {
    position: absolute;
    bottom: -26px;
    font-size: 11.5px;
    left: 0;
}

/* Sunil 25-08-2021 */

form#patient_booking_form .form-field1.form-group i.fa {
    top: 15px;
   
}
form#patient_booking_form .form-field1.form-group i.fa img{
    left:0;
}
.intl-tel-input .flag-container{
    top:5px !important;
}
textarea#booking_message,
select#insurance,
select#gender {
    height: 44px;
    border-radius: 4px;
}

textarea#booking_message {
    padding-top: 11px;
}
form#patient_booking_form .form-field1.form-group i.fa.fa-comment-dots {
    top: 13px;
}
form#patient_booking_form .form-field1.form-group i.fa img{
    width: 20px;
    top: -1px;
}
.upload-img-two,
.upload-img-one {
    position: absolute;
    top: 2px;
    left: 2px;
    border-radius: 8px;
    overflow: hidden;
    height: calc(100% - 4px);
    width: calc(100% - 4px);
    z-index: 0;
}
.insuarance_pic .change-photo-btn{
    z-index: 10;
}
.insuarance_pic .inner .upload-img img,
.upload-img-one img {
    height: 100%;
    width: 100% !important;
    object-fit: cover;
    
}
   
/* Sunil 24-08-2021 */

@media(max-width:1199px){

    header .container:lang(fr) {
        width: 100%;
        max-width: 100%;
    }
    header .switcher{
        width:121px;
    }
    header .switcher .option{
        width: 117px;
        top: 119px;
    border-radius: 8px;
    }
    header .switcher .selected a{
        width: 111px !important;
    }
}

@media(max-width:1023px){
header nav.navbar ul#menu-main-nav .menu-item a.nav-link:lang(fr) {
    text-align: center;
    font-size: 12px;
}
header .navbar-nav .register .nav-link:lang(fr),
header .navbar-nav .login .nav-link:lang(fr){
    padding: 7px 12px;
    font-size: 12px;
}
.switcher a:lang(fr){
    font-size: 12px !important;
}
header .switcher:lang(fr) {
    width: 104px;
}
header .switcher .selected a:lang(fr) {
    width: 94px !important;
}
header .switcher .option:lang(fr) {
    top: 119px;
}
header .switcher .option:lang(fr) {
    width: 105px;
}
}


.carousel-caption {
    padding-bottom: 0 !important;
    bottom: 0 !important;
}

img.top-baner-img {
    height: 435px;
    width: 100%;
    object-fit: contain;
}
#myCarousel .carousel-item {
    height: 40rem;
}
.carousel-inner {
    padding-bottom: 40px;
}
ul#menu-main-nav.navbar-nav .login .nav-link:hover {
    background: var(--dark);
    border: 1px solid var(--dark);
    color: #fff !important;
}
.allo-foot {
    background: #fff;
    padding: 50px 0 30px 0;
    text-align: center;
}

.allo-foot a img {
    width: 190px;
}

.allo-foot .rgt-wrap a {
    color: #005b89;
    font-size: 15px;
    font-family: 'Roboto';
}

.allo-foot p {
    color: #005b89;
    font-size: 13px;
}

.rgt-wrap {
    border-top: 1px solid #203348;
    padding-top: 20px;
}

.allo-services form {
    background: #fff;
    padding: 20px;
    box-shadow: 0 0 3px 3px #273c5026;
    border-radius: 7px;
}

.new-form-serve ul {
    margin: 0;
}

.new-form-serve ul .form-group {
    margin: 0;
}

.inner-banner img {
    display: none;
}

img.curve5 {
    display: none;
}

.explore-images {
    text-align: center;
    position: relative;
}
.trp-language-switcher > div > a {
    color: rgb(0 0 0);
}
.patient-card .form-group input {
    background: #c5ecfb !important;
    border: none;
}
.container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 92% !important;
}
.modal-content {
    background: #fff;
}
.modal-title {
    color: var(--dark) !IMPORTANT;
    font-size: 26px;
}
.modal-header {
   border-bottom: 1px solid #fff;
}

.modal-body {
   text-align: center;
}

.modal-body a {
    background: var(--dark) !important;
}

.trp-language-switcher:hover .trp-ls-shortcode-language {
    background: #6dcff6;
}
.trp-language-switcher > div > a:hover {
    background: #eee !important;
}

.feature-cont .slick-track {
    width: 100% !IMPORTANT;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
}

.feature-cont .slick-track .featureinner {
    width: 17% !important;
}