body.thanks-page {
    background: rgba(241, 241, 241, 0.25);
    font-family: "Poppins", sans-serif;
}

h1, h2, h3, h4, h5, h6, p, a, span {
    font-family: "Poppins", sans-serif;
}

.thanks-wrapper{
    padding: 0;
}

.main-section-thanks {
    margin: 0 auto;
    padding-bottom: 40px;
}
.main-section-thanks .thanks-banner {
    background-image: url('/assets/images/thanks-bg.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 35px 0;
    border-radius: 8px;
    overflow: hidden;
    margin: 20px 0;
    filter: drop-shadow(0px 0px 5.4px rgba(0, 0, 0, 0.2));
}
.main-section-thanks .thanks-banner h2 {
    font-family: "Radley", serif;
    font-size: calc(22px + (40 - 22) * (100vw - 320px) / (1920 - 320));
    color: #1A1A1A;
    text-transform: capitalize;
    margin-bottom: 0;
    padding-bottom: 0;
}
.main-section-thanks .btn {
    border-radius: 10px;
    font-size: calc(14px + (18 - 14) * (100vw - 320px) / (1920 - 320));
    font-weight: 600;
    padding: 10px 20px;
    
    display: flex;
    align-items: center;
    justify-content: center;
}

.main-section-thanks p strong {
    color: rgba(11, 15, 32, 0.8);
}

.main-section-thanks .thanks-content-box {
    background: #FFFFFF;
    box-shadow: 0px 0px 5.7px 4px rgba(0, 0, 0, 0.05);
    border-radius: 6px;
    padding: 30px;
    height: 100%;
}
.main-section-thanks .thanks-content-box p {
    margin-bottom: 24px;
    font-size: calc(14px + (20 - 14) * (100vw - 320px) / (1920 - 320));
    color: rgba(11, 15, 32, 0.61);
    line-height: 1.5;
}

/* .thanks-page .thanks-content-box .btn {
    width: 310px;
} */

.thanks-box {
    border: 1px solid #D2D2D2;
    border-radius: 6px;
    padding: 20px 20px;
    font-weight: 700;
    height: 100%;
}
.thanks-box h3{
     font-size: calc(15px + (20 - 15) * (100vw - 320px) / (1920 - 320));
     color: rgba(11, 15, 32, 0.8);
     font-weight: 700;
     margin-bottom: 15px;
}
.thanks-list li{
       font-size: calc(14px + (18 - 14) * (100vw - 320px) / (1920 - 320)); 
       color: rgba(11, 15, 32, 0.8);
       margin-bottom: 20px;
       font-weight: 400;
       line-height: 1.6;
       position: relative;
       padding-left: 25px;
}
.thanks-list li:last-child{
       margin-bottom: 0;
}
.thanks-list li strong{
       font-weight: 700;
}
.thanks-list li::before{
       content: '';
       position: absolute;
       left: 0;
       top: 8px;
       background: #62c1e5;
       width: 12px;
       height: 12px;
       border-radius: 50%;
}

.chat-wrap p{
    color: rgba(11, 15, 32, 0.8);
    font-size: calc(15px + (20 - 15) * (100vw - 320px) / (1920 - 320));
    font-weight: 400;
}
.call-area{
    display: flex;
    align-items: center;
    gap: 15px;
}
.call-area li{
     font-size: calc(15px + (20 - 15) * (100vw - 320px) / (1920 - 320));
     color: rgba(11, 15, 32, 0.8);
}
.call-area li strong{
   font-weight: 700;
}
.call-area li strong a{
    color: rgba(11, 15, 32, 0.8);
}
.btn-chat{
    border: 1px solid #62c1e5;
    font-size: calc(14px + (18 - 14) * (100vw - 320px) / (1920 - 320));
    font-weight: 600;
    color: black;
    display: flex;
    align-items: center;
    gap: 0 10px;

}
.ty-chat-live-dot {
    width: 11px;
    height: 11px;
    background: #22c55e;
    border-radius: 50%;
    display: inline-block;
    box-shadow: 0 0 0 4px rgba(34, 197, 94, 0.15);
    animation: ty-blink 1.5s ease-in-out infinite;
}
/* .pulse-wrap {
    position: relative;
    width: 28px;
    height: 28px;
    display: flex;
    justify-content: center;
    align-items: center;
} */

/* .center-dot {
    width: 12px;
    height: 12px;
    background: #5BE000;
    border-radius: 50%;
    position: relative;
    z-index: 3;
} */

/* .pulse {
    position: absolute;
    border-radius: 50%;
    box-sizing: border-box;
}

.pulse-1 {
    width: 22px;
    height: 22px;
    border: 2px solid #5BE000;;
    animation: pulse1 2s ease-in-out infinite;
}

.pulse-2 {
    width: 28px;
    height: 28px;
    border: 2px solid #5BE000;;
    animation: pulse2 2s ease-in-out infinite;
} */
@media(max-width:991px){
    .chat-wrap p{
        margin-bottom: 0;
    }
    .thanks-box{
        margin: 20px 0;
        height: auto;
    }
    .thanks-list li::before{
        top: 7px;
        width: 10px;
        height: 10px;
    }
  
}
@media(max-width:575px){
    .call-area{
        flex-direction: column;
        margin-top: 10px;
    }
}

@keyframes ty-blink {
  0%, 100% {
    opacity: 1;
}
50% {
    opacity: 0.4;
}
}

.thanks-page .tm-slider-section {
    background: #fff;
}
