/* Add fonts */

 /* Ensure elements are hidden while ScrollEntrance is loading */
 [data-entrance] {
     visibility: hidden;
 }

@font-face {
    font-family: metrisch_extrabold;
    src: url(../fonts/metrisch/Metrisch-ExtraBold.otf)
}

@font-face {
    font-family: metrisch_bold;
    src: url(../fonts/metrisch/Metrisch-Bold.otf)
}

@font-face {
    font-family: metrisch;
    src: url(../fonts/metrisch/Metrisch-Medium.otf)
}

@font-face {
    font-family: metrisch_light;
    src: url(../fonts/metrisch/Metrisch-Light.otf)
}

@font-face {
    font-family: metrisch_book_italic;
    src: url(../fonts/metrisch/Metrisch-BookItalic.otf)
}

@font-face {
    font-family: metrisch_light_italic;
    src: url(../fonts/metrisch/Metrisch-LightItalic.otf)
}

@font-face {
    font-family: metrisch_book;
    src: url(../fonts/metrisch/Metrisch-Book.otf)
}

@font-face {
    font-family: montserrat;
    src: url(../fonts/montserrat/Montserrat-Regular.otf)
}

@font-face {
    font-family: montserrat_light;
    src: url(../fonts/montserrat/Montserrat-Light.otf)
}

@font-face {
    font-family: montserrat_bold;
    src: url(../fonts/montserrat/Montserrat-Bold.otf)
}

@font-face {
    font-family: montserrat_mediun;
    src: url(../fonts/montserrat/Montserrat-Medium.otf)
}

@font-face {
    font-family: montserrat_black;
    src: url(../fonts/montserrat/Montserrat-Bold.otf)
}

@font-face {
    font-family: montserrat_black_original;
    src: url(../fonts/montserrat/Montserrat-Bold.otf)
}

@font-face {
    font-family: univers_bold_condense;
    src: url(../fonts/universe/Univers-CondensedBold.otf)
}



@font-face {
    font-family: univers_light;
    src: url(../fonts/universe/Univers-Light.otf)
}

body {
    font-family: metrisch;
}

.page-id-29624 .title_electric_bus_mobile {
    margin-top: 208px !important;
}

/* some generic styles  */

.blur_r {
    color: #1E4D95;
}


:root .has-luminous-vivid-orange-color a{
color:#ff6900 !important;
}

.has-luminous-vivid-orange-color strong {
color:#ff6900 !important
}


:root .has-luminous-vivid-orange-color {
    color: #ff6900 !important;
}

.no_padding {
    padding-right: 0px;
}

.mt-42 {
    margin-top: 42px;
}

a {
    color: #1E4D95;
}

#categories-3 ul li:nth-child(3) {
    display: none;
}

.share_buttoms {
    position: fixed;
    width: 62px;
    z-index: 4;
    top: 490px;
    left: 32px;
}

.bold_text {
    font-family: montserrat_bold;
    color: #1E4D95;
}

strong {
    font-family: montserrat_bold;
    /* color: #1E4D95; */
    color: #003656;
}

.list_header strong {
    font-family: montserrat_bold;
    color: #6fabb0;
}

.chat {
    position: fixed;
    width: 50px;
    z-index: 3;
    right: 120px;
    bottom: 31px;
    transition: all 1s;
    display: none;
}

.chat .chat_icon {
    position: fixed;
    width: 50px;
    z-index: 3;
    right: 120px;
    bottom: 31px;
    transition: all 1s;
}

.chat .chat_icon_hover {
    position: fixed;
    width: 50px;
    z-index: 1;
    right: 120px;
    bottom: 31px;
}

.chat:hover .chat_icon {
    opacity: 0;
    z-index: 0;
    /* border:red solid 1px; */
}

.generic_title_h3 {
    color: #1E4D95;
    font-family: montserrat;
    font-size: 37px;
    margin-top: 42px;
}

.content_careers h2{
    color: #1E4D95;
}

/* styles for header  */

.main_header {
    /* background: #000000a8; */
    /* background: #00000075; */
    background: rgba(0, 0, 0, 0.49);
    /* min-height: 100px; */
    /* position: fixed; */
    position: absolute;
    z-index: 2000;
    width: 100%;
    /* padding-left: 47px; */
    padding-top: 4px;
    /* padding-right: 47px; */
    transition: all 1s;
}

.menu_toggle_mobile {
    color: #fff;
    border: none;
    margin-top: 7px;
    background: transparent;
    font-size: 16px;
    font-family: metrisch;
}

.dropdown_menu_mobile {
    display: inline-block;
    float: right;
    position: absolute;
    right: 0px;
    background: none; 
    
}

.gtranslate_mobile {
    /* border:red solid 1px; */
    height: 40px;
}

.search_icon_menu_mobile {
    color: white;
    font-size: 22px;
    margin-right: 10px;
    color: #003556;
    margin-top: 3px;
}

.img_bus_icon_schedule {
    width: 22px;
    margin-left: 9px;
    margin-right: 12px;
}

.cont_schedules_maps {
    padding: 7px 0px;
    background: white;
    box-shadow: 1px 1px 5px #e1dddd;
}

.cont_schedules_maps {
    display: none;
}

.nav_bar_mobile {
    margin-bottom: 0px;
}

.block {
    display: none;
}

.overlay_routes {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 100%;
    /* background: #66c7c7; */
    z-index: 90000;
    display: inherit !important;
}





.head_color {
    background: rgb(0, 62, 112);
    background: linear-gradient(69deg, rgba(0, 62, 112, 1) 0%, rgba(0, 62, 112, 1) 27%, rgba(2, 40, 67, 1) 70%);
    transition: all 1s;
    /* top: 136px; */
    position: fixed;
}

.cont_wrapper_all {
    /* border:red solid 1px; */
    /* padding-bottom: 69px; */
    /* padding-top: 42px; */
}

.main_header .logo {
    margin-top: -30px;
    margin-bottom: 20px;
    padding-left: 15px;
    width: 218px;
}

.nav_bar_mobile {
    display: none;
}


/* style for header billboard */

.banner_top {
    /* border: red solid 1px; */
    /* min-height: 450px; */
    height: 448px;
    text-align: center;
    display: inline-block;
    background-size: cover !important;
    width: 100%;
    transform: scale(1);
    overflow: hidden;
    box-shadow: 1px 1px 29px #aaaaaab0;
}


.banner_top img {
    filter: blur(8px) grayscale(20%);
    margin-left: -17px;
    margin-top: -68px;
    -webkit-filter: blur(8px) grayscale(20%);
}

.image_banner_top_carrers{
    width: 100% !important;
}

.link_careers_apply{
color: white;
}

.link_careers_apply:hover {
    color: #6fabb1;
}

.container_general_banner_top {
    /* border:red solid 1px; */
    min-height: 450px;
    position: relative;
}

.cont_text_banner_top {
    /* border: blue solid 1px;  */
    text-align: center;
    background: rgba(0, 0, 0, 0.14);
    position: absolute;
    top: 0;
    color: white;
    width: 100%;
    min-height: 449px;
}

.cont_text_banner_top h3 {
    /* margin-top: 140px; */
    margin-top: 202px;
    font-size: 54px;
    font-weight: bold;
    font-family: metrisch_bold;
    text-shadow: 2px 2px 7px #1e1e1e;
}

.title_fares_mobile {
    margin-top: 152px !important;
}

.title_electric_bus_mobile {
    margin-top: 168px !important;
}



.cont_text_banner_top p {
    /* padding: 13px 590px; */
    /* border: red solid; */
    max-width: 100%;
    width: 621px;
    line-height: 1.3;
    margin: 0 auto;
    font-family: metrisch_book;
    font-size: 26px;
    letter-spacing: 1px;
    text-shadow: 1px 1px 3px #707070;
}


.banner_button {
    border: white solid 1px;
    padding: 8px;
    border-radius: 7px;
    margin-left: 2px !important;
    /* width: 100%; */
    background: none;
    color: white;
    margin-top: 25px;
    letter-spacing: 2px;
    background-size: 200% 100%;
    background-image: linear-gradient(to right, transparent 50%, rgba(125, 173, 179, 1) 50%);
    transition: background-position .5s cubic-bezier(0.19, 1, 0.22, 1) .1s, border .5s cubic-bezier(0.19, 1, 0.22, 1) .1s, color .5s ease 0s;
}

.banner_button:hover {
    color: rgba(255, 255, 255, 1);
    background-position: -100% 100%;
    border: 2px solid rgba(112, 171, 177, 1);
}

.banner_button a {
    color: #ffffff;
    text-decoration: none;
}

/* Styles for slider  */

.slider_home {
    position: relative;
    z-index: 1;
    height: 868px;
    background-image: url(https://www.ripta.com/wp-content/uploads/2020/11/Providence-copy.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.animation_gif_ripta{
        /* border: red solid 1px; */
            text-align: center;
}

.slider_home .hesperiden.tparrows {

    background: none;

}

.slider_home .tparrows {
    cursor: pointer;
    background: #000;
    background: none;
    width: 40px;
    height: 40px;
    font-size: 42px;
    position: absolute;
    display: block;
    z-index: 1000;
}

.slider_home .tparrows:hover {
    background: none;
}

.tparrows:before {
    font-family: "revicons";
    font-size: 53px;
    color: #fff;
    display: block;
    line-height: 40px;
    text-align: center;
}

.extra_bold_title {
    font-family: metrisch_extrabold;
}

.slider_home .hesperiden.tparrows:hover {
    background: none;
}

.icon_to_bottom {
    position: relative;
    top: -101px;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    margin: 0 auto;
    background: #354E75;
    display: none;
    /* background: #69959E; */
    /* mix-blend-mode: hard-light; */
    /* filter: brightness(100%); */
    /*background: linear-gradient(rgb(105, 149, 158) 0%, rgb(94, 127, 177) 0%);*/
}

.icon_to_bottom:hover {
    background: #69959E;
    mix-blend-mode: luminosity;
}

.icon_to_bottom .fas {
    /* border: #5E7FB1 solid 1px; */
    /* margin: 0 auto; */
    border-radius: 50%;
    padding: 10px;
    color: white;
    font-size: 16px;
    margin-top: 0px;
    /* background: #70ABB1; */
    transition: all 0.3s;
}

.icon_to_bottom:hover .fas {
    margin-top: 3px;
}


/* Styles for the menus */

#mega-menu-wrap-MainHeaderMenuLocationTop #mega-menu-MainHeaderMenuLocationTop {
    margin-top: 10px;
}

#mega-menu-wrap-MainHeaderMenuLocation #mega-menu-MainHeaderMenuLocation>li.mega-menu-item>a.mega-menu-link:hover {
    background: none;
    color: #fff;
    font-weight: normal;
    text-decoration: none;
    border-color: #fff;
    font-family: metrisch !important;
    text-shadow: 0 0 0.65px #f8f7f7,
        0 0 0.65px #f6f3f3;
}

#mega-menu-wrap-MainHeaderMenuLocationTop #mega-menu-MainHeaderMenuLocationTop>li.mega-menu-item>a.mega-menu-link:hover {
    background: none;
    color: #fff;
    font-weight: normal;
    text-decoration: none;
    border-color: #fff;
    font-family: metrisch !important;
    /* font-family: metrisch_extrabold !important; */
    display: inline-block;
    text-shadow: 0 0 0.65px #f8f7f7,
        0 0 0.65px #f6f3f3;
}

#mega-menu-wrap-RightHeaderMenuLocation #mega-menu-RightHeaderMenuLocation>li.mega-menu-item>a.mega-menu-link:hover {
    background: none;
    color: #fff;
    font-weight: normal;
    text-decoration: none;
    border-color: #fff;
    font-family: metrisch !important;
    text-shadow: 0 0 0.65px #f8f7f7,
        0 0 0.65px #f6f3f3;
}

#mega-menu-wrap-MainHeaderMenuLocation #mega-menu-MainHeaderMenuLocation>li.mega-menu-item>a.mega-menu-link {

    font-size: 15px;

}

#mega-menu-wrap-MainHeaderMenuLocationTop #mega-menu-MainHeaderMenuLocationTop>li.mega-menu-item>a.mega-menu-link {

    font-size: 15px;

}

#mega-menu-wrap-RightHeaderMenuLocation #mega-menu-RightHeaderMenuLocation>li.mega-menu-item>a.mega-menu-link {

    font-size: 15px;

}

#mega-menu-wrap-MainHeaderMenuLocation #mega-menu-MainHeaderMenuLocation>li.mega-menu-flyout ul.mega-sub-menu {
    width: 200px;
    margin-left: 10px;
}

#mega-menu-wrap-MainHeaderMenuLocation #mega-menu-MainHeaderMenuLocation>li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item>a.mega-menu-link {
    background: #75aab5;
    color: #ffffff;
    line-height: 20px;
    padding: 10px 10px 5px 10px;
}

#mega-menu-wrap-MainHeaderMenuLocation #mega-menu-MainHeaderMenuLocation>li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:hover {
    background-color: #244D6B;
    color: #ffffff;
    font-family: metrisch !important;
}

#mega-menu-wrap-MainHeaderMenuLocationTop #mega-menu-MainHeaderMenuLocationTop>li.mega-menu-flyout ul.mega-sub-menu {
    width: 202px;
    margin-left: 10px;
}

#mega-menu-wrap-MainHeaderMenuLocationTop #mega-menu-MainHeaderMenuLocationTop>li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item>a.mega-menu-link {
    background: #75aab5;
    color: #ffffff;
    line-height: 20px;
    padding: 10px 10px 5px 10px;
}

#mega-menu-wrap-MainHeaderMenuLocationTop #mega-menu-MainHeaderMenuLocationTop>li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item>a.mega-menu-link:hover {
    background-color: #244D6B;
    color: #ffffff;
    /* font-family: metrisch_extrabold; */
    font-family: metrisch !important;
}



/* #mega-menu-wrap-RightHeaderMenuLocation #mega-menu-RightHeaderMenuLocation>li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
  background: #75aab5;
  color: #ffffff;
  line-height: 20px;
  padding: 10px 0 5px 10px;
}

#mega-menu-wrap-RightHeaderMenuLocation #mega-menu-RightHeaderMenuLocation>li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:hover {
  background-color: #244D6B;
  color: #ffffff;
  font-family: metrisch_extrabold;
}

#mega-menu-wrap-RightHeaderMenuLocation #mega-menu-RightHeaderMenuLocation>li.mega-menu-item:first-child>a.mega-menu-link::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f054";
  font-size: 10px;
  margin-right: 0;
  margin-left: 10px;
  float: right;

  display: none;

}

#mega-menu-wrap-RightHeaderMenuLocation #mega-menu-RightHeaderMenuLocation li.mega-menu-item-has-children>a.mega-menu-link>span.mega-indicator:after {

  transform: rotate(-90deg);

}

#mega-menu-item-143:hover #mega-menu-wrap-RightHeaderMenuLocation #mega-menu-RightHeaderMenuLocation li.mega-menu-item-has-children>a.mega-menu-link>span.mega-indicator:after {

  transform: rotate(0deg);

} */

/* #mega-menu-wrap-RightHeaderMenuLocation #mega-menu-RightHeaderMenuLocation>li.mega-menu-item>a.mega-menu-link:hover .mega-indicator:after {
 
  transform: rotate(0deg);
}



#mega-menu-wrap-RightHeaderMenuLocation #mega-menu-RightHeaderMenuLocation>li.mega-menu-item:first-child>a.mega-menu-link:hover:before {
  transform: rotate(90deg);
}

#mega-menu-wrap-RightHeaderMenuLocation #mega-menu-RightHeaderMenuLocation[data-effect="fade_up"] li.mega-menu-item.mega-menu-flyout ul.mega-sub-menu {
  width: 145px;
  margin-left: 10px;
} */

#mega-menu-wrap-RightHeaderMenuLocation #mega-menu-RightHeaderMenuLocation {
    visibility: visible;
    text-align: left;
    padding: 0px 0px 0px 0px;
    margin-right: 91px;
}

.kelvin::after {

    transform: rotate(0deg) !important;

}

/* style for search */
.searchform {
    position: absolute;
    top: 6px;
    right: 274px;

    border-radius: 4px;
}

.searchform input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #9e9e9e;
}

.searchform input::-moz-placeholder {
    /* Firefox 19+ */
    color: #9e9e9e;
}

.searchform input:-ms-input-placeholder {
    /* IE 10+ */
    color: #9e9e9e;
}

.searchform input:-moz-placeholder {
    /* Firefox 18- */
    color: #9e9e9e;
}

.search-container {
    position: absolute;
    width: 196px;
    top: 6px;
    right: 257px;
}

.input_search_top {
    font-size: 10px;
    color: #ffffff;
    width: 160px;
    padding-top: 5px;
    border-radius: 4px;
    padding-bottom: 3px;
    padding-left: 15px;
    background-color: #9e9e9e70;
    border: 1px solid #ffffff87;
    transition: background-color 300ms linear;
}

.input_search_top:hover {
    background-color: #d7d6d682;
}

.button_search {
    background: none;
    border: none;
    top: 5px;
    color: white;
}

.searchform input[type="text"]:hover {
    background-color: #d7d6d682;
}

.cont_search_box {
    border: blue solid 1px;
}

.search_cont {
    display: inline-block;
    border: red solid 1px;

}

.menu_cont {
    display: inline-block;
    border: red solid 1px;
    float: right;
}


/*.searchform::before {
  position: absolute;
  content: "Search";
}*/

.searchform label {
    display: none;
}

.searchform #searchsubmit {
    /* display: none; */
}

.input_search {
    border: 1px solid #ffffff87;
}

/* style for trip planner */

.nav-tabs {
    border: none;
    text-align: center;
}

.no_alerts_title {
    text-align: center;
    color: white;
}

.nav-tabs>li {
    /* float: left; */
    margin-bottom: -1px;
    display: inline-block;
    text-align: center;
}

.nav-tabs>li {
    float: none;
    margin-bottom: -1px;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
    color: #fff;
    cursor: default;
    background-color: #70abb1d6;
    background-color: rgba(112, 171, 177, 0.8392156862745098);
    border: none;
    font-family: metrisch_extrabold;
}

.nav-tabs>li>a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: none;
    border-radius: 0px;
    color: white;
    background: #003656e3;
    background: rgba(0, 54, 86, 0.8901960784313725);
}

.tab-content {

    margin-top: 5px;
    padding: 23px 36px 18px 36px;
    position: relative;
}


.multiply_style {
    position: absolute;
    /* background: #003656; */
    background: rgba(1, 34, 54, 0.9215686274509803);
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    mix-blend-mode: multiply;
    filter: alpha(opacity=50);
    zoom: 1;
    /* Fix for IE7 */
    
}

.direction_button {
    border: white solid 1px;
    padding: 8px;
    display: inline-block;
    border-radius: 7px;
    margin-left: 0px !important;
    /* max-width: 100%;
  width: 151px; */
    width: 100%;
    height: 37px;
    background: none;
    color: white;
    margin: 0 auto;
    /* padding-top: 11px; */
    margin-top: 25px;
    transition: all 0.5s;
    letter-spacing: 2px;
}


.img_icon_clock {
    position: absolute;
    top: 33px;
    right: 22px;
    color: white;
    font-size: 22px;
    width: 23px;
}

.realtime_results {
    display: none;
    background: #e7ebed;
    padding: 20px 20px;
}

/* this the styles for the calendar in the trip planner  */

.gj-picker-md div[role=navigator] {
    height: 42px;
    /* border: red solid 1px; */
    line-height: 42px;
    background: #6EA1AE;
    color: white;
}

.gj-picker-md table thead {
    color: black;
    background: #EBEBEB;
    font-weight: lighter;
}

.wickedpicker__title {
    display: none;
}

.wickedpicker {

    width: 199px;
    height: 55px;
    ;

}

.wickedpicker__controls {
    padding: 0px 0;
    line-height: normal;
    margin: 0;
    background: #72A1AE;
    color: white;
    font-size: 18px;
    font-family: metrisch_extrabold;
}

.wickedpicker__controls li:first-child {

    margin-left: 0px;
}

.wickedpicker__controls li {
    /* border:red solid 1px; */
    margin-left: 23px;
    font-size: 20px;
    font-family: metrisch_bold;
}

.wickedpicker__controls__control-down,
.wickedpicker__controls__control-up {
    color: #ffffff;
    font-size: 10px;
}



/* style for the hover  */

/* .direction_button_trip{
  transition: all 1s;
  text-align: center;
}

.direction_button_trip span{
  width: 122px;
  display: inline-block;
  margin: 0 auto;
  transition: all 1s ease-in;
  opacity: 1;
} 

.direction_button_trip:hover{
  border-radius: 50%;
  width: 38px;
    background: #6fabb0;
}

.direction_button_trip .fas{
display: none;
transition: all 1s;
}

.direction_button_trip:hover .fas{
  display: inline-block;
  transition: all 1s;

}

.gone_buttom_direction{
    display: none !important;
} */






/* .direction_button:hover span{
  display: none;
} */

.trip_planner label {
    color: white;
    font-weight: 100;
}

.trip_planner .form-control {
    display: block;
    z-index: 2;
    position: relative;
    width: 100%;
    height: 39px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    /* color: #555; */
    color: white;
    background-color: #9d9d9d70;
    background-color: rgba(157, 157, 157, 0.4392156862745098);
    background-image: none;
    border: none;
    border-radius: 4px;
    transition: background-color 300ms linear;

}

.trip_planner .form-control:hover {
    background-color: #d7d6d682;
}

#profile .form-control {
    width: 100%;
}

#messages .form-control {
    width: 94%;
}

.trip_planner .fa-calendar-alt {
    position: absolute;
    top: 33px;
    right: 22px;
    color: white;
    font-size: 22px;
    z-index: 1;
}

.trip_planner .fa-clock {
    position: absolute;
    top: 33px;
    right: 22px;
    color: white;
    font-size: 22px;
}

.trip_planner .select-arrows {
    position: absolute;
    top: 33px;
    right: 20px;
    color: #ffffff;
}

.trip_planner .select-arrows i {
    display: block;
}

.trip_planner .select-arrows i:first-child {
    margin-bottom: -5px;
}

.cont_service_alert {
    max-width: 100%;
    width: 500px;
    margin: 0 auto;
}

.nav>li>a {
    position: relative;
    display: block;
    padding: 9px 59px;
    letter-spacing: 2px;
}

.title_slider_home {
    font-size: 99px !important;
    font-family: metrisch;
    text-shadow: #020209 2px 2px 6px;
    /* text-align: center !important; */
}

.flag_font {
    /* font-family: metrisch; */
    text-shadow: #020209 2px 2px 6px;
    /* font-size: 55px !important; */
}

/* this is the class of the independence and nurse day  */

.new_slider_i_n {
    font-size: 65px !important;
}

/* end class  */

#text_qoute {
    font-family: metrisch;
    text-shadow: #020209 2px 2px 6px;
}

.text_qoute_quote {
    text-shadow: #020209 2px 2px 6px;
}


.trip_planner .form-control::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #ffffffa3;
}

.trip_planner .form-control::-moz-placeholder {
    /* Firefox 19+ */
    color: #ffffffa3;
}

.trip_planner .form-control:-ms-input-placeholder {
    /* IE 10+ */
    color: #ffffffa3;
}

.trip_planner .form-control:-moz-placeholder {
    /* Firefox 18- */
    color: #ffffffa3;
}

/* .trip_planner .nav-tabs>li>a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: none;
  border-radius: 0px;
  color: white;
  background: #003656e3;
} */

.nav>li>a:hover {
    text-decoration: none;
    /* background-color: #001b1d99; */
    background-color: rgba(0, 27, 29, 0.6);
    /* font-family: metrisch_extrabold; */
    text-shadow: 0 0 0.65px #f8f7f7,
        0 0 0.65px #f6f3f3;
}

.cont_service_alert {
    max-width: 100%;
    width: 620px;
    margin: 0 auto;
}

/* Styles for info in the home  */
.info_home {
    padding: 73px;
    text-align: center;
    position: relative;
    z-index: 0;
}

.info_home .container {
    /* border: red solid 1px; */
    max-width: 100%;
    width: 1130px;

}

.box_cont_inf_home img {
    width: 73px;
    transition-timing-function: ease;
    transition: all 0.3s linear;
    min-height: 67px;
}

.box_cont_inf_home:hover img {
    transform: scale(1.3);
    opacity: 0;
}

.box_cont_inf_home:hover .title_info_home {
    font-weight: bold;
}

.title_info_home {
    font-family: metrisch;
    color: #003656;
}

.top-img {
    position: absolute;
}

.top-img:hover {
    opacity: 0;
}

.bottom-img {
    opacity: 1 !important;
}

.gj-datepicker-md [role=right-icon] {

    display: none;
}

.where_bus {
    width: 1001px;
    max-width: 100%;
    margin: 0 auto;
}

/* styles carrousel fares page  */


.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    border-radius: 11px;
    /* padding: 17px; */
    -webkit-transform: translate3d(0, 0, 0);
}

.cont_fare_carrousel .owl-stage-outer {
    /* border:red solid 1px; */
    box-shadow: #0000000f 0px 9px 35px;
}

.cont_fare_carrousel {
    /* margin-top: 30px; */
    position: relative;
}

.cont_general_fares a {
    font-family: montserrat_bold;
    color: #1E4D95;
    text-decoration: underline;
}

.box_fares {
    /* border: red solid 1px; */
    width: 100%;
    text-align: center;
    margin-top: 32px;
    /* height: 452px; */
    /* padding: 60px; */
    /* background: #70cacb; */
    border-radius: 11px;
    box-shadow: #0000001c 0px 9px 35px;
    display: inline-block;
}

.box_fares h3 {
    margin: 0px;
    padding: 32px 0;
    color: white;
    font-size: 34px;
    border-radius: 11px 11px 0px 0px;
    font-family: montserrat_black;
}

.box_fares .blue_gradiant,
.electric_bus .blue_gradiant {
    background: rgb(136, 236, 232);
    background: linear-gradient(90deg, rgba(136, 236, 232, 0.82) 0%, rgba(82, 175, 191, 1) 70%);
}

.box_fares .yellow_gradiant,
.electric_bus .yellow_gradiant {
    background: rgb(253, 208, 19);
    background: linear-gradient(90deg, rgba(253, 208, 19, 0.82) 0%, rgba(250, 162, 16, 1) 70%);
}

.box_fares .red_gradient,
.electric_bus .red_gradient {
    background: rgb(253, 208, 19);
    background: linear-gradient(90deg, #fb8f57 0%, rgb(218, 57, 6) 70%);
}

.box_fares .sky_gradient,
.electric_bus .sky_gradient {
    background: rgb(136, 236, 232);
    background: linear-gradient(90deg, rgb(83, 150, 194) 0%, rgb(9, 89, 153) 70%);
}

.box_fares .pulple_gradiant,
.electric_bus .pulple_gradiant {
    background: rgb(85, 92, 194);
    background: linear-gradient(90deg, rgba(85, 92, 194, 0.82) 0%, rgba(105, 62, 192, 1) 70%);
}

.box_fares .dark_blue_gradient {
    background: rgb(136, 236, 232);
    background: linear-gradient(90deg, rgb(40, 122, 177) 0%, rgb(3, 71, 116) 70%);
}

.blue_gradiant_vertical {
    background: rgb(136, 236, 232);
    background: linear-gradient(130deg, rgba(136, 236, 232, 0.82) 0%, rgba(82, 175, 191, 1) 70%);
}

.yellow_gradiant_vertical {
    background: rgb(253, 208, 19);
    background: linear-gradient(130deg, rgba(253, 208, 19, 0.82) 0%, rgba(250, 162, 16, 1) 70%);
}

.pulple_gradiant_vertical {
    background: rgb(85, 92, 194);
    background: linear-gradient(130deg, rgba(85, 92, 194, 0.82) 0%, rgba(105, 62, 192, 1) 70%);
}

.dark_blue_gradient_vertical {
    background: rgb(136, 236, 232);
    background: linear-gradient(130deg, rgb(40, 122, 177) 0%, rgb(3, 71, 116) 70%);
}

.dark_blue_gradient {
    background: rgb(136, 236, 232);
    background: linear-gradient(90deg, rgb(40, 122, 177) 0%, rgb(3, 71, 116) 70%);
}

.container_fare_info {
    /* border: red solid 1px; */
    padding: 0px 32px 32px 32px;
}

.container_fare_info h2 {
    text-align: center;
    margin-top: 11px;
    /* margin-bottom: 22px; */
    color: #A8ACB9;
    font-size: 19px;
    padding-bottom: 8px;
    font-family: montserrat;
    border-bottom: #a8acb94f solid 1px;
}

.container_fare_info ul {
    padding: 0px;
    margin: 0px;
    border: white solid 1px;
    min-height: 169px;
}

.container_fare_info ul li {
    list-style: none;
    text-align: left;
    font-family: montserrat_light;
    font-size: 13px;
    color: #4F5362;
    margin-top: 9px;
}

.container_fare_info button {
    border: #034774 solid 2px;
    padding: 8px;
    border-radius: 7px;
    margin-left: 0px !important;
    width: 100%;
    height: 42px;
    background: none;
    color: #034774;
    margin-top: 25px;
    background-position-x: -301px;
    /* transition: all 1s; */
}

.prev_fares {
    background: #034774 !important;
    color: white !important;
    margin-left: -77px !important;
    margin-top: 202px !important;
}

.next_fares {
    background: #034774 !important;
    color: white !important;
    position: absolute;
    right: -59px !important;
    z-index: 1;
    margin-top: 202px !important;
}

.cont_general_fares .container {
    /* border: red solid 1px; */
    max-width: 100%;
    width: 945px;
}

.cont_general_fares h3 {
    color: #1E4D95;
    font-family: montserrat;
    font-size: 37px;
    margin-top: 42px;
}

.cont_general_fares p {
    font-family: montserrat_light;
    color: #1E4D95;
    line-height: 1.7;
}

.blue_hover {
    transition: all 0.2s;
}

.yellow_hover {
    transition: all 0.2s;
}

.pulple_hover {
    transition: all 0.2s;
}

.dark_blue_gradient_hover {
    transition: all 0.2s;
}



.blue_hover:hover {
    /* background-color: red; */
    border: white solid 1px;
    color: white;
    background: rgb(136, 236, 232);
    background: linear-gradient(90deg, rgba(136, 236, 232, 0.82) 0%, rgba(82, 175, 191, 1) 70%);
    background-position-x: 0px;
    background-repeat: no-repeat;
}

.red_hover {
    transition: all 0.2s;
}

.sky_hover {
    transition: all 0.2s;
}



.red_hover:hover {
    border: white solid 1px;
    color: white;
    background: rgb(253, 208, 19);
    background: linear-gradient(90deg, #fb8f57 0%, rgb(218, 57, 6) 70%);
    background-position-x: 0px;
    background-repeat: no-repeat;
}

.sky_hover:hover {
    border: white solid 1px;
    color: white;
    background: linear-gradient(90deg, rgb(83, 150, 194) 0%, rgb(9, 89, 153) 70%);
    background-position-x: 0px;
    background-repeat: no-repeat;
}

.yellow_hover:hover {
    border: white solid 1px;
    color: white;
    background: rgb(253, 208, 19);
    background: linear-gradient(90deg, rgba(253, 208, 19, 0.82) 0%, rgba(250, 162, 16, 1) 70%);
    background-position-x: 0px;
    background-repeat: no-repeat;
}

.pulple_hover:hover {
    border: white solid 1px;
    color: white;
    background: linear-gradient(135deg, rgb(71, 87, 190, 0.92) 0%, rgb(123, 1, 190, 0.92) 70%);
    background-position-x: 0px;
    background-repeat: no-repeat;
}

.dark_blue_gradient_hover:hover {
    border: white solid 1px !important;
    color: white !important;
    /* background: rgb(136, 236, 232) !important; */
    background: linear-gradient(90deg, rgb(40, 122, 177) 0%, rgb(3, 71, 116) 70%);
    background-position-x: 0px;
    background-repeat: no-repeat;
}

.dark_blue_gradient_hover_contact:hover {
    border: white solid 1px !important;
    color: white !important;
    /* background: rgb(136, 236, 232) !important; */
    background: linear-gradient(90deg, rgb(40, 122, 177) 0%, rgb(3, 71, 116) 70%) !important;
    background-position-x: 0px !important;
    background-repeat: no-repeat !important;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #1E4D95;
}

.fares_slider_container {
    /* border:red solid 1px; */
    border-radius: 22px;
    /* overflow: hidden; */
    position: relative;
}

.fares_slider_container .rev_slider li.tp-revslider-slidesli {
    position: absolute !important;
    /* border: red solid 1px; */
    border-radius: 22px;
}

.fares_slider_container .hesperiden.tparrows {
    /* background: #5E7FB1; */
}

/* style fares page  */

.title_one {
    color: #1E4D95;
    font-family: montserrat;
    font-size: 37px;
    /* margin-top: 42px; */
    margin-top: 12px;
}

.p_blue {
    font-family: montserrat_light;
    color: #1E4D95;
    line-height: 1.7;
}

/* Style for the trip planner  */

.trip_planner {
    /* border: red solid 1px; */
    min-height: 421px;
    /* background: #fcc83b; */
    position: relative;
    width: 100%;
    /* bottom: 240px; */
    /* top: 464px; */
    /* top: -156px; */
    top: -178px;
    margin-top: -420px;
    scroll-margin: 286px 0 0 50px;
    z-index: 5;
}

.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #EDEDEE;
}

.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {

    border: none;
}

.italic_font {
    font-family: metrisch_book_italic;
    color: #6A6A6A;
    margin-top: -8px;
}


/* Style for the waves  */

.waves {
    padding: 54px;
    padding-bottom: 20px;
}

.waves h1 {
    text-align: center;
    font-family: metrisch_bold;
    font-size: 60px;
    color: #244D6B;
    margin-top: 158px;
}

.waves p {
    text-align: center;
    color: #244D6B;
    font-size: 25px;
    font-family: montserrat_light;
}

.waves-phone img {
    max-width: 106%;
    margin-bottom: -25px;
}

.cont_app_icon img {
    width: 200px;
    margin: 0 auto;
    display: block;
    transition: all 0.2s;
}


.cont_app_icon img:hover {
    opacity: 0.7;
}

.cont_app_icon {
    max-width: 100%;
    /* border: red solid 1px; */
    width: 460px;
    margin: 0 auto;
    margin-top: 52px;
}

/* Style carrousel I used WOL carrousel  */
.owl-stage {
    transition: all 1s;
}

.cont_carrousel .owl-stage div {
    border-radius: 11px;
    transition: all 1s;
    /* background: none; */
}


.carrousel_items_bg{
   background-size: 100%;
   
}


.carrousel {
    background: url(../images/bg_carrousel-06-min.jpeg);
    /* height: 200px; */
    /* border: red solid 1px; */
    padding: 88px 0px 58px 0px;
    background-size: cover;
}

.box {
    /* border: red solid 1px; */
    width: 100%;
    text-align: center;
    /* min-height: 452px; */
    min-height: 328px;
    /* padding: 60px; */
    padding: 29px;
    /* background: #70cacb; */

    border-radius: 11px;
    box-shadow: #020209 2px 2px 3px;
    display: inline-block;
}

.box .fas {
    display: block;
    margin-top: 2px;
    margin-right: -19px;
    float: right;
}

/* .blue_gradiant:hover {
  background:none;
  background: none;
} */

.blue_gradiant.top-div {
    position: absolute;
}

.blue_gradiant.top-div {
    background: linear-gradient(135deg, rgb(136, 250, 246, 0.92) 0%, rgb(3, 106, 170, 0.92) 70%);
}

.blue_gradiant.top-div:hover {
    opacity: 0;
}

.yellow_gradiant.top-div {
    position: absolute;
}

.yellow_gradiant.top-div {
    background: linear-gradient(135deg, rgb(254, 209, 0, 0.92) 0%, rgb(253, 97, 0, 0.92) 70%);
}

.yellow_gradiant.top-div:hover {
    opacity: 0;
}

.pulple_gradiant.top-div {
    position: absolute;
}

.pulple_gradiant.top-div {
    background: linear-gradient(135deg, rgb(71, 87, 190, 0.92) 0%, rgb(123, 1, 190, 0.92) 70%);
}

.pulple_gradiant.top-div:hover {
    opacity: 0;
}

.orange_gradient.top-div {
    position: absolute;
}

.orange_gradient.top-div {
    background: linear-gradient(135deg, rgb(254, 175, 71, 0.92) 0%, rgb(253, 81, 100, 0.92) 70%);
}

.orange_gradient.top-div:hover {
    opacity: 0;
}

.sky_gradient.top-div {
    position: absolute;
}

.sky_gradient.top-div {
    background: linear-gradient(135deg, rgb(49, 239, 210, 0.92) 0%, rgb(12, 107, 237, 0.92) 70%);
}

.sky_gradient.top-div:hover {
    opacity: 0;
}

.violet_gradient.top-div {
    position: absolute;
}

.violet_gradient.top-div {
    background: linear-gradient(135deg, rgb(173, 18, 255, 0.92) 0%, rgb(156, 0, 162, 0.92) 70%);
}

.violet_gradient.top-div:hover {
    opacity: 0;
}

.box a {
    color: white;
    margin-top: 22px;
    display: inline-block;
}

.title_item_carrousel {
    color: white;
    text-align: center;
    /* margin-top: 34px; */
    font-size: 22px;
}

.box p {
    color: white;
    /* text-align: center; */
    /* min-height: 100px; */
}

.cont_carrousel {
    position: relative;
}



.direction_buttom {
    /* border: red solid 1px; */
    background: white;
    /* padding: 8px 13px; */
    padding: 8px 10px 5px 14px;
    color: black;
    border-radius: 50%;
    /* margin-top: 212px; */
    margin-top: 148px;
    text-align: center;
}

.prev {
    float: left;
    margin-left: -58px;
    padding: 9px 14px 5px 12px;
    opacity: 0.4;
}

.next {
    /* float: right; */
    /* margin-right: -58px; */
    position: absolute;
    right: -41px;
    z-index: 1;
    padding-right: 11px;
}

.next:hover,
.prev:hover {
    opacity: 0.4 !important;
}

.owl-nav {
    display: none;
}

.owl-theme .owl-dots {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
    margin-top: 23px;
}

.cont_fare_carrousel .owl-theme .owl-dots .owl-dot.active span {
    /* background-color: #ccc;
  border: 4px solid #fff; */
    /* padding: 20px;
  width: 200px;
  height: 300px; */
    /* position: relative;  */
    position: relative;
    top: 2px;
    width: 15px;
    height: 15px;
    background-color: white;
    /* background-image: url(../images/dot_carrousel-05-05.svg); */
    background-image: url(../images/direction_buttom-02.svg);

}

.owl-theme .owl-dots .owl-dot.active span {
    /* background-color: #ccc;
  border: 4px solid #fff; */
    /* padding: 20px;
  width: 200px;
  height: 300px; */
    /* position: relative;  */
    position: relative;
    top: 2px;
    width: 15px;
    height: 15px;
    background: #0f293d;
    background-image: url(../images/dot_carrousel-05-05.svg);
    /* background-image: url(../images/direction_buttom-02.svg); */

}

.owl-theme .owl-dots .owl-dot.active span:before {}

.owl-theme .owl-dots .owl-dot span {

    background: #5e7fb170;

}

/* Styles footer  */

.footer {
    /* border: red solid 1px; */
    padding: 47px;
    /* background: #01355D; */
    background: rgb(0, 62, 112);
    background: linear-gradient(69deg, rgba(0, 62, 112, 1) 0%, rgba(0, 62, 112, 1) 27%, rgba(2, 40, 67, 1) 70%);
}

.footer .form-control {
    height: 30px;
    font-size: 11px;
    background-color: #9e9e9e70;
    border: 1px solid #ffffff87;
    transition: background-color 300ms linear;
}

.footer_logo {
    width: 186px;
}

.footer .form-control:hover {
    background-color: #d7d6d682;
}

.row_3_colums_footer {
    color: white;
}

.row_3_colums_footer .form-control {
    color: white;
}

.title_footer_widget {
    font-size: 20px;
    margin-top: 0px;
    font-family: metrisch;
}

.footer .row_3_colums_footer .title_footer_widget {
    display: inline-block;
    padding-right: 12px;
}

.footer .row_3_colums_footer .checkbox-inline,
.footer .row_3_colums_footer span {
    font-family: metrisch_light;
    font-size: 12px;
}

.footer .row_3_colums_footer span {
    float: right;
}

.footer .row_3_colums_footer .checkbox-inline input[type=checkbox] {
    margin-top: 0;
}

.list_footer_widget {
    padding: 0px;
    margin: 0px;
}

.list_footer_widget li {
    list-style: none;
    margin-top: 14px;
}

.list_footer_widget li a {
    color: white;
    transition: all 0.5s;

}

.list_footer_widget li a:hover {
    opacity: 0.5;
    text-decoration: none;
    font-family: inherit;
}


/* .list_footer_widget li :hover {
  
} */

.more_margin li {
    /* border:red solid 1px; */
    margin-top: 15px;
}

.list_footer_widget_one {
    padding: 0px;
    margin: 0px;
}

.list_footer_widget_one li {
    list-style: none;
    margin-top: 8px;
}

.list_footer_widget_one li a {
    color: white;
    text-decoration: none;
}

.icon_to_top {
    position: relative;
    top: 19px;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    margin: 0 auto;
    background: #70ABB1;
    /*border: #5E7FB1 solid 1px;*/
}

.icon_to_top:hover {
    opacity: 0.8;
}

.icon_to_top .fas {
    /* border: #5E7FB1 solid 1px; */
    /* margin: 0 auto; */
    border-radius: 50%;
    padding: 8px 10px;
    color: white;
    font-size: 16px;
    /* background: #70ABB1; */
    transition: all 0.3s;
}

.icon_to_top:hover .fas {
    margin-top: -4px;
    /* transition: all 0.3s; */
}

.list_languaje_footer {
    padding: 0px;
    margin: 0px;
}

.button_translate {
    border: white solid 1px;
    padding: 6px 7px 5px 7px;
    border-radius: 4px;
    margin-left: 0px !important;
    background-color: transparent;
    background-size: 200% 100%;
    background-image: linear-gradient(to right, transparent 50%, rgba(125, 173, 179, 1) 50%);
    transition: background-position .5s cubic-bezier(0.19, 1, 0.22, 1) .1s, border .5s cubic-bezier(0.19, 1, 0.22, 1) .1s, color .5s ease 0s;
}

.button_translate:hover {
    color: rgba(255, 255, 255, 1);
    background-position: -100% 100%;
    border: 2px solid rgba(112, 171, 177, 1);
}

.list_languaje_footer li {
    display: inline-block;
    color: white;
    margin-left: 16px;
    font-family: metrisch;
    font-size: 12px;
}

.list_languaje_footer li:first-child {
    margin-left: 0px;
}

.list_languaje_footer li a {
    display: inline-block;
    color: white;
    margin-left: 6px;
    font-family: metrisch;
    font-size: 12px;
}

.cont_list_languaje {
    margin-top: 48px;
}

.button_subcribe {
    border: white solid 1px;
    padding: 3px;
    border-radius: 4px;
    margin-left: 0px !important;
    width: 100%;
    color: white;
    background-color: transparent;
    background-size: 200% 100%;
    background-image: linear-gradient(to right, transparent 50%, rgba(125, 173, 179, 1) 50%);
    transition: background-position .5s cubic-bezier(0.19, 1, 0.22, 1) .1s, border .5s cubic-bezier(0.19, 1, 0.22, 1) .1s, color .5s ease 0s;
    /* margin-top: 25px; */
}

.button_subcribe:hover {
    color: rgba(255, 255, 255, 1);
    background-position: -100% 100%;
    border: 2px solid rgba(112, 171, 177, 1);
}

.social_footer {
    margin-top: 95px;
}

.social_footer ul {
    margin: 0px;
    padding: 0px;
    margin-top: -40px;
    text-align: right;
    /* width: 194px;
    float: right; */
}

.social_footer ul li {
    list-style: none;
    font-size: 32px;
    margin-left: 2px;
    display: inline-block;
    margin-top: 15px;
    margin-bottom: -5px;
}

.social_footer ul li .fab {
    color: white;
}

.social_footer ul li .fa-twitter:hover {
    color: #7EEBFF;
}

.social_footer ul li .fa-facebook-f:hover {
    color: #4F9BE8;
}

.social_footer ul li img:hover {
    transition: all 1s ease;
}

.social_footer ul li img:hover {
    opacity: 0.6;
}

.app_store_image{
float: left;
}

.google_play_image{
float: left;
}



/* Electric bus page  */

.box_electric {
    /* border:red solid 1px; */
    /* min-height: 200px; */
    min-height: 296px;
    border-radius: 11px;
    /* box-shadow: #0202096e 0px 0px 6px; */
    box-shadow: #0000001c 0px 9px 35px;
    padding: 35px;
    transition: translate .18s, box-shadow .18s;
    text-align: center;
}

.box_electric:hover {
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.27);
    transform: translateY(-1px);
}

.box_electric img {
    width: 56px;
}

.box_electric h3 {
    color: white !important;
    font-size: 19px !important;
    font-family: metrisch !important;
}

.box_electric p {
    font-family: metrisch !important;
    color: white !important;
}

.box_electric a {
    color: white !important;
    margin-top: 19px;
    font-size: 11px;
    display: inline-block;
}

.box_electric .fas {
    display: block;
    color: white;
}

.electric_bus {
    margin-top: 50px;
    text-align: center;

}

.list_electric {
    padding: 0px;
    margin: 0px;
}

.list_electric li {
    color: #1E4D95;
    list-style: none;
    font-family: montserrat_light;
    margin-top: 17px;
}

/* .list_electric .fas {
  color: white;
  background: #003e70;
  padding: 5px 7px 6px 8px;
  border-radius: 50%;
  margin-right: 14px;
} */

.list_electric img {
    width: 21px;
    float: left;
    margin-right: 13px;
}


.list_electric span {
    /* border:red solid 1px; */
}

.ripta_electric h4 {
    margin-top: 32px;
}

.ripta_electric h3 {
    color: #1E4D95;
    font-family: montserrat;
    font-size: 37px;
    margin-top: 42px;
}

.ripta_electric p {
    font-family: montserrat_light;
    color: #1E4D95;
    line-height: 1.7;
}

.ripta_electric {
    max-width: 100%;
    width: 945px;
    margin-top: 63px;
}

/* contact us styles  */

.box_form_contact_us {
    min-height: 400px;
    border-radius: 11px;
    /* margin-top: -338px; */
    box-shadow: #0000001c 0px 9px 35px;
    background: white;
}


.contact_page_main {
    padding-bottom: 130px;
}

.cont_contact_page {
    /* border: red solid 1px; */
    max-width: 100%;
    width: 1220px;
}

.cont_contact_page p {
    font-family: montserrat_light;
    color: #1E4D95;
    line-height: 1.7;
}

.box_form_contact_us h3 {
    border-radius: 11px 11px 0px 0px;
    padding: 39px;
    color: white;
    text-align: center;
    font-family: montserrat_black;
    background: linear-gradient(90deg, rgb(40, 122, 177) 0%, rgb(3, 71, 116) 70%);
}

.box_form {
    /* border:red solid 1px; */
    padding: 28px 28px 5px 28px;
}

.phone_contact {
    margin-top: 51px;
    font-family: montserrat;
    color: #1e4d95;
    /* border: 1px solid #1e4d95; */
}

.phone_contact .form-control {

    border: 1px solid #1e4d95;
    width: 234px;
    color: #bdbdbe;
}

.label_form_contact {
    margin-bottom: 5px;
    display: inline-block;
    font-size: 10px;
    text-transform: uppercase;
    font-weight: 700;
    color: #A8ACB9;
    font-family: montserrat_light;
}




.box_form label,
.wpcf7-form label {
    display: inline-block;
    max-width: 100%;
    width: 100%;
    font-size: 14px;
    margin-bottom: 10px;
    font-weight: 700;
    color: #A8ACB9;
    font-family: montserrat_light;
}

.box_form .form-control,
.wpcf7-form .form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #9c9fa5;
    background-color: #EFF0F4;
    background-image: none;
    border: none;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: none;
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
}

.box_form textarea.form-control,
.wpcf7-form textarea.form-control {
    height: 200px;
}

.box_form .btn {
    border: #034774 solid 2px;
    padding: 8px;
    border-radius: 7px;
    margin-left: 0px !important;
    width: 100%;
    height: 42px;
    background: none;
    color: #034774;
    margin-top: 25px;
    background-position-x: -301px;
    transition: all 0.2s;
}

.wpcf7-form p:nth-child(6) {
    margin-top: -16px;
    margin-bottom: -11px;
}

.checkbox-662 .form-control {
    /* border:red solid 1px; */
    background: none;
}

.checkbox-662 .form-control {
    /* border:red solid 1px; */
    background: none;
}

span.wpcf7-list-item {
    display: inline-block;
    margin: 0;
    margin-left: 7px;
}


.prev_electric {
    background: #034774 !important;
    color: white !important;
    margin-left: -69px !important;
    margin-top: 222px !important;
}

.next_electric {
    background: #034774 !important;
    color: white !important;
    position: absolute;
    right: -68px !important;
    z-index: 1;
    margin-top: 222px !important;
}

/* Genreric page */

.cont_generic_page .container {
    max-width: 100%;
    width: 945px;
    margin-top: 30px;
}

.cont_generic_page .container p {
    font-family: montserrat_light;
    color: #1E4D95;
    line-height: 1.7;
}

.cont_generic_page h2 {

    color: #1E4D95;
    margin-top: 27px
}

.genenic_page_template a {
    font-family: montserrat_bold;
    color: #1E4D95;
    text-decoration: underline;
}

.cont_generic_page ul {
    padding-left: 27px;
}

.cont_generic_page ul li,
.cont_generic_page ol li {
    margin-top: 13px;
    /* color: #1E4D95; */
    color: black;
    font-family: montserrat_light;

}


.cont_generic_page .container h3 {
    color: #1E4D95;
    font-family: montserrat;
    font-size: 18px;
    /* margin-top: 42px; */
    margin-top: 32px;
}

.cont_generic_page .container h4 {
    color: #1E4D95;
    margin-top: 29px;
    margin-bottom: 4px; 
    /* added by kelvin to test Matt request */
}

/* menu hamburger animation */

.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
    background-color: transparent;
}

.navbar-default .navbar-toggle {
    border: none;
    margin-right: 0px;
}

.navbar-toggle span.icon-bar {
    transition: all 0.15s;
}

.navbar-toggle span:nth-child(2) {
    transform: rotate(45deg);
    transform-origin: 10% 10%;
}

.navbar-toggle span:nth-child(3) {
    opacity: 0;
}

.navbar-toggle span:nth-child(4) {
    transform: rotate(-45deg);
    transform-origin: 10% 90%;
}

.navbar-toggle.collapsed span:nth-child(2),
.navbar-toggle.collapsed span:nth-child(4) {
    transform: rotate(0);
}

.navbar-toggle.collapsed span:nth-child(3) {
    opacity: 1;
}

/* woo styles  */

.attachment-woocommerce_thumbnail {
    width: 50%;
}


/* Blog style  */

.info_news {
    /* margin-top: 42px; */
}

.title_news_archive {
    /* font-size: 31px !important; */
}

.title_news_archive_long_title {
    margin-top: 199px !important;
    font-size: 35px !important;
}

.title_alerts_long_title{
    margin-top: 168px !important;
    font-size: 29px !important;
}

.box_news {
    border-radius: 11px;
    overflow: hidden;
    box-shadow: #0000001c 0px 9px 35px;
    transition: translate .18s,
        box-shadow .18s;
    margin-top: 41px;
    min-height: 152px;
}

.cont_text {
    padding: 0px 12px 12px 14px;
}

.row_news_lf {
    background: #6fabb0;
    color: white;
    margin-bottom: 12px;
    padding-top: 4px;
}

.cont_text h3 {
    margin-top: 1px;
    font-size: 17px;
    color: #012c4d;
    font-weight: bold;
}

.title_project_archive {
    margin-top: 8px !important;
    font-size: 18px !important;
    color: white !important;
}

.cont_text h4 {
    font-size: 12px;
    /* margin-top: 2px; */
}


/* Pagination style  */

.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {
    color: #fff;
    text-decoration: none;
}

.navigation ul {
    text-align: center;
    padding: 0px;
}

.navigation li {
    display: inline;
}

.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {
    background-color: #6fabb0;
    border-radius: 3px;
    cursor: pointer;
    padding: 12px 15px !important;
    /* padding: 0.75rem; */
    transition: all 0.5s;
}

.navigation li a:hover,
.navigation li.active a {
    background-color: #073555;
    padding: 11px;
}

.cont_pagination {
    margin-top: 51px;
}

/* Widget styles */

.widget_categories ul {
    padding: 0px;
}

.widget_categories ul li {

    list-style: none;
    padding: 12px;
    background-color: #093655;
    border-radius: 4px;
    color: white;
    margin-bottom: 12px;
}

.widget_categories ul li a {

    color: white;
}

/* .category_news {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 18px;
  color: white;
  font-size: 15px;
  text-transform: uppercase;
  text-align: right;
} */

.category_news {
    bottom: 0;
    right: 18px;
    color: white;
    font-size: 12px;
    text-align: right;
}

.img_cont_new {
    position: relative;
}

/* Careers style  */


.content_careers {
    margin-top: 30px;
}

.content_careers p {
    font-family: montserrat_light;
    color: #1E4D95;
    line-height: 1.7;
}


.cont_positions_careers .col-md-4 {
    margin-bottom: 42px;
}

.box_career {

    text-align: center;
    min-height: 250px;
    border-radius: 11px;
    transition: all 1s;
    box-shadow: #0000001c 0px 9px 35px;
    border: #ffffff30 solid 1px;
    position: relative;
    transition: all 1s;
}


.careers_position_title {
    text-transform: uppercase;
    margin-top: 113px;
    color: white;
    padding: 0 62px;
}

.overlay_cover {
    border-radius: 11px;
    background: #012947b3;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    right: auto;
    transition: all 0.5s;
}

.box_career:hover .overlay_cover {
    background: #012947ed;
}

.button_pdf_print {
    border: #034774 solid 2px;
    padding: 8px;
    border-radius: 7px;
    /* margin-left: 2px !important; */
    width: 30%;
    background: none;
    color: #034774;
    margin-bottom: 9px;
    margin-top: 25px;
    letter-spacing: 2px;
    background-size: 200% 100%;
    background-image: linear-gradient(to right, transparent 50%, rgba(125, 173, 179, 1) 50%);
    transition: background-position .5s cubic-bezier(0.19, 1, 0.22, 1) .1s,
        border .5s cubic-bezier(0.19, 1, 0.22, 1) .1s,
        color .5s ease 0s;
    text-transform: uppercase;
}

.button_pdf_print:hover {
    color: rgba(255, 255, 255, 1);
    background-position: -100% 100%;
    border: 2px solid rgba(112, 171, 177, 1);
    text-transform: uppercase;

}

/*----------- SEXY PRELOAD ------------*/

.lds-ripple {
    /* display: inline-block; */
    display: inherit;
    position: relative;
    width: 80px;
    height: 80px;
    margin: 0 auto;
}

.lds-ripple div {
    position: absolute;
    border: 4px solid #003656e3;
    opacity: 1;
    border-radius: 50%;
    animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}

.lds-ripple div:nth-child(2) {
    animation-delay: -0.5s;
}

@keyframes lds-ripple {
    0% {
        top: 36px;
        left: 36px;
        width: 0;
        height: 0;
        opacity: 1;
    }

    100% {
        top: 0px;
        left: 0px;
        width: 72px;
        height: 72px;
        opacity: 0;
    }
}

/* Routes styles */

/* add this in the new route  */
.content_alert_single {
    /* display: none; */
    margin-top: 12px;
}

/* add this in the new route  */

#directionselector {
    display: none;
}

.img_slide {
    width: 25px;
}

.slide_icon {
    display: none;
}

#current_location span {
    text-transform: capitalize;
    font-weight: bold;
}

.directionselector {
    display: none;
}

.next_stop_times {
    display: inline-block;
    list-style-type: none;
    margin: 0px 0px 0px 24px !important;
    padding: 0px;
    /* font-family: "CartoGothicProBold", */
    sans-serif;
    font-size: 15px;
}

.next_stop_times li {
    margin: 0px 0px 0px 16px !important;
    padding: 0px;
    display: inline-block;
}

.current_location {
    position: absolute;
    left: -51px;
    /* top: -1px; */
}

#current_location {
    width: 100%;
    max-width: 656px;
}

.div_cont_time_ripta {
    display: inline-block;
    /* border: red solid 1px; */
    float: right;
    width: 224px;
}

#current_location .list-group>li:nth-child(even) {
    background-color: #EDEDEE;
}

.next_stop_times {
    float: left;
}

.route_tabs .tab-content {

    padding: 0px;

}

.route_tabs .nav-tabs {
    border: none;
    text-align: left;
}

.sched-table {
    text-align: center;
}

.sched-table thead {
    background: #87b8be;
}

.sched-table th {
    text-align: center;
}

.button_rirection {
    border: #034774 solid 2px;
    padding: 8px;
    border-radius: 7px;
    /* margin-left: 2px !important; */
    width: 100%;
    background: none;
    color: #034774;
    margin-bottom: 9px;
    margin-top: 25px;
    letter-spacing: 2px;
    background-size: 200% 100%;
    background-image: linear-gradient(to right, transparent 50%, rgba(125, 173, 179, 1) 50%);
    transition: background-position .5s cubic-bezier(0.19, 1, 0.22, 1) .1s,
        border .5s cubic-bezier(0.19, 1, 0.22, 1) .1s,
        color .5s ease 0s;
    text-transform: uppercase;
}

.button_rirection:hover {
    color: rgba(255, 255, 255, 1);
    background-position: -100% 100%;
    border: 2px solid rgba(112, 171, 177, 1);
    text-transform: uppercase;
}



#schedulemap {
    margin-bottom: 22px;
}

.list_service_alerts {
    margin-bottom: 0px;
}

.title_maps {
    margin-top: 0px;
}



.button_route {
    border: white solid 1px;
    padding: 3px;
    border-radius: 4px;
    margin-left: 0px !important;
    width: 100%;
    color: #023053;
    background-color: transparent;
    background-size: 200% 100%;
    background-image: linear-gradient(to right, transparent 50%, rgba(125, 173, 179, 1) 50%);
    transition: background-position .5s cubic-bezier(0.19, 1, 0.22, 1) .1s,
        border .5s cubic-bezier(0.19, 1, 0.22, 1) .1s,
        color .5s ease 0s;

}

.modal.in .modal-dialog {
    margin-top: 322px;
}

.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
    color: white;
    background: linear-gradient(90deg, rgb(40, 122, 177) 0%, rgb(3, 71, 116) 70%);
}

.close {
    float: right;
    font-size: 30px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2;
}

.mimi-field {
    display: block;
    border-radius: 4px;
    border: none;
    background-color: #EFF0F4;
    height: 34px;
    padding: 6px 12px;
    line-height: 1.42857143;
}


.purchase_tickets {
    width: 100%;
    border: #003256 solid 2px;
    padding: 14px;
    text-align: center;
    border-radius: 8px;
}

.updates_fares {
    width: 100%;
    border: #003256 solid 2px;
    padding: 9px;
    text-align: center;
    border-radius: 8px;
    cursor: pointer;
}

.button_route:hover {
    color: rgba(255, 255, 255, 1);
    background-position: -100% 100%;
    border: 2px solid rgba(112, 171, 177, 1);
}

.mimi-field {
    display: block;
    width: 100%;
}

.mimi-submit {
    cursor: pointer;
    border: #093655 solid 2px;
    padding: 12px;
    border-radius: 4px;
    width: 100%;
}

.local_regional_bus {
    background-color: #0092d0;
}

.high_frequency {
    background-color: #f15b61;
}

.express {
    background-color: #994d9d;
}

.rapid_bus {
    background-color: #028241;
}

.flex_zone {
    background-color: #e68d19;
}

.multiple_routes {
    background-image: url(../images/bus_plus.svg);
    /* border:red solid 1px; */
    border-radius: 0px !important;
}

.route_single_banner h3 {
    margin: 186px 18px 0px 18px;
    font-size: 42px;
    font-weight: bold;
    font-family: metrisch_bold;
    display: inline-block;
    padding: 13px 33px;
    border-radius: 10px;
    /* word-break: break-all; */
}

.list_single_route_alert {
    margin-top: 0px;
    padding-top: 0px;
}

.list_single_route_alert {
    margin-top: 0px;
    padding-top: 0px;
}

.list_single_route_alert .list-group-item {
    /* border:red solid 1px; */
    padding-top: 0px;
}

.list_single_route_alert .list-group-item .list_header {

    margin-bottom: 15px;
    color: white;
}

.date_alert_s_route {
    text-align: right;
}

/* alerts styles */

.content_complete_alert p {
    line-height: 1.7;
}

.sub_cobtent {
    border: #073555 solid 1px;
    padding: 14px;
}

.view_details_image{
    cursor: pointer;
    transition: all 0.5s;
}

.view_details_image:hover {
    cursor: pointer;
    transform: scale(1.05);
}

.container_alerts_cont h3{
font-size: 22px;
color: #003556;
}

.date_service_alert{
    font-size: 12px;
}

.date_service_alert label {
   
    width: 100%;
    max-width: 159px;
    text-align: right;
}

.date_service_alert label:nth-child(2) {


  
}

.details_alerts{
    padding: 5px 20px;
    color: #003556;
    border-radius: 4px;
    border: #6fabb1 solid 1px;
    margin-top: 10px;
    transition: all 0.5s;
}

.details_alerts:hover {
   background-color: #083655;
   color: white;
}

.data_route_type{
    display: none;
}

.list_route_alerts {
    margin-bottom: 5px;
}

.cont_icon_alert_type {
    padding-right: 0px;
    /* border: red solid 1px; */
    width: 71px;
}

.icon_alerts_type {
    width: 50px;
}

.circle_color {
    width: 20px;
    height: 20px;
    position: absolute;
    border-radius: 50%;
    display: inline-block;
}

.accordion-container {
    position: relative;
    /* max-width: 500px; */
    height: auto;
    margin: 10px auto;
}

.accordion-container>h2 {
    text-align: center;
    color: #fff;
    padding-bottom: 5px;
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 1px solid #ddd;
}

.set {
    position: relative;
    width: 100%;
    height: auto;
    background-color: #f5f5f5;
}

.set>a {
    display: block;
    padding: 10px 15px;
    text-decoration: none;
    color: #555;
    font-weight: 600;
    border-bottom: 1px solid #ddd;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    transition: all 0.2s linear;
}


.set>a:hover {
    background-color: #083655;
    color: #fff;
}

.set .trip_label {
    color: #555 !important;
}

.set:hover .trip_label {
    color: white !important;
}


.set>a i {
    /* float: right; */
    margin-top: 2px;
}

.set>a.active {
    background-color: #083655;
    color: #fff;
}

.set>a.active .date_span,
.set>a.active .fa {
    /* background-color: #083655; */
    color: #fff;
}



.content {
    background-color: #fff;
    border-bottom: 1px solid #ddd;
    display: none;
}

.content p {
    /* padding: 10px 15px; */
    margin: 0;
    color: #333;
}

.list_header {
    padding-top: 10px;
}

.span_title_alert {
    margin-left: 30px;
    display: inherit;
}

.alert_mobile {
    display: none;
}

.icon_white{
    display: none;
}

.set>a:hover .date_service_alert img.icon_white {
    display: inline;
}



.set>a.active .date_service_alert img.icon_white {
      display: inline;
}




.set>a:hover .date_service_alert img.icon_black {
    display: none;
}

.set>a.active .date_service_alert img.icon_black {
    display: none;
}
/* shop page styles */

.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
    background-color: #002843;
    color: #fff;
    -webkit-font-smoothing: antialiased;
}

.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover {
    background-color: #6fabb0;
    color: #fff;
}

.woocommerce-Price-amount amount {
    text-align: center;
    margin-top: 11px;
    /* margin-bottom: 22px; */
    color: #A8ACB9;
    font-size: 19px;
    padding-bottom: 8px;
    font-family: montserrat;
    border-bottom: #a8acb94f solid 1px;
}

.woocommerce-product-details__short-description ul {
    padding: 0px;
    margin: 0px;
    border: white solid 1px;
    /* min-height: 169px; */
    margin-bottom: 13px;
}

.woocommerce-product-details__short-description ul li {

    list-style: none;
    text-align: left;
    font-family: montserrat_light;
    font-size: 13px;
    color: #4F5362;
    margin-top: 9px;

}

.single_add_to_cart_button {
    border: #6fabb0 solid 1px;
    padding: 3px;
    border-radius: 4px;
    margin-left: 0px !important;
    /* width: 102%; */
    padding: 8px 29px;
    color: white;
    margin-top: 14px;
    margin-bottom: 14px;
    background-color: #6fabb0;
    background-size: 200% 100%;
    background-image: linear-gradient(to right, transparent 50%, #003a68 50%);
    transition: background-position .5s cubic-bezier(0.19, 1, 0.22, 1) .1s, border .5s cubic-bezier(0.19, 1, 0.22, 1) .1s, color .5s ease 0s;
}

.single_add_to_cart_button:hover {
    color: rgba(255, 255, 255, 1);
    background-position: -100% 100%;
    border: 2px solid rgba(112, 171, 177, 1);
}


/* Schedule page menu  */

.schedule_container_menu .container {
    max-width: 100%;
    width: 1310px;
}

.legend,
.legend_alerts {
    background: #bde0e385;
    padding: 9px 9px 5px 9px;
    position: relative;
    top: -7px;
}

.legend .container {
    max-width: 100%;
    width: 1310px;
}



.kt-tabs-wrap .wp-block-kadence-tab {
    padding: 18px 0px !important;
}

.route-types_ripta {
    margin: 0px;
    padding: 0px;
}

.hide_desktop {
    display: none;
}

ul.route-types_ripta li {
    list-style: none;
    display: inline-block;
    cursor: pointer;
}

ul.route-types_ripta li+.tooltip>.tooltip-inner {
    background: grey;
    text-align: left;
    font-size: 15px;
}

.litle_box {
    /* border: red solid 1px; */
    width: 20px;
    height: 20px;
    display: inline-block;
    margin-right: 10px;
    margin-left: 12px;
    position: relative;
    top: 1px;
}

.kt-row-column-wrap {
    padding: 0px 0 0px 0 !important;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    position: relative;
    z-index: 10;
}

.oder_old_routes_mobile{
    display: none;
}

/* drop down language  */

.language_ripta {
    left: -23px;
}

#locator .nav {
    display: none;
}

.content_tab_ripta_realtime {
    padding: 0px;
}

.form-control option {
    color: grey;
}


:root .has-vivid-red-color {
    color: #cf2e2e !important;
}

.direction_ripta {
    color: #6fabb1;
    text-transform: uppercase;
}

/* Tables from gutemberg */

.wp-block-table.is-style-stripes td,
.wp-block-table.is-style-stripes th {
    border-color: transparent;
    padding: 12px;
}



/* button,
input,
select,
textarea {
  font-family: metrisch !important;
  font-size: inherit;
  line-height: inherit;
} */

/* style only for firefox  */

@-moz-document url-prefix() {
    .trip_planner .form-control {
        display: block;
        z-index: 2;
        position: relative;
        width: 100%;
        height: 39px;
        padding: 6px 12px;
        font-size: 18px;
        line-height: 6.429;
        color: #555;
        color: white;
        background-color: #9d9d9d70;
        background-image: none;
        border: none;
        border-radius: 4px;
        transition: background-color 300ms linear;
        /* border:red solid 1px; */
        font-family: arial;
    }

    .box_form .form-control,
    .wpcf7-form .form-control {
        font-family: arial;
    }

}

@supports (-moz-appearance:none) {
    .trip_planner .form-control {
        display: block;
        z-index: 2;
        position: relative;
        width: 100%;
        height: 39px;
        padding: 6px 12px;
        font-size: 18px;
        line-height: 6.429;
        color: #555;
        color: white;
        background-color: #9d9d9d70;
        background-image: none;
        border: none;
        border-radius: 4px;
        transition: background-color 300ms linear;
        /* border:red solid 1px; */
        font-family: arial;
    }

    .form-control option {
        color: black;
    }

    .box_form .form-control,
    .wpcf7-form .form-control {
        font-family: arial;
    }
}

.searchwp-modal-form-trigger-el {
    border: #034774 solid 2px;
    padding: 8px;
    border-radius: 7px;
    margin-left: 2px !important;
    width: 100%;
    background: none;
    color: #034774;
    margin-bottom: 9px;
    margin-top: 25px;
    letter-spacing: 2px;
    background-size: 200% 100%;
    background-image: linear-gradient(to right, transparent 50%, rgba(125, 173, 179, 1) 50%);
    transition: background-position .5s cubic-bezier(0.19, 1, 0.22, 1) .1s,
        border .5s cubic-bezier(0.19, 1, 0.22, 1) .1s,
        color .5s ease 0s;
    /* text-transform: uppercase; */
}

.searchwp-modal-form-trigger-el:hover {
    color: rgba(255, 255, 255, 1);
    background-position: -100% 100%;
    border: 2px solid rgba(112, 171, 177, 1);
    /* text-transform: uppercase; */
}


/* .trip_planner_mobile{
  border: red solid 1px;
  position: initial;
  width: 100%;
  bottom: 240px;
  top: 0px;
} */

.navbar-default {

    border-radius: 4px;
}

.date_only_mobile {
    display: none;
}

/* accordions styles for pages */

.kt-accordion-id_dd158f-5e .wp-block-kadence-pane .kt-blocks-accordion-header {
    color: #2d569a !important;

}


.kt-accordion-id_dd158f-5e .kt-blocks-accordion-header:hover,
.kt-accordion-id_dd158f-5e .kt-blocks-accordion-header:focus {
    color: #1f4d95 !important;
    /* font-family: montserrat !important; */

}

 .woocommerce-account-fields .woocommerce-form__label span {
     margin-left: 22px !important;
     margin-top: -42px;
     display: inline-block;
 }

   .woocommerce form .form-row .input-checkbox {
       display: inline;
       margin: 8px 8px 0 0;
       text-align: center;
       vertical-align: middle;
   }

   .woocommerce form .form-row input.input-text,
   .woocommerce form .form-row textarea {
       box-sizing: border-box;
       width: 100%;
       margin: 0;
       outline: 0;
       line-height: normal;
       height: 34px;
       padding: 6px 12px;
       line-height: 1.42857143;
       color: #9c9fa5;
       background-color: #EFF0F4;
       background-image: none;
       border: none;
       border-radius: 4px;
   }


   /* special alerts styles  */

   .special_alert {
       /* border: red solid 1px; */
       min-height: 70px;
       background: #d58802;
       padding-top: 13px;
       padding-bottom: 4px;
       border-top: white solid 2px;
       position: fixed;
       width: 100%;
       z-index: 40000;
       bottom: 0px;
   }

   .span_alert_special_alert {
       font-weight: bold;
       font-size: 20px;
       font-family: metrisch_extrabold;
   }

   .cont_header_alerts {
       position: fixed;
       z-index: 200;
       width: 100%;
   }

 .alert_header_special {
    padding-left: 51px;
    padding-right: 51px;
    text-align: center;
    /* border: red solid 1px; */
    max-width: 1118px;
    width: 100%;
    margin: 0 auto;
    position: relative;
}

  .with_two_alert {
      padding-left: 51px;
      padding-right: 51px;
      text-align: center;
      /* border: red solid 1px; */
      max-width: 1280px;
      width: 100%;
      margin: 0 auto;
      position: relative;
  }

  .close_alert {
      cursor: pointer;
      position: absolute;
      top: 12px;
      right: -18px;
      font-size: 20px;
  }

  .close_alert:hover {
      color: #003556;
  }

  .close_alert_one {
      cursor: pointer;
      position: absolute;
      top: 12px;
      right: -18px;
      font-size: 20px;
    color: #a51512;
  }

  .close_alert_one:hover {
      color: #003556;
  }

   .title_sa {
       color: white;
       margin-top: 0px;
       margin-bottom: 4px;
       font-size: 16px;

   }

   .cont_alert_text {
       /* border: red solid 1px; */
       /* max-width: 910px;
    margin: 0 auto; */
   }

   .cont_alert_text:before {
       /* content: url(/wp-content/themes/ripta_theme/assets/images/alerts/alert_darker.svg); */
   }



   .content_sa {
       color: white;
   }

   .content_sa:hover {
       /* color: white; */
   }

  .link_e_a {
      /* color: #fed776; */
     color: #FFCA77 !important;
      padding: 4px 8px;
      border-radius: 4px;
      cursor: pointer;
      font-family: metrisch_bold;
  }

     .link_e_a:hover {

         color: white;
         cursor: pointer;
         

     }

   /* .link_e_a:hover {
    border: white solid 1px;
    color: white;
    padding: 4px 8px;
    border-radius: 4px;
    margin-left: 9px;
} */

.cont_alert_text .ss-inline-share-wrapper {
    display: none;
}

.class123_maintable > * {
     font-family: metrisch !important;
}

/* this code is for the datepicker in safary  */
div#ui-datepicker-div {
    z-index: 1000 !important;
}


/* Style for the routes with alerts  */

.no_alert {
    display: none;
}

.routes_alerts {
    background: #003556;
    padding: 30px 18px 18px 18px;
}

.routes_alerts .container {
    max-width: 100%;
    width: 1310px;
}

.buttom_routes_alerts h3 {
    font-size: 1.1em;
    line-height: 1.4em;
    border-width: 0px 0px 4px 0px;
    border-radius: 4px 4px 0px 0px;
    padding: 8px 20px 8px 20px;
    border-color: #ffffff;
    color: #555555;
    background: #ffffff;
    text-align: center;
    color: #0a6689;
    border-bottom: #0b6689 solid 4px;
    width: 170px;
    margin: 0 auto;
}

.container_routes_alerts{
    max-width: 100%;
    width: 1310px;
}

.buttom_routes_alerts {
  border-bottom: #eeeeee solid 1px;
  margin-bottom: 12px;
}

.text-center_pdf .pdfemb-viewer{
    margin: 0 auto;
}

.schedule_category{
    margin-top: 42px;
    color: red;
    margin-bottom: 14px;
}

.table_fares_exchange tr td{
    border: 1px solid #ddd !important;
    vertical-align: middle !important;
}

.span_sign{
   float: left;
   margin-top: 8px;
   margin-right: 3px;
}

.table_fares_exchange tr td .form-control {
    float: left;
    width: 95%;
}



/* Accordion for the schedule page  */

.panel_description {
    padding: 15px 14px 15px 1px;
}

.panel_description ul {
    padding: 0px;
}

.panel_description ul li {
    list-style: none;
    border-bottom: #6fabb1 solid 1px;
    margin-bottom: 12px;
}

.special_service {
    background-color: #c9db57;
}



/* Woman page  */

.h3_woman{
    font-size: 23px;
    margin-top: -5px;
}

.SidebarComponent_root__2nMdA {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 170px !important;
    transition: left .25s ease-out, width .25s ease-out, background-color .25s ease-in-out;
    display: flex;
    flex-direction: column;
    pointer-events: auto;
}

/* Transit forwardri 2040 */

.transit_logo{
    margin-top: 172px;
    max-width: 509px;
    width: 100%;
}

.icon_tf {
    text-align: center;
    margin: 0 auto;
    display: inherit;
    font-size: 53px;
    padding: 14px;
}

.yellow_icon{
    color: #ffc93a;
}

.purple_icon{
    color: #c162d7;
}

.pink_icon{
    color:#ff007d;
}

.title_tfri{
    margin-bottom: 62px;
    
    /* background-image: url(https://www.ripta.com/wp-content/uploads/2021/07/quotation_mark-01.png); */
}

.title_tfri::before {
    content: "";
    background-image: url(https://www.ripta.com/wp-content/uploads/2021/07/quotation_mark-01.png);
    background-size: 120px;
    display: inline-block;
    background-repeat: no-repeat;
    width: 118px;
    height: 120px;
    /* border: red solid 1px; */
    position: absolute;
    margin-top: -48px;
    margin-left: -28px;
    opacity: 0.4;
    z-index: -1;
}

.title_tfri::after {
    content: "";
    background-image: url(https://www.ripta.com/wp-content/uploads/2021/07/quotation_mark-01.png);
    background-size: 120px;
    display: inline-block;
    background-repeat: no-repeat;
    width: 118px;
    height: 120px;
    /* border: red solid 1px; */
    position: absolute;
    margin-top: -48px;
    margin-left: 122px;
    opacity: 0.4;
    z-index: -1;
    transform: rotate(180deg);
}

.learn_more{
    /* border:red solid 1px; */
    padding: 50px;
    background-image: url("https://www.ripta.com/wp-content/uploads/2021/07/bg_learn_more.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding-bottom: 83px;
    margin-top: 42px;
    margin-bottom: -20px;
}

.box_transit{
   min-height: 204px;
   width: 100%;
    /* border:red solid 1px; */
    background-color: #f9f6f6;
    border-radius: 11px;
    padding: 20px;
    text-align: center;
    box-shadow: #020209 2px 2px 11px;
    margin-bottom: 30px;
}

.box_transit h3 {
    text-align: center;
    margin-top: 32px !important;
}

.box_transit h2 {
    text-align: center;
    font-size: 29px;
    color: #5cadb2;
}

.new_documents_section{
    padding: 22px;
    margin-top: -18px;
    background: #5cadb2;
    margin-bottom: 52px;
    position: relative;
    z-index: 1;
}

.list_new_docs{
    padding: 0px;
    margin: 0px;
    text-align: center;
}

.list_new_docs li {
   display: inline;
   margin-right: 17px;
}

.div_footer_transit_forward{
    min-height: 300px; 
    background-color: #ebebeb;
    padding: 45px;
    margin-bottom: -37px;
    display: none;
}

.box_project_team{
    /* text-align: center; */
    color: black;
    padding: 12px;
}

.box_project_team h3{
        margin-top: 22px !important;
        font-size: 20px !important;
}

.list_info_contacts{
    margin: 0px;
    padding: 0px;
    margin: 0 auto;
    text-align: center;
}

.list_info_contacts li {
    display: inline-block;
    font-family: 'montserrat_black' !important;
    font-size: 16px;
}

.list_info_contacts li .fas,
.list_info_contacts li .far {
    color: #59acb6 !important;
}

.navigation_menu_transit{
     margin: 0px;
     padding-left: 0px !important;
     background: #ebebeb;
     margin-bottom: 28px;
}

.navigation_menu_transit li {
    display: inline-block;
    margin-top: 0px !important;
    padding: 16px;
}

/* DTC */
#dtc-template p {
    color: #1E4D95;
}

#dtc-template .home-blue-background a {
    color: #ffffff;
}

#dtc-template .cont_text_banner_top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

#dtc-template .dtc-menu {
    margin: auto;
    padding: 24px 15px;
    background: #ebebeb;
    position: relative;
    z-index: 2;
}

#dtc-template .btn-group .btn-default {
    border: none;
    font-size: 15px;
    color: #1E4D95;
}

#dtc-template .btn-group .dropdown-menu {
    margin: 0px;
}

#dtc-template .dtc-menu a {
    display: block;
    color: #1E4D95;
    text-decoration: none;
}

#dtc-template table, #dtc-template th, #dtc-template td {
    border: 1px solid #b3c7bb;
    border-collapse: collapse;
}

#dtc-template .table-schedule th {
    background-color: #2a3a4b;
    color: #ffffff;
}

#dtc-template .table-schedule .oddRow td {
    background-color: #ecf0f1;
}

#dtc-template td, #dtc-template th {
    padding: 7px;
}

#dtc-template .flex-content-center {
    font-size: 15px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

#dtc-template .flex-content-center .wp-block-jetpack-slideshow {
    margin-bottom: 0px;
}

#dtc-template .cont_generic_page ul.blocks-gallery-grid {
    padding-left: 0px;
}

#dtc-template .cont_generic_page .dtc-news-events h4 {
    margin-top: 12px;
    font-size: 16px;
}

#dtc-map-container {
    max-width: 1170px;
    margin: auto;
    padding: 0px 10px;
}

#tm-main #map-container ul {
    padding-left: 0px;
}

#tm-main #map-container .overlay-container .media {
    overflow: visible;
}

#tm-main #map-container .overlay-container .flexslider li {
    margin-top: 0px;
}

.div_footer_dtc {
    min-height: 300px; 
    background-color: #ebebeb;
    padding: 45px;
    margin-bottom: -37px;
}

.ride_buttton a{
    /* border:red solid 1px; */
    padding: 19px 12px;
    text-decoration: auto;
    /* min-height: 80px; */
}

.share_ride_buttom a{
    padding: 29px 12px;
}

.display_none{
    display: none;
}

.alignwide{
    width: 100%;
    /* border: blue solid 1px; */
    position: absolute;
    margin: 0 auto;
    left: 0;
}

.con_routes_pvd {
    background: #f5f5f5;
    padding: 2px 32px 23px 32px;
    margin-bottom: 17px;
}

.con_routes_pvd ul {
    padding: 0px;
    margin: 0px;
}


.con_routes_pvd ul li {
    display: inline;
    color: #3b91cb;
    margin-right: 11px;
    font-size: 18px;
}

.social_icon_footer{
    font-size: 22px;
}

.wp-block-file .wp-block-file__button {
    background: #32373c;
    border-radius: 2em;
    color: #fff;
    margin-top: 14px;
    font-size: .8em;
    padding: 11px 4em !important;
    display: inline-block;
    font-size: 14px;
}

/* Climate page */

.climate_h3{
    margin-top: 12px !important;
    color: #70acb1 !important;
}

.climate_col{
    box-shadow: 0 20px 30px rgb(0 0 0 / 10%);
    transition: all 0.35s ease;
}

.climate_col:hover {
    transform: translateY(-10px) scale(1);
    box-shadow: 0 50px 50px rgb(0 0 0 / 5%);
}

.climate_col a {
    text-decoration: none;
    cursor: pointer;
    margin-top: 52px;
    display: block;
}

/* Emergency Sticky */

/* .sticky_emergency_banner {
    background-color: #a91805;
    padding-top: 39px;
    padding-bottom: 39px;
    border-bottom: white solid 1px;
} */

/* Emergency Sticky */

.sticky_emergency_banner {
    background-color: #FFA500;
    padding-top: 0px;
    padding-bottom: 0px;
    border-bottom: white solid 1px;
    position: fixed;
    z-index: 234344;
    width: 100%;
    display: none;
}


.img_cont_tunnel .wp-block-image figcaption {
    margin-top: 0.5em;
    margin-bottom: 1em;
    font-size: 12px;
}

.wp-block-pullquote p {
    font-size: 14px;
    line-height: 1.6;
    text-align: left;
   
}

.wp-block-pullquote{
     padding: 20px 0px 0px 0px !important;
}

.schools_accordion_trip .kt-blocks-accordion-header {
    border: #0592d0 solid 2px !important;
    text-align: center;
}

.survey_side_side .kt-inside-inner-col{
border: grey solid 1px;
    padding: 13px;
}


/* Styles for the transportation services */

.item_services_trans {
    /* border: red solid 1px; */
    text-align: center;
    padding: 12px;
    border-radius: 3px;
    box-shadow: 1px 1px 6px #888888;
    color: white;
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 19px;
    transition: all 0.1s;
    /* background: rgb(108, 222, 220);
background: linear-gradient(127deg, rgba(108, 222, 220, 1) 0%, rgba(42, 181, 179, 1) 62%); */
    background: linear-gradient(130deg, rgb(40, 122, 177) 0%, rgb(3, 71, 116) 70%);

    /* background : -moz-linear-gradient(105.53% 602.73% 45.18deg, rgba(136, 218, 218, 1) 0%, rgba(88, 177, 177, 1) 100%);
    background : -webkit-linear-gradient(45.18deg, rgba(136, 218, 218, 1) 0%, rgba(88, 177, 177, 1) 100%);
    background : -webkit-gradient(linear, 105.53% 602.73%, 105.83% 601.04%, color-stop(0, rgba(136, 218, 218, 1)), color-stop(1, rgba(88, 177, 177, 1)));
    background : -o-linear-gradient(45.18deg, rgba(136, 218, 218, 1) 0%, rgba(88, 177, 177, 1) 100%);
    background : -ms-linear-gradient(45.18deg, rgba(136, 218, 218, 1) 0%, rgba(88, 177, 177, 1) 100%);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#88DADA', endColorstr='#58B1B1' ,GradientType=0)";
    background : linear-gradient(44.82deg, rgba(136, 218, 218, 1) 0%, rgba(88, 177, 177, 1) 100%);
    opacity : 1;
    border-radius : 9px / 1px;
    -moz-border-radius : 9px / 1px;
    -webkit-border-radius : 9px / 1px;
    filter: alpha(opacity=100) progid:DXImageTransform.Microsoft.Alpha(opacity=100) progid:DXImageTransform.Microsoft.gradient(startColorstr='#88DADA', endColorstr='#58B1B1', GradientType=1); */
}

.item_services_trans:hover {
    font-size: 17px;
    padding: 11px
}

.item_services_trans_other:hover {
    font-size: 18px;
    padding: 11px
}

.item_services_trans_other {
    /* border: red solid 1px; */
    text-align: center;
    padding: 12px;
    border-radius: 3px;
    box-shadow: 1px 1px 6px #888888;
    color: white;
    font-weight: bold;
    max-width: 140px;
    font-size: 17px;
    margin-bottom: 19px;
    transition: all 0.1s;
    /* background: rgb(108, 222, 220);
    background: linear-gradient(127deg, rgba(108, 222, 220, 1) 0%, rgba(42, 181, 179, 1) 62%); */
    background: linear-gradient(130deg, rgb(40, 122, 177) 0%, rgb(3, 71, 116) 70%);

    /* background : -moz-linear-gradient(105.53% 602.73% 45.18deg, rgba(136, 218, 218, 1) 0%, rgba(88, 177, 177, 1) 100%);
    background : -webkit-linear-gradient(45.18deg, rgba(136, 218, 218, 1) 0%, rgba(88, 177, 177, 1) 100%);
    background : -webkit-gradient(linear, 105.53% 602.73%, 105.83% 601.04%, color-stop(0, rgba(136, 218, 218, 1)), color-stop(1, rgba(88, 177, 177, 1)));
    background : -o-linear-gradient(45.18deg, rgba(136, 218, 218, 1) 0%, rgba(88, 177, 177, 1) 100%);
    background : -ms-linear-gradient(45.18deg, rgba(136, 218, 218, 1) 0%, rgba(88, 177, 177, 1) 100%);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#88DADA', endColorstr='#58B1B1' ,GradientType=0)";
    background : linear-gradient(44.82deg, rgba(136, 218, 218, 1) 0%, rgba(88, 177, 177, 1) 100%);
    opacity : 1;
    border-radius : 9px / 1px;
    -moz-border-radius : 9px / 1px;
    -webkit-border-radius : 9px / 1px;
    filter: alpha(opacity=100) progid:DXImageTransform.Microsoft.Alpha(opacity=100) progid:DXImageTransform.Microsoft.gradient(startColorstr='#88DADA', endColorstr='#58B1B1', GradientType=1); */
}

.bottoms_mobile {
    display: none !important;
}


.cities_mobile_t_s_e {
    display: none !important;
}


/* css five colums */

 div.col-sm-7.five-three {
     width: 60% !important;
 }

 div.col-sm-5.five-two {
     width: 40% !important;
 }

 /* #senior_services_link,
 #Southern,
 #Wave_van,
 #Vanpool,
 #Amtrak,
 #NEMT,
 #Taxi,
 #r_services {
     scroll-margin: 143px 0 0 50px;
 } */

 #newport, #pc, #warwick, #e_p{
    scroll-margin: 126px 0 0 50px;
 }


 * {
     scroll-margin: 246px 0 0 50px;
    /* scroll-margin: 416px 0 0 50px */
 }


 /* TfcRI styles  */

 .container_options{
    /* border:red solid 1px; */
    background-color: #1e4d95;
    padding: 12px;
    color: white;
    text-align: center;
    border-radius: 10px;
    min-height: 124px;
    margin-bottom: 26px;
   box-shadow: 1px 1px 5px grey;
 }

  .container_options h5{
 font-size: 23px;
 font-family: montserrat_light;
 }

   .container_options p{
 font-size: 12px;
 }


   .container_impl h5{
 font-size: 23px;
 font-family: montserrat_light;
 }

   .container_impl p{
 font-size: 12px;
 }

  .container_impl{
    background-color: #e81e55;
    padding: 1px;
    color: white;
    text-align: center;
    border-radius: 10px;
    /* min-height: 121px; */
    margin-bottom: 26px;
    box-shadow: 1px 1px 5px grey;
 }

 .the_implementation_container a:hover{
color: white;
text-decoration: none;
 }

 .container_impl a{
    color: white !important;
 }

 .title_sectionsPtf{
    font-size: 54px;
    text-align: center;
 }

 .i_c_p{
 font-size: 18px;
    color: #1e4d95;
 }



 .title_tfri_new{
    margin-bottom: 34px;
    font-size: 18px;
    color: #1e4d95;
    padding: 0px 65px;
    
    /* background-image: url(https://www.ripta.com/wp-content/uploads/2021/07/quotation_mark-01.png); */
}

.title_tfri_new::before {
    content: "";
    background-image: url(https://www.ripta.com/wp-content/uploads/2021/07/quotation_mark-01.png);
    background-size: 100px;
    display: inline-block;
    background-repeat: no-repeat;
    width: 115px;
    height: 98px;
    /* border: red solid 1px; */
    position: absolute;
    margin-top: -48px;
    margin-left: -97px;
    opacity: 0.4;
    z-index: -1;
}

.title_tfri_new::after {
    content: "";
    background-image: url(https://www.ripta.com/wp-content/uploads/2021/07/quotation_mark-01.png);
    background-size: 100px;
    display: inline-block;
    background-repeat: no-repeat;
    width: 118px;
    height: 120px;
    /* border: red solid 1px; */
    position: absolute;
    margin-top: -68px;
    margin-left: 286px;
    opacity: 0.4;
    z-index: -1;
    transform: rotate(180deg);
}

.list_botton_tfc{
    padding: 0px;
    margin: 0px;
        margin: 0 auto;
    text-align: center;
}

.list_botton_tfc li{
    display: inline-block;
    font-family: montserrat_bold !important;
    color: #1e4d95 !important;
}

.title_post_tc{
   color: #e81e55 !important;
    font-size: 28px !important;
    font-family: montserrat_light !important;
    margin-top: 4px !important;
}

.row_post_tfc{
    max-width: 1208px;
    /* border: red solid 1px; */
    margin: 0 auto;
    margin-top: 16px;
}

.content_post_tc{
    font-size: 17px;
}

.text-shadow_button{
    box-shadow: 3px 3px 9px black;
    border-radius: 17px;
}

.text-shadow_button a:hover{
    color: white;
}

.title_top_cero{
    margin-top: 0px !important;
}

.page-id-26708 .cont_generic_page .container{
    width: 1195px;
}

.title_proposed_tc{
    background: #003656 !important;
        color: white !important;
        padding: 8px 6px 10px 10px;
}

.title_h3_proposed{
    color: #3d91cb !important;
        font-weight: bold;
        font-family: montserrat;
}

.blue_color_ripta strong{
    color: #003656 !important;
}

.blue_color_ripta {
    color: #003656 !important;
}

.kp_heading{
    margin-top: 12px !important;
    margin-bottom: 15px;
    margin-left: 12px;
    color: #003656 !important;
}

.kp_heading_two {
margin-left: 12px;
color: #003656 !important;
}

.kt-blocks-accordion-header{
    background-color: #3D91CB !important;
    color: white !important;
}

.kt-blocks-accordion-icon-trigger:before {
    background: white !important;
}

.kt-blocks-accordion-icon-trigger:after {
    background: white !important;
}

.page-id-32447 .cont_wrapper_all{
    background: #F2F2F2;
}

.kadence-column_3cea29-79{
    background-color: white;
    padding: 0px 26px;
}

.kadence-column_95fca0-8b {
    background-color: white;
    padding: 0px 26px 26px 26px;
}

.kadence-column_ba425f-ad{
    -webkit-flex: 0 1 3%;
}

.blue_ripta_2 strong{
    color: #3D91CB !important;
}

.cont_calendar_proposed_ts{
    /* border:red solid 1px; */
    margin-bottom: 12px;
}

.date_container_ts{
    text-align: center;
    background-color: #dadddf;
    padding: 4px;
    border-radius: 4px;
}


.month {
font-size: 19px;
    color: #3e91cb;
    display: inline-block;
    background: white;
    width: 100%;
    border-radius: 4px;
}
.day{
 
    font-size: 17px;
        color: #013657;
}

.title_calendar_ts {
    font-weight: bold;
    font-family: 'montserrat_black_original';
    margin-top: 0px;
}


.button_blue_transitc a {
    width: 100%;
    padding: 25px 22px;
    height: 88px;
    margin-top: 16px;
    box-shadow: 1px 1px 7px grey;
    padding-top: 32px;
}

.first_button_blue_tc a {
padding-top: 21px !important;
}

.ss-social-icons-container{
    display: none !important;
}

.page-id-32774 .title_news_archive{
margin-top: 152px;
}

.strong_light_blue strong{
    color: #1E4D95;
}

.ul_transit_connector li{
    color: #1E4D95 !important;
}

.accordion_ptd .kt-accordion-id_ddacba-ba .wp-block-kadence-pane .kt-accordion-header-wrap .kt-blocks-accordion-header{
    background: rgb(122,167,173);
background: linear-gradient(99deg, rgba(122,167,173,1) 0%, rgba(3,47,60,1) 100%);
}

.accordion_ptd .kt-blocks-accordion-header{
      background: rgb(122,167,173) !important;
background: linear-gradient(99deg, rgba(122,167,173,1) 0%, rgba(3,47,60,1) 100%) !important;
}

.button_mc a{
padding: 26px 12px !important;
font-family: montserrat !important;
text-decoration: none !important;
min-height: 79.42px;
}

.button_mc_v a{
    font-family: montserrat !important;
        text-decoration: none !important;
        min-height: 79.42px;
}

.accordion_faq_hct .kt-blocks-accordion-header{
    background: rgb(17, 121, 166) !important;
    background: linear-gradient(99deg, rgba(17, 121, 166, 1) 0%, rgba(3, 67, 85, 1) 100%) !important;
    margin-bottom: 23px !important;
}

/* Waves to work page  */


.cont_other_image_change img{
/* transition: all 0.3s linear; */
/* transform: scale(1.3); */
transition: all 0.3s linear;


}

.cont_other_image_change .img_otw_top{
position: absolute;

}

.cont_other_image_change .img_otw_bottom {
    /* transition: all 0.3s linear; */
   opacity: 0;

}

.cont_other_image_change:hover .img_otw_top{
    
    /* display: none; */
    opacity: 0;
    transform: scale(1.3);
}

.cont_other_image_change:hover .img_otw_bottom {
    opacity: 1;
    /* transition: all 0.3s linear; */
    transform: scale(1.3);
}

.owl-item img{
transition: all 0.3s linear;
}

.owl-item:hover img{
transform: scale(1.1);
    opacity: 0.4;
}

.wtw_sub_title {
    width: auto !important;
    font-size: 22px !important;
    padding: 13px;
}
.wtw_buttons_container button {
    background-color: #3D92CB;
    color: white;
    border: none;
    padding: 12px 94px;
    border-radius: 4px;
    font-family: montserrat_bold;
}

.wtw_buttons_container{
    width: 100%;
        max-width: 660px;
        margin: 0 auto;
}

.list_wtw{
    padding: 0px !important;
    margin-top: 32px;
}

.list_wtw li {
    list-style: none;
    padding: 0px;
    text-align: center;
    padding: 12px 9px;
    /* border: red solid 1px; */
    color: white !important;
    margin-top: 6px !important;
    font-family: montserrat_bold !important;
}

.cont_shape_wtw {
    background-color: #3D92CB;
    text-align: center;
    font-family: montserrat_bold !important;
    color: white !important;
    padding: 15px 15px 5px 15px;
    border-radius: 9px 9px 0px 0px;
    min-height: 60px;
}

.cont_shape_wtw:hover{
    transition: all 1s;
    color: #013657 !important;
}

.div_shape_triangle {
    width: 100%;
    height: 0px;
    border-left: 143px solid transparent;
    border-right: 140px solid transparent;
    border-top: 20px solid #3f92cb;
}

.choose_program_wtw{
background-color: #034774;
    padding: 60px;
    margin-top: -45px;
}

.container_carrousel_wtw .owl-carousel.owl-drag .owl-item {
  
    text-align: center;
    /* border: red solid 1px; */
    padding: 12px;
}

.title_main_wtw {
    color: white !important;
    text-align: center;
    font-family: montserrat !important;
    font-size: 32px !important;
}

.title_main_wtw_blue {
    color: #034774 !important;
    text-align: center;
    font-family: montserrat_mediun !important;
    font-size: 32px !important;
}

.choose_program_wtw p {
    color: white !important;
    /* text-align: center; */
    /* font-family: montserrat !important; */
   
}

.cont_fares_wtw{
    border:#62CBC9 solid 3px;
    margin-top: 52px;
    padding-bottom: 22px;
}

.cont_fares_wtw p {
    text-align: center;
    max-width: 541px;
    margin: 0 auto;
}

.title_cont_fares_wtw{
    background: #054775;
        font-size: 23px !important;
        padding: 12px;
        max-width: 350px;
        margin: 0 auto;
        color: white !important;
        margin-top: -28px !important;
        font-family: montserrat !important;
        /* font-size: 32px !important; */
        color: white !important;
            text-align: center;
}

.everyone_saves{
padding: 20px 30px 80px 30px;
}

.cont_benefits_board{
    padding: 34px;
    background-color: #2AB5B3;
    border-radius: 20px;
    max-width: 550px;
    width: 100%;
    margin: 0 auto;
}

.other_ways_b{
    background-color: #DDEBF6;
    padding: 18px 50px 90px 50px;
}

.icons_cont_ways_b{
   border-radius: 20px;
    padding: 34px;
    background-color: white;
    max-width: 690px;
    width: 100%;
    margin: 0 auto;
}

.para_icons_cont_ways_b{
    margin-top: 22px;
}

.icons_cont_ways_b .row{
    margin-bottom: 12px;
}

.cont_faresget_started{
    border: #3D92CB solid 2px;
    border-radius: 20px;
    text-align: center;
    padding: 30px;
    min-height: 370px;
}

.cont_faresget_started h3{
    margin-top: 0px !important;
}

.want_to_learn_more{
background-color: #034774;

    padding: 1px 30px 47px 30px;
}

.get_started_today{
    padding: 18px 18px 82px 18px;
}

.transit_friendly{
    padding: 18px 18px 82px 18px;
    background-color: #DFF5F3;
}

.dark_blue_banner .container{
    margin-top: 0px;
}

.dark_blue_banner{
padding: 0px 12px 18px 12px;
}

.cont_video_transit_friendly{
background-color: #3D92CB;
padding: 30px;
border-radius: 20px;
text-align: center;
}

.cont_video_transit_friendly h5 {
    color: white;
    font-size: 19px;
    margin-bottom: 20px;
}

.cont_testimony_t_f {
    border-radius: 20px;
    min-height: 480px;
    padding: 30px;
    text-align: center;
    /* background-image: url(); */
    background: white url(https://www.ripta.com/wp-content/uploads/2024/08/Rectangle-307@2x.png) no-repeat left top;
    background-size: 344px;
    background-position-y: 84px;
    background-position: center bottom;
    background-position-y: 301px;
    /* background-color: white; */
    box-shadow: 1px 1px 7px #cacaca;
}

.cont_testimony_t_f .logo_andrew{
    margin-top: 48px;
}

.e_ready_save{
padding: 5px 45px 45px 45px;
}

.container_carrousel_wtw{
    margin-top: 52px;
        background: white;
        padding: 19px;
}

.btn_want_tolearn{
    text-align: center;
        margin: 0 auto;
        display: block;
        background: #2AB5B3;
        border: none;
        color: white;
        padding: 9px 73px;
        border-radius: 14px;
        margin-top: 32px;
}

.form_employees_ready .form-control{
border:#707070 solid 1px;
}

.form_employees_ready .label_form_contact{
   
    font-size: 12px;
    color: #034774;
    font-family: 'montserrat_mediun';
}

.want_to_learn_more .label_form_contact{
     font-size: 12px;
    color:white;
    font-family: 'montserrat_mediun';
}

.wtw_logo_main{
    margin-top: 132px;
}

.icons_cont_ways_b .col-md-4{
    text-align: center;
}

.icons_cont_ways_b img{
    /* margin-right: 22px; */
}

.last_title_fill{
    margin-top: 132px !important;
}



/* New Flex on Demand */

.intro_flex {
    /* border: red solid 1px; */
    background: #E0EAEC;
    padding: 19px 15px 90px 19px;
    margin-top: -54px;
    /* z-index: -11;
        position: relative; */
}

.yellow_stripe{
background-color: #EBCA2C;
    padding: 20px 12px 12px 12px;
}

.yellow_stripe .container {
   margin-top: 0px;
   text-align: center;
}

.how_it_cont{
    padding-bottom: 42px;
}

.launching_fod{
    padding: 23px;
    padding: 23px 23px 90px 23px;
}

.title_sections_fod{
font-size: 49px;
font-family: univers_bold_condense;
}

.dispached{
background: #E0EAEC;
    padding: 41px 13px 60px;
}

.four_icons{
    padding: 50px;
}

.icon_cont_four_icons{
    text-align: center;
}

.icon_cont_four_icons p {
    color: #032F3C !important;
    margin-top: 24px;
    /* border: red solid 1px; */
    width: 330px;
    margin: 27px auto;
}

.title_plan_y_t{
    color: #032F3C !important;
    margin-top: auto !important;
}

.row_tod{
    margin-top: 23px;
}

.para_plan_y_t{
    color: #032F3C !important;
}

.plan_trip_fod{
    background-image: url(https://www.ripta.com/wp-content/uploads/2024/08/Ellipse-39@2x.png);
    background-position: left bottom;
    background-size: 660px;
    background-repeat: no-repeat;
    background-position-x: 203px;
    padding-bottom: 68px;
}

.dont_have_smart {
    background: #E0EAEC;
    padding: 23px;
    text-align: center;
    margin-top: 62px;
}

.blue_list_mc li{
    color: #1E4D95 !important;
}

.ondemand_logo{
    width: 420px;
    margin-top: 72px;
}

.logo_mobile_tod{
    display: none;
}

.button_red_survey a{
padding: 32px;
text-decoration: none;
/* min-height: 173px; */
}

.button_red_survey_e a{
padding-top: 56px;
    padding-bottom: 53px;
}

/* Mad mimi forms styles  */

.mimi_webform_container .mimi_webform fieldset {

    background: #ededed !important;
}