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_inner {

    /* height: 60px; */

    color: #000;

    display: flex;

    flex-direction: column;

    gap: 15px;

    /* background-color: #000000; */

    /* padding: 50px 20px; */

    justify-content: center;

    border: 1px solid #000;

    border-radius: 15px;

    padding: 15px;

    /* background-color: #fff9f4; */

    /* background-color: #fff9f4a3; */

    background-color: #fff9f45e;

}

.slick-prev:before, .slick-next:before {

            color: #84b7e3;

}

    

#contactus-form-section .send-us-msg {

    height: 100%;

    padding: 50px;

    /* margin: auto; */

    /* background-color: #f5e7d6; */

    /* background-color: #f5e7d6c2; */

    background-color: #f5e7d669;

    border-radius: 15px;

}



#contactus-form-section .send-us-msg label {

    color: #000;

    font-size: 16px;

    font-weight: 700;

}



#contactus-form-section .form-control:focus {

    box-shadow: none;

}



#contactus-form-section .send-us-msg .c-btn2 {

    /* font-size: 26px; */

    width: 150px;

    padding: 12px;

    box-shadow: 0px 0px 8px 2px #ccc;

    margin: 0px;

    line-height: unset;

    vertical-align: middle;

    background-color: #04192a;

    height: 55px;

    transition: 0.5s;

    border-radius: 0;

    font-size: 16px;

    font-weight: 700;

    border: 1px solid #04192a;

    border-radius: 40px;

    display: flex;

    align-items: center;

    justify-content: center;

}

#contactus-form-section .send-us-msg .c-btn2 svg{

    fill: white;

}

#contactus-form-section .send-us-msg .c-btn2:hover svg{

    fill: rgb(0, 0, 0);

}

#contactus-form-section .send-us-msg .c-btn2:hover {

    color: #020202;

    background-color: white;

    border: 1px solid #04192a;

}

#contactus-form-section .send-us-msg .c-btn2 i {

    font-size: 35px;

}



#contactus-form-section .form-row {

    /* box-shadow: 0px 0px 14px 3px #ccc; */

    /* padding: 41px; */

    /* background-color: white;

    padding: 80px 0; */

}



#contactus-form-section iframe {

    border: 0;

    width: 100%;

    border-radius: 15px;

}

#contactus-form-section .contact_info_inner .list-unstyled {

    display: flex;

    flex-direction: column;

    gap: 15px;

    /* padding-top: 30px; */

}

#contactus-form-section .contact_info_inner .list-unstyled li {

    display: flex;

    align-items: flex-start;

    gap: 8px;

    flex-direction: column;

}

#contactus-form-section .contact_info_inner .list-unstyled li i {

    font-size: 18px;

}



#contactus-form-section .form-control {

    border-radius: 40px;

    border: 1px solid #ccc;

    padding: 10px;

}



#contactus-form-section .send-us-msg .send-us-text{

    padding-bottom: 40px;

}



#contactus-form-section .send-us-msg .send-us-text h3{

    line-height: 30px;

    font-size: 25px;

    letter-spacing: 0.03em;

    font-weight: 400;

    padding-top: 30px;

}



#contactus-form-section .contact_heading h3{

    line-height: 30px;

    font-size: 40px;

    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_inner .contact_social_icon {

    display: flex;

    /* padding: 30px 0px 15px 0px; */

    gap: 15px;

    flex-direction: column;

}

.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 #000;

    width: 35px;

    padding: 0px;

    display: flex;

    height: 35px;

    align-items: center;

    justify-content: center;

    background-color: white;

}

.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;

}



@media(max-width:992px){

    #contactus-form-section .contact_info_inner {

        /* 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 .send-us-msg .c-btn2 {

    /* width: 70px;

    padding: 15px 15px 15px 10px;

    height: 70px; */

    margin-top: 10px;

}

#contactus-form-section .container.form-container {

    top: 0px;

}

.contact-info-section {

    padding: 0;

}

#contactus-form-section .container.form-container {

    max-width: 540px;

}

/* .contact-info-section {

    flex-direction: column-reverse;

} */

/* #contactus-form-section .contact_info_inner {



    width: 100% !important;



    margin-bottom: 0px !important;

} */



#contactus-form-section .send-us-msg .send-us-text h3 {

    padding-top: 10px;

}

#contactus-form-section .send-us-msg .send-us-text {

    padding-bottom: 15px;

}

#contactus-form-section .send-us-msg label {

    font-size: 14px;

    font-weight: 600;

}

#contactus-form-section .form-control {

    padding: 8px;

}

.right-leaves {

    bottom: 300px !important;

}

}

@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;

    }

    #contactus-form-section .form-row {

        /* box-shadow: 0px 0px 14px 3px #ccc; */

        /* padding: 41px; */

        flex-direction: column-reverse;

        gap: 30px;

    }

    .contact-info-section {

        display: flex;

        align-items: center;

        justify-content: space-between;

    }

    .slide.store-map {

        padding-bottom: 0px !important;

    }

    #contactus-form-section iframe {

        width: 300px;

        height: 319px;

        border: 1px solid #000 !important;

    }

    #contactus-form-section .contact_info_inner {

        /* padding: 49px 36px 38px 19px; */

        width: 300px;

        /* height: 380px; */

        margin-bottom: 8px;

    }

}

@media(max-width:475px){

    #contactus-form-section .send-us-msg .send-us-text h3{

        line-height: 25px;

        font-size: 18px;

    }

    #contactus-form-section .send-us-msg .c-btn2 {

        height: 45px;

    }

    

}

@media(max-width:1199px){

   

    #contactus-form-section .send-us-msg {

        padding: 45px;

    }

}

@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: black;

    transition: ease-in-out;

}

.contact_social_icon a:hover i{

    transition: ease-in-out;

    color: black;

}

.alert.alert-success.alert-dismissable.fade {

    width: 100%;

    margin-bottom: 15px;

}



/* contact info section */

/* .contact-info-section{

    border-right: 1px solid #000;

} */

.info {

    display: flex;

    align-items: center;

    justify-content: space-between;

    gap: 15px;

}

.info a {

    text-decoration: none;

    font-weight: 700;

}

.contact-info-head p {

    font-size: 20px;

    font-family: "Marcellus SC", serif !important;
    text-transform: uppercase;

    margin: 0;

    font-weight: bold;
    color: #000;

}

.social-info {

    display: flex;

    align-items: center;

    gap: 15px;

}

.slide.store-map {

    padding-bottom: 14px;

}

textarea#message {

    border-radius: 15px !important;

}

section#contactus-form-section {

    background-color: #fff9f4;

    position: relative;

    padding: 50px 0px 50px 0px;

    z-index: 1;

}

.info p {

    font-size: 13px;

    color: #000;

}

.left-leaves {

    position: absolute;

    left: 0;

    top: 0;

    z-index: -1;

}

.right-leaves{

    position: absolute;

    right: 0;

    bottom: 0;

    z-index: -1;

}

.left-leaves img , .right-leaves img{

    max-width: 250px;

}



@media(max-width: 768px){

    .contact-info-section {

        gap: 30px;

        flex-direction: column-reverse;

    }

    #contactus-form-section iframe {

        width: 265px;

    }

    .slide.store-map {

        width: 100%;

        /* max-width: 538px; */

    }

    #contactus-form-section iframe {

        width: 100% !important;

    }

    #contactus-form-section .contact_info_inner {



        width: 100% !important;

    

        margin-bottom: 0px !important;

    }

    section#contactus-form-section .container {

        padding: 10px 30px;

        max-width: 720px;

    }

}