* {
    padding: 0;
    margin: 0;
}

ul {
    list-style: none;
}

a {
    text-decoration: none !important;
}

footer {
    opacity: 1 !important;
}

/*.section-31...........................................................*/

.section-31 .enquiery-banner {
    width: 100%;
    height: 300px;
    background: #333333;
}

.section-31 .enquiery-banner h1 {
    font-size: 30px;
    color: #fff;
    margin-top: 8%;
}

.section-31 .enquiery-banner h5 {
    font-size: 15px;
    color: #fff;
    border-left: 4px solid #fcbf00;
    padding-left: 20px;
    line-height: 30px;
    margin-top: 1%;

}

/*.section-31...........................................................*/

/*popup....................................................................*/

.login-popup {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1099;
    background-color: rgba(0, 0, 0, 0.6);
    visibility: hidden;
    opacity: 0;
    transition: all 1s ease;
}

.login-popup.show {
    visibility: visible;
    opacity: 1;
}

.login-popup .box {
    background-color: #ffffff;
    width: 566px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-wrap: wrap;
    opacity: 0;
    margin-left: 50px;
    transition: all 1s ease;

}

.login-popup.show .box {
    opacity: 1;
    margin-left: 0;
}

@keyframes zoomInOut {

    0%,
    100% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.1);
    }
}

.login-popup .box .form {
    /*  flex:0 0 50%;
    max-width: 50%;*/
    padding: 40px 30px;
}

.login-popup .box .form h1 {
    color: #000000;
    font-size: 30px;
    margin: 0 0 20px;
}

.login-popup .align-self-center {
    color: #000000;
    font-size: 14px;
    margin: -3px 1px 24px;
    margin-top: 3px;
    margin-bottom: -23px;
}

.login-popup .box .form .form-control {
    height: 42px;
    margin-bottom: 21px;
    width: 100%;
    border: none;
    border: 1px solid #cccccc;
    /* font-size: 15px; */
    color: #000000;
    margin-top: 14px;
}

.login-popup .box .form .form-control:focus {
    outline: none;
}

.login-popup .box .form label {
    font-size: 15px;
    color: #555555;
}

.login-popup .form h6 {
    font-size: 13px;
    color: #00000090;
}

.login-popup .Submit-btn {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #f6b60b;
    margin-top: 30px;
    margin-left: 190px;
    padding-top: 5px;
    font-family: "Montserrat", sans-serif;
    box-shadow: 0px 6px 24px 0px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    cursor: pointer;
    border: none;
}

.login-popup .Submit-btn:after {
    content: " ";
    width: 100%;
    height: 0%;
    background: #000;
    position: absolute;
    transition: all 0.4s ease-in-out;
    top: 0;
}

.login-popup .Submit-btn:hover::after {
    top: 0;
    bottom: auto;
    height: 100%;
}

.login-popup .Submit-btn span:hover {
    color: #fff;
}

.login-popup .Submit-btn h6 {
    text-align: center;
    text-decoration: none;
    width: 100%;
    padding: 7px 30px;
    color: #fff;
    font-size: 12px;
    z-index: 20;
    transition: all 0.3s ease-in-out;
}

.login-popup .popup-form-control {
    height: 36px;
    margin-top: 20px;
    border: 1px solid #ddd;
    border-radius: 5px;
    padding-left: 7px;
    margin-left: 2%;
    margin-top: 0%;
}

.login-popup .close {
    position: absolute;
    top: 44px;
    right: 43px;
    cursor: pointer;
    font-size: 26px;
    margin-left: 30%;
}


/*popup................................................................*/


/*.section-33...........................................................*/

.enquiery-office h2 {
    font-size: 30px;
    font-family: 'Myriad Pro';
    line-height: 30px;
    margin-top: 5%;
    position: relative;
    margin-left: 10px;
}

.section-33 .enquiery-office h2::before {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    background-color: #f6b60b;
    height: 3px;
    box-sizing: border-box;
    width: 70px;
}

.enquiery-office h3 {
    font: 300 18px / 18px Myriad Pro;
    margin-top: 5%;
    margin-bottom: 30px;
    margin-left: 10px;
}

.enquiery-office span {
    font: 300 17px / 15px Myriad Pro;
    padding-top: 10%;
    line-height: 40px;
    margin-left: 10px;
}

.enquiery-office p {
    font-size: 15px;
    margin-left: 35%;
    margin-top: -6%;
}

.enquiery-office a {
    padding-left: 24%;
    color: #000;
    margin-left: 10px;
}

.enquiery-office a:hover {
    color: #f6b60b;
    cursor: pointer;
}

.enquiery-office h4 {
    font-size: 30px;
    font-family: 'Myriad Pro';
    line-height: 30px;
    margin-top: 5%;
    position: relative;
    margin-left: 10px;
}

.section-33 .enquiery-office h4::before {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    background-color: #f6b60b;
    height: 3px;
    box-sizing: border-box;
    width: 70px;
}

.enquiery-office h1 {
    font-size: 30px;
    font-family: 'Myriad Pro';
    line-height: 30px;
    margin-top: 5%;
    position: relative;
    margin-left: 30px;
}

.section-33 .enquiery-office h1::before {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    background-color: #f6b60b;
    height: 3px;
    box-sizing: border-box;
    width: 70px;
}

.enquiery-office input {
    margin-top: 20px;
    margin-left: 30px;
    width: 35.5%;
    height: 40px;
    margin-right: -26px;
}

.enquiery-office-1 input {
    width: 72.2%;
}

.enquiery-office-3 h5 {
    font-size: 12px;
    margin-left: 29px;
    margin-top: 10px;
}

.enquiery-office-3 input {
    width: 14px;
    height: 14px;
    cursor: pointer;
    margin: -1px 2px 0px 28px;
    font-size: 20px;
}

.enquiery-office-3 input:after {
    content: "";
    display: block;
    height: 1.3rem;
    width: 1.3rem;
    position: absolute;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transition: opacity 0.1s;
    transform: translate(-50%, -50%);
    background-color: #55c57a;
    opacity: 0;
}

.form__radio-label-text {
    margin-left: -10px;
}

.form__radio-group {
    margin-left: 10px;
}

.form__radio-label {
    color: #000;
    margin-left: -10px;
}


.enquiery-office-4 textarea {
    width: 72%;
    margin-left: 30px;
    margin-top: 10px;
    padding: 6px 0px 0px 9px;
}

.robot {
    margin: 15px 0px 20px 30px;
}

.g-recaptcha {
    text-align: start;
}

.submit {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #f6b60b;
    margin-top: 10px;
    margin-left: 30px;
    padding-top: 10px;
    font-family: "Montserrat", sans-serif;
    box-shadow: 0px 6px 24px 0px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    cursor: pointer;
    border: none;
}

.submit:after {
    content: " ";
    width: 100%;
    height: 0%;
    background: #000;
    position: absolute;
    transition: all 0.4s ease-in-out;
    top: 0;
}

.submit:hover::after {
    top: 0;
    bottom: auto;
    height: 100%;
}

.submit span:hover {
    color: #fff;
}

.submit h6 {
    text-align: center;
    text-decoration: none;
    width: 100%;
    padding: 5px 40px;
    color: #fff;
    font-size: 12px;
    z-index: 20;
    transition: all 0.3s ease-in-out;
}

/*.section-33...........................................................*/

/*.map..................................................................*/

.tab {
    overflow: hidden;
    /*  border: 1px solid #ccc;
  background-color: #f1f1f1;*/
    margin-top: 30px;
}

/* Style the buttons inside the tab */
.tab button {
    background-color: #eee;
    /* float: left; */
    border: none;
    border-radius: 4px;
    outline: none;
    cursor: pointer;
    padding: 8px 10px;
    transition: 0.3s;
    font-size: 14px;
    margin-left: 25px;
    color: #000;
}

/* Change background color of buttons on hover */
.tab button:hover {
    background-color: #ddd !important;
}

/* Create an active/current tablink class */
.tab button.active {
    background-color: red !important;
    color: #fff;
}


/* Style the tab content */
.tabcontent {
    display: none;

    /*  padding: 6px 12px;*/
    /*  border: 1px solid #ccc;*/
    /*  border-top: none;*/
}

/*.map..................................................................*/

/*media query.............................................................*/

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

    .enquiery-office a {
        padding-left: 22%;
    }

    .robot p {
        font-size: 14px;
    }

    .robot input {
        width: 22%;
        margin-left: -6px;
        padding: 8px 27px 9px 3px;
    }


}

@media screen and (max-width: 1199px) {
    .enquiery-office a {
        padding-left: 18%;
    }

    .robot p {
        font-size: 12px;


    }

    .robot input {
        width: 21%;
        margin-left: -6px;
        padding: 8px 27px 9px 3px;
    }
}

@media screen and (max-width: 991px) {
    .enquiery-office h2 {
        font-size: 24px;
    }

    .section-33 .enquiery-office h2::before {
        top: 34px;
    }

    .enquiery-office h3 {
        font: 300 16px / 18px Myriad Pro;
        margin-top: 7%;
        margin-bottom: 9px;
        margin-left: 10px;
    }

    .enquiery-office span {
        font: 300 14px / 15px Myriad Pro;
        padding-top: 10%;
        line-height: 40px;
        margin-left: 10px;
    }

    .enquiery-office p {
        font-size: 13px;
        margin-top: -9%;
    }

    .enquiery-office a {
        padding-left: 18%;
        font-size: 13px;
    }

    .enquiery-office h4 {
        font-size: 24px;
    }

    .robot p {
        font-size: 13px;
        margin-top: 7px;
    }

    .robot input {
        width: 37%;
        display: flex;
        margin-left: -258px;
        margin-top: 35px;
    }
}

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

    .enquiery-office h3 {
        margin-top: 5%;
    }

    .enquiery-office p {
        font-size: 13px;
        margin-top: -6%;
    }

    .enquiery-office a {
        padding-left: 22%;
        font-size: 13px;
    }

    .enquiery-office span {
        line-height: 38px;
        font-size: 16px;
    }

    .enquiery-office h1 {
        margin-left: 5px;
    }

    .enquiery-office input {
        margin-left: 5px;
        width: 47.5%;
        margin-right: 1px;
    }


    .enquiery-office-1 input {
        margin-left: 5px;
        width: 97%;
        margin-right: 1px;
    }

    .enquiery-office-3 h5 {
        margin-left: 5px;
    }

    .enquiery-office-3 input {
        width: 12px;
        height: 12px;
        cursor: pointer;
        margin: 0 7px 0 4px;
        font-size: 20px;
    }

    .enquiery-office-4 textarea {
        width: 97%;
        margin-left: 6px;
        margin-top: 10px;
        padding: 6px 0px 0px 9px;
    }

    .submit {
        margin-left: 7px;
    }

    .robot p {
        font-size: 15px;
        margin-top: 20px;
        margin-left: 7px;
    }

    .robot input {
        width: 41%;
        display: flex;
        margin-left: -7px;
        margin-top: 12px;
    }

    .login-popup .box {
        width: calc(100% - 30px);
    }

    .login-popup .box .img-area {
        display: none;
    }

    .login-popup .box .form {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .login-popup .Submit-btn {
        margin-left: 278px;
    }

    .robot {
        margin: 15px 0px 20px 6px;
    }

}

@media screen and (max-width: 658px) {
    .login-popup.align-self-center {
        font-size: 14px;
    }

    .login-popup .Submit-btn {
        margin-left: 219px;
    }
}

@media screen and (max-width: 585px) {
    .login-popup.align-self-center {
        font-size: 13px;
    }

    .login-popup .Submit-btn {
        margin-left: 198px;
    }
}

@media screen and (max-width: 550px) {
    .login-popup.align-self-center {
        font-size: 13px;
    }

    .login-popup .Submit-btn {
        margin-left: 183px;
    }
}

@media screen and (max-width: 515px) {
    .login-popup.popup-form-control {
        height: 36px;
        margin-top: 20px;
        border: 1px solid #ddd;
        border-radius: 5px;
        padding-left: 7px;
        margin-left: -10px;
    }

    .login-popup.align-self-center {
        font-size: 13px;
    }

    .login-popup .Submit-btn {
        margin-left: 170px;
    }
}

@media screen and (max-width: 490px) {
    .login-popup.popup-form-control {
        height: 36px;
        margin-top: 20px;
        border: 1px solid #ddd;
        border-radius: 5px;
        padding-left: 7px;
        margin-left: -40px;
    }

    .login-popup.align-self-center {
        font-size: 15px;
    }

    .login-popup .Submit-btn {
        margin-left: 145px;
    }
}

@media screen and (max-width: 470px) {
    .login-popup .align-self-center {
        font-size: 14px;
    }
}

@media screen and (max-width: 450px) {
    .login-popup .align-self-center {
        font-size: 14px;
    }

    .login-popup .popup-form-control {
        margin-left: -11px;
    }

    .login-popup .Submit-btn {
        margin-left: 134px;
    }

}

@media screen and (max-width: 406px) {
    .login-popup .Submit-btn {
        margin-left: 104px;
    }

}

@media screen and (max-width: 380px) {
    .login-popup .Submit-btn {
        margin-left: 90px;
    }

}

@media screen and (max-width: 360px) {
    .form__radio-group {
        margin-left: -1px;
    }
}

@media screen and (max-width: 358px) {
    .section-31 .enquiery-banner h1 {
        font-size: 20px;
        color: #fff;
        margin-top: 33%;
    }

    .section-31 .enquiery-banner h5 {
        font-size: 11px;
        color: #fff;
        border-left: 4px solid #fcbf00;
        padding-left: 20px;
        line-height: 24px;
        margin-top: 1%;
    }

    .enquiery-office h2 {
        font-size: 20px;
    }

    .enquiery-office h3 {
        font-size: 14px;
        margin-top: 5%;
    }

    .enquiery-office p {
        font-size: 11px;
        margin-top: -9%;
    }

    .enquiery-office a {
        padding-left: 16%;
        font-size: 13px;
    }

    .enquiery-office h4 {
        font-size: 20px;
    }

    .enquiery-office h1 {
        margin-left: 5px;
        font-size: 20px;
    }

    .enquiery-office-4 textarea {
        width: 97%;
        margin-left: 1px;
        margin-top: 10px;
        padding: 6px 0px 0px 9px;
    }

    .contact_map .nav-pills-map {
        padding: 0 30px;
        margin-top: 5%;
    }

    .robot {
        margin: 15px 0px 20px 1px;
    }

}

@media screen and (max-width: 356px) {
    .login-popup .popup-form-control {
        margin-left: -24px;
    }

    .login-popup .Submit-btn {
        margin-left: 85px;
        margin-top: 42px;
    }
}

@media screen and (max-width: 351px) {
    .form__radio-group {
        margin-left: -1px;
    }
}

@media screen and (max-width: 350px) {
    .enquiery-office-3 input {
        width: 12px;
        height: 12px;
        cursor: pointer;
        margin: 0 7px 0 4px;
        font-size: 20px;
        float: left;
    }

    .form__radio-label-text {
        font-size: 10px;
    }

    .enquiery-office span {
        line-height: 38px;
        font-size: 15px;
    }

    .enquiery-office input {
        margin-left: 5px;
        width: 96.5%;
        margin-right: 1px;
    }
}

@media screen and (max-width: 348px) {
    .robot p {
        font-size: 13px;
        margin-top: 20px;
        margin-left: 7px;
    }

    .robot input {
        width: 70%;
        display: flex;
        margin-left: 16px;
        margin-top: 23px;
        margin-right: 10px;
    }

}

@media screen and (max-width: 338px) {
    .login-popup .popup-form-control {
        margin-left: -24px;
        margin-top: 19px;
    }

    .login-popup .Submit-btn {
        margin-left: 76px;
        margin-top: 42px;
    }
}


/*media query.............................................................*/