
/*@import url('https://fonts.googleapis.com/css2?family=Cairo&display=swap');*/

@font-face {
    font-family: "Gotham";
    src: url('../fonts/Gotham-Book.woff') format('woff'), url('../fonts/Gotham-Book.woff2') format('woff2'), url('../fonts/Gotham-Book.ttf') format('truetype');
   
    font-weight: normal;
}


/*select, .select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: 0px;
    outline: none;
}*/

   /* select::-ms-expand {
        display: none;
        outline: none;
    }
  */

* {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0px;
    padding: 0px;
}

body {
    font-family: 'Cairo', sans-serif;
    font-weight: 500;
    font-size: 13px;
    line-height: inherit;
    background: #fff;
    overflow-x: hidden;
    color: #575a5b;
}

html {
    -webkit-font-smoothing: antialiased !important;
    direction: ltr;
}

*:focus {
    outline: none !important;
}

body, html {
    height: 100%;
}
/*========== GENERAL DECLARATION  ===========*/
a {
   
    color: #575a5b;
    cursor: pointer;
    outline: none;
}

    a:focus {
        outline: none;
        text-decoration: none;
        color: #fff;
    }

    a:hover {
        text-decoration: none;
        cursor: pointer;
        color: #fff;
    }

ul, ol, li {
    padding: 0px;
    margin: 0px;
    list-style: none;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    font-family: 'Cairo', sans-serif;
    font-weight: bold;
}


::selection {
    background: #666;
    color: #fff;
    text-shadow: none;
}

ul, p, h1, h2, h3, h4, h5, h6 {
    padding: 0;
    margin: 0;
    list-style: none;
}

select, .select {
    color: #666;
    font-size: 14px;
    line-height: 18px;
    border: 1px solid #b3b3b3;
    font-weight: 300;
    padding: 9px;
}

.website-link {
    color: #f6dc31;
}

.error ::-webkit-input-placeholder {
    color: #e23f3f;
}

.error :-moz-placeholder { /* Firefox 18- */
    color: #e23f3f;
}

.error ::-moz-placeholder { /* Firefox 19+ */
    color: #e23f3f;
}

.error :-ms-input-placeholder {
    color: #e23f3f;
}



.form-row select, .select {
    height: 44px;
    border-radius: 8px;
    border: 1px solid #e1e1e1;
    -webkit-appearance: none;
    line-height: 40px;
}



/*===================================*/
/*========== CUSTOM CHECKBOX CSS  ===========*/
/*===================================*/
.custom-checkbox {
    padding-top: 10px;
}

    .custom-checkbox .Form-label--tick {
        margin: 0px;
        display: block;
    }

    .custom-checkbox .Form-label-checkbox + .Form-label-text::before {
        margin-right: 10px;
        vertical-align: top;
        border-radius: 3px;
        border: 0px;
    }

    .custom-checkbox .Form-label-checkbox + .Form-label-text {
        vertical-align: top;
        line-height: 20px;
        font-size: 14px;
        font-weight: 600;
        color: #fff;
    }

    .custom-checkbox .Form-label-checkbox:checked + .Form-label-text::before {
        content: "\f00c";
        line-height: 20px;
        vertical-align: top;
        background: none;
        background: #fff;
        box-shadow: none;
        color: #575a5b;
    }

    .custom-checkbox .Form-label--tick a {
        color: #fff;
        vertical-align: top;
    }

        .custom-checkbox .Form-label--tick a:hover {
            color: #6EB664;
        }

    .custom-checkbox .Form-label-checkbox + .Form-label-text::before {
        width: 20px;
        height: 20px;
    }


.Form-section + .Form-section {
    border: 0px;
}

/*===================================*/
/*========== CUSTOM RADIO CSS  ===========*/
/*===================================*/

.custom-radio {
    padding: 10px 0;
}

    .custom-radio .Form-label-radio + .Form-label-text::before {
        content: "";
        width: 20px;
        height: 20px;
        vertical-align: middle;
        background-color: #FFF;
        border: 1px solid #b7dce2;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
        border-radius: 50%;
        text-align: left;
        -webkit-transition: border-color .5s;
        transition: border-color .5s;
        position: absolute;
        top: 2px;
        left: 0
    }

    .custom-radio .Form-label-radio:checked + .Form-label-text::before {
        display: inline-block;
        border: 1px solid #b7dce2;
        background: #fff
    }

    .custom-radio .Form-label-radio:checked + .Form-label-text::after {
        display: inline-block;
        content: "";
        width: 12px;
        height: 12px;
        background-color: #81d4e4;
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        -ms-border-radius: 6px;
        -o-border-radius: 6px;
        border-radius: 6px;
        position: absolute;
        top: 6px;
        left: 4px
    }

    .custom-radio .Form-label-checkbox + .Form-label-text::before {
        content: "\f00c" !important;
        margin-right: 10px;
        vertical-align: middle
    }

    .custom-radio .radio-text {
        display: inline-block;
        font-size: 14px;
        color: #575a5b;
        margin-top: 0px;
        margin-left: 5px;
        vertical-align: top;
        line-height: 24px;
        padding-left: 25px;
        font-weight: 400;
    }

    .custom-radio label.Form-label--tick {
        display: inline-block;
        border: 0px;
        height: auto;
        vertical-align: top;
        margin-bottom: 5px;
        font-weight: 400;
        margin-left: 0px;
        margin-bottom: 0px;
        margin-right: 20px;
    }

    .custom-radio .Form-label-radio + .Form-label-text:hover::before,
    .custom-radio .Form-label-checkbox + .Form-label-text:hover::before {
        border-color: #81d4e4;
    }

.Form-label-radio + .Form-label-text:hover::before, {
    border-color: #fff !important;
    box-shadow: 0 0 0 0 0 !important;
}

/*===================================*/
/*========== TOOLTIP CSS  ===========*/
/*===================================*/
.tooltip {
    position: absolute;
    font-weight: 600;
    z-index: 1070;
    display: block;
    font-size: 13px;
    font-style: normal;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    white-space: normal;
    filter: alpha(opacity=0);
    opacity: 0;
    line-break: auto;
}

    .tooltip.in {
        filter: alpha(opacity=90);
        opacity: .9;
    }

    .tooltip.top {
        padding: 5px 0;
        margin-top: -2px;
    }

    .tooltip.right {
        padding: 0 5px;
        margin-left: 3px;
    }

    .tooltip.bottom {
        padding: 5px 0;
        margin-top: 2px;
    }

    .tooltip.left {
        padding: 0 5px;
        margin-left: -3px;
    }

.tooltip-inner {
    max-width: 300px;
    min-width: 100px;
    padding: 5px 10px;
    color: #fff;
    text-align: center;
    background-color: #2b2b2b;
    border-radius: 3px;
}

.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}

.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #2b2b2b;
}

.tooltip.top-left .tooltip-arrow {
    bottom: 0;
    left: 5px;
    border-width: 5px 5px 0;
    border-top-color: #2b2b2b;
}

.tooltip.top-right .tooltip-arrow {
    right: 5px;
    bottom: 0;
    border-width: 5px 5px 0;
    border-top-color: #2b2b2b;
}

.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #2b2b2b;
}

.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #2b2b2b;
}

.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #2b2b2b;
}

.tooltip.bottom-left .tooltip-arrow {
    top: 0;
    left: 5px;
    border-width: 0 5px 5px;
    border-bottom-color: #2b2b2b;
}

.tooltip.bottom-right .tooltip-arrow {
    top: 0;
    right: 5px;
    border-width: 0 5px 5px;
    border-bottom-color: #2b2b2b;
}








/*===================================*/
/*========== COMMON CSS  ===========*/
/*===================================*/
#wrapper {
    min-height: 100%;
}



/*===================================*/
/*========== HEADER CSS  ===========*/
/*===================================*/
header {
    background-color: #fff;
    position: fixed;
    z-index: 10;
    margin-bottom: 0px;
    width: 100%;
    box-shadow: rgba(0, 0, 0, 0.05) 0 0 5px
}

    header .navbar {
        padding-left: 271px;
    }

    header .navbar-brand {
        padding: 0px;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 9;
    }

    header .navbar-nav li {
        color: #000000;
        font-size: 14px;
        line-height: 20px;
        text-transform: uppercase;
    }

        header .navbar-nav li a {
            font-weight: 500;
        }

    header .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 32px;
        padding-left: 10px;
    }
    /*header .navbar-nav li.active a, header .navbar-nav li:hover a{color:#ac161b;}*/

    header .right-links {
    }

        header .right-links .search {
            background: none;
        }

        header .right-links .language a {
            font-weight: 700;
          
        }

    header .navbar-nav li.menu-red-bg {
        background-color: #ac161b;
        width: 36px;
    }

        header .navbar-nav li.menu-red-bg > a {
            color: #FFF;
        }

/*========== HOME SLIDER STYLE ===========*/

.home-slider img {
    width: 100%;
    height: 100vh;
}

.home-slider .slider-item {
    position: relative;
}

.home-slider .slider-text {
    position: absolute;
    top: 50px;
}

    .home-slider .slider-text h1 {
        font-size: 36px;
        font-weight: 700;
        color: #fff;
        line-height: 40px;
        margin-bottom: 10px;
    }

    .home-slider .slider-text p {
        font-size: 14px;
        font-weight: 400;
        color: #010000;
        line-height: 24px;
        font-style: italic;
        font-weight: 300;
        margin-bottom: 10px;
    }

.btn-red-sm {
    background: #919190;
    border-radius: 5px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    line-height: 36px;
    padding: 2px 20px;
    display: inline-block;
    width: auto;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-weight: bold;
}

    .btn-red-sm:hover {
        background: #545353;
        color: #fff;
    }


.slide1 .slider-text {
    top: 45%;
    left: 10%;
}

.slide2 .slider-text {
    top: 45%;
    left: 10%;
}

    .slide2 .slider-text h1, .slide2 .slider-text p {
        color: #fff;
    }

.slide3 .slider-text {
    top: 45%;
    left: 10%;
}

    .slide3 .slider-text h1 {
        color: #fff;
    }

.slide4 .slider-text {
    top: 45%;
    left: 10%;
}

    .slide4 .slider-text h1, .slide4 .slider-text p {
        color: #fff;
    }



.home-slider .slick-dots {
    bottom: 25px;
}

    .home-slider .slick-dots li {
        width: auto;
    }

        .home-slider .slick-dots li button {
            background: rgba(255, 255, 255, 0.5);
            border-radius: 50%;
            height: 10px;
            width: 10px;
            margin: 0px;
        }

        .home-slider .slick-dots li.slick-active button {
            background: #fff;
            border-radius: 50%;
            height: 10px;
            width: 10px;
        }

.home-slider .slick-arrow {
    display: none !important;
}



/*========== Popular Destinations STYLE ===========*/
.section {
    padding: 50px 0px;
}

.section-title h2 {
    font-size: 32px;
    color: #040001;
    line-height: 32px;
    font-weight: 400;
    display: inline-block;
    vertical-align: top;
    width: auto;
}

.section-title span {
    color: #a70621;
}


.home-filter {
    background: #cac9c9;
    width: auto;
    display: inline-block;
    color: #000;
    font-weight: 400;
    margin: 5px 0px 5px 15px;
    border-radius: 0;
    
}

    .home-filter a {
        color: #000;
        font-size: 14px;
        font-weight: 400;
        line-height: 20px;
        padding: 5px 10px;
        display: inline-block;
    }

        .home-filter a span {
            font-weight: 600;
            color: #000
        }

    .home-filter .dropdown-toggle::after {
        color: #919190;
    }

    .home-filter .dropdown-menu {
        padding: 10px;
        font-weight: 500;
        border-radius: 0px;
    }

        .home-filter .dropdown-menu a {
            padding: 5px;
        }

.btn-right {
    float: right;
    line-height: 20px;
    padding-top: 5px
}

.view-all-btn {
    background: #cac9c9;
    width: auto;
    display: inline-block;
    color: #000;
    font-weight: 400;
    padding: 5px 25px;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    
    font-weight:bold;
}

    .view-all-btn:hover {
        background: #919190;
        color: #fff;
    }




.popular-destinations .country-list {
    padding-top: 50px;
}

.popular-destinations img {
    border-radius: 12px;
}

.popular-destinations .country-list .list-row {
    display: table;
    width: 100%;
}

    .popular-destinations .country-list .list-row li {
        width: auto;
        display: table-cell;
        padding: 10px;
        position: relative;
    }

        .popular-destinations .country-list .list-row li:first-child {
            padding-left: 0px;
        }

        .popular-destinations .country-list .list-row li:last-child {
            padding-right: 0px;
        }

.popular-destinations .country-list .image-title {
    position: absolute;
    top: 22px;
    left: 20px;
    font-size: 31px;
    color: #fff;
    text-align: left;
    line-height: 32px;
    font-weight: 300;
}

    .popular-destinations .country-list .image-title.right {
        left: auto;
        right: 20px;
    }

    .popular-destinations .country-list .image-title.right-b {
        color: #000;
    }

.popular-destinations .country-list .list-image-box {
    position: relative;
    height: 100%;
    width: 100%;
    transition: ease all 0.5s;
}

    .popular-destinations .country-list .list-image-box:hover {
        box-shadow: rgba(0, 0, 0, 0.50) 0 0 35px
    }

        .popular-destinations .country-list .list-image-box:hover:after {
            position: absolute;
            top: 5%;
            left: 5%;
            width: 90%;
            height: 90%;
            background: transparent;
            content: "";
            transition: ease all 0.5s;
        }

    .popular-destinations .country-list .list-image-box img {
        width: 100%;
        transition: ease all 0.5s;
    }

.popular-destinations .country-list .image-text {
    position: absolute;
    bottom: 10px;
    right: 10px;
    background: rgb(165 0 29 / 60%);
    padding: 15px 20px;
    min-width: 132px;
    z-index: 3;
    border-radius: 25px;
}

    .popular-destinations .country-list .image-text .label-box {
        font-size: 13px;
        color: #fff;
        line-height: 18px;
        font-weight: 300;
    }

    .popular-destinations .country-list .image-text .value-box {
        font-size: 21px;
        color: #fff;
        line-height: 30px;
        font-weight: 300;
    }

        .popular-destinations .country-list .image-text .value-box span {
            font-size: 33px;
            font-weight: 500;
        }





/*============ OFFERS SECTION STYLE ============*/

.red-bg {
    background: #919190;
}

    .red-bg .section-title h2 {
        font-size: 32px;
        color: #fff;
    }

.offer-section {
    padding: 40px 0px;
}

.offer-slider {
    margin-top: 25px;
}

.offer-section .section-title {
    margin-left: 15px;
}

    .offer-section .section-title span {
        color: #bfb6b7;
    }

.offer-section .offer-box {
    border: #fff solid 3px;
    padding: 20px 15px;
    box-sizing: border-box;
    color: #fff;
    text-align: center;
    margin-bottom: 5px;
}

    .offer-section .offer-box .text-label {
        font-size: 13px;
        line-height: 22px;
        font-weight: 300;
    }

    .offer-section .offer-box .save {
        font-size: 45px;
        line-height: 50px;
        font-weight: 500;
    }

        .offer-section .offer-box .save sub {
            font-size: 21px;
            bottom: 0;
            font-weight: 300;
        }

    .offer-section .offer-box .offer-date {
        font-size: 16px;
        line-height: 22px;
        font-weight: 300;
        text-transform: uppercase;
        position: relative;
    }

        .offer-section .offer-box .offer-date strong {
            position: relative;
            font-weight: 500;
        }

            .offer-section .offer-box .offer-date strong.month:before {
                content: "/";
                position: absolute;
                top: 0;
                left: 3px;
                font-size: 20px;
                font-weight: 300;
            }

.offer-section .item p {
    font-size: 12px;
    line-height: 22px;
    font-weight: 300;
    text-align: center;
    color: #fff;
}

.offer-slider .slick-slide {
    margin: 15px;
    margin-bottom: 0px;
}

.offer-slider.slick-dotted.slick-slider {
    margin-bottom: 0px;
}

.offer-slider .item {
    border: 10px solid #FFF;
}

.slick-prev {
    background: url(../images/slick-back.png) center center no-repeat;
}

    .slick-prev:hover, .slick-prev:focus {
        background: url(../images/slick-back.png) center center no-repeat;
    }

.slick-next:hover, .slick-next:focus {
    background: url(../images/slick-next.png) center center no-repeat;
}

.slick-next {
    background: url(../images/slick-next.png) center center no-repeat;
}

    .slick-next:before, .slick-prev:before {
        display: none;
    }

/*============ SERVICES SECTION STYLE ============*/

.mwasalat-services {
    padding: 50px 0 50px 0;
}

.services-list {
    display: table;
    width: 100%;
    padding-top: 10px;
}

    .services-list li {
        display: inline-block;
        box-sizing: border-box;
        margin-right: 30px;
        position: relative;
        padding: 50px 0;
    }

        .services-list li:last-child {
            margin-right: 0px;
        }
        /*.services-list li:after{background:url(../images/services-divider.png) center right no-repeat; content:''; position:absolute; top:0; right:-30px; width:96px; height:160px;}*/
        .services-list li i {
            display: inline-block;
            width: 55px;
            margin-right: 3px;
            vertical-align: middle;
            opacity: 1;
            transition: ease all 0.5s;
            -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
            filter: grayscale(100%);
            opacity: 0.5;
        }

        .services-list li .services-text {
            display: inline-block;
            vertical-align: middle;
        }

            .services-list li .services-text h4 {
                font-size: 20px;
                color: #000;
                line-height: 30px;
            }

            .services-list li .services-text p {
                font-size: 16px;
                color: #000;
                line-height: 18px;
                font-weight: 300;
            }

        .services-list li:hover i {
            -webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
            filter: grayscale(0%);
            opacity: 1;
        }

        .services-list li:last-child:after {
            display: none
        }


/*===================================*/
/*========== NEWS SECTION CSS  ===========*/
/*===================================*/

#newsMwasalat {
    width: 100%;
    position: relative;
    background-color: #acacac;
    padding: 40px 0px;
}

.newsWrap {
    padding-top: 40px;
}

    .newsWrap h4 {
        font-size: 18px;
        font-weight: 500;
        color: #202020;
        padding-bottom: 20px;
        font-weight:bold;
    }

    .newsWrap p {
        font-size: 13px;
        color: #202020;
        font-weight: 100;
        line-height: 20px;
        padding-bottom: 65px;
    }

    .newsWrap button.btn-danger {
        background-color: #b30f2c;
        border-color: #b30f2c;
        font-size: 14px;
        padding: 6px 22px;
        border-radius: 6px;
        float: right;
        position: absolute;
        right: 18px;
        bottom: 0;
        font-weight: 300;
    }

        .newsWrap button.btn-danger:hover {
            background: #545353;
            color: #fff;
            border-color: #545353;
        }

#newsMwasalat .img-width {
    width: 100%;
}

.newsWrap .news-image-box {
    overflow: hidden;
    height: 230px;
    margin-bottom: 10px;
}

    .newsWrap .news-image-box img {
        transform: scale(1);
        transition: ease all 0.5s;
    }

.newsWrap:hover .news-image-box img {
    transform: scale(1.5);
    transition: ease all 0.5s;
}

/*===================================*/
/*========== NUMBERS STATOSTICS CSS ===========*/
/*===================================*/
#numbersStatistics {
    width: 100%;
    padding: 40px 0px;
    position: relative;
}

.statisticsBox {
    text-align: center;
    color: #010000;
    padding-top: 60px;
    transition: ease all 0.5s;
}

.statisticsSection {
    width: 85%;
    margin: 0px auto;
}

.statisticsBox h3 {
    font-size: 24px;
    padding-top: 15px;
    color: #000;
}

.statisticsBox p {
    font-size: 16px;
    font-weight: 300;
    padding-top: 5px;
}

.statisticsBox .img1 {
    background-image: url("../images/bg1.png");
    background-position: center, center;
    background-repeat: no-repeat;
    padding: 54px;
}

.statisticsBox .img2 {
    background-image: url("../images/bg2.png");
    background-position: center, center;
    background-repeat: no-repeat;
    padding: 54px;
}

.statisticsBox .img3 {
    background-image: url("../images/bg3.png");
    background-position: center, center;
    background-repeat: no-repeat;
    padding: 54px;
}

.statisticsBox .img4 {
    background-image: url("../images/bg4.png");
    background-position: center, center;
    background-repeat: no-repeat;
    padding: 54px;
}

.statisticsBox:hover .icon-box {
    transform: rotate(360deg);
    transition: ease all 0.5s;
}



/*===================================*/
/*==========FOOTER CSS ===========*/
/*===================================*/

#footer {
    width: 100%;
    position: relative;
    background-color: #acacac;
    padding: 40px 0px;
    font-weight: 300;
    color: #010000;
}

    #footer h2 {
        font-weight: bold;
        font-size: 28px;
    }

.footerSection h5 {
    font-size: 15px;
    padding-bottom: 25px;
    font-weight:bold;
}

.footerSection li {
    position: relative;
    padding-bottom: 8px;
}

    .footerSection li a {
        font-size: 13px;
        padding-left: 10px;        
    }

    .footerSection li:before {
        content: "-";
        position: absolute;
    }

    .footerSection li a:focus, .footerSection li a:hover, .footerSection li a:active {
        color: #000;
    }

.downloadLink {
    display: block;
}

.awardImages {
    background-color: #ffffff45;
    padding: 15px;
    text-align: center;
    border-radius: 7px;
    width: 380px;
}
/*.awardImages ul li{ width:145px; height:145px; border-radius:100%; border:3px solid #616161; background:#fff; line-height:132px; display:inline-block; margin:0px 3px; padding-bottom:0px;}
.awardImages ul li:nth-child(2n+1){ border-color:#ac161b;}*/
.footerSection .awardImages li::before {
    content: none;
}

.copiright p {
    font-weight: 300;
    text-align: center;
}

.br {
    border-right: 1px solid #ecebeb;
}




.socialMedia {
    background-color: #b30f2c;
    padding: 10px 6px;
    width: 50px;
    border-radius: 50px;
    position: fixed;
    right: 10px;
    top: 27.5%;
    z-index: 9;
    text-align: center
}

    .socialMedia img {
        text-align: center;
        padding: 5px 0 5px 0;
        display: inline-block;
    }

    .socialMedia a:hover img {
        opacity: 0.7;
    }

/*Booking Form Style */
.booking-form {
    position: relative;
    margin-top: -300px;
    margin-bottom: 50px;
}

    .booking-form .nav-tabs li a {
        margin: 0px 10px;
    }

    .booking-form .nav-tabs li:first-child a {
        margin-left: 0px;
    }

    .booking-form .nav-tabs li:last-child a {
        margin-right: 0px;
    }

    .booking-form .nav-tabs .nav-link i {
        margin-right: 5px;
    }

    .booking-form .nav-tabs .nav-link, .nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
        color: #fff;
        font-weight: 400;
        background-color: rgba(84, 83, 83, 0.9);
        border: 0px;
        border-radius: 10px;
        position: relative;
    }

    .booking-form .nav-tabs {
        padding-bottom: 15px;
        border-bottom: 0px;
    }

        .booking-form .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
            color: #fff;
            background-color: #b30f2c;
            border: 0px;
            position: relative;
        }
    /*.booking-form .nav-tabs .nav-link.active:after{content:''; position:absolute; bottom:-10px; left:50%; width: 0;height: 0;border-style: solid;border-width: 10px 5px 0 5px;border-color: rgba(167, 0, 23, 0.60) transparent transparent transparent;}*/
    .booking-form .form-body { /*background:rgba(49, 59, 79, 0.70);*/
        background-color: rgba(84, 83, 83, 0.60);
        border-radius: 10px;
        padding: 20px 30px;
    }

.way-selection {
    margin-bottom: 20px;
}

    .way-selection ul li {
        width: auto;
        display: inline-block;
        vertical-align: top;
        font-size: 15px;
        line-height: 30px;
        color: #fff;
        font-weight: 300;
        margin-right: 15px;
    }

        .way-selection ul li span input {
            width: 30px;
            background: transparent;
            border: #fff solid 1px;
            text-align: center;
            color: #fff;
            padding: 5px;
            height: 30px;
            margin-left: 10px;
        }

        .way-selection ul li .custom-radio {
            padding: 0px;
        }

.custom-control-label {
    padding-left: 25px;
}

    .custom-control-label::before {
        left: 0;
        top: 5px;
        color: #fff;
        width: 20px;
        height: 20px;
        border-color: #999;
        background-color: transparent;
    }

    .custom-control-label::after {
        left: 0;
        left: 3px;
        top: 8px;
        background: #999;
        border-radius: 50%;
        width: 14px;
        height: 14px;
    }

.custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #fff;
    background-color: transparent;
}

.custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #fff;
    background-color: transparent;
}


.search-filter .form-control {
    border-radius: 10px;
    background: #fff;
    padding-left: 50px;
    height: 50px; /* width: calc(100% - 60px );*/
    display: inline-block;
    font-weight: 500;
}

.search-filter .form-group {
    position: relative;
}

    .search-filter .form-group span {
        position: absolute;
        top: 0px;
        left: 0px;
        background: transparent;
        line-height: 50px;
        height: 50px;
        padding: 0 7px;
        display: inline-block;
    }

.red-btn {
    background: #ac161b;
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    text-align: center;
    border-radius: 10px;
    height: 50px;
    padding: 0 15px
}

    .red-btn:hover {
        background: #545353;
        color: #fff;
    }

.search-filter .from span img {
    border-left: #a71517 solid 2px;
}

.search-filter .to span img {
    border-right: #a71517 solid 2px;
}

.search-filter .current-date span .arrow {
    font-size: 14px;
    text-style: normal;
    color: #ac161b;
    background: transparent;
    position: relative;
    padding: 0px;
}

.search-filter .feature-date span .arrow {
    font-size: 14px;
    text-style: normal;
    color: #ac161b;
    background: transparent;
    position: relative;
    padding: 0px;
}

.selection-arrow {
    width: 50px;
    max-width: 50px;
    line-height: 50px;
}

.search-filter .current-date .form-control, .search-filter .feature-date .form-control {
    padding-left: 0;
    text-align: center;
}

/*Offer Section New design */

.offer-section .offer_img {
    width: 58%;
    float: left;
}

    .offer-section .offer_img img {
        width: 100%;
    }

.offer-section .offer_blk {
    width: 100%;
    float: left;
    background: #d3d1d2;
    position: relative;
}

    .offer-section .offer_blk span {
        position: absolute;
        top: -1px;
        left: -3px;
    }

.offer-section .offer_detail {
    width: 42%;
    float: left;
    padding: 15px 15px 0px;
}

    .offer-section .offer_detail h3 {
        font-size: 28px;
        font-weight: 500;
        color: #919190;
        margin-bottom: 15px;
        text-transform: uppercase;
        font-weight:bold;
    }

    .offer-section .offer_detail p {
        font-size: 16px;
        color: #040001;
        font-weight: 300;
        line-height: 22px;
        margin-bottom: 15px;
        text-align: left;
        font-weight: 100;
        font-size: 13px !important;
    }

        .offer-section .offer_detail p b {
            font-size: 32px;
            font-weight: 600;
        }

    .offer-section .offer_detail a {
        background: #919190;
        border-radius: 3px;
        color: #fff;
        font-size: 13px;
        float: right;
        margin-top: -10px;
        padding: 8px 20px;
        text-transform: uppercase;
        transition: all 0.4s ease-in-out 0s;
        position: absolute;
        left: auto;
        right: 10px;
        top: auto;
        bottom: 10px;
        
    }

        .offer-section .offer_detail a:hover {
            background: #545353;
            color: #fff;
        }

.datepicker table tr td.today, .datepicker table tr td.today:hover, .datepicker table tr td.today.disabled, .datepicker table tr td.today.disabled:hover {
    background: #a71516 !important;
    color: #fff;
}

.callcenter {
    background: url(../images/call-center.png) center left no-repeat;
    margin-top: 15px;
    padding: 15px 0px 15px 70px;
}

    .callcenter h5 {
        margin: 0px;
        padding: 0px;
        line-height: 26px;
    }

.list-image-box:hover a {
    opacity: 1;
}

.list-image-box a {
    background-color: #919190;
    border: none;
    color: #fff;
    font-size: 13px;
    padding: 9px 15px;
    border-radius: 3px;
    font-weight: 500;
    position: absolute;
    left: 15px;
    bottom: 15px;
    opacity: 0;
    transition: all 0.4s ease-in-out 0s;
    z-index: 999;
}

.image_icons {
    background-color: rgba(0,0,0,0.35);
    border-radius: 5px;
    position: absolute;
    right: 15px;
    top: 21px;
    padding: 5px 2px;
}

    .image_icons span {
        display: inline-block;
        padding: 0px 7px;
    }

    .image_icons.no_bdr span:first-child {
        border: none;
    }

    .image_icons span:first-child {
        border-right: 1px solid #fff;
    }

    .image_icons.rt {
        right: auto;
        left: 15px;
    }

.tab_btns_blk {
    background: rgba(49, 59, 79, 0.70);
    border-radius: 10px;
    height: 155px;
    padding: 45px 0px;
    text-align: center;
}
    /*.tab_btns_blk ul{ background:#383d3d; height:100%; padding:23px 0px;}*/
    .tab_btns_blk ul li {
        background: rgba(0, 0, 0, 0.15);
        display: inline-block;
        color: #fff;
        cursor: pointer;
        line-height: 24px;
        text-transform: uppercase;
        padding: 15px 30px;
        margin: 0px 20px;
        font-size: 18px;
        font-weight: 400;
        transition: all 0.4s ease-in-out 0s;
    }

        .tab_btns_blk ul li i {
            margin-right: 5px;
            position: relative;
            top: -3px;
        }

        .tab_btns_blk ul li:hover {
            background-color: rgba(167, 0, 23, 0.60);
        }

.tab-content {
    position: relative;
}

    .tab-content .back-btn {
        position: absolute;
        right: 15px;
        top: 15px;
    }

.booking-form .nav-tabs .nav-link span {
    position: relative;
    top: 2px;
}

/*==========Menu changes=========*/



header .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 32px;
    padding-left: 7px;
}

header .dropdown-toggle::after {
    display: none;
}

header .navbar-nav li {
    font-size: 12px;
}

header .nav-link:focus {
    color: #919190;
}

header .dropdown-menu {
    border: 0px;
    min-width: 220px;
}

.nav-item:hover > a {
    color: #919190;
}

header .dropdown-menu ul li:hover > a {
    color: #919190;
}

header .nav-item.active a {
    color: #919190;
}

header .nav-item.active ul li a {
    color: #575a5b;
}

    header .nav-item.active ul li a:hover {
        color: #919190;
    }

.offer_detail p img {
    display: inline-block;
    margin-right: 5px;
}



/*etiquette css*/
.etiquette_part {
    width: 100%;
    display: inline-block;
    margin-bottom: 20px;
}

.etiquette_leftpart {
    width: 100%;
    display: inline-block;
    margin-bottom: 50px;
    padding-right: 10px;
}

.etiquette_navigation {
    width: 100%;
    display: inline-block;
    background: #919190;
    border-radius: 0px 0px 15px 15px;
    padding-top: 30px;
    padding-left: 25px;
    padding-bottom: 15px;
    margin-bottom: 50px;
}

    .etiquette_navigation ul li a {
        color: #fff;
        font-size: 16px;
        width: 100%;
        display: inline-block;
        padding: 15px 17px;
        border-radius: 10px 0px 0px 10px;
        /*text-transform: uppercase;*/
        margin-bottom: 10px;
    }

        .etiquette_navigation ul li a i {
            font-size: 20px;
            margin-right: 10px;
        }

    .etiquette_navigation ul li.active a, .etiquette_navigation ul li:hover a {
        background: #b30f2c;
        color: #fff;
    }

.etiqutte_leftfooter {
    width: 100%;
    display: inline-block;
    padding: 0px 20px;
}

    .etiqutte_leftfooter h4 {
        font-size: 15px;
        border-bottom: 2px solid #000;
        padding-bottom: 20px;
        margin-bottom: 15px;
        font-style: italic;
        text-align: center;
    }

    .etiqutte_leftfooter p {
        text-align: center;
        font-size: 15px;
        color: #919190;
        font-weight: 500;
        line-height: 28px;
    }

.qtiquette_appplaystore {
    width: 100%;
    display: flex;
    margin-top: 30px;
    justify-content: space-around;
}

    .qtiquette_appplaystore a {
        width: auto;
        display: inline-block;
    }

.etiquette_rightmain {
    width: 100%;
    display: inline-block;
    margin: 25px 0;
}

.etiquette_pagestatus_list ul li a {
    color: #919190;
    font-size: 14px;
    font-weight: 300;
    padding: 0px 5px 0px 0px;
}

.etiquette_pagestatus_list ul li {
    width: auto;
    display: inline-block;
    font-weight: 500;
}

    .etiquette_pagestatus_list ul li.active a, .etiquette_pagestatus_list ul li:hover a {
        color: #000;
    }

    .etiquette_pagestatus_list ul li a i {
        margin-left: 5px;
    }


.etiquette_titaltop {
    width: 100%;
    display: inline-block;
    padding-bottom: 10px;
    border-bottom: 1px solid #d5d5d5;
    margin: 35px 0px 30px;
}

    .etiquette_titaltop h2 {
        font-size: 30px;
        color: #919190;
        width: auto;
        display: inline-block;
    }

.etiquette_topicons {
    width: auto;
    float: right;
}

    .etiquette_topicons a {
        margin-left: 15px;
    }

.etiquette_timeline {
    width: 100%;
    display: inline-block;
    border-radius: 5px;
    background: #f1f1f1;
    padding: 25px 70px;
}

.etiquette_innertimeline_box {
    display: flex;
    width: 100%;
    align-items: center;
}

.etiquette_timelineimg {
    width: auto;
    margin-right: 20px;
}

.etiquette_timelinecontent p {
    font-size: 14px;
    text-transform: uppercase;
    line-height: 22px;
    color: #000;
    font-weight: 300;
    width: 80%;
}

    .etiquette_timelinecontent p span {
        color: #919190;
        font-weight: bold;
    }

.etiquette_innertimeline_box.direction {
    flex-direction: row-reverse;
}

    .etiquette_innertimeline_box.direction .etiquette_timelineimg {
        margin-right: 0;
        margin-left: 20px;
    }

.etiquette_timelinecontent {
    width: 100%;
    display: inline-block;
}

.etiquette_innertimeline_box.direction .etiquette_timelinecontent p {
    text-align: right;
    float: right;
}


/* Select Dropdown Css */
.select_box {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
}

    .select_box select, .select {
        -moz-appearance: none;
        color: #303030;
        background: none;
        -moz-appearance: none;
        appearance: none;
        -webkit-appearance: none;
        -ms-appearance: none;
        -o-appearance: none;
        cursor: pointer;
        float: left;
        font-size: 14px;
        font-weight: 300;
        overflow: hidden;
        padding-left: 10px;
        height: 46px;
        text-overflow: ellipsis;
        white-space: normal;
        width: 100%;
        border: none;
        border-radius: 3px;
        background: #ffffff;
        width: 100%;
    }

    .select_box span::after {
        background: url(../images/select_arrow.png) no-repeat top right;
        bottom: 0;
        color: #333;
        content: "";
        height: 10px;
        padding: 14px 25px;
        pointer-events: none;
        position: absolute;
        right: 15px;
        top: 20px;
        z-index: 1;
    }

    .select_box span {
        display: inline-block;
        float: left;
        overflow: hidden;
        position: relative;
        width: 100%;
    }

/*city*/
.city_rightbox {
    width: 100%;
    display: inline-block;
    border-radius: 5px;
    background: #f1f1f1;
    padding: 25px 20px;
}

.cityfind_btn {
    background: #919190;
    color: #fff;
    font-size: 18px;
    text-transform: capitalize;
    border: 0;
    font-weight: 500;
    padding: 0 50px;
    height: 46px;
    border-radius: 3px;
}

.divider_strip {
    width: 100%;
    display: inline-block;
    border-bottom: 1px solid #cbcbcb;
    margin: 25px 0;
}

.city_allfields label {
    font-size: 16px;
    color: #919190;
}

.city_routeconnect {
    position: relative;
}

.city_direction_arrow {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    bottom: 0;
    text-align: center;
    margin: 0 auto;
    width: 28px;
    height: 28px;
    border-radius: 50%;
}

.city_innerboxes .table th {
    border: 0px;
    font-size: 14px;
    font-weight: 500;
    padding: 6px 0px;
}

.city_innerboxes .table td {
    border: 0px;
    font-size: 14px;
    font-weight: 300;
    padding: 6px 0px;
}

.city_innerboxes img {
    margin-right: 5px;
}

.city_labelcolor {
    font-size: 14px;
    color: #919190;
}



.right_blk {
    width: 100%;
    display: inline-block;
    border-radius: 5px;
    background: #f6f6f6;
    padding: 20px;
}

    .right_blk p {
        font-size: 14px;
        font-weight: 300;
        color: #2a2a2a;
        line-height: 24px;
        margin-bottom: 15px;
    }

        .right_blk p a {
            color: #919190;
            font-weight: 500;
        }

    .right_blk ul li {
        font-size: 14px;
        font-weight: 300;
        color: #2a2a2a;
        line-height: 24px;
        margin-bottom: 10px;
        padding-left: 28px;
        position: relative;
    }

        .right_blk ul li:last-child {
            margin-bottom: 0px;
        }

        .right_blk ul li i {
            position: absolute;
            left: 0px;
            top: -2px;
        }

.member_detail {
    margin-bottom: 20px;
    margin-top: 5px;
    text-align: center;
}

    .member_detail h3 {
        font-size: 13px;
        font-weight: bold;
        margin-bottom: 12px;
        text-transform: uppercase;
        position: relative;
    }

        .member_detail h3::after {
            width: 30px;
            height: 2px;
            content: '';
            background: #d2d2d2;
            position: absolute;
            left: 0px;
            right: 0px;
            margin: auto;
            bottom: -5px;
        }

    .member_detail h4 {
        font-size: 15px !important;
        font-weight: 500;
        color: #919190;
    }

.member_img {
    background: #fff;
    box-shadow: 0px 3px 7px 0px rgba(0,0,0,0.15);
    border-radius: 100%;
    margin-bottom: 15px;
    overflow: hidden;
    padding: 3px;
}

    .member_img i {
        border-radius: 100%;
        border: 2px solid #919190;
        display: block;
    }

        .member_img i img {
            border-radius: 100%;
        }

.contract_blk {
    background: #fff;
    border-radius: 10px;
    margin-bottom: 30px;
    padding: 20px 15px;
}

    .contract_blk h3 {
        font-size: 20px;
        font-weight: 500;
        margin-bottom: 12px;
        text-transform: uppercase;
        position: relative;
    }

.bgred {
    background-color: #919190;
    font-size: 20px !important;
    font-weight: 500 !important;
    width: 150px;
    text-align: center;
    color: #fff !important;
    padding: 10px 15px;
    border-radius: 25px;
}

.curvedimg {
    border-radius: 10px;
}

.right_blk h4 {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 20px;
}

.right_blk tr th {
    background: #e1e1e1;
    border: none;
    font-size: 15px;
    font-weight: 500;
    padding: 12px 15px !important;
    vertical-align: middle;
}

.right_blk tr td {
    background: #fff;
    border: none;
    border-bottom: 1px solid #efefef;
    font-size: 14px;
    font-weight: 300;
    padding: 12px 15px !important;
    vertical-align: middle;
}

.right_blk .table-bordered {
    border-top-color: #b74b5a;
}

.right_blk tr td a {
    color: #919190;
    text-decoration: underline;
}

.right_blk tr th:last-child, .right_blk tr td:last-child {
    text-align: right;
}

.right_blk p span {
    font-size: 16px;
    font-weight: 500;
}

    .right_blk p span i {
        color: #919190;
    }

.apply_blk .form-group {
    margin-bottom: 10px;
}

.apply_blk label {
    font-size: 14px;
    font-weight: 300;
}

.apply_blk .form-control {
    background-color: #fff;
    border: 1px solid #d8d8d8;
    box-shadow: none;
    border-radius: 4px;
    color: #484848;
    font-size: 15px;
    font-weight: normal;
    margin-bottom: 10px;
    padding: 7px 15px;
    height: 46px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 100%;
    font-weight: 400;
}

.apply_blk textarea.form-control {
    height: 120px;
}

.apply_blk .form-control:focus {
    box-shadow: none;
    border: 1px solid #c5c5c5;
}

.apply_blk button {
    background: #919190;
    border: 2px solid #919190;
    border-radius: 4px;
    color: #fff;
    display: inline-block;
    font-size: 15px;
    font-weight: 400;
    padding: 10px 30px 8px;
    text-transform: uppercase;
    transition: all 0.5s ease-in-out 0s;
}

    .apply_blk button:hover {
        background: #fff;
        color: #919190;
    }

.code_img {
    position: absolute;
    right: -95px;
    top: 31px;
}

.right_blk .accordion .card {
    background: none;
    border: none !important;
    border-bottom: 1px solid #919190 !important;
    border-radius: 5px !important;
    margin-bottom: 15px;
}

.right_blk .accordion .card-header {
    background: none;
    border-bottom: none;
    padding: 0px;
}

    .right_blk .accordion .card-header h2 a {
        display: block;
        font-size: 15px;
        font-weight: 500;
        line-height: 20px;
        padding: .75rem 2.5rem .75rem 0rem;
        text-align: left;
    }

.right_blk .accordion .card-body {
    background: #fff;
}

    .right_blk .accordion .card-body p {
        margin-bottom: 5px;
    }

        .right_blk .accordion .card-body p:last-child {
            margin-bottom: 0px;
        }

.right_blk .accordion .card-header a {
    border-radius: 0px;
    display: block;
    position: relative;
}

    .right_blk .accordion .card-header a:after {
        content: "\f078";
        font-family: 'FontAwesome';
        font-size: 10px;
        border-radius: 100%;
        position: absolute;
        right: 15px;
        top: 12px;
        transition: all 0.5s;
    }

    .right_blk .accordion .card-header a[aria-expanded="true"]:after {
        transform: rotate(180deg);
        transition: all 0.5s;
    }

    .right_blk .accordion .card-header a[aria-expanded="true"] {
        color: #919190;
    }

.route_title {
    width: 100%;
    display: inline-block;
    color: #919190;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 5px;
    padding-left: 15px;
    text-align: left;
    text-transform: uppercase;
}

.route_title_left {
    width: 100px;
    float: left;
}

.route_title_right {
    width: calc(100% - 100px);
    float: right;
}

.route_blk {
    width: 100%;
    display: table;
    background: #fff;
    box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.12);
    height: 50px;
    margin-bottom: 10px;
    transition: all 0.5s;
}

.route_no {
    width: 100px;
    display: table-cell;
    font-size: 22px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    vertical-align: middle;
}

.route_info {
    width: calc(100% - 155px);
    float: left;
    margin-left: 40px;
    position: relative;
}

    .route_info ul {
        position: relative;
    }

        .route_info ul li {
            border-bottom: 1px solid #e4e4e4;
            font-size: 14px;
            margin-bottom: 0px;
            padding: 8px 0px 2px;
            position: relative;
        }

            .route_info ul li:last-child {
                border-bottom: none;
            }

            .route_info ul li::before {
                width: 9px;
                height: 9px;
                content: '';
                background: #fff;
                border: 1px solid #1fae44;
                border-radius: 100%;
                position: absolute;
                left: -25px;
                top: 15px;
            }

            .route_info ul li:last-child::before {
                border-color: #e42626;
            }

            .route_info ul li::after {
                width: 1px;
                height: 30px;
                content: '';
                background: #dadada;
                position: absolute;
                left: -21px;
                top: 23px;
            }

            .route_info ul li:last-child::after {
                content: none;
            }

    .route_info a {
        font-size: 14px;
        font-weight: 300;
        color: #333;
        position: absolute;
        right: -149px;
        height: 28px;
        top: 50%;
        bottom: 0px;
        border: 1px solid #ccc;
        line-height: 26px;
        transform: translate(-50%,-50%);
        padding: 0px 10px;
        transition: all 0.5s;
    }

        .route_info a:hover {
            border-color: #ac161b;
            color: #ac161b;
        }

.route_blk:hover {
    box-shadow: 0px 1px 6px 0px rgba(0,0,0,0.18);
}

.news_blk {
    width: 100%;
    display: inline-block;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0px 1px 5px 0px #e4e4e4;
    margin-bottom: 15px;
    padding: 20px 15px;
}

.news_image {
    width: 150px;
    float: left;
    border-radius: 10px;
}

    .news_image img {
        border-radius: 10px;
    }

.news_txt {
    width: calc(100% - 150px);
    float: right;
    padding: 10px 0px 0px 25px;
}

    .news_txt h4 {
        font-size: 15px;
        margin-bottom: 0px;
    }

    .news_txt p {
        font-size: 13px;
        color: #888888;
        margin-bottom: 20px;
    }

    .news_txt a {
        background: #919190;
        border-radius: 5px;
        font-size: 13px;
        font-weight: 400;
        color: #fff;
        padding: 10px 15px;
    }

.news_detail_image h4 {
    border-bottom: 1px solid #ccc;
    margin-bottom: 30px;
    padding-bottom: 10px;
}

.news_detail_image img {
    border-radius: 10px;
    margin-bottom: 20px;
}

.news_detail_image ul {
    margin-bottom: 25px;
}

    .news_detail_image ul li {
        margin-bottom: 5px;
        position: relative;
        padding-left: 15px;
    }

        .news_detail_image ul li::before {
            width: 7px;
            height: 7px;
            content: '';
            background: #919190;
            border: 1px solid #919190;
            border-radius: 100%;
            position: absolute;
            left: 0px;
            top: 8px;
        }

.how_to_book {
    background: url(../images/video-bg.jpg) center center no-repeat;
    background-attachment: fixed;
    padding: 65px 0px;
    text-align: center;
}

.video_blk h2 {
    font-size: 30px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 40px;
}

.video_blk iframe {
    border: 4px solid #fff;
    border-radius: 5px;
}

.taxi_blk li a {
    color: #919190;
    font-weight: 500;
    text-transform: uppercase;
}

    .taxi_blk li a:hover {
        text-decoration: underline;
    }

.taxi .modal-dialog {
    max-width: 1200px;
}

.taxi h5.modal-title {
    font-size: 18px;
    font-weight: 500;
}


.booking-form .timing_blk {
    background-color: rgba(84, 83, 83, 0.60);
    border-radius: 10px;
    padding: 35px 0px 0px;
}

.time_table_blk .tabbable .nav-tabs {
    width: 100%;
    display: inline-block;
    padding-bottom: 0px;
    text-align: center;
}

    .time_table_blk .tabbable .nav-tabs li {
        display: inline-block;
    }

        .time_table_blk .tabbable .nav-tabs li a {
            display: block;
        }

            .time_table_blk .tabbable .nav-tabs li a i {
                float: left;
                margin-right: 12px;
            }

            .time_table_blk .tabbable .nav-tabs li a span {
                font-size: 16px;
                font-weight: 400;
                line-height: 36px;
            }

            .time_table_blk .tabbable .nav-tabs li a i.w_img {
                display: none;
            }

            .time_table_blk .tabbable .nav-tabs li a i.g_img {
                display: block;
            }

        .time_table_blk .tabbable .nav-tabs li a {
            background: #fff;
            border-radius: 5px 5px 0px 0px;
            color: #575b66;
            padding: 6px 30px;
        }

            .time_table_blk .tabbable .nav-tabs li a.active {
                background: #a70621;
                color: #fff;
            }

                .time_table_blk .tabbable .nav-tabs li a.active:hover {
                    background: #919190;
                }

                .time_table_blk .tabbable .nav-tabs li a.active i.w_img {
                    display: block;
                }

                .time_table_blk .tabbable .nav-tabs li a.active i.g_img {
                    display: none;
                }

            .time_table_blk .tabbable .nav-tabs li a:hover {
                background: #fafafa;
            }

.time_table_blk .tabbable .tab-content {
    background: #e6e7e9;
    border-radius: 0px 0px 8px 8px;
    padding: 50px 130px;
}

.bus_time_search h2 {
    font-size: 28px;
    font-weight: 500;
    color: #221f20;
    margin-bottom: 15px;
}

.time_search_blk {
    width: 100%;
    display: inline-block;
    background: #c1c2c4;
    border-radius: 10px;
    margin-bottom: 30px;
    padding: 20px 30px 25px;
}

    .time_search_blk .form-group {
        width: 27%;
        float: left;
        margin-bottom: 0px;
        margin-right: 15px;
    }

        .time_search_blk .form-group:last-child {
            width: 13.5%;
            float: right;
            margin-right: 0px;
        }

        .time_search_blk .form-group label {
            color: #221f20;
            font-size: 15px;
            font-weight: 400;
            margin-bottom: 10px;
        }

    .time_search_blk .form-control {
        background-color: #fff;
        border: none;
        box-shadow: none;
        border-radius: 5px;
        color: #575b67;
        font-size: 15px;
        font-weight: normal;
        padding: 7px 10px;
        height: 46px;
        transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
        width: 100%;
        font-weight: 400;
    }

    .time_search_blk select.form-control {
        background: url(../images/select-arrow.png) no-repeat right 10px center #fff;
    }

.searchbutton {
    background: #919190;
    border: 2px solid #919190;
    border-radius: 4px;
    color: #fff;
    display: inline-block;
    font-size: 15px;
    font-weight: 500;
    height: 46px;
    padding: 10px 0px 8px;
    text-transform: uppercase;
    transition: all 0.5s ease-in-out 0s;
    width: 100%;
}

.time_search_blk button:hover {
    background: #fff;
    color: #919190;
}

.searchbutton:hover {
    background: #fff;
    color: #919190;
}

.route_schedule_blk h3 {
    font-size: 26px;
    font-weight: 500;
    color: #221f20;
    margin-bottom: 7px;
}

.route_schedule_blk p {
    font-size: 15px;
    font-weight: 300;
    color: #221f20;
}

.route_schedule_blk span {
    font-size: 15px;
    float: right;
    font-weight: 300;
    color: #221f20;
    margin-bottom: 10px;
}

.route_schedule_blk tr td {
    background: #fbfcfe;
    border: none;
    border-bottom: 1px solid #f1f1f3;
    color: #424242;
    font-size: 14px;
    font-weight: 300;
    padding: 13px 15px;
    vertical-align: middle;
}

    .route_schedule_blk tr td:last-child {
        background: #f2f4f9;
    }

.route_schedule_blk tr:nth-child(even) td {
    background: #fff;
}

    .route_schedule_blk tr:nth-child(even) td:last-child {
        background: #fbfcfe;
    }


.ferry_route_blk h3 {
    font-size: 28px;
    font-weight: 500;
    color: #221f20;
    margin-bottom: 5px;
}

.ferry_route_blk p {
    font-size: 15px;
    font-weight: 300;
    color: #221f20;
    margin-bottom: 20px;
}

.ferry_route_blk tr th {
    background: #dedee2;
    border: none; /*border-right:10px solid #e6e7e9;*/
    color: #221f20;
    font-size: 15px;
    font-weight: 500;
    padding: 13px 15px;
    vertical-align: middle;
}

.ferry_route_blk tr td {
    background: #fbfcfe;
    border: none; /*border-right:10px solid #e6e7e9;*/
    border-bottom: 1px solid #f1f1f3;
    color: #424242;
    font-size: 14px;
    font-weight: 300;
    padding: 13px 15px;
    vertical-align: middle;
}

.ferry_route_blk tr:nth-child(even) td {
    background: #fff;
}

.ferry_route_blk tr td:last-child, .ferry_route_blk tr th:last-child {
    border-right: none;
}

.ferry_time_search h2 {
    font-size: 28px;
    font-weight: 400;
    color: #221f20;
    margin-bottom: 15px;
}

.ferry_time_blk {
    width: 100%;
    display: inline-block;
    background: #c1c2c4;
    border-radius: 10px;
    margin-bottom: 0px;
    padding: 20px 25px 20px;
}

.time_table_blk .ferry_time_search .nested_tab {
    padding-bottom: 0px !important;
}

.time_table_blk .ferry_time_blk .tabbable .nav-tabs li {
    font-size: 14px;
    font-weight: 300;
    margin-right: 0px;
    text-align: center;
}

    .time_table_blk .ferry_time_blk .tabbable .nav-tabs li a {
        background: #fff;
        border-radius: 5px;
        color: #575b66;
        margin: 0px 2px;
        padding: 10px 16px;
    }

        .time_table_blk .ferry_time_blk .tabbable .nav-tabs li a.active {
            background: #919190;
            color: #fff;
        }

            .time_table_blk .ferry_time_blk .tabbable .nav-tabs li a.active:hover {
                background: #919190;
            }

.time_table_blk .tabbable .ferry_time_search .tab-content {
    padding: 50px 0px;
}

.time_table_blk .ferry_time_blk .tabbable .nav-tabs li a:hover {
    background: #fafafa;
}


.news_blk_1 {
    margin-bottom: 18px;
    margin-top: 12px;
    position: relative;
}

.news_image_1 img {
    border-radius: 10px;
    height: 220px;
    width: 100%;
}

.news_txt_1 {
    width: 100%;
    background: -moz-linear-gradient(top, rgba(125,185,232,0) 0%, rgba(0,0,0,1) 90%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(125,185,232,0) 0%,rgba(0,0,0,1) 90%);
    background: linear-gradient(to bottom, rgba(125,185,232,0) 0%,rgba(0,0,0,1) 90%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#007db9e8', endColorstr='#000000',GradientType=0 );
    border-radius: 0px 0px 8px 8px;
    position: absolute;
    left: 0px;
    bottom: 0px;
    padding: 25px 15px 15px;
}

    .news_txt_1 span {
        background: #919190;
        border-radius: 3px;
        display: inline-block;
        font-size: 12px;
        color: #fff;
        margin-bottom: 5px;
        padding: 3px 5px;
    }

    .news_txt_1 p {
        font-size: 13px;
        font-weight: 500;
        color: #fff;
        line-height: 18px;
        margin-bottom: 0px;
    }

        .news_txt_1 p a {
            color: #fff;
        }

            .news_txt_1 p a:hover {
                text-decoration: underline;
            }

    .news_txt_1 h4 {
        font-size: 16px;
        font-weight: 500;
        color: #fff;
        line-height: 20px;
        margin-bottom: 0px;
    }

.news_detail span {
    background: #919190;
    border-radius: 3px;
    display: inline-block;
    font-size: 15px;
    color: #fff;
    margin-bottom: 10px;
    padding: 7px 10px;
}

.news_detail_img {
    float: right;
    max-width: 54%;
    margin: 50px 0px 15px 15px;
    position: relative;
}


/*------------Changes---------*/

.statisticsSection {
    width: 100%;
    margin: 0px auto;
}

.statisticsBox {
    padding-top: 20px;
}

.number-box {
    text-align: center;
    color: #010000;
    padding: 10px 0px;
    transition: ease all 0.5s;
    box-shadow: 0px 0px 5px rgba(0,0,0,0.10);
    border-radius: 6px;
}

    .number-box img {
        width: 30px;
    }

    .number-box .counter-total {
        display: block;
        font-size: 40px;
        margin: 20px;
    }

.tir-reg {
    text-align: center;
    margin-top: 20px;
}

.custom-text-color {
    color: #ac161b;
}

.hr {
    border-top: 1px solid #919190;
    height: 100%;
    width: 100%;
    margin: 10px 15px 24px 15px;
}

.inner-date .form-control {
    background: url(../images/calander.png) no-repeat 96% center;
}

.download-link {
    margin: 15px 0;
    display: inline-block;
    font-size: 18px;
}

    .download-link span {
        margin-right: 10px;
        display: inline-block;
        vertical-align: bottom;
    }

    .download-link:hover {
        color: #000;
    }

.custom-file .upload-label {
    position: absolute;
    top: 9px;
    right: 8px;
    left: auto;
    z-index: 1;
    background: #919190;
    border-radius: 3px;
    color: #fff;
    padding: 5px;
    height: 26px;
    line-height: 16px;
    cursor: pointer;
}

.custom-file-input {
    position: relative;
}

.apply_blk button {
    height: 42px;
    line-height: 38px;
    padding: 0 30px;
}

.apply_blk .form-control:focus {
    border: 1px solid #ac161b;
}

.booking-form {
    margin-top: -150px;
}

.booktrip-button {
    background-color: #919190 !important;
}

header .navbar {
    padding-left: 230px;
}

header .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 14px;
    padding-left: 0px;
    font-size: 12px;
}

.dropdown-menu .nav-link {
    padding-left: 12px !important;
}

.logo img {
    width: 180px;
}

.tir-reg.custom-text-color {
    color: #919190;
}

.custom-text-color.download-link {
    color: #919190;
}



/* ===============================
	Async image loading
=============================== */
.async-image-holder {
    position: relative;
    overflow: hidden;
}

.async-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 0;
    transition: opacity .3s ease-out 0s;
}

    .async-image.loaded {
        opacity: 1;
    }

.gallery {
    display: flex;
    flex-flow: wrap row;
    justify-content: space-between;
    width: 95%;
    margin: 50px auto;
}

    .gallery:after {
        content: "";
        display: inline-block;
        flex: auto;
    }

/* 2 columns */
.gallery-image {
    width: 49.57%;
    padding-top: 35%;
    margin: .2%;
    background-color: rgba(20, 20, 20, 0.3);
    cursor: pointer;
}
/* 3 columns */
@media screen and (min-width: 500px) {
    .gallery-image {
        width: 33.1%;
        padding-top: 23.3709%;
        margin: .1%;
    }
}
/* 4 columns */
@media screen and (min-width: 700px) {
    .gallery-image {
        width: 24.8%;
        padding-top: 17.5105%;
        margin: .1%;

    }
    .modal-body a img {
        width: 63% !important;
    }

    .modal-body {
        text-align: center !important;
    }
}

@media screen and (min-width: 992px) {
    .modal-body a img {
        width: 63% !important;
    }

    .modal-body {
        text-align: center !important;
    }
}

#swgl-overlay {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    opacity: 0;
    background-color: rgba(0, 0, 0, 0.9);
    transition: max-height 0s linear 270ms, opacity 250ms linear 0s;
    max-height: 0px;
    overflow: hidden;
}

    #swgl-overlay.active {
        opacity: 1;
        max-height: 100vh;
        transition: max-height 0s linear 0s, opacity 250ms linear 0s;
    }

#swgl-controls {
    position: absolute;
    top: 0px;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 5000;
}

.swgl-digitizer {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.swgl-btn {
    position: absolute;
    border-width: 0;
    font-size: 35px;
    color: white;
    text-shadow: 1px 2px 5px rgba(0, 0, 0, 0.2);
    padding: 156px 16px;
    text-align: center;
    background-color: rgba(0, 0, 0, 0);
    cursor: pointer;
}

    .swgl-btn:focus, .swgl-btn:active {
        outline: none !important;
    }

.swgl-nav-btn {
    top: 50%;
    transform: translateY(-50%);
    width: 110px;
    color: rgba(255, 255, 255, 0.6);
    transition: background-color .4s ease 0s, color .4s ease 0s;
}

    .swgl-nav-btn:hover {
        color: white;
        background-color: rgba(60, 60, 60, 0.4);
    }

#swgl-close-btn {
    top: 48px;
    right: 0px;
    padding: 7px 15px;
    font-size: 45px;
    z-index: 4000;
}

#swgl-prev-btn {
    left: 0px;
    text-align: left;
}

#swgl-next-btn {
    right: 0px;
    text-align: right;
}

#swgl-slide-wrapper {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.swgl-slide {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    max-width: 400px;
    max-height: 260px;
    top: 50%;
    left: 50%;
    border-radius: 2px;
    border: 2px solid white;
    background: #e4e4e4;
    overflow: hidden;
    transform: translate(-50%, -50%);
    transform-origin: 50% 50%;
    transition: opacity 500ms linear 0s, transform 500ms ease-out 0s, max-height 500ms ease 0s, max-width 500ms ease 0s;
}

    .swgl-slide.loaded {
        width: auto;
        height: auto;
        max-width: 100%;
        max-height: 100%;
    }

.swgl-left {
    opacity: 0;
    transform: translate(-155%, -50%) !important;
}

.swgl-right {
    opacity: 0;
    transform: translate(55%, -50%) !important;
}

.swgl-center {
    opacity: 0;
}

.swgl-slide-img {
    display: block;
    width: auto;
    height: auto;
    max-height: 98vh;
    max-width: 98vw;
    opacity: 0;
    transition: opacity .4s ease-out 0s;
}

    .swgl-slide-img.loaded {
        opacity: 1;
        width: auto;
        height: auto;
    }

.swgl-caption {
    display: none;
}

.customer-logos {
    padding: 40px 0;
}

    .customer-logos .slick-slide {
        margin: 0px 8px;
    }

    .customer-logos .slide {
        padding: 15px;
        border-radius: 5%;
        box-shadow: 0px 0px 5px rgba(0,0,0,0.15);
        margin-top: 3px
    }

/*----------New changes 18/08 -----------*/

header {
    background-color: #919190;
}

    header .navbar-expand-lg .navbar-nav .nav-link {
        color: #FFF;
        font-size: 13px;
        font-weight: 700;
        transition: all 0.3s;
        padding-right: 10px;
        padding-left: 10px;
    }

        header .navbar-expand-lg .navbar-nav .nav-link:hover {
            color: #000;
        }

.navbar-expand-lg .navbar-nav .dropdown-menu li a {
    color: #919190;
    font-weight: 400;
    font-size: 12px;
    transition: all 0.5s;
}

    .navbar-expand-lg .navbar-nav .dropdown-menu li a:hover {
        color: #b30f2c;
        margin-left: 5px;
    }

header .navbar {
    padding-left: 375px;
}

.navbar-expand-lg .navbar-nav .dropdown-menu {
    margin-top: 0;
}

.home-slider img {
    object-fit: cover;
}

.socialMedia {
    background: rgb(167 6 33 / 54%);
}

.offer-section.red-bg {
    background: #acacac;
}

    .offer-section.red-bg h2 {
        color: #000;
    }

.section-title h2 {
    font-size: 36px;
    font-weight: 700;
}

.home-filter {
    border-radius: 3px;
}

    .home-filter a {
        font-size: 13px;
    }

    .home-filter .dropdown .dropdown-menu {
        margin-top: 0;
    }

.list-image-box {
    border-radius: 5%;
}

.popular-destinations .country-list .image-title {
    font-weight: 700;
}

.list-image-box a {
    background: rgb(165 0 29 / 60%);
}

    .list-image-box a:hover {
        background: rgb(178 15 44);
    }

.number-box img {
    height: 80px;
    width: auto;
}

.number-box .counter-total {
    line-height: 25px;
}

.downloadLink {
    border-radius: 15px;
    width: 125px;
}

.grey-logo {
    display: none;
}

.services-list li .services-text h4 {
    line-height: 20px;font-weight:bold;
}

.inner_banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.awardImages {
    width: 100%;
}

header .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 20px;
    padding-left: 20px;
    padding: 2px 16px;
    text-transform: none;
    font-size: 16px;
    font-weight:bold;
}

header .navbar-expand-lg .navbar-nav .nav-item:not(:last-child) .nav-link {
    border-right: 2px solid #FFF;
}

header .navbar-expand-lg .navbar-nav.right-links .nav-item .nav-link {
    border-right: 0px solid #FFF;
}

header {
    height: 150px;
    background: linear-gradient(to bottom, rgb(165, 0, 29) 0%,rgb(165 0 29 / 71%) 65%,rgba(152,152,145,0) 95%);
    /*background: linear-gradient(to bottom, rgb(145, 145, 144) 0%,rgba(152,152,145,0.8) 65%,rgba(152,152,145,0) 95%);*/
}

    header .navbar-expand-lg .navbar-nav .dropdown-menu .nav-link {
        font-size: 13px;
        padding: 7px 18px;
    }


    header .container {
        position: relative;
    }

.navbar-nav.right-links {
    position: absolute;
    right: 0;
    display: block;
    margin-top: 10px;
    z-index: 1;
  
}

    .navbar-nav.right-links li {
        float:left;
    }

.navbar .navbar-nav {
    width: 100%;
    text-align: right;
    display: block;
}

.navbar-expand-lg .navbar-collapse {
    float: right;
    margin-top: 45px;
}

.navbar .navbar-nav li {
    display: inline-block
}

header .navbar {
    padding-left: 0;
    padding-right: 0;
}

header .navbar-expand-lg .navbar-nav .nav-item:last-child .nav-link {
    /*padding-right: 0;*/
}

header .right-links .search {
    position: relative;
    background: #FFF;
    padding: 0px 0px;
    line-height: 28px;
    height: 28px;
    text-transform: none;
}

    header .right-links .search:before {
        position: absolute;
        content: url(../images/top-pattern.png);
        left: -21px;
        top: 0;
    }

    header .right-links .search:after {
        position: absolute;
        content: url(../images/top-pattern.png);
        right: -21px;
        top: 0;
        transform: scaleX(-1);
    }

    header .right-links .search .nav-item {
        padding: 5px;
    }

    header .right-links .search input {
        padding: 0;
        border: 0;
        text-align: center
    }


header .right-links .language {
    position: relative;
    background: #FFF;
    padding: 0px 15px;
    line-height: 28px;
    height: 28px;
    text-transform: none;
    margin-left: 50px;
}

    header .right-links .language:before {
        position: absolute;
        content: url(../images/top-pattern-right.png);
        left: -21px;
        top: 0;
    }

    header .right-links .language:after {
        position: absolute;
        content: url(../images/top-pattern-right.png);
        right: -21px;
        top: 0;
        transform: scaleX(-1);
    }



.gtr {
    font-size: 16px;
}

.cardpq {
    background: #fff;
    border-radius: 8px;
    box-shadow: 2px 2px 12px rgb(0 0 0 / 10%);
    position: relative;
}

    .cardpq.even {
        background: #F2FDFF;
    }

.botti {
    display: flex;
    margin-top: 10px;
    align-content: space-between;
    justify-content: space-around;
    text-align: left;
    background: #a5001d;
    color: #fff;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    padding: 5px;
}

    .botti h5 {
        color: #fff;
        font-size: 14px;
        font-weight: 600;
        width: 50%;
        padding: 0px 20px;
    }

.fkxi {
    display: flex;
    justify-content: space-between;
}

.busstn {
    padding: 10px 27px;
}

.deptn {
    padding: 10px 27px;
}

.busstn h3 {
    font-weight: 700;
}

.deptn h3 {
    font-weight: 700;
}

.cdew {
    padding-left: 27px;
    padding-top: 10px;
}

.duration span {
    width: 55px;
    height: 5px;
    background: #51E2C2;
    display: block;
}

.duration {
    padding: 10px;
}

.pritn {
    padding: 10px 27px;
}

    .pritn span {
        font-size: 12px;
    }

    .pritn h3 {
        font-size: 18px;
        color: #a5001d;
        font-weight: 700;
    }

.toppi {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

    .toppi h3 {
        font-weight: 700;
        font-size: 18px;
    }

    .toppi p {
        color: #a5001d;
        padding-left: 20px;
        font-weight: 700;
        font-size: 14px;
    }

.nmb {
    padding: 0 10px;
}

.dfesq {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 15px;
}

.boldq {
    margin-bottom: 20px;
}

.cfvs {
    padding: 25px;
}

.kgpi {
    font-size: 12px;
    color: #a5001d;
    font-weight: 700;
    position: absolute;
    right: 70px;
    bottom: 45px;
}

    .kgpi:hover {
        color: #a5001d;
    }

    .kgpi:focus {
        color: #a5001d;
    }


.form-body {
    position: absolute;
    top: 50%;
    background: rgba(0,0,0,0.5);
    padding: 10px;
    left: 50%;
    transform: translate(-50%, -17%);
    width: 60%;
}

.inner_banner {
    position: relative;
}

.form-body img {
    width: unset;
    height: unset;
    object-fit: unset;
}

.jbng {
    margin-top: -330px;
    margin-bottom: 330px;
}

.booking-form .form-body {
    width: 100%;
    margin-top: 30px;
}

#BookTrip {
    display: block;
}

.xsw {
    padding-left: 40px !important;
}

.way-selection i {
    color: #fff;
}

.flex {
    display: flex;
}

.leftvbg {
    width: 80%;
}

.rghttvbg {
    width: 100%;
    text-align: right;
}

.summary {
    background: #FFEBEB;
    padding: 10px 30px;
    margin: 0 30px;
    padding-bottom: 65px;
    border-radius: 8px;
}

    .summary p {
        margin-bottom: 5px;
    }

.bldw {
    font-weight: 600;
}

.wsqax {
    width: 100%;
    border-top: 1px dotted rgba(46, 46, 46, 0.24);
    margin-top: 15px;
    margin-bottom: 10px;
}

.qwra {
    float: left;
    font-size: 24px;
    font-weight: 700;
}

.qwrab {
    float: right;
    font-size: 24px;
    font-weight: 700;
}

.login {
    padding: 20px 130px;
    border: 1px solid #ddd;
    border-radius: 8px;
    text-align: center;
}

    .login h4 {
        font-size: 24px;
        font-weight: 700;
        margin-bottom: 20px;
    }

.loginner {
    text-align: left;
}

.btn-jkl {
    width: 100%;
    padding: 10px 20px;
    background: linear-gradient(0deg, #51010F, #A2021D);
    display: block;
    border-radius: 4px;
    color: #fff;
}

.frdw {
    font-size: 24px;
    color: #860118;
    font-weight: 700;
    margin-top: 10px;
}

.login .form-control {
    background: #E2E2E2;
    border: none
}

.colred:hover {
    color: #860118;
}

.xdcsw {
    font-weight: 700;
    font-size: 16px;
}

.toprow {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

    .toprow label {
        margin: 0;
        padding-right: 20px;
    }

.fileup input {
    width: 100%;
    border: none
}

.cardpass .form-control {
    background: #ECF2F7;
    border: none
}

.cardpass {
    padding: 15px 0;
    box-shadow: 2px 2px 4px rgb(0 0 0 / 20%);
    border-radius: 8px;
    margin-top: 20px;
}

.xdcsws {
    font-size: 16px;
    font-weight: 700;
}

.bld {
    font-weight: 700;
}

.fileup {
    display: flex;
}

    .fileup p {
        width: 100%;
        font-size: 12px;
        display: flex;
        align-items: center;
    }

.success {
    text-align: center;
}

    .success h4 {
        color: #009F0A;
        font-size: 24px;
        font-weight: 600px;
        padding-top: 25px;
    }

.swda {
    padding: 8px 10px;
    background: #E5E5E5;
    display: inline-block;
    margin-top: 20px;
}

.qrcode {
    position: absolute;
    right: 5%;
    top: 2%;
}

.success .cardpq {
    box-shadow: none;
    border-radius: 0;
}

.success .botti {
    box-shadow: none;
    border-radius: 0;
}

.success .cdew {
    text-align: left;
}

.brdrght {
    border-right: 1px solid #ddd;
}

.bottmsucc {
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    justify-content: center;
}

.btoqsw {
    width: unset;
    display: inline-block;
}

    .btoqsw:hover {
        background: #e5e5e5;
        color: #860118 !important;
        border: 2px solid #860118;
    }

.brdful {
    border: 1px solid #E5E5E5;
    padding: 30px;
    border-radius: 20px;
}

.search-filter .p-1 {
    padding: 15px !important;
}

.routetab {
    width: 100%;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    text-align: center;
}

    .routetab thead {
        background: #CB0526;
        color: #fff;
        padding: 10px;
    }

    .routetab th {
        padding: 10px;
        font-size: 18px;
    }

        .routetab th:first-child {
            border-top-left-radius: 8px;
        }

        .routetab th:nth-child(2) {
            border-top-right-radius: 8px;
        }

    .routetab td {
        padding: 10px;
        color: #333333;
        font-weight: 700;
    }

    .routetab tbody {
        background: #FFEBEB;
    }

    .routetab tr.even {
        background: rgba(125,1,22,0.1);
    }

.modal .close {
    width: 50px;
    height: 50px;
    position: absolute;
    background: #7D0116;
    border-radius: 50%;
    color: #fff;
    opacity: 1;
    top: -30px;
    right: -30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .modal .close span {
        font-size: 27px;
        margin-top: -8px;
    }

.xcvd {
    background: #7D0116;
}

.xcvdq {
    background: transparent;
}

.xcvd th:nth-child(2) {
    background: #333333;
    border-top-left-radius: 8px;
}

.xcvdq th:nth-child(2) {
    background: #676767;
    border-top-left-radius: 8px;
}

.xcvdq th:first-child {
    background: #fff;
    border-top-left-radius: 8px;
}

.flxq {
    display: flex;
    align-items: center;
}

.bold {
    font-weight: bold;
}

.cder {
    padding: 0 25px;
}

.cdew span {
    float: right;
    padding-right: 20px;
    font-weight: 700;
    color: #242424;
}

.fqaw li {
    display: inline;
    margin-right: 10px;
}

.fqaw i {
    color: brown;
}

.fqaw {
    margin-left: 25px;
}

.cder, .cder1, .cder2, .cder3 {
    margin-bottom: 15px;
}

    .cder select, .cder1 select, .cder2 select, .cder3 select {
        background: #a5a5a5 !important;
    }

@media (max-width:767px) {
    .form-body {
        position: relative;
        width: 80%;
        margin-top: 100px;
    }

    .login {
        padding: 20px;
    }

    .summary {
        margin: 20px 0;
    }

    .search-filter button {
        width: 100%;
    }

    .cfvs {
        padding: 0;
        position: absolute;
        right: 10px;
        top: 10px;
    }

    .inner_banner {
        position: relative;
        background: url(../images/inner-banner.jpg);
        margin-top: -200px;
        padding-top: 200px;
    }

        .inner_banner img {
            display: none;
        }

        .inner_banner .form-body img {
            display: block;
        }

    .qrcode {
        position: absolute;
        right: 2%;
        width: 22%;
        top: 8%;
    }

    .kgpi {
        right: 8px;
        bottom: 45px;
    }

    .brdrght {
        border: none;
    }

    .brdful {
        padding: 5px;
    }

    .search-filter .form-group span {
        align-items: center;
        display: flex;
    }
}

@media (min-width:768px) and (max-width:1024px) {
    .form-body {
        margin-top: -40px;
        width: 95%;
    }

    .search-filter .p-1 {
        padding: 5px !important
    }

    .kgpi {
        right: 10px;
    }

    .cfvs {
        padding: 0;
        position: absolute;
        right: 10px;
        top: 10px;
    }

    .summary {
        margin: 0;
    }

    .btoqsw {
        width: 50%;
        margin-left: 50% !important;
        text-align: center;
    }

    .toprow label {
        padding-right: 5px;
    }

    .fredq {
        width: unset;
        margin-left: unset !important;
    }

    .modal-body a img {
        width: 63% !important;
    }

    .modal-body {
        text-align: center !important;
    }
}

.red-grey-link {
    color: #a5001d !important;
}

    .red-grey-link:hover {
        color: #555 !important;
    }

.civil-passport-error, .mobile-error, .civil-file-error {
    display: none;
    color: #dc1d34;
}

.discount-div {
    display: block;
    width: 80px;    
    background-image: url('../images/discountnew.svg');
    background-repeat: no-repeat;
    background-size: 80px auto;
    color: #fff;
    padding-bottom: 3px;
    padding-top: 1px;
}

.apply-online p {
    text-align: right;
}

    .apply-online p a {
        background-color: #a70722;
        color: white;
        padding: 10px;
        border-radius: 5px;
        font-weight: bold;
        font-size: 15px;
        margin: auto !important;
    }


@media (max-width:767px) {

    span.selection {
        padding: 0 !important;
    }

    span.dropdown-wrapper {
        padding: 0 !important;
    }

    span.select2.select2-container {
        width: 100% !important;
        padding: 0 !important;
    }

    .socialMedia {
        right: 2px !important;
    }

    header .navbar-nav.right-links li {
        float: unset !important;
    }

    html {
        overflow-x: hidden;
    }

    .select2-search--dropdown .select2-search__field {
        text-align: left;
    }

    .search-filter .col-sm-2, .search-filter .col-sm-1 {
        padding: 0 !important;
    }

    .navbar-expand-lg .navbar-collapse {
        z-index: 99;
    }

    header .navbar-expand-lg .navbar-nav .nav-item:not(:last-child) .nav-link {
        text-align: left;
    }

    header .navbar-expand-lg .navbar-nav .nav-item:last-child .nav-link {
        text-align: left;
    }

    [data-uk-scrollspy*=uk-animation-]:not([data-uk-scrollspy*=target]) {
        opacity: unset;
    }

    .rightwedsq {
        flex: 0 0 100%;
        max-width: 100%;
        margin-left: 0%;
    }

    .summary p {
        font-size: 13px;
    }

    .summary .btn-jkl {
        margin-right: 10px;
    }

    .leftvbg {
        width: 50%;
    }

    .rightwedsq .btn-jkl {
        margin-top: 0px !important;
        margin-left: 10px !important;
    }

    .leftwedsq {
        flex: 0 0 100%;
        max-width: 100%;
        margin-left: 0;
        margin-bottom: 20px;
    }

    .summary {
        padding: 10px !important;
        padding-bottom: 50px !important;
    }

    .summaryback {
        padding: 0 !important;
        margin: 0 !important;
    }

        .summaryback a.btn-jkl {
            margin: 20px 0 !important;
            width: 150px !important;
            text-align: center;
        }

    .sq-radio input {
        position: absolute;
        opacity: 1;
        cursor: pointer;
        margin-top: 4px;
        right: 0;
    }

    .sq-radio .checkmark:after {
        width: 100%;
        left: 15px;
        height: 50px;
    }
}