html{
    font-size: 10px;
}
body{
    font-family: 'Rubik', sans-serif;
    color:#000000;
    position: relative;
    
}
a{
    text-decoration: none; 
    transition: all 0.3s cubic-bezier(0.22, 0.44, 0, 1) 0s;
}
a:hover, a:focus{text-decoration:none;outline:0px;}
img{max-width:100%; height:auto; width:auto;}
button:focus, input:focus{outline:none;}
button, input, optgroup, select, textarea{ font-family: 'Rubik', sans-serif;}
input:focus,textarea:focus, button:focus{outline:none;}
input[type="text"], textarea{-webkit-appearance:none;}
ol, ul, dl{
    padding: 0;
    margin: 0;
}
ul{list-style: none;}

h1{font-size: 52px; line-height: 62px; color: var(--primary); font-weight:600; margin:0;}
h2{font-size:48px; line-height:52px; margin:0; font-weight:500; color: var(--primary);}
h3{font-size:30px; line-height:36px; margin:0; font-weight:500;}
h4{margin:0;  font-size:24px; line-height:32px; font-weight:500;}
h5{margin:0; font-size:22px; line-height:30px; color: #000000; padding:0; font-weight:500;}
p{padding:0; margin:0; font-weight:400; }

.text-justify{
    text-align: justify;
}
.row{
    margin-left: -15px;
    margin-right: -15px;
}
.row > *{
    padding-left: 15px;
    padding-right: 15px;
}
.fs-5 {
    line-height: 2.4rem;
}
.fs-7 {
    font-size: 1.2rem;
    line-height: 1.4;
}
.cursor-pointer{
    cursor: pointer;
}
.btn-cancel{
    background: #EDF1F6;
    color: #000000;
}
.text-gray{
    color: #A9A9A9;
}
.text-black{
    color: #000000;
}
.text-review{
    color: #FFC001;
}
.text-complete{
    color: #4CAF50;
}
.text-new{
    color: #2E72B9;
}
.minh-100{
    min-height: 100% !important;
}
.row-sm{
    margin-left: -8px;
    margin-right: -8px;
}
.row-sm > *{
    padding-left: 8px;
    padding-right: 8px;
}
.form-group{
    margin-bottom: 20px;
}
.form-label{
    font-size: 1.6rem;
    line-height: 2rem;
    color: #0A2463;
    font-weight: 500;
    margin: 0 0 4px;
}
.form-control{
    border: 1px solid #A9A9A9;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: none;
    font-size: 1.4rem;
    line-height: 2rem;
    font-weight: 500;
    color: #0A2463;
    padding: 9px 15px;
}
.password-nput{
    background-image: url("../images/eye.svg");
    background-repeat: no-repeat;
    background-position: right 13px center;
    padding-right: 35px;
}
.form-select{
    border: 1px solid #A9A9A9;
    background-color: #fff;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
    background-position: right .75rem center;
    background-size: 16px 12px;
    background-repeat: no-repeat;
    border-radius: 5px;
    box-shadow: none;
    font-size: 1.4rem;
    line-height: 2rem;
    font-weight: 500;
    color: #0A2463;
    padding: 9px 15px;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.form-control:focus{
    border-color: #0A2463;
    box-shadow: none;
}
textarea.form-control{
    height: 84px;
}
textarea.h-105{
    height: 105px;
}
textarea.h-165{
    height: 165px;
}
.submit-btn{
    font-size: 1.8rem;
    line-height: 48px;
    min-width: 200px;
    padding: 0 20px;
    color: #fff;
    font-weight: 500;
    background: #EE6C4D;
    border-radius: 5px;
    border: none;
    box-shadow: none;
    text-align: center;
    display: inline-block;
    vertical-align: top;
    cursor: pointer;
}
.submit-btn.step-back{
    background: #F5F5F5;
    color: #000000;
}
.submit-btn:hover{
    background: #0A2463;
    color: #fff;
}
.submit-btn.step-back:hover{
    color: #fff;
    background: #EE6C4D;
}

.container{
    max-width: 1280px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}
.login-icon{
    width: 16px;
    height: 21px;
    background: url("../images/login.svg") no-repeat center center;
    display: inline-block;
    vertical-align: top;
}
.signup-icon{
    width: 18px;
    height: 21px;
    background: url("../images/signup.svg") no-repeat center center;
    display: inline-block;
    vertical-align: top;
}
.phone-icon{
    width: 24px;
    height: 24px;
    background: url("../images/call-white.svg") no-repeat center center;
    display: inline-block;
    vertical-align: top;
}
.mail-icon{
    width: 21px;
    height: 17px;
    background: url("../images/mail-white.svg") no-repeat center center;
    display: inline-block;
    vertical-align: top;
}
.arrow-down{
    width: 14px;
    height: 8px;
    background: url("../images/arrow-down.svg") no-repeat center center;
    display: inline-block;
    vertical-align: top;
}
.find-icon{
    width: 19px;
    height: 22px;
    background: url("../images/find.svg") no-repeat center center;
    display: inline-block;
    vertical-align: top;
}
.left-arrow{
    width: 16px;
    height: 16px;
    background: url("../images/arrow-left.svg") no-repeat center center;
    display: inline-block;
    vertical-align: top;
}
.info-icon{
    width: 15px;
    height: 15px;
    background: url("../images/info.svg") no-repeat center center;
    display: inline-block;
    vertical-align: top;
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
  }
  .slick-slider .slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
  }
  .slick-slider .slick-list:focus {
    outline: none;
  }
  .slick-slider .slick-list.dragging {
    cursor: pointer;
    cursor: hand;
  }
  .slick-slider .slick-track, .slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .slick-slider .slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .slick-slider .slick-track:before, .slick-slider .slick-track:after {
    display: table;
    content: "";
  }
  .slick-slider .slick-track:after {
    clear: both;
  }
  
  .slick-loading .slick-track {
    visibility: hidden;
  }
  .slick-loading .slick-slide {
    visibility: hidden;
  }
  
  .slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
  }
  .slick-slide img {
    display: block;
  }
  .slick-slide.slick-loading img {
    display: none;
  }
  .slick-slide.dragging img {
    pointer-events: none;
  }
  
  [dir=rtl] .slick-slide {
    float: right;
  }
  
  .slick-initialized .slick-slide {
    display: block;
  }
  
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
  }
  
  .slick-arrow.slick-hidden {
    display: none;
  }
  .slick-prev, .slick-next {
    font-size: 0;
    line-height: 0;
    z-index: 1;
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    width: 25px;
    height: 25px;
    margin-top: -12px;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: none;
    border-radius: 100%;
    outline: none;
    background: url("../images/slide-arrow.svg") no-repeat center center;
 }
 .slick-next{
    transform: rotate(180deg);
    right: 0;
    left: auto;
 }
 .slick-next{
    
 }
  .slick-dots {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
    margin-top: 15px;
  }
  .slick-dots button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 8px;
    height: 8px;
    margin: 0 3px;
    border-radius: 100%;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: #EE6C4D;
  }
  .slick-dots .slick-active button {
    background: #0A2463;
  }
  .slick-dots button:before {
    display: none;
  }
.orrange-arrow .slick-prev, .orrange-arrow .slick-next{
    background: url("../images/slide-arrow-orange.svg") no-repeat center center;
}

.menu-toggle{
    background: transparent;
    position: relative;
    cursor: pointer;
    display: none;
    outline: none;
    border: none;
    padding: 0;
    box-shadow: none;
    width: 22px;
    height: 36px;
    margin-left: 15px;
}
.menu-toggle .menu-bars {
    position: absolute;
    display: block;
    width: 22px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background: #0A2463;
    height: 2px;
    border-radius: 3px;
    transition: all 0.5s ease;
}
.menu-toggle .menu-bars:before, .menu-toggle .menu-bars:after {
    content: "";
    position: absolute;
    right: 0;
    width: 22px;
    background: #0A2463;
    height: 2px;
    border-radius: 3px;
    transition: all 0.5s ease;
}
.menu-toggle .menu-bars:before {
    top: -6px;
}
.menu-toggle .menu-bars:after {
    bottom: -6px;
}
.menu-open .menu-toggle .menu-bars {
    background: transparent;
}
.menu-open .menu-toggle .menu-bars:before {
    top: 0;
    transform: rotate(45deg);
    width: 22px;
}
.menu-open .menu-toggle .menu-bars:after {
    top: 0;
    transform: rotate(-45deg);
    width: 22px;
}

.header-top{
    background: #0A2463;
    padding: 9px 100px;
    font-size: 1.6rem;
    line-height: 2rem;
    font-weight: 400;
}
.headtop-link li a{
    display: flex;
    align-items: center;
    color: #fff;
}
.headtop-link li{
    padding-right: 25px;
}
.headtop-link li a i{
    margin-right: 15px;
}
.headtop-social li{
    padding-right: 15px;
}
.headtop-social li:last-child{
    border-right: 2px solid #fff;
}
.headtop-social li a{
    width: 24px;
    height: 24px;
    display: block;
    background-position: center center;
    background-repeat: no-repeat;
}
.headtop-social li a.facebook{
    background-image: url("../images/facebook-white.svg");
}
.headtop-social li a.twitter{
    background-image: url("../images/twitter-white.svg");
}
.headtop-login li{padding-left: 25px;}
.headtop-login li a{
    display: flex;
    align-items: center;
    color: #fff;
}
.headtop-login li a i{
    margin-right: 15px;
}

.header-main{
    padding: 19px 100px;
    background: #F3FBFF;
}
.head-logo img{
    display: block;
}
.head-nav{
    padding-left: 38px;
}
.nav-list li{
    margin: 0 11px;
}
.nav-list li:first-child{
    margin-left: 0;
}
.nav-list li:last-child{
    margin-right: 0;
}
.nav-list li a{
    font-size: 1.6rem;
    line-height: 2rem;
    font-weight: 400;
    color: #000000;
    display: flex;
    align-items: center;
}
.nav-list li a i{
    margin-left: 3px;
    margin-top: 3px;
}
.nav-list li:hover a{
    color: #EE6C4D;
}
.contactus-btn{
    background: #EE6C4D;
    padding: 6px 20px;
    border-radius: 2px;
    display: flex;
    align-items: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    color: #fff;
    margin-left: auto;
}
.contactus-btn:hover{
    background: #0A2463;
    color: #fff;
}
.contactus-btn i{
    width: 14px;
    height: 14px;
    background: url("../images/contact.svg") no-repeat center center;
    margin-right: 6px;
}

.hero-banner{
    position: relative;
}
.hero-slider .items{
    position: relative;
}
.hero-slider .hero-img{
    position: relative;
}
.hero-slider .hero-img:before{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(10, 36, 99, 0.70);
}
.hero-slider .hero-img img{
    display: block;
    width: 100%;
    height: 700px;
    object-fit: cover;
}
.hero-slider .hero-content{
    position: absolute;
    top: 50%;
    left: 100px;
    text-align: left;
    transform: translateY(-50%);
    max-width: 600px;
}
.hero-content h2{
    font-size: 40px;
    line-height: 52px;
    font-weight: 600;
    color: #fff;
    padding-bottom: 12px;
}
.hero-content p{
    font-size: 25px;
    line-height: 30px;
    font-weight: 300;
    color: #fff;
    max-width: 650px;
    margin: 0 auto;
}
.hero-slider .slick-prev{
    left: 55px;
}
.hero-slider .slick-next{
    right: 55px;
}
.bus-search_header {
position: absolute;
right: 0;
top: 50%;
transform: translateY(-50%);
width: 100%;
    }
    .bus-search_header .container{
    display: flex;
    justify-content: flex-end;
}
.bus-search_header-wraper{
    max-width: 600px;
    background:#F1F1FF;
    border-radius: 6px;
    padding: 30px;
}
.bus-search_header-wraper h4{
    font-size: 2.6rem;
    line-height: 3rem;
    font-weight: 500;
    color: #EE6C4D;
    padding-bottom: 6px;
}
.bus-search_header-wraper p{
    font-size: 1.6rem;
    line-height: 2rem;
    font-weight: 400;
    color: #000000;
    padding-bottom: 15px;
}
.bus-search_header .from-group{
    margin-bottom: 12px;
}
.bus-search_header .exchange-btn{
    text-align: center;
    border: none;
    background: none;
    box-shadow: none;
    padding: 0;
    margin: 0 auto 12px auto;
    display: block;
}
.bus-search {
 
    display: none;
  position: fixed;
  bottom: 0;
  right: 15px;
  z-index: 9;
}
.bus-search .container{
    display: flex;
    justify-content: flex-end;
}
.bus-search-wraper{
    max-width: 600px;
    background:#F1F1FF;
    border-radius: 6px;
    padding: 30px;
}
.bus-search-wraper h4{
    font-size: 2.6rem;
    line-height: 3rem;
    font-weight: 500;
    color: #EE6C4D;
    padding-bottom: 6px;
}
.bus-search-wraper p{
    font-size: 1.6rem;
    line-height: 2rem;
    font-weight: 400;
    color: #000000;
    padding-bottom: 15px;
}
.bus-search .from-group{
    margin-bottom: 12px;
}
.bus-search .exchange-btn{
    text-align: center;
    border: none;
    background: none;
    box-shadow: none;
    padding: 0;
    margin: 0 auto 12px auto;
    display: block;
}
.exchange-btn i{
    background: url("../images/exchange.svg") no-repeat center center;
    width: 24px;
    height: 24px;
    display: block;
    background-size: 100% auto;
    transform: rotate(90deg);
    margin: -7px auto;
}

.footer{
    background: #0A2463;
    padding: 60px 100px 48px;
}
.footer-logo{
    width: 22%;
}
.footer-logo img{
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}
.footer-links{
    padding-right: 25px;
}
.footer-links h5{
    font-size: 2.2rem;
    line-height: 2.4rem;
    font-weight: 500;
    color: #fff;
    padding-bottom: 15px;
}
.quick-link li{
    padding-bottom: 6px;
}
.quick-link li a{
    font-size: 1.6rem;
    line-height: 2.2rem;
    font-weight: 400;
    color: #fff;
}
.newslatter{
    width: 29.5%;
    margin-left: auto;
}
.newslatter h4{
    font-size: 3rem;
    line-height: 3.4rem;
    font-weight: 500;
    color: #fff;
    padding-bottom: 12px;
}
.newslatter p{
    font-size: 1.6rem;
    line-height: 2.2rem;
    font-weight: 400;
    color: #fff;
    padding-bottom: 18px;
}
.newslater-form{
    position: relative;
}
.newslater-form .input-form{
    background: #FFFFFF;
    border-radius: 5px;
    border: none;
    box-shadow: none;
    height: 40px;
    line-height: 40px;
    padding: 0 50px 0 13px;
    font-size: 1.6rem;
    line-height: 2.4rem;
    font-weight: 400;
    color: #000;
    width: 100%;
}
.newslater-form .subscribe{
    position: absolute;
    right: 0;
    top: 0;
    background: #EE6C4D;
    border-radius: 5px;
    border: none;
    box-shadow: none;
    height: 40px;
    line-height: 40px;
    width: 125px;
    text-align: center;
    font-size: 1.6rem;
    line-height: 2.4rem;
    font-weight: 500;
    color: #fff;
}
.newslater-form .subscribe:hover{
    background: #0A2463;
}
.newslatter .headtop-social{
    padding-top: 18px;
}
.newslatter .headtop-social li:last-child{
    border: none;
}

.seaction-head{
    padding-bottom: 30px;
}
.seaction-head h2{
    font-size: 3rem;
    line-height: 3.4rem;
    font-weight: 500;
    color: #EE6C4D;
    padding-bottom: 12px;
}
.seaction-head p{
    font-weight: 400;
    color: #2a2a2a;
    padding-bottom: 15px;
}
.reasons-section{
    padding: 60px 0;
}
.reasons-list{
    margin: 0 -10px;
}
.reasons-list li{
    width: 20%;
    text-align: center;
    padding: 0 10px;
}
.reasons-list li i{
    width: 118px;
    height: 118px;
    border: 5px solid #EE6C4D;
    border-radius: 100%;
    margin: 0 auto 8px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.reasons-list li p{
    font-size: 1.4rem;
    line-height: 2rem;
    font-weight: 400;
    color: #000000;
}

.popular-section{
    padding: 0 0 60px;
}
.viewall{
    font-size: 1.6rem;
    line-height: 2rem;
    font-weight: 500;
    color: #EE6C4D;
}
.row.transportation-list{
    margin-left: -15px;
    margin-right: -15px;
}
.popular-section .transportation-list{
    padding-bottom: 10px;
}
.transportation-list > *{
    padding-left: 15px;
    padding-right: 15px;
}
.transportation-list .col-8{
    width: 59%;
}
.transportation-list .col-4{
    width: 41%;
}
.transportation-list .col-3{
    width: 29.5%;
}
.transportation-card{
    position: relative;
    margin-bottom: 35px;
}
.transportation-content{
    position: absolute;
    left: 0;
    bottom: 25px;
    width: 100%;
    text-align: center;
    padding: 0 15px;
}
.transportation-card h4{
    font-size: 2.1rem;
    line-height: 3rem;
    font-weight: 500;
    color: #fff;
}
.transportation-card h4 span{
    display: block;
}
.transportation-list > div:first-child h4 span{
    display: inline-block;
}
.transportation-content p{
    font-size: 1.6rem;
    line-height: 2rem;
    font-weight: 400;
    color: #fff;
    padding-top: 10px;
}
.transportation-img{
    position: relative;
}
.transportation-img:before{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(10, 36, 99, 0.70);
    border-radius: 5px;
}
.transportation-img img{
    display: block;
    border-radius: 5px;
    width: 100%;
    height: 268px;
    object-fit: cover;
}
.seaction-text p{
    font-weight: 400;
    color: #000000;
    padding-bottom: 18px;
    text-align: justify;
}
.seaction-text p:last-child{
    padding-bottom: 0;
}

.populardestination-section{
    padding-bottom: 25px;
}

.connectwith-section{
    padding-bottom: 60px;
}
.connectwith-card{
    position: relative;
}
.connectwith-card-img{
    position: relative;
}
.connectwith-card-img:before{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(10, 36, 99, 0.70);
}
.connectwith-card-img img{
    display: block;
    width: 100%;
}
.connectwith-card-content{
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    padding: 0 30px;
    width: 100%;
}
.connectwith-card-content h3{
    font-size: 3.4rem;
    line-height: 3.6rem;
    font-weight: 500;
    color: #EE6C4D;
    padding-bottom: 42px;
}
.connectwith-card-content p{
    color: #FFFFFF;
    max-width: 1060px;
    margin: 0 auto;
}

.review-section{
    padding-bottom: 60px;
}
.review-section .seaction-head{
    padding-bottom: 15px;
}
.review-slider .items{
    padding: 0 25px;
}
.review-slider .slick-list{
    margin: 0 -25px;
}
.review-slider .slick-prev{
    left: -59px;
}
.review-slider .slick-next{
    right: -59px;
}
.review-slider .slick-dots{
    margin-top: 20px;
}
.review-slider .slick-dots button{
    width: 14px;
    height: 14px;
    margin: 0 8px;
    background: #0A2463;
}
.review-slider .slick-dots .slick-active button{
    background: #EE6C4D;
}
.review-card{
    text-align: center;
    border: 3px solid #EE6C4D;
    border-radius: 8px;
    padding: 24px 25px;
}
.review-card .user-img{
    padding-bottom: 14px;
}
.review-card .user-img img{
    width: 80px;
    height: 80px;
    border-radius: 100%;
    display: block;
    margin: 0 auto;
}
.review-card h4{
    color: #0A2463;
    font-weight: 600;
    padding-bottom: 10px;
}
.review-card h4 span{
    font-weight: 400;
    display: block;
}
.rating-star{
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 35px;
}
.rating-star span{
    width: 20px;
    height: 20px;
    margin: 0 3px;
}
.rating-star span.full{
    background: url("../images/star.svg") no-repeat center center;
}
.review-card p{
    max-width: 255px;
    margin: 0 auto;
}

.resources-section{
    padding-bottom: 30px;
}
.row.resources-row{
    margin-left: -18px;
    margin-right: -18px;
}
.row.resources-row > *{
    padding-left: 18px;
    padding-right: 18px;
}
.resources-card{
    position: relative;
    margin-bottom: 30px;
}
.resources-card-img{
    position: relative;
}
.resources-card-img:before{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(10, 36, 99, 0.70);
    border-radius: 5px;
}
.resources-card-img img{
    display: block;
    width: 100%;
    border-radius: 5px;
}
.resources-card-content{
    position: absolute;
    left: 0;
    bottom: 35px;
    padding: 0 15px;
    width: 100%;
}
.resources-card-content h5{
    font-weight: 500;
    color: #fff;
    padding-bottom: 11px;
}
.resources-card-content p{
    font-size: 1.4rem;
    line-height: 2rem;
    color: #FFFFFF;
    max-width: 1060px;
    margin: 0 auto;
}
.resources-card-content p span{
    position: relative;
    padding-left: 12px;
    margin-left: 10px;
}
.resources-card-content p span:before{
    content: "";
    position: absolute;
    left: 0;
    top: 5px;
    width: 6px;
    height: 6px;
    background: #FFFFFF;
    border-radius: 100%;
}

.benefits-section{
    padding-bottom: 60px;
}
.grouptravel{
    background: #F5F5F5;
    padding: 45px 0 25px;
}
.grouptravel h2{
    font-size: 3rem;
    line-height: 3.4rem;
    color: #0A2463;
    font-weight: 500;
    padding-bottom: 35px;
}
.grouptravel-left{
    width: 60%;
}
.grouptravel-left ul{
    display: flex;
    flex-wrap: wrap;
}
.grouptravel-left ul li{
    font-size: 2rem;
    line-height: 2.4rem;
    color: #EE6C4D;
    font-weight: 400;
    padding-bottom: 14px;
    width: 50%;
}
.grouptravel-right{
    width: 40%;
}
.grouptravel-right .newslatter{
    width: 100%;
    max-width: 340px;
}
.grouptravel-right .newslatter h4{
    color: #0A2463;
}
.grouptravel-right .newslatter p{
    color: #A8A8A8;
}
.grouptravel-right .headtop-social li a.facebook{
    background-image: url("../images/facebook.svg");
}
.grouptravel-right .headtop-social li a.twitter{
    background-image: url("../images/twitter.svg");
}

.proudpartner-section{
    padding-bottom: 60px;
}

.industrywide-section{
    padding-bottom: 60px;
}

.partner-slider{
    max-width: 650px; 
    margin: 0 auto;
}
.partner-slider .slick-slide{
    padding: 0 40px;
}
.partner-slider .items img{
    width: 120px;
    height: 120px;
    border-radius: 100%;
}
.partner-slider .slick-prev{
    left: -50px;
}
.partner-slider .slick-next{
    right: -50px;
}

.industry-slider{
    max-width: 750px; 
    margin: 0 auto;
}
.industry-slider .slick-slide{
    padding: 0 30px;
}
.industry-slider .items img{
    width: 90px;
    height: 90px;
    border-radius: 100%;
}
.industry-slider .slick-prev{
    left: -50px;
}
.industry-slider .slick-next{
    right: -50px;
}

.motorsearch-section{
    margin-top: -30px;
    position: relative;
}
.search-input{
    padding: 12px 20px 12px 20px;
    background-color: #fff;
    border:  none;
    border-radius: 5px;
    font-size: 1.4rem;
    line-height: 2rem;
    font-weight: 400;
    color: #A9A9A9;
    width: 100%;
}
.search-input.datepicker{
    background-image: url("../images/date.svg");
    background-repeat: no-repeat;
    background-position: right 13px center;
    padding-right: 32px;
}
.search-input::-moz-placeholder{
    color: #A9A9A9;
    opacity: 1;
}
.search-input::-webkit-placeholder{
    color: #A9A9A9;
    opacity: 1;
}
.search-input::-webkit-input-placeholder{
    color: #A9A9A9;
    opacity: 1;
}
.bus-search .btn-number{
    background: #A9A9A9;
    border: none;
    box-shadow: none;
    font-size: 24px;
    color: #fff;
    width: 36px;
    height: 38px;
    line-height: 36px;
    text-align: center;
}
.bus-search .input-number{
    padding: 8px 15px 8px 15px;
    background-color: #fff;
    border:  none;
    border-radius: 5px;
    font-size: 1.4rem;
    line-height: 2rem;
    font-weight: 400;
    color: #A9A9A9;
    width: 60px;
}
.search-btn{
    padding: 0 20px 0 20px;
    background-color: #EE6C4D;
    border:  none;
    border-radius: 5px;
    box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.2);
    font-size: 1.6rem;
    line-height: 52px;
    font-weight: 500;
    color: #FFFFFF;
    width: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.search-btn:hover{
    background-color: #0A2463;
}
.search-btn i{
    margin-left: 18px;
}
.state .custom-select__option--value{
    background-image: url("../images/state.svg");
    background-repeat: no-repeat;
    background-position: 22px center;
    padding-left: 40px;
}
.city .custom-select__option--value{
    background-image: url("../images/city.svg");
    background-repeat: no-repeat;
    background-position: 22px center;
    padding-left: 40px;
}

.signup-section{
    background: url("../images/section-bg.jpg") no-repeat center center;
    background-size: cover;
    padding: 50px 30px 50px;
}
.signup-wraper{
    background: #fff;
    box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.4);
    border-radius: 18px;
    padding: 30px 30px;
    align-items: flex-start;
}
.signup-img{
    position: relative;
    width: 40%;
}
.signup-img img{
    border-radius: 5px;
    display: block;
    width: 100%;
    height: 600px;
    object-fit: cover;
}
.signup-img.login-img img{
    height: 500px;
}
.signup-img:before{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(10, 36, 99, 0.65);
    border-radius: 5px;
}
.signup-right{
    width: 60%;
    padding-left: 25px;
}
.signup-img h2{
    font-size: 3.8rem;
    line-height: 4.2rem;
    color: #fff;
    font-weight: 500;
    position: absolute;
    left: 0;
    top: 50px;
    width: 100%;
    text-align: center;
}
.signup-img p{
    font-size: 1.6rem;
    line-height: 2.2rem;
    color: #fff;
    font-weight: 400;
    position: absolute;
    left: 0;
    bottom: 30px;
    width: 100%;
    text-align: center;
}
.signup-img p a{
    color: #fff;
    font-weight: 500;
    text-decoration: underline;
}
.signup-img p a:hover{
    color: #EE6C4D;
}
.signup-from .submit-btn{
    margin: 0 20px;
}
.custom-checkbox{
    cursor: pointer;
    font-size: 1.6rem;
    color: #0A2463;
    line-height: 2.4rem;
    font-weight: 500;
    display: inline-block;
    vertical-align: top;
}
.custom-checkbox input{
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    visibility: hidden;
    cursor: pointer;
}
.custom-checkbox span{
    border: 2px solid #A9A9A9;
    border-radius: 3px;
    width: 22px;
    height: 22px;
    background: transparent;
    display: inline-block;
    vertical-align: top;
    margin-left: 9px;
}
.custom-checkbox input:checked ~ span{
    background: url("../images/check2.svg") no-repeat center center;
}
.custom-radio {
    cursor: pointer;
    font-size: 1.4rem;
    color: #0A2463;
    line-height: 2.2rem;
    font-weight: 500;
    display: inline-block;
    vertical-align: top;
}
.custom-radio input{
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    visibility: hidden;
    cursor: pointer;
}
.custom-radio span{
    border: 2px solid #A9A9A9;
    border-radius: 100%;
    width: 20px;
    height: 20px;
    background: transparent;
    display: inline-block;
    vertical-align: top;
    margin-right: 9px;
    position: relative;
}
.custom-radio input:checked ~ span:before{
    content: "";
    background: #0A2463;
    width: 8px;
    height: 8px;
    border-radius: 100%;
    position: absolute;
    left: 4px;
    top: 4px;
}

.signup-section .container{
    max-width: 1100px;
}
.signup-right h2{
    font-size: 3.8rem;
    line-height: 4.2rem;
    color: #0A2463;
    text-align: center;
    font-weight: 500;
    padding-top: 0;
    padding-bottom: 30px;
}
.login-right{
    padding-top: 40px;
}
.login-logo img{
    width: 250px;
}
.login-from{
    max-width: 400px;
    margin: 0 auto;
    padding-top: 50px;
}
.login-from .form-group{
    margin-bottom: 35px;
}
.forgot-link{
    font-size: 1.6rem;
    line-height: 2.2rem;
    color: #4285F4;
    font-weight: 400;
    text-align: right;
}
.forgot-link:hover{
    color: #EE6C4D;
}
.login-from .submit-btn{
    width: 100%;
}
.formslide-overflow{
    overflow: hidden;
}
.formslide-row{
    display: flex;
    width: calc(100% * 2);
    padding-bottom: 5px;
}
.formslide-row .form-slide{
    width: calc(100% / 2);
    transition: margin-left 0.3s ease-in-out;
    position: relative;
    /* padding-bottom: 48px; */
}
.formslide-row .form-slide.active{
    display: none;
}
/* .signup-from .form-btn{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
} */
.busfeatures{
    border: 1px solid #A9A9A9;
    border-radius: 4px;
    padding: 10px;
}
.busfeatures h4{
    font-size: 1.8rem;
    line-height: 2.2rem;
    color: #0A2463;
    font-weight: 500;
    margin-bottom: 15px;
}
.featurelist{
    display: flex;
    flex-wrap: wrap;
}
.featurelist li{
    padding-right: 15px;
    padding-bottom: 8px;
    width: 33.33%;
}
.featurelist li .custom-checkbox span{
    margin-left: 0;
    margin-right: 9px;
}

.buslist-wraper{
    background: #F1F1F1;
    padding: 35px 33px;
}
.search-bus{
    background: #FFFFFF;
    padding: 34px 70px;
}
.search-bus .custom-select__option--value{
    background-color: #F5F5F5;
    box-shadow: none;
}
.search-bus .search-input{
    box-shadow: none;
    background: #F5F5F5;
}

.buslist{
    background: #FFFFFF;
    /* margin-top: 50px; */
    padding: 30px 40px 0;
}
.buslist-head{
    font-size: 1.8rem;
    line-height: 2.2rem;
    padding-bottom: 45px;
}
.buslist-head .filter-range{
    margin-left: auto;
}
.buslist-head .range input {
    -webkit-appearance: none;
    appearance: none;
    width: 100%;
    cursor: pointer;
    outline: none;
    border-radius: 15px;
    height: 4px;
    background: #ccc;
}
.buslist-head .filter-range label{
    font-size: 1.8rem;
    line-height: 2.2rem;
    font-weight: 400;
    color: #000000;
}
.buslist-head .filter-range .range{
    display: flex;
    align-items: center;
    margin-left: 15px;
}
.buslist-head .filter-range .value3{
    font-size: 1.8rem;
    line-height: 2rem;
    font-weight: 500;
    color: #EE6C4D;
    padding-left: 8px;
    min-width: 40px;
}
#range3::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none; 
    height: 18px;
    width: 18px;
    background-color: #fff;
    border: 1px solid #EE6C4D;
    border-radius: 50%;
    transition: .2s ease-in-out;
}
  
#range3::-moz-range-thumb {
    height: 18px;
    width: 18px;
    background-color: #fff;
    border: 1px solid #EE6C4D;
    border-radius: 50%;
    transition: .2s ease-in-out;
}

.bus-card{
    border: 1px solid #A9A9A9;
    margin-bottom: 50px;
}
.bus-card-img img{
    display: block;
    width: 100%;
    height: 170px;
    object-fit: cover;
}
.bus-card-content{
    padding: 10px 15px 10px;
    border-bottom: 1px solid #A9A9A9;
}
.bus-card-content h4{
    font-size: 1.8rem;
    line-height: 2.2rem;
    font-weight: 500;
    color: #0A2463;
    padding-bottom: 8px;
}
.bus-card-content p{
    font-size: 1.4rem;
    line-height: 2rem;
    color: #A9A9A9;
    padding-left: 20px;
    padding-bottom: 5px;
}
.bus-card-content p.bus{
    background: url("../images/bus2.svg") no-repeat left 3px;
}
.bus-card-content p.location{
    background: url("../images/location.svg") no-repeat left 3px;
}
.view-bus{
    font-size: 1.6rem;
    line-height: 2.2rem;
    font-weight: 500;
    color: #0A2463;
    margin: 10px 13px;
    display: inline-block;
    vertical-align: top;
}
.view-bus:hover{
    color: #EE6C4D;
}
.busload-more{
    padding-top: 25px;
}


.bus-detail{
    background: #F1F1F1;
}
.busdetail-banner{
    position: relative;
}
.banner-img{
    position: relative;
}
.banner-img:before{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(10, 36, 99, 0.70);
}
.banner-img img{
    display: block;
    width: 100%;
}
.busdetail-banner h2{
    font-size: 3.4rem;
    line-height: 3.8rem;
    color: #FFFFFF;
    font-weight: 600;
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    text-align: center;
    transform: translateY(-50%);
}
.busdetail{
    padding: 20px 25px 45px;
}
.busdetail-head h2{
    font-size: 3rem;
    line-height: 3.6rem;
    color: #1C3AA9;
    font-weight: 600;
}
.busdetail-head .contactus-btn{
    font-size: 1.8rem;
    padding: 10px 20px;
}
.back-btn{
    font-size: 1.8rem;
    line-height: 2.2rem;
    color: #000000;
    font-weight: 400;
    display: flex;
    align-items: center;
    margin-top: 22px;
}
.back-btn:hover{
    color: #EE6C4D;
}
.back-btn i{
    margin-right: 15px;
}
.busdetail-row{
    padding-top: 28px;
}
.busdetail-left{
    width: 65.2%;
    padding-right: 35px;
}
.busdetail-right{
    width: 34.8%;
}
.info-card{
    box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.4);
    border-radius: 0px 0px 12px 12px;
    margin-bottom: 35px;
}
.info-card:last-child{
    margin-bottom: 0;
}
.info-card h4{
    background: #F1F1F1;
    border-bottom: 1px solid #A9A9A9;
    padding: 18px 25px;
    font-size: 2rem;
    line-height: 2.4rem;
    font-weight: 500;
    color: #0A2463;
}
.info-card-body{
    background: #fff;
    padding: 20px 10px 20px;
    border-radius: 0px 0px 12px 12px;
}
.info-list li{
    font-size: 1.8rem;
    line-height: 2.2rem;
    font-weight: 500;
    color: #0A2463;
    padding-left: 26px;
    padding-bottom: 19px;
    background-repeat: no-repeat;
    
}
.info-list.d-flex li{
    width: 50%;
}
.info-list li span{
    display: block;
    padding-top: 2px;
    font-weight: 400;
    font-size: 16px;
}
.info-list li.location{
    background-image: url("../images/location2.svg");
    background-position: left 2px;
    background-size: 20px auto;
}
.info-list li.state{
    background-image: url("../images/state2.svg");
    background-position: left 2px;
    background-size: 16px auto;
}
.info-list li.city{
    background-image: url("../images/city2.svg");
    background-position: left 1px;
    background-size: 18px auto;
}
.info-list li.zip-code{
    background-image: url("../images/zip-code.svg");
    background-position: left 3px;
    background-size: 18px auto;
}
.info-list li.telephone{
    background-image: url("../images/telephone.svg");
    background-position: left 3px;
    background-size: 18px auto;
}
.info-list li.email{
    background-image: url("../images/email.svg");
    background-position: left 3px;
    background-size: 20px auto;
}
.info-list li.capacity{
    background-image: url("../images/capacity.svg");
    background-position: left 4px;
    background-size: 18px auto;
}
.info-list li.years{
    background-image: url("../images/years.svg");
    background-position: left 3px;
    background-size: 16px auto;
}
.info-list li.make{
    background-image: url("../images/make.svg");
    background-position: left 4px;
    background-size: 18px auto;
}
.info-list li.model{
    background-image: url("../images/model.svg");
    background-position: left 4px;
    background-size: 18px auto;
}
.productinfo-card{
    box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.4);
    margin-bottom: 22px;
}
.productinfo-card:last-child{
    margin-bottom: 0;
}
.productinfo-card h4{
    background: #F1F1F1;
    padding: 7px 14px;
    font-size: 2rem;
    line-height: 2.4rem;
    font-weight: 500;
    color: #0A2463;
}
.productinfo-card-body{
    background: #fff;
    padding: 14px 14px;
}
.productinfo-card-body p{
    font-size: 1.6rem;
    line-height: 2.4rem;
    color: #000000;
}
.busdetailimg-slider{
    /* max-width: 600px; */
    margin: 0 auto;
    max-width: 100%;
    padding: 0 30px;
}
.busdetailimg-slider .items{
    background: #fff;
    border-radius: 12px;
}
.busdetailimg-slider .items img{
    border-radius: 12px;
    display: block;
    width: 100%;
}
.busdetailimg-slider .slick-prev, .busdetailimg-slider .slick-next{
    background: url("../images/slide-arrow2.svg") no-repeat center center;
    width: 25px;
    height: 25px;
    display: none !important;
}
.busdetailimg-slider .slick-prev{
    left: -45px;
}
.busdetailimg-slider .slick-next{
    right: -45px;
}
.busdetailthumb-slider{
    padding: 0 25px;
    margin-top: 15px;
    margin-bottom: 35px;
}
.busdetailthumb-slider .slick-prev, .busdetailthumb-slider .slick-next{
    background: url("../images/slide-arrow2.svg") no-repeat center center;
    width: 20px;
    height: 20px;
    background-size: 20px auto;
}
.busdetailthumb-slider .slick-slide{
    padding: 0 5px;
}
.busdetailthumb-slider .items{
    background: #fff;
    border-radius: 12px;
    cursor: pointer;
}
.busdetailthumb-slider .items img{
    border-radius: 12px;
    display: block;
}
.pic-info{
    font-weight: 400;
    padding-top: 13px;
    font-size: 1.5rem;
}
.pic-info i{
    margin-right: 12px;
}

.upload-text{
    font-size: 8px;
    line-height: 12px;
    text-align: center;
    font-weight: 400;
    padding-left: 30px;
}
.uploadtext-btn{
    min-width: 155px;
    line-height: 30px;
    background: #D9D9D9;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 3px;
}
.upload-text span{
    display: block;
}
.fileupload-list{
    display: flex;
    flex-wrap: wrap;
    padding-top: 0;
}
.fileupload-list .file-upload{
    padding-top: 10px;
    padding-right: 20px;
}
.fileupload-list .imagePreview{
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin-right: 0;
    position: absolute;
    background-color: transparent;
    top: 0;
    left: 0;
}
.fileupload-list .file-select {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
}
.fileupload-list .file-select.file-select-box {
   display: inline-block;
   border-radius: 5px;
   border: 1px solid #D9D9D9;
   cursor: pointer;
}
.fileupload-list .file-upload-custom-btn {
    width: 90px;
    height: 90px;
    border: none;
    background-color: #fff;
    color: #A9A9A9;
    font-size: 24px;
    z-index: 1;
    position: relative;
    cursor: pointer;
}
.fileupload-list .file-select.file-select-box:hover{
    border-color: #0A2463;
}
.fileupload-list .file-select.file-select-box:hover .file-upload-custom-btn{
    color: #000000;
}
.fileupload-list .file-select-name{
    margin-left: 15px;
}
.fileupload-list .file-select input[type=file] {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.fileupload-list .file-select.file-select-box input[type=file]{
    z-index: 2;
}

.error {
    color: red;
}

.aboutsm-section{
    padding-bottom: 60px;
}
.ourmisn-section{
    padding-bottom: 60px;
}
.transportationrow .row{
    margin: 0 -35px 40px;
    align-items: center;
}
.transportationrow .col-4{
    padding: 0 35px;
    width: 40.3%;
}
.transportationrow .col-8{
    padding: 0 35px;
    width: 59.7%;
}
.transportationrow .transportation-card{
    margin-bottom: 0;
}
.transportationrow .transportation-content{
    bottom: auto;
    top: 50%;
    transform: translateY(-50%);
}
.transportationrow .row:nth-child(even) .col-4{
    order: 2;
}
.transportationrow .row:nth-child(even) .col-8{
    order: 1;
}