section#contactus-banner-section {
    background-image: url("../../images/banner8.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    height: 536px;
    background-position: center;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

#contactus-banner-section .contactus-block-height {
    display: flex;
    justify-content: center;
}

#contactus-banner-section  .banner-content h1{
    line-height: 58px;
    color: white;
    font-size: 55px;
    letter-spacing: 0.03em;
    font-weight: 400;
}



/* contactus form start*/

#contactus-form-section .container.form-container {
    position: relative;
    top: -165px;
}

#contactus-form-section .contact_info {
    height: 100%;
    color: #fff;
    display: flex;
    flex-direction: column;
    gap: 15px;
    background-color: #013666;
    padding: 42px 50px 50px 61px;
    justify-content: center;
}

.contact_info p{color: #FFF}

.slick-prev:before, .slick-next:before {
            color: #84b7e3;
}
    

#contactus-form-section .send-us-msg {
    height: 100%;
    background-color: white;
    padding: 50px;
    margin: auto;
}

#contactus-form-section .send-us-msg label {
    color: #3e3e3e;
    font-size: 16px;
}

#contactus-form-section .form-control:focus {
    box-shadow: none;
    border-bottom: 1px solid    #000;
}

#contactus-form-section .send-us-msg .text-end .c-btn2 {
    /* font-size: 26px; */
    width: 60px;
    padding: 12px 12px 12px 12px;
    box-shadow: 0px 0px 8px 2px #ccc;
    margin: 0px;
    line-height: unset;
    vertical-align: middle;
    background-color: #013666;
    height: 60px;   
    transition: 0.5s;
}
#contactus-form-section .send-us-msg .text-end .c-btn2 svg{
    fill: white;
}
#contactus-form-section .send-us-msg .text-end .c-btn2:hover svg{
    fill: #013666;
}
#contactus-form-section .send-us-msg .text-end .c-btn2:hover {
    color: #013666;
    background-color: white;
    border: 1px solid #013666;
}
#contactus-form-section .send-us-msg .text-end .c-btn2 i {
    font-size: 35px;
}

#contactus-form-section .form-row {
    box-shadow: 0px 0px 14px 3px #ccc;
    /* padding: 41px; */
    background-color: white;
}

#contactus-form-section .item iframe {
    border: 0;
    width: 100%;
}
#contactus-form-section .contact_info .list-unstyled{
    display: flex;
    flex-direction: column;
    gap: 30px;
}
#contactus-form-section .contact_info .list-unstyled li {
    display: flex;
    align-items: center;
    gap: 18px;
}
#contactus-form-section .contact_info .list-unstyled li i {
    font-size: 22px;
}

#contactus-form-section .form-control {
    border-radius: 0;
    border: none;
    border-bottom: 1px solid #ccc;
    padding: 0px;
}

#contactus-form-section .send-us-msg .send-us-text{
    padding-bottom: 40px;
}

#contactus-form-section .send-us-msg .send-us-text h3, 
#contactus-form-section .contact_heading h3{
    line-height: 30px;
    font-size: 25px;
    letter-spacing: 0.03em;
    font-weight: 400;
}
#contactus-form-section .img-block i {
    font-size: 35px;
    color: rgb(13, 14, 14);
    margin: 10px;
}
.contact_info .contact_social_icon {
    display: flex;
    padding: 30px 0px 15px 0px;
    gap: 20px;
}
.c-btn2{
  background-color: #84d7e3;
  border: none;
  color: white;
  padding: 20px;
  text-align: center;
  font-size: 16px;
  margin: 4px 2px;
  border-radius: 50%;
}

.contact_social_icon a {
    font-size: 28px;
    transition: all 0.8s ease-in;
    border-radius: 50%;
    border: 2px solid #eff7ff;
    width: 35px;
    padding: 0px;
    display: flex;
    height: 35px;
    align-items: center;
    justify-content: center;
    background-color: #eff7ff;
}
.contact_social_icon a img{
        transition: all 0.3s linear;
        height: 22px;
        color: #000;
}
.contact_social_icon a:hover img {
    transform: scale(1.3);
}

.contact_social_icon a i {
    vertical-align: middle;
    color: #013666;
    margin-top: 2px;
}

@media(max-width:992px){
    #contactus-form-section .contact_info {
        padding: 20px 20px 20px 75px;
        justify-content: center;
        gap: 16px;
    }
    .contact_social_icon a {
        margin: 0px;
        margin-right: 10px;
    }
    #contactus-banner-section  .banner-content h1 {
        font-size: 40px;
    }
}

@media(max-width:1300px){
    #contactus-banner-section  .banner-content h1 {
        font-size: 48px;
    }
}

.slide .slider-nav {
    background-color: #1c3469;
}
.slick-prev {
    left: 5px;
    z-index: 1;
}
.slick-next {
    right: 5px;
}


@media (max-width: 575px){
    #contactus-form-section .send-us-msg {
        padding: 30px;
    }
    #contactus-form-section .contact_info {
    padding: 20px 20px 20px 35px;
    justify-content: center;
    gap: 16px;
}
#contactus-form-section .send-us-msg .text-end .c-btn2 {
    width: 70px;
    padding: 15px 15px 15px 10px;
    height: 70px;
    margin-top: 10px;
}
#contactus-form-section .container.form-container {
    top: 0px;
}
}
@media (max-width: 768px){
    section#contactus-banner-section {
        background-position: 70% 50%;
    }
}

.form-select:focus {
    border-color: #ccc;
    box-shadow: none;
}
@media(max-width:991px){
    #contactus-form-section .send-us-msg .send-us-text {
        padding-bottom: 25px;
    }
    #contactus-form-section .send-us-msg .send-us-text h3{
        font-size: 20px;
    }
}
@media(max-width:475px){
    #contactus-form-section .send-us-msg .send-us-text h3{
        line-height: 25px;
        font-size: 18px;
    }
    
}
@media(max-width:1199px){
    #contactus-form-section .contact_info {
        padding: 49px 36px 38px 19px;
    }
}
@media (max-width:767px){
    .row.mb-4.c-gap{
        gap: 1.5em;
    }
}
@media (max-width:320px) {
    #contactus-form-section .img-block i {

        margin: 0px;
    }
}
.contact_social_icon a:hover{
    background-color: white;
    color: #013666;
    transition: ease-in-out;
}
.contact_social_icon a:hover i{
    transition: ease-in-out;
    color: #013666;
}
.alert.alert-success.alert-dismissable.fade {
    width: 100%;
    margin-bottom: 15px;
}