.thank_mn_Section{
    background-color: #fff;
}
.thank_mn_row.full_container{
    padding: 0 !important;
}
.thank_mn_Section {
    height: 70vh;
    display: flex;
}
.thank_btn_div{
    text-align: center;
}
.thank_mn_block{
    margin-top: 100px;
}
.text-effect {
    color: #fff;
    font-size: 150px;
    font-weight: bold;
    text-align: center;
    line-height: 200px;
}
.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; }
@keyframes animate{
    0%,100%{
        color: #03D7C1;
        margin-left: 0;
        transform: translateY(0);
        opacity: 0.8;
    }
    25%{
        color: #DA00FF;
        margin-left: 10px;
        text-shadow:0 30px 10px rgba(0, 0, 0, 0.8);
        transform: translateY(-15);
    }
}


@media all and (min-width: 320px) and (max-width: 767px) {
    .thank_mn_Section {
        height: 50vh;
    }
    .text-effect {
        font-size: 50px;
        line-height: 100px;
    }
    .thank_mn_block {
        margin-top: 0px;
    }
}

@media all and (min-width: 481px) and (max-width: 767px) {
    .text-effect {
        font-size: 85px;
        line-height: 150px;
    }
    .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: 190px;
    }
    .thank_mn_block {
        margin-top: 0px;
    }
}

@media all and (min-width: 981px) and (max-width: 1024px) {
    .thank_mn_Section {
        height: 70vh;
    }
}

@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;
    }
}