.work-content span {
    padding: 0 20px;
    position: relative !important;
    font-family: Orelega One, cursive;
}
.work-content span:after {
    content: "";
    display: block;
    width: 200px;
    height: 2px;
    background-color: #3dc1d3;
    left: -60px;
    top: 50%;
    position: absolute;
    z-index: -1;
}
@media (max-width: 991px) {
    .work-content span:after {
        left: -66px;
    }
}
@media (max-width: 475px) {
    .work-content span:after {
        left: -70px;
    }
}
.about-section .about-content-block .about-content {
    box-shadow: 0 5px 5px #e2ebf0;
    border: 1px solid #dde3e9;
}
.about-section .about-content-block:nth-child(1) .about-content {
    border-radius: 40px 40px 0;
}
.about-section .about-content-block:nth-child(2) .about-content {
    border-radius: 40px 40px 40px 0;
}
.about-section .about-content-block:nth-child(3) .about-content {
    border-radius: 40px 0 40px 40px;
}
.about-section .about-content-block:nth-child(4) .about-content {
    border-radius: 0 40px 40px;
}
.choose-payment-plan-page .plan-card-detail {
    padding: 40px;
    box-shadow: 0 5px 5px #e2ebf0;
    border: 1px solid #dde3e9;
}
@media (max-width: 575px) {
    .choose-payment-plan-page .plan-card-detail {
        padding: 20px;
    }
}
.contact-form {
    box-shadow: 0 5px 20px #dde3e9;
    border-radius: 50px;
}
@media (max-width: 575px) {
    .contact-form {
        border-radius: 25px;
    }
}
@media (max-width: 480px) {
    .contact-form {
        border-radius: 25px;
    }
}
.contact-form form .form-group .form-control {
    border-radius: 10px;
}
.contact-form .form-right {
    position: relative;
    top: -60px;
    border-bottom-right-radius: 50px;
    border-bottom-left-radius: 50px;
    margin-left: 40px;
}
@media (max-width: 1199px) {
    .contact-form .form-right {
        top: -40px;
        margin-left: 20px;
    }
}
@media (max-width: 991px) {
    .contact-form .form-right {
        margin-left: 0;
    }
}
@media (max-width: 480px) {
    .contact-form .form-right {
        top: -25px;
    }
}
.contact-form .form-right .form-info .icon {
    width: 55px;
    height: 55px;
    min-width: 55px;
    border-radius: 50px;
}
@media (max-width: 767px) {
    .contact-form .form-right .form-info .icon {
        width: 45px;
        height: 45px;
        min-width: 45px;
    }
}
@media (max-width: 480px) {
    .contact-form .form-right .form-info .icon {
        width: 38px;
        height: 38px;
        min-width: 38px;
    }
}
.contact-form .form-right .form-info .icon i {
    font-size: 20px;
}
@media (max-width: 480px) {
    .contact-form .form-right .form-info .icon i {
        font-size: 14px;
    }
}
.pt-100 {
    padding-top: 100px;
}
@media (max-width: 991px) {
    .pt-100 {
        padding-top: 50px;
    }
}
.pt-120 {
    padding-top: 120px;
}
@media (max-width: 991px) {
    .pt-120 {
        padding-top: 50px;
    }
}
.py-100 {
    padding: 100px 0;
}
@media (max-width: 991px) {
    .py-100 {
        padding: 50px 0;
    }
}
.py-120 {
    padding: 120px 0;
}
@media (max-width: 991px) {
    .py-120 {
        padding: 50px 0;
    }
}
.py-80 {
    padding: 80px 0;
}
@media (max-width: 991px) {
    .py-80 {
        padding: 50px 0;
    }
}
.pt-80 {
    padding-top: 80px;
}
@media (max-width: 991px) {
    .pt-80 {
        padding-top: 50px;
    }
}
.px-70 {
    padding: 10px 70px !important;
}
@media (max-width: 991px) {
    .px-70 {
        padding: 10px 50px !important;
    }
}
@media (max-width: 991px) {
    .px-70 {
        padding: 8px 30px !important;
    }
}
.fs-64 {
    font-size: 64px;
}
@media (max-width: 991px) {
    .fs-64 {
        font-size: 52px;
    }
}
@media (max-width: 767px) {
    .fs-64 {
        font-size: 46px;
    }
}
@media (max-width: 480px) {
    .fs-64 {
        font-size: 32px;
    }
}
.fs-14 {
    font-size: 14px !important;
}
@media (max-width: 480px) {
    .fs-14 {
        font-size: 12px;
    }
}
.fs-18 {
    font-size: 18px;
}
@media (max-width: 767px) {
    .fs-18 {
        font-size: 16px;
    }
}
.p-60 {
    padding: 60px;
}
@media (max-width: 1199px) {
    .p-60 {
        padding: 40px;
    }
}
@media (max-width: 480px) {
    .p-60 {
        padding: 25px;
    }
}
.mt-60 {
    margin-top: 60px;
}
@media (max-width: 1199px) {
    .mt-60 {
        margin-top: 40px;
    }
}
.py-20 {
    padding: 20px 30px;
}
.bg-cyan {
    background-color: #3dc1d3 !important;
}
.text-secondary {
    color: #012172 !important;
}
.bg-light {
    background-color: #f6fcff;
}
.rounded-20 {
    border-radius: 20px;
}
.btn {
    padding: 10px 30px;
    border-radius: 25px;
    box-shadow: none !important;
    font-weight: 600;
}
.btn-primary {
    color: #fff;
}
.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus {
    background-color: #fff;
    color: #3dc1d3;
}
.btn-secondary:hover,
.btn-secondary:active,
.btn-secondary:focus {
    background-color: #fff;
    color: #012172;
}
.bg-light {
    background-color: #f6fcff !important;
}
.text-cyan {
    color: #3dc1d3 !important;
}
li {
    list-style: none;
}
a {
    text-decoration: none;
}
a,
p,
li {
    font-size: 16px;
    line-height: 27px;
    font-weight: 400;
    color: #6e7f90;
}
h1,
h2,
h3 {
    font-weight: 700;
    color: #2c3e50;
}
h1 {
    font-size: 58px;
    line-height: 70px;
}
@media (max-width: 1199px) {
    h1 {
        font-size: 48px;
        line-height: 60px;
    }
}
@media (max-width: 991px) {
    h1 {
        font-size: 38px;
        line-height: 46px;
    }
}
@media (max-width: 767px) {
    h1 {
        font-size: 32px;
        line-height: 38px;
    }
}
@media (max-width: 425px) {
    h1 {
        font-size: 26px;
        line-height: 32px;
    }
}
h2 {
    font-size: 40px;
    line-height: normal !important;
}
@media (max-width: 1199px) {
    h2 {
        font-size: 35px;
    }
}
@media (max-width: 991px) {
    h2 {
        font-size: 30px;
    }
}
@media (max-width: 767px) {
    h2 {
        font-size: 26px;
    }
}
@media (max-width: 425px) {
    h2 {
        font-size: 24px;
    }
}
h3 {
    font-size: 20px;
    line-height: 34px;
}
@media (max-width: 991px) {
    h3 {
        font-size: 18px;
        line-height: 26px;
    }
}
h4 {
    color: #2c3e50;
}
.hero-section .hero-content {
    margin-top: -120px;
}
@media (max-width: 991px) {
    .hero-section .hero-content {
        margin-top: 0;
    }
}
.card {
    border-radius: 20px;
}
.form-select:focus,
.form-control:focus {
    box-shadow: none;
}
.form-select {
    border-radius: 10px;
}
.section-heading {
    margin-bottom: 80px;
}
@media (max-width: 991px) {
    .section-heading {
        margin-bottom: 40px;
    }
}
@media (max-width: 575px) {
    .section-heading {
        margin-bottom: 30px;
    }
}
.service-section .card-img {
    width: 60px;
}
@media (max-width: 1199px) {
    .service-section .card-img {
        width: 50px;
    }
}
@media (max-width: 767px) {
    .service-section .card-img {
        width: 45px;
    }
}
@media (max-width: 425px) {
    .service-section .card-img {
        width: 30px;
    }
}
.about-hospital .card {
    padding: 40px;
    height: 100%;
}
@media (max-width: 991px) {
    .about-hospital .card {
        padding: 30px;
    }
}
@media (max-width: 425px) {
    .about-hospital .card {
        padding: 20px;
    }
}
.about-hospital .card .card-img {
    width: 60px;
}
@media (max-width: 320px) {
    .about-hospital .card .card-img {
        width: 45px;
    }
}
.about-hospital .card .img {
    width: 40px;
}
@media (max-width: 320px) {
    .about-hospital .card .img {
        width: 30px;
    }
}
.pagination .page-item {
    padding: 8px;
}
@media (max-width: 575px) {
    .pagination .page-item {
        padding: 4px;
    }
}
.pagination .page-item .page-link {
    color: #6e7f90;
    border: none;
    box-shadow: none;
    border-radius: 50px;
    padding: 3px 12px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}
@media (max-width: 575px) {
    .pagination .page-item .page-link {
        padding: 1px 10px;
        font-size: 14px;
    }
}
.pagination .page-item .page-link.active,
.pagination .page-item .page-link:focus,
.pagination .page-item .page-link:hover {
    color: #3dc1d3;
}
.pagination .page-item .page-link.previous,
.pagination .page-item .page-link.next {
    border: 1px solid #dde3e9;
}
.plan-section .switches-container {
    width: 16rem;
    position: relative;
    display: flex;
    line-height: 3rem;
    border-radius: 10px;
    border: 1px solid #dde3e9;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 80px;
    padding: 4px;
}
@media (max-width: 991px) {
    .plan-section .switches-container {
        margin-bottom: 50px;
    }
}
.plan-section .switches-container .nav-item .nav-link {
    color: #6e7f90;
    border-radius: 10px;
}
.plan-section .switches-container .nav-item .nav-link.active {
    color: #fff;
    background-color: #012172;
}
.plan-section .switches-container input {
    visibility: hidden;
    position: absolute;
    top: 0;
}
.plan-section .pricing-plan-card {
    margin-top: 20px;
    margin-bottom: 20px;
}
@media (max-width: 991px) {
    .plan-section .pricing-plan-card {
        margin-top: 12px;
        margin-bottom: 12px;
    }
}
.plan-section .pricing-plan-card .pricing-text {
    border-bottom: 1px solid #dde3e9;
}
.plan-section .pricing-plan-card .pricing-plan-features {
    max-width: 250px;
    margin-left: auto;
    margin-right: auto;
}
@media (max-width: 480px) {
    .plan-section .pricing-plan-card .pricing-plan-features {
        max-width: 200px;
    }
}
.plan-section
.pricing-plan-card
.pricing-plan-features
.active-check
.check-box {
    width: 20px;
    height: 20px;
    display: inline-block;
    border-radius: 50px;
    font-size: 12px;
    line-height: 22px !important;
    margin-right: 20px;
    text-align: center;
}
.swiper-pagination {
    margin-top: 50px;
    position: relative;
    left: -152px !important;
    bottom: 0 !important;
}
@media (max-width: 1199px) {
    .swiper-pagination {
        left: -72px !important;
    }
}
@media (max-width: 480px) {
    .swiper-pagination {
        left: -6px !important;
    }
}
.swiper-pagination .swiper-pagination-bullet-active {
    opacity: 1;
    background: #012172;
    width: 20px;
    border-radius: 10px;
}
.subscribe-section .email-box {
    position: relative !important;
}
.subscribe-section .email-box input {
    padding: 20px 158px 20px 40px;
    width: 100%;
    border: 1px solid #dde3e9;
    border-radius: 35px;
    outline: none;
    height: 68px;
}
@media (max-width: 575px) {
    .subscribe-section .email-box input {
        padding: 12px 95px 12px 20px;
    }
}
.subscribe-section .email-box .btn {
    position: absolute;
    top: 10px;
    right: 10px;
    height: 48px;
}
.accordion-button:not(.collapsed) {
    background-color: #fff !important;
}
@media (max-width: 991px) {
    .accordion-button:after {
        width: 1rem;
        height: 1rem;
        background-size: 1rem;
    }
}
@media (max-width: 575px) {
    .accordion-button:after {
        width: 14px;
        height: 14px;
        background-size: 14px;
    }
}
.accordion-button:focus {
    outline: none;
    box-shadow: none;
}
.g-recaptcha {
    transform: scale(0.85);
    transform-origin: left top;
}
.slick-dots {
    left: 0;
    right: 0;
}
.slick-dots li {
    margin: 0;
}
.client-logo {
    width: 180px;
    height: 120px;
    margin: 0 auto;
    overflow: hidden;
    background: #fff;
    text-align: center;
    border-radius: 10px;
}
.client-logo img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.help-block.with-errors {
    position: absolute;
    color: red;
    right: 15px;
    font-size: 10px;
    line-height: 14px;
}
@media (max-width: 399px) {
    .captcha-customize {
        display: flex;
        justify-content: center;
    }
}
@media (max-width: 399px) {
    .g-recaptcha {
        transform: scale(0.77);
        -webkit-transform: scale(0.77);
        transform-origin: center;
        -webkit-transform-origin: center;
    }
}
.footer-active {
    color: #fc8c4b !important;
}
.footer-link-active {
    color: #3dc1d3 !important;
}
.btn-outline-primary:hover {
    color: #fff !important;
}
.image.image-medium img {
    width: 125px;
    height: 125px;
    -o-object-fit: cover;
    object-fit: cover;
    max-width: 125px;
}
.image.image-circle,
.image.image-circle > img {
    border-radius: 50%;
}
.vertical-scrollable {
    max-height: 600px;
    overflow-y: scroll;
    overflow-x: hidden;
}
.ms-n5 {
    margin-left: -76px;
}
.fs-c-5 {
    font-size: 17px !important;
}
.image-hospital img {
    width: 234px;
    height: 125px;
    -o-object-fit: cover;
    object-fit: cover;
    max-width: 210px;
}
.radius-10 {
    border-radius: 10px !important;
}
.text-gray {
    color: #6e7f92;
}
.selectize-dropdown-content {
    overflow-y: auto;
    overflow-x: hidden;
}
#example-search-input,
.custom-select {
    padding: 11px 20px !important;
}
.pagination-section .pagination {
    flex-wrap: wrap !important;
}
.reset-filter {
    padding: 0.25rem 0.5rem !important;
}
.btn-outline-secondary:hover {
    color: #fff !important;
}
.text-green {
    color: #3cc47b;
}
.listing-skeleton .card {
    height: 750px;
}
.listing-skeleton .pulsate {
    background: linear-gradient(90deg, #ddd, #f0f0f0, #ddd, #f0f0f0);
    background-size: 400% 400%;
    -webkit-animation: Gradient 2s ease infinite;
    animation: Gradient 2s ease infinite;
}
.listing-skeleton .card-content {
    clear: both;
    box-sizing: border-box;
    padding: 16px;
    background: #fff;
}
.listing-skeleton .search-box {
    width: 300px;
    height: 40px;
    margin-top: 8px;
    margin-left: 5px;
}
.listing-skeleton .date-box {
    width: 220px;
    height: 40px;
    margin-top: 8px;
    margin-left: 5px;
}
.listing-skeleton .filter-box {
    width: 50px;
    height: 40px;
    margin-top: 8px;
    margin-left: 5px;
}
.listing-skeleton .export-box {
    width: 110px;
    height: 40px;
    margin-top: 8px;
    margin-left: 5px;
}
.listing-skeleton .event-box {
    height: 240px;
    margin-bottom: 28px;
}
.listing-skeleton .add-button-box {
    width: 120px;
    height: 40px;
    margin-top: 8px;
    margin-left: 5px;
}
.listing-skeleton .column-box {
    height: 45px;
    margin-top: 8px;
    margin-left: 10px;
}
@-webkit-keyframes Gradient {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    to {
        background-position: 0% 50%;
    }
}
@keyframes Gradient {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    to {
        background-position: 0% 50%;
    }
}
.protect-health .card {
    padding: 30px;
    height: 100%;
}
@media (max-width: 425px) {
    .protect-health .card {
        padding: 20px;
    }
}
.protect-health .card .card-img {
    width: 80px;
}
@media (min-width: 992px) {
    .hospital-sass-section .sass-left-content {
        background-color: #e4f7ff;
        border-top-right-radius: 190px;
        border-bottom-right-radius: 190px;
        display: block;
        width: 1000vh;
        height: 380px;
        float: right;
        margin-right: -40px;
    }
}
@media (max-width: 1399px) and (min-width: 992px) {
    .hospital-sass-section .sass-left-content {
        padding-top: 50px;
        padding-bottom: 50px;
    }
}
.hospital-sass-section .sass-right-content .sass-desc i {
    width: 30px;
    height: 30px;
    border-radius: 50px;
    min-width: 30px;
}
.our-hospitals .card .card-img {
    width: 80px;
    height: 80px;
    margin-left: -40px;
}
@media (max-width: 767px) {
    .our-hospitals .card .card-img {
        width: 70px;
        margin-left: -35px;
    }
}
@font-face {
    font-family: Nunito Sans;
    font-style: normal;
    font-weight: 300;
    src: url(nunitosans-light-eH6sVPt_7e40.ttf?8fde328cad4b7fd03bcd4f0b5a39adeb)
    format("truetype");
    font-display: swap;
}
@font-face {
    font-family: Nunito Sans;
    font-style: normal;
    font-weight: 400;
    src: url(nunitosans-regular-D_vL9cZdb8fc.ttf?a427ddbe4dc20889d6e0ac752dce4bea)
    format("truetype");
    font-display: swap;
}
@font-face {
    font-family: Nunito Sans;
    font-style: normal;
    font-weight: 600;
    src: url(nunitosans-semibold-CUqNwVQKcc36.ttf?97020b1bfe8c41a3bd4efa0b910db98e)
    format("truetype");
    font-display: swap;
}
@font-face {
    font-family: Nunito Sans;
    font-style: normal;
    font-weight: 700;
    src: url(nunitosans-bold-Cnu5RL-ke0c5.ttf?022586a78ea7c9bee9dadb8b95b65f2f)
    format("truetype");
    font-display: swap;
}
@font-face {
    font-family: Orelega One;
    font-style: normal;
    font-weight: 400;
    src: url(OrelegaOne-Regular-Bto9rd5m6e77.ttf?4ceedbbd136e6fb2937ec314db683305)
    format("truetype");
    font-display: swap;
}
body {
    font-family: Nunito Sans, sans-serif;
    font-weight: 400;
}
.header-logo img,
.footer-logo img {
    max-width: 200px;
}
@media (max-width: 767px) {
    .header-logo img,
    .footer-logo img {
        max-width: 150px;
    }
}
header {
    background-color: #f6fcff;
    padding-top: 25px;
    padding-bottom: 25px;
}
@media (max-width: 991px) {
    header {
        padding-top: 20px;
        padding-bottom: 20px;
    }
}
header .nav-link-last {
    border-left: 1px solid #dde3e9;
}
@media (max-width: 1199px) {
    header .nav-link-last {
        margin-left: 0 !important;
    }
}
@media (max-width: 991px) {
    header .nav-link-last {
        border: none;
    }
}
header .nav-link-last span {
    color: #6e7f90;
}
@media (max-width: 991px) {
    header .navbar {
        position: static;
    }
}
@media (max-width: 991px) {
    header .navbar .navbar-nav {
        padding: 10px;
    }
}
header .navbar .navbar-nav .nav-item {
    position: relative;
    transition: all 0.3s;
}
header .navbar .navbar-nav .nav-item .nav-link {
    color: #6e7f90;
    padding-right: 20px;
    padding-left: 20px;
}
@media (max-width: 1199px) and (min-width: 992px) {
    header .navbar .navbar-nav .nav-item .nav-link {
        padding-right: 15px;
        padding-left: 15px;
        font-size: 15px;
    }
}
header .navbar .navbar-nav .nav-item .nav-link.active,
header .navbar .navbar-nav .nav-item .nav-link:hover {
    color: #012172;
}
header .navbar .navbar-nav .nav-item .language-menu .nav-item {
    margin: 5px 0;
}
header .navbar .navbar-nav .nav-item .language-menu .country-flag {
    width: 20px;
}
header .navbar .navbar-nav .nav-item .submenu {
    position: absolute;
    min-width: 200px;
    width: auto;
    padding: 10px;
    background: #fff;
    border-radius: 10px;
    height: auto;
    display: inline-block;
    top: 100%;
    left: 12px;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s ease-in-out;
}
header .navbar .navbar-nav .nav-item:hover .submenu {
    opacity: 1;
    visibility: visible;
}
@media (max-width: 991px) {
    header .navbar .navbar-toggler {
        box-shadow: none;
    }
}
@media (max-width: 991px) {
    header .navbar .navbar-collapse {
        position: absolute;
        width: 100%;
        top: calc(100% - 10px);
        background-color: #fff;
        left: 0;
        right: 0;
        margin: auto;
        max-width: 720px;
        border-radius: 25px;
        box-shadow: 0 0 20px #adb5bd1a;
    }
}
@media (max-width: 767px) and (min-width: 576px) {
    header .navbar .navbar-collapse {
        max-width: 516px;
    }
}
@media (max-width: 575px) {
    header .navbar .navbar-collapse {
        width: calc(100% - 24px);
    }
}
footer {
    padding-top: 80px;
}
@media (max-width: 991px) {
    footer {
        padding-top: 50px;
    }
}
footer .social-icon i {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid #3dc1d3;
}
@media (max-width: 767px) {
    footer .social-icon i {
        width: 30px;
        font-size: 14px;
        height: 30px;
    }
}
footer .copy-right {
    border-top: 1px solid #6e7f90;
}
.service-section .slick-slider .slick-dots {
    bottom: -50px;
    display: block !important;
}
.service-section .slick-slider .slick-dots li {
    width: 25px;
}
.service-section .slick-slider .slick-dots li button:before {
    font-family: slick;
    font-size: 30px;
    color: #fff;
    opacity: 0.5;
}
.service-section .slick-slider .slick-dots li.slick-active button:before {
    color: transparent;
    position: absolute;
    top: 6px;
    opacity: 1;
    width: 25px;
    height: 8px;
    background-color: #3dc1d3;
    border-radius: 40px;
}
.testimonial-section .testimonial-carousel .slick-dots {
    bottom: 15px;
    display: none !important;
}
@media (max-width: 991px) {
    .testimonial-section .testimonial-carousel .slick-dots {
        display: block !important;
    }
}
.testimonial-section .testimonial-carousel .slick-slide {
    margin-left: 10px;
    margin-right: 10px;
}
.testimonial-section .testimonial-carousel .slick-dots li button:before {
    font-family: slick;
    font-size: 40px;
    color: #6e7f90;
    opacity: 0.5;
}
.testimonial-section
.testimonial-carousel
.slick-dots
li.slick-active
button:before {
    color: #012172;
    opacity: 1;
}
.testimonial-section .testimonial-carousel .testimonial-card .profile-img {
    position: relative !important;
    top: 25px;
    left: 20px;
    width: 300px;
    height: 300px;
    -o-object-fit: cover;
    object-fit: cover;
}
@media (max-width: 767px) {
    .testimonial-section .testimonial-carousel .testimonial-card .profile-img {
        top: 50px;
    }
}
@media (max-width: 991px) {
    .testimonial-section .testimonial-carousel .testimonial-card .profile-img {
        width: 280px;
    }
}
@media (max-width: 575px) {
    .testimonial-section .testimonial-carousel .testimonial-card .profile-img {
        top: 0;
        left: 10px;
    }
}
.testimonial-section .testimonial-carousel .testimonial-card .profile-box {
    position: relative !important;
    bottom: 70px;
    z-index: -1;
    height: 100px;
    -webkit-box-orient: vertical;
    display: -webkit-box !important;
}
@media (max-width: 767px) {
    .testimonial-section .testimonial-carousel .testimonial-card .profile-box {
        height: 240px;
    }
}
.testimonial-section .testimonial-carousel .testimonial-card .profile-box p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box !important;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.testimonial-section .testimonial-carousel .testimonial-card .quotation-mark {
    position: absolute;
    right: 40px;
    bottom: 25px;
}
@media (max-width: 767px) {
    .testimonial-section .testimonial-carousel .testimonial-card .quotation-mark {
        bottom: 200px;
    }
}
@media (max-width: 475px) {
    .testimonial-section .testimonial-carousel .testimonial-card .quotation-mark {
        display: none;
    }
}
.testimonial-section
.testimonial-carousel
.testimonial-card
.quotation-mark
img {
    width: 100px;
}
@media (max-width: 767px) {
    .testimonial-section
    .testimonial-carousel
    .testimonial-card
    .quotation-mark
    img {
        width: 60px;
    }
}
.slick-prev,
.slick-next {
    position: absolute;
    z-index: 99;
    top: 50%;
    bottom: auto;
}
.slick-prev:before,
.slick-next:before {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    -webkit-font-smoothing: antialiased;
    display: var(--fa-display, inline-block);
    color: #6e7f90 !important;
    opacity: 1;
}
@media (max-width: 991px) {
    .slick-prev:before,
    .slick-next:before {
        display: none;
    }
}
.slick-prev {
    left: -100px;
}
.slick-next {
    right: -100px;
}
