:root {
    --primary-color: #3B859B;
    --darkgreen: #2C6C16;
    --lightgreen: #DBF4B1;
    --green: #537124;
    --white: #ffffff;
    --blue: #007EB6;
    --black: #000000;

}

html,
body {
    height: 100%;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
}

body {
    font-family: "Source Sans 3", serif;
    font-weight: 400;
    color: var(--black);
    line-height: 1.5;
    background-color: var(--white);
    margin: 0;
    padding: 0;
    font-size: 1.25rem;
    letter-spacing: 0.0125rem;
}

.wrapper {
    padding: 0 2.5rem 2.5rem 2.5rem;
    position: relative;
    height: 1080px;
    display: flex;
    flex-direction: column;
    width: 1920px;
    margin: auto;
}

.main-continer {
    border-radius: 1.5rem;
    flex: 1;
    position: relative;
}
.gradient-bg-01 {
    background: linear-gradient(107deg, #B6E0B3 0%, #AADBA5 50.56%, #9BD19C 101.11%);
    border-radius: 1.594rem;
}
.gradient-bg-02 {
    background: linear-gradient(107deg, #D9EFB6 0%, #BBE29F 50.56%, #9BD19C 101.11%);
    border-radius: 1.594rem;
}
.gradient-bg-03 {
    background: linear-gradient(107deg, #EFF6E1 0%, #DEEED0 50.56%, #D2E8C9 101.11%);
    border-radius: 1.594rem;
}
.gradient-bg-04 {
    background: linear-gradient(107deg, #D0F19E 0%, #C6EB97 50.56%, #C2EA94 101.11%);
    border-radius: 1.594rem;
}
.gradient-bg-05 {
    background: linear-gradient(106deg, #6DAA7A 0%, #5C9D66 103.66%);
    border-radius: 1.594rem;
}

p {
    font-size: 1rem;
    color: var(--black);
    line-height: 1.5;
    font-weight: 400;
}

.absolute-item {
    position: absolute;
}

.absolute-item img {
    width: 100%;
    height: 100%;
}

.absolute-item svg {
    width: 100%;
    height: 100%;
}

.absolute-item video {
    width: 100%;
    height: 100%;
}

.absolute-item canvas {
    width: 100%;
    height: 100%;
}

.btn {
    padding: 0.625rem 1.5rem;
    background: var(--darkgreen);
    font-weight: 500;
    color: var(--white);
    border-radius: 6.25rem;
    border: none;
}

.btn:hover {
    background: var(--lightgreen);
    color: var(--darkgreen);

}

.img-bg {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    
}

.btn-border {
    padding: 0.5rem 1rem;
    border-radius: 1.125rem;
    border: 2px solid #F5F5F5;
    background: #FEFEFE;
    color: var(--black);
    text-decoration: none;
    font-size: 0.875rem;
    font-weight: 400;
    display: flex;
    align-items: center;
    line-height: 0.9625rem;
    gap: 0.4rem;
}
/* Common End */

/* Header Start */
.main-wrapper {
    display: flex;
    flex-direction: column;
    height: 100vh;
}
.header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 1.063rem;
    margin-bottom: 1.25rem;
}

.header .header-left {
    color: var(--black);
    font-size: clamp(0.875rem, 0.7321rem + 0.2232vw, 1rem);
    font-style: normal;
    font-weight: 400;
    line-height: 1.5rem;
    letter-spacing: 0.00938rem;
}

.header .header-right {
    display: flex;
    gap: 1rem;
}


/* Header End */

/* Footer Start */

.footer {
    position: absolute;
    bottom: 3.9rem;
    left: 2.5rem;
    right: 2.5rem;
    border-radius: 1.5rem;
    background: linear-gradient(90deg, #F0E086 0%, #A3D685 100%);
    box-shadow: 0px 1px 25px 0px rgba(41, 51, 34, 0.30);
    padding: 1.25rem 3rem;
    margin-left: 2.5rem;
    margin-right: 2.5rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1.2rem;
}


.footer .footer-block {
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer .footer-left {
    color: #394631;
    font-size: clamp(0.875rem, 0.5893rem + 0.4464vw, 1.125rem);
    font-weight: 400;
    line-height: 1.4625rem;
    letter-spacing: 0.01125rem;
    max-width: 23rem;
}


.footer a {
    color: #394631;
    font-size: 1.125rem;
    font-weight: 600;
    text-decoration: none;
    display: flex;
    align-items: center;
}

.footer .footer-right {
    max-width: 23rem;
}
.footer .footer-center {
    max-width: 22.063rem;
}
.footer .footer-right {
    max-width: 19.313rem;
}
.footer .footer-icons {
    width: 5.375rem;
    height: 5.188rem;
}

/* Footer end */

/* slide 1 Start */
.home-banner {
    background: url('../images/banner.png') no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    height: calc(100vh - 1.5rem);
    border-radius: 0.75rem;
    margin-top: 0.75rem;
    display: flex;
    align-items: center;
    padding: 3rem;
}

.home-banner .slide-title {
    font-family: var(--font-barlow);
    font-weight: 400;
    color: var(--white);
    padding-bottom: 7rem;
    font-size: 5rem;
    margin: 0;
}

.home-banner .banner-content {
    width: 100%;
    max-width: 45.5rem;
}

.home-banner .banner-content p {
    color: var(--white);
    padding-bottom: 3.125rem;
    font-size: 1.25rem;
    margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
    .home-banner {
        height: auto;
    }
}

/* slide 1 End */

/* slide 2 Start */
.light-green-body {
    background: #F8FAF6;
    height: 100%;
}
.overview {
    padding: 3rem;
}

.case-categories h2 {
    margin-bottom: 2.5rem;
    font-size: 1.75rem;
    color: #40484C;
    font-weight: 700;
}

.case-categories .card {
    border-radius: 0.75rem;
}

.case-categories .card-body p {
    color: #40484C;
    font-size: 0.875rem;
}

.case-categories .card-body .text-body-secondary {
    color: #40484C;
    text-decoration: none;
    font-weight: 500;
    font-size: 0.875rem;
}

.overview .slide-title {
    color: var(--black);
    font-size: 3.5rem;
    font-weight: 400;
    line-height: 5.875rem; 
    letter-spacing: -0.01563rem;
    margin-bottom: 4rem;
}

.list-view {
    display: flex;
    gap: 1rem;
    border-bottom: 1px solid #C0C8CD;
    margin-bottom: 0.938rem;
}

.list-img {
    width: 1.5rem;
}

.list-info h2 {
    color: #191C1E;
    margin-bottom: 0.313rem;
    font-weight: 400;
    font-size: 1rem;
    letter-spacing: 0.031rem;
}

.list-info p {
    font-size: 0.875rem;
}

.btn-copy {
    border: 1px solid #70787D;
    border-radius: 0.5rem;
    font-size: 0.875rem;

    font-weight: 500;
    letter-spacing: 0.00625rem;
    text-decoration: none;
    padding: 0.5rem 0.625rem;
    color: #191C1E;
}

/* slide 2 End */

/* slide 3 Start */
.slide-3{
    background-position: 50% 100%;
}
.slide-3 .speech-bubble-hello {
    width: 267px;
    height: 172px;
    top: 87.6px;
    left: 342px;
    display: flex
;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.slide-3 .hello-title {
    color: var(--green);
    text-align: center;
    font-size:50px;
    font-weight: 700;
    line-height: 65px;
    letter-spacing: 0.5px;
}

.slide-3 .dr-name {
    color: #414247;
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 31.2px;
    letter-spacing: 0.24px;
}

.slide-3 .speech-bubble-text-slide-3 {
    width: 412px;
    height: 297px;
    top: 284.96px;
    left: 333.04px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.slide-3 .bubble-text-slide-3 {
    max-width: 283px;
    margin: auto;
}

.slide-3 .speech-bubble-text-slide-3 p {
    font-size: 20px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 0.2px;
    text-align: center;
}

.slide-3 .main-character-slide-3 {
    width: 330px;
    height: 752px;
    left: 828px;
    top: 0px;
}
.slide-3 .right-text-slide-3 {
    max-width:260px;
    top: 214px;
    right: 192px;
    /* right: 112px; */
}
.slide-3 .right-text-slide-3 p{
    font-size: 20px;
}

/* @media (max-width: 1024px) {
    .slide-3 .main-character-slide-3 {
        width: 16.75rem;
        height: 39.5rem;
    }
}
@media (min-width: 1180px) and (max-width: 1365px) {
    .slide-3 .main-character-slide-3 {
        width: 18.75rem;
        height: 42.5rem;
    }
}
@media (min-width: 1366px) and (max-width: 1440px) {
    .slide-3 .main-character-slide-3 {
        width: 21.75rem;
        height: 50.5rem;
    }
} */

/* slide 3 End */


/* slide 6 Start */
.slide-6 .thought-bbl {
    width: 185px;
    height: 156.43px;
    flex-shrink: 0;
    left: 94.08px;
    top: 39.04px;
    background-size: cover;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.slide-6 .or-time {
    display: flex;
    width: 140px;
    height: 113.06px;
    flex-direction: column;
    justify-content: center;
    flex-shrink: 0;
    margin-bottom: 48px;
    font-size: 20px;
    font-style: italic;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 0.2px;
}

.slide-6 .chat-bbl {
    width: 289px;
    height: 223.65px;
    left: 132px;
    top: 156.96px;
    flex-shrink: 0;
    background-size: cover;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 1;
}

.slide-6 .logistic-challange {
    display: flex;
    width: 224px;
    height: 113.06px;
    flex-direction: column;
    justify-content: center;
    flex-shrink: 0;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 0.2px;
    text-align: center;
}

.slide-6 .doctor-mask {
    border-radius: 356px;
    background: #D9D9D9;
    width: 394px;
    height: 384px;
    left: 83.04px;
    top: 369.92px;
    overflow: hidden;
}
.slide-6 .doctor-mask img {
    height: auto;
}

.slide-6 .specialist-container {
    left: 558.08px;
    top: 36.96px;
    width: 750px;
    height: 750px;
    border-radius: 689px;
    background: linear-gradient(0deg, #DBF4B1 0%, #DBF4B1 100%);
}

.slide-6 .specialist-content {
    position: relative;
}

.slide-6 .specialist-img {
    width: 310px;
    height: 667px;
    left: 207px;
    top: 32px;
}

.slide-6 .specialist-bbl {
    background-size: cover;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 1;
    width: 284px;
    height: 204px;
    flex-shrink: 0;
    left: 45.12px;
    top: 263px;
}

.slide-6 .specialist-bbl-text {
    display: flex;
    width: 184px;
    height: 137.27px;
    flex-direction: column;
    justify-content: center;
    flex-shrink: 0;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 0.2px;
}

.slide-6 .blue-box-list {
    max-width: 272px;
    top: 165.6px;
    left: 1294px;
    display: flex;
    flex-direction: column;
    gap: 33.92px;
}

.slide-6 .blue-box {
    border-radius: 24px;
    background: var(--primary-color);
    padding: 35.2px 24px;
    color: var(--white);
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 21px;
}
.slide-6 .learn-more {
    left: 1392px;
    top: 56px;
}
.slide-6 .footer .footer-right {
    max-width: 373px;
}

.tool-bar {
    border-radius: 24px;
    background: linear-gradient(180deg, #F0F9E1 0%, #D7EED1 100%);
    box-shadow: 0px 1px 25px 0px rgba(175, 175, 175, 0.30);
    display: inline-flex;
    padding: 24px 16px;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    flex-shrink: 0;
    max-width: 166px;
    left: 1637px;
    gap: 40px;
    top: 40px;
    height: calc(100% - 224px);
}
.tool-bg {
    background: url('../images/slide-6/rightside-panel-circle.svg') no-repeat;
    width: 134px;
    height: 136px;
    background-size: cover;
}
.tool-inner-item {
    text-align: center;
    margin-top: -16px;
    color: var(--black);
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    line-height:1.2;
}
.tool-inner-item img {
    height: auto;
    width: auto;
}
.tool-inner-item span {
    max-width: 128px;
    display: inline-block;
    margin-top: 8px;
}

/* 
@media (max-width: 1024px) {
    .slide-6 .thought-bbl {
        left: 1.88rem;
    }
    .slide-6 .chat-bbl {
        left: 2.25rem;
        width: 15.0625rem;
        height: 11.5rem;
        top: 11.81rem;
    }
    .slide-6 .doctor-mask {
        width: 15.25rem;
        height: 15.25rem;
        left: 1.19rem;
    }
    .slide-6 .logistic-challange {
        font-size: 1rem;
    }
    .slide-6 .specialist-container {
        left: 18.63rem;
        top: 2.31rem;
        width: 35.0625rem;
        height: 35.0625rem;
    }
    .slide-6 .blue-box {
        padding: 1rem;
    }
    .slide-6 .blue-box-list {
        max-width: 12rem;
        top: 5.6rem;
        left: clamp(28rem, -25.1429rem + 93.9732vw, 60.625rem);
        gap: 1rem;
    }
    .slide-6 .specialist-bbl-text {
        font-size: 1rem;
        line-height: 1.3;
    }
    .slide-6 .specialist-bbl {
        width: 12.6875rem;
        height: 8.95431rem;
        left: 2.5rem;
        top: 13rem;
    }
    .slide-6 .specialist-img {
        width: 14.5rem;
        height: 34.1875rem;
        left: 10rem;
        top: 0;
    }
    .slide-6 .learn-more {
        left: 41.5rem;
        top: 1.5rem;
    }
    .tool-bar {
        max-width: 8.375rem;
        left: clamp(46.370rem, -14.62rem + 97.875vw, 102.625rem);
    }
    .tool-inner-item img {
        height: auto;
        width: 52%;
    }
    .tool-bg {
        width: 7.375rem;
        height: 7.5rem;
    }
    
}
@media (min-width: 1180px) and (max-width: 1366px) {
    .slide-6 .thought-bbl {
        left: 2.88rem; 
    }
    .slide-6 .chat-bbl {
        left: 4.25rem;
    }
    .slide-6 .doctor-mask {
        left: 2.19rem;
    }
   
    .slide-6 .specialist-container {
        left: 23.63rem;
        top: 2rem;
        width: 39.0625rem;
        height: 39.0625rem;
    }
    .slide-6 .blue-box-list {
        left: clamp(28rem, -29.1429rem + 93.9732vw, 60.625rem);
        max-width: 15rem;
        top: 9.6rem;
    }
    .slide-6 .blue-box {
        padding: 1rem;
    }
    .slide-6 .learn-more {
        left: 55.5rem;
    }
} */
/* slide 6 End */

/* slide 12 Start */

.slide-12 .benefits__wrapper {
    padding: 4.62rem 3.25rem;
}
.slide-12 .row {
    margin-top: 2.5rem;
}
.slide-12 .benefit-title {
    color: var(--darkgreen);
    font-size: 2.125rem;
    font-style: normal;
    font-weight: 800;
    line-height: 110%; /* 2.3375rem */
}
.slide-12 .benefits__blocks {
    background-color: var(--white);
    border-radius: 1.5rem;
    padding: 1.5rem;
    height: 100%;
}
.slide-12 .benefits__blocks img {
    width: clamp(2.7rem, 0.0714rem + 4.1071vw, 5rem);
    height: clamp(2.7rem, 0.0714rem + 4.1071vw, 5rem);
}
.slide-12 .benefits__blocks .title {
    color: var(--black);
    font-size: clamp(1rem, 0.2857rem + 1.1161vw, 1.625rem);
    font-style: normal;
    margin-top: 1.5rem;
    margin-bottom: clamp(0.6rem, -4.4286rem + 7.8571vw, 5rem);
    font-weight: 700;
    min-height: 4.5rem;
    line-height: 120%; /* 1.5rem */
}

@media (min-width: 3840px) {
    .slide-12 .benefits__blocks img {
        width: clamp(2.7rem, 0.0714rem + 4.1071vw, 5rem);
        height: clamp(2.7rem, 0.0714rem + 4.1071vw, 5rem);
    }
    .slide-12 .benefits__blocks {
        padding: 3.5rem;
    }
    .slide-12 .benefits__blocks .title {
        font-size: 4rem;
    }
}
.slide-12 .benefits__blocks .para {
    font-size: clamp(0.875rem, 0.5893rem + 0.4464vw, 1.125rem);
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
}
@media (min-width: 3840px) {
    .slide-12 .benefits__blocks .para {
        font-size: 3.5rem;
    }
}
.slide-12 .footer-right {
    max-width: 23.5rem;
}
/* slide 12 End */


/* slide 13 Start */

.slide-13 .slide-13__wrapper {
    border-radius: 100rem;
    width: clamp(42.5625rem, 31.1339rem + 17.8571vw, 52.5625rem);
    height: clamp(42.5625rem, 31.1339rem + 17.8571vw, 52.5625rem);
    background: linear-gradient(0deg, #DBF4B1 0%, #DBF4B1 100%), lightgray;
    top: 1.94rem;
    left: 7.88rem;
}

.slide-13 .doctor {
    width: 51.625rem;
    height: 50.75rem;
    left: -5rem;
}
.slide-13 .specialist {
    width: 23.9rem;
    left: 21.5rem;
    top: -4rem;
    height: 54.75rem;
}
.slide-13 .doctor-bbl {
    background-image: url('../images/slide-13/speech-bubble-doc.svg');
    background-size: contain;
    background-repeat: no-repeat;
    width: 19.5rem;
    height: 10.28rem;
    left: -2.2rem;
    top: 20.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
}
.slide-13 .doctor-bbl-text {
    color: var(--green);
    width: 16.125rem;
    text-align: center;
    font-size: clamp(1.8rem, 1.4286rem + 0.5804vw, 2.125rem);
    font-style: normal;
    font-weight: 800;
    line-height: 110%; /* 2.3375rem */
}
.slide-13 .specialist-bbl {
    background-image: url('../images/slide-13/speech-bubble-specialist.svg');
    background-size: contain;
    background-repeat: no-repeat;
    width: 19.5rem;
    height: 12.875rem;
    right: -5.4rem;
    top: 9.25rem;
    display: flex;
    justify-content: center;
    align-items: center;
}
.slide-13 .specialist-bbl-text {
    width: 15.5625rem;
    text-align: center;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 130%; /* 1.625rem */
}
.slide-13 .back {
    top: 47.44rem;
    left: 32.44rem;
}
.slide-13 .blue-box {
    border-radius: 1.5rem;
    background: #3B859B;
    text-align: center;
    color: var(--white);
    text-align: center;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.3125rem; /* 131.25% */
    width: 17.6875rem;
    padding: 1.5rem;
    top: 25.5rem;
    right: -5.25rem;
}

.slide-13 .side-panel {
    border-radius: 1.5rem;
    background: linear-gradient(180deg, #F0F9E1 0%, #D7EED1 100%);
    box-shadow: 0px 1px 25px 0px rgba(175, 175, 175, 0.30);
    padding: 6rem 1rem;
    top: 2rem;
    bottom: 2rem;
    right: 2.56rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.slide-13 .schedule, .slide-13 .survey, .slide-13 .exit  {
    display: flex;
    width: 8.375rem;
    height: 9.25rem;
    flex-direction: column;
    align-items: center;
    gap: 0.75rem;
    background-image: url('../images/slide-13/blob.svg');
    background-repeat: no-repeat;
    background-size: contain;
    cursor: pointer;
}
.slide-13 .schedule-icon, .slide-13 .survey-icon, .slide-13 .exit-icon {
    margin-top: -0.7rem;
}
.slide-13 .schedule-text, .slide-13 .survey-text, .slide-13 .exit-text {
    width: 6.125rem;
    text-align: center;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 400;
    line-height: 110%; /* 0.9625rem */
}
.footer-backBtn {
    position: absolute;
    bottom: clamp(1.5rem, 1.5rem + 0vw, 1.5rem);
    left: 2.5rem;
    right: 2.5rem;
    padding: 1.25rem 3rem;
    margin-bottom: 2.5rem;
    margin-left: 2.5rem;
    margin-right: 2.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1.2rem;
}


/* Media Queries */
@media (max-width: 1024px) {
    .slide-13 .slide-13__wrapper {
        width: 38rem;
        height: 38rem;
    }
    .slide-13 .doctor {
        width: 41.625rem;
        height: 36.75rem;
    }
    .slide-13 .specialist {
        width: 17.9rem;
        left: 16.5rem;
        top: -9rem;
        height: 56.75rem;
    }
    .slide-13 .doctor-bbl {
        left: -4.8rem;
        top: 14.5rem;
        width: 17.5rem;
    }
    .slide-13 .specialist-bbl {
        width: 16.5rem;
        height: 11.875rem;
        right: -8.4rem;
        top: 7.25rem;
    }
    .slide-13 .back {
        top: 40.44rem;
        left: 20.44rem;
        width: 3rem;
    }
    .slide-13 .side-panel {
        padding: 3rem 1rem;
    }
    .slide-13 .schedule-icon, .slide-13 .survey-icon, .slide-13 .exit-icon {
        margin-top: -0.9rem;
        width: 4.5rem;
    }
    .slide-13 .blue-box {
        right: -8.25rem;
    }
}

@media (min-width: 1025px) and (max-width: 1179px) {
    .slide-13 .slide-13__wrapper {
        width: 40rem;
        height: 40rem;
        left: clamp(7.88rem, -16.0732rem + 37.4269vw, 15.88rem);
    }
}
@media (min-width: 1180px) and (max-width: 1365px) {
    .slide-13 .slide-13__wrapper {
        width: 42rem;
        height: 42rem;
        left: clamp(7.88rem, -5.2482rem + 20.5128vw, 9.88rem);
    }
    .slide-13 .specialist {
        width: 19.9rem;
        left: 16.5rem;
        top: -6rem;
    }
    .slide-13 .specialist-bbl {
        width: 17.5rem;
        height: 12.875rem;
        right: -7rem;
        top: 7rem;
    }
    .slide-13 .blue-box {
        right: -10.25rem;
    }
    .slide-13 .doctor {
        width: 41.625rem;
        height: 40.75rem;
    }
    .slide-13 .doctor-bbl {
        left: -6.2rem;
        top: 16.5rem;
    }
}
@media (min-width: 1366px) and (max-width: 1440px) {
    .slide-13 .slide-13__wrapper {
        width: 50rem;
        height: 50rem;
        left: clamp(7.88rem, -85.7501rem + 109.589vw, 12.88rem);
    }
    .slide-13 .doctor {
        width: 51.625rem;
        height: 44.75rem;
        top: 2rem;
        left: -5rem;
    }
    .slide-13 .doctor-bbl {
        left: -2.2rem;
        top: 19.5rem;
    }
    .slide-13 .specialist {
        width: 21.9rem;
        left: 21.5rem;
        top: -1rem;
        height: 53.75rem;
    }
    .slide-13 .specialist-bbl {
        right: -7rem;
    }
}
@media (min-width: 1441px) and (max-width: 1920px) {
    .slide-13 .slide-13__wrapper {
        width: 46rem;
        height: 46rem;
    }
    .slide-13 .slide-13__wrapper {
        left: clamp(11rem, -33.7643rem + 49.7035vw, 25.88rem);
        top: 2.4rem;
    }
    .slide-13 .specialist {
        width: 19.9rem;
        height: 50.75rem;
        left: 19.4rem;
        top: -1rem;
    }
    .slide-13 .specialist-bbl {
        right: -7.4rem;
    }
    .slide-13 .doctor {
        width: 41.625rem;
        height: 46.75rem;
        left: -2rem;
    }
    .slide-13 .doctor-bbl {
        left: -3.2rem;
        top: 19.5rem;
    }
}


/* slide 13 End */
