/* common css ******************************************************************************/
:root {
    --white: #fff;
    --black: #000;
    --black-1:#01060d;
    --navy: #0d233e;
    --clear-blue: #287dfa;
    --royal-blue:#2273e5;
    --bright-blue: #0d6efd;
    --red: #f00125;
    --soft-peach: #f0f0f0;
    --white-lilac: #f5f7fc;
    --saffron-mango: #f9b851;
    --butterfly-blue: #1da1f2;
    --dark-jungle-green: #212529;
    --bluish: #2877b5;
    --dark-grey: #333333;
    --grey:#808080;
    --green: #40cc6f;
    --charcoal-grey: #454545;
    --mid-grey: #5d646d;
    --light-grey:#e5e5e5;
    --transparent-black:rgba(0, 0, 0, 0.1);
    --transparent-black-1:rgba(255, 255, 255, 0.1);
    --transparent-black-2:rgba(0, 0, 0, 0.3);
    --transparent-grey: rgba(82, 85, 90, 0.1);
    --transparent-grey-1: rgba(82, 85, 90, 0.2);
    --transparent-grey-2: rgba(128, 137, 150, 0.2);
    --transparent-grey-3: rgba(128, 137, 150, 0.4);
    --transparent-grey-4: rgba(128, 137, 150, 0.1);
    --transparent-grey-5:rgba(19, 41, 104, 0.2);
    --transparent-grey-6:rgba(128, 137, 150, 0.08);
    --transparent-blue:rgba(40, 125, 250, 0.1);
    --transparent-blue-1:rgba(40, 125, 250, 0.2);
    --transparent-blue-2:rgba(19, 41, 104, 0.1);
    --transparent-blue-3:rgba(40, 125, 250, 0.7);
    --transparent-blue-4:rgba(40, 125, 250, 0.4);
    --transparent-blue-5:rgba(34, 115, 229, 0.26);
    --transparent-blue-6:rgba(29, 161, 242, 0.26);
    --transparent-light-grey:rgba(255, 255, 255, 0.8);
    --transparent-light-grey-1:rgba(255, 255, 255, 0.4);
    --transparent-color:rgba(82, 85, 90, 0.05);
    --transparent-color-1:rgba(82, 85, 90, 0.3);
    --transparent-color-2:rgba(40, 125, 250, 0.03);
    --transparent-color-3:rgba(40, 125, 250, 0.3);
}

.white {
    color: var(--white);
}

.black {
    color: var(--black);
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

*::before,
*::after {
    box-sizing: border-box;
}

body {
    font-size: 16px;
    line-height: 28px;
    background: var(--white);
    color: var(--mid-grey);
    font-family: 'Roboto', sans-serif;
    -webkit-font-smoothing: antialiased;
}

body.show {
    position: fixed;
    top: 0;
    width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6,
p  {
    margin: 0;
}

h1 {
    font-size: 50px;
    font-weight: 700;
}

h2 {
    font-size: 40px;
    color: var(--navy);
    font-weight: 700;
    line-height: 50px;
}

h3 {
    font-size: 36px;
}

h4 {
    font-size: 20px;
    color: var(--navy);
    margin-bottom: 13px;
}
h5, h6 {
    font-size: 19px;
}

.section-block {
    height: 1px;
    background-color: var(--white-lilac);
}
.sec__desc {
    font-size: 18px;
    color: var(--mid-grey);
    line-height: 30px;
}

/*---------------- fonts ----------------*/



.font-size-18 {
    font-size: 18px;
}
.font-size-15 {
    font-size: 15px;
}
.font-size-14 {
    font-size: 14px;
}
.font-size-13 {
    font-size: 13px;
}


/*----------------  padding ----------------*/
.padding-right-100px{
    padding-right: 100px;
}
.padding-left-100px{
    padding-left: 100px;
}
.padding-top-50px{
    padding-top: 50px;
}
.padding-bottom-50px{
    padding-bottom: 50px;
}
.padding-top-40px{
    padding-top: 40px;
}
.padding-top-30px{
    padding-top: 30px;
}
.padding-top-35px{
    padding-top: 35px;
}
.padding-bottom-30px{
    padding-bottom: 30px;
}
.padding-top-100px{
    padding-top: 100px;
}
.padding-bottom-180px{
    padding-bottom: 180px;
}
.padding-bottom-90px{
    padding-bottom: 90px;
}
.padding-top-10px{
    padding-top: 10px;
}
.padding-bottom-10px{
    padding-bottom: 10px;
}

/*----------------  margin ----------------*/
.margin-top-20px{
    margin-top: 20px;
}
.margin-top-40px{
    margin-top: 40px;
}
.margin-top-50px{
    margin-top: 50px;
}

ul,
ol {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
    display: inline-block;
    line-height: 28px;
    color: inherit;
    cursor: pointer;
}

.section-heading {
    text-align: center;
    margin-bottom: 50px;
}

.theme-btn {
    font-size: 15px;
    line-height: 45px;
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
    background: var(--clear-blue);
    color: var(--white);
    border: 1px solid var(--clear-blue);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    font-weight: 500;
    display: inline-block;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    box-shadow: 0.4em 0.4em 0 var(--transparent-blue-3);
}
.theme-btn:hover {
    background-color: var(--white);
    color: var(--clear-blue);
    box-shadow: -0.3em -0.3em 0 var(--bright-blue);
}
/* .header-part .theme-btn {
    box-shadow: none;
} */
.theme-btn-transparent {
    background-color: var(--white);
    color: var(--clear-blue);
}
.theme-btn-transparent:hover {
    background-color: var(--clear-blue);
    color: var(--white);
}
.theme-btn-small {
    line-height: 35px;
    padding-left: 15px;
    padding-right: 15px;
}
.section {
    padding: 100px 0;
    overflow: hidden;
}
section{
    overflow: hidden;
}

.section-bg {
    background-color: var(--white-lilac);
}

.bg {
    padding: 100px 0;
}
.bg-5 {
    background-color: var(--bluish) !important;
}
.bg-6 {
    background-color: var(--butterfly-blue) !important;
}
.bg-7 {
    background-color: var(--red) !important;
}

.mobile {
    display: none;
}

.desktop {
    display: block;
}

img,
video {
    max-width: 100%;
    display: block;
}

.button-box {
    padding-top: 20px;
}

.owl-theme .owl-dots .owl-dot span {
    background: var(--black);
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: var(--white);
    outline: 2px solid var(--white);
    outline-offset: 3px;
}

.owl-nav {
    margin-top: 0;
}

.owl-nav button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.owl-nav button.owl-prev {
    left: 0;
}

.owl-nav button.owl-next {
    right: 0;
}

.form-control-common {
    background: var(--white);
    border: 1px solid var(--black);
    font-size: 20px;
    padding: 15px 50px 15px 20px;
    width: 100%;
    appearance: textfield;
    color: var(--black);
    border-radius: 0;
    box-shadow: none;
    resize: none;
    outline: none;
}

.input-group {
    padding-bottom: 30px;
}
input[type="date"]::-webkit-calendar-picker-indicator {
    background: transparent;
    bottom: 0;
    color: transparent;
    cursor: pointer;
    height: auto;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: auto;
}
.contact-form-action .form-group {
    position: relative;
}
.form-group {
    margin-bottom: 16px;
}
.form-group .theme-btn{
    box-shadow: none;
}
.contact-form-action .form-control:focus {
    border-color: var(--clear-blue);
}
.contact-form-action .form-control {
    height: auto;
    line-height: inherit;
    padding: 10px 20px 10px 40px;
    font-size: 13px;
    color: var(--navy);
    border-color: var(--transparent-grey-2);
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    background-color: var(--white);
}

.contact-form-action .form-group .form-icon {
    position: absolute;
    top: 15px;
    left: 15px;
    color: var(--mid-grey);
    font-size: 18px;
}

.contact-form-action .form-group .search-btn,
.contact-form-action .form-group .submit-btn {
    position: absolute;
    top: 7px;
    right: 8px;
}

.form-group .form-icon {
    z-index: 2;
}
.dropdown-btn {
    cursor: pointer;
    display: block;
    width: 100%;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    position: relative;
    padding: 10px 20px;
    font-size: 13px;
    color: var(--navy);
    border: 1px solid var(--transparent-grey-2);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    background-color: var(--white);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.dropdown-btn::after {
    border: none;
    content: "\f107";
    font-family: "Line Awesome Free";
    font-weight: 900;
    font-size: 13px;
    position: absolute;
    top: 10px;
    right: 20px;
}
.dropdown-contain .dropdown-menu {
    -webkit-box-shadow: 0 4px 8px 0 var(--transparent-black);
    -moz-box-shadow: 0 4px 8px 0 var(--transparent-black);
    box-shadow: 0 4px 8px 0 var(--transparent-black);
    border: none;
    width: 100%;
}
.dropdown-contain .dropdown-item:hover {
    background-color: transparent;
}
.dropdown-item.active, .dropdown-item:active{
    color: inherit;
}
.roomInc, .roomDec, .qtyInc, .qtyDec {
    width: 28px;
    height: 28px;
    line-height: 29px;
    font-size: 18px;
    background-color: var(--transparent-grey-6);
    color: var(--navy);
    display: inline-block;
    text-align: center;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    cursor: pointer;
    position: relative;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.roomInc:hover, .roomDec:hover, .qtyInc:hover, .qtyDec:hover {
    background-color: var(--clear-blue);
    color: var(--white);
}
.roomBtn input, .qtyBtn input {
    width: 35px;
    outline: none;
    border: none;
    text-align: center;
    color: var(--navy);
    font-weight: 500;
}
#header .logo-box a,
.footer-logo {
    font-size: 30px;
    font-weight: 900;
    color: var(--black);
}
label {
    display: inline-block;
    margin-bottom: 8px;
}
.label-text {
    font-size: 14px;
    color: var(--navy);
}
.owl-carousel .owl-item img{
    width: auto;
}
.row > * {
    position: relative;
}
.modal-header .btn-close {
    --bs-btn-close-bg: none !important;
    outline: none !important;
}
.btn-close:focus{
    box-shadow:none;
}
.modal-header .close {
    background-color: var(--transparent-grey-2);
    padding: 0;
    width: 33px;
    height: 33px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    margin-top: -5px;
    margin-right: 0;
    font-size: 20px;
    outline: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    text-shadow: none;
}
.modal-header .close:hover {
    background-color:var(--clear-blue);
    color: var(--white) !important;
}
.form-check-input:focus{
    box-shadow:none;
}
.custom-checkbox label {
    margin-left: 5px;
}

/* header css start ******************************************************************************/
@keyframes smoothScroll {
    0% {
        transform: translateY(-60px);
        opacity: 0;
    }

    100% {
        transform: translateY(0px);
        opacity: 1;
    }
}

.header-menu-wrapper.show {
    position: fixed;
    top: 0;
    left: 0;
    background-color: var(--white);
    width: 100%;
    animation: smoothScroll 1s forwards;
    z-index: 1000;
    -webkit-box-shadow: 0 0 40px var(--transparent-grey);
    -moz-box-shadow: 0 0 40px var(--transparent-grey);
    box-shadow: 0 0 40px var(--transparent-grey);
}

#header {
    background: var(--white);
    transition: .5s all;
    position: relative;
}

#header .header-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#header .logo-box img {
    max-width: 220px;
    width: 100%;
}

#header .main-nav .click-menu,
#header .main-nav .cancel-menu {
    display: none;
    cursor: pointer;
    position: relative;
    z-index: 11;
}

#header .main-nav .click-menu span,
#header .main-nav .cancel-menu span {
    width: 25px;
    height: 3px;
    background: var(--black);
    transition: .5s all ease-in-out;
    position: relative;
    border-radius: 5px;
}

#header .main-nav .cancel-menu span {
    position: absolute;
    height: 4px;
}

#header .main-nav .cancel-menu span:first-child {
    transform: rotate(45deg);
}

#header .main-nav .cancel-menu span:last-child {
    transform: rotate(-45deg);
}

#header .main-nav {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding-left: 20px;
}

#header .button-box {
    margin-left: 20px;
    padding-top: 0;
}

#header .main-nav nav ul li {
    display: inline-block;
    position: relative;
    margin-right: 20px;
}

.header-top-bar {
    background-color: var(--white);
    padding-bottom: 15px;
    padding-top: 15px;
    border-bottom: 1px solid var(--transparent-grey-4);
}

.header-top-content .list-items li {
    padding-right: 13px;
    margin-bottom: 5px;
    display: inline-block;
    color: var(--navy);
    text-transform: inherit;
    font-size: 14px;
}

.header-top-content .list-items li a {
    color: var(--navy);
}

#header .main-menu-content {
    margin-left: auto;
    display: block;
    padding: 15px 0;
}

#header .main-menu-content ul li {
    display: inline-block;
    text-transform: capitalize;
    padding-right: 23px;
    position: relative;
}

#header .main-menu-content ul li a:hover,
#header .main-menu-content ul li .dropdown-menu-item li a:hover {
    color: var(--clear-blue);
    background-color: transparent;
}

#header .main-menu-content ul li a .la-angle-down {
    font-size: 12px;
    color: var(--mid-grey);
    display: none;
}

#header .main-menu-content ul li .dropdown-menu-item {
    text-align: left;
    position: absolute;
    top: 50px;
    left: 0;
    width: 200px;
    background-color: var(--white);
    padding-top: 10px;
    padding-bottom: 10px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    opacity: 0;
    visibility: hidden;
    z-index: 4;
    -webkit-box-shadow: 0 0 40px var(--transparent-grey-1);
    -moz-box-shadow: 0 0 40px var(--transparent-grey-1);
    box-shadow: 0 0 40px var(--transparent-grey-1);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    transform-origin: top;
    -webkit-transform: perspective(250px) rotateX(-15deg);
    -moz-transform: perspective(250px) rotateX(-15deg);
    -ms-transform: perspective(250px) rotateX(-15deg);
    -o-transform: perspective(250px) rotateX(-15deg);
    transform: perspective(250px) rotateX(-15deg);
}

#header .main-menu-content ul li a .la-angle-down {
    font-size: 12px;
    color: var(--mid-grey);
}

#header .main-menu-content ul li .drop-menu-toggler {
    position: absolute;
    right: 0;
    top: 0;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    color: var(--navy);
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    display: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: none;
    outline: none;
    z-index: 2;
    background-color: transparent;
}

#header .main-menu-content ul li .dropdown-menu-item li a .sub-menu-toggler {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    font-size: 16px;
    color: var(--navy);
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    z-index: 2;
    outline: none;
    border: none;
    display: none;
}

#header .main-menu-content ul li a {
    color: var(--navy);
    display: block;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    position: relative;
    z-index: 1;
}

#header .main-menu-content ul li a:hover {
    color: var(--clear-blue);
}

#header .main-menu-content ul li .dropdown-menu-item li {
    display: block;
    margin-right: 0;
    padding-right: 0;
}

#header .main-menu-content ul li .dropdown-menu-item li a {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    justify-content: space-between;
    position: relative;
    padding: 3px 15px;
    color: var(--mid-grey);
    font-size: 15px;
    line-height: 28px;
}
ul.dropdown-menu-item.dropdown-menu {
    background-color: var(--white);
    border: 0;
    -webkit-box-shadow: 0 0 40px var(--transparent-grey-1);
    -moz-box-shadow: 0 0 40px var(--transparent-grey-1);
    box-shadow: 0 0 40px var(--transparent-grey-1);
}

#header .main-menu-content ul li .dropdown-menu-item li a .la-plus {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

#header .main-menu-content ul li .dropdown-menu-item li  a:hover .la-plus {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

#header .main-menu-content ul li .dropdown-menu-item li .sub-menu {
    position: absolute;
    top: 40px;
    left: 40px;
    width: 200px;
    background-color: var(--white);
    padding-top: 10px;
    padding-bottom: 10px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 0 40px var(--transparent-grey-1);
    -moz-box-shadow: 0 0 40px var(--transparent-grey-1);
    box-shadow: 0 0 40px var(--transparent-grey-1);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    transform-origin: top;
    -webkit-transform: perspective(250px) rotateX(-15deg);
    -moz-transform: perspective(250px) rotateX(-15deg);
    -ms-transform: perspective(250px) rotateX(-15deg);
    -o-transform: perspective(250px) rotateX(-15deg);
    transform: perspective(250px) rotateX(-15deg);
    visibility: hidden;
    opacity: 0;
}



/* homeBanner css ******************************************************************************/
.hero-bg {
    background-image: url(../images/hero-bg.jpg);
}
.hero-box {
    position: relative;
    width: 100%;
    z-index: 2;
    padding-top: 110px;
    padding-bottom: 150px;
    background-size: cover;
    background-position: center;
}
.hero-box:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0.7;
    background-color: var(--navy);
}
.line-bg {
    position: absolute;
    width: 1px;
    height: 100%;
    background-color: var(--transparent-black-1);
    top: 0;
}
.line-bg:before {
    position: absolute;
    bottom: -60%;
    left: 0;
    content: "";
    height: 80px;
    width: 100%;
    background-color: var(--transparent-light-grey-1);
}
.line-bg1 {
    left: 14%;
}
.line-bg2 {
    left: 30%;
}
.line-bg3 {
    left: 45%;
}
.line-bg4 {
    left: 60%;
}
.line-bg5 {
    left: 75%;
}
.line-bg6 {
    left: 88%;
}
.hero-content .section-heading .sec__title {
    color: var(--white);
}
.hero-content .section-heading{
    text-align: left;
}
.search-fields-container {
    background-color: var(--white);
    padding: 20px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}
.section-tab .nav-tabs .nav-link {
    -webkit-border-radius: 8px 8px 0 0;
    -moz-border-radius: 8px 8px 0 0;
    border-radius: 8px 8px 0 0;
    background-color: transparent;
    color: var(--white);
    border: none;
    padding: 9px 25px 9px 25px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    font-weight: 500;
}
.section-tab .nav-tabs .nav-link.active {
    color: var(--clear-blue);
    background-color: var(--white);
}
.section-tab .nav-tabs .nav-item,
.toggle-flight-details .nav-tabs .nav-link {
    margin-right: 10px;
}
.section-tab .nav-tabs .nav-link i {
    font-size: 20px;
}
.cd-words-wrapper b {
    font-weight: 700;
}
.section-tab .nav-tabs {
    border-bottom: none;
}
.section-tab-2 .nav-tabs .nav-item {
    margin-right: 20px;
}
.section-tab-2 .nav-tabs .nav-link {
    color: var(--navy);
    background-color: transparent;
    padding: 0 0 0 20px;
    font-size: 14px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    position: relative;
}
.section-tab-2 .nav-tabs .nav-link.active, .section-tab-2 .nav-tabs .nav-link:hover {
    background-color: transparent;
    color: var(--clear-blue);
}
.section-tab-2 .nav-tabs .nav-link::before, .section-tab-2 .nav-tabs .nav-link::after {
    position: absolute;
    content: "";
    top: 8px;
    left: 0;
    width: 14px;
    height: 14px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.section-tab-2 .nav-tabs .nav-link::before {
    left: 4px;
    top: 12px;
    width: 6px;
    height: 6px;
    background-color: var(--white);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
}
.section-tab-2 .nav-tabs .nav-link.active::before, .section-tab-2 .nav-tabs .nav-link:hover::before {
    background-color: var(--clear-blue);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
.section-tab-2 .nav-tabs .nav-link::after {
    border: 2px solid var(--transparent-grey-5);
}
.section-tab-2 .nav-tabs .nav-link.active::after, .section-tab-2 .nav-tabs .nav-link:hover::after {
    border-color: var(--clear-blue);
}
.select2-container--default {
    width: auto !important;
    background-color: var(--white);
    color: var(--navy);
    border-radius: 6px;
}
.select2-container-wrapper .select2-container--default {
    width: 100% !important;
    height: 50px !important;
}
.select2-container--default .selection .select2-selection--single {
    background-clip: padding-box !important;
    border: none;
    padding: 10px 20px;
    position: relative;
    height: 37px;
    background: none;
    border-radius: 6px;
    font-size: 13px;
    align-items: center;
    justify-content: space-between;
    display: flex;
}
.select2-container-wrapper .select2-container--default .selection .select2-selection--single {
    height: 50px;
    border: 1px solid var(--transparent-grey-2);
}
.select2-container--default .selection .select2-selection__rendered {
    color: var(--mid-grey);
    font-weight: 400;
    font-size: 13px;
}
.select2-container--default .selection .select2-selection__arrow {
    position: relative;
}
.select2-container--open {
    z-index: 9999 !important;
}
.multi-flight-delete-wrap {
    display: none;
}
.multi-flight-remove {
    color: var(--navy);
    font-size: 20px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background-color: var(--white);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 0 2px 10px 0 var(--transparent-black);
    -moz-box-shadow: 0 2px 10px 0 var(--transparent-black);
    box-shadow: 0 2px 10px 0 var(--transparent-black);
    border: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.multi-flight-remove:hover {
    background-color: var(--clear-blue);
    color: var(--white);
}
.add-flight-btn {
    background-color: var(--transparent-color-2);
    color: var(--clear-blue);
    border-color: var(--transparent-color-3);
    outline: none;
}
.add-flight-btn:hover {
    background-color: var(--transparent-blue);
}
.hero-svg {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100px;
    fill: var(--white);
    stroke: none;
}
.advanced-wrap {
    margin-top: 10px;
}


/* info-area css *******************************************************************************/
.info-area {
    position: relative;
}
.info-bg::before {
    position: absolute;
    opacity: 0.2;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/color-bg.png);
    z-index: -1;
}
.icon-box {
    margin-bottom: 30px;
    position: relative;
    z-index: 1;
}
.icon-box .info-icon {
    position: relative;
    width: 80px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    font-size: 34px;
    color: var(--clear-blue);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    transition: box-shadow 0.3s ease;
    border-radius: 50%;
}
.icon-box .info-icon::after, .icon-box .info-icon::before {
    position: absolute;
    content: "";
    z-index: -1;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.icon-box .info-icon::before {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: var(--transparent-blue);
}
.icon-box .info-icon:after {
    width: 60px;
    height: 60px;
    top: 10px;
    left: 10px;
    background-color: var(--transparent-blue-1);
    opacity: 0.5;
}
.icon-box .info-content {
    padding-top: 20px;
}
.icon-box:hover .info-icon {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    box-shadow: 0 0 10px 0 var(--transparent-blue-4);
}
.btn-text {
    color: var(--navy);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    font-size: 15px;
}
.btn-text i {
    padding-left: 1px;
    font-size: 13px;
}
.btn-text:hover {
    color: var(--clear-blue);
}

/* round-trip-flight-area css ******************************************************************************/
.nav-tabs{
    border-bottom: 0;
}
.section-tab-3 .nav-tabs .nav-link {
    padding: 5px 45px;
    color: var(--mid-grey);
    background-color: var(--white);
    -webkit-box-shadow: 0 0 40px var(--transparent-grey);
    -moz-box-shadow: 0 0 40px var(--transparent-grey);
    box-shadow: 0 0 40px var(--transparent-grey);
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    text-transform: capitalize;
    font-size: 16px;
}   
.section-tab-3 .nav-tabs .nav-link.active, .section-tab-3 .nav-tabs .nav-link:hover{
    color: var(--white);
    background-color: var(--clear-blue);
}
.deal-card {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: var(--white);
    -webkit-box-shadow: 0 0 40px var(--transparent-grey);
    -moz-box-shadow: 0 0 40px var(--transparent-grey);
    box-shadow: 0 0 40px var(--transparent-grey);
    padding: 25px;
    position: relative;
    border: 1px solid transparent;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    margin-bottom: 30px;
}
.deal-card:hover {
    box-shadow:  var(--transparent-blue-5) -10px 10px, var(--transparent-blue-6) -20px 20px;
}
.deal-card .deal__title {
    font-size: 18px;
    color: var(--navy);
}
.deal-card .deal__title a {
    color: var(--navy);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.deal-card .deal__title a:hover {
    color: var(--clear-blue);
}
.deal-card .deal-title img {
    width: 25px;
    margin-right: 12px;
}
.deal-card .deal__meta {
    font-size: 14px;
    padding-left: 36px;
    font-weight: 500;
}
.deal-card .deal-action-box {
    padding-top: 20px;
}
.deal-card .price-box {
    font-size: 15px;
}
.deal-card .price-box .price__num {
    color: var(--navy);
    font-size: 17px;
    font-weight: 700;
}

/* hotel-area css ******************************************************************************/
.card-item {
    margin-bottom: 30px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: var(--white);
    -webkit-box-shadow: 0 0 40px var(--transparent-grey);
    -moz-box-shadow: 0 0 40px var(--transparent-grey);
    box-shadow: 0 0 40px var(--transparent-grey);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    position: relative;
}
.card-item:hover {
    -webkit-transform: translateY(-3px) !important;
    -moz-transform: translateY(-3px) !important;
    -ms-transform: translateY(-3px) !important;
    -o-transform: translateY(-3px) !important;
    transform: translateY(-3px) !important;
    box-shadow:  #2273e542 -10px 10px, #1da1f240 -20px 20px;
}
.card-item .card-rating .badge {
    background-color: var(--saffron-mango);
    font-size: 15px;
}
.card-item .card-img {
    position: relative;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.card-item .card-img img {
    width: 100%;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.card-item .card-body {
    padding: 25px 30px;
    min-height: auto;
}
.icon-element {
    display: block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    background-color: var(--clear-blue);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    position: relative;
    font-size: 25px;
    color: var(--white);
}
.card-item .card-img .add-to-wishlist:hover {
    background-color: var(--clear-blue);
    color: var(--white);
}
.card-item .card-img .add-to-wishlist {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 18px;
    cursor: pointer;
    color: var(--navy);
    background-color: var(--white);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.card-item .card-img .badge {
    position: absolute;
    background-color: var(--green);
    top: -10px;
    left: 20px;
    padding: 6px 11px;
    font-size: 12px;
    text-transform: uppercase;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    font-weight: 500;
    z-index: 1;
    color: var(--white);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.hotel-card-carousel .owl-stage-outer {
    overflow: inherit;
}
.carousel-action .owl-nav button {
    position: absolute;
    top: 45%;
    -webkit-transform: translateY(-45%);
    -moz-transform: translateY(-45%);
    -ms-transform: translateY(-45%);
    -o-transform: translateY(-45%);
    transform: translateY(-45%);
    width: 45px;
    height: 45px;
    line-height: 45px;
    background-color: var(--white) !important;
    -webkit-box-shadow: 0 0 40px var(--transparent-grey);
    -moz-box-shadow: 0 0 40px var(--transparent-grey);
    box-shadow: 0 0 40px var(--transparent-grey);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    font-size: 20px;
    color: var(--navy);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.card-item .card-meta {
    font-size: 15px;
    line-height: 20px;
}
.card-item .card-meta .post-dot {
    width: 4px;
    height: 4px;
    background-color: var(--transparent-grey-3);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    display: inline-block;
    margin-right: 5px;
    margin-left: 5px;
    position: relative;
    top: -3px;
}
.carousel-action .owl-nav i{
    font-size: 20px;
    color: var(--navy);
}
.hotel-card-carousel .owl-nav .owl-prev {
    left: 80px;
}
.hotel-card-carousel .owl-nav .owl-next {
    right: 80px;
}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev{
    display: flex;
    align-items: center;
    justify-content: center;
}
.hotel-card-carousel .owl-stage-outer .owl-item:not(.active) .card-item::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--transparent-light-grey);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    z-index: 1;
}
.carousel-action .owl-dots {
    width: 100%;
    text-align: center;
    padding-top: 40px;
}
.carousel-action .owl-dots .owl-dot {
    width: 12px;
    height: 12px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 2px solid var(--transparent-blue-2);
    display: inline-block;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    margin: 0 2px;
}
.carousel-action .owl-dots .owl-dot.active {
    background-color: var(--clear-blue);
    border-color: var(--clear-blue);
}
.card-item .card-title a {
    color: var(--navy);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    text-transform: capitalize;
}
.card-item .card-rating {
    padding-top: 12px;
    padding-bottom: 12px;
}
.card-item .card-price .price__text {
    display: block;
    line-height: 16px;
    font-size: 15px;
}
.card-item .card-price .price__from {
    font-size: 13px;
}
.card-item .card-price .price__num {
    color: var(--navy);
    font-size: 18px;
    font-weight: 500;
}
.card-item .card-title a:hover {
    color: var(--clear-blue);
}
.card-item .card-rating .review__text {
    padding-left: 4px;
    padding-right: 4px;
    color: var(--saffron-mango);
    font-size: 15px;
}
.card-item .card-rating .rating__text {
    font-size: 14px;
}
.card-title{
    margin-bottom: 5px;
}

/* destination-area css *****************************************************************************/
.destination-card {
    position: relative;
    overflow: hidden;
}
.destination-card .card-img::before {
    background-color: var(--navy);
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    z-index: 1;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.destination-card.card-item  .card-title a,
.destination-card .card-rating .rating__text,
.destination-card .card-price .price__num,
.destination-card .card-price p{
    color: var(--white);
}
.destination-card .card-body {
    position: absolute;
    bottom: -50px;
    width: 100%;
    z-index: 2;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.destination-card .card-img .badge {
    top: 20px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: var(--clear-blue);
}
.ratings i {
    color: var(--saffron-mango);
}
.destination-card:hover .card-body {
    bottom: 0;
}
.card-item .card-price .price__num {
    font-size: 18px;
    font-weight: 500;
}
.before-price {
    text-decoration: line-through;
}
.destination-card .tour__text {
    font-weight: 500;
}

/* testimonial-area css ******************************************************************************/
.testimonial-card {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: var(--white);
    -webkit-box-shadow: 0 0 40px var(--transparent-color);
    -moz-box-shadow: 0 0 40px var(--transparent-color);
    box-shadow: 0 0 40px var(--transparent-color);
    border: 1px solid var(--transparent-grey-2);
    padding: 25px 30px 30px 30px;
}
.testimonial-carousel.carousel-action .owl-nav button {
    width: 35px;
    height: 35px;
    line-height: 34px;
}
.testimonial-carousel .owl-nav .owl-prev {
    left: -20px;
}
.testimonial-carousel .owl-nav .owl-next{
    right: -20px;
}
.testimonial-card .testi__desc {
    font-size: 17px;
    line-height: 30px;
    font-weight: 400;
}
.author-content .author-bio .author__title {
    color: var(--navy);
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 500;
}
.author-content .author-img {
    width: 64px;
    height: 64px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    margin-right: 15px;
}
.author-content .author-img img {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    width: 100%;
    height: 100%;
    border: 3px solid var(--white);
    -webkit-box-shadow: 0 0 40px var(--transparent-color);
    -moz-box-shadow: 0 0 40px var(--transparent-color);
    box-shadow: 0 0 40px var(--transparent-color);
}
.testimonial-card .testi-desc-box {
    padding-bottom: 25px;
}


/* cta-area css ******************************************************************************/
.cta-area {
    position: relative;
    background-size: cover;
}
.cta-area::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var( --navy);
    opacity: 0.6;
}
.video-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: -1;
}
.cta-area .container {
    position: relative;
}
.cta-svg {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100px;
    fill: var(--white);
    stroke: none;
}
.cta-area .section-heading{
    margin-bottom: 35px;
}

/* blog-area css ******************************************************************************/
.blog-card .card-img::before {
    background-color: var(--navy);
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.7;
    z-index: 1;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
}
.blog-card .card-footer {
    background-color: transparent;
    border-top: none;
    position: relative;
    padding: 20px;
}
.blog-card .card-body {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 1;
    padding-bottom: 20px;
}
.blog-card .card-meta, .blog-card.card-item .card-title a{
    color: var(--white);
}

.blog-card .card-footer:last-child {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.blog-card .post-categories .badge {
    text-transform: capitalize;
    background-color: var(--white);
    color: var(--navy);
    font-size: 13px;
    margin-right: 5px;
    padding: 4px 8px;
    font-weight: 400;
}
.blog-card .post-categories {
    padding-bottom: 14px;
}
.blog-card .card-img .post-format {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 18px;
    color: var(--navy);
    background-color: var(--white);
    z-index: 1;
}
.post-share ul li {
    position: relative;
}
.post-share ul li .icon-element {
    width: 40px;
    height: 40px;
    line-height: 40px;
    background-color: var(--transparent-blue);
    cursor: pointer;
    font-size: 20px;
    color: var(--clear-blue);
}
.post-share ul li .post-share-dropdown {
    position: absolute;
    top: 0;
    right: 42px;
    background-color: var(--white);
    -webkit-box-shadow: 0 0 40px var(--transparent-color-1);
    -moz-box-shadow: 0 0 40px var(--transparent-color-1);
    box-shadow: 0 0 40px var(--transparent-color-1);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    opacity: 0;
    visibility: hidden;
}
.post-share ul li:hover .post-share-dropdown {
    right: 47px;
    opacity: 1;
    visibility: visible;
}
.post-share ul li .post-share-dropdown li {
    display: inline-block;
}
.post-share ul li .post-share-dropdown li a {
    padding: 5px 6px;
    display: block;
    color: var(--navy);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.post-share ul li .post-share-dropdown li a:hover {
    color: var(--clear-blue);
}
.post-share ul li .icon-element:hover {
    background-color: var(--clear-blue);
    color: var(--white);
}
.blog-card .post-categories .badge:hover {
    color: var(--clear-blue);
}
.blog-card .card-meta .post-dot {
    background-color: var(--white);
}

/* mobile-app css ******************************************************************************/
.mobile-app {
    position: relative;
    z-index: 1;
    overflow: visible;
}
.info-list li .icon-element {
    color: var(--clear-blue);
    font-size: 16px;
    width: 30px;
    height: 30px;
    background-color: var(--transparent-blue);
    line-height: 30px;
}
.info-list li:hover .icon-element {
    background-color: var(--clear-blue);
    color: var(--white);
}
.mobile-app-content .info-list li .icon-element {
    margin-right: 10px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 20px;
}
.mobile-app-content .info-list li {
    color: var(--navy);
    font-size: 18px;
}
.mobile-app::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/color-bg2.png);
    background-size: cover;
    background-position: center;
    z-index: -1;
    opacity: 0.2;
}
.mobile-app .mobile-img {
    position: absolute;
    bottom: -100px;
    right: 0;
}
.mobile-app-content {
    margin-bottom: 60px;
}

/* clientlogo-area css ******************************************************************************/
.client-logo-item img {
    filter: grayscale(100%);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.client-logo-item {
    display: inline-block;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    padding: 20px 20px;
}
.client-logo-item:hover img {
    filter: grayscale(0);
}


/* breadcrumb-area css ******************************************************************************/
.breadcrumb-area {
    padding-top: 90px;
    padding-bottom: 100px;
    position: relative;
    z-index: 1;
    background-size: cover;
    background-position: center;
}
.bread-bg-6 {
    background-image: url(../images/bread-bg5.jpg);
}
.breadcrumb-area::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/bg-img.svg),  linear-gradient(80deg, var(--black), var(--black-1));
    background-position: 50% 50%;
    animation: background-move 20s linear infinite;
    background-size: 100vw auto, 100% 100%;
    opacity: 0.3;
    z-index: -1;
}
/*====== background-move ========*/
@keyframes background-move {
    0% {
      background-position: 0 0, 0 0;
    }
    100% {
      background-position: 100vw 0, 0 0;
      background-position: max(100vw, 40em) 0, 0 0;
    }
}
.breadcrumb-list .list-items {
    display: inline-block;
    background-color: var(--transparent-black-2);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 10px 20px;
}
.breadcrumb-list .list-items li {
    padding-right: 22px;
    color: var(--white);
    position: relative;
    line-height: 24px;
    margin-bottom: 0;
    display: inline-block;
}
.breadcrumb-list .list-items li::before {
    position: absolute;
    content: "";
    top: 12px;
    right: 8px;
    width: 4px;
    height: 4px;
    background-color: var(--white);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.breadcrumb-list .list-items li a {
    color: var(--white);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.breadcrumb-list .list-items li a:hover {
    color: var(--white);
    opacity: .7;
}
.breadcrumb-list .list-items li:last-child {
    padding-right: 0;
}
.breadcrumb-list .list-items li:last-child::before {
    display: none;
}
.bread-svg {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 30px;
    stroke: none;
    fill: var(--white);
}

/* card-area css ******************************************************************************/
.sidebar {
    border: 1px solid var(--transparent-grey-4);
    padding: 30px 20px 0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: var(--white);
    -webkit-box-shadow: 0 0 40px var(--transparent-grey);
    -moz-box-shadow: 0 0 40px var(--transparent-grey);
    box-shadow: 0 0 40px var(--transparent-grey);
}
.filter-wrapper .checkboxContent {
    margin-left: 10px;
}
.filter-wrapper .checkbox {
    margin-bottom: 0;
}
.filter-wrapper .hidden {
    display: none;
}
.filter-wrapper .filter-inner {
    margin-bottom: 20px;
}
.card-area .filter-wrapper {
    width: 30%;
}
.card-area .flight-card-wrap {
    width: 70%;
}

/* Styling the range slider */
#myRange {
    -webkit-appearance: none;
    width: 100%;
    height: 6px;
    background: linear-gradient(to right, var(--clear-blue) 50%, var(--transparent-grey) 50%); /* Gradient to show half filled */
    border-radius: 5px;
}
#myRange::-webkit-slider-runnable-track {
    background: transparent; /* Transparent to allow background gradient of the slider */
    height: 6px;
    border-radius: 5px;
}

#myRange::-moz-range-track {
    background: transparent; /* Transparent to allow background gradient of the slider */
    height: 6px;
    border-radius: 5px;
}

/* Styling the thumb (draggable part) */
#myRange::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 25px;
    height: 25px;
    background: var(--white); 
    box-shadow: 0 0 6px 0 var(--transparent-black-2);
    border-radius: 50%;
    transform: translate3d(-50%, -40%, 0);
    cursor: pointer;
}
#myRange::-moz-range-thumb {
    width: 20px;
    height: 20px;
    box-shadow: 0 0 6px 0 var(--transparent-black-2);
    background: var(--clear-blue); /* Color of the thumb */
    border-radius: 50%;
    cursor: pointer;
}

/* flight-card */
.card-item.flight-card {
    padding: 20px;
}
.flight-card .ViewPrice {
    margin-right: 20px;
}
.arln-logo {
    width: 25px;
    height: 25px;
    display: block;
    background-position: 50%;
    background-size: contain;
    background-repeat: no-repeat;
}
.flight-card .logo1, .flight-details-row .logo1{
    background-image: url(../images/indigo-logo.png);
}
.flight-card .logo2, .flight-details-row .logo2{
    background-image: url(../images/AI.png);
}
.flight-card .logo3, .flight-details-row .logo3{
    background-image: url(../images/IX.png);
}
.stop-info p span{
    color: var(--grey);
}
.flight-card .alert-msg{
    background-color: var(--transparent-blue-1);
}
.toggle-flight-details {
    display: none;
}
.toggle-flight-details .nav-tabs .nav-link{
    border: none;
    background-color: var(--white);
    color: var(--mid-grey);
    box-shadow: 0 0 40px var(--transparent-grey);
    text-transform: capitalize;
}
.toggle-flight-details .nav-tabs .nav-link.active{
    background-color: var(--clear-blue);
    color: var(--white);
}
.toggle-flight-details {
    background-color: var(--white);
    padding: 20px;
    border: 1px solid var(--transparent-grey-1);
}
.toggle-flight-details .nav-tabs {
    padding-bottom: 1px;
    border-bottom: inherit;
}
.flight-details-block .flight-title{
    font-weight: 500;
    padding: 10px 0;
    border-bottom: 1px solid var(--transparent-grey-2);
}
.flight-details-block .aircraft-type {
    border-radius: 4px;
    border: 1px solid var(--light-grey);
    padding: 5px;
    font-size: 12px;
    line-height: 12px;
    font-weight: 600;
}
.flight-timings, .baggage-info {
    line-height: 20px;
}
.flight-details-row h5{
    text-transform: capitalize;
    font-size: 16px;
}
.flight-card .line {
    width: 50px;
    height: 2px;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -5px;
    z-index: 1;
    border-top: 3px solid var(--clear-blue);
}
.pos-relative {
    position: relative;
}
.sidebar-widget-item .form-check-input[type=checkbox] {
    margin-right: 5px;
    margin-top: 0;
}
.select-flight-box span {
    font-size: 15px;
}
.accordion-header .flight-details-block .flight-title {
    padding: 0;
    border: 0;
}
.accordion-button:not(.collapsed){
    background-color:var(--transparent-blue-1)
}
.accordion-button:focus{
    box-shadow:none;
}
.toggle-flight-details .accordion-body {
    padding: 0;
}
.toggle-flight-details .table-row .col-md-5 {
    border-right: 1px solid var(--light-grey);
}
.toggle-flight-details .table-row .col-md-7,
.toggle-flight-details .table-row .col-md-5,
.toggle-flight-details .table-wrapper .bottom-text {
    padding: 10px 20px;
}
.icon-logo {
    background-repeat: no-repeat;
    display: inline-block;
    background-size: contain;
    width: 13px;
    height: 13px;
    margin-right: 8px;
}
.sj-icon{
    background-image: url(../images/SJ.png);
}
.ig-icon{
    background-image: url(../images/indigo-logo.png);
}
.aa-icon{
    background-image: url(../images/QP.png);
}
.ai-icon{
    background-image: url(../images/AI.png);
}
.aie-icon{
    background-image: url(../images/IX.png);
}
.flight-card .time-info p {
    line-height: 25px;
}
.flight-card .flight-time-info {
    color: var(--grey);
    font-weight: 500;
}

.flight-name-info{
    width: 23%;
}
.timing-from, .timing-to{
    width: 15%;
}
.hours-info{
    width: 16%;
}
.price-btn{
    width: 31%;
}
.sidebar-widget-item .ratings {
    font-size: 15px;
}
 /* sidebar fixed css */
.sidebar {
    position: relative;
    top: 0;
}
.sticky {
    width: 372px;
    position: fixed;
    top: 0;
}

/* footer css ******************************************************************************/

.footer-area {
    position: relative;
    z-index: 1;
}

.footer-area:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/color-bg3.png);
    background-size: cover;
    background-position: center;
    opacity: 0.2;
    z-index: -1;
}

.title {
    font-size: 18px;
    color: var(--navy);
}

.curve-shape {
    position: relative;
    display: inline-block;
}

.curve-shape::before {
    position: absolute;
    left: 0;
    bottom: 0;
    content: attr(data-text);
    color: transparent;
    text-decoration-style: dotted;
    text-decoration-color: var(--clear-blue);
    text-decoration-line: underline;
}

.footer-item .contact-form-action .form-control {
    border: none;
    -webkit-box-shadow: 0 0 40px var(--transparent-grey);
    -moz-box-shadow: 0 0 40px var(--transparent-grey);
    box-shadow: 0 0 40px var(--transparent-grey);
}
.footer-item {
    position: relative;
    margin-bottom: 50px;
}
.footer-area .section-block {
    background-color: var(--transparent-grey-4);
}
.term-box .list-items li {
    margin-right: 12px;
    padding-right: 12px;
    position: relative;
    margin-bottom: 0;
}
.term-box {
    margin-bottom: 0;
}
.term-box .list-items li::before {
    position: absolute;
    content: "";
    bottom: 10px;
    right: 0;
    width: 4px;
    height: 4px;
    background-color: var(--transparent-grey-3);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.term-box .list-items li:last-child::before {
    display: none;
}

.list-items li {
    margin-bottom: 6px;
    color: var(--mid-grey);
}

.list-items li a:hover {
    color: var(--clear-blue);
}

.list--items a {
    position: relative;
    display: inline-block;
}

.list--items a::before {
    position: absolute;
    content: "";
    bottom: 1px;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: var(--clear-blue);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.list--items a:hover::before {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.social-profile li {
    display: inline-block;
    margin-right: 3px;
}

.social-profile li a {
    display: block;
    color: var(--navy);
    width: 38px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    background-color: var(--transparent-grey-4);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    transition:0.5s;
}
.circle-icon:hover{
    border-radius:10%;
    transform:rotate(360deg);
}
  
.social-profile li a:hover {
    background-color: var(--clear-blue);
    color: var(--white);
}
.copy__desc {
    font-size: 15px;
}
.copy__desc span {
    color: var(--clear-blue);
}
.copy-right-content h3{
    color: var(--navy);
}

/* back-to-top css */
#back-to-top {
    position: fixed;
    right: -150px;
    bottom: 40px;
    z-index: 9999;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    background-color: var(--white);
    -webkit-box-shadow: 0 10px 40px var(--transparent-grey-1);
    -moz-box-shadow: 0 10px 40px var(--transparent-grey-1);
    box-shadow: 0 10px 40px var(--transparent-grey-1);
    color: var(--navy);
    font-size: 18px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
}
#back-to-top:hover {
    background-color: var(--royal-blue);
    color: var(--white);
    border-color: var(--royal-blue);
}
#back-to-top.show {
    right: 20px;
    opacity: 1;
    visibility: visible;
}