@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

/*********************************
Thankyou Page Styling
*********************************/
.thankyou-sec {
    font-family: 'Montserrat', sans-serif;
    position: relative;
    width: 100%;
    height: 100%;
    background-image: url(../../img/login-background.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.thankyou-sec .thankyou-msg-box {
    width: 100%;
    height: 600px;
    position: relative;
    display: table;
    margin: auto;
    text-align: center;
}
.thankyou-sec .thankyou-msg-box .msg-big {
    font-size: 30px;
    color: #7DBEB6;
    line-height: 1.2;
    margin-bottom: 10px;
}
.thankyou-sec .thankyou-msg-box .msg-desc {font-size: 16px; color: #cccccc;}
.thankyou-sec .thankyou-msg-box .btn-green-b {
    background: #226462;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    padding: 10px 20px;
    display: inline-block;
    border-radius: 100px;
    margin-bottom: 15px;
}
.thankyou-sec .top-content {
    display: table-cell;
    vertical-align: middle;
}

/*********************************
Responsive Styling
*********************************/
@media screen and (max-width: 1024px) {
    .thankyou-sec {background-image: url(../../img/login-bg-ipad-landscape.jpg);}
    .thankyou-sec .thankyou-msg-box {height: 700px;}
}
@media screen and (max-width: 991px) {
    .thankyou-sec {background-image: url(../../img/login-background.jpg);}
    .thankyou-sec .thankyou-msg-box {height: 375px;}
}
@media screen and (max-width: 768px) {
    .thankyou-sec {background-image: url(../../img/login-bg-ipad.jpg);}
    .thankyou-sec .thankyou-msg-box {height: 900px;}
}
@media screen and (max-width: 767px) {
    .thankyou-sec {background-image: url(../../img/login-background.jpg);}
    .thankyou-sec .thankyou-msg-box {height: 380px;}
}
@media screen and (max-width: 568px) {
    .thankyou-sec .thankyou-msg-box {height: 335px;}
}
@media screen and (max-width: 480px) {
    .thankyou-sec .thankyou-msg-box {height: 600px;}
}
@media screen and (max-width: 414px) {
    .thankyou-sec {background-image: url(../../img/login-bg-iphone-414.jpg);}
    .thankyou-sec .thankyou-msg-box {height: 600px;}
}
@media screen and (max-width: 411px) {
    .thankyou-sec {background-image: url(../../img/login-bg-iphone-411.jpg);}
}
@media screen and (max-width: 375px) {
    .thankyou-sec {background-image: url(../../img/login-bg-iphoneX.jpg);}
    .thankyou-sec .thankyou-msg-box {height: 700px;}
}
@media screen and (max-width: 370px) {
    .thankyou-sec {background-image: url(../../img/login-bg-mobile.jpg);}
    .thankyou-sec .thankyou-msg-box {height: 500px;}
    .thankyou-sec .thankyou-msg-box .msg-big {font-size: 31px;}
}
@media screen and (max-width: 320px) {
    .thankyou-sec .thankyou-msg-box {height: 568px;}
}