.contact{
    width: 100%;
    height: auto;
}
.contact .banner{
    width: 100%;
    margin-top: 50px;
    height: 50vh;
    background: url(./images/contact-us-banner.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.contact .banner .ban-col{
    width: 100%;
    height: 50vh;
    background-color: #13334dbd;
   
}
.contact .banner .ban-col h1{
    padding-top: 100px;
    text-align: center;
    color: white;
    font-size: 84px;
    font-family: "Lato", sans-serif;
    font-weight: 800;
    font-style: normal;
}
.contact-details{
    width: 100%;
    padding: 40px 140px;
    display: flex;
    flex-direction: row;
    height: 100vh;
}
.contact-details .detail-left{
    width: 100%;
    flex: 1;
}
.contact-details .detail-right{
    width: 100%;
    flex: 1;
}
.detail-right form{
    width: 70%;
    padding: 30px 30px;
    margin-left: 30px;
    border: white 3px solid;
    border-radius: 20px;
    background-color: #13334C;
}
#f-3 select {
    padding: 10px;
    border-radius: 5px;
    border: 0;
    width: 100%;
    margin-bottom: 15px;
}
#f-3 input {
    margin-right: 10px;
    padding: 10px;
    border-radius: 5px;
    border: 0;
    margin-bottom: 15px;
    width: 100%;
}
.contact-details .detail-left h1{
    font-size: 48px;
    font-family: "Lato", sans-serif;
    font-weight: 800;
    font-style: normal;
    color: #13334C;
}
.contact-details .detail-left p{
    font-family: "Lato", sans-serif;
    font-weight: 400;
    font-style: normal;
    text-align: justify;
    padding-right: 40px;
}
.contact-details .detail-left .contact-info p strong{
    font-size: 18px;
}
@media (max-width: 1400px){

    .detail-right form{
        width: 80%;
    }
}
@media (max-width: 1220px){
    .contact-details{
        height: auto;
        padding: 40px 10px;
    }
    .detail-right form{
        width: 75%;
    }
}

@media (max-width: 820px){
    .contact-details{
        flex-direction: column;
        height: auto;
        padding: 40px 30px;
    }
    .detail-right form{
        width: 59%;
    }
  
}

@media (max-width: 420px){
    #countrycode {
        width: 20%;
    }
    #f-2 {
        padding-bottom: 0;
    }
    .contact-details{
        flex-direction: column;
        height: auto;
        padding: 40px 10px;
    }
    .detail-right form{
        width: 100%;
        margin-left: 0;
    }
    #f-2 input{
        width: 101%;
        margin-top: 10px;

    }
    #f-1 input{
        width: 101%;

    }
    .contact-details .detail-left h1 {
        font-size: 36px;
    }
    .contact-details .detail-left p {
        padding-right: 10px;
    }
    .contact .banner .ban-col h1{
        font-size: 53px;
    }
}

#countrycode {
    width: 15%;
}
#phone{
    width: 80%;
    margin-bottom: 15px;
}
#university{
    width: 100%;
    padding-bottom: 5px;
}
#f-2{
    padding-bottom: 1px;
  }