
@media (max-width:1199px) {
    .header_logo a {
        font-size: 20px;
        color: #000;
    }


    .bannMain_div {
        height: 581px;
        overflow: hidden;
        position: relative;
    }


    .esAbout_sec {
        padding-top: 125px;
    }


    .easyForm_div {
        top: 70%;

    }

 .easyForm_inner {
        box-shadow: 5px 3px 12px #00000017;
    }

    .bannMain_div {
        height: 540px;
      
    }
}


@media (max-width:1100px) {
    .header_contact {
        gap: 10px;
    }
    .header_contact_col i {
        color: #f0652b;
        background:none;
        padding: 0;
        border-radius: 3px;
        font-size: 20px;
        margin-right: 5px;
    }
}

@media (max-width:1024px) {
    .header_logo a {
        font-size: 17px;
        color: #000;
    }
    
}

@media (max-width:991px) {
    .forResp_none{
        display: none !important;
    }
    .offTogg_easy{
        display: flex;
    }
    .offTogg_easy:hover{
        background: none;
        color: inherit;
    }
   
    .header_logo a {
        font-size: 25px;
        color: #000;
    }
    .nav_roww{
        justify-content: space-between;
    }
    .header_contact{
        flex-direction: column;
        align-items:flex-start;
    }

    .add_inBus{
        border-left: none;
        justify-content: left;
    }

    .offButtonsNav a{
        /* display: block !important; */
        color: #f0652b;
    }
    .offButtonsNav a:nth-child(2){
        padding-left: 4%;
        border-left: 1px solid;
    }
    .offButtonsNav a:nth-child(3){
        padding-left: 4%;
        border-left: 1px solid;
    }
        .offButtonsNav{
            display: flex;
            /* justify-content: space-between; */
            gap: 3%;
            width: 100%;
        }

    /* Banner      */

    .bannMain_div {
        height: auto;
    }

      /* .easyForm_div{display:none;} */
 
        .easyForm_respons{
            display: block;
            background: url("../images/blackRes_formBack.jpg");
            background-size: cover;
            background-repeat: no-repeat;
            background-position: center;
        }
        .easyForm_respons .easyForm_div{
            position: inherit !important;
            transform: inherit !important;
            left: inherit !important;
        }
        .easyForm_respons .easyForm_div{
         width: 100%;
        }

        /* About Part  */
        .esAbout_sec {
            padding-top: 60px;
        }

        .esAbout_1 {
            padding-bottom: 50px;
        }

        
    .chosEx {
        position: inherit !important;
     }
     
     .fleetHead {
        margin-top: 0 !important;
     }

     .testiID_img {
        width: 9%;
     }


}

@media (max-width:840px){

    .footRecap {
        background: #f0672e;
        padding: 35px;
        border-radius: 15px;
        align-items: center;
        justify-content: space-between;
        position: inherit;
        width: 100%;
       margin: 50px 0;
        transform: inherit;
        
    }   

    .footRecap{
        box-shadow: 5px 3px 12px #00000017;
    }
   
    .mainFoot_div{
        padding-top: 50px !important;
    }

    .footRecap {
        flex-direction: column;
    }

    .footRecap_1{
        width: 100%;
        text-align: center;
        padding-bottom: 20px;
    }

    .footRecap_2{
        justify-content: center;
        width: 100%;
    }
    .footRecap_2 button{
        width: 100%;
    }

    .fleetTxt_divv button{
        width: 100%;
    }
}


@media (max-width:767px) {
    
    .banTcxxt {
        position: absolute;
        z-index: 200;
        left: 50%;
        transform: translate(-50%, 0);
        top: 130px;
        text-align: center;
        color: white;
        width: 100%;
    }	


    .esAbout_1 button{
        width: 50%;

    }  

        
}

@media (max-width:575px) {

    .header {
    position: inherit;
    z-index: 500;
    width: 100%;
    background: white;
    left: 50%;
    transform: inherit;
    top: 30px;
    border-radius: 8px;
}

.banTcxxt {
    top: 15%;
    padding: 0 10px;
  
}

.know_inn h3{
    font-size: 28px;
}
.know_inn button{
    width: 50%;
}

.foot_2 h5{
    margin-top: 20px                        ;
}
.foot_3 h5{
    margin-top: 20px                        ;
}



}

@media (max-width:480px){
    .testiID_img{
        width: 12%;
    }
}

@media (max-width:440px) {

    .chosCar {
        align-items: start;
        flex-direction: column;
    }

    .chosIcon {
        width: 20%;
    }

    .testiID_img {
        width: 18%;
        position: absolute;
        background: #f0652b;
        padding: 12px;
        border-radius: 8px;
        left: 8%;
        top: -25px;
    }

    .testiCard {
        padding-left: inherit;
        padding-top: 40px;
    }



}


/** new responsive code of form****/

.new_easyForm_section {
  margin-top: 5px;
  padding: 30px 0;
  display:none;
}

@media (max-width: 977px) {
  .new_easyForm_section {
    display: block; /* Show only on small screens */
  }
  
}

.new_easyForm_div {
  padding: 20px;
  background-color: #f9f9f9;
  border-radius: 8px; /* Optional: rounded corners for the form */
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1); /* Subtle box shadow */
}


.new_easyInp_1 input {
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1); /* Small shadow for input fields */
}

#new_submitBtn {
  width: 100%; /* Full width to match input fields */
  background-color: #f0652b;
  color: white;
  padding: 10px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  box-shadow: none;
  transition: background-color 0.3s ease;
}

#new_submitBtn:hover {
    color:black;
    border:2px solid #f0652b;
  background-color: #fff;
}
