@import url('https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Rajdhani:wght@300;400;500;600;700&family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap');

*{
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
} 

body{
    font-family: "Ubuntu", sans-serif;
}

p {
    color: #444;
    font-size: 16px;
}
img{
    max-width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Rajdhani", sans-serif;
    font-weight: 700;
}

ul,
li,
a{
    list-style: none;
    text-decoration: none;
    margin: 0px;
    padding: 0px;
}

/*Top Section Start*/

.top-section  {
    background: #8FCBD6;
}

.top-section .top-section-right {
    text-align: right;
}

.top-section .top-section-right ul li a {
    color: #fff;
    text-transform: capitalize;
    font-weight: 600;
}

/*Top Section End*/

/*Medile Header Section Start*/

.medile_header  .midle-header-contact {
    text-align: right;
}

.medile_header  .midle-header-contact .header-contect-item {
    display: inline-block;
    text-align: left;
    margin-left: 35px;
}
.medile_header  .midle-header-contact .header-contect-item .title {
    color: #555;
    text-transform: uppercase;
    font-weight: 700;
}
.medile_header  .midle-header-contact .header-contect-item .title i{
    color: #8FCBD6;
    font-weight: 700;
    font-size: 22px;
}

.medile_header .midle-header-contact .header-contect-item span,a{
    color: #7d7d7d;
    font-weight: 600;
    transition: all 0.3s linear;
}
.medile_header .midle-header-contact .header-contect-item span a:hover{
    color: #8FCBD6;
}

/*Medile Header Section End*/

/*Main Header Section Star*/

.main_header {
    background: #e8e8e8;
}
.main_header .nav-menu .navbar-nav li {
    margin: 0px 15px 0px 0px;
    position: relative;
}
.main_header .nav-menu .navbar-nav li a {
    font-family: 'Rajdhani', sans-serif;
    display: block;
    text-decoration: none;
    padding: 10px;
    color: #333;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    font-weight: 700;
    font-size: 20px;
    text-transform: capitalize;
}
.main_header .nav-menu .navbar-nav li a:hover{
    color: #8FCBD6;
}


.main_header .nav-menu .donet-now {
    background: #8fcbd6;
    padding: 10px 20px;
    text-transform: uppercase;
    cursor: pointer;
}

.main_header .nav-menu .donet-now ul li a {
    color: #fff;
    font-size: 20px;
    transition: all 0.3s linear;
}

.main_header .nav-menu .donet-now:hover ul li a {
    color: #000;
}

/*Main Header Section End*/



/*Slider Section Start*/
.slider .carousel-item .bg-img {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    height: 600px;
    color: #fff;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    display: flex;
    align-items: center;
}
.slider .carousel-inner img {
    height: 600px;
    object-fit: cover;
}
.slider .carousel-caption {
    position: absolute;
    right: 0;
    left: 0;
    color: #fff;
    top: 50%;
    transform: translateY(-50%);
    text-align: start;
}
.bg-color {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #333;
    opacity: 0.4;
}
.slider .text-animated h1 {
    font-size: 46px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 15px;
}

.slider-text {
    position: relative;
}

.slider .text-animated p {
    font-size: 16px;
    color: #fff;
}

.slider .bg-color {
    position: absolute;
    content: "";
    background: #444;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    opacity: 0.4;
}

/*Slider Section End*/

/*About Area Section Start*/

.about_area {
    background: #f6f6f6;
    padding: 90px 0px 60px 0px;
}
.about_area .about-content .about-headline-left h2 span {
    font-size: 22px;
    display: block;
    font-weight: 400;
}

.about_area .about-content .about-headline-left h2 {
    font-size: 32px;
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: 30px;
}
.about_area .about-content .ce_ixelgen_progress_bar {
    max-width: 800px;
    margin: 0 auto;
}

.about_area .about-content .ce_ixelgen_progress_bar .item_value {
    font-weight: 400;
}
.about_area .about-content .ce_ixelgen_progress_bar .item_bar {
    position: relative;
    height: 12px;
    width: 100%;
    background-color: #fff;
    border-radius: 4px;
}
.about_area .about-content .ce_ixelgen_progress_bar .item_bar .progress {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 0;
    height: 12px;
    margin: 0;
    background-color: #8FCBD6;
    border-radius: 4px;
    transition: width 100ms ease;
}
.about_area .about-content .progress_bar_item.grid-x {
    margin-bottom: 10px;
}
.about_area .about-content .progress-content {
    display: flex;
    justify-content: space-between;
}


/*About Area Section End*/
.headline {
    padding-bottom: 50px;
}
.headline h1 {
    font-size: 32px;
    margin-bottom: 0;
    font-family: 'Rajdhani', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
}
p.heading {
    font-size: 18px;
    font-weight: 400;
    color: #777;
    margin-bottom: 5px;
}


/*services Area Section Start*/


.services_area{
    padding: 72px 0 50px;	
}
.services_area .item {
    background: #fff;
    padding: 20px;
    border-radius: 0;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    -moz-box-shadow: 0 0 7px 1px #f6f6f6;
    -webkit-box-shadow: 0 0 7px 1px #f6f6f6;
    box-shadow: 0 0 7px 1px #00000021;
    height: 100%;
}


.services_area .item:before {
    content: '';
    width: 0;
    height: 4px;
    position: absolute;
    right: -30px;
    bottom: 0;
    background-color: #8FCBD6;
    -webkit-transition: 0.4s all ease;
    -moz-transition: 0.4s all ease;
    transition: 0.4s all ease;
}

.services_area .item::after {
    content: '';
    width: 0;
    height: 4px;
    position: absolute;
    left: -30px;
    top: 0;
    background-color: #8FCBD6;
    -webkit-transition: 0.4s all ease;
    -moz-transition: 0.4s all ease;
    transition: 0.4s all ease;
}
.services_area .item .icon i {
    border: 2px solid;
    width: 60px;
    height: 60px;
    line-height: 1.9;
    transition: all 0.4s ease 0s;
    text-align: center;
    font-size: 30px;
    color: #8fcbd6;
}

.services_area .item .icon {
    float: left;
}

.services_area .item .text {
    margin-left: 80px;
}

.services_area .item .text h3 {
    font-size: 24px;
    color: #333;
    margin: 0 0 12px;
    font-weight: 700;
    text-transform: capitalize;
}

.services_area .item .text p {
    font-size: 14px;
    color: #555555;
    margin-bottom: 0;
}
.services_area .item:hover:before {
    width: 100%;
}
.services_area .item:hover:after {
    width: 100%;
}
.services_area .item:hover .icon i {
    border-radius: 100%;
}

/*services Area Section End*/

/*News Area Section Start*/
.news_area {
    background: #f6f6f6;
    padding: 80px 0px;
}
.news_area .item {
    box-shadow: 0 0 7px 1px #00000021;
    height: 100%;
    position: relative;
}
.news_area .item .photo {
    height: 230px;
    width: 100%;
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden;
}
.news_area .item .photo img {
    object-fit: cover;
    height: 230px;
}
.news_area .item .post-date {
    text-align: center;
    width: 100%;
    display: block;
    bottom: -48px;
    position: absolute;
    background-color: #8FCBD6;
    color: #fff;
    padding: 15px;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.news_area .item:hover span.post-date {
    bottom: 0;
    background-color: #8FCBD6;
}

.news_area .item .text h3 {
    font-size: 18px;
    font-weight: 400;
    margin: 10px 0 10px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}
.news_area .item .text h3 a {
    color: #212529;
    text-decoration: none;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    font-weight: 700;
    font-size: 22px;
    line-height: 1.3;
}
.news_area .item .text h3 a:hover{
    color: #8FCBD6;
}

.news_area .item .text p {
    margin: 15px 0 60px;
    font-weight: 600;
    line-height: 30px;
    font-size: 16px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
}

.news_area .item .text {
    padding: 15px;
}
.news_area .item .btn.btn-primary.quote-btn.blog {
    padding: 7px 15px;
    font-size: 16px;
    font-weight: 700;
    font-family: 'Rajdhani', sans-serif;
    text-transform: uppercase;
    position: absolute;
    bottom: 5%;
    left: 5%;
    transform: translateY(0%);
}

.news_area .item .btn.btn-primary.quote-btn {
    background-color: #8FCBD6;
    border: none;
    padding: 10px 20px;
    font-weight: 600;
    font-size: 14px;
    border-radius: inherit;
}

/*News Area Section End*/


.contact_us:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #8FCBD6;
    opacity: 0.8;
}
.contact_us {
    position: relative;
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    padding-top: 55px;
    padding-bottom: 70px;
}
/*.call-text {
margin-top: 15px;
}*/
.contact_us .call-text h3 {
    font-family: 'Ubuntu', sans-serif;
    font-size: 22px;
    font-weight: 500;
    color: #fff;
    margin: 0;
}

.contact_us .button a {
    font-family: 'Rajdhani', sans-serif;
    font-size: 20px;
    background: #313131;
    border: 0;
    padding: 17px 30px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
}
.contact_us .button a:hover {
    color: #8FCBD6;
    background: #fff;
    text-decoration: none;
}
.contact_us .call-text,.button {
    position: absolute;
}


.footer_area{
    background: #343232;
    padding: 80px 0px 30px;
}

.footer_area .footer-content h3 {
    font-size: 24px;
    color: #ddd;
    margin-bottom: 60px;
    position: relative;
    font-weight: 600;
}
.footer_area .footer-content p {
    color: #d9d8d8;
    margin: 15px 0 30px;
    font-size: 14px;
}
.footer_area .footer-content h3::before {
    background-color: #8FCBD6;
    height: 2px;
    position: absolute;
    content: "";
    width: 60px;
    left: 0;
    bottom: -19px;
}
.footer_area .footer-content h3::after {
    background-color: #8FCBD6;
    height: 2px;
    position: absolute;
    content: "";
    width: 30px;
    left: 0;
    bottom: -27px;
}

.footer_area input.form-control {
    background: #ddd;
    font-size: 16px;
    border-radius: 0;
}

.footer_area .btnme {
    display: inline-block;
    font-weight: 400;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background: #8FCBD6;
    border: inherit;
    padding: 11px 25px !important;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: inherit !important;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}


.footer_area .footer-content ul li a {
    color: #e6e5e5;
    font-weight: normal;
    display: block;
    text-decoration: none;
}
.footer_area .footer-content ul li a:hover {
    color: #8FCBD6;
}
.footer_area .footer-content ul li {
    margin-bottom: 10px;
}
.footer_area .footer-address .text {
    font-size: 14px;
    margin-left: 14px;
}

.footer_area .footer-address {
    position: relative;
    margin-bottom: 12px;
    color: #d9d8d8;
    display: flex;
    align-items: center;
}

.footer_area .footer-social-icons ul li {
    display: inline-block;
    margin-right: 2px;
}
.footer_area .footer-social-icons ul li a {
    background: #444;
    color: #ddd;
    height: 35px;
    width: 35px;
    text-align: center;
    line-height: 2.3;
    border: 1px solid #555;
    display: block;
}

.footer_area .footer-social-icons ul li i {
    margin-right: 0px;
}

.bottom_footer {
    background: #2b2a2a;
    color: #d9d8d8;
    padding: 20px 0px;
}
.bottom_footer p{
    color: #d9d8d8;
}




/*Pages Start*/

.about_banner_area img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.about_banner_area {
    position: relative;
}

.about-title {
    position: absolute;
    top: 50%;
    /* bottom: 50%; */
    transform: translateY(-50%);
}

.about-title h1 {
    margin: 0;
    padding: 0;
    font-size: 30px;
    color: #fff;
    border-left: 3px solid #8fcbd6;
    padding-left: 10px;
    font-family: 'Rajdhani', sans-serif;
    font-weight: 700;
    text-transform: capitalize;
}

.about_content {
    padding: 50px 0px;
}


/*contact Page Start*/

.contact_address {
    background: #f6f6f6;
    padding: 20px 0px 40px;
}
.contact_address .add-item .add-icon {
    font-size: 33px;
    background: #8FCBD6;
    height: 70px;
    width: 70px;
    text-align: center;
    line-height: 68px;
    border-radius: 50%;
    color: #fff;
    position: relative;
    margin: 36px auto 20px;
}

.contact_address .add-item .add-text {
    color: #555;
    background: #fff;
    padding: 30px 0;
    border-radius: 10px;
}
.contact_address .add-item .add-text h3 {
    font-size: 24px;
    font-weight: 700;
    color: #333;
    margin-bottom: 10px;
    text-transform: capitalize;
}

.contact_address .add-item .add-text p span{
    display: block;
    font-weight: 600;
}

.contact_form {
    padding: 70px 0px 80px;
}
.contact_form .form-item, .massege-item {
    margin-bottom: 15px;
}

.contact_form .form-item input[type="text"] {
    width: 100%;
    height: 45px;
    border: 1px solid #ccc;
    color: #343232;
    text-indent: 15px;
    background-color: transparent;
    transition: all 0.4s ease;
}

.contact_form .massege-item textarea {
    width: 100%;
    height: 224px;
    padding: 6px 12px;
    color: #343232;
    border: 1px solid #ccc;
    background-color: transparent;
    transition: all 0.4s ease;
}


.contact_form .form-item input:focus, .massege-item textarea:focus {
    border: 1px solid #8FCBD6 !important;
    outline: inherit;
}

.contact_form .btn.btn-primary.quote-btn {
    background-color: #8FCBD6;
    border: none;
    padding: 10px 20px;
    font-weight: 600;
    font-size: 14px;
    border-radius: inherit;
}

.contact_form .btn.btn-primary.quote-btn.submit {
    padding: 12px 50px;
    font-family: 'Rajdhani', sans-serif;
    font-size: 20px;
}

.contact_map .map-area iframe {
    width: 100%;
    height: 500px;
}



/*Services Page Start*/
.service_area {
    padding: 50px 0px 80px;
}
.service_area .item {
    box-shadow: 0 0 7px 1px #00000021;
    height: 100%;
}
.service_area .item .photo img {
    height: 230px;
    width: 100%;
    object-fit: cover;
}

.service_area .item .text h3 a {
    color: #212529;
    text-decoration: none;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    font-weight: 700;
    font-size: 22px;
    line-height: 1.3;
}
.service_area .item .text {
    padding: 15px 15px 25px;
    background: #fff;
}

.service_area .item .text h3 a:hover {
    color: #8FCBD6;
}


.service_area .item .text p {
    margin: 15px 0 20px;
    font-weight: 600;
    line-height: 30px;
    font-size: 16px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
}


.service_area .item .btn.btn-primary.quote-btn.blog {
    padding: 7px 15px;
    font-size: 16px;
    font-weight: 700;
    font-family: 'Rajdhani', sans-serif;
    text-transform: uppercase;
}
.service_area .item .btn.btn-primary.quote-btn {
    background-color: #8FCBD6;
    border: none;
    padding: 10px 20px;
    font-weight: 600;
    font-size: 14px;
    border-radius: inherit;
}




.faq_area {
    padding: 50px 0px 80px;
}
.faq_area .accordion-button {
    background: #343232;
    color: #fff;
    outline: none;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    padding: 5px 10px;
    display: block;
    /* text-transform: capitalize; */
    font-family: 'Ubuntu', sans-serif;
}
.faq_area .accordion-button i{
    height: 20px;
    width: 20px;
    text-align: center;
    line-height: 19px;
    color: #fff;
    font-size: 18px;
    margin-right: 4px;
    background: #8fcbd6;
}

.faq_area .accordion-button:hover {
    color: #8fcbd6;
}
.faq_area .accordion-button:not(.collapsed){
    background: #343232;
    color: #fff;
    box-shadow: none;
}


/*Photo Gallery Section Start*/

.gallery-img img:hover {
    transform: scale(1.1);
    transition: all 0.3s linear;
    transition: all 0.5s ease-in-out;
}
.gallery-img {
    transition: all 0.3s linear;
}
.gallery-img img {
    height: 250px;
    width: 100%;
    object-fit: cover;
}



/*News View Section Start*/
.blog_datils {
    padding: 70px 0px;
}
.heading-text.news-details strong {
    color: #666;
    font-weight: 700;
}

.heading-text.news-details strong a:hover{
    color: #8FCBD6;
}

.blog_datils .blog-content .heading-text.news-details {
    padding: 0px 20px 0px;
    border-left: 3px solid #8fcbd6;
}
.blog_datils .blog-content .photo {
    padding-bottom: 20px;
}

.blog_datils .blog-content  .news-text p {
    text-align: justify;
    line-height: 30px;
}

.blog_datils .blog-content .news-text .share-news h4 {
    font-size: 24px;
    font-weight: 700;
    padding-bottom: 10px;
    text-transform: capitalize;
}

.blog_datils .blog-content .share-news .newslist-icon li {
    display: inline-block;
}

.blog_datils .blog-content .share-news .newslist-icon li a {
    display: block;
    background: #222;
    color: #fff;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    font-size: 20px;
    transition: all 0.3s linear;
}

.blog_datils .blog-content .share-news .newslist-icon li a:hover {
    background: #8fcbd6;
}

.blog_datils .blog-content .news-text .share-news {
    padding-bottom: 20px;
}

.blog_datils .blog-content .news-text .comment-form h4 {
    font-size: 24px;
    font-weight: 700;
    padding-bottom: 10px;
    text-transform: capitalize;
}

.blog_datils .sidebar-item .sidebar-title {
    background: #f2f2f2;
    border-left: 3px solid #8fcbd6;
    padding: 10px 15px;
}
.blog_datils .sidebar-item .sidebar-body {
    padding: 15px;
}

.blog_datils .sidebar-item .sidebar-body.category ul li:first-child {
    padding-top: 0;
}
.blog_datils .sidebar-item .sidebar-body.category ul li {
    padding: 8px 15px;
    border-bottom: 1px solid #f2f2f2;
    position: relative;
}
.blog_datils .sidebar-item .sidebar-body.category ul li::before {
    position: absolute;
    height: 10px;
    width: 5px;
    left: 0;
    top: 13px;
    background: #8fcbd6;
    content: "";
}
.blog_datils .sidebar-item .sidebar-body.category ul li:first-child::before {
    top: 5px;
}

.blog_datils .sidebar-item .sidebar-body.category ul li a {
    color: #333;
    font-weight: 400;
    text-decoration: none;
    display: block;
}
.blog_datils .sidebar-item .sidebar-body.category ul li a:hover {
    color: #8fcbd6;
}

.blog_datils .sidebar-item .recent-post .s-photo {
    display: flex;
    border-bottom: 1px solid #f2f2f2;
    padding-bottom: 10px;
    overflow: hidden;
}

.blog_datils .sidebar-item .recent-post .s-photo .photo img{
    width: 80px;
}

.blog_datils .sidebar-item .recent-post .s-photo .text .date-time {
    color: #888;
    font-size: 13px;
    margin-bottom: 5px;
    display: block;
    text-transform: capitalize;
}

.blog_datils .sidebar-item .recent-post .s-photo .text h4 a {
    font-family: 'Ubuntu', sans-serif;
    color: #333;
    font-weight: 700;
    font-size: 16px;
}
.blog_datils .sidebar-item .recent-post .s-photo .text h4 a:hover{
color: #8fcbd6; 
}

.blog_datils .sidebar-item .recent-post .s-photo .text {
    padding-left: 16px;
}

.blog_datils .sidebar-item .recent-post .s-photo:last-child {
    border-bottom: inherit;
        padding-bottom: 0;
}


.page_content .text.page-title p {
    text-align: justify;
    line-height: 30px;
}

/*doctorslider*/
.doctor-slider .no-scroll {
  overflow: hidden;
}
.doctor-slider .container {
  padding: 2em;
  min-height: auto;
  display: flex;
  padding-top: 0;
}
.doctor-slider .slick-next::before, .slick-prev::before {
  font-family: slick;
  font-size: 20px;
  line-height: 1;
  opacity: .75;
  color: #000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.doctor-slider .icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor;
}

.doctor-slider .blend-image, .card__background img {
  filter: unset;
  mix-blend-mode: screen;
}

.doctor-slider .center-image, .card__background img {
  width: 100%;
  min-height: 100%;
  position: absolute;
  top: 58%;
  transform: translateY(-50%);
  -o-object-fit: cover;
     object-fit: cover;
}

.doctor-slider .slick-slide {
  padding: 2em 0.5em;
}

.doctor-slider .card-slider {
  margin: auto;
  width: 100%;
}

.doctor-slider .card {
  background: #fff;
  display: flex;
  padding: 0;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  z-index: 1;
  height: 350px;
  box-shadow: 0 30px 50px -25px rgba(0, 0, 0, 0.25);
}
.doctor-slider .card > * {
  transition: opacity 350ms;
}
.doctor-slider .card--opened > * {
  opacity: 0;
}

.doctor-slider .card__background {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  background: unset;
  z-index: -1;
  text-align: left;
}
.doctor-slider .card__background::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: unset;
}

.doctor-slider .card__category {
  text-transform: uppercase;
  color: #fff;
  background: unset;
  font-size: 0.85em;
  font-weight: 600;
  padding:10px 0px;
}

.doctor-slider .card__title {
  text-transform: uppercase;
  margin: 0;
  color: white;
}

.doctor-slider .card__duration {
  color: white;
}

.doctor-slider .modal-wrapper, .overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.doctor-slider .modal-wrapper {
  display: flex;
}

.doctor-slider .overlay {
  background: rgba(0, 0, 0, 0.5);
  transition: opacity 150ms ease;
}

.doctor-slider .modal {
  overflow: hidden;
  position: relative;
  margin: auto;
  width: 90vw;
  height: 90vh;
  max-width: 500px;
  background: #fff;
  border-radius: 20px;
}

.doctor-slider .modal__scroll-area {
  height: inherit;
  overflow: auto;
  border-radius: inherit;
  position: relative;
  z-index: 1;
}

.doctor-slider .modal__close-button {
  background: transparent;
  border: none;
  margin-bottom: auto;
  color: #2e5f80;
  position: absolute;
  top: 0;
  right: 0;
  padding: 2em;
  z-index: 2;
}

.doctor-slider .modal__header {
  text-align: center;
  position: relative;
  display: flex;
  padding: 0.5em;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  min-height: 300px;
  z-index: 1;
}

.doctor-slider .modal__content {
  padding: 2em;
  color: #666;
  line-height: 1.5;
}
.doctor-slider .slick-next::before, .slick-prev::before {
    color: #000 !important;
}
[data-modal-state=closed] .modal-wrapper {
  pointer-events: none;
}
[data-modal-state=closed] .overlay {
  pointer-events: none;
}
[data-modal-state=closed] .modal {
  opacity: 0;
}
[data-modal-state=closed] .overlay {
  opacity: 0;
}

[data-modal-state=opening] .modal__header, [data-modal-state=opening] .modal__content, [data-modal-state=opening] .modal__close-button, [data-modal-state=closing] .modal__header, [data-modal-state=closing] .modal__content, [data-modal-state=closing] .modal__close-button {
  opacity: 0;
}

[data-modal-state=opening] .overlay {
  transition: opacity 500ms ease;
}

[data-modal-state=closing] .overlay {
  opacity: 0;
  transition: opacity 500ms ease;
}

[data-modal-state=open] .modal__header, [data-modal-state=open] .modal__content {
  transition: opacity 450ms;
}

.doctor-slider h1 {
  text-align: center;
  margin: 0;
}
.description {
  width: 100%;
  background: #8fcbd67d;
  padding: 0px 15px;
}

.button-more {
  text-align: center;
}
.button-more .btn {
  /*! border: 1px solid #062671; */
  /*! border-radius: 0; */
  margin-bottom: 30px;
  background: #8fcbd6c4;
  font-weight: 500;
  font-size: 18px;
}
/*doctoslidercssend*/


 .grid-item {
        background-color: #8fcbd66b;
        padding: 20px;
        border-radius: 5px;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    }
    .doctor-desc .grid-item img {
        max-width: 100%;
        border-radius: 5px;
        margin-bottom: 10px;
    }
    .doctor-desc .grid-item p {
        margin-bottom: 10px;
    }
    .doctor-desc .grid-item button {
        background-color: black;
        color: #fff;
        border: none;
        padding: 10px 20px;
        border-radius: 5px;
        cursor: pointer;
    }
    .doctor-desc img{
            height: 300px;
            width:300px;
            object-fit: cover;
    }
    .drp-buttons {
        display: flex;
        justify-content: flex-end;
    }
    .drp-buttons button.btn.btn-secondary.dropdown-toggle {
        margin-left: 10px;
    }   

/*26june*/
.footer_area .footer-social-icons ul li a {
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
}


section.drpdown-btn {
    display: none;
}
section.faq_area .container div#accordionExample .accordion-item {
    margin-bottom: 10px;
}
section.faq_area .container div#accordionExample .accordion-item button {
    border-radius: 0;
}

@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1400px;
    }
    .card__background img {
        top: 69%;
    }
}

.footer-content ul li.footer-news img {
    height: 18px;
    width: auto;
}
li.footer-news {
    display: flex;
    align-items: center;
}
li.footer-news {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 20px !important;
}

span.news-heading {
    color: #e6e5e5;
    font-weight: normal;
    text-decoration: none;
}
.main_header .nav-menu .donet-now ul {
    margin: 0;
    padding: 0;
}
@media(max-width:767px)
{
    div#carouselExampleIndicators .carousel-inner .d-block .carousel-caption.d-none.d-md-block {
        display: block !important;
    }
    .home-slider .carousel-inner .carousel-item .carousel-caption {
        top: 8% !important;
    }
    #st-2.st-left {
        display: none;
    }
}

@media (min-width:991px) {
    .main_header .navbar-collapse{
        justify-content: space-between;
    }
}

.main_header .navbar-collapse .links{
    border: 0 !important;
    margin: 0 !important;
    width: fit-content;
}


.main_header .navbar-collapse .links .btn{
    background: transparent !important;
    border-color: transparent !important;
    color: #333 !important;
    font-weight: 600;
}