:root {
    --main-blue: #0d6b50;
    --light-blue: #EAECFB;
    --main-yellow: #b9ffeb;
    --light-yellow: #ccfdef;
    --text-dark: #000;
    --main-red: #ed1f34;
    --text-white: #fff;
}
/*
:root {
    --main-blue: #192779;
    --light-blue: #EAECFB;
    --main-yellow: #FFE153;
    --light-yellow: #FFF2C2;
    --text-dark: #000;
    --main-red: #D80A22;
    --text-white: #fff;
}
*/
/* book model css */
.middle_section {
    max-height: 400px;
    overflow: auto;
    padding: 10px 20px;
    position: relative;
    background: #fff;
    position: relative;
}
.ms-content {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.middle_section .ms-content .depart-return-row {
    width: 100%;
    display: flex
;
    flex-wrap: wrap;
}

.middle_section .ms-content .depart-return-row .drr-box-left {
    width: 220px;
    display: flex;
    flex-direction: column;
    padding-right: 20px;
}

 .middle_section .ms-content .depart-return-row .drr-box-right {
    width: calc(100% - 220px);
    display: flex;
    flex-wrap: wrap;
    padding-right: 0px;
}
 

.middle_section .ms-content .depart-return-row .drr-box-right .drrbr-box1.active .drrbrb-content {
    border: 1px solid #0491e1;
    background: rgba(4, 145, 225, 0.1);
    padding: 15px;
}

.middle_section .ms-content .depart-return-row .drr-box-right .drrbr-box1 .drrbrb-content .drrbrbc-radio {
  
    top: 7px;
    left: 5px;
}

.middle_section .ms-content .depart-return-row .drr-box-right .drrbr-box1 .drrbrb-content .c-header {
    width: 100%;
    display: flex;
    justify-content: space-between;
    font-size: 13px;
    font-weight: 600;
    color: #000;
}

.middle_section .ms-content .depart-return-row .drr-box-right .drrbr-box1 .drrbrb-content .c-header .name {
    display: flex;
}

.middle_section .ms-content .depart-return-row .drr-box-right .drrbr-box1 .drrbrb-content .c-header .price {
    display: flex;
}

.middle_section .ms-content .depart-return-row .drr-box-right .drrbr-box1 .drrbrb-content .c-main-text {
    width: 100%;
    display: flex;
    font-size: 14px;
    margin: 5px 0;
}

.middle_section .ms-content .depart-return-row .drr-box-right .drrbr-box1 .drrbrb-content .ul-flight-detail{width:100%; display:flex; flex-direction:column; margin:0px; padding:0px; transition:0.3s;}
.middle_section .ms-content .depart-return-row .drr-box-right .drrbr-box1 .drrbrb-content .ul-flight-detail li{width:100%; display:flex; font-size:13px; align-items: flex-start; margin-bottom:8px;}
.middle_section .ms-content .depart-return-row .drr-box-right .drrbr-box1 .drrbrb-content .ul-flight-detail li .le-left{width:250px; display:flex; align-items:flex-start;}
.middle_section .ms-content .depart-return-row .drr-box-right .drrbr-box1 .drrbrb-content .ul-flight-detail li .le-left .li-icon{width:24px; display:flex; margin-right:10px; position: relative; top: -3px;}
.middle_section .ms-content .depart-return-row .drr-box-right .drrbr-box1 .drrbrb-content .ul-flight-detail li .le-left .li-text{display:flex;}
.middle_section .ms-content .depart-return-row .drr-box-right .drrbr-box1 .drrbrb-content .ul-flight-detail li .le-right{width:calc(100% - 125px); display:flex;}
.middle_section .ms-content .depart-return-row .drr-box-right .drrbr-box1 .drrbrb-content .ul-flight-detail li .le-right.red{color:#e63442;}
 
.middle_section .ms-content .depart-return-row .drr-box-right .drrbr-box1 .drrbrb-content .ul-flight-detail li{display:none;}
.middle_section .ms-content .depart-return-row .drr-box-right .drrbr-box1 .drrbrb-content .ul-flight-detail li:nth-child(1),
.middle_section .ms-content .depart-return-row .drr-box-right .drrbr-box1 .drrbrb-content .ul-flight-detail li:nth-child(2),
.middle_section .ms-content .depart-return-row .drr-box-right .drrbr-box1 .drrbrb-content .ul-flight-detail li:nth-child(3){display:inline-flex;}
.middle_section .ms-content .depart-return-row .drr-box-right .drrbr-box1 .drrbrb-content .ul-flight-detail.active li{display:inline-flex;}

.middle_section .ms-content .depart-return-row .drr-box-right .drrbr-box1 .drrbrb-content .c-bottom{display:flex; flex-direction:column; position:absolute; left:15px; bottom:10px;}
.middle_section .ms-content .depart-return-row .drr-box-right .drrbr-box1 .drrbrb-content .c-bottom .show-btn{color:#0491e1; font-size:14px; cursor:pointer;}
.middle_section .ms-content .depart-return-row .drr-box-right .drrbr-box1 .drrbrb-content .c-bottom .hide-btn{color:#0491e1; font-size:14px; cursor:pointer; display:none;}
.middle_section .ms-content .depart-return-row .drr-box-right .drrbr-box1 .drrbrb-content .c-bottom.active .show-btn{display:none;}
.middle_section .ms-content .depart-return-row .drr-box-right .drrbr-box1 .drrbrb-content .c-bottom.active .hide-btn{display:block;}


.bottom_section{width:100%; display:flex; align-items: center; border-top:1px solid #ccc; padding:20px 20px; justify-content:flex-end; }
.bottom_section .bs-prie{display:flex; flex-direction:column; margin-right:20px;}
.bottom_section .bs-prie .bsp-text1{font-size:24px; font-weight:600; height: 28px;}
.bottom_section .bs-prie .bsp-text2{font-size:14px; font-weight:400;}
.bottom_section .bs-book-btn{display:flex; display: flex; border-radius: 35px; box-shadow: 0 1px 7px 0 rgba(0,0,0,.22); cursor: pointer; color: #fff; align-items: center; justify-content: center; text-transform: uppercase; height: 32px; padding: 0 20px; border: none; outline: none !important; font-weight: 800; background: linear-gradient(59deg, #0e34a6, #01b4f7); transition:0.3s;}
.bottom_section .bs-book-btn:hover{background: linear-gradient(59deg, #01b4f7, #0e34a6); box-shadow: 0 1px 12px 0 rgba(0,0,0,.22); transform:translateY(-5px);}
.bottom_section .bs-book-btn:active{transform:translateY(-2px);}

.middle_section .ms-content .depart-return-row .drr-box-left .drrbl-text2 .drrbl-logo {
    display: flex;
    width: 32px;
    margin-right: 10px;
}

.middle_section .ms-content .depart-return-row .drr-box-left {
    width: 220px;
    display: flex;
    flex-direction: column;
    padding-right: 20px;
}

.middle_section .ms-content .depart-return-row .drr-box-left .drrbl-text1 {
    display: flex;
    color: #fff;
    margin-bottom: 10px;
    font-weight: 700;
}

.middle_section .ms-content .depart-return-row .drr-box-left .drrbl-text1 span {
    display: inline-block;
    font-size: 12px;
    padding: 5px 8px;
    position: relative;
    background: #525252;
}

.middle_section .ms-content .depart-return-row .drr-box-right .drrbr-box1 {
    width: 50%;
    /* margin: 10px; */
    padding: 5px 5px;
}

/* End of book model css */
body {
    font-family: "Inter", sans-serif;
    font-size: 13px;
    color: var(--text-dark);
}
.qs-1 {
    text-align: center;
    border: 1px solid #000;
    padding: 10px 0;
    border-radius: 6px;
    background-color: #fff;
    margin-bottom: 15px;
}

.qs-1 h5 {
    font-size: 15px;
}


.asns {
    background-color: #F4F7FF;
    padding: 4px 0;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.asns a {
    background-color: #ffe153;
    color: #000;
    padding: 2px 11px;
    border-radius: 5px;
    font-weight: 700;
}
header {
    position: relative;
    z-index: 99999;
}

.logo img {
    max-width: 160px;
}

.ctc-information ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}

.ctc-information ul li {
    display: flex;
    align-items: center;
    margin-left: 10px;
    width: 31.333%;
    flex-wrap: wrap;
}

.ctc-information {
    width: 100%;
}

.ctc-info-text {
    width: calc(100% - 57px);
}

.ctc-info-text small {
    color: var(--text-dark);
    font-size: 12px;
}

.ctc-info-text p {
    color: var(--text-dark);
    font-size: 14px;
    font-weight: 600;
}

.ctc-information ul li span {
    width: 41px;
    height: 41px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--light-blue);
    border-radius: 100%;
    margin-right: 15px;
}

.ctc-information ul li span i {
    font-size: 19px;
    color: var(--main-blue);
}

.top-header {
    padding: 10px 0;
}

a.navbar-brand.logo-brand {
    display: none;
}

.main-navigation .navbar {
    background-color: var(--main-blue);
    border-radius: 5px;
}

div#collapsibleNavbar {
    justify-content: space-between;
}

div#collapsibleNavbar li a {
    color: #fff;
    font-weight: 600;
}

div#collapsibleNavbar li a:hover,
div#collapsibleNavbar li a.active {
    color: var(--main-yellow);
}

div#collapsibleNavbar li {
    margin-right: 20px;
}

.right-main-nav button {
    width: 41px;
    height: 41px;
    display: inline-block;
    border: 0;
    background-color: #0a7f5d;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--light-blue);
    font-size: 16px;
}

.right-main-nav button:after {
    display: none;
}

.sld-slide {
    min-height: 500px;
    background-size: cover;
    background-repeat: no-repeat;
}

.top-sld-area {
    overflow: hidden;
}

section.top-main-sld {
    margin-top: -25px;
    position: relative;
}

.slider-content h1 {
    font-size: 48px;
    font-weight: 700;
    color: #fff;
}

.slider-content h1 span {
    display: block;
    color: var(--main-yellow);
}

.slider-content p {
    color: var(--text-white);
    font-size: 16px;
    font-weight: 500;
    margin: 10px 0 0;
}

.slider-content {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
}

.slider-inner-content {
    max-width: 500px;
}

span.tild-heading {
    display: inline-block;
    background-color: var(--main-yellow);
    padding: 10px 20px;
    font-weight: 700;
    font-size: 16px;
    transform: rotate(-16deg);
}

footer.main-footer {
    background-color: var(--main-blue);
    padding: 50px 0 0;
  /*  background-image: url(../images/ftr-bg.png);*/
    background-size: cover;
    background-position: top;
    margin-top: 50px;
}

.footer-above h3 {
    color: var(--text-white);
    font-weight: 600;
    font-size: 33px;
    margin-bottom: 20px;
}

.footer-above p {
    color: var(--text-white);
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    max-width: 260px;
}

.footer-above ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.footer-above ul li a {
    color: var(--text-white);
    font-size: 12px;
}

.footer-above ul li {
    margin-bottom: 18px;
}

.footer-above h4 {
    font-size: 19px;
    color: var(--text-white);
    margin-bottom: 20px;
    margin-top: 15px;
}

.disclaimer p {
    color: #CFD0D3;
    font-size: 12px;
    max-width: 100%;
}

ul.ctc-ftr li i {
    color: var(--main-yellow);
    margin-right: 8px;
}

ul.social-list {
    display: flex;
}

ul.social-list li {
    margin-right: 20px;
}

ul.social-list li i {
    font-size: 23px;
}

.btm-logos {
    text-align: center;
    margin: 10px 0;
}

.bottom-ftr ul {
    display: flex;
    margin: 0;
    padding: 0;
    list-style: none;
}

.bottom-ftr ul li {
    margin-right: 40px;
}

.bottom-ftr ul li a {
    font-size: 14px;
    color: var(--text-white);
}

.bottom-ftr {
    padding: 22px 0;
    border-top: 1px solid #ccfdef30;
    margin-top: 20px;
}

ul.two-lay {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

ul.two-lay li {
    width: 49%;
}

.bottom-ftr p {
    text-align: center;
    color: #CFD0D3;
    font-size: 14px;
}

.ns-letter form {
    display: flex;
    align-items: center;
}

.ns-letter input {
    padding: 12px;
    border: 0;
}

.ns-letter button {
    border: 0;
    padding: 12px;
    background-color: var(--main-yellow);
    font-weight: 600;
}

.payment-icons small {
    color: var(--text-white);
    font-size: 15px;
    margin: 15px 0 5px;
    display: block;
}

.trp-set-img {
    min-height: 230px;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    border-radius: 10px 10px 0 0;
}

.trp-set-img:after {
    position: absolute;
    content: '';
    width: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(0deg, #000000cf, #ffffff21);
    z-index: 9;
    bottom: 0;
    right: 0;
}

.ds-area {
    color: #fff;
    padding: 5px;
    top: 7px;
    background-color: var(--main-red);
    text-align: right;
    display: inline-block;
    position: absolute;
    right: 10px;
    z-index: 99;
}

.trp-content-area {
    position: absolute;
    bottom: 5px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    z-index: 999;
    width: 100%;
}

.trp-content-area span {
    background-color: var(--main-yellow);
    padding: 6px 10px;
    display: inline-block;
    font-weight: 600;
    color: #000;
}

.trp-content-area h5 {
    color: #fff;
    font-size: 24px;
    margin: 6px 0 4px;
}

.trp-content-area ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    color: #fff;
    justify-content: center;
}

.commom-slider .trip-set-area {
    padding: 10px;
}

.trp-content-area ul li {
    padding: 0 10px;
    border-right: 1px solid #fff;
    font-size: 12px;
}

.trp-content-area ul li:last-child {
    border: 0;
    padding-right: 0;
}

.trp-content-area ul li:first-child {
    padding-left: 0;
}

.ebs-inner {
    text-align: center;
    border-radius: 10px;
    padding: 20px;
    background-color: var(--light-blue);
    margin: 5px 0;
}

.ebs-inner h5 {
    margin: 20px 0 0;
    font-size: 16px;
    font-weight: 700;
}

.ebs-inner span {
    width: 50px;
    height: 50px;
    background-color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
}

.ebs-area {
    margin: 30px 0;
}

section.trip-suggestion {
    padding: 60px 0;
}

.com-sld-icon button.slick-prev:before,
.com-sld-icon button.slick-next:before {
    color: var(--main-blue);
}

.btm-logos img {
    max-width: 100%;
}

section.hand-picked-outer {
    background-image: url('../images/hcy-bg.png');
    background-size: cover;
    padding: 40px 0;
}

section.hand-picked-outer h2 {
    color: var(--main-yellow);
    font-size: 36px;
    font-weight: 700;
}

section.hand-picked-outer p {
    color: var(--text-white);
    font-size: 14px;
}
.select-text-dropdown-menu span  i {
    color: var(--main-blue);
    font-size: 10px;
    vertical-align: middle;
    margin-right: 3px;
    transform: rotate(-20deg);
    opacity: 0.5;
}

.select-text-dropdown-menu a:hover span i {
    color: #fff;
    opacity: 0.6;
}

.lr-1 {
    min-height: 500px;
}

.lr-common {
    position: relative;
    background-size: cover;
    border-radius: 10px;
    background-position: center;
	margin-bottom:30px;
}

.lr-common:after {
    position: absolute;
    content: '';
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, #00000087, transparent);
}

.lr-content {
    position: absolute;
    bottom: 15px;
    z-index: 9;
    width: 100%;
    text-align: center;
}

.lr-content span {
    color: var(--main-yellow);
    font-weight: 600;
    display: block;
    margin-bottom: 5px;
}

.lr-content h4 {
    color: var(--text-white);
    font-weight: 700;
    font-size: 24px;
}


.lr-2 {
    min-height: 235px;
}

/*.lr-2-lower {
    margin-top: 30px;
}*/

.w-shdow:after {
    display: none;
}

.hp-content-box {
    box-shadow: 1px 1px 7px #cccccc7a;
    padding: 10px 15px 15px;
    border-radius: 0 0 10px 10px;
    background-color: #fff;
}

ul.hp-itr-details {
    margin: -30px auto 15px;
    list-style: none;
    display: flex;
    justify-content: center;
    background-color: var(--main-yellow);
    padding: 10px;
    border-radius: 5px;
    position: relative;
    max-width: 260px;
}

ul.hp-itr-details li {
    font-size: 12px;
    font-weight: 600;
    padding-right: 10px;
    border-right: 1px solid #a2a2a2;
    margin-right: 10px;
}

ul.hp-itr-details li img {
    display: inline-block;
    vertical-align: bottom;
}

ul.hp-itr-details li:last-child {
    margin: 0;
    padding: 0;
    border: 0;
}

.hp-star i {
    color: var(--main-yellow);
}

.hp-des h4 {
    font-size: 20px;
    font-weight: 700;
    color: var(--main-blue);
}

.hp-star {
    margin-bottom: 10px;
}

.hp-price-link-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid #eeeaea;
    padding-top: 10px;
}

.hp-price-area-left span {
    color: var(--main-red);
    font-weight: 700;
    font-size: 24px;
    margin: 0 4px;
}

.hp-price-area-left {
    display: flex;
    align-items: center;
}

.hp-price-link-bar a {
    color: var(--text-black);
    font-weight: 700;
    text-decoration: none !important;
    transition: all 0.3s;
}

.hp-price-link-bar a:hover {
    color: var(--main-red);
}

.hp-price-link-bar a i {
    margin-left: 3px;
    vertical-align: middle;
}

.hpo-heading {
    text-align: center;
    margin-bottom: 40px;
}

.hpo-heading h3 {
    color: var(--main-blue);
    font-size: 36px;
    font-weight: 700;
}

.hpo-heading span {
    background-color: var(--light-yellow);
    padding: 5px 17px;
    display: inline-block;
    margin-bottom: 10px;
}

section.home-packages-outer {
    padding: 60px 0;
}

.umrah-c-detail {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.umrah-c-detail h5 {
    color: var(--main-blue);
    font-weight: 700;
    font-size: 16px;
    margin-right: 10px;
}

.umrah-c-detail p {
    width: 100%;
}

.umrah-c-detail p span {
    font-weight: 700;
    margin-right: 20px;
}

.hp-content-box h3 {
    font-size: 20px;
    font-weight: 700;
    margin: 5px 0 10px;
}

section.home-packages-outer.hajj-bg {
    background-image: url(../images/hajj-bg.png);
    background-size: cover;
}

.fam-pack-slider-inner {
    padding: 15px;
    min-height: 500px;
    background-size: cover;
    position: relative;
    margin: 15px;
    border-radius: 10px;
}

.fam-pack-content {
    position: absolute;
    bottom: 80px;
    left: 20px;
    background-color: #ffffffe3;
    max-width: 360px;
    right: 20px;
    padding: 23px;
    border-radius: 15px;
}

.fam-pack-content h3 {
    color: var(--main-blue);
    font-weight: 700;
    font-size: 20px;
}

.fam-pack-content h2 {
    color: var(--main-red);
    font-weight: 700;
    font-size: 24px;
}

.fam-pack-content a {
    background-color: var(--main-yellow);
    color: #000;
    display: inline-block;
    font-weight: 600;
    padding: 10px 15px;
    border-radius: 5px;
}

section.h-family-pack {
    padding: 60px 0;
}

.lfd-table table {
    background-color: var(--light-blue);
    text-align: center;
}

.lfd-table thead {
    background-color: var(--main-blue);
    color: #fff;
}

.lfd-table td {
    font-weight: 700;
    color: var(--main-blue);
    padding: 14px 10px;
}

.lfd-table td a {
    color: var(--main-blue);
    text-decoration: none;
}

.lfd-table td span {
    display: block;
}

.lfd-table tbody tr:hover {
    background-color: var(--light-yellow);
}

.lfd-table tr {
    transition: all 0.3s;
    border-bottom: 1px solid #e3e2e2;
}

.lfd-table .table-responsive {
    border-radius: 6px;
}

.lfd-table td img {
    max-width: 70px;
    margin-bottom: 10px;
}

section.latest-fl-deals h2 {
    font-size: 33px;
    font-weight: bold;
    color: var(--main-blue);
    margin-bottom: 30px;
}

section.latest-fl-deals {
    padding: 70px 0;
}

.lho-outer {
    height: calc(100% - 85px);
    position: relative;
    border-radius: 10px;
    background-size: cover;
}

.lho-pack-content {
    background-color: #0000008c;
    max-width: 340px;
    padding: 20px;
    border-radius: 20px;
    position: absolute;
    top: 55%;
    left: 30px;
    transform: translateY(-50%);
}

.lho-pack-content h3 {
    color: var(--main-yellow);
    font-weight: 600;
    font-size: 20px;
}

.lho-pack-content p {
    color: #fff;
}

.lho-pack-content h4 {
    color: var(--main-yellow);
    font-weight: bold;
    margin-bottom: 10px;
}

.lho-pack-content h4 del {
    color: #fff;
}

.lho-pack-content a {
    display: inline-block;
    background-color: var(--main-yellow);
    padding: 10px 17px;
    font-weight: bold;
    color: #000;
    border-radius: 5px;
    text-decoration: none;
}

.main-search-outer {
    background-color: var(--main-blue);
    border-radius: 10px;
}

.multicity-wrapper {
    padding: 0 15px;
}

.main-search-outer .nav-tabs {
    border-bottom: 1px solid #ccfdef30;
}

.main-search-outer .nav-tabs .nav-link:hover {
    border-top: 0;
    border-bottom: 0;
    border-left: 0;
}

span.tg {
    display: block;
}

span.tg.ap i {
    transform: rotate(180deg);
}

span.tg i {
    transition: all 0.5s;
}

.add-multy-button {
    display: flex;
    align-items: center;
    justify-content: center;
}

.add-multy-button button {
    background-color: var(--main-red);
    color: #fff;
    width: 125px;
    height: 40px;
    border-radius: 7px;
    border: 0 !important;
    display: flex;
    align-items: center;
    justify-content: center; 
}

.main-search-outer .nav-tabs .nav-link {
    color: #fff;
    border-right: 1px solid #ccfdef30;
    padding: 10px 30px;
    border-radius: 0;
    border-top: 0;
    border-bottom: 0;
    border-left: 0;
    font-size: 16px;
    display: flex;
    align-items: center;
}

.main-search-toggle {
    background-color: #000;
    color: #fff;
    text-align: center;
    padding: 8px;
    display: none;
}

.multy-city {
    margin: 10px 0px;
}

.add-multy-button.remove-multy button {
    background-color: #686868;
}

.main-search-outer .nav-tabs .nav-link img {
    margin-right: 10px;
}

.main-search-outer .nav-tabs .nav-link.active {
    background-color: transparent;
    border-bottom: 0;
    color: var(--main-yellow);
}

.main-search-outer .nav-tabs .nav-link.active img {
    filter: invert(19%) sepia(18%) saturate(3980%) hue-rotate(99deg) brightness(123%) contrast(101%);
}

.main-search-outer .nav-item:last-child a {
    border: 0;
}

.main-field-box .form-group {
    border: 1px solid #0aae7f;
    border-radius: 5px;
    position: relative;
}

.main-field-box input {
    background-color: transparent !important;
    border: 0;
    color: #fff !important;
    padding: 25px 12px;
    display: inline-block;
    font-size: 14px;
}

.main-field-box input::placeholder {
    color: #D2D2D2;
    font-size: 14px;
}

.main-field-box select {
    width: 100%;
    padding: 14px;
    background-color: transparent;
    border: 0 !important;
    outline: 0 !important;
}

.main-field-box label {
    position: absolute;
    color: #fff;
    top: -12px;
    left: 15px;
    padding: 0 5px;
    background-color: var(--main-blue);
}

.main-field-radio label {
    position: static;
    font-weight: 400;
}

.main-field-box .main-field-radio label {
    display: flex;
    font-size: 16px;
    margin-bottom: 15px;
    align-items: center;
}

.main-field-box .main-field-radio {
    padding: 0 0 0 20px;
}

.main-field-radio span {
    width: 20px;
    height: 20px;
    display: inline-block;
    border: 2px solid #fff;
    border-radius: 100px;
    margin-right: 12px;
}

.main-field-radio input {
    position: absolute;
    opacity: 0;
}

.main-field-radio input[type="radio"]:checked+span {
    box-shadow: 0px 0px 0px 2px #fff;
    background-color: #fff;
    border: 4px solid var(--main-blue);
}

.main-field-box input[type="submit"] {
    background-color: var(--main-yellow) !important;
    padding: 10px;
    display: inline-block;
    color: #000 !important;
    min-width: 100%;
    border-radius: 5px;
    font-weight: 700;
}

.main-field-box {
    padding: 20px 0 10px;
}

section.main-search-ara {
    margin-top: -360px;
    position: relative;
}

.right-main-nav.for-mobile {
    display: none;
}

.slick-dots li button:before {
    font-size: 8px;
}

.inner-banner {
    min-height: 210px;
    background-size: cover;
    background-position: center;
    position: relative;
    display: flex;
    align-items: center;
    margin-top: -30px;
}

.inner-banner:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, #0000007a, transparent);
}

.inner-banner .container {
    position: relative;
    z-index: 99;
}

.inner-banner h2 {
    color: #fff;
    font-size: 36px;
    font-weight: 600;
}

section.inner-banner p {
    color: #fff;
    font-size: 16px;
    margin: 0;
}

.show-sp-inner {
    background-color: var(--light-blue);
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 22px;
}

.show-sp-inner h4 {
    font-size: 24px;
    font-weight: 700;
    margin: 0;
}

.show-sp-inner ul {
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0;
    list-style: none;
}

.show-sp-inner ul li {
    font-size: 16px;
    font-weight: 500;
    margin-right: 10px;
    padding-right: 10px;
    border-right: 1px solid #ccc;
    line-height: normal;
}

.show-sp-inner ul li span {
    display: inline-block;
    margin-left: 6px;
    color: var(--main-blue);
}

.show-sp-inner ul li:last-child {
    margin: 0;
    padding: 0;
    border: 0;
}

.show-sp-inner button {
    border: 0;
    background-color: var(--main-blue);
    padding: 6px 10px;
    border-radius: 5px;
    color: #fff;
    outline: 0 !important;
}

section.show-search-panel {
    margin: 30px 0;
}

/* Sidebar-css */
.accordion .card-header:after {
    font-family: 'FontAwesome';
    content: "\f107";
    float: right;
}

.accordion .card-header.collapsed:after {
    /* symbol for "collapsed" panels */
    content: "\f054";
}

.side-filter-btn-top {
    display: flex;
    background-color: var(--light-blue);
    justify-content: space-between;
    align-items: center;
    padding: 5px;
    border-radius: 3px;
    margin-bottom: 20px;
}

.side-filter-btn-top h4 {
    margin: 0;
    font-size: 13px;
    font-weight: 500;
}

.side-filter-btn-top button {
    border: 0;
    background-color: var(--main-blue);
    color: #fff;
    padding: 5px 15px;
    border-radius: 5px;
    font-size: 13px;
}

div#side-accordion .card-header {
    background-color: var(--main-blue);
    color: #fff;
    margin-bottom: 15px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border: 0;
    padding: 8px;
}

div#side-accordion .card-header a {
    color: #fff;
    text-decoration: none !important;
}

div#side-accordion .card-header a i {
    font-size: 14px;
    margin-right: 6px;
}
i.ls-ict-0 {
    font-size: 21px;
    color: var(--main-blue);
}
div#side-accordion .card {
    border: 0;
}


div#side-accordion .card-body {
    background-color: #F4F7FF;
    margin-top: -15px;
    padding: 12px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    margin-bottom: 20px;
}

.price-r-slider .slider-handle {
    background: var(--main-blue);
}

.price-r-slider {
    padding: 20px 0 0;
}

.price-r-slider .tooltip-inner {
    position: relative;
    z-index: 9999 !important;
}

.price-r-slider .slider-track {
    border: 1px solid #ccc;
}

.price-r-slider .tooltip .arrow {
    z-index: 999;
}

.price-r-slider .slider-selection {
    background: var(--main-yellow);
}

.side-bar-r-button ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
}

.side-bar-r-button ul li:last-child {
    margin: 0;
}

.side-bar-r-button ul li {
    margin-right: 5px;
}

.side-bar-r-button ul li label {
    position: relative;
    margin: 10px 0;
}

.side-bar-r-button ul li label input {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
}

.side-bar-r-button ul li label span {
    color: #000;
    border: 1px solid var(--main-blue);
    display: inline-block;
    padding: 2px 6px;
    font-weight: 600;
    border-radius: 5px;
    font-size: 12px;
}

.side-bar-r-button ul li label input:checked+span {
    background-color: var(--main-yellow);
    border-color: var(--main-yellow);
}

.sidebar-inner-heading {
    border-bottom: 1px solid var(--main-blue);
    margin-bottom: 20px;
}

.sidebar-inner-heading h5 {
    display: inline-block;
    background-color: var(--main-blue);
    color: #fff;
    font-size: 14px;
    padding: 6px 10px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    margin: 0;
}

.sidebar-inner-heading.inc-filter {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}

.sidebar-inner-heading.inc-filter ul {
    margin: 0;
    padding: 7px 0;
    list-style: none;
    display: flex;
}

.sidebar-inner-heading.inc-filter ul li {
    border-right: 1px solid #000;
    margin-right: 10px;
    padding-right: 10px;
    line-height: 15px;
}

.sidebar-inner-heading.inc-filter ul li a {
    color: #000;
    font-weight: 600;
}

.sidebar-inner-heading.inc-filter ul li:last-child {
    border: 0;
    padding: 0;
    margin: 0;
}

.common-check-box ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}

.common-check-box ul li {
    width: 33%;
}

.common-check-box label {
    position: relative;
    font-weight: 600;
}

.common-check-box input {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 9;
}

.common-check-box span i {
    opacity: 0;
    font-size: 10px !important;
}

.common-check-box label span {
    border: 1px solid #000;
    display: inline-flex;
    width: 15px;
    height: 15px;
    vertical-align: text-top;
    margin-right: 3px;
    align-items: center;
    justify-content: center;
}

.common-check-box label input:checked+span {
    background-color: var(--main-blue);
}

.common-check-box label input:checked+span i {
    opacity: 1;
    color: #fff;
    font-size: 12px;
}

.dp-f-a h5 {
    font-size: 14px;
    font-weight: 600;
    margin: 15px 0 5px;
}

.dp-f-a ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    border-top: 6px solid var(--main-blue);
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.dp-f-a ul li {
    width: calc(100% - 1px);
    border-right: 1px solid #ccc;
    text-align: center;
}

.dp-f-a ul li label {
    width: 100%;
    height: 100%;
    position: relative;
}

.dp-f-a ul li label input {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 9;
    opacity: 0;
}

.dp-f-a ul li label span img {
    width: 20px;
    margin-bottom: 5px;
}

.dp-f-a ul li label span {
    font-weight: 600;
    width: 100%;
    display: block;
    height: 100%;
    padding: 12px 5px 3px;
    background-color: #fff;
    font-size: 12px;
}

.dp-f-a ul li label input:checked+span {
    background-color: var(--main-yellow);
}

.dp-f-a ul li:last-child {
    border: 0;
}

.side-bar-sho-hide-btn a {
    background-color: var(--main-blue);
    display: block;
    text-align: center;
    color: #fff;
    padding: 8px;
    border-radius: 10px;
    font-weight: 600;
    text-decoration: none;
}

.side-bar-sho-hide-btn {
    margin: 0px 0 15px;
    display: none;
}

/* Sidebar css end */
/*Date slider*/
.fl-date-single {
    background-color: var(--light-blue);
    padding: 15px 5px;
    text-align: center;
    border-radius: 5px;
}

.fl-date-single:hover {
    background-color: var(--main-yellow);
}

.fl-date-single a {
    text-decoration: none;
    color: #000;
    display: block;
}

.fl-date-sld .slick-slide {
    margin: 0 5px;
}

.fl-date-sld .slick-list {
    margin: 0 -5px;
}

.fl-date-single a span {
    font-size: 12px;
    display: block;
}

b.avail {
    color: var(--main-blue);
}

.flight-date-slider-outer {
    padding: 0 30px;
}

/*Date slider end*/
/* cfb-section */
.cfb-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: var(--light-blue);
    border-radius: 5px;
    padding: 10px;
    cursor: pointer;
    margin: 5px 0;
}

.cfb-inner span {
    font-weight: 700;
    color: var(--main-blue);
    font-size: 13px;
}

.cfb-image-name b {
    font-size: 13px;
    margin-left: 5px;
}

.cfb-image-name img {
    max-width: 36px;
}

.cfb-inner.active {
    background-color: var(--main-blue);
}

.cfb-inner.active span,
.cfb-inner.active b {
    color: #fff;
}

.cfb-outer {
    margin: 10px 0;
}

/*cfb section end*/
/* Flight-list-main reslt */
.fl-list-inner {
    background-color: #F4F7FF;
    padding: 10px 10px 0;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    margin-bottom: 25px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}

.fl-list-heading span {
    background-color: var(--main-yellow);
    padding: 5px 15px;
    display: inline-block;
    font-size: 13px;
    font-weight: 600;
    margin-right: 15px;
}

.fl-list-heading h4 {
    margin: 0;
    font-size: 16px;
    font-weight: 700;
}

.fl-list-heading {
    display: flex;
    align-items: center;
    margin: 0 0 10px;
}

.logo-fl-time-outer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.logo-code {
    width: 110px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
}

.loop-flight-main {
    width: 100%;
}

.loop-flight-main {
    display: flex;
    align-items: center;
    text-align: center;
    width: calc(100% - 110px);
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 10px;
}

.logo-code img {
    height: 100%;
    width: 100%;
    max-width: 76px;
}

span.fl-code {
    display: block;
    text-align: center;
}

span.fl-code br {
    display: none;
}

.loop-fl-city h4 {
    font-size: 16px;
    font-weight: 600;
    margin: 0;
}

.loop-fl-city span {
    display: block;
    font-size: 12px;
    font-weight: 600;
}

.loop-flight-outer {
    display: flex;
    align-items: center;
    width: calc(100% - 140px);
    flex-wrap: wrap;
    border-left: 1px solid #DCE2F3;
    border-right: 1px solid #DCE2F3;
}

.loop-fl-city {
    width: 70px;
}

.loop-flight-loc h5 {
    font-size: 18px;
    font-weight: bold;
    color: var(--main-blue);
    margin: 0;
}

.loop-flight-loc span {
    display: block;
    font-size: 13px;
    font-weight: 500;
}

.loop-flight-center {
    width: calc(100% - 180px);
}

.loop-flight-loc {
    width: 90px;
}

.loop-flight-center h4 {
    font-size: 14px;
    font-weight: 700;
    color: var(--main-blue);
    margin: 0;
}

.flight-line span {
    display: block;
    border: 1px dashed #96AFF3;
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
}

.flight-line {
    position: relative;
    margin: 2px 0;
}

.flight-line i {
    width: 20px;
    height: 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: var(--main-yellow);
    border-radius: 100%;
    position: relative;
    z-index: 9;
    font-size: 14px;
    padding: 10px;
}

.flight-line:before {
    position: absolute;
    content: '';
    width: 10px;
    height: 10px;
    background-color: var(--main-blue);
    left: 0;
    border-radius: 100%;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9;
}

.flight-line:after {
    position: absolute;
    content: '';
    width: 10px;
    height: 10px;
    background-color: var(--main-blue);
    right: 0;
    border-radius: 100%;
    top: 50%;
    transform: translateY(-50%);
}

.loop-flight-center small {
    font-size: 11px;
}

.dr-right-box h2 {
    font-size: 22px;
    font-weight: bold;
    color: var(--main-blue);
}

.dr-right-box {
    text-align: center;
}

.dr-right-box h2 small {
    display: block;
    font-size: 12px;
    margin: 4px 0 0;
}

.dr-right-box p {
    font-weight: 600;
    margin: 0 0 2px;
}

.dr-right-box small {
    margin-bottom: 10px;
    display: block;
}

.dr-right-box .book-btn {
    display: inline-block;
    background-color: var(--main-yellow);
    padding: 10px 15px;
    color: #000;
    font-weight: 600;
    border-radius: 5px;
    margin: 0 0 10px;
    text-decoration: none;
}

a.share-btn {
    color: #000;
    text-decoration: none;
}

ul.fav-tab {
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: space-evenly;
}

.dr-right-box {
    border-left: 1px solid #DCE2F3;
    padding-left: 5px;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.now-fl-list-outer>h3 {
    font-size: 20px;
    margin: 0 0 20px;
    font-weight: 600;
}

.iternary-bar ul {
    display: flex;
    align-items: center;
    list-style: none;
    justify-content: space-between;
    background-color: var(--light-blue);
    padding: 10px;
    margin: 11px -10px 0;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.iternary-bar ul li {
    font-size: 13px;
    color: var(--main-blue);
    font-weight: 500;
    cursor: pointer;
}

.fare-break-table td,
.fare-break-table th {
    padding: 5px 4px;
}

.itry-pop-outer .logo-code {
    width: 150px;
    flex-direction: column;
    align-items: center;
}

.itry-pop-outer .loop-flight-main {
    width: calc(100% - 150px);
}

.itry-pop-outer .loop-flight-outer {
    width: 100%;
    border: 0;
}

.itry-pop-outer .fl-list-heading {
    background-color: #C9D6FA;
    padding: 6px;
    margin: 0 0px 12px;
    flex-wrap: wrap;
    justify-content: space-between;
}

.itry-pop-outer span.fl-code {
    text-align: center;
}

p.connection-time {
    color: var(--main-blue);
    font-weight: 700;
    font-size: 18px;
    margin: 18px 0;
    text-align: center;
}

h4.modal-title {
    font-weight: 700;
    font-size: 19px;
    color: var(--main-blue);
}

.itry-pop-outer {
    margin-bottom: 10px;
}

.itry-pop-outer .fl-list-heading .bx-1 {
    display: flex;
    align-items: center;
}

.itry-pop-outer .fl-list-heading .bx-2 h5 {
    font-size: 14px;
    margin: 0;
    font-weight: 600;
}

div#modi-search .modal-content {
    background-color: #E2E8F8;
}

.mody-fl-search-pop .main-field-box .main-field-radio label {
    display: inline-flex;
    font-size: 15px;
}

.mody-fl-search-pop {
    padding: 20px;
}

.mody-fl-search-pop label {
    color: var(--main-blue);
    background-color: #e2e8f8;
}

.mody-fl-search-pop .main-field-radio span {
    border: 2px solid var(--main-blue);
}

.mody-fl-search-pop .main-field-box {
    padding: 0;
}

.mody-fl-search-pop .main-field-box input {
    color: #000 !important;
}

.mody-fl-search-pop .main-field-box input::placeholder {
    color: #000 !important;
}

.mody-fl-search-pop .main-field-radio .common-check-box span {
    border-radius: 0;
}

.mody-fl-search-pop .main-field-radio .common-check-box span i {
    vertical-align: top;
}

.mody-fl-search-pop .main-field-radio {
    padding: 0;
}

/* Steper*/
section.top-flight-bread ul {
    display: flex;
    justify-content: space-between;
    margin: 0;
    padding: 0;
    list-style: none;
    position: relative;
    background-color: #F4F7FF;
    border-radius: 30px;
    padding: 0 30px;
}

section.top-flight-bread {
    margin: 30px 0;
}

section.top-flight-bread ul li {
    padding: 10px 0px;
    position: relative;
    z-index: 9;
    background-color: #f4f7ff;
}

section.top-flight-bread ul li.fl-active {
    background-color: var(--main-blue);
    color: var(--main-yellow);
    padding: 10px 40px;
    border-radius: 100px;
    font-weight: 600;
}

section.top-flight-bread ul li span {
    background-color: #000;
    display: inline-flex;
    width: 22px;
    height: 22px;
    border-radius: 100%;
    color: #fff;
    align-items: center;
    justify-content: center;
}

section.top-flight-bread ul:after {
    content: '';
    position: absolute;
    border: 1px dashed #ccc;
    width: calc(100% - 60px);
    left: 30px;
    right: 30px;
    top: 50%;
}

section.top-flight-bread ul li.fl-completed:after {
    position: absolute;
    content: '\f072';
    font-family: 'Font Awesome 6 Free';
    font-weight: 600;
    right: -5vw;
}

section.top-flight-bread ul li.fl-active span {
    background-color: var(--main-yellow);
    color: #000;
    font-weight: 700;
}

section.top-flight-bread ul li:last-child:after {
    display: none !important;
}

.leage-fl-left-dt .fl-way-main {
    background-color: #F4F7FF;
    padding: 0px 0 30px;
    border-radius: 6px;
}

.leage-fl-left-dt .fl-list-heading {
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

.l-time-box {
    text-align: center;
    margin: 16px 0px;
}

.l-time-box span {
    display: inline-block;
    background-color: var(--main-yellow);
    padding: 8px 15px;
    border-radius: 6px;
    font-size: 13px;
    font-weight: 600;
}

.l-time-box span i {
    font-size: 17px;
    vertical-align: middle;
    margin-right: 7px;
}

.leage-fl-left-dt .loop-flight-loc h5 {
    font-size: 20px;
    margin-bottom: 5px;
}

.leage-fl-left-dt .flight-line:before,
.leage-fl-left-dt .flight-line::after {
    display: none;
}

.leage-fl-left-dt .loop-flight-center h4 {
    font-weight: 400;
    color: #000;
    font-size: 11px;
    margin-bottom: 7px;
}

.leage-fl-left-dt .loop-flight-center h4 span {
    display: inline-block;
    margin: 0 10px;
}

.pr-card-box {
    background-color: #f4f7ff;
    border-radius: 6px;
}

.pr-card-header span {
    margin-right: 10px;
}

.pr-card-header {
    background-color: #C9D6FA;
    padding: 9px 20px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    display: flex;
    align-items: center;
}

.leage-fl-left-dt .fl-list-heading h4 {
    font-size: 20px;
    color: var(--main-blue);
}

.pr-card-box h4 {
    color: var(--main-blue);
    font-weight: 700;
    font-size: 18px;
    margin: 0;
}

.p-in-space-area {
    padding: 20px;
}

.price-summary-area p {
    color: var(--main-blue);
    font-weight: 700;
    margin: 0 0 8px;
}

.price-summary-area th {
    color: var(--main-blue);
    padding-left: 0;
    padding-right: 10px;
vertical-align: top;
}

.price-summary-area td {
    padding: 2px 0;
}

.fl-dt-inputs-outer .main-field-box label {
    color: #727377;
    background-color: #f4f7ff;
}

.fl-dt-inputs-outer .main-field-box .form-group {
    border-color: #D7E0EE;
}

.fl-dt-inputs-outer .main-field-box input {
    color: #3e3b3b !important;
}

span.for-ad {
    display: block;
    margin: 0 0 20px;
    color: #686565;
}

.single-line-check label {
    position: static;
    color: #000 !important;
}

.single-line-check input {
    display: inline-block;
    width: auto;
    align-self: self-start;
    height: auto;
}

.single-line-check {
    display: flex;
}

.f-fair-t .single-line-check label {
    margin-left: 8px;
}

.fl-dt-inputs-outer .main-field-box input[type="submit"] {
    min-width: 120px;
}

.save-t-i {
    background-color: var(--main-blue);
    padding: 20px 15px;
    border-radius: 6px;
    margin-bottom: 20px;
}

.save-t-i h5 {
    color: var(--main-yellow);
    font-weight: 700;
    font-size: 16px;
    margin: 0px 0 12px;
}

.save-t-i p {
    color: #fff;
}

.save-t-i a {
    background-color: var(--main-yellow);
    color: #000;
    font-weight: 600;
    display: inline-block;
    padding: 6px 10px;
    border-radius: 6px;
    text-decoration: none;
}

.f-fair-t {
    background-color: var(--main-blue);
    padding: 20px 15px;
    border-radius: 6px;
    margin-bottom: 20px;
}

.f-fair-t h5 {
    color: var(--main-yellow);
    font-weight: 700;
    font-size: 16px;
    margin: 0px 0 12px;
}

.f-fair-t td,
.f-fair-t th {
    color: #fff;
    padding: 8px 0;
}

.rate-bar-right {
    position: sticky;
    top: 20px;
}

.f-fair-t tfoot {
    background-color: #0d4636;
}

.f-fair-t tfoot .gt-tag {
    color: var(--main-yellow);
    font-size: 20px;
    font-weight: 700;
}

.f-fair-t tfoot td {
    padding: 10px 5px;
}

.f-fair-t thead th {
    border: 0;
}

.f-fair-t .single-line-check label,
.f-fair-t .single-line-check a {
    color: #fff !important;
    font-size: 12px;
}

.f-fair-t a.p-to-p {
    background-color: var(--main-yellow);
    display: block;
    text-align: center;
    padding: 10px;
    color: #000;
    font-weight: 700;
    text-decoration: none;
    border-radius: 5px;
    margin: 10px 0 4px;
}

/* Datepicker css */
.form-group {
    position: relative;
}

.multiple-select-boxes, .select-text-dropdown-menu {
    min-height: 200px;
    overflow-y: auto;
    display: block;
    position: absolute;
    width: 100%;
    background: #fff;
    z-index: 999;
    border-radius: 6px;
    padding: 6px;
    box-shadow: 1px 1px 5px 1px #ccc;
    max-height: 500px;
    min-width: 370px;
}

.child-age-box {
    border: 1px solid #ccc;
    display: block !important;
    padding: 0 8px !important;
    max-width: 240px;
    margin-left: auto;
    background-color: #eaecfb;
}

.child-age-single {
    width: 100%;
}

.select-text-dropdown-menu a {
    padding: 5px 0px 5px 5px;
    font-size: 13px;
}
.select-text-dropdown-menu a:hover {
    background-color: var(--main-blue);
    color: #fff;
}
.multiple-select-boxes .apply {
    background-color: var(--main-yellow) !important;
    padding: 10px;
    display: inline-block;
    color: #000 !important;
    border-radius: 5px;
    font-weight: 700;
    border: 0;
    min-width: 100px;
    margin: 5px auto;
}

.multiple-select-boxes div {
    display: flex;
    align-items: center;
    padding: 4px 0;
}

.multiple-select-boxes label {
    color: var(--main-blue);
    position: static;
    background: transparent;
    width: 50%;
    font-weight: 700;
}

.multiple-select-boxes select {
    padding: 0 10px;
    width: 60%;
    border: 1px solid #cbcbcb !important;
    margin: 5px 0;
    font-size: 13px;
}

.form-group .mbsc-ios.mbsc-datepicker-inline {
    position: absolute;
    display: none;
    height: max-content;
    top: 100%;
}

.price-r-slider .slider.slider-horizontal {
    width: 190px;
}

.l-fl .slider.slider-horizontal {
    width: 100%;
}

.a-b p span {
    background-color: #fff;
    width: 20px;
    height: 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
}

.a-b p {
    margin: 0 0 8px;
    font-weight: 500;
}

.a-b u {
    height: 30px;
    display: inline-block;
    border-left: 1px dashed #000;
    margin-left: 9px;
}

.date-dist p i {
    color: var(--main-blue);
}

.a-b {
    margin-bottom: 20px;
}

.date-dist p {
    margin: 0 0 6px;
    font-weight: 500;
}

.date-dist ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
}

.date-dist ul li {
    font-size: 12px;
    margin-right: 10px;
    font-weight: 500;
}

.date-dist ul li:last-child {
    margin: 0;
}

.side-bar-n-s-i input,
.side-bar-n-s-i select {
    border: 0;
    background-color: transparent;
    border: 1px solid #C9D6FA;
    padding: 5px;
    width: 100%;
    border-radius: 6px;
    color: #000;
}

.side-bar-n-s-i input:focus,
.side-bar-n-s-i select:focus {
    outline: 0;
}

/* transfer-list */
.transfer-list-single {
    background-color: #F4F7FF;
    padding: 20px;
    border-radius: 6px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}

.tls-f-flex {
    display: flex;
    flex-wrap: wrap;
}

.tls-left {
    width: 80%;
}

.tls-right {
    width: 20%;
    text-align: center;
}

.tls-right h4 {
    font-size: 24px;
    font-weight: bold;
}

.tls-right a.tls-b-now {
    background-color: var(--main-yellow);
    color: #000;
    font-weight: 600;
    display: inline-block;
    text-decoration: none;
    padding: 10px 15px;
    border-radius: 6px;
}

.tls-left-default {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.tls-left-1 {
    width: 45%;
}

.tls-left-2 {
    width: 52%;
}

.tls-image img {
    max-width: 100%;
}

.tls-image {
    margin-bottom: 20px;
}

.tls-provide-by {
    display: flex;
    align-items: center;
}

.tls-provided-icon {
    margin-right: 15px;
    width: 35px;
}

.tls-provided-icon img {
    max-width: 100%;
}

.tls-provide-content span {
    display: block;
    color: var(--main-blue);
    font-weight: 600;
    font-size: 13px;
}

.tls-provide-content strong {
    font-size: 12px;
}

.tls-car-features h4 {
    font-weight: bold;
    font-size: 16px;
    color: var(--main-blue);
}

.tls-car-features h4 span {
    color: #000;
    font-size: 14px;
    font-weight: 600;
    margin-left: 5px;
}

.tls-car-features h4 small {
    background-color: orange;
    font-size: 10px;
    font-weight: 600;
    padding: 2px;
    margin-left: 10px;
}

.tls-type span {
    font-weight: 600;
    margin-right: 10px;
    font-size: 13px;
}

.tls-car-features ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
}

.tls-car-features ul li {
    margin-right: 20px;
    font-size: 13px;
}

.tls-car-features ul li:last-child {
    margin: 0;
}

.tls-type {
    margin: 6px 0;
}

.tls-car-features ul li i {
    margin-right: 2px;
}

.tls-imp-info {
    margin-top: 10px;
    padding-top: 5px;
    border-top: 1px solid #D1DAF2;
}

.tls-imp-info p {
    font-size: 13px;
    color: var(--main-blue);
    font-weight: 500;
    margin: 0 0 8px;
}

.tls-imp-info h6 {
    font-weight: bold;
    font-size: 14px;
}

.tls-imp-info ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.tls-imp-info ul li {
    font-size: 12px;
    margin-bottom: 8px;
    font-weight: 500;
}

.tls-hl-single {
    width: 50%;
    display: flex;
    align-items: center;
}

span.tls-hl-icon {
    margin-right: 10px;
}

span.tls-hl-icon i {
    font-size: 20px;
    color: var(--main-blue);
}

.tls-hl-single p {
    margin: 0;
    font-size: 13px;
    font-weight: 600;
}

.tls-hl-single p span {
    display: block;
    color: var(--main-blue);
    font-weight: 500;
}

.show-tls-hlt hr {
    display: block;
    width: 100%;
    margin: 13px 0;
}

.show-tls-hlt h4 {
    font-size: 18px;
    font-weight: bold;
    color: var(--main-blue);
    margin-bottom: 13px;
}

.show-tls-hlt {
    margin: 10px 0 0;
}

.slh {
    text-align: center;
    margin-top: 20px;
    margin-left: 20%;
}

.slh a {
    color: var(--main-blue);
    font-weight: 600;
}

.bn-now-bottom input[type="submit"] {
    background-color: var(--main-yellow) !important;
    padding: 10px;
    display: inline-block;
    color: #000 !important;
    border-radius: 5px;
    font-weight: 700;
    border: 0;
    min-width: 110px;
}

.bn-now-bottom {
    margin-top: 20px;
    margin-bottom: 20px;
}

.bn-now-bottom .single-line-check input {
    margin-right: 8px;
    margin-top: 5px;
}

.trans-d-detail {
    background-color: #f4f7ff;
    padding: 20px;
    border-radius: 6px;
    margin-bottom: 20px;
}

.r-star i {
    color: orange;
}

.trans-d-detail h2 {
    font-size: 24px;
    font-weight: bold;
    color: var(--main-blue);
    margin: 9px 0;
}

.trans-d-detail .tls-car-features ul {
    margin: 4px 0;
}

.a-to-b-details {
    background-color: #fff;
    padding: 20px;
    margin: 20px 0 0;
    border-radius: 6px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.atb-left {
    width: 70%;
}

.atb-right {
    width: 30%;
}

.atb-right img {
    max-width: 100%;
}

.atb-single {
    display: flex;
    align-items: self-start;
    position: relative;
}

.atb-single span {
    background-color: var(--main-blue);
    height: auto;
    width: 20px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    margin-right: 10px;
    position: relative;
    z-index: 9;
}

.atb-single h6 {
    font-size: 14px;
}

.atb-single h5 {
    color: var(--main-blue);
    font-weight: bold;
    font-size: 16px;
}

.atb-single u {
    width: 1px;
    height: 100%;
    border: 0.5px dashed var(--main-blue);
    position: absolute;
    top: 0;
    left: 8px;
}

p.gn-info {
    text-align: right;
    margin: 11px 0 0;
    color: var(--main-blue);
    font-weight: 600;
}

.bag-detail-main {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #fff;
    padding: 11px;
    border-radius: 6px;
    margin: 10px 0 0;
}

.left-bag-ctc {
    display: flex;
    align-items: center;
}

.left-bag-ctc p {
    margin: 0;
}

.left-bag-ctc p strong {
    display: block;
}

.left-bag-ctc span {
    margin-right: 12px;
}

.bag-add-btn button {
    border: 0;
    background-color: var(--main-yellow);
    padding: 5px;
    width: 30px;
    height: 30px;
    display: inline-block;
}

.bag-add-btn input {
    height: 30px;
    border: 0;
    background-color: #e3e3e3 !important;
    width: 40px;
    display: inline-block;
    text-align: center;
    padding: 0;
    margin: 0 -4px;
    color: #000 !important;
}

.bag-add-btn input::-webkit-outer-spin-button,
.bag-add-btn input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
.bag-add-btn input[type=number] {
    -moz-appearance: textfield;
}

.ii-infi-oute p {
    font-weight: 400;
    font-size: 12px;
}

.ii-infi-outer p {
    font-weight: 400;
    font-size: 12px;
    margin: 0 0 9px;
}

.ii-infi-outer ul {
    margin: 0 0;
    padding: 0;
    list-style: none;
}

.ii-infi-outer ul li {
    color: #fff;
    font-size: 12px;
    margin-bottom: 10px;
}

.fruils {
    display: flex;
    align-items: center;
    margin: 0 0 10px;
}

.fruils a {
    padding: 0;
    background-color: transparent;
    color: var(--main-yellow);
}

.fruils span {
    margin-right: 20px;
}

.t-ii-price {
    background-color: #0A1556;
    padding: 8px;
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    margin: 0 -15px 2px;
    align-items: center;
}

.t-ii-price span {
    color: #fff;
}

.t-ii-price strong {
    color: var(--main-yellow);
    font-size: 17px;
}

.save-t-i input {
    margin: 0 0 20px;
    width: 100%;
    padding: 9px;
    border-radius: 6px;
}

.rates-s {
    display: inline-flex;
}

.rates-s i {
    color: orange;
    margin-right: 5px;
}

/* Hotel single list */
.htl-left-slider {
    width: 35%;
    position: relative;
}

.htl-right-content {
    width: 65%;
    padding: 12px;
    position: relative;
}

.hotel-single-main {
    display: flex;
    flex-wrap: wrap;
}

.hotel-single-main {
    background-color: #F4F7FF;
    border-radius: 6px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}

.htl-upper-box h3 {
    font-size: 16px;
    color: var(--main-blue);
    font-weight: bold;
    margin-bottom: 4px;
}

.htl-star i {
    color: orange;
}

.htl-star {
    margin-bottom: 4px;
}

.htl-upper-box p {
    font-size: 13px;
    font-weight: 500;
    margin: 0 0 6px;
}

.amenitis-icons {
    margin: 12px 0 20px;
}

.amenitis-icons span {
    margin-right: 8px;
}

.amenitis-icons span:last-child {
    margin: 0;
}

.htl-bottom-box {
    background-color: #C9D6FA;
    padding: 10px 0;
    border-radius: 6px;
    text-align: left;
}

.htl-bottom-box p {
    margin: 0;
    font-weight: 600;
    color: var(--main-blue);
}

.htl-bottom-box h4 {
    font-size: 18px;
    font-weight: bold;
    color: var(--main-blue);
    margin: 0 0 2px;
}

.htl-bottom-box h6 {
    margin: 0;
    font-size: 12px;
    color: var(--main-blue);
}

.show-a-room-btn {
    text-align: right;
    margin-top: 12px;
}

.show-a-room-btn a {
    background-color: var(--main-yellow);
    color: #000;
    text-decoration: none;
    padding: 12px;
    display: inline-block;
    border-radius: 6px;
    font-weight: bold;
}

.htl-slider,
.htl-slider * {
    height: 100%;
}

.htl-single-image {
    background-size: cover;
    background-position: center;
}

.htl-review {
    text-align: right;
    margin: -12px 0 0;
    display: inline-block;
    margin-left: auto;
    position: absolute;
    right: 0;
    font-size: 16px;
    color: #3f743f;
    background-color: #c9d6fa5e;
    padding-left: 8px;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
    font-weight: bold;
}

.htl-review span {
    background-color: #30BE8D;
    color: #fff;
    padding: 5px 9px 10px;
    display: inline-block;
    position: relative;
}

.htl-review span:after {
    position: absolute;
    content: '';
    width: 20px;
    height: 9px;
    border-bottom: 10px solid #f4f7ff;
    border-right: 17px solid transparent;
    border-left: 17px solid transparent;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.htl-slider .slick-arrow {
    position: absolute;
    bottom: 0;
    height: auto;
}

.slr-left {
    left: 43%;
}

.slr-right {
    right: 43%;
}

.htl-slider .slick-arrow {
    position: absolute;
    bottom: 9px;
    height: auto;
    z-index: 9;
}

.htl-list-right h2 {
    font-size: 24px;
    font-weight: bold;
    margin: 0 0 20px;
}

span.add-fav-onsld {
    position: absolute;
    top: 10px;
    left: 10px;
    width: 25px;
    height: 25px;
    background-color: #fff;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: #585858;
}

span.add-fav-onsld.active i {
    color: var(--main-red);
}

.fav-side-tab {
    background-color: var(--main-blue);
    border-radius: 4px;
    color: #fff;
    padding: 10px;
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between;
}

span.fav-count {
    background-color: var(--main-yellow);
    display: inline-flex;
    width: 20px;
    height: 20px;
    border-radius: 100%;
    color: #000;
    justify-content: center;
    align-items: center;
    font-weight: 600;
    font-size: 12px;
}

a.com-btn {
    background-color: var(--main-yellow);
    color: #000;
    text-decoration: none;
    padding: 10px 15px;
    display: inline-block;
    border-radius: 6px;
    font-weight: bold;
}

.flight-detail-w-htl .l-time-box {
    text-align: center;
    margin: 20px 0px;
}

.sns-small {
    font-size: 16px !important;
}

.htl-4-1 img {
    max-width: 100%;
}

.htl-4-1 h4 {
    font-size: 16px;
    color: var(--main-blue);
    margin: 10px 0 10px;
    font-weight: bold;
}

.htl-4-com h5 {
    font-size: 14px;
    font-weight: bold;
    color: var(--main-blue);
    margin-bottom: 6px;
}

.htl-4-com p {
    font-size: 12px;
    font-weight: 500;
}

.or-rating i {
    font-size: 12px;
    color: orange;
    margin-bottom: 8px;
}

.html-name-bar {
    background-color: #c9d6fa;
    padding: 10px 20px;
}

.html-name-bar h2 {
    color: var(--main-blue);
    font-weight: 700;
    font-size: 16px;
    margin: 0;
}

.html-name-bar h2 span {
    color: #000;
    font-size: 18px;
    margin-right: 10px;
}

.htl-price-table h5 {
    font-size: 16px;
    color: var(--main-blue);
    font-weight: bold;
}

ul.tr-tl-list {
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}

ul.tr-tl-list li {
    margin: 0 0 5px;
    margin-right: 20px;
}

ul.tr-tl-list li:last-child {
    margin-right: 0;
}

.dcs-fees {
    color: #fff;
    font-weight: 600;
    margin: 20px 0 20px;
}

span.or {
    text-align: center;
    display: flex;
    width: 35px;
    height: 35px;
    justify-content: center;
    margin: 15px auto;
    border: 1px solid #fff;
    border-radius: 100%;
    align-items: center;
    color: #fff;
    font-weight: 600;
    font-size: 13px;
}

.h-f-bs-0 {
    margin-bottom: -4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

section.n-page-area {
    margin: 40px 0;
}

.n-page-heading h2 {
    color: var(--main-blue);
    font-weight: 700;
    font-size: 24px;
    margin-bottom: 0;
}

.n-page-content h4 {
    font-size: 17px;
    font-weight: 600;
}

.n-page-heading {
    background-color: var(--light-blue);
    padding: 10px 15px;
    margin-bottom: 30px;
    border-radius: 6px;
}

.n-page-content {
    background-color: #f9f0f061;
    padding: 15px;
}

.dk-modal .modal-content {
    background-color: var(--main-blue);
}

.dk-modal h4.modal-title {
    color: #fff;
}

.dk-modal * {
    color: #fff;
}

.share-pop-body .single-line-check label {
    color: #fff !important;
}

.share-pop-body .main-field-box input[type="submit"] {
    min-width: 140px;
    margin: 0 auto;
    display: block;
}

.dk-modal .close:hover {
    color: #fff;
}

.modal-backdrop {
    z-index: 99999;
}

.modal {
    z-index: 9999999;
}

.modal-backdrop.show {
    opacity: .8;
}

/* login page */
.com-p-form {
    padding: 20px;
    background-color: var(--main-blue);
    border-radius: 6px;
}

.com-p-form-heading {
    text-align: center;
}

.com-p-form-heading h2 {
    color: #fff;
}

.com-p-form-heading p {
    color: #fff;
}

.com-p-form-heading p a {
    color: var(--main-yellow);
}

.com-p-form label {
    color: #fff !important;
}

.sign-oth {
    text-align: center;
    border-top: 1px solid #606fc5;
    margin-top: 20px;
    padding-top: 20px;
}

.sign-oth ul {
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    list-style: none;
}

.sign-oth ul li {
    margin: 0 8px;
}

.sign-oth li i {
    font-size: 23px;
}

.sign-oth ul li a {
    display: inline-block;
}

.sign-oth p {
    color: #fff;
}

li.l-google a {
    color: #EA4335;
}

li.l-fb a {
    color: #f9f9f9;
}

.rm-fp {
    justify-content: space-between;
    display: flex;
    margin-bottom: 10px;
    flex-wrap: wrap;
}

.rm-fp a {
    color: var(--main-yellow);
}

section.lp-outer {
    padding: 50px 0;
    background-color: #eaecfb;
    margin-bottom: -50px;
}

.faq-accord .accordion-card {
    border-top: 2px solid #d7def0;
    padding: 15px 0;
}

.faq-accord .accordion-card:last-child {
    border-bottom: 2px solid #d7def0;
}

.faq-accord .accordion-card .btn {
    position: relative;
    color: #000;
    font-size: 18px;
    font-weight: 600;
}

.faq-accord .accordion-card .btn::after {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 25px;
    color: #000;
}

.faq-accord .accordion-card .btn.collapsed::after {
    content: "\002B";
}

.faq-accord .accordion-card .btn:not(.collapsed)::after {
    content: "\2715";
    font-size: 16px;
}

.faq-accord .accordion-card h3 {
    color: #000;
}

.faq-accord .accordion-content {
    padding: 10px 0;
}

.faq-accord h2 {
    font-weight: 700;
    font-size: 27px;
    margin-bottom: 30px;
}

section.faq-main-area {
    margin: 50px 0 0;
}

.faq-image img {
    max-width: 100%;
}

.ui-datepicker .ui-datepicker-header {
    background-color: var(--main-yellow);
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
    background-color: var(--main-blue);
    color: #fff;
    text-align: center;
}

.ui-datepicker td span,
.ui-datepicker td a {
    text-align: center;
}

a.ui-state-default.ui-state-hover {
    background-color: var(--main-blue);
    color: #fff;
}

.main-field-radio.sl-line label {
    font-size: 14px;
    margin: 15px 0;
}

.main-field-radio.sl-line span {
    border-color: var(--main-blue);
    width: 15px;
    height: 15px;
}

.main-field-radio.sl-line input[type="radio"]:checked+span {
    box-shadow: 0px 0px 0px 2px var(--main-blue);
    background-color: var(--main-blue);
    border: 2px solid #fff;
}

section.f-banner-ct {
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: cover;
    margin-top: -30px;
    min-height: 420px;
}

section.f-banner-ct section.main-search-ara {
    margin-top: 0;
}

section.lfd-main h2 {
    color: var(--main-blue);
    font-weight: 700;
    text-align: center;
}

section.lfd-main {
    text-align: center;
    margin: 130px 0;
}

.take-fl-single {
    background-color: #b9ffeb;
    border-radius: 10px;
    padding: 20px 5px;
    height: 100%;
    transition: all 0.3s;
}

.wh-to-wh h4 {
    font-weight: 700;
    color: var(--main-blue);
    margin: 0;
    font-size: 22px;
}

.logo-ic img {
    max-width: 90px;
    margin: 0 auto;
}

.wh-to-wh {
    margin: 15px 0;
}

.wh-to-wh span i {
    color: var(--main-blue);
}

.w-w-line-bar span {
    color: var(--main-blue);
    font-weight: 600;
}

.w-w-line-bar span i {
    font-size: 12px;
}

.w-w-line-bar u {
    margin: 0 20px;
    border-top: 1px solid var(--main-blue);
    width: 20px;
    display: inline-block;
}

.w-w-line-bar {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
}

.take-fl-single h3 {
    color: var(--main-blue);
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 20px;
}

.take-fl-single h3 span {
    font-size: 28px;
    color: var(--main-red) !important;
}

.take-fl-single a {
    display: inline-block;
    background-color: var(--main-yellow);
    padding: 10px 17px;
    font-weight: bold;
    color: #000;
    border-radius: 5px;
    text-decoration: none;
}

.take-fl-single:hover {
    background-color: var(--main-blue);
}

.take-fl-single:hover * {
    color: #fff;
}

.take-fl-single:hover a {
    color: #000;
}

section.lfsd {
    background-color: var(--main-blue);
    padding: 40px 0px;
}

section.lfsd h2 {
    text-align: center;
    color: #fff;
    font-weight: 700;
}

section.lfsd p {
    text-align: center;
    color: #fff;
    margin-bottom: 40px;
}

.single-pep {
    background-color: #fff;
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    border-radius: 10px;
    margin-bottom: 10px;
}

.single-pep .span {
    width: 40px;
    display: inline-flex;
    height: 40px;
    background-color: var(--light-blue);
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    font-size: 18px;
    color: var(--main-blue);
    margin-right: 10px;
}

.pep-text {
    width: calc(100% - 50px);
}

.pep-text h4 {
    font-size: 18px;
    font-weight: 600;
    color: var(--main-blue);
}

.tp-desti-single {
    min-height: 270px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
}

.tp-desti-content {
    background-color: #000000ab;
    padding: 10px 20px;
    text-align: center;
    border-radius: 10px;
    color: #fff;
    transition: all 0.3s;
}

.tp-desti-content h5 {
    font-size: 21px;
    font-weight: 600;
}

.tp-desti-content h5 span {
    color: var(--main-yellow);
}

.tp-desti-inner a:hover .tp-desti-content {
    background-color: #000000d4;
}

.tp-desti-inner a:hover {
    text-decoration: none !important;
}

section.top-desti h2 {
    color: var(--main-blue);
    text-align: center;
    font-weight: 700;
    font-size: 28px;
    margin-bottom: 20px;
}

section.top-desti {
    margin: 60px 0;
}

.tfs-ot {
    padding: 0 10px;
}

body.b-fixed {
    overflow: hidden;
    position: relative;
}

.lfd-mob {
    display: none;
}

/* Hotel Details-page */
section.avail-room-filter .fl-dt-inputs-outer {
    background-color: #f4f7ff;
    padding: 20px;
    border-radius: 6px;
}

section.avail-room-filter h4 {
    color: var(--main-blue);
    font-weight: 700;
    font-size: 20px;
}

section.avail-room-filter h6 {
    font-size: 14px;
    margin: 0 0 40px;
}

section.breed-nav ul {
    margin: 20px 0;
    list-style: none;
    display: flex;
    padding: 23px 20px;
    border-radius: 6px;
    background-color: var(--light-blue);
}

section.breed-nav ul li a {
    color: var(--main-blue);
    font-weight: 600;
}

section.breed-nav ul li {
    margin-right: 10px;
}

section.breed-nav ul li:last-child {
    margin-right: 0;
}

.tour-rs-single .hp-content-box {
    background-color: #F4F7FF;
}

.tour-rs-single .hp-star i {
    color: #FDAE2A;
}

.tour-rs-single ul.hp-itr-details {
    background-color: var(--main-blue);
    padding: 15px 0;
}

.tour-rs-single ul.hp-itr-details li {
    color: #fff;
}

.tour-rs-single ul.hp-itr-details li i {
    color: var(--main-yellow);
    margin-right: 5px;
}

.tour-rs-single .hp-price-link-bar a {
    background-color: var(--main-yellow);
    color: #000 !important;
    display: inline-block;
    font-weight: 600;
    padding: 10px 15px;
    border-radius: 5px;
}

.tour-rs-main h2 {
    color: var(--main-blue);
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 20px;
}

.tour-gal-head h2 {
    font-size: 24px;
    font-weight: 700;
    color: var(--main-blue);
}

.tour-gal-head ul {
    margin: 0 0 15px;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
}

.tour-gal-head li span {
    border: 1px solid #ccc;
    padding: 2px 10px;
    display: inline-block;
}

.tour-gal-head ul li {
    margin-right: 20px;
}

.tour-gal-head ul li:last-child {
    margin-right: 0;
}

section.tour-gal-sec {
    margin: 50px 0 20px;
}

.ms-gal-com {
    height: 100%;
    background-size: cover;
    background-position: center;
}

.ms-gal-1 {
    height: 270px;
}

.gal-part-4 {
    height: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 13px;
}

.ms-gal-2 {
    height: 128px;
}

.ms-gal-1 a {
    position: absolute;
    bottom: 20px;
    right: 20px;
    color: #fff;
    background-color: var(--main-blue);
    display: inline-block;
    padding: 6px 10px;
    text-decoration: none;
    border-radius: 6px;
    transition: all 0.3s;
    font-weight: 600;
}

.ms-gal-1 a:hover {
    background-color: var(--main-yellow);
    color: #000;
}

.tour-outer-tabs li a {
    border: 0 !important;
    color: #000;
    font-weight: 700;
    padding: 10px 10px;
    border-radius: 0 !important;
    background-color: transparent !important;
}

.tour-outer-tabs ul {
    border: 0;
}

.tour-outer-tabs li a.active {
    color: var(--main-blue) !important;
    border-bottom: 2px solid var(--main-blue) !important;
}

.tour-outer-tabs {
    background-color: var(--light-blue);
    margin: 30px 0;
}

.tour-outer-tabs li {
    margin-right: 20px;
}

.tour-outer-tabs li:last-child {
    margin-right: 0;
}

ul.in-in-tab {
    border: 0;
    background-color: #C9D6FA;
    padding: 12px 15px;
    border-radius: 6px 6px 0 0;
    margin-bottom: 5px;
}

ul.in-in-tab a {
    border: 0 !important;
    font-weight: 600;
    color: var(--main-blue);
    padding: 5px 12px;
}

ul.in-in-tab a.active {
    background-color: var(--main-blue) !important;
    color: var(--main-yellow) !important;
    border-radius: 6px;
}

ul.in-in-tab li {
    margin-right: 10px;
}

ul.in-in-tab li:last-child {
    margin-right: 0;
}

.tour-itny-detail h2 {
    color: var(--main-blue);
    font-weight: 700;
    font-size: 18px;
    margin: 0 0 20px;
}

.tour-itny-detail .tab-content {
    background-color: #F4F7FF;
    border-radius: 0px;
    padding: 15px;
}

.days-plan-outer h4 {
    color: var(--main-blue);
    font-size: 18px;
    font-weight: 700;
}

.fl-table-tour .table-bordered td {
    border: 1px solid #7A96DF;
    padding: 15px 20px;
}

.fl-table-tour tr td:first-child {
    color: var(--main-blue);
    font-weight: 600;
}

.fl-table-tour tr td:last-child {
    color: #A6A6A6;
}

td.yel-ic i {
    color: #F2C846;
    margin-right: 5px;
}

td.gre-ic i {
    color: #17B37D;
    margin-right: 5px;
}

td.red-ic i {
    color: #D80A22;
    margin-right: 5px;
}

.fl-table-tour {
    margin: 30px 0 20px;
}

.all-day-sch-single {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 10px;
}

.all-day-sch-single span {
    width: 35px;
    height: 35px;
    background-color: var(--main-yellow);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 18px;
    border-radius: 6px;
    position: relative;
}

.sch-single-right {
    width: calc(100% - 45px);
}

.sch-single-right h5 {
    font-weight: 700;
    font-size: 16px;
    color: #F2C846;
    margin-top: 6px;
}

.sch-single-right h6 {
    color: var(--main-blue);
    font-size: 16px;
    font-weight: 700;
}

.sch-single-right p {
    font-size: 13px;
}

.sch-single-right ul {
    padding: 0;
    list-style: none;
}

.sch-single-right ul li i {
    margin-right: 5px;
}

.sch-single-right ul li {
    margin-bottom: 5px;
    font-size: 13px;
}

.all-day-sch {
    position: relative;
    margin-top: 30px;
}

.all-day-sch:before {
    height: 100%;
    width: 1px;
    top: 0;
    bottom: 0;
    border-left: 2px dotted #000;
    content: '';
    position: absolute;
    left: 16px;
}

.tour-bar-price {
    background-color: var(--main-blue);
    border-radius: 6px;
    margin-bottom: 15px;
}

.tour-bar-price-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px;
    color: #fff;
}

.main-tour-prc {
    background-color: #0A1556;
    color: #fff;
    padding: 15px;
}

.main-tour-prc h3 {
    font-size: 14px;
}

.main-tour-prc h3 span {
    font-weight: 700;
    color: var(--main-yellow);
    font-size: 28px;
    margin: 0 5px;
}

.main-tour-prc strong {
    font-weight: 600;
    font-size: 12px;
}

.tour-bar-price-header h4 {
    margin: 0;
    color: var(--main-yellow);
    font-weight: 700;
    font-size: 20px;
    text-decoration: line-through;
}

.tour-bar-price-header span {
    background-color: var(--main-red);
    padding: 3px 8px;
    display: inline-block;
    border-radius: 3px;
}

.botton-tr-main {
    padding: 15px;
}

.botton-tr-main hr {
    border-color: #859AD4;
    margin: 15px 0;
}

.botton-tr-main small {
    color: var(--main-yellow);
    font-size: 14px;
}

.botton-tr-main a {
    background-color: var(--main-yellow);
    color: #000;
    font-weight: 600;
    display: block;
    padding: 6px 10px;
    border-radius: 6px;
    text-decoration: none;
    text-align: center;
    max-width: 192px;
    margin: 0 auto;
}

.toy-promos-code {
    background-color: var(--main-blue);
    border-radius: 6px;
    padding: 15px;
}

.toy-promos-code h2 {
    font-size: 16px;
    color: var(--main-yellow);
    font-weight: 600;
}

.toy-promos-code input[type="text"] {
    background-color: #2A3A95;
    border: 0;
    width: 100%;
    padding: 10px 10px;
    border-radius: 6px;
}

.pro-cup-detail {
    margin-top: 20px;
    background-color: #2A3A95;
    padding: 10px;
    border-radius: 6px;
}

.pro-cup-detail label {
    color: #fff;
    margin-bottom: 5px !important;
}

.pro-cup-detail a {
    color: var(--main-yellow);
    font-size: 13px;
}

.pro-cup-detail label span {
    background-color: var(--main-yellow);
    border: 4px solid #fff !important;
    box-shadow: 0px 0px 0px 1px #000 !important;
}

.pro-cup-detail label input[type="radio"]:checked+span {
    background-color: var(--main-yellow) !important;
    border-color: var(--main-blue) !important;
    box-shadow: 0px 0px 0px 2px #fff !important;
}

ul.in-in-tab {
    padding: 12px 5px;
}

.s-td {
    width: 75%;
    ;
}

.tour-dt-sidebar {
    position: sticky;
    top: 10px;
}

.mas-gal-head {
    background-color: #F4F7FF;
    padding: 15px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.fav-icon-tl {
    width: 40px;
    border-right: 1px solid #ccc;
}

.html-name-rate {
    width: calc(100% - 60px);
}

.html-name-rate p {
    margin: 0;
    font-weight: 600;
}

.html-name-rate h3 {
    font-size: 20px;
    font-weight: 700;
    color: var(--main-blue);
    margin-bottom: 5px;
}

.fav-icon-tl i {
    color: #a5a3a3;
    background-color: #fff;
    padding: 4px;
    display: inline-block;
    border-radius: 100%;
}

.r-r-box-head {
    display: flex;
    justify-content: space-between;
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 20px;
}

.r-r-box-left h4 {
    font-size: 16px;
    font-weight: 700;
    margin: 0;
}

.r-r-box-left span {
    font-size: 13px;
}

.r-r-box-right span {
    background-color: #30BE8D;
    color: #fff;
    padding: 5px 9px 10px;
    display: inline-block;
    position: relative;
}

.r-r-box-right span:after {
    position: absolute;
    content: '';
    width: 20px;
    height: 9px;
    border-bottom: 10px solid #f4f7ff;
    border-right: 17px solid transparent;
    border-left: 17px solid transparent;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.r-review-box p {
    font-size: 13px;
    font-weight: 500;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
}

.r-review-box a {
    background-color: var(--main-yellow);
    color: #000;
    text-decoration: none;
    padding: 12px;
    display: flex;
    border-radius: 6px;
    font-weight: bold;
    align-items: center;
    justify-content: center;
    max-width: 150px;
    margin: 0 auto;
}

.r-review-box {
    padding: 10px;
}

section.mas-gal-htl-detail .container {
    position: relative;
}

section.mas-gal-htl-detail .container:after {
    position: absolute;
    content: '';
    background-color: #f4f7ff;
    width: calc(100% - 30px);
    height: 100%;
    top: 0;
    z-index: -1;
    left: 15px;
}

section.avail-room-filter {
    margin-top: 20px;
}

.avail-room-single {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.avail-room-images {
    width: 150px;
    height: 150px;
    position: relative;
    background-size: cover;
}

.avail-room-content {
    width: calc(100% - 170px);
}

.avail-room-content h3 {
    font-size: 20px;
    font-weight: 700;
    color: var(--main-blue);
    margin: 0 0 4px;
}

.avail-room-content ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}

.avail-room-content ul li img {
    max-width: 23px;
}

.avail-room-content ul li {
    margin-right: 10px;
    margin-bottom: 5px;
}

.avail-rom-list {
    margin: 15px 0 0;
    background-color: #f4f7ff;
}

.avail-room-images a {
    position: absolute;
    bottom: 15px;
    right: 15px;
    background-color: #C9D6FA;
    display: inline-block;
    color: #000;
    font-weight: 600;
    padding: 2px 10px;
}

.avail-r-inner td a {
    background-color: var(--main-yellow);
    color: #000;
    text-decoration: none;
    padding: 12px;
    display: inline-block;
    border-radius: 6px;
    font-weight: bold;
    width: 100%;
    text-align: center;
}

.avail-r-inner tr td {
    vertical-align: middle;
}

.avail-r-inner td h6 {
    color: var(--main-blue);
        font-weight: 600;
    font-size: 12px;
} 

.avail-r-inner tr td h5 {
    font-size: 14px;
    margin: 5px 0 4px;
}

.avail-r-inner tr td p {
    margin: 0;
    font-size: 13px;
}

.avail-r-inner table tbody tr {
    background-color: #d7def08a;
}

.avail-r-inner table tbody tr:nth-of-type(odd) {
    background-color: #F4F7FF;
}

.avail-r-inner thead tr {
    background-color: #000;
    color: #fff;
}

.avail-r-inner td small {
    font-weight: 600;
}
.inner-desk-content {
    background-color: #f4f7ff;
    padding: 15px;
    border-radius: 6px;
}

.inner-desk-content h3 {
    color: var(--main-blue);
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 10px;
}

.inner-desk-content h5 {
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 4px;
}

.inner-desk-content h5 + strong {
    display: block;
    margin: 0 0 20px;
}

.inner-desk-content p {
    font-size: 13px;
}

.htl-facts h6 {
    font-size: 14px;
    font-weight: 700;
}
.inner-desk-content h5 img {
    max-width: 22px;
}
.list-amt {
    margin-top: 15px;
}
.list-amt ul {
    list-style: none;
    padding-left: 20px;
}

.list-amt ul li {
    margin-bottom: 5px;
}
.citc-inner {
    background-color: #f4f7ff;
    padding: 15px;
    border-radius: 6px;
}

.citc-head {
    background-color: #C9D6FA;
    padding: 10px 15px;
}

.citc-head h2 {
    margin: 0;
    font-size: 22px;
    font-weight: 600;
    color: var(--main-blue);
}

.citc-content {
    padding: 15px;
    border: 1px solid #C9D6FA;
}

.c-in-com {
    padding-left: 20px;
    display: flex;
    align-items: center;
}

.c-in-com span {
    width: 200px;
    height: 8px;
    background-color: #C9D6FA;
    display: inline-block;
    border-radius: 9px;
    position: relative;
}

.c-in-com p {
    width: 150px;
}

.c-in-com span:after {
    width: 70px;
    height: 8px;
    content: '';
    position: absolute;
    background-color: var(--main-blue);
    right: 0;
    border-radius: 9px;
}

.c-in-com.c-out span:after {
    right: auto;
    left: 0;
}

.citc-inner h3 {
    color: var(--main-blue);
    font-weight: 700;
    font-size: 25px;
    margin-bottom: 20px;
}
.c-in-com span small {
    position: absolute;
    top: 10px;
    right: 0;
}

.c-in-com.c-out span small {
    left: 0;
}
.citc-content h4 {
    color: var(--main-blue);
    font-weight: 600;
    font-size: 16px;
}

.citc-content ul li strong {
    color: var(--main-blue);
}

.citc-content ul {
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}

.citc-content ul li {
    margin-right: 20px;
    margin-bottom: 5px;
}
.badge_green {
    max-width: 199px;
    display: flex;
}
.rigth_contentR {
    margin-left: 10px;
}

.rigth_contentR b {
    color: var(--main-blue);
}
.badge_green .rating_tag {
    font-size: 18px;
    font-weight: 600;
    width: 100%;
    max-width: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    top: -14px;
}
.rating_BarList {
    padding-left: 20px;
    padding-right: 20px;
    column-gap: 30px;
    display: grid;
    flex-grow: 1;
    font-size: 14px;
    grid-template-columns: 1fr 1fr 1fr;
    list-style: none;
}

.ratingList_item {
    padding-top: 14px;
    display: flex;
    justify-content: space-between;
    position: relative;
    margin-bottom: 5px;
}

.gray_bg {
    background-color: #e5e5e5;
    border-radius: 10px;
    content: '';
    height: 4px;
    position: absolute;
    top: 9px;
    width: 100%;
}

.green_bg {
    background-repeat: no-repeat;
    border-radius: 10px;
    height: 4px;
    position: absolute;
    top: 9px;
    background-color: #25ac03;
    width: 100%;
}
.badge_green .rating_tag {
    font-size: 18px;
    font-weight: 600;
    width: 100%;
    max-width: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    top: -14px;
}

.shg-left {
    height: 145px;
    width: 50%;
    background-size: cover;
}

.shg-right {
    width: 50%;
    background-color: #F4F7FF;
    padding: 11px;
    display: flex;
    flex-direction: column;
}

.single-htls-grid {
    display: flex !important;
    flex-wrap: wrap;
    border-radius: 6px;
    overflow: hidden;
    padding: 5px;
}
.shg-right h5 {
    margin-top: auto;
    margin-bottom: 0;
    font-size: 16px;
}

.shg-right a {
    color: var(--main-blue);
    font-weight: 600;
    font-size: 12px;
}

section.sim-htls {
    margin-top: 60px;
}
section.sim-htls h3 {
    color: var(--main-blue);
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 20px;
}
.rvs-1 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 12px;
}

.rvs-room-images {
    width: 110px;
    height: 90px;
}

.rvs-room-content {
    width: calc(100% - 120px);
}

.rvs-room-content h3 {
    color: var(--main-blue);
    font-size: 21px;
    font-weight: 700;
    margin: 0 0 5px;
}

.rvs-room-content p {
    font-weight: 600;
}
.c-in-cout {
    display: grid;
    grid-template-columns: 2fr 1fr 2fr 2fr;
    padding: 5px 20px;
    align-items: center;
}

.c-in-com-0 h5 {
    font-size: 16px;
}

.c-in-com-0 h6 {
    font-size: 15px;
}

.c-in-com-0 h6 span {
    color: var(--main-blue);
    font-weight: 700;
    font-size: 21px;
}

.c-in-com-0 p {
    font-weight: 500;
    margin: 0;
}

.c-in-com-0 b {
    background-color: #F4F7FF;
    padding: 6px;
    font-weight: 600;
}

.c-in-com-0 ul {
    margin: 0;
    list-style: none;
    padding: 0;
    display: flex;
}

.c-in-com-0 ul li {
    padding-right: 10px;
    margin-right: 10px;
    border-right: 2px solid;
    font-weight: 500;
    line-height: normal;
}

.c-in-com-0 ul li:last-child {
    margin: 0;
    padding: 0;
    border: 0;
}
.htl-list-points h5 {
    font-weight: 700;
    color: var(--main-blue);
    font-size: 18px;
}

.htl-list-points ul {
    padding: 0;
    list-style: none;
    margin: 5px 0 0;
}

.htl-list-points li i {
    color: var(--main-blue);
    margin-right: 5px;
}

a.tp-right-link {
    position: absolute;
    right: 0;
    top: 0;
    color: var(--main-blue);
    font-weight: 600;
}

.htl-list-points {
    position: relative;
}

.htl-list-points ul li {
    margin: 9px 0;
    font-weight: 500;
}

.htl-list-points span {
    font-weight: 600;
}
section.detail-f-w-hotel .fl-way-main {
    padding: 30px 4px;
}
.detail-f-w-hotel .loop-flight-center small {
    font-weight: 600;
    font-size: 12px;
    color: var(--main-blue);
}
.detail-f-w-hotel .loop-flight-center h4 {
    font-size: 14px;
    font-weight: 700;
    color: var(--main-blue);
}
section.detail-f-w-hotel .fl-code {
    font-weight: 600;
    color: var(--main-blue);
}

section.detail-f-w-hotel .fl-code br {
    display: block;
}

.detail-f-w-hotel .flight-line span:after {
    position: absolute;
    content: '';
    width: 10px;
    height: 10px;
    background-color: var(--main-blue);
    right: 0;
    top: -5px;
    border-radius: 100px;
}
.detail-f-w-hotel .flight-line span:before {
    position: absolute;
    content: '';
    width: 10px;
    height: 10px;
    background-color: var(--main-blue);
    left: 0;
    top: -5px;
    border-radius: 100px;
}
.detail-f-w-hotel .flight-line span {
    border: 1px dashed #ccc;

}
.show-sp-inner li i {
    margin: 0 8px;
    color: var(--main-blue);
}
a.bl-btn {
    background-color: var(--main-blue);
    color: #fff;
    text-decoration: none;
    display: inline-block;
    padding: 8px 15px;
    border-radius: 6px;
}

.all-rs-right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.all-rs-right h3 {
    color: var(--main-blue);
    font-weight: 700;
    font-size: 24px;
    text-align: center;
    margin: 0 20px;
}

.all-rs-right h3 small {
    display: block;
    font-size: 14px;
    font-weight: 500;
}

.all-rs-right span a {
    color: #000;
    font-weight: 500;
}

.all-rs-right span {
    margin-right: 12px;
}

.all-rs-right span a i {
    margin-right: 4px;
}

section.all-rs-main {
    margin: 15px 0 15px;
}
.prof-inner {
    background-color: var(--main-blue);
    padding: 30px 30px 1px;
    margin: 70px 0;
}

.prof-inner h2 {
    color: #fff;
    font-weight: 700;
    font-size: 25px;
}
.prof-inner p {
    color: #fff;
}

.prof-inner table td {
    color: #fff;
}

span.non-verify a {
    color: var(--main-red);
}

.prof-inner table td span {
    color: #76e476;
    margin-left: 8px;
}

td.cp-password {
    text-align: right;
}

.cp-password a {
    color: #fff;
}

td.pass {
    font-size: 29px;
    line-height: 12px;
}
.filter-bl-board {
    background-color: var(--main-blue);
    padding: 20px;
    margin: 20px 0 0;
}
.fl-clear-head {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #5765b5;
    padding-bottom: 13px;
    margin-bottom: 15px;
}

.fl-clear-head span {
    color: #fff;
}

.fl-clear-head a {
    color: var(--main-red);
}

.myy-bkns-outer h2 {
    color: var(--main-blue);
    font-weight: 700;
    font-size: 23px;
}

.myy-bkns-outer {
    margin: 30px 0 20px;
}
.filter-bl-board select {
    color: #fff;
}
.recent-bookings-otr h2 {
    color: var(--main-blue);
    font-weight: 700;
    font-size: 23px;
    margin-bottom: 15px;
}
a.dnld-invoice {
    color: var(--main-red);
    text-decoration: none;
}

td.bk-conf {
    color: #18b818;
}

a.dnld {
    color: var(--main-red);
}

a.vcher {
    background-color: var(--main-yellow);
    color: #000;
    font-weight: 600;
    padding: 10px;
    display: inline-block;
    width: 100%;
    text-align: center;
    text-decoration: none;
}
section.recent-bookings-otr {
    margin-top: 40px;
}

section.recent-bookings-otr table th {
    background-color: #000;
    color: #fff;
}

section.recent-bookings-otr table td {
    background-color: #eaecfb3d;
}

.lfd-scroler-head {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    background-color: var(--main-blue);
    padding: 12px 0;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}
 
.lfd-scroler-head span {
    width: 33.3%;
    display: block;
    text-align: center;
    color: #fff;
    font-weight: 700;
}

.lfd-scroler-content a {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    background-color: #eaecfb;
    border-bottom: 1px solid #ccc;
    padding: 10px 10px;
    transition: all 0.5s;
}

.lfd-s-c-1 {
    width: 33.3%;
    text-align: center;
    color: var(--main-blue);
    font-weight: 600;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}

.lfd-s-c-1 span {
    display: block;
}

.lfd-s-c-1 img {
    max-width: 66px;
}

.lfd-scroler-content a:hover {
    text-decoration: none;
    background-color: var(--light-yellow);
}

.lfd-scroler-content {
    height: 350px;
    overflow: hidden;
    position: relative;
}

.over-wraper {
    animation: marqueeTop 25s linear infinite;
    position: absolute;
    display: block;
    width: 100%;
}

.over-wraper:hover {
    animation-play-state: paused
}


/* Make it move */
@keyframes marqueeTop{
    0% {
      top: 0;
    }
    100% {
      top: -100%;
    }
  }

span.hd-ms {
    background: none;
    padding: 0;
    margin: 0;
    font-size: inherit;
    font-weight: inherit;
}
.htl-slider .slick-slide {
    height: 100%;
}
.no-free-cancellation {
    color: #ee2d2d;
}

.free-cancellation {
    color: green;
} 
.show-a-room-btn .show-next-tab {
    padding: 4px 7px;
    background-color: #e3e1e1;
    color: #192779;
} 
/* payment page */

.visa img {
    width: 100%;
    margin-bottom: 10px;
    max-width: 200px;
}
.visa p {
    font-weight: 700;
    font-size: 18px;
    margin: 0;
}

.visa {
    background-color: #F4F7FF;  
}

.card-form label {
    background-color: #ffffff !important;
}

.step-sec {
    background-color: #f5f7ff;
}

.btn.blue {
    background: var(--main-blue);
    color: #fff;
    padding: 5px 40px;
}

.btn.yellow {
    background-color: var(--main-yellow);
    padding: 5px 40px;
}

.serv-hajj-table {
    background-color: #F4F7FF;
    border-radius: 0px;
    padding: 15px;
}

.serv-hajj-table th {
    background-color: var(--main-blue);
    color: #fff;
}

.serv-hajj-table tr td a {
    background-color: var(--main-yellow);
    color: #000;
    padding: 7px;
    border-radius: 6px;
    text-decoration: none;
}

.serv-hajj-table tr td a:hover {
    background-color: #e5cf64;
}


.src-loader-inner{background-color: #fff;width: 100%;display: flex;align-items: flex-end;background-image: url('../images/Mateo-Cities-Feature.gif');background-position: center bottom;background-repeat: no-repeat;background-size: cover;flex-wrap: wrap;}
.main-l-hd{background-color:var(--main-blue);color:#fff;text-align:center;width:100%;padding:8px}
.main-l-hd h2{font-size:20px}
.plain-gif{text-align:center;width:100%;margin:30px 0}
.plain-gif img{max-width:150px;mix-blend-mode:normal;display:block;margin:0 auto;border-radius:100%;filter:hue-rotate(43deg) saturate(18)}
.src-ld-box{padding:12px;border:1px solid #ccc;border-radius:5px;background-color:rgb(255 255 255 / 88%);margin:15px}
.strt-to-land{display:flex;flex-wrap:wrap;position:relative}
.first-fifty{width:50%;text-align:center;padding:10px 15px;border-right:1px solid #ccc;background-color:var(--main-blue);color:#fff}
.first-fifty p{font-size:14px;font-weight:500}
.first-fifty span{display:block;font-size:13px}
.first-fifty.ffl-lst{border:0}
.strt-to-land span.ring-arrow-ex{position:absolute;left:50%;transform:translateX(-50%);top:15px;color: #fff;}
.strt-to-land span.ring-arrow-ex i{margin:0}
.trp-status{width:100%;border-top:1px solid #ccc;text-align:center;font-size:13px;padding:4px 0 0}
@media screen and (max-width:767.98px){
    .plain-gif{margin-bottom: 0;margin-top: 10px;}
    .plain-gif img{max-width: 90px;}
}
@media screen and (min-width:768px) {
    .leage-fl-left-dt .loop-flight-center {
        width: calc(100% - 240px);
    }

    .leage-fl-left-dt .loop-flight-loc {
        width: 120px;
    }
	.multiple-select-boxes, .select-text-dropdown-menu {
    min-width: 450px;
}
}

@media screen and (max-width:767px) {

.main-navigation .navbar {
    background-color: #fff !important;
    border-radius: 5px;
}

.navbar-dark .navbar-toggler {
    
    border-color: rgb(4 4 4 / 10%);
    background-color: var(--main-yellow);
    color: #000;
}

div#collapsibleNavbar li a {
    color: #000;
    font-weight: 600;
}

section.top-flight-bread ul li.fl-active {
    border-radius: 0;
}
.avail-room-content {
    width: 100%;
    margin: 10px 0;
}
.avail-room-images {
    width: 230px;
    margin: 0 auto;
}
.avail-r-inner tr td h5 {
    font-size: 14px;
}
span.hd-ms {
    display: none;
}
.fare-break-table td, .fare-break-table th {
    font-size: 12px;
}
    .show-sp-inner.sp-bar-hotel ul li {
        text-align: left;
        width: 100%;
    }

.dr-right-box .b-1 {
 		display: flex;
        justify-content: space-between;
        width: 100%;
        align-items: center;
        padding: 10px 0 5px;
}
.dr-right-box h2 {
    margin: 0 10px 0 0;
        font-size: 20px;
}
    /* .com-sld-icon button.slick-prev {
        left: -11px;
    }
    .com-sld-icon button.slick-next {
        right: -11px;
    } */
    a.navbar-brand.logo-brand {
        display: block;
    }

    a.navbar-brand.logo-brand img {
        max-width: 90px;
    }

    .top-header .logo {
        display: none;
    }

    .ctc-information ul li:last-child {
        display: none;
    }

    .ctc-information ul li {
        margin-left: 0px;
    }

    .ctc-info-text p {
        margin: 0;
    }

    .ctc-info-text small {
        display: none;
    }

    .ctc-information ul {
        justify-content: space-evenly;
    }

    .ctc-information {
        width: 100%;
        margin-bottom: 8px;
    }

    .ctc-information ul li span {
        margin: 0;
        width: auto;
        height: auto;
        background-color: transparent;
    }

    .ctc-information ul li span i {
        font-size: 14px;
        margin-right: 3px;
    }

    .main-navigation .navbar {
        padding: 6px 9px;
        border-radius: 0;
    }

    .top-header {
        padding: 10px 0 0;
        display: none;
    }

    .lr-2-lower {
        margin-top: 0;
    }

    .lr-common {
        margin-bottom: 20px;
        min-height: 190px;
    }

    .ebs-inner {
        padding: 8px;
        margin: 5px -10px;
    }

    .ebs-area {
        margin: 20px 0;
        padding: 0 10px;
    }

    .ebs-inner h5 {
        font-size: 13px;
    }

    section.trip-suggestion {
        padding: 20px 0;
    }

    .bottom-ftr ul li {
        margin-right: 20px;
    }

    .bottom-ftr ul {
        justify-content: center;
        margin-bottom: 15px;
    }

    .bottom-ftr p {
        text-align: center;
        font-size: 10px;
        margin: 0;
    }

    .footer-above p {
        max-width: 100%;
    }

    .disclaimer {
        margin-top: 10px;
    }

    .fam-pack-slider-inner {
        min-height: 400px;
    }

    .main-search-outer .nav-tabs {
        justify-content: center;
    }

    .main-search-outer .nav-tabs .nav-link {
        padding: 7px 12px;
        font-size: 13px;
        border: 0;
        border-right: 1px solid #6c6b6b;
    }

    section.main-search-ara.msp>.container {
        padding: 0 !important;
        width: 100%;
    }

    .main-search-outer .nav-tabs .nav-link img {
        display: none;
    }

    .main-field-box .main-field-radio label {
        display: inline-flex;
        font-size: 14px;
        margin-bottom: 15px;
    }

    .main-field-box .main-field-radio {
        padding: 0;
        margin-bottom: 10px;
    }

    .main-field-radio span {
        width: 15px;
        height: 15px;
        margin-right: 10px;
    }

    .main-field-box {
        padding: 20px 0 20px;
    }

    .right-main-nav.for-mobile {
        display: block;
        margin-left: 50px;
    }

    .right-main-nav.for-mobile button {
        background-color: var(--main-yellow);
        color: #000;
    }

    .right-main-nav.for-desktop {
        display: none;
    }

    .main-navigation .container {
        padding: 0;
    }

    section.top-main-sld {
        position: relative;
        margin-top: 0;
    }

    section.main-search-ara {
        position: fixed;
        top: 150px;
        z-index: 999;
        margin: 0;
        display: none;
    }

    section.main-search-ara.msp {
        display: block;
        width: 100%;
    }

    .main-search-outer {
        border-radius: 0;
        max-height: 470px;
        min-height: 470px;
        overflow: auto;
        box-shadow: 1px 1px 1px 1px #a7a5a5;
    }

    .slider-inner-content {
        padding-top: 60px;
    }

    .scrolling-active header {
        position: fixed;
        width: 100%;
        top: 0;
        height: auto;
        z-index: 999;
    }

    .lr-common {
        min-height: 90px;
    }

    .fam-pack-slider .slick-list,
    .commom-slider .slick-list,
    .take-fl-slider .slick-list,
    .sim-htls-grid .slick-list {
        padding: 0 50px 0 0 !important;
    }

    .hp-price-link-bar {
        flex-direction: column;
    }

    ul.hp-itr-details li {
        margin-right: 5px;
    }

    .fam-pack-content h2 {
        font-size: 19px;
    }

    .flight-right-list-area {
        padding-left: 0;
    }

    .loop-flight-main {
        width: 100%;
        padding: 0;
    }

    .loop-fl-city {
        width: 40px;
    }

    .loop-fl-city span {
        font-size: 10px;
    }

    .loop-fl-city h4 {
        font-size: 12px;
    }

    .loop-flight-center {
        width: calc(100% - 130px);
    }

    .loop-flight-loc {
        width: 65px;
    }

    .loop-flight-loc h5 {
        font-size: 14px;
    }

    .loop-flight-loc span {
        font-size: 9px;
    }

    .loop-flight-center h4 {
        font-size: 12px;
    }

    .fl-list-heading h4 {
        font-size: 12px !important;
    }

    .fl-list-heading span {
        padding: 2px 8px;
        font-size: 12px;
    }

    .loop-flight-center small {
        font-size: 10px;
    }

    .fl-list-heading {
        background-color: #ededed;
        padding: 5px;
    }

    .logo-code {
        margin: 5px auto 5px;
        width: 100%;
        flex-direction: row;
        justify-content: center;
    }

    .loop-flight-outer {
        width: calc(100% - 90px);
    }

    .dr-right-box {
        flex-direction: row;
        justify-content: space-evenly;
        border: 0;
        padding: 0px;
        margin: 15px 15px 0;
        border-top: 1px solid #DCE2F3;
    }

    .side-bar-sho-hide-btn {
        display: block;
    }

    .main-side-bar {
        display: none;
    }

    .main-side-bar.sbsh-show {
        display: block;
    }

    .show-sp-inner {
        justify-content: center;
        padding: 10px;
    }

    .show-sp-inner h4 {
        font-size: 16px;
    }

    .show-sp-inner ul {
        flex-wrap: wrap;
        width: 82%;
    }

    .show-sp-inner ul li {
        margin: 3px 0;
        border: 0;
        width: 50%;
        padding: 0;
        font-size: 14px;
        text-align: left;
    }

    .itry-pop-outer .logo-code {
        width: 100px;
    }

    .itry-pop-outer .loop-flight-main {
        width: calc(100%);
    }

    .iternary-bar ul li {
        font-size: 11px;
    }

    .itry-pop-outer .fl-list-heading .bx-2 h5 {
        font-size: 12px;
               margin-top: 0;
        margin-left: 5px;
    }

    .itry-pop-outer .fl-list-heading {
        justify-content: center;
    }

    p.connection-time {
        font-size: 15px;
        margin: 8px 0;
    }

    section.latest-fl-deals {
        padding: 30px 0;
    }

    section.latest-fl-deals h2 {
        font-size: 22px;
        margin-bottom: 14px;
    }

    .lho-outer {
        min-height: 300px;
    }

    .lho-pack-content {
        left: 10px;
        right: 10px;
    }

    section.top-flight-bread ul {
        border-radius: 10px;
        padding: 5px 10px;
        flex-wrap: wrap;
    }

    section.top-flight-bread ul li:first-child {
        width: 40%;
    }

    section.top-flight-bread ul li {
        width: 45%;
        text-align: center;
        font-size: 12px;
    }

    section.top-flight-bread ul li:nth-child(2) {
        width: 55%;
    }

    section.top-flight-bread ul li.fl-active {
        padding-left: 10px;
        padding-right: 10px;
    }

    section.top-flight-bread ul:after,
    section.top-flight-bread ul li.fl-completed:after {
        display: none;
    }

  

    .l-time-box {
        margin: 10px 0px;
    }

    .l-time-box span {
        padding: 6px 10px;
        font-size: 11px;
            border-radius: 0;
    }

    .l-time-box span i {
        font-size: 13px;
    }

    .pr-card-box h4 {
        font-size: 15px;
    }

    .price-summary-area th,
    .price-summary-area td {
        padding: 10px 10px;
        text-wrap: nowrap;
            font-size: 13px;
    }

    .tls-left {
        width: 100%;
    }

    .tls-left-1 {
        width: 100%;
        display: flex;
        margin-bottom: 10px;
        border-bottom: 1px solid #d7d3d3;
        padding-bottom: 10px;
    }

    .tls-image img {
        max-width: 125px;
    }

    .tls-left-2 {
        width: 100%;
    }

    .tls-right {
        width: 100%;
        margin-top: 10px;
        border-top: 1px solid #dbd7d7;
        padding-top: 10px;
    }

    .slh {
        margin-top: 0px;
        margin-left: 0;
    }

    .tls-image {
        margin-bottom: 0;
        margin-right: 15px;
    }

    .bag-detail-main {
        display: block;
    }

    .bag-add-btn {
        margin-top: 10px;
    }

    .htl-left-slider {
        width: 100%;
        height: 200px;
    }

    .htl-right-content {
        width: 100%;
    }

    .show-a-room-btn {
        text-align: center;
    }

    .htl-bottom-box p {
        margin-bottom: 5px;
    }

    .htl-bottom-box h4 {
        margin: 8px 0 2px;
    }

    .htl-list-right h2 {
        font-size: 18px;
    }

    section.flight-detail-w-htl .itry-pop-outer .fl-list-heading {
        justify-content: space-between;
    }
ul.fav-tab li:last-child {
    margin: 0;
}
ul.fav-tab li {
    margin-right: 5px;
font-size: 13px;
}
ul.fav-tab li img {
    max-width: 26px;
}
ul.fav-tab li .share-btn {
    display: inline-block;
    margin-top: 4px;
}
    ul.fav-tab {
               margin: 0;
        align-items: center;
            width: 73px;
    }
.dr-right-box p {
    width: 73px;
    text-align: right;
}

    .main-search-toggle {
        display: block;
        position: fixed;
        top: 150px;
        width: 100%;
        z-index: 999;
    }

    .faq-accord .accordion-card .btn {
        font-size: 18px;
    }

    .faq-image {
        margin-bottom: 20px;
    }

    .faq-accord h2 {
        font-size: 23px;
    }

    body.b-fixed:after {
        position: absolute;
        content: '';
        width: 100%;
        height: 100%;
        background-color: #000000b0;
        top: 0;
        bottom: 0;
    }

    .lfd-mob {
        display: block;
    }

    .lfd-desk {
        display: none;
    }

    section.f-banner-ct {
        min-height: 150px;
    }

    .tour-rs-single .hp-content-box {
        text-align: center;
    }

    .ms-gal-1 {
        display: block !important;
        height: 150px;
    }

    .ms-gal-com {
        display: none;

    }

    .tour-outer-tabs li {
        margin-right: 10px;
    }

    ul.in-in-tab a {
        padding: 4px 5px;
        font-size: 12px;
    }

    ul.in-in-tab li {
        margin-right: 0px;
    }

    .s-td {
        width: 40%;
        ;
    }

    .fl-table-tour .table-bordered td {
        padding: 15px 10px;
    }
    .rating_BarList {
        padding-left: 0;
        padding-right: 0;
        grid-template-columns: 1fr;
        width: 100%;
    margin-bottom: 10px;
    }
    .badge_green {
        max-width: 100%;
    }
    .c-in-cout {
        padding: 6px 0px;
        display: block;
    }
    .c-in-com-0 {
        margin: 0 0 8px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    a.tp-right-link {
        position: static;
    }
    .all-rs-right a.bl-btn {
        position: absolute;
        top: -39px;
    }
    
    .all-rs-right {
        margin-top: 9px;
    }
    section.detail-f-w-hotel .fl-code {
        font-size: 11px;
    }
    .cp-password a {
        left: 050%;
        color: #fff;
        position: absolute;
        transform: translateX(-50%);
        bottom: 15px;
    }
    .prof-inner table.table tr td:last-child {
        padding: 0;
    }
    .prof-inner {
        padding: 20px 15px 35px;
        position: relative;
        margin: 30px 0;
    }
    .prof-inner table td span {
        margin-left: 0;
        display: block;
    }
}


.bg{
    background-color: #C9D6FA;
}
.bg1{
    background-color: #f4f7ff;
}
.textc{
    color: #192779;
}
.bg-btn{
    background-color: #192779;
}
.badge-warning{
    background-color: #ffe153;
}