@media only screen and (min-width: 768px) and (max-width: 947px){
    .toggle-menu {
        display: block !important;
        cursor: pointer;
    }
}










@media screen and (max-width: 970px){
    .main {
        position: relative;
        line-height: 20px;
        width: 125%;
        padding: 0px 0px;
        margin: auto;
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
    }
    .techi_main_container {
        width: 100%;
        margin: 0 auto;
    }
    .travel_packages{
        width: 100%;
    }
    .cs_footer {
        width: 94%;
        padding-left: 10px;
    }
    .footer_box_imgs img{
        width: 100%;
    }
    .cs_footer_copy_right{
        width: 100%;
    }
    .techi_slider_home {
        width: 100%;
    }
    #sliderFrame {
        position: relative;
        width: 100% !important;
        height: 300px;
        /* margin: 0 auto; */
        margin-top: 20px;
    }
    #slider {
        width: 100% !important;
    }
    .techi_car_rantal_software_box {
        width: 100%;
    }
    #menu-toggle {
        position: absolute;
        right: 20px;
        top: 40px;
        color: white;
        padding: 10px 20px;
        border: none;
        border-radius: 4px;
        background-color: #45a049;
    }
    .techi_main_container{
        display: flex;
        flex-direction: column;
    }
    .techi_social_div{
        width: 100%;
        margin: 0 auto;
        text-align: center;
        display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    }
    .techi_social_div_inner{
        border: none;
    }
    .travel_packages_box {
        width: 100%;
    }
    .travel_packages_box img{
        width: 95%;
        object-fit: cover;
    }
    .menubar ul {
        display: none;
        /* Hide the menu by default */
    }
    .techi_social_div {
        min-width: 100%;
    }
    .wrapper .main {
        padding: 3px;
    }
    .techi_car_rantal_software_box {
        padding: 0px;
        
    }
    #followbuttons {
        right: 12px;
    }
    .form-group {
        gap: 11px;
    }
    .menubar.active ul {
        display: block;
        position: fixed;
        display: flex;
        flex-direction: column;
        /* right: 0; */
        left: 0;
        top: 0;
        background: #f8f8f8;
        height: 100%;
        z-index: 99999;
        width: 200px;
    }
    .menubar.active ul li{
        background: #3f6c03;
    }
    .main_inner_page_box {
        width: 100%;
    }
    .main_inner_header {
        width: 100%;
    }
    .inner_description {
        width: 94%;
    }
    .center_div_other td {
        width: 82%;
    }
    .inner_main_table{
        width: 100%;
    }
}