.contact-map {
    filter: saturate(0);
    transition: all 1s;
}
.contact-map:hover {
    filter: saturate(1);
    transition: all 1s;
}
.sec-contact{
    background-image: url(../img/contact-bg-min.png);
    background-blend-mode: luminosity;
    background-color: #102437;
    background-position: center right;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 80px;
    padding-bottom: 80px;
}
.sec-contact h3{
    font-size: 36px;
    font-weight: 600;
    color: #102437;
    letter-spacing: 1px;
}
.sec-contact input, .sec-contact textarea {
    padding: 10px 8px;
    border-radius: 9px;
    border: none;
}
.sec-contact .btn {
    font-size: 18px;
    font-weight: 500;
    color: #ffffff;
    text-transform: capitalize;
    background: #18509E;
    border: 2px solid #18509E;
    border-radius: 6px;
    padding: 10px 50px;
    width: 100%;
}
.condetails{
    background-color: #F5F5F5;
    border-radius: 13px;
    padding: 20px;
}
.form-group.required .control-label:after {
  content:"*";
  color:red;
  margin-left: 5px;
}

.sec-contact h2{
    font-size: 40px;
    font-weight: 600;
    color: #ffffff;
}
.sec-contact p{
    font-size: 16px;
    font-weight: 400;
    color: #ffffff;
}
.sec-contact h4{
    font-size: 32px;
    font-weight: 500;
    color: #ffffff;
}
.sec-contact .social-net .bi {
    color: #ffffff;
    font-size: 18px;
    padding: 6px 9px;
    border-radius: 100px;
    background-color: #141f2400;
    border: 1px solid white;
}
.sec-contact .social-net .bi:hover {
    color: #4D91F1;
    border: 1px solid #4D91F1;
}
.sec-contact .bi {
    color: #ffffff;
    font-size: 30px;
    padding: 4px 9px;
    border-radius: 100px;
    background-color: #141f2400;
    border: 1px solid white;
}
.sec-contact .email-f a, .sec-contact .phone-no-f a {
    font-size: 36px;
    font-weight: 500;
    color: #ffffff;
    text-decoration: none;
}
.sec-contact label{
    color: #ffffff;
}
.sec-contact .cont-form {
    background: transparent linear-gradient(161deg, #18509E 0%, #071932 100%) 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 7px #000000AD;
    border-radius: 9px;
    padding: 50px;
}
.contact-banner{
    background-image: url(../img/contact-us-min.jpg);
    background-color: #102437;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 110px;
    padding-bottom: 0px;    
    height: 35vh;
    margin-top: -135px; 
}
.banner-text {
    color: white;
}
.banner-text h1 {
    font-size: 50px;
    font-weight: 700;
}
.map-section{
    background-color: #111e26;
}
.map-section .address-f {
    font-size: 33px;
    font-weight: 500;
    color: #ffffff;
    text-decoration: none;
}
.map-section .bi {
    color: #ffffff;
    font-size: 50px;
    border-radius: 100px;
    background-color: #141f2400;
}
@media (max-width: 1200px) {
.sec-contact .bi {
    font-size: 20px;
    padding: 4px 8px;
}
.sec-contact .email-f a, .sec-contact .phone-no-f a {
    font-size: 28px;
}
}
@media (max-width: 992px) {
    .sec-contact .cont-form {
        padding: 40px;
    }
    .sec-contact h2 {
        font-size: 30px;
    }
    .sec-contact p {
        font-size: 15px;
    }
    .sec-contact .bi {
        font-size: 16px;
        padding: 3px 6px;
    }
    .sec-contact .email-f a, .sec-contact .phone-no-f a {
        font-size: 22px;
    }
    .sec-contact h4 {
        font-size: 26px;
    }
    .sec-contact .social-net .bi {
        font-size: 16px;
        padding: 4px 7px;
    }
    .sec-contact input, .sec-contact textarea {
        padding: 8px 6px;
    }
    .map-section .address-f {
    font-size: 22px;
}
.map-section .bi {
    font-size: 36px;
}

}
@media (max-width: 768px){
    .banner-text h1 {
        font-size: 26px;
    }
    .contact-banner {
        height: 30vh;
    }
    .sec-contact h2 {
        font-size: 26px;
    }
    .sec-contact h4 {
        font-size: 24px;
    }
    .sec-contact .email-f a, .sec-contact .phone-no-f a {
        font-size: 26px;
    }
    .sec-contact .social-net .bi {
        font-size: 14px;
    }
    .map-section{
        padding-top: 20px;
        padding-bottom: 50px;
    }
}
