.wrapper{padding:130px 0px 30px 0px}
.webContent .mainHeading{
font-size:1.6rem;
font-weight: 700;
line-height: 1.2; 
text-transform: capitalize;
color:#162648;
margin-bottom: 5px;    
}
.webContent .subHeading{
font-size: 1.2rem;
color:#1d1d1d;
font-family: "Roboto", sans-serif;
letter-spacing: 0.5px;
font-weight:500;
text-transform: capitalize;
}
.webContent p{
font-size: 1.8rem;
font-family: "Roboto", sans-serif;    
color:#1d1d1d;
font-weight:400;    
}
.webContent a{color:#1d1d1d;}
.webContent a:hover{color:#1d1d1d;text-decoration:none}

.webContent .form-control:focus{    
border-color: #162648;
outline: 0;
box-shadow: none;
}
.webContent textarea.form-control{resize:none}

.bg-light{background:#f8f9fa;}
.bg-second{background:#808cbc}
.p-3 {padding: 1.5rem!important;}

.webContent .btn-custom{
background:#162648;    
padding: 3px 30px;
font-size: 1.2rem;
box-shadow: none;
font-weight: 500;
box-shadow:none;
line-height: 1.571;
text-transform: capitalize;
text-align: center; 
}

.webContent .btn-custom:hover{
background:#162648;
color:#fff;   
outline:0;   
box-shadow:none;    
}

/*--------------- thank you ----------------*/
.thankyou-wrapper {
    margin: 80px auto;
    padding: 40px 30px;
    box-shadow:4px 8px 40px 8px rgb(171 186 255 / 20%);
    position: relative;
    overflow-x: hidden;
}

.thankyou-wrapper .mainHeading{
font-family: 'Kaushan Script', cursive;
font-size:3em;
letter-spacing: 3px;
color:#162648;
margin: 0;
margin-bottom:5px;
}

.btn-home{
  color:#fff!important;
  background:#162648;
  border:none;
  padding:10px 50px;
  margin:30px 0;
  border-radius:30px;
  text-transform:capitalize;
  box-shadow:0 10px 16px 1px rgb(210 226 255);
}


@media only screen and (min-width:320px) and (max-width:576px){
.webContent .input-group>.form-control{width:100%;}
.webContent .input-group-btn{width:100%;}     
}

@media only screen and (min-width:320px) and (max-width:767px){
footer .footer-bottom-links li a{line-height: 1.8;}
.webContent .input-group>.form-control{width:100%;}
.webContent .input-group-btn{width:100%;}    
}

