@import url(../fonts/Montserrat.css);

html,
body {
    overflow-x: hidden;
    font-family: "Montserrat", sans-serif;
    scroll-behavior: smooth
}

a,
a:hover,
a:focus,
a:visited {
    text-decoration: none
}

.top_header__top {
    position: relative;
    display: block;
    background-color: #181818
}

.top_header__top-inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    z-index: 1
}

.top_header__top-address {
    position: relative;
    display: block;
    padding: 15px 0
}

.top_header__top-address-list {
    position: relative;
    display: flex;
    gap: 20px;
    align-items: center;
    margin-bottom: 0;
    padding-left: 0;
    list-style: none
}

.top_header__top-address-list li {
    position: relative;
    display: flex;
    align-items: center
}

.top_header__top-address-list li .icon {
    position: relative;
    display: flex;
    align-items: center
}

.top_header__top-address-list li .icon img {
    width: 20px;
    height: 20px;
    object-fit: cover
}

.top_header__top-address-list li .text {
    margin-left: 10px
}

.top_header__top-address-list li .text p {
    font-size: 15px;
    color: #fff;
    line-height: 15px;
    font-weight: 500;
    margin-bottom: 0
}

.top_header__top-address-list li .text p a {
    color: #fff;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease
}

.top_header__top-right {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap
}

.top_header__solicl-title {
    font-size: 15px;
    color: #fff;
    margin: 0;
    font-weight: 500;
    line-height: 15px
}

.top_header__top-social {
    position: relative;
    display: flex;
    gap: 20px;
    align-items: center;
    margin-left: 25px
}

.top_header__top-social a {
    position: relative;
    display: flex;
    align-items: center;
    font-size: 15px;
    color: #fff;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease
}

.top_header__top-social a img {
    width: 17px;
    height: 17px;
    object-fit: contain
}

@media (max-width:991px) {
    .top_header__top {
        display: none
    }
}

.navbar-collapse {
    flex-grow: 0
}

.custom_btn {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    -webkit-appearance: none;
    appearance: none;
    outline: none !important;
    background-color: #fe4d05;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    padding: 18px 35px 16px;
    transition: all 0.5s linear;
    overflow: hidden;
    z-index: 1
}

.custom_btn span {
    position: relative;
    margin-left: 9px;
    font-size: 15px
}

.custom_btn:before {
    position: absolute;
    content: "";
    background-color: #181818;
    width: 120%;
    height: 0;
    padding-bottom: 120%;
    top: -110%;
    left: -10%;
    border-radius: 50%;
    transform: translate3d(0, 68%, 0) scale3d(0, 0, 0);
    z-index: -1
}

.custom_btn:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-color: #181818;
    transform: translate3d(0, -100%, 0);
    transition: transform 0.4s cubic-bezier(.1, 0, .3, 1);
    z-index: -1
}

.custom_btn:hover::before {
    transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
    transition: transform 0.4s cubic-bezier(.1, 0, .3, 1)
}

.custom_btn:hover::after {
    transform: translate3d(0, 0, 0);
    transition-duration: 0.05s;
    transition-delay: 0.4s;
    transition-timing-function: linear
}

.custom_btn:hover {
    color: #fff
}

.navbar {
    padding: 20px 0
}

.navbar-nav {
    gap: 20px
}

.nav-link {
    color: #000 !important;
    font-weight: 500
}

.nav-link:hover {
    color: #01a89c !important
}

.nav-link.active {
    color: #01a89c !important;
    font-weight: 700
}

.Home_banner.owl-theme .owl-nav [class*=owl-]:hover {
    background-color: #fff0
}

.Home_banner.owl-theme .owl-nav {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0
}

.Home_banner.owl-theme .owl-nav .owl-next img,
.Home_banner.owl-theme .owl-nav .owl-prev img {
    background-color: #fff0;
    border-radius: 50%;
    filter: brightness(100)
}

.Home_banner.owl-theme .owl-nav .owl-prev {
    position: absolute;
    left: 10%
}

.Home_banner.owl-theme .owl-nav .owl-next {
    position: absolute;
    right: 10%
}

.about_section {
    position: relative;
    display: block;
    padding: 120px 0 120px;
    z-index: 1
}

.about_section__img-three {
    position: absolute;
    bottom: 110px;
    left: 0;
    opacity: .1;
    z-index: -1
}

.about_section__img-three img {
    width: auto
}

.about_section__left {
    position: relative;
    display: block;
    margin-left: 75px
}

.about_section__img,
.about_section__img-box {
    position: relative;
    display: block
}

.about_section__img:before {
    content: "";
    position: absolute;
    top: 7px;
    left: -80px;
    height: 158px;
    width: 12px;
    background-color: #00868c;
    clip-path: polygon(0 9%, 100% 0%, 100% 90%, 0% 100%)
}

.about_section__img img {
    width: 100%
}

.about_section__img:after {
    content: "";
    position: absolute;
    top: 7px;
    left: -61px;
    height: 185px;
    width: 12px;
    background-color: #fe4d05;
    clip-path: polygon(0 9%, 100% 0%, 100% 90%, 0% 100%)
}

.about_section__img img {
    width: 100%
}

.about_section__img-two {
    position: absolute;
    bottom: -296px;
    left: -130px;
    z-index: 1
}

.about_section__img-two img {
    width: auto;
    border: 5px solid #FFF
}

.about_section__experience {
    position: absolute;
    right: 0;
    bottom: -246px;
    background-color: #00868c;
    padding-top: 60px;
    padding-left: 18px;
    padding-right: 18px;
    padding-bottom: 70px;
    text-align: center;
    clip-path: polygon(0 12%, 100% 0%, 100% 100%, 0% 100%);
    z-index: 1
}

.about_section__experience-shape {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    opacity: .3;
    z-index: -1
}

.about_section__experience h3 {
    font-size: 40px;
    font-weight: 700;
    color: #fff;
    line-height: 40px;
    margin-bottom: 12px
}

.about_section__experience p {
    font-size: 18px;
    color: #fff;
    text-transform: uppercase;
    line-height: 18px;
    font-weight: 400
}

.about_section__right {
    position: relative;
    display: block;
    margin-left: 65px
}

.about_section__right .section-title-five {
    margin-bottom: 43px
}

.section-title-five {
    position: relative;
    display: block;
    margin-top: -5px;
    margin-bottom: 49px;
    z-index: 1
}

.section-title-five__tagline {
    position: relative;
    display: inline-block;
    font-weight: 500;
    font-size: 18px;
    line-height: 18px;
    text-transform: uppercase;
    color: #fe4d05
}

.section-title-five__title {
    font-weight: 700;
    font-size: 45px;
    line-height: 52px;
    margin-top: 15px
}

.about_section__service {
    position: relative;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: center;
    justify-content: space-between;
    margin-top: 42px;
    margin-bottom: 47px;
    gap: 10px
}

.about_section__service li {
    position: relative;
    display: flex;
    align-items: center
}

.about_section__service li .icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    width: 40px;
    min-width: 40px;
    background-color: #00868c;
    border-radius: 50%;
    font-size: 25px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease
}

.about_section__service li .text {
    margin-left: 15px
}

.about_section__service li .text p {
    font-size: 16px;
    font-weight: 600;
    color: #181818;
    line-height: 24px;
    margin-bottom: 0
}

.about_section__points li {
    position: relative;
    display: flex;
    margin-bottom: 0;
    align-items: center
}

.about_section__points li .icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 20px;
    width: 20px;
    background-color: #00868c;
    font-size: 10px;
    color: #fff;
    border-radius: 50%
}

.about_section__points li .text {
    margin-left: 10px
}

.about_section__points li .text p {
    font-size: 18px;
    margin-bottom: 0;
    color: #181818;
    font-weight: 600
}

.site-footer {
    position: relative;
    display: block;
    background-color: #1b4943;
    z-index: 1
}

.site-footer-bg {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    mix-blend-mode: color-burn;
    opacity: .15;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    z-index: -1
}

.site-footer__top {
    position: relative;
    display: block;
    padding: 100px 0 82px
}

.footer-widget__about {
    position: relative;
    display: block
}

.footer-widget__logo {
    position: relative;
    display: inline-block;
    margin-bottom: 33px;
    margin-top: -8px
}

.footer-widget__about-text-box {
    position: relative;
    display: block
}

.footer-widget__about-text {
    color: #fff;
    line-height: 30px;
    font-size: 16px
}

.site-footer__social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 32px
}

.site-footer__social a {
    position: relative;
    height: 43px;
    width: 43px;
    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;
    text-align: center;
    color: #fff;
    font-size: 15px;
    border-radius: 17px;
    border: 2px solid #015fc9;
    overflow: hidden;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: 1
}

.site-footer__social a:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    background-color: #fff;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    -webkit-transition-property: all;
    transition-property: all;
    opacity: 1;
    -webkit-transform-origin: top;
    transform-origin: top;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    z-index: -1
}

.footer-widget__contact {
    position: relative;
    display: block
}

.footer-widget__title {
    font-size: 20px;
    color: #fff;
    font-weight: 700;
    letter-spacing: -.02em;
    line-height: 20px;
    margin-bottom: 40px
}

.footer-widget__contact {
    position: relative;
    display: block
}

.footer-widget__title {
    font-size: 20px;
    color: #fff;
    font-weight: 700;
    line-height: 20px;
    margin-bottom: 40px
}

.footer-widget__contact-list {
    position: relative;
    display: block
}

.footer-widget__contact-list li {
    position: relative;
    display: flex
}

.footer-widget__contact-list li .icon {
    position: relative;
    display: block
}

.footer-widget__contact-list li .icon span {
    font-size: 14px;
    color: #fff
}

.footer-widget__contact-list li .text {
    margin-left: 14px
}

.footer-widget__contact-list li .text p {
    font-size: 15px;
    color: #fff;
    line-height: 25px
}

.footer-widget__contact-list li .text p a {
    color: #fff;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease
}

.footer-widget__gallery {
    position: relative;
    display: block
}

.footer-widget__gallery-list {
    position: relative;
    display: block;
    margin-right: -5px;
    margin-left: -5px;
    padding-top: 7px
}

.footer-widget__gallery-list li {
    position: relative;
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 15px
}

.footer-widget__gallery-img {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 5px;
    z-index: 1
}

.footer-widget__gallery-img img {
    width: 100%;
    height: 100px;
    border-radius: 5px;
    transition-delay: 0.1s;
    transition-timing-function: ease-in-out;
    transition-duration: 0.7s;
    transition-property: all;
    transform: scale(1)
}

.footer-widget__phone {
    position: relative;
    display: flex;
    align-items: center
}

.footer-widget__phone-icon {
    position: relative;
    display: flex;
    align-items: center
}

.footer-widget__phone-icon span {
    font-size: 37px;
    color: #0ce0ff;
    position: relative;
    display: inline-block
}

.footer-widget__phone-text {
    position: relative;
    margin-left: 15px
}

.footer-widget__phone-text a {
    font-size: 18px;
    color: #fff;
    font-weight: 700;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease
}

.footer-widget__phone-text p {
    font-size: 14px;
    color: #97a2b7;
    line-height: 26px
}

.footer-widget-four__services {
    margin-left: 60px;
    margin-right: -20px
}

.footer-widget-four__title {
    font-size: 23px;
    font-weight: 700;
    line-height: 33px;
    color: #fff;
    margin-bottom: 26px
}

.footer-widget-four__services-list {
    position: relative;
    display: block;
    padding-left: 26px;
    padding-top: 38px
}

.footer-widget-four__services-list::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 60px;
    height: 5px;
    background-color: #007a6c
}

.footer-widget-four__services-list li {
    margin-bottom: 16px;
    position: relative;
    display: block
}

.footer-widget-four__services-list li a {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease
}

.footer-widget-four__services-list::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 10px;
    height: 5px;
    background-color: #fff
}

.footer-widget-four__services-list li::before {
    content: "";
    position: absolute;
    top: 14px;
    left: -26px;
    width: 5px;
    height: 2px;
    background-color: #fff;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease
}

.site-footer-four__bottom {
    position: relative;
    display: block
}

.site-footer__bottom-inner {
    position: relative;
    display: block;
    text-align: center;
    border-top: 1px solid #ffffff1a;
    padding: 10px 0
}

.site-footer__bottom-text {
    margin-bottom: 0;
    color: #fff;
    font-size: 14px
}

.why-choose-four {
    position: relative;
    display: block;
    background-color: #fff;
    padding: 120px 0 120px;
    z-index: 1
}

.why-choose-four__bg-box {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 50%;
    background-color: #007f71;
    z-index: -1
}

.why-choose-four__bg-one {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    mix-blend-mode: color-burn
}

.why-choose-four__bg-box-two {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    background-color: #191c1e;
    width: 50%;
    z-index: -1
}

.why-choose-four__bg-two {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    mix-blend-mode: luminosity;
    opacity: .6
}

.why-choose-four__left {
    position: relative;
    display: block;
    margin-right: 70px
}

.why-choose-four__left {
    margin-bottom: 31px;
    position: relative;
    display: block;
    margin-top: -7px;
    margin-bottom: 49px
}

.why-choose-four__left .section-title-three__sub-title {
    color: #ffe1e1
}

.section-title-three__sub-title-box {
    position: relative;
    display: inline-block
}

.why-choose-four__left h2 {
    color: #fff;
    font-size: 45px;
    font-weight: 700;
    line-height: 53px;
    letter-spacing: var(--insur-letter-spacing);
    margin-top: 4px
}

.why-choose-four__text {
    line-height: 30px;
    color: #ffe1e1
}

.why-choose-four__right {
    position: relative;
    display: block;
    margin-left: 50px
}

.why-choose-four__points {
    position: relative;
    display: block
}

.why-choose-four__points li {
    position: relative;
    display: flex;
    margin-bottom: 10px;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    background-color: #fff;
    border-radius: 10px;
    padding-left: 30px;
    padding-right: 45px;
    padding-top: 30px;
    padding-bottom: 31px
}

.why-choose-four__points-icon-box {
    position: relative;
    display: flex;
    align-items: center
}

.why-choose-four__points-icon {
    position: relative;
    display: flex;
    align-items: center
}

.why-choose-four__points-icon img {
    position: relative;
    width: 50px;
    height: 50px;
    transition: all 500ms linear;
    transition-delay: 0.1s;
    transform: scale(1)
}

.why-choose-four__points-text {
    margin-left: 20px
}

.why-choose-four__points-text p {
    font-size: 20px;
    color: #191c1e;
    font-weight: 700;
    margin-bottom: 0;
    line-height: 24px
}

.why-choose-four__points-content-box {
    position: relative;
    display: block;
    max-width: 260px;
    width: 100%
}

.why-choose-four__points-content-box:before {
    content: "";
    position: absolute;
    top: 3px;
    bottom: 4px;
    left: -30px;
    width: 1px;
    background-color: #d7d7d7
}

.why-choose-four__points-content {
    line-height: 24px
}

@media (max-width:1199px) {
    .about_section {
        padding: 30px 0 120px
    }

    .why-choose-four__points-icon-box {
        margin-bottom: 20px
    }

    .about_section__right {
        margin: 350px auto 0
    }

    .why-choose-four__left h2 {
        font-size: 30px;
        line-height: 39px
    }

    .why-choose-four__points-content-box {
        max-width: 100%
    }
}

@media (max-width:991px) {
    .about_section__right {
        margin-left: 0
    }

    .why-choose-four__bg-box {
        width: 100%
    }

    .why-choose-four__bg-box-two {
        width: 0
    }

    .section-title-five__title {
        font-size: 34px
    }

    .why-choose-four__right {
        margin-left: 0
    }
}

@media (max-width:768px) {
    .about_section__img-two {
        left: -84px
    }

    .section-title-five__title {
        font-size: 30px;
        line-height: 36px
    }
}

@media (max-width:480px) {

    .about_section__experience,
    .about_section__img-two {
        display: none
    }

    .about_section__right {
        margin: 40px auto 0
    }

    .about_section__service {
        grid-template-columns: repeat(1, minmax(0, 1fr))
    }
}

.why-choose-five {
    position: relative;
    display: block;
    padding: 60px 0 60px;
    z-index: 1
}

.why-choose-five__right {
    position: relative;
    display: block;
    margin-left: 70px
}

.title_tagline {
    position: relative;
    display: inline-block;
    font-weight: 600;
    font-size: 13px;
    line-height: 16px;
    letter-spacing: .12em;
    text-transform: uppercase;
    color: #FFF;
    background-color: #fe4d05;
    padding: 7px 18px 7px;
    padding-right: 15px
}

.title_tagline::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 6px;
    background-color: #007a6c
}

.section-title-four__title {
    font-weight: 700;
    font-size: 42px;
    line-height: 53px;
    text-transform: capitalize;
    margin-top: 29px
}

.why-choose-five__points-list {
    position: relative;
    display: block
}

.why-choose-five__points-list li {
    position: relative;
    display: flex;
    align-items: start;
    padding: 25px 22px 25px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease
}

.why-choose-five__points-list li .icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    min-width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #007a6c;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease
}

.whoweare {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover
}

.why-choose-five__points-list li .icon span {
    position: relative;
    display: inline-block;
    font-size: 45px;
    color: #fff;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease
}

.why-choose-five__points-list li .content {
    position: relative;
    display: block;
    margin-left: 20px
}

.why-choose-five__points-list li .content h3 {
    color: #023a51;
    font-size: 18px;
    font-weight: 700;
    line-height: 29px;
    margin-bottom: 0
}

.why-choose-five__points-list li .content p {
    position: relative;
    margin-top: 2px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease
}

.docteam {
    padding: 20px;
    position: relative
}

.team-one {
    position: relative;
    display: block;
    padding: 120px 0 120px;
    overflow: hidden
}

.docteam .images {
    position: relative;
    width: 100%;
    height: 100%;
    aspect-ratio: 3/4;
    margin-bottom: 30px
}

.docteam .images span {
    position: absolute;
    bottom: 50%;
    right: -164px;
    z-index: 2;
    text-align: center;
    min-width: 300px;
    background-color: #0988ab;
    color: #fff;
    rotate: -90deg;
    transition: all 0.5s;
    padding: 2px 12px
}

.docteam:hover .images span {
    right: -46%;
    transition: all 0.5s
}

.docteam .images img {
    width: 100%;
    transition: all 0.5s;
    height: 100%;
    border-radius: 20px;
    object-fit: cover;
    position: relative;
    z-index: 2
}

.docteam .images::before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    content: "";
    border-radius: 20px;
    border: 2px dashed #e0e4e8;
    transform: rotate(-7deg);
    transition: all 500ms ease;
    z-index: 0
}

.docteam:hover img {
    transform: scale(1.05);
    transition: all 0.5s
}

.docteam:hover .images::before {
    border: 2px dashed #09889b
}

.docteam .details {
    text-align: center
}

.docteam .details h3 {
    color: #023a51;
    font-weight: 700;
    font-size: 20px
}

.docteam .details p {
    font-weight: 500;
    color: #09889b
}

.testimonilas_cards {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 100%;
    padding: 20px;
    border-radius: 16px;
    box-shadow: 0 .5rem 1rem rgb(0 0 0 / .15)
}

.testimonilas_cards .user_name h3 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 0
}

.testimonial_section .owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #00c680;
    border-radius: 0
}

.owl-theme .owl-dots .owl-dot span {
    border-radius: 0
}

.testimonilas_cards .imgstyle img {
    width: 120px;
    position: absolute;
    top: 0;
    right: 0;
    filter: grayscale(1);
    opacity: .2;
    transition: all 0.5s
}

.testimonilas_cards:hover .imgstyle img {
    opacity: 1;
    transition: all 0.5s;
    filter: none
}

.testimonilas_cards .user_name p {
    font-size: 14px;
    color: #09889b;
    font-weight: 500
}

.services-two {
    position: relative;
    display: block;
    background-color: #16243d;
    padding: 120px 0 90px;
    z-index: 1
}

.services-two__icon-box,
.services-two__bottom,
.services-two__top-left,
.services-two__top {
    position: relative;
    display: block
}

.section-title {
    position: relative;
    display: block;
    margin-top: -7px;
    margin-bottom: 48px
}

.section-title__title {
    margin: 0;
    color: #fff;
    font-size: 45px;
    line-height: 55px;
    font-weight: 700;
    letter-spacing: var(--insur-letter-spacing)
}

.services-two__single {
    position: relative;
    height: -webkit-fill-available;
    display: block;
    background-color: #1c2a44;
    border-radius: 10px;
    text-align: center;
    padding: 40px 35px 33px;
    border-bottom: 3px solid #0000;
    margin-bottom: 30px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease
}

.services-two__icon-box:before {
    position: absolute;
    content: "";
    bottom: -9px;
    left: 50%;
    height: 4px;
    width: 40px;
    background-color: #111d32;
    transform: translateX(-50%);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease
}

.services-two__icon {
    position: relative;
    height: 85px;
    width: 85px;
    padding: 10px;
    background-color: #111d32;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin: 0 auto;
    overflow: hidden;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: 1
}

.services-two__icon img {
    position: relative;
    width: 100%;
    height: auto;
    z-index: 1
}

.services-two__icon:after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    content: "";
    background-image: -webkit-linear-gradient(0deg, #015fc9 0%, #0ce0ff 100%);
    border-radius: 50%;
    background-color: var(--insur-white);
    transition-delay: 0.1s;
    transition-timing-function: ease-in-out;
    transition-duration: 0.4s;
    transition-property: all;
    opacity: 1;
    transform-origin: top;
    transform-style: preserve-3d;
    transform: scaleY(0);
    z-index: -1
}

.services-two__title {
    font-size: 20px;
    font-weight: 700;
    letter-spacing: -.02em;
    line-height: 30px;
    margin-top: 26px;
    margin-bottom: 5px
}

.services-two__title a {
    color: #ffffff !important
}

.services-two__text {
    font-size: 14px;
    color: #97a2b7;
    line-height: 24px;
    letter-spacing: var(--insur-letter-spacing)
}

.services-two__single:hover {
    border-bottom: 3px solid #0ce0ff;
    transform: translateY(-10px);
    background-color: #111d32
}

.services-two__single:hover .services-two__icon-box:before {
    background-color: #070e1b
}

.services-two__single:hover .services-two__icon:after {
    opacity: 1;
    -webkit-transform: scaleY(1);
    transform: scaleY(1)
}

.page-header {
    position: relative;
    display: block;
    padding: 117px 0 113px;
    background-color: #f2f5f9;
    z-index: 1
}

.page-header-bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 1221px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: -1
}

.page-header-shape-1 {
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    bottom: 0;
    mix-blend-mode: luminosity;
    opacity: .2
}

.page-header__inner {
    position: relative;
    display: block;
    z-index: 15
}

.thm-breadcrumb {
    position: relative;
    display: block
}

.page-header-bg:before {
    position: absolute;
    top: 0;
    left: -1px;
    bottom: 0;
    width: 250px;
    content: "";
    background-image: -moz-linear-gradient(0deg, #f3f6f8 0%, #fff0 100%);
    background-image: -webkit-linear-gradient(0deg, #f3f6f8 0%, #fff0 100%);
    background-image: -ms-linear-gradient(0deg, #f3f6f8 0%, #fff0 100%)
}

.thm-breadcrumb li {
    position: relative;
    display: inline-block;
    color: #696e77;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: .1em;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease
}

.thm-breadcrumb li a {
    position: relative;
    display: inline-block;
    color: #696e77;
    font-size: 14px;
    font-weight: 400;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease
}

.page-header__inner h2 {
    font-size: 40px;
    color: #16243d;
    font-weight: 700;
    line-height: 52px;
    letter-spacing: -.04em
}

.customfaqlist .accordion-item {
    margin-bottom: 16px;
    border-radius: 20px;
    overflow: hidden
}

.customfaqlist .accordion-item .accordion-button {
    font-weight: 600;
    color: #007a6c
}

.accordion-button:not(.collapsed) {
    background-color: #fe4d05;
    color: white !important
}

.testimonial_section {
    position: relative;
    padding: 60px 0
}

.con_details {
    height: 100%;
    position: relative;
    display: flex;
    align-items: start;
    gap: 20px;
    padding: 30px;
    background-color: #f2f5f9;
    z-index: 1;
    border-radius: 16px
}

.con_details .content h4 {
    font-weight: 600;
    font-size: 17px
}

.con_details .content p a {
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 0;
    color: #01a89c
}

.con_details img {
    padding: 5px;
    width: 40px;
    aspect-ratio: 1;
    min-width: 40px;
    display: grid;
    place-content: center;
    border: 1px solid #fa5101;
    text-align: center;
    border-radius: 20px
}

@media (max-width:1200px) {
    .page-header {
        padding: 60px 0 60px
    }
}

@media (max-width:991px) {
    .page-header {
        padding: 30px 0 30px
    }

    .why-choose-five__right {
        margin-left: 0
    }

    .page-header-bg {
        position: relative
    }
}

@media (max-width:480px) {
    .why-choose-four__left h2 {
        font-size: 24px;
        line-height: 30px
    }
}

#BottomTopBtn {
    display: grid;
    background-color: #007a6c;
    width: 50px;
    height: 50px;
    place-content: center;
    border-radius: 4px;
    position: fixed;
    bottom: 0px;
    right: 0px;
    transition: background-color .3s,
        opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
}

#BottomTopBtn:hover {
    cursor: pointer;
    background-color: #333;
}

#BottomTopBtn:active {
    background-color: #555;
}

#BottomTopBtn.show {
    opacity: 1;
    visibility: visible;
}

#BottomTopBtn img {
    width: 20px;
}

@media (min-width: 500px) {

    #BottomTopBtn {
        margin: 30px;
    }
}


.whatsaAppointBtn {
    position: fixed;
    right: 0;
    top: 45%;
    z-index: 99;
    transform: translate(44%, 0px) rotate(90deg);
    display: flex;
    gap: 2px;
}

.whatsaAppointBtn a {
    background-color: white;
    padding: 5px 10px;
    font-size: 14px;
    color: white;
    display: grid;
    place-content: center;
}

.whatsaAppointBtn .BookanAppointment {
    background-color: #fe4d05;
}

.whatsaAppointBtn .Whatsapp {
    background-color: #03873a;
}

@media (max-width:567px) {
    .whatsaAppointBtn {
        top: auto;
        right: auto;
        bottom: 0;
        z-index: 99;
        transform: translate(0%, 0px) rotate(0deg);
        display: flex;
        gap: 0px;
        justify-content: space-between;
        width: 100%;
        text-align: center;
    }.whatsaAppointBtn a{
        width: 100%;
    }
}