/*
==========================================
   01. Header CSS
==========================================
*/

/* --- header-top css start --- */

.header-top {
    background: var(--green);
    padding: 10px 0px;
    text-align: center;
}

.header-top p, .header-top a {
    color: var(--white);
    font-size: 12px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
}

.header-top .help-number a {
    padding-left: 20px;
}

.header-top .download-app>a {
    text-decoration: underline;
    margin-right: 25px;
}

.header-top .download-app .h-socail a {
    margin-right: 17px;
}

.header-top .download-app .h-socail a:last-child {
    margin-right: 0px;
}

/* --- header-top css end --- */

/* --- header-nav css start --- */

.header-nav .navbar-brand {
    padding: 0px;
}

.header-nav .ftco-navbar-light {
    background: #fff;
    z-index: 3;
    box-shadow: 0 5px 20px -17px rgb(0 0 0 / 34%);
    border: 1px solid #e7e7e7;
    padding: 13px 0px;
}

.header-nav .navbar-expand-lg>.container {
    padding-right: 15px;
    padding-left: 15px;
}

.header-nav .navbar-toggler {
    padding: .25rem 0rem;
}

.header-nav .navbar-expand-lg .navbar-nav .nav-link {
   font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: var(--black);
    padding: 0px;
    padding-right: 35px;
}

/*
==========================================
   02. Bnnaer CSS
==========================================
*/

.banner {
    padding-top: 2%;
    padding-bottom: 5%;
}

.banner.green-overly:after {
    width: 60%;
}

.banner .banner-title .sub-heading {
    font-family: 'Ubuntu', sans-serif;
    font-size: 30px;
    font-weight: 400;
    color: #030303;
}

.banner-carousel.owl-carousel .owl-dots .owl-dot.active span, .banner-carousel.owl-carousel .owl-dots .owl-dot:hover span {
    background: #070707;
}

.banner-carousel.owl-carousel .owl-dots .owl-dot span {
    width: 30px;
    height: 7px;
    margin: 5px 5px;
    background: #E0E0E0;
    display: inline-block;
    transition: opacity .2s ease;
    border-radius: 7px;
    border: none;
}

.banner-carousel .owl-dots {
    display: inline-block;
    position: absolute;
    right: 30%;
}

.banner-title .sub-title {
    font-size: 27px;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 400;
}

.banner-content p {
    line-height: 23px;
    padding: 20px 20px 25px 0px;
}

/* --- header-nav css start --- */

/*
==========================================
   03. Our-Services CSS
==========================================
*/

.our-services {
    position: relative;
    z-index: 1;
}

/* --- appointment css start --- */

.appointments {
    gap: 20px;
    align-items: center;
}

.appointment-wrapper {
    /* padding: 25px 20px; */
    background: #fff;
    /* border-radius: 8px; */
    position: relative;
}

.appointments select.form-control, .appointments .date .form-control, .appointments .time .form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    /* background: url(../img/arrow-bottom.png) no-repeat right calc(100% - 20px) !important; */
    background: url(../img/arrow-bottom.png) no-repeat calc(100% - 15px) !important;
    transition: .3s ease all;
    position: relative;
}

.appointments .date .form-control {
    background: url(../img/calendar.png) no-repeat calc(100% - 15px) !important;
}

.appointments .form-control, .appointments .form-control::placeholder {
    color: var(--green);
}

.appointments .appoint-now {
    grid-template-columns: 1fr 1fr 1fr;
    margin-bottom: 10px;
}

/* .appointments .appoint-now:last-child {
    grid-template-columns: 2fr 1fr;
    gap: 7.5px;
} */

.appointments .appoint-now input[type="date"] {
    -webkit-appearance: none;
    appearance: none;
}

/* --- appointment css end --- */

/* --- services css start --- */

.our-services .sm-none {
    display: none;
}

/* .single-service {
    position: relative;
    overflow: hidden;

    border-radius: 8px;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15);
    background: var(--white);
    padding: 20px 20px 30px;
    text-align: center;
    margin-bottom: 40px;
} */

.single-service .sub-title {
    margin: 5px 0px 18px;
}

.single-service .serivce-img {
    display: inline-block;
}

.single-service:hover,
.single-service.active{
    border-bottom: 4px solid var(--green);
}

/* .single-service:hover, .single-service.active {
    box-shadow: 0px 7px 1px var(--green);
} */

/* --- services css end --- */

/*
==========================================
   03. Our-Services CSS
==========================================
*/

/* --- find-nearest tab css start --- */

.find-header-tab .nav-link {
    border: none;
    background-color: #E5E7E9;
    height: 70px;
    align-items: center;
    display: flex;
    text-align: center;
    width: 100%;
    justify-content: center;
    border-radius: .25rem;
    position: relative;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    color: var(--blue);
}

.find-header-tab .nav-link.active {
    background-color: var(--blue);
    color: #fff;
}

.find-header-tab .nav-tabs .nav-item.show .nav-link,
.find-header-tab .nav-tabs .nav-link.active,
.find-header-tab.nav-tabs {
    border: none;
}

.find-header-tab .nav-item {
    width: 33%;
    padding: 0 20px 0px 0;
    min-width: 100px;
    margin-bottom: 0;
}

.find-header-tab .nav-link.active:before {
    color: #fff;
    content: '';
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 15px solid var(--blue);
    position: absolute;
    bottom: -12px;
    left: -1px;
    border-radius: .25rem;
}

/* --- find-nearest tab css end --- */

/* --- find-tab-content css end --- */

.find-tab-content .doctor {
    background: url(../img/find-bg.png) no-repeat center center;
    height: 630px;
    max-height: 630px;
}

.find-tab-content .inner-form,
.dc-form .inner-form{
    background: rgb(255 255 255 / 53%);
    border-radius: 50px;
    padding: 15px;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
}

.find-tab-content .inner-form .input-field.third-wrap,
.dc-form.inner-form .input-field.third-wrap {
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.find-tab-content .inner-form .input-field,
.dc-form .inner-form .input-field {
    position: relative;
    border-right: 1px solid #ddd;
    background: #fff;
}



.find-tab-content .inner-form .search-input,
.dc-form  .inner-form .search-input,
.find-tab-content .inner-form .search-input ,
.dc-form  .inner-form .search-input,
.find-tab-content .inner-form .search-input,
.dc-form  .inner-form .custom-btn.blue-btn.search-input {
    height: 48px;
    border-radius: 50px;
    border: 0;
    display: block;
    width: 100%;
    /* change radowan  */
    padding: 10px 15px 10px 15px;
    font-size: 15px;
   /* change radowan  */
    color: #555;
    font-weight: 600;
    position: relative;
}

.find-tab-content .inner-form .input-field button.custom-btn.blue-btn,
.dc-form .inner-form .input-field button.custom-btn.blue-btn
 {
    margin: -7px;
    color: white;
    border: 1px solid var(--blue);
    margin-right: -4px;
}

.find-tab-content .inner-form .form-control.search-input,
.dc-form .inner-form .form-control.search-input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: relative;
    /* change radowan  */
    background: url(../img/category-d.png) no-repeat calc(100% - 20px) !important;
   /* change radowan  */
}

.find-tab-content .input-field.first-wrap,
.dc-form  .input-field.first-wrap {
    border-radius: 50px 0px 0px 50px;
    width: 25%;
}
.cus-p-100 .input-field.first-wrap {
    width: 100%;
}

.find-tab-content .input-field.third-wrap,
.dc-form .input-field.third-wrap {
    border-radius: 0px 50px 50px 0px;
}

.find-tab-content .input-field.third-wrap,
.dc-form  .input-field.third-wrap {
    display: flex;
    align-items: center;
}

.doctor .section-top .section-heading, .doctor .section-top p {
    color: var(--white);
}

.triage-search input[type="text"] {
    height: 36px;
}

.triage-search button.custom-btn.blue-btn {
    height: 36px;
}

.triage-search input.form-control {
    /* background: transparent; */
    border: none;
    border-radius: 50px;
}

.triage-search input.form-control:focus {
    border: none;
}

.triage-search .input-field {
    position: relative;
    background: #fff;
    border-radius: 50px;
    border: 1px solid var(--green);
}
#triages .triage {
    position: relative;
    padding: 21px 0px;
}

#triages .green-overly:after {
    content: "";
    left: 40%;
    right: 0%;
    top: 20%;
    width: 50%;
    height: 60%;
}

/* hospital */

.hospital {
    padding: 50px 0px;
}

#hospitals .green-overly:after {
    content: "";
    left: 39%;
    right: auto;
    width: 61%;
}

.hospital .section-heading {
    font-size: 25px;
}

.hospital .find-n-h p {
    font-weight: 600;
    font-size: 18px;
    font-family: 'Open Sans', sans-serif;
}

.hospital [class*="col-md-4"]:last-child {
    padding-right: 0px;
}

.hospital .find-n-h ul {
    padding: 15px 60px 20px 0px;
}

.hospital .find-n-h ul li {
    border-radius: 25px;
    margin: 10px 0px;
    padding: 8px;
}

.hospital .find-n-h ul li a {
    padding-left: 20px;
    display: block;
    font-weight: 600;
    transition: .1s;
    font-family: 'Open Sans', sans-serif;
    color: var(--black);
    font-size: 25px;
}

.hospital .find-n-h ul li:hover {
    background: #fff;
    box-shadow: 3px 4px 4px 5px #f5f3f3;
}

.hospital ul li.active {
    box-shadow: 3px 2px 4px 2px #f5f3f3;
    color: var(--green);
}

.hospital .find-n-h ul li a span {
    padding-left: 13px;
}

.find-nearest-carousel.owl-carousel .owl-item img {
    display: inline-block;
    max-width: 100% !important;
    width: auto;
}

/* --- find-tab-content tab css end --- */

/* --- write-us  css start --- */

.write-us {
    background: url(../img/write-bg.png) no-repeat center center;
    height: 430px;
    min-height: 430px;
}

.write-form {
    background: var(--blue);
    padding: 20px 40px;
    border-radius: 15px;
}

.write-form form {
    background: #fff;
    border-radius: 5px;
}

.write-form form .form-control {
    border: none;
}

/* --- write-us css end --- */

/* --- about-wha css start --- */

.about-wha .banner-content p {
    font-family: 'Segoe UI Regular';
}

.about-wha {
    padding: 50px 0px;
}

/* --- about-wha css end --- */

/* --- our-blog css start --- */

/* feature-area */
.our-blog.bg {
    position: relative;
}

.our-blog {
    background: url(../img/blog-bg.png) no-repeat center center;
    height: 630px;
    min-height: 630px;
}

.our-b-h .section-heading {
    color: #263238;
}

.our-blog .our-b-h .section-heading.heading-bar:before {
    background: var(--blue);
}

.our-blog .feature-wrapper p {
    color: #989898;
}

/* .our-blog .feature-area [class^="col-xl-3"] {
    padding: 0px 5px;
} */

.our-blog .feature-wrapper {
    background: #fff;
    /* border: 1px solid #E2E2E2; */
    box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 15%);
    border-radius: 5px;
    padding: 15px 20px;
    display: flex;
    flex-direction: column;
    max-height: 350px;
    height: 100%;
}
.feature-content {
    display: flex;
    flex-direction: column;
    height: 100%;
}
.feature-content .blog-auto-t{
    margin-top: auto;
}
.our-blog .feature-img {
    order: -1;
    margin-top: -50px;
}

.our-blog .feature-items {
    padding-top: 40px;
    padding-bottom: 20px;
}

.our-blog .blog-carousel {
    position: relative;
}

.our-blog .sub-title {
    font-size: 20px;
    padding: 5px 0px;
}
.our-blog .feature-wrapper .custom-btn {
    width: 180px;
    background: var(--blue);
    margin-top: 15px;
}
.our-blog .feature-wrapper .custom-btn i{
    padding-left: 15px;
}
.our-blog .feature-img {
    display: inline-block;
}
/* --- our-blog css end --- */

/* --- faq css start --- */
.faq {
    padding: 50px 0px;
}
.faq i.fas.fa-chevron-down {
    position: absolute;
    right: 15px;
    top: 25px;
}
.faq button.btn.btn-link.btn-block.text-left.collapsed i.fas.fa-chevron-down{
    transform: rotate(180deg);
}
.faq button.btn.btn-link {
    font-weight: 600;
    font-size: 18px;
    color:#263238;
    text-decoration: none;
}
 .faq button.btn.btn-link:hover,
 .faq button.btn.btn-link[aria-expanded="true"]{
    color: var(--green);
    text-decoration: none;
}
.faq button.btn.btn-link{

    color:#263238;
}

.faq button{
    padding-left: 0px;
}
.faq .card-header {
    padding: 0.75rem 1.25rem;
    background-color:transparent;
    border-bottom: none;
}
.faq  .card-body {
    padding: 1.25rem;
    padding-top: 0px;
}
.faq  .card-body p{
    text-align: justify;
}
/* --- faqcss end --- */


/*
==========================================
  08. Gallary Css
==========================================
*/

.gallery {
    position: relative;
}
/* .our-blog.bg {
    position: relative;
} */

/* clear fix */
.gallery .grid:after {
    content: '';
    display: block;
    clear: both;
  }
  .gallery .grid .col-md-3{
      padding-right: 0px;
      padding-bottom: 15px;
  }

  .portfolio-area .button-group{
      padding: 40px 0px 25px;
  }

.portfolio-area  .grid .portfolio img
{
  width: 100%;
  display: inline-block;
}
.portfolio-area button{
    font-family: 'Open Sans', sans-serif;
    background-color: #F3F3F3;
    font-weight: 500;
    font-size: 25px;
    margin-right: 30px;
    max-width: 180px;
    width: 180px;
    text-align: center;
    padding: 10px 20px;
    color: #263238;
}
.portfolio-area  .button.is-checked, .portfolio-area  .button.is-selected {
    background-color: #016939;
    color: white;
}
.gallery-m .mfp-figure figure {

    background: #fff;
    padding: 15px;
}
.gallery-m .mfp-title {

    color: #100000;
    padding-left: 15px;
}
.gallery-m .mfp-image-holder .mfp-close {
    right: 10px;
    color: #100000;
}
.portfolio-area img.play-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 40px !important;
  display: inline-block;
  transform: translate(-50%, -50%);
  text-align: center;
  margin-bottom: 0px !important;
}




/*
==========================================
  09. live-update Css
==========================================
*/
.live-update{
    padding: 70px 0px;
}

.live-update .all-header-tab .nav-link {
    font-weight: 500;
    font-size: 20px;
    /* margin-right: 0px; */
}
.live-update .tab-pane .section-heading {
    font-weight: 600;
    font-size: 30px;
}
.live-update p.call-us {
    font-weight: 600;
    font-size: 20px;
    color: var(--green);
    text-align: initial;
}
.live-update p.call-us a{

    color: var(--green);
}
.live-update-content p {
    text-align: justify;
}
/*
==========================================
  10. footer Css
==========================================
*/
.footer-area {
    position: relative;
    background:var(--light-green);
  }

  footer p,
  footer a {
    color: #263238;
    font-size: 14px;
    font-family: 'poppins', sans-serif;
    padding-bottom: 5px;
  }

 .footer-area .address-bd>div>a {
    flex-basis: 20px;
    margin-right: 5px;
  }
 .footer-area .social-icon{
    display: flex;
  }
 .footer-area .social-icon a {
    background: #263238;
    margin-right: 10px;
    height: 30px;
    width: 30px;
    border-radius: 50%;
      display: flex;
      text-align: center;
      align-items: center;
      justify-content: center;
      padding-bottom: 0px;
  }

 .footer-area .social-icon a:last-child {
    margin-right: 0px;

  }

 .footer-area .g-1fr {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 15px;
  }

 footer .copyright {
    background:var(--green);
    padding: 15px 0px;
  }

 footer .copyright p{
    color: #fff;
  }


/* --- doctor-details css start --- */
/*
==========================================
  11. find-dc & hospital Css
==========================================
*/

.find-dc .dc-form .inner-form {
    background: rgb(46 56 136 / 53%);
}
.find-dc .pattern {
    right: 0px;
    top: inherit;
    bottom: 0px;
}
/* specialist Css */
.specialist .single-service {
    padding: 0px;
    border-radius: 0px;
    text-align:inherit;
}
.specialist .specialist-content {
    padding: 15px;
}

/*
==========================================
  12. hospital-profile Css
==========================================
*/
.specialist .single-service {
    padding: 10px;
    border-radius: 0px;
    text-align:inherit;
    padding-bottom: 20px;
}
.specialist .specialist-content {
    padding: 15px;
}
.specialist .single-service .serivce-img {
    display: block;
}
.specialist .single-service .serivce-img img{
    width: 100%;
}
/* .specialist .single-service {
    padding: 20px 20px 30px;
} */
/*
==========================================
  13. hospital-profile Css
==========================================
*/

.hospital-profile-wrapper  .pattern {
    right: 0;
}
.hospital-profile-wrapper .section-heading{
    text-transform: capitalize;
}
.service-b-1{
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    color: var(--black);
}
.service-b-1:hover{
    color: #016939;
}
.sb-1{
    background-color: #E5FAFB;
}
.sb-2{
    background-color: #EBFAF2;
}
.sb-3{
    background-color: #FDF3F5;
}
.sb-4{
    background-color: #FFF4E5;
}
.load-more-b .details-btn{
    color: var(--black);
}
.load-more-b .details-btn:after {
    background-color: var(--black);
}
.achievement ul{
    list-style: decimal;
    padding-left: 15px;
    padding-top: 20px;

}
.achievement ul li{
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-style: italic;
    font-weight: 600;
    padding-bottom: 2px;

}


.h-specialization .section-heading.heading-bar:before {
    background: var(--black);
}
.bed-info .single-service:hover{
    box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 15%);
}
.bed-info .single-service .sub-heading{
    color: #2E3888;
    font-weight: 700;

}
.gallery-grid {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    padding-bottom: 40px;
    padding-bottom: 20px;
}
/* --- doctor-details css end --- */


/*
==========================================
  14. package Css
==========================================
*/
.plan{
    padding: 50px 0px;
}
.plan-grid{
    display: grid;
   grid-template-columns: repeat(3, 1fr);
   gap: 12px;
   height: 100%;
}

.plan-item {
    position: relative;
    border-radius: 8px;
    z-index: 1;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.plan-item .ultimated {
    position: relative;
    padding: 15px;
    display: flex;
    flex-direction: column;
    height: 100%;
    width: 100%;
    /* min-height: 80vh; */
}
.plan-item .ultimated .ultimated-wrapper {
    display: flex;
    flex-direction: column;
    height: 100%;
}

/* .plan-item .ultimated-2 {
    padding: 15px;
    min-height:35vh;
    display: flex;
    flex-direction: column;
} */
.plan-item .ultimated-2 {
    padding: 15px;
    display: flex;
    flex-direction: column;
    height: 100%;
}
.plan-item .ultimated-2 .ultimated-wrapper {
    display: flex;
    flex-direction: column;
    height: 100%;
}
.plan-item .get-btn,
.plan-item .price-w
 {
    margin-top: auto;
}

.plan-item.plan-item-bg-1{
    background-color: #FFFBF1;
    border: 1px solid #FCB619;
}
.plan-item.plan-item-bg-2 {
    background-color: #EBF9FF;
    border: 1px solid #2AA7E2;
}
.plan-item.plan-item-bg-3 {

    background-color: #F3FFF7;
    border: 1px solid #7DBB41;
}

.plan-item>img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
}

.plan-item .ultimated-update-content.before-srarting-img>ul>li:before,
.strategy .ultimated-update-content.before-srarting-img>ul>li:before{
    content: url(../img/plan-checked.png);
}
/* .plan-item .ultimated-update-content.before-srarting-img>ul>li,
.plan-item .complete-h li {
    font-size: 18px;
    font-weight: 700;
    margin: 10px 0px;
} */
.plan-item .ultimated-update-content.before-srarting-img>ul>li, .plan-item .complete-h li {
    font-size: 17px;
    font-weight: 600;
    /* change */
    margin: 8px 0px;
}
.plan-item .complete-h{
      list-style-position: inside;
     list-style-type: disc;
}
.plan-item .price-w .custom-btn {
    width: 100%;
    display: block;
    /* change */
    font-size: 20px;
    font-weight: 700;
    border-radius: 5px;
}
.plan-item .ultimated-wrapper .custom-btn.price-btn-1 {
    background:#FCB619;
}
.plan-item .ultimated-wrapper .custom-btn.price-btn-2 {
    background: #2AA7E2;
}
.plan-item .ultimated-wrapper .custom-btn.price-btn-3 {
    background: #7DBB41;
}
.plan-item.plan-item-bg-2 .ultimated-wrapper .get-btn .custom-btn,
.plan-item.plan-item-bg-3 .ultimated-wrapper .get-btn .custom-btn {
    background: transparent;
    color: #2AA7E2;
    padding: 0px;
}
.plan-item.plan-item-bg-3 .ultimated-wrapper .get-btn .custom-btn {
    color: #7DBB41;
}
/* Change r */
.plan-item .ultimated-2 .ultimated-wrapper h3.font-28 {
    margin-bottom: 25px;
    font-size: 22px;
}
.plan  .custom-title .section-heading {
    color: #FCB619;
}
/* --- build css start --- */
.build{
    position: relative;
}
.build-inner {
    position: relative;
    /* margin-bottom: 50px; */
    padding: 7rem 0px;
    min-height: 600px;
    display: flex;
    align-items: center;
    overflow: hidden;
}
.build img.play-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 40px !important;
    display: inline-block;
    transform: translate(-50%, -50%);
    text-align: center;
    margin-bottom: 0px !important;
}
.build-inner .abs-50 {
    display: inline-block;
    width: 50%;
    position: absolute;
    top: 0;
    height: 100%;
  }

.build-inner a.videos-icon img:nth-child(odd) {
    position: relative;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

  /* .abs-50 img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  } */
  .build-inner:nth-child(odd) .abs-50 {
    right: 0;
}
.build-inner.medical-guide.green-overly .col-md-6 {
    margin-left: auto;
}
.medical-guide.green-overly .banner-left-content {
    text-align: right;
}
.medical-guide.green-overly .banner-left-content p {
    padding: 20px 0px 20px 25px;
}
.medical-guide.green-overly:after {
    background-color: #CCE1FF;
}


.medical-guide.green-overly .section-heading.heading-bar{
    color:#2E3888;
}
.medical-guide.green-overly .banner-content .custom-btn,
.medical-guide.green-overly .section-heading.heading-bar:before {
    background: #2E3888;
    color: #fff;

}

/* --- build css end --- */
/* --- strategy start --- */

.strategy .before-srarting-img> ul >li {
    margin: 8px 0px;

}
  /* --- strategy end --- */

/*
==========================================
  15. doctor-profile Css
==========================================
*/
.doctor-profile .doctor-ratting-s {
    position: absolute;
    bottom: 20px;
    left: 41%;
    z-index:2;
}
.doctor-profile .doctor-banner img{
    position: relative;
}
.doctor-profile  .doctor-banner.green-overly:after {
    background-color: var(--black);
    opacity: .58;
    z-index: 1;
}
.doctor-profile .doctor-title .dr-description p {
    font-size: 18px;
    padding-bottom: 10px;
}
.doctor-profile .doctor-title .dr-description p  span{
    font-weight: 600;
}
.doctor-profile .doctor-title .crd-round-img img {
    width: 250px;
    height: 250px;
}
.doctor-profile  .schedule .schedule-time p span{
    font-family: 'Ubuntu', sans-serif;
    font-size: 18px;
    line-height: 30px;
}
.doctor-profile .schedule .schedule-time p span.drop-itm {
    color: #1E73BE;
}
.doctor-profile .doctor-title .schedule .schedule-time p span.drop-itm i{
    padding-right: 10px;
}
.doctor-profile .card-side .card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem 1.25rem 0px 1.25rem;
}
.doctor-profile .appointments .appoint-now:last-child {
    grid-template-columns: 1fr 1fr 1fr;
}
.doctor-profile .appointments .appoint-now:first-child {
    grid-template-columns: 1fr 2fr;
}
.doctor-profile .sub-bar{
    line-height: 45px;
}
.doctor-profile .doc-cham-shcedule{
    display: flex;
    justify-content: space-between;
    gap: 20px;
}
.doctor-profile .doc-cham-shcedule .card-header {
    background: #2E3888;
}
.doctor-profile .doc-cham-shcedule .details-btn{
    font-size: 20px;
}
.doctor-profile .doc-cham-shcedule .view-less-b .details-btn{
    color: var(--black);
}

.slider-dc{
    padding: 50px 0px 100px;
}
.slider-dc .green-overly{
    padding:25px 15px;
}
.slider-dc .feature-items .feature-content{
    background: #fff;
    padding: 15px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    position: relative;
}

.slider-dc .feature-items .feature-content p.quote .fa-quote-right {
    margin-top: -2px;
    color: var(--green);
    padding-right: 8px;
}

.slider-dc .feature-items .feature-content:after{
    content: "";
    border-left: solid transparent 10px;
    border-right: solid transparent 10px;
    border-top: solid #ffffff 10px;
    bottom: -7px;
    height: 0;
    left: 7%;
    position: absolute;
    width: 0;
}
.slider-dc .dc-pro-img{
    padding: 15px 0px 0px;
}
.slider-dc .dc-pro-img img {
    height: 58px;
    width: 58px;
    margin-right: 20px;
    border: 1px solid #ddd;
}
.doctor-profile .pattern {
        right: 0px;
        top: inherit;
        bottom: 0px;
}
.doctor-profile .appointment-wrapper {
    margin-top: 0px;
}
.doctor-profile .doctor-title {
    margin-top: -180px;
    position: relative;
    z-index: 1;
}



/*
==========================================
  17. custom-package  Css
==========================================
*/


.c-package-content .basket img {
    width: 40px;
    max-width: 40px;
  }
  .c-package-single .dolar-img {
    display: inline-flex;
  }
  .c-package-single .dolar-img p {
    padding-left: 10px;
  }

  /* Radowan Change */

  .c-package-single {
    height: 100%;
    background: #fff;
    padding: 20px 20px;
    box-shadow: 0px 0px 8px 1px #2121213b;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
}

.pack-buy {
    display: flex;
    margin-top: auto;
}
.pack-buy .j-flex {
    width: 100%;
}
.shopping-cart a {
    font-size: 35px;
    position: absolute;
    right: 5%;
    color: #008d6a;
}
.badge-counter {
    position: absolute;
    transform: scale(.5);
    transform-origin: top right;
    right: -11px;
    margin-top: -3px;
}
.badge {
    display: inline-block;
    padding: 0.25em 0.4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.35rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    -webkit-border-radius: 0.35rem;
    -moz-border-radius: 0.35rem;
    -ms-border-radius: 0.35rem;
    -o-border-radius: 0.35rem;
}

.shopping-cart {
    position: sticky;
    top: 30%;
    z-index: 999;
}

  .c-package-d {
    color: #000;
    padding: 15px 0px;
  }
  .c-package-content {
    padding-top: 15px;
  }
.custom-package{
    position:relative;
}
.custom-package .dc-form .inner-form .form-control.search-input {
    background: url(../img/category-d.png) no-repeat calc(100% - 20px) !important;
}
.item-selector {
    transform: rotate( 360deg);
    -webkit-transform: rotate( 360deg);
    -moz-transform: rotate( 360deg);
    -ms-transform: rotate( 360deg);
    -o-transform: rotate( 360deg);
}
.add-to-card .schedule .training{
    font-size: 18px;
    /* font-family: 'Raleway', sans-serif; */
    font-weight: 500;
    color: #030303;
}
.add-to-card .card-header {
    background-color: #016939;
}
.add-to-card .card-body {
    background-color: #EBFEF1;
    height:350px;
    max-height: 400px;
    overflow-y: scroll;
}
.add-to-card {
    position: absolute;
    right: 0px;
    width: 380px;
    border: 1px solid #016939;
}
.add-to-card-wrapper,#package_cart {
    position: sticky;
    z-index: 1;
    top: 35%;
}
.add-to-card .card:nth-child(2) .card-header {
    background-color: #609B7F;
}
.add-to-card .card:nth-child(2) .card-header h3{
   color: #000000;
}
.add-to-card .place-holder .flex-2,
.add-to-card .place-holder .flex-1{
    padding: 10px 10px;
}

.add-to-card .place-holder .flex-2{
    background-color: #016939;
}
.add-to-card .place-holder .flex-1{
    background-color: #00532C
}

.add-to-card .card{
    border:none;
}
.item-selector p input {
    background: transparent;
    display: inline-block;
    width: 30px;
}
/*
==========================================
  18. compare Css
==========================================
*/

.to-compare{
    display: grid;
    grid-template-columns: repeat(3,1fr);
    padding: 50px 0px;
}
.content{
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    padding: 20px 30px;
    text-align: center;
}
.content img{
    width: 120px;
    height: 120px;
    border-radius: 50%;
    border:1px solid var(--green);
    padding: 10px;
    background: #fff;
    margin-bottom: 10px;
}
.content.bg-green{
    color: #fff;
}
.compare .bg-blue.p-100{
    padding: 100px;
}
.select-t-s p.load-more-btn.font-20 {
   color: #fff;
   margin-bottom: 10px;
   text-align: center;
}
.select-t-s .load-more-btn:after, .select-t-s .load-more-btn:before {
    background-color: #fff;
}
.compare-btn{
    background-color: #8492FF;
    color: #fff;
    padding: 10px 35px;
    font-weight: 600;
    border-radius: 24px;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    -ms-border-radius: 24px;
    -o-border-radius: 24px;
}

.compare .select-t-s{
    display: flex;
    gap: 20px;
}
.compare-table .table{
    width: 100%;
    table-layout: auto;
}
.compare-table .table th {
    background: #183887;
    color: #fff;
}
.compare-table .table td, .compare-table table th {
    padding: 10px 12px;
    border: 1px solid #ddd;
    text-align: center;
}
/*
==========================================
  18. footer Css
==========================================
*/


.query {
    color: #0089D9;
    text-decoration: underline;
    font-size: 20px;
}
.query:first-letter{
    text-transform:uppercase;
}
.model-wreapper .close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    z-index: 1;
    opacity: 1;
}
/* .model-wreapper  form .form-control::placeholder{
    background-color: #016939;
} */
.model-wreapper  form .form-control {
    font-size: 18px;
    color: #495057;
    background-color:var(--light-green);
    border: none;
    margin-bottom: 15px;
}
.model-wreapper  p,.model-wreapper  a{
    font-size: 22px;
    color: var(--black);
}

.model-wreappe button.btn.white-c {
    font-size: 18px;
    padding: 10px;
    color: #fff;
}
.model-wreappe button.btn.white-c img{
    padding-right:8px;
}
.buy-n {
    position: relative;
    display: inline-block;
    margin-top: -100px;
}
.buy-n img{
    position: relative;
    display: inline-block;
}
.buy-n a i {
    position: absolute;
    top: -16px;
    right: -3px;
    font-size: 18px;
    border: 1px solid #f00;
    width: 25px;
    height: 25px;
    display: flex;
    color: #f00;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}
/* --- Doctor-details css end --- */


/* blog */

/*
==========================================
  details4  Css
==========================================
*/
.blog-details .mast {
    font-size: 20px;
    font-weight: 500;
    color: #000;
  }
  .blog-details .mast span{
    padding-right: 15px;
  }
  .blog-details .about-bang-c .social-icon a{
    color: #fff;
    height: 50px;
    width: 50px;
    font-size: 25px;
  }

  .blog-details .about-bang-c .social-icon a:nth-child(2){
    background: #29C5F6;
  }
  .blog-details .about-bang-c .social-icon a:nth-child(3) {
    background: #CA212A;
  }

  .blog-details .post-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .blog-details .activity-icons  img {
    width: 25px;
    margin-right: 10px;
  }

  .blog-details .activity-icons div {
    display: inline-flex;
    align-items: center;
    margin-right: 15px;
  }

  .blog-details .post-profile-icon {
    display: flex;
    align-items: center;
  }

  .blog-details .post-profile-icon img {
    width: 20px;
    border-radius: 50%;
    margin-right: 30;
    margin-right: 5px;
  }

  .blog-details .post-row a {
    color: #9a9a9a;
  }
  .blog-details .activity-icons .activity-comment{
    position: relative;
    padding-left: 20px;
  }
  .blog-details .activity-icons .activity-comment   img{
    width: 40px;
    display: inline-block;
    margin-left: -15px;
    margin-right: 0px;
  }
  .blog-details .post-profile-icon i{
      color: #D2D2D2;
      padding-right: 8px;
  }
  .blog-details .post-profile-icon i:last-child{
    padding-right: 0px;
  }
  .blog-details .post-profile-icon i.star-2{
    color: #FDDC3C;
  }

  .blog-details .commen-box{
    display: flex;
    padding-bottom: 15px;
  }
  /* .commen-box.com-f {
    flex-direction: column;
  } */
  .blog-details .comment-icons img {
    width: 55px;
    max-width: 55px;
    height: 55px;
    border-radius: 50%;
    margin-right: 15px;
  }
  .blog-details .like-c a{
    margin-right:9px;
  }

  .blog-details .search-box {
    width: 100%;
    border-radius: 20px;
    display: flex;
    align-items: center;
    position: relative;
  }

  .blog-details .search-box label {
    margin: 0px;
    position: absolute;
    right: 10px;
    top: 13px;
  }
  .blog-details .search-box label img {
    width: 25px;
  }

  .blog-details  .location-box {
      background: transparent;
      /* width: 350px; */
      border-radius: 0px;
      display: flex;
      align-items: center;
      padding: 0px 10px;
      border: 1px solid #ddd;
      margin-bottom: 15px;
    }

    .blog-details .event-type p{
      color: #000;
      line-height: 25px;
    }
    .blog-details .price{
    padding-bottom: 15px;
  }
  .blog-details  .price p {
      color: #000;
      padding:3px 0px;
    }
    .blog-details .ratting i.star-2 {
      color: #FDDC3C;
      padding-right: 5px;
    }
    .blog-details .about-bang-c .social-icon{
        display:flex;
    }

    .blog-details  .social-icon a {
        background: #000C63;
        margin-right: 10px;
        height: 30px;
        width: 30px;
        border-radius: 50%;
        display: flex;
        text-align: center;
        align-items: center;
        justify-content: center;
        padding-bottom: 0px;
    }

    .blog-details p{
        text-align: justify;
    }

    .title-widget-sidebar {
        font-size: 25px;
        margin-bottom: 15px;
        padding-bottom: 10px;
        margin-top: 0px;
    }
/*recent-post-col*/
.widget-sidebar {
    background-color: #fff;
    padding: 0px 20px 0px;
}

.widget-sidebar .title-widget-sidebar {
    border-bottom: 2px solid #e5ebef;
}

.widget-sidebar .title-widget-sidebar:after {
    border-bottom: 2px solid #f1c40f;
    width: 150px;
    display: block;
    position: absolute;
    content: '';
    padding-bottom: 10px;
}

.widget-sidebar .recent-post{width: 100%;
    display: flex;
    list-style-type: none;}
.widget-sidebar .post-img img {
    border: 5px solid #16A085;
    transition: 0.5s;
    width: 100%;
    height: 100px;
}
.widget-sidebar .post-img {
    margin-right: 15px;
}

.widget-sidebar .recent-post a {
    text-decoration: none;
    color:#34495E;
    transition: 0.5s;
}
.widget-sidebar .post-img,
.widget-sidebar .recent-post a:hover{
    color:#F39C12;
}
.widget-sidebar .post-img img:hover{
    border: 5px solid #F39C12;
}
.widget-sidebar .recent-post p small{
    font-size: 16px;
}
.widget-sidebar .recent-post p small i{
    padding-right: 8px;

}

.widget-sidebar .recent-post h5 {
    margin-bottom: 7px;
}


/* 17/01/2018 Radowan */
h2.section-heading + p {
    font-weight: 500;
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
}
.doctors-card .doctors-content span {
    display: inline-block;
    margin-bottom: 5px;
    background: #2e3888;
    letter-spacing: 0.4px;
    color: #fff;
    font-size: 16px !important;
    font-weight: 400;
    padding: 3px 7px;
    border-radius: 3px;
}
.doctors-card .doctors-content p {
    font-size: 15px !important;;
    font-weight: 500 !important;
    color: #3f3d3d;
    font-family: 'Poppins', sans-serif;
}
.input-field.third-wrap input:-webkit-autofill,
.input-field.third-wrap input:-webkit-autofill:focus {
    background-color: #fff;
  transition: background-color 600000s 0s, color 600000s 0s;
}
.speciality-card {
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    height: 100%;
}
.speciality-action{
    display: flex;
    flex-direction: column;
    margin-top: auto;
    align-items: end;
}


.package .about-wha .banner-content p.package-head {
    font-weight: 600;
    font-size: 16px;
    text-align: left;
}
.package .about-wha .banner-content p {
    line-height: 1.5;
    padding: 7px 15px 16px 0px;
    text-align: left;
}
.package .plan-title .section-heading {
        font-size: 30px;
}

/* change */
.package .ultimated-wrapper .font-25,
.package .ultimated-wrapper .font-18-b {
    font-size: 17px;
    font-weight: 600;
}

.package .build-inner .section-heading {
    font-weight: 600;
    font-size: 34px;
}
.filter_doctor-cs > [class*="col-"] {
    padding:0px 8px;

}
.default_doctor_list .row > [class*="col-"] {
    padding:5px 10px;

}


.doctor-information-area .dc-po-nam{

}

/* Radowan change */
.service-content-wrapper {
    justify-content: flex-start;
    display: flex;
    flex-wrap: wrap;
    margin-top: 86px;
    margin-bottom: 40.5px;
}

.service-content-wrapper .single-service {
    background: #fff;
    box-shadow: 0 40px 70px 0 rgb(0 0 0 / 5%);
    border-radius: 5px;
    margin: 14.5px;
    text-align: center;
    padding: 20px 20px 30px;
    width: 330px;
    transform: translateY(0);
    transition: transform .25s ease;
    min-height: 300px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    position: relative;
    border-bottom: 4px solid transparent;
}

.service-content-wrapper .single-service-hover:hover {
    transform: translateY(-5px);
}

.service-content-wrapper .single-service-hover:nth-child(2),
.service-content-wrapper .single-service-hover:nth-child(5) {
    margin-top: -86px;
}

.service-content-wrapper .service-learn-m {
    color: #18b99b;
    letter-spacing: .15px;
}



.ultimated .plan-title {
    background: #FFCD00;
}
.ultimated .plan-title  .sub-title {
    font-size: 20px;
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
}
.ultimated ul.complete-h {
    padding-bottom: 10px;
}
.pc-price {
    flex: 1;
    padding-left: 4px;
}
.goog-te-gadget .goog-te-combo {
    color: #fff !important;
    height: 28px;
    width: 100%;
    margin: 0px 0;
    background: #016939;
    letter-spacing: -0.5px;
    border: 1px solid #fff;
    border-radius: 5px;
}

.skiptranslate.goog-te-gadget {
    height: 28px;
    margin-left: 8px;
}


.hospital-banner > img {
    width: 100%;
    height: 300px;
}
