
@font-face {
    font-family:'Sequel-Sans-Bold-Body';   
    src: url('../fonts/Sequel-Sans-Bold-Body.ttf');
}
@font-face {
    font-family:'Sequel-Sans-Medium-Body';   
    src: url('../fonts/Sequel-Sans-Medium-Body.otf');
}
@font-face {
    font-family:'MYRIADPRO-REGULAR';   
    src: url('../fonts/MYRIADPRO-REGULAR.OTF');
}

:root {
    --hero-heading: 'Sequel-Sans-Bold-Body';
    --hero-para: 'MYRIADPRO-REGULAR';
    --form-heading: 'Sequel-Sans-Medium-Body';
}
.email-footer-error{
    color:red;
}

.contact_us {
    width: 100%;
}
.txtstuff{
      resize: none;
}
.contact_sub {
    /* width: 90%;
    margin: 0 auto; */
    margin: 2rem 0;
}
.hero_section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background: rgb(0,0,0);
    background: linear-gradient(180deg, rgba(0,0,0,0.5468312324929971) 3%, rgba(0,0,0,0.18828781512605042) 100%, rgba(0,0,0,0.21069677871148462) 46%, rgba(0,0,0,0) 47%, rgba(0,0,0,0) 36%);
    height: 250px;
    margin-top: 59px;
}
.contact1 {
    width: 75%;
    margin: 0 auto;
    background-color: #fff;
    position: relative;
    z-index: 99;
    border-radius: 10px;
    box-shadow: 0px 2px 12px #00000029;
    padding-bottom: 10px;
}

.contact2 {
    width: 90%;
    margin: 0 auto;
    position: relative;
    z-index: 9;
    background-color: #DDF6FF;
    margin-top: -185px;
}

.logo img {
    width: 180px;
}

.contact1 ul li {
    font-size: 15px;
    color: #02455F;
    margin-bottom: 1rem !important;
    font-family: var(--hero-para);
}
.contact1 ul li span {
    font-size: 15px;
    color: #02455F;
    font-family: var(--hero-para);
}

ul li.list1 {
    background: url(../images/contact_us/location.png) no-repeat 0px 7px;
    padding: 5px 10px 5px 45px;
    background-size: 6%;
    list-style: none;
    margin-left: 0 !important;
    margin: 0;
    vertical-align: middle;
}

ul li.list2 {
    background: url(../images/contact_us/phone.png) no-repeat 0px 7px;
    padding: 5px 10px 5px 45px;
    background-size: 6%;
    list-style: none;
    margin-left: 0 !important;
    margin: 0;
    vertical-align: middle;
}

ul li.list3 {
    background: url(../images/contact_us/email.png) no-repeat 0px 7px;
    padding: 5px 10px 5px 45px;
    background-size: 6%;
    list-style: none;
    margin-left: 0 !important;
    margin: 0;
    vertical-align: middle;
}

ul {
    padding-left: 0 !important;
}

.map {
    width: 95%;
    margin: 15px auto;
    height: 150px;
}

.map iframe {
    width: 100%;
    height: 150px;
}



.contact_form {
    width: 85%;
    margin: 0 auto;
    padding-top: 200px;


}

.contact_form label {
    color: #02455F;
    font-size: 15px;
}

.contact_form input,
.contact_form textarea {
    height: 4rem;
    border: none;
    outline: none;
    padding-left: 0.6rem;    
    border-radius: 5px;
}

.contact_form div {
    display: flex;
    flex-direction: column;
    /* margin-top: 2rem; */

}

.contact2_sub {
    padding: 2rem 0px;
}

.hero_section {
    background-image: url(../images/contact_us/contact_bg.png);
    height: 250px;
    width: 100%;
    background-size: 100% 100%;

    margin-top: 59px;
}


.hero_data {
    width: 90%;
    margin: 0 auto;
    height: 100%;
    color: #fff;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 9;
}

/* .contact_data {
    margin-top: 57px;
} */

.contact_data h4 {
    font-family: var(--hero-heading);
    font-weight: 600;
}

.contact_data p,
.contact_data span {
    font-family: var(--hero-para);
    font-size: 13px;
}

.contact_data img {
    width: 80%;
}

/* .contact_data {
    width: 70%;
} */

.blue_img {
    display: none;
}

.send_btn {
    height: 4rem;
    width: 135px;
    border: 2px solid #4DAAE8;
    background-color: #fff;
    border-radius: 5px;
    color: #4DAAE8;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;    
}
.white_arrow_btn{
    display: none;
}
.send_btn:hover{
    background-color: #4DAAE8;
    color: #fff;
    display: flex;
    align-items: center;
    position: relative;
}
.send_btn:hover .blue_arrow_btn{
    display: none;
}
.send_btn:hover .white_arrow_btn{
    display: block;
    /* margin-left: 1rem !important; */
    position: relative;
    left: 0px;
    -webkit-animation: linear;
    -webkit-animation-name: slide;
    -webkit-animation-duration: 0.2s;
}
.txta {
    width: 100%;
    max-width: 500px;
    min-height: 100px;
    /* font-family: Arial, sans-serif; */
    /* font-size: 16px; */
    overflow: hidden;
    line-height: 1.4;
    resize: none;
  }
@keyframes slide {
    0% {
      left: -50px;
    }
    50% { 
      left: 0px; 
     }
    100% {
      left: 0px;     
    }
  }

  @keyframes reverse {
    0% {
      left: 0px;
    }
    50% { 
      left: -30px; 
      opacity: 0.5;
     }
     75%{
        left: -40px;
        opacity: 0.2;
     }
    100% {
        left: -50px; 
        opacity: 0;
    }
  }
.yellow_arr{
    display: none;
}

@media (min-width: 375px) {
    .hero_section,
    .hero_section::before {
        margin-top: 58px;
    }
}
@media(min-width: 600px) {
    .contact_form input,
    .contact_form textarea {
        height: 2.5rem;
        width: 95%;
        border-radius: 5px;
    }
    .contact_form h2 {
        font-family: var(--form-heading);
    }
.contact_form label{
    /* width: 100px; */
    font-family: var(--hero-para);
}
    .send_btn {
        height: 2.5rem;
    }
}

@media(min-width: 768px) {
    .yellow_arr{
        display: block;
        text-align: right;
    }
    .hero_section {
        height: 350px;
    }

    /* .contact_data {
        width: 60%;
    } */

    .contact_data p,
    .contact_data span {
        font-size: 19px;
    }

    .contact_sub {
        width: 80%;
    }

    .contact_sub {
        width: 90%;
        margin: 0 auto;
        display: flex;
        margin-top: 3rem;
        margin-bottom: 2rem;
    }

    .blue_img {
        display: inline;
        width: 93px;
        height: 200px;
        margin-top: -3rem;
        margin-left: -3rem;
    }

    .contact2 {
        background-color: transparent !important;
    }

    .contact2_sub {
        background-color: #DDF6FF;
        margin-bottom: 0.3rem;
        margin-top: 1.5rem;
        height: 90%;
    }

    .contact_form {
        padding-top: 0 !important;
    }

    .contact2,
    .contact_form {
        margin-top: 0 !important;
    }
    .hero_section::before {
        background: linear-gradient(rgba(0, 0, 0, 0.545) 3%, rgba(0, 0, 0, 0.19) 40%, rgba(0, 0, 0, 0.21) 68%, rgba(0, 0, 0, 0) 47%, rgba(0, 0, 0, 0) 36%);

        height: 510px;
    }
}

@media(min-width: 992px) {
    .hero_section {
        /* height: 420px; */
        height: 482px;
        margin-top: 0px;
    }

    /* .contact_data {
        width: 50%;
    } */

    .contactusdata {
        padding-left: 2.5rem;
    }

    .contact_data h4 {
        /* font-size: 30px; */
        font-size: 40px;
    }

    .contact_sub {
        width: 85%;
        margin-top: 3rem;
    }

    .contact1 {
        width: 45%;
        margin: 0;

    }

    .contact2 {
        width: 52%;
        margin: 0;
    }

    .logo {
        margin-top: 1rem !important;
        margin-bottom: 3rem !important;
    }

    .contact1 ul li {
        margin-bottom: 1.5rem !important;
    }
    .hero_section::before {
        background: linear-gradient(rgba(0, 0, 0, 0.545) 3%, rgba(0, 0, 0, 0.19) 40%, rgba(0, 0, 0, 0.21) 93%, rgba(0, 0, 0, 0) 47%, rgba(0, 0, 0, 0) 36%);       
        margin-top: 0px;
    }
}

@media(min-width: 1200px) {
    .contact_sub {
        width: 74%;
    }

    .logo img {
        width: 220px;
    }
    .contact1 {
        width: 40%;
    }

    .contact2 {
        width: 57%;
    }
    .hero_section::before {
        background: linear-gradient(rgba(0, 0, 0, 0.545) 3%, rgba(0, 0, 0, 0.19) 40%, rgba(0, 0, 0, 0.21) 80%, rgba(0, 0, 0, 0) 47%, rgba(0, 0, 0, 0) 36%);
        height: 600px;
    }

    /* .contact_data {
        width: 40%;
    } */
}

@media (min-width: 1440px) {
    .hero_section::before {
        background: linear-gradient(rgba(0, 0, 0, 0.545) 3%, rgba(0, 0, 0, 0.19) 100%, rgba(0, 0, 0, 0.21) 80%, rgba(0, 0, 0, 0) 47%, rgba(0, 0, 0, 0) 36%);
        height: 482px;
    }
}