/* contact page styling */


/* #contact_hero {
    width: 100%;
    height: 100vh;
    background-size: cover;
} */






#contact_hero .container {
    padding-top: 5%;
  }

#contact_hero h1 {
    margin: 40px 0 30px 0;
    font-size: 48px;
    font-weight: 300;
    line-height: 56px;
    color: #fff;
    text-align: center;
  }

#contact_hero h2 {
    color: #639eb6;
    margin-bottom: 50px;
    font-size: 40px;
    padding: 0 130px;
  }

#contact_hero .btn-get-started  {
    font-weight: 700;
    font-size: 16px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 10px 30px 10px 30px;
    border-radius: 50px;
    transition: 0.5s;
    margin: 10px 0 20px 0;
    color: #fff;
    background: #c7202f;
    border-width: 0px;
} 

.flex-container {
    display: flex;
    flex-wrap: nowrap;
    margin-bottom: 100px;
    
}
  
.flex-container .box {
    background-color: #f1f1f1;
    width: 50%;
    margin: 25px;
    text-align: center;
    line-height: 75px;
    font-size: 30px;
    border-radius:15px;
    padding:50px;
}

.text {
        color: #000;
        font-size:20px;
        line-height: 24px;
}


a.btn-create-account {
    background: #c7202f;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 1px;
    padding: 15px 40px 15px 40px;
    border-radius: 50px;
    transition: 0.5s;
    margin: 10px 0 20px 0;
    color: #fff;
}






.contact-justify-content-center{
   justify-content: center!important;

}





#footer h3 {
    color: #000;
    
  }










@media (max-width: 600px) {	
    
    
    .flex-container {
        display: flex;
        margin-bottom: 100px;
        flex-direction: column;
        
    }
      
    
    .flex-container .box {	
    background-color: rgb(241, 241, 241);
    width: 90%;
    margin: 25px;
    line-height: 75px;
    font-size: 30px;
    border-radius: 15px;
    padding: 50px;
    }	

    #footer .footer-newsletter {
        padding: 30% 0;
} 