@font-face {
    font-family:eurostile-black ;
    src: url(/font/fonnts.com-Eurostile_Black.otf);
}
@font-face {
     font-family: eurostile;
    src: url(/font/fonnts.com-Eurostile.otf);
}
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
.aboutusheader{
    background-image: url(images/qserve_contactus-banner.webp);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    height: 100vh;
    overflow: hidden;
    z-index: -6;
}
.banner_text{
    display: flex;
    flex-direction: column;
    align-items: start;
    width: 75%;
    top: 50%;
    transform: translateY(-50%);
    padding-left: 50px; 
}
.banner_text .banner-descripton{
    font-family: 'eurostile';
    font-size: 16px;
    text-transform: none;
    width: 75%;
}
.banner_text h5{
    letter-spacing: 2px;
    font-family: 'eurostile-black';
    font-size:44px;
}
.banner_text span{
    letter-spacing: 5px;
     font-family: 'eurostile-black';
    font-size: 22px;
}

#countryname.form-select {
  padding-top: 8px; 
  padding-bottom: 8px;
  font-size: 16px;
}
.country_code{
    display: flex;
    gap: 15px;
}

.inputGroups .custom-w {
    width: 50%;
}

 .touchwithus .contactForm .error{
    font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-size: 14px;
  color: red;
 }
.touchwithus .touchwithus_form{
    background-color: #E6E6FF;   
}
.touchwithus .touchwithus_form h6{
    letter-spacing: 2px;
     font-family: 'eurostile-black';
    color: #302A72;
    text-transform: uppercase;
    font-size: 30px;
}
.touchwithus .touchwithus_form .touch_subheading{
    color: #747474;
    font-family: "Poppins", sans-serif;
    font-weight: 200;
    font-size: 20px;
    text-transform: capitalize;
}
.touchwithus .contactForm .inputGroups input, select{
    border-bottom:1px solid #747474;

}
.touchwithus .contactForm .inputGroups{
    width: 100%;
}
.touchwithus .contactForm button:hover{
    background-color: #25205a;

}
.touchwithus .contactForm button{
    width: 75%;
    padding: 12px;
    border-radius: 8px;
    background-color: #302A72;
    border: none;
    color: white;
    font-family: "Poppins", sans-serif;
    font-weight: 200;
    font-size: 18px;
    text-transform: capitalize;
}

/* mapsection */
.backgroundimg{
    background-image: url(images/contactusvector-body-bg.webp);
    background-size: cover;
    background-repeat: no-repeat;
}
.backgroundimg .mapblock{
    height:100vh;
}
.moredetails-card{
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    margin: 40px 80px 40px 80px;
    border-radius: 10px;
    box-shadow: 10px 0px 10px 2px rgba(0,0,0,0.5);
    background-color: #302A72;
}
.moredetails-card h6{
    margin: 0px;
    color: white;
    font-family: "Poppins", sans-serif;
    font-weight: 100;
    font-size: 20px;
    text-transform: capitalize;
}
.moredetails-card .locationinfo{
    margin: 0px;
    color: white;
    font-family: "Poppins", sans-serif;
    font-weight: 100;
    font-size: 12px;
    text-transform: capitalize;
}
.moredetails-card .qserve-desc{
    color: white;
    font-family: "Poppins", sans-serif;
    font-weight: 100;
    font-size: 12px;
    text-transform: none;
}
.moredetails-card .contactus-details{
letter-spacing: 2px;
     font-family: 'eurostile-black';
    color: white;
    text-transform: uppercase;
    font-size: 30px;
}
.moredetails-card .mail-phone_section a {
        color: white;
        transition: color 0.03s linear;
}


.moredetails-card .mail_section a{
        text-decoration: none;
}
.moredetails-card .mail_section span ,
.moredetails-card .mail_section a{
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    font-weight: 300;
    text-transform: none;
    
}
.moredetails-card .location_section{
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}
.moredetails-card .mail-phone_section .mail_section .mailpoly-btn ,
.moredetails-card .location_section .loc1poly-btn{
    height: 50px;
    width: 50px;
    border: 2px solid;
    cursor: pointer;
    border-radius: 5px;
    transform: rotate(45deg); 
}
.moredetails-card .mail-phone_section .mail_section .mailpoly-btn i,
.moredetails-card .location_section .loc1poly-btn i{
    transform: rotate(-45deg);
    font-size: 20px;
}
.moredetails-card .location_section .maproot{
    width: 75%;
    font-weight: 300;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    text-transform: capitalize;
}
.moredetails-card .location_section div,
.moredetails-card .location_section p {
    color: white;
    transition: color 0.03s linear;
}


/* animations  */
.moredetails-card .mail-phone_section a:hover  {
        color: #8077DE;
}
.moredetails-card .location_section:hover div,
.moredetails-card .location_section:hover p {
color: #8077DE;
}


/*Reponsiveness*/

/* desktops */
@media (min-width: 1200px) and (max-width: 1399.98px) {
}


/*laptops*/
@media (min-width: 992px) and (max-width: 1199.98px) {

/*banner*/
.banner_text .banner-descripton{
    font-size: 14px;
}
.banner_text h5{
    font-size:38px;
}
.banner_text span{
    font-size: 20px;
}
.touchwithus .touchwithus_form h6{
    font-size: 28px;
}
.touchwithus .touchwithus_form .touch_subheading{
    font-size: 18px;
}

.moredetails-card h6{
    font-size: 18px;
}
.moredetails-card .locationinfo{
    font-size: 12px;
}
.moredetails-card .qserve-desc{
    font-size: 12px;
}
.moredetails-card .contactus-details{
    font-size: 28px;
}
.moredetails-card{
    margin: 40px 40px 40px 40px;
}
}


/*tablets*/
@media (min-width: 768px) and (max-width: 991.98px) {

.menu_text li{
    display: none !important;
}
.banner_text span{
    font-size: 20px;
}
.banner_text h5{
    font-size:38px;
    text-align: center;
}
.banner_text .banner-descripton{
    font-family: 'eurostile';
    font-size: 16px;
    width: 75%;
    text-align: center;
}
.aboutusheader{
    background-image: url(images/qserve_contactus-banner-md.webp);
}
.banner_text{
padding-left: 0px; 
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
.touchwithus .img_section{
    display: none !important;
}
.touchwithus .touchwithus_form{
    background-image: url(images/human-ai_connect-md.webp);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: top center;
}
.touchwithus .touchwithus_form h6{
     color: white;
    font-size: 28px;
}
.touchwithus .touchwithus_form .touch_subheading{
    color: white;
    font-size: 18px;
}
.touchwithus .contactForm button{
    width: 100%;
    font-size: 20px;
    background-color: #464089;
    font-weight: 400;
}
.backgroundimg .mapblock{
    height:50vh;
}
.moredetails-card h6{
    font-size: 18px;
}
.moredetails-card .locationinfo{
    font-size: 12px;
}
.moredetails-card .qserve-desc{
    font-size: 12px;
}
.moredetails-card .contactus-details{
    font-size: 28px;
}
.moredetails-card{
    display: flex;
    flex-direction: column;
    justify-content:space-between;
    gap: 24px;
    margin: 40px 50px 40px 50px;
}

}


/*landscape phones*/
@media (min-width: 576px) and (max-width: 767.98px) {
.banner_text{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    padding-left: 0px; 
}
.aboutusheader{
    background-image: url(images/qserve_contactus-banner-landsm.webp);
}
.menu_text li{
    display: none !important;
}
.banner_text .banner-descripton{
    display: none;
}
.banner_text h5{
    font-size:30px;
    text-align: center;
}
.banner_text span{
    letter-spacing: 5px;
     font-family: 'eurostile-black';
    font-size: 18px;
}
.country_code{
    display: flex;
    flex-direction: column;
    gap: 24px;
    justify-content: space-between;
}
.touchwithus .img_section{
    display: none !important;
}
.touchwithus .touchwithus_form{
    background-image: url(images/human-ai_connect-md.webp);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: top center;
}
.touchwithus .contactForm button{
    width: 100%;
    font-size: 18px;
    background-color: #464089;
    font-weight: 400;
}
.backgroundimg .mapblock{
    height:75vh;
}

.inputGroups .custom-w {
    width: 100%;
}

.touchwithus .touchwithus_form h6{
    color: white;
    font-size: 28px;
}
.touchwithus .touchwithus_form .touch_subheading{
    color: white;
    font-size: 18px;
}
.moredetails-card{
    display: flex;
    flex-direction: column;
    justify-content:space-between;
    gap: 24px;
    margin: 40px 50px 40px 50px;
}
.moredetails-card h6{
    font-size: 18px;
}
.moredetails-card .locationinfo{
    font-size: 12px;
}
.moredetails-card .qserve-desc{
    font-size: 12px;
}
.moredetails-card .contactus-details{
    font-size: 28px;
}

}

/*portrait phones*/
@media (max-width: 575.98px) {
.aboutusheader{
    background-image: url(images/qserve_contactus-banner-sm.webp);
}
.menu_text li{
    display: none !important;
}

.banner_text h5{
    font-size:24px;
    text-align: center;
}
.banner_text{
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
padding-left: 0px; 

}
.banner_text span{
    font-size: 16px;
}
.banner_text .banner-descripton{
    font-size: 14px;
    text-align: center;
}
/*-----------------------------------------*/
.touchwithus .img_section{
    display: none !important;
}
.touchwithus .touchwithus_form{
    background-image: url(images/human-ai_connect-md.webp);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: top center;
}
.touchwithus .contactForm button{
    width: 100%;
    font-size: 18px;
    background-color: #464089;
    font-weight: 400;
}
.backgroundimg .mapblock{
    height:75vh;
}

.inputGroups .custom-w {
    width: 100%;
}

.touchwithus .touchwithus_form h6{
    color: white;
    font-size: 28px;
}
.touchwithus .touchwithus_form .touch_subheading{
    color: white;
    font-size: 18px;
}
.moredetails-card{
    display: flex;
    flex-direction: column;
    justify-content:space-between;
    gap: 24px;
    margin: 40px 25px 40px 25px;
}
/*-----------------------------------------*/
.touchwithus .touchwithus_form h6{
    font-size: 24px;
}
.touchwithus .touchwithus_form .touch_subheading{
    font-size: 16px;
}

.moredetails-card h6{
    font-size: 16px;
}
.moredetails-card .locationinfo{
    font-size: 12px;
}
.moredetails-card .qserve-desc{
    font-size: 12px;
}
.moredetails-card .contactus-details{
    font-size: 24px;
}
.country_code{
    display: flex;
    flex-direction: column;
    gap: 24px;
    justify-content: space-between;
}
.inputGroups .custom-w {
    width: 100%;
}
.touchwithus .contactForm button{
    width: 100%;
    padding: 5px;
    font-size: 16px;
}
.moredetails-card .mail-phone_section .mail_section .mailpoly-btn ,
.moredetails-card .location_section .loc1poly-btn{
    height: 40px;
    width: 40px;
    border: 2px solid;
    border-radius: 5px;
    transform: rotate(45deg); 
}
.moredetails-card .mail-phone_section .mail_section .mailpoly-btn i,
.moredetails-card .location_section .loc1poly-btn i{
    transform: rotate(-45deg);
    font-size: 15px;

}
.moredetails-card .location_section{
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
}
.moredetails-card .location_section .maproot{

    width: 100%;
    font-weight: 300;
    font-family: "Poppins", sans-serif;
    font-size: 12px;
    text-transform: capitalize;
}
.moredetails-card .location_section.ordering p{
    order: 2;
}
.moredetails-card .location_section.ordering .loc1poly-btn{
    order: 1;
}
.moredetails-card{
    margin: 40px 25px 40px 25px;
}
}