@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600&family=Poppins:wght@400;600&display=swap');

body {
    overflow-x: hidden;
}

.mobile-view {
    display: none;
}

.web-view {
    display: block;
}

.actin {
    display: none;
}

.floatBtn-enquire {
    display: none !important;
}

@media only screen and (max-width: 600px) {
    .quoteMob {

        font-size: 28px !important;

    }
}

/*Mobile View*/
@media only screen and (max-width: 1200px) {
    .container {
        width: 100%;
    }

    .actin {
        display: block;
    }

    /* mobile version css extends */
    .tellustitle {
        font-family: 'Poppins';
        font-style: normal;
        font-weight: 600;
        font-size: 16px;
        line-height: 18px;
        letter-spacing: 0.01em;
        color: #212121;
        margin: 45px 0px 5px 0px;
    }

    /* mobile version css extends end */

    .mobile-view {
        display: block;
    }

    .web-view {
        display: none;
    }

    .zeroPaddingAndMarginMob {
        padding-left: 0px !important;
        padding-right: 0px !important;
        margin-left: 0px !important;
        margin-right: 0px !important;
    }

    .blueBackgroundMob {
        position: absolute;
        background: #1BB1E7;
        width: 100vw;
        height: 560px;
        padding-top: 120px;
        z-index: -1;
        top: 1px;
    }

    .quoteMob {
        margin: 100px 20px 53px 17px;
        font-family: 'Poppins';
        font-style: normal;
        font-weight: 400;
        font-size: 34px;
        line-height: 138.5%;
        color: #FFFFFF;
    }

    .formDivMob {
        background: #FFFFFF;
        box-shadow: 13.0775px 12.3684px 0px rgba(18, 17, 17, 0.07), 7.70005px 7.28253px 0px rgba(18, 17, 17, 0.050624), 3.95465px 3.74021px 0px rgba(18, 17, 17, 0.039312), 1.59023px 1.504px 0px rgba(18, 17, 17, 0.030688), 0.355709px 0.336421px 0px rgba(18, 17, 17, 0.019376);
        border-radius: 30px;
        border: 1px solid #DEDEDE;
        top: 475px;
        max-width: 500px;
        margin: 0 auto;
    }

    .greyAreaMob {
        background: #E0E0E0;
        height: 78px;
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        border-top-left-radius: 30px;
        border-top-right-radius: 30px;
        margin-bottom: 10px;
    }

    .greyAreaMob-footer {
        background: #E0E0E0;
        height: 78px;
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        border-bottom-left-radius: 30px;
        border-bottom-right-radius: 30px;
    }

    .greyAreaMob .teamTextMob {
        padding: 32px 17px 24px 17px;
        font-family: 'Poppins';
        font-style: normal;
        font-weight: 600;
        font-size: 18px;
        line-height: 22px;
        letter-spacing: 0.01em;
        color: #212121;
    }

    .teamTextMob {
        padding: 32px 17px 24px 17px;
        font-family: 'Poppins';
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 22px;
        letter-spacing: 0.01em;
        color: #212121;
    }

    label {
        margin-top: 27px;
        font-family: 'Poppins';
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 22px;
        letter-spacing: 0.01em;
        color: #525251;
        /* height: auto !important; */
    }

    .inputMob {
        width: 100%;
        height: 40px;
        background: #FFFFFF;
        border: 1px solid #DEDEDE;
        box-shadow: 2px 3px 3px rgba(0, 0, 0, 0.15);
        border-radius: 5px;
    }

    .inputMob:focus-visible {
        outline: none;
        background: #FFFFFF;
    }

    .codeMob {
        position: absolute;
        margin-top: 8px;
        margin-left: 40px;
        font-family: 'Open Sans';
        font-style: normal;
        font-weight: 400;
        font-size: 12px;
        line-height: 22px;
        letter-spacing: 0.04em;
        color: #656565;
    }

    .privacyTextMob {
        margin-left: 12px;
        font-family: 'Poppins';
        font-style: normal;
        font-weight: 400;
        font-size: 12px;
        line-height: 22px;
        letter-spacing: 0.01em;
        color: #525251;
        margin-top: inherit;
    }

    .workHeadingMob {
        margin: auto;
        font-family: 'Poppins';
        font-style: normal;
        font-weight: 400;
        font-size: 34px;
        line-height: 51px;
        letter-spacing: 0.01em;
        color: #212121;
    }

    .formbtnMob {
        width: 70%;
        height: 40px;
        background: #6E8387;
        border-radius: 6px;
        font-family: 'Poppins';
        font-style: normal;
        font-weight: 400;
        font-size: 12px;
        line-height: 22px;
        letter-spacing: 0.01em;
        color: #FFFFFF;
        border: none;
        /* cursor: not-allowed; */
    }

    .formbtnMob-contactus {
        width: 70%;
        height: 40px;
        background: transparent;
        border-radius: 6px;
        font-family: 'Poppins';
        font-style: normal;
        font-weight: 400;
        font-size: 12px;
        line-height: 22px;
        letter-spacing: 0.01em;
        color: rgb(20, 177, 231);
        border: none;
        border: 1px solid rgb(20, 177, 231);
    }

    button.formbtnMob-contactus a {
        color: rgb(20, 177, 231);
        ;
    }

    button.formbtnMob-contactus:hover {
        color: white;
        background: rgb(20, 177, 231);
    }

    button.formbtnMob-contactus:hover a {
        text-decoration: none;
        color: white;
    }

    button.formbtnMob-contactus:hover .fa-phone {
        color: white;

    }

    button.formbtnMob-contactus .fa-phone {
        color: rgb(20, 177, 231);
        /* rotate: 101deg; */
    }

    .workWithDivMob {
        margin-top: 31px;
    }

    .imgDivMob {
        width: 96.78px;
        background: #FFFFFF;
        border: 0.576058px solid #DEDEDE;
        box-shadow: 7.53342px 7.12494px 0px rgba(18, 17, 17, 0.07), 4.43568px 4.19516px 0px rgba(18, 17, 17, 0.050624), 2.27811px 2.15458px 0px rgba(18, 17, 17, 0.039312), 0.916064px 0.866392px 0px rgba(18, 17, 17, 0.030688), 0.204909px 0.193798px 0px rgba(18, 17, 17, 0.019376);
        border-radius: 18.4339px;
        display: flex;
        align-items: center;
        flex-direction: column;
    }

    .imgDivTextMob {
        text-align: center;
        margin-bottom: 12px;
        font-family: 'Poppins';
        font-style: normal;
        font-weight: 500;
        font-size: 10.3691px;
        line-height: 16px;
        letter-spacing: 0.01em;
        color: #212121;
    }

    .locationHeadingMob {
        margin-bottom: 80px;
        font-family: 'Poppins';
        font-style: normal;
        font-weight: 400;
        font-size: 34px;
        line-height: 22px;
        letter-spacing: 0.01em;
        color: #212121;
    }

    .officeNameMob {
        font-family: 'Poppins';
        font-style: normal;
        font-weight: 400;
        font-size: 24px;
        line-height: 22px;
        letter-spacing: 0.01em;
        color: #212121;
    }

    .addressMob {
        margin-left: 57px !important;
        margin-top: 28px !important;
        height: 66px !important;
        font-family: 'Poppins' !important;
        font-style: normal !important;
        font-weight: 400 !important;
        font-size: 14px !important;
        line-height: 22px !important;
        letter-spacing: 0.01em !important;
        color: #575756 !important;
        text-transform: none !important;
    }

    .iconDivMob {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .connectH2Mob {
        margin-bottom: 46px;
        font-family: 'Poppins';
        font-style: normal;
        font-weight: 400;
        font-size: 34px;
        line-height: 22px;
        letter-spacing: 0.01em;
        color: #212121;
    }

    .iconMob {
        width: 52px;
        height: 52px;
        cursor: pointer;
        background: #FFFFFF;
        border: 0.6383px solid #DEDEDE;
        box-shadow: 13.0775px 12.3684px 0px rgba(18, 17, 17, 0.07), 7.70005px 7.28253px 0px rgba(18, 17, 17, 0.050624), 3.95465px 3.74021px 0px rgba(18, 17, 17, 0.039312), 1.59023px 1.504px 0px rgba(18, 17, 17, 0.030688), 0.355709px 0.336421px 0px rgba(18, 17, 17, 0.019376);
        border-radius: 11.4894px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

}

.zeroPaddingAndMargin {
    padding-left: 0px !important;
    padding-right: 0px !important;
    margin-left: 0px !important;
    margin-right: 0px !important;
}

.blueBackground {
    background: #1BB1E7;
    width: 100vw;
    height: 680px;
    display: flex;
    align-items: center;
    position: relative;
}

.quoteDiv {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-top: 180px;
    margin-left: 10px;
}

.quote {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 37px;
    line-height: 138.5%;
    color: #FFFFFF;
    width: 627px;
}

.formDiv {
    position: absolute;
    width: 565px;
    background: #FFFFFF;
    box-shadow: 13.0775px 12.3684px 0px rgba(18, 17, 17, 0.07), 7.70005px 7.28253px 0px rgba(18, 17, 17, 0.050624), 3.95465px 3.74021px 0px rgba(18, 17, 17, 0.039312), 1.59023px 1.504px 0px rgba(18, 17, 17, 0.030688), 0.355709px 0.336421px 0px rgba(18, 17, 17, 0.019376);
    border-radius: 30px;
    top: 35%;
}

.greyArea {
    background: #E0E0E0;
    height: 78px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
}

.greyArea .teamText {
    margin-top: 9px;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 22px;
    letter-spacing: 0.01em;
    color: #212121;
}

.greyArea-footer {
    background: #E0E0E0;
    height: 78px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
}

.teamText {
    margin-top: 9px;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0.01em;
    color: #212121;
}

.contactSpan {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0.01em;
    color: #212121;
}

label {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0.01em;
    color: #525251;
    width: 100%;
}

.input {
    position: relative;
    width: 100%;
    height: 40px;
    background: #FFFFFF;
    border: 1px solid #DEDEDE;
    box-shadow: 2px 3px 3px rgba(0, 0, 0, 0.15);
    border-radius: 5px;
    /*outline: none;*/
}

.input:focus-visible {
    outline: none;
    background: #FFFFFF;
}

/*input, textarea::-webkit-input-placeholder {*/
/*    color: #ABABAB !important;*/
/*}*/
select {
    z-index: 3;
    background-color: transparent !important;
}

select,
option {
    font-family: 'Open Sans' !important;
    box-sizing: border-box;
    width: 100%;
    height: 35px;
    background: #FFFFFF;
    border: none;
    border-radius: 3px;
    margin-bottom: 5px;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 22px;
    letter-spacing: 0.04em;
    padding: 10px;
    /*color: black;*/
    /*text-align: center;*/
    -webkit-appearance: none;
}

.selectImg {
    position: absolute;
    width: 14px;
    height: 14px;
    margin-top: 41px;
    margin-left: 176px;
    outline: none;
}

.selectImg-3 {
    position: absolute;
    width: 14px;
    height: 14px;
    margin-top: 41px;
    margin-left: 366px;
}

.selectImg-4 {
    position: absolute;
    width: 14px;
    height: 14px;
    margin-top: 84px;
    margin-left: 179px;
}

.selectImg-2 {
    position: absolute;
    width: 14px;
    height: 14px;
    margin-top: 15px;
    margin-left: -20px;
}

.code {
    color: #ABABAB;
    position: absolute;
    margin-top: 8px;
    margin-left: 40px;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 22px;
    letter-spacing: 0.04em;
}

.formBtn {
    width: 131px;
    height: 40px;
    background: #6E8387;
    /* cursor: not-allowed; */
    border-radius: 6px;
    margin-left: 0px;
    margin-top: 31px;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 22px;
    letter-spacing: 0.01em;
    color: #FFFFFF;
    border: none;
}

.h2Heading {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 60px;
    line-height: 90px;
    letter-spacing: 0.01em;
    color: #212121;
    margin-bottom: 56px;

}

.imgDiv {
    height: 187px;
    width: 169px;
    margin-right: 30px;
    background: #FFFFFF;
    border: 1px solid #DEDEDE;
    box-shadow: 13.0775px 12.3684px 0px rgba(18, 17, 17, 0.07), 7.70005px 7.28253px 0px rgba(18, 17, 17, 0.050624), 3.95465px 3.74021px 0px rgba(18, 17, 17, 0.039312), 1.59023px 1.504px 0px rgba(18, 17, 17, 0.030688), 0.355709px 0.336421px 0px rgba(18, 17, 17, 0.019376);
    border-radius: 32px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.workImg {
    margin: 32px auto;
}

.imgDivText {
    text-align: center;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    letter-spacing: 0.01em;
    color: #212121;
    margin-bottom: 21px;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px #FFFFFF inset;
    -webkit-text-fill-color: black !important;
}

.locationHeading {
    margin-bottom: 91px;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 60px;
    line-height: 22px;
    letter-spacing: 0.01em;
    color: #212121;
}

.mainAddressDiv {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.headOffice {
    margin-left: 164px;
    margin-bottom: 7px;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 22px;
    letter-spacing: 0.01em;
    color: #484848;
    background: #F3F4F6;
    padding: 0px 4px;
    border-radius: 5px;
}

.officeName {
    margin-left: 19px;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 22px;
    letter-spacing: 0.01em;
    color: #212121;
}

.address {
    margin-left: 58px !important;
    height: 66px !important;
    font-family: 'Poppins' !important;
    font-style: normal !important;
    font-weight: 400 !important;
    font-size: 14px !important;
    line-height: 22px !important;
    letter-spacing: 0.01em !important;
    color: #575756 !important;
    text-transform: none !important;
}

.iconDiv {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.iconDiv2 {
    display: flex;
    margin-top: 39px;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.connectH2 {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 60px;
    line-height: 90px;
    letter-spacing: 0.01em;
    color: #212121;
    margin-bottom: 0px;
}

.icon {
    cursor: pointer;
    background: #FFFFFF;
    border: 1px solid #DEDEDE;
    box-shadow: 13.0775px 12.3684px 0px rgba(18, 17, 17, 0.07), 7.70005px 7.28253px 0px rgba(18, 17, 17, 0.050624), 3.95465px 3.74021px 0px rgba(18, 17, 17, 0.039312), 1.59023px 1.504px 0px rgba(18, 17, 17, 0.030688), 0.355709px 0.336421px 0px rgba(18, 17, 17, 0.019376);
    border-radius: 18px;
}


.arrowImgDiv .box-a .arrowImg {
    transition: all 0.4s ease-in-out;
}

.arrowImgDiv:hover .arrowImg {
    transform: translateX(0.5rem);
}

.caseText {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 22px;
    letter-spacing: 0.01em;
    text-decoration-line: underline;
    color: #212121;
}

.privacyText {
    margin-left: 13px;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 22px;
    letter-spacing: 0.01em;
    color: #525251;
}

.formDivMob label {
    line-height: 55px;
    font-size: 12px;
    margin-top: 10px;
}