@media only screen and (max-width: 768px) {
 .main_img_1 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(210%, -380%);
    width: 18%;
}

.tg-hero-title-box .tg-hero-para{
    visibility: hidden;
}

.tg-hero-title{
    font-size: 70px;
}

.main_text_box{
    flex-direction: column;
            padding: 20px 50px;
}

.tg-hero-content{
    padding-top: 90px;
    padding-bottom: 250px;
}

.fs-80 {
    font-size: 60px !important;
}


.tabs {
    display: flex
;
    gap: 10px;
    flex-direction: column;
}
.tab-buttons {
    display: flex
;
    gap: 10px;
    flex-direction: row;
    margin-bottom: 10px;
    width: 100%;
}

.tab-pane ul li{
    width: 40%;
}

.tab-btn{
    width: 100%;
            padding: 2px 7px;
}

}

@media only screen and (max-width: 590px){
     .main_img_1 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(180%, -410%);
    width: 16%;
}

    .tg-hero-content {
        padding-top: 120px;
        padding-bottom: 160px;
    }

    .main_text_box p{
        display: none;
    }

    .tg-hero-title {
        font-size: 60px;
    }

}

@media only screen and (max-width: 590px){
    .tg-hero-title-box h5{
        font-size: 50px !important;
    }

        .main_img_1 {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(200%, -450%
-450%
);
        width: 16%;
    }
}

@media only screen and (max-width: 397px){
.fs-80 {
    font-size: 40px !important;
}


}