/*@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap');*/
@import url("stylesheet.css");

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}
a {
    color: var(--accent--color);
}
a,
button input {
    outline: none;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

html {
    scroll-behavior: smooth;
}

figure {
    margin: 0;
}

body {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: var(--text--color);
    font-family: "iranSans", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
span {
    direction: rtl;
    text-align: right;
    font-family: "iranSans", sans-serif;
}

p, a, li {
    direction: rtl;
    text-align: right;
}

input,textarea {
    direction: rtl!important;
}

:root {
    --primary--color: #000039;
    --black--color: #000000;
    --secondary--color: #ffffff;
    --text--color: #7a7a7a;
    --grey--color: #5e5e5e;
    --accent--color: #f37c90;
    --navy--color: #3069b3;
    --light--purple--color: #c2cce1;
    --white--family--color: #f5fafd;
    --grey--family--color: #c8d5e0;
}

/* TOP HEADER BAR SECTION */
.top-bar-con {
    background-color: var(--primary--color);
    padding: 10px 0;
}

.top-bar-con a,
.top-bar-con span.time-span {
    font-size: 14px;
    font-weight: 500;
    line-height: 25px;
    margin: 0 8px;
    vertical-align: middle;
    transition: ease-in-out 0.6s;
}

/* .top-bar-con figure {
    text-align: center;
    display: inline-block;
    margin-right: 7px;
} */

.top-bar-con img {
    /* line-height: 20px; */
    text-align: center;
    display: inline-block;
    margin-left: 7px;
}

.top-bar-con a img {
    display: inline-block;
    text-align: center;
}

.top-bar-con a:hover {
    text-decoration: none;
    color: var(--accent--color) !important;
    opacity: 100%;
}

.top-bar-con .right-con ul.social-icon {
    position: relative;
}

.top-bar-con .right-con ul.social-icon li a {
    margin: 0 10px;
}

.top-bar-con .right-con ul.social-icon li a i {
    font-size: 14px;
    color: var(--secondary--color);
}

.top-bar-con .right-con ul.social-icon li a:hover {
    color: var(--accent--color);
}

.top-bar-con .right-con ul.social-icon li a i:hover {
    color: var(--accent--color);
}


/* HEADER SECTION */
.header-con .navbar-light .navbar-nav .nav-link {
    font-size: 16px;
    color: var(--grey--color);
    font-weight: 400;
    padding: 10px 0 !important;
    position: relative;
}

.header-con .navbar-light .navbar-nav .nav-link.active {
    color: var(--primary--color);
}

.header-con .navbar-expand-lg .navbar-nav {
    gap: 54px;
    justify-content: center;
    align-items: center;
}

.header-con {
    z-index: 5;
    background-color: var(--secondary--color);
}

.header-con .navbar {
    padding: 0;
}


.header-con .header-tel {
    margin-right: 44px;
}

.header-con .header-tel img {
    padding-right: 30px;
}

.header-con .header-contact {
    margin-right: 35px;
}

.header-con .header-contact a {
    min-width: 184px;
    height: 52px;
    line-height: 49px;
    font-weight: 600;
    background-color: var(--accent--color);
    color: var(--secondary--color);
    border-radius: 100px;
    padding: 0 5px;
    transition: ease-in-out 0.6s;
    text-decoration: none;
    border: 1px solid transparent;
    text-align: center;
}

.header-con .header-contact a i {
    font-size: 13px;
    margin-right: 11px;
}

.header-con .header-contact a:hover {
    background-color: var(--primary--color);
    color: var(--secondary--color);
    text-decoration: none;
}

.header-con .header-tel a {
    font-weight: 600;
}

.header-con .header-tel a:hover {
    text-decoration: none;
    color: var(--primary--color);
}

.header-con .navbar-light .navbar-nav .nav-link:hover::before {
    width: 100%;
}

.header-con .navbar-light .navbar-nav .nav-link::before {
    right: 0;
    bottom: 0;
    width: 0;
    height: 1px;
    content: '';
    position: absolute;
    background: var(--primary--color);
    transition: ease-in-out 0.3s;
}

.header-con .navbar-light .navbar-nav .dropdown .nav-link:hover::after {
    width: 0;
}

.header-con .navbar-light .navbar-nav .dropdown .nav-link::after {
    width: unset;
    position: absolute;
    background: none;
    top: 22px;
    font-size: 15px;
}

.header-con .navbar-light .navbar-nav .dropdown-menu {
    padding: 10px 5px;
    margin: 0;
    background-color: var(--secondary--color);
    border: 0;
    z-index: 15;
    border-radius: 10px;
    /* border-top: 2px solid var(--primary--color); */
    width: 216px;
    margin-top: 10px;
    box-shadow: 0px 0px 100px rgb(0 0 0 / 15%);
}

.header-con .navbar-light .navbar-nav .dropdown-menu a:last-child {
    border-bottom: none;
}

.header-con .navbar-light .navbar-nav .dropdown-menu .dropdown-item {
    padding: 7px 20px;
    border-bottom: 1px solid var(--secondary--color);
    font-size: 14px;
    line-height: 20px;
    color: var(--navy--family--color);
}

.header-con .navbar-light .navbar-nav .dropdown-menu .dropdown-item:active,
.header-con .navbar-light .navbar-nav .dropdown-menu .dropdown-item:active {
    background-color: var(--primary--color);
    color: var(--secondary--color);
}

.header-con .navbar-light .navbar-nav .dropdown-menu .dropdown-item:hover,
.header-con .navbar-light .navbar-nav .dropdown-menu .dropdown-item.active {
    background-color: var(--primary--color);
    color: var(--secondary--color);
    border-radius: 4px;
}

/* .header-con .navbar-light .navbar-nav .nav-link.active {
    color: var(--secondary--color);
} */

.header-con .navbar-light .navbar-nav .nav-link:hover {
    color: var(--primary--color);
}

.header-con .navbar-light .navbar-brand {
    margin: 0;
    padding: 0;
}

/* HEADER SECTION */

/* BACK TO TOP BUTTON */
#back-to-top-btn {
    display: none;
    position: fixed;
    bottom: 60px;
    left: 60px;
    z-index: 99;
    font-size: 18px;
    border: none;
    background-color: var(--accent--color);
    color: white;
    cursor: pointer;
    width: 80px;
    height: 80px;
    -webkit-animation: spineer 2s infinite;
    animation: spineer 2s infinite;
    border-radius: 20px;
}

#back-to-top-btn:focus {
    outline: none;
}

@-webkit-keyframes spineer {
    from {
        box-shadow: 0 0 0 0 rgb(41, 205, 120, .99);
    }

    to {
        box-shadow: 0 0 0 45px rgb(24, 63, 60, .01);
    }
}

@keyframes spineer {
    from {
        box-shadow: 0 0 0 0 rgb(41, 205, 120, .99);
    }

    to {
        box-shadow: 0 0 0 45px rgb(24, 63, 60, .01);
    }
}

#back-to-top-btn::after {
    font-size: 18px;
    font-weight: 600;
    content: "\f062";
    line-height: 50px;
    color: var(--secondary--color);
    font-family: "Font Awesome 5 free";
}


#back-to-top-btn:hover {
    cursor: pointer;
}

/* BACK TO TOP BUTTON */
/* LOADER SECTION */
.loader-mask {
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    position: fixed;
    z-index: 99999;
    background-color: #fff;
}

.loader {
    top: 50%;
    right: 50%;
    width: 50px;
    height: 50px;
    font-size: 0;
    position: absolute;
    text-indent: -9999em;
    display: inline-block;
    margin: -25px -25px 0 0;
    color: var(--primary--color);
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
}

.loader div {
    top: 0;
    right: 0;
    opacity: .5;
    float: none;
    width: 50px;
    height: 50px;
    position: absolute;
    border-radius: 50%;
    display: inline-block;
    background-color: var(--primary--color);
    -webkit-animation: ballPulseDouble 2s ease-in-out infinite;
    animation: ballPulseDouble 2s ease-in-out infinite;
}

.loader div:last-child {
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
}

@-webkit-keyframes ballPulseDouble {

    0%,
    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes ballPulseDouble {

    0%,
    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

/* LOADER SECTION */

/* SEARCH FORM */

#search {
    position: fixed;
    top: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -webkit-transform: translate(0px, -100%) scale(0, 0);
    -moz-transform: translate(0px, -100%) scale(0, 0);
    -ms-transform: translate(0px, -100%) scale(0, 0);
    -o-transform: translate(0px, -100%) scale(0, 0);
    transform: translate(0px, -100%) scale(0, 0);
    opacity: 0;
    display: none;
}

#search.open {
    -webkit-transform: translate(0px, 0px) scale(1, 1);
    -moz-transform: translate(0px, 0px) scale(1, 1);
    -ms-transform: translate(0px, 0px) scale(1, 1);
    -o-transform: translate(0px, 0px) scale(1, 1);
    transform: translate(0px, 0px) scale(1, 1);
    opacity: 1;
    z-index: 106;
    display: block;
}

#search input[type="search"] {
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -51px;
    width: 60%;
    margin-right: 20%;
    color: rgb(255, 255, 255);
    background: transparent;
    border-top: none;
    border-bottom: 2px solid rgba(255, 255, 255, .5);
    border-right: 0px solid transparent;
    border-left: 0px solid transparent;
    font-size: 40px;
    font-weight: 400;
    text-align: center;
    outline: none;
    padding: 10px;
}

#search input[type="search"]::-webkit-search-cancel-button {
    -webkit-appearance: none;
    appearance: none;
    height: 20px;
    width: 20px;
    content: "\f00d";
    background-image: url('../images/close.png');
}

#search .close {
    position: fixed;
    top: 15px;
    left: 15px;
    opacity: 1;
    font-size: 27px;
    color: #fff;
}

#search .close:hover {
    color: var(--primary--color);
    cursor: pointer;
    text-shadow: none;
}

/* SPECIAL */
.heading-title-con {
    margin-bottom: 50px;
}

.heading-title-con h2 {
    margin-bottom: 16px;
}

.heading-title-con p {
    font-size: 18px;
    line-height: 30px;
}

/* breadcrumb */

.breadcrumb-item + .breadcrumb-item::before,
.breadcrumb-item.active {
    color: var(--accent--color);
}

.breadcrumb-item {
    font-size: 16px;
    font-weight: 400;
    line-height: 16px;
}

.breadcrumb {
    background-color: transparent;
    padding: 15px 25px;
    min-width: 205px;
    border: 1px solid rgb(255 255 255 / 35%);
    transition: ease-in-out 0.6s;
    border-radius: 25px;
    justify-content: center;

}

.breadcrumb-item a {
    text-decoration: none;
    color: var(--secondary--color);
}

.breadcrumb-item a:hover {
    color: var(--accent--color);
}


/* .breadcrumb:hover .breadcrumb-item a,
.breadcrumb:hover .breadcrumb-item.active {
    color: var(--accent--color);
} */

.breadcrumb-item + .breadcrumb-item::after {
    color: #fff;
    content: "\f060";
    font-family: "Font Awesome 6 Free";
    font-size: 11px;
    padding: 0 14px;
    font-weight: 600;
}

/* .breadcrumb:hover .breadcrumb-item+.breadcrumb-item::before {
    color: var(--accent--color);
} */


/* 404 page styling start here */
.coming-soon-con,
.error-section {
    height: 100vh;
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    position: relative;
}

.error-con {
    position: relative;
    z-index: 2;
}

.error-con h2 {
    font-size: 170px;
    line-height: 165px;
    margin-bottom: 30px;
}

.error-con h2 i {
    font-size: 130px;
    line-height: 140px;
}

.error-con h4 {
    font-size: 34px;
    line-height: 34px;
    margin-bottom: 18px;
}

.error-con p {
    font-size: 20px;
    line-height: 32px;
    margin-bottom: 30px;
    color: var(--navy--family--color2);
}

.error-con .primary-button a i {
    margin-right: 0;
}

.error-con .primary-button a {
    min-width: 220px;
}

.error-section .secondary-button a {
    min-width: 225px;
    border: 1px solid transparent;
}

.error-section .secondary-button a:hover {
    border: 1px solid var(--accent--color);
    color: var(--accent--color);
}

/* COMING SOON PAGE */
.coming-soon-con .new-logo {
    margin-bottom: 35px;
}

.coming-soon-con h1 {
    margin-bottom: 30px;
    font-size: 90px;
    line-height: 100px;
    text-transform: uppercase;
}

.coming-soon-con h3 {
    margin-bottom: 20px;
    font-size: 34px;
    color: var(--accent--color);
}

/* coming soon countdown timer styling */
.compaign_countdown ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.compaign_countdown ul li {
    float: right !important;
    width: auto;
    margin: 0;
    text-align: center;
    margin: 0 13px;
    min-height: 133px;
    min-width: 133px;
    background-color: var(--primary--color);
    padding: 20px 16px;
    color: var(--secondary--color);
    font-size: 22px;
    font-weight: 300;
    border-radius: 10px;
}

.compaign_countdown ul li:first-child {
    margin-right: 0;
}

.compaign_countdown ul li:last-child {
    margin-left: 0;
}

.compaign_countdown ul li span.days,
.compaign_countdown ul li span.hours,
.compaign_countdown ul li span.minutes,
.compaign_countdown ul li span.seconds {
    display: block;
    color: var(--secondary--color);
    width: auto;
    font-size: 60px;
    line-height: 65px;
    border-radius: 0;
    font-weight: 600;
}

.compaign_countdown {
    margin: 0 auto;
    width: 70%;
}

.coming-soon-con {
    flex-grow: 1;
    min-height: 100vh;
}

.error-banner,
.coming-soon-con {
    flex-grow: 1;
}

/* HOME PAGE BANNER SECTION */
.banner-con {
    /* min-height: 865px; */
    padding-top: 36px;
}

.banner-con span.frst-span {
    font-size: 18px;
    margin-bottom: 15px;
    padding-right: 34px;
}

.banner-con p {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 32px;
}

.banner-con .banner-content-con h1 span {
    margin-bottom: 0 !important;
}

.banner-con span.frst-span::after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 23px;
    height: 2px;
    background-color: var(--black--color);
}

.banner-con .elementary-button a {
    margin-right: 14px;
}

.banner-con .vector {
    right: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    opacity: 10%;
}

.banner-con .banner-img-con::after {
    width: 630px;
    height: 630px;
    border-radius: 100%;
    content: '';
    position: absolute;
    background: var(--secondary--color);
    transition: ease-in-out 0.3s;
    top: 102px;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 0;
}

.banner-con .banner-img-con img {
    z-index: 1;
}

.banner-con .award-win-con {
    background-color: var(--navy--color);
    border-radius: 20px;
    color: var(--secondary--color);
    box-shadow: 0px 21px 30px rgb(18 35 71 / 17%);
    /* width: 160px;
    height: 149px; */
    padding: 24px 32px;
    top: 122px;
    right: 21px;
    z-index: 2;
}

.banner-con .award-win-con .span-fifty-awards {
    font-size: 18px;
    line-height: 18px;
}

.banner-con .award-win-con img {
    margin-bottom: 10px;
}

.banner-con .opening-hrz-con {
    width: 271px;
    height: 74px;
    border-radius: 37px;
    background-color: var(--primary--color);
    left: 0;
    bottom: 290px;
    z-index: 2;
    padding: 14px 17px;
}

.banner-con .hrz-content {
    margin-right: 11px;
}

.banner-con span.opening-hrz-span {
    font-size: 16px;
    line-height: 16px;
}

.banner-con .opening-hrz-con figure {
    background-color: var(--accent--color);
    width: 48px;
    height: 48px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* SERVICES DEPARTMENT SECTION */
.services-departments-con .services-box {
    box-shadow: -20px 6px 83px rgb(0 0 0 / 2%);
    padding: 37px 37px 34px;
    border-radius: 20px;
    border: 1px solid transparent;
    transition: ease-in-out 0.4s;
}

.services-departments-con .services-box figure,
.departments-con2 .department-box figure.department-icon {
    width: 97px;
    height: 97px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    margin-left: auto;
    transition: ease-in-out 0.4s;
    background-color: var(--primary--color);
}

.services-departments-con .services-box img,
.departments-con2 .department-box figure.department-icon img {
    transition: ease-in-out 0.4s;
    border-radius: 10px;
}

.services-departments-con .services-box p,
.departments-con2 .department-box p {
    line-height: 23px;
    margin-bottom: 12px;
}

.services-departments-con .services-box a,
.departments-con2 .department-box a {
    color: var(--accent--color);
    font-size: 14px;
}

.services-departments-con .services-box:hover {
    border: 1px solid var(--accent--color);
    box-shadow: -20px 6px 83px rgb(41 205 120 / 4%);
}

.services-departments-con .services-box a:hover {
    text-decoration: none;
    color: var(--primary--color);
}

.services-departments-con .services-box a:hover i,
.departments-con2 .department-box a:hover i {
    color: var(--primary--color);
}

.services-departments-con .services-box a i,
.departments-con2 .department-box a i {
    color: var(--accent--color);
    font-size: 12px;
}

.services-departments-con .services-box:hover figure {
    transform: translateY(-2px);
    background-color: var(--accent--color);
}

.services-departments-con .col-lg-4.col-md-6 {
    margin-bottom: 30px;
}

.services-departments-con .col-lg-4.col-md-6:nth-last-of-type(-n+3) {
    margin-bottom: 0;
}

/* ABOUT US SECTION IN HOME PAGE */

.about-us-con .about-content-con {
    background-color: var(--primary--color);
    padding: 75px 48px;
    border-radius: 20px;
    z-index: 1;
    position: relative;
}

.about-us-con::after {
    background-image: url(../images/home-about-banner-img1.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 56%;
    height: 100%;
}

.about-us-con::before {
    background-image: url(../images/home-about-banner-img2.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 45%;
    height: 100%;
}

.about-us-con .about-content-con ul li {
    padding-right: 28px;
    font-weight: 500;
    margin-bottom: 5px;
}

.about-us-con .about-content-con ul li i {
    position: absolute;
    top: 4px;
    right: 0;
}

.about-us-con .about-content-con ul {
    margin-bottom: 26px;
}

.about-us-con .about-content-con .secondary-button a {
    min-width: 185px;
}

.about-us-con .about-content-con .secondary-button a:hover {
    background-color: var(--secondary--color);
    color: var(--primary--color);
}

/* STATISTICS SECTION  */
.statistics-con .statistics-box {
    padding: 38px 38px 35px;
    border-radius: 20px;
    transition: ease-in-out 0.4s;
    background-color: var(--secondary--color);
}

.statistics-con .statistics-box figure {
    background-color: var(--primary--color);
    width: 83px;
    height: 83px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    margin-bottom: 20px;
    transition: ease-in-out 0.4s;
}

.statistics-con .statistics-box:hover figure {
    background-color: var(--accent--color);
}

.statistics-con .statistics-box.green figure {
    background-color: var(--accent--color);
}

.statistics-con .statistics-box.green:hover figure {
    background-color: var(--primary--color);
}

.statistics-con .statistics-box span {
    font-size: 32px;
    line-height: 32px;
    margin-bottom: 16px;
    font-weight: bold;
}

.statistics-con .statistics-box sup {
    font-size: 33px;
    top: unset;
}

.statistics-con .statistics-box span.span-text {
    font-size: 16px;
    line-height: 16px;
    color: var(--text--color);
    margin-bottom: 0;
    font-weight: 400;
}

/* NEED HELP SECTION */
.need-help-con {
    background-image: url(../images/need-help-banner-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.need-help-con h2 {
    margin-bottom: 45px;
}

.need-help-con .primary-button a {
    font-size: 28px;
    font-weight: bold;
    min-width: 346px;
    height: 76px;
    line-height: 74px;
    border-radius: 38px;
    padding-right: 50px;
    transition: ease-in-out 0.4s;
}

.need-help-con .primary-button figure {
    width: 76px;
    height: 76px;
    background-color: var(--accent--color);
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 0;
    transition: ease-in-out 0.4s;
}

.need-help-con .primary-button:hover figure {
    background-color: var(--primary--color)
}

/* EXPERT TEAM SECTION */
.our-team-con .team-box,
.our-team-con .team-box figure,
.our-team-con2 .team-box,
.our-team-con2 .team-box figure {
    position: relative;
    transition: ease-in-out 0.6s;
}

.our-team-con .team-box figure,
.our-team-con2 .team-box figure {
    margin-bottom: 24px;
}

.our-team-con .team-box figure img {
    border-radius: 100%;
    transition: ease-in-out 0.6s;
}

.our-team-con2 .team-box figure img {
    border-radius: 20px;
    transition: ease-in-out 0.6s;
}

.our-team-con .team-box figure::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    width: 223px;
    height: 223px;
    border-radius: 100%;
    background-color: rgb(0 0 0 / 15%);
    border: 1px solid var(--secondary--color);
    opacity: 0;
    transform: scale(0.95);
    /* Optional: slightly smaller initially */
    transition: opacity 0.6s ease, transform 0.6s ease;
    pointer-events: none;
    /* prevents blocking hover */
}

.our-team-con .team-box:hover figure::after {
    opacity: 1;
    transform: scale(1);
}

.our-team-con .team-box:hover ul li:hover i {
    background-color: var(--primary--color);
}

.our-team-con .team-box ul li i,
.our-team-con2 .team-box ul li i {
    width: 40px;
    height: 40px;
    background-color: var(--accent--color);
    line-height: 40px;
    color: var(--secondary--color);
    border-radius: 100%;
}

.our-team-con .team-box ul li a,
.our-team-con2 .team-box ul li a {
    margin: 0 2px;
}

.our-team-con2 .team-box ul li:hover i {
    background-color: var(--primary--color);
}

.our-team-con .team-box ul {
    position: absolute;
    top: 31%;
    right: 0;
    left: 0;
    margin: 0 auto;
    display: none;
    transition: ease-in-out 0.6s;
}

.our-team-con .team-box:hover ul {
    display: block;
}

.our-team-con .owl-carousel .owl-nav.disabled {
    display: block !important;
}

.our-team-con .owl-carousel .owl-nav button {
    font-size: 20px;
    color: var(--black--color);
    top: 39%;
}

.our-team-con .owl-carousel .owl-nav button.owl-next {
    position: absolute;
    left: -53px;
}

.our-team-con .owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    right: -53px;
}

.our-team-con .owl-carousel .owl-nav button:focus,
.our-team-con .owl-carousel .owl-nav button:focus-visible {
    outline: none;
    box-shadow: none;
    border: none;
}

.our-team-con2 .team-box .designation {
    margin-bottom: 12px;
    display: block;
}

.our-team-con2 .team-box figure {
    overflow: hidden;
    transition: ease-in-out 0.6s;
    border-radius: 20px;
}

.our-team-con2 .team-box:hover figure img {
    opacity: 88%;
    transform: scale(1.05);
}

/* BOOK QUICK APPOINTMENT */
.book-quick-appointment-con {
    padding-top: 113px;
}

.book-quick-appointment-con .appointment-img-con::after {
    width: 606px;
    height: 606px;
    border-radius: 100%;
    content: '';
    position: absolute;
    background: rgb(0 0 0 / 10%);
    top: 50px;
    right: -72px;
    margin: 0 auto;
    z-index: 0;
}

.book-quick-appointment-con .appointment-img-con img {
    z-index: 1;
}

.departments-con2 .item,
.departments-con2 .owl-stage,
.departments-con2 .owl-item,
.testimonials-con .item,
.testimonials-con .owl-stage,
.testimonials-con .owl-item,
.testimonials-con2 .item,
.testimonials-con2 .owl-stage,
.testimonials-con2 .owl-item,
.our-awards-con .item,
.our-awards-con .owl-stage,
.our-awards-con .owl-item,
.our-team-con .item,
.our-team-con .owl-stage,
.our-team-con .owl-item {
    display: flex;
}

.owl-carousel .owl-item img {
    width: auto;
}

.owl-carousel .owl-nav button:focus,
.owl-carousel .owl-nav button:focus-visible {
    outline: none;
    box-shadow: none;
    border: none;
}

/* TESTIMONIAL SECTION */
.testimonials-con .testimonial-box {
    background-color: var(--secondary--color);
    border-radius: 20px;
    padding: 42px 36px 34px;
    border-bottom: 2px solid var(--accent--color);
}

.testimonials-con .testimonial-box .review-content {
    margin-right: 33px;
}

.testimonials-con .testimonial-box .stars {
    margin-bottom: 15px;
}

.testimonials-con .testimonial-box .patient {
    font-size: 14px;
    font-weight: 400;
    color: var(--text--color);
    line-height: 14px;
}

.testimonials-con .testimonial-box h6 {
    margin-bottom: 0;
}

.testimonials-con .testimonial-box p {
    margin-bottom: 14px;
}

.departments-con2 .owl-carousel .owl-dots,
.testimonials-con .owl-carousel .owl-dots,
.our-awards-con .owl-carousel .owl-dots {
    display: block !important;
    margin-top: 40px !important;
    line-height: 0;
    text-align: center;
}

.departments-con2 .owl-carousel .owl-dots button:focus {
    outline: none;
}

.departments-con2 .owl-carousel .owl-dots .owl-dot span,
.testimonials-con .owl-carousel .owl-dots .owl-dot span,
.our-awards-con .owl-carousel .owl-dots .owl-dot span {
    background: var(--grey--family--color);
    width: 12px;
    height: 12px;
    margin: 0 5px;
    display: block;
    transition: all 0.3s ease-in-out;
    border-radius: 100%;
}

.departments-con2 .owl-carousel .owl-dots .owl-dot.active span,
.testimonials-con .owl-carousel .owl-dots .owl-dot.active span,
.our-awards-con .owl-carousel .owl-dots .owl-dot.active span {
    background-color: var(--accent--color);
    width: 17px;
    height: 17px;
}

.tdepartments-con2 .owl-carousel .owl-dots .owl-dot:focus,
.testimonials-con .owl-carousel .owl-dots .owl-dot:focus,
.our-awards-con .owl-carousel .owl-dots .owl-dot:focus {
    outline: none;
}

/* NEWS AND ARTICLES SECTION  */
.news-and-articles-con .article-box img {
    border-radius: 20px;
    margin-bottom: 18px;
}

.news-and-articles-con .article-box span {
    line-height: 12px;
    margin-bottom: 10px;
}

.news-and-articles-con .article-box a:hover {

    text-decoration: none;
}

.news-and-articles-con .article-box a:hover h5 {
    color: var(--primary--color);
}

/* AWARD SECTION */
.our-awards-con .award-box {
    background-color: var(--secondary--color);
    min-width: 200px;
    padding: 52px 25px;
    border-radius: 20px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.our-awards-con .owl-carousel .owl-dots.disabled {
    display: block !important;
    text-align: center;
    border-radius: 100%;
}

/* BOOK APPOINTMENT SECTION */
.book-quick-appointment-con .get-appointment-content-con .form-group {
    margin-bottom: 26px;
}

.book-quick-appointment-con .get-appointment-content-con {
    padding-right: 40px;
    padding-bottom: 120px;
}

.book-quick-appointment-con .get-appointment-content-con .input1 {
    float: right;
    margin-left: 14px;
}

.book-quick-appointment-con .get-appointment-content-con input,
.book-quick-appointment-con .get-appointment-content-con select {
    font-size: 14px;
    line-height: 14px;
    font-weight: 400;
    height: 53px;
    width: 240px;
    padding: 10px 20px 10px 10px;
    color: var(--text--color);
    background-color: var(--secondary--color);
    border: 1px solid var(--secondary--color);
    border-radius: 26.5px;
    overflow: visible;
    outline: none;
}

.book-quick-appointment-con .get-appointment-content-con select {
    -webkit-appearance: none;
    background-repeat: no-repeat !important;
    background-position: 9.700000000000003% 23px !important;
    background-image: url(../images/dropdown-arrow.png) !important;
}

.book-quick-appointment-con .get-appointment-content-con select.form-control {
    height: 53px;
}

.book-quick-appointment-con .get-appointment-content-con select option {
    color: var(--text--color);
}

.book-quick-appointment-con .get-appointment-content-con input:focus,
.book-quick-appointment-con .get-appointment-content-con select:focus {
    box-shadow: -2px 3px 42px rgb(41 205 120 / 16%);
    border: 1px solid var(--secondary--color);
}

.book-quick-appointment-con .get-appointment-content-con .time {
    position: relative;
}

.book-quick-appointment-con .get-appointment-content-con .time i {
    display: none;
}

/* Firefox-specific CSS */
@-moz-document url-prefix() {
    .book-quick-appointment-con .get-appointment-content-con .time i {
        font-size: 13px;
        top: 20px;
        left: 12px;
        position: absolute;
        color: var(--text--color);
        display: block;
    }
}

.book-quick-appointment-con .get-appointment-content-con .submit_now {
    font-size: 16px;
    line-height: 16px;
    font-weight: 600;
    padding: 20px 39px;
    text-align: center;
    display: inline-block;
    position: relative;
    border-radius: 26.5px;
    color: var(--secondary--color);
    background-color: var(--accent--color);
    transition: all 0.8s ease-in-out;
    width: 100%;
    outline: none;
    border-style: none;
    cursor: pointer;
}

.book-quick-appointment-con .get-appointment-content-con .submit_now:hover {
    color: var(--primary--color);
    background-color: var(--secondary--color);
}

.book-quick-appointment-con .get-appointment-content-con .submit_now i {
    font-size: 12px;
    margin-right: 22px;
    color: var(--secondary--color);
    transition: all 0.8s ease-in-out;
}

.book-quick-appointment-con .get-appointment-content-con .submit_now:hover i {
    color: var(--primary--color);
}

.book-quick-appointment-con .get-appointment-content-con input::placeholder {
    color: var(--text--color);
}

/* Specific styles for Firefox */
@-moz-document url-prefix() {
    .book-quick-appointment-con .get-appointment-content-con select:invalid {
        color: var(--text--color);
    }
}

.book-quick-appointment-con .get-appointment-content-con form span {
    font-size: 14px;
    line-height: 14px;
    font-weight: 500;
    margin-top: 5px;
    position: absolute;
    display: block;
    color: var(--secondary--color);
    padding-right: 10px;
}

/* FOOTER SECTION */

.footer-con .upper_portion {
    padding: 34px 62px;
    margin-top: -70px;
    border-radius: 20px;
    background-color: var(--primary--color);
}

.footer-con h3 {
    font-size: 34px;
    line-height: 42px;
    font-weight: bold;

}

.footer-con .upper_portion input {
    font-size: 14px;
    line-height: 14px;
    font-weight: 400;
    padding: 16px 28px;
    margin-left: 16px;
    height: 58px;
    width: 449px;
    position: relative;
    color: var(--text--color);
    background-color: var(--secondary--color);
    border-radius: 29px;
    border: 1px solid transparent;
    overflow: visible;
    outline: none;
}

.footer-con .upper_portion input:focus {
    border: 1px solid var(--accent--color);
}

.footer-con .upper_portion button {
    font-size: 16px;
    line-height: 16px;
    font-weight: 600;
    width: 185px;
    height: 58px;
    padding: 17px 27px;
    color: var(--secondary--color);
    background-color: var(--accent--color);
    border-radius: 100px;
    position: relative;
    border: none;
    overflow: visible;
    outline: none;
    transition: all 0.8s ease-in-out;
    cursor: pointer;
}

.footer-con .upper_portion button i {
    font-size: 12px;
    margin-right: 24px;
    transition: all 0.8s ease-in-out;
    color: var(--secondary--color);
}

.footer-con .upper_portion button:hover {
    background-color: var(--secondary--color);
    color: var(--primary--color);
}

.footer-con .upper_portion button:hover i {
    color: var(--primary--color);
}

.footer-con .middle_portion {
    padding: 100px 45px 95px;
}

.footer-con .middle_portion .logo-content {
    margin-top: 4px;
}

.footer-con .middle_portion .footer-logo {
    margin-bottom: 24px;
    display: inline-block;
}

.footer-con .middle_portion .footer-logo img {
    width: 150px;
}

.footer-con .middle_portion .logo-content p {
    margin-bottom: 30px;
    color: var(--light--purple--color);
}

.footer-con .middle_portion .social-icons li {
    display: inline-block;
    margin: 0 3px;
    padding: 0 !important;
    transition: all 0.3s ease-in-out;
}

.footer-con .middle_portion .social-icons li a {
    text-decoration: none;
}

.footer-con .middle_portion .social-icons li:first-child {
    margin-right: 0;
}

.footer-con .middle_portion .social-icons li:last-child {
    margin-left: 0;
}

.footer-con .middle_portion .social-icons i {
    font-size: 14px;
    transition: all 0.3s ease-in-out;
    width: 40px;
    height: 40px;
    background-color: var(--accent--color);
    line-height: 40px;
    color: var(--secondary--color);
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer-con .middle_portion .social-icons i:hover {
    background-color: var(--secondary--color);
    color: var(--primary--color);
}

.footer-con .middle_portion h5 {
    margin-bottom: 26px;
    color: var(--secondary--color);
}

.footer-con .middle_portion .links {
    padding-right: 75px;
}

.footer-con .middle_portion .links li {
    margin-bottom: 3px;
}

.footer-con .middle_portion li:last-child {
    margin-bottom: 0 !important;
}

.footer-con .middle_portion .links li i {
    font-size: 10px;
    top: -2px;
    position: relative;
    color: var(--secondary--color);
}

.footer-con .middle_portion .links li a {
    font-size: 14px;
    line-height: 14px;
    padding-right: 14px;
    font-weight: 400;
    text-decoration: none;
    color: var(--light--purple--color);
    transition: all 0.3s ease-in-out;
}

.footer-con .middle_portion .links li a:hover {
    color: var(--accent--color);
}

.footer-con .middle_portion .timing {
    padding-right: 54px;
}

.footer-con .middle_portion .timing li {
    margin-bottom: 10px;
}

.footer-con .middle_portion .timing p {
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
    margin-bottom: 5px;
    color: var(--light--purple--color);
}

.footer-con .middle_portion .timing span {
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
    display: block;
    color: var(--secondary--color);
}

.footer-con .middle_portion .contact {
    padding-right: 38px;
}

.footer-con .middle_portion .contact .text {
    position: relative;
    margin-bottom: 16px;
    padding-right: 32px;
}

.footer-con .middle_portion .contact a {
    font-size: 14px;
    line-height: 14px;
    font-weight: 400;
    color: var(--light--purple--color);
    transition: all 0.3s ease-in-out;
}

.footer-con .middle_portion .contact i {
    font-size: 14px;
    right: 1px;
    top: 7px;
    position: absolute;
    color: var(--secondary--color);
    transition: all 0.3s ease-in-out;
}

.footer-con .middle_portion .contact li a:hover {
    color: var(--accent--color);
    text-decoration: none;
}

.footer-con .copyright p {
    font-size: 12px;
    line-height: 12px;
    font-weight: 400;
    padding: 20px 0;
    text-align: center;
    color: var(--light--purple--color) !important;
    border-top: 1px solid rgb(255 255 255 / 15%);
}

.footer-con .footer-contactimage {
    position: absolute;
    cursor: pointer;
    left: 180px;
    bottom: 80px;
    z-index: 1;
    transition: all 0.3s ease-in-out;
}

.footer-con .footer-contactimage:hover {
    transform: translateY(-5px);
}

/*  */
#fixed-form-container {
    position: absolute;
    bottom: 6px;
    left: 0;
    width: 25%;
    text-align: center;
    margin: 0;
    z-index: 1;
}

#fixed-form-container .body {
    width: 290px;
    left: -30px;
    top: -175px;
    padding: 30px 20px;
    z-index: 1;
    text-align: center;
    border-radius: 8px;
    background-color: #182f5f;
    position: relative;
    display: none;
}

#fixed-form-container .body input,
#fixed-form-container .body textarea {
    font-size: 14px;
    line-height: 14px;
    font-weight: 400;
    height: 45px;
    padding: 12px 18px;
    margin-bottom: 15px;
    color: var(--text--color);
    background-color: var(--secondary--color);
    border: none;
    border-radius: 26.5px;
    width: 100%;
    overflow: visible;
    outline: none;
}

#fixed-form-container .body textarea {
    height: 100px;
    border-radius: 8px;
    resize: none;
    outline: none;
    overflow: auto;
}

#fixed-form-container .body input:focus,
#fixed-form-container .body textarea:focus {
    box-shadow: -1px 1px 57px rgb(239 218 199 / 24%);
}

#fixed-form-container .body .submit_now {
    font-size: 16px;
    line-height: 16px;
    font-weight: 600;
    padding: 14px 25px 15px;
    text-align: center;
    display: inline-block;
    border-radius: 26.5px;
    color: var(--secondary--color);
    background: var(--accent--color);
    transition: all 0.8s ease-in-out;
    box-shadow: none;
    border: none;
    outline: none;
    cursor: pointer;
}

#fixed-form-container .body .submit_now:hover {
    color: var(--secondary--color);
    background: var(--primary--color);
}

#fixed-form-container .body .submit_now i {
    font-size: 12px;
    margin-right: 18px;
    color: var(--secondary--color);
    transition: all 0.8s ease-in-out;
}

#fixed-form-container .body .submit_now:hover i {
    color: var(--secondary--color);
}

/* Sub page */
/* Services page */
.sub-banner-con {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.sub-banner-con p {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 25px;
}

.services-banner {
    background-image: url(../images/services-banner-bg-img.jpg);
}

.services-detail-banner {
    background-image: url(../images/service-detail-banner-img.jpg);
}

/* About Page */
.about-banner {
    background-image: url(../images/about-banner-bg-img.jpg);
}

/* contact banner */
.contact-banner {
    background-image: url(../images/contact-banner-img.jpg);
}

.specialist-intro-con .timing_content {
    padding: 50px 40px;
    border-radius: 15px;
    background-color: var(--primary--color);
}

.specialist-intro-con .timing_content * {
    color: var(--secondary--color);
}

.specialist-intro-con .timing_content .specialist-intro-clockimage {
    margin-bottom: 20px;
}

.specialist-intro-con .timing_content h5 {
    margin-bottom: 28px;
}

.specialist-intro-con .timing_content ul li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgb(255 255 255 / 10%);
}

.specialist-intro-con .timing_content ul li:last-child {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
    border-bottom: none !important;
}

.specialist-intro-con .timing_content ul li span {
    font-size: 14px;
    line-height: 14px;
    font-weight: 400;
}

.specialist-intro-con .timing_content ul li .day {
    font-weight: 600;
}

.specialist-intro-con .intro_content {
    padding: 20px;
    width: 100%;
    display: flex;
    align-items: center;
    border-radius: 15px;
    background-color: var(--secondary--color);
    box-shadow: -20px 6px 83px rgb(0 0 0 / 3%);
}

.specialist-intro-con .intro_content .image {
    width: 88%;
}

.specialist-intro-con .intro_content .specialist-intro-image img {
    border-radius: 12px;
}

.specialist-intro-con .intro_content .specialist-intro-quoteimage {
    top: 30px;
    left: 32px;
    width: 62px;
    height: 62px;
    line-height: 62px;
    position: absolute;
    text-align: center;
    border-radius: 100%;
    background-color: var(--accent--color);

}

.specialist-intro-con .intro_content .content {
    width: 100%;
}

.specialist-intro-con .intro_content h3 {
    margin-bottom: 18px;
    font-weight: 700;
}

.specialist-intro-con .intro_content p {
    margin-bottom: 36px;
    font-style: italic;
    font-size: 20px;
    line-height: 26px;
}

.specialist-intro-con .intro_content .lower_detail {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.specialist-intro-con .intro_content .name {
    font-size: 18px;
    line-height: 26px;
    font-weight: 600;
    display: block;
    color: var(--accent--color);
}

.specialist-intro-con .intro_content .field {
    font-size: 14px;
    line-height: 14px;
    font-weight: 400;
    color: var(--text--color);
}

.specialist-intro-con .intro_content .specialist-intro-signature {
    position: relative;
    left: 50px;
}

.specialist-intro-con .intro_content h6 {
    color: var(--primary--color);
}

/* WEB HOTING SOLUTIONS SECTION */
.our-vision-con::before {
    content: "";
    left: 0;
    top: 0;
    width: 45%;
    height: 100%;
    position: absolute;
    background-image: url(../images/our-vision-img.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

.our-vision-con ul li i {
    right: 0;
    top: 5px;
    font-size: 14px;
}

.our-vision-con ul li {
    padding-right: 25px;
    margin-bottom: 10px;
    font-size: 18px;
    display: inline-block;
    width: 44%;
}

.our-vision-con ul li:last-child {
    margin-bottom: 0;
}

.our-vision-con .heading-title-con h2 {
    margin-bottom: 20px;
}

.our-vision-con .heading-title-con p {
    margin-bottom: 24px;
    padding-left: 35px;
}

.our-vision-con ul {
    margin-bottom: 18px;
}

.our-vision-con .primary-button a {
    min-width: 290px;
}

.our-vision-con .secondary-button a {
    min-width: 185px;
}

.our-vision-con .vector1 {
    right: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
}

/*  */
.about-info-care-con .about-sideimage {
    position: absolute;
    left: 0;
    bottom: 0;
}

.about-info-care-con .about-sideimage img {
    opacity: 10%;
}

.about-info-care-con .about_wrapper .about-image1 {
    position: relative;
    top: 0;
    right: 0;
}

.about-info-care-con .about_wrapper .about-image1 img {
    border-radius: 20px;
}

.about-info-care-con .about_wrapper .about-image2 {
    position: absolute;
    top: 194px;
    left: 96px;
}

.about-info-care-con .about_wrapper .about-image2 img {
    border-radius: 20px;
    border: 8px solid var(--secondary--color);
}

.about-info-care-con .about_wrapper .about-image3 {
    position: absolute;
    top: 50px;
    left: 170px;
}

.about-info-care-con .about_wrapper .about-image3 img {
    border-radius: 20px;
}

.about-info-care-con .about_wrapper .box {
    position: relative;
    bottom: -32px;
    left: -49px;
    width: 167px;
    height: 167px;
    text-align: center;
    background-color: var(--primary--color);
    border-radius: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.number-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
}

.about-info-care-con .about_wrapper .box span {
    font-size: 46px;
    line-height: 46px;
    font-weight: 700;
    color: var(--secondary--color);
    margin-bottom: 10px;
}

.about-info-care-con .about_wrapper .box span.expression {
    font-size: 24px;
    top: -9px;
    font-weight: 500;
    position: relative;
}

.about-info-care-con .about_wrapper .box .text {
    font-size: 16px;
    line-height: 17px;
    font-weight: 500;
    display: inline-block;
    color: var(--secondary--color);
}

.about-info-care-con .about_content {
    padding-top: 62px;
}

.about-info-care-con .about_content h6 {
    margin-bottom: 14px;
}

.about-info-care-con .about_content h2 {
    margin-bottom: 23px;
}

.about-info-care-con .about_content .text {
    margin-bottom: 22px;
    font-size: 18px;
    line-height: 26px;
}

.about-info-care-con .about_content ul li {
    padding-right: 30px;
    position: relative;
    margin-bottom: 10px;
    font-size: 18px;
    color: var(--black--color);
    font-weight: 500;
}

.about-info-care-con .about_content ul li i {
    /* font-size: 9px; */
    height: 16px;
    width: 16px;
    line-height: 16px;
    top: 5px;
    right: 0;
    position: absolute;
    text-align: center;
    border-radius: 100%;
    color: var(--accent--color);
}

.about-info-care-con .about_content ul li p {
    padding-right: 28px;
    color: var(--e-global-color-secondary);
}

.about-info-care-con .secondary-button a {
    min-width: 185px;
}

.about-info-care-con .about_content ul {
    margin-bottom: 25px;
}

/* SERVICES DETAIL PAGE */
.all-services-detail-con .all-services-outer-con {
    padding-left: 52px;
}

.all-services-detail-con .all-services-box {
    border-radius: 20px;
    padding: 20px 25px 20px 22px;
    margin-bottom: 30px;
}

.all-services-detail-con .call-us-now-detail-con {
    border-radius: 20px;
}

.all-services-detail-con .all-services-box h5 {
    padding-bottom: 15px;
    border-bottom: 1px solid rgb(232 232 232 / 18%);
}

.all-services-detail-con .all-services-box ul li {
    padding: 12px 0;
    border-bottom: 1px solid rgb(232 232 232 / 18%);
    color: var(--secondary--color);
}

.all-services-detail-con .all-services-box ul li:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.all-services-detail-con .all-services-box ul li a {
    color: var(--secondary--color);
}

.all-services-detail-con .all-services-box ul li a:hover {
    color: var(--accent--color);
    text-decoration: none;
}

.all-services-detail-con .all-services-box ul li i {
    position: absolute;
    left: 0;
    top: 18px;
    /* bottom: 0;
    margin: 0 auto; */
    margin: auto;
    text-align: center;
    display: flex;
    align-items: center;
    font-size: 12px;
}

.all-services-detail-con .dentist-department-con img {
    border-radius: 20px;
    margin-bottom: 30px;
}

.all-services-detail-con .dentist-department-con h4,
.all-services-detail-con .faq-con h4 {
    font-size: 28px;
    margin-bottom: 20px;
    font-weight: 700;
}

.all-services-detail-con .faq-con h4 {
    margin-bottom: 30px;
}

.all-services-detail-con .dentist-department-con p {
    font-size: 18px;
    line-height: 26px;
}

.all-services-detail-con .dentist-department-con p.last-text {
    margin-bottom: 33px;
}

.all-services-detail-con .dentist-department-con ul li {
    padding-right: 30px;
    position: relative;
    margin-bottom: 10px;
    font-size: 18px;
    color: var(--black--color);
    font-weight: 500;
    display: inline-block;
    width: 48%;
}

.all-services-detail-con .dentist-department-con ul li i {
    position: absolute;
    top: 4px;
    right: 0;
}

.all-services-detail-con .dentist-department-con .green-rectangle {
    background-color: var(--accent--color);
    padding: 26px 30px;
    border-radius: 20px;
    margin-bottom: 40px;
}

.all-services-detail-con .dentist-department-con .green-rectangle p {
    font-size: 22px;
    line-height: 30px;
}

.all-services-detail-con .dentist-department-con ul {
    margin-bottom: 34px;
}


.all-services-detail-con .call-us-now-detail-con img.call-img {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.all-services-detail-con .call-us-now-detail-con .navy-box {
    padding: 60px 27px 27px;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
}

.all-services-detail-con .call-us-now-detail-con .navy-box span {
    margin-bottom: 8px;
}

.all-services-detail-con .call-us-now-detail-con .navy-box span.number {
    font-size: 22px;
    font-weight: 700;
}

.all-services-detail-con .call-us-now-detail-con .navy-box figure {
    width: 88px;
    height: 88px;
    background-color: var(--accent--color);
    line-height: 88px;
    text-align: center;
    margin: 0 auto;
    position: absolute;
    right: 0;
    left: 0;
    margin: 0 auto;
    border-radius: 100%;
    top: -32%;
}

.consultants-banner {
    background-image: url(../images/consultants-banner-image.jpg);
}

.our-team-con .col-lg-3.col-md-6 {
    margin-bottom: 45px;
}

.our-team-con .col-lg-3.col-md-6:nth-last-of-type(-n+4) {
    margin-bottom: 0;
}

/* Faq */

.faq-con .faq_content h6 {
    margin-bottom: 14px;
}

.faq-con .faq_content h2 {
    margin-bottom: 50px;
}

.faq-con .faq_content p {
    margin-bottom: 52px;
}

.faq-con h5 {
    margin-bottom: 0;
}

.faq-con .accordion-card {
    margin-bottom: 20px;
    width: 100%;
    border-radius: 12px;
    background-color: var(--secondary--color);
    box-shadow: -6px 20px 83px rgb(0 0 0 / 4%);
}

.faq-con .accordion-card:last-child {
    margin-bottom: 0;
}

.faq-con .accordion-card .btn-link h5 {
    color: var(--primary--color);
    white-space: break-spaces;
}

.faq-con .accordion-card .collapsed h5 {
    color: var(--black--color);
}

/* .faq-con .accordion-card:has(.btn-link) {
    border: 1px solid var(--black--color);
}

.faq-con .accordion-card:has(.collapsed) {
    border: 1px solid var(--primary--color);
} */

.faq-con .accordian-inner .card-header {
    padding: 0;
    margin-bottom: 0;
    background: none;
    border: none;
}

.faq-con .accordian-inner .card-header a {
    padding: 20px 26px 22px 45px;
}

.faq-con .accordian-inner .card-body {
    padding: 0 26px 20px;
}

.faq-con .accordion-card a.btn.btn-link:focus {
    outline: none;
    box-shadow: none;
}

.faq-con .accordian-inner .accordion-card i {
    position: absolute;
    left: 20px;
    margin: -6px 0;
}

.faq-con .accordian-inner .accordion-card .btn {
    text-decoration: none;
    text-align: right;
    display: block;
    border-radius: 10px;
}

.faq-con .accordion-card a.btn.btn-link {
    position: relative;
}

.faq-con .accordion-card .btn-link:before {
    content: "\f063";
    font-size: 15px;
    top: 23px;
    left: 22px;
    position: absolute;
    font-family: 'FontAwesome';
    color: var(--primary--color);
}

.faq-con .accordion-card .collapsed:before {
    content: "\f060";
    color: var(--black--color);
}

.our-awards-con .award-box,
.our-awards-con .award-box img {
    transition: ease-in-out 0.6s;
}

.our-awards-con .award-box:hover img {
    transform: translateY(-2px);
    transition: ease-in-out 0.6s;
}

/* contact page styling */
.contact-info-con .send-msg-con {
    padding: 50px 41px 60px;
    background-color: var(--primary--color);
    border-radius: 20px;
    /* min-height: 673px; */
}

.contact-info-con .send-msg-con h2 {
    margin-bottom: 28px;
}

.contact-info-con .send-msg-con .form-group input {
    width: 100%;
    height: 53px;
    padding: 20px 18px;
    background: var(--secondary--color);
    border: 1px solid rgba(255, 255, 255, 0.52);
    border-radius: 26.5px;
    color: var(--text--color);
}

.contact-info-con .send-msg-con .form-group input::placeholder,
.contact-info-con .send-msg-con .form-group textarea::placeholder {
    color: var(--text--color);
    font-size: 14px;
}

.contact-info-con .send-msg-con .form-group input:focus-visible,
.contact-info-con .send-msg-con .form-group textarea:focus-visible {
    border-radius: 26.5px;
    outline: none;
}

.contact-info-con .send-msg-con .form-group textarea {
    width: 100%;
    height: 102px;
    padding: 18px 15px;
    background: var(--secondary--color);
    border: 1px solid rgba(255, 255, 255, 0.52);
    border-radius: 26.5px;
    color: var(--text--color);
}

.contact-info-con .send-msg-con .secondary-button button:hover {
    background-color: var(--secondary--color);
    color: var(--black--color);
    box-shadow: none;
}

.contact-info-con .send-msg-con .secondary-button button:focus {
    outline: none;
}

.contact-info-con .send-msg-con .form-group input:focus,
.contact-info-con .send-msg-con .form-group textarea:focus {
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(41 205 120 / 100%);
    border-color: var(--primary--color);
}

.contact-info-con .send-msg-con .form-group {
    margin-bottom: 26px;
}

.contact-info-con .our-info-con figure {
    display: inline-block;
    width: 97px;
    height: 97px;
    flex-shrink: 0;
    line-height: 97px;
    border-radius: 100px;
    background-color: var(--accent--color);
    text-align: center;
    padding: 0 16px;
    transition: ease-in-out 0.4s;
}

.contact-info-con .our-info-con ul li {
    background-color: var(--secondary--color);
    box-shadow: -20px 6px 83px rgb(0 0 0 / 2%);
    padding: 29px 27px;
    margin-bottom: 25px;
    position: relative;
    transition: ease-in-out 0.4s;
}

.contact-info-con .our-info-con ul li:hover figure {
    transform: translateY(-2px);
}

.contact-info-con .our-info-con ul li p,
.contact-info-con .our-info-con ul li a {
    font-size: 17px;
    line-height: 23px;
    font-weight: 400;
    color: var(--text-color);
}


.contact-info-con .our-info-con ul li .sub-info-inner {
    padding-right: 30px;
}

.contact-info-con .our-info-con ul li a:hover {
    text-decoration: none;
    color: var(--primary--color);
}

.contact-info-con .our-info-con ul li a:hover::before {
    width: 100%;
}

.contact-info-con .our-info-con ul li a::before {
    right: 0;
    bottom: -2px;
    width: 0;
    height: 1px;
    content: '';
    position: absolute;
    background: var(--primary--color);
    transition: ease-in-out 0.3s;
}

.contact-info-con .our-info-con ul li a {
    position: relative;
}

.contact-info-con .send-msg-con #contactpage span.error {
    font-size: 16px;
    line-height: 20px;
    margin-top: 10px;
    display: block;
    text-align: right;
    padding-right: 6px;
    color: var(--secondary--color);
}

.contact-info-con .col-lg-7.col-md-7 {
    padding: 0 40px;
}

/* map section */
.contact-map-con iframe {
    height: 549px;
    width: 100%;
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    margin-bottom: -8px;
    /* pointer-events: none; */
}

.contact-map-con iframe:hover {
    filter: none;
}

/* HOME 02 */
.testimonials-con2 .testimonial-box {
    background-color: var(--secondary--color);
    border-radius: 20px;
    padding: 49px 34px 45px;
    border-bottom: 2px solid var(--accent--color);
}

.testimonials-con2 img.quote-icon {
    margin-bottom: 20px;
}

.testimonials-con2 .test-content {
    padding-right: 15px;
}

.testimonials-con2 .test-content h6 {
    margin-bottom: 4px;
}

.testimonials-con2 .test-content .stars {
    margin-bottom: 11px;
}

.testimonials-con2 .testimonial-box p {
    margin-bottom: 20px;
}

/* our commitments section */
.our-commitments-con {
    background-image: url(../images/commitments-banner-img.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.our-commitments-con * {
    color: var(--secondary--color);
}

.our-commitments-con .half-elipse1 {
    right: 0;
    top: 95px;
}

.our-commitments-con .half-elipse2 {
    left: 0;
    bottom: 95px;
}


.our-commitments-con .statistics-box span {
    font-size: 46px;
    line-height: 46px;
    margin-bottom: 16px;
    font-weight: bold;
}

.our-commitments-con .statistics-box sup {
    font-size: 36px;
    top: 0;
    font-weight: bold;
}

.our-commitments-con .statistics-box span.span-text {
    font-size: 16px;
    line-height: 16px;
    margin-bottom: 0;
    font-weight: 400;
}

.our-commitments-con .comitment-statistics-con {
    padding-right: 40px;
}

/* QUICK APPOINTMENT SECTION 2 */
.quick-appointment-con2::after {
    background-image: url(../images/appointment-img-con.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 962px;
    width: 50%;
    height: 100%
}

.quick-appointment-con2.book-quick-appointment-con .get-appointment-content-con {
    padding-left: 46px;
    padding-right: 0;
}

.quick-appointment-con2.book-quick-appointment-con .app-vector {
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

/* DEPARTMENTS SECTION 02 */
.departments-con2 .department-box {
    background-color: var(--secondary--color);
    border-radius: 20px;
}

.departments-con2 .department-box figure img {
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
}

.departments-con2 .department-box .department-inner-content {
    padding: 60px 30px 34px;
}

.departments-con2 .department-box figure.department-icon {
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    transition: ease-in-out 0.6s;
}

.departments-con2 .department-box:hover figure.department-icon {
    transform: translateY(-3px);
}

.departments-con2 .department-box a {
    font-weight: 500;
}

.departments-con2 .department-box a:hover {
    color: var(--primary--color);
    text-decoration: none;
}

.departments-con2 .department-box:hover figure.department-icon {
    background-color: var(--accent--color);
}

/* about info care section 02 for home 02 */
.about-info-care-con2 .vector2 {
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.about-info-care-con2 .about2-images-wrapper img {
    border-radius: 20px;
    transition: ease-in-out 0.6s;
}

.about-info-care-con2 .quotation-con {
    width: 193px;
    height: 150px;
    background-color: var(--primary--color);
    border-radius: 20px;
    padding: 19px;
}

.about-info-care-con2 .quotation-con img {
    width: auto;
}

.about-info-care-con2 .about2-images-wrapper figure {
    overflow: hidden;
    border-radius: 20px;

}

.about-info-care-con2 .about2-images-wrapper img.care-img:hover {
    transform: scale(1.05);
}

.about-info-care-con2 .about2-images-wrapper img.quote-img {
    margin-bottom: 12px;
    border-radius: 0;
}

.about-info-care-con2 .about2-images-wrapper p {
    margin-bottom: 11px;
}

.about-info-care-con2 .about2-images-wrapper span {
    position: relative;
    padding-right: 28px;
    font-size: 14px;
}

.about-info-care-con2 .about2-images-wrapper span::before {
    position: absolute;
    width: 18px;
    height: 1px;
    content: '';
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background-color: var(--secondary--color);
}

/* home page 02 banner section styling */
.banner-con2 {
    background-image: url(../images/banner-bg-img-02.png);
    background-repeat: no-repeat;
    background-size: cover;
    /* min-height: 928px; */
    max-width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 265px 0;
}

.banner-con2 .banner-content-con span {
    padding: 0 35px;
    font-size: 18px;
    margin-bottom: 18px;
}

.banner-con2 .banner-content-con span::before {
    left: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    position: absolute;
    background: var(--secondary--color);
    transition: ease-in-out 0.3s;
}

.banner-con2 .banner-content-con span::after {
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    width: 23px;
    height: 2px;
    content: '';
    position: absolute;
    background: var(--secondary--color);
    transition: ease-in-out 0.3s;
}

.banner-con2 .banner-content-con h1 {
    margin-bottom: 20px;
}

.banner-con2 .banner-content-con p {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 28px;
}

.banner-con2 .owl-carousel .owl-nav button.owl-next,
.banner-con2 .owl-carousel .owl-nav button.owl-prev {
    margin: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    position: absolute;
    width: 67px;
    height: 67px;
    background-color: rgb(255 255 255 / 15%);
    border-radius: 100px;
    transition: ease-in-out 0.4s;
}

.banner-con2 .owl-carousel .owl-nav button.owl-next:hover,
.banner-con2 .owl-carousel .owl-nav button.owl-prev:hover {
    background-color: var(--primary--color);
}

.banner-con2 .owl-carousel .owl-nav button.owl-prev {
    right: -30%;
}

.banner-con2 .owl-carousel .owl-nav button.owl-next {
    left: -30%;
}

.banner-con2 .owl-carousel .owl-nav button:focus-visible,
.banner-con2 .owl-carousel .owl-nav button:focus {
    outline: none;
    border: none;
    box-shadow: none;
}

.banner-con2 .owl-carousel .owl-nav button i {
    color: var(--secondary--color);
    font-size: 18px;
}

.banner-con2 .down_button {
    right: 0;
    left: 0;
    bottom: 86px;
    display: block;
    position: absolute;
}

.banner-con2 .down_button .banner-dropdownimage {
    transition: ease-in-out 0.6s;
}

.banner-con2 .banner-dropdownimage:hover {
    transform: translateY(-3px);
}

/* custom */

.overflow-x-hidden {
    overflow-x: hidden !important;
}

.nav-tabs {
    border-bottom: none;
    gap: 20px;
    justify-content: center;
    padding: 20px 10px;
    direction: rtl;
    font-weight: 400;
}

.nav-tabs .nav-link {
    border: none;
    background-color: transparent;
    color: black;
    font-weight: bold;
    border-radius: 12px;
    padding: 12px 28px;
    transition: all 0.3s ease;
}

.nav-tabs .nav-link.active {
    background-color: #020038;
    color: white !important;
}

.nav-tabs .nav-link:hover {
    background-color: white;
}

.pagination{
    justify-content: center;
    background-color: transparent;

}
.banner-content-con{
    margin-top: 250px;
}