/*=================== fonts ====================*/

@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700;800&display=swap");
@import url("https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css");
@import url('https://fonts.googleapis.com/css2?family=Barlow+Semi+Condensed:wght@400;500;600;700&family=Nunito:wght@300;400;500;600;700;800&display=swap');

/*================================================
Default CSS
=================================================*/

html {
    scroll-behavior: smooth;
}

body {
    padding: 0;
    margin: 0;
    font-size: 16px;
    font-family: "Poppins", sans-serif;
}

a {
    text-decoration: none;
    -webkit-transition: 0.6s;
    transition: 0.6s;
    color: #212529;
    display: inline-block;
}

a:hover,
a:focus {
    color: #292929;
    text-decoration: none;
}

button {
    outline: 0 !important;
}

p {
    font-size: 14px;
    color: #4e4e4e !important;
    font-weight: 500;
    line-height: 21px;
    text-align: justify;
    margin-bottom: 15px;
    color: #4c4c4c !important;
    font-weight: 400;
    font-family: "Poppins", sans-serif;
    font-size: 13px;
}

i {
    line-height: normal;
}

.d-table {
    width: 100%;
    height: 100%;
}

.d-table-cell {
    vertical-align: middle;
}

img {
    max-width: 100%;
    height: auto;
    display: inline-block;
}

.align-items-center {
    align-items: center!important;
}

.ptb-100 {
    padding-top: 70px;
    padding-bottom: 100px;
}

.pt-100 {
    padding-top: 36px;
}

.pt-70 {
    padding-top: 70px;
}

.pb-100 {
    padding-bottom: 100px;
}

.pb-70 {
    padding-bottom: 70px;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #424242;
    font-family: "Poppins", sans-serif;
    font-weight: bold;
}


/*================================================
Default Btn CSS
=================================================*/

.menu-btn {
    border: 1px solid green;
}

.btn-call {
    display: flex;
    justify-content: flex-start;
	margin-top: 40px;
}

.call-btn {
    font-size: 14px;
    font-weight: 500;
    font-family: 'Poppins';
    line-height: 1.2;
    background-color: #a07968;
    color: #ececec !important;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    padding: 17px 57px;
    border-radius: 36px;
    border: none;
    margin-top: -20px;
}

.call-btn:hover {
    font-size: 14px;
    font-weight: 500;
    font-family: 'Poppins';
    line-height: 1.2;
    background-color: #b68671;
    color: #ececec !important;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    padding: 17px 57px;
    border-radius: 36px;
    border: none;
    margin-top: -20px;
}

.template-btn {
	float: right;
    font-size: 14px;
    font-weight: 500;
    font-family: 'Poppins';
    line-height: 1.2;
    background-color: #f1bdb0;
    color: #ffffff !important;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    padding: 16px 69px;
    border-radius: 30px;
    border: none;
    margin-top: 10px;
}

@media (max-width: 575px) {
    .template-btn {
        padding: 18px 30px;
        font-size: 15px;
    }
}

.template-btn i {
    font-size: 15px;
    margin-left: 6px;
    color: #ececec;
}

@media (max-width: 575px) {
    .template-btn i {
        font-size: 14px;
    }
}

.template-btn:hover {
    background-color: #b68671;
    color: #ececec !important;
}

.fa-calendar {
    margin-right: 10px;
}


/*================================================
Section Title CSS
=================================================*/

.section-title {
    text-align: center;
    margin-bottom: 47px;
}

.section-title h2 {
    font-size: 50px;
    color: #fec9bb;
    font-weight: 600;
    margin-bottom: 15px;
    line-height: 49px;
    font-family: "Poppins", sans-serif;
    text-transform: capitalize;
}

.section-title h2 span {
    font-weight: 400;
    font-style: italic;
}

.section-title p {
    /* max-width: 650px; */
    text-align: center;
    /* margin: auto; */
    font-size: 16px;
    color: #000;
    font-weight: 500;
}

.list {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

button:focus {
    outline: none;
    box-shadow: none;
}

.p_120 {
    padding-top: 120px;
    padding-bottom: 120px;
}

.pad_top {
    padding-top: 120px;
}

.mt-25 {
    margin-top: 25px;
}

@media (min-width: 1200px) {
    .container {
        max-width: 1340px;
    }
}

ul {
    list-style: none;
    padding: 0;
}

.subTitle {
    font-weight: 500;
    font-size: 18px;
    line-height: .9;
    color: var(--theme-color);
    margin: 0 0 14px;
}

.subTitle span {
    display: inline-block;
    width: 50px;
    height: 2px;
    background: var(--theme-color);
    margin-right: 13px;
    position: relative;
    top: -5px;
}


/* ======== 2.1 Header Top ========*/

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px),
only screen and (max-width: 575px) {
    .header-top {
        padding-top: 20px;
        padding-bottom: 20px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
    /* .header-top {
        display: none;
    } */
}


/*-- Links --*/

.header-top-links {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.header-top {
    padding: 12px 0px 0px 0px;
    background: #dd9327;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px),
only screen and (max-width: 575px) {
    .header-top-links {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 10px;
    }
}

.header-top-links li {
    color: #ffffff;
    padding: 0 9px;
    font-size: 13px;
    font-weight: 500;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
    .header-top-links li {
        padding: 0 12px;
        font-size: 13px;
    }
}

@media only screen and (max-width: 767px) {
    .header-top-links li {
        padding: 0 12px;
        font-size: 13px;
        border-left: 0px;
        margin-bottom: 5px;
    }
}

.header-top-links li:first-child {
    border-left: 0px;
    padding-left: 0px;
}

.header-top-links li a {
    color: #ffffff;
    font-size: 13px;
    font-weight: 400;
}

.header-top-links li a:hover {
    color: #fff;
}

.header-top-links li i {
    color: #fff;
    margin-right: 10px;
    font-size: 16px;
}

@media only screen and (max-width: 768px) {
    .header-top-links {
        display: none !important;
    }
}

@media only screen and (min-width: 998px) and (max-width: 1024px) {
    .header-logo a img {
        /* max-width: 100%; */
        width: 365px;
        margin-top: -5px !important;
    }
    .main-menu>ul>li+li {
        margin-left: 15px;
    }
}


/*-- Header Top Action --*/

.header-top-action {
    position: relative;
}

.expert-text {
    color: #fff;
    top: -5px;
    display: flex;
    justify-content: center;
}

.expert-text p {
    float: right;
    padding: 0px 10px;
    margin-bottom: 6px !important;
}

.expert-text span {
    font-size: 13px;
    color: #fff;
    font-weight: normal;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px),
only screen and (max-width: 575px) {
    .header-top-action {
        width: 290px;
        margin: 0 auto;
    }
}

.header-top-action .action-search {
    height: 40px;
    line-height: 40px;
    padding-left: 20px;
    border: 1px solid #41414a;
    border-radius: 3px;
    color: #ffffff;
    font-size: 14px;
    font-weight: 300;
    padding-right: 35px;
    background: transparent;
    outline: 0;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 250px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px),
only screen and (max-width: 575px) {
    .header-top-action .action-search {
        width: 100%;
    }
}

.header-top-action .action-search:focus {
    border: 1px solid #dd9327;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.header-top-action .action-search::-webkit-input-placeholder {
    color: #ffffff;
    opacity: 1;
}

.header-top-action .action-search::-moz-placeholder {
    color: #ffffff;
    opacity: 1;
}

.header-top-action .action-search:-ms-input-placeholder {
    color: #ffffff;
    opacity: 1;
}

.header-top-action .action-search::-ms-input-placeholder {
    color: #ffffff;
    opacity: 1;
}

.header-top-action .action-search::placeholder {
    color: #ffffff;
    opacity: 1;
}

.header-top-action .action-btn {
    position: absolute;
    left: auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 40px;
    right: 0;
    color: #ffffff;
    font-size: 16px;
    border: none;
    padding-right: 15px;
    padding-left: 5px;
    background: transparent;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.header-top-action .action-btn:hover {
    color: #b68671;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.expert-text p a {
    color: #ececec;
    font-size: 14px;
}

.expert-text p a span {
    margin-left: 7px !important;
}


/* ======== 2.2 Header Bottom ========*/

.header-bottom {
    background: transparent;
}

.header-bottom.header-sticky {
    /* min-height: 79px; */
    /* max-height: -5px; */
    padding-top: 10px;
    padding-bottom: 10px;
    /* box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px; */
}

@media only screen and (max-width: 479px) {
    .header-bottom.header-sticky {
        min-height: 80px;
    }
}

.header-bottom.header-sticky.sticky {
    position: fixed;
    top: 0;
    left: 0;
    background-color: #ffffff;
    width: 100%;
    -webkit-animation: 800ms ease-in-out 0s normal none 1 running slideInDown;
    animation: 800ms ease-in-out 0s normal none 1 running slideInDown;
    -webkit-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.2);
    z-index: 999;
}


/*-- Logo --*/

.header-logo a img {
    /* max-width: 100%; */
    width: 144px;
}


/*-- Main Menu --*/

.main-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.main-menu>ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 0px;
}

.main-menu>ul>li {
    position: relative;
}

.main-menu>ul>li {
    margin-right: 30px;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .main-menu>ul>li {
        margin-right: 30px;
    }
}

.main-menu>ul>li>a {
    font-size: 15px;
    line-height: 73px;
    text-decoration: none;
    letter-spacing: 0.5px;
    /* font-weight: 400; */
    font-weight: 500;
    font-family: 'Poppins';
    color: #4c4c4c;
}

.main-menu>ul>li>a:hover,
.main-menu>ul>li>a.active {
    color: #b68770;
}

.main-menu>ul>li.has-children>a::after {
    content: "\f107";
    font-family: 'fontAwesome';
    padding-left: 5px;
}

.main-menu>ul>li:hover .sub-menu {
    margin-top: 0;
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.main-menu>ul .sub-menu {
    background-color: #ffffff;
    display: -webkit-box;
    display: -webkit-flex;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    position: absolute;
    left: 0;
    right: auto;
    width: 230px;
    padding: 15px 0;
    border-bottom: 3px solid #dd9327;
    margin-top: 20px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    z-index: 9;
}

.main-menu>ul .sub-menu::before {
    content: "";
    position: absolute;
    top: -10px;
    left: 25px;
    text-align: center;
    margin: 0 auto;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 7.5px 10px 7.5px;
    border-color: transparent transparent #f7f7f7 transparent;
}

.main-menu>ul .sub-menu li a {
    font-weight: 500;
    letter-spacing: 0.5px;
    display: block;
    font-size: 13px;
    color: #222;
    padding: 5px 20px;
    text-transform: uppercase;
}

.main-menu>ul .sub-menu li {
    border-bottom: 1px solid #bbb9b9 !important;
    padding: 5px !important;
}

.main-menu>ul .sub-menu li:last-child {
    border-bottom: 0px solid #bbb9b9 !important;
    padding: 5px !important;
}


/*-- Mobile Menu Bar --*/

.main-menu-right-side {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.main-menu-right-side a {
    font-size: 25px;
    line-height: 100px;
    color: #dd9327;
}

.main-menu-right-side .header-language a {
    font-size: 14px;
    line-height: 80px;
    color: #dd9327;
}

.main-menu-right-side a:hover {
    color: #dd9327;
}

@media only screen and (max-width: 479px) {
    .main-menu-right-side a {
        line-height: 80px;
    }
}


/* ======== 2.3 Mobile Menu ========*/

.mobile-menu-wrapper {
    position: fixed;
    top: 0;
    right: 0;
    height: 100vh;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    -webkit-transition-duration: 700ms;
    -o-transition-duration: 700ms;
    transition-duration: 700ms;
    z-index: 9999;
}

.mobile-menu-wrapper.open {
    opacity: 1;
    visibility: visible;
}

.mobile-menu-wrapper.open .mobile-menu-inner {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}

.mobile-menu-inner {
    width: 100%;
    height: 100%;
    width: 350px;
    background-color: #b58571;
    position: relative;
    -webkit-transform: translateX(calc(100% - 50px));
    -ms-transform: translateX(calc(100% - 50px));
    transform: translateX(calc(100% - 50px));
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    -webkit-transition-duration: 700ms;
    -o-transition-duration: 700ms;
    transition-duration: 700ms;
    margin-left: auto;
    position: relative;
    padding: 20px 0 40px;
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow: auto;
}

.mobile-menu-inner .btn-close-bar {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    font-size: 36px;
    padding-right: 20px;
    color: #d39e00;
    opacity: 1;
}

.mobile-menu-inner .btn-close-bar i {
    cursor: pointer;
    -webkit-transform: rotate(0deg);
    font-size: 20px;
    font-weight: 400 !important;
    -ms-transform: rotate(0deg);
    color: white;
    transform: rotate(0deg);
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.mobile-menu-inner .btn-close-bar i:hover {
    color: #ffffff;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.mobile-menu-inner .widget-social {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding-left: 40px;
}

.mobile-menu {
    text-align: start;
    padding: 17px 19px 14px;
}

.mobile-menu>.has-children>a i {
    -webkit-transform: rotate(0deg);
    font-size: 22px !important;
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.mobile-menu>.has-children .dropdown a {
    font-size: 13px;
    padding-top: 20px;
    display: block;
    color: #ececec;
    padding-left: 15px;
}

.mobile-menu>.has-children.active>a {
    color: #fcfcfc;
}

.mobile-menu>.has-children.active>a i {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.mobile-menu>li {
    margin-bottom: 20px;
    border-bottom: 1px solid #4a4a4a;
    padding: 7px;
}

.mobile-menu>li>a {
    color: #ffffff;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 500;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.mobile-menu>li>a:hover {
    color: #ffffff;
}

.contact-links {
    text-align: left;
    padding: 0 0px 0 24px;
    margin-bottom: 128px;
}

.contact-links li {
    color: #2b2b35;
    font-size: 14px;
    font-weight: 500;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 21px;
}

.contact-links li a {
    color: #ffffff;
}

.contact-links li a:hover {
    color: #ffffff;
}

.contact-links li i {
    color: #ffffff;
    margin-right: 10px;
    font-size: 17px;
}

.contact-block__title {
    color: #fff;
}

.contact-block__list {
    margin-bottom: 15px;
}

.contact-block__list li {
    color: #ffffffc9;
}

.btn__white {
    background-color: #fff;
    margin-top: 22px;
}

#contact-form {
    margin-top: 50px;
}

.menu-active {
    color: #e7b4a7 !important;
}


/* slider */

.single-banner-slide {
    height: 84vh;
    width: 100vw;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: center;
    /* align-items: center; */
    flex-direction: column;
    position: relative;
    z-index: 2;
}

.single-banner-slide span {
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
}

.single-banner-slide h2 {
	text-align: right;
    font-weight: 600;
    color: #3a3939;
    line-height: 61px;
    text-transform: capitalize;
    font-size: 51px;
}

.single-banner-slide::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background: rgb(73 73 73 / 8%);
    z-index: -1;
    width: 100%;
    height: 100%;
}

.single-banner-slide p {
    color: #4a4a4a !important;
    font-size: 14px;
    /* max-width: 50%; */
    line-height: 31px;
    /* margin: 0 auto; */
    /* text-align: center; */
}

.single-banner-slide a {
	float: right;
    color: #fff;
    background: #f1bdb0;
    padding: 10px 45px;
    border-radius: 100px;
    text-decoration: none;
    font-size: 15px;
    font-weight: 600;
    margin-top: 8px;
    transition: 0.3s;
}

.single-banner-slide a:hover {
    color: #fff;
    background: #b68671;
}

.all-banner-slide .owl-nav {
    margin-top: 0;
    -webkit-transition: 1s;
    transition: 1s;
    line-height: .01;
}

.all-banner-slide .owl-nav [class*=owl-] {
    margin: 0;
    border-radius: 30PX;
    position: absolute;
    left: 0;
    top: 45%;
    -webkit-transform: translateY(-45%);
    transform: translateY(-45%);
    padding: 0;
    background: white !important;
    color: #404242 !important;
    display: inline-block;
    width: 48px;
    height: 48px;
    line-height: 56px;
    font-weight: 600 !important;
    text-align: center;
    font-size: 17px !important;
}

.all-banner-slide .owl-nav [class*=owl-]:hover {
    background: white;
    color: #b68671;
}

.all-banner-slide .owl-nav [class*=owl-].owl-next {
    left: auto;
    right: 40px;
}

.all-banner-slide .owl-nav [class*=owl-].owl-prev {
    right: auto;
    left: 40px;
}

.banner-call {
    padding-top: 31px;
    padding-bottom: 39px;
    position: relative;
    margin-top: 40px;
    z-index: 1;
}

.banner-call:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0;
    background-color: #dd9327;
    -webkit-clip-path: polygon(0 0, 88% 0, 95% 100%, 0% 100%);
    clip-path: polygon(0 0, 88% 0, 95% 100%, 0% 100%);
}

.banner-call .row {
    max-width: 1050px;
}

.banner-call .banner-call-content {
    position: relative;
    z-index: 1;
}

.banner-call .banner-call-content h3 {
    margin-bottom: 0;
    font-weight: 600;
    line-height: 35px;
    font-size: 21px;
    font-family: "Poppins", sans-serif;
    color: #ffffff;
}

.banner-call .cmn-btn {
    text-align: right;
}

.banner-call .cmn-btn .banner-btn-left {
    font-size: 14px;
    font-weight: 500;
    font-family: 'Poppins';
    line-height: 1.2;
    background-color: #ffffff;
    color: #151415 !important;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    padding: 16px 67px;
    border-radius: 30px;
    border: none;
    margin-top: -20px;
}

.banner {
    margin-top: 6px;
}

.auto-container {
    padding-left: 2rem;
    padding-right: 2rem;
}

.banner .owl-stage-outer {
    border-radius: 30px;
}


/*  */

.about-section {
	width: 100%;
	float: left;
    background: #ffffff;
    position: relative;
    padding-top: 100px;
    padding-bottom: 40px;
}

.about-section p {
    font-size: 14px;
    color: #4e4e4e !important;
    font-weight: 400;
    line-height: 28px;
    text-align: justify;
}

.about-section span {
    color: #0e0e0e !important;
    font-weight: 600;
    line-height: 28px;
}

.content_block_2 {
    padding-top: 16px;
}

.content_block_2 .content-box .sec-title h2 {
    margin-bottom: 12px;
    color: #444444;
     text-align: right; 
    font-size: 50px;
    line-height: 56px;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
}

.content_block_2 .content-box .text {
    position: relative;
    display: block;
    padding-left: 100px;
    margin-bottom: 31px;
}

.content_block_2 .content-box .text .icon-box {
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 80px;
    line-height: 60px;
}

.content_block_2 .content-box .text h4 {
    display: block;
    font-size: 20px;
    line-height: 28px;
    font-weight: 700;
    margin-bottom: 10px;
}

.sec-title .about-head {
    color: #fec7b9 !important;
}

.about-section .content_block_2 .content-box {
    margin-right: 23px;
}

.about-number h2 {
    font-size: 26px !important;
    color: #444444 !important;
}

.about-number h2 span {
    color: #dd9327 !important;
}


/* .image_block_1 .image-box {
    position: relative;
    display: block;
    padding: 0px 100px 30px 0px;
} */

.image-box {
    position: relative;
}

.image_block_1 .image-box .image img {
    width: 100%;
}

.image_block_1 .image-box .image-1 {
    position: relative;
    display: block;
    overflow: hidden;
}

.image_block_1 .image-box .image-1:before {
    position: absolute;
    top: 0;
    left: -75%;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, .3)));
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    -webkit-transform: skewX(-25deg);
    -ms-transform: skewX(-25deg);
    transform: skewX(-25deg);
}

.image_block_1 .image-box:hover .image-1:before {
    -webkit-animation: shine 1s;
    animation: shine 1s;
}

@-webkit-keyframes shine {
    100% {
        left: 125%;
    }
}

@keyframes shine {
    100% {
        left: 125%;
    }
}

.image_block_1 .image-box .image-2 {
    position: absolute;
    bottom: 0px;
    right: 0px;
}

.video-btn {
    position: absolute;
    top: 34%;
    left: 39%;
}

.video-btn img {
    width: 65%;
}

.section-space-bottom-95 {
    padding-bottom: 24px;
}

.img-hover-effect {
    position: relative
}

.img-hover-effect:before {
    background: rgba(255, 255, 255, 0.41);
    content: "";
    height: 0;
    left: 0;
    margin: auto;
    opacity: 1;
    position: absolute;
    top: 0;
    width: 0;
    pointer-events: none;
    z-index: 1
}

.img-hover-effect:after {
    background: rgba(255, 255, 255, 0.41);
    bottom: 0;
    content: "";
    height: 0;
    opacity: 1;
    position: absolute;
    right: 0;
    width: 0;
    pointer-events: none;
    z-index: 1
}

.language-btn i {
    margin-left: 5px;
    color: #e7b4a7;
    font-size: 16px;
}

.language a {
    margin-right: 20px;
}


/*================================================
Departments Area CSS home
=================================================*/

.Departments {
    background: #ffffff;
    padding-top: 70px;
    padding-bottom: 30px;
    /* background-size: cover; */
    background-position: center;
}

.Departments.other_page {
    background: #F9F9F9;
}

.Departments__item {
    background: #fff;
    margin-bottom: 20px;
    border-radius: 20px;
    overflow: hidden;
    padding: 26px 13px 10px 13px;
    border: 1px solid #525252;
}

.Departments__thumb {
    border-radius: 10px;
    overflow: hidden;
    /* position: relative; */
    display: flex;
    align-items: center;
}

.Departments__thumb img {
    width: 86%;
    height: auto;
	float: right;
}

.Departments__content {
    position: relative;
    padding: 12px 0px 8px;
}

.Departments__content h4 a {
    font-size: 18px;
    line-height: 18px;
    FONT-FAMILY: 'POPPINS';
    font-weight: 500;
    color: #223645;
    margin-left: 15px;
    margin-top: 15px;
    display: inline-block;
}

@media only screen and (max-width: 1199px) and (min-width: 992px) {
    .Departments__content h4 a {
        font-size: 18px;
    }
}

@media only screen and (max-width: 400px) {
    .Departments__content h4 a {
        font-size: 18px;
        margin-left: 0px;
    }
}

.Departments__content>a {
    width: 42px;
    height: 42px;
    display: inline-block;
    border-radius: 100%;
    background: #008e98;
    line-height: 45px;
    text-align: center;
    color: #ffffff;
    font-size: 16px;
    position: absolute;
    right: 5px;
    top: 15px;
}

.Departments__content>a:hover {
    background: #008e98;
    color: #fff;
}

.Departments .owl-item img {
    display: inline-block;
    width: auto;
    width: 70%;
	float: right;
}

.Departments .owl-carousel .owl-nav button.owl-prev,
.Departments .owl-carousel .owl-nav button.owl-next {
    height: 40px;
    width: 40px;
    background: #fff;
    border: 3px solid;
    color: #f1bdb0;
    text-align: center;
    position: absolute;
    top: 50%;
    left: -67px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 17px;
    border-radius: 50%;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

@media only screen and (max-width: 1399px) {
    .Departments .owl-carousel .owl-nav button.owl-prev,
    .Departments .owl-carousel .owl-nav button.owl-next {
        display: none;
    }
}

.Departments .owl-carousel .owl-nav button.owl-next {
    left: auto;
    right: -67px;
}

.facility__bottom-text {
    margin-top: 35px
}

.Departments__thumb h4 {
    font-size: 16px;
    /* line-height: 45px; */
    font-weight: 500;
}

.template-btn-service {
	float: right;
    font-size: 14px;
    font-weight: 500;
    font-family: 'Poppins';
    line-height: 1.2;
    background-color: #f1bdb0;
    color: #ffffff !important;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    padding: 12px 51px;
    border-radius: 30px;
    border: none;
}

.Departments__content p {
    margin-bottom: 2px;
}


/* doctors */

.doctors {
    padding-top: 70px;
    padding-bottom: 40px;
}

.doctors-section .container-inner {
    position: relative;
    overflow: hidden;
    z-index: 1
}

.doctors-section .container-inner::after {
    position: absolute;
    content: '';
    top: 120px;
    left: 0;
    width: 100%;
    height: 100%;
    background: #f7f7f7;
    z-index: -1
}

.doctors-section .container-inner .image {
    margin-top: -10px;
    position: relative
}

.doctors-section .container-inner .image .shape {
    position: absolute;
    left: 15px;
    top: 15px
}

.doctors-section .container-inner .content .quote {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 170px;
    height: 106px;
    margin-bottom: 40px;
    color: #fff;
    z-index: 1;
    position: relative
}

.doctors-section .container-inner .content .quote img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1
}

.doctors-section .container-inner .content .quote i {
    font-size: 38px;
    margin-top: -10px
}

.doctors-section .container-inner .content .quote span {
    position: absolute;
    background: #b4765a
}

.doctors-section .container-inner .content .quote .top {
    width: 30px;
    height: 2px;
    top: -5px;
    left: 40%;
    -webkit-transform: rotateZ(-5deg);
    transform: rotateZ(-5deg)
}

.doctors-section .container-inner .content .quote .bottom {
    width: 30px;
    height: 2px;
    bottom: 7px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.doctors-section .container-inner .content .quote .left {
    width: 2px;
    height: 30px;
    left: -5px;
    top: 30%;
    -webkit-transform: rotateZ(-5deg);
    transform: rotateZ(-5deg)
}

.doctors-section .container-inner .content .quote .right {
    width: 2px;
    height: 30px;
    right: 0;
    top: 30%;
    -webkit-transform: rotateZ(15deg);
    transform: rotateZ(15deg)
}

.doctors-section .container-inner .content .title {
    color: #b4765a;
    padding-bottom: 15px;
    margin-bottom: 25px;
    position: relative
}

.doctors-section .container-inner .content .title span {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 20%;
    height: 2px;
    z-index: 1
}

.doctors-section .container-inner .content .title span::after {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    width: 60%;
    height: 2px;
    background: #b4765a
}

.doctors-section .container-inner .content .title span::before {
    position: absolute;
    content: '';
    right: 0;
    bottom: 0;
    width: 30%;
    height: 2px;
    background: #b4765a
}

.doctors-section .container-inner .doctors-slider {
    padding-right: 30px
}

.doctors-section .container-inner .slider-item {
    background: 0 0
}

.doctors-section .container-inner .slider-item .text {
    margin-bottom: 20px
}

.doctors-section .container-inner .slider-item .client-name {
    margin-bottom: 20px
}

.doctors-section .container-inner .owl-carousel .owl-dots .owl-dot {
    background: #4d4d4d
}

.doctors-section .container-inner .owl-carousel .owl-dots .owl-dot.active {
    background: #b4765a
}

.doctors-section-three .card {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: none;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: none !important;
    text-align: center
}

.doctors-section-three .card .quote {
    margin-bottom: 20px;
    color: #877261
}

.doctors-section-three .card .quote i {
    font-size: 70px
}

.doctors-section-three .card .text {
    color: #4d4d4d;
    font-size: 15px;
    margin-bottom: 0;
    max-width: 950px;
    margin-left: auto;
    margin-right: auto;
    text-align: center
}

.doctors-section-three .owl-carousel .owl-nav button[class*=owl-] {
    position: absolute;
    top: 50%;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 15px 0 #d4d4d4;
    box-shadow: 0 0 15px 0 #d4d4d4
}

.doctors-section-three .owl-carousel .owl-nav button[class*=owl-] i {
    font-size: 22px;
    margin-top: 4px
}

.doctors-section-three .owl-carousel .owl-nav button[class*=owl-]:hover {
    color: #fff;
    background: #877261
}

.doctors-section-three .owl-carousel .owl-nav button[class*=owl-]:first-child {
    left: 0;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px
}

.doctors-section-three .owl-carousel .owl-nav button[class*=owl-]:last-child {
    right: 0;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px
}

.doctors-section-three #owl-custom-dots {
    position: relative;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-bottom: 90px;
    padding-top: 25px;
}

.doctors-section-three #owl-custom-dots .owl-dot img {
    position: relative;
    opacity: .4;
    border-radius: 50%;
    max-width: 90px;
    -webkit-transition: .5s;
    transition: .5s;
    z-index: 1
}

.doctors-section-three #owl-custom-dots .owl-dot .client-info {
    position: absolute;
    bottom: -50%;
    left: 50%;
    opacity: 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    text-align: center;
    -webkit-transition: .5s;
    transition: .5s
    width:100%;
}

.doctors-section-three #owl-custom-dots .owl-dot.active img {
    z-index: 2;
    opacity: 1;
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    -webkit-animation: zoomIn .5s linear 1;
    animation: zoomIn .5s linear 1
}

.doctors-section-three #owl-custom-dots .owl-dot.active .client-info {
    bottom: 0;
    opacity: 1
}


/*********testimonial-area**********/

.testimonial-area {
    background-position: center;
    padding-bottom: 30px;
    background-size: cover;
    padding-top: 80px;
    background-repeat: no-repeat;
}

.testimonial-area.style-2 {
    margin-left: 50px;
    margin-right: 50px;
}

.testimonial-area.style-2 .testimonial-slider .owl-nav button {
    right: 0;
    left: auto;
    top: -90px;
}

.testimonial-area.style-2 .testimonial-slider .owl-nav button.owl-prev {
    right: 70px;
}

.testimonial-slider .owl-nav button {
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    top: 50%;
    position: absolute;
}

.testimonial-slider .owl-nav .owl-prev {
    left: -90px;
}

.testimonial-slider .owl-nav .owl-next {
    position: absolute;
    right: -90px;
}

.single-testimonial-wrap {
    /* background: rgba(8, 12, 36, 0.05); */
    border-radius: 5px;
    padding: 0 194px 40px 252px;
    /* margin-top: 42px; */
    text-align: center;
}

.single-testimonial-wrap .icon {
    -webkit-transform: translate(0px, -39px);
    transform: translate(0px, -39px);
    margin-bottom: -9px;
}

.single-testimonial-wrap .icon img {
    width: auto;
}

.single-testimonial-wrap p {
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    font-style: italic;
    color: #313233 !important;
    text-align: center;
    border-left: 3px solid var(--main-color);
    padding-left: 7px;
    margin-bottom: 0;
}

.single-testimonial-wrap .client-wrap {
    margin-top: 16px;
    /* display: -webkit-box; */
    display: -ms-flexbox;
    /* display: flex; */
    /* -webkit-box-align: center; */
    -ms-flex-align: center;
    align-items: center;
}

.single-testimonial-wrap .client-wrap .thumb {
    margin-right: 10px;
    margin-bottom: 13px;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
}

.single-testimonial-wrap .client-wrap .thumb img {
    width: auto;
    display: inline;
    border-radius: 50px;
}

.single-testimonial-wrap .client-wrap .details h5 {
    font-weight: 600;
    font-size: 24px;
    line-height: 31px;
    margin-bottom: 3px;
}

.single-testimonial-wrap .client-wrap .details p {
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    color: #4D5765;
    padding-left: 0;
    border: 0;
}

.upperfooter {
    background-color: #9e6f67;
    color: white;
    padding-top: 30px;
    padding-bottom: 25px;
}

.upperfooter h5 {
    color: white;
    text-align: center;
    margin-bottom: 25px;
    font-size: 15px;
    font-weight: 400;
}

.footer {
    background-color: #d8a398;
    padding-top: 60px;
    padding-bottom: 40px;
}

.logo-bg img {
    border-radius: 20px;
    width: 49%;
}

.buttons-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
    gap: 2rem;
}

.button {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background: #9e6f67;
    width: 35px;
    color: white;
    font-size: 8px;
    /* margin-right: -34px; */
    height: 35px;
    /* box-shadow: 9px 9px 16px rgba(163, 177, 198, 0.6), -9px -9px 16px rgba(255, 255, 255, 0.5); */
    margin-bottom: 1em;
}

.button:hover {
    cursor: pointer;
    box-shadow: 0px 0px 10px 6px rgba(0, 0, 0, 0.1);
    color: white;
}

.facebook:hover {
    background: #3b5998;
}

.twitter:hover {
    background: #1da1f2;
}

.instagram:hover {
    background: linear-gradient(135deg, #405de6, #5851db, #833ab4, #c13584, #e1306c, #fd1d1d);
}

.youtube:hover {
    background: #fd1d1d;
}

.social-head {
    color: white;
}

.usefull-links.fl-lft {
    margin: 0px;
	text-align: right;
}

.contact-list {
	text-align: right;
    padding-left: 0;
    margin-bottom: 25px;
    list-style-type: none;
}

.contact-list li {
    margin-bottom: 22px;
    position: relative;
    padding-left: 0px;
}

.contact-list h5 {
    /* display: inline; */
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 5px;
    color: #ffffff;
    /* font-family: 'Poppins'; */
}

.contact-list li span {
    font-weight: 500;
    font-family: 'Poppins';
    color: #ffffff;
}

.contact-list li a {
    display: inline-block;
    font-weight: 600;
    position: relative;
    font-weight: 500;
    /* font-family: 'Rosemary-regular'; */
    color: #ffffff;
	word-wrap: break-word;
}
.contact-list li a:hover{
    color: #e7b4a7;
    border: none;
}
.footer-widget .usefull-links li a:hover{
    color: #e7b4a7;
    border: none;
}
.footer-widget .title h3 {
	text-align: right;
    color: #fff;
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 15px;
}

.usefull-links li a {
    color: #fff;
    margin-bottom: 20px;
}

.bottomfooter {
    background-color: #9e6f67;
    color: white;
    padding-top: 10px;
    padding-bottom: 10px;
}

.bottomfooter h5 {
    color: white;
    text-align: center;
    font-size: 15px;
    font-weight: 400;
}

.breadcrumb {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 0;
    margin-bottom: 1rem;
    list-style: none
}

.breadcrumb-item+.breadcrumb-item {
    padding-left: 0.5rem
}

.breadcrumb-item+.breadcrumb-item::before {
    float: left;
    padding-right: 0.5rem;
    color: #6c757d;
    content: var(--bs-breadcrumb-divider, "/")
}

.breadcrumb-item.active {
    color: #6c757d
}

.breadcrumb-height {
    /* height: 367px; */
    padding-top: 130p;
    margin-top: 11px;
}

.breadcrumb-heading {
    text-transform: uppercase;
    font-size: 26px;
    color: #d69e91;
}

.breadcrumb-item {
    display: -webkit-box;
    display: -webkit-flex;
    color: #d49c8f;
    display: -ms-flexbox;
    display: flex;
    padding: 0px 50px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%
}

.breadcrumb-area {
    padding-top: 190px;
    padding-bottom: 190px;
    border-radius: 12px;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.service-page {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
}

.upperfooter .buttons-container {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 35%;
    flex-wrap: wrap;
	gap: 2rem;
}

.upperfooter .button {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background: #d8a398;
    width: 35px;
    color: white;
    font-size: 8px;
     margin: 0 !important; 
    height: 35px;
    /* box-shadow: 9px 9px 16px rgb(163 177 198 / 60%), -9px -9px 16px rgb(255 255 255 / 50%); */
    margin-bottom: 1em;
}

.upperfooter .social-head {
    text-align: center;
    font-size: 32px;
}

.upperfooter .button:hover {
    cursor: pointer;
    box-shadow: 0px 0px 10px 6px rgba(0, 0, 0, 0.1);
    color: white;
}

.upperfooter .facebook:hover {
    background: #3b5998;
}

.upperfooter .twitter:hover {
    background: #1da1f2;
}

.upperfooter .instagram:hover {
    background: linear-gradient(135deg, #405de6, #5851db, #833ab4, #c13584, #e1306c, #fd1d1d);
}

.upperfooter .youtube:hover {
    background: #fd1d1d;
}

.float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 86px;
    right: 15px;
    /* background-color: #25d366; */
    background-color: #25D366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    /* box-shadow: 2px 2px 3px #999; */
    box-shadow: 2px 2px 3px rgb(12 12 12 / 34%);
    z-index: 100;
}

.float:hover {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 86px;
    right: 15px;
    /* background-color: #25d366; */
    background-color: #25D366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    /* box-shadow: 2px 2px 3px #999; */
    box-shadow: 2px 2px 3px rgb(12 12 12 / 34%);
    z-index: 100;
}

.whatsapp-book {
    color: #1ab654;
    margin-left: 8px;
    font-size: 20px;
    line-height: 32px;
}

.my-float {
    margin-top: 16px;
}


/*  doctors-team-section */

.doctors-team-section .team-wrap .team-single {
    text-align: center;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(#F2D1BF));
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #F2D1BF 100%);
    -ms-flex-preferred-size: 28.33%;
    flex-basis: 28.33%;
    border-radius: 8px;
    padding: 2px;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

@media (max-width: 991px) {
    .doctors-team-section .team-wrap .team-single {
        margin-bottom: 30px;
    }
}

.doctors-team-section .team-wrap .team-single .team-boder-shapes-1 {
    padding: 20px 25px;
    background: #fff;
    text-align: center;
    border-radius: 8px;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.doctors-team-section .team-wrap .team-single .team-boder-shapes-1 .team-single-img {
    overflow: hidden;
    border-radius: 8px;
    -o-object-fit: cover;
    object-fit: cover;
}

.doctors-team-section .team-wrap .team-single .team-boder-shapes-1 .team-single-img img {
    /* -webkit-transition: all .4s ease-in-out; */
    transition: all .4s ease-in-out;
    width: 100%;
}

.doctors-team-section .team-wrap .team-single .team-boder-shapes-1 .team-single-text {
    /* margin-top: 11px; */
}

.doctors-team-section .team-wrap .team-single .team-boder-shapes-1 .team-single-text h2 a {
    font-size: 19px;
    font-weight: 500;
    line-height: 33px;
    color: #414141;
    margin-bottom: -4px;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

@media (max-width: 575px) {
    .doctors-team-section .team-wrap .team-single .team-boder-shapes-1 .team-single-text h2 a {
        font-size: 20px;
        line-height: 30px;
    }
}

.doctors-team-section .team-wrap .team-single .team-boder-shapes-1 .team-single-text h2 a:hover {
    color: #72569D;
}

.doctors-team-section .team-wrap .team-single .team-boder-shapes-1 .team-single-text span {
    font-size: 16px;
    font-weight: 500;
    line-height: 0px;
    color: #515151;
}

@media (max-width: 575px) {
    .doctors-team-section .team-wrap .team-single .team-boder-shapes-1 .team-single-text span {
        font-size: 16px;
        line-height: 22px;
    }
}

.doctors-team-section .team-wrap .team-single:hover .team-boder-shapes-1 .team-single-img img {
    /* -webkit-transform: scale(1.2); */
    /* transform: scale(1.2); */
    border-radius: 8px;
}

.doctors-team-section .team-wrap .team-all {
    text-align: center;
    margin-top: 70px;
}

@media (max-width: 991px) {
    .doctors-team-section .team-wrap .team-all {
        margin-top: 40px;
    }
}

.doctors-team-section .team-wrap .team-all .theme-btn {
    padding: 20px 40px;
}

@media (max-width: 575px) {
    .doctors-team-section .team-wrap .team-all .theme-btn {
        padding: 10px 30px;
    }
}

.doctors-section-title {
    margin-bottom: 23px;
    text-align: center;
    margin-top: 22px;
}

@media (max-width: 767px) {
    .doctors-section-title {
        margin-bottom: 40px;
    }
}

.doctors-section-title span {
    color: #72569D;
    font-size: 20px;
    font-weight: 700;
    padding: 15px 45px;
    line-height: 26px;
    background: #fff;
    -webkit-box-shadow: 0px 8px 22px rgba(30, 20, 79, 0.05);
    box-shadow: 0px 8px 22px rgba(30, 20, 79, 0.05);
    border-radius: 50px;
}

@media (max-width: 767px) {
    .doctors-section-title span {
        font-size: 15px;
        line-height: 20px;
        padding: 16px 35px 20px;
    }
}

.doctors-section-title h2 {
    margin: 0;
    /* margin-top: 49px; */
    position: relative;
    text-transform: capitalize;
    font-family: 'Poppins';
    font-weight: 600;
    font-size: 36px;
    font-weight: 600;
    line-height: 78px;
    color: #d69e91;
}

.doctors-section-title h2:before {
    position: unset;
    left: 0;
    top: 0;
    width: 10px;
    height: 100%;
    background: #72569D;
    content: "";
}

@media (max-width: 767px) {
    .doctors-section-title h2 {
        font-size: 32px;
        line-height: 40px;
    }
}

@media (max-width: 330px) {
    .doctors-section-title h2 {
        font-size: 30px;
    }
}

.doctors-section-title p {
    font-size: 18px;
}

.doctors-team-section {
    padding-top: 60px;
    padding-bottom: 60px;
}

.contact-info-item {
    text-align: center;
    margin-bottom: 30px;
    padding: 40px 10px;
    -webkit-box-shadow: 0px 0px 20px 0px #e8eff0;
    box-shadow: 0px 0px 20px 0px #e8eff0;
}

.contact-info-item i {
    display: inline-block;
    width: 70px;
    height: 70px;
    text-align: center;
    line-height: 70px;
    font-size: 30px;
    border-radius: 50%;
    color: #d8a398;
    border: 1px solid #d8a398;
    margin-bottom: 20px;
}

.contact-info-item h3 {
    margin-bottom: 15px;
    font-size: 22px;
}

.contact-info-item a {
    display: block;
    color: #424242;
	word-wrap: inherit;
}

.contact-info-item a:hover {
    color: #e7b4a7;
}

.contact-area .map-item {
    margin-bottom: 30px;
}

.contact-area .map-item iframe {
    width: 100%;
    height: 520px;
    border: 0;
    display: block;
    width: 100%;
}

.contact-area #contactForm {
    margin-bottom: 30px;
}

.contact-area #contactForm h3 {
    font-size: 22px;
    margin-bottom: 30px;
	text-align: right;
}

.contact-area #contactForm .form-group {
    margin-bottom: 20px;
}

.contact-area #contactForm .form-group .form-control {
    height: 50px;
    border: 0;
    background: #f7f7f7;
    border-radius: 0;
    -webkit-box-shadow: 0px 0px 20px 0px #fafafa;
    box-shadow: 0px 0px 20px 0px #fafafa;
}

.contact-area #contactForm .form-group .form-control:focus {
    border: 0;
    -webkit-box-shadow: 0px 0px 20px 0px #fafafa;
    box-shadow: 0px 0px 20px 0px #fafafa;
}

.contact-area #contactForm .form-group textarea {
    height: auto !important;
    padding-top: 13px;
}

.contact-area #contactForm .form-check {
    margin-bottom: 0;
}

.contact-area #contactForm .form-check .form-check-input {
    border-radius: 0;
    margin-top: 4px;
}

.contact-area #contactForm .form-check a {
    display: inline-block;
    color: #20bdd1;
    font-weight: 500;
}

.contact-area #contactForm .form-check a:hover {
    color: #35405c;
}

.contact-area #contactForm .common-btn {
    width: 100%;
    display: block;
    padding: 14px;
    color: white;
    border-radius: 0;
    background: #d8a398;
    border-radius: 30px;
}

.contact-area #contactForm .list-unstyled {
    margin-top: 10px;
    color: #dc3545 !important;
}

.contact-area #contactForm .text-danger {
    margin-bottom: 0;
    margin-top: 10px;
    color: #dc3545 !important;
}

.contact-area #contactForm .text-success {
    margin-bottom: 0;
    margin-top: 10px;
    color: #198754 !important;
}

.contact-info-area {
    padding-top: 100px;
}

.sercive-area {
    padding: 120px 0;
}

.single-list {
    height: 50px;
    width: 100%;
    background: #EDF1F9;
    position: relative;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    border-left: 2px solid#142663;
    transition: .3s;
    cursor: pointer;
}

.single-list a {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
    text-align: center;
    border-left: 1px solid #E1E5ED;
    height: 50px;
    line-height: 50px;
    color: #142663;
    transition: .3s;
}

.single-list h3 {
    color: #142663;
    font-size: 18px;
    margin: 0;
    padding-left: 15px;
    transition: .3s;
}

.single-list:hover {
    background: #142663;
}

.single-list:hover a {
    color: #fff;
}

.single-list:hover h3 {
    color: #fff;
}

.contact-time {
    border: 5px solid #EDEFF2;
    padding: 40px 30px;
}

.contact-time h3 {
    font-size: 24px;
    color: #142663;
    font-weight: 700;
}

.single-contact-time p a {
    color: #142663;
}

.single-contact-time p {
    font-size: 18px;
    color: #142663;
    font-weight: 600;
    padding-left: 50px;
    position: relative;
}

.single-contact-time p i {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 37px;
    color: #de2068;
}

.single-contact-time p:last-child {
    margin: 0;
}

.service-link-area {
    margin-bottom: 80px;
}

.doctor-into {
    background: #caa491;
    padding: 50px 30px;
}

.doctor-into {
    position: relative;
    overflow: hidden;
}

.doctor-into h3 {
    font-size: 18px;
    color: #FDFDFD;
    font-weight: 700;
    margin-bottom: 20px;
}

.doctor-into-fl {
    margin-bottom: 20px;
}

.doctor-into-l {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px dashed #fff;
    height: 50px;
}

.doctor-into-l p {
    margin: 0;
}

.doctor-into-l p {
    font-size: 15px;
    color: #ffffff !important;
    font-weight: 500;
}

.team-1:hover {
    color: #fff;
}

.doctor-into button {
    font-size: 16px;
    color: #142663;
    font-weight: 600;
    background: #fff;
    border: 0;
    padding: 10px 22px;
    border-radius: 3px;
}

.doctor-into button {
    font-size: 16px;
    color: #142663;
    font-weight: 600;
    background: #fff;
    border: 0;
    padding: 10px 22px;
    border-radius: 3px;
}

.doctor-into {
    margin-bottom: 80px;
}

.eye-area a {
    margin-bottom: 50px;
    display: block;
}

.eye-area h3 {
    font-size: 40px;
    color: #142663;
    font-weight: 500;
    margin-bottom: 7px;
}

.eye-area p {
    font-size: 14px;
    color: #4F5256;
    font-weight: 400;
    margin: 0;
}

.eye-area {
    margin-bottom: 1px;
}

.about-doctors-area {
    padding-bottom: 40px;
    padding-top: 60px;
}

.eye-list {
    display: flex;
    justify-content: space-between;
}

.eye-list-lf h3 {
    font-size: 24px;
    color: #142663;
    font-weight: 700;
    margin: ;
    margin-bottom: 25px;
}

.eye-list-lf ul li a i {
    font-size: 14px;
    color: #d8a398;
    margin-left: 9px;
    position: absolute;
    line-height: 22px;
    right: -20px;
}

.eye-list-lf ul li a {
    color: #4F5256;
    font-size: 15px;
    font-weight: 500;
    position: relative;
    text-transform: capitalize;
}

.eye-list-lf ul li {
    position: relative;
    padding-right: 25px;
    margin-bottom: 10px;
	text-align: right;
}

.eye-list {
    margin-bottom: 50px;
}

.single-pruse {
    background: #fff;
    box-shadow: 0 0 10px #0000003d;
}

.single-pruse ul li a i {
    color: #de2068;
    font-size: 18px;
    font-weight: 800;
    margin-right: 5px;
}

.single-pruse {
    padding-top: 95px !important;
    padding: 30px;
    margin-bottom: 25px;
    min-height: 370px;
}

.single-pruse h3 {
    font-size: 24px;
    color: #142663;
    font-weight: 600;
    border-bottom: 1px solid #ECECEC;
    margin: ;
    padding-bottom: 10px;
}

.single-pruse h3 span {
    font-size: 46px;
    color: #142663;
    font-weight: 700;
}

.single-pruse ul li {
    margin-bottom: 10px;
}

.single-pruse ul li a {
    font-size: 16px;
    color: #142663;
    font-weight: 500;
    position: relative;
    background: transparent !important;
    padding: 0;
    margin: 0;
}

.single-pruse ul li:last-child {
    margin: 0;
}

.midd .single-pruse ul li a i {
    color: #de2068;
    font-size: 18px;
    font-weight: 800;
}

.pps-lidtt a {
    color: #fff;
    background: #142663;
    padding: 10px 30px;
    display: inline-block;
    border-radius: 3px;
    font-size: 18px;
    font-weight: 600;
}

.pruse-area {
    padding-bottom: 115px;
}

.single-pruse {
    position: relative;
}

.imh {
    position: absolute;
    height: 100px;
    width: 100px;
    background: #142663;
    line-height: 100px;
    text-align: center;
    top: -34px;
    border-radius: 3px;
    box-shadow: 0 0 10px #DE20684A;
}

.pps-lidtt.midd .imh {
    background: #de2068;
    box-shadow: 0 0 10px #de206852;
}

.pps-lidtt.midd h3 span {
    color: #de2068;
}

.pps-lidtt.midd a {
    background: #de2068;
}

.llff {
    display: flex;
    justify-content: space-between;
    margin-bottom: 25px;
}

.pp {
    font-size: 16px;
    color: #4F5256;
    font-weight: 400;
    margin: 0;
}

.doctor-into.mrd {
    margin: 0;
}

.pruse-area.ptt {
    padding-top: 150px;
    background-size: cover;
    background-position: center;
    background-image: url(../img/services/bgg.jpg)
}

.single-pruse {
    transition: 0.3s;
}

.single-pruse:hover {
    background: #EEEFF2;
}

.pps-lidtt.midd h3 {
    border-bottom: 1px solid #DEDEDE;
}

.about-doctors-area.tedd {
    padding-bottom: 35px;
    padding-top: 120px;
}

.imgg {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
    padding-top: 20px;
    flex-wrap: wrap;
}

.imgg img {
    margin: 5px;
    width: calc(100%/2 - 10px);
}

.eye-list-lf.teart {
    margin-bottom: 30px;
}

.eye-list-lf.teart h3 {
    font-size: 40px;
}

.form-teart {
    margin-bottom: 50px;
    background: #fff;
    border: 5px solid #EFF0F3;
    padding: 50px 15px;
}

.form-teart h3 {
    font-size: 30px;
    color: #142663;
    font-weight: 700;
    margin-bottom: 30px;
    padding-bottom: 20px;
    border-bottom: 1px solid #F0F2F4;
}

.form-teart input {
    width: 100%;
    height: 50px;
    background: #EDEFF2;
    border: 0;
    padding: 0 20px;
    margin-bottom: 20px;
    font-size: 16px;
    color: #4F5256;
    font-weight: 400;
}

span.dropdown-iconform {
    position: relative;
    height: 0;
}

span.dropdown-iconform i {
    position: absolute;
    bottom: -50px;
    z-index: 1;
    right: 30px;
    width: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    color: #545051;
}

.form-teart button {
    width: 100%;
    height: 50px;
    background: #DE2068;
    border: 0;
    border-radius: 3px;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
}

.form-teart .nice-select {
    width: 100%;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    color: #635282;
    font-weight: 400;
    display: inline-block;
    margin-bottom: 20px;
    background: #EDEFF2;
    border: 0;
    border-radius: 0;
    appearance: none;
}

.form-teart .nice-select .option:hover,
.form-teart .nice-select .option.focus,
.form-teart .nice-select .option.selected.focus {
    background-color: #de2068;
    color: #fff;
}

.form-teart .nice-select .option.selected.focus {
    background-color: #de2068 !important;
}

.work-tab-text h4 {
    font-size: 16px;
    color: #4F5256;
    font-weight: 500;
    margin-bottom: 20px;
    font-style: italic;
}

.shop-area {
    padding: 120px 0;
}

.zoom-img {
    text-align: center;
    border: 5px solid #F2F1F1;
    padding: 50px 0;
}

.zoom-containt-top h3 {
    font-size: 24px;
    color: #142663;
    font-weight: 600;
    margin-bottom: 10px;
}

.zoom-containt-top span {
    color: #0064F9;
    font-weight: 600;
    font-size: 18px;
    display: block;
    margin-bottom: 10px;
}

.zoom-ster {
    display: flex;
    align-items: center;
}

.zoom-ster p {
    margin: 0;
    font-size: 16px;
    color: #4F5256;
    font-weight: 400;
    margin-left: 15px;
}

.single-ster {
    display: flex;
    align-items: center;
}

.single-ster a {
    margin-right: 4px;
    color: #F2D015;
}

.zoom-containt-top {
    border-bottom: 1px solid #E6E7E7;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.service_widget {
    padding: 40px 30px;
    border: 1px solid #caa491;
    background: #fff;
}

.service_info li {
    font-size: 15px;
    margin-bottom: 20px;
    font-weight: 500;
	word-wrap: break-word;
}

.service_info li:last-child {
    margin-bottom: 0;
}

.service_info li span {
    color: #221f18;
    text-transform: capitalize;
    font-family: 'Poppins';
    padding-right: 5px;
}

.service_contact-form .input_field i {
    right: 0;
    top: 13px;
}

.d_services-list {
    list-style: none;
    margin-top: 25px;
    display: flex;
    flex-wrap: wrap;
}

.d_services-list li {
    margin-top: 20px;
    min-width: 280px;
}

.d_services-list li i {
    width: 35px;
    height: 35px;
    background: #fff;
    text-align: center;
    line-height: 35px;
    border-radius: 50%;
    margin-right: 15px;
}

.d_opening-hour {
    position: absolute;
    bottom: -50px;
    left: 0;
    background: #fff;
    padding: 25px 30px;
    text-align: center;
    border-radius: 15px;
}

.d_opening-hour .icon {
    width: 70px;
    height: 70px;
    background-color: #00c9df;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    text-align: center;
    line-height: 65px;
    margin-bottom: 22px;
}

.d_opening-hour p {
    margin-bottom: 0;
}

.service-right h2 {
    font-size: 21px;
    color: #222;
    font-weight: 600;
	text-align: right;
}

.service-right h3 {
    font-size: 17px;
    color: #424242;
    font-weight: 500;
    margin-top: 22px;
	text-align: right;
}

.eye-list ul {
    columns: 2;
    -webkit-columns: 3;
    -moz-columns: 2;
}

.widget_title {
    font-size: 20px;
    margin-bottom: 20px;
}

.section-tb-padding {
    padding-top: 80px;
    padding-bottom: 80px;
}

.login-area {
    max-width: 79%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.login-area .login-box {
    width: 50%;
    padding: 30px;
    border: 1px solid #eee;
}

.login-area .login-box h1 {
    font-size: 30px;
    text-align: center;
}

.login-area .login-box p {
    margin-top: 10px;
    text-align: center;
}

.login-area .login-box form {
    margin-top: 17px;
}

.login-area .login-box form label {
    margin-top: 15px;
}

.login-area .login-box form label:first-child {
    margin-top: 0px;
}

.login-area .login-box form input {
    width: 100%;
    padding: 10px 15px;
    font-size: 13px;
    margin-top: 10px;
    border: 1px solid #eee;
    border-radius: 3px;
}

.login-area .login-box a.btn-style1 {
    width: 100%;
    margin-top: 30px;
    text-align: center;
}

.login-area .login-box a.re-password {
	width: 100%;
    color: #ba9389;
    margin-top: 25px;
    font-weight: 600;
    display: block;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.login-area .login-account {
    width: calc(50% - 30px);
    margin-right: 30px;
}

.login-area .login-account h4 {
    font-size: 16px;
    text-align: center;
}

.login-area .login-account a.ceate-a {
    position: relative;
    color: #676160;
    width: 100%;
    padding: 13px 25px;
    margin-top: 23px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #ffc7ba;
    border-radius: 3px;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
}

.login-area .login-account a.ceate-a::after {
    background-color: #f5ab1e;
    content: "";
    position: absolute;
    top: 0px;
    right: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
}

.login-area .login-account a.ceate-a:hover::after {
    opacity: 0.1;
    visibility: visible;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
}

.login-area .login-account .login-info {
    margin-top: 24px;
}

.login-area .login-account .login-info a.terms-link span {
    color: #000;
    line-height: 1;
    font-size: 12px;
}

.login-area .login-account .login-info a.terms-link {
	width: 100%;
	text-align: right;
    color: #606060;
    font-size: 12px;
    font-weight: 600;
}

.login-area .login-account .login-info p {
    font-size: 13px;
    margin-top: 6px;
}

.login-area .login-account .login-info p a {
    color: #626262;
    font-weight: 600;
}

.register-area {
    max-width: 80%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.register-area .register-box {
    width: 50%;
    padding: 30px;
    border: 1px solid #eee;
}

.register-area .register-box h1 {
    font-size: 30px;
    text-align: center;
}

.register-area .register-box p {
    margin-top: 10px;
    text-align: center;
}

.register-area .register-box form input {
    width: 100%;
    padding: 10px 15px;
    margin-top: 20px;
    font-size: 13px;
    border: 1px solid #eee;
    border-radius: 3px;
}

.register-area .register-box form input:first-child {
    margin-top: 0px;
}

.register-area .register-box a.btn-style1 {
    width: 100%;
    margin-top: 30px;
    text-align: center;
}

.register-area .register-account {
    width: calc(50% - 30px);
    margin-right: 30px;
}

.register-area .register-account h4 {
    font-size: 16px;
    text-align: center;
}

.register-area .register-account a.ceate-a {
    position: relative;
    color: #d8a398;
    width: 100%;
    padding: 13px 25px;
    margin-top: 30px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #d8a398;
    border-radius: 3px;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
}

.register-area .register-account a.ceate-a::after {
    background-color: #f5ab1e;
    content: "";
    position: absolute;
    top: 0px;
    right: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
}

.register-area .register-account a.ceate-a:hover::after {
    opacity: 0.1;
    visibility: visible;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
}

.register-area .register-account .register-info a.terms-link span {
    color: #000;
    line-height: 1;
    font-size: 12px;
}

.register-area .register-account .register-info a.terms-link {
	width: 100%;
    text-align: right;
    color: #d8a398;
    margin-top: 30px;
    font-size: 12px;
    font-weight: 600;
}

.register-area .register-account .register-info p {
    font-size: 13px;
    margin-top: 10px;
}

.register-area .register-account .register-info p a {
    color: #d8a398;
    font-weight: 600;
}

.team-single-text .bookbtn {
    border-radius: 20px;
    border: 1px solid green;
    padding: 4px 20px;
}


/* gallery */

.content-area-13 {
    padding: 70px 0 85px;
}

.content-area-13 {
    padding: 70px 0 85px;
}

.main-title {
    margin-bottom: 50px;
    text-align: center;
}

.service-offers-box {
    position: relative;
    z-index: 0;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
    width: 100%!important;
    margin: 0 0 15px 0;
    overflow: hidden;
}

.service-offers-box .photo-overflow {
    overflow: hidden;
    border-radius: 3px;
}

.service-offers-box .car-thumbnail-photo {
    position: relative;
    transform: scale(1);
    transition: 1s;
    border-radius: 3px;
}

.service-offers .col-pad {
    padding: 0 7.5px;
}

.service-offers-box.car-thumbnail-photo img {
    border-radius: 3px;
}

.service-offers-box:hover .car-thumbnail-photo {
    transform: scale(1.1);
    border-radius: 3px;
}

.service-offers-box:hover .car-thumbnail-photo img {
    border-radius: 3px;
}

.service-offers-box .car-thumbnail-photo:before {
    content: "";
    top: 0;
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 9;
    background: linear-gradient(to top, rgb(35 35 37 / 77%) 0%, rgb(35 35 37 / 39%) 35%, rgb(22 22 23 / 23%) 60%, rgba(0, 0, 0, 0) 100%);
    border-radius: 3px;
    opacity: 1;
}

.service-offers-box:hover .car-thumbnail-photo:before {
    opacity: 1;
}

.service-offers-box .ling-section {
    position: absolute;
    bottom: 20px;
    padding-right: 20px;
    padding-left: 20px;
    width: 100%;
}

.service-offers-box h3 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 5px;
    text-align: left;
}

.service-offers-box:hover h5 {
    color: #fff;
}

.service-offers-box h3 a {
    color: #fff;
}

.service-offers-box h5 {
    font-weight: 600;
    font-size: 15px;
    letter-spacing: 0.5px;
    margin-bottom: 0;
    font-family: 'Ubuntu', sans-serif;
}

.service-offers-box h5 span {
    color: #fff;
    font-weight: 500;
    font-size: 13px;
}

.service-offers-box h5 span {
    color: #fff;
    font-weight: 400;
    opacity: 0.9;
}

.service-offers-box .new {
    padding: 5px 15px;
    border-radius: 50px;
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    background: rgba(0, 0, 0, 0.36);
    -webkit-box-shadow: 0px 0px 0px 1px rgba(255, 255, 255, 0.2);
    box-shadow: 0px 0px 0px 1px rgba(255, 255, 255, 0.2);
    border-radius: 50px;
    position: absolute;
    letter-spacing: 1px;
    font-weight: 500;
    top: 20px;
    right: 20px;
}

.lb-close {
    display: block;
    float: right;
    position: absolute !important;
    top: -43px !important;
    width: 30px;
    right: 33% !important;
    height: 30px;
    background: url(../images/close.png) top right no-repeat;
    text-align: right;
    outline: none;
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=70);
    opacity: 0.7;
    -webkit-transition: opacity 0.2s;
    -moz-transition: opacity 0.2s;
    -o-transition: opacity 0.2s;
    transition: opacity 0.2s;
}


@media (max-width: 768px) {
  .doctors-section-three #owl-custom-dots .owl-dot .client-info {
    width: 100%;
  }
}


@media (min-width: 768px) {
  html[dir="rtl"] .Departments__thumb img {
    height: 63px;
    width: auto;
    object-fit: contain;
    display: block;
    margin: 0 auto;
  }

 html[dir="rtl"] .Departments__thumb h4 {
    padding-right: 10px;
            text-align: right;
  }
  
  html[dir="rtl"] .Departments__content p {
    font-size: 11px;
  }
}




@media (min-width: 1200px) and (max-width: 1299px) {
    html[dir="rtl"] .Departments__content p {
        font-size: 10px;
     }
}


