.thank_mn_Section {
    background-color: #fff;
    margin-top: 0 !important;
}

.thank_mn_row.full_container {
    padding: 0 !important;
}

.thank_mn_Section {
    /* height: 70vh; */
    display: flex;
}

.thank_btn_div {
    text-align: center;
    display: flex;
    justify-content: center;
}

.thank_mn_block {
    margin-top: 100px;
}

.text-effect {
    color: #fff;
    font-size: 120px;
    font-weight: bold;
    text-align: center;
    line-height: initial;
    font-family: "DM Sans", serif !important;
}

.text-effect span {
    display: inline-block;
    animation: animate 2s infinite;
}

.text-effect span:nth-child(1) {
    animation-delay: .1s;
}

.text-effect span:nth-child(2) {
    animation-delay: .2s;
}

.text-effect span:nth-child(3) {
    animation-delay: .3s;
}

.text-effect span:nth-child(4) {
    animation-delay: .4s;
}

.text-effect span:nth-child(5) {
    animation-delay: .5s;
}

.text-effect span:nth-child(6) {
    animation-delay: .6s;
}

.text-effect span:nth-child(7) {
    animation-delay: .7s;
}

.text-effect span:nth-child(8) {
    animation-delay: .8s;
}

.text-effect span:nth-child(9) {
    animation-delay: .9s;
}

.text-effect span:nth-child(10) {
    animation-delay: 1s;
}

.page-id-244 .site_width.ag_header_main_row {
    box-shadow: 0 2px 3px #00000057;
}

.error404 .site_width.ag_header_main_row {
    box-shadow: 0 2px 3px #00000057;
}

.thnak_inner_pg_outer {
    padding-bottom: 40px;
}

@keyframes animate {
    0%,
    100% {
        color: #000000;
        margin-left: 0;
        transform: translateY(0);
        opacity: 0.8;
    }
    25% {
        color: #000;
        margin-left: 10px;
        text-shadow: 0 30px 10px rgba(0, 0, 0, 0.8);
        transform: translateY(-15);
    }
}

.ep_extra_page_end_txt {
    text-align: center;
}

@media all and (min-width: 320px) and (max-width: 767px) {
    .thank_mn_Section {
        /* height: 50vh; */
    }
    .text-effect {
        font-size: 37px;
        line-height: initial;
    }
    .thank_mn_block {
        margin-top: 0px;
    }
}

@media all and (min-width: 481px) and (max-width: 767px) {
    .text-effect {
        font-size: 60px;
        line-height: initial;
    }
    .thank_mn_block {
        margin-top: 0px;
    }
}

@media all and (min-width: 768px) and (max-width: 980px) {
    .thank_mn_Section {
        /* height: 70vh; */
    }
    .text-effect {
        font-size: 120px;
        line-height: initial;
    }
    .thank_mn_block {
        margin-top: 0px;
    }
    .text-effect {
        font-size: 100px;
    }
}

@media all and (min-width: 981px) and (max-width: 1024px) {
    .thank_mn_Section {
        /* height: 70vh; */
    }
    .text-effect {
        font-size: 130px;
    }
}

@media all and (min-width: 1025px) and (max-width: 1140px) {
    .thank_mn_Section {
        /* height: 70vh; */
    }
}

@media all and (min-width: 1141px) and (max-width: 1280px) {
    .thank_mn_Section {
        /* height: 70vh; */
    }
}

@media all and (min-width: 1281px) and (max-width: 1440px) {
    .thank_mn_Section {
        /* height: 70vh; */
    }
}

@media all and (min-width: 1441px) and (max-width: 1680px) {
    .thank_mn_Section {
        /* height: 70vh; */
    }
}

@media all and (min-width: 1681px) and (max-width: 1880px) {
    .thank_mn_Section {
        /* height: 70vh; */
    }
}