main{
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
    /*font-family: 'Calibri';*/
    font-family: 'Calibri', Fallback, sans-serif !important;
}
.top-section{
    height: 120vh;
    width: 100%;
    padding: 20vh 4% 4%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.heading-div{
	flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.heading-div-head{
	flex: 1;
    width: 100%;
    margin: 0;
    padding: 3%;
    font-size: 3rem;
}
.heading-div-container{
	flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 3%;
}
.heading-div-img{}
.form-div{
	flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.form-here{
	flex: 1;
    display: flex;
    width: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.details-here{
	flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 100%;
}
.details-text{
	flex: 1;
    width: 80%;
    text-align: left;
    font-size: 20px;
    font-weight: 600;
    margin: auto;
}
.sub{
	font-size: 18px;
    font-weight: 100;
}
.normal-link{}
.form-group{
	flex: 1;
    width: 80%;
    margin: 0 auto 1rem;
}
.yellow-btn{
    background: #ffc000;
    color: white;
}
.yellow-btn:hover{
    color: white;
}
.btn{

}
.thanks-section{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 4%;
    height: 90vh;
}
.thanks-div{
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.thanks-head{
    flex: 1;
}
.thanks-subhead{
    flex: 1;
}
.thanks-link{
    flex: 1;
    padding: 15px;
    font-size: 18px;
    color: blue;
    text-decoration: underline;
}
@media screen and (max-width: 991px) {
    .top-section{
        flex-direction: column;
        height: 100%;
    }
    .heading-div-img {
        width: 55%;
    }
    .heading-div-head{
        font-size: 2.4rem;
    }
}
@media screen and (max-width: 600px) {
    .heading-div-head{
        font-size: 2rem;
    }
}