.p_thanks .c_title_section{
    margin-bottom:120px;
}
@media (max-width: 1600px) {
    .p_thanks .c_title_section{
        margin-bottom:7.5vw;
    }
}
@media (max-width: 1200px) {
    .p_thanks .c_title_section{
        margin-bottom:90px;
    }
}
@media (max-width: 767px) {
    .p_thanks .c_title_section{
        margin-bottom:90px;
    }
}
.p_thanks .c_title_section_bgtext{
    left: 25%;
    top:-60px;
}
@media (max-width: 1600px) {
    .p_thanks .c_title_section_bgtext{
        top:-3.75vw;
    }
}
@media (max-width: 1200px) {
    .p_thanks .c_title_section_bgtext{
        top:-45px;
    }
}
@media (max-width: 767px) {
    .p_thanks .c_title_section_bgtext{
        left: unset;
        right:-272px;
        top:-12px;
    }
}

/***************************************************/

.p_thanks_section{
    margin-bottom:136px;
}
@media (max-width: 1600px) {
    .p_thanks_section{
        margin-bottom:8.5vw;
    }
}
@media (max-width: 1200px) {
    .p_thanks_section{
        margin-bottom:102px;
    }
}
@media (max-width: 767px) {
    .p_thanks_section{
        margin-bottom:92px;
    }
}

.p_thanks_section_content{
    max-width: 800px;
    margin: 0 auto;
    background: #FFFFFF;
    border: 0.5px solid #B8B8B8;
    box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.25);
    padding: 80px 60px;
}
@media (max-width: 1600px) {
    .p_thanks_section_content{
        padding: 5vw 3.75vw;
    }
}
@media (max-width: 1200px) {
    .p_thanks_section_content{
        padding: 60px 45px;
    }
}
@media (max-width: 767px) {
    .p_thanks_section_content{
        padding: 40px 24px;
    }
}

.p_thanks_section_message{
    text-align: center;
    margin-bottom: 60px;
}
@media (max-width: 1600px) {
    .p_thanks_section_message{
        margin-bottom: 3.75vw;
    }
}
@media (max-width: 1200px) {
    .p_thanks_section_message{
        margin-bottom: 45px;
    }
}
@media (max-width: 767px) {
    .p_thanks_section_message{
        margin-bottom: 40px;
    }
}

.p_thanks_section_message h2{
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 1.5em;
    color: #000000;
    margin-bottom: 24px;
}
@media (max-width: 1600px) {
    .p_thanks_section_message h2{
        font-size: 2vw;
        margin-bottom: 1.5vw;
    }
}
@media (max-width: 1200px) {
    .p_thanks_section_message h2{
        font-size: 24px;
        margin-bottom: 18px;
    }
}
@media (max-width: 767px) {
    .p_thanks_section_message h2{
        font-size: 20px;
        margin-bottom: 16px;
    }
}

.p_thanks_section_message p{
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.75em;
    color: #000000;
    margin-bottom: 16px;
}
@media (max-width: 1600px) {
    .p_thanks_section_message p{
        font-size: 1vw;
        margin-bottom: 1vw;
    }
}
@media (max-width: 1200px) {
    .p_thanks_section_message p{
        font-size: 14px;
        margin-bottom: 12px;
    }
}
@media (max-width: 767px) {
    .p_thanks_section_message p{
        font-size: 14px;
        margin-bottom: 12px;
    }
}

.p_thanks_section_message p:last-child{
    margin-bottom: 0;
}

.p_thanks_section_message .phone-number{
    font-weight: 700;
    color: #1FA2FF;
}

.p_thanks_section_message .contact-link{
    color: #1FA2FF;
    text-decoration: underline;
}

.p_thanks_section_message .contact-link:hover{
    opacity: 0.7;
}

.p_thanks_section_buttons{
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
}
@media (max-width: 1600px) {
    .p_thanks_section_buttons{
        gap: 1.25vw;
    }
}
@media (max-width: 1200px) {
    .p_thanks_section_buttons{
        gap: 15px;
    }
}
@media (max-width: 767px) {
    .p_thanks_section_buttons{
        gap: 12px;
        flex-direction: column;
    }
}

.btn{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 16px 32px;
    border-radius: 89.5px;
    text-decoration: none;
    font-weight: 600;
    font-size: 16px;
    line-height: 1em;
    transition: all 0.3s ease;
    cursor: pointer;
    border: none;
}
@media (max-width: 767px) {
    .btn{
        width: 100%;
        padding: 16px 24px;
        font-size: 14px;
    }
}

.btn-primary{
    background: linear-gradient(90deg, #1FA2FF 0%, #12D8FA 50%, #A6FFCB 100%);
    color: #FFFFFF;
    min-width: 200px;
}

.btn-primary:hover{
    opacity: 0.7;
}

.btn-secondary{
    background: #FFFFFF;
    color: #1FA2FF;
    border: 2px solid #1FA2FF;
    min-width: 200px;
}

.btn-secondary:hover{
    background: #1FA2FF;
    color: #FFFFFF;
}

/***************************************************/
