@charset "utf-8";
@font-face {
    font-family: 'arialregular';
    src: url('../fonts/arial-webfont.woff2') format('woff2'), url('../fonts/arial-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kb d, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, input, textarea, select, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    font-family: 'arialregular', sans-serif;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    margin: 0;
    padding: 0;
    outline: 0;
    scrollbar-width: thin;
    scroll-behavior: smooth;
}
body::-webkit-scrollbar {
    width: 8px;
    background: #f1f1f1;
}
body::-webkit-scrollbar-thumb {
    background-color: #c1c1c1;
    border: 1px solid #fff;
}
::-moz-selection {
    color: #fff;
    background: #253A73;
}
::selection {
    color: #fff;
    background: #253A73;
}
img {
    max-width: 100%;
    height: auto !important;
    image-rendering: -webkit-optimize-contrast;
}
.trs {
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.form-control::placeholder {
    color: #888;
    opacity: 1 !important;
    font-size: 15px;
}
::-webkit-input-placeholder {
    color: #888;
    opacity: 1 !important;
    font-size: 15px;
}
:-moz-placeholder {
    color: #888;
    opacity: 1 !important;
    font-size: 15px;
}
::-moz-placeholder {
    color: #888;
    opacity: 1 !important;
    font-size: 15px;
}
:-ms-input-placeholder {
    color: #888;
    opacity: 1 !important;
    font-size: 15px;
}
select:required:invalid {
    color: #888 !important;
}
:focus {
    outline: none !important;
    box-shadow: none !important;
}
a, a:hover {
    text-decoration: none;
}
input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
    transition: background-color 5500s ease-in-out 0s;
}
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #fff;
    cursor: pointer !important;
    color: #2d2d2d !important;
}
select::-ms-expand {
    display: none;
}
input[type="text"], input[type="email"], input[type="password"], input[type="file"], input[type="date"], textarea, select {
    outline: none !important;
    box-shadow: none !important;
    font-size: 14px !important;
    color: #666666;
}
textarea {
    resize: none;
    line-height: 26px !important;
}
.form-floating > textarea.form-control {
    min-height: calc(8em + (0.75rem + 2px));
}
.form-floating > label {
    font-size: 15px;
    color: #999;
}
.form-floating > .form-control:focus ~ label {
    color: #2d2d2d;
}
.form-floating > .form-control:focus ~ label::after, .form-floating > .form-control:not(:placeholder-shown) ~ label::after {
    background-color: #fff;
}
.btn.focus, .btn:focus {
    outline: 0;
    box-shadow: none;
}
b, strong {
    font-weight: bold;
}
/* .form-check-input:checked {
	color: #fff;
	border-color: transparent;
	background-color: #253A73;
} */
.form-check-input:focus {
    border-color: rgba(225, 116, 0, 0.3);
    outline: 0;
    box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(225, 116, 0, 0.3);
}
.form-check, .form-check-input {
    cursor: pointer;
}
@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
.shine_ani:before {
    position: absolute;
    top: 0;
    left: -100%;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.15) 100%);
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.15)));
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.15) 100%);
    -webkit-transform: skewX(-25deg);
    -ms-transform: skewX(-25deg);
    transform: skewX(-25deg);
    z-index: 1
}
.shine_ani:hover:before {
    -webkit-animation: shine 1s;
    animation: shine 1s;
}
@-webkit-keyframes shine {
    100% {
        left: 125%
    }
}
@keyframes shine {
    100% {
        left: 125%
    }
}
.nothing_display {
    width: 100%;
    padding: 50px 0;
    background: #fff;
    float: left;
    font-size: 20px;
    text-align: center;
    color: #253A73;
}
.hash_anchor {
    scroll-margin-top: 550px;
}
.int_tel_floating {
    transform: scale(.85) translateY(-.5rem) translateX(.15rem);
    left: 94px !important;
    color: rgba(33, 37, 41, 0.65) !important;
}
/************************* custom-select *************************/
.custom-select {
    position: relative;
}
.custom-select select {
    display: none;
}
.custom-select .select-selected {
    background-color: #fff;
}
.custom-select .select-selected:after {
    position: absolute;
    content: "";
    top: 14px;
    right: 4px;
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-color: #000 transparent transparent transparent;
}
.custom-select .select-selected.select-arrow-active:after {
    border-color: transparent transparent #fff transparent;
    top: 7px;
}
.custom-select .select-items div, .custom-select .select-selected {
    padding: 8px 18px 8px 8px;
    cursor: pointer;
    user-select: none;
    color: #000;
    font-size: 15px;
    font-weight: normal;
}
.custom-select .select-items {
    position: absolute;
    background-color: #fafafa;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 99;
    max-height: 212px;
    overflow-y: auto;
    box-shadow: 0px 3px 5px 1px rgba(0, 0, 0, 0.1);
}
.custom-select .select-hide {
    display: none;
}
.custom-select .select-items div:hover, .custom-select .same-as-selected {
    background-color: rgba(0, 0, 0, 0.1);
}
/************************* whatsapp *************************/
.wa_icon .wa_btn {
    width: 50px;
    height: 50px;
    position: fixed;
    bottom: 60px;
    right: 5px;
    z-index: 10;
    background: #26af36;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.wa_icon i {
    color: #fff;
    font-size: 30px;
    -webkit-animation: ring 4s .7s ease-in-out infinite;
    -webkit-transform-origin: 50% 4px;
    -moz-animation: ring 4s .7s ease-in-out infinite;
    -moz-transform-origin: 50% 4px;
    animation: ring 4s .7s ease-in-out infinite;
    transform-origin: 50% 4px;
}
.wa_msg {
    width: 50px;
    height: 50px;
    position: fixed;
    bottom: 60px;
    right: 5px;
    z-index: 9;
    background: #fff;
    border-radius: 30px;
    font-size: 14px;
    font-weight: normal;
    color: #252525;
    opacity: 0;
    box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.1);
}
.wa_icon:hover .wa_msg {
    width: 250px;
    padding: 0 0 0 35px;
    opacity: 1;
}
@keyframes ring {
    0% {
        transform: rotate(0);
    }
    1% {
        transform: rotate(30deg);
    }
    3% {
        transform: rotate(-28deg);
    }
    5% {
        transform: rotate(34deg);
    }
    7% {
        transform: rotate(-32deg);
    }
    9% {
        transform: rotate(30deg);
    }
    11% {
        transform: rotate(-28deg);
    }
    13% {
        transform: rotate(26deg);
    }
    15% {
        transform: rotate(-24deg);
    }
    17% {
        transform: rotate(22deg);
    }
    19% {
        transform: rotate(-20deg);
    }
    21% {
        transform: rotate(18deg);
    }
    23% {
        transform: rotate(-16deg);
    }
    25% {
        transform: rotate(14deg);
    }
    27% {
        transform: rotate(-12deg);
    }
    29% {
        transform: rotate(10deg);
    }
    31% {
        transform: rotate(-8deg);
    }
    33% {
        transform: rotate(6deg);
    }
    35% {
        transform: rotate(-4deg);
    }
    37% {
        transform: rotate(2deg);
    }
    39% {
        transform: rotate(-1deg);
    }
    41% {
        transform: rotate(1deg);
    }
    43% {
        transform: rotate(0);
    }
    100% {
        transform: rotate(0);
    }
}
/************************* social_media *************************/
.social_media a {
    width: 30px;
    height: 30px;
    font-size: 16px;
    display: inline-flex;
    line-height: 1;
    color: #fff;
    background: #010101;
    margin: 0 5px;
    border-radius: 50%;
    text-align: center;
    align-items: center;
    justify-content: center;
}
.social_media a:hover i {
    transform: scale(1.1);
}
/************************* header *************************/
.menu_bg {
    height: 110px;
    float: left;
    background: #253A73;
    position: absolute;
}

@media screen and (min-width: 1025px) {
  .menu_bg {
    z-index: 0 !important;
  }
}

.s_menu_bg {
    height: 50px;
    background: #fff;
    position: fixed;
    z-index: 9;
    top: 0;
    left: 0;
    border: none;
    -webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.1);
    animation: fadeIn 2s ease-in-out;
}
.logo img {
    width: 140px;
}
.s_menu_bg .logo img {
    width: 100px;
}
.s_menu_bg .offcanvas-body {
    justify-content: end;
}
.s_menu_bg .navbar-nav > li > a {
    color: #2d2d2d !important;
    padding: 11px 18px !important;
    margin: 0;
}
.s_menu_bg .navbar-nav > li.active > a, .s_menu_bg .navbar-nav > li > a:hover, .s_menu_bg .navbar-nav > li > a:focus, .s_menu_bg .navbar-nav .nav-link.active, .s_menu_bg .navbar-nav .show > .nav-link {
    background: #253A73;
    color: #fff !important;
}
.menu_bg .menu_icon > span {
    background: #fff;
}
.s_menu_bg .menu_icon > span {
    background: #253A73;
}
/***************************** Menu *****************************/
.navbar-nav.sm-collapsible .sub-arrow {
    position: absolute;
    top: 50%;
    right: 0;
    margin: -0.7em 0.5em 0 0;
    border-radius: .25rem;
    padding: 0;
    width: 2em;
    height: 1.4em;
    font-size: 1.25rem;
    line-height: 1.2em;
    text-align: center;
}
.navbar-nav.sm-collapsible .sub-arrow::before {
    content: '+';
}
.navbar-nav.sm-collapsible .show > a > .sub-arrow::before {
    content: '-';
}
.navbar-dark .navbar-nav.sm-collapsible .nav-link .sub-arrow {
    border-color: rgba(255, 255, 255, .1);
}
.navbar-nav.sm-collapsible .has-submenu {
    padding-right: 3em;
}
.navbar-nav.sm-collapsible .nav-link, .navbar-nav.sm-collapsible .dropdown-item {
    position: relative;
}
.navbar-nav:not(.sm-collapsible) .nav-link .sub-arrow {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .255em;
    vertical-align: .255em;
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-left: .3em solid transparent;
}
.fixed-bottom .navbar-nav:not(.sm-collapsible) .nav-link .sub-arrow, .fixed-bottom .navbar-nav:not(.sm-collapsible):not([data-sm-skip]) .dropdown-toggle::after {
    border-top: 0;
    border-bottom: .3em solid;
}
.navbar-nav:not(.sm-collapsible) .dropdown-item .sub-arrow, .navbar-nav:not(.sm-collapsible):not([data-sm-skip]) .dropdown-menu .dropdown-toggle::after {
    position: absolute;
    top: 50%;
    right: 0;
    width: 0;
    height: 0;
    margin-top: -.3em;
    margin-right: 1em;
    border-top: .3em solid transparent;
    border-bottom: .3em solid transparent;
    border-left: .3em solid;
}
.navbar-nav:not(.sm-collapsible) .dropdown-item.has-submenu {
    padding-right: 2em;
}
.navbar-nav .scroll-up, .navbar-nav .scroll-down {
    position: absolute;
    display: none;
    visibility: hidden;
    height: 20px;
    overflow: hidden;
    text-align: center;
}
.navbar-nav .scroll-up-arrow, .navbar-nav .scroll-down-arrow {
    position: absolute;
    top: -2px;
    left: 50%;
    margin-left: -8px;
    width: 0;
    height: 0;
    overflow: hidden;
    border-top: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid;
    border-left: 7px solid transparent;
}
.navbar-nav .scroll-down-arrow {
    top: 6px;
    border-top: 7px solid;
    border-right: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 7px solid transparent;
}
.navbar-nav.sm-collapsible .dropdown-menu .dropdown-menu {
    margin: .5em;
}
.navbar-nav:not([data-sm-skip]) .dropdown-item {
    white-space: normal;
}
.navbar-nav:not(.sm-collapsible) .sm-nowrap > li > .dropdown-item {
    white-space: nowrap;
}
.navbar .has-megamenu {
    position: static !important;
}
.navbar .megamenu {
    padding: 1rem;
    left: auto !important;
    width: 650px !important;
    max-width: 650px !important;
}
.has-megamenu:hover .megamenu {
    visibility: visible;
}
.navbar .megamenu .dropdown-item {
    text-align: center;
    padding: 8px 0;
}
.navbar-nav:not(.sm-collapsible) .has-megamenu .dropdown-item .sub-arrow {
    top: auto;
    margin-top: 8px;
}
.navbar {
    width: 100%;
    float: left;
    padding: 0;
}
.navbar-nav > li > a {
    color: #fff !important;
    display: block;
    position: relative;
    margin: 45px 40px;
    padding: 0 !important;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
}
.navbar-nav > li.active > a, .navbar-nav > li > a:hover, .navbar-nav > li > a:focus, .navbar-nav .nav-link.active, .navbar-nav .show > .nav-link {
    color: #fff !important;
}
.navbar-nav li.active a:before, .navbar-nav li a:before {
    position: absolute;
    bottom: -3px;
    left: 0;
    color: transparent;
    content: "";
    height: 2px;
    width: 100%;
    visibility: hidden;
    -webkit-transition: .3s;
    transition: .3s;
    -webkit-transform: scale(0);
    transform: scale(0);
    background: #A21D1E;
}
.navbar-nav li.active a:before {
    visibility: visible;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.navbar-nav li a:hover:before {
    visibility: visible;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.dropdown-item {
    width: auto;
    font-size: 15px;
    border-radius: 0 !important;
    padding: 8px;
}
.dropdown-item.active, .dropdown-item:active, .dropdown-item:hover, .dropdown-item:focus {
    background-color: #253A73 !important;
    color: #fff !important;
}
.dropdown-menu {
    animation: fadeIn .2s;
    padding: 0;
}
.menu_icon {
    width: 32px;
    float: right;
    padding: 0;
    display: none;
    border: none;
    z-index: 9;
}
.menu_icon > span {
    height: 2px;
    float: left;
    margin: 3px 0;
}
.menu_icon:hover span {
    width: 100% !important;
}
.menu-close {
    width: 40px;
    height: 40px;
    border: none;
    z-index: 9;
    position: relative;
    background: #f4f4f4;
    border-radius: 50%;
}
.nav-link, .dropdown-item {
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
/***************************** btn *****************************/
.send_btn {
    background-color: #A21D1E;
    color: #fff;
    border-radius: 10px;
    border: 1px solid #A21D1E;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 12px;
    padding: 6px 12px;
}
.send_btn:hover {
    background-color: transparent;
    border: 1px solid #A21D1E;
    color: #A21D1E;
}
/************************* banner *************************/
.banner {
    width: 100%;
    float: left;
    margin-top: 110px;
    background: #000 url("../images/home_banner.webp") no-repeat center center;
    background-size: cover;
    background-attachment: fixed;
    /*border-bottom: 15px solid #65728A;*/
}
.banner_bg {
    width: 100%;
    height: 100%;
    float: left;
    background: rgba(0, 0, 0, 0.70);
    padding: 50px 0;
}
.banner_bg .dropdown-menu {
    max-height: 350px;
    overflow-y: auto;
}
#banner_nav-tab .nav-link {
    background: #253A73;
    color: #fff;
    border-radius: 15px 15px 0 0;
    border: none;
    padding: 12px 90px;
    font-size: 16px;
    font-weight: bold;
    margin: 1px 0 0 0;
}
#banner_nav-tab .nav-link.active {
    background: #fff;
    color: #253A73;
}
#banner_nav_tabContent {
    border-radius: 0 0 15px 15px;
}
.dropdown-toggle::after {
    display: none;
}
.flights_form_menu .form-check {
    background: #fff;
    color: #252525;
    font-size: 16px;
    font-weight: bold;
    position: relative;
    padding: 0;
    margin: 0 30px;
}
.flights_form_menu .dropdown-toggle {
    background: #fff;
    color: #252525;
    font-size: 20px;
    font-weight: bold;
    position: relative;
    padding: 0;
    text-align: left;
    line-height: 20px;
}
.flights_form_menu .dropdown-toggle span {
    font-size: 10px;
    font-weight: normal;
}
.flights_form_menu .dropdown-toggle p {
    font-size: 14px;
    font-weight: normal;
}
.flights_form_menu_dropdown {
    z-index: 9999;
    background: #fff;
}
.flights_form_choose {
    margin-top: -50px !important;
    width: 100%;
    background: none;
    border: none;
    left: -10px !important;
}
/* .flights_form .dropdown-menu input {
	background-color: #fff;
	border: none;
	/*border-bottom:1px solid #000;*
} */
.flights_form_menu .radio_hidden_form .form-check-input:checked:before, .flights_form_menu .form-check:before {
    position: absolute;
    bottom: 0;
    left: 0;
    color: transparent;
    content: "";
    height: 2px;
    width: 100%;
    visibility: hidden;
    -webkit-transition: .3s;
    transition: .3s;
    -webkit-transform: scale(0);
    transform: scale(0);
    background: #A21D1E;
}
.flights_form_menu .radio_hidden_form .form-check-input:checked:before {
    visibility: visible;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.flights_form_menu .radio_hidden_form:hover:before {
    visibility: visible;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.flights_form_menu .radio_hidden_form .form-check-input:checked + .form-check-label {
    color: #253A73;
}
.flights_form_menu .form-check-input:active {
    filter: brightness(100%);
}
.radio_hidden_form input {
    cursor: default;
    margin: 0;
    width: 1px;
    height: 1px;
}
.flights_form_menu .form-check-label {
    cursor: pointer;
}
.flights_form .search_btn {
    font-size: 15px;
    font-weight: bold;
    padding: 15px 35px
}
.guest_qty p {
    width: 100px;
    color: #253A73;
    font-size: 14px;
    font-weight: bold;
}
.guest_qty p span {
    width: 100%;
    float: left;
    font-size: 12px;
}
.guest_qty .input-qty {
    max-width: 50px;
    text-align: center;
    border: none;
    color: #253A73;
    font-size: 14px;
    font-weight: bold;
}
.guest_qty .qty-btn-minus, .guest_qty .qty-btn-plus {
    width: 40px;
    height: 30px;
    border: 1px solid #d4d4d4;
    font-size: 10px;
}
.guest_qty .qty-btn-plus {
    margin-left: -1px;
}
.guest_qty .qty-btn-minus {
    margin-right: -1px;
}
.cabin_class .form-check-label, .room_no .form-check-label, .entry_type .form-check-label, .validity .form-check-label {
    color: #253A73;
    font-size: 14px;
    font-weight: bold;
}
.flights_form h2, .t-day-check-in, .t-month-check-in, .t-day-check-out, .t-month-check-out {
    color: #000;
    font-size: 20px;
    font-weight: bold;
    text-wrap: wrap;
}
.validity_select .select-selected, .visatype_select .select-selected {
    color: #000;
    font-size: 20px;
    font-weight: bold;
    padding: 0;
    text-wrap: wrap;
}
.validity_select .select-selected:after, .visatype_select .select-selected:after {
    display: none;
}
.flights_form h2 span, .t-year-check-in, .t-year-check-out {
    color: #000;
    font-size: 14px;
    font-weight: normal;
}
.flights_form h4 {
    color: #000;
    font-size: 14px;
    font-weight: bold;
}
.t-check-in .t-date-info-title {
    color: #000;
    font-size: 20px !important;
    font-weight: bold !important;
    opacity: 1 !important;
    left: 0 !important;
    text-wrap: wrap;
}
.t-check-out .t-date-info-title {
    color: #000;
    font-size: 20px !important;
    font-weight: bold !important;
    opacity: 1 !important;
    left: 15px !important;
    text-wrap: wrap;
}
/************************* hm_packages *************************/
.hm_packages {
    width: 100%;
    float: left;
    padding: 80px 0;
    background: #fff;
}
.hm_packages h2 {
    font-size: 35px;
    font-weight: normal;
    color: #252525;
}
.hm_packages h2 span {
    font-weight: bold;
}
.hm_packages .nav-tabs .nav-link {
    font-size: 18px;
    font-weight: bold;
    color: #252525;
}
.hm_packages .nav-tabs .nav-link.active {
    color: #253A73;
}
.hm_packages .nav-tabs .nav-link:before {
    position: absolute;
    bottom: 0;
    left: 0;
    color: transparent;
    content: "";
    height: 2px;
    width: 100%;
    visibility: hidden;
    -webkit-transition: .3s;
    transition: .3s;
    -webkit-transform: scale(0);
    transform: scale(0);
    background: #A21D1E;
}
.hm_packages .nav-tabs .nav-link.active:before {
    visibility: visible;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.hm_packages .nav-tabs .nav-link:hover:before {
    visibility: visible;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.hm_package_section h4 {
    font-size: 10px;
    font-weight: normal;
    color: rgba(37, 37, 37, 0.7);
}
.hm_package_section h3 {
    font-size: 16px;
    font-weight: normal;
    color: #252525;
}
.hm_package_section h5 {
    font-size: 12px;
    font-weight: normal;
    color: #253A73;
}
.hm_package .send_btn {
    font-size: 14px;
    padding: 12px 20px;
}
/************************* why_choose_us *************************/
.why_choose_us {
    width: 100%;
    float: left;
    background: #000 url("../images/why_choose_us.webp") no-repeat center center;
    background-size: cover;
    background-attachment: fixed;
}
.why_choose_us_bg {
    width: 100%;
    height: 100%;
    float: left;
    background: rgba(0, 0, 0, 0.70);
    padding: 80px 0;
}
.why_choose_us h2 {
    font-size: 35px;
    font-weight: bold;
    color: #fff;
}
.why_choose_us h4 {
    font-size: 18px;
    font-weight: normal;
    color: #fff;
    line-height: 24px;
}
.why_choose_us h3 {
    font-size: 24px;
    font-weight: bold;
    color: #fff;
}
.why_choose_us h5 {
    font-size: 14px;
    font-weight: normal;
    color: #fff;
    line-height: 24px;
}
/************************* footer *************************/
.footer {
    width: 100%;
    float: left;
    background: #252525;
    padding: 80px 0 50px 0;
}
.footer_newsletter {
    width: 100%;
    float: left;
    margin: 0 0 80px 0;
    background: #000 url("../images/footer_newsletter_bg.webp") no-repeat center center;
    background-size: cover;
    background-attachment: fixed;
}
.footer_newsletter_bg {
    width: 100%;
    height: 100%;
    float: left;
    background: rgba(0, 0, 0, 0.70);
    padding: 55px 0;
}
.footer_newsletter p {
    width: 100%;
    float: left;
    font-size: 20px;
    line-height: 25px;
    font-weight: bold;
    color: #fff;
}
.footer_search {
    width: 450px;
    height: 60px;
    background-color: #fff;
    margin: 0 auto;
}
.footer_search input {
    border-radius: 30px;
}
.footer_search .form-control::placeholder {
    color: #8A8A8A;
    opacity: 1 !important;
    font-size: 15px;
}
.footer_search .btn {
    font-size: 15px;
    background-color: #253A73;
    color: #fff;
    text-transform: uppercase;
    border-radius: 0px !important;
    padding: 0 40px;
}
.footer_search .btn:hover, .footer_search .btn:active {
    background-color: #A21D1E;
    color: #fff;
}
.footer .collapse:not(.show) {
    display: block;
}
.footer .card-header a i {
    width: 22px;
    height: 22px;
    right: 10px;
    position: absolute;
    font-size: 12px;
    color: #fff;
    padding: 4px;
}
.footer .card-header a .fa-plus {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    transition: transform .25s linear;
    -webkit-transition: -webkit-transform .25s linear;
}
.footer .card-header a .fa-minus {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    transition: transform .25s linear;
    -webkit-transition: -webkit-transform .25s linear;
}
.footer h3 {
    width: 100%;
    float: left;
    font-size: 15px;
    font-weight: bold;
    color: #fff;
}
.footer ul li, .footer ul li a {
    width: 100%;
    float: left;
    font-size: 12px;
    color: #BABABA;
    font-weight: normal;
    word-break: break-word;
    list-style: none;
}
.footer ul li a:hover, .footer ul li .active {
    color: #fff;
}
/***************************** copyright *****************************/
.copyright {
    width: 100%;
    float: left;
    padding: 15px 0;
    font-size: 12px;
    background: #010101;
    color: #fff;
    line-height: 24px;
    text-align: center;
}
.copyright i {
    font-size: 12px;
}
.copyright a {
    color: #fff;
    text-decoration: underline;
}
.copyright a:hover, .copyright a.active {
    color: #f15152;
}
/***************************** inner_banner *****************************/
.innerbanner_text {
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    background: rgba(0, 0, 0, 0.70);
    padding: 150px 0;
    text-align: center;
}
.innerbanner_text h1 {
    width: 100%;
    float: left;
    font-size: 36px;
    font-weight: normal;
    color: #fff;
}
.innerbanner_text p {
    width: 100%;
    float: left;
    font-size: 16px;
    font-weight: normal;
    color: #fff;
    line-height: 28px;
}
.breadcrumb_bg {
    width: 100%;
    float: left;
    margin-top: 170px;
}
.breadcrumb-item {
    color: #252525 !important;
    font-size: 15px;
}
.breadcrumb-item a, .breadcrumb-item + .breadcrumb-item::before {
    color: rgba(37, 37, 37, 0.6);
    font-size: 15px;
}
/************************* about *************************/
.about_banner {
    width: 100%;
    float: left;
    margin-top: 110px;
    background: #000 url("../images/about_banner.webp") no-repeat center center;
    background-size: cover;
    background-attachment: fixed;
    /*border-bottom: 15px solid #65728A;*/
}
.about_group {
    padding: 100px 0 !important;
}
.about_group img {
    position: -webkit-sticky;
    position: sticky;
    top: 140px;
}
.about_group, .about_oitc_travel, .why_oitc, .mission_vision, .our_staff {
    width: 100%;
    float: left;
    padding: 0 0 100px 0;
}
.about_group h2, .about_oitc_travel h2, .mission_vision h2, .why_oitc h2, .our_staff h2 {
    font-size: 36px;
    font-weight: normal;
    color: #253A73;
}
.about_group p, .about_oitc_travel p, .mission_vision p, .our_staff p {
    font-size: 16px;
    font-weight: normal;
    color: #292929;
    line-height: 28px;
    text-align: justify;
}
.about_group ul li {
    font-size: 16px;
    font-weight: normal;
    color: #292929;
    list-style-image: url("../images/checkmark.svg");
    line-height: 28px;
}
.about_group ul li::marker {
    font-size: 70px;
    line-height: 20px;
}
.why_oitc h4 {
    font-size: 18px;
    font-weight: normal;
    color: #252525;
    display: flex;
    align-items: start;
    justify-content: space-between;
    border-bottom: 1px solid #ddd;
}
.why_oitc .card-body {
    font-size: 16px;
    font-weight: normal;
    background: #F1F5F8;
    color: #292929;
    line-height: 28px;
    text-align: justify;
}
.why_oitc .card-header a .fa-plus {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    transition: transform .25s linear;
    -webkit-transition: -webkit-transform .25s linear;
}
.why_oitc .card-header a .fa-minus {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    transition: transform .25s linear;
    -webkit-transition: -webkit-transform .25s linear;
}
.we_offers {
    width: 100%;
    float: left;
    background: #000 url("../images/we_offers.webp") no-repeat center center;
    background-size: cover;
    background-attachment: fixed;
    margin: 0 0 100px 0;
}
.we_offers_bg {
    width: 100%;
    height: 100%;
    float: left;
    background: rgba(0, 0, 0, 0.70);
    padding: 80px 0;
}
.we_offers h2 {
    font-size: 36px;
    font-weight: normal;
    color: #fff;
}
.we_offers p {
    font-size: 16px;
    font-weight: normal;
    color: #fff;
    line-height: 28px;
    text-align: justify;
}
.we_offers h3 {
    font-size: 18px;
    font-weight: normal;
    color: #fff;
}
/************************* Services *************************/
.service_banner {
    width: 100%;
    float: left;
    margin-top: 110px;
    background: #000 url("../images/service_banner.webp") no-repeat center center;
    background-size: cover;
    background-attachment: fixed;
    /*border-bottom: 15px solid #65728A;*/
}
.service_search {
    width: 450px;
    height: 60px;
    background-color: #fff;
    margin: 0 auto;
}
.service_search input {
    border-radius: 30px;
}
.service_search .form-control::placeholder {
    color: #8A8A8A;
    opacity: 1 !important;
    font-size: 15px;
}
.service_search .btn {
    font-size: 18px;
    background-color: #A21D1E;
    color: #fff;
    border-radius: 0px !important;
    padding: 0 40px;
    font-weight: bold;
}
.service_search .btn:hover, .service_search .btn:active {
    background-color: #A21D1E;
    color: #fff;
}
.service {
    width: 100%;
    float: left;
    padding: 100px 0;
    background: #fff;
}
.service h3 {
    font-size: 22px;
    font-weight: normal;
    color: #252525;
    text-align: center;
    padding: 20px 5px;
}
.service .nav-tabs .nav-link {
    font-size: 18px;
    font-weight: bold;
    color: #252525;
}
.service .nav-tabs .nav-link.active {
    color: #253A73;
}
.service .nav-tabs .nav-link:before {
    position: absolute;
    bottom: 0;
    left: 0;
    color: transparent;
    content: "";
    height: 2px;
    width: 100%;
    visibility: hidden;
    -webkit-transition: .3s;
    transition: .3s;
    -webkit-transform: scale(0);
    transform: scale(0);
    background: #A21D1E;
}
.service .nav-tabs .nav-link.active:before {
    visibility: visible;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.service .nav-tabs .nav-link:hover:before {
    visibility: visible;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.service .send_btn {
    background-color: transparent;
    border: 1px solid #D9D9D9;
    color: #000;
    padding: 12px 20px;
    text-transform: capitalize;
    font-weight: normal;
    font-size: 14px;
}
.service .send_btn:hover {
    background-color: #A21D1E;
    border: 1px solid #A21D1E;
    color: #fff;
}
/***************************** service details *****************************/
.service_details {
    width: 100%;
    float: left;
    padding: 40px 0 100px 0;
}
.service_details h1 {
    font-size: 48px;
    font-weight: normal;
    color: #253A73;
}
.service_details h4, .service_details ul li {
    font-size: 16px;
    font-weight: normal;
    color: #292929;
    line-height: 28px;
    text-align: justify;
}
.service_details_img {
    position: -webkit-sticky;
    position: sticky;
    top: 70px;
}
/************************* Signature Packages *************************/
.package_banner {
    width: 100%;
    float: left;
    margin-top: 110px;
    background: #000 url("../images/package_banner.webp") no-repeat center center;
    background-size: cover;
    background-attachment: fixed;
    /*border-bottom: 15px solid #65728A;*/
}
.package_search {
    width: 450px;
    height: 60px;
    background-color: #fff;
    margin: 0 auto;
}
.package_search input {
    border-radius: 30px;
}
.package_search .form-control::placeholder {
    color: #8A8A8A;
    opacity: 1 !important;
    font-size: 15px;
}
.package_search .btn {
    font-size: 18px;
    background-color: #A21D1E;
    color: #fff;
    border-radius: 0px !important;
    padding: 0 40px;
    font-weight: bold;
}
.package_search .btn:hover, .package_search .btn:active {
    background-color: #A21D1E;
    color: #fff;
}
.signature_packages {
    width: 100%;
    float: left;
    padding: 100px 0;
    background: #fff;
}
.signature_packages .nav-tabs .nav-link {
    font-size: 18px;
    font-weight: bold;
    color: #252525;
}
.signature_packages .nav-tabs .nav-link.active {
    color: #253A73;
}
.signature_packages .nav-tabs .nav-link:before {
    position: absolute;
    bottom: 0;
    left: 0;
    color: transparent;
    content: "";
    height: 2px;
    width: 100%;
    visibility: hidden;
    -webkit-transition: .3s;
    transition: .3s;
    -webkit-transform: scale(0);
    transform: scale(0);
    background: #A21D1E;
}
.signature_packages .nav-tabs .nav-link.active:before {
    visibility: visible;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.signature_packages .nav-tabs .nav-link:hover:before {
    visibility: visible;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.signature_package_section h4 {
    font-size: 10px;
    font-weight: normal;
    color: rgba(37, 37, 37, 0.7);
}
.signature_package_section h3 {
    font-size: 16px;
    font-weight: normal;
    color: #252525;
}
.signature_package_section h5 {
    font-size: 12px;
    font-weight: normal;
    color: #253A73;
}
.signature_packages .send_btn {
    background-color: transparent;
    border: 1px solid #D9D9D9;
    color: #000;
    padding: 12px 20px;
    text-transform: capitalize;
    font-weight: normal;
    font-size: 14px;
}
.signature_packages .send_btn:hover {
    background-color: #A21D1E;
    border: 1px solid #A21D1E;
    color: #fff;
}
.package_category .form-check-label, .package_filter .form-check-label {
    color: #253A73;
    font-size: 14px;
    font-weight: bold;
    cursor: pointer;
}
.signature_packages .dropdown-toggle {
    color: #252525;
    font-size: 16px;
    font-weight: normal;
}
/***************************** package *****************************/
.package {
    width: 100%;
    float: left;
    padding: 40px 0 100px 0;
}
.package h1 {
    font-size: 48px;
    font-weight: normal;
    color: #253A73;
}
.package h3 {
    font-size: 20px;
    font-weight: normal;
    color: #292929;
}
.package h3 span {
    font-size: 16px;
}
.package_feature_img {
    height: 35px !important;
}
.package .vr {
    border: 1px solid #333;
}
.package .swiper-button-next:after, .package .swiper-button-prev:after {
    font-size: 20px;
    color: #000;
}
.package_form h4 {
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    background: #65728A;
    border-radius: 5px 5px 0 0;
}
.package_form {
    background: #F1F5F8;
}
.package .send_btn {
    font-size: 15px;
    font-weight: bold;
    padding: 15px 40px;
    background-color: #253A73;
    border: 1px solid #253A73;
}
.package .send_btn:hover {
    background-color: transparent;
    border: 1px solid #253A73;
    color: #253A73;
}
.package_address a {
    font-size: 14px;
    font-weight: normal;
    color: #252525;
    line-height: 24px;
}
.package_includes h2 {
    font-size: 36px;
    font-weight: normal;
    color: #292929;
}
.package_includes h4 {
    font-size: 24px;
    font-weight: normal;
    color: #292929;
}
.package_itinerary {
    width: 100%;
    float: left;
    padding: 100px 0;
}
.package_itinerary h2 {
    font-size: 26px;
    font-weight: normal;
    color: #000;
}
.package_itinerary .accordion-flush .accordion-item .accordion-button, .package_itinerary .accordion-flush .accordion-item .accordion-button.collapsed {
    background: #F1F5F8;
    border-left: 10px solid #65728A;
    border-bottom: none;
    border-radius: 5px;
}
.package_itinerary .accordion-flush .accordion-item .accordion-button, .package_itinerary .accordion-flush .accordion-collapse {
    border-left: 10px solid #253A73;
}
.package_itinerary .accordion-button {
    background-color: transparent;
    box-shadow: none;
    font-size: 18px;
    font-weight: normal;
    color: #252525;
}
.package_itinerary .accordion-flush .accordion-collapse {
    border-radius: 0 0 5px 5px;
    background: #F1F5F8;
    font-size: 14px;
    font-weight: normal;
    color: #252525;
    line-height: 28px;
    text-align: justify;
}
.package_itinerary .accordion-flush .accordion-item .accordion-button {
    border-radius: 5px 5px 0 0;
}
/***************************** Contact Us *****************************/
.contact_banner {
    width: 100%;
    float: left;
    margin-top: 110px;
    background: #000 url("../images/contact_banner.webp") no-repeat center center;
    background-size: cover;
    background-attachment: fixed;
    /*border-bottom: 15px solid #65728A;*/
}
.contact {
    width: 100%;
    float: left;
    background: #F1F5F8;
    padding: 100px 0;
}
.contact_address a, .contact_address h4 {
    font-size: 14px;
    font-weight: normal;
    color: #252525;
    line-height: 24px;
}
.contact h2 {
    font-size: 24px;
    font-weight: normal;
    color: #292929;
}
.contact h3 {
    font-size: 16px;
    font-weight: normal;
    color: #000;
}
.contact p {
    font-size: 12px;
    font-weight: normal;
    color: #252525;
}
.contact .social_media a {
    background-color: transparent;
    border: 2px solid #253A73;
    margin: 0 10px 0 0;
}
.contact .social_media a i {
    color: #253A73;
}
.contact .send_btn {
    font-size: 15px;
    font-weight: bold;
    padding: 15px 40px;
}
.contact_map {
    width: 100%;
    float: left;
    background: #fff;
    padding: 40px 0;
}
.contact_map h2 {
    font-size: 24px;
    font-weight: normal;
    color: #292929;
}
.contact_map p {
    font-size: 12px;
    font-weight: normal;
    color: #252525;
}
.contact .form-floating > textarea.form-control {
    min-height: calc(16em + (0.75rem + 2px));
}
/***************************** terms_conditions privacy_policy *****************************/
.terms_conditions, .privacy_policy {
    width: 100%;
    float: left;
    background: #fff;
    padding: 0 0 70px 0;
    margin-top: 210px;
}
.terms_conditions h1, .privacy_policy h1 {
    font-size: 48px;
    font-weight: normal;
    color: #253A73;
}
.terms_conditions h3, .privacy_policy h3 {
    font-size: 20px;
    font-weight: normal;
    color: #252525;
    line-height: 28px;
}
.terms_conditions p, .privacy_policy p, .terms_conditions ul li, .terms_conditions ol li, .privacy_policy ul li, .privacy_policy ol li {
    width: 100%;
    float: left;
    font-weight: normal;
    font-size: 16px;
    color: #292929;
    text-align: justify;
    line-height: 28px;
}
/***************************** faq *****************************/
.faq {
    width: 100%;
    float: left;
    background: #fff;
    padding: 0 0 70px 0;
    margin-top: 210px;
}
.faq h1 {
    font-size: 48px;
    font-weight: normal;
    color: #253A73;
}
.faq h3 {
    font-size: 22px;
    font-weight: normal;
    color: #fff;
    background: #65728A;
    padding: 10px;
}
.faq h4 {
    font-size: 18px;
    font-weight: normal;
    color: #252525;
    display: flex;
    align-items: start;
    line-height: 28px;
    justify-content: space-between;
    border-bottom: 1px solid #ddd;
}
.faq .card-body {
    font-size: 16px;
    font-weight: normal;
    color: #292929;
    background: #F1F5F8;
    line-height: 28px;
    text-align: justify;
}
.faq .card-header a .fa-plus {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    transition: transform .25s linear;
    -webkit-transition: -webkit-transform .25s linear;
}
.faq .card-header a .fa-minus {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    transition: transform .25s linear;
    -webkit-transition: -webkit-transform .25s linear;
}
/***************************** not_found *****************************/
.not_found {
    width: 100%;
    float: left;
    background: #fff;
    padding: 0 0 70px 0;
    margin-top: 170px;
}
.not_found img {
    width: 500px;
}
.not_found h4 {
    font-size: 18px;
    color: #252525;
    text-align: center;
    line-height: 28px;
}
.not_found .send_btn {
    font-size: 15px;
    font-weight: bold;
    padding: 15px 40px;
    background-color: #253A73;
    border: 1px solid #253A73;
}
.not_found .send_btn:hover {
    background-color: transparent;
    border: 1px solid #253A73;
    color: #253A73;
}
/***************************** video *****************************/
.videobtn {
    width: 22px;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    cursor: pointer;
    text-align: center;
    border-radius: 50%;
    transition: all .3s ease-in-out;
}
.video-btn {
    background: none;
    border: none;
    padding: 0;
}
.video-btn:hover .videobtn {
    -ms-transform: translate(-50%, -50%) scale(1.2);
    transform: translate(-50%, -50%) scale(1.2);
}
/*******************************scrollToTop*******************************/
#scroll {
    position: fixed;
    right: 5px;
    bottom: 5px;
    cursor: pointer;
    width: 30px;
    height: 40px;
    background-color: rgba(0, 0, 0, 0.5);
    text-indent: -9999px;
    display: none;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    border-radius: 20px;
    z-index: 999;
    -webkit-transition: background-color .3s ease-in-out;
    -moz-transition: background-color .3s ease-in-out;
    -ms-transition: background-color .3s ease-in-out;
    -o-transition: background-color .3s ease-in-out;
    transition: background-color .3s ease-in-out;
}
#scroll span {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -8px;
    margin-top: -12px;
    height: 0;
    width: 0;
    border: 8px solid transparent;
    border-bottom-color: #ffffff;
}
#scroll:hover {
    background-color: #253A73;
    opacity: 1;
    filter: "alpha(opacity=100)";
    -ms-filter: "alpha(opacity=100)";
}
/***************************** Popup *****************************/
.modal-header {
    background: rgba(0, 0, 0, 0.7);
    padding: 4px 20px 8px 20px;
    text-align: center;
    position: relative;
}
.modal-header:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 4px;
    display: block;
    background: linear-gradient(to right, rgba(0, 128, 0, 0.7), rgba(0, 0, 255, 0.6), rgba(75, 0, 130, 0.6), rgba(238, 130, 238, 0.6), rgba(255, 0, 0, 0.6), rgba(255, 165, 0, 0.6), rgba(255, 255, 0, 0.6));
}
.modal-title {
    width: 100%;
    font-size: 20px;
    color: #fff;
    padding: 0 15px;
}
.modal-header .close {
    padding: 0;
    font-size: 18px;
    color: #f00;
    background: none;
    border: none;
}
.modal-content {
    background: none;
    border: none;
}
.modal-open .modal {
    padding: 0 !important;
}
.video-modal-body {
    background: #000 !important;
    padding: 0;
}
.modal-body {
    background: #F1F5F8;
}
.modalclose {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 10px;
    right: 10px;
    background: #fff;
    color: #f00;
    border-radius: 50%;
    z-index: 9;
    border: none;
}
.modal-body .send_btn {
    font-size: 15px;
    font-weight: bold;
    padding: 15px 40px;
    background-color: #253A73;
    border: 1px solid #253A73;
}
.modal-body .send_btn:hover {
    background-color: transparent;
    border: 1px solid #253A73;
    color: #253A73;
}
/***************************** swiper *****************************/
.swiper {
    width: 100%;
    height: 100%;
}
.swiper-slide {
    height: auto !important;
    font-size: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.swiper-slide img {
    height: 100%;
    object-fit: cover;
}
.mySwiper2 {
    height: 80%;
    width: 100%;
}
.mySwiper {
    height: 20%;
    box-sizing: border-box;
}
.mySwiper .swiper-slide {
    width: 25%;
    height: 100%;
    opacity: 0.4;
}
.mySwiper .swiper-slide-thumb-active {
    opacity: 1;
}
@media (min-width: 200px) and (max-width: 1399.98px) {}
@media (min-width: 200px) and (max-width: 1299.98px) {
    .about_group img, .about_oitc_travel img, .why_oitc img, .our_staff img {
        position: -webkit-sticky;
        position: sticky;
        top: 140px;
    }
}
@media (min-width: 200px) and (max-width: 1199.98px) {
    .menu_bg {
        height: 80px;
    }
    .s_menu_bg {
        height: 50px;
        background: #fff;
        border-bottom: none !important;
    }
    .menu_bg .logo img {
        width: 120px;
    }
    .s_menu_bg .logo img {
        width: 80px;
    }
    .banner, .about_banner, .service_banner, .package_banner, .contact_banner {
        margin-top: 80px;
    }
    .breadcrumb_bg, .not_found {
        margin-top: 100px;
    }
    .faq, .terms_conditions, .privacy_policy {
        padding: 50px 0 30px 0 !important;
        margin-top: 80px;
    }
    .package h1, .service_details h1, .faq h1, .terms_conditions h1, .privacy_policy h1 {
        font-size: 36px;
    }
    .flights_form_choose {
        margin-top: -56px !important;
    }
    .flights_form_choose input {
        height: 45px !important;
    }
}
@media (min-width: 200px) and (max-width: 1199.98px) {
    .navbar .offcanvas {
        width: 300px !important;
        border-left: none !important;
    }
    .navbar .offcanvas-body::-webkit-scrollbar {
        width: 8px;
        background: #f1f1f1;
    }
    .navbar .offcanvas-body::-webkit-scrollbar-thumb {
        background-color: #c1c1c1;
        border: 1px solid #fff;
    }
    .menu_icon {
        display: block;
    }
    .dropdown-item {
        width: 100%;
        font-size: 14px;
        text-align: center;
        padding: 10px 12px !important;
    }
    .navbar-nav > li > a, .s_menu_bg .navbar-nav > li > a {
        text-shadow: none;
        padding: 8px 0 !important;
        text-align: center;
        border: 1px solid #fff;
        margin: 0 0 15px 0;
        color: #2d2d2d !important;
        font-size: 14px;
        font-weight: normal;
    }
    .navbar-nav > li.active > a, .navbar-nav > li > a:hover, .navbar-nav > li > a:focus, .navbar-nav .nav-link.active, .navbar-nav .show > .nav-link {
        color: #fff !important;
        background: #252525 !important;
    }
    .has-megamenu:hover .megamenu {
        display: none;
    }
    .navbar .megamenu {
        max-width: 100% !important;
    }
}
@media (min-width: 200px) and (max-width: 991.98px) {
    #banner_nav-tab .nav-link {
        padding: 12px 10px;
        flex-grow: 1;
        display: flex;
        justify-content: center;
    }
    .flights_form_menu .form-check {
        margin: 0 20px;
    }
    .why_choose_us h2, .hm_packages h2, .about_group h2, .about_oitc_travel h2, .mission_vision h2, .why_oitc h2, .our_staff h2, .we_offers h2, .innerbanner_text h1, .package h1, .package_includes h2, .service_details h1, .faq h1, .terms_conditions h1, .privacy_policy h1 {
        font-size: 30px;
    }
    .why_choose_us h3, .package h3, .package_includes h4, .service h3 {
        font-size: 18px;
    }
    .footer .collapse:not(.show) {
        display: none;
    }
    .contact .social_media a {
        margin: 0 5px;
    }
}
@media (min-width: 200px) and (max-width: 767.98px) {
    #banner_nav-tab .nav-link, .why_choose_us h5, .breadcrumb-item a, .breadcrumb-item + .breadcrumb-item::before, .breadcrumb-item, .footer h3 {
        font-size: 13px;
    }
    .about_group p, .about_oitc_travel p, .mission_vision p, .why_oitc p, .our_staff p, .about_group ul li, .we_offers p, .why_oitc .card-body, .innerbanner_text p, .package_includes h4, .signature_packages .dropdown-toggle, .service .dropdown-toggle, .service_details h4, .service_details ul li, .faq .card-body, .terms_conditions p, .privacy_policy p, .terms_conditions ul li, .terms_conditions ol li, .privacy_policy ul li, .privacy_policy ol li {
        font-size: 14px;
    }
    .flights_form_menu .form-check {
        font-size: 13px;
        margin: 0 10px;
    }
    .flights_form h4, .flights_form h2 span, .t-year-check-in, .t-year-check-out {
        font-size: 11px;
    }
    .flights_form h2, .t-day-check-in, .t-month-check-in, .t-day-check-out, .t-month-check-out, .t-check-in .t-date-info-title, .t-check-out .t-date-info-title, .validity_select .select-selected, .visatype_select .select-selected, .contact h2, .contact_map h2, .package_form h4, .package_itinerary h2, .package_includes h2, .faq h3 {
        font-size: 18px !important;
    }
    .flights_form .search_btn {
        font-size: 12px;
        padding: 10px 20px;
    }
    .why_choose_us h2, .hm_packages h2, .about_group h2, .about_oitc_travel h2, .mission_vision h2, .why_oitc h2, .our_staff h2, .we_offers h2, .innerbanner_text h1, .package h1, .service_details h1, .faq h1, .terms_conditions h1, .privacy_policy h1 {
        font-size: 22px;
    }
    .why_choose_us h4, .hm_packages .nav-tabs .nav-link, .we_offers h3, .package h3, .package_itinerary .accordion-button, .signature_packages .nav-tabs .nav-link, .service .nav-tabs .nav-link, .not_found h4 {
        font-size: 15px;
    }
    .why_choose_us h3, .footer_newsletter p, .why_oitc h4, .service h3, .faq h4, .terms_conditions h3, .privacy_policy h3 {
        font-size: 16px;
    }
    .banner, .why_choose_us, .footer_newsletter, .about_banner, .service_banner, .package_banner, .we_offers, .contact_banner {
        background-attachment: scroll;
    }
    .innerbanner_text {
        padding: 100px 0;
    }
    .about_group img, .about_oitc_travel img, .why_oitc img, .our_staff img {
        position: static;
    }
    .about_group, .contact, .package_itinerary, .signature_packages, .service {
        padding: 50px 0 !important;
    }
    .we_offers, .about_oitc_travel, .why_oitc, .mission_vision, .our_staff {
        padding: 0 0 50px 0;
    }
    .we_offers {
        padding: 0;
    }
    .about_group ul li::marker {
        font-size: 60px;
    }
    .menu_bg {
        border-bottom: 10px solid #A21D1E;
    }
    /*.banner, .about_banner, .service_banner, .package_banner, .contact_banner {*/
    /*    border-bottom: 10px solid #65728A;*/
    /*}*/
    .contact .send_btn, .package h3 span {
        font-size: 12px;
    }
    .package, .service_details {
        padding: 20px 0 50px 0;
    }
    .package_feature_img {
        height: 25px !important;
    }
    .flights_form_choose {
        margin-top: -50px !important;
    }
}
@media (min-width: 200px) and (max-width: 575.98px) {
    .package_includes img {
        width: 60px;
    }
}
@media (min-width: 200px) and (max-width: 480.98px) {
    .menu_bg {
        height: 60px;
    }
    .s_menu_bg {
        height: 50px;
    }
    .banner, .about_banner, .service_banner, .package_banner, .contact_banner {
        margin-top: 60px;
    }
    .breadcrumb_bg, .not_found {
        margin-top: 80px;
    }
    .footer_search .btn {
        padding: 0 5px;
        font-size: 12px;
    }
    .faq, .terms_conditions, .privacy_policy {
        padding: 50px 0 30px 0 !important;
        margin-top: 60px;
    }
    .menu_bg .logo img {
        width: 80px;
    }
    #banner_nav-tab .nav-link {
        font-size: 13px;
        border-radius: 8px 8px 0 0;
    }
    .send_btn, .send_btn, .package_search .btn, .service_search .btn {
        width: 100%;
        float: left;
        font-size: 12px !important;
        text-align: center;
    }
    .footer_search, .footer_search input, .package_search, .package_search input, .package_search .btn, .service_search, .service_search input, .service_search .btn {
        width: 100%;
        height: 50px;
        border-radius: 0 !important;
        margin: 0 !important;
        border: none;
    }
    .footer_newsletter_bg {
        padding: 55px 10px;
    }
}
@media (min-width: 200px) and (max-width: 350.98px) {
    .xxsm-100 {
        width: 100%;
    }
}
/***************************** added code in instagram  *****************************/
.insta_follow {
    font-size: 15px;
    background-color: #253A73;
    color: #fff;
    text-transform: uppercase;
    border-radius: 0px !important;
    padding: 15px 40px;
    transition: 1s all;
}
.insta_follow:hover {
    background-color: #A21D1E;
}
.insta_view_pro {
    font-size: 15px;
    background-color: #A21D1E;
    color: #fff;
    text-transform: uppercase;
    border-radius: 0px !important;
    padding: 15px 40px;
    transition: 1s all;
}
.insta_view_pro:hover {
    background-color: #253A73;
}
.d-custom {
    display: flex;
}
@media (max-width: 420px) {
    .d-custom {
        display: grid;
    }
}

/* Footer section new logos */
.custom-footer-images {
  max-width: 88%;
  height: auto !important;
}

.custom-footer-images2 {
  max-width: 88%;
  height: auto !important;
  
}

.payment-icons{
    gap: 0px;
    /*background: white;*/
    flex-wrap: wrap;
}

.payment-icons img {
    width: 100%;
    max-width: 29%;
    height: auto !important;
}

.payment-icons .vr {
  height: 40px !important;
  border-left: 1px solid #ccc;
  margin: 8px 4px;
}

.we-accept{
    color : white;
}

@media (max-width: 479px) {
  .custom-footer-images {
    max-width: 70%;
 }
}


@media (min-width: 425px) and (max-width: 479px) {
  .custom-footer-images {
    max-width: 70% !important;
  }
  .payment-icons img {
    width: auto !important;
    height: 106px !important;
  }
  
}

@media (min-width: 480px) and (max-width: 575.98px) {
  .custom-footer-images {
    max-width: 60% !important;
  }
  .payment-icons img {
    width: auto !important;
    height: 92px !important;
  }
}

@media (min-width: 576px) and (max-width: 768px) {
  .custom-footer-images {
    max-width: 40% !important;
  }
  .payment-icons img {
    width: auto !important;
    height: 106px !important;
  }
}

@media (min-width: 769px) and (max-width: 991.98px) {
   .custom-footer-images {
    max-width: 40% !important;
  }
  .payment-icons img {
    width: auto !important;
    height: 105px !important;
  }
}

@media (max-width: 991.98px) {
  .socil{
     width: 100%;
  }
}


/*train tab design - start*/

.train-section {
  position: relative;
  display: flex;
  padding: 0;
  min-height: 100vh;
}

.train-left {
  position: relative;
}

.titles-train{
  font-weight: 600;
}

.train-img-wrapper {
  position: sticky;
  top: 0;
  height: 100vh;
  overflow: hidden;
}

.train-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.train-title {
    font-size: 1.9rem;
    font-weight: 400;
    margin-bottom: 1rem;
}

.train-title-bold {
  font-weight: 600;
}

.train-list {
  padding-left: 1.2rem;
}

.train-list li {
  margin-bottom: 0.5rem;
}

.train-subheading {
      margin-bottom: 0.9rem;
    font-weight: 600;
    font-size: 1.3rem;
}

.ptrain{
    padding: 0rem 0rem 2rem 2rem;
}

@media (max-width: 991px) {
    .train-img-wrapper {
         position: initial;
         height: auto;  
    }

    .ptrain {
        padding: 1rem 0.5rem 2rem 0.8rem; 
    }
}


/*train tab design - end*/
