/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

/*
    Theme name: BigCity Theme
*/

.contacthero {
    background-image: url(../assets/contactherobg.png);
    background-size: cover;
    /*height: 740px;*/
}

.contactherotext {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.conherotext {
    max-width: 48%;
    margin-top: 60px;
}

.contactheroform {
    padding-right: 10%;
}

.contactheroform {
    border-radius: 14px;
    background: #F7F7F7;
    -webkit-box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.15);
            box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.15);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 5%;
    padding: 40px;
}

.contactusform {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    gap: 20px;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
}

.subfont {
    color: #777;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
}

.contactusclients {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.officeflex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: 14px;
}

.addressflex {
    background: #172C5D;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 75px;
    width: 25%;
    gap: 4rem;
}

.subaddress {
    color: #FFF;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
}

.viewonmaps {
    color: #3DA2D2;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: 0.08px;
    cursor: pointer;
}

.officeaddress {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.5rem;
}

.contactphone {
    color: #FFF;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 26px;
}

#contactmap {
    background:purple;
}

.maphidden {
    display: none;
}

#blrloc, #mumbailoc, #delhiloc {
        height: 100%;
        width: 250%;
    }

@media screen and (max-width: 700px) {
    .contactherotext {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }

    .conherotext {
        max-width: 90%;
        text-align: center;
        margin-top: 10%;
        margin-bottom: 10%;
    }

    .contactheroform, .contactusform {
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }
   
    .dropdown, .textinput, #message {
        width: 24rem !important;
    }

    .officeflex {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }

    .addressflex {
        width: 61%;
    }

    #blrloc, #mumbailoc, #delhiloc {
        height: 450px;
        width: 100%;
    }
}

@media screen and (max-width: 576px) {
    .conherotext {
        margin-bottom: 0px;
    }


    .contacthero {
        height: 1020px;
    }
}