.flx {
    display: flex;
}

.flx-i {
    flex: 1;
}

.flx-col {
    display: flex;
    flex-direction: column;
}

.flx-wrap {
    flex-wrap: wrap;
}

.textCenter {
    text-align: center;
}

.aic {
    align-items: center;
    }

.ais {
    align-items: stretch;
}
.aife {
    align-items: flex-end;
}

.asc {
    align-self: center;
}

.asfs {
    align-self: flex-start;
}

.jcc {
    justify-content: center;
}

.jcc {
    justify-content: center;
}

.jsc {
    justify-self: center;
}

.jcsb {
    justify-content: space-between;
}

.jcsa {
    justify-content: space-around;
}

.tc-white {
    color: white;
}

.tc-black {
    color: black;
}

.mt1 {
    margin-top: 1rem;
}

.mt2 {
    margin-top: 2rem;
}

.mt3 {
    margin-top: 3rem;
}
.mt3:hover {
   color:#fb743d;
}


/* contact */


#contact {
    height: 100vh;
    width: 100vw;
    background-color: white;
    color: black;
}

.contactWrapper {
    padding: calc(80px + 1vh) var(--side-padding) 0 var(--side-padding);
}

.contactLeftWrapper {
    position: relative;

}

.contactLeft {
    position: absolute;
    background-color: white;
    padding: 5vh 3vw;
    max-width: 43vw;
    box-shadow: 0px 4px 50px 5px rgba(0, 0, 0, 0.1);
    /* border: 1px solid var(--primary-color);
    */
    margin-left: 2rem;
}

.contactLeft .subTitleText2 {
    font-weight: 600;
}

.contactLeft .subHeadText2 {
    color: #8C8C8C;
}


.twoTonesDiv div:nth-child(1) {
    height: 100%;
    width: 35%;
    background-color: white;
}

.twoTonesDiv div:nth-child(2) {
    height: 100%;
    width: 75%;
    background-color: var(--secondary-color);
}

.contactWrapper .infoDiv {
    position: relative;
    background-color: var(--primary-color);
    flex: 1;
    color: white;
    padding: 3vh 2vw;
    /* padding-bottom: 3rem; */
    padding-right: 10vw;
}

.contactWrapper .infoDiv i {
    font-size: 28px;
    margin-right: 3vw;
    width: 6%;
}

.contactWrapper .infoDiv .orangeDot {
    position: absolute;
    top: 0;
    left: 0;
    background-color: var(--secondary-color);
    width: 20px;
    height: 20px;
    transform: translate(-35%, -35%);
}

.contactForm textarea {
    padding: 0.1rem;
    padding-left: 0;
    border: none;
    border-bottom: 1px solid #8C8C8C;
}

.contactForm input {
    border: none;
    border-bottom: 1px solid #8C8C8C;
    padding: 0.5rem 0;
}

.contactForm input:focus-visible,
.contactForm textarea:focus-visible {
    outline: none;
}

.footer {
    /* height: 10vh; */
    background-color: var(--primary-color);
    color: white;
}

.footerAnchors {
    padding: 10px var(--side-padding);
    max-width: 50vw;
}

.footer .footerAnchors ul {
    padding: 10px;
    padding-top: 3vh;
    padding-bottom: 2vh;
    margin: 0;
}

.footer .footerAnchors li {
    text-decoration: none;
    list-style: none;
    line-height: 2rem;
}

.footer .footerAnchors li a {
    text-decoration: none;
    color: inherit;
    color: rgb(185, 185, 185);
}
.footer .our-product-li {
    text-decoration: none;
    color: inherit;
    color: rgb(185, 185, 185);
}
.footer .footerAnchors li a:hover {
      color: inherit;
   }
.footer .copyright {
    border-top: 1px solid white;
    padding: 2.5vh var(--side-padding);
}

.footer i {
    color: whitesmoke;
    margin: 0 1vw;
}
.quickselogo {
    border-radius: 5px;
    height: 1.6vw;
    margin-left: 0.8vw;
    margin-top: 0.5vw;
}

#formMessage{
    position: absolute;
    top: 15px;
    right: 50%;
    transform: translateX(50%);
}
#formMessage .green{
    background-color: #b7eb8f;
    margin-top: 10px;
    line-height: 1rem;
    width: 100%;
    border-radius: 4px;
    padding: 5px;
}
#formMessage .red{
    background-color: #ffa39e;
    margin-top: 10px;
    line-height: 1rem;
    width: 100%;
    border-radius: 4px;
    padding: 5px;
}

#our_product{
    margin-left: -2rem;
}

.icon-1 i:hover{
    color: #2164f4;
 }
.icon-2 i:hover{
    color: #1DA1F2;
    }
.icon-3 i:hover{
color: #4267B2;
    }
.icon-4 i:hover{
color: #d11e8d;
    }

    /* .contact-icons  i{
  color: #b7eb8f;
} */
/*------------------ Tablet view --------------------*/

@media screen and (max-height: 650px) {

    .footer .copyright {
        padding-bottom: 1rem;
    }

}

@media screen and (max-width: 1000px) {

    .contactWrapper .infoDiv i {
        margin-right: 5vw;
    }
}

@media screen and (max-width: 750px) {
    .quickselogo{
        height: 3.5vh;
        margin-right: 1vh;
    }
    #contact {
        min-height: 100vh;
        height: unset;
    }

    .contactWrapper {
        flex-direction: column-reverse;
    }

    .contactLeft {
        position: static;
        padding: 5vw;
        max-width: 100%;
        margin: 1rem 0;
    }

    .footer>div:nth-child(1)>div:nth-child(1) {
        flex: 0;
    }

    .footer .footerAnchors ul {
        padding-top: 5vh;
        padding-bottom: 5vh;
    }

    .footerAnchors {
        max-width: unset;
    }

    .footer i {
        margin: 0 2vw;
    }
    .contactWrapper .infoDiv {
        padding: 5vh 10vw;
    }

    .contactWrapper .infoDiv i {
        margin-right: 10vw;
    }
}

    #inline-elements{
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
    }
   
    #inline-elements  #phonenumber{
       width: 45% ;
   }
   #inline-elements #email{
       width: 50% ;
       margin-left: 20px ;
   }

   @media screen and (max-width: 750px) {
       
    #inline-elements{
        flex-direction: column;
    }
    #inline-elements  #phonenumber{
        width: 100% !important;
    }
    #inline-elements #email{
        width: 100% !important;
        margin-left: 0px ;

    }
   }
