.common-header {
    /* display: none; */
}
.common-footer {
    display: none;
}
.thanks{
    height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            -webkit-justify-content: center;
               -moz-box-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            -webkit-align-items: center;
               -moz-box-align: center;
            align-items: center;
}
.thanks .section1{
    padding: 0;
}
.thanks .section1 .content-content{
    
}
.thanks .section1 .content-content h3{
    font-family: 'Montserrat', sans-serif;
    color: #F2BE48;
    margin: 0 0 34px;
    font-size: 58px;
    text-align: center;
    font-weight: 600;
}
.thanks .section1 .content-content h4{
    font-family: 'Montserrat', sans-serif;
    color: #F2BE48;
    padding: 0;
    margin: 0 0 20px;
    text-align: center;
    font-weight: 300;
    font-size: 25px;
}
.thanks .section1 .content-content p{
    font-family: 'Montserrat', sans-serif;
    color: #F2BE48;
    text-align: center;
    font-size: 17px;
}

/* md */
@media screen and (max-width: 1199px){

}

/* sm */
@media screen and (max-width: 991px){

}

/* xs */
@media screen and (max-width: 767px){

}

/* xxs */
@media screen and (max-width: 500px){
    .thanks .section1 .content-content h3 {
        font-size: 45px;
    }
}