* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-display: swap;
}
:focus{
    outline: none;
}
:root {
    --hotel-orange-color: #f36b3b;
    --hotel-blue-color: #002147;
    --hotel-light-blue: #3f51b5;
    --hotel-hover-color: rgb(250, 229, 211);
    --hotel-btn-color: #fe0000;
    --hotel-whatsapp-color: #075e54;
    --hotel-whatsapp-color-1: #25d366;
    --hotel-border-color: #c4bfbf;
    --hotel-bg-color: #fff7f8;
    --hotel-label-color: #6d6c6c;
    --hotel-input-color: #edf1f5;
}
html {
    scroll-behavior: smooth !important;
}
ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}
a:hover,
a:focus {
    text-decoration: none;
}
input:focus {
    outline: 0;
}
::selection {
    background: #a8d1ff;
}
::-moz-selection {
    background: #a8d1ff;
}
::-webkit-scrollbar {
    width: 10px;
}
::-webkit-scrollbar-track {
    background-color: #eaeaea;
    border-left: 1px solid #ccc;
}
::-webkit-scrollbar-thumb {
    background-color: #888888;
}
::-webkit-scrollbar-thumb:hover {
    background-color: #636363;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
}
body {
    line-height: 25px;
    font-family: "Poppins", sans-serif;
}
.fw-bold,
b,
strong {
    font-weight: 600 !important;
}
p {
    color: #777777;
    font-size: 15px;
}
.borderRight{
    border-right: 1px solid #d8d8d8;
}
/* .column-footer::before{
    content: '|';
    background-color: black;
} */
/* slider */
#rcbrandDemo1 {
    display:none;
    }
    
    .rc-rcbrand-container {
        position:relative;
        max-width:100%;
        margin-bottom: 20px;
    }
    .rc-rcbrand-ul {
        position:relative;
        width:99999px;
        margin:0px;
        padding:0px;
        list-style-type:none;   
        text-align:center;  
        overflow: auto;
    }
    
    .rc-rcbrand-inner {
        position: relative;
        overflow: hidden;
        float:left;
        width:100%;
        background: #ffffff;;
        border:1px solid #ccc;
        border-radius:5px;
        -moz-border-radius:5px;
        -webkit-border-radius:5px;  
    }
    
    .rc-rcbrand-item {
        float:left;
        margin:0px;
        padding:0px;
        cursor:pointer;
        position:relative;
        line-height:0px;
    }
    .rc-rcbrand-item img {
        max-width: 100%;
        cursor: pointer;
        position: relative;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    
    .rc-rcbrand-nav-left,
    .rc-rcbrand-nav-right {
        padding:5px 10px;
        border-radius:50%;    
        position: absolute;
        cursor: pointer;
        z-index: 4;
        top: 50%;
        transform: translateY(-50%);   
        background: rgb(255, 102, 0, 0.5);
        color: #fff;     
    }
    
    .rc-rcbrand-nav-left {
        left: 10px;
    }
    
    .rc-rcbrand-nav-left:before {
        content: "<"
    }
    
    .rc-rcbrand-nav-left.disabled {
        opacity: 0.4;
    }
    
    .rc-rcbrand-nav-right {
        right: 5px;    
    }
    
    .rc-rcbrand-nav-right:before {
        content: ">"
    }
    
    .rc-rcbrand-nav-right.disabled {
        opacity: 0.4;
    }
@media (min-width:200px) and (max-width:750px){
    .borderRight{
        border-right: none;
    }
}
.flight-name {
    font-size: 13px;
}
.radius-round {
    border-radius: 4px !important;
    -webkit-border-radius: 4px !important;
    -moz-border-radius: 4px !important;
}
.radius-rounded {
    border-radius: 30px !important;
    -webkit-border-radius: 30px !important;
    -moz-border-radius: 30px !important;
}
.radius-none {
    border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
}
.before-none:before {
    display: none !important;
}
.after-none:after {
    display: none !important;
}
.after-none:after,
.before-none:before {
    display: none !important;
}
.section-bg {
    background-color: #f5f7fc;
}
.section-bg-2 {
    background-color: #0d233e;
}
.gradient-bg {
    background: linear-gradient(135deg, #287dfa 0, #2273e5 100%);
    background: -moz-linear-gradient(-45deg, #287dfa 0, #2273e5 100%);
    background: -webkit-linear-gradient(-45deg, #287dfa 0, #2273e5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#287dfa',endColorstr='#2273e5',GradientType=1);
}
.bg-fixed {
    background-attachment: fixed;
}
.section-block {
    height: 1px;
}
.section-block {
    background-color: #f5f7fc;
}
.border {
    border-color: rgba(128, 137, 150, 0.3) !important;
}
.border-top {
    border-top-color: rgba(128, 137, 150, 0.1) !important;
}
.border-bottom {
    border-bottom-color: rgba(128, 137, 150, 0.1) !important;
}
.bg-payment {
    background-color: #f6f6f6;
}
.bg-img-transparent {
    background-image: none !important;
}
.bg-1 {
    background-color: #8c43ff !important;
}
.bg-2 {
    background-color: #28d5a7 !important;
}
.bg-3 {
    background-color: #f9b851 !important;
}
.bg-4 {
    background-color: #cc08e9 !important;
}
.bg-5 {
    background-color: #2877b5 !important;
}
.bg-6 {
    background-color: #1da1f2 !important;
}
.bg-7 {
    background-color: #f00125 !important;
}
.bg-rgb {
    background-color: rgba(140, 67, 255, 0.1) !important;
}
.bg-rgb-2 {
    background-color: rgba(40, 213, 167, 0.1) !important;
}
.bg-rgb-3 {
    background-color: rgba(249, 184, 81, 0.1) !important;
}
.bg-rgb-4 {
    background-color: rgba(204, 8, 233, 0.1) !important;
}
.text-black {
    color: #0d233e !important;
}
.text-gray {
    color: #5d646d !important;
}
.text-color {
    color: #fff !important;
}
.text-color-2 {
    color: #8c43ff !important;
}
.text-color-3 {
    color: #28d5a7 !important;
}
.text-color-4 {
    color: #f9b851 !important;
}
.text-color-5 {
    color: #cc08e9 !important;
}
.text-color-6 {
    color: #ff8c2a !important;
}
.text-color-7 {
    color: #307cf3 !important;
}
.text-color-8 {
    color: #e1306c !important;
}
.text-color-9 {
    color: #2877b5 !important;
}
.text-color-10 {
    color: #f00125 !important;
}
.text-color-11 {
    color: #fb6340 !important;
}
.p-relative {
    position: relative;
}
.p-absolute {
    position: absolute;
}
.container {
    max-width: 1200px;
}
@media (min-width: 576px) {
    .container {
        max-width: 540px;
    }
}
@media (min-width: 768px) {
    .container {
        max-width: 720px;
    }
}
@media (min-width: 992px) {
    .container {
        max-width: 960px;
    }
}
@media (min-width: 1200px) {
    .container {
        max-width: 1200px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .responsive-column {
        flex: 0 0 50%;
        max-width: 50%;
        -ms-flex: 0 0 50%;
    }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
    .responsive-column {
        flex: 0 0 100%;
        max-width: 100%;
        -ms-flex: 0 0 100%;
    }
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
    .responsive-column {
        flex: 0 0 100%;
        max-width: 100%;
        -ms-flex: 0 0 100%;
    }
}
@media (max-width: 1366px) {
    .responsive-column-l {
        flex: 0 0 50%;
        max-width: 50%;
        -ms-flex: 0 0 50%;
    }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
    .responsive-column-l {
        flex: 0 0 100%;
        max-width: 100%;
        -ms-flex: 0 0 100%;
    }
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
    .responsive-column-l {
        flex: 0 0 100%;
        max-width: 100%;
        -ms-flex: 0 0 100%;
    }
}
@media (max-width: 1199px) {
    .responsive--column-l {
        flex: 0 0 100%;
        max-width: 100%;
        -ms-flex: 0 0 100%;
    }
}
@media (max-width: 1024px) {
    .responsive-column-m {
        flex: 0 0 50%;
        max-width: 50%;
        -ms-flex: 0 0 50%;
    }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
    .responsive-column-m {
        flex: 0 0 100%;
        max-width: 100%;
        -ms-flex: 0 0 100%;
    }
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
    .responsive-column-m {
        flex: 0 0 100%;
        max-width: 100%;
        -ms-flex: 0 0 100%;
    }
}
@media (max-width: 1024px) {
    .responsive-column--m {
        flex: 0 0 100%;
        max-width: 100%;
        -ms-flex: 0 0 100%;
    }
}
.theme-btn {
    font-size: 13px;
    color: #fff;
    line-height: 46px;
    padding-left: 24px;
    padding-right: 24px;
    background-color: #287dfa;
    transition: all 0.3s;
    position: relative;
    display: inline-block;
    border-radius: 4px;
    border: 1px solid #287dfa;
    font-weight: 500;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}
.theme-btn:hover {
    background-color: #fff;
    color: #287dfa;
}
.theme-btn-small {
    line-height: 35px;
    padding-left: 15px;
    padding-right: 15px;
}
.theme-btn-transparent {
    background-color: #fff;
    color: #287dfa;
}
.theme-btn-transparent:hover {
    background-color: #287dfa;
    color: #fff;
}
.theme-btn-rgb {
    border: 0;
    background-color: rgba(40, 125, 250, 0.1);
    color: #287dfa;
}
.theme-btn-rgb:hover {
    background-color: rgba(40, 125, 250, 0.1);
}
.theme-btn-danger-rgb {
    background-color: rgba(220, 54, 67, 0.1);
    color: #dc3545;
}
.theme-btn-danger-rgb:hover {
    background-color: rgba(220, 54, 67, 0.1);
    color: #dc3545;
}
.theme-btn-hover-gray {
    color: #0d233e;
    font-weight: 500;
}
.theme-btn-hover-gray:focus {
    box-shadow: 0;
    -webkit-box-shadow: 0;
    -moz-box-shadow: 0;
}
.theme-btn-hover-gray:hover {
    background-color: rgba(128, 137, 150, 0.1);
    color: #0d233e;
}
.download-btn {
    padding: 7px 20px;
}
.multi-flight-remove {
    color: #0d233e;
    font-size: 18px;
    width: 40px;
    height: 40px;
    line-height: 34px;
    background-color: #fff;
    border-radius: 50%;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
    border: 0;
    transition: all 0.3s;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}
.multi-flight-remove:focus {
    outline: 0;
}
.multi-flight-remove:hover {
    background-color: #287dfa;
    color: #fff;
}
.btn-text {
    color: #0d233e;
    transition: all 0.3s;
    font-size: 15px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}
.btn-text i {
    padding-left: 1px;
    font-size: 13px;
}
.btn-text:hover {
    color: #287dfa;
}
.video-play-btn {
    width: 70px;
    height: 70px;
    line-height: 70px;
    display: inline-block;
    text-align: center;
    background-color: #287dfa;
    color: #fff;
    font-size: 80px;
    border-radius: 50%;
    transition: all 0.3s;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}
.video-play-btn:hover {
    background-color: #2273e5;
    color: #fff;
}
.button-warning {
    background-color: #f9b851 !important;
}
.button-info {
    background-color: #1da1f2 !important;
}
.button-success {
    background-color: #40cc6f !important;
}
.button-danger {
    background-color: #287dfa !important;
}
.section-padding {
    padding-top: 25px;
    padding-bottom: 25px;
}
.section--padding {
    padding-top: 20px;
    padding-bottom: 90px;
}
.preloader {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}
.loader {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.loader .spinner {
    animation: rotate 2s linear infinite;
    z-index: 2;
    width: 50px;
    height: 50px;
}
.loader .spinner .path {
    stroke: #287dfa;
    stroke-linecap: round;
    animation: dash 1.5s ease-in-out infinite;
}
.before-price {
    text-decoration: line-through;
    color: #5d646d !important;
}
.cd-words-wrapper b {
    font-weight: 700;
}
.line-bg {
    position: absolute;
    width: 1px;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.1);
    top: 0;
}
.line-bg:before {
    position: absolute;
    bottom: -60%;
    left: 0;
    content: "";
    height: 80px;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.4);
}
.line-bg1 {
    left: 14%;
}
.line-bg2 {
    left: 30%;
}
.line-bg3 {
    left: 45%;
}
.line-bg4 {
    left: 60%;
}
.line-bg5 {
    left: 75%;
}
.line-bg6 {
    left: 88%;
}
.section-heading .sec__title {
    font-size: 22px;
    color: #0d233e;
    font-weight: 700;
}
@media (max-width: 425px) {
    .section-heading .sec__title {
        font-size: 30px;
        line-height: 42px !important;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .section-heading .sec__title br {
        display: none;
    }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
    .section-heading .sec__title br {
        display: none;
    }
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
    .section-heading .sec__title br {
        display: none;
    }
}
.section-heading .sec__desc {
    font-size: 18px;
    color: #5d646d;
    line-height: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .section-heading .sec__desc br {
        display: none;
    }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
    .section-heading .sec__desc br {
        display: none;
    }
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
    .section-heading .sec__desc br {
        display: none;
    }
}
.title {
    font-size: 18px;
    color: #0d233e;
}
.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: initial;
    text-decoration-color: #287dfa;
    text-decoration-line: underline;
}
.stroke-shape {
    position: relative;
    display: inline-block;
}
.stroke-shape::before,
.stroke-shape::after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    height: 2px;
    width: 45px;
    background-color: #287dfa;
}
.stroke-shape::after {
    width: 7px;
    background-color: #fff;
    left: 25px;
}
.custom-checkbox {
    display: block;
    margin-bottom: 8px;
}
.custom-checkbox label {
    color: #5d646d;
    font-size: 15px;
    display: block;
    margin-bottom: 0;
    cursor: pointer;
}
.custom-checkbox label a {
    color: #287dfa;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}
.custom-checkbox label a:hover {
    color: #0d233e;
}
.custom-checkbox input[type="checkbox"]:not(:checked),
.custom-checkbox input[type="checkbox"]:checked {
    position: absolute;
    left: -9999px;
}
.custom-checkbox input[type="checkbox"]:not(:checked) + label,
.custom-checkbox input[type="checkbox"]:checked + label {
    position: relative;
    padding-left: 26px;
    display: flex;
    align-items: baseline;
}
.custom-checkbox input[type="checkbox"]:not(:checked) + label:before,
.custom-checkbox input[type="checkbox"]:checked + label:before {
    content: "";
    position: absolute;
    left: 0;
    top: 5px;
    width: 18px;
    height: 18px;
    border: 1px solid #ddd;
    background-color: #fff;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
}
.custom-checkbox input[type="checkbox"]:not(:checked) + label:after,
.custom-checkbox input[type="checkbox"]:checked + label:after {
    content: "\f00c";
    position: absolute;
    top: 0px;
    left: 3px;
    font-size: 12px;
    color: #fff;
    transition: all 0.3s;
    font-family: "Line Awesome Free";
    font-weight: 900;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}
.cabin-type-item .custom-checkbox input[type="checkbox"]:checked + label:after {
    top: 8px;
}
.custom-checkbox input[type="checkbox"]:not(:checked) + label:after {
    opacity: 0;
    visibility: hidden;
}
.custom-checkbox input[type="checkbox"]:checked + label:after {
    opacity: 1;
    visibility: visible;
}
.custom-checkbox input[type="checkbox"]:checked + label:before {
    background-color: #287dfa;
    border-color: #287dfa;
}
.social-profile li {
    display: inline-block;
    margin-right: 3px;
}
.social-profile li:last-child {
    margin-right: 0;
}
.social-profile li a {
    display: block;
    color: #0d233e;
    width: 38px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    background-color: rgba(128, 137, 150, 0.1);
    transition: all 0.3s;
    border-radius: 50%;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
}
.social-profile li a:hover {
    background-color: #287dfa;
    color: #fff;
}
.social--profile li a {
    background-color: rgba(255, 255, 255, 0.1);
    color: #fff;
}
.social--profile li a:hover {
    background-color: #287dfa;
    color: #fff;
}
.info-list li {
    display: block;
    color: #5d646d;
    margin-bottom: 6px;
}
.info-list li:last-child {
    margin-bottom: 0;
}
.info-list li a {
    color: #5d646d;
}
.info-list li .icon-element {
    color: #287dfa;
    font-size: 16px;
    width: 30px;
    height: 30px;
    background-color: rgba(40, 125, 250, 0.1);
    line-height: 30px;
}
.info-list li:hover a {
    color: #287dfa;
}
.info-list li:hover .icon-element {
    background-color: #287dfa;
    color: #fff;
}
.list-items li {
    margin-bottom: 6px;
    color: #5d646d;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: pre;
}
.list-items li a {
    color: #5d646d;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}
.list-items li a:hover {
    color: #287dfa;
}
.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: #287dfa;
    transform: scale(0);
    transition: all 0.3s;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}
.list--items a:hover::before {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
}
.input-box-hotel{
    margin: 0.5rem auto;
}
.input-items{
    border-right: 2px solid #bfbfbf;
}

.list-items-2 li span {
    display: inline-block;
    width: 150px;
    color: #0d233e;
    font-weight: 500;
}
.list--items-2 > li {
    border-bottom: 1px solid rgba(128, 137, 150, 0.1);
    margin-bottom: 10px;
    padding-bottom: 10px;
}
.list--items-2 > li span {
    width: 210px;
}
@media (max-width: 375px) {
    .list--items-2 > li span {
        width: 100%;
    }
}
.list-items-3 li {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    align-items: center;
    justify-content: space-between;
    -ms-flex-align: center;
    -ms-flex-pack: justify;
}
@media (max-width: 425px) {
    .list-items-3 li {
        display: block;
    }
}
.list-items-3 li:last-child {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}
.list-items-3 li span {
    width: auto;
    margin-right: 20px;
}
@media (max-width: 425px) {
    .list-items-3 li span {
        display: block;
        margin-right: 0;
    }
}
.ripple-bg canvas {
    width: 100%;
    height: 100%;
}
.toggle-drop-menu {
    display: none;
}
.image-box {
    position: relative;
}
.image-box .img__item {
    width: 100%;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}
.image-box .img__item-2 {
    position: absolute;
    bottom: -50px;
    left: -80px;
    border-radius: 100%;
    width: 190px;
    height: 190px;
    border: 8px solid #fff;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
}
@media (max-width: 768px) {
    .image-box .img__item-2 {
        left: -10px;
    }
}
.photo-block-item {
    margin-bottom: 30px;
}
.photo-block-item img {
    width: 100%;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}
.toggle-menu li .toggle-menu-icon .la {
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}
.toggle-menu li.active .toggle-menu-icon .la {
    transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
}
.tip {
    display: inline-block;
    cursor: help;
    border-radius: 50%;
    font-size: 18px;
    line-height: 18px;
    width: 18px;
    height: 18px;
    position: relative;
    top: 2px;
    left: 1px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
}
.tip-verified {
    background-color: #40cc6f;
}
.page-item .page-link-nav:first-child,
.page-item .page-link-nav:last-child {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
}
.page-link-nav {
    color: #287dfa;
    margin-right: 5px;
    border-radius: 50%;
    border: 0;
    transition: all 0.3s;
    background-color: rgba(40, 125, 250, 0.07);
    width: 34px;
    line-height: 34px;
    padding: 0;
    text-align: center;
    height: 34px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}
.page-link-nav:hover {
    color: #fff;
    background-color: #287dfa;
}
@media (max-width: 375px) {
    .filter-top {
        display: block !important;
    }
}
.layout-view {
    border-radius: 5px;
    border: 1px solid rgba(128, 137, 150, 0.2);
    padding: 4px 10px 4px 10px;
    width: 70px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}
@media (max-width: 375px) {
    .layout-view {
        margin-top: 15px;
    }
}
.layout-view a {
    color: #5d646d;
    margin-right: 3px;
    font-size: 22px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}
.layout-view a:nth-child(2) {
    margin-right: 0;
}
.layout-view a.active {
    color: #0d233e;
}
.layout-view a:hover {
    color: #287dfa;
}
.filter-bar {
    border-radius: 5px;
    background-color: #fff;
    box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
    padding: 20px;
    border: 1px solid rgba(128, 137, 150, 0.1);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
    -moz-box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
    .filter-bar {
        display: block !important;
    }
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
    .filter-bar {
        display: block !important;
    }
}
.filter-option {
    margin-right: 20px;
}
@media (max-width: 575px) {
    .filter-option {
        margin-right: 10px;
    }
}
@media (max-width: 375px) {
    .filter-option {
        margin-right: 0;
        margin-bottom: 10px;
    }
}
.filter-option .dropdown-contain .dropdown-menu {
    width: 245px;
    margin-top: 15px;
}
@media (max-width: 575px) {
    .filter-option .dropdown-contain .dropdown-menu {
        left: -90px !important;
    }
}
@media (max-width: 425px) {
    .filter-option .dropdown-contain .dropdown-menu {
        left: -20px !important;
    }
}
@media (max-width: 375px) {
    .filter-option .dropdown-contain .dropdown-menu {
        left: 0 !important;
    }
}
.filter-option .price-slider-amount .amounts {
    background-color: transparent;
    text-align: left;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
    .filter-bar-filter {
        padding-bottom: 20px;
    }
}
@media (max-width: 375px) {
    .filter-bar-filter {
        display: block !important;
        padding-bottom: 10px;
    }
}
@media (max-width: 375px) {
    .bootstrap-select .dropdown-toggle .filter-option {
        margin-bottom: 0;
    }
}
.select-contain {
    position: relative;
    width: 190px;
}
.select-contain .bootstrap-select {
    width: 100% !important;
}
.select-contain .bootstrap-select .flag-icon {
    width: 16px;
    line-height: inherit;
}
.select-contain .dropdown-toggle {
    padding: 14px 20px;
    border-color: rgba(26, 57, 96, 0.10196078431372549);
    background-color: rgba(26, 57, 96, 0.10196078431372549);
    color: #0d233e !important;
    font-size: 14px;
    position: relative;
}
.select-contain .dropdown-toggle::after {
    border: 0;
    content: "\f107";
    font-family: "Line Awesome Free";
    font-weight: 900;
    font-size: 13px;
    position: absolute;
    top: 14px;
    right: 20px;
}
.select-contain .dropdown-toggle:focus {
    outline: none !important;
    border-color: #287dfa !important;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
}
.select-contain .dropdown-menu {
    border: 1px solid rgba(128, 137, 150, 0.2);
}
.select-contain .dropdown-menu .bs-searchbox {
    display: none;
}
.select-contain .dropdown-menu .inner::-webkit-scrollbar {
    width: 8px;
}
.select-contain .dropdown-menu .inner::-webkit-scrollbar-track {
    background-color: rgba(128, 137, 150, 0.1);
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}
.select-contain .dropdown-menu .inner::-webkit-scrollbar-thumb {
    background-color: rgba(128, 137, 150, 0.2);
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}
.select-contain .dropdown-menu .inner::-webkit-scrollbar-thumb:hover {
    background-color: rgba(128, 137, 150, 0.6);
}
.select-contain .dropdown-item {
    color: #5d646d;
    transition: all 0.3s;
    padding-right: 15px;
    padding-left: 15px;
    font-size: 15px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}
.select-contain .dropdown-item.active {
    background-color: #287dfa;
    color: #fff;
}
.select-contain .dropdown-item.active:hover {
    background-color: #287dfa;
    color: #fff;
}
.select-contain .dropdown-item:focus {
    outline: 0;
}
.select-contain .dropdown-item:hover {
    background-color: rgba(40, 125, 250, 0.1);
    color: #287dfa;
}
.select--contain .dropdown-toggle::after {
    top: 3px;
    right: 3px;
    font-size: 12px;
}
.select-wrap-form {
    position: relative;
}
.select-wrap-form .form-control {
    color: #0d233e;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
}
.select-wrap-form .form-control:focus {
    border-color: #287dfa;
    box-shadow: 0;
    -webkit-box-shadow: 0;
    -moz-box-shadow: 0;
}
.select-wrap-form::after {
    position: absolute;
    right: 10px;
    top: 5px;
    border: 0;
    content: "\f107";
    font-family: "Line Awesome Free";
    font-size: 14px;
    font-weight: 900;
    color: #5d646d;
}
.qty-box label {
    color: #0d233e;
    font-size: 15px;
    margin-bottom: 0;
}
.qty-box label span {
    display: block;
    font-size: 13px;
    margin-top: -10px;
    color: #5d646d;
}
.roomInc,
.roomDec,
.qtyInc,
.qtyDec {
    width: 28px;
    height: 28px;
    line-height: 29px;
    font-size: 18px;
    background-color: rgba(128, 137, 150, 0.08);
    color: #0d233e;
    display: inline-block;
    text-align: center;
    border-radius: 100%;
    cursor: pointer;
    position: relative;
    transition: all 0.3s;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}
.roomInc:hover,
.roomDec:hover,
.qtyInc:hover,
.qtyDec:hover {
    background-color: #287dfa;
    color: #fff;
}
.roomBtn input,
.qtyBtn input {
    width: 35px;
    border: 0;
    text-align: center;
    color: #0d233e;
    font-weight: 500;
}
.ui-widget.ui-widget-content {
    border: 0;
    background-color: rgba(128, 137, 150, 0.2);
    border-radius: 30px;
    height: 6px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
}
.ui-widget.ui-widget-content .ui-slider-range {
    background-color: #287dfa;
}
.ui-widget.ui-widget-content .ui-slider-handle {
    background-color: #287dfa;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    border: 5px solid #fff;
    border-radius: 30px;
    height: 18px;
    width: 18px;
    top: -6px;
    cursor: ew-resize;
    outline: 0;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
}
.price-slider-amount .filter__label {
    color: #0d233e;
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 500;
    margin-right: 5px;
}
.price-slider-amount .amounts {
    border: 0;
    color: #287dfa;
    font-weight: 700;
    background-color: rgba(40, 125, 250, 0.06);
    border-radius: 5px;
    width: 110px;
    text-align: center;
    padding-top: 2px;
    padding-bottom: 2px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}
#back-to-top {
    position: fixed;
    right: -150px;
    bottom: 60px;
    z-index: 9999;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    border-radius: 50px;
    background-color: #fff;
    box-shadow: 0 10px 40px rgba(82, 85, 90, 0.2);
    color: #0d233e;
    font-size: 18px;
    transition: all 0.3s;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -webkit-box-shadow: 0 10px 40px rgba(82, 85, 90, 0.2);
    -moz-box-shadow: 0 10px 40px rgba(82, 85, 90, 0.2);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}
#back-to-top:hover {
    background-color: #2273e5;
    color: #fff;
    border-color: #2273e5;
}
#back-to-top.active {
    right: 30px;
    opacity: 1;
    visibility: visible;
}
.ratings i {
    color: #f9b851;
}
.rate-option-item label {
    margin-bottom: 0;
}
.rate-stars-option {
    text-align: left;
    position: relative;
    display: table;
    margin-bottom: 15px;
}
.rate-stars-option input {
    border: 0;
    width: 0;
    height: 0;
    overflow: hidden;
    position: absolute;
    opacity: 0;
}
.rate-stars-option input:checked ~ label:before {
    color: #f9b851;
    content: "\f005";
}
.rate-stars-option label {
    position: relative;
    float: right;
    cursor: pointer;
    margin-bottom: 0;
    color: rgba(128, 137, 150, 0.6);
    font-size: 18px;
}
.rate-stars-option label::before {
    margin-right: 9px;
    content: "\f006";
    font-family: "FontAwesome";
    display: inline-block;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
}
.rate-stars-option label:hover ~ label:before {
    color: #f9b851;
}
.rate-stars-option label:hover:before {
    color: #f9b851;
}
.radio-trigger {
    position: relative;
    padding-left: 25px;
    margin-bottom: 15px;
    cursor: pointer;
    font-size: 16px;
    user-select: none;
    color: #0d233e;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}
.radio-trigger input[type="radio"] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
.radio-trigger input[type="radio"]:checked ~ .checkmark {
    border-color: #287dfa;
}
.radio-trigger input[type="radio"]:checked ~ .checkmark:before {
    border-color: #287dfa;
}
.radio-trigger input[type="radio"]:checked ~ .checkmark:after {
    transform: scale(1);
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
}
.radio-trigger .checkmark {
    position: absolute;
    top: 4px;
    left: 0;
    width: 19px;
    height: 19px;
    border: 2px solid #ddd;
    border-radius: 50%;
    transition: all 0.3s;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}
.radio-trigger .checkmark:after {
    position: absolute;
    left: 3px;
    top: 3px;
    content: "";
    width: 9px;
    height: 9px;
    background-color: #287dfa;
    opacity: 0;
    visibility: hidden;
    transform: scale(0.1);
    border-radius: 50%;
    transition: all 0.3s;
    -webkit-transform: scale(0.1);
    -moz-transform: scale(0.1);
    -ms-transform: scale(0.1);
    -o-transform: scale(0.1);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}
.icon-element {
    display: block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background-color: #287dfa;
    border-radius: 50%;
    position: relative;
    font-size: 20px;
    color: #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
}
.icon-element-2 {
    display: inline-block;
    font-size: 50px;
    color: #0d233e;
    width: 80px;
    height: 80px;
    line-height: 77px;
    text-align: center;
    border: 2px solid #0d233e;
    border-radius: 50%;
    transition: all 0.3s;
    position: relative;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}
@media (max-width: 425px) {
    .icon-element-2 {
        width: 70px;
        height: 70px;
        line-height: 67px;
    }
}
.icon-element-2:after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 20px;
    height: 20px;
    background-color: #fff;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
}
.icon-element-2:hover {
    background-color: #287dfa;
    color: #fff;
    border-color: #287dfa;
}
.mark-as-read-btn {
    background-color: rgba(128, 137, 150, 0.1);
    border-radius: 5px;
    color: #5d646d;
    border: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 20px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}
.label-text {
    font-size: 13px;
    color: black;
    font-weight: 600;
}
/* .carousel-inner{
  height: 464px;
} */
.guest_flights{
    font-size: 13px;
}

.contact-form-action .form-group {
    position: relative;
}
.contact-form-action .form-group .form-icon {
    position: absolute;
    top: 11px;
    left: 8px;
    color: #fd0d48;
    font-size: 20px;
    z-index: 0;
}
.contact-form-action .form-group .search-btn,
.contact-form-action .form-group .submit-btn {
    position: absolute;
    top: 7px;
    right: 8px;
}
.contact-form-action .form-group .search-btn {
    background-color: transparent;
    border: 0;
    padding: 3px 10px;
    transition: all 0.3s;
    color: #0d233e;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}
.contact-form-action .form-group .search-btn:hover {
    color: #287dfa;
}
.column-3{
    width: 20%;
}
@media (min-width:200px) and (max-width:750px){
    .column-3{
        width: 100%;
        margin-bottom: 0.5rem;
    }
    .btn-sd{
        width: 100%;
    }
}
.contact-form-action .form-control {
    height: 40px;
    line-height: inherit;
    padding: 12px 20px 10px 30px;
    font-size: 13px;
    color: #0d233e;
    border: none;
    border-radius: 0px 0px 0px 0px;
    /* border-color: #e9eef2; */
    box-shadow: 0;
    border-right: 2px solid #bfbfbf;
    transition: all 0.3s;
    /* background-color: #fff; */
    background-color: #e3eaf04f;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}
.input-box-btnGroup{
    margin-top: 1.6rem;
}
.contact-form-action .form-select{
    line-height: inherit;
    height: 40px;
    padding: 8px 20px 10px 20px;
    border-radius: 0px 0px 0px 0px;
    font-size: 13px;
    color: #0d233e;
    border-color: #e9eef2;
    box-shadow: none;
    border-right: 2px solid #bfbfbf;
    transition: all 0.3s;
    background-color: #e3eaf04f;
    /* background-color: #e3eaf04f; */
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s; 
    cursor: pointer;
}
.contact-form-action .form-control:hover {
    /* border-color: #d5dee7; */
    background: #fff;
}
.contact-form-action .form-control:focus {
    /* border-color: #287dfa; */
    background: #fff;
}
.contact-form-action .message-control {
    height: 130px;
}
.forgot-password {
    font-size: 14px;
}
.forgot-password a {
    color: #5d646d;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}
.forgot-password a:hover {
    color: #287dfa;
}
.gmaps iframe {
    width: 100%;
    height: 450px;
    border: 0;
}
.leaflet-bar {
    box-shadow: 0;
    -webkit-box-shadow: 0;
    -moz-box-shadow: 0;
}
.leaflet-bar a {
    border-radius: 4px;
    border-bottom: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
    margin-bottom: 4px;
    font-size: 20px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
}
.leaflet-bar a:hover {
    border-radius: 4px;
    border-bottom: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background-color: #287dfa;
    color: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}
.contact-address li {
    position: relative;
    padding-left: 45px;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid rgba(128, 137, 150, 0.1);
}
.contact-address li > .icon-element {
    position: absolute;
    left: 0;
    top: 5px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 18px;
}
.recapcha-box .form-control {
    width: 130px;
    padding-left: 20px;
}
.payment-option .payment-radio {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 15px;
    cursor: pointer;
    font-size: 16px;
    user-select: none;
    font-weight: 600;
    color: #0d233e;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}
.payment-option .payment-radio input[type="radio"] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
.payment-option .payment-radio input[type="radio"]:checked ~ .checkmark {
    border-color: #287dfa;
}
.payment-option .payment-radio input[type="radio"]:checked ~ .checkmark:after {
    transform: scale(1);
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
}
.payment-option .payment-radio input[type="radio"]:checked ~ .payment-active {
    display: block;
}
.payment-option .payment-radio .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    width: 19px;
    height: 19px;
    margin: 3px 0 0 0;
    border: 2px solid #ddd;
    border-radius: 50%;
    transition: all 0.3s;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}
.payment-option .payment-radio .checkmark:after {
    position: absolute;
    left: 3px;
    top: 3px;
    content: "";
    width: 9px;
    height: 9px;
    background-color: #f66b5d;
    opacity: 0;
    visibility: hidden;
    transform: scale(0.1);
    border-radius: 50%;
    transition: all 0.3s;
    -webkit-transform: scale(0.1);
    -moz-transform: scale(0.1);
    -ms-transform: scale(0.1);
    -o-transform: scale(0.1);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}
.payment-option .payment-active {
    display: none;
}
@media (max-width: 320px) {
    .payment-option .payment-content .contact-form-action .row {
        display: block;
    }
}
.booking-list li {
    position: relative;
    font-size: 16px;
    font-weight: 600;
    color: #0d233e;
    text-transform: capitalize;
    margin-bottom: 15px;
}
.booking-list li span {
    color: #5d646d;
    font-weight: 500;
    font-size: 15px;
}
.total-list li,
.total-list span {
    font-size: 85px;
}
@media (max-width: 1199px) {
    .coupon-widget .col-lg-8 {
        padding-right: 15px !important;
    }
}
@media (max-width: 1199px) {
    .coupon-widget .col-lg-8,
    .coupon-widget .col-lg-4 {
        flex: 0 0 100%;
        max-width: 100%;
        -ms-flex: 0 0 100%;
    }
}
@media (max-width: 1199px) {
    .coupon-widget .btn-box {
        margin-top: 15px;
    }
}
.booking-confirm-area {
    position: relative;
}
.booking-confirm-area:before,
.booking-confirm-area:after {
    position: absolute;
    content: "";
    bottom: 0;
    left: -45px;
    width: 16%;
    height: 29%;
    background-image: url("../images/dots.html");
    background-size: cover;
    background-position: center;
    transform: rotate(-20deg);
    opacity: 0.2;
    -webkit-transform: rotate(-20deg);
    -moz-transform: rotate(-20deg);
    -ms-transform: rotate(-20deg);
    -o-transform: rotate(-20deg);
}
.booking-confirm-area:after {
    left: auto;
    bottom: auto;
    top: 85px;
    right: -65px;
}
.booking-confirm-page span {
    font-size: 75px;
    line-height: 140px;
    color: #40cc6f;
}
@media (max-width: 320px) {
    .booking-confirm-page span {
        font-size: 60px;
        line-height: 100px;
    }
}
.invoice-content {
    border-radius: 3px;
    background-color: #fff;
    box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
    padding: 40px 40px 32px 40px;
    border: 1px solid rgba(128, 137, 150, 0.3);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
    -moz-box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
}
.invoice-content .title {
    font-size: 95px;
}
@media (max-width: 320px) {
    .invoice-item .invoice-logo {
        margin-bottom: 40px;
    }
}
.invoice-item .invoice-title .title {
    font-size: 80px;
}
.invoice-item .invoice-details {
    font-weight: 500;
}
.invoice-item .invoice-details strong {
    color: #0d233e;
}
@media (max-width: 425px) {
    .invoice-item .invoice-details.text-right {
        text-align: left !important;
    }
}
.invoice-item .invoice-info .title {
    font-size: 85px;
}
.invoice-table table tr th {
    color: #0d233e;
    font-weight: 600;
    border-bottom-width: 1px;
}
.invoice-table table tr th,
.invoice-table table tr td {
    font-size: 16px;
    padding: 10px 20px;
}
.invoice-table table tr td {
    font-size: 15px;
    font-weight: 500;
}
.invoice-table .invoice-table-two {
    margin-bottom: 0;
}
.invoice-table .invoice-table-two tr th,
.invoice-table .invoice-table-two tr td {
    border-top: 0;
    padding: 5px 0 5px 0;
}
.invoice-table .invoice-table-two tr td {
    text-align: right;
}
.form-box {
    border: 1px solid rgba(128, 137, 150, 0.1);
    border-radius: 5px;
    margin-bottom: 30px;
    background-color: #fff;
    box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
    -moz-box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
}
.form-title-wrap {
    padding: 20px;
    border-bottom: 1px solid rgba(128, 137, 150, 0.1);
}
.form-content {
    padding: 20px;
}
.blockquote-item {
    border-left: none;
    background-image: url(../images/img9.html);
    background-size: cover;
    background-position: center;
    border-radius: 4px;
    z-index: 1;
    padding: 40px;
    position: relative;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}
.blockquote-item .blockquote__text {
    line-height: 30px;
    font-weight: 500;
    font-style: italic;
    color: #fff;
}
.blockquote-item .blockquote__meta {
    font-weight: 500;
    margin-top: 16px;
    display: -ms-flex;
    display: flex;
    align-items: center;
    color: #fff;
    font-size: 18px;
    -ms-flex-align: center;
}
.blockquote-item .blockquote__meta span {
    color: rgba(255, 255, 255, 0.6);
    font-size: 15px;
    margin-left: 5px;
}
.blockquote-item:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #0d233e;
    opacity: 0.8;
    z-index: -1;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}
.breadcrumb-top-bar {
    padding-top: 20px;
    padding-bottom: 20px;
    border-top: 1px solid rgba(128, 137, 150, 0.1);
}
.breadcrumb-area {
    padding-top: 50px;
    padding-bottom: 50px;
    position: relative;
    z-index: 1;
    background-size: cover;
    background-position: center;
}
.bread-bg {
    background-image: url("../images/bread-bg.html");
}
.bread-bg-2 {
    background-image: url("../images/bread-bg2.html");
}
.bread-bg-3 {
    background-image: url("../images/bread-bg3.html");
}
.bread-bg-4 {
    background-image: url("../images/bread-bg4.html");
}
.bread-bg-5 {
    background-image: url("../img/cms.jpg");
}
.bread-bg-6 {
    background-image: url("../img/flights_list.jpg");
    background-attachment: fixed;
}
.bread-bg-7 {
    background-image: url("../img/hotels_list.jpg");
    background-attachment: fixed;
}
.bread-bg-8 {
    background-image: url("../img/tours_list.jpg");
}
.bread-bg-tours {
    background-image: url("../img/tours_list.jpg");
    background-attachment: fixed;
}
.bread-bg-visa {
    background-image: url("../img/visa.jpg");
}
.bread-bg-flights {
    background-image: url("../img/flights_list.jpg");
    background-attachment: fixed;
}
.bread-bg-flight {
    background-image: url("../img/flight.jpg");
    background-attachment: fixed;
}
.bread-bg-booking {
    background-image: url("../img/booking.jpg");
    background-attachment: fixed;
}
.bread-bg-cars {
    background-image: url("../img/cars.jpg");
    background-attachment: fixed;
}
.bread-svg {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 30px;
    stroke: none;
    fill: #fff;
}
.trending-search a {
    color: rgba(255, 255, 255, 0.8);
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}
.trending-search a:hover {
    color: #287dfa;
}
.arrow-blink {
    color: #0d233e;
    font-size: 20px;
    width: 50px;
    height: 50px;
    display: inline-block;
    background-color: #fff;
    border-radius: 50%;
    position: absolute;
    top: 125px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
    box-shadow: 0 4px 40px rgba(82, 85, 90, 0.1);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -webkit-box-shadow: 0 4px 40px rgba(82, 85, 90, 0.1);
    -moz-box-shadow: 0 4px 40px rgba(82, 85, 90, 0.1);
}
.arrow-blink i {
    position: relative;
    animation: infinite-blink 2s linear infinite;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .breadcrumb-content {
        text-align: center;
    }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
    .breadcrumb-content {
        text-align: center;
    }
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
    .breadcrumb-content {
        text-align: center;
    }
}
.breadcrumb-content .section-heading .sec__desc,
.breadcrumb-content .section-heading .sec__title {
    color: #fff;
}
.breadcrumb-content .section-heading .sec__desc {
    font-weight: 500;
}
.breadcrumb-content .section-heading .sec__title {
    margin-bottom: 0;
}
@media (max-width: 320px) {
    .breadcrumb-content .section-heading .sec__title {
        font-size: 32px;
    }
}
@media (max-width: 375px) {
    .breadcrumb-content .section-heading .sec__title.line-height-50,
    .breadcrumb-content .section-heading .sec__title.line-height-55 {
        line-height: 45px !important;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .breadcrumb-list .list-items {
        -ms-flex-pack: center !important;
        justify-content: center !important;
        padding-top: 15px;
    }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
    .breadcrumb-list .list-items {
        -ms-flex-pack: center !important;
        justify-content: center !important;
        padding-top: 15px;
    }
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
    .breadcrumb-list .list-items {
        -ms-flex-pack: center !important;
        justify-content: center !important;
        padding-top: 15px;
    }
}
@media (max-width: 320px) {
    .breadcrumb-list .list-items {
        padding-top: 10px;
    }
}
.breadcrumb-list .list-items li {
    padding-right: 22px;
    color: #fff;
    position: relative;
    line-height: 24px;
    margin-bottom: 0;
}
.breadcrumb-list .list-items li:last-child {
    padding-right: 0;
}
.breadcrumb-list .list-items li:last-child::before {
    display: none;
}
.breadcrumb-list .list-items li a {
    color: #fff;
    -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: #287dfa;
}
.breadcrumb-list .list-items li::before {
    position: absolute;
    content: "";
    top: 12px;
    right: 8px;
    width: 4px;
    height: 4px;
    background-color: #fff;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .breadcrumb-top-list .list-items {
        padding-top: 0;
        justify-content: start !important;
        -ms-flex-pack: start !important;
    }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
    .breadcrumb-top-list .list-items {
        padding-top: 0;
        justify-content: start !important;
        -ms-flex-pack: start !important;
    }
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
    .breadcrumb-top-list .list-items {
        padding-top: 0;
        justify-content: start !important;
        -ms-flex-pack: start !important;
    }
}
.breadcrumb-top-list .list-items li {
    color: #5d646d;
}
.breadcrumb-top-list .list-items li a {
    color: #5d646d;
}
.breadcrumb-top-list .list-items li::before {
    background-color: #5d646d;
}
.breadcrumb-btn {
    padding-top: 150px;
    padding-bottom: 150px;
    position: relative;
}
.breadcrumb-btn .btn-box {
    position: absolute;
    bottom: 30px;
    left: 0;
}
.breadcrumb-btn .theme-btn {
    color: #0d233e;
    cursor: pointer;
    background-color: #fff;
    border: 0;
}
.breadcrumb-btn .theme-btn:nth-child(2) {
    margin-left: 10px;
}
.breadcrumb-btn .theme-btn:hover {
    background-color: #287dfa;
    color: #fff;
}
.header-top-bar {
    background-color: #fff;
    padding-top: 5px;
    padding-bottom: 5px;
    border-bottom: 1px solid rgba(128, 137, 150, 0.1);
}
@media (max-width: 1366px) {
    .header-top-bar {
        padding-right: 0;
        padding-left: 0;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-top-bar {
        padding-top: 10px;
        padding-bottom: 18px;
        display: none;
        height: auto !important;
        border-bottom: 1px solid rgba(128, 137, 150, 0.1) !important;
        opacity: 1 !important;
        visibility: visible !important;
    }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
    .header-top-bar {
        padding-top: 10px;
        padding-bottom: 18px;
        display: none;
        height: auto !important;
        border-bottom: 1px solid rgba(128, 137, 150, 0.1) !important;
        opacity: 1 !important;
        visibility: visible !important;
    }
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
    .header-top-bar {
        padding-top: 10px;
        padding-bottom: 18px;
        display: none;
        height: auto !important;
        border-bottom: 1px solid rgba(128, 137, 150, 0.1) !important;
        opacity: 1 !important;
        visibility: visible !important;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-top-content {
        text-align: center;
    }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
    .header-top-content {
        text-align: center;
        display: flex !important;
        justify-content: center;
    }
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
    .header-top-content {
        text-align: center;
        display: flex !important;
        justify-content: center;
    }
}
.header-top-content .list-items li {
    padding-right: 13px;
    margin-bottom: 5px;
    display: inline-block;
    color: #0d233e;
    text-transform: inherit;
    font-size: 14px;
}
.header-top-content .list-items li:last-child {
    padding-right: 0;
}
.header-top-content .list-items li .la {
    margin-right: 3px;
}
.header-top-content .list-items li a {
    color: #0d233e;
}
.header-top-content .list-items li a:before {
    display: none;
}
.header-top-content .social-profile a {
    background-color: rgba(255, 255, 255, 0.1);
    width: 33px;
    height: 33px;
    line-height: 33px;
}
.header-top-content .social-profile a:hover {
    background-color: #fff;
    color: #287dfa;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-right {
        padding-top: 5px;
    }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
    .header-right {
        padding-top: 5px;
    }
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
    .header-right {
        padding-top: 5px;
    }
}
@media (max-width: 375px) {
    .header-right {
        display: block !important;
        padding-top: 0;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-right.justify-content-end {
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
    .header-right.justify-content-end {
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
    .header-right.justify-content-end {
        -ms-flex-pack: center !important;
        justify-content: center !important;
        display: flex !important;
    }
}
@media (max-width: 600px) {
    .header-right {
        display: block !important;
    }
}
@media (max-width: 600px) {
    .header-right .list-items {
        margin-right: 0 !important;
    }
}
@media (max-width: 600px) {
    .header-right .header-right-action .select-contain {
        margin-right: 0;
        margin-bottom: 10px;
    }
}
.header-right-action .select-contain {
    margin-right: 12px;
}
@media (max-width: 375px) {
    .header-right-action .select-contain {
        margin-right: 0;
        margin-bottom: 10px;
    }
}
.header-right-action .select-contain .bs-searchbox {
    display: none;
}
.header-right-action .select-contain .dropdown-toggle {
    background-color: transparent !important;
    border: none !important;
    padding: 0;
    border-radius: 0;
    font-size: 14px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
}
.header-right-action .select-contain .dropdown-menu {
    padding-top: 0;
    margin-top: 10px;
}
.header-right-action .select-contain .dropdown-item {
    font-size: 14px;
    padding: 0 10px;
    min-width: 80px;
}
.header-right-action .theme-btn {
    font-size: 14px;
}
.header-menu-wrapper {
    background-color: #fff;
    z-index: 1024; /*overflow: hidden;*/
    border-bottom: 1px solid #eee;
    min-height: 70px;
}
.header-menu-wrapper {
    --tw-bg-opacity: 0.6;
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent),
        var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow);
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
    backdrop-filter: blur(2px);
}
@media (max-width: 1366px) {
    .header-menu-wrapper {
        padding-right: 0;
        padding-left: 0;
    }
}
.header-menu-wrapper.header-fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    transition: all 0.5s;
    box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
    -moz-box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
}
@media (max-width: 1199px) {
    .header-menu-wrapper.header-fixed {
        padding-top: 30px;
        padding-bottom: 30px;
    }
}
.menu-wrapper {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    align-items: center;
    position: relative;
    padding-top: 15px;
    -ms-flex-align: center;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .menu-wrapper {
        padding-top: 15px;
        padding-bottom: 15px;
        flex-wrap: wrap;
        -ms-flex-wrap: wrap;
    }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
    .menu-wrapper {
        padding-top: 15px;
        padding-bottom: 15px;
        flex-wrap: wrap;
        -ms-flex-wrap: wrap;
    }
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
    .menu-wrapper {
        padding-top: 0px;
        padding-bottom: 15px;
        flex-wrap: wrap;
        -ms-flex-wrap: wrap;
    }
}
.down-button {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 30px;
    text-align: center;
    height: 22px;
    line-height: 20px;
    background-color: rgba(128, 137, 150, 0.1);
    color: #5d646d;
    display: none;
    border-radius: 0 0 4px 4px;
    z-index: 3;
    transition: all 0.3s;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}
.down-button .la {
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}
.down-button.active .la {
    transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
}
.down-button:hover {
    color: #fff;
    background-color: #287dfa;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .down-button {
        display: block;
    }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
    .down-button {
        display: block;
    }
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
    .down-button {
        display: block;
    }
}
.logo {
    z-index: 2;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .logo {
        width: 100%;
        display: -webkit-flex;
        display: -ms-flex;
        display: flex;
        align-items: center;
        justify-content: space-between;
        -ms-flex-align: center;
        -ms-flex-pack: justify;
    }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
    .logo {
        width: 100%;
        display: -webkit-flex;
        display: -ms-flex;
        display: flex;
        align-items: center;
        justify-content: space-between;
        -ms-flex-align: center;
        -ms-flex-pack: justify;
    }
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
    .logo {
        width: 100%;
        display: -webkit-flex;
        display: -ms-flex;
        display: flex;
        align-items: center;
        justify-content: space-between;
        -ms-flex-align: center;
        -ms-flex-pack: justify;
    }
}
.logo a {
    display: inline-block;
}
.logo-2 {
    display: none;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .logo-2 {
        display: flex;
    }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
    .logo-2 {
        display: flex;
    }
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
    .logo-2 {
        display: flex;
    }
}
.user-menu-open,
.side-menu-close,
.menu-toggler {
    width: 40px;
    height: 40px;
    line-height: 40px;
    cursor: pointer;
    text-align: center;
    border-radius: 5px;
    display: none;
    margin-left: auto;
    background-color: rgba(128, 137, 150, 0.1);
    color: #0d233e;
    font-size: 26px;
    position: relative;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .user-menu-open,
    .side-menu-close,
    .menu-toggler {
        display: block;
    }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
    .user-menu-open,
    .side-menu-close,
    .menu-toggler {
        display: block;
    }
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
    .user-menu-open,
    .side-menu-close,
    .menu-toggler {
        display: block;
    }
}
.user-menu-open .la-bars,
.side-menu-close .la-bars,
.menu-toggler .la-bars {
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
}
.user-menu-open .la-times,
.side-menu-close .la-times,
.menu-toggler .la-times {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    visibility: hidden;
    transition: all 0.2s;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
}
.user-menu-open.active .la-bars,
.side-menu-close.active .la-bars,
.menu-toggler.active .la-bars {
    opacity: 0;
    visibility: hidden;
}
.user-menu-open.active .la-times,
.side-menu-close.active .la-times,
.menu-toggler.active .la-times {
    opacity: 1;
    visibility: visible;
}
.dashboard-nav .menu-toggler,
.user-menu-open {
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 22px;
    color: #fff;
    background-color: rgba(255, 255, 255, 0.1);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .dashboard-nav .menu-toggler,
    .user-menu-open {
        margin-left: 5px;
    }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
    .dashboard-nav .menu-toggler,
    .user-menu-open {
        margin-left: 5px;
    }
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
    .dashboard-nav .menu-toggler,
    .user-menu-open {
        margin-left: 5px;
    }
}
.dashboard-nav .menu-toggler:hover,
.user-menu-open:hover {
    background-color: #fff;
    color: #287dfa;
}
.side-menu-close {
    display: block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 22px;
    margin-left: 10px;
    margin-top: 10px;
}
.side-menu-close .la-times {
    opacity: 1;
    visibility: visible;
}
.main-menu-content {
    margin-left: auto;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .main-menu-content {
        display: none;
        margin-left: 0 !important;
        padding: 15px 0 0 0;
        width: 100%;
    }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
    .main-menu-content {
        display: none;
        margin-left: 0 !important;
        padding: 15px 0 0 0;
        width: 100%;
    }
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
    .main-menu-content {
        display: none;
        margin-left: 0 !important;
        padding: 15px 0 0 0;
        width: 100%;
    }
}
.main-menu-content ul li {
    display: inline-block;
    text-transform: capitalize;
    position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .main-menu-content ul li {
        display: block;
        padding-bottom: 15px;
        padding-right: 0;
    }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
    .main-menu-content ul li {
        display: block;
        padding-bottom: 15px;
        padding-right: 0;
    }
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
    .main-menu-content ul li {
        display: block;
        padding-bottom: 15px;
        padding-right: 0;
    }
}
.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: #0d233e;
    cursor: pointer;
    transition: all 0.3s;
    display: none;
    border-radius: 5px;
    border: 0;
    outline: 0;
    z-index: 2;
    background-color: transparent;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}
.main-menu-content ul li .drop-menu-toggler .la-angle-down {
    font-size: 16px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .main-menu-content ul li .drop-menu-toggler .la-angle-down {
        display: block;
    }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
    .main-menu-content ul li .drop-menu-toggler .la-angle-down {
        display: block;
    }
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
    .main-menu-content ul li .drop-menu-toggler .la-angle-down {
        display: block;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .main-menu-content ul li .drop-menu-toggler {
        display: block;
    }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
    .main-menu-content ul li .drop-menu-toggler {
        display: block;
    }
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
    .main-menu-content ul li .drop-menu-toggler {
        display: block;
    }
}
.main-menu-content ul li .drop-menu-toggler:hover {
    background-color: rgba(128, 137, 150, 0.1);
}
.main-menu-content ul li a {
    color: #0d233e;
    display: block;
    transition: all 0.3s;
    position: relative;
    z-index: 1;
    padding: 6px 10px;
    border-radius: 5px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .main-menu-content ul li a {
        padding-bottom: 0;
    }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
    .main-menu-content ul li a {
        padding-bottom: 0;
    }
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
    .main-menu-content ul li a {
        padding-bottom: 0;
    }
}
.main-menu-content ul li a .la-angle-down {
    font-size: 12px;
    color: #5d646d;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .main-menu-content ul li a .la-angle-down {
        display: none;
    }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
    .main-menu-content ul li a .la-angle-down {
        display: none;
    }
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
    .main-menu-content ul li a .la-angle-down {
        display: none;
    }
}
.main-menu-content ul li a:hover {
    color: #287dfa;
}
.main-menu-content ul li .dropdown-menu-item {
    text-align: left;
    position: absolute;
    top: 50px;
    left: 0;
    width: 200px;
    background-color: #fff;
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 4px;
    opacity: 0;
    visibility: hidden;
    z-index: 4;
    box-shadow: 0 0 40px rgba(82, 85, 90, 0.2);
    transition: all 0.3s;
    transform-origin: top;
    transform: perspective(250px) rotateX(-15deg);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-box-shadow: 0 0 40px rgba(82, 85, 90, 0.2);
    -moz-box-shadow: 0 0 40px rgba(82, 85, 90, 0.2);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transform: perspective(250px) rotateX(-15deg);
    -moz-transform: perspective(250px) rotateX(-15deg);
    -ms-transform: perspective(250px) rotateX(-15deg);
    -o-transform: perspective(250px) rotateX(-15deg);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .main-menu-content ul li .dropdown-menu-item {
        opacity: 1;
        visibility: visible;
        transform: perspective(0) rotateX(0);
        display: none;
        width: 100%;
        height: 210px;
        overflow-x: auto;
        overflow-y: auto;
        border-radius: 0;
        box-shadow: 0;
        position: relative;
        top: auto;
        left: auto;
        padding-bottom: 0;
        background-color: transparent;
        -webkit-transform: perspective(0) rotateX(0);
        -moz-transform: perspective(0) rotateX(0);
        -ms-transform: perspective(0) rotateX(0);
        -o-transform: perspective(0) rotateX(0);
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -webkit-box-shadow: 0;
        -moz-box-shadow: 0;
    }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
    .main-menu-content ul li .dropdown-menu-item {
        opacity: 1;
        visibility: visible;
        transform: perspective(0) rotateX(0);
        display: none;
        width: 100%;
        height: 210px;
        overflow-x: auto;
        overflow-y: auto;
        border-radius: 0;
        box-shadow: 0;
        position: relative;
        top: auto;
        left: auto;
        padding-bottom: 0;
        background-color: transparent;
        -webkit-transform: perspective(0) rotateX(0);
        -moz-transform: perspective(0) rotateX(0);
        -ms-transform: perspective(0) rotateX(0);
        -o-transform: perspective(0) rotateX(0);
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -webkit-box-shadow: 0;
        -moz-box-shadow: 0;
    }
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
    .main-menu-content ul li .dropdown-menu-item {
        opacity: 1;
        visibility: visible;
        transform: perspective(0) rotateX(0);
        display: none;
        width: 100%;
        height: 210px;
        overflow-x: auto;
        overflow-y: auto;
        border-radius: 0;
        box-shadow: 0;
        position: relative;
        top: auto;
        left: auto;
        padding-bottom: 0;
        background-color: transparent;
        -webkit-transform: perspective(0) rotateX(0);
        -moz-transform: perspective(0) rotateX(0);
        -ms-transform: perspective(0) rotateX(0);
        -o-transform: perspective(0) rotateX(0);
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -webkit-box-shadow: 0;
        -moz-box-shadow: 0;
    }
}
.main-menu-content ul li .dropdown-menu-item li {
    display: block;
    padding-right: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .main-menu-content ul li .dropdown-menu-item li {
        padding-bottom: 0;
    }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
    .main-menu-content ul li .dropdown-menu-item li {
        padding-bottom: 0;
    }
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
    .main-menu-content ul li .dropdown-menu-item li {
        padding-bottom: 0;
    }
}
.main-menu-content ul li .dropdown-menu-item li a {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    padding: 3px 25px;
    color: #5d646d;
    font-size: 15px;
    -ms-flex-align: center;
}
.main-menu-content ul li .dropdown-menu-item li a .la-plus {
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .main-menu-content ul li .dropdown-menu-item li a .la-plus {
        display: none;
    }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
    .main-menu-content ul li .dropdown-menu-item li a .la-plus {
        display: none;
    }
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
    .main-menu-content ul li .dropdown-menu-item li a .la-plus {
        display: none;
    }
}
.main-menu-content ul li .dropdown-menu-item li a .sub-menu-toggler {
    transition: all 0.3s;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    font-size: 16px;
    color: #0d233e;
    cursor: pointer;
    transition: all 0.3s;
    border-radius: 5px;
    z-index: 2;
    outline: 0;
    border: 0;
    display: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .main-menu-content ul li .dropdown-menu-item li a .sub-menu-toggler {
        display: block;
    }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
    .main-menu-content ul li .dropdown-menu-item li a .sub-menu-toggler {
        display: block;
    }
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
    .main-menu-content ul li .dropdown-menu-item li a .sub-menu-toggler {
        display: block;
    }
}
.main-menu-content ul li .dropdown-menu-item li a .sub-menu-toggler .la-plus {
    display: block;
}
.main-menu-content ul li .dropdown-menu-item li a .sub-menu-toggler:hover {
    background-color: rgba(128, 137, 150, 0.1);
}
.main-menu-content ul li .dropdown-menu-item li a:hover {
    color: #287dfa;
}
.main-menu-content ul li .dropdown-menu-item li .sub-menu {
    position: absolute;
    top: -10px;
    left: 200px;
    width: 200px;
    background-color: #fff;
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 4px;
    box-shadow: 0 0 40px rgba(82, 85, 90, 0.2);
    transition: all 0.3s;
    transform-origin: top;
    transform: perspective(250px) rotateX(-15deg);
    visibility: hidden;
    opacity: 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-box-shadow: 0 0 40px rgba(82, 85, 90, 0.2);
    -moz-box-shadow: 0 0 40px rgba(82, 85, 90, 0.2);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transform: perspective(250px) rotateX(-15deg);
    -moz-transform: perspective(250px) rotateX(-15deg);
    -ms-transform: perspective(250px) rotateX(-15deg);
    -o-transform: perspective(250px) rotateX(-15deg);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .main-menu-content ul li .dropdown-menu-item li .sub-menu {
        width: 100%;
        position: inherit;
        top: auto;
        left: auto;
        transform: perspective(0) rotateX(0);
        opacity: 1;
        visibility: visible;
        border-radius: 0;
        box-shadow: 0;
        padding: 5px 0 5px 25px;
        display: none;
        -webkit-transform: perspective(0) rotateX(0);
        -moz-transform: perspective(0) rotateX(0);
        -ms-transform: perspective(0) rotateX(0);
        -o-transform: perspective(0) rotateX(0);
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -webkit-box-shadow: 0;
        -moz-box-shadow: 0;
    }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
    .main-menu-content ul li .dropdown-menu-item li .sub-menu {
        width: 100%;
        position: inherit;
        top: auto;
        left: auto;
        transform: perspective(0) rotateX(0);
        opacity: 1;
        visibility: visible;
        border-radius: 0;
        box-shadow: 0;
        padding: 5px 0 5px 25px;
        display: none;
        -webkit-transform: perspective(0) rotateX(0);
        -moz-transform: perspective(0) rotateX(0);
        -ms-transform: perspective(0) rotateX(0);
        -o-transform: perspective(0) rotateX(0);
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -webkit-box-shadow: 0;
        -moz-box-shadow: 0;
    }
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
    .main-menu-content ul li .dropdown-menu-item li .sub-menu {
        width: 100%;
        position: inherit;
        top: auto;
        left: auto;
        transform: perspective(0) rotateX(0);
        opacity: 1;
        visibility: visible;
        border-radius: 0;
        box-shadow: 0;
        padding: 5px 0 5px 25px;
        display: none;
        -webkit-transform: perspective(0) rotateX(0);
        -moz-transform: perspective(0) rotateX(0);
        -ms-transform: perspective(0) rotateX(0);
        -o-transform: perspective(0) rotateX(0);
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -webkit-box-shadow: 0;
        -moz-box-shadow: 0;
    }
}
.main-menu-content ul li .dropdown-menu-item li:hover a .la-plus {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}
.main-menu-content ul li.active .drop-menu-toggler {
    background-color: rgba(128, 137, 150, 0.1);
}
.main-menu-content ul li.active .drop-menu-toggler::before {
    content: "\f113";
}
.main-menu-content ul li:last-child {
    padding-right: 0;
}
@media (min-width: 992px) {
    .main-menu-content ul li:hover .dropdown-menu-item {
        transform: perspective(300px) rotateX(0);
        opacity: 1;
        visibility: visible;
        -webkit-transform: perspective(300px) rotateX(0);
        -moz-transform: perspective(300px) rotateX(0);
        -ms-transform: perspective(300px) rotateX(0);
        -o-transform: perspective(300px) rotateX(0);
    }
    .main-menu-content ul li .dropdown-menu-item li:hover .sub-menu {
        opacity: 1;
        visibility: visible;
        transform: perspective(250px) rotateX(0);
        -webkit-transform: perspective(250px) rotateX(0);
        -moz-transform: perspective(250px) rotateX(0);
        -ms-transform: perspective(250px) rotateX(0);
        -o-transform: perspective(250px) rotateX(0);
    }
}
.nav-btn {
    position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .nav-btn {
        display: none;
    }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
    .nav-btn {
        display: none;
    }
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
    .nav-btn {
        display: none;
    }
}
.fixed-nav .header-top-bar {
    height: 0;
    border: 0;
    opacity: 0;
    visibility: hidden;
}
.fixed-nav .header-menu-wrapper {
    position: fixed;
    top: 0;
    width: 100%;
    box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
    height: 48px;
    -webkit-box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
    -moz-box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
}
.modal-popup .modal-header,
.modal-popup .modal-body,
.modal-popup .modal-footer {
    padding: 20px;
}
.modal-header .close {
    background-color: rgba(128, 137, 150, 0.2);
    padding: 0;
    width: 33px;
    height: 33px;
    border-radius: 100%;
    margin-top: -5px;
    margin-right: 0;
    font-size: 20px;
    outline: 0;
    transition: all 0.3s;
    text-shadow: none;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}
.modal-header .close:hover {
    background-color: #287dfa;
    color: #fff;
}
.modal-backdrop.show {
    opacity: 0.8;
    z-index: 1;
}
.copy-to-clipboard {
    position: relative;
    margin-bottom: 15px;
}
.copy-to-clipboard .contact-form-action .form-control {
    padding: 10px 20px;
}
.copy-to-clipboard .theme-btn {
    margin-left: 5px;
}
.text-success-message {
    background-color: #28d5a7;
    color: #fff;
    border-radius: 4px;
    padding: 3px 6px;
    position: absolute;
    top: -10px;
    left: 50%;
    transition: all 0.4s;
    font-size: 15px;
    opacity: 0;
    visibility: hidden;
    transform: translateX(-50%);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}
.text-success-message.active {
    top: -40px;
    opacity: 1;
    visibility: visible;
}
.text-success-message:after {
    position: absolute;
    content: "";
    bottom: -4px;
    left: 50%;
    transform: translateX(-50%) rotate(45deg);
    background-color: #28d5a7;
    width: 8px;
    height: 8px;
    -webkit-transform: translateX(-50%) rotate(45deg);
    -moz-transform: translateX(-50%) rotate(45deg);
    -ms-transform: translateX(-50%) rotate(45deg);
    -o-transform: translateX(-50%) rotate(45deg);
}
.copy-tooltip {
    position: relative;
    display: inline-block;
}
.copy-tooltip .tooltip-text {
    width: 140px;
    background-color: #0d233e;
    color: #fff;
    text-align: center;
    border-radius: 4px;
    line-height: 30px;
    position: absolute;
    z-index: 1;
    bottom: 120%;
    left: 50%;
    margin-left: -70px;
    display: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}
.copy-tooltip .tooltip-text:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #0d233e transparent transparent transparent;
}
.copy-tooltip:hover .tooltip-text {
    display: block;
}
.author-content .author-img {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    margin-right: 15px;
    flex-shrink: 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-flex-negative: 0;
}
.author-content .author-img img {
    border-radius: 50%;
    width: 100%;
    height: 100%;
    border: 3px solid #fff;
    box-shadow: 0 0 40px rgba(82, 85, 90, 0.05);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-box-shadow: 0 0 40px rgba(82, 85, 90, 0.05);
    -moz-box-shadow: 0 0 40px rgba(82, 85, 90, 0.05);
}
.author-content .author-img-md {
    width: 100px;
    height: 100px;
}
.author-content .author-bio .rating-stars li,
.author-content .author-bio .author__meta {
    font-size: 15px;
}
.author-content .author-bio .author__title {
    color: #0d233e;
    font-size: 16px;
    font-weight: 500;
}
.author-content .author-bio .author__title a {
    color: #0d233e;
}
.avatar {
    background-color: #5d646d;
    border-radius: 100%;
    height: 48px;
    width: 48px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
}
.avatar img {
    width: 100%;
    height: 100%;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
}
.avatar-lg {
    width: 80px;
    height: 80px;
}
.avatar-sm {
    width: 36px;
    height: 36px;
}
.tag-list li {
    display: inline-block;
    margin-bottom: 6px;
    font-size: 15px;
    margin-right: 3px;
}
.tag-list li a {
    border: 1px solid rgba(128, 137, 150, 0.2);
    color: #5d646d;
    border-radius: 4px;
    transition: all 0.3s;
    padding: 4px 18px;
    display: block;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}
.tag-list li:hover a {
    color: #287dfa;
    border-color: #287dfa;
}
#particles-js {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .review-bars {
        margin-top: 40px;
    }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
    .review-bars {
        margin-top: 40px;
    }
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
    .review-bars {
        margin-top: 40px;
    }
}
.progress-item {
    margin-bottom: 10px;
    position: relative;
}
.progressbar-box {
    width: calc(100% - 53px);
    margin-right: 10px;
}
.progressbar-line {
    position: relative;
    display: block;
    width: 100%;
    background-color: #e4e4e4;
    height: 5px;
    border-radius: 30px;
    transition: all 0.4s linear;
    transition-property: width, background-color;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -ms-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    -webkit-transition-property: width, background-color;
    -moz-transition-property: width, background-color;
    -ms-transition-property: width, background-color;
    -o-transition-property: width, background-color;
}
.progressbar-title {
    color: #0d233e;
    font-size: 15px;
    margin-bottom: 3px;
}
.progressbar-line-item {
    height: 5px;
    width: 0;
    background-color: #5d646d;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
}
.bar-bg-1 {
    background-color: #287dfa;
}
.bar-bg-2 {
    background-color: #28d5a7;
}
.bar-bg-3 {
    background-color: #f9b851;
}
.bar-bg-4 {
    background-color: #cc08e9;
}
.bar-bg-5 {
    background-color: #ff8c2a;
}
.bar-percent {
    background-color: rgba(128, 137, 150, 0.1);
    border-radius: 30px;
    padding: 3px 10px;
    font-size: 15px;
    color: #0d233e;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
}
.card-item {
    margin-bottom: 10px;
    border-radius: 5px;
    background-color: #fff;
    box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
    transition: all 0.3s;
    position: relative;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
    -moz-box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}
.card-item .card-img {
    position: relative;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}
.card-item .card-img img {
    width: 100%;
    border-radius: 5px;
    transition: all 0.3s;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}
.card-item .card-img .badge {
    position: absolute;
    background-color: #40cc6f;
    top: -10px;
    left: 20px;
    padding: 6px 11px;
    font-size: 12px;
    text-transform: uppercase;
    border-radius: 15px !important;
    border-radius: 30px;
    font-weight: 500;
    z-index: 1;
    color: #fff;
    transition: all 0.3s;
    -moz-border-radius: 30px !important;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}
.card-item .card-img .badge-ribbon {
    left: auto;
    right: 20px;
    background-color: #f9b851;
}
.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: #0d233e;
    background-color: #fff;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}
.card-item .card-img .add-to-wishlist:hover {
    background-color: #287dfa;
    color: #fff;
}
.card-item .card-title {
    font-size: 16px;
    color: #0d233e;
    margin-bottom: 2px;
    width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: pre;
}
.card-item .card-title a {
    color: #0d233e;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}
.card-item .card-title a:hover {
    color: #287dfa;
}
.card-item .card-meta {
    font-size: 15px;
}
.card-item .card-meta .post-dot {
    width: 4px;
    height: 4px;
    background-color: rgba(128, 137, 150, 0.4);
    border-radius: 50%;
    display: inline-block;
    margin-right: 5px;
    margin-left: 5px;
    position: relative;
    top: -3px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
}

@media (max-width: 425px) {
    .card-item .list-items-2 li span {
        width: 100%;
    }
}
.card-item .card-rating {
    padding-top: 12px;
    padding-bottom: 12px;
}
.card-item .card-rating .badge {
    background-color: #f96151;
    font-size: 14px;
}
.card-item .card-rating .review__text {
    padding-left: 4px;
    padding-right: 4px;
    color: #f96151;
    font-size: 15px;
}
.card-item .card-rating .rating__text {
    font-size: 14px;
}
.card-item .card-price {
    font-size: 15px;
}
.card-item .card-price .price__num {
    color: #0d233e;
    font-size: 18px;
    padding-right: 4px;
    font-weight: 500;
}
@media (max-width: 1199px) {
    .card-item .card-price {
        display: block !important;
    }
}
.card-item:hover {
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1),
        0 10px 10px -5px rgba(0, 0, 0, 0.04);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
        var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    transform: translateY(-3px);
    -webkit-transform: translateY(-3px);
    -moz-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    -o-transform: translateY(-3px);
}
.destination-card {
    position: relative;
    overflow: hidden;
}
.destination-card .card-img .badge {
    top: 20px;
    border-radius: 5px;
    background-color: #287dfa;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}
.destination-card .card-img .badge-ribbon {
    background-color: #f9b851;
}
.destination-card .card-img::before {
    background-color: #000000ab;
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    z-index: 1;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}
.destination-card .card-body {
    position: absolute;
    bottom: -50px;
    width: 100%;
    z-index: 2;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}
.destination-card .card-title {
    color: #fff;
    margin-bottom: 0;
}
.destination-card .card-title a {
    color: #fff;
}
.destination-card .card-title a:hover {
    color: #fff;
}
.destination-card .card-rating {
    padding-top: 4px;
    padding-bottom: 5px;
}
.destination-card .card-rating .rating__text {
    color: #fff;
}
.destination-card .tour__text {
    font-weight: 500;
}
.destination-card .card-price {
    color: #fff;
}
.destination-card .card-price .price__num {
    color: #fff !important;
}
.destination-card:hover .card-body {
    bottom: 0;
}
.destination--card .card-body {
    bottom: 0;
}
.destination--card .card-body .theme-btn {
    margin-right: 10px;
    opacity: 0;
    visibility: hidden;
}
.destination--card .card-title {
    font-size: 22px;
    margin-bottom: 2px;
}
.destination--card .card-meta {
    font-weight: 700;
    color: #fff;
}
.destination--card:hover .card-body .theme-btn {
    opacity: 1;
    visibility: visible;
    margin-right: 0;
}
.car-card .card-img {
    overflow: hidden;
}
.car-card .card-img img {
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}
.car-card .card-img .badge {
    top: 20px;
}
.car-card .card-img:hover img {
    transform: scale(1.04);
    -webkit-transform: scale(1.04);
    -moz-transform: scale(1.04);
    -ms-transform: scale(1.04);
    -o-transform: scale(1.04);
}
.car-card .card-rating {
    padding-bottom: 14px;
}
.car-card .card-body {
    padding-top: 10px;
}
.car-card .card-title {
    margin-bottom: 0;
    margin-top: 2px;
}
.car-card:hover {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
}
.card-attributes {
    padding-bottom: 12px;
}
.card-attributes ul li {
    margin-right: 15px;
    padding-right: 15px;
    border-right: 1px solid rgba(128, 137, 150, 0.1);
    color: #0d233e;
}
.card-attributes ul li:last-child {
    border-right: 0;
}
.card-attributes ul li i {
    padding-right: 7px;
    font-size: 22px;
}
.trending-card {
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
}
.trending-card .card-img {
    overflow: hidden;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
}
.trending-card .card-img .badge {
    top: 20px;
    left: 0;
    -webkit-border-radius: 0 30px 30px 0;
    -moz-border-radius: 0 30px 30px 0;
    border-radius: 0 30px 30px 0;
}
.trending-card .card-img .badge.badge-ribbon {
    left: auto;
    right: 0;
    border-radius: 30px 0 0 30px;
    -webkit-border-radius: 30px 0 0 30px;
    -moz-border-radius: 30px 0 0 30px;
}
.trending-card .card-img img {
    transition: all 0.3s;
    border-radius: 12px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
}
.trending-card .card-img:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}
.trending-card:hover {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
}
.cruise-card {
    position: relative;
}
.cruise-card .card-img::before {
    background-color: #0d233e;
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    z-index: 1;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}
.cruise-card .card-body {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
}
.cruise-card .card-title {
    color: #fff;
    text-align: right;
    font-size: 26px;
    font-weight: 900;
    line-height: 35px;
}
.cruise-card .card-title a {
    color: #fff;
}
.cruise-card .card-title a:hover {
    color: #fff;
}
.cruise-card .card-title span {
    display: block;
}
.cruise-card .card-footer {
    background-color: transparent;
    border: 0;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
}
.cruise-card .card-subtitle {
    color: #0d233e;
    font-size: 17px;
    font-weight: 700;
    margin-top: 0;
}
.cruise--card {
    border: 1px solid rgba(128, 137, 150, 0.1);
}
.cruise--card .card-body .cruise-logo {
    width: auto;
    margin-bottom: 10px;
}
.cruise--card:hover {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
}
.cruise-heading {
    background-color: rgba(40, 125, 250, 0.1);
    padding: 20px;
    border-radius: 5px;
    margin-bottom: 20px;
    position: relative;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}
.cruise-heading::before {
    position: absolute;
    content: "";
    bottom: -10px;
    left: 20px;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid rgba(40, 125, 250, 0.1);
}
.cruise-line-list {
    column-count: 2;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .cruise-line-list {
        margin-bottom: 30px;
    }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
    .cruise-line-list {
        margin-bottom: 30px;
    }
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
    .cruise-line-list {
        margin-bottom: 30px;
    }
}
@media (max-width: 375px) {
    .cruise-line-list {
        column-count: 1;
    }
}
.flight-card .card-body img {
    margin-bottom: 8px;
}
.flight-card .card-price {
    padding-top: 12px;
}
.flight--card {
    padding: 20px;
    border: 1px solid rgba(128, 137, 150, 0.2);
}
.flight--card .card-img {
    background-color: rgba(128, 137, 150, 0.1);
    text-align: center;
    padding: 50px 30px;
}
.flight--card .card-img img {
    width: auto;
}
.flight--card .card-body {
    padding: 20px 0 0 0;
}
.flight-time {
    border-top: 1px solid rgba(128, 137, 150, 0.1);
}
.flight-time-item {
    border-bottom: 1px solid rgba(128, 137, 150, 0.1);
    padding-top: 15px;
    padding-bottom: 15px;
}
.flight-time-item .la {
    color: #287dfa;
    font-size: 26px;
}
.take-off .la {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}
.landing .la {
    transform: rotate(120deg);
    -webkit-transform: rotate(120deg);
    -moz-transform: rotate(120deg);
    -ms-transform: rotate(120deg);
    -o-transform: rotate(120deg);
}
.deal-list {
    padding: 12px 20px;
    border-radius: 5px;
    background-color: #fff;
    box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
    border: 1px solid rgba(128, 137, 150, 0.2);
    transition: all 0.3s;
    margin-bottom: 30px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
    -moz-box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}
.deal-list .title a {
    color: #0d233e;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}
.deal-list .title a:hover {
    color: #287dfa;
}
.deal-list:hover {
    border-color: #287dfa;
    transform: translateY(-3px);
    -webkit-transform: translateY(-3px);
    -moz-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    -o-transform: translateY(-3px);
}
.blog-card .card-img img {
    border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
}
.blog-card .card-img .post-format {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 18px;
    color: #0d233e;
    background-color: #fff;
    z-index: 1;
}
.blog-card .card-img::before {
    background-color: #0d233e;
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.7;
    z-index: 1;
    border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
}
.blog-card .card-body {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 1;
    padding-bottom: 20px;
}
.blog-card .card-footer {
    background-color: transparent;
    border-top: 0;
    position: relative;
    padding: 20px;
}
.blog-card .card-footer:last-child {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
}
.blog-card .card-footer .author-content .author-img {
    width: 40px;
    height: 40px;
    margin-right: 10px;
}
.blog-card .post-categories {
    padding-bottom: 14px;
}
.blog-card .post-categories .badge {
    text-transform: capitalize;
    background-color: #fff;
    color: #0d233e;
    font-size: 13px;
    margin-right: 5px;
    padding: 4px 8px;
    font-weight: 400;
}
.blog-card .post-categories .badge:hover {
    color: #287dfa;
}
.blog-card .card-meta,
.blog-card .card-title {
    color: #fff;
}
.blog-card .card-meta a,
.blog-card .card-title a {
    color: #fff;
}
.blog-card .card-title {
    margin-bottom: 5px;
}
.blog-card .card-title a:hover {
    color: #fff;
}
.blog-card .card-meta .post-dot {
    background-color: #fff;
}
.post-share ul li {
    position: relative;
}
.post-share ul li .icon-element {
    width: 40px;
    height: 40px;
    line-height: 40px;
    background-color: rgba(40, 125, 250, 0.1);
    cursor: pointer;
    font-size: 20px;
    color: #287dfa;
}
.post-share ul li .icon-element:hover {
    background-color: #287dfa;
    color: #fff;
}
.post-share ul li .post-share-dropdown {
    position: absolute;
    top: 0;
    right: 42px;
    background-color: #fff;
    box-shadow: 0 0 40px rgba(82, 85, 90, 0.3);
    transition: all 0.3s;
    border-radius: 5px;
    opacity: 0;
    visibility: hidden;
    -webkit-box-shadow: 0 0 40px rgba(82, 85, 90, 0.3);
    -moz-box-shadow: 0 0 40px rgba(82, 85, 90, 0.3);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}
.post-share ul li .post-share-dropdown::before {
    position: absolute;
    content: "";
    top: 50%;
    right: -4px;
    width: 8px;
    height: 8px;
    background-color: #fff;
    transform: translateY(-50%) rotate(45deg);
    -webkit-transform: translateY(-50%) rotate(45deg);
    -moz-transform: translateY(-50%) rotate(45deg);
    -ms-transform: translateY(-50%) rotate(45deg);
    -o-transform: translateY(-50%) rotate(45deg);
}
.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: #0d233e;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}
.post-share ul li .post-share-dropdown li a:hover {
    color: #287dfa;
}
.post-share ul li:hover .post-share-dropdown {
    right: 47px;
    opacity: 1;
    visibility: visible;
}
.blog-card-layout-2 {
    transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -webkit-transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -moz-transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -ms-transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -o-transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.blog-card-layout-2 .post-categories .badge {
    border: 1px solid rgba(128, 137, 150, 0.2);
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
}
.blog-card-layout-2 .post-categories .badge:hover {
    border-color: #287dfa;
}
.blog-card-layout-2 .card-body {
    position: inherit;
    top: auto;
    left: auto;
}
.blog-card-layout-2 .card-title {
    color: #0d233e;
}
.blog-card-layout-2 .card-title a {
    color: #0d233e;
}
.blog-card-layout-2 .card-title a:hover {
    color: #287dfa;
}
.blog-card-layout-2 .card-meta {
    color: #5d646d;
}
.blog-card-layout-2 .card-meta .post-dot {
    background-color: rgba(128, 137, 150, 0.5);
}
.blog-card-layout-2 .card-footer {
    padding-top: 0;
}
.card-item-list {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
    .card-item-list {
        display: block;
    }
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
    .card-item-list {
        display: block;
    }
}
.card-item-list .card-img-carousel {
    width: 33%;
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
    .card-item-list .card-img-carousel {
        width: 100%;
    }
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
    .card-item-list .card-img-carousel {
        width: 100%;
    }
}
.card-item-list .card-img-carousel .card-img img {
    height: 310px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .card-item-list .card-img-carousel .card-img img {
        height: 358px;
    }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
    .card-item-list .card-img-carousel .card-img img {
        height: auto;
    }
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
    .card-item-list .card-img-carousel .card-img img {
        height: auto;
    }
}
.card-item-list .card-img {
    background: #f2f4f6;
    flex: 1;
    border-radius: 5px 0 0 5px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    -webkit-border-radius: 5px 0 0 5px;
    -moz-border-radius: 5px 0 0 5px;
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
    .card-item-list .card-img {
        border-radius: 5px 5px 0 0;
        -webkit-border-radius: 5px 5px 0 0;
        -moz-border-radius: 5px 5px 0 0;
    }
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
    .card-item-list .card-img {
        border-radius: 5px 5px 0 0;
        -webkit-border-radius: 5px 5px 0 0;
        -moz-border-radius: 5px 5px 0 0;
    }
}
.card-item-list .card-img img {
    border-radius: 5px 0 0 5px;
    object-fit: cover;
    height: 160px;
    -webkit-border-radius: 5px 0 0 5px;
    -moz-border-radius: 5px 0 0 5px;
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
    .card-item-list .card-img img {
        height: auto;
        border-radius: 5px 5px 0 0;
        -webkit-border-radius: 5px 5px 0 0;
        -moz-border-radius: 5px 5px 0 0;
    }
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
    .card-item-list .card-img img {
        height: auto;
        border-radius: 5px 5px 0 0;
        -webkit-border-radius: 5px 5px 0 0;
        -moz-border-radius: 5px 5px 0 0;
    }
}
.card-item-list .card-body {
    flex: 2;
    -webkit-box-flex: 2;
    -webkit-flex: 2;
    -ms-flex: 2;
}
.card-item--list {
    position: relative;
}
.card-item--list .card-img img {
    height: 270px;
}
.card-item--list:hover {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
}
.card-item-list-2 .card-img {
    border-radius: 5px;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-flex-align: center;
    -ms-flex-pack: center;
}
.card-item-list-2 .card-img img {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    height: auto;
}
.card-item-list-2 .card-body {
    padding-top: 0;
    padding-left: 20px;
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
    .card-item-list-2 .card-body {
        padding-left: 0;
        padding-top: 20px;
    }
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
    .card-item-list-2 .card-body {
        padding-left: 0;
        padding-top: 20px;
    }
}
.user-card {
    box-shadow: 0;
    border: 1px solid rgba(128, 137, 150, 0.2);
    -webkit-box-shadow: 0;
    -moz-box-shadow: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .user-card {
        display: block !important;
    }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
    .user-card {
        display: block !important;
    }
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
    .user-card {
        display: block !important;
    }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
    .user-card .card-body .d-flex {
        display: block !important;
    }
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
    .user-card .card-body .d-flex {
        display: block !important;
    }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
    .user-card .list-items.list-items-2 {
        margin-bottom: 15px;
    }
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
    .user-card .list-items.list-items-2 {
        margin-bottom: 15px;
    }
}
.user-card:hover {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
}
.recent-post-card {
    padding: 10px;
    margin-bottom: 20px;
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
    .recent-post-card {
        display: -webkit-flex;
        display: -ms-flex;
        display: flex;
    }
}
@media (max-width: 480px) {
    .recent-post-card {
        display: -webkit-flex;
        display: -ms-flex;
        display: flex;
    }
}
@media (max-width: 375px) {
    .recent-post-card {
        display: block;
    }
}
.recent-post-card .card-img img {
    height: auto;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}
.recent-post-card .card-body {
    padding: 0 0 0 10px;
}
@media (max-width: 375px) {
    .recent-post-card .card-body {
        padding-top: 10px;
        padding-left: 0;
    }
}
.recent-post-card .card-title {
    font-size: 15px;
}
.recent-post-card .card-meta {
    font-size: 14px;
}
.recent-post-card:hover {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
}
.blog-single-card {
    box-shadow: 0;
    border-radius: 0;
    -webkit-box-shadow: 0;
    -moz-box-shadow: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
}
.blog-single-card .card-img img {
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}
.blog-single-card:hover {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
}
.profile-card {
    box-shadow: 0;
    border: 1px solid rgba(128, 137, 150, 0.1);
    -webkit-box-shadow: 0;
    -moz-box-shadow: 0;
}
.profile-card:hover {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
}
.booking-detail-form .card-item {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
}
@media (max-width: 425px) {
    .booking-detail-form .card-item .list-items li span {
        width: 150px;
    }
}
@media (max-width: 425px) {
    .room-card .card-attributes ul {
        flex-wrap: wrap;
    }
}
.room-card:hover {
    transform: translateY(0);
    z-index: 2;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
}
.card-img-carousel .owl-nav {
    transition: all 0.3s;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}
.card-img-carousel .owl-dots {
    padding-top: 0 !important;
    position: absolute;
    bottom: 10px;
}
.card-img-carousel:hover .owl-nav {
    opacity: 1;
    visibility: visible;
}
.gallery-card {
    overflow: hidden;
    margin-bottom: 30px;
}
.gallery-card img {
    width: 100%;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}
.gallery-card img:hover {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}
.grid-masonry-item img {
    object-fit: cover;
}
.grid-masonry-item-width-1 img {
    height: 350px;
}
.grid-masonry-item-width-2 img {
    height: 450px;
}
.grid-masonry-item-width-3 img {
    height: 500px;
}
.grid-masonry-item-width-4 img {
    height: 400px;
}
.package-card {
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 0 40px rgba(82, 85, 90, 0.05);
    margin-bottom: 30px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    border: 1px solid rgba(127, 137, 150, 0.1);
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-box-shadow: 0 0 40px rgba(82, 85, 90, 0.05);
    -moz-box-shadow: 0 0 40px rgba(82, 85, 90, 0.05);
}
.package-card .package-tooltip {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    border-radius: 4px 4px 0 0;
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
}
.package-card .package-tooltip .package__tooltip {
    background-color: #287dfa;
    color: #fff;
    font-weight: 600;
    text-align: center;
    display: block;
    border-radius: 4px 4px 0 0;
    padding: 15px 0;
    font-size: 35px;
    position: relative;
    z-index: 1;
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
}
.package-card .package-title {
    margin-bottom: 30px;
    padding: 30px 0 35px 0;
    position: relative;
    background-color: #f5f7fc;
}
.package-card .package-title .package__title {
    font-size: 25px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 20px;
    color: #0d233e;
}
.package-card .package-title .package__price {
    font-size: 50px;
    font-weight: 700;
    color: #287dfa;
}
.package-card .package-title .package__month {
    color: #287dfa;
    font-size: 15px;
    padding-top: 3px;
}
.package-card .package-title .hero-svg {
    height: 40px;
    width: 101%;
    left: -1px;
    bottom: -1px;
}
.package-card .list-items li.text-disabled {
    color: rgba(128, 137, 150, 0.5);
    text-decoration: line-through;
}
.package-card .list-items li:last-child {
    margin-bottom: 0;
}
.package-card .btn-box {
    padding: 30px;
}
.package-card .btn-box .theme-btn {
    display: block;
    text-align: center;
}
.package-card-active {
    transform: scale(1.1);
    z-index: 3;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .package-card-active {
        transform: scale(1);
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
    }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
    .package-card-active {
        transform: scale(1);
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
    }
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
    .package-card-active {
        transform: scale(1);
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
    }
}
.package-card-active .package-title {
    background-color: #287dfa;
}
.package-card-active .package-title .package__price,
.package-card-active .package-title .package__month,
.package-card-active .package-title .package__title {
    color: #fff;
}
.accordion-item .card {
    box-shadow: 0 0 14px rgba(82, 85, 90, 0.01);
    border-color: rgba(128, 137, 150, 0.2);
    border-radius: 8px;
    margin-bottom: 10px;
    -webkit-box-shadow: 0 0 14px rgba(82, 85, 90, 0.01);
    -moz-box-shadow: 0 0 14px rgba(82, 85, 90, 0.01);
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
}
.accordion-item .card:not(:last-of-type),
.accordion-item .card:not(:first-of-type) {
    border-radius: 8px;
    border-bottom: 1px solid rgba(128, 137, 150, 0.2);
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
}
.accordion-item .card-header {
    padding: 0;
    background-color: #fff;
    border-bottom: 0;
    margin-bottom: 0;
}
.accordion-item .card-header .btn {
    width: 100%;
    text-align: left;
    color: #0d233e;
    font-size: 17px;
    font-weight: 500;
    text-decoration: none;
    padding: 14px 20px;
}
@media (max-width: 375px) {
    .accordion-item .card-header .btn {
        font-size: 16px;
    }
}
.accordion-item .card-header .btn .la {
    width: 30px;
    height: 30px;
    line-height: 30px;
    flex-shrink: 0;
    border-radius: 50%;
    background-color: #0d233e;
    box-shadow: 0 0 0 5px rgba(82, 85, 90, 0.1);
    color: #fff;
    text-align: center;
    transition: all 0.3s;
    font-size: 16px;
    display: none;
    -ms-flex-negative: 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-box-shadow: 0 0 0 5px rgba(82, 85, 90, 0.1);
    -moz-box-shadow: 0 0 0 5px rgba(82, 85, 90, 0.1);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}
.accordion-item .card-header .btn[aria-expanded="false"] i.la-plus {
    display: block;
}
.accordion-item .card-header .btn[aria-expanded="true"] i.la-minus {
    display: block;
}
.accordion-item .card-body {
    padding: 0 20px 25px 20px;
    font-weight: 400;
}
.accordion-item .list-items li {
    margin-bottom: 4px;
    position: relative;
    padding-left: 15px;
    line-height: 24px;
    font-weight: 400;
}
.accordion-item .list-items li:last-child {
    margin-bottom: 0;
}
.accordion-item .list-items li::before {
    position: absolute;
    content: "";
    top: 10px;
    left: 0;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: rgba(128, 137, 150, 0.5);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
}
.faq-item {
    margin-bottom: 30px;
}
.faq-item .icon-element {
    width: 25px;
    height: 25px;
    line-height: 25px;
    font-size: 16px;
    background-color: rgba(30, 125, 250, 0.1);
    color: #287dfa;
}
.faq-item .toggle-menu li {
    margin-bottom: 10px;
}
.faq-item .toggle-menu li a {
    color: #0d233e;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .faq-forum {
        margin-top: 50px;
    }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
    .faq-forum {
        margin-top: 50px;
    }
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
    .faq-forum {
        margin-top: 50px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .faq-forum.pl-4 {
        padding-left: 0 !important;
    }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
    .faq-forum.pl-4 {
        padding-left: 0 !important;
    }
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
    .faq-forum.pl-4 {
        padding-left: 0 !important;
    }
}
.hero-box {
    position: relative;
    width: 100%;
    z-index: 2;
    padding-top: 10px;
    padding-bottom: 100px;
    background-size: cover;
    background-position: center;
}
.hero-box #fullscreen-slide-contain {
    position: absolute !important;
    height: 100% !important;
}
.hero-svg {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100px;
    fill: #fff;
}
.hero-bg-2 {
    background-image: url("../images/hero-bg2.html");
}
.hero-bg-3 {
    background-image: url("../images/hero-bg3.html");
}
.hero-bg-4 {
    background-image: url("../images/hero-bg4.html");
}
.hero-bg-5 {
    background-image: url("../images/hero-bg5.html");
}
.hero-bg-6 {
    background-image: url("../images/hero-bg6.html");
}
.hero-content .section-heading .sec__desc {
    font-size: 20px;
    color: #fff;
}
@media (max-width: 375px) {
    .hero-content .section-heading .sec__desc {
        font-size: 18px;
    }
}
.hero-content .section-heading .sec__title {
    font-size: 50px;
    margin-bottom: 0;
    color: #fff;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero-content .section-heading .sec__title {
        font-size: 40px;
    }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
    .hero-content .section-heading .sec__title {
        font-size: 40px;
    }
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
    .hero-content .section-heading .sec__title {
        font-size: 40px;
    }
}
@media (max-width: 425px) {
    .hero-content .section-heading .sec__title {
        font-size: 30px;
    }
}
@media (min-width:1024px) and (max-width:1280px){
    .carousel-inner{
        height: 464px;
    }
}
.hero-list-box {
    background-color: #fff;
    border-radius: 5px;
    padding: 30px;
    display: inline-block;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero-list-box {
        margin-bottom: 40px;
    }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
    .hero-list-box {
        margin-bottom: 40px;
    }
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
    .hero-list-box {
        margin-bottom: 40px;
    }
}
.hero-list-box .list-items li {
    margin-bottom: 20px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}
.hero-list-box .list-items li:last-child {
    margin-bottom: 0;
}
.hero-list-box .list-items li span {
    font-weight: 500;
    color: #0d233e;
}
.hero-list-box .list-items li svg {
    width: 32px;
    height: 32px;
    fill: #0d233e;
    margin-right: 10px;
}
.main-search-wrapper {
    position: relative;
    z-index: 1;
}
.search-fields-container {
    /* background-color: #fff; */
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    /* overflow: hidden; */
}
.column-73{
    width: 20%;
}
@media (min-width:200px) and (max-width:750px) {
    .column-73{
        width: 100%;
    }
    
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .search-fields-container .pl-0 {
        padding-left: 15px !important;
    }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
    .search-fields-container .pl-0 {
        padding-left: 15px !important;
    }
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
    .search-fields-container .pl-0 {
        padding-left: 15px !important;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .search-fields-container .pr-0 {
        padding-right: 15px !important;
    }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
    .search-fields-container .pr-0 {
        padding-right: 15px !important;
    }

}
@media only screen and (min-width: 320px) and (max-width: 479px) {
    .search-fields-container .pr-0 {
        padding-right: 15px !important;
    }
}
.collapse-btn[aria-expanded="true"] {
    background-color: rgba(128, 137, 150, 0.1);
}
.collapse-btn[aria-expanded="true"] i::before {
    content: "\f106";
}
.add-flight-btn {
    background-color: rgba(40, 125, 250, 0.03);
    color: #287dfa;
    border-color: rgba(40, 125, 250, 0.3);
    outline: 0;
    padding: 0px;
}
.add-flight-btn:focus {
    outline: 0;
}
.add-flight-btn:hover {
    background-color: rgba(40, 125, 250, 0.1);
}
.multi-flight-delete-wrap {
    display: none;
}
.search-fields-container-shape {
    margin-bottom: -10px;
    margin-top: 14px;
    position: relative;
}
.search-fields-container-shape::before,
.search-fields-container-shape::after {
    position: absolute;
    content: "";
    box-shadow: 0 0 40px rgba(82, 85, 90, 0.08);
    border-radius: 4px;
    height: 100%;
    z-index: -1;
    -webkit-box-shadow: 0 0 40px rgba(82, 85, 90, 0.08);
    -moz-box-shadow: 0 0 40px rgba(82, 85, 90, 0.08);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}
.search-fields-container-shape::before {
    left: 15px;
    bottom: -13px;
    width: calc(100% - 30px);
}
.search-fields-container-shape::after {
    left: 30px;
    width: calc(100% - 60px);
    bottom: -26px;
}
.search-fields-container-inner {
    position: relative;
    z-index: 1;
}
.hero-wrapper2 .search-fields-container {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.hero-content-3 .section-heading .sec__title {
    line-height: 65px;
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
    .hero-content-3 .section-heading .sec__title {
        line-height: 50px;
    }
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
    .hero-content-3 .section-heading .sec__title {
        line-height: 45px;
    }
}
.hero-wrapper4 .hero-box {
    padding-top: 120px;
    padding-bottom: 20px;
}
.hero-wrapper5 .hero-box {
    padding-top: 110px;
}
.hero-wrapper6 .hero-box {
    padding-top: 100px;
    padding-bottom: 160px;
}
.room-type-content {
    overflow: hidden;
    border-radius: 4px;
    margin-bottom: 30px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}
.room-type-content .image-box img {
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}
.room-type-content .image-box a:hover img {
    transform: scale(1.03);
    -webkit-transform: scale(1.03);
    -moz-transform: scale(1.03);
    -ms-transform: scale(1.03);
    -o-transform: scale(1.03);
}
.room-type-content .image-box a:hover .room-type-link {
    right: 30px;
}
.room-type-link {
    position: absolute;
    bottom: 30px;
    right: 50px;
    background-color: #fff;
    color: #0d233e;
    border-radius: 4px;
    padding: 15px 30px;
    text-transform: uppercase;
    font-size: 17px;
    transition: all 0.3s;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}
.room-type-link:hover {
    background-color: #287dfa;
    color: #fff;
}
.hotel-card-carousel .owl-stage-outer {
    overflow: inherit;
}
.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: rgba(255, 255, 255, 0.8);
    border-radius: 5px;
    z-index: 1;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}
.hotel-card-carousel .owl-stage-outer .owl-item:not(.active) .card-item:hover {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
}
.hotel-card-carousel-2 .card-item {
    margin-bottom: 0;
}
.hotel-card-carousel-2 .card-item .card-img .badge {
    top: 20px;
}
.discount-area {
    margin-top: -100px;
}
.discount-box {
    position: relative;
}
.discount-box::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #0d233e;
    opacity: 0.3;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}
.company-logo,
.discount-content {
    position: absolute;
}
.discount-img img {
    width: 100%;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .discount-img img {
        object-fit: cover;
        height: 250px;
    }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
    .discount-img img {
        object-fit: cover;
        height: 250px;
    }
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
    .discount-img img {
        object-fit: cover;
        height: 250px;
    }
}
@media (max-width: 320px) {
    .discount-img img {
        height: 280px;
    }
}
.discount-content {
    top: 50%;
    left: 100px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .discount-content {
        left: 30px;
    }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
    .discount-content {
        left: 30px;
    }
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
    .discount-content {
        left: 30px;
    }
}
@media (max-width: 375px) {
    .discount-content {
        left: 20px;
    }
}
@media (max-width: 320px) {
    .discount-content {
        top: 20px;
        transform: translateY(0);
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .discount-content .section-heading .sec__title {
        font-size: 24px;
        line-height: 30px !important;
    }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
    .discount-content .section-heading .sec__title {
        font-size: 24px;
        line-height: 30px !important;
    }
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
    .discount-content .section-heading .sec__title {
        font-size: 24px;
        line-height: 30px !important;
    }
}
.company-logo {
    bottom: 20px;
    right: 20px;
}
.total-price input {
    border: 0;
    background-color: transparent;
    font-weight: 700;
    font-size: 20px;
    color: #0d233e;
    width: 68px;
}
.team-card {
    border-radius: 12px;
    padding-top: 20px;
    margin-bottom: 60px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
}
.team-card .card-img {
    width: 190px;
    height: 190px;
    border-radius: 100%;
    border: 8px solid #fff;
    box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
    margin-left: auto;
    margin-right: auto;
    margin-top: -60px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
    -moz-box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
}
.team-card .card-img img {
    height: 100%;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
}
.team-card .card-body {
    padding: 20px;
}
.table-form .table {
    margin-bottom: 0;
}
.table-form thead th {
    border: 0;
    background-color: rgba(128, 137, 150, 0.1);
}
.table-form th {
    color: #0d233e;
}
.table-form th,
.table-form td {
    font-size: 15px;
    vertical-align: middle;
    border-top-color: rgba(128, 137, 150, 0.1);
}
.table-form td {
    color: #5d646d;
}
.table-content img {
    width: 50px;
    height: 50px;
    border-radius: 100%;
    margin-right: 10px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
}
.table-content .title {
    font-size: 15px;
}
.table-content .title.table-price {
    font-size: 19px;
}
.product-content img {
    width: 100px;
    height: 100px;
    border-radius: 2px;
    margin-right: 15px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
}
.table-layout-2 th,
.table-layout-2 td {
    border: 0;
}
.table-layout-2 tbody tr:nth-child(even) {
    background-color: rgba(128, 137, 150, 0.03);
}
.upload-btn-box .jFiler-input {
    width: 150px;
    border: 0;
    background-color: transparent;
    height: auto;
    font-size: 14px;
    font-weight: 500;
}
.upload-btn-box .jFiler-input .jFiler-input-caption {
    display: none;
}
.upload-btn-box .jFiler-input .jFiler-input-button {
    float: none;
    padding: 6px 0;
    position: relative;
    color: #fff;
    background-color: #fff;
}
.upload-btn-box .jFiler-input .jFiler-input-button::before {
    background-color: rgba(128, 137, 150, 0.06);
    position: absolute;
    content: "Upload File";
    top: 0;
    left: 0;
    padding-top: 7px;
    color: #5d646d;
    width: 100%;
    height: 100%;
    padding-left: 25px;
}
.upload-btn-box .jFiler-input .jFiler-input-button::after {
    position: absolute;
    content: "\f0ee";
    top: 8px;
    left: 20px;
    font-family: "FontAwesome";
    color: #5d646d;
    font-size: 18px;
}
.course-photo-btn .jFiler-input .jFiler-input-button:after {
    position: absolute;
    content: "Upload a Photo";
}
.course-photo-btn .jFiler-input .jFiler-input-button:before {
    content: "\f03e";
}
.error-img svg {
    width: 100%;
}
@media (max-width: 480px) {
    .error-img svg {
        height: 200px;
    }
}
.error-img image {
    width: 100%;
}
@media (max-width: 480px) {
    .error-img image {
        height: 100%;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .btn--box.text-right {
        text-align: left !important;
    }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
    .btn--box.text-right {
        text-align: left !important;
    }
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
    .btn--box.text-right {
        text-align: left !important;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .btn--box {
        padding-top: 30px;
    }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
    .btn--box {
        padding-top: 30px;
    }
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
    .btn--box {
        padding-top: 30px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .about-content {
        margin-bottom: 50px;
        padding-right: 0 !important;
    }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
    .about-content {
        margin-bottom: 50px;
        padding-right: 0 !important;
    }
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
    .about-content {
        margin-bottom: 50px;
        padding-right: 0 !important;
    }
}
.about-img-box::before {
    position: absolute;
    content: "";
    width: 100px;
    height: 200px;
    top: -30px;
    right: -50px;
    background-image: url("../images/dot-shape.html");
    background-size: cover;
    z-index: -1;
}
.info-bg {
    z-index: 1;
    position: relative;
}
.info-bg::before {
    position: absolute;
    opacity: 0.2;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("../img/color-bg.png");
    z-index: -1;
}
.info-area2 {
    background-color: #fff;
    box-shadow: 0 15px 15px rgba(82, 85, 90, 0.03);
    -webkit-box-shadow: 0 15px 15px rgba(82, 85, 90, 0.03);
    -moz-box-shadow: 0 15px 15px rgba(82, 85, 90, 0.03);
}
.dropdown-contain .dropdown-menu {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1);
    border: 0;
    width: 100%;
    min-width: 200px;
    -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1);
}
.dropdown-contain .dropdown-item:hover {
    background-color: transparent;
}
.extra-service-select {
    width: 100px;
}
.dropdown-btn {
    height: 40px;
    cursor: pointer;
    display: block;
    width: 100%;
    transition: all 0.3s;
    position: relative;
    padding: 8px 20px 10px 40px;
    font-size: 13px;
    color: #0d233e;
    border-right: 2px solid #bfbfbf;
    transition: all 0.3s;
    background-color: #e3eaf04f;
    border-radius: 0px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}
.dropdown-btn::after {
    border: 0;
    content: "\f107";
    font-family: "Line Awesome Free";
    font-weight: 900;
    font-size: 13px;
    position: absolute;
    top: 7px;
    right: 20px;
}
.dropdown-btn:focus {
    border-color: #287dfa;
}
.dropdown-btn:hover {
    color: #0d233e;
}
.dropdown--btn {
    border: 0;
    border-radius: 0;
    box-shadow: none;
    padding: 0;
    color: #5d646d;
    font-size: 16px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
}
.dropdown--btn::after {
    position: relative;
    top: 2px;
    right: auto;
    margin-left: 2px;
}
.single-nav-sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
    border-bottom: 1px solid rgba(128, 137, 150, 0.1);
    height: 70px;
}
.single-nav-sticky + .single-content-box {
    padding-top: 50px;
}
.single-feature-icon {
    width: 40px;
    height: 40px;
    line-height: 40px;
    background-color: rgba(40, 125, 250, 0.1);
    color: #287dfa;
    font-size: 22px;
    transition: all 0.3s;
    margin: 0 10px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}
.single-feature-titles span {
    display: inherit;
    margin-top: -1px;
}
.single-feature-titles .list-items li {
    font-size: 13px;
    line-height: 20px;
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
    .single-content-nav ul {
        white-space: nowrap;
        display: block;
        overflow-y: hidden;
        overflow-x: auto;
    }
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
    .single-content-nav ul {
        white-space: nowrap;
        display: block;
        overflow-y: hidden;
        overflow-x: auto;
    }
}
.single-content-nav ul::-webkit-scrollbar {
    height: 6px;
}
.single-content-nav ul::-webkit-scrollbar-track {
    background-color: rgba(128, 137, 150, 0.1);
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}
.single-content-nav ul::-webkit-scrollbar-thumb {
    background-color: rgba(128, 137, 150, 0.2);
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}
.single-content-nav ul::-webkit-scrollbar-thumb:hover {
    background-color: rgba(128, 137, 150, 0.4);
}
.single-content-nav ul li {
    display: inline-block;
}
.single-content-nav ul li a {
    display: block;
    color: #5d646d;
    transition: all 0.3s;
    padding: 10px 20px;
    font-size: 15px;
    position: relative;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
    .single-content-nav ul li a {
        padding: 15px;
    }
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
    .single-content-nav ul li a {
        padding: 15px;
    }
}
.single-content-nav ul li a::before {
    position: absolute;
    content: "";
    bottom: 0;
    left: 50%;
    transform: translateX(-50%) scale(0);
    width: 85px;
    height: 2px;
    border-radius: 4px 4px 0 0;
    background-color: transparent;
    transition: all 0.3s;
    -webkit-transform: translateX(-50%) scale(0);
    -moz-transform: translateX(-50%) scale(0);
    -ms-transform: translateX(-50%) scale(0);
    -o-transform: translateX(-50%) scale(0);
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}
.single-content-nav ul li a:hover {
    color: #287dfa;
}
.single-content-nav ul li a.active {
    color: #287dfa;
}
.single-content-nav ul li a.active::before {
    background-color: #287dfa;
    transform: translateX(-50%) scale(1);
    -webkit-transform: translateX(-50%) scale(1);
    -moz-transform: translateX(-50%) scale(1);
    -ms-transform: translateX(-50%) scale(1);
    -o-transform: translateX(-50%) scale(1);
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
    .cabin-type-item {
        display: block !important;
    }
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
    .cabin-type-item {
        display: block !important;
    }
}
.cabin-type-item .custom-checkbox {
    position: relative;
    top: 70px;
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
    .cabin-type-item .custom-checkbox {
        top: auto;
        margin-top: 15px;
    }
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
    .cabin-type-item .custom-checkbox {
        top: auto;
        margin-top: 15px;
    }
}
.cabin-type-item .custom-checkbox label {
    color: #fff;
    background-color: #287dfa;
    display: inline-block;
}
.cabin-type-item .custom-checkbox label:hover {
    background-color: #2273e5;
}
.cabin-type-item .custom-checkbox input[type="checkbox"]:not(:checked) + label,
.cabin-type-item .custom-checkbox input[type="checkbox"]:checked + label {
    padding-left: 35px;
}
.cabin-type-item
    .custom-checkbox
    input[type="checkbox"]:not(:checked)
    + label:before,
.cabin-type-item
    .custom-checkbox
    input[type="checkbox"]:checked
    + label:before {
    left: 10px;
    top: 8px;
    border: 0;
}
.cabin-type-item
    .custom-checkbox
    input[type="checkbox"]:not(:checked)
    + label:after,
.cabin-type-item .custom-checkbox input[type="checkbox"]:checked + label:after {
    left: 13px;
}
.cabin-type-item
    .custom-checkbox
    input[type="checkbox"]:checked
    + label:before {
    background-color: #28d5a7;
}
.seat-selection-item .custom-checkbox {
    top: auto;
    margin-top: 15px;
}
.cabin-type-img {
    width: 170px;
    margin-right: 20px;
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
    .cabin-type-img {
        margin-right: 0;
        margin-bottom: 20px;
    }
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
    .cabin-type-img {
        margin-right: 0;
        margin-bottom: 20px;
    }
}
.cabin-type-img img {
    border-radius: 4px;
    width: 100%;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}
.cabin-type-detail {
    width: 100%;
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
    .cabin-type-detail {
        width: auto;
    }
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
    .cabin-type-detail {
        width: auto;
    }
}
.cabin-price {
    text-align: right;
    width: 200px;
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
    .cabin-price {
        width: auto;
        text-align: left !important;
    }
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
    .cabin-price {
        width: auto;
        text-align: left !important;
    }
}
.cabin-type-detail .list-items li {
    margin-bottom: 0;
}
.cabin-type-detail .list-items li span {
    color: #0d233e;
    margin-right: 3px;
}
.cabin-type-detail p span {
    font-weight: 700;
}
.cabin-type-detail p .price-text {
    color: #287dfa;
    font-size: 20px;
}
@media (max-width: 375px) {
    .single-content-item .accordion-item .card-body {
        display: block !important;
    }
}
@media (max-width: 375px) {
    .single-content-item .accordion-item .card-body .flex-shrink-0.mr-4 {
        margin-right: 0 !important;
    }
}
.single-content-item .accordion-item .card-body img {
    width: 100px;
    height: 100px;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
}
@media (max-width: 375px) {
    .single-content-item .accordion-item .card-body img {
        margin-bottom: 20px;
    }
}
.review-summary {
    border: 2px solid rgba(128, 137, 150, 0.1);
    border-radius: 0px;
    text-align: center;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
}
.review-summary h2 {
    color: #287dfa;
    font-weight: 700;
    font-size: 55px;
}
.review-summary h2 span {
    font-size: 18px;
}
.review-summary p {
    font-size: 20px;
    color: #0d233e;
    padding-top: 5px;
    padding-bottom: 5px;
}
.action-btns {
    position: absolute;
    right: 20px;
    top: 20px;
}
@media (max-width: 320px) {
    .action-btns {
        position: inherit;
        top: auto;
        right: auto;
        padding: 0 20px 20px 20px;
    }
}
.action-btns .theme-btn {
    border: 0;
}
.action-btns .theme-btn:nth-child(1) {
    background-color: #28d5a7;
    color: #fff;
}
@media (max-width: 320px) {
    .action-btns .theme-btn:nth-child(1) {
        margin-right: 0 !important;
        margin-bottom: 5px;
    }
}
.action-btns .theme-btn:nth-child(2) {
    background-color: #e1306c;
    color: #fff;
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
    .profile-item .d-flex {
        display: block !important;
    }
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
    .profile-item .d-flex {
        display: block !important;
    }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
    .profile-item .pr-5 {
        padding-right: 0 !important;
    }
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
    .profile-item .pr-5 {
        padding-right: 0 !important;
    }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
    .profile-item .flex-grow-1.pr-5 {
        padding-bottom: 30px;
    }
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
    .profile-item .flex-grow-1.pr-5 {
        padding-bottom: 30px;
    }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
    .profile-item .list-items {
        padding-right: 0 !important;
    }
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
    .profile-item .list-items {
        padding-right: 0 !important;
    }
}
@media (max-width: 1366px) {
    .traveler-form .col-lg-3 {
        flex: 0 0 50%;
        max-width: 50%;
        -ms-flex: 0 0 50%;
    }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
    .traveler-form .col-lg-3 {
        flex: 0 0 100%;
        max-width: 100%;
        -ms-flex: 0 0 100%;
    }
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
    .traveler-form .col-lg-3 {
        flex: 0 0 100%;
        max-width: 100%;
        -ms-flex: 0 0 100%;
    }
}
@media (max-width: 1366px) {
    .traveler-form .col-lg-9 {
        flex: 0 0 100%;
        max-width: 100%;
        -ms-flex: 0 0 100%;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .package-area .row.padding-top-60px {
        padding-top: 30px;
    }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
    .package-area .row.padding-top-60px {
        padding-top: 30px;
    }
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
    .package-area .row.padding-top-60px {
        padding-top: 30px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .package-area .col-lg-4 {
        padding-right: 15px !important;
        padding-left: 15px !important;
    }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
    .package-area .col-lg-4 {
        padding-right: 15px !important;
        padding-left: 15px !important;
    }
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
    .package-area .col-lg-4 {
        padding-right: 15px !important;
        padding-left: 15px !important;
    }
}
@media (max-width: 375px) {
    .post-tag-wrap {
        display: block !important;
    }
}
.post-tag-wrap .post-share ul li .icon-element {
    margin-right: 0;
}
@media (max-width: 375px) {
    .post-author-wrap .author-content .d-flex,
    .post-navigation {
        display: block !important;
    }
}
@media (max-width: 375px) {
    .post-author-wrap .author-content .author-img {
        margin-right: 0 !important;
        margin-bottom: 15px;
    }
}
.carousel-action .owl-nav div {
    position: absolute;
    top: 45%;
    transform: translateY(-45%);
    width: 45px;
    height: 45px;
    line-height: 45px;
    background-color: #fff;
    box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
    border-radius: 50%;
    text-align: center;
    font-size: 20px;
    color: #0d233e;
    transition: all 0.3s;
    -webkit-transform: translateY(-45%);
    -moz-transform: translateY(-45%);
    -ms-transform: translateY(-45%);
    -o-transform: translateY(-45%);
    -webkit-box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
    -moz-box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .carousel-action .owl-nav div {
        display: none;
    }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
    .carousel-action .owl-nav div {
        display: none;
    }
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
    .carousel-action .owl-nav div {
        display: none;
    }
}
.carousel-action .owl-nav div.owl-next {
    right: -22px;
}
.carousel-action .owl-nav div.owl-prev {
    left: -22px;
}
.carousel-action .owl-nav div:hover {
    background-color: #287dfa;
    color: #fff;
}
.carousel-action .owl-dots {
    width: 100%;
    text-align: center;
    padding-top: 40px;
}
.carousel-action .owl-dots div {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 2px solid rgba(19, 41, 104, 0.1);
    display: inline-block;
    transition: all 0.3s;
    margin: 0 2px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}
.carousel-action .owl-dots div.active {
    background-color: #287dfa;
    border-color: #287dfa;
}
.carousel--action .owl-nav div {
    top: 50%;
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 18px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}
.carousel--action .owl-nav div.owl-next {
    right: 15px;
}
.carousel--action .owl-nav div.owl-prev {
    left: 15px;
}
.carousel--action .owl-dots div {
    width: 10px;
    height: 10px;
    border: 2px solid #fff;
}
.full-width-slider.carousel-action .owl-nav div.owl-next {
    right: 15px;
}
.full-width-slider.carousel-action .owl-nav div.owl-prev {
    left: 15px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .coming-soon-content p br {
        display: none;
    }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
    .coming-soon-content p br {
        display: none;
    }
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
    .coming-soon-content p br {
        display: none;
    }
}
@media (max-width: 600px) {
    .coming-soon-content .section-heading .sec__title {
        font-size: 50px !important;
        line-height: 65px !important;
    }
}
@media (max-width: 425px) {
    .coming-soon-content .section-heading .sec__title {
        font-size: 40px !important;
        line-height: 50px !important;
    }
}
.counter-box {
    background-color: #0d233e;
    border-radius: 8px;
    padding: 40px 30px;
    margin-bottom: -50px;
    position: relative;
    z-index: 1;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
}
.counter-box::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 8px;
    background-size: cover;
    background-position: center;
    opacity: 0.1;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
}
.counter-item {
    position: relative;
    z-index: 1;
    color: #fff;
    margin-bottom: 30px;
}
.counter-item .counter-icon {
    font-size: 30px;
    background-color: #fff;
    width: 60px;
    height: 60px;
    text-align: center;
    border-radius: 50%;
    line-height: 60px;
    margin-right: 15px;
    color: #0d233e;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}
.counter-item .counter {
    font-size: 24px;
    font-weight: 700;
}
.counter-item .count-symbol {
    font-size: 22px;
}
.counter-item .counter__title {
    font-size: 16px;
}
.counter-item:hover .counter-icon {
    background-color: #287dfa;
    color: #fff;
}
.counter-item-layout-2 {
    color: #0d233e;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
    padding: 20px;
    position: relative;
    z-index: 1;
    border: 1px solid transparent;
    transition: all 0.3s;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
    -moz-box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}
.counter-item-layout-2 .counter-icon {
    background-color: rgba(40, 125, 250, 0.1);
    color: #287dfa;
}
.counter-item-layout-2::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 8px;
    background-size: cover;
    background-position: center;
    opacity: 0.1;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
}
.counter-item-layout-2:hover {
    border-color: #287dfa;
}
.counter-box-2 {
    background-color: transparent;
    border-radius: 0;
    padding: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
}
.counter-box-2::before {
    display: none;
}
.coming-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.coming-inner {
    position: relative;
    width: 100%;
    height: 100%;
}
.coming-inner::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #0d233e;
    opacity: 0.8;
}
@media (max-width: 425px) {
    .countdown-box {
        padding-bottom: 0;
    }
}
.countdown-item {
    margin-right: 60px;
    position: relative;
}
@media (max-width: 425px) {
    .countdown-item {
        width: 50%;
        margin-right: 0;
        margin-bottom: 50px;
    }
}
.countdown-item span {
    display: block;
    color: #fff;
}
.countdown-item .count-text {
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.7);
    font-size: 15px;
    margin-bottom: 30px;
}
.countdown-item #days,
.countdown-item #hours,
.countdown-item #minutes,
.countdown-item #seconds {
    font-size: 80px;
    font-weight: 700;
}
@media (max-width: 600px) {
    .countdown-item #days,
    .countdown-item #hours,
    .countdown-item #minutes,
    .countdown-item #seconds {
        font-size: 50px;
    }
}
.countdown-item:last-child {
    margin-right: 0;
}
.countdown-item:last-child::before {
    display: none;
}
.countdown-item::before {
    position: absolute;
    content: ":";
    top: 51px;
    right: -38px;
    color: #fff;
    font-weight: 700;
    font-size: 50px;
}
@media (max-width: 425px) {
    .countdown-item::before {
        display: none;
    }
}
#fullscreen-slide-contain {
    position: fixed !important;
    top: 0;
    left: 0;
    z-index: -2;
}
@media (max-width: 375px) {
    .step-bar-list {
        display: block !important;
    }
}
.step-bar-list .step-bar {
    position: relative;
    z-index: 1;
}
.step-bar-list .step-bar::before,
.step-bar-list .step-bar::after {
    display: block;
    position: absolute;
    background-color: #f5f7fc;
    height: 4px;
    content: "";
    width: 50%;
    left: 0;
    top: 25px;
    z-index: -1;
}
.step-bar-list .step-bar::after {
    left: auto;
    right: 0;
}
.step-bar-list .step-bar .icon-element {
    text-indent: 0;
    background-color: #fff;
    color: #0d233e;
    box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
    border: 2px solid rgba(128, 137, 150, 0.2);
    -webkit-box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
    -moz-box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
}
.step-bar-list .step-bar.step-bar-active .icon-element {
    margin-bottom: 25px;
    text-indent: -9999px;
    position: relative;
    background-color: #40cc6f;
    border-color: #40cc6f;
}
.step-bar-list .step-bar.step-bar-active .icon-element::before {
    position: absolute;
    content: "\f00c";
    font-family: "Line Awesome Free";
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    color: #fff;
    font-size: 26px;
    text-indent: 0;
    font-weight: 900;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}
.step-bar-list .step-bar.step-bar-active::before,
.step-bar-list .step-bar.step-bar-active::after {
    background-color: #40cc6f;
}
.payment-received-list .icon-element {
    width: 50px;
    height: 50px;
    line-height: 46px;
    font-size: 32px;
    background-color: #287dfa;
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
    .payment-received-list .card-body .btn-box .theme-btn.mr-2 {
        margin-bottom: 10px;
        margin-right: 0 !important;
    }
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
    .payment-received-list .card-body .btn-box .theme-btn.mr-2 {
        margin-bottom: 10px;
        margin-right: 0 !important;
    }
}
@media (max-width: 375px) {
    .payment-received-list .card-body .btn-box .theme-btn {
        line-height: 25px;
    }
}
.product-info .product-info-label {
    font-weight: 400;
    margin-right: 5px;
}
.product-info .product-info-value {
    color: #5d646d;
    font-weight: 400;
}
.product-info .form-control {
    width: 40px;
    text-align: center;
}
.product-info .form-control:focus {
    box-shadow: 0;
    -webkit-box-shadow: 0;
    -moz-box-shadow: 0;
}
.remove-wrap .btn {
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}
.remove-wrap .btn:hover {
    color: #287dfa;
}
.remove-wrap .btn:focus {
    box-shadow: 0;
    -webkit-box-shadow: 0;
    -moz-box-shadow: 0;
}
@media (max-width: 425px) {
    .cart-actions {
        flex-direction: column;
    }
}
@media (max-width: 425px) {
    .cart-actions .contact-form-action {
        margin-bottom: 20px;
    }
}
.cta-area {
    position: relative;
    background-size: cover;
}
.cta-area::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #0d233e;
    opacity: 0.6;
}
@media (max-width: 425px) {
    .cta-area .section-heading .sec__title {
        font-size: 30px !important;
    }
}
.cta-svg {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100px;
    fill: #fff;
    stroke: none;
}
.cta-bg {
    background-image: url("../images/hero-bg.html");
}
.cta-bg-2 {
    background-image: url("../images/team-cta-bg.html");
}
.video-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: -1;
}
.mobile-app {
    position: relative;
    z-index: 1;
}
.mobile-app::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("../images/color-bg2.html");
    background-size: cover;
    background-position: center;
    z-index: -1;
    opacity: 0.2;
}
.mobile-app .mobile-img {
    position: absolute;
    bottom: -100px;
    right: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .mobile-app .mobile-img {
        position: inherit;
        bottom: auto;
        right: auto;
    }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
    .mobile-app .mobile-img {
        position: inherit;
        bottom: auto;
        right: auto;
    }
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
    .mobile-app .mobile-img {
        position: inherit;
        bottom: auto;
        right: auto;
    }
}
.mobile-app-content {
    margin-bottom: 60px;
}
.mobile-app-content .info-list li {
    color: #0d233e;
    font-size: 18px;
}
.mobile-app-content .info-list li .icon-element {
    margin-right: 10px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 20px;
}
.mobile-app-content .btn-box .theme-btn:nth-child(2) {
    margin-left: 8px;
}
@media (max-width: 375px) {
    .mobile-app-content .btn-box .theme-btn:nth-child(2) {
        margin-left: 0;
        margin-top: 10px;
    }
}
.mobile-img img {
    width: 100%;
}
@media (max-width: 375px) {
    .subscriber-area .section-heading .sec__title {
        line-height: 40px !important;
        margin-bottom: 10px !important;
    }
}
.subscriber-area input {
    background-color: #fff !important;
    height: 50px !important;
}
.subscriber-area::before {
    opacity: 0.2;
    background-color: transparent;
    background-position: center;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .subscriber-box {
        margin-top: 20px;
    }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
    .subscriber-box {
        margin-top: 20px;
    }
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
    .subscriber-box {
        margin-top: 20px;
    }
}
.video-content {
    position: relative;
    margin-bottom: -110px;
}
.video-content .ripple-bg canvas {
    z-index: 1 !important;
}
.video-content-img {
    position: relative;
}
.video-content-img img {
    width: 100%;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
    .video-content-img img {
        height: 350px;
        object-fit: cover;
    }
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
    .video-content-img img {
        height: 350px;
        object-fit: cover;
    }
}
.video-content-img::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #0d233e;
    opacity: 0.3;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}
.video-content-box {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    width: 100%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}
@media (max-width: 375px) {
    .video-content-box {
        padding-right: 20px;
        padding-left: 20px;
    }
}
@media (max-width: 375px) {
    .video-content-box .section-heading .sec__title {
        font-size: 26px;
        line-height: 40px !important;
    }
}
.video-content-box .icon-element {
    width: 90px;
    height: 90px;
    line-height: 90px;
    font-size: 40px;
    transition: all 0.3s;
    background-color: transparent;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}
@media (max-width: 375px) {
    .video-content-box .icon-element {
        width: 70px;
        height: 70px;
        line-height: 70px;
    }
}
.video-content-box .icon-element::before {
    position: absolute;
    content: "";
    pointer-events: none;
    border-radius: 50%;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    background: #287dfa;
    transition: all 0.3s;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}
.video-content-box .icon-element:hover {
    color: #287dfa !important;
}
.video-content-box .icon-element:hover::before {
    transform: scale(0.9);
    background-color: #fff;
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
}
.dropdown-menu-xl {
    min-width: 310px;
}
.dropdown-menu-md {
    min-width: 190px;
}
.notification-item .drop-reveal-toggle-icon {
    border: 0;
    transition: all 0.3s;
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    display: inline-block;
    font-size: 20px;
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
}
.notification-item .drop-reveal-toggle-icon .noti-count {
    position: absolute;
    top: -4px;
    right: 0;
    width: 15px;
    height: 15px;
    line-height: 15px;
    background-color: #fff;
    border-radius: 50%;
    font-size: 13px;
    color: #287dfa;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
}
.notification-item .dropdown-toggle {
    color: #fff;
}
.notification-item .dropdown-toggle::after {
    display: none;
}
.notification-item .drop-reveal-toggle-icon[aria-expanded="true"] {
    color: #287dfa;
    background-color: #fff;
}
.dropdown-reveal {
    border: 0;
    box-shadow: 0 0 40px rgba(82, 85, 90, 0.2);
    border-radius: 5px;
    padding: 0;
    margin-top: 10px;
    -webkit-box-shadow: 0 0 40px rgba(82, 85, 90, 0.2);
    -moz-box-shadow: 0 0 40px rgba(82, 85, 90, 0.2);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}
.drop-reveal-header {
    padding-top: 15px;
    padding-bottom: 15px;
    white-space: inherit;
    background-color: rgba(128, 137, 150, 0.1);
    border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
}
.drop-reveal-header .title {
    font-size: 14px;
    color: #5d646d;
    font-weight: 500;
}
.drop-reveal-header:focus,
.drop-reveal-header:hover {
    background-color: rgba(128, 137, 150, 0.1);
}
.msg-body .icon-element {
    width: 45px;
    height: 45px;
    line-height: 45px;
}
.drop-reveal-list .list-group-item {
    border-color: rgba(128, 137, 150, 0.1);
    border-right: 0;
    border-left: 0;
}
.drop-reveal-list .list-group-item:first-child,
.drop-reveal-list .list-group-item:last-child {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
}
.drop-reveal-list .list-group-item-action:focus,
.drop-reveal-list .list-group-item-action:hover {
    background-color: rgba(128, 137, 150, 0.05);
}
.user-reveal-header {
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: transparent;
}
.user-reveal-header:hover {
    background-color: transparent;
}
.user-drop-reveal-list .list-group-item {
    border: 0;
}
.user-drop-reveal-list .list-group-item:last-child {
    border-radius: 0 0 5px 5px;
    -webkit-border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
}
.msg-content .title {
    font-size: 14px;
    font-weight: 500;
}
.msg-content .msg-text,
.msg-content .text-time {
    font-size: 13px;
    color: #5d646d;
}
.msg-content .msg-text {
    line-height: 20px;
}
.drop-reveal-btn {
    padding-top: 10px;
    padding-bottom: 10px;
    color: #0d233e;
    border-radius: 0 0 5px 5px;
    font-size: 15px;
    font-weight: 500;
    transition: all 0.3s;
    -webkit-border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}
.drop-reveal-btn:focus,
.drop-reveal-btn:hover {
    color: #287dfa;
    background-color: rgba(128, 137, 150, 0.05);
}
.user-canvas-container,
.sidebar-nav {
    position: fixed;
    background-color: #fff;
    border-top: 2px solid #287dfa;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-width: 310px;
    overflow-x: hidden;
    z-index: 999;
    box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
    transition: all 0.4s cubic-bezier(0.7, 0, 0.2, 1);
    -webkit-transition: all 0.4s cubic-bezier(0.7, 0, 0.2, 1);
    -moz-transition: all 0.4s cubic-bezier(0.7, 0, 0.2, 1);
    -ms-transition: all 0.4s cubic-bezier(0.7, 0, 0.2, 1);
    -o-transition: all 0.4s cubic-bezier(0.7, 0, 0.2, 1);
    -webkit-box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
    -moz-box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .user-canvas-container,
    .sidebar-nav {
        transform: translateX(-100%);
        -webkit-transform: translateX(-100%);
        -moz-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        -o-transform: translateX(-100%);
    }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
    .user-canvas-container,
    .sidebar-nav {
        transform: translateX(-100%);
        -webkit-transform: translateX(-100%);
        -moz-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        -o-transform: translateX(-100%);
    }
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
    .user-canvas-container,
    .sidebar-nav {
        transform: translateX(-100%);
        -webkit-transform: translateX(-100%);
        -moz-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        -o-transform: translateX(-100%);
    }
}
.user-canvas-container .author-content,
.sidebar-nav .author-content {
    padding: 20px;
}
.user-canvas-container.active,
.sidebar-nav.active {
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
}
.sidebar-nav .side-menu-close {
    margin-left: auto;
    margin-right: 10px;
    display: none;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .sidebar-nav .side-menu-close {
        display: block;
    }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
    .sidebar-nav .side-menu-close {
        display: block;
    }
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
    .sidebar-nav .side-menu-close {
        display: block;
    }
}
.sidebar--nav {
    border-top-color: #0d233e;
}
.user-canvas-container {
    left: auto;
    right: 0;
    width: 350px;
    transform: translateX(100%);
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
}
@media (max-width: 375px) {
    .user-canvas-container {
        width: 320px;
    }
}
.sidebar-menu-wrap {
    border-top: 1px solid rgba(128, 137, 150, 0.1);
}
.sidebar-menu {
    padding: 20px;
}
.sidebar-menu .side-menu-icon {
    position: absolute;
    right: 0;
    top: 0;
    color: #5d646d;
    padding: 7px 12px;
    cursor: pointer;
    border-left: 1px solid transparent;
}
.sidebar-menu .side-menu-icon i {
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}
.sidebar-menu li {
    position: relative;
    margin-bottom: 2px;
}
.sidebar-menu li a {
    display: block;
    padding: 7px 12px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}
.sidebar-menu li a i {
    font-size: 18px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}
.sidebar-menu li.active > a,
.sidebar-menu li.page-active > a {
    font-weight: bold;
    background-color: #287dfa;
    color: #fff;
    box-shadow: 0 0 40px rgba(40, 125, 250, 0.1);
    -webkit-box-shadow: 0 0 40px rgba(40, 125, 250, 0.1);
    -moz-box-shadow: 0 0 40px rgba(40, 125, 250, 0.1);
}
.sidebar-menu li.active > a,
.sidebar-menu li.page-active > a i {
    color: #fff !important;
}
.sidebar-menu li.active > a i,
.sidebar-menu li.page-active > a i {
    color: #fff;
}
.sidebar-menu li.active .side-menu-icon,
.sidebar-menu li.page-active .side-menu-icon {
    color: #fff;
    border-left-color: rgba(255, 255, 255, 0.1);
}
.sidebar-menu li.active .side-menu-icon {
    border-left-color: rgba(255, 255, 255, 0.1);
    color: #fff;
}
.sidebar-menu li.active .side-menu-icon i {
    transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
}
.sidebar-menu li:hover .side-menu-icon {
    color: #fff;
    border-left-color: rgba(255, 255, 255, 0.1);
}
.sidebar-menu li:hover > a {
    background-color: #287dfa;
    color: #fff;
    box-shadow: 0 0 40px rgba(40, 125, 250, 0.1);
    -webkit-box-shadow: 0 0 40px rgba(40, 125, 250, 0.1);
    -moz-box-shadow: 0 0 40px rgba(40, 125, 250, 0.1);
}
.sidebar-menu li:hover > a i {
    color: #fff;
}
.sidebar-menu .toggle-drop-menu {
    background-color: rgba(40, 125, 250, 0.1);
    margin-top: 3px;
    padding-top: 6px;
    padding-bottom: 6px;
}
.sidebar-menu .toggle-drop-menu li a {
    padding-left: 36px;
    padding-top: 3px;
    padding-bottom: 3px;
    line-height: 26px;
}
.sidebar-menu .toggle-drop-menu li:hover a {
    background-color: transparent;
    color: #287dfa;
    box-shadow: 0;
    -webkit-box-shadow: 0;
    -moz-box-shadow: 0;
}
.dashboard-nav {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding: 10px 20px;
    background-color: #287dfa;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .dashboard-nav .logo {
        margin-right: 0 !important;
        justify-content: inherit;
    }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
    .dashboard-nav .logo {
        margin-right: 0 !important;
        justify-content: inherit;
    }
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
    .dashboard-nav .logo {
        margin-right: 0 !important;
        justify-content: inherit;
    }
}
.dashboard-nav .logo a {
    flex: 1;
}
.dashboard--nav {
    background-color: #0d233e;
}
@media (max-width: 1024px) {
    .dashboard-search-box {
        display: none;
    }
}
.dashboard-search-box .contact-form-action .form-control {
    width: 320px;
    padding-left: 20px;
    border: 0;
}
.dashboard-area {
    margin-left: 310px;
    height: 100%;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .dashboard-area {
        margin-left: 0;
    }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
    .dashboard-area {
        margin-left: 0;
    }
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
    .dashboard-area {
        margin-left: 0;
    }
}
.dashboard-bread {
    background-color: #287dfa;
    padding: 20px 20px 60px 20px;
}
.dashboard--bread {
    padding-bottom: 95px;
}
.dashboard-bread-2 {
    background-color: #0d233e;
}
.dashboard-main-content {
    position: relative;
    padding: 20px;
    z-index: 1;
    margin-top: -80px;
}
@media (max-width: 425px) {
    .dashboard-main-content .form-title-wrap .d-flex {
        display: block !important;
    }
}
@media (max-width: 425px) {
    .dashboard-main-content .form-title-wrap .select-contain {
        margin-top: 15px;
    }
}
@media (max-width: 320px) {
    .dashboard-main-content .form-content .list--items-2 li span {
        width: 100%;
    }
}
@media (max-width: 425px) {
    .chart-pagination {
        margin-bottom: 10px;
    }
}
@media (max-width: 425px) {
    .chart-pagination li {
        display: inline-block;
        margin-bottom: 5px;
    }
}
@media (max-width: 425px) {
    .chart-pagination li a {
        margin-right: 0 !important;
    }
}
.dashboard-card .mark-as-read-btn {
    width: 35px;
    height: 35px;
    line-height: 35px;
}
.dashboard-card .drop-reveal-list {
    padding-bottom: 0;
}
.dashboard-card .drop-reveal-list .list-group-item .theme-btn,
.dashboard-card .drop-reveal-list .list-group-item .mark-as-read-btn {
    opacity: 0;
    visibility: visible;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}
.dashboard-card .drop-reveal-list .list-group-item:last-child {
    border-bottom: 0;
    border-radius: 0 0 5px 5px;
    -webkit-border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
}
.dashboard-card .drop-reveal-list .list-group-item:hover .mark-as-read-btn {
    opacity: 1;
    visibility: visible;
    background-color: #287dfa;
    color: #fff;
}
.dashboard-card .drop-reveal-list .list-group-item:hover .theme-btn {
    opacity: 1;
    visibility: visible;
}
@media (max-width: 480px) {
    .order-card .drop-reveal-list .list-group-item .theme-btn {
        opacity: 1;
        visibility: visible;
        margin-top: 10px;
    }
}
@media (max-width: 480px) {
    .order-card .drop-reveal-list .list-group-item .msg-body {
        display: block !important;
    }
}
@media (max-width: 480px) {
    .user-profile-action {
        display: block !important;
    }
}
@media (max-width: 375px) {
    .user-profile-action .upload-btn-box .d-flex {
        display: block !important;
    }
}
@media (max-width: 375px) {
    .user-profile-action .upload-btn-box .theme-btn {
        margin-left: 0 !important;
    }
}
.user-pro-img {
    position: relative;
    width: 150px;
    margin-right: 25px;
}
@media (max-width: 480px) {
    .user-pro-img {
        margin-right: 0;
        margin-bottom: 10px;
    }
}
.user-pro-img img {
    width: 100%;
    border-radius: 4px;
    border: 1px solid rgba(128, 137, 150, 0.01);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}
.sparkline-chart-item {
    margin-bottom: 25px;
}
.jqstooltip {
    height: 24px !important;
    width: 70px;
}
.list-group-flush .list-group-item {
    border-bottom-color: rgba(128, 137, 150, 0.1);
}
.client-logo-item {
    display: inline-block;
    transition: all 0.3s;
    padding: 20px 20px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}
.client-logo-item img {
    filter: grayscale(100%);
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}
.client-logo-item:hover img {
    filter: grayscale(0);
}
.client-logo-item-2 img {
    filter: grayscale(0);
}
.comment {
    border-bottom: 1px solid rgba(128, 137, 150, 0.1);
    margin-bottom: 40px;
    padding-bottom: 40px;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    position: relative;
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
    .comment {
        text-align: center;
        display: block;
    }
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
    .comment {
        text-align: center;
        display: block;
    }
}
.comment-avatar .avatar__img {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    margin-right: 25px;
    flex-shrink: 0;
    border: 4px solid #fff;
    box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-flex-negative: 0;
    -webkit-box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
    -moz-box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
    .comment-avatar .avatar__img {
        margin-right: 0;
    }
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
    .comment-avatar .avatar__img {
        margin-right: 0;
    }
}
.meta-data {
    position: relative;
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
    .meta-data {
        margin-top: 15px;
    }
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
    .meta-data {
        margin-top: 15px;
    }
}
.meta-data .comment__meta {
    font-size: 14px;
}
.meta-data .comment__meta a {
    color: #5d646d;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}
.meta-data .comment__meta a:hover {
    color: #287dfa;
}
.meta-data .comment__author {
    font-size: 18px;
    color: #0d233e;
    font-weight: 700;
}
.meta-data .comment__date {
    font-size: 14px;
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
    .meta-data-inner {
        justify-content: center;
        padding-top: 3px;
        -ms-flex-pack: center;
    }
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
    .meta-data-inner {
        justify-content: center;
        padding-top: 3px;
        -ms-flex-pack: center;
    }
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
    .meta-data-inner .rating-stars,
    .meta-data-inner .comment__meta {
        margin-right: 0 !important;
    }
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
    .meta-data-inner .rating-stars {
        justify-content: center;
        -ms-flex-pack: center;
    }
}
.comment-content {
    font-size: 16px;
    color: #5d646d;
    margin-top: 8px;
    margin-bottom: 15px;
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
    .comment-reply {
        display: block;
        text-align: center;
    }
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
    .comment-reply {
        display: block;
        text-align: center;
    }
}
.comment-reply .theme-btn {
    line-height: 35px;
    padding-right: 15px;
    padding-left: 15px;
    font-size: 14px;
    background-color: rgba(128, 137, 150, 0.1);
    color: #5d646d;
    border: 0;
}
.comment-reply .theme-btn:hover {
    background-color: rgba(128, 137, 150, 0.2);
    color: #0d233e;
}
.reviews-reaction a {
    margin-right: 15px;
}
.reviews-reaction a:last-child {
    margin-right: 0;
}
.reviews-reaction a.comment-like {
    color: #28d5a7;
}
.reviews-reaction a.comment-dislike {
    color: #ff8c2a;
}
.reviews-reaction a.comment-love {
    color: #f9b851;
}
.comment-reply-item {
    margin-left: 100px;
}
@media (max-width: 1199px) {
    .comment-reply-item {
        margin-left: 20px;
    }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
    .comment-reply-item {
        margin-left: 0;
    }
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
    .comment-reply-item {
        margin-left: 0;
    }
}
.icon-box {
    margin-bottom: 30px;
    position: relative;
    z-index: 1;
}
.icon-box .info-svg {
    width: 50px;
    fill: #0d233e;
}
.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: #287dfa;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}
.icon-box .info-icon::after,
.icon-box .info-icon::before {
    position: absolute;
    content: "";
    z-index: -1;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
}
.icon-box .info-icon::before {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(40, 125, 250, 0.1);
}
.icon-box .info-icon:after {
    width: 60px;
    height: 60px;
    top: 10px;
    left: 10px;
    background-color: rgba(40, 125, 250, 0.2);
    opacity: 0.5;
}
.icon-box .info__num {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 40px;
    font-weight: 700;
    color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: rgba(128, 137, 150, 0.3);
}
.icon-box .info-content {
    padding-top: 20px;
}
.icon-box .info__title {
    font-size: 20px;
    color: #0d233e;
    margin-bottom: 13px;
}
.icon-box .info__title a {
    color: #0d233e;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}
.icon-box .info__title a:hover {
    color: #287dfa;
}
.icon-box .info__desc {
    font-size: 16px;
    color: #5d646d;
    line-height: 27px;
}
.icon-box:hover .info-icon {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .icon-box.margin-top-50px {
        margin-top: 0;
    }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
    .icon-box.margin-top-50px {
        margin-top: 0;
    }
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
    .icon-box.margin-top-50px {
        margin-top: 0;
    }
}
.icon-layout-2 .info-icon {
    margin-left: 0;
    margin-right: 15px;
    border-radius: 20px;
    width: 70px;
    height: 70px;
    line-height: 70px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
}
.icon-layout-2 .info-icon::before,
.icon-layout-2 .info-icon::after {
    display: none;
}
.icon-layout-2 .info__title {
    margin-bottom: 7px;
    font-size: 19px;
}
.icon-layout-2 .info-content {
    padding-top: 0;
}
.icon-layout-3 .info-icon {
    background-color: #287dfa;
    color: #fff;
    border-radius: 90px 90px 30px 90px;
    margin-right: 20px;
    margin-left: 0;
    width: 75px;
    height: 75px;
    -webkit-border-radius: 90px 90px 30px 90px;
    -moz-border-radius: 90px 90px 30px 90px;
}
.icon-layout-3 .info-icon::before,
.icon-layout-3 .info-icon::after {
    display: none;
}
.icon-layout-3 .info__title {
    margin-bottom: 7px;
}
.icon-layout-3 .info-content {
    padding-top: 0;
}
.icon-layout-4 {
    background-color: #fff;
    box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
    border-radius: 8px;
    padding: 20px 20px 24px 20px;
    margin-bottom: 60px;
    -webkit-box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
    -moz-box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
}
.icon-layout-4 .info-icon {
    background-color: #287dfa;
    color: #fff;
    border-radius: 100%;
    margin-top: -50px;
    width: 70px;
    height: 70px;
    line-height: 70px;
    margin-bottom: 5px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
}
.icon-layout-4 .info-icon::before,
.icon-layout-4 .info-icon::after {
    display: none;
}

.faq-icon-box {
    padding: 0;
}
.faq-icon-box .info__title {
    margin-bottom: 0;
    margin-top: 10px;
}
.faq-icon-box a {
    padding: 20px 10px;
    background-color: #fff;
    box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
    color: #0d233e;
    border-radius: 4px;
    border: 1px solid rgba(128, 137, 150, 0.1);
    transition: all 0.3s;
    -webkit-box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
    -moz-box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}
.faq-icon-box a:hover {
    border-color: #287dfa;
}
.dashboard-icon-box {
    background-color: #fff;
    border-radius: 5px;
    padding: 20px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}
.dashboard-icon-box .info-icon {
    width: 65px;
    height: 65px;
    line-height: 65px;
    color: #fff;
}
@media (max-width: 1280px) {
    .dashboard-icon-box .info-icon {
        width: 40px;
        height: 40px;
        line-height: 40px;
        font-size: 22px;
    }
}
.dashboard-icon-box .info-icon::before,
.dashboard-icon-box .info-icon::after {
    display: none;
}
.dashboard-icon-box .info__title {
    margin-bottom: 0;
    margin-top: 5px;
    font-size: 22px;
}
.dashboard-icon-box .view-all {
    font-size: 15px;
    padding-top: 8px;
    padding-bottom: 10px;
    color: #0d233e;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}
.dashboard-icon-box .view-all:hover {
    color: #287dfa;
}
.dashboard--icon-box .info__title,
.dashboard--icon-box .info__desc,
.dashboard--icon-box .view-all {
    color: #fff;
    font-weight: 700;
}
.dashboard--icon-box .view-all:hover {
    color: #fff;
}
.dashboard--icon-box .section-block {
    opacity: 0.2;
}
.deal-card {
    border-radius: 5px;
    background-color: #fff;
    box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
    min-height: 132px;
    display: flex;
    position: relative;
    border: 0px solid transparent;
    transition: all 0.3s;
    margin-bottom: 20px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
    -moz-box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}
.deal-card .deal__title {
    font-size: 16px;
    color: #0d233e;
}
@media (max-width: 1199px) {
    .deal-card .deal__title {
        font-size: 16px;
    }
}
.deal-card .deal__title a {
    color: #0d233e;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}
.deal-card .deal__title a:hover {
    color: #287dfa;
}
.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: #0d233e;
    font-size: 17px;
    font-weight: 700;
}
.deal-card:hover {
    box-shadow: 0 0 40px rgba(82, 85, 90, 0.2);
    -webkit-box-shadow: 0 0 40px rgba(82, 85, 90, 0.2);
    -moz-box-shadow: 0 0 40px rgba(82, 85, 90, 0.2);
}
.section-tab .nav-tabs {
    border-bottom: 0;
}
.section-tab .nav-tabs .nav-item {
    margin-bottom: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .section-tab .nav-tabs .nav-item {
        margin-bottom: 0px;
    }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
    .section-tab .nav-tabs .nav-item {
        margin-bottom: 0px;
    }
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
    .section-tab .nav-tabs .nav-item {
        margin-bottom: 0px;
    }
}
.section-tab .nav-tabs .nav-link {
    border-radius: 0;
    background-color:#d6d7d9;
    border: 0;
    transition: all 0.3s;
    font-weight: 500;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}
.section-tab .nav-tabs .nav-link-1 {
    /* border-top-left-radius: 5px !important;
    border-bottom-left-radius: 5px !important; */
}
.section-tab .nav-tabs .nav-link-3 {
    /* border-top-right-radius: 5px !important;
    border-bottom-right-radius: 5px !important; */
}
.section-tab .nav-tabs .nav-link i {
    font-size: 20px;
    position: relative;
    top: 0.2rem;
}
.section-tab .nav-tabs .nav-link.active,
.section-tab .nav-tabs .nav-link:active,
.section-tab .nav-tabs .nav-link:focus {
    color: white;
    background-color: #f81815;
    box-shadow: 0 2px 2px 0 rgb(0 0 0 / 14%), 0 3px 1px -2px rgb(0 0 0 / 12%),
        0 1px 5px 0 rgb(0 0 0 / 20%);
}
#bgButton .nav-link:active,
#bgButton .nav-link:focus,
#bgButoon .nav-link:hover {
    background-color: #f81815 !important;
}
.section-tab-2 .nav-tabs .nav-item {
    margin-right: 20px;
}
.section-tab-2 .nav-tabs .nav-link {
    color: #0d233e;
    background-color: #f81815;
    padding: 0 0 0 20px;
    font-size: 14px;
    border-radius: 0;
    position: relative;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
}
.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;
    border-radius: 50%;
    transition: all 0.3s;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}
.section-tab-2 .nav-tabs .nav-link::before {
    left: 4px;
    top: 12px;
    width: 6px;
    height: 6px;
    background-color: #fff;
    transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
}
.section-tab-2 .nav-tabs .nav-link::after {
    border: 2px solid rgba(19, 41, 104, 0.2);
}
.section-tab-2 .nav-tabs .nav-link.active,
.section-tab-2 .nav-tabs .nav-link:hover {
    background-color: #ccc;
    color: #287dfa;
}
.section-tab-2 .nav-tabs .nav-link.active::before,
.section-tab-2 .nav-tabs .nav-link:hover::before {
    background-color: #287dfa;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
}
.section-tab-2 .nav-tabs .nav-link.active::after,
.section-tab-2 .nav-tabs .nav-link:hover::after {
    border-color: #287dfa;
}
.section-tab-3 .nav-tabs .nav-item {
    margin-right: 5px;
    margin-bottom: 5px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .section-tab-3 .nav-tabs .nav-item:last-child {
        margin-bottom: 0;
    }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
    .section-tab-3 .nav-tabs .nav-item:last-child {
        margin-bottom: 0;
    }
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
    .section-tab-3 .nav-tabs .nav-item:last-child {
        margin-bottom: 0;
    }
}
.section-tab-3 .nav-tabs .nav-link {
    padding: 5px 45px;
    color: #5d646d;
    background-color: #fff;
    box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
    border-radius: 30px;
    font-size: 16px;
    -webkit-box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
    -moz-box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
}
@media (max-width: 375px) {
    .section-tab-3 .nav-tabs .nav-link {
        padding-right: 20px;
        padding-left: 20px;
    }
}
.section-tab-3 .nav-tabs .nav-link.active {
    color: #fff;
    background-color: #287dfa;
}
.section-tab-3 .nav-tabs .nav-link.active:hover {
    color: #fff;
    background-color: #287dfa;
}
.section-tab-3 .nav-tabs .nav-link:hover {
    color: #fff;
    background-color: #287dfa;
}
.check-mark-tab .nav-tabs .nav-item {
    margin-right: 10px;
    min-width: 200px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .check-mark-tab .nav-tabs .nav-item {
        margin-bottom: 20px;
    }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
    .check-mark-tab .nav-tabs .nav-item {
        margin-bottom: 20px;
    }
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
    .check-mark-tab .nav-tabs .nav-item {
        margin-bottom: 20px;
    }
}
.check-mark-tab .nav-tabs .nav-item:last-child {
    margin-right: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .check-mark-tab .nav-tabs .nav-item:last-child {
        margin-bottom: 0;
    }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
    .check-mark-tab .nav-tabs .nav-item:last-child {
        margin-bottom: 0;
    }
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
    .check-mark-tab .nav-tabs .nav-item:last-child {
        margin-bottom: 0;
    }
}
.check-mark-tab .nav-tabs .nav-link {
    background-color: #fff;
    border: 2px solid rgba(128, 137, 150, 0.1);
    color: #5d646d;
    padding: 20px;
    position: relative;
    border-radius: 8px;
    font-weight: 400;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
}
.check-mark-tab .nav-tabs .nav-link .la-check {
    position: absolute;
    top: 10px;
    left: 10px;
    width: 25px;
    height: 25px;
    line-height: 25px;
    font-size: 17px;
    transform: scale(0);
    transition: all 0.3s;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}
.check-mark-tab .nav-tabs .nav-link.active {
    border-color: #287dfa;
}
.check-mark-tab .nav-tabs .nav-link.active .icon-element {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
}
.check-mark-tab .nav-tabs .nav-link.active:hover {
    border-color: #287dfa;
}
.check-mark-tab .nav-tabs .nav-link:hover {
    background-color: #fff;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .tab-content-info {
        display: block !important;
    }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
    .tab-content-info {
        display: block !important;
    }
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
    .tab-content-info {
        display: block !important;
    }
}
.testimonial-card {
    border-radius: 5px;
    background-color: #fff;
    box-shadow: 0 0 40px rgba(82, 85, 90, 0.05);
    border: 1px solid rgba(128, 137, 150, 0.2);
    padding: 25px 30px 30px 30px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-box-shadow: 0 0 40px rgba(82, 85, 90, 0.05);
    -moz-box-shadow: 0 0 40px rgba(82, 85, 90, 0.05);
}
.testimonial-card .testi-desc-box {
    padding-bottom: 25px;
}
.testimonial-card .testi__desc {
    font-size: 17px;
    line-height: 30px;
    font-weight: 400;
}
.testimonial-card .rating-stars {
    margin-top: -2px;
}
.testimonial-carousel.carousel-action .owl-nav div {
    width: 35px;
    height: 35px;
    line-height: 34px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .testimonial-area .section-heading {
        margin-bottom: 50px;
    }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
    .testimonial-area .section-heading {
        margin-bottom: 50px;
    }
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
    .testimonial-area .section-heading {
        margin-bottom: 50px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .testimonial-area .btn-box.padding-top-35px {
        padding-top: 30px;
    }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
    .testimonial-area .btn-box.padding-top-35px {
        padding-top: 30px;
    }
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
    .testimonial-area .btn-box.padding-top-35px {
        padding-top: 30px;
    }
}
.sidebar {
    border: 1px solid rgba(128, 137, 150, 0.1);
    padding: 30px 30px 0 30px;
    border-radius: 5px;
    background-color: #fff;
    box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
    -moz-box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .sidebar {
        margin-top: 40px;
        margin-bottom: 40px;
    }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
    .sidebar {
        margin-top: 40px;
        margin-bottom: 40px;
    }
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
    .sidebar {
        margin-top: 40px;
        margin-bottom: 40px;
    }
}
.sidebar-widget {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid rgba(128, 137, 150, 0.2);
}
.sidebar-widget .title {
    font-size: 17px;
    margin-bottom: 20px;
    padding-bottom: 12px;
}
@media (max-width: 375px) {
    .sidebar-widget .section-tab-2 .nav-tabs .nav-item {
        margin-right: 10px;
    }
}
.sidebar-widget:last-child {
    border-bottom: 0;
    margin-bottom: 0;
}
.sidebar-category .btn-text {
    font-size: 14px;
}
.sidebar-category .btn-text[aria-expanded="false"] .show-less {
    display: none;
}
.sidebar-category .btn-text[aria-expanded="true"] .show-more {
    display: none;
}
.sidebar-category .btn-text[aria-expanded="true"] .show-less {
    display: block;
}
.sidebar-list .list-items li {
    margin-bottom: 0;
}
.sidebar-list .list-items li + li {
    border-top: 1px solid rgba(128, 137, 150, 0.1);
    padding-top: 10px;
    margin-top: 10px;
}
.sidebar-list .list-items li .icon-element {
    margin-left: 0;
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 17px;
    display: inline-block;
}
.sidebar-about-img {
    position: relative;
}
.sidebar-about-img img {
    width: 100%;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}
.sidebar-about-img p {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}
.sidebar-about-img::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #287dfa;
    opacity: 0.4;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}
.single-content-sidebar {
    margin-top: -115px;
    position: relative;
    z-index: 1;
    background-color: transparent;
    border: 0;
    border-radius: 0;
    padding: 0;
    box-shadow: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -webkit-box-shadow: 0;
    -moz-box-shadow: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .single-content-sidebar {
        margin-top: 30px;
    }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
    .single-content-sidebar {
        margin-top: 30px;
    }
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
    .single-content-sidebar {
        margin-top: 30px;
    }
}
.single-content-widget {
    border: 1px solid rgba(128, 137, 150, 0.2);
    padding: 30px;
    border-radius: 5px;
    background-color: #fff;
    box-shadow: 0 0 40px rgba(82, 85, 90, 0.03);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-box-shadow: 0 0 40px rgba(82, 85, 90, 0.03);
    -moz-box-shadow: 0 0 40px rgba(82, 85, 90, 0.03);
}
.single-content-widget:last-child {
    border-bottom: 1px solid rgba(128, 137, 150, 0.2);
}
@media (max-width: 320px) {
    .single-content-widget .rating-stars {
        flex-wrap: wrap;
    }
}
@media (max-width: 320px) {
    .single-content-widget .rating-stars li span {
        margin-left: 0 !important;
    }
}
.enquiry-forum .form-box {
    border: 0;
    border-radius: 0;
    margin-bottom: 0;
    box-shadow: 0;
    background-color: transparent;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -webkit-box-shadow: 0;
    -moz-box-shadow: 0;
}
.enquiry-forum .form-content {
    padding: 0;
}
.enquiry-forum .custom-checkbox label {
    font-size: 13px;
    line-height: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .enquiry-forum .custom-checkbox label {
        line-height: 27px;
    }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
    .enquiry-forum .custom-checkbox label {
        line-height: 27px;
    }
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
    .enquiry-forum .custom-checkbox label {
        line-height: 27px;
    }
}
.enquiry-forum
    .custom-checkbox
    input[type="checkbox"]:not(:checked)
    + label:after,
.enquiry-forum .custom-checkbox input[type="checkbox"]:checked + label:after {
    top: 4px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .enquiry-forum
        .custom-checkbox
        input[type="checkbox"]:not(:checked)
        + label:after,
    .enquiry-forum
        .custom-checkbox
        input[type="checkbox"]:checked
        + label:after {
        top: 1px;
    }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
    .enquiry-forum
        .custom-checkbox
        input[type="checkbox"]:not(:checked)
        + label:after,
    .enquiry-forum
        .custom-checkbox
        input[type="checkbox"]:checked
        + label:after {
        top: 1px;
    }
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
    .enquiry-forum
        .custom-checkbox
        input[type="checkbox"]:not(:checked)
        + label:after,
    .enquiry-forum
        .custom-checkbox
        input[type="checkbox"]:checked
        + label:after {
        top: 1px;
    }
}
.sidebar-book-title-wrap h3 {
    font-size: 15px;
    font-weight: 700;
    color: #0d233e;
    text-transform: uppercase;
    margin-bottom: 14px;
}
.sidebar-book-title-wrap .text-value {
    color: #287dfa;
    font-size: 28px;
    font-weight: 700;
}
.recent-item {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
}
.recent-item .recent-img {
    margin-right: 13px;
}
.recent-item .recent-img img {
    width: 90px;
    height: 90px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}
.recent-item .recentpost-body .recent__meta {
    font-size: 14px;
    font-weight: 500;
}
.recent-item .recentpost-body a {
    color: #0d233e;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}
.recent-item .recentpost-body a:hover {
    color: #287dfa;
}
.recent-item .recentpost-body .recent__link {
    font-size: 15px;
    color: #0d233e;
    font-weight: 600;
    line-height: 20px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}
.recent-item .recentpost-body .recent__link:hover {
    color: #287dfa;
}
.footer-area {
    position: relative;
    z-index: 1;
}
.footer-area:before {
    z-index: -1;
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("../img/color-bg3.png");
    background-size: cover;
    background-position: center;
    opacity: 0.2;
}
.footer-item {
    position: relative;
    margin-bottom: 50px;
}
.footer-item .footer__desc a {
    color: #0d233e;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}
.footer-item .footer__desc a:hover {
    color: #287dfa;
}
.footer-item .contact-form-action .form-control {
    border: 0;
    box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
    -webkit-box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
    -moz-box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
}
.term-box {
    margin-bottom: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .term-box .list-items {
        justify-content: center !important;
        -ms-flex-pack: center !important;
    }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
    .term-box .list-items {
        justify-content: center !important;
        -ms-flex-pack: center !important;
    }
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
    .term-box .list-items {
        justify-content: center !important;
        -ms-flex-pack: center !important;
    }
}
@media (max-width: 375px) {
    .term-box .list-items {
        display: block !important;
        text-align: center;
    }
}
.term-box .list-items li {
    margin-right: 12px;
    padding-right: 12px;
    position: relative;
    margin-bottom: 0;
}
@media (max-width: 375px) {
    .term-box .list-items li {
        display: inline-block;
    }
}
.term-box .list-items li:last-child {
    margin-right: 0;
    padding-right: 0;
}
.term-box .list-items li:last-child::before {
    display: none;
}
.term-box .list-items li::before {
    position: absolute;
    content: "";
    bottom: 10px;
    right: 0;
    width: 4px;
    height: 4px;
    background-color: rgba(128, 137, 150, 0.4);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .footer-social-box {
        text-align: center !important;
        padding-top: 20px;
    }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
    .footer-social-box {
        text-align: center !important;
        padding-top: 20px;
    }
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
    .footer-social-box {
        text-align: center !important;
        padding-top: 20px;
    }
}
.footer-area .section-block {
    background-color: rgba(128, 137, 150, 0.1);
}
.footer-area .cta-svg {
    bottom: auto;
    top: -100px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .copy-right {
        text-align: center;
    }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
    .copy-right {
        text-align: center;
    }
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
    .copy-right {
        text-align: center;
    }
}
.copy__desc {
    font-size: 15px;
}
.copy__desc a {
    color: #5d646d;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}
.copy__desc a:hover {
    color: #287dfa;
}
.copy__desc span {
    animation: heartBeat 1000ms infinite linear;
    color: #287dfa;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .copy-right-content {
        justify-content: center !important;
        text-align: center !important;
        -ms-flex-pack: center !important;
    }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
    .copy-right-content {
        justify-content: center !important;
        text-align: center !important;
        -ms-flex-pack: center !important;
    }
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
    .copy-right-content {
        justify-content: center !important;
        text-align: center !important;
        -ms-flex-pack: center !important;
    }
}
.section-tab .nav-tabs .nav-link:hover {
    background: rgb(0 0 0 / 16%);
}
.section-tab .nav-link.active:hover {
    background: #bd2130 !important;
}
.header-top-bar {
    background: linear-gradient(45deg, #0034aa14 0, #eff3ff 99%);
}
.header-top-content .list-items {
    display: flex;
}
.header-top-content .list-items li {
    margin-bottom: 0;
}
.cd-headline.zoom .cd-words-wrapper b {
    font-weight: 200 !important;
}
.bottom-line::before {
    content: "";
    height: 3px;
    width: 140px;
    margin: auto;
    position: absolute;
    margin-top: 50px;
    left: 0;
    right: 0;
    z-index: 0;
    background: #000;
    background: linear-gradient(90deg, #76afdf 0, #0044c0 100%);
}
.left-line::before {
    content: "";
    height: 3px;
    width: 140px;
    position: absolute;
    margin-top: 37px;
    margin-left: 0;
    z-index: 1;
    background: #000;
    background: linear-gradient(90deg, #76afdf 0, #0044c0 100%);
}
.section-heading .sec__title_left {
    color: #000;
}
.section-heading .sec__title_left.lines::after {
    content: "";
    height: 4px;
    width: 170px;
    margin: auto;
    position: absolute;
    top: 80px;
    left: 15px;
    bottom: 0;
    background: #000;
    background: linear-gradient(90deg, #76afdf 0, #0044c0 100%);
}
.section-heading .sec__titles {
    font-size: 40px;
    color: #0d233e;
    font-weight: 700;
}
.section-heading .sec__title_list {
    font-size: 40px;
    color: #fff;
    font-weight: 700;
}
.tabs .nav-tabs .nav-item {
    margin-right: 0 !important;
}
.stars {
    color: #f96151;
}
.card-meta {
    text-transform: capitalize;
}
.btn-toggle.collapsed.collapsed-off {
    display: none;
}
.btn-toggle.collapsed-off {
    display: inline-block;
}
.ski-svg-responsive {
    position: relative;
    background-position: top left;
    background-size: contain;
}
@media screen and (max-width: 767px) {
    .loading-results-globe {
        width: 300px;
        height: 300px;
        margin: -9.875rem auto 4rem;
    }
    .loading-results-globe .loading-results-track:before,
    .loading-results-globe .loading-results-track:after {
        content: "";
        position: absolute;
        top: 50%;
        margin-top: -8px;
        display: block;
        width: 16px;
        height: 16px;
        border-radius: 8px;
        background-color: #f04e58;
    }
    .loading-results-globe .origin,
    .loading-results-globe .destination-prefix,
    .loading-results-globe .destination {
        font-style: italic;
        position: absolute;
        width: 500px;
    }
    .loading-results-globe .origin {
        font-size: 1.125rem;
        top: 180px;
        left: 0;
        text-align: left;
    }
    .loading-results-globe .destination-prefix,
    .loading-results-globe .destination {
        position: absolute;
        right: 15px;
        text-align: right;
    }
    .loading-results-globe .destination-prefix {
        font-size: 1rem;
        font-weight: 300;
        top: 248px;
        color: #f04e58;
    }
    .loading-results-globe .destination {
        font-size: 1.875rem;
        font-weight: 700;
        line-height: 1;
        top: 272px;
        max-width: 100%;
    }
    .loading-results-globe .loading-results-track {
        width: 253px;
        height: 4px;
        background-color: transparent;
        position: absolute;
        top: 222px;
        left: 24px;
    }
    .loading-results-globe .loading-results-track:before {
        left: 0;
        margin-left: -8px;
    }
    .loading-results-globe .loading-results-track:after {
        right: 0;
        margin-right: -8px;
    }
    .loading-results-globe .loading-results-track-progress {
        animation: move 0.75s linear infinite;
        transition: width 90s cubic-bezier(0.2, 1, 0, 0.8);
        width: 0;
        height: 100%;
        left: 7px;
        position: absolute;
        background-color: #f04e58;
        background-size: 25px 25px;
        background-image: -webkit-gradient(
            linear,
            0 0,
            100% 100%,
            color-stop(0.25, rgba(255, 255, 255, 0.4)),
            color-stop(0.25, transparent),
            color-stop(0.5, transparent),
            color-stop(0.5, rgba(255, 255, 255, 0.4)),
            color-stop(0.75, rgba(255, 255, 255, 0.4)),
            color-stop(0.75, transparent),
            to(transparent)
        );
        background-image: -moz-linear-gradient(
            -45deg,
            rgba(255, 255, 255, 0.4) 25%,
            transparent 25%,
            transparent 50%,
            rgba(255, 255, 255, 0.4) 50%,
            rgba(255, 255, 255, 0.4) 75%,
            transparent 75%,
            transparent
        );
        -webkit-animation: move 0.75s linear infinite;
        -moz-animation: move 0.75s linear infinite;
        -webkit-transition: width 90s cubic-bezier(0.2, 1, 0, 0.8);
        -moz-transition: width 90s cubic-bezier(0.2, 1, 0, 0.8);
    }
    .loading-results-globe .loading-results-track-progress.is-active {
        width: 206px;
    }
    .loading-results-globe .loading-results-track-progress:before {
        font-family: "FontAwesome";
        display: inline-block;
        padding-right: 6px;
        vertical-align: middle;
    }
    .loading-results-globe .loading-results-track-progress:before {
        content: "\f072";
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        position: absolute;
        top: 50%;
        transform: rotate(45deg);
        margin-top: -18px;
        left: 100%;
        margin-left: -0.25rem;
        color: #1f1f1f;
        font-size: 2.375rem;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        -webkit-transform: translate(0, -50%);
        -moz-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        -o-transform: translate(0, -50%);
    }
}
@media screen and (min-width: 768px) {
    .loading-results-globe {
        width: 575px;
        height: 575px;
        margin: -20rem auto 5rem;
    }
    .loading-results-globe .loading-results-track:before,
    .loading-results-globe .loading-results-track:after {
        content: "";
        position: absolute;
        top: 50%;
        margin-top: -8px;
        display: block;
        width: 16px;
        height: 16px;
        border-radius: 8px;
        background-color: #004eff;
    }
    .loading-results-globe .origin,
    .loading-results-globe .destination-prefix,
    .loading-results-globe .destination {
        font-style: italic;
        position: absolute;
        width: 500px;
    }
    .loading-results-globe .origin {
        font-size: 28px;
        top: 350px;
        left: 18px;
        text-align: left;
        color: #000;
    }
    .loading-results-globe .destination-prefix,
    .loading-results-globe .destination {
        position: absolute;
        right: 15px;
        text-align: right;
    }
    .loading-results-globe .destination-prefix {
        font-size: 1.625rem;
        font-weight: 300;
        top: 480px;
        color: #004eff;
    }
    .loading-results-globe .destination {
        font-size: 2.5rem;
        font-weight: 700;
        line-height: 1;
        top: 510px;
        max-width: 100%;
    }
    .loading-results-globe .loading-results-track {
        width: 494px;
        height: 4px;
        background-color: transparent;
        position: absolute;
        top: 460px;
        left: 41px;
    }
    .loading-results-globe .loading-results-track:before {
        left: 0;
        margin-left: -8px;
    }
    .loading-results-globe .loading-results-track:after {
        right: 0;
        margin-right: -8px;
    }
    .loading-results-globe .loading-results-track-progress {
        animation: move 0.75s linear infinite;
        transition: width 90s cubic-bezier(0.2, 1, 0, 0.8);
        width: 0;
        height: 100%;
        left: 7px;
        position: absolute;
        background-color: #004eff;
        background-size: 25px 25px;
        background-image: -webkit-gradient(
            linear,
            0 0,
            100% 100%,
            color-stop(0.25, rgba(255, 255, 255, 0.4)),
            color-stop(0.25, transparent),
            color-stop(0.5, transparent),
            color-stop(0.5, rgba(255, 255, 255, 0.4)),
            color-stop(0.75, rgba(255, 255, 255, 0.4)),
            color-stop(0.75, transparent),
            to(transparent)
        );
        background-image: -moz-linear-gradient(
            -45deg,
            rgba(255, 255, 255, 0.4) 25%,
            transparent 25%,
            transparent 50%,
            rgba(255, 255, 255, 0.4) 50%,
            rgba(255, 255, 255, 0.4) 75%,
            transparent 75%,
            transparent
        );
        -webkit-animation: move 0.75s linear infinite;
        -moz-animation: move 0.75s linear infinite;
        -webkit-transition: width 90s cubic-bezier(0.2, 1, 0, 0.8);
        -moz-transition: width 90s cubic-bezier(0.2, 1, 0, 0.8);
    }
    .loading-results-globe .loading-results-track-progress.is-active {
        width: 448px;
    }
    .loading-results-globe .loading-results-track-progress:before {
        font-family: "FontAwesome";
        display: inline-block;
        padding-right: 6px;
        vertical-align: middle;
    }
    .loading-results-globe .loading-results-track-progress:before {
        content: "\2708";
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        position: absolute;
        top: 50%;
        transform: rotate(45deg);
        margin-top: -24px;
        left: 100%;
        margin-left: -1.25rem;
        color: #1f1f1f;
        font-size: 3rem;
        transform: rotate(0deg) !important;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        -webkit-transform: translate(0, -50%);
        -moz-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        -o-transform: translate(0, -50%);
        -webkit-transform: rotate(0deg) !important;
        -moz-transform: rotate(40deg) !important;
        -o-transform: rotate(0deg) !important;
        -ms-transform: rotate(0deg) !important;
    }
}
@-webkit-keyframes move {
    from {
        background-position: 0 0;
    }
    to {
        background-position: 25px 25px;
    }
}
@-moz-keyframes move {
    from {
        background-position: 0 0;
    }
    to {
        background-position: 25px 25px;
    }
}
@keyframes move {
    from {
        background-position: 0 0;
    }
    to {
        background-position: 25px 25px;
    }
}
@-webkit-keyframes move {
    from {
        background-position: 0 0;
    }
    to {
        background-position: 25px 25px;
    }
}
@-moz-keyframes move {
    from {
        background-position: 0 0;
    }
    to {
        background-position: 25px 25px;
    }
}
@keyframes move {
    from {
        background-position: 0 0;
    }
    to {
        background-position: 25px 25px;
    }
}
.btn-copy {
    margin-top: -53px !important;
    margin-right: 15px !important;
    z-index: 999;
    position: absolute;
    right: 15px;
}
.btn-copy-input {
    height: 50px;
    overflow: hidden;
    padding: 13px;
    white-space: normal;
}
.main_search .form-control:hover,
.dropdown-toggle:hover {
    border-color: #d5dee7;
}

.social-profile .active a {
    background-color: #287dfa;
    color: #fff !important;
}
.filter-option .dropdown-btn {
    background-color: transparent !important;
}
.footer-area .foot_menu {
    display: flex !important;
    width: 100%;
}
.footer-area .foot_menu i {
    display: none;
}
.footer-area .footm {
    width: 50%;
}
.footer-area .footm a {
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 12px;
    color: #0d233e;
    text-transform: capitalize;
}
.footer-area .footm a::before {
    position: absolute;
    left: 0;
    bottom: 0;
    content: attr(data-text);
    color: transparent;
    text-decoration-style: initial;
    text-decoration-color: #287dfa;
    text-decoration-line: underline;
}
.footer-area .dropdown-menu-item a {
    color: #5d646d;
    text-transform: capitalize;
    font-size: 14px;
    font-weight: 500;
}
.footer-area .footm li {
    margin-top: 8px;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
    background-image: none !important ;
}
.single-box {
    padding: 10px !important;
}
.single-box input {
    font-weight: bold;
    background: transparent;
}
.single-box .roomInc,
.roomDec,
.qtyInc,
.qtyDec {
    background-color: #f6f6f6;
}
.bestvalue {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    line-height: 16px;
}
.card-price {
    line-height: 20px;
}
.main_search .dropdown-menu {
    background: #ffffff;
}
.prices {
    font-size: 12px;
    font-weight: 500;
}
.header-top-bar .dropdown-toggle {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 13px;
    padding: 6px 4px;
}
#flight_type {
    min-height: 30px;
}
.multi_flight {
    margin-top: 5px;
}
.hero_slider {
    overflow: hidden;
    overflow-y: hidden !important;
    position: relative !important;
    max-height: -webkit-calc(100vh - 144px) !important;
    max-height: -moz-calc(100vh - 144px) !important;
    max-height: calc(100vh - 144px) !important;
    min-height: 300px !important;
    margin: 10px 0;
    max-height: 325px !important;
    border-radius: 15px;
}
.slider_imgs div:nth-child(1) img {
    padding-right: 5px;
}
.slider_imgs div:nth-child(2) img {
    padding-right: 5px;
}
.slider_imgs div:nth-child(3) img {
    margin-top: 5px;
    padding-right: 5px;
}
.slider_imgs div:nth-child(4) img {
    margin-top: 5px;
}
.hero_slider .slide_img {
    max-height: 165px;
    overflow: hidden;
}
.hero_slider .slide_img img:hover {
    opacity: 0.8;
    cursor: pointer;
}
.glass {
    min-height: 167px;
    background: hsl(0deg 0% 100% / 10%);

    border-radius: 10px 10px 10px 10px;
}
.catalog-panel .row-eq-height {
    display: flex;
    align-items: center;
}
@media (min-width:200px) and (max-width:750px){
    .column-34{
        width: 100% !important;
    }
}
.column-34{
    width: 34%;
}
.form-check {
    padding: 1px 5px;
    min-height: 1.5rem;
    margin-bottom: 0.125rem;
    color: black;
    border-radius: 9px;
    margin-top: 0.5rem 0;
}
.input-width{
    width:12.5rem;
}
.input-width_2{
    width:6.8rem;
}
.flight_types{
    background-color: #fff;
    width: 40%;
}
@media (min-width:200px) and (max-width:750px){
    .flight_types{
        width: 100%;
    }
    .input-width{
        width:100%;
    }
    .input-width_2{
        width:100%;
    }
}
.flight_types label {
    color: #0d233e;
    font-size: 11px;
    font-weight: 600;
    padding-left: 4px;
}
.form-check .form-check-input {
    float: left;
    margin-left: -0.5em !important;
}
.form-check-input {
    /*width: 1em;*/
    /*height: 1em;*/
    margin-top: 0.35em;
    vertical-align: top;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
}

.btn-success {
    color: #fff;
    background-color: #dc0c0c !important;
    border-color: #f6230a !important;
}
.btn-outline-success:hover {
    color: #fff !important;
    background-color: #0d233e !important;
    border-color: #212529 !important;
}
.btn-outline-success {
    color: #0d233e !important;
    border-color: #212529 !important;
}
.btn-sd {
    background-color: #f81815;
    border: 0px;
    height: 40px;
    width: 100%;
    margin-left: 1%;
    margin-top: 1.6em;
    color: white;
    border-radius: 5px 5px 5px 5px;
}
@media (max-width:768px){
  .btn-sd{
   font-weight: 600 !important; 
   font-size: 1.5rem !important;
   margin-top:0.5em !important;
}
}
.btn-sd_2{
    background-color: #f81815;
    padding: 8px 2px 10px 3px;
    border: 0px;
    height: 40px;
    width: 100%;
    /* margin-top: 1.8em; */
    color: white;
    border-radius: 0px 5px 5px 0px;
}
.btn-sd:hover {
    background-color: #456aae;
}

.btn-sd-s {
    background-color: #f81815;
    padding: 6px 45px;
    border: 0px;
    color: white;
    border-radius: 5px;
}
.btn-sd-s:hover {
    background-color: #456aae;
}
.btn-sd1 {
    background-color: #f81815;
    padding: 6px 45px;
    border: 0px;
    color: white;
    border-radius: 5px;
}
.btn-sd1:hover {
    background-color: #456aae;
}
.text-justify {
    text-align: justify;
}
.padding-top-1 {
    padding-top: 8px;
}
.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    border: none !important;
    background-color: white;
}
@media (min-width: 1200px) {
    h4 {
        font-size: 20px !important;
    }
}
.travel-stories {
    background: #f9fbff;
    padding: 40px 0;
}
.padding-top2em {
    padding-top: 2em;
}
.accordion-item {
    background-color: #fff;
    border: none !important;
}
.box-sd {
    align-items: center;
    flex: 1;
    margin: 5px;
    border-radius: 6px;
    padding: 10px 10px;
    min-height: 80px;
    box-shadow: 0 2px 4px 0 rgb(0 0 0 / 10%);
    background-color: #fff;
}
.theme-bg p {
    color: #dc3545;
    font-weight: bold;
}
.card-header strong {
    color: #dc3545;
}
.stroke-shape::before,
.stroke-shape::after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    height: 2px;
    width: 45px;
    background-color: #dc3545;
}
.form-check-input:checked {
    background-color: #dc3545;
    border-color: #f8f9fa;
}
.theme-search-results-item-flight-section-meta-city {
    color: #dc3545;
    text-overflow: ellipsis;
    overflow: hidden;
    height: 2.2em;
    white-space: nowrap;
    font-size: 13px;
    margin-bottom: -8px;
}
.sidebar-widget .title {
    font-size: 17px;
    margin-bottom: 20px;
    padding-bottom: 12px;
}
.form2 {
    padding: 1px 0px;
    margin: 11px 52px;
    min-height: 1.5rem;
    margin-bottom: 0.125rem;
    background-color: #bd2130;
    color: red;
    border-radius: 9px;
    text-align: center;
}
.form-check-input:focus {
    box-shadow: none;
}
.arpt {
    color: #dc3545;
    text-overflow: ellipsis;
    overflow: hidden;
    height: 2.2em;
    white-space: nowrap;
    font-size: 13px;
    margin-bottom: -8px;
}
.arrange {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(var(--bs-gutter-y) * -1);
    margin-right: calc(var(--bs-gutter-x) / -2);
    margin-left: 0 !important;
}
.irs--round .irs-from,
.irs--round .irs-to,
.irs--round .irs-single {
    font-size: 14px;
    line-height: 1;
    text-shadow: none;
    padding: 3px 5px;
    background-color: #dc3545;
    color: white;
    border-radius: 4px;
}
.irs--round .irs-bar {
    top: 36px;
    height: 4px;
    background-color: #dc3545;
}
.irs--round .irs-from:before,
.irs--round .irs-to:before,
.irs--round .irs-single:before {
    position: absolute;
    display: block;
    content: "";
    bottom: -6px;
    left: 50%;
    width: 0;
    height: 0;
    margin-left: -3px;
    overflow: hidden;
    border: 3px solid transparent;
    border-top-color: #dc3545;
}
.irs--round .irs-handle {
    top: 26px;
    width: 24px;
    height: 24px;
    border: 4px solid #dc3545;
    background-color: white;
    border-radius: 24px;
    box-shadow: 0 1px 3px rgb(0 0 255 / 30%);
}
.theme-search-results-item-flight-section-path-line-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #dc3545;
    margin-top: -3px;
    margin-bottom: 10px;
    margin-left: 10px;
    box-shadow: 0 0 0 2px #fff;
    -webkit-box-shadow: 0 0 0 2px #fff;
}
.theme-search-results-item-flight-section-path-line {
    position: absolute;
    top: 30px;
    left: 23px;
    width: 88%;
    height: 2px;
    background: #dedede;
}
.theme-search-results-item-flight-section-path-line-start {
    position: absolute;
    left: 3px;
    text-align: center;
    width: 30px;
}
.theme-search-results-item-flight-section-path-line-end {
    right: 1px;
    left: auto;
}
.backgound-color-footer {
    padding: 2rem 0rem 0;
    background: #000;
    color: #d6d6d6;
}
.paymentImg img{
    border-radius: 0.3rem;
}
.fn-footer-bottom {
    background: #151414;
    padding: 18px 0;

    line-height: 1;
}
.sidebar .widget.widget-search .search-form label {
    display: block;
}
.ttm-row.faq-section,
.ttm-row.about-blog-section {
    padding-top: 70px;
}
.stt {
    color: red;
    padding-bottom: 12px;
    text-shadow: 2px 2px 4px #bcb4b4;
}
.textwidget {
    font-size: 13px;
}
.textwidget ul li {
    color: #c6c5c5 !important;
    font-size: 12px !important;
}
.textwidget ul li a {
    color: #c6c5c5 !important;
    font-size: 12px !important;
}

/* .widget:after {
    display: block;
    height: 3px;
    margin-top: 0;
    margin-bottom: -13px;
    content: "";
    position: absolute;
    bottom: 0;
    width: 20px;
} */
.text-justify {
    text-align: justify;
}
.theme-bg p {
    color: #dc3545;
    font-weight: bold;
}
.card-header strong {
    color: #dc3545;
}
.padding-top3em {
    padding-top: 3em;
}
.featured-imagebox-post .featured-content.featured-content-post {
    padding: 22px 27px;
}
.featured-imagebox-post
    .featured-content.featured-content-post
    .post-meta
    span
    i {
    padding-right: 5px;
}
.featured-imagebox-post .featured-content.featured-content-post .post-meta {
    display: block;
    padding: 7px 3px 3px 0;
    font-size: 12px;
}
.featured-imagebox-post .featured-icon .ttm-icon.ttm-icon_element-size-xs {
    width: 38px;
    height: 38px;
    line-height: 38px;
}
.ttm-icon.ttm-icon_element-fill {
    color: #fff;
}
.featured-imagebox-post .featured-icon {
    position: absolute;
    right: 20px;
    top: 20px;
}
.ttm-icon_element-background-color-skincolor {
    background-color: #fe0000;
}
.ttm-icon i {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}
.social-icons li {
    display: inline-block;
}
.widget ul > li {
    padding: 0 0 13px;
    position: relative;
}

.social-icons {
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer .social-icons li > a {
    background-color: #212239;
    border: none;
    font-size: 15px;
}
.footer-nav-menu li {
    display: inline-block;
    padding-left: 2px;
    padding-right: 16px;
    font-size: 14px;
    padding-bottom: 0;
}
ul.footer-nav-menu li:not(:last-child):after {
    position: absolute;
    content: "|";
    padding-left: 7px;
    color: white;
}
.textbox_button {
    clear: both;
    background-color: #aaa;
    border: 0 none;
    border-radius: 4px;
    transition: all 0.23s ease-in-out 0s;
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
    font-size: 15px;
    font-weight: normal;
    height: 32px;
    line-height: 32px;
    margin: 0 5px 10px 0;
    padding: 0 22px;
    text-align: center;
    text-decoration: none;
    vertical-align: top;
    white-space: nowrap;
    width: auto;
}
.footer-nav-menu a {
    color: white;
}
.stroke-shape::before,
.stroke-shape::after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    height: 2px;
    width: 45px;
    background-color: #dc3545;
}
.form-check-input:checked {
    background-color: #dc3545;
    border-color: #f8f9fa;
}
.theme-search-results-item-flight-section-meta-city {
    color: #dc3545;
    text-overflow: ellipsis;
    overflow: hidden;
    height: 2.2em;
    white-space: nowrap;
    font-size: 13px;
    margin-bottom: -8px;
}
.sidebar-widget .title {
    font-size: 17px;
    margin-bottom: 20px;
    padding-bottom: 12px;
}
.form2 {
    padding: 1px 0px;
    margin: 11px 52px;
    min-height: 1.5rem;
    margin-bottom: 0.125rem;
    background-color: #bd2130;
    color: red;
    border-radius: 9px;
    text-align: center;
}
.form-check-input:focus {
    box-shadow: none;
}
.arpt {
    color: #dc3545;
    text-overflow: ellipsis;
    overflow: hidden;
    height: 2.2em;
    white-space: nowrap;
    font-size: 13px;
    margin-bottom: -8px;
}
.arrange {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(var(--bs-gutter-y) * -1);
    margin-right: calc(var(--bs-gutter-x) / -2);
    margin-left: 0 !important;
}
.irs--round .irs-from,
.irs--round .irs-to,
.irs--round .irs-single {
    font-size: 14px;
    line-height: 1;
    text-shadow: none;
    padding: 3px 5px;
    background-color: #dc3545;
    color: white;
    border-radius: 4px;
}
.irs--round .irs-bar {
    top: 36px;
    height: 4px;
    background-color: #dc3545;
}
.irs--round .irs-from:before,
.irs--round .irs-to:before,
.irs--round .irs-single:before {
    position: absolute;
    display: block;
    content: "";
    bottom: -6px;
    left: 50%;
    width: 0;
    height: 0;
    margin-left: -3px;
    overflow: hidden;
    border: 3px solid transparent;
    border-top-color: #dc3545;
}
.irs--round .irs-handle {
    top: 26px;
    width: 24px;
    height: 24px;
    border: 4px solid #dc3545;
    background-color: white;
    border-radius: 24px;
    box-shadow: 0 1px 3px rgb(0 0 255 / 30%);
}
.theme-search-results-item-flight-section-path-line-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #dc3545;
    margin-top: -3px;
    margin-bottom: 10px;
    margin-left: 10px;
    box-shadow: 0 0 0 2px #fff;
    -webkit-box-shadow: 0 0 0 2px #fff;
}
.theme-search-results-item-flight-section-path-line {
    position: absolute;
    top: 30px;
    left: 23px;
    width: 88%;
    height: 2px;
    background: #dedede;
}
.theme-search-results-item-flight-section-path-line-start {
    position: absolute;
    left: 3px;
    text-align: center;
    width: 30px;
}
.theme-search-results-item-flight-section-path-line-end {
    right: 1px;
    left: auto;
}
.navbar-light .navbar-toggler {
    color: rgba(0, 0, 0, 0.55);
    border-color: rgba(0, 0, 0, 0) !important;
}
a {
    text-decoration: none !important;
}
@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 1.5rem !important;
        padding-left: 0.5rem;
    }
}
.btn-ss {
    color: #fff;
    background-color: #0a3283;
    border-color: #4235dc;
    padding-top: 5px;
}
.btn-ss:hover {
    color: #fff;
    background-color: red;
    border-color: red;
    padding-top: 5px;
}
.text-justify {
    text-align: justify;
}
.padding-top2m {
    padding-top: 2em;
    padding-bottom: 1em;
}
.cardDeRow{
    display: flex;
    flex-direction: row;
    /* flex-wrap: wrap; */
}
.card-imgDe img{
    max-width: 100%;
    object-fit: cover;
}
.text-capital{
    text-transform: capitalize;
}
/* .card_overlay{
    position: absolute;
	bottom: 0;
		  left: 0;
		  right: 0;
		  z-index: 1;      
		  border-radius: 20px;    
		  background-color: var(--surface-color);      
		  transform: translateY(100%);
		  transition: .2s ease-in-out;
}
.card-2:hover .card_overlay{
    transform: translateY(0);
} */
.listName{
    font-size: 0.755rem;
}
.red-color-icon{
    content: '';
    color: #f00125;
}
.card-2{
    width: 100%;
    max-height: 490px;
    overflow: hidden;
    background: #fff;
    /* padding: 0.5rem; */
    border-radius: 0.4rem;
    box-shadow: 0px 2px 10px 0px #d8d8d873;
    border-bottom: 1.5px solid #888;
}
.iconRoud{
    color: red;
    background: #f9fafe;
    padding: 0.3rem;
    border-radius: 50%;
    box-shadow: 0px 2px 10px 0px #d8d8d873;
}
@media (min-width:200px) and (max-width:750px){
    .cardDeRow{
        display: flex;
        flex-direction: column;
    }  
    .cardDeRow .cardDeCol{
        width: 100%;
    }
}
.cardDeRow .cardDeCol{
    margin-right: 0.8rem;
    width: 50%;
}

.cardDeRow .cardDeCol .cardDe{
    width: 100%;
    max-height: 490px;
    padding: 0.4rem;
    border-radius: 1rem;
    box-shadow: 0px 2px 10px 0px #d8d8d873;
    border-bottom: 2.5px solid #f82a2a;
    overflow: hidden;
    
}
.cardDeRow .cardDeCol .cardDe .cardDeBody{
    padding: 1rem;
    text-align: justify;
}
.section-data{
    position: relative;
}
.section-data h4::after{
    width: 250px;
    height: 5px;
    content: "";
    position: absolute !important;
    top: 5rem;
    left: 0;
    right: 0;
    z-index: 0;
    margin: auto;
    background: -webkit-radial-gradient(50% 50%, ellipse closest-side, #f82a2a, rgba(255, 42, 112, 0) 60%);
    background: -moz-radial-gradient(50% 50%, ellipse closest-side, #f82a2a, rgba(255, 42, 112, 0) 60%);
    background: -ms-radial-gradient(50% 50%, ellipse closest-side, #f82a2a, rgba(255, 42, 112, 0) 60%);
    background: -o-radial-gradient(50% 50%, ellipse closest-side, #f82a2a, rgba(255, 42, 112, 0) 60%);
}
.fn-testimonial-section {
    background-color: #f9fafe;
}
.fn-section-head__decorator {
    width: 123px;
    height: 2px;
    background: #dedede;
    position: relative;
    top: -45px;
    left: 257px;
    display: inline-block;
    vertical-align: middle;
}
.fn-section-head__decorator::after {
    content: "";
    display: block;
    width: 60%;
    height: 2px;
    background: #da3c3c;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}
.fb-sd {
    border-radius: 4px;
    background-color: #fff;
    padding: 20px 24px;
    box-shadow: 0 10px 30px 0 rgb(141 151 158 / 20%);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}
.pricing {
    width: 100%;
    height: auto;
    padding: 50px;
    position: relative;
}
.pricing::before {
    content: "";
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0;
    right: 0;
    z-index: -1;
    background: linear-gradient(160deg, #141479 43%, #fff 0%);
}
.card {
    box-shadow: 0 0 5px 0 rgb(0 0 0 / 10%) !important;
    border: none;
    transition: 0.4s ease;
}
.card:hover {
    box-shadow: 0 0 17px rgb(32 46 60 / 10%);
}
.card:hover .card-header {
    color: red;
}
.margintopsd {
    padding-top: 1em;
    padding-bottom: 1em;
}
.blog-time {
    font-size: 12px;
    line-height: 18px;
    color: #51483b;
}
#hurryupbtn {
    border-radius: 100px;
    color: #030303;
    margin: 0 5px;
    padding: 12px 35px;
    outline: none;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.4;
    text-align: center;
    transition: 0.3s;
    border: 1px solid #2d0192;
}
#hurryupbtn:hover {
    box-shadow: 0 0 20px 0 rgb(0, 0, 0, 0.3);
    transform: translateY(-20px) !important;
    color: white !important;
    background-color: blue !important;
    border: 1px solid red;
}
.accordion-button:not(.collapsed) {
    color: #012f71 !important;
    background-color: #e7f1ff !important;
    font-weight: 700 !important;
}
.accordion-button:focus {
    z-index: 3;
    border-color: none !important;
    outline: 0;
    box-shadow: none;
}
.accordion-button {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 11px 10px !important;
    font-size: 1rem;
    color: #212529;
    background-color: transparent;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 0;
    overflow-anchor: none;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
        border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out,
        border-radius 0.15s ease;
}
.accordion-button.collapsed {
    border-bottom-width: 1px !important;
    border-radius: 5px !important;
}
.accordion-header {
    margin-bottom: 4px;
}
.footer-services a {
    color: #d6d6d6;
    padding-top: 1em;
}
.ttm-our-location-list a {
    color: #d6d6d6;
}
.social-icons a {
    color: white;
}
.ttm-page-title-row-career-banner {
    position: relative;
    background-image: url(../images/career/career-banner.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding-top: 80px;
    padding-bottom: 80px;
}
.ttm-page-title-row-about-banner{
    position: relative;
    background-image: url(flight/front-assets/images/WEB-SLIDER-3.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding-top: 80px;
    padding-bottom: 80px; 
}
.ttm-page-title-row-service-banner{
    position: relative;
    background-image: url(../images/banner/Services.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding-top: 80px;
    padding-bottom: 80px; 
}
.ttm-page-title-row-blog-banner{
    position: relative;
    background-image: url(../images/banner/Blog.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding-top: 80px;
    padding-bottom: 80px; 
}
.ttm-page-title-row-contact-banner{
    position: relative;
    background-image: url(../images/banner/contact-us.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding-top: 80px;
    padding-bottom: 80px; 
}
.ttm-page-title-row-internship-banner{
    position: relative;
    background-image: url(../images/internship/internship-banner.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;  
    padding-top: 80px;
    padding-bottom: 80px;
}
@media (min-width:200px) and (max-width:750px){
    .ttm-page-title-row-internship-banner{
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .ttm-page-title-row-contact-banner{
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .ttm-page-title-row-blog-banner{
        padding-top: 40px;
        padding-bottom: 40px;  
    }
    .ttm-page-title-row-service-banner{
        padding-top: 40px;
        padding-bottom: 40px;  
    }
    .ttm-page-title-row-about-banner{
        padding-top: 40px;
        padding-bottom: 40px;     
    }
    .ttm-page-title-row-career-banner{
        padding-top: 40px;
        padding-bottom: 40px;
    }
}
.ttm-highlight-fid-style2 {
    position: absolute;
    background: #fff;
    padding: 15px 20px;
    border: 7px solid #e9f2fa;
    bottom: 0;
    left: 30px;
}
.ttm-fid-left {
    position: relative;
}
.ttm-fid-view-lefticon.inside .ttm-fid-contents {
    padding-left: 55px;
}
.ttm-fid-view-righticon.inside h4,
.ttm-fid-view-lefticon.inside h4 {
    margin-bottom: 0;
    float: left;
}
.inside h3 {
    margin-bottom: 0;
    bottom: -11px;
    width: 100%;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    padding-top: 0;
    display: inline-block;
}
.ttm-row.about-top-section {
    padding-top: 74px;
}
.st {
    color: #141479;
    padding-bottom: 12px;
    text-align: justify;
}
.mt-mb{
    margin-top: 3rem;
    margin-bottom: 3rem;
}
.ste {
    color: #141479;
    padding-bottom: 12px;
    padding-left: 1rem;
}

.btn-apply {
    border-radius: 4px;
    margin-right: 0;
    color: white;
    font-size: 13px;
    margin-bottom: 4px;
    margin-top: 4px;
    border: 0px;
    background-color: #f82a2a;
}
.btn-apply:hover {
    border-radius: 4px;
    margin-right: 0;
    color: white;
    font-size: 13px;
    margin-bottom: 4px;
    margin-top: 4px;
    border: 0px;
    background-color: #d00000;
}
.boxlist {
    background-color: #fff;
    border-width: 6px;
    transition: background 0.5s, border 0.3s, border-radius 0.3s,
        box-shadow 0.3s;
    padding: 10px;
    margin-top: 1em;
    box-shadow: 0 0 11.28px 0.72px rgb(0 0 0 / 13%);
}
.accordion {
    width: 100%;
    color: black;
    background-color: white;
    /* padding: 45px 45px; */
  }
  
  .accordion .accordion-item {
    position: relative;
    margin: 10px 10px;
  }
  
  .accordion .label {
    position: relative;
    padding: 10px 10px;
    font-size: 13px;
    font-weight: 600;
    color: #333;
    cursor: pointer;
    background: #00b1ff24;
  }
  
  .accordion .label::before {
    content: '+';
    color: black;
    position: absolute;
    top: 50%;
    right: 1rem;
    font-size: 16px;
    transform: translateY(-50%);
  }
  
  .accordion .content-item {
    position: relative;
    background: white;
    height: 0;
    font-size: 13px;
    text-align: justify;
    overflow: hidden;
    transition: 0.5s;
  }
  .accordion .accordion-item.active .content-item {
    max-height: 350px;
    height: auto;
    width: 100%;
    transition: 0.2s ease;
    margin-top: 1rem;   
  }
  .accordion .accordion-item.active .label::before {
    content: '-';
    font-size: 16px;
  }
.background-color-white{
    padding: 2rem;
    background: #f1f1f178;
}
.background-color-white h3{
    margin: 1rem 0;
    font-size: 1rem;
    font-weight: 700;
}
.background-color-white p a{
    color: #555;
    font-size: 12px;
}
.background-color-white p a:hover{
    color: #008cff;
}
.paymentRow{
    display: flex;
    align-items: center;
    margin-top: 0.5rem;
    flex-wrap: wrap;
}
.paymentRow .paymentCol{
    margin-right: 0.4rem;
    margin-bottom: 0.5rem;
}
.rowFooter{
    display: flex;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
}
.footerDataPlay{
    margin-bottom: 0.5rem;
}
.rowFooter .column-footer{
    margin-right: 0.7rem;
}
@media (min-width:200px) and (max-width:750px){
    .fn-footer-span p a{
        margin: 0;
        padding-top: 1rem;
        padding-bottom: 1rem;

    }
    .backgound-color-footer{
        padding: 2rem 0rem 0rem 0rem;
    }
   .fn-footer-bottom h6{
    margin-bottom: 1rem;
   }
}
.fn-footer-span{
    display: flex;
    align-items: center;
    margin-right: 1.2rem;
    justify-content: end;
}
.fn-footer-span p a{
    margin-right: 0.4rem;
    color: #fff;
    font-size: 13px;
}


.padding-top2 {
    padding-top: 1em;
}
.padding-bottom {
    padding-bottom: 2em;
}
.dropdown-menu .dropdown-item:hover {
    color: #111111 !important;
    background-color: none !important ;
}
.dropdown-menu .dropdown-item {
    color: #090909;
}
.featured-icon-box.style6 {
    padding: 20px 20px 10px;
}
.featured-icon-box.left-icon {
    display: table;
}
.btn-info {
    color: #f4f3f3;
    background-color: #0d386f !important;
    border-color: #030505 !important;
}
ul.ttm_contact_widget_wrapper li {
    position: relative;
    padding-top: 15px;
    padding-bottom: 15px;
    line-height: 25px;
    border-bottom: 1px solid #eaeaea;
}
.section-title h2.title {
    font-weight: 700;
    font-size: 36px;
    line-height: 44px;
    margin-bottom: 0;
    text-transform: capitalize;
    color: white;
}
.ttm-btn.ttm-btn-size-md {
    font-size: 14px;
    padding: 13px 30px 13px 30px;
    display: inline-block;
    text-decoration: none;
    font-size: 13px;
    line-height: 21px;
    font-weight: 500;
    padding: 11px 40px 11px;
    border: 2px solid transparent;
    border-radius: 0;
    color: #fff;
    transition: all 0.25s ease;
    cursor: pointer;
    outline: none !important;
    text-transform: uppercase;
    -webkit-transition: all 0.25s ease;
    -webkit-font-smoothing: antialiased;
}
.ttm-btn-bgcolor-darkgrey {
    background-color: #003398;
}
.navbar-light .navbar-nav .nav-link {
    color: #14305d !important;
}
.navbar-light .navbar-nav .nav-link:hover {
    color: #000000 !important;
}
.form-label {
    margin-bottom: 0.5rem;
    color: white;
}
.spacing-7 {
    margin-top: -33px !important;
    padding-top: 60px !important;
    padding-right: 65px !important;
    padding-bottom: 50px !important;
    padding-left: 50px !important;
}
.main-container {
    padding: 3rem !important;
    border-radius: 10px;
}
.experience-link {
    color: black;
    font-size: 1.1rem;
    font-weight: 600;
    margin-left: 1rem;
    margin-right: 2rem;
    border: 2px solid transparent;
    transition: 0.5s;
}
.experience-link:hover {
    color: #dc0c0c;
    border-bottom: 1px solid #dc0c0c;
}
.left-container {
    overflow-y: scroll;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    scrollbar-width: thin;
    height: 400px;
}
.left-left {
    margin-bottom: 1rem;
    cursor: pointer;
}
.left-left:hover {
    background: linear-gradient(to right, #fff, #eee, rgba(0, 0, 0, 0.3));
    background-size: 500%;
    animation: gradient-ani 1s forwards;
}
.left-left:hover .img-small {
    border-radius: 50%;
}
@keyframes gradient-ani {
    from {
        background-position: 0%;
    }
    to {
        background-size: 100%;
    }
}
.place-image {
    width: 44%;
    height: 185px;
    transition: 0.5s;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    margin: 0.5rem;
}
.content {
    position: absolute;
    color: white;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-shadow: 0 4px 10px black;
    font-size: 0.9rem;
    text-align: center;
}
.content p {
    color: white;
}
.img-fix {
    width: 100%;
    height: 100%;
    transition: 0.5s;
    object-fit: cover;
    transform: scale(2);
}
.place-image:hover .img-fix {
    transform: scale(3);
}
.img-small {
    width: 70px;
    height: 70px;
    object-fit: cover;
    border-radius: 10px;
    transition: 0.5s;
}
.btn-login {
    background-image: var(
        --color-btn-primary-bg,
        linear-gradient(93deg, #53b2fe, #065af3)
    );
    border-radius: 4px;
    margin-right: 0;
    color: white;
    font-size: 13px;
    margin-bottom: 4px;
    margin-top: 4px;
    border: 0px;
}
.btn-login:hover {
    background-image: var(
        --color-btn-primary-bg,
        linear-gradient(93deg, #53b2fe, #065af3)
    );
    border: 0;
    border-radius: 4px;
    margin-right: 0;
    color: white;
    font-size: 13px;
    margin-bottom: 4px;
    margin-top: 4px;
}
.btn-submit {
    background: -webkit-linear-gradient(left, #d61414, #ec9087);
    border-radius: 4px;
    margin-right: 0;
    color: white;
    font-size: 15px;
    margin-bottom: 4px;
    margin-top: 4px;
    border: 0px;
    width: 100%;
}
.btn-submi:hovert {
    background: -webkit-linear-gradient(left, #d61414, #ec9087);
    border-radius: 4px;
    margin-right: 0;
    color: white;
    font-size: 15px;
    margin-bottom: 4px;
    margin-top: 4px;
    border: 0px;
    width: 100%;
    color: white;
}
.modal-footer {
    display: flex;
    flex-wrap: wrap;
    flex-shrink: 0;
    align-items: center;
    justify-content: flex-end;
    padding: 0px !important;
    border-top: 1px solid #dee2e6;
    border-bottom-right-radius: calc(0.3rem - 1px);
    border-bottom-left-radius: calc(0.3rem - 1px);
}
.padding-bottom3 {
    padding-bottom: 3em;
}
.padding-bottom1 {
    padding-bottom: 1em;
}
.padding-top4 {
    padding-top: 1em;
}
.margin-top {
    margin-top: 3em;
}
.padding-top2px {
    padding-top: 12px;
}
.nast {
    color: black;
    font-weight: 600;
    display: flex;
    align-items: center;
}
.profilSdeBar {
    border-radius: 10px;
    box-shadow: 0 3px 30px 0 rgb(0 0 0 / 10%);
    background-color: #fff;
    padding: 32px 0;
}
.profilSdeBar {
    padding: 25px 20px 0;
}
.profilCompont__dtalLst {
    margin-top: 24px;
    border-radius: 0 0 10px 10px;
    overflow: hidden;
}
.profilCompont__dtalLstItmContnt {
    display: flex;
    align-items: center;
    padding: 18px 0;
    margin-left: 30px;
    border-top: 1px solid #e3e3e3;
    height: 55px;
}
.profilCompont__detalkey {
    width: 160px;
    margin-right: 20px;
}
.darkGreyText {
    color: #4a4a4a;
}
.font11 {
    font-size: 11px;
    line-height: 11px;
}
.appendRight5 {
    margin-right: 5px;
}
.appendRight5 {
    margin-right: 5px;
}
.sdeBarNav__navItm {
    display: flex;
    align-items: center;
    padding: 10px 0 10px 27px;
    cursor: pointer;
}
.proflPicContent {
    height: 160px;
    background-image: linear-gradient(114deg, #8180e4, #4fadfe);
    border-radius: 8px;
    position: relative;
    margin: auto;
    width: 48%;
}
.proflPicContanrContanr {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.profilecont {
    color: white;
    font-size: 30px;
    font-weight: 700;
}
.lognDtalComp__dtalLstItmContnt {
    display: flex;
    align-items: center;
    padding: 18px 0;
    margin-left: 30px;
    border-top: 1px solid #e3e3e3;
    height: 55px;
}
.lognDtalComp__detalkey {
    width: 160px;
    margin-right: 20px;
}
.blackText {
    color: #000;
}
.latoBold {
    font-weight: 700;
}
.greenText {
    --borderColor: #00a19c;
}
.myPrfilSprit__verified {
    width: 18px;
    height: 18px;
    background-position: -53px -7px;
}
.myPrfilSprit {
    background-image: url(//imgak.mmtcdn.com/pwa_v3/pwa_commons_assets/desktop/usersProfile/myProfileSprite3.png);
    background-size: 200px 200px;
    background-repeat: no-repeat;
    display: inline-block;
    flex-shrink: 0;
}
.lognDtalComp__dltBtn {
    position: relative;
    outline: 0;
}
.myPrfilSprit__delete {
    width: 18px;
    height: 18px;
    background-position: -29px -5px;
}
.blueText {
    color: var(--color-primary, #008cff);
}
.pushRight {
    margin-left: auto;
}
.blackText {
    color: #000;
}
.greenText {
    color: #00a19c;
}
.latoBold {
    font-weight: 700;
}
.myPrfilSprit__verified {
    width: 18px;
    height: 18px;
    background-position: -53px -7px;
}
.btn__dtailAdEdt {
    display: inline-flex;
    align-items: center;
    padding: 2px 31px;
    background: #fff;
    flex-shrink: 0;
    border-radius: 20px;
    border: 1px solid #cacaca;
    min-width: 90px;
    outline: 0;
    cursor: pointer;
}
.modal-contents {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.3rem;
    outline: 0;
    margin-top: 5em !important;
}
@media (min-width: 576px) {
    .modal-dialog {
        max-width: 585px !important;
        margin: 1.75rem auto;
    }
}
.modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 2rem !important;
}
.form-labels {
    margin-bottom: 0.5rem;
    color: #110f0f;
}
.date-sd {
    width: 100%;
    padding: 0.8rem 2.25rem 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    /* background-image: url(
        data:image/svg + xml,
        %3csvgxmlns="http://www.w3.org/2000/svg"viewBox="0 0 16 16"%3e%3cpathfill="none"stroke="%23343a40"stroke-linecap="round"stroke-linejoin="round"stroke-width="2"d="M2 5l6 6 6-6"/%3e%3c/svg%3e
    ); */
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 16px 12px;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
}
.btn__dtailAdEdt2 {
    display: inline-flex;
    align-items: center;
    padding: 2px 17px;
    background: #fff;
    flex-shrink: 0;
    border-radius: 20px;
    border: 1px solid #cacaca;
    min-width: 90px;
    outline: 0;
    cursor: pointer;
}
.nav-tabs .nav-link {
    margin-bottom: -1px;
    background: transparent;
    border: 1px solid transparent;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
    color: black;
    font-weight: 600;
}
.search-criteria {
    background: #fff;
    border: 1px solid rgba(156, 170, 179, 0.28);
    box-shadow: 0 0 9px 0 rgb(0 0 0 / 10%);
    border-radius: 4px;
    padding: 15px;
    margin: 0 0 15px 0;
    position: relative;
    -webkit-box-shadow: 0 0 9px 0 rgb(0 0 0 / 10%);
}
.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    border-color: #ffffff #ffffff #ffffff;
    isolation: isolate;
}

/* .nav-tabs {
    border-bottom: 1px solid #fcfcfc !important;
} */
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #495057;
    border-color: #ffffff #ffffff #fff !important;
    /* border-bottom: 3px solid #f45d5d !important; */
}
.label-fligt {
    color: black;
    font-weight: 500;
    font-size: 14px;
    text-align: center;
}
.ofer-cards {
    background: #fff;
    border-radius: 7px;
    box-shadow: 0 0 5px 0 rgb(0 0 0 / 10%);
    height: 251px;
    transition: all 0.5s ease-in;
    width: calc(100% - 45px);
    margin-left: 45px;
    border: 1px solid rgba(156, 170, 179, 0.28);
}
.offers-crads-2 {
    height: calc(100% - 50px);
    width: 125px;
    min-width: 125px;
    overflow: hidden;
    pointer-events: all !important;
    margin: 25px 0 0 -45px;
    border-radius: 7px;
    border: 1px solid #d6dfe4;
    mask-image: -webkit-radial-gradient(white, #000);
    -webkit-mask-image: -webkit-radial-gradient(white, #000);
}
.offers-card-content {
    padding: 25px 15px;
    width: calc(100% - 80px);
}
.offers-cardscont {
    color: #6d6c6c;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    background: #f5f6f8;
    border: 1px solid #e4e4e4;
    border-radius: 5px;
    padding: 0 10px;
    height: 20px;
    line-height: 20px;
    width: 85px;
}
.offer-content-flex {
    flex-direction: row;
    box-sizing: border-box;
    display: flex;
    place-content: flex-start flex-end;
    align-items: flex-start;
}
.offer-ontent-flex2 {
    flex-direction: column;
    box-sizing: border-box;
    display: flex;
    place-content: stretch space-between;
    align-items: stretch;
    max-width: 100%;
    height: calc(100% - 40px);
}
.offers-content-5 {
    min-height: 90px;
}
.offer-content-super {
    font-size: 18px;
    font-weight: 700;
    margin: 0 0 5px;
    color: #000;
    width: 100%;
}
.offer-super-p {
    font-size: 13px;
    color: #525252;
    font-weight: 500;
    line-height: 20px;
}
.offer-content-a {
    padding: 0;
    background: 0 0;
    border: none;
    color: #d32f2f;
    font-size: 15px;
    font-weight: 700;
}
.oferrs-supor {
    flex-direction: row;
    box-sizing: border-box;
    display: flex;
    place-content: stretch flex-start;
    align-items: stretch;
}
/* .padding-top-bottom {
    padding-top: 4em;
    padding-bottom: 2em;
} */
@media (media-width:1025px){
 .ban-sd{
position: relative;
        top: -115px !important;
        height: 125px !important;
        margin-bottom: 1rem;	
        padding: 0rem 5rem 0rem 5rem !important;
        box-shadow: 0px 10p 10px 0px rgba(0, 0, 0, 0.4);
}
.sdmargin {
        padding-bottom: 1em;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .ban-sd {
        position: relative;
        top: -335px;
    }
    .sdmargin {
        padding-top: -89em;
        padding-bottom: 1em;
        margin-top: -224px;
    }
}
@media (min-width: 360px) and (max-width: 767px) {
    .ban-sd {
        position: relative;
        top: -127px;
    }
    .carousel-inner{
        height: auto;
    }
    .sdmargin {
        padding-top: -89em;
        padding-bottom: 1em;
        margin-top: -124px;
    }
}
.box-sd {
    box-shadow: 0 0 5px 0 rgb(0 0 0 / 10%) !important;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 0.25rem;
}
.post-sd {
    font-weight: bold;
    color: #000;
    font-size: 18px;
    margin-bottom: 20px;
    padding-top: 2em;
}
.ttm-blog-classic .ttm-blog-classic-content blockquote {
    display: block;
    background: #f5faff;
    padding: 25px 20px 20px 85px;
    position: relative;
    font-weight: 300;
    margin: 35px 0;
    font-style: normal;
    font-size: 17px;
    min-height: 100px;
    line-height: 28px;
    font-style: italic;
    color: #687076;
    border-left: 4px solid;
}
.ttm-blog-classic .ttm-blog-classic-content blockquote:before {
    content: '"';
    display: inline-block;
    position: absolute;
    font-size: 110px;
    transform: rotate(180deg);
    top: 0;
    left: 33px;
}
.ttm-blog-classic-content blockquote,
.ttm-header-icons .ttm-header-search-link a:hover {
    border-color: #f71735 !important;
}
.ttm-blog-classic .ttm-blog-classic-content blockquote:before {
    color: #000;
}
.sidebar div.widget-area {
    position: relative;
    padding: 0px 30px;
    margin-top: 65px;
}
.sidebar .widget-area .widget {
    position: relative;
    margin: 40px 0 40px;
}
.box-shadow {
    box-shadow: 0 0 12px 0 rgb(32 46 60 / 6%);
    -webkit-box-shadow: 0 0 12px 0 rgb(32 46 60 / 6%);
    -moz-box-shadow: 0 0 12px 0 rgba(32, 46, 60, 0.06);
}
.widget.widget-search label i {
    position: absolute;
    right: 15px;
    cursor: pointer;
    font-size: 18px;
    z-index: 1;
    top: 35%;
}
.sidebar .widget.widget-search .input-text {
    border: 1px solid #fff;
    border-radius: 0;
    padding: 10px 15px;
    box-shadow: 0 0 10px 0 rgb(3 59 74 / 5%);
    -webkit-box-shadow: 0 0 10px 0 rgb(3 59 74 / 5%);
    -moz-box-shadow: 0 0 10px 0 rgba(3, 59, 74, 0.05);
}
.sidebar .widget-search .screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}
.ttm-bgcolor-grey {
    background-color: #f5faff;
}
.sidebar .widget-area .widget-text {
    padding: 30px 20px;
    background-color: #fff;
}
.ttm-bgcolor-white .separator .sep-line {
    border-color: #f1f1f1;
}
.separator .sep-line.solid {
    border-top-style: solid;
}
.separator .sep-line {
    height: 1px;
    border-top: 1px #ebebeb;
    display: block;
    position: relative;
    width: 100%;
}
.mb-30 {
    margin-bottom: 30px !important;
}
.post-dh {
    font-weight: bold;
    color: #003398;
    font-size: 18px;
    margin-bottom: 20px;
}
.sidebar .widget .widget-title {
    font-size: 22px;
    color: #003398;
    font-weight: 600;
}
.sidebar .widget-categories ul li span {
    position: absolute;
    right: 15px;
    top: 15px;
    width: 22px;
    height: 22px;
    line-height: 22px;
    text-align: center;
    border-radius: 50%;
    display: block;
    font-size: 13px;
    font-weight: 400;
    color: #687076;
    background-color: #f5faff;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
}
.sidebar .widget a {
    font-weight: 500;
    font-size: 14px;
}
.sidebar .widget a {
    color: #0b0c26;
}
.sidebar .widget-area .widget.contact-widget,
.sidebar .widget-area .widget.post-widget,
.sidebar .widget-area .widget.tagcloud-widget,
.sidebar .widget-area .widget-categories,
.sidebar .widget-area .widget-top-rated-products,
.sidebar .widget-area .widget-text {
    padding: 30px 20px;
    background-color: #fff;
}
ul.ttm-recent-post-list > li img {
    display: block;
    width: 70px;
    height: 70px;
    float: left;
    margin-right: 18px;
}
.sidebar .widget a {
    font-weight: 500;
    font-size: 14px;
}
ul.ttm-recent-post-list > li {
    padding: 5px 0 15px !important;
    display: inline-block;
    width: 100%;
    line-height: 20px;
}
.sidebar .widget .tagcloud a {
    display: inline-block;
    padding: 4px 10px;
    margin: 0 5px 10px;
    border: 1px solid;
    border-radius: 0;
    background-color: transparent;
}
.sidebar .widget .tagcloud a {
    border-color: #0b0c26 !important;
}
.widget .widget-title:after {
    background-color: #fe0000;
}
.sidebar .widget-categories ul li:not(:last-child) {
    border-bottom: 2px solid #f5faff;
}
.sidebar .widget-categories ul li {
    padding: 12px 0;
    display: block;
    position: relative;
}
.widget-area .widget-categories,
.sidebar .widget-area .widget-top-rated-products,
.sidebar .widget-area .widget-text {
    padding: 30px 20px;
    background-color: #fff;
}
.widget .widget-title {
    position: relative;
    display: inline-block;
    font-size: 20px;
    line-height: 30px;
}
.padding-top5em {
    padding-top: 4em;
}
.contents-ss {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    cursor: pointer;
    color: #000;
    position: relative;
}
.heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 12px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-box-align: center;
    -ms-flex-align: center;
}
.reset {
    font-size: 13px;
    color: #19478a;
    font-weight: 400;
    display: inline-block;
    position: relative;
}
.reset::before {
    content: "";
    left: 0;
    bottom: -1px;
    width: 100%;
    height: 1px;
    position: absolute;
    background: #9aa7c2;
}
.reset::after {
    content: "";
    left: 0;
    bottom: -2px;
    width: 0%;
    height: 2px;
    position: absolute;
    background: #d32f2f;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}
.switch-like-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
    border: 1px solid #ebebeb;
    border-radius: 4px;
    overflow: hidden;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
}
.switch-like-btn a:first-child {
    border-right: 1px solid #ebebeb;
}
.switch-like-btn a {
    height: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 50%;
    font-size: 13px;
    font-weight: 400;
    color: #000;
    transition: all 0.3s ease;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-transition: all 0.3s ease;
}
.switch-like-btn a:hover {
    color: #fff;
    background: #d32f2f;
}
.list li {
    margin-bottom: 12px;
}
.list li .checkbox {
    margin-bottom: 0;
}
.checkbox label {
    font-size: 13px;
    color: #000;
    padding-left: 11px;
    cursor: pointer;
}
.widths {
    width: 100%;
}
.itinerary {
    background: #fff;
    border: 1px solid rgba(156, 170, 179, 0.28);
    box-shadow: 0 0 9px 0 rgb(0 0 0 / 10%);
    border-radius: 5px;
    padding: 10px;
    margin: 0 0 15px;
    transition: all 0.3s ease;
    position: relative;
    -webkit-box-shadow: 0 0 9px 0 rgb(0 0 0 / 10%);
    -webkit-transition: all 0.3s ease;
}
.checkbox-wrapper {
    padding: 7px 3px 8px 8px;
    width: 27px;
    border-radius: 5px 0 0 5px;
    background: #fff;
    position: absolute;
    left: -22px;
    top: 0;
    z-index: 15;
}
.checkbox-wrapper .checkbox {
    margin: 0;
}
.recommended {
    position: absolute;
    z-index: 5;
    left: -8px;
    top: 15px;
    background-image: -webkit-gradient(
        linear,
        left top,
        right top,
        from(#1c4789),
        to(#d42829)
    );
    width: 110px;
    height: 20px;
    line-height: 20px;
    padding: 0;
    text-align: center;
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    box-shadow: 0 2px 2px 0 rgb(0 0 0 / 10%);
    -webkit-box-shadow: 0 2px 2px 0 rgb(0 0 0 / 10%);
}
.recommended-holidays {
    position: absolute;
    z-index: 5;
    left: -8px;
    top: 19px;
    background-image: -webkit-gradient(
        linear,
        left top,
        right top,
        from(#1059ca),
        to(#ff0001)
    );
    width: 173px;
    height: 23px;
    line-height: 20px;
    padding: 2px;
    text-align: center;
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    box-shadow: 0 2px 2px 0 rgb(0 0 0 / 10%);
    -webkit-box-shadow: 0 2px 2px 0 rgb(0 0 0 / 10%);
}
.availability .display-content .right-area .itinerary .recommended {
    width: 150px;
}
.recommended.under-checkbox {
    top: 36px;
}
.recommended-holidays.under-checkbox {
    top: 36px;
}
.recommended::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -7px;
    width: 0;
    height: 0;
    border-bottom: 0;
    border-top: 7px solid #021432;
    border-right: 0 solid transparent;
    border-left: 8px solid transparent;
    z-index: 0;
}
.recommended-holidays::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -7px;
    width: 0;
    height: 0;
    border-bottom: 0;
    border-top: 7px solid #021432;
    border-right: 0 solid transparent;
    border-left: 8px solid transparent;
    z-index: 0;
}
.recommended span {
    position: absolute;
    height: 100%;
    top: 0;
    right: 0;
    width: 1px;
}
.recommended-holidays span {
    position: absolute;
    height: 100%;
    top: 0;
    right: 0;
    width: 1px;
}
.availability .display-content .right-area .itinerary .wrapper {
    flex-direction: row;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
}
.wrapper .left {
    width: 200px;
}
.availability .display-content .right-area .itinerary .wrapper .left img {
    width: 100%;
    height: 190px;
    object-fit: cover;
    display: block;
    -o-object-fit: cover;
}
.availability
    .display-content
    .right-area
    .itinerary
    .wrapper
    .left
    .bottom-btns {
    flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-box-align: center;
    -ms-flex-align: center;
}
.wrapper .left .bottom-btns a.send {
    flex-direction: row;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    background: #fff;
    border: 1px solid #d32f2f;
    color: #d32f2f;
    font-weight: 400;
    text-transform: uppercase;
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
}
.left .bottom-btns a.send .ak-email {
    font-size: 17px;
    margin-right: 10px;
}
.availability
    .display-content
    .right-area
    .itinerary
    .wrapper
    .left
    .bottom-btns
    a.whatsapp {
    background: #307d01;
    font-size: 20px;
    width: 100%;
}
a.whatsapp .ak-whatsapp {
    margin-right: 7px;
}
.display-content .right-area .itinerary .wrapper .left {
    width: 200px;
}
.itinerary .wrapper .left img {
    width: 100%;
    height: 190px;
    object-fit: cover;
    display: block;
    -o-object-fit: cover;
}
.itinerary .recommended span {
    position: absolute;
    height: 100%;
    top: 0;
    right: 0;
    width: 1px;
}
.itinerary .recommended {
    width: 150px;
}
.itinerary .recommended::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -7px;
    width: 0;
    height: 0;
    border-bottom: 0;
    border-top: 7px solid #021432;
    border-right: 0 solid transparent;
    border-left: 8px solid transparent;
    z-index: 0;
}
.mail-checkbox {
    display: none;
}
.itinerary .wrapper .left .bottom-btns a.whatsapp {
    background: #307d01;
    font-size: 20px;
    width: 100%;
}
.itinerary .wrapper .left .bottom-btns {
    flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-box-align: center;
    -ms-flex-align: center;
}
.itinerary .wrapper .left .bottom-btns a.whatsapp .text {
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
}
.itinerary .wrapper .left .bottom-btns a.whatsapp .ak-whatsapp {
    margin-right: 7px;
}
.ak-whatsapp:before {
    content: "\e9f4";
}
.itinerary .wrapper .left .bottom-btns a.whatsapp .text {
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
}
.itinerary .wrapper .left .bottom-btns a {
    margin-right: 5px;
    height: 32px;
    flex-direction: row;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    border-radius: 4px;
    padding: 0 7px;
    margin: 10px 0 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
}
.itinerary .wrapper .left .bottom-btns a.send {
    flex-direction: row;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    background: #fff;
    border: 1px solid #d32f2f;
    color: #d32f2f;
    font-weight: 400;
    text-transform: uppercase;
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
}
.itinerary .recommended span::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 0;
    border-bottom: 12px solid transparent;
    border-top: 0 solid transparent;
    border-right: 0;
    border-left: 8px solid #d42829;
    z-index: 0;
}
.recommended-holidays span::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 0;
    border-bottom: 12px solid transparent;
    border-top: 0 solid transparent;
    border-right: 0;
    border-left: 8px solid #ff0e10;
    z-index: 0;
}
.itinerary .recommended span::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 0;
    border-bottom: 0 solid transparent;
    border-top: 12px solid transparent;
    border-right: 0;
    border-left: 8px solid #d42829;
    z-index: 0;
}
.recommended-holidays span::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 0;
    border-bottom: 0 solid transparent;
    border-top: 12px solid transparent;
    border-right: 0;
    border-left: 8px solid #ff0e10;
    z-index: 0;
}
.availability .display-content .right-area .itinerary .recommended span {
    position: absolute;
    height: 100%;
    top: 0;
    right: 0;
    width: 1px;
}
.availability .display-content .right-area .itinerary .wrapper .right {
    width: calc(100% - 220px);
}
.clickable-card {
    cursor: pointer;
}
.itinerary .wrapper .right .top {
    flex-direction: row;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-box-align: start;
    -ms-flex-align: start;
}
.itinerary .wrapper .right .top .left-content {
    flex: 1;
    -webkit-box-flex: 1;
    -ms-flex: 1;
}
.itinerary .wrapper .right .top .left-content h3 {
    color: #000;
    font-size: 22px;
    font-weight: 500;
    margin: 0 0 3px;
}
.itinerary .wrapper .right .top .left-content p {
    color: #525252;
    font-size: 13px;
    font-weight: 400;
    line-height: 22px;
}
.itinerary .wrapper .right .top .left-content .strip {
    flex-flow: row wrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-box-align: center;
    -ms-flex-align: center;
}
.right {
    float: right !important;
}
.itinerary .wrapper {
    flex-direction: row;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
}
.itinerary .wrapper .left {
    width: 200px;
}
.left {
    float: left !important;
}
.itinerary .wrapper .right .top .left-content h3 span {
    color: #525252;
    font-size: 12px;
    font-weight: 400;
}
.itinerary .wrapper .right .top .left-content p {
    color: #525252;
    font-size: 13px;
    font-weight: 400;
    line-height: 22px;
}
.itinerary .wrapper .right .top .left-content .strip {
    flex-flow: row wrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-box-align: center;
    -ms-flex-align: center;
}
.itinerary .wrapper .right .top .left-content .strip p {
    color: #000;
    font-size: 12px;
    font-weight: 500;
    line-height: 28px;
    margin: 0 7px 0 0;
}
.itinerary .wrapper .right .top .left-content .strip .label-stye:last-child {
    margin-right: 0;
}
.itinerary .wrapper .right .top .left-content .strip .label-stye {
    border: 1px solid #ebebeb;
    border-radius: 999px;
    padding: 4px 7px;
    flex-direction: row;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #525252;
    font-size: 12px;
    font-weight: 400;
    margin: 7px 7px 7px 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
}
.itinerary .wrapper .right .top .left-content .strip .label-stye .icon {
    background: -webkit-linear-gradient(#d92727, #19478a);
    background-clip: text;
    font-size: 18px;
    margin-right: 5px;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.itinerary .wrapper .right .bottom ul li {
    font-size: 13px;
    color: #525252;
    font-weight: 400;
    flex-direction: row;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 4px 11px;
    border-right: 1px solid #ebebeb;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-box-align: center;
    -ms-flex-align: center;
}
.itinerary .wrapper .right .bottom ul {
    flex-flow: row wrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    border-top: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
    padding: 4px 0;
    margin-top: 10px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-box-align: center;
    -ms-flex-align: center;
}
.itinerary .wrapper .right .bottom h4 {
    font-size: 14px;
    font-weight: 500;
    color: #000;
    margin: 3px 0 5px;
}
.itinerary .wrapper .right .bottom h4 {
    font-size: 14px;
    font-weight: 500;
    color: #000;
    margin: 3px 0 5px;
}
.availability
    .display-content
    .right-area
    .itinerary
    .wrapper
    .right
    .top
    .fare
    p {
    color: #525252;
    font-size: 12px;
    font-weight: 400;
    margin-top: 10px;
}
.itinerary .wrapper .right .top .fare {
    width: 180px;
    text-align: right;
}
.itinerary .wrapper .right .top .fare h3 {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 5px;
}
.itinerary .wrapper .right .top .fare .book {
    color: #fff;
    text-transform: capitalize;
    background: #fe0000;
    border-radius: 4px;
    display: inline-block;
    text-align: center;
    font-size: 16px;
    height: 45px;
    padding: 0 20px;
    margin-bottom: 10px;
    border: 1px;
}
.itinerary .wrapper {
    flex-direction: row;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
}
.itinerary .wrapper .right .bottom ul li .icon {
    margin-right: 5px;
    background-clip: text;
    background: -webkit-linear-gradient(#d92727, #19478a);
    font-size: 17px;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.ak-hotel:before {
    content: "\e904";
}
@media (max-width: 1150px) {
    .itinerary .wrapper .right .top {
        flex-wrap: wrap;
        -ms-flex-wrap: wrap;
    }
}
@media (max-width: 1150px) {
    .itinerary .wrapper .right .top .left-content {
        width: 100%;
    }
}
@media (max-width: 1000px) {
    .itinerary .checkbox-wrapper {
        padding: 4px 0 4px 4px;
        width: 20px;
        left: -13px;
    }
}
@media (min-width: 1200px) {
    .itinerary .wrapper .right {
        width: calc(100% - 220px);
    }
}
@media screen and (max-width: 300px) {
    .itinerary .wrapper .right {
        width: 100%;
    }
}
@media screen and (max-width: 800px) {
    .right-area .itinerary .wrapper {
        flex-wrap: wrap;
        -ms-flex-wrap: wrap;
    }
}
@media (min-width: 350px) and (max-width: 1024px) {
    .itinerary .wrapper {
        flex-wrap: wrap;
        -ms-flex-wrap: wrap;
    }
}
@media screen and (min-width: 300px) and (max-width: 1024px) {
    .itinerary .wrapper .left {
        width: 100%;
    }
}
@media (max-width: 1150px) {
    .itinerary .wrapper .right .top .fare {
        width: 100%;
        text-align: left;
    }
}
.box-holidays {
    background-color: #ffffff;
    box-shadow: 0 0 9px 0 rgb(0 0 0 / 10%);
    padding: 15px;
}
.team-sd {
    position: relative;
    top: -32px;
    font-weight: 700;
}
.team-2 {
    top: -31px;
    position: relative;
}
.team3 {
    position: relative;
    top: -21px;
}
.offers-shadow {
    background: #fff;
    margin: 15px 0;
    box-shadow: -1px 1px 5px 1px rgb(222 220 221);
    cursor: pointer;
    overflow: hidden;
    -webkit-box-shadow: -1px 1px 5px 1px rgb(222 220 221);
    -moz-box-shadow: -1px 1px 5px 1px rgba(222, 220, 221, 1);
}
.offers-shadow3 {
    padding: 10px 15px;
}
.btn-known {
    border: 1px solid;
    padding: 4px;
    font-size: 13px;
    border-radius: 0px;
}
.btn-known:hover {
    border: 1px solid;
    padding: 4px;
    font-size: 13px;
    border-radius: 0px;
    background-color: red;
    color: white;
}
.copiedtext {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    text-align: center;
    opacity: 0;
    transform: translateY(-1em);
    color: #000;
    transition: all 0.5s;
}
.copied .copiedtext {
    opacity: 1;
    transform: translateY(-4em);
}
[id="cleared"] {
    margin-top: 4em;
}
.promocode-btn {
    position: relative;
    padding: 8px 10px;
    border: 2px dotted black;
    font-size: 0.835em;
    text-transform: uppercase;
    letter-spacing: 0.125em;
    font-weight: bold;
    color: #000;
    background: #fff;
    transition: background 0.275s;
}
.promocode-btn:hover,
.promocode-btn:focus {
    background: #ea2237;
    color: #fff;
    cursor: pointer;
}
.date {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    border-bottom: 1px solid rgba(156, 170, 179, 0.28);
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
}
.date-bhartiya {
    min-width: 100px;
    max-width: 100px;
    width: 100px;
}
.date li {
    padding: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
}
.date .date-bhartiya h3 {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    color: black;
}
.date .date-bhartiyaairways {
    width: 100%;
    border-left: 1px solid rgba(156, 170, 179, 0.28);
}
.date .date-bhartiyaairways p {
    font-size: 11px;
    color: #525252;
    font-weight: 400;
}
.date .date-bhartiyaairways h3 {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    color: black;
}
@media screen and (max-width: 800px) {
    .date li.date-bhartiyaairways {
        border-left: 0;
    }
    .date li {
        padding: 0 15px 5px;
    }
    .date {
        flex-direction: column;
        padding: 5px 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
    }
}
.section-blocked {
    background: rgb(254 0 0);
    height: 5.6875rem;
}
.trip-row {
    border: 1px solid #666;
    margin: 0;
}
.time-font {
    font-size: 14px !important;
}
@media (max-width: 768px) {
    .hide-button {
        display: none;
    }
    .day-font {
        font-size: 8px !important;
    }
}
.tab-size-collabse {
    font-size: 13px !important;
    font-weight: 500 !important;
    text-transform: capitalize;
    padding-left: 0px;
}
#times-carousel .owl-prev {
    position: absolute;
    left: -1%;
    top: 50%;
    transform: translateY(-50%);
}
#times-carousel .owl-next {
    position: absolute;
    right: -1%;
    top: 50%;
    transform: translateY(-50%);
}
#times-carousel .owl-prev,
#times-carousel .owl-next {
    border: none;
    border-radius: 50%;
    font-size: 30px;
    padding: 2px;
    background-color: #dc3545;
    color: white;
    font-size: 30px;
}
#times-carousel .owl-prev:hover,
#times-carousel .owl-next:hover {
    background-color: #456aae;
}
@media (max-width: 550px) {
    #times-carousel .owl-prev,
    #times-carousel .owl-next {
        display: none;
    }
}
.form-checkbox-adult,
.form-checkbox-child,
.form-checkbox-infant {
    display: none;
}
.form-checkbox-adult.active,
.form-checkbox-child.active,
.form-checkbox-infant.active {
    display: block;
}
.swap-rotate-block {
    position: relative;
    background-color: #fff;
}
.swap {
    position: absolute;
    top: 50%;
    left: 48%;
    background-color: #456aae;
    color: #fff;
    width: 25px;
    height: 25px;
    transform: translate(0px, -2px);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
    transform: rotate(0);
    transition: 0.3s ease-in-out;
}
.swap.rotate {
    transform: rotate(180deg);
}
.la-exchange-alt {
    font-size: 20px;
}
.la-user-tie,
.la-caret-square-left,
.la-user-friends,
.la-sign-out-alt {
    font-size: 30px;
}
@media (max-width: 1300px) {
    .swap {
        transform: translate(-2px, -2px);
    }
}
@media (max-width: 1199px) {
    .swap {
        transform: translate(9px, -2px);
    }
}
@media (max-width: 1130px) {
    .swap {
        transform: translate(9px, -2px);
    }
}
@media (max-width: 1050px) {
    .swap {
        transform: translate(7px, -2px);
    }
}
@media (max-width: 1050px) {
    .swap {
        transform: translate(5px, -2px);
    }
}
@media (max-width: 860px) {
    .swap {
        transform: translate(1px, -2px);
    }
}
@media (max-width: 767px) {
    .swap {
        transform: rotate(90deg);
    }
    .swap.rotate {
        transform: rotate(270deg);
    }
}
.font-sizeh6 {
    padding-bottom: 12px !important;
    font-weight: 600 !important;
    padding-top: 27px !important;
    font-size: 12px !important;
}
.font-sizep {
    font-size: 12px;
    line-height: 19px;
    text-align: justify;
    color:#555;
}
@media (max-width: 450px) {
    .custom-control-label {
        font-size: 12px !important;
    }
    .infobox {
        font-size: 13px !important;
    }
    .title {
        font-size: 14px !important;
    }
    h4 {
        font-size: 18px !important;
    }
    b,
    strong {
        font-size: 14px !important;
    }
    .flight-n-font {
        font-size: 11px !important;
    }
    .accordion-body{
        padding: 0;
    }
    .accordion .label{
        font-size: 8px;
        font-weight: 600;
    }
}
.sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 0 !important;
}
#loading.lazy {
    background-image: none;
    background-color: #b3d9f3;
}

.modal-sd {
    max-width: 370px !important;
    margin: 1.75rem auto;
}
.coupon-background {
    background-color: #f4f4f4;
    padding: 12px 7px;
    margin-bottom: 10px;
}
.coupon-background-sd {
    padding-left: 5px;
}
.myPrfilSprit__editGreyBg {
    width: 37px;
    height: 37px;
    background-position: -4px -31px;
}
.proflPicContanr__inputUpload {
    position: absolute;
    width: 100%;
    height: 200%;
    outline: 0;
    border: 0;
    z-index: 1;
    opacity: 0;
    cursor: pointer;
    bottom: 0;
}
.myPrfilSprit {
    background-image: url(//imgak.mmtcdn.com/pwa_v3/pwa_commons_assets/desktop/usersProfile/myProfileSprite3.png);
    background-size: 200px 200px;
    background-repeat: no-repeat;
    display: inline-block;
    flex-shrink: 0;
}
.proflPicContanr__editGreyBgIcn {
    position: absolute;
    bottom: 17px;
    right: -20px;
    z-index: 1;
    overflow: hidden;
}

.height {
    min-height: 167px;
}
.card1 {
    display: block;
    height: 100%;
    position: relative;
    background-color: #f2f8f9;
    border-radius: 4px;
    padding: 31px 15px;
    text-decoration: none;
    z-index: 0;
    overflow: hidden;
    transition: 0.6s ease-out;
}
.listitems{
   width: 12% !important;
}

.go-corner {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    width: 32px;
    height: 32px;
    overflow: hidden;
    top: 0;
    right: 0;
    background-color: #1a237e;
    border-radius: 0 4px 0 32px;
}

.go-arrow {
    margin-top: -4px;
    margin-right: -4px;
    color: white;
    font-family: "poppins", sans-serif;
}

.card1 h3 {
    font-size: 12px !important;
    line-height: 17px !important;
    color: #12126b;
    font-weight: 600;
    transition: 0.6s ease-out;
}
.card1:hover p {
    color: rgba(255, 255, 255, 0.8);
}
.card1:hover h3 {
    color: #ffffff;
}
.fntsize22 {
    font-size: 22px;
}
.fntsize17 {
    font-size: 18px;
    font-weight: 500;
}
.fntsize15 {
    font-size: 16px;
    font-weight: 500;
}

.font-color-black {
    color: #797474;
    font-size: 14px;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
    color: #fff;
    background-color: #fe0001 !important;
}

.prev {
    justify-content: flex-start !important;
}

.next {
    justify-content: flex-end !important;
}

.background-color-light {
    background-color: #f1f1f178 !important;
    padding: 3rem 3rem;
}
.card-grantee {
    box-shadow: 0 0 5px 0 rgb(0 0 0 / 10%) !important;
    border: none;
    background-color: white;
    border-radius: 12px;
}
.small {
    font-size: 13px !important;
    line-height: 17px !important;
    color:#000;
}
.myTrip-head,
.myTrip-body {
    width: 75%;
}
@media (max-width: 550px) {
    .myTrip-head,
    .myTrip-body {
        width: 100%;
    }
}
.razorpay-payment-button {
    display: none;
}

.btn-need-help {
    border: 1px solid #dedede;
    position: fixed;
    z-index: 999;
    position: fixed;
    right: 1%;
    bottom: 50%;
    font-weight: 600;
    box-shadow: 0 2px 4px 0 rgb(0 0 0 / 50%);
}

.caution {
    padding: 8px 16px 6px 10px;
}

/* hotel sections style here  */

.offers-crads-2:hover img {
    transform: scale(1.1);
}
.hotel-offer-img {
    position: relative;
}
.hotel-offer-img img {
    border-radius: 10px;
    transition: 1s;
}
.hotel-offer-img .hotel-domestic-img {
    width: 70px;
    height: 70px;
}
.hotel-logo-hover {
    width: 40px;
    position: absolute;
    top: 45%;
    left: 45%;
    transform: translate(-45%, -45%);
    opacity: 0;
}
.hotel-row-hover {
    border: 1px solid var(--hotel-border-color);
    border-left: 0;
    border-right: 0;
    cursor: pointer;
    align-items: center !important;
}
.hotel-row-hover:hover .hotel-offer-img img {
    border-radius: 50%;
}
.hotel-row-hover:hover .hotel-offer-img .hotel-logo-hover {
    opacity: 1;
}

.hotel-row-hover:hover .hotel-offer-img .hotel-img-opecity {
    opacity: 0.5;
}
.hotel-row-hover:hover {
    box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px,
        rgba(0, 0, 0, 0.08) 0px 0px 0px 1px !important;
}
.hotel-offer-content {
    color: var(--hotel-blue-color);
    padding-top: 10px;
}
.hotel-offer-content p {
    color: var(--hotel-blue-color);
}
.hotel-offer-content h5 {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: -3px;
    letter-spacing: 1px;
}
@media (max-width: 600px) {
    .hotel-offer-content h5 {
        margin-top: -10px !important;
    }
}
.hotel-badge-bg {
    background-color: var(--hotel-blue-color);
}
.hotel-start-from {
    color: var(--hotel-btn-color);
    font-weight: 500;
    margin-bottom: 0;
}
@media (max-width: 600px) {
    .hotel-start-from {
        margin-top: -5px;
    }
}
.hotel-img-box {
    width: 100%;
    height: 100%;
    background: #000;
    border-radius: 10px !important;
    overflow: hidden !important;
}
.hotel-content-container:hover img {
    transform: scale(1.2);
    opacity: 0.7;
}
.hotel-img-box img {
    width: 100%;
    height: 100%;
    opacity: 0.9;
    transition: ease-in 0.5s;
}
.hotel-content-container {
    position: relative;
    height: 100%;
}
.hotel-title-box {
    position: absolute;
    bottom: 8%;
    left: 10%;
}
@media (max-width: 400px) {
    .hotel-title-box {
        bottom: 3%;
        left: 4%;
    }
    .hotel-title-box h4 {
        font-size: 14px;
        font-weight: normal;
        margin: 0;
        padding: 0;
    }
    .hotel-title-box p {
        font-weight: normal;
        font-size: 12px;
    }
}
#loading.lazy {
    background-image: none;
    background-color: #b3d9f3;
}
#loading{
    background-image: url(flight/front-assets/images/bhartiya-airways.gif);
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 100vh;
    position: fixed;
    background-size: 20%;
    z-index: 1000;
    background-color: #b3d9f3;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    color: #444;
}
.hotel-title-box h4,
.hotel-title-box p {
    color: #fff;
}
.hotel-title-box h4 {
    font-weight: 500;
}
.hotel-fix-height-1 {
    height: 560px;
    overflow: hidden;
}
.hotel-col-scroll {
    overflow-y: scroll;
    overflow-x: hidden;
    height: 100%;
}
.hotel-col-scroll::-webkit-scrollbar {
    width: 8px;
}
.hotel-col-scroll::-webkit-scrollbar-track {
    border-radius: 10px;
    box-shadow: inset 0 0 5px grey;
}
.hotel-col-scroll::-webkit-scrollbar-thumb {
    background-color: var(--hotel-orange-color);
    border-radius: 10px;
}
.hotel-domestic-img::-webkit-scrollbar-thumb:hover {
    background-color: var(--hotel-blue-color);
}
.hotel-mytab-content {
    background-color: #fff;
    padding: 12px;
    box-shadow: rgba(99, 99, 99, 0.1) 0px 2px 8px 0px;
    border-radius: 5px;
}
.hotel-offer-section,
.hotel-pink-bg {
    background-color: var(--hotel-bg-color);
}
.testimonials-sec {
    background-color: var(--hotel-bg-color);
}
.mycard {
    text-align: center;
    cursor: pointer;
    position: relative;
    z-index: 1;
}
.card-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: var(--hotel-blue-color);
    transition: 0.5s;
    z-index: -1;
    border-radius: 4px;
}
.mycard:hover .card-overlay {
    height: 100%;
}
.mycard:hover h3,
.mycard:hover p {
    color: #fff;
}
.mycard h5 {
    margin: -5px auto 15px;
    color: var(--hotel-orange-color);
    font-weight: 300;
}
.mycard h3 {
    color: var(--hotel-blue-color);
    transition: 1s;
    font-weight: 300;
}
.mycard .fa-quote-left,
.mycard .fa-quote-right {
    color: var(--hotel-btn-color);
}
.testi-user .fa-star {
    color: var(--hotel-btn-color);
}
.testi-user p {
    margin-top: 10px;
    color: var(--hotel-blue-color);
    font-weight: 400;
    transition: 1s;
}

.parentall .left button {
    font-size: 14px !important;
    color: var(--hotel-blue-color);
}
.hotel-bg-color {
    background-color: var(--hotel-bg-color);
}
.hotelBlueText,
.hotelBlueBg {
    color: var(--hotel-blue-color);
}
.hotelBlueBg .hotel-listing-1 {
    background-color: #fff;
    padding: 12px;
    box-shadow: rgb(99 99 99 / 10%) 0px 2px 8px 0px;
    border-radius: 5px;
}
.hotel-listing-1,
.hotel-listing-2 {
    height: 100vh;
    overflow-y: scroll;
    overflow-x: hidden;
}
.hotel-listing-1::-webkit-scrollbar,
.hotel-listing-2::-webkit-scrollbar {
    display: none;
}
.hotel-listing-shadow,
.hotel-tab-shadow {
    background-color: #fff;
    padding: 12px;
    box-shadow: rgb(99 99 99 / 10%) 0px 2px 8px 0px;
    border-radius: 5px;
}
.hotel-accordion button {
    color: var(--hotel-blue-color) !important;
    font-size: 14px !important;
    font-weight: 600;
}
.hotel-collapse-box .hotel-search {
    width: 100%;
    padding: 2px 5px;
    border-radius: 5px;
}
.hotel-name-box {
    display: flex;
    align-items: center;
}
.hotel-name-box h1 {
    font-size: 19px !important;
    text-align: left !important;
    color: var(--hotel-blue-color);
    font-weight: 600 !important;
}
.hotel-name-box .star-icon-box {
    margin-left: 10px;
}
.hotel-star-box .fa-star,
.star-icon-box .fa-star {
    color: var(--hotel-btn-color);
}
.listing-detail-box .hotel-location-box p {
    font-size: 12px;
    font-weight: 600;
    color: #000;
}
.hotel-location-box .fa-location-dot {
    color: #000;
    font-size: 14px;
    font-weight: 600;
    margin-right: 5px;
}
.hotel-service-row {
    display: flex;
    justify-content: space-between;
    margin-top: 5px;
}
.hotel-service-col .fa-solid {
    margin-right: 5px;
}
.hotel-service-col p {
    color: var(--hotel-blue-color);
    font-weight: 600;
}
.hotel-service-col .fa-solid {
    color: var(--hotel-btn-color);
}
.hotel-badge-box .badge {
    padding: 5px;
}
.hotel-badge-box .fa-mug-saucer {
    margin-right: 5px;
}
.hotel-price {
    font-size: 18px;
    color: var(--hotel-blue-color);
    font-weight: 600;
}
.shortlist-btn {
    color: var(--hotel-blue-color);
    border: 1px solid var(--hotel-blue-color);
}
.shortlist-btn .fa-solid {
    color: var(--hotel-blue-color);
}
.shortlist-btn:hover {
    background-color: var(--hotel-blue-color);
    color: #fff;
}
.shortlist-btn:hover .fa-solid {
    color: #fff;
}
.hotel-book-btn {
    background-color: var(--hotel-btn-color);
    color: #fff;
    font-weight: 600;
    margin-top: 10px;
    padding-left: 18px;
    padding-right: 18px;
}
.hotel-book-btn:hover {
    background-color: #e40606;
    color: #fff;
}
.hotel-star-box {
    display: flex;
    align-items: center;
}
.details-tab ul {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}
.details-tab ul li a {
    color: var(--hotel-blue-color);
    font-weight: 500;
}
.details-tab ul li a:active {
    color: var(--hotel-btn-color);
}
.hotel-filter-row {
    display: flex;
    align-items: center;
}
@media (max-width: 992px) {
    .details-tab ul {
        flex-direction: column;
        justify-content: center;
    }
    .hotel-filter-row {
        flex-direction: column;
        align-items: flex-start;
    }
}
.room-rates-h1 {
    font-size: 18px !important;
    font-weight: 500 !important;
    text-align: left !important;
}
.hotel-room-rates .hotel-filter-h3 {
    font-size: 15px !important;
    font-weight: 600 !important;
}
.hide-button-border,
.hide-button-border:active,
.hide-button-border:focus,
.hide-button-border:hover,
.hide-button-border.active {
    background-image: none;
    outline: 0 !important;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 0 !important;
}
.free-cancelation p {
    color: #000;
    font-size: 14px;
    font-weight: 500;
}
.search-room-box input {
    border: 0;
    outline: 0;
}
.hotel-inner-box h1 {
    text-align: left;
    font-size: 18px !important;
    font-weight: 600 !important;
}
.hotel-inner-box h3 {
    font-size: 16px !important;
    font-weight: 500 !important;
    margin: 10px 0;
}
.hotel-inner-box .fa-check {
    color: green;
}
.pancard-p {
    color: var(--hotel-btn-color);
    font-size: 13px;
}
.bell-icon-p {
    width: 100px;
    border: 1px solid var(--hotel-btn-color);
    color: var(--hotel-btn-color);
    padding: 2px;
    border-radius: 3px;
    margin-left: auto;
}
.deails-tab-box p {
    color: var(--hotel-blue-color);
}
#myhotel-width {
    width: 100vw;
    overflow-x: scroll;
    overflow-y: hidden;
}
@media (max-width: 768px) {
    .bell-icon-p {
        margin-left: 0;
    }
}
.general-details-box p {
    font-size: 15px !important;
    margin: 5px 0;
}
.general-details-box .fa-check {
    margin-right: 5px;
    color: var(--hotel-blue-color);
}
.general-details-box .fa-location-dot {
    font-size: 12px !important;
    margin-right: 5px;
}
.details-tab.details-active {
    width: 100% !important;
    position: fixed;
    top: -20px;
    left: 0;
    z-index: 9999;
}
.facilities-model p {
    color: var(--hotel-blue-color);
    font-weight: 500;
}
.gst-ul p {
    color: var(--hotel-blue-color);
}
#hotel-achor-margin {
    margin-top: 30px !important;
}
.address-sent {
    margin-top: -10px;
}
.promocode-input-box {
    border: 1px solid var(--hotel-blue-color);
    display: flex;
    justify-content: space-between;
    padding: 6px 13px;
    border-radius: 5px;
}
.promocode-input-box input {
    border: 0;
    outline: 0;
}
.apply-promo-p {
    font-size: 17px;
    font-weight: 500;
    color: var(--hotel-btn-color);
    cursor: pointer;
}
.continueToPayment-phone {
    display: none;
}
@media (max-width: 992px) {
    .continueToPayment {
        display: none;
    }
    .continueToPayment-phone {
        display: block;
        z-index: 999;
    }
}
.formerror {
    color: var(--hotel-btn-color);
    font-size: 12px;
}
.date-label {
    color: var(--hotel-blue-color);
    font-size: 12px;
}
.room-guests {
    display: flex;
    justify-content: center;
}
.room-guests p,
.adult-box p {
    color: var(--hotel-blue-color);
    font-weight: 500;
}
.adult-box {
    display: flex;
    justify-content: space-evenly;
}
.adult-input-box span {
    border: 1px solid var(--hotel-blue-color);
    background: transparent;
    color: var(--hotel-blue-color);
    font-weight: 600;
    font-size: 12px;
    padding: 2px 7px;
    cursor: pointer;
}
.adult-input-box span:hover {
    background-color: var(--hotel-btn-color);
    border: 1px solid var(--hotel-btn-color);
    color: #fff;
}
.adult-input-box input {
    width: 50%;
    text-align: center;
    color: var(--hotel-blue-color);
}
.adult-input-box {
    width: 30%;
    display: flex;
    justify-content: space-between;
}
.adult-input-box input[type="number"]::-webkit-inner-spin-button,
.adult-input-box input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}


