*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: 'Rubik', sans-serif;
}
body{
    padding: 0;
    margin: 0;
}
a{
    text-decoration: none;
}
/* Colors */
/* #293c8d */


.header{

    position: absolute;
        z-index: 500;
        width: 100%;
        background: white;
        left: 50%;
        transform: translate(-50%, 0);
        top: 30px;
    
    } 


.header_logo a{
   font-size: 25px;
   color: #000;
}

.header_logo a span{
    color: #f0652b;
    font-weight: bold;
}

.header_contact_col i{
    color: #fff;
    background: #f0652b;
    padding: 10px 10px;
    border-radius: 3px;
}
.header_contact{
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: end;
}
.header_contact_col a{
    text-decoration: none;
    color: #000;
    transition: 0.5s;
}
.header_contact_col a:hover{
    color: #f0652b;
}
.logDrop_top li a{
    transition: 0.5s;
}
.logDrop_top li a:hover{
    background: #f0652b;
    color: white;
}




.add_inBus{
    border-left: 1px solid #f0652b;
    justify-content: center;
    gap: 15%; 
    
}

.add_inBus .header_login{
    font-size: 20px;
    color: black;
}
.add_inBus button{
    border: none;
    padding: 8px;
    background: #f0652b;
    color: white;
    border-radius: 4px;
    transition: 0.5s;
    border: 1px solid #f0652b;
}
.add_inBus button:hover{
    background: white;
    color: #f0652b;
}

.offTogg_easy{
    transform: rotate(180deg);
    transform: rotate(180deg);
    /* display: none; */
    background: no-repeat;
    border: none;
    color: #f0652b;
    padding: 0;
    font-size: 23px;
    display: none;
}

/* *** banner  */
.bann_sec{
    position: relative;
    background: #f0652b;
}
.bannMain_div{
    height: 375px;
    overflow: hidden;
}

.bannMain_layer{
    background: #00000061;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    z-index: 100;
}
.banTcxxt{
    position: absolute;
    z-index: 200;
    left: 50%;
    transform: translate(-50%, 0);
    top: 180px;
    text-align: center;
    color: white;
}
.easyForm_div{
    position: relative;
    z-index: 500;
}


.easyForm_respons{
    display: none;
}




.easyForm_div ul {
    gap: 2%;
}
.easyForm_div ul button{
    background: #ffffff;
    border-radius: 8px;
    color: #f0652b;
}
.easyForm_div ul li button.active{
    background: #f0652b;
    color: white;
}
.easyForm_inner{
    /* padding: 20px; */
    background: white;
    padding: 20px;
    border-radius: 12px;
    box-shadow: 5px 3px 12px #00000017;
}
.easyInp_1 input[type="text"]{
    padding-right: 30px;
}
.easyInp_1 {
    position: relative;
}

.easyInp_1 i{
    position: absolute;
    right: 20px;
    font-size: 23px;
    top: 35px;
    color: #f0652b;

}

.easyInp_1 input {
    width: 100%;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #80808038;
    margin-top: 5px;
    outline: none;
}
.easyInp_1 button{
    border: none;
    padding: 8px;
    background: #f0652b;
    color: white;
    border-radius: 4px;
    width: 100%;
    transition: 0.5s;
    border: 1px solid #f0652b;

    /* margin-top: 5px; */
}
.easyInp_1 button:hover{
    background: white;
    color: #f0652b;
}

/* Style the date input */
input[type="date"] {
    appearance: none; /* Removes default styles */
    -webkit-appearance: none; /* Removes default styles in Safari */
    -moz-appearance: textfield; /* Ensures compatibility in Firefox */
    position: relative;
    /* padding: 10px 40px; */
    border: 1px solid #ccc;
    border-radius: 4px;
    background-color: white;
    font-size: 16px;
}

/* Add custom icon */
input[type="date"]::-webkit-calendar-picker-indicator {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    color: transparent; /* Hides the default */
    background-image: url('../images/calen_EasyForm.png'); /* Custom icon */
    background-repeat: no-repeat;
    background-size: 20px 20px;
    background-position: center;
    width: 20px;
    height: 20px;
    opacity: 1;
}

input[type="time"] {
    appearance: none; /* Removes default styles */
    -webkit-appearance: none; /* Removes default styles in Safari */
    -moz-appearance: textfield; /* Ensures compatibility in Firefox */
    position: relative;
    /* padding: 10px 40px; */
    border: 1px solid #ccc;
    border-radius: 4px;
    background-color: white;
    font-size: 16px;
}

/* Add custom icon */
input[type="time"]::-webkit-calendar-picker-indicator {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    color: transparent; /* Hides the default */
    background-image: url('../images/time_EasyForm.png'); /* Custom icon */
    background-repeat: no-repeat;
    background-size: 20px 20px;
    background-position: center;
    width: 20px;
    height: 20px;
    opacity: 1;
}



.Eactive {
    display: block;
}
.Eactiveanoth {
    display: block;
}


#easFormBannn_id .error{
    color: red;
    font-size: 14px;
}

#easFormBannn_id_resp .error{
    color: red;
    font-size: 14px;
}


.toggle-btn.active-red {
    background-color: #f0652b;
    color:#000;
    border:1px solid #fff;
}
.toggle-btn:hover{
    color: inherit !important;
}


/* **** About PArt  */

.esAbout_sec{
    padding-top: 75px;
}

.esAbout_1 h5{
    color: #f0652b;
}
.esAbout_1 h2{
    font-size: 40px;
    margin-top: 20px;
}
.esAbout_1 h2 span{
    color: #f0652b;
}
.esAbout_1 p{
    font-size: 17px;
}

.abtEas_point ul{
    padding-left: 0;
    justify-content: space-between;
    width: 100%;
}
.abtEas_point ul li{
    list-style: none;
    margin-top: 8px;
}
.abtEas_point ul li i{
    color: #f0652b;
}
.esAbout_1 button{
    border: none;
    padding: 8px;
    background: #f0652b;
    color: white;
    border-radius: 4px;
    width: 30%;
    margin-top: 20px;
    font-size: 17px;
    transition: 0.5s;
    border: 1px solid #f0652b;
}
.esAbout_1 button:hover{
    background: white;
    color: #f0652b;
}
.esAbout_2_img img{
    width: 100%;
    border-radius: 15px;
}
.esAbout_2_img{
    width: 80%;
}
.esAbout_2_img_flt img{
    width: 100%;
    border-radius: 15px;
}
.esAbout_2_img_flt{
    top: 100px;
    width: 46%;
    position: absolute;
    right: 0%;
    background: white;
    padding: 15px;
    border-radius: 15px;
}
.expYrs{
    background: #f0652bde;
    position: absolute;
    padding: 14px;
    border-radius: 10px;
    bottom: 12px;
    left: 12px;
}
.expYrs p{
    margin-bottom: 0;
    color: #fff;
}
.expYrs strong{
    font-size: 35px;
}


/* Fleet Part  */
.easFleet_sec{
    background: url("../images/backkkFlleet.jpg") ;
    /* background: #f0652b0a; */
    background-size: cover;
    overflow: hidden;
}
/* .easFleet_sec::after{
    content: "";
    position: absolute;
    width: 300px;
    height: 300px;
    background-color: #f0652b87;
    top: -124px;
    right: -9%;
    border-radius: 100%;
}
.easFleet_sec::before{
    content: "";
    position: absolute;
    width: 150px;
    height: 150px;
    background-color: #f0652b87;
    bottom: 12px;
    left: -5%;
    border-radius: 100%;
} */
.fleetHead h3{
    text-align: center;
    font-size: 35px;
    background: linear-gradient(#000000 40%, #f0652bde);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.fleet_imgg img{
    width: 100%;
    border-radius: 10px;
}

.fleetTxt_divv{
    background: white;
    position: absolute;
    width: 85%;
    padding: 18px;
    border-radius: 10px;
    bottom: -60px;
    left: 3%;
    box-shadow: 5px 3px 12px #00000017;
}

.fleetTxt_divv h5{
    font-size: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.fleetTxt_divv h5 span{
    font-size: 14px;
    color: #f0652b;
}
.fleetTxt_divv p{
    color: #f0652b;
}
.fleetTxt_divv button{
    border: none;
    padding: 8px;
    background: #f0652b;
    color: white;
    border-radius: 4px;
    width: 50%;
    /* margin-top: 20px; */
    font-size: 17px;
    transition: 0.5s;
}
.fleetTxt_divv button:hover
{
    background-color: #000;
}
.fleetEas_owwl  .owl-stage-outer{
    padding-bottom: 62px;
}
.fleetEas_owwl  .owl-nav{
    position: absolute;
    width: 100%;
}
.fleetEas_owwl  .owl-nav.disabled{
    display: flex;
    justify-content: center;
    gap: 5%;
}

.fleetEas_owwl  .owl-nav{
    font-size: 40px;
    color: #f0652b;
}

.fleetEas_owwl  .owl-nav button:hover{
    background: transparent !important;
    color: inherit !important;
}

/* ****** Just Know  PArt  */

.knowSec{
    background: url("../images/knowBack.jpg");
    background-size: cover;
    background-position: center;
    background-color: rgba(0, 0, 0, 0.616);
    background-blend-mode: overlay;
    background-attachment: fixed;
}
.know_inn{
    text-align: center;
}
.know_inn h3{
    text-align: center;
    color: white;
    font-size: 35px;
}
.know_inn h3 a{
    color: #f0652b;
}
.know_inn h4{
    color: white;
    letter-spacing: 1px;
}
.know_inn p{
    color: white;
    max-width: 70%;
    margin: 20px auto;
}
.know_inn button{
    border: none;
    padding: 8px;
    background: #f0652b;
    color: white;
    border-radius: 4px;
    width: 30%;
    /* margin-top: 20px; */
    font-size: 17px;
    transition: 0.5s;
}
.know_inn button:hover{
background: white;
color: #f0652b;
}
/* *** Choose  Part  */

.chosIcon img{
    width: 100%;
}
.chosTxt h5{
    font-size: 28x;
    color: #f0652b;
    /* font-weight: 700; */
}
.chosTxt p{
    margin-bottom: 0;
}
.chosCar {
    box-shadow: 5px 3px 12px #00000017;
    padding: 25px 16px;
    background: #fffdfc;
    border-radius: 10px;
    align-items: center;
}
.chosEx{
    top: -20px;
}

/* Testiminial */

.testiSec{
    background: url("../images/GradientTestiii.jpg");
    background-size: cover;
    background-position: center;
    padding-bottom: 100px;
}

.testiCard{
    background: white;
    padding: 30px;
    padding-left: 60px;
    border-radius: 13px;
    box-shadow: 5px 3px 12px #00000017;
    border-bottom: 4px solid #f0652b;
}
.testiID_img img{
    width: 100%;
}
.testiID_img{
    width: 12%;
    position: absolute;
    background: #f0652b;
    padding: 12px;
    border-radius: 8px;
    left: -4%;
    top: 76px;
}
.paraTest{
    color: #575757;
}

.testiComma img{
    width: 100%;
}
.testiComma{
    position: absolute;
    width: 13%;
    bottom: 22px;
    right: 42px;
}

/* Footer Part  */

.footRecap{
    background: #f0672e;
    padding: 35px;
    border-radius: 15px;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    width: 80%;
    left: 50%;
    transform: translate(-50%, 0);
    top: -60px;
}
.footRecap_1 h4{
    font-size: 30px;
    color: white;
}

.footRecap_1 p{
    margin-bottom: 0;
    color: white;
}
.footRecap_2{
    width: 40%;
    display: flex;
    justify-content: end;
}
.footRecap_2 button{
    border: none;
    padding: 10px 8px;
    background: #ffffff;
    color: #f0652b;
    border-radius: 4px;
    width: 70%;
    /* margin-top: 20px; */
    font-size: 17px;
}


.mainFoot_div{
    padding-top: 120px;
    padding-bottom: 50px;
    background: url("../images/blackFoot_eas.jpg");
    background-size: cover;
    background-position: center;
}
.foot_logo{
    margin-bottom: 30px;
}
.foot_logo a{
    font-size: 25px;
    color: #ffffff;
}
.foot_logo a span {
    color: #f0652b;
    font-weight: bold;
}
.foot_1 p{
    margin-top: 10px;
    color: rgb(158, 158, 158);
}
.socLink_ftt{
    gap: 4%;
}
.socLink_ftt a{
    color: #f0652b;
    font-size:22px;
}

.foot_2 h5{
    color: #f0652b;
    /* margin-bottom: 15px; */
    margin-bottom: 30px;
    margin-top: 8px;
    font-size: 22px;

}

.foot_2 a{
    margin-bottom: 2px;
    display: flex;
    gap: 2%;
    color: rgb(158, 158, 158);
}
.foot_2 a i{
    color: #f0652b;
    font-size: 18px;
}


.foot_3 h5{
    color: #f0652b;
    /* margin-bottom: 15px; */
    margin-bottom: 30px;
    margin-top: 8px;
    font-size: 22px;
}
.foot_3 ul{
    padding-left: 0;
}
.foot_3 ul li{
    list-style: none;
    color: rgb(158, 158, 158);
}
.foot_3 ul li i{
    color: #f0652b;
}

