  .sub-banner {
    width: 100%;
    background-size: cover;
    position: relative;
    height: 400px;
    background-repeat: no-repeat;
    background-position: center;
    margin-top: 6rem;
}
.sub-banner .banner {
    position: relative;
    z-index: 1;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 400px;
    width: 100%;
}
.banner-text {
    content: "";
    position: absolute;
}
.sub-banner::after {
    content: "";
    background-color: rgb(0 0 0 / 50%);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 400px;
}
.sub-banner .breadcrumb{
    justify-content: center;
}
.sub-banner .breadcrumb a{
    color: #fff;
    transition-duration: 0.3s;
}
.sub-banner .breadcrumb a:hover{
    color: #E6000A;
    transition: all ease-in-out 0.3s;
}
.sub-banner .breadcrumb-item+.breadcrumb-item::before{
    color: #fff;
}

.banner-text h2{
  font-size: 35px;
}

.sub-banner-contact{
    background: url(/assets/images/contact/contact-banner.webp);
}
.contact-sec .container{
    padding: 35px;
    background-color: #eaeaea;
    border-radius: 8px;
}
.contact-head{
    margin-bottom: 3rem;
}
.contact-head h2{
    font-size: 28px;
    color: #E6000A;
    position: relative;
    display: flex;
}
.contact-head h2::after{
    content: "";
    position: absolute;
    width: 5%;
    height: 3px;
    color: #E6000A;
    display: inline-block;
    background-color: #E6000A;
    top: 2.2rem;

}
.contact-sec .nav-pills .nav-link.active{
    background-color: #fff;
    font-size: 21px;
    color: #000;
    border-radius: 6px 0px 0px 6px;
}
.tab-right{
    background-color: #fff;
    border-radius: 0px 6px 6px 6px;
}
.tab-left{
    padding-left: 0px !important;
    padding-right: 0px !important;
}
.contact-sec .right-tab-txt a{
    color: #000;
    margin-left: 0px;
}
.tab-right .row{
    padding: 20px;
}
.location-img{
    padding: 6px;
    border: 1px solid #d5d5d5;
    border-radius: 6px;
    text-align: center;
}
.location-sec h3{
    font-size: 21px;
    color: #E6000A;
    padding-bottom: 8px;
}
.contant-map iframe{
    width: 100%;
    height: 225px;
}
.working-location-txt h2{
    font-size: 28px;
    color: #E6000A;
    position: relative;
    display: flex;
    padding-bottom: 12px;
}
.working-location-txt h2::after{
    content: "";
    position: absolute;
    width: 10%;
    height: 3px;
    color: #E6000A;
    display: inline-block;
    background-color: #E6000A;
    top: 2.2rem;
}
.working-location-txt p{
    font-size: 18px;
    padding-bottom: 12px;
}
.phone-box {
    background-color: #fdeaea;
    border-radius: 10px;
    padding: 12px 16px;
    display: flex;
    align-items: center;
    width: 65%;
}
 .phone-icon {
    background-color: #ff0000;
    color: #fff;
    width: 40px;
    height: 40px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 12px;
    font-size: 18px;
    position: absolute;
    left: -1rem;
}
 .phone-text {
    font-weight: 600;
    font-size: 16px;
    color: #000;
    padding-left: 20px;
}
.phone{
    position: relative;
}
.phone a{
    color: #000;
    font-weight: 500;
}
.phone a:hover{
    color: #E6000A;
    font-weight: 500;
}

/* map css  */

 .map-container {
    position: relative;
    max-width: 700px;
}
.india-map {
    width: 100%;
}
.location {
    position: absolute;
    cursor: pointer;
}
.location i {
    font-size: 22px;
    color: red;
}
/* Tooltip */
.tooltip-text {
    position: absolute;
    background: black;
    color: white;
    font-size: 12px;
    padding: 6px 10px;
    border-radius: 4px;
    top: -45px;
    left: 50%;
    transform: translateX(-50%) translateY(5px);
    white-space: nowrap;
    opacity: 0;
    pointer-events: none;
    transition: 
        opacity 0.25s ease,
        transform 0.25s ease;
    z-index: 10;
}

/* Arrow */
.tooltip-text::after {
    content: "";
    position: absolute;
    bottom: -6px;
    left: 50%;
    transform: translateX(-50%);
    border-width: 6px 6px 0 6px;
    border-style: solid;
    border-color: black transparent transparent transparent;
}

/* Hover state */
.location:hover .tooltip-text {
    opacity: 1;
    transform: translateX(-50%) translateY(0);
}

/* Always visible for active */
.location.active .tooltip-text {
    opacity: 1;
}
.location:hover .tooltip-text {
    opacity: 1;
}
/* Active tooltip always visible */
.location.active .tooltip-text {
    opacity: 1;
}

.globe-location-icon{
    height: 120px;
    width: 120px;
    border-radius: 27px;
    text-align: center;
    line-height: 140px;
    background: #212121;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 35px;
    margin-top: 20px;
}

/* Media query css start  */

@media only screen and (min-width:1024px) and (max-width:1119px){

    p{
        font-size: 15px;
    }
    body h2{
        font-size: 24px;
    }
    .sub-banner{
        margin-top: 5.4rem;
    }
    .sub-banner .banner{
        height: 300px;
    }
    .sub-banner{
        height: 300px;
    }
    .sub-banner::after{
        height: 300px;
    }
    .banner-text h2 {
    font-size: 23px;
    text-align: center;
    }
    .banner-text{
        top: 40%;
    }
    .sub-banner .breadcrumb a{
        font-size: 14px;
    }
}

@media only screen and (min-width:901px) and (max-width:1023px){
    .sub-banner{
        margin-top: 5.4rem;
    }
    .sub-banner .banner{
        height: 200px;
    }
    .sub-banner{
        height: 200px;
    }
    .sub-banner::after{
        height: 200px;
    }
    .banner-text h2 {
    font-size: 23px;
    text-align: center;
    }
    .banner-text{
        top: 35%;
    }
    .sub-banner .breadcrumb a{
        font-size: 14px;
    }
    .sec-padd1{
        margin-top: 0rem;
    }
    .sec-padd8 {
    padding-bottom: 2rem !important;
    }
     p{
        font-size: 15px;
    }
    .contact-sec .nav-pills .nav-link.active {
        background-color: #cbcbcb;
        border-radius: 6px;
        margin-bottom: 15px;
    }
    .tab-right .row{
        padding: 20px 8px 20px 8px;
    }
    .tab-right{
        padding: 6px;
    }
    .contact-sec .container{
        padding: 25px;
    }
    .contact-head h2{
        font-size: 24px;
    }
    .location-sec h3{
        padding-top: 20px;
    }
    .working-location-txt h2{
        font-size: 24px;
    }
    .globe-location-icon{
        width: 90px;
        height: 90px;
    }
    .globe-location-icon img{
        width: 75%;
    }
    .working-location-txt p{
        font-size: 15px;
    }
    .phone a{
        font-size: 15px;
        padding-left: 15px;
    }
    .phone-icon{
        left: 0rem;
    }
    .phone-box{
        width: 100%;
    }
}

@media only screen and (min-width:768px) and (max-width:900px){

    .sub-banner{
        margin-top: 5.4rem;
    }
    .sub-banner .banner{
        height: 200px;
    }
    .sub-banner{
        height: 200px;
    }
    .sub-banner::after{
        height: 200px;
    }
    .banner-text h2 {
    font-size: 23px;
    text-align: center;
    }
    .banner-text{
        top: 35%;
    }
    .sub-banner .breadcrumb a{
        font-size: 14px;
    }
    .sec-padd1{
        margin-top: 0rem;
    }
    .sec-padd8 {
    padding-bottom: 2rem !important;
    }
     p{
        font-size: 15px;
    }
    .contact-sec .nav-pills .nav-link.active {
        background-color: #cbcbcb;
        border-radius: 6px;
        margin-bottom: 15px;
    }
    .tab-right .row{
        padding: 20px 8px 20px 8px;
    }
    .tab-right{
        padding: 6px;
    }
    .contact-sec .container{
        padding: 25px;
    }
    .contact-head h2{
        font-size: 24px;
    }
    .location-sec h3{
        padding-top: 20px;
    }
    .working-location-txt h2{
        font-size: 24px;
    }
    .globe-location-icon{
        width: 90px;
        height: 90px;
    }
    .globe-location-icon img{
        width: 75%;
    }
    .working-location-txt p{
        font-size: 15px;
    }
    .phone a{
        font-size: 15px;
        padding-left: 15px;
    }
    .phone-icon{
        left: 0rem;
    }
    .phone-box{
        width: 100%;
    }
}

@media only screen and (min-width:576px) and (max-width:767px){
    .sub-banner{
        margin-top: 5.4rem;
    }
    .sub-banner .banner{
        height: 150px;
    }
    .sub-banner{
        height: 150px;
    }
    .sub-banner::after{
        height: 150px;
    }
    .banner-text h2 {
        font-size: 21px;
        text-align: center;
    }
    .banner-text{
        top: 30%;
    }
    .sub-banner .breadcrumb a{
        font-size: 16px;
    }
    .sec-padd1{
        margin-top: 0rem;
    }
    .sec-padd8 {
    padding-bottom: 2rem !important;
    }
    p{
        font-size: 15px;
    }
    .contact-sec .nav-pills .nav-link.active {
        background-color: #cbcbcb;
        border-radius: 6px;
        margin-bottom: 15px;
    }
    .tab-right .row{
        padding: 20px 8px 20px 8px;
    }
    .tab-right{
        padding: 6px;
    }
    .contact-sec .container{
        padding: 25px;
    }
    .contact-head h2{
        font-size: 24px;
    }
    .location-sec h3{
        padding-top: 20px;
    }
    .working-location-txt h2{
        font-size: 24px;
    }
    .globe-location-icon{
        width: 90px;
        height: 90px;
    }
    .globe-location-icon img{
        width: 75%;
    }
    .working-location-txt p{
        font-size: 15px;
    }
    .phone a{
        font-size: 15px;
        padding-left: 15px;
    }
    .phone-icon{
        left: 0rem;
    }
    .phone-box{
        width: 75%;
    }
}

@media only screen and (min-width:420px) and (max-width:575px){
    .sub-banner{
        margin-top: 5.4rem;
    }
    .sub-banner .banner{
        height: 150px;
    }
    .sub-banner{
        height: 150px;
    }
    .sub-banner::after{
        height: 150px;
    }
    .banner-text h2 {
        font-size: 21px;
        text-align: center;
    }
    .banner-text{
        top: 30%;
    }
    .sub-banner .breadcrumb a{
        font-size: 16px;
    }
    .sec-padd1{
        margin-top: 0rem;
    }
    .sec-padd8 {
    padding-bottom: 2rem !important;
    }
    p{
        font-size: 15px;
    }
    .contact-sec .nav-pills .nav-link.active {
        background-color: #cbcbcb;
        border-radius: 6px;
        margin-bottom: 15px;
    }
    .tab-right .row{
        padding: 20px 8px 20px 8px;
    }
    .tab-right{
        padding: 6px;
    }
    .contact-sec .container{
        padding: 25px;
    }
    .contact-head h2{
        font-size: 24px;
    }
    .location-sec h3{
        padding-top: 20px;
    }
    .working-location-txt h2{
        font-size: 24px;
    }
    .globe-location-icon{
        width: 90px;
        height: 90px;
    }
    .globe-location-icon img{
        width: 75%;
    }
    .working-location-txt p{
        font-size: 15px;
    }
    .phone a{
        font-size: 15px;
        padding-left: 15px;
    }
    .phone-icon{
        left: 0rem;
    }
    .phone-box{
        width: 75%;
    }
}

@media only screen and (min-width:100px) and (max-width:419px){
    .sub-banner{
        margin-top: 5.4rem;
    }
    .sub-banner .banner{
        height: 150px;
    }
    .sub-banner{
        height: 150px;
    }
    .sub-banner::after{
        height: 150px;
    }
    .banner-text h2 {
        font-size: 21px;
        text-align: center;
    }
    .banner-text{
        top: 30%;
    }
    .sub-banner .breadcrumb a{
        font-size: 16px;
    }
    .sec-padd1{
        margin-top: 0rem;
    }
    .sec-padd8 {
    padding-bottom: 2rem !important;
    }
    p{
        font-size: 15px;
    }
    .contact-sec .nav-pills .nav-link.active {
        background-color: #cbcbcb;
        border-radius: 6px;
        margin-bottom: 15px;
    }
    .tab-right .row{
        padding: 20px 8px 20px 8px;
    }
    .tab-right{
        padding: 6px;
    }
    .contact-sec .container{
        padding: 25px;
    }
    .contact-head h2{
        font-size: 24px;
    }
    .location-sec h3{
        padding-top: 20px;
    }
    .working-location-txt h2{
        font-size: 24px;
    }
    .globe-location-icon{
        width: 90px;
        height: 90px;
    }
    .globe-location-icon img{
        width: 75%;
    }
    .working-location-txt p{
        font-size: 15px;
    }
    .phone a{
        font-size: 15px;
        padding-left: 15px;
    }
    .phone-icon{
        left: 0rem;
    }
    .phone-box{
        width: 75%;
    }
}