* {
    font-family: 'Poppins';
}

img {
    width: 100%;
    height: auto;
}

.tile1 {
    padding: 4.4% 0;
    position: relative;
}

.image-cont {
    position: relative;
}

.image-heading-container {
    position: absolute;
    bottom: 17%;
    left: 12%;
}

.image-heading {
    font-size: 36px;
    font-weight: 500;
    line-height: 2;
    text-align: left;
    color: #fff;
}

.tile1 .image-heading-container p {
    font-size: 15px;
    color: #fff;
}

.tile1 .image-heading-container p a {
    color: #fff;
    text-decoration: underline;
}

.tile2 {
    padding: 2% 0 14% 0;
}

.tile1 .img-wrap {
    max-width: 52vw;
    display: inline-block;
    vertical-align: top;
    width: 48%;
}

.tile1 .img-wrap img {
    width: 100%;
    height: auto;
}

.tile1 .content {
    max-width: 26vw;
    width: 40%;
    text-align: left;
    display: inline-block;
    vertical-align: top;
    margin-left: 7.5vw;
    padding-top: 11.5%;
}

.tile1-content {
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.67;
    letter-spacing: normal;
    text-align: left;
    color: #6f7c95;
}

.tile1 h1 {
    text-align: left;
    text-transform: none;
}

.tile1 h2 {
    width: 100%;
    text-transform: none;
}

.tile2 h2 {
    text-transform: none;
}

.tile-heading {
    text-align: center;
    margin-bottom: 15px;
    color: #010712;
    text-transform: none;
}

.tile2 .content {
    width: 50%;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.67;
    text-align: center;
    color: #6f7c95;
    margin: 0 auto;
}

.tile3 .tile-content {
    text-align: center;
    margin-bottom: 80px;
    color: #6f7c95 !important;
}

.tile3 .contact-sec {
    max-width: 1051px;
    margin: auto;
    border-radius: 5px;
    box-shadow: 0px 11px 18px 0 rgba(11, 77, 204, 0.1);
    padding: 40px 0;
    border: 1px solid #e2e9f8;
    margin-top: 100px;
}

.contact-heading {
    font-size: 14px;
    font-weight: 600;
    line-height: 1.67;
    color: #6f7c95;
    margin-bottom: 10px;
}

.ques-btn {
    margin-top: 20px;
}

.world-map {
    max-width: 1170px;
    padding-top: 10%;
}

.inmobi-offices-details {
    margin: 0 auto;
    text-align: center;
}

.area-inner-cont {
    /*    display: flex;
    flex-direction: row;*/
    display: inline-block;
    vertical-align: top;
    width: 266px;
    margin-right: 20px;
    margin-top: 20px;
    border: solid 1px #e2e9f8;
    border-radius: 6px;
    overflow: hidden;
    transition: all 300ms ease-in-out;
}

.area-inner-cont:hover {
    box-shadow: 0px 15px 20px 0 rgba(11, 77, 204, 0.1);
    transform: scale(1.04);
}

.area-details .city {
    font-size: 18px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: left;
    color: #0b4dcc;
}

.area-details .country {
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.7;
    letter-spacing: 0.3px;
    text-align: left;
    color: #0b4dcc;
}

.area-details .address {
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.3;
    letter-spacing: 0.3px;
    text-align: left;
    color: #6f7c95;
}

.area {
    padding: 0 30px;
    font-size: 26px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 0.92;
    letter-spacing: 2.6px;
    text-align: left;
    color: #8a93a4;
}

.area-details {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    float: right;
    padding: 2% 4%;
    border-radius: 4px;
    height: 160px;
    overflow-y: auto;
}

.area-image {
    position: relative;
    overflow: hidden;
    width: 100%;
    display: inline-block;
    vertical-align: top;
    float: left;
    height: 180px;
}

.area-image img {
    display: block;
    position: absolute;
    top: 0%;
    left: 0;
    height: 180px;
    width: 100%;
    max-width: inherit;
}

.area-image .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.area-outer-cont {
    /*    max-width: 100%;
    display: flex;
    flex-wrap: wrap;*/
    margin: 0 auto;
    text-align: left;
}

.area-inner-cont:hover .overlay {
    display: none;
}


/* hubspot css override*/

.hbspt-form .hs-form,
.hs-form {
    max-width: 1000px;
}

.form-columns-1 {
    font-family: Poppins !important;
    padding-bottom: 10px !important;
    width: 40% !important;
    float: left;
    margin: 0 5% !important;
}

.form-columns-1:last-of-type {
    font-family: Poppins !important;
    padding-bottom: 10px !important;
    width: 90% !important;
}

.form-columns-1:nth-child(9) {
    font-family: Poppins !important;
    padding-bottom: 10px !important;
    width: 100% !important;
}

.form-columns-1:nth-child(10) {
    font-family: Poppins !important;
    padding-bottom: 10px !important;
    width: 100% !important;
}

.hs-input[type="text"],
.hs-input[type="email"],
.hs-input[type="tel"] {
    width: 100% !important;
    border: none !important;
    border-bottom: 1px solid #e1e1e1 !important;
    background: transparent !important;
    border-radius: 0px !important;
}

.hs-input[type="text"]:focus,
.hs-input[type="email"]:focus,
.hs-input[type="tel"]:focus {
    outline: none !important;
    border: none !important;
    box-shadow: none !important;
    border-bottom: 1px solid #0b4dcc !important;
}

.hs-error-msgs {
    padding: 0 !important;
}

.hs-error-msgs label {
    color: #fd7f72 !important;
    font-family: 'Poppins' !important;
    margin: 2px 0 !important;
}


/* .hbspt-form .hs-form.stacked .hs-form-field .hs-error-msgs{
    bottom: unset !important;
} */

.hbspt-form .hs-form.stacked .hs-form-field .hs-error-msgs label {
    color: #fd7f72 !important;
    font-family: 'Poppins' !important;
}

.legal-consent-container .hs-dependent-field span,
.hbspt-form .hs-form .legal-consent-container p {
    font-family: 'Poppins' !important;
    color: #6f7c95 !important;
    font-weight: 300 !important;
    font-size: 14px !important;
    white-space: normal!important;
    margin: 0;
}

.form-columns-1 .hs-form-field>label>span {
    font-size: 14px !important;
    font-weight: 300 !important;
    color: #6f7c95 !important;
    font-family: Poppins !important;
}

.hs-fieldtype-textarea .input {
    text-align: left !important;
}

textarea.hs-input {
    width: 95% !important;
    border: 1px solid #e1e1e1 !important;
    background: transparent !important;
}

select.hs-input {
    border: none !important;
    border-radius: 0px !important;
    border-bottom: 1px solid #e1e1e1 !important;
    width: 100% !important;
    background-color: transparent !important;
    font-family: 'Poppins' !important;
    font-size: 12px !important;
    opacity: 0.6 !important;
}


/* .hs-submit {
    width: 100% !important;
    float: left;
    margin: 0 4% !important;
} */

.hs-submit input[type="submit"] {
    background-color: #0b4dcc !important;
    border-radius: 25px !important;
    margin: 0 !important;
    font-size: 12px !important;
    padding: 15px 30px !important;
    width: auto !important;
}

.hs-richtext {
    text-align: left !important;
}

.hbspt-form .hs-form.stacked .hs-fieldtype-booleancheckbox {
    margin-bottom: 0px;
}

.hs-form-booleancheckbox>label {
    display: flex !important;
}


/* Tab css */

.country-tab {
    padding: 5% 0 0% 0;
    margin-bottom: 2%;
    border-bottom: 1px solid #e1e1e1;
}

.slider-nav {
    text-align: center;
    width: 100%!important;
    display: flex;
    flex-direction: row;
    padding: 0 4%;
}

.tab-name {
    font-size: 13px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.85;
    letter-spacing: 1.3px;
    text-align: center;
    color: var(--charcoal);
    outline: none;
    padding: 16px 24px;
    margin: 0 26px;
    text-transform: uppercase;
    border-bottom: 1px solid transparent;
    cursor: pointer;
}

.slider-nav .active {
    border-bottom: 3px solid #0b4dcc;
    color: #0b4dcc;
}

.hidden {
    display: none !important;
}

.legal-consent-container .hs-richtext {
    white-space: normal;
    color: #6f7c95 !important;
    font-weight: 300 !important;
    font-family: Poppins !important;
}

.legal-consent-container .hs-richtext a {
    color: #0b4dcc;
}

@media (max-width: 768px) {
    .tile1 .img-wrap {
        width: 100%;
        max-width: 100%;
    }
    .tile2 .content,
    .tile1 .content {
        width: 100%;
        max-width: 100%;
        margin: 0;
        font-size: 16px;
    }
    .tile1 {
        padding: 13% 0 0 0;
        position: relative;
        width: 100%;
    }
    .tile1-content {
        font-size: 16px;
    }
    .tile2 {
        padding: 10% 20px;
        width: 100%;
    }
    .tile3 {
        padding: 0 20px;
        width: 100%;
    }
    .tile-img {
        height: 170px;
        object-fit: cover;
    }
    .area-outer-cont {
        text-align: center;
    }
    .area-inner-cont {
        margin-right: 0;
    }
    .form-columns-1 {
        font-family: Poppins !important;
        padding-bottom: 10px !important;
        width: 100% !important;
        margin: 0 !important;
    }
    .hs-submit {
        width: 100% !important;
    }
    .tile3 .contact-sec {
        margin: 0 auto;
        box-shadow: none;
        border: none;
        padding-bottom: 0;
    }
    .image-heading {
        font-size: 26px;
        line-height: 2;
    }
    .image-heading-container {
        position: absolute;
        bottom: 7%;
        left: 5%;
    }
    .slider-nav {
        overflow-x: auto;
    }
    .legal-consent-container .hs-richtext {
        white-space: normal;
    }
    .hs-form-booleancheckbox>label {
        display: flex !important;
        white-space: normal !important;
    }
    .tab-name {
        cursor: pointer;
        white-space: nowrap;
        padding: 12px 0px;
        margin: 0 16px;
    }
     ::-webkit-scrollbar {
        display: none;
    }
    /*    .area-outer-cont{
        padding-bottom: 20px;
    }
    .area-inner-cont{
        width: 100%;
        margin-right: 0px;
    }
    .area-details .address{
        font-size: 12px;
    }
    .area-details .city{
        font-size: 16px;
    }
    .area{
        font-size: 22px;
        letter-spacing: 2px;
    }
    .area-details{
        height: 130px;
        overflow: auto;
    }*/
}

@media (min-width: 1400px) {
    /*
    .area-image{
        height: 180px;
        width: 180px;
    }
    .area-details{
        overflow-x: auto;
        font-size: 14px;
    }
    .area-inner-cont{
        width: 28.4vw;
    }*/
    .area-inner-cont {
        width: 21%;
        margin: 0 1.9%;
        margin-top: 40px;
    }
    .tile2 {
        padding: 1% 0 10% 0;
    }
}