.contact-head h2{
    font-weight: 700;
    font-size: 230%;
    text-align: center;
    overflow:hidden;
    font-family: "Montserrat", sans-serif;
}
.contact-head p {
    max-width: 650px;
    text-align: center;
    margin: 0 auto 0rem;
    overflow: hidden;
    font-family: "Montserrat", sans-serif;
}
.content ul li .icon{
    overflow:hidden;
}
.content ul li .info{
    overflow: hidden;
}
.form-control {
    font-size: 15px;
}
.form-wrapper {
    display: flex;
    flex-wrap: wrap;

}
.form-card {
width: calc((100% - 20px) / 2);
padding-right: 20px;
margin-bottom: 22px;
}

.form-card:nth-child(2), .form-card:nth-child(4) {
    /* width: calc((100% - 20px) / 2); */
    padding-right: 20px;
    padding-right: 0;
}
.block-left form .btn{
    background-color: #1e4b9b;
    width:20%; 
    display: block;
    margin: 0 auto;
    font-size: 95%;
    margin-top:2rem;
    text-transform: uppercase;
}

.brochure {
       padding: 13px 34px;
    font-weight: 700;
    font-size: 14px;
    /* border: 2px solid var(--color-primary) !important; */
    overflow: hidden;
    position: relative;
    z-index: 1;
    color: var(--white);
    display: inline-block;
    text-transform: capitalize;
    border-radius: 30px;
    background-color: #0056b3;
}
}

.brochure:hover {
    background-color: #0056b3;
    transform: translateY(-3px);
}

.block-left .btn:hover{
    background-color: #1e4b9b;
    color: #fff;
   
}
.text-danger, .text-success{
    text-align: center;
    margin-top:2rem;
}
@media (min-width: 2000px) and (max-width: 2400px) {
}

@media (min-width: 1601px) and (max-width: 1999px) {
   
}

@media (min-width: 1024px) and (max-width: 1199px) {
    /* ipad-pro */
    .btn {
        width: 38%;
    }
    .contact-head h2{
        font-size: 200%;
    }
    .info a {
    font-size: small;
   }
    .form-control{
        font-size: 15px;
    }
    .block-left .btn {
        width: 28%;
    }
   
}

@media (min-width: 820px) and (max-width: 1023px) {
    /* ipad air */
    .btn {
        width: 25%;
    }
    .contact-head h2{
        font-size: 185%;
    }
    
    .form-control{
        font-size: 15px;
    }
    .form-card{
        width: 100%;
        padding-right:0;
    }
    .block-left .btn {
        width: 100%;
    }
    .entry-more .btn {
        padding: 10px 15px 10px 15px;
    }
    .entry-more {
        margin-top: 10px;
    }
    .block-left form .btn {
        width: 40%;
    }
}

@media (min-width: 768px) and (max-width: 819px) {
    /* ipad mini */
    .btn {
        width: 26%;
    }
    .contact-head h2{
        font-size: 185%;
    }
    
    .form-control{
        font-size: 13px;
    }
    .form-card{
        width: 100%;
        padding-right:0;
    }
    .block-left .btn {
        width: 100%;
    }
    .entry-more .btn {
        padding: 10px 15px 10px 15px;
    }
    .block-left form .btn {
        width: 45%;
    }
}

@media (min-width: 320px) and (max-width: 767px) {
    /* mobile */
    .contact-head h2{
        font-size: 200%;
    }
    .form-card {
        width: 100%;
        margin-bottom: 1rem;
        flex-wrap: wrap;
        padding-right:0;
    }
    
    .block-left .btn:hover {
        width: 50%;
    }
    .block-left .btn {
        width: 80%;
    }
    .icon .svg-inline--fa {
        height: 2em;
    }
    .block-left form .btn {
        width: 40%;
    }
    .form-wrapper .form-card:nth-child(1){
        width: 100%;
        padding-top:2rem;
    }
    .our-security.our-security-3 {
        padding-bottom:0;
    }
    .fa-envelope:before{
        content:unset;
    }
}