/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Aug 4, 2017, 12:18:45 PM
    Author     : Core-Dreams
*/
/*font-family: 'Source Sans Pro', sans-serif;*/
/*font-family: 'Roboto Slab', serif;*/
@font-face {
    font-family: 'thin';
    font-weight: 100;
}

body {
    max-width: 1600px;
    margin: 0 auto;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    letter-spacing: 1px;
}
/*------------------------------Start-form-slider---------------------------------*/
#form-are-slider{
    position: absolute;
    top: 110px;
    width: 70%;
    left: 18%;
}
/*------------------------------End-form-slider---------------------------------*/
.slick-slide:hover,
.slick-slide:focus {
    outline: 0;
    outline-offset: 0;
    box-shadow: none;
}

a:hover {
    text-decoration: none;
}

ul, ol {
    padding-left: 0;
    margin-bottom: 0;
}

li {
    list-style: none !important;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
    font-weight: 400;
    font-family: 'Raleway', sans-serif;
}

h1 {
    font-size: 36px;
}

h2 {
    font-size: 30px;
}

h3 {
    font-size: 24px;
}

h4 {
    font-size: 20px;
}

h5 {
    font-size: 16px;
}

h6 {
    font-size: 14px;
}

p {
    font-size: 16px;
    color: #3f3f3f;
}

figure {
    overflow: hidden;
}

figure img {
    width: 100%;
}

.no-gutter > [class*='col-'] {
    padding-right: 0;
    padding-left: 0;
}

.index-btn {
    background: #319a96;
    color: #fff;
    letter-spacing: 0.5px;
    padding: 0px 20px;
    transition: all 0.8s ease;
}

.index-btn:hover {
    background: #111;
    color: #fff;
    transition: all 0.8s ease;
}

a {
    transition: 0.3s;
}

a:hover {
    transition: 0.3s;
}

.section-break {
    padding: 50px 0;
}

.row.cstm-col {
    margin: 0;
}

.row.cstm-col div[class*='col-'] {
    padding: 0;
}

.accordion-toggle {
    cursor: pointer;
}

.accordion-content {
    display: none;
}

.accordion-content.default {
    display: block;
}

.btn-custom {
    padding: 12px 40px;
    background-color: #1A3458;
    color: #fff;
    border-radius: 0;
    border: 1px solid #1A3458;
    transition: 0.4s;
    margin-bottom: 20px;
}

.btn-custom:hover, .btn-custom:focus {
    box-shadow: none;
    background-color: transparent;
    color: #111;
    transition: 0.4s;
    outline: 0;
}

.top-bar {
    background-color: #fff;
    padding: 12px 0;
    letter-spacing: 1px;
}

.top-bar .top-info {
    float: right;
}

.top-bar .top-info ul li {
    margin-left: 64px;
}

.top-bar .top-info ul li:first-child {
    margin-left: 0;
}

.top-bar .top-info ul li .top-con-icon {
    float: left;
    padding-top: 10px;
}

.top-bar .top-info ul li .top-con-info {
    margin-left: 50px;
}

.top-bar .top-info ul li .top-con-info p {
    font-size: 18px;
    color: #a6a6a6;
    margin-bottom: 0;
}

.top-bar .top-info ul li .top-con-info a {
    font-size: 20px;
    color: #fff;
}

.top-bar .top-info ul li .top-con-info a:hover {
    color: #319a96;
}

.logo a img {
    width: 170px;
}

/*.header {*/
/*background-color: #0d1313; */
/*}*/
.header .navbar-default {
    background-color: transparent;
    border: none;
    margin-bottom: 0;
    letter-spacing: 1px;
}

.header .navbar-default .navbar-collapse {
    padding: 0;
}

.header .navbar-default .navbar-collapse .navbar-nav li {
    margin: 0 10px;
}

.header .navbar-default .navbar-collapse .navbar-nav li.active a {
    background-color: transparent;
}

.header .navbar-default .navbar-collapse .navbar-nav li.active a:before {
    display: block;
}

.header .navbar-default .navbar-collapse .navbar-nav li a {
    color: #333;
    position: relative;
    padding: 15px 0;
    font-size: 14px;
}

.header .navbar-default .navbar-collapse .navbar-nav li a:before {
    position: absolute;
    content: '';
    height: 3px;
    width: 100%;
    bottom: 0;
    background-color: #fda451;
    display: none;
}

.header .navbar-default .navbar-collapse .navbar-nav li a:hover {
    color: #000;
}

.header .navbar-default .navbar-collapse .navbar-nav li a:hover:before {
    background-color: #fda451;
    display: block;
}

.header .login {
    letter-spacing: 2px;
}

.header .login li:hover a {
    background-color: transparent;
}

.header .login li a {
    padding: 11px 26px;
    color: #fff;
    letter-spacing: 0;
    display: block;
}

.header-phone a {
    background: #FDA451;
    color: #fff !important;
    font-size: 14px !important;
    font-weight: 700;
    padding: 12px 18px !important;
    border-radius: 4px;
}

.header-phone {
    margin-top: 16px;
}

.header > .navbar > .collapse > ul.navbar-nav {
    float: right;
}

/*---------------------------------------->> Quote Engine CSS <<----------------------------------------*/
.fp-quote {
    width: 400px;
    min-height: 50px;
    background: rgba(255, 255, 255, 0.3);
    padding: 15px 15px 15px;
    letter-spacing: 0;
    margin-top: 50px;
}

.quote-box-head {
    font-size: 18px;
    color: #ffffff;
    font-weight: 700;
    text-align: center;
    margin-bottom: 16px;
}

.fp-quote h4 {
    text-align: center;
    color: #fff;
    font-weight: 600;
    margin-bottom: 10px;
}

.fp-quote .inr-form {
    padding: 0;
    background: transparent;
}

.fp-quote .radio-inline input {
    opacity: 0;
}

.fp-quote .radio-inline input:hover + span figure, .fp-quote .radio-inline input:checked + span figure {
    opacity: 1;
    transition: 0.5s;
}

.fp-quote .cstm-rad {
    margin-bottom: 5px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    border-bottom: 2px solid #fda451;
}

.fp-quote .cstm-rad .title-rad {
    font-size: 15px;
    color: #fff;
    display: block;
}

.fp-quote .cstm-rad figure {
    display: flex;
    justify-content: center;
    padding-top: 12px;
    opacity: 0.4;
    transition: 0.5s;
}

.fp-quote .cstm-rad figure img {
    width: auto;
}

.fp-quote .cstm-rad label {
    width: 50%;
    padding: 0 !important;
}

.fp-quote .cstm-rad label:last-child {
    border-right: none;
}

.fp-quote .cstm-rad .radio-inline + .radio-inline {
    margin-left: 0;
}

.fp-quote #quote-add-child {
    height: 45px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    color: #fff;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-drag: none;
    -webkit-user-drag: none;
    -ms-user-drag: none;
    -moz-user-drag: none;
    margin: 0;
}

.fp-quote #quote-add-child .quote-ac-shape {
    width: 30px;
    height: 30px;
    margin-right: 10px;
    border: 2px solid #fff;
    border-radius: 100%;
    text-align: center;
    padding: 4px 0;
    display: inline-block;
}

.fp-quote #quote-add-child .quote-ac-shape .fa {
    font-size: 16px;
}

.fp-quote #quote-add-child p {
    display: inline-block;
    margin-bottom: 0;
    letter-spacing: 0.25px;
    color: #fff;
}

.fp-quote #quote-add-child:hover {
    cursor: pointer;
}

.fp-quote #quote-add-child:hover p {
    text-decoration: underline;
}

.fp-quote.sidebar-quote, .fp-quote.sidebar-quick-contact, .fp-quote.sidebar-feedback {
    width: 100%;
}

.fp-quote .btn {
    font-size: 16px;
    transition: 0.5s;
    border-radius: 0;
    border: 1px solid #FDA451;
    background-color: #FDA451;
    margin-top: 10px;
    color: #fff;
    margin-bottom: 0;
    padding: 12px 16px;
    font-weight: 600;
}

.fp-quote .btn:hover, .fp-quote .btn:focus {
    transition: 0.5s;
    border: 1px solid #ef9c05;
    background-color: #ef9c05;
    outline: 0;
}

.fp-quote .form-control {
    height: 44px;
}

.fp-quote .form-group {
    margin-bottom: 8px;
}

.cstm-rad span {
    display: block;
    text-align: center !important;
    padding: 6px 14px !important;
    background: transparent;
}
#quote-child{
    display: none;
}

.cstm-rad input[type*="radio"]:checked + span {
    background: #FDA451;
}

.form-group {
    margin-bottom: 0;
}

.form-group .input-group {
    background-color: #fff;
    border-bottom: 1px solid #b6b6b6;
    width: 100%;
}

.form-group .input-group label {
    padding: 6px 12px;
    padding-bottom: 0;
    margin-bottom: 0;
    font-weight: 400;
}

.form-group .input-group input {
    border: 0;
    box-shadow: none;
    /*padding-top: 0; */
}

.form-group .input-group input:hover + span img {
    opacity: 1;
    transition: 0.5s;
}

.form-group .input-group input:focus + span img {
    opacity: 1;
    transition: 0.3s;
}

.form-group .input-group .input-group-addon {
    /*background-color: #E8ECF0;*/
    background-color: #fff;
    border: 0;
    width: 48px;
}

.form-group .input-group .input-group-addon img {
    width: 100%;
    opacity: 0.6;
    transition: 0.3s;
    filter: brightness(0);
}

.form-group .left-border {
    border-left: 1px solid #b6b6b6;
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background-color: #fff;
}

.quote-template {
    background: #1E3B64;
}

.quote-template .fp-quote {
    width: 100%;
    margin-top: 0;
}

.quote-template .fp-quote h4 {
    margin-bottom: 16px;
}

.quote-template .fp-quote .cstm-rad {
    margin-bottom: 10px;
}

/*.quote-template .fp-quote label {*/
/*padding-bottom: 0;*/
/*padding: 12px 14px;*/
/*}*/
.quote-template .fp-quote input {
    padding-top: 0;
}

/**************homepage***********/
.home-banner {
    min-height: 550px;
    background: url(../images/background-banner.jpg) no-repeat fixed;
    background-size: cover;
}

.home-banner .banner-text {
    color: #fff;
    text-transform: uppercase;
    padding-top: 190px;
    text-shadow: 0 2px 2px rgba(0, 0, 0, 0.6);
}

.home-banner .banner-text h1 {
    margin-bottom: 40px;
    font-size: 36px;
    line-height: 50px;
    text-transform: initial;
    font-weight: 700;
}

.home-banner .banner-text h2 {
    font-size: 26px;
}

.about .section-heading:before {
    left: 4%;
}

.about h2 {
    font-size: 30px;
    margin-bottom: 40px;
}

.about h2 span {
    color: #319a96;
}

.about p {
    font-size: 16px;
    color: #3f3f3f;
    line-height: 24px;
    margin-top: 3%;
    
}

.about article {
    width: 64%;
    margin: 0 auto;
    margin-bottom: 50px;
}

.about .service-warp {
    padding: 0 30px;
}

.about .service-warp figure {
    margin-bottom: 20px;
}

.about .service-warp h3 {
    margin-bottom: 15px;
}

.about .service-warp h3 span {
    color: #319a96;
}

.about-des .read-more {
    position: relative;
    margin-top: 16px;
    color: #333;
}

.about-des .read-more:after {
    content: "";
    height: 2px;
    width: 25px;
    background: #000;
    position: absolute;
    top: 50%;
    right: -45%;
}

.book-divider {
    /*padding: 30px 0;*/
    /*background-color: #FDA451;*/
    /*text-align: center;*/
    /*padding-bottom: 40px;*/
}

.divider-info {
    width: 48%;
    /*padding-top: 50px;*/
    /*padding-left: 110px;*/
    position: relative;
}

.divider-info article {
    position: absolute;
    top: 50%;
    left: 49%;
    transform: translate(-50%, -50%);
}

.divider-info article h3 {
    margin-bottom: 12px;
}

.divider-number {
    background-image: url(../images/shape.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 52%;
    height: 170px;
    position: relative;
}

.divider-number article {
    /*padding-top: 50px;*/
    /*padding-left: 2501px;*/
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.divider-number article h4 {
    line-height: 32px;
    color: #000;
}

.divider-block {
    display: flex;
    justify-content: space-between;
}

.book-divider p {
    font-size: 16px;
    font-weight: 400;
}

.book-divider .bold {
    font-weight: 400;
    margin-bottom: 30px;
}

.book-divider a {
    font-size: 20px;
    padding: 0 20px;
    color: #111;
    font-weight: 600;
    line-height: 32 ps;
}

.testimonals {
    background-image: url("../images/testimonial-bg.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 60px 0;
}

.testimonals h4 {
    color: #0d1313;
    text-transform: uppercase;
    margin-bottom: 8px;
}

.testimonals h4 span {
    color: #319a96;
}

.testimonals figure {
    width: 30px;
    float: left;
    margin-bottom: 80px;
}

.testimonals p {
    margin-top: 10px;
    margin-left: 10px;
    margin-bottom: 0;
}

.testimonals .person {
    font-family: 'Roboto Slab', serif;
    color: #656565;
}

.testimonals .choose {
    position: relative;
}

.testimonals .choose:before {
    position: absolute;
    content: '';
    height: 100%;
    width: 1px;
    background-color: #989898;
    top: 0;
    left: -64px;
}

.testimonals .choose ul {
    margin-top: 10px;
}

.testimonals .choose ul li p {
    font-size: 16px;
    line-height: 26px;
    margin-top: 0;
    margin-left: 0px;
}

.testimonals .choose ul li p .fa {
    padding-right: 12px;
    color: #319a96;
}

.testimonals .section-heading {
    margin-bottom: 40px;
    text-align: center;
}

.testimonals .slick-slider {
    max-width: 700px;
    text-align: center;
    margin: 0 auto;
    font-style: italic;
    margin-top: 50px;
}

.testimonals .slick-slider p.person {
    color: #333;
    margin-top: 32px;
    font-weight: 600;
}

.testimonial-text {
    position: relative;
    padding: 0 55px;
}

.testimonial-text:before {
    content: url('../images/left-quote-mark.svg');
    position: absolute;
    left: -9px;
    top: -10px;
}

.testimonial-text:after {
    content: url('../images/quote-right.svg');
    position: absolute;
    right: 4px;
    top: 30px;
}

.fleet {
    text-align: center;
    background-color: #f6f6f6;
}

.fleet h4 {
    color: #0d1313;
    text-transform: uppercase;
    margin-bottom: 8px;
}

.fleet h4 span {
    color: #319a96;
}

.fleet p {
    font-size: 20px;
    margin-bottom: 10px;
}

.fleet .fleet-des {
    font-size: 14px;
    color: #666;
}

.fleet .fleet-info {
    font-size: 16px;
    text-transform: uppercase;
    color: #111;
    margin-top: 60px;
}

.fleet .fleet-info .slick-prev,
.fleet .fleet-info .slick-next {
    height: 30px;
    width: 30px;
    opacity: 0.6;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    top: 40%;
}

.fleet .fleet-info .slick-prev:hover,
.fleet .fleet-info .slick-next:hover {
    opacity: 1;
}

.fleet .fleet-info .slick-prev {
    left: 20%;
    z-index: 999;
    background-image: url(../images/icon-arrow_left.png);
}

.fleet .fleet-info .slick-prev:before,
.fleet .fleet-info .slick-next:before {
    content: '';
}

.fleet .fleet-info .slick-next {
    right: 20%;
    background-image: url(../images/icon-arrow_right.png);
}

.fleet .fleet-info figure {
    width: 470px;
    margin: 0 auto;
}

.fleet-feature {
    display: flex;
    justify-content: center;
}
.fleet-slider .slick-initialized {
    visibility: visible;
    opacity: 1;
}

.fleet-feature img {
    margin-right: 8px;
}

.fleet-featurebox {
    display: flex;
    justify-content: space-around;
    max-width: 450px;
    margin: 0 auto;
}

.fleet-desc {
    max-width: 750px;
    margin: 12px auto;
    text-transform: capitalize;
    font-size: 16px !important;
    line-height: 28px;
    text-align: center;
    padding-bottom: 20px;
}

.fleet-name {
    font-size: 18px !important;
    margin-bottom: 20px !important;
    text-transform: capitalize;
    font-weight: 600;
    margin-top: 16px !important;
}

.fleet-book {
    background: #FDA451;
    text-transform: capitalize;
    padding: 12px 18px;
    border-radius: 4px;
    color: #fff;
}

.fleet-book:hover {
    color: #fff;
}

.fleet-image img {
    width: 400px;
    margin: 0 auto;
}

.footer {
    background-color: #1E3B64;
}

.footer span {
    color: #319a96;
}

.footer .foot h5 {
    font-size: 18px;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 25px;
}

.footer .foot a {
    color: #CECECE;
}

.footer .foot a:hover {
    color: #fff;
}

.footer .foot a:hover .fa {
    padding-right: 5px;
    margin-left: 5px;
    transition: all 0.6s ease;
}

.footer .foot a .fa {
    color: #319a96;
    padding-right: 10px;
    transition: all 0.6s ease;
}

.footer .foot ul li {
    padding-bottom: 5px;
}

.footer .foot .card {
    margin-top: 25px;
    margin-bottom: 15px;
}

.footer .area ul {
    column-count: 2;
}

.footer .contact ul li {
    color: #fff;
}

.footer .contact .social {
    margin-top: 20px;
}

.footer .contact .social li .fa {
    color: #CECECE;
    padding: 0;
    font-size: 20px;
}

.footer .contact .social li .fa:hover {
    color: #fff;
    padding: 0;
    margin: 0;
}

.foot-links ul li {
    float: left;
    margin-right: 24px;
    margin-left:-3px;
}

.social li span {
    color: #CECECE;
    position: relative;
    margin-right: 36px;
}

.social li span:after {
    content: "";
    height: 2px;
    width: 25px;
    background: #CECECE;
    position: absolute;
    top: 50%;
    right: -45%;
}

.foot-payment figure {
    width: 200px;
    margin-top: 28px;
}

.foot-bottom {
    background-color: #1A3458;
}

.copy {
    background-color: #1A3458;
    padding: 15px 0 4px 0;
    color: #CECECE;
    margin: 0;
    font-size: 12px;

}

.copy a {
    color: #CECECE;
}

.copy a:hover {
    color: #fff;
}

.copy p {
    color: #CECECE;
    font-size: 12px;
}

.foot-links {
    text-align: right;
}

.foot-copy {
    margin-left: -15px;
}

.banner {
    background: url(../images/banner-bg1.jpg) no-repeat;
    background-size: cover;
    height: 500px;
    display: flex;
    background-position-y: 50%;
    justify-content: center;
    align-items: center;
}

.banner article {
    color: #fff;
    text-transform: uppercase;
    text-shadow: 0 2px 2px rgba(0, 0, 0, 0.6);
}

.banner article .breadcrumb {
    background-color: transparent;
    margin-bottom: 0;
    text-align: center;
}

.banner article .breadcrumb li {
    color: #fff;
    text-transform: capitalize;
}

.banner article .breadcrumb li a {
    color: #fff;
    text-transform: capitalize;
}

.banner article .breadcrumb li a:hover {
    color: #111;
}

.banner article .breadcrumb li.active:before {
    content: '\f105';
    font-family: 'FontAwesome';
    color: #fff;
}

/*****************************  about-templetes  ***********************************/
.about-templates .about-info h2 {
    margin-bottom: 10px;
}

.about-templates .about-info h2 span {
    color: #319a96;
}

.about-templates .about-info ul li {
    padding-bottom: 5px;
}

.about-templates .about-info ul li .fa {
    padding-right: 10px;
    color: #319a96;
}

.abt-test {
    background-color: #FFF;
}

.about-info .section-heading {
    margin-bottom: 40px !important;
}

/*****************************  reservation-templates  ***********************************/
.reservation-templates .reserve-info,
.reservation-templates .city-info,
.city-templates .reserve-info,
.city-templates .city-info {
    letter-spacing: 0.4px;
}

.reservation-templates .reserve-info h2,
.reservation-templates .city-info h2,
.city-templates .reserve-info h2,
.city-templates .city-info h2 {
    text-transform: inherit;
    margin-bottom: 15px;
    line-height: 40px;
}

.reservation-templates .reserve-info h2 span,
.reservation-templates .city-info h2 span,
.city-templates .reserve-info h2 span,
.city-templates .city-info h2 span {
    color: #319a96;
}

.reservation-templates .reserve-info h4,
.reservation-templates .city-info h4,
.city-templates .reserve-info h4,
.city-templates .city-info h4 {
    text-transform: capitalize;
    margin-bottom: 15px;
}

.reservation-templates .reserve-info .reserve-info-2,
.reservation-templates .city-info .reserve-info-2,
.city-templates .reserve-info .reserve-info-2,
.city-templates .city-info .reserve-info-2 {
    margin-bottom: 20px;
    margin-top: 5px;
}

.city-templates .section-heading {
    margin-bottom: 40px !important;
}

.city-templates .section-heading:before {
    left: 30px;
    top: 55px;
}

/*.city-templates ul.fa-ul {*/
/*    column-count: 3;*/
/*}*/

.reserve-info .section-heading {
    margin-bottom: 40px !important;
}

.reserve-info .section-heading:before {
    left: 30px;
}

.city-info h4 {
    margin-top: 30px;
}

/*****************************  airport-templates  ***********************************/
.airport-templates .pickup-info {
    letter-spacing: 0.4px;
}

.airport-templates .pickup-info h2 {
    margin-bottom: 15px;
}

.airport-templates .pickup-info h2 span {
    color: #319a96;
}

.airport-templates .pickup-info p {
    color: #666;
    margin-bottom: 20px;
}

.airport-templates .pickup-info h4 {
    text-transform: capitalize;
    font-family: 'Source Sans Pro', sans-serif;
    margin-bottom: 5px;
    color: #111;
}

.airport-templates .pickup-info #accordion h4,
.airport-templates .pickup-info #accordion2 h4 {
    margin-bottom: 0;
}

.airport-templates .pickup-info #accordion h4 a,
.airport-templates .pickup-info #accordion2 h4 a {
    background-color: #FDA451;
    padding: 10px 20px;
    color: #fff;
    display: block;
}

.airport-templates .pickup-info #accordion .accordion-content,
.airport-templates .pickup-info #accordion2 .accordion-content {
    border: 1px solid #ddd;
    border-top: 00;
    margin-bottom: 5px;
    padding: 10px 20px;
}

.airport-templates .pickup-info #accordion .panel,
.airport-templates .pickup-info #accordion2 .panel {
    border-radius: 0;
}

.airport-templates .pickup-info .panel-heading {
    padding: 0;
    border: 1px solid #FDA451;
    border-radius: 0;
}
.header-phone-new-nav{
    display:none;
    position: relative;
}
.header-phone-new-nav a{
    padding:7px !important;
    font-size:13px !important;
    position: absolute;
    top:13px;
}
@media(max-width:992px){
    .header-phone-new-nav{
        display:block;
    }
    .header-phone-new-nav a{
        padding:7px !important;
        font-size:13px !important;
    }
}
/*****************************  fleet-templates  ***********************************/
.fleet-templates {
    text-align: center;
}

.fleet-templates h2 {
    margin-bottom: 15px;
}

.fleet-templates h2 span {
    color: #319a96;
}

.fleet-templates h4 {
    margin-bottom: 15px;
}

.fleet-templates .fleet-infomation {
    margin-bottom: 25px;
    padding-bottom: 25px;
    border-bottom: 1px solid #eee;
}

.fleet-templates .fleet-warp {
    text-align: left;
    padding: 20px;
    border: 1px solid #ddd;
    margin-bottom: 30px;
    transition: 0.5s;
}

.fleet-templates .fleet-warp:hover {
    box-shadow: 4px 4px 15px 0px rgba(0, 0, 0, 0.3);
    transition: .3s ease-in-out;
    transform: scale(1.05);
}

.fleet-templates .fleet-warp:hover ul li .fa {
    color: #319a96;
    transition: 0.3s;
}

.fleet-templates .fleet-warp h5 {
    display: flex;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd;
    text-transform: uppercase;
    color: #111;
}

.fleet-templates .fleet-warp ul {
    margin-bottom: 5px;
}

.fleet-templates .fleet-warp ul li .fa {
    transition: 0.3s;
}

.fleet-templates .fleet-warp p {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 10px;
}

.fleet-templates .fleet-warp a {
    padding: 10px 20px;
    background-color: #FDA451;
    color: #fff;
    display: inline-block;
    transition: 0.5s;
    border: 1px solid transparent;
}

.fleet-templates .fleet-warp a:hover {
    transition: 0.5s;
    background-color: #fff;
    border: 1px solid #FDA451;
    color: #111;
}

.contact-templates .contact-wrap .section-heading {
    margin-bottom: 40px;
    margin-top: 8px;
}

.contact-templates .contact-wrap .section-heading:before {
    left: 30px;
}

.contact-templates .contact-wrap {
    padding: 24px 36px;
    background-color: #f6f6f6;
}

.contact-templates .contact-wrap h2 {
    margin-bottom: 15px;
}

.contact-templates .contact-wrap h2 span {
    color: #319a96;
}

.contact-templates .contact-wrap p {
    letter-spacing: 0.6px;
}

.contact-templates .contact-wrap .contact-des {
    margin-bottom: 30px;
}

.contact-templates .contact-wrap form .form-group {
    margin-bottom: 15px;
}

.contact-templates .contact-wrap form .form-group input {
    height: 44px;
    border-radius: 0;
}

.contact-templates .contact-wrap form .form-group input:hover, .contact-templates .contact-wrap form .form-group input:focus {
    border-color: #319a96;
}

.contact-templates .contact-wrap form .form-group textarea {
    border-radius: 0;
}

.contact-templates .contact-wrap form .form-group textarea:hover, .contact-templates .contact-wrap form .form-group textarea:focus {
    border-color: #319a96;
}

.contact-templates .contact-wrap form .form-group .btn-default {
    padding: 12px 40px;
    background-color: #FDA451;
    color: #fff;
    border: 1px solid #FDA451;
    transition: 0.4s;
    border-radius: 4px;
}

#contact-form {
    margin-top: 28px;
}

.contact-info .info-wrap h4 {
    margin-bottom: 12px;
}

/*.contact-templates .contact-wrap form .form-group .btn-default:hover, .contact-templates .contact-wrap form .form-group .btn-default:focus {*/
/*box-shadow: none;*/
/*background-color: transparent;*/
/*color: #111;*/
/*transition: 0.4s;*/
/*outline: 0; }*/
.contact-templates .contact-wrap .contact-info {
    margin-top: 45px;
}

.contact-templates .contact-wrap .contact-info h6 {
    color: #319a96;
    margin-bottom: 10px;
}

.contact-templates .contact-wrap .contact-info a {
    margin-bottom: 10px;
    display: inline-block;
    font-size: 16px;
    color: #555;
    transition: 0.3s;
}

.contact-templates .contact-wrap .contact-info a:hover {
    color: #111;
    transition: 0.3s;
}

.contact-templates .contact-wrap .contact-info .map {
    overflow: hidden;
}

.vehicle-templates,
.confirmation-templates,
.booking-templates {
    text-align: center;
}

.vehicle-templates h3,
.confirmation-templates h3,
.booking-templates h3 {
    margin-bottom: 10px;
}

.vehicle-templates .journey,
.confirmation-templates .journey,
.booking-templates .journey {
    margin-bottom: 10px;
}

.vehicle-templates .journey li a,
.confirmation-templates .journey li a,
.booking-templates .journey li a {
    font-size: 15px;
    color: #1A3458;
}

.vehicle-templates .journey li a:hover, .vehicle-templates .journey li a:focus,
.confirmation-templates .journey li a:hover,
.confirmation-templates .journey li a:focus,
.booking-templates .journey li a:hover,
.booking-templates .journey li a:focus {
    color: #111;
    text-decoration: none;
}

.vehicle-templates .journey-detail ul,
.confirmation-templates .journey-detail ul,
.booking-templates .journey-detail ul {
    text-align: left;
    padding: 30px 30px;
    border: 1px solid #ddd;
}

.vehicle-templates .journey-detail ul li,
.confirmation-templates .journey-detail ul li,
.booking-templates .journey-detail ul li {
    width: 33%;
}

.vehicle-templates .journey-detail ul li span,
.confirmation-templates .journey-detail ul li span,
.booking-templates .journey-detail ul li span {
    width: 30px;
    display: inline-block;
    margin-top: 10px;
    margin-right: 15px;
    float: left;
}

.vehicle-templates .journey-detail ul li span img,
.confirmation-templates .journey-detail ul li span img,
.booking-templates .journey-detail ul li span img {
    width: 100%;
}

.vehicle-templates .separater,
.confirmation-templates .separater,
.booking-templates .separater {
    margin: 20px;
}

.vehicle-templates .inner-quote-vehcile,
.confirmation-templates .inner-quote-vehcile,
.booking-templates .inner-quote-vehcile {
    padding: 0 30px;
}

.vehicle-templates .inner-quote-vehcile .vehicle-item,
.confirmation-templates .inner-quote-vehcile .vehicle-item,
.booking-templates .inner-quote-vehcile .vehicle-item {
    background: #fff;
    padding: 15px;
    border: 1px solid #ddd;
    margin-bottom: 30px;
    transition: .3s ease-in-out;
}

.vehicle-templates .inner-quote-vehcile .vehicle-item:hover,
.confirmation-templates .inner-quote-vehcile .vehicle-item:hover,
.booking-templates .inner-quote-vehcile .vehicle-item:hover {
    -webkit-box-shadow: 4px 4px 15px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 4px 4px 15px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 4px 4px 15px 0px rgba(0, 0, 0, 0.3);
    transition: .3s ease-in-out;
    transform: scale(1.05);
}

.vehicle-templates .inner-quote-vehcile .vehicle-item article,
.confirmation-templates .inner-quote-vehcile .vehicle-item article,
.booking-templates .inner-quote-vehcile .vehicle-item article {
    text-align: center;
}

.vehicle-templates .inner-quote-vehcile .vehicle-item article h4,
.vehicle-templates .inner-quote-vehcile .vehicle-item article h5,
.confirmation-templates .inner-quote-vehcile .vehicle-item article h4,
.confirmation-templates .inner-quote-vehcile .vehicle-item article h5,
.booking-templates .inner-quote-vehcile .vehicle-item article h4,
.booking-templates .inner-quote-vehcile .vehicle-item article h5 {
    margin-bottom: 10px;
    transition: all linear 0.3s;
}

.vehicle-templates .inner-quote-vehcile .vehicle-item article h4 strong,
.vehicle-templates .inner-quote-vehcile .vehicle-item article h5 strong,
.confirmation-templates .inner-quote-vehcile .vehicle-item article h4 strong,
.confirmation-templates .inner-quote-vehcile .vehicle-item article h5 strong,
.booking-templates .inner-quote-vehcile .vehicle-item article h4 strong,
.booking-templates .inner-quote-vehcile .vehicle-item article h5 strong {
    color: #319a96;
}

.vehicle-templates .inner-quote-vehcile .vehicle-item:hover h4,
.confirmation-templates .inner-quote-vehcile .vehicle-item:hover h4,
.booking-templates .inner-quote-vehcile .vehicle-item:hover h4 {
    color: #319a96;
    transition: all linear 0.3s;
}

.vehicle-templates .inner-quote-vehcile .vehicle-item figure,
.confirmation-templates .inner-quote-vehcile .vehicle-item figure,
.booking-templates .inner-quote-vehcile .vehicle-item figure {
    width: 75%;
    margin: 0 auto;
    min-height: 130px;
}

.vehicle-item {
    min-height: 385px;
}

.booking {
    text-align: left;
}

.booking .inr-booking-form {
    padding: 20px;
    background-color: #f5f5f5;
}

.booking .inr-booking-form h6 {
    margin-bottom: 20px;
    margin-left: 16px;
}

.booking .inr-booking-form .form-group {
    margin-bottom: 15px;
}

.booking .inr-booking-form .form-group .form-control {
    margin-bottom: 10px;
}

.booking .inr-booking-form .form-group h5 {
    margin-bottom: 12px;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 600;
    border-bottom: 1px solid #319a96;
    display: table;
}

.booking .inr-booking-form .form-group label span {
    background-color: rgba(22, 56, 88, 0.7);
    color: #fff;
    padding: 10px 22px;
    display: inline-block;
    transition: 0.5s;
}

.booking .inr-booking-form .register-type label,
.booking .inr-booking-form .inr-payment label {
    position: relative;
}

.booking .inr-booking-form .register-type label input,
.booking .inr-booking-form .inr-payment label input {
    position: absolute;
    opacity: 0;
}

.booking .inr-booking-form .register-type label input:checked + span, .booking .inr-booking-form .register-type label input:hover + span,
.booking .inr-booking-form .inr-payment label input:checked + span,
.booking .inr-booking-form .inr-payment label input:hover + span {
    background-color: #1a3458;
    transition: 0.5s;
}

.booking .inr-booking-form .inr-personal-detail .login {
    margin-top: 20px;
}

.booking .inr-booking-form .inr-personal-detail .form-control,
.booking .inr-booking-form .inr-flight-detail .form-control,
.booking .inr-booking-form .login-info .form-control {
    height: 40px;
    border-radius: 0;
}

.booking .inr-booking-form .inr-personal-detail .form-control:hover, .booking .inr-booking-form .inr-personal-detail .form-control:focus,
.booking .inr-booking-form .inr-flight-detail .form-control:hover,
.booking .inr-booking-form .inr-flight-detail .form-control:focus,
.booking .inr-booking-form .login-info .form-control:hover,
.booking .inr-booking-form .login-info .form-control:focus {
    border-color: #319a96;
}

.booking .inr-booking-form .login-info {
    margin-bottom: 10px;
}

.booking .inr-booking-form .inr-flight-detail .form-control {
    margin-bottom: 15px;
}

.booking .inr-booking-form .inr-flight-detail textarea.form-control {
    height: auto;
    margin-bottom: 10px;
}

.booking .inr-booking-form .inr-accept-terms label {
    text-transform: capitalize;
}

.booking .inr-booking-form .inr-accept-terms label input {
    margin-right: 5px;
}

.booking .inr-booking-form .inr-accept-terms label a {
    color: #1A3458;
    font-weight: 500;
}

.booking .inr-booking-form .btn-custom {
    padding: 12px 40px;
    background-color: #1A3458;
    color: #fff;
    border-radius: 0;
    border: 1px solid #1A3458;
    transition: 0.4s;
    margin-bottom: 20px;
    margin-left: 15px;
}

.booking .inr-booking-form .btn-custom:hover, .booking .inr-booking-form .btn-custom:focus {
    box-shadow: none;
    background-color: transparent;
    color: #111;
    transition: 0.4s;
    outline: 0;
}

.booking .inr-booking-form .already-register-item h5 {
    margin-bottom: 12px;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 600;
    border-bottom: 1px solid #319a96;
    display: table;
}

.booking .inr-booking-form .already-register-item .forgot-pass {
    color: #666;
    margin-bottom: 10px;
    display: inline-block;
}

.booking .fare ul li {
    font-size: 18px;
    border-bottom: 2px solid #111;
    margin-bottom: 20px;
}

.booking .fare ul li:last-child {
    font-size: 24px;
    color: #1A3458;
    font-weight: 600;
}

.confirmation-templates .form-warp {
    text-align: left;
}

.confirmation-templates .form-warp .form-inner-wrap {
    padding: 20px;
    background-color: #f5f5f5;
}

.confirmation-templates .form-warp .form-inner-wrap h6 {
    margin-bottom: 20px;
}

.confirmation-templates .form-warp .form-inner-wrap h5 {
    margin-bottom: 12px;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
    border-bottom: 1px solid #319a96;
    padding-bottom: 5px;
    font-size: 20px;
}

.confirmation-templates .form-warp .form-inner-wrap label {
    font-weight: 600;
    margin-bottom: 0;
}

.confirmation-templates .form-warp .form-inner-wrap p {
    color: #FDA451;
    font-size: 14px;
    margin-bottom: 16px;
    border-bottom: 1px dotted #999;
}

.confirmation-templates .form-warp .form-inner-wrap .confirm-personal,
.confirmation-templates .form-warp .form-inner-wrap .confirm-journey,
.confirmation-templates .form-warp .form-inner-wrap .confirm-additional,
.confirmation-templates .form-warp .form-inner-wrap .confirm-fare,
.confirmation-templates .form-warp .form-inner-wrap .confirm-terms {
    padding: 10px;
}

.confirmation-templates .form-warp .form-inner-wrap .confirm-fare ul li {
    font-size: 14px;
    border-bottom: 1px solid #111;
    margin-bottom: 4px;
}

.confirmation-templates .form-warp .form-inner-wrap .confirm-fare ul li:last-child {
    font-size: 20px;
    color: #FDA451;
}

.confirmation-templates .form-warp .form-inner-wrap .confirm-nagivation {
    margin-top: 20px;
}

.thank-templates .thank-you {
    background-color: #f5f5f5;
    padding: 20px;
    text-align: center;
}

.thank-templates .thank-you .thank-icon {
    margin: 10px 0;
}

.thank-templates .thank-you .thank-icon .fa {
    font-size: 80px;
    color: #111;
}

.thank-templates .thank-you h2 {
    margin-bottom: 15px;
    color: #319a96;
}

.thank-templates .thank-you a {
    text-decoration: underline;
    color: #999;
}

.thank-templates .thank-you a:hover {
    color: #FDA451;
}

.thank-templates .thank-you > span {
    color: #FDA451;
}

.thank-templates .thank-you .global-call {
    text-align: center;
    margin-top: 20px;
    font-size: 14px;
}

.thank-templates .thank-you .global-call h4 {
    font-size: 16px;
    letter-spacing: 0.25px;
}

.thank-templates .thank-you .global-call span {
    color: #FDA451;
    transition: linear 0.2s;
}

.terms-templates h2 {
    margin-bottom: 20px;
    color: #111;
}

.terms-templates h2 span {
    color: #319a96;
}

.terms-templates .terms-content {
    margin-left: 15px;
}

.terms-templates .terms-content ul, .terms-templates .terms-content ol {
    margin: 10px 0;
    margin-left: 15px;
}

.terms-templates .terms-content ul .fa, .terms-templates .terms-content ol .fa {
    color: #319a96;
    margin-right: 10px;
}

.terms-templates h3 {
    font-size: 18px;
    margin-bottom: 10px;
    margin-top: 16px;
}

.error-templates .row {
    display: flex;
    align-items: center;
}

.error-templates .row figure {
    width: 80%;
    margin: 0 auto;
}

.error-templates .row .error-info h1, .error-templates .row .error-info h2 {
    text-transform: uppercase;
}

.error-templates .row .error-info h1 {
    margin-bottom: 20px;
    color: #319a96;
}

.error-templates .row .error-info h2 {
    margin-bottom: 15px;
}

.error-templates .row .error-info p {
    margin-bottom: 10px;
}

.error-templates .row .error-info p span {
    color: #319a96;
}

.error-templates .row .error-info a {
    display: inline-block;
}

.login-templates form {
    width: 330px;
    margin: 0 auto;
    padding: 20px;
    background-color: #f5f5f5;
}

.login-templates form h4 {
    margin-bottom: 20px;
}

.login-templates form input {
    height: 40px;
    border-radius: 0;
    margin-bottom: 10px;
}

.login-templates form input:hover, .login-templates form input:focus {
    border-color: #319a96;
}

.login-templates form .pop {
    background-color: transparent;
    border: 0;
}

.login-templates form .pop:hover, .login-templates form .pop:focus, .login-templates form .pop:visited {
    outline: 0;
    box-shadow: 0;
}

.login-templates form .pop a {
    color: #555;
}

.login-templates form .pop a:hover, .login-templates form .pop a:focus, .login-templates form .pop a:visited {
    color: #319a96;
}

.login-templates form button {
    margin-top: 10px;
    width: 100%;
}

.login-templates form .modal-dialog {
    width: 400px;
}

.login-templates form .modal-content {
    text-align: center;
    border-radius: 0;
}

.login-templates form .modal-content button {
    width: 48%;
    margin: 0 auto;
}

.login-templates form .modal-content .modal-header button {
    width: auto;
}

.login-templates form .modal-content .modal-body p {
    font-size: 14px;
}

.sign-templates h4 {
    margin-bottom: 20px;
}

.sign-templates input {
    height: 40px;
    border-radius: 0;
    margin-bottom: 10px;
}

.sign-templates input:hover, .sign-templates input:focus {
    border-color: #319a96;
}

.sign-templates .sign-wrap {
    background-color: #f5f5f5;
    padding: 20px;
}

.sign-templates button {
    width: 60%;
}

.sign-templates button:focus, .sign-templates button:hover {
    outline: 0;
    box-shadow: none;
}

.sign-templates .form-group label {
    margin-bottom: 0;
}

.sign-templates .form-group .form-control {
    margin-bottom: 0;
    padding: 0;
    box-shadow: none;
    background-color: transparent;
    border: 0;
}

.sign-templates .form-group .form-control:focus, .sign-templates .form-group .form-control:hover {
    outline: 0;
    box-shadow: none;
}

/*# sourceMappingURL=master-.css.map */

.section-heading {
    position: relative;
}

/* .section-heading:before {
    content: '';
    height: 4px;
    width: 60px;
    background: #FDA451;
    position: absolute;
    top: 50px;
    left: 50%;
    transform: translate(-50%, -50%);
} */

/*Icon Belt*/
.icon-belt {
    background: #F6F6F6;
    padding: 40px 0;
}

.icon-box {
    display: flex;
    justify-content: space-between;
}

.icon-image {
    margin-bottom: 16px;
    max-width: 60px;
    height: 70px;
}

.icon-block {
    text-align: -webkit-center;
}

.luggage-image {
    max-width: 40px;
}

/*Blog*/
.services {
    padding: 60px 0;
    background: #f6f6f6;
}

.services .section-heading {
    text-align: center;
    margin-bottom: 50px;
}

.service-warp h4 {
    margin: 16px 0;
}

.service-warp .read-more {
    position: relative;
    color: #3f3f3f;
}

.service-warp .read-more:after {
    content: "";
    height: 2px;
    width: 25px;
    background: #3f3f3f;
    position: absolute;
    top: 50%;
    right: -45%;
}
.about .read-more{
    position: relative;
    color: #111;
    line-height: 4;
}
.about .read-more:hover{
    color: #000;
}
.about .read-more:after{
    content: "";
    height: 2px;
    width: 32px;
    position: absolute;
    top: 50%;
    right: -55%;
    background: #111;
}
.service-warp figure {
    max-height: 235px;
    overflow: hidden;
}

/*Location*/
.location-wrap {
    display: flex;
    justify-content: space-between;
}

.location-content {
    width: 60%;
    margin-left: 105px;
    padding: 60px 70px 60px 0;

}

.location-image {
    background-image: url("../images/girl-car.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 607px;
    width: 40%;
}

.location .section-heading {
    margin-bottom: 40px;
}

.location .section-heading:before {
    left: 30px;
}

.location-list {
    column-count: 2;
}

.location-list li a {
    font-size: 16px;
    color: #3f3f3f;
    line-height: 32px;
}

.location-content .btn-more {
    font-size: 16px;
    padding: 10px 36px;
    background-color: #FDA451;
    font-weight: 600;
    color: #fff;
    margin-top: 16px;
}

.passenger-btn a{
    background: #FDA451;
    color: #fff !important;
    font-size: 14px !important;
    font-weight: 700;
    padding: 12px 18px !important;
    border-radius: 4px;
    margin-top: 4px;
}
.passenger-btn a:hover{
    background: #FDA451;
}
.passenger-btn a:hover{
    background: #FDA451 !important;
}
.passenger-btn a:hover:before{
    background: transparent !important;
}
.passenger-btn,
.phone-num{
    margin: 0 !important;
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover{
    background-color: transparent;
}
.dropdown-menu>li>a{
    padding: 10px 8px !important;
}
.dropdown-menu{
    top: 130%;
    left: -10px;
}
.dropdown-menu > li > a:before{
    background-color: transparent !important;
}
.location-icon figure img{
    height: 125px;
    width: 125px;
    border-radius: 50%;
}
.location-items{
    display: flex;
    align-items: center;
    margin-bottom:24px;
}
.location-listed li a{
    font-size: 18px;
    font-weight: 600;
    color: #111111;
}
.loction-info{
    margin-bottom: 36px;
}
.loction-info p{
    text-align: center;
}
.location-listed{
    column-count: 2
}
.location-title{
    margin-left: 20px;
}
.home-banner .quote-template .fp-quote{
    margin-top: 50px;
}
.blog-page{
    background: #f6f6f6;
    padding: 50px 0 40px 0;
}
.widget-area{
    background: #fff;
    padding: 20px 24px;
    box-shadow: 0 0 20px 0 rgba(216,215,237,.82);
}
.full-blog-desc figcaption p{
    font-size: 13px;
        margin: 12px 0;
}
.section-title-sm{
    font-size: 20px;
    margin: 10px 0;
}
.widget_search{
    display: none;
}
.section-title-sm a{
    color: #333;
}
.blog-short-desc .btn{
    background: #1A3458;
    padding: 12px 18px;
    color: #fff;
}
.blog-container,
.full-blog-desc{
    background: #fff;
    padding: 10px 16px;
    box-shadow: 0 0 20px 0 rgba(216,215,237,.82);
}
.blog-wrapper{
        border-bottom: 1px solid #ddd;
}
.blog-wrapper:last-child(1){
        border-bottom: none;
}
.widget-title{
        font-size: 20px;
    margin-bottom: 16px;
}
.widget_recent_entries ul li a{
    font-size: 15px;
    color: #222;
    line-height: 28px;
    font-family: 'Poppins', sans-serif;
}
.widget_recent_entries ul{
    margin-left: 0;
        border-bottom: 1px solid #ddd;
    padding-bottom: 16px;
}
.widget-area .widget{
    margin-bottom: 22px;
}
#recentcomments{
    margin: 0;   
} 

.recentcomments{
    font-size: 15px;
}
.recentcomments a{
    color: #222;
}
.full-blog-desc p{
    font-family: 'Poppins', sans-serif;
}
.new-list{
    display: flex;
    align-items: center;
    gap: 50px;
    margin-left: 20px;
}
.new-list ul li{
    list-style: disc !important;
}

.book-divider-main-pages .divider-block{
    width: 100%;
}

.nested{
    display: flex;
    position:relative;
}
#right{
    transform:rotate(269deg);

}

.dropdown-submenu{

    position: absolute;
    top: -314%;
    left: 258px;
    width:350px;
    z-index: 1000;
    display: none;
   
    /* float: left; */
    /* padding: 5px 0;
    margin: 2px 0 0; */
    font-size: 14px;
    /* text-align: left;
    list-style: none; */
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 4px;
    box-shadow: 0 6px 12px rgba(0,0,0,.175)
}
.nested:hover .dropdown-submenu{
    display:block;
}
.nested:hover::after{
    content: "";
    position: absolute;
    left: 70%;
    height: 127px;
    width: 100px;
    background: #9d0e0e00;
    z-index: 9999;
}
.dropdown-submenu li a{
    display:inline-block;
    padding: 5px  !important;
}
.dropdown-submenu li a:hover:before{
    text-decoration:none !important;
    border-bottom: none !important;
    background-color:#fff !important;
    display:none !important;
 
       
}
.dropdown-submenu li a:hover{
    color: #000 !important;
    background-color: #f5f5f5 !important;
}
/* .header .navbar-default .navbar-collapse .navbar-nav li a:hover:before {
    background-color: #fda451;
    display: block; */
/* .nested:hover .dropdown-submenu{
    display:block;
} */