.conttact_us_froma {
    margin: 130px 0 0
}

.conttact_us_froma .nav-tabs {
    border: 0;
    margin-top: -140px
}

.conttact_us_froma .nav-tabs li {
    max-width: 270px;
    width: 100%;
    display: block;
    height: 140px;
    border-radius: 5px;
    overflow: hidden;
    margin-left: 20px;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, .06)
}

.conttact_us_froma .nav-tabs li button {
    background-image: url(../images/bangalore.png)
}

.conttact_us_froma .nav-tabs li button#jaipur-tab {
    background-image: url(../images/jaipur.png)
}

.odisa-box button {
    background-image: url(../images/odisha-address-map.png) !important;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #495057;
    background-color: #ffde1d;
    border-color: #dee2e6 #dee2e6 #fff
}

.conttact_us_froma .nav-tabs li button {
    margin: 0;
    width: 100%;
    height: 100%;
    border: 0 !important;
    border-radius: 0;
    text-align: left;
    font-size: 36px;
    font-weight: 700;
    display: flex;
    padding: 15px;
    line-height: 1em;
    color: #fff !important;
    background-color: #30cff2;
    background-size: cover;
    background-repeat: no-repeat
}

.loaction_dtlf img {
    max-width: 100px;
    width: 100%;
    margin-right: 40px
}

.loaction_dtlf span {
    font-size: 20px;
    line-height: 1.6em;
    color: #878787;
    font-weight: 300
}

.loaction_dtlf span a {
    display: block;
    color: #878787;
    font-weight: 300;
    margin-bottom: 10px
}

.loaction_dtlf span a:last-child {
    margin: 0
}

.contact_us_fm {
    border-radius: 8px;
    padding: 50px 50px 20px;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, .08)
}

@media (max-width:575px) {
    .loaction_dtlf span {
        font-size: 14px !important
    }
}

@media (max-width:767px) {
    .contact_us_fm {
        padding: 20px
    }

    .loaction_dtlf span {
        font-size: 16px
    }

    .loaction_dtlf img {
        max-width: 50px
    }

    .conttact_us_froma .nav-tabs {
        justify-content: center !important;
        margin-top: -60px
    }

    .conttact_us_froma .nav-tabs li {
        flex: 1;
        height: 80px;
        margin: 0px 5px;
    }

    .conttact_us_froma .nav-tabs li button {
        font-size: 18px;
        padding: 10px;
        background-position: 100% 100%;
        background-size: 120px
    }

    .loaction_dtlf.mb-50 {
        margin-bottom: 30px
    }

    .conttact_us_froma {
        margin: 70px 0 0
    }
}

@media (min-width:768px) and (max-width:991px) {
    .conttact_us_froma .nav-tabs li button {
        background-position: right bottom;
        background-size: 180px !important;
    }

    .conttact_us_froma .nav-tabs li {
        max-width: 210px;
        height: 130px;
    }

    .contact_us_fm {
        padding: 20px
    }

    .loaction_dtlf span {
        font-size: 16px
    }

    .loaction_dtlf img {
        max-width: 60px
    }
}