.swiper-slide{ display: flex;align-items: center; } .slide-static{height:700px;overflow: hidden;background-size:cover;background-repeat:no-repeat;background-position:center center}.slide-static>h5{font-weight:bold;font-family:Montserrat;line-height:1.02;text-align:center;position:absolute;top:32%;left:27%;}.slide-text-top { font-size:4.5rem } .slide-text-bottom { font-size:3.5rem } @media(max-width: 1280px) { .slide-static { } }@media(max-width: 1024px) { .slide-static{height:auto;max-height:700px;width: 120% !important;max-width: 120%;background-position:center top}.slide-text-top{font-size:3.5rem}.slide-text-bottom { font-size:2.5rem } }
.bottom-msg {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    height: 40px;
    background: #dbdbdb;
    text-align: center;
    font-size: 18px;
}
.bottom-msg>span {
    line-height: 40px;
}
@media(max-width:767px){
    .bottom-msg {
        height: 70px;
        font-size: 17px;
        padding: 10px 3px;
    }
    .bottom-msg>span {
        line-height: 25px;
    }
}

.services-nav > li > .nav-link:hover, .services-nav > li > .nav-link.active {
    background: linear-gradient(to right, #1b68a7 0, #5ca8e5 100%);
    color: #fff;
}

.department-tabs {
    display: flex;
    flex-wrap: wrap;
    margin: -6px -6px 0; }
.department-tabs > * {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    flex: 0 0 calc(25% - 12px);
    min-width: calc(25% - 12px);
    padding: 41px 10px 45px;
    margin: 6px;
    background-color: #f6f7f5; }

.department-tab {
    transition: 0.2s;
    cursor: pointer; }
.department-tab.active, .department-tab:hover {
    background-color: #1e76bd; }
.department-tab.active .department-tab-icon, .department-tab:hover .department-tab-icon {
    color: #1e76bd;
    box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.2); }
.department-tab.active .department-tab-text, .department-tab:hover .department-tab-text {
    color: #ffffff; }

.department-tab-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100px;
    height: 100px;
    font-size: 40px;
    border-radius: 50%;
    background-color: #ffffff;
    color: #a5a7ac;
    box-shadow: 0 0 0 50px rgba(255, 255, 255, 0);
    transition: 0.5s; }
.department-tab-icon > .icon {
    height: 1.5em;
    color: #1e76bd; }
.department-tab-icon:not(:last-child) {
    margin-bottom: 12px; }
@media (max-width: 575px) {
    .department-tab-icon {
        width: 70px;
        height: 70px; } }

.department-tab-text {
    font-size: 14px;
    line-height: 1em;
    font-weight: 600;
    font-family: "Montserrat Alternates", "Montserrat", sans-serif;
    color: #444444;
    transition: 0.2s; }
@media (max-width: 575px) {
    .department-tab-text {
        font-size: 13px; } }

@media (max-width: 1023px) {
    .department-carousel {
        margin: 45px 0; } }
@media (max-width: 767px) {
    .department-carousel {
        text-align: center;
        margin-left: -15px;
        margin-right: -15px; }
    .department-carousel .department-item {
        padding-left: 15px;
        padding-right: 15px;
        overflow: hidden; } }
@media (min-width: 576px) {
    .department-carousel .slick-list {
        overflow: visible; } }
.department-carousel .department-item {
    position: relative;
    z-index: 0;
    background-color: #ffffff;
    transition: all 0.5s cubic-bezier(0.7, 0, 0.3, 1);
    opacity: 0; }
.department-carousel .department-item.slick-active {
    opacity: 1;
    z-index: 1; }
.department-carousel .department-item.slick-active h3:after {
    opacity: 1;
    left: -7px; }
.department-carousel .department-tab {
    display: none;
    margin: 0 auto 20px;
    width: 162px;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 30px 10px 30px;
    background-color: #1e76bd; }
@media (max-width: 575px) {
    .department-carousel .department-tab {
        display: flex; } }
.department-carousel .department-tab-icon {
    background-color: #ffffff;
    color: #5c6895; }
.department-carousel .department-tab-text {
    color: #ffffff; }
.department-carousel h3 {
    position: relative;
    z-index: -1;
    font-size: 30px;
    line-height: 1.2em;
    margin-bottom: 30px; }
@media (max-width: 1023px) {
    .department-carousel h3 {
        font-size: 24px;
        margin-bottom: 20px; } }
@media (max-width: 575px) {
    .department-carousel h3 {
        font-size: 16px;
        margin-bottom: 20px; } }
.department-carousel h3:after {
    position: absolute;
    z-index: 0;
    left: -7px;
    top: -24px;
    font-size: 120px;
    line-height: 1em;
    color: #f6f7f5;
    white-space: nowrap;
    content: attr(data-title);
    opacity: 0;
    left: 100%;
    transition: 1s; }
@media (max-width: 1023px) {
    .department-carousel h3:after {
        font-size: 100px; } }
@media (max-width: 575px) {
    .department-carousel h3:after {
        top: -20px;
        font-size: 70px;
        left: 50% !important;
        transform: translateX(-50%); } }
.department-carousel h3 span {
    position: relative;
    z-index: 1; }
.department-carousel .slick-disabled {
    pointer-events: none;
    opacity: .75; }
@media (max-width: 767px) {
    .department-carousel .slick-prev, .department-carousel .slick-next {
        top: 120px; }
    .department-carousel .slick-prev, .department-carousel .slick-next, .department-carousel .slick-prev:hover, .department-carousel .slick-next:hover {
        border: 0;
        background-color: transparent !important; }
    .department-carousel .slick-prev:before, .department-carousel .slick-next:before, .department-carousel .slick-prev:hover:before, .department-carousel .slick-next:hover:before {
        color: #5c6895; } }
@media (min-width: 576px) {
    .department-carousel .slick-prev, .department-carousel .slick-next {
        bottom: -70px;
        top: auto;
        margin: 0; }
    .department-carousel .slick-prev {
        left: 0; }
    .department-carousel .slick-next {
        left: 60px; } }
@media (max-width: 1023px) {
    .department-carousel .slick-prev, .department-carousel .slick-next {
        bottom: -50px; } }
.layout_dentco .container-fluid .service-box-greybg:hover {
    background-image: linear-gradient(-225deg, #1B6AAA 0%, #4CAEE6 100%) !important;
    color: #fff !important;
}
.service-box--hiddenbtn:hover .service-box-icon-bg {
    top: 5%;
    opacity: .1;
    color: #fff;
}
@media (min-width: 1280px) {
    .service-box:hover h3 {
        color: #fff;
        font-size: 35px;
    }
}
@media (max-width: 1280px) {
    .service-box:hover h3 {
        color: #fff;
        font-size: 26px;
    }
}
@media (max-width: 768px) {
    .service-box:hover h3 {
        color: #fff;
        font-size: 18px;
    }
    .service-box.service-box--hiddenbtn.service-box .btn {
        position: absolute;
        margin: 0;
        top: 0;
        height: 100%;
        left: 0;
        right: 0;
        opacity: 0;
        z-index: 1;
    }
    .service-box:hover .service-box-icon {
        color:
                #fff;
    }
}
.service-box:hover .btn {
    color: #fff;
    border-color: #fff;
    box-shadow: inset 0px 0px 0px 1px rgb(255, 255, 255);
}
.layout_dentco .container-fluid .service-box-greybg {
    background: #fff !important;
    border: 1px solid #dedede;
}



.doctor-box {
    max-width: 370px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    padding: 0 15px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1); }
@media (max-width: 1023px) {
    .doctor-box {
        padding: 0 10px; } }
.doctor-box > * {
    margin-bottom: 0; }
.doctor-box > *:not(:first-child) {
    margin-top: 16px; }
.doctor-box-photo {
    position: relative;
    overflow: hidden;
    transition: 0.35s;
    background-color: #fff;
    margin-left: -15px;
    margin-right: -15px; }
.doctor-box-photo:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 120%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    background: transparent;
    border-radius: 50%;
    box-shadow: inset 0 0 0 30px #5c6895;
    opacity: 0;
    transition: opacity 0 ease 0;
    pointer-events: none; }
.doctor-box:hover .doctor-box-photo {
    border-radius: 50%; }
.doctor-box:hover .doctor-box-photo:after {
    opacity: .2;
    transition: opacity 0.5s ease 0.2s; }
.doctor-box-photo + .doctor-box-name {
    margin-top: 30px; }
.doctor-box-name + .doctor-box-position {
    margin-top: 16px; }
.doctor-box-name {
    line-height: 1em; }
.doctor-box-position {
    font-size: 16px;
    line-height: 1em;
    font-weight: 400;
    color: #5c6895; }
.doctor-box-phone {
    font-size: 18px;
    line-height: 30px;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    color: #444;
    white-space: nowrap; }
.doctor-box-phone a {
    color: #444;
    text-decoration: none; }
.doctor-box-phone a:hover {
    color: #5c6895; }
.doctor-box-phone [class*='icon-'] {
    position: relative;
    top: -1px;
    padding-right: 7px;
    font-size: 11px;
    color: #5c6895; }
@media (max-width: 1023px) {
    .doctor-box-phone {
        font-size: 13px; } }
@media (max-width: 767px) {
    .doctor-box-phone {
        font-size: 13px; } }

.doctor-box-bottom {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 14px 30px;
    border-top: 1px solid #f7f7f7; }
@media (max-width: 1023px) {
    .doctor-box-bottom {
        padding: 10px 0 20px; } }

.doctor-box-social {
    font-size: 15px;
    line-height: 30px;
    padding-left: 15px; }
@media (max-width: 1023px) {
    .doctor-box-social {
        padding-left: 5px; } }
.doctor-box-social a {
    display: inline-block;
    width: 30px;
    height: 30px;
    color: #5c6895;
    background-color: #fff;
    text-align: center;
    border-radius: 50%;
    transition: 0.2s; }
.doctor-box-social a:hover {
    background-color: #5c6895;
    color: #fff;
    text-decoration: none;
    box-shadow: 0 0 0 3px rgba(92, 104, 149, 0.2); }

.doctor-box-top {
    margin: 0 -15px !important;
    padding: 20px 15px;
    background: #fafbfa; }

.doctor-box-shedule {
    margin: 20px auto;
    max-width: 250px;
    padding: 0;
    list-style: none; }
.doctor-box-shedule li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 35px; }
.doctor-box-shedule li span:first-child {
    color: #787878; }
.doctor-box-shedule li span:last-child {
    color: #444444; }

.doctor-box-booking > a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 60px;
    font-size: 14px;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
    color: #5c6895;
    border-top: 1px solid #fafafa;
    text-decoration: none; }
@media (max-width: 767px) {
    .doctor-box-booking > a {
        height: 47px;
        font-size: 12px; } }
.doctor-box-booking > a [class*='icon'] {
    position: relative;
    transition: 0.2s;
    left: 8px;
    font-size: 12px; }
.doctor-box-booking > a:hover [class*='icon'] {
    left: 15px; }

@media (max-width: 1023px) {
    .specialist-carousel {
        margin-left: 50px;
        margin-right: 50px; } }
@media (max-width: 767px) {
    .specialist-carousel {
        margin: 0; } }
.specialist-carousel .slick-slide {
    padding-bottom: 20px; }

.specialist-carousel .slick-dots {
    margin-top: 30px; }

.doctor-box-style2 .doctor-box-name {
    margin-bottom: 14px; }
.doctor-box-style2 .doctor-box-position {
    font-size: 15px; }
.doctor-box-style2 .doctor-box-name + .doctor-box-position {
    margin-top: 10px; }
.doctor-box-style2 .doctor-box-photo:after {
    display: none; }
.doctor-box-style2 .doctor-box-photo {
    overflow: hidden; }
.doctor-box-style2 .doctor-box-photo img {
    -webkit-transition: transform 0.5s ease 0s;
    -o-transition: transform 0.5s ease 0s;
    transition: -webkit-transform 0.5s ease 0s;
    transition: transform 0.5s ease 0s;
    transition: transform 0.5s ease 0s, -webkit-transform 0.5s ease 0s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    image-rendering: optimizeQuality;
    vertical-align: middle;
    max-width: 100%; }
.doctor-box-style2:hover .doctor-box-photo img {
    -webkit-transition: transform 0.6s ease 0.05s;
    -o-transition: transform 0.6s ease 0.05s;
    transition: -webkit-transform 0.6s ease 0.05s;

    transition: transform 0.6s ease 0.05s;
    transition: transform 0.6s ease 0.05s, -webkit-transform 0.6s ease 0.05s;
    -webkit-transform: scale(1.1) rotate(0.0001deg)!important;
    -ms-transform: scale(1.1) rotate(0.0001deg)!important;
    transform: scale(1.1) rotate(0.0001deg)!important; }

.doctor-info {
    display: flex; }
@media (max-width: 1023px) {
    .doctor-info {
        flex-direction: column;
        align-items: center;
        text-align: center; }
    .doctor-info > * + * {
        margin-top: 5px; } }
.doctor-info-phone {
    padding: 0 30px;
    font-size: 18px;
    line-height: 37px;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    color: #444; }
.doctor-info-phone a {
    color: #444;
    text-decoration: none; }
.doctor-info-phone a:hover {
    color: #5c6895; }
.doctor-info-phone [class*='icon-'] {
    position: relative;
    top: -1px;
    padding-right: 7px;
    font-size: 11px;
    color: #5c6895; }
.doctor-info-name {
    flex: 1; }
.doctor-info-name h3 {
    font-size: 32px;
    line-height: 1em;
    margin-bottom: 18px; }
.doctor-info-name h6 {
    font-size: 16px;
    line-height: 1em;
    margin-bottom: 0;
    color: #5c6895; }

.doctor-info-social {
    font-size: 15px;
    line-height: 37px; }
.doctor-info-social a {
    display: inline-block;
    width: 37px;
    height: 37px;
    color: #5c6895;
    background-color: #fff;
    text-align: center;
    border-radius: 50%;
    transition: 0.2s; }
.doctor-info-social a:hover {
    background-color: #5c6895;
    color: #fff;
    text-decoration: none;
    box-shadow: 0 0 0 3px rgba(92, 104, 149, 0.2); }

.doctor-review-row {
    display: flex;
    align-items: center; }
.doctor-review-row > * {
    padding-right: 15px; }
.doctor-review-row .star-rating {
    color: #5c6895;
    position: relative;
    top: -2px; }

.doctor-page-table, .doctor-page-table td {
    border: 0; }

.filterCarousel {
    margin-bottom: 34px; }
.filterCarousel:not(:first-child) {
    margin-top: 40px; }
@media (max-width: 1023px) {
    .filterCarousel:not(:first-child) {
        margin-top: 25px; } }
@media (max-width: 1023px) {
    .filterCarousel {
        margin-bottom: 20px; } }
@media (max-width: 575px) {
    .filterCarousel {
        margin-bottom: 25px; } }
.filterCarousel .selectWrapper {
    max-width: 230px;
    margin-left: auto;
    margin-right: auto; }
.filterCarousel .selectWrapper.input-group select {
    margin-left: 0 !important;
    padding-left: 15px !important; }

#specialistsSection .slick-slide{
    max-width: 400px !important;
}


.service-box p {
    display: none;
}
.review a{
    color: #1e76bd;
    text-decoration: underline;
}
.review span{
    color: #1e76bd;
}
.slick-dots{
    display: flex !important;
    justify-content: center;
}

.filters-by-category{
    margin-top:34px;
}

.footer.mt-20 {
    margin-top: 20px!important;
}

.has_child.expanded + .collapse {
    display: block;
}

.pb-30 {
    padding-bottom: 30px;
}

.fwb {
    font-weight: 700;
}

#doctor-details h6 {
    font-family: "Montserrat Alternates", "Montserrat", sans-serif !important;
}

.doctor-box-text .tt {
    height: 120px;
}

.doctor-box-name a {
    height: 60px;
}

.link-custom {
    background-color: #2f81c8;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 3px 12px;
    min-height: 98px;
    color: #fff;
    text-decoration: none;
    text-align: center;
    font-size: 11px;
    line-height: 14px;
    text-transform: uppercase;
    transition: background-color 0.3s;
}

.link-custom:hover{
    text-decoration: none;
    background-color: #fff;
}

.quickLinks .col > .link-custom > [class*="icon-"]{
    font-size: 45px;
    line-height: 1.4em;
    margin: 0 auto;
    width: 38px;
}

.input-group [class*="icon-"] {
    top: 8px;
}

.footer-nav {
    column-count: 2;
}

.reviews-wrap{
    max-width: 100%;
}

.castom--rev {
    
}

.castom--rev .slick-slide {
    /* flex: 1 0 30%; */
    padding: 0 10px;
}


.castom--rev .slick-track {
    display: flex;
/*     flex-wrap: wrap; */
}

.castom--rev .doctor-review-row {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
}

.castom--rev p {
    /* text-align: center; */
    text-align: left;
}

.img_doc_small img{
    width: 180px;
    height: 180px;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    margin: 0 auto 10px auto;
}

.img_doc_small a {
    text-decoration: none;
}

.img_doc_small a:hover{
    color: #1e76bd;
}

.img_doc_small span {
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
}

.rev__all-page {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
}

.rev__all-page .img_doc_small {
    flex: 1 0 20%;
}

.rev__all-page .wrap__content {
    flex: 1 0 75%;
}

.footer__security {
    display: block;
    margin-top: 10px;
}

.gallery-container {
    margin-bottom: 20px;
}

.gallery-container__slide {
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn__rev-scroll {
    margin: 20px auto 0 auto;
    display: flex;
    max-width: 200px;
}

.castom--rev .slick-prev {
    position: absolute;
    left: 0;
    top: 20px;
}

.castom--rev .slick-next {
    position: absolute;
    right: 0;
    top: 20px;
}


.b-marquee {
  white-space: nowrap;
  overflow: hidden;
  color: #fff;
  position: relative;
  text-align: left;
}

.b-marquee__text {
  -webkit-animation: animMarquee 5s linear infinite;
  animation: animMarquee 5s linear infinite;
}

/* text right to left*/

.b-marquee--rtl {}

.b-marquee--rtl .b-marquee__text {
  -webkit-animation: animMarqueeRtl 15s linear infinite;
  animation: animMarqueeRtl 15s linear infinite;
}

@-webkit-keyframes animMarqueeRtl {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
}

@keyframes animMarqueeRtl {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(-30%);
    transform: translateX(-30%);
  }
}

.not-desctop {
    display: none;
}

.btn-zsp,
.btn-zsp:focus{
    display: block;
    padding: 10px 20px!important;
    color: #1e76bd!important;
    font-size: 15px!important;
    margin-top: 5px;
}

@media (max-width: 950px){
    .b-marquee--rtl {
        display: none;
    }
    .not-desctop {
        display: block;
    }
}

/*  */
.contact7__custom-form  .btn-custom {
    border-radius: 20px!important;
    background-color: #fff;
}


.nav-hide-pages .is-page {
    display: none;
}

.rubric-last-title {
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    color: #444444;
}