
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

:root {
    --mainwhite: #fff;
    --maincolor: #0D71CC;
    --main_secondy_color: #0E78D7;
    --main_info_color: #15aae0;
}
/* html,body {
    scroll-behavior: smooth;
} */
body {
    background-color: #fff;
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 15px;
    color: #000;
}

.fz_15 {
    font-size: 15px;
}

.text-primary {
    color: var(--maincolor) !important;
}

p {
    color: #A6A6A6;
}

.dots-hr {
    border-top: 2px dotted rgba(0, 0, 0, .1);
}
/* Preloader styles */
.preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
}

.spinner {
    border: 8px solid #f3f3f3;
    border-top: 8px solid #3498db;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.scroll-top {
    display: none;
    position: fixed;
    z-index: 1061;
    right: 30px;
    bottom: 25px;
    width: 50px;
    height: 50px;
    background-color: #007bff;
    border-radius: 30%;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.5;
    padding: 15px 19px;
    transition: background-color .3s ease;
}

    .scroll-top i {
        animation: Scroll_bounce_up 1.5s infinite;
        -webkit-animation: Scroll_bounce_up 1.5s infinite;
        -moz-animation: Scroll_bounce_up 1.5s infinite;
    }

@keyframes Scroll_bounce_up {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-5px);
    }

    100% {
        transform: translateY(0);
    }
}

@-moz-keyframes Scroll_bounce_up {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-5px);
    }

    100% {
        transform: translateY(0);
    }
}

@-webkit-keyframes Scroll_bounce_up {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-5px);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes Scroll_bounce_up {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-5px);
    }

    100% {
        transform: translateY(0);
    }
}

.header-area .navbar.navbar-dark, .navbar-white {
    transition: all 0.3s ease; /* Smooth transition effect */
}

a.scroll-top:hover {
    background-color: #fff;
    border: solid 2px var(--maincolor);
    color: var(--maincolor);
    padding: 15px 18px;
}

.Normelcarousel_control .carousel-control-prev, .Normelcarousel_control .carousel-control-next {
    width: 20px;
    height: 50px;
    background: #fff;
    opacity: 1;
    color: #000;
    margin: auto;
}

.Normelcarousel_control .carousel-control-next {
    box-shadow: -3px 0px 4px 1px rgb(0 0 0 / 46%);
}

.Normelcarousel_control .carousel-control-prev {
    box-shadow: 3px 0px 4px 1px rgb(0 0 0 / 46%);
}

.facebook_btn {
    background-color: #4056AC;
    color: #fff;
}

.twitter_btn {
    background-color: #60B7FE;
    color: #fff;
}

.Youtube_btn {
    background-color: #FE2C3C;
    color: #fff;
}

.instergram_btn {
    background-color: #E14D93;
    color: #fff;
}

.linkedin_btn {
    background-color: #137ED6;
    color: #fff;
}

.whatsapp_btn {
    background-color: #30B14D;
    color: #fff;
}

.facebook_btn, .twitter_btn, .Youtube_btn, .instergram_btn, .linkedin_btn, .whatsapp_btn {
    padding: 10px 5px !important;
}

    .facebook_btn:hover, .twitter_btn:hover, .Youtube_btn:hover, .instergram_btn:hover, .linkedin_btn:hover, .whatsapp_btn:hover {
        /* font-weight: 600; */
        color: #fff;
    }

.themecolor_text {
    color: var(--maincolor);
}

.themecolor_bg, .btn-primary, .bg-primary {
    background-color: var(--maincolor);
}

.text-muted {
    color: #c5c5c5 !important;
}

.adline_blank {
    position: relative;
}

    .adline_blank h4 {
        position: relative;
        background-color: #fff;
        padding: 5px 5px;
    }

    .adline_blank::before {
        content: "";
        position: absolute;
        top: 50px;
        left: 0;
        right: 0;
        width: 100%;
        height: 5px;
        background-color: #000;
    }

.informations {
    padding: 15px 25px;
    font-size: 12px;
    font-weight: 400;
    background-color: rgb(236 50 50 / 11%);
    border: solid 1px red;
    border-radius: 20px;
    float: left;
    width: 100%;
}

    .informations p {
        margin-bottom: 10px;
        color: red;
    }

        .informations p:last-child {
            margin-bottom: 0;
        }

.Line_word_set_3, .Line_word_set_4, .Line_word_set_5, .Line_word_set_6, .Line_word_set_7, .Line_word_set_8 {
    display: -webkit-box !important;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis; /* Enable ellipsis */
    position: relative;
}

.Line_word_set_3 {
    -webkit-line-clamp: 3;
    max-height: calc(1.4em * 3);
}

.Line_word_set_4 {
    -webkit-line-clamp: 4;
}

.Line_word_set_5 {
    -webkit-line-clamp: 35;
}

.Line_word_set_6 {
    -webkit-line-clamp: 6;
    max-height: calc(3.4em* 3);
}

.Line_word_set_7 {
    -webkit-line-clamp: 7;
}

.Line_word_set_8 {
    -webkit-line-clamp: 8;
}

.guide-title {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block; /* or inline-block */
    width: 100%; /* Set a specific width if needed */
    font-size: 13px;
}

.get_information h6 i {
    position: absolute;
    right: 0;
    top: 1px;
    color: var(--maincolor);
}

.get_information h6 {
    position: relative;
    font-size: 15px;
    font-weight: 400;
    cursor: pointer;
}

.group_input {
    position: relative;
    top: 1px;
}

    .group_input span {
        position: absolute;
        background: #fff;
        top: -8px;
        left: 10px;
        font-size: 13px;
        padding: 0px 5px;
    }

    .group_input label {
        font-size: 13px;
        margin-top: 5px;
        padding: 0 7px;
    }

.cursor-pointer {
    cursor: pointer;
}

.addtowahtsup, .addhotel {
    position: absolute;
    right: 15px;
    font-weight: 400;
}

.note_aniamtion {
    overflow: hidden;
    text-align: center;
}

    .note_aniamtion::before {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        top: 38px;
        bottom: 0;
        border: solid 1px #d4d4d4;
        z-index: -1;
    }

    .note_aniamtion h6 {
        background-color: #fff;
        padding: 5px 10px;
        display: inline-block;
        position: relative;
        top: 8px;
    }

.animate-left-to-right {
    animation: slideLeftToRight 15s linear infinite; /* Adjust the duration as needed */
    text-wrap: nowrap;
}

.bloger_main_slide .carousel-item {
    position: relative;
    height: 570px;
}

    .bloger_main_slide .carousel-item img {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        z-index: 0;
        margin: auto;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }


@keyframes slideLeftToRight {
    0% {
        transform: translateX(100%);
    }

    100% {
        transform: translateX(-100%);
    }
}

.normal_header span::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: var(--main_info_color);
    z-index: -1;
}

.normal_header span::after {
    content: "";
    width: 0;
    height: 0;
    border-top: 28px solid #ffffff;
    border-left: 28px solid var(--main_info_color);
    position: absolute;
    top: 0;
    right: -25px;
}

.normal_header span {
    display: inline;
    position: relative;
    padding: 0px 10px;
    font-size: 20px;
}

.normal_header {
    position: relative;
    color: #fff;
    border-bottom: solid 2px var(--main_info_color);
}

.tab_main .tab-content {
    border: solid 1px #d1d1d1;
    padding: 20px 20px;
    border-top: 0;
    position: relative;
    float: left;
    width: 100%;
    margin-bottom: 20px;
}

.tab_main .nav-pills {
    border-bottom: solid 1px #d1d1d1;
}

    .tab_main .nav-pills .nav-link.active, .tab_main .nav-pills .show > .nav-link {
        color: #fff;
        background-color: var(--maincolor);
        border-bottom-left-radius: 0px !important;
        border-bottom-right-radius: 0px !important;
        border-radius: 15px;
    }

    .tab_main .nav-pills .nav-link {
        background-color: #f8f8f8;
        border-bottom-left-radius: 0px !important;
        border-bottom-right-radius: 0px !important;
        border-radius: 15px;
    }

    .tab_main .nav-pills .nav-link {
        font-weight: 500;
        text-transform: capitalize;
        color: #a2a3a3;
    }

        .tab_main .nav-pills .nav-link.active {
            text-transform: uppercase;
        }

.close_button_animation input.close_input {
    display: none;
}

.close_button_animation .icon {
    background: #FFF;
    cursor: pointer;
    display: block;
    height: 24px;
    padding: 16px;
    width: 24px;
}

.close_button_animation label.icon {
    position: relative;
    z-index: 200;
    margin: 0;
}

.close_button_animation .icon .menu,
.close_button_animation .icon .menu::before,
.close_button_animation .icon .menu::after {
    background: #9FB1BD;
    content: '';
    display: block;
    height: 2px;
    position: absolute;
    transition: background ease .3s, top ease .3s .3s, transform ease .3s;
    width: 20px;
}

.close_button_animation .icon:hover .menu,
.close_button_animation .icon:hover .menu::before,
.close_button_animation.icon:hover .menu::after {
    background: #47B74B;
}

.close_button_animation .icon .menu {
    left: 0;
    margin: auto;
    right: 0;
}

    .close_button_animation .icon .menu::before {
        top: -6px;
    }

    .close_button_animation .icon .menu::after {
        top: 6px;
    }

.close_button_animation .close_input:checked + .icon .menu {
    background: transparent;
}

    .close_button_animation .close_input:checked + .icon .menu::before {
        transform: rotate(45deg);
    }

    .close_button_animation .close_input:checked + .icon .menu::after {
        transform: rotate(-45deg);
    }

    .close_button_animation .close_input:checked + .icon .menu::before,
    .close_button_animation .close_input:checked + .icon .menu::after {
        top: 0;
        transition: top ease .3s, transform ease .3s .3s;
    }
/**datepiker style**/
.datepicker-icon, .timepicker-icon {
    cursor: pointer;
}

#ui-datepicker-div {
    /* display: none; */
    background-color: #fff;
    box-shadow: 0 0.125rem 0.5rem rgba(0,0,0,0.1);
    border-radius: 0.5rem;
    padding: 0.5rem;
    border: 0;
    width: 292px;
}

    #ui-datepicker-div .ui-widget-header {
        border: 0;
        background: transparent;
        color: #333333;
        font-weight: bold;
    }

    #ui-datepicker-div .ui-datepicker-calendar thead th {
        padding: 0.25rem 0;
        text-align: center;
        font-size: 0.75rem;
        font-weight: 400;
        color: #78909C;
    }

    #ui-datepicker-div .ui-datepicker-calendar tbody td {
        width: 2.5rem;
        /* padding: 5px; */
    }

        #ui-datepicker-div .ui-datepicker-calendar tbody td a {
            display: block;
            border-radius: 0.25rem;
            line-height: 2rem;
            transition: 0.3s all;
            color: #546E7A;
            font-size: 0.875rem;
            text-decoration: none;
            text-align: center;
            border: 0;
            background: transparent;
        }

            #ui-datepicker-div .ui-datepicker-calendar tbody td a:hover {
                background-color: #E0F2F1;
            }

            #ui-datepicker-div .ui-datepicker-calendar tbody td a.ui-state-active {
                background-color: var(--maincolor) !important;
                color: white !important;
            }

        #ui-datepicker-div .ui-datepicker-calendar tbody td.ui-datepicker-today a {
            background-color: #6fb9fd;
            color: #fff;
        }

    #ui-datepicker-div .ui-state-default, .ui-widget-content .ui-state-default {
        border: 0;
        background: transparent;
    }

    #ui-datepicker-div.ui-datepicker .ui-datepicker-title select {
        background: #f3f3f3;
        padding: 4px 5px;
        border: 0;
    }

    #ui-datepicker-div .ui-datepicker-header a.ui-corner-all {
        cursor: pointer;
        position: absolute;
        top: 0;
        width: 2rem;
        height: 2rem;
        /* margin: 0.5rem; */
        border-radius: 0.25rem;
        transition: 0.3s all;
    }

    #ui-datepicker-div .ui-state-hover, #ui-datepicker-div .ui-widget-content .ui-state-hover, #ui-datepicker-div .ui-widget-header .ui-state-hover, #ui-datepicker-div .ui-state-focus, #ui-datepicker-div .ui-widget-content .ui-state-focus, #ui-datepicker-div .ui-widget-header .ui-state-focus, #ui-datepicker-div .ui-button:hover, #ui-datepicker-div .ui-button:focus {
        border: 0;
    }

    #ui-datepicker-div .ui-datepicker-header a.ui-corner-all:hover {
        background-color: #ECEFF1;
    }

    #ui-datepicker-div .ui-datepicker-header a.ui-datepicker-prev {
        left: 0;
        background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMyIgaGVpZ2h0PSIxMyIgdmlld0JveD0iMCAwIDEzIDEzIj48cGF0aCBmaWxsPSIjNDI0NzcwIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik03LjI4OCA2LjI5NkwzLjIwMiAyLjIxYS43MS43MSAwIDAgMSAuMDA3LS45OTljLjI4LS4yOC43MjUtLjI4Ljk5OS0uMDA3TDguODAzIDUuOGEuNjk1LjY5NSAwIDAgMSAuMjAyLjQ5Ni42OTUuNjk1IDAgMCAxLS4yMDIuNDk3bC00LjU5NSA0LjU5NWEuNzA0LjcwNCAwIDAgMS0xLS4wMDcuNzEuNzEgMCAwIDEtLjAwNi0uOTk5bDQuMDg2LTQuMDg2eiIvPjwvc3ZnPg==");
        background-repeat: no-repeat;
        background-size: 0.5rem;
        background-position: 50%;
        transform: rotate(180deg);
    }

    #ui-datepicker-div .ui-datepicker-header a.ui-datepicker-next {
        right: 0;
        background: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMyIgaGVpZ2h0PSIxMyIgdmlld0JveD0iMCAwIDEzIDEzIj48cGF0aCBmaWxsPSIjNDI0NzcwIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik03LjI4OCA2LjI5NkwzLjIwMiAyLjIxYS43MS43MSAwIDAgMSAuMDA3LS45OTljLjI4LS4yOC43MjUtLjI4Ljk5OS0uMDA3TDguODAzIDUuOGEuNjk1LjY5NSAwIDAgMSAuMjAyLjQ5Ni42OTUuNjk1IDAgMCAxLS4yMDIuNDk3bC00LjU5NSA0LjU5NWEuNzA0LjcwNCAwIDAgMS0xLS4wMDcuNzEuNzEgMCAwIDEtLjAwNi0uOTk5bDQuMDg2LTQuMDg2eiIvPjwvc3ZnPg==');
        background-repeat: no-repeat;
        background-size: 10px;
        background-position: 50%;
    }

    #ui-datepicker-div .ui-datepicker-header a > span {
        display: none;
    }

    #ui-datepicker-div .ui-datepicker-title {
        text-align: center;
        margin-bottom: 0;
        font-size: 0.875rem;
        font-weight: 500;
        padding-bottom: 0.25rem;
    }

    #ui-datepicker-div .ui-datepicker-week-col {
        color: #78909C;
        font-weight: 400;
        font-size: 0.75rem;
    }
/*==============Globel Settings==================*/
.blog_bg_img {
    background-image: url(../img/blog_main_img.jpg);
}

.Tourist_Visa_img {
    background-image: url(../img/Tourist_Visa_img.jpg);
}

.UAE_Transit_Visas_img {
    background-image: url(../img/UAE_Transit_Visas_img.jpg);
}

.Multiple_Entry_Visa_img {
    background-image: url(../img/Multiple_Entry_Visa_img.jpg);
}

.Visa_ChangeBy_Air_img {
    background-image: url(../img/Visa_ChangeBy_Air_img.jpg);
}

.Visa_Change_ByBus_img {
    background-image: url(../img/Visa_Change_ByBus_img.jpg);
}

/*.about_page_bg {
    background-image: url(../img/main-about.jpg);
}

.Track_your_visa {
    background-image: url(../img/track_img_.jpg);
}*/

.blog_bg_img, .Tourist_Visa_img, .UAE_Transit_Visas_img, .Multiple_Entry_Visa_img, .Visa_ChangeBy_Air_imgm, .Visa_Change_ByBus_img, .about_page_bg, .Track_your_visa {
    background-size: cover;
    /*background-size: 100% 100%;*/
    position: relative;
}

.Normal_tab_text_enter td {
    border: 0;
    text-align: center;
}

.Normal_tab {
    border: 0;
}

.owl-carousel .owl-stage-outer {
    z-index: 1; /* Adjust z-index as needed */
}

.iti {
    width: 100%;
}

.iti--separate-dial-code .iti__selected-flag {
    background-color: var(--mainwhite);
    border-right: solid 1px #d0d0d0;
    border-top-left-radius: 0.4rem;
    border-bottom-left-radius: 0.4rem;
}

#error-msg {
    margin-top: 0.25rem;
    font-size: .875em;
    color: #dc3545;
}

.form_control_textarea {
    height: auto;
    border-radius: 0.4rem;
    font-size: 15px;
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.4rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.form-control, .selectize-input, .selectize-dropdown .option, .country-name {
    font-size: 15px;
}

.section-title .sub-style {
    position: relative;
    display: inline-block;
}

    .section-title .sub-style::before {
        content: "";
        width: 100px;
        position: absolute;
        bottom: 50%;
        left: 0;
        transform: translateY(-50%);
        margin-bottom: -6px;
        margin-left: -100px;
        border: 1px solid var(--main_info_color) !important;
    }

    .section-title .sub-style::after {
        content: "";
        width: 50px;
        position: absolute;
        top: 50%;
        left: 0;
        transform: translateY(-50%);
        margin-top: -8px;
        margin-left: -50px;
        border: 1px solid var(--main_secondy_color) !important;
    }

.selectize-input input {
    font-size: unset;
}

.form-control, .selectize-input {
    height: calc(1.5em + 0.75rem + 4px);
    padding: 0.375rem 0.75rem;
    border-radius: 0.4rem;
    box-shadow: none !important;
    border: 1px solid #ced4da;
    font-weight: 400;
    line-height: 1.6;
    color: #495057;
}

    .form-control:disabled, .form-control[readonly] {
        background-color: #f6f6f6;
        opacity: 0.8;
        cursor: not-allowed;
    }

.btn {
    transition: background-color .3s ease;
    padding: 0.45rem 0.75rem;
    border-radius: 0.4rem;
}

.btn-round {
    border-radius: 30px;
    padding: 6px 20px;
    font-size: 15px;
}

.btn-success {
    color: #fff;
    background-color: #26B893;
    border-color: #26B893;
}

    .btn-success:hover {
        color: #fff;
        background-color: #26B893;
        border-color: #26B893;
    }

.subheader {
    margin: 50px;
}

    .subheader h4 {
        text-align: center;
        text-transform: uppercase;
        font-weight: 800;
        font-size: 35px;
    }

        .subheader h4 span {
            color: var(--maincolor);
            margin-right: 10px;
            font-size: 55px;
        }

    .subheader p {
        text-align: center;
        font-size: 14px;
    }

.master_head_title {
    margin: 0px;
    font-size: 28px;
    font-weight: 700;
    line-height: 1.24;
    letter-spacing: -0.005em;
}
/* Custom styles for dropdown items */
.selectize-dropdown-content .suggestion-block {
    /* border: 1px solid #ced4da; */
    border-radius: .25rem;
    margin-bottom: 5px;
    padding: 10px;
}

.selectize-dropdown-content .heading {
    font-weight: bold;
}

.selectize-dropdown-content .subheading {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.selectize-dropdown .create {
    display: none;
}

.country-name {
    padding: 5px 6px;
}

.selectize-dropdown-content .country-name {
    padding: 6px 6px;
    padding-left: 10px !important;
    width: 100%;
    display: block;
}

.country_selectize .selectize-dropdown-content {
    padding: 0.375rem 0.75rem;
    padding-left: 0;
    padding-right: 0;
}

.normalizeCityfinddrop .selectize-dropdown-content, .AddingnormalizeCityfinddrop .selectize-dropdown-content {
    padding: 0px 5px;
}

.normalizeCityfinddrop .city, .AddingnormalizeCityfinddrop .city {
    font-weight: 700;
    padding-bottom: 1px !important;
}

.normalizeCityfinddrop .country, .AddingnormalizeCityfinddrop .country {
    padding-top: 1px !important;
}

.normalizeCityfinddrop .city, .normalizeCityfinddrop .country, .AddingnormalizeCityfinddrop .city, .AddingnormalizeCityfinddrop .country {
    padding: 5px 5px;
}

.rounded-0 {
    border-radius: 0 !important;
}

.rounded-top-0 {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
}

.rounded-bottom-0 {
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}

.rounded-left-0 {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}

.rounded-right-0 {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

.rounded_10 {
    border-radius: 10px !important;
}

.rounded_15 {
    border-radius: 15px !important;
}

.rounded_20 {
    border-radius: 20px !important;
}

.theam_text_color {
    color: var(--maincolor);
}

.tag_badg {
    position: absolute;
    top: 15px;
    left: 5px;
    z-index: 1;
    width: auto;
    height: auto;
    background-color: #e3e3e3;
    color: #878787;
    padding: 5px 10px;
    font-weight: 400;
    border-radius: 13px;
}

.position_right {
    right: 5px !important;
    left: unset !important;
}

.fz_12 {
    font-size: 12px;
}

.ps-3 {
    padding-left: 1rem !important;
}

.pe-3 {
    padding-right: 1rem !important;
}

.ms-4 {
    margin-left: 1.5rem !important;
}

.me-4 {
    margin-right: 1.5rem !important;
}

.me-2 {
    margin-right: .5rem !important;
}
/*======margine-top-bottom same=======*/
.m-tb-100px {
    margin-top: 100px;
    margin-bottom: 100px;
}

.m-tb-110px {
    margin-top: 110px;
    margin-bottom: 110px;
}

.m-tb-120px {
    margin-top: 120px;
    margin-bottom: 120px;
}

.m-tb-130px {
    margin-top: 130px;
    margin-bottom: 130px;
}

.m-tb-140px {
    margin-top: 140px;
    margin-bottom: 140px;
}

.m-tb-150px {
    margin-top: 150px;
    margin-bottom: 150px;
}

/*======padding-top-bottom same=======*/
.p-tb-100px {
    padding-top: 100px;
    padding-bottom: 100px;
}

.p-tb-110px {
    padding-top: 110px;
    padding-bottom: 110px;
}

.p-tb-120px {
    padding-top: 120px;
    padding-bottom: 120px;
}

.p-tb-130px {
    padding-top: 130px;
    padding-bottom: 130px;
}

.p-tb-140px {
    padding-top: 140px;
    padding-bottom: 140px;
}

.p-tb-150px {
    padding-top: 150px;
    padding-bottom: 150px;
}


/* Animation for sliding in card-body */
.main_slider .carousel-inner .carousel-item .card-body, .popular_post_main .card-body {
    animation: slideIn 1s ease forwards;
}

    /* Animation for sliding in h5 */
    .main_slider .carousel-inner .carousel-item .card-body h5, .popular_post_main .card-body .date {
        animation: slideIn 1s ease forwards;
    }

    /* Animation for sliding in h1 */
    .main_slider .carousel-inner .carousel-item .card-body h1 {
        animation: slideIn 1s ease forwards;
    }

    /* Animation for sliding in p */
    .main_slider .carousel-inner .carousel-item .card-body p {
        animation: slideIn 1s ease forwards;
    }

@keyframes slideIn {
    from {
        opacity: 0;
        transform: translateY(60px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@-webkit-keyframes slideIn {
    from {
        opacity: 0;
        transform: translateY(60px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@-moz-keyframes slideIn {
    from {
        opacity: 0;
        transform: translateY(60px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.main_slider {
    z-index: 0;
}

.main_slider, .header-area {
    position: relative;
}

    .main_slider .carousel-inner .carousel-item .slider_img {
        position: absolute;
        left: 0;
        right: 0;
        height: 100%;
        width: 100%;
        z-index: -1;
        object-fit: cover;
    }

    .main_slider .carousel-control-prev, .main_slider .carousel-control-next {
        display: none;
    }

    .main_slider .carousel-inner .carousel-item::before, .header-area::before {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        height: 100%;
        background-color: rgb(13 112 204 / 50%);
        z-index: 0;
    }
    /* .overflowarea{
  position: absolute;
    left: 0;
    right: 0;
    height: 100%;
    background-color: rgb(13 112 204 / 50%);
} */
    .header-area .navbar-dark .navbar-brand {
        padding: 1.1rem 0px;
    }

    .header-area .navbar {
        box-shadow: 0 .5rem 1rem rgba(0,0,0,.15);
    }

        .header-area .navbar.navbar-dark {
            box-shadow: none;
        }
            /* .header-area .navbar .nav-link.dropdown-toggle::after{
 display: none !important;
} */
            .header-area .navbar.navbar-dark .dropdown-menu {
                min-width: 15rem;
                padding: 15px 0px;
                font-size: 14px;
                color: #818181;
                background-color: #ffffff;
                border-radius: 16px;
                border: 0;
            }

                .header-area .navbar.navbar-dark .dropdown-menu::before {
                    content: "";
                    position: absolute;
                    top: -19px;
                    right: 45px;
                    border-width: 10px;
                    border-style: solid;
                    border-color: transparent transparent white transparent;
                }

                .header-area .navbar.navbar-dark .dropdown-menu .dropdown-item {
                    border-bottom: solid 1px #e3e3e3;
                    /* padding: 0; */
                    transition: all .3s ease;
                }

                    .header-area .navbar.navbar-dark .dropdown-menu .dropdown-item:hover {
                        color: var(--maincolor);
                        font-weight: bold;
                    }

                    .header-area .navbar.navbar-dark .dropdown-menu .dropdown-item:active {
                        background-color: var(--maincolor);
                        color: #fff;
                    }

    .header-area .main-people img {
        height: 344px;
    }

    .header-area .navscrolled {
        background-color: var(--maincolor) !important;
        box-shadow: 0 .5rem 1rem rgba(0,0,0,.15) !important;
    }

    .header-area .navbar-white.navscrolled .navbar-nav .nav-item .nav-link {
        color: #fff;
    }

    .header-area .navbar-white.navscrolled .nav-item .btn-outline-emngy, .header-area .navbar-dark.navscrolled .nav-item .btn-outline-emngy {
        color: #fff;
        border: 1px solid #fff;
    }

    .header-area .navscrolled .nav-item .btn-outline-emngy:hover {
        color: #0c6fd9 !important;
        background-color: var(--mainwhite) !important;
    }
    /* .header-area .navbar-nav .nav-item.dropdown .nav-link{
  transition:none !important;
}
 .header-area .navbar-nav .nav-item.dropdown .nav-link:hover{
  transform:none !important;
 } */
    .header-area .navbar-nav .nav-item.dropdown .nav-link:hover::after {
        display: none !important;
    }

    .header-area .navbar-nav .nav-item .nav-link {
        padding: 1rem 5px;
        padding-bottom: 7px;
        position: relative;
        display: inline-block;
        vertical-align: top;
        font-size: 14px;
        font-weight: 300;
        /* transition: font-weight 0.3s ease; */
        transition: all .3s ease;
    }

    .header-area .navbar-white .navbar-nav .nav-item .nav-link {
        color: #212529;
    }

    .header-area .navbar-nav .nav-item .nav-link {
        color: var(--mainwhite);
    }

    .header-area .navbar-dark .navbar-brand img, .company_deatiles img, .header-area .navbar-white .navbar-brand img, .company_deatiles img {
        width: 188px;
    }

@media (min-width: 768px) {
    .header-area .navbar-nav .nav-item {
        padding: 1rem 0.4rem;
        padding-top: 0;
        padding-bottom: 0;
    }

        .header-area .navbar-nav .nav-item.active .nav-link, .header-area .navbar-nav .nav-item .nav-link:hover {
            /* font-weight: 700; */
            margin-top: 0;
            transform: translateY(-5px);
        }
    /* .header-area .navbar-nav .nav-item.active .nav-link,.header-area .navbar-nav .nav-item .nav-link:hover{
      background: var(--maincolor);
      color: #fff;
    } */
    /* .header-area .navbar-dark .navbar-nav .nav-item.active .nav-link,.header-area .navbar-dark .navbar-nav .nav-item .nav-link:hover,.header-area .navscrolled .navbar-nav .nav-item.active .nav-link,.header-area .navscrolled .navbar-nav .nav-item .nav-link:hover{
      background: #fff;
      color: #000;
    } */
}

.header-area .navbar-nav .nav-item.active .nav-link::after, .header-area .navbar-nav .nav-item .nav-link:hover::after, .header-area .navbar-nav .nav-item .nav-link:hover::before {
    content: "";
    position: absolute;
    border: solid 2px #adb5bd;
    bottom: 0;
    left: 0;
    width: 100%;
}

.header-area .navbar-nav .nav-item .btn-outline-emngy:hover::after {
    border: 0 !important;
}

.header-area .navbar-nav .nav-item .btn-outline-emngy {
    display: flex;
    width: 170px;
    margin-right: 20px;
    margin-left: 20px;
    padding: 7px 15px;
    justify-content: center;
    align-items: center;
    border: 1px solid #0c6fd9;
    background-color: transparent;
    border-radius: 50px;
    background-color: transparent;
    transition: background-color .3s ease;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
}

.header-area .navbar-dark .navbar-nav .nav-item .btn-outline-emngy {
    color: var(--mainwhite);
}

.header-area .navbar-nav .nav-item .btn-outline-emngy:hover {
    background-color: #0c6fd9;
    color: var(--mainwhite);
}

.header-area .navbar-nav .nav-item .btn-outline-emngy i {
    font-size: 26px;
    margin-right: 10px;
}

.main-text {
    padding-top: 100px;
}

.main-people {
    padding-top: 100px;
    text-align: right;
}

.main-text h5, .main-text h1, .main-text p {
    color: var(--mainwhite);
}

.main-text h5 {
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
}

.main-text h1 {
    font-size: 40px;
    font-weight: bold;
    text-transform: uppercase;
}

.action_main_button .visa_button {
    padding-right: 10px;
}

    .action_main_button .visa_button .btn {
        height: 53px;
        padding: 15px 25px;
        border-radius: 35px;
        font-weight: 700;
        color: var(--mainwhite);
        border: 0;
        font-size: 15px;
        line-height: 23px;
        background: rgb(13 113 204 / 87%);
    }

        .action_main_button .visa_button .btn:hover {
            background: rgb(13 113 204 / 100%);
        }

.action_main_button .paly_Video_button {
    padding-left: 10px;
}

.paly_Video_button a {
    cursor: pointer;
}

.ani_play_button {
    display: inline-block;
    position: relative;
}

    .ani_play_button.is-play {
        background-color: rgb(24 132 229 / 54%);
        border-radius: 50%;
        width: 50px;
        height: 50px;
        margin-top: 2px;
    }

        .ani_play_button.is-play .button-outer-circle {
            background: rgba(255,255,255,0.2);
            border-radius: 50%;
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            height: 100%;
            width: 100%;
        }

        .ani_play_button.is-play .button-icon {
            position: absolute;
            top: 53%;
            left: 51%;
            width: 25px;
            height: 25px;
            transform: translate(-50%, -50%);
        }

            .ani_play_button.is-play .button-icon .triangle {
                -webkit-animation: fadeIn 7s ease;
                animation: fadeIn 7s ease;
            }

            .ani_play_button.is-play .button-icon .path {
                stroke-dasharray: 90;
                stroke-dashoffset: 0;
                -webkit-animation: triangleStroke 3s;
                animation: triangleStroke 3s;
                -webkit-animation-timing-function: ease;
                animation-timing-function: ease;
            }

.has-scale-animation {
    -webkit-animation: smallScale 3s infinite;
    animation: smallScale 3s infinite;
}

.has-delay-short {
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@-webkit-keyframes triangleStroke {
    from {
        stroke-dashoffset: 90;
    }

    to {
        stroke-dashoffset: 0;
    }
}

@keyframes triangleStroke {
    from {
        stroke-dashoffset: 90;
    }

    to {
        stroke-dashoffset: 0;
    }
}

@-webkit-keyframes smallScale {
    from {
        transform: scale(1);
        opacity: 1;
    }

    to {
        transform: scale(1.5);
        opacity: 0;
    }
}

@keyframes smallScale {
    from {
        transform: scale(1);
        opacity: 1;
    }

    to {
        transform: scale(1.5);
        opacity: 0;
    }
}

.Scroll_Down_btn {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    margin-bottom: 15px;
}

    .Scroll_Down_btn span {
        color: var(--mainwhite);
        width: 100%;
        float: left;
        margin-bottom: 10px;
        font-weight: 400;
    }

    .Scroll_Down_btn i {
        border-radius: 50%;
        background: #fff;
        color: var(--maincolor);
        padding: 9px 5px;
        width: 30px;
        height: 30px;
        font-size: 15px;
        font-weight: bold;
        cursor: pointer;
        animation: Scroll_bounce 1.5s infinite;
        -webkit-animation: Scroll_bounce 1.5s infinite;
        -moz-animation: Scroll_bounce 1.5s infinite;
    }

@keyframes Scroll_bounce {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-8px);
        background: rgb(0 123 255 / 78%);
        color: #fff;
    }

    100% {
        transform: translateY(0);
    }
}

@-moz-keyframes Scroll_bounce {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-8px);
    }

    100% {
        transform: translateY(0);
    }
}

@-webkit-keyframes Scroll_bounce {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-8px);
    }

    100% {
        transform: translateY(0);
    }
}

/**==========Check_visa_main==========**/
.banner_info {
    padding-top: 10px;
    background-color: var(--main_secondy_color);
}

    .banner_info .expirance_info {
        padding-bottom: 10px;
    }

        .banner_info .expirance_info img {
            height: 30px;
            width: 30px;
            margin-right: 10px;
        }

        .banner_info .expirance_info span {
            font-size: 20px;
            font-weight: 400;
            font-size: 15px;
            font-weight: 300;
            color: var(--mainwhite);
        }

.Check_visa_boxs {
    padding: 19px 19px;
    background-color: var(--maincolor);
}

    .Check_visa_boxs h3 {
        color: var(--mainwhite);
        margin-bottom: 20px;
        text-transform: uppercase;
        font-weight: 700;
        font-size: 25px;
    }

    .Check_visa_boxs label {
        color: var(--mainwhite);
    }

/**==========about-section==========**/
.about_section .section-title h5 {
    text-transform: uppercase;
    letter-spacing: 1.4px;
    font-weight: 700;
}

.head_title span {
    color: var(--maincolor);
}

.about_section .section-title h4 {
    font-size: 50px;
    font-weight: 700;
}

.about_section .section-title .info_box {
    border-radius: 10px;
}

    .about_section .section-title .info_box i {
        color: var(--main_info_color);
    }

    .about_section .section-title .info_box h6 {
        font-size: 15px;
    }
/**==========Uae Tourist visa==========**/
.owl-carousel.main_box_card_ui .owl-item {
    padding: 20px 10px; /* Adjust padding as needed */
}

.owl-carousel.main_box_card_ui .owl-nav {
    position: absolute;
    left: 0;
    right: 0;
    top: -45px;
}

.main_box {
    border-radius: 30px;
    /* border: solid 3px #0d71cc; */
}

    .main_box .card-header {
        border-top-left-radius: 23px;
        border-top-right-radius: 23px;
    }

    .main_box .card-footer {
        border-bottom-left-radius: 30px;
        border-bottom-right-radius: 30px;
    }

    .main_box .card-header {
        background-color: var(--maincolor);
        padding: 1em 0px;
        position: relative;
    }

.price-tag {
    position: absolute;
    bottom: -36px;
    right: -11px;
    height: 35px;
    width: auto;
    padding: 5px 10px;
    background-color: #FF5F5F;
    font-weight: 500;
    font-size: 15px;
    line-height: 24px;
    color: #fff;
}

    .price-tag::before {
        content: "";
        position: absolute;
        height: 20px;
        width: 12px;
        background-color: #E32222;
        z-index: -1;
        right: 6px;
        top: -10px;
        transform: rotate(-60deg);
    }

    .price-tag::after {
        content: "";
        width: 0;
        height: 0;
        border-bottom: 35px solid #ffffff;
        border-right: 28px solid #ff5f5f;
        position: absolute;
        top: 0;
        left: -28px;
    }

    .price-tag strong {
        font-weight: bold;
        font-size: 20px;
    }

.main_box .card-header .header_name span {
    width: 50px;
    height: 50px;
    background-color: var(--mainwhite);
    color: var(--maincolor);
    border-radius: 50%;
    font-weight: 700;
    font-size: 18px;
    text-align: center;
    line-height: 1.5;
    padding: 12px 13px;
}

.main_box .card-header .header_name h5 {
    line-height: 1.5;
    font-size: 22px;
    font-weight: 700;
    margin-left: 15px;
    margin-bottom: 0;
    color: var(--mainwhite);
}

.main_box .card-body {
    padding-top: 30px;
    padding-bottom: 10px;
    padding-left: 60px;
    padding-right: 60px;
}

    .main_box .card-body table td {
        font-size: 13px;
        border-top: 0;
    }

        .main_box .card-body table td:first-child {
            padding-left: 0;
        }

        .main_box .card-body table td:last-child {
            padding-right: 0;
        }

.main_box .card-footer {
    padding-top: 0;
    padding-bottom: 30px;
    border: 0;
    background-color: var(--mainwhite);
    display: flex;
    justify-content: space-around;
}

    .main_box .card-footer .dedcription-btn:first-child {
        margin-right: 5px;
    }

    .main_box .card-footer .dedcription-btn:last-child {
        margin-left: 5px;
    }

.dedcription-btn {
    width: 100%;
    position: relative;
    display: inline-block;
    border-radius: 30px;
    background-color: #fcfcfc;
    color: #212529;
    text-align: center;
    font-size: 12px;
    text-decoration: none !important;
    padding: 8px 15px;
    transition: all 0.3s;
    padding-right: 40px;
    /* box-shadow: 0 3px 20px 0 rgba(0, 0, 0, 0.06); */
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15);
}

    .dedcription-btn .btn-icon {
        background-color: #ffa000;
        width: 60px;
        height: 35px;
        font-size: 20px;
        float: right;
        position: absolute;
        border-radius: 30px 30px 30px 0;
        right: 0px;
        top: 0px;
        transition: all 0.3s;
    }

.name-descripeion {
    position: relative;
    z-index: 9999;
}

.btn-icon::after {
    content: "";
    width: 0;
    height: 0;
    border-top: 35px solid #fcfcfc;
    border-right: 35px solid transparent;
    position: absolute;
    top: 0px;
    left: 0px;
}

.dedcription-btn:hover .btn-icon {
    width: 100%;
    border-radius: 30px;
}

    .dedcription-btn:hover .btn-icon::after {
        display: none;
        opacity: 0.1;
    }

.btn-icon i {
    position: absolute;
    right: 11px;
    top: 7px;
    color: #fff;
}

.dedcription-btn:hover {
    color: #fff !important;
}

.heart {
    background-color: #ff586b !important;
}

.book {
    background-color: #00b7c4 !important;
}

.brain {
    background-color: #8bc34a !important;
}

.hover-box {
    display: flex;
    width: 100%;
    height: 100vh;
    justify-content: center;
    align-items: center;
}

/**==========FAQ==========**/
.faq_main {
    position: relative;
}

    .faq_main .ainmate_icon_left, .faq_main .ainmate_icon_right {
        position: absolute;
        width: 60px;
        height: 60px;
        z-index: 1;
    }

    .faq_main .ainmate_icon_right {
        bottom: 0%;
        right: 10%;
    }

    .faq_main .ainmate_icon_left {
        top: -5%;
        left: 40px;
    }

    .faq_main .card .card-header {
        background-color: var(--mainwhite);
        border-radius: 30px;
        box-shadow: 0px 5px 16px -15px #212529e8;
        border: solid 1px #ebebeb;
        margin-bottom: 15px;
    }

    .faq_main h6 {
        position: relative;
        font-size: 15px;
        font-weight: 400;
        cursor: pointer;
        padding-right: 15px;
    }

    .faq_main .card-body p {
        font-size: 14px;
    }

    .faq_main h6 i {
        position: absolute;
        right: 0;
        top: 1px;
        color: var(--maincolor);
    }

/**==========testimonial==========**/
.testimonial_main {
    position: relative;
}

    .testimonial_main .ainmate_icon_left, .testimonial_main .ainmate_icon_right {
        position: absolute;
        width: 60px;
        height: 60px;
    }

    .testimonial_main .ainmate_icon_right {
        top: 5%;
        right: 10%;
    }

    .testimonial_main .ainmate_icon_left {
        top: 10%;
        left: 10%;
    }

.testimonial_slide .owl-nav {
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    transform: translateY(-50%);
}

.testimonial_slide .owl-prev {
    left: 10px; /* Adjust distance from left */
    position: absolute;
    color: #5A5A5A;
}

.testimonial_slide .owl-next {
    right: 10px; /* Adjust distance from right */
    position: absolute;
    color: #5A5A5A;
}

/* Center alignment using flexbox */
.testimonial_slide .owl-dots {
    display: flex;
    justify-content: center;
    margin-top: 15px;
}
    /* Change the color of active dot */
    .testimonial_slide .owl-dots .owl-dot.active {
        background-color: #5A5A5A; /* Change this to the color you want */
    }

    /* Change the color of inactive dots */
    .testimonial_slide .owl-dots .owl-dot {
        background-color: #cccccc; /* Change this to the color you want */
    }

    /* Change dot size if needed */
    .testimonial_slide .owl-dots .owl-dot {
        width: 10px; /* Adjust width */
        height: 10px; /* Adjust height */
        margin: 0 5px; /* Adjust margin */
        border-radius: 50%; /* Makes the dots circular */
    }
/* Testimonial Card Styles */
.testimonial-card {
    /* border: 1px solid #ddd; */
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 20px;
    width: 100%;
    float: left;
    text-align: center;
}

.testimonial-top {
    font-weight: 300;
    font-size: 14px;
    margin-bottom: 30px;
    /* padding: 0 55px; */
    color: #696969;
    text-align: center;
}

.testimonial-rating {
    color: #f1c40f; /* Yellow color for stars */
    margin-bottom: 25px;
}

    .testimonial-rating i {
        margin-right: 3px;
    }

.testimonial-bottom {
    display: block;
}

.testimonial-user {
    margin-bottom: 10px;
    float: left;
    width: 100%;
}

    .testimonial-user .user_te_fram {
        width: 50px;
        height: 50px;
        border-radius: 50%;
        overflow: hidden;
        position: relative;
        margin: auto;
    }

    .testimonial-user img {
        position: absolute;
        left: 0;
        right: 0;
        width: 100% !important;
        height: 100%;
        object-fit: cover;
    }

.testimonial-details {
    float: left;
    width: 100%;
}

    .testimonial-details .username {
        font-weight: 500;
        font-size: 15px;
    }

    .testimonial-details .position {
        color: rgb(151 151 151 / 60%);
        font-size: 12px;
    }

/**==========Explore==========**/
.Explore_main {
    background-color: #f1f1f1;
    position: relative;
}

    .Explore_main .ainmate_icon_left, .Explore_main .ainmate_icon_right {
        position: absolute;
        width: 60px;
        height: 60px;
    }

    .Explore_main .ainmate_icon_right {
        top: 25%;
        right: 10%;
    }

    .Explore_main .ainmate_icon_left {
        top: 25%;
        left: 10%;
    }

    .Explore_main .card {
        border-radius: 20px;
    }

        .Explore_main .card .card-header {
            border-top-left-radius: 20px;
            border-top-right-radius: 20px;
        }

        .Explore_main .card .card-footer {
            border-bottom-left-radius: 20px;
            border-bottom-right-radius: 20px;
        }

        .Explore_main .card, .Explore_main .card, .Explore_main .card .card-header, .Explore_main .card .card-footer {
            background-color: var(--mainwhite);
        }

            .Explore_main .card, .Explore_main .card .card-header, .Explore_main .card .card-footer {
                border: 0;
            }

                .Explore_main .card .card-header, .Explore_main .card .card-body, .Explore_main .card .card-footer {
                    padding: 1.0rem;
                }

                .Explore_main .card .imageframe {
                    width: 100%;
                    height: 200px;
                    position: relative;
                }

                    .Explore_main .card .imageframe img {
                        position: absolute;
                        left: 0;
                        right: 0;
                        top: 0;
                        bottom: 0;
                        border-radius: 10px;
                        z-index: 0;
                        margin: auto;
                        width: 100%;
                        height: 100%;
                        object-fit: cover;
                    }

.rate_top {
    position: absolute;
    left: 8px;
    top: 8px;
    z-index: 1;
    width: 55px;
    height: 25px;
    padding: 5px 0px;
    font-size: 11px;
    font-weight: 500;
    background-color: var(--mainwhite);
    color: #000;
    border-radius: 6px;
    text-align: center;
}

    .rate_top i {
        color: #FFD166;
    }

.Explore_main .card .card-body h4 {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 10px;
    display: block;
}

.Explore_main .card .card-body strong {
    font-weight: 500;
}

.Explore_main .card .card-body p, .Explore_main .card .card-footer p {
    color: #1D1D1F;
}

.Explore_main .card .card-body p, .Explore_main .card .card-footer p {
    font-size: 12px;
}

.Explore_main .card .card-footer .btn {
    padding: 8px 5px;
    margin: auto 5px;
}

    .Explore_main .card .card-footer .btn:first-child, .Explore_main .card .card-footer .btn:last-child {
        font-size: 10px;
        font-weight: 600;
        border: 0;
    }

    .Explore_main .card .card-footer .btn:first-child {
        margin-left: 0;
        background-color: var(--maincolor);
        color: var(--mainwhite);
    }

    .Explore_main .card .card-footer .btn:last-child {
        margin-right: 0;
        background-color: #E9E9E9;
        color: #1D1D1F;
    }

@media (min-width: 992px) {
    .Explore_main .Explore_slide .owl-item .item {
        transform: translate3d(0, 0, 0);
        /* DO NOT REMEMBER WHERE TU PUT THIS, SEARCH FOR 3D ACCELERATION */
        margin: 40px 0;
        /* OVERWRITE PLUGIN MARGIN */
    }

    .Explore_main .Explore_slide .owl-item .item {
        -webkit-transition: 0.3s;
        -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
        box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
        -o-transition: 0.3s;
        transition: 0.3s;
        -webkit-transform: scale(0.8);
        -ms-transform: scale(0.8);
        transform: scale(0.8);
        opacity: 0.4;
    }

    .Explore_main .Explore_slide .owl-item.center .item {
        -webkit-transform: scale(1.15);
        -ms-transform: scale(1.15);
        transform: scale(1.15);
        opacity: 1;
    }
}




.Explore_main .Explore_slide .owl-nav {
    text-align: center;
    margin-top: 50px;
    position: relative;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    line-height: 1.5;
    text-align: center;
    font-size: 15px;
    color: #1D1D1F;
    margin: auto 5px;
}

    .owl-carousel .owl-nav button.owl-next:hover,
    .owl-carousel .owl-nav button.owl-prev:hover {
        color: var(--mainwhite);
        background-color: var(--maincolor);
    }
/**==========blog==========**/
.header_bloger_slider_main {
    padding-top: 6em;
}

    .header_bloger_slider_main .subheader h4 {
        text-transform: capitalize !important;
    }
/* .header_bloger_slider_main .Scroll_Down_btn {
    bottom: 15px;
} */

/* .main_card_box .carousel.slide{
  padding: 5px;
}
.main_card_box .main_cardbody .card-bdx:first-child{
  padding: 5px;
} */

.main_card_box .carousel-control-next, .main_card_box .carousel-control-prev {
    opacity: 1.5 !important;
    background-color: #fff;
    border-radius: 30px;
    padding: 25px;
    width: 3%;
    height: 20px;
    margin: auto;
}

.main_card_box .carousel-control-next-icon, .main_card_box .carousel-control-prev-icon {
    padding: unset !important;
    color: #000;
}

.nonbg::before {
    background-color: transparent;
}

.card-boxed .nav-item {
    position: relative;
}

    .card-boxed .nav-item .nav-link:hover {
        color: #178af7;
    }

.card-boxed {
    position: relative;
    height: 285px;
}

    .card-boxed img {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        z-index: 0;
        margin: auto;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .card-boxed .card_contents {
        position: absolute;
        left: 10px;
        right: 10px;
        bottom: 0;
        z-index: 1;
        padding: 15px;
    }

.tag_catgy {
    padding: 5px 10px;
    background-color: var(--maincolor);
    color: #fff;
}

.card-boxed .card_contents h5 {
    color: #fff;
    /* margin-top: 15px; */
}

.overlaydark::before {
    content: "";
    background: linear-gradient(transparent 35%, #000000d9 100%);
    opacity: 0.9;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
}

.line_add {
    height: 2px;
    width: 15px;
    background-color: #cbcbcb;
    display: block;
    position: relative;
    margin: auto 0;
}


.blog_main_area .blog-text {
    padding: 10.25rem 0;
    text-align: center;
    position: relative;
}

.blog_main_area .card-body.blog-text h5 {
    font-size: 50px;
    text-transform: capitalize;
    font-weight: 700;
    color: #fff;
}

.blog_main_area .card-body.blog-text .nav li a {
    color: #fff;
    transition: font-weight 0.3s ease; /* Apply transition to font-weight property */
}

    .blog_main_area .card-body.blog-text .nav li a:hover, .blog_main_area .card-body.blog-text .nav li.active {
        font-weight: 600;
    }

.blog_main_area .card-body.blog-text .nav li {
    position: relative;
}

    .blog_main_area .card-body.blog-text .nav li::after {
        content: "";
        top: 7px;
        right: 0;
        position: absolute;
        border-right: solid 2px #fff;
        height: 25px;
        transform: rotate(14deg);
    }

    .blog_main_area .card-body.blog-text .nav li:last-child::after {
        content: '';
        border-right: 0;
    }

.Master_cruser_poiters {
    text-align: left;
}

    .Master_cruser_poiters .tags_slider, .Master_cruser_poiters h5, .Master_cruser_poiters .Readmore_btn {
        margin: 15px 0;
    }

    .Master_cruser_poiters h5 {
        margin-bottom: 0;
        margin-top: 5px;
    }

    .Master_cruser_poiters .Readmore_btn {
    }

.main_post .card {
    border-radius: 20px;
    box-shadow: 0 0px 1rem rgba(0,0,0,.15);
    /* margin: 15px; */
}

.main_post a.card:hover {
    text-decoration: none;
}

    .main_post a.card:hover .card-body h4 {
        color: var(--maincolor);
    }

.Youtube_short_post_slide .card {
    margin: 30px;
}

.main_post .card .video-container {
    position: relative;
    width: 100%;
    max-width: 560px;
    margin: auto;
}

    .main_post .card .video-container iframe {
        width: 100%;
        height: 500px; /* Adjust height as necessary */
    }

.main_post .post_date {
    color: #ADADAD !important;
    line-height: 2.5;
    position: relative;
    padding-left: 15px;
}

    .main_post .post_date::before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        border-left: solid 4px var(--maincolor);
    }

.main_post .card-header {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.main_post .card-footer {
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

.main_post, .main_post, .main_post .card-header, .main_post .card-footer {
    background-color: var(--mainwhite);
}

    .main_post, .main_post .card-header {
        border: 0;
    }
        /* .main_post .card-header .tag_badg{
  top: 25px;
} */
        .main_post .card-header, .main_post .card-body, .main_post .card-footer {
            margin: 1.0rem;
            padding: 0;
        }

        .main_post .imageframe, .main_post .imageframe_2 {
            width: 100%;
            position: relative;
        }

        .main_post .imageframe {
            height: 225px;
        }

        .main_post .imageframe_2 {
            height: 200px;
        }

.hight_450 {
    height: 450px !important;
}

.main_post .imageframe img, .main_post .imageframe_2 img, .Blog_tips .imageframe img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border-radius: 10px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    z-index: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.Blog_tips .imageframe {
    height: 342px;
}

    .Blog_tips .imageframe img {
        width: 100%;
    }

    .main_post .imageframe .inner, .Blog_tips .imageframe .inner {
        position: relative;
        overflow: hidden;
        display: block;
        height: 100%;
        width: 100%;
    }

        .main_post .imageframe .inner:hover::after, .Blog_tips .imageframe .inner::after {
            height: 100%;
        }

        .main_post .imageframe .inner:hover img, .Blog_tips .imageframe .inner:hover img {
            -webkit-transform: translateX(-20px);
            -ms-transform: translateX(-20px);
            transform: translatey(-20px);
            transform: scale(1.2);
        }
        /* .main_post .imageframe .inner::after{
  position: absolute;
  content: '';
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 0px;
  background-color: rgba(0, 152, 255, 0.90);
  z-index: 1;
} */
        .main_post .imageframe .inner::after, .main_post .imageframe img, .Blog_tips .imageframe .inner::after, .Blog_tips .imageframe img {
            transition: all 900ms ease;
            -moz-transition: all 900ms ease;
            -webkit-transition: all 900ms ease;
            -ms-transition: all 900ms ease;
            -o-transition: all 900ms ease;
        }

.main_post .imageframe .date-box {
    position: absolute;
    right: 0;
    bottom: 0px;
    width: 60px;
    height: 60px;
    border-top-left-radius: 10px;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.90);
    padding: 12px 0;
    z-index: 1;
}

    .main_post .imageframe .date-box h3 {
        font-size: 24px;
        line-height: 18px;
        font-weight: 600;
        text-transform: uppercase;
    }

        .main_post .imageframe .date-box h3 span {
            color: #0098ff;
            font-size: 14px;
        }

.main_post .imageframe .cos_vew_cont {
    position: absolute;
    bottom: -5px;
    right: 0;
    width: auto;
    height: auto;
    padding: 6px 7px;
    padding-left: 5px;
    background-color: #fff;
    color: #636363;
    border-radius: 0;
    z-index: 2;
    font-size: 10px;
    font-weight: 600;
}

.shere-icon {
    cursor: pointer;
    font-size: 12px;
    color: #b3b3b3;
    text-decoration: none !important;
}

    .shere-icon:hover {
        color: var(--maincolor);
    }

.main_post .card-body h4 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
    display: block;
    color: #212529;
    line-height: 1.36;
}

.tag_master_link .tag_link {
    text-decoration: none;
    color: #000;
    transition: all .3s ease;
}

    .tag_master_link .tag_link:hover {
        background-color: var(--maincolor);
        color: #fff;
    }

.main_card_box_deatiles p {
    color: #b3b3b3;
    font-size: 12px !important;
}

.main_post .card-body .main_card_box_deatiles p .active {
    color: var(--maincolor);
    font-weight: 500;
}

.main_post .card-body strong {
    font-weight: 500;
}

.main_post .card-body p, .main_post .card-footer p {
    color: #1D1D1F;
}

.main_post .card-body p, .main_post .card-footer p {
    font-size: 14px;
    text-align: justify;
}

.main_post .card .card-footer p.loction_dots, .main_post .card .card-footer p.ratings {
    font-weight: 700;
    font-size: 10px;
    align-items: center;
    display: flex;
}

    .main_post .card .card-footer p.loction_dots i {
        font-size: 18px;
        padding-right: 10px;
        color: var(--maincolor);
    }

.main_post .card-footer .btn {
    padding: 8px 5px;
    margin: auto 5px;
}

    .main_post .card-footer .btn:first-child, .main_post .card-footer .btn:last-child {
        font-size: 10px;
        font-weight: 600;
        border: 0;
    }

    .main_post .card-footer .btn:first-child {
        margin-left: 0;
        background-color: var(--maincolor);
        color: var(--mainwhite);
    }

    .main_post .card-footer .btn:last-child {
        margin-right: 0;
        background-color: #E9E9E9;
        color: #1D1D1F;
    }

.main_post .card-body .Readmore_btn {
    border-radius: 30px;
    padding: 8px 20px;
    font-size: 13px;
}

.normel-scrolling-content {
    max-height: 549px; /* Adjust as needed */
    overflow-y: auto;
    overflow-x: hidden;
    position: relative;
    display: inline-block;
}

.blog-right-sidebar h4 {
    font-size: 18px;
}

.blog-right-sidebar .recent_img_fram {
    width: 80px;
    height: 80px;
    position: relative;
}

    .blog-right-sidebar .recent_img_fram img {
        position: absolute;
        left: 0;
        right: 0;
        height: 100%;
        width: 100%;
        object-fit: cover;
        /* border-radius: 50px; */
    }

.blog-right-sidebar .content_of_post h6 {
    font-size: 14px;
}

.blog-right-sidebar .content_of_post p {
    font-size: 12px;
}

.blog-right-sidebar .content_of_post .text-see {
    position: relative;
    height: 70px;
    overflow: hidden;
    margin-bottom: 0;
}

.blog-right-sidebar .content_of_post .readmore {
    color: #000;
}

.blog-catgery-list li {
    border: 0;
}

    .blog-catgery-list li a {
        color: #a0a0a0;
        text-decoration: none;
    }

    .blog-catgery-list li a {
        border-top: 0;
        border-left: 0;
        border-right: 0;
        border-bottom: 1px solid rgba(0, 0, 0, .125);
    }

        .blog-catgery-list li a:hover, .blog-catgery-list li a:hover h6 {
            color: var(--maincolor) !important;
            font-weight: bold;
        }

.Recent_Blog li {
    margin-bottom: 25px;
}

.Recent_Blog .content_of_post {
    padding: 10px 0;
}

.blog-catgery-list {
    max-height: 200px; /* Adjust as needed */
    overflow: hidden;
    position: relative;
}

.scrolling-content {
    display: inline-block;
    animation: scrollUp 30s linear infinite;
}

.Pagnation ul {
    padding: 0;
    margin: 0;
}

    .Pagnation ul li {
        display: inline-block;
        margin-bottom: 4px;
        font-weight: 400;
    }

        .Pagnation ul li a, .Pagnation ul li span {
            color: gray;
            text-decoration: none;
            text-align: center;
            display: inline-block;
            width: 40px;
            height: 40px;
            line-height: 40px;
            border-radius: 50%;
            border: 1px solid #e6e6e6;
        }

            .Pagnation ul li a.active, .Pagnation ul li a:hover {
                background: #4ba1fa;
                color: #fff;
                border: 1px solid transparent;
            }

@keyframes scrollUp {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-100%);
    }
}
/* Pause animation on hover */
.blog-catgery-list:hover .scrolling-content {
    animation-play-state: paused;
}

.popular_post_main .card-body {
    padding: 2.5em;
    z-index: 1;
    position: absolute;
    top: 70px;
}

.popular_post_main .date {
    font-size: 14px;
    font-weight: 400;
    position: relative;
    margin-top: 30px;
}

.popular_post_main h2 {
    font-weight: 600;
}

.popular_post_main .card, .popular_post_main .post_img_fram {
    height: 280px;
}

.popular_post_main .post_img_fram {
    color: var(--mainwhite);
    width: 100%;
    position: relative;
    z-index: 0;
}

    .popular_post_main .post_img_fram::before {
        /* content: "";
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height:100%;
  background-color: rgb(17 14 194 / 30%);
  z-index: 0; */
        content: "";
        background: linear-gradient(transparent 35%, #000000d9 100%);
        opacity: 0.9;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 1;
    }

    .popular_post_main .post_img_fram img {
        position: relative;
        left: 0;
        right: 0;
        height: 100%;
        width: 100%;
        object-fit: cover;
        z-index: -1;
    }

.populer_slide .nav-controll {
    position: absolute;
    left: 40px;
    right: 0;
    bottom: 100px;
}

.populer_slide .carousel-control-next {
    right: unset;
    margin-left: 45px;
}

.populer_slide .carousel-control-next, .populer_slide .carousel-control-prev {
    background-color: #ffff;
    color: #1D1D1F;
    height: 50px;
    width: 35px;
    opacity: 1;
}

.banner_Explore_By_Style .inshow_fram_img.left_side_img {
    background-image: url(../img/road_trip.jpg);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: left;
    background-size: cover;
}

.banner_Explore_By_Style .inshow_fram_img.center_side_img {
    background-image: url(../img/budget_travle.jpg);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.banner_Explore_By_Style .inshow_fram_img.right_side_img {
    background-image: url(../img/solo_explure.jpg);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: right;
    background-size: cover;
}

.banner_Explore_By_Style .inshow_fram_img button {
    background-color: var(--maincolor);
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    padding: 10px 30px;
    border-radius: 0;
    margin: 260px 0;
}

@media (min-width: 992px) {
    .banner_Explore_By_Style .inshow_fram_img.center_side_img {
        background-size: 40%;
    }

    .banner_Explore_By_Style .inshow_fram_img.left_side_img, .banner_Explore_By_Style .inshow_fram_img.right_side_img {
        background-size: 35%;
        margin-top: 30px;
    }
}

.folow_isntagram {
    position: relative;
}

    .folow_isntagram .follow_btn {
        position: absolute;
        top: 50%;
        left: 0;
        right: 0;
        z-index: 2;
        text-align: center;
    }

.custom_popup .modal-content {
    border-radius: 25px;
}

.custom_popup .modal-header {
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
}

    .custom_popup .modal-header .close {
        position: absolute;
        right: 15px;
        top: 10px;
        width: 40px;
        height: 40px;
        background-color: #fff;
        border-radius: 30px;
        text-shadow: none;
        opacity: 1 !important;
        box-shadow: -2px 0px 20px -6px #212529e8;
        padding: 0 0px;
    }

.sub-title {
    font-weight: 700;
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    color: var(--maincolor);
}


    .sub-title::before {
        content: "";
        width: 100px;
        position: absolute;
        bottom: 50%;
        right: 0;
        transform: translateY(-50%);
        margin-bottom: -8px;
        margin-right: -100px;
        border: 1px solid var(--main_secondy_color) !important;
    }

    .sub-title::after {
        content: "";
        width: 50px;
        position: absolute;
        top: 50%;
        right: 0;
        transform: translateY(-50%);
        margin-top: -6px;
        margin-right: -50px;
        border: 1px solid var(--main_secondy_color) !important;
    }

.User_profile_fram {
    position: relative;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    border: solid 3px #f1f1f1;
    margin-top: 25px !important;
    background: #fff;
}

    .User_profile_fram img {
        position: absolute;
        left: 0;
        right: 0;
        height: 100%;
        width: 100%;
        object-fit: cover;
    }

.custom_popup .modal-header.bg_img {
    justify-content: center;
    position: relative;
}

    .custom_popup .modal-header.bg_img::before {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        height: 130px;
        background-image: url(../img/overlay-bg_visa_popup.jpg);
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        border-top-left-radius: 25px;
        border-top-right-radius: 25px;
    }

.custom_popup .modal-header, .custom_popup .modal-footer {
    border: 0;
}

.visa_status_bar .progress_bar_main, .visa_status_bar .progress_bar_main .progress {
    position: relative;
}

    .visa_status_bar .progress_bar_main span {
        position: absolute;
        top: 30px;
        font-size: 12px;
        font-weight: 500;
    }

        .visa_status_bar .progress_bar_main span.line_first::before, .visa_status_bar .progress_bar_main span.line_second::before, .visa_status_bar .progress_bar_main span.line_third::before {
            content: "";
            position: absolute;
            height: 25px;
            top: -30px;
            width: 5px;
            border-left: solid 2px #c3c3c3;
            z-index: 0;
        }

    .visa_status_bar .progress_bar_main .progress {
        z-index: 1;
        border-radius: 0;
    }

    .visa_status_bar .progress_bar_main span.line_first::before {
        left: 0px;
    }

    .visa_status_bar .progress_bar_main span.line_second::before {
        left: 0;
        right: 0;
        margin: auto;
    }

    .visa_status_bar .progress_bar_main span.line_third::before {
        right: -2px;
    }

    .visa_status_bar .progress_bar_main span.line_first {
        left: 0;
    }

    .visa_status_bar .progress_bar_main span.line_second {
        left: 0;
        right: 0;
        width: 100%;
        text-align: center;
    }

    .visa_status_bar .progress_bar_main span.line_third {
        right: 0;
    }


/*========Ok_to_Board_area==========*/

.Ok_to_Board_area .image_main_fream, .dummy_tickets_area .image_main_fream {
    position: relative;
    margin-top: 10%;
    margin-bottom: 20px;
    overflow: hidden;
}
/* .Ok_to_Board_area .img_cludes_saphe{
  position: absolute;
  left: -121px;
  right: 0;
  bottom: -48px;
  background-image: url(../img/cludes.png);
  height: 100%;
} */

/*========Booking Details_area==========*/
.Booking_Details_area .card .card-header {
    background-color: var(--maincolor);
    color: #fff;
}

.Booking_Details_area .card .min-header {
    background-color: rgba(0, 0, 0, .03);
    color: #000;
    border-bottom: 0;
}

.Booking_Details_area .card .card-header .nav-tabs .nav-link {
    background-color: #eeeeee;
    color: #aeaeae;
}

    .Booking_Details_area .card .card-header .nav-tabs .nav-item.show .nav-link, .Booking_Details_area .card .card-header .nav-tabs .nav-link.active {
        color: #495057;
        background-color: #fff;
        border-color: #dee2e6 #dee2e6 #fff;
        font-weight: 500;
    }

.Booking_Details_area .card .card-header .nav-tabs .nav-link {
    display: flex;
}

    .Booking_Details_area .card .card-header .nav-tabs .nav-item.show .nav-link span, .Booking_Details_area .card .card-header .nav-tabs .nav-link.active span {
        background-color: #0d71cc;
    }

    .Booking_Details_area .card .card-header .nav-tabs .nav-link span {
        width: 25px;
        height: 25px;
        display: block;
        text-align: center;
        background-color: #aeaeae;
        color: #fff;
        border-radius: 30px;
        margin-right: 10px;
        line-height: 1.7;
    }

.TotalAmount_main .card-body .table td, .TotalAmount_main .card-body .table th {
    border-top: 2px dashed #dee2e6;
}

.TotalAmount_main .card-body .table {
    margin: 0;
}

    .TotalAmount_main .card-body .table tr:first-child td, .TotalAmount_main .card-body .table tr:last-child td {
        border-top: 0;
    }

    .TotalAmount_main .card-body .table td {
        font-size: 12px;
        font-weight: 500;
    }

        .TotalAmount_main .card-body .table td:last-child {
            text-align: right;
        }

    .TotalAmount_main .card-body .table tr:last-child td {
        background-color: var(--maincolor);
        color: #fff;
        font-size: 20px;
        font-weight: 500;
    }

.TotalAmount_main .card-body .in p, .TotalAmount_main .card-body .out p {
    margin-bottom: 5px;
    font-size: 14px;
}

.paymontmothord .nav-pills .nav-link {
    padding: 1.5rem 2rem;
    border: solid 1px #e6e6e6;
    border-radius: 10px;
    margin: 3px;
    color: #989898;
    text-align: left;
}

    .paymontmothord .nav-pills .nav-link.active, .paymontmothord .nav-pills .show > .nav-link {
        color: #0d71cc;
        background-color: #fff;
        border: solid 1px #0d71cc;
    }

.tabby_icon, .Upi_icon {
    width: 50px;
}

.tabby_timeline {
    list-style: none;
    padding: 0;
    position: relative;
}

    .tabby_timeline:before {
        content: '';
        position: absolute;
        top: 10px;
        bottom: 7px;
        width: 2px;
        background-color: #3dffbc;
        left: 9px;
    }

    .tabby_timeline li {
        padding-left: 30px;
        position: relative;
        margin: 15px auto;
        color: #878787;
    }

        .tabby_timeline li span {
            float: right;
            font-weight: 600;
        }

        .tabby_timeline li:before {
            content: '';
            position: absolute;
            width: 20px;
            height: 20px;
            border-radius: 50%;
            background-color: #ffffff;
            border: 2px solid #3dffbc;
            left: 0;
            top: 50%;
            transform: translateY(-50%);
        }

        .tabby_timeline li.active:before {
            background-color: #3dffbc;
            border: 2px solid #3dffbc;
        }

.taby_nav li .nav-link.active {
    background-color: #3dffbc;
    color: #6c6c6c;
    font-weight: 600;
}

.taby_nav li .nav-link {
    border-radius: 20px;
    padding: 15px 20px;
    color: #a1a1a1;
    background-color: #f5f5f5;
}

.taby_nav li:first-child .nav-link {
    margin-right: 10px;
}

.taby_nav li:last-child .nav-link {
    margin-left: 10px;
}

.bank_deatils tr td {
    font-weight: 600;
}

    .bank_deatils tr td:first-child {
        padding-left: 0;
    }

    .bank_deatils tr td:last-child {
        padding-right: 0;
    }

.bank_deatils tr:last-child td {
    border-bottom: 1px solid #dee2e6;
}

/**==========Visa_Serivce_section==========**/
.Visa_Serivce_section .service-card .card, .Visa_Serivce_section .service-card span i, .Visa_Serivce_section .service-card .btn i, .Visa_Serivce_section .service-card:hover span svg {
    transition: all .3s ease;
}

.Visa_Serivce_section .service-card {
    margin-bottom: 50px;
}

    .Visa_Serivce_section .service-card .card {
        height: 100%;
        border-radius: 10px;
        border-color: transparent;
        box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15);
    }

    .Visa_Serivce_section .service-card:hover .card {
        border: solid 1px var(--maincolor);
        transform: translateY(-5px);
    }

    .Visa_Serivce_section .service-card:hover span i, .Visa_Serivce_section .service-card:hover span svg {
        transform: translateY(-5px);
    }

    .Visa_Serivce_section .service-card:hover h5 {
        color: var(--maincolor);
    }

    .Visa_Serivce_section .service-card span i, .Visa_Serivce_section .service-card span svg {
        font-size: 40px;
        margin-bottom: 10px;
    }

        .Visa_Serivce_section .service-card span i, .Visa_Serivce_section .service-card span svg path {
            color: var(--maincolor);
            fill: var(--maincolor);
        }

    .Visa_Serivce_section .service-card span svg {
        height: 40px;
    }

    .Visa_Serivce_section .service-card h5 {
        font-size: 20px;
        font-weight: 700;
    }

    .Visa_Serivce_section .service-card .card-body p {
        font-size: 13px;
    }

    .Visa_Serivce_section .service-card .btn {
        font-size: 12px;
    }

        .Visa_Serivce_section .service-card .btn:hover i {
            padding-left: 5px;
        }
/**==========Contect Us==========**/
.effect {
    width: 100%;
    padding: 50px 0px 70px 0px;
    background-color: #212121;
}

    .effect h2 {
        color: #fff;
        font-family: "Playfair Display", serif;
        font-weight: 400;
        font-size: 25px;
        letter-spacing: 3px;
    }

    .effect:nth-child(2) {
        margin-top: 50px;
    }

    .effect:nth-child(2n+1) {
        background-color: #fff;
    }

        .effect:nth-child(2n+1) h2 {
            color: #212121;
        }

    .effect .buttons {
        margin-top: 50px;
        display: flex;
        justify-content: center;
    }

    .effect a:last-child {
        margin-right: 0px;
    }

/*common link styles !!!YOU NEED THEM*/
.effect {
    /*display: flex; !!!uncomment this line !!!*/
}

    .effect a {
        text-decoration: none !important;
        color: #fff;
        width: 60px;
        height: 60px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 10px;
        margin-right: 20px;
        font-size: 25px;
        overflow: hidden;
        position: relative;
    }

    .effect svg {
        padding: 15px;
        fill: #fff;
    }

    .effect a i {
        position: relative;
        z-index: 3;
    }

    .effect a.fb {
        background-color: #3b5998;
    }

    .effect a.tw {
        background-color: #313131;
    }

    .effect a.g-plus {
        background-color: #dd4b39;
    }

    .effect a.dribbble {
        background-color: #ea4c89;
    }

    .effect a.pinterest {
        background-color: #cb2027;
    }

    .effect a.insta {
        background-color: #bc2a8d;
    }

    .effect a.in {
        background-color: #007bb6;
    }

    .effect a.vimeo {
        background-color: #1ab7ea;
    }
    /* egeon effect */
    .effect.egeon a {
        transition: transform 0.2s linear 0s, border-radius 0.2s linear 0.2s;
    }

        .effect.egeon a i {
            transition: transform 0.2s linear 0s;
        }

        .effect.egeon a:hover {
            transform: rotate(-90deg);
            border-top-left-radius: 50%;
            border-top-right-radius: 50%;
            border-bottom-left-radius: 50%;
        }

            .effect.egeon a:hover i {
                transform: rotate(90deg);
            }

/**==========footer==========**/
.footer_main {
    background-color: #1579D3;
    position: relative;
    padding-top: 50px;
}

    .footer_main .plane_left_shooff {
        position: absolute;
        left: -20px;
        top: -159px;
        width: 300px;
        height: 300px;
        z-index: 1;
    }
/* .footer_main::before{
  content: "";
    position: absolute;
    left: -20px;
    top: -159px;
    width: 300px;
    height: 300px;
    background-image: url(../img/plaine_cover_left.png);
    z-index: 1;
} */
.paper_palne_left, .paper_palne_right {
    position: absolute;
    width: 60px;
    height: 60px;
    z-index: 1;
}

.paper_palne_right {
    bottom: 100px;
    right: 120px;
}

.paper_palne_left {
    top: -230px;
    left: 70px;
}

.footer_main h5, .bottomcopyright p {
    color: var(--mainwhite);
}

.footer_main .company_deatiles p, .footer_main .nav a.nav-link {
    color: #A3CCF0;
}

.footer_main .company_deatiles img.sponsor_IATA_logo {
    width: 50px;
}

.footer_main .company_deatiles img.sponsor_Tripadvisor_logo {
    width: 100px;
}

.footer_main h5 {
    font-size: 17px;
    font-weight: 700;
}

.footer_main .company_deatiles p, .footer_main .nav a.nav-link {
    font-size: 12px;
    font-weight: 400;
}

.footer_main .nav a.nav-link {
    padding: 5px 0px;
}

.footer_main .payment_logo .paymentmethod_logo {
    width: 100%;
}

.bottomcopyright {
    margin: 10px auto;
}

    .bottomcopyright .nav {
        margin-bottom: 15px;
    }

        .bottomcopyright .nav a {
            color: var(--mainwhite);
            padding: 10px 15px;
            position: relative;
            display: flex;
        }

            .bottomcopyright .nav a svg {
                height: 15px;
            }

                .bottomcopyright .nav a svg path {
                    fill: #fff;
                }

    .bottomcopyright p {
        position: relative;
        font-size: 13px;
        font-weight: 300;
        padding: 15px 0;
        padding-bottom: 0;
    }

        .bottomcopyright p::before {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            width: 330px;
            border-top: solid 2px #fff;
            margin: auto;
        }

/*=========contry flage set=========*/
.country_selectize .flag {
    display: inline-block;
    position: relative;
    width: 16px;
    height: 11px;
    background: url('../img/flags.png') no-repeat;
}

    .country_selectize .flag.flag-gu {
        background-position: -96px -55px
    }

    .country_selectize .flag.flag-mn {
        background-position: -208px -88px
    }

    .country_selectize .flag.flag-va {
        background-position: -48px -154px
    }

    .country_selectize .flag.flag-tibet {
        background-position: -32px -143px
    }

    .country_selectize .flag.flag-fo {
        background-position: -64px -44px
    }

    .country_selectize .flag.flag-th {
        background-position: -16px -143px
    }

    .country_selectize .flag.flag-tr {
        background-position: -144px -143px
    }

    .country_selectize .flag.flag-tl {
        background-position: -80px -143px
    }

    .country_selectize .flag.flag-kz {
        background-position: -144px -77px
    }

    .country_selectize .flag.flag-zm {
        background-position: -16px -165px
    }

    .country_selectize .flag.flag-uz {
        background-position: -32px -154px
    }

    .country_selectize .flag.flag-dk {
        background-position: -64px -33px
    }

    .country_selectize .flag.flag-scotland {
        background-position: -176px -121px
    }

    .country_selectize .flag.flag-gi {
        background-position: -224px -44px
    }

    .country_selectize .flag.flag-gy {
        background-position: -128px -55px
    }

    .country_selectize .flag.flag-bj {
        background-position: -112px -11px
    }

    .country_selectize .flag.flag-fr {
        background-position: -80px -44px
    }

    .country_selectize .flag.flag-mo {
        background-position: -224px -88px
    }

    .country_selectize .flag.flag-ir {
        background-position: -112px -66px
    }

    .country_selectize .flag.flag-io {
        background-position: -80px -66px
    }

    .country_selectize .flag.flag-tm {
        background-position: -96px -143px
    }

    .country_selectize .flag.flag-ch {
        background-position: -96px -22px
    }

    .country_selectize .flag.flag-mt {
        background-position: -32px -99px
    }

    .country_selectize .flag.flag-nl {
        background-position: -240px -99px
    }

    .country_selectize .flag.flag-gp {
        background-position: -16px -55px
    }

    .country_selectize .flag.flag-im {
        background-position: -48px -66px
    }

    .country_selectize .flag.flag-tv {
        background-position: -176px -143px
    }

    .country_selectize .flag.flag-mu {
        background-position: -48px -99px
    }

    .country_selectize .flag.flag-pe {
        background-position: -96px -110px
    }

    .country_selectize .flag.flag-vi {
        background-position: -112px -154px
    }

    .country_selectize .flag.flag-hn {
        background-position: -176px -55px
    }

    .country_selectize .flag.flag-ss {
        background-position: -128px -132px
    }

    .country_selectize .flag.flag-ae {
        background-position: -16px 0
    }

    .country_selectize .flag.flag-td {
        background-position: -240px -132px
    }

    .country_selectize .flag.flag-pw {
        background-position: 0 -121px
    }

    .country_selectize .flag.flag-nu {
        background-position: -32px -110px
    }

    .country_selectize .flag.flag-bt {
        background-position: -208px -11px
    }

    .country_selectize .flag.flag-ms {
        background-position: -16px -99px
    }

    .country_selectize .flag.flag-cv {
        background-position: -240px -22px
    }

    .country_selectize .flag.flag-es {
        background-position: -224px -33px
    }

    .country_selectize .flag.flag-mh {
        background-position: -144px -88px
    }

    .country_selectize .flag.flag-la {
        background-position: -160px -77px
    }

    .country_selectize .flag.flag-vn {
        background-position: -128px -154px
    }

    .country_selectize .flag.flag-py {
        background-position: -16px -121px
    }

    .country_selectize .flag.flag-br {
        background-position: -176px -11px
    }

    .country_selectize .flag.flag-ye {
        background-position: -224px -154px
    }

    .country_selectize .flag.flag-ie {
        background-position: 0 -66px
    }

    .country_selectize .flag.flag-gh {
        background-position: -208px -44px
    }

    .country_selectize .flag.flag-cg {
        background-position: -80px -22px
    }

    .country_selectize .flag.flag-cu {
        background-position: -224px -22px
    }

    .country_selectize .flag.flag-hu {
        background-position: -224px -55px
    }

    .country_selectize .flag.flag-sg {
        background-position: -224px -121px
    }

    .country_selectize .flag.flag-at {
        background-position: -176px 0
    }

    .country_selectize .flag.flag-lk {
        background-position: -224px -77px
    }

    .country_selectize .flag.flag-vu {
        background-position: -144px -154px
    }

    .country_selectize .flag.flag-bo {
        background-position: -160px -11px
    }

    .country_selectize .flag.flag-jo {
        background-position: -208px -66px
    }

    .country_selectize .flag.flag-er {
        background-position: -208px -33px
    }

    .country_selectize .flag.flag-za {
        background-position: -256px -154px
    }

    .country_selectize .flag.flag-rs {
        background-position: -80px -121px
    }

    .country_selectize .flag.flag-nr {
        background-position: -16px -110px
    }

    .country_selectize .flag.flag-ls {
        background-position: -256px -77px
    }

    .country_selectize .flag.flag-jm {
        background-position: -192px -66px
    }

    .country_selectize .flag.flag-tz {
        background-position: -208px -143px
    }

    .country_selectize .flag.flag-ki {
        background-position: -16px -77px
    }

    .country_selectize .flag.flag-sj {
        background-position: 0 -132px
    }

    .country_selectize .flag.flag-cz {
        background-position: -16px -33px
    }

    .country_selectize .flag.flag-pg {
        background-position: -128px -110px
    }

    .country_selectize .flag.flag-lv {
        background-position: -32px -88px
    }

    .country_selectize .flag.flag-do {
        background-position: -96px -33px
    }

    .country_selectize .flag.flag-lu {
        background-position: -16px -88px
    }

    .country_selectize .flag.flag-no {
        background-position: -256px -99px
    }

    .country_selectize .flag.flag-kw {
        background-position: -112px -77px
    }

    .country_selectize .flag.flag-mx {
        background-position: -96px -99px
    }

    .country_selectize .flag.flag-yt {
        background-position: -240px -154px
    }

    .country_selectize .flag.flag-ly {
        background-position: -48px -88px
    }

    .country_selectize .flag.flag-cy {
        background-position: 0 -33px
    }

    .country_selectize .flag.flag-ph {
        background-position: -144px -110px
    }

    .country_selectize .flag.flag-my {
        background-position: -112px -99px
    }

    .country_selectize .flag.flag-sm {
        background-position: -48px -132px
    }

    .country_selectize .flag.flag-et {
        background-position: -240px -33px
    }

    .country_selectize .flag.flag-ru {
        background-position: -96px -121px
    }

    .country_selectize .flag.flag-tj {
        background-position: -48px -143px
    }

    .country_selectize .flag.flag-ai {
        background-position: -64px 0
    }

    .country_selectize .flag.flag-pl {
        background-position: -176px -110px
    }

    .country_selectize .flag.flag-kp {
        background-position: -64px -77px
    }

    .country_selectize .flag.flag-uy {
        background-position: -16px -154px
    }

    .country_selectize .flag.flag-gb {
        background-position: -112px -44px
    }

    .country_selectize .flag.flag-gs {
        background-position: -64px -55px
    }

    .country_selectize .flag.flag-kurdistan {
        background-position: -96px -77px
    }

    .country_selectize .flag.flag-rw {
        background-position: -112px -121px
    }

    .country_selectize .flag.flag-ec {
        background-position: -128px -33px
    }

    .country_selectize .flag.flag-mm {
        background-position: -192px -88px
    }

    .country_selectize .flag.flag-pa {
        background-position: -80px -110px
    }

    .country_selectize .flag.flag-wales {
        background-position: -160px -154px
    }

    .country_selectize .flag.flag-kg {
        background-position: -256px -66px
    }

    .country_selectize .flag.flag-ve {
        background-position: -80px -154px
    }

    .country_selectize .flag.flag-tk {
        background-position: -64px -143px
    }

    .country_selectize .flag.flag-ca {
        background-position: -16px -22px
    }

    .country_selectize .flag.flag-is {
        background-position: -128px -66px
    }

    .country_selectize .flag.flag-ke {
        background-position: -240px -66px
    }

    .country_selectize .flag.flag-ro {
        background-position: -64px -121px
    }

    .country_selectize .flag.flag-gq {
        background-position: -32px -55px
    }

    .country_selectize .flag.flag-pt {
        background-position: -256px -110px
    }

    .country_selectize .flag.flag-tf {
        background-position: -256px -132px
    }

    .country_selectize .flag.flag-ad {
        background-position: 0 0
    }

    .country_selectize .flag.flag-sk {
        background-position: -16px -132px
    }

    .country_selectize .flag.flag-pm {
        background-position: -192px -110px
    }

    .country_selectize .flag.flag-om {
        background-position: -64px -110px
    }

    .country_selectize .flag.flag-an {
        background-position: -112px 0
    }

    .country_selectize .flag.flag-ws {
        background-position: -192px -154px
    }

    .country_selectize .flag.flag-sh {
        background-position: -240px -121px
    }

    .country_selectize .flag.flag-mp {
        background-position: -240px -88px
    }

    .country_selectize .flag.flag-gt {
        background-position: -80px -55px
    }

    .country_selectize .flag.flag-cf {
        background-position: -64px -22px
    }

    .country_selectize .flag.flag-zanzibar {
        background-position: 0 -165px
    }

    .country_selectize .flag.flag-mw {
        background-position: -80px -99px
    }

    .country_selectize .flag.flag-catalonia {
        background-position: -32px -22px
    }

    .country_selectize .flag.flag-ug {
        background-position: -240px -143px
    }

    .country_selectize .flag.flag-je {
        background-position: -176px -66px
    }

    .country_selectize .flag.flag-km {
        background-position: -32px -77px
    }

    .country_selectize .flag.flag-in {
        background-position: -64px -66px
    }

    .country_selectize .flag.flag-bf {
        background-position: -48px -11px
    }

    .country_selectize .flag.flag-mc {
        background-position: -80px -88px
    }

    .country_selectize .flag.flag-sy {
        background-position: -192px -132px
    }

    .country_selectize .flag.flag-sn {
        background-position: -64px -132px
    }

    .country_selectize .flag.flag-kr {
        background-position: -80px -77px
    }

    .country_selectize .flag.flag-eu {
        background-position: -256px -33px
    }

    .country_selectize .flag.flag-bn {
        background-position: -144px -11px
    }

    .country_selectize .flag.flag-st {
        background-position: -144px -132px
    }

    .country_selectize .flag.flag-england {
        background-position: -192px -33px
    }

    .country_selectize .flag.flag-lc {
        background-position: -192px -77px
    }

    .country_selectize .flag.flag-dm {
        background-position: -80px -33px
    }

    .country_selectize .flag.flag-be {
        background-position: -32px -11px
    }

    .country_selectize .flag.flag-ni {
        background-position: -224px -99px
    }

    .country_selectize .flag.flag-ua {
        background-position: -224px -143px
    }

    .country_selectize .flag.flag-mz {
        background-position: -128px -99px
    }

    .country_selectize .flag.flag-pf {
        background-position: -112px -110px
    }

    .country_selectize .flag.flag-tn {
        background-position: -112px -143px
    }

    .country_selectize .flag.flag-ee {
        background-position: -144px -33px
    }

    .country_selectize .flag.flag-xk {
        background-position: -208px -154px
    }

    .country_selectize .flag.flag-sx {
        background-position: -176px -132px
    }

    .country_selectize .flag.flag-sd {
        background-position: -192px -121px
    }

    .country_selectize .flag.flag-gd {
        background-position: -128px -44px
    }

    .country_selectize .flag.flag-ci {
        background-position: -112px -22px
    }

    .country_selectize .flag.flag-sz {
        background-position: -208px -132px
    }

    .country_selectize .flag.flag-cl {
        background-position: -144px -22px
    }

    .country_selectize .flag.flag-fi {
        background-position: 0 -44px
    }

    .country_selectize .flag.flag-ga {
        background-position: -96px -44px
    }

    .country_selectize .flag.flag-jp {
        background-position: -224px -66px
    }

    .country_selectize .flag.flag-de {
        background-position: -32px -33px
    }

    .country_selectize .flag.flag-np {
        background-position: 0 -110px
    }

    .country_selectize .flag.flag-re {
        background-position: -48px -121px
    }

    .country_selectize .flag.flag-bg {
        background-position: -64px -11px
    }

    .country_selectize .flag.flag-sc {
        background-position: -160px -121px
    }

    .country_selectize .flag.flag-ng {
        background-position: -208px -99px
    }

    .country_selectize .flag.flag-qa {
        background-position: -32px -121px
    }

    .country_selectize .flag.flag-mk {
        background-position: -160px -88px
    }

    .country_selectize .flag.flag-aw {
        background-position: -208px 0
    }

    .country_selectize .flag.flag-kn {
        background-position: -48px -77px
    }

    .country_selectize .flag.flag-al {
        background-position: -80px 0
    }

    .country_selectize .flag.flag-bw {
        background-position: -240px -11px
    }

    .country_selectize .flag.flag-um {
        background-position: -256px -143px
    }

    .country_selectize .flag.flag-ky {
        background-position: -128px -77px
    }

    .country_selectize .flag.flag-tt {
        background-position: -160px -143px
    }

    .country_selectize .flag.flag-so {
        background-position: -80px -132px
    }

    .country_selectize .flag.flag-lt {
        background-position: 0 -88px
    }

    .country_selectize .flag.flag-by {
        background-position: -256px -11px
    }

    .country_selectize .flag.flag-bb {
        background-position: 0 -11px
    }

    .country_selectize .flag.flag-us {
        background-position: 0 -154px
    }

    .country_selectize .flag.flag-md {
        background-position: -96px -88px
    }

    .country_selectize .flag.flag-ag {
        background-position: -48px 0
    }

    .country_selectize .flag.flag-hm {
        background-position: -160px -55px
    }

    .country_selectize .flag.flag-as {
        background-position: -160px 0
    }

    .country_selectize .flag.flag-eg {
        background-position: -160px -33px
    }

    .country_selectize .flag.flag-sv {
        background-position: -160px -132px
    }

    .country_selectize .flag.flag-sl {
        background-position: -32px -132px
    }

    .country_selectize .flag.flag-fk {
        background-position: -32px -44px
    }

    .country_selectize .flag.flag-am {
        background-position: -96px 0
    }

    .country_selectize .flag.flag-ck {
        background-position: -128px -22px
    }

    .country_selectize .flag.flag-tw {
        background-position: -192px -143px
    }

    .country_selectize .flag.flag-kh {
        background-position: 0 -77px
    }

    .country_selectize .flag.flag-to {
        background-position: -128px -143px
    }

    .country_selectize .flag.flag-se {
        background-position: -208px -121px
    }

    .country_selectize .flag.flag-cd {
        background-position: -48px -22px
    }

    .country_selectize .flag.flag-pn {
        background-position: -208px -110px
    }

    .country_selectize .flag.flag-gr {
        background-position: -48px -55px
    }

    .country_selectize .flag.flag-id {
        background-position: -256px -55px
    }

    .country_selectize .flag.flag-vc {
        background-position: -64px -154px
    }

    .country_selectize .flag.flag-somaliland {
        background-position: -96px -132px
    }

    .country_selectize .flag.flag-bi {
        background-position: -96px -11px
    }

    .country_selectize .flag.flag-pk {
        background-position: -160px -110px
    }

    .country_selectize .flag.flag-pr {
        background-position: -224px -110px
    }

    .country_selectize .flag.flag-bd {
        background-position: -16px -11px
    }

    .country_selectize .flag.flag-co {
        background-position: -192px -22px
    }

    .country_selectize .flag.flag-fm {
        background-position: -48px -44px
    }

    .country_selectize .flag.flag-bm {
        background-position: -128px -11px
    }

    .country_selectize .flag.flag-ar {
        background-position: -144px 0
    }

    .country_selectize .flag.flag-bv {
        background-position: -224px -11px
    }

    .country_selectize .flag.flag-sb {
        background-position: -144px -121px
    }

    .country_selectize .flag.flag-mq {
        background-position: -256px -88px
    }

    .country_selectize .flag.flag-eh {
        background-position: -176px -33px
    }

    .country_selectize .flag.flag-bh {
        background-position: -80px -11px
    }

    .country_selectize .flag.flag-it {
        background-position: -144px -66px
    }

    .country_selectize .flag.flag-hr {
        background-position: -192px -55px
    }

    .country_selectize .flag.flag-sa {
        background-position: -128px -121px
    }

    .country_selectize .flag.flag-mv {
        background-position: -64px -99px
    }

    .country_selectize .flag.flag-mg {
        background-position: -128px -88px
    }

    .country_selectize .flag.flag-dz {
        background-position: -112px -33px
    }

    .country_selectize .flag.flag-gg {
        background-position: -192px -44px
    }

    .country_selectize .flag.flag-gm {
        background-position: -256px -44px
    }

    .country_selectize .flag.flag-af {
        background-position: -32px 0
    }

    .country_selectize .flag.flag-li {
        background-position: -208px -77px
    }

    .country_selectize .flag.flag-sr {
        background-position: -112px -132px
    }

    .country_selectize .flag.flag-vg {
        background-position: -96px -154px
    }

    .country_selectize .flag.flag-cr {
        background-position: -208px -22px
    }

    .country_selectize .flag.flag-tc {
        background-position: -224px -132px
    }

    .country_selectize .flag.flag-ao {
        background-position: -128px 0
    }

    .country_selectize .flag.flag-ma {
        background-position: -64px -88px
    }

    .country_selectize .flag.flag-mr {
        background-position: 0 -99px
    }

    .country_selectize .flag.flag-gn {
        background-position: 0 -55px
    }

    .country_selectize .flag.flag-ne {
        background-position: -176px -99px
    }

    .country_selectize .flag.flag-nf {
        background-position: -192px -99px
    }

    .country_selectize .flag.flag-wf {
        background-position: -176px -154px
    }

    .country_selectize .flag.flag-hk {
        background-position: -144px -55px
    }

    .country_selectize .flag.flag-gf {
        background-position: -160px -44px
    }

    .country_selectize .flag.flag-ps {
        background-position: -240px -110px
    }

    .country_selectize .flag.flag-ic {
        background-position: -240px -55px
    }

    .country_selectize .flag.flag-cw {
        background-position: -256px -22px
    }

    .country_selectize .flag.flag-ml {
        background-position: -176px -88px
    }

    .country_selectize .flag.flag-ax {
        background-position: -224px 0
    }

    .country_selectize .flag.flag-gl {
        background-position: -240px -44px
    }

    .country_selectize .flag.flag-dj {
        background-position: -48px -33px
    }

    .country_selectize .flag.flag-cn {
        background-position: -176px -22px
    }

    .country_selectize .flag.flag-ht {
        background-position: -208px -55px
    }

    .country_selectize .flag.flag-lr {
        background-position: -240px -77px
    }

    .country_selectize .flag.flag-tg {
        background-position: 0 -143px
    }

    .country_selectize .flag.flag-ba {
        background-position: -256px 0
    }

    .country_selectize .flag.flag-ge {
        background-position: -144px -44px
    }

    .country_selectize .flag.flag-bz {
        background-position: 0 -22px
    }

    .country_selectize .flag.flag-au {
        background-position: -192px 0
    }

    .country_selectize .flag.flag-iq {
        background-position: -96px -66px
    }

    .country_selectize .flag.flag-cm {
        background-position: -160px -22px
    }

    .country_selectize .flag.flag-gw {
        background-position: -112px -55px
    }

    .country_selectize .flag.flag-az {
        background-position: -240px 0
    }

    .country_selectize .flag.flag-na {
        background-position: -144px -99px
    }

    .country_selectize .flag.flag-fj {
        background-position: -16px -44px
    }

    .country_selectize .flag.flag-zw {
        background-position: -32px -165px
    }

    .country_selectize .flag.flag-bs {
        background-position: -192px -11px
    }

    .country_selectize .flag.flag-il {
        background-position: -16px -66px
    }

    .country_selectize .flag.flag-nz {
        background-position: -48px -110px
    }

    .country_selectize .flag.flag-me {
        background-position: -112px -88px
    }

    .country_selectize .flag.flag-si {
        background-position: -256px -121px
    }

    .country_selectize .flag.flag-nc {
        background-position: -160px -99px
    }

    .country_selectize .flag.flag-lb {
        background-position: -176px -77px
    }


.header-area .navbar-white.navscrolled .navbar-brand.main_logo .Company_White_logo {
    display: block !important;
}

.header-area .navbar-white.navscrolled .navbar-brand.main_logo .Company_normel_logo {
    display: none !important;
}

/*============== share popup =================*/
.mt-100 {
    margin-top: 100px;
}

#shere_poup_main .modal-content {
    border-radius: 13px;
}

#shere_poup_main .modal-body {
    color: #3b3b3b;
}

#shere_poup_main svg.img-thumbnail {
    padding: 15px;
}

#shere_poup_main .img-thumbnail {
    /* border-radius: 33px; */
    width: 61px;
    height: 61px;
}

#shere_poup_main .fab:before {
    position: relative;
    top: 13px;
}

#shere_poup_main .smd {
    width: 200px;
    font-size: small;
    text-align: center;
    text-decoration: none;
}

    #shere_poup_main .smd p {
        padding-top: 5px;
    }

@media (max-width: 767px) {
    #shere_poup_main .smd {
        display: block;
        margin: auto;
    }
}


#shere_poup_main .modal-footer {
    display: block;
}

#shere_poup_main .ur {
    border: none;
    background-color: #e6e2e2;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
}

#shere_poup_main .cpy {
    border: none;
    background-color: #e6e2e2;
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
    cursor: pointer;
}

#shere_poup_main button.focus,
#shere_poup_main button:focus {
    outline: 0;
    box-shadow: none !important;
}

#shere_poup_main .ur.focus,
#shere_poup_main .ur:focus {
    outline: 0;
    box-shadow: none !important;
}

#shere_poup_main .message {
    font-size: 11px;
    color: #ee5535;
}

#shere_poup_main .img-thumbnail.Twitter_bg {
    background-color: #E1E8ED;
    color: #4c6ef5;
}

#shere_poup_main svg.img-thumbnail.Twitter_bg path {
    fill: #14171A;
}

#shere_poup_main .img-thumbnail.facebook_bg {
    background-color: #eceff5;
    color: #3b5998;
}

#shere_poup_main .img-thumbnail.WhatsApp_bg {
    background-color: #cef5dc;
    color: #25D366;
}

#shere_poup_main .img-thumbnail.LinkedIn_bg {
    background-color: #e6f4f8;
    color: #0e76a8;
}

#shere_poup_main .img-thumbnail.Telegram_bg {
    background-color: #e0f0ff;
    color: #0088cc;
}

/*============== Rate popup =================*/
.Rate_popup_main .modal-header {
    padding-top: 90px;
}

.Rate_popup_main .modal-body h3 {
    font-weight: 700;
}

.Rate_popup_main .modal-body p, .Rate_popup_main .modal-body textarea, .Rate_popup_main .footer_btn .btn {
    font-size: 13px;
}

.Rate_popup_main .footer_btn .btn {
    display: block;
}

.Rate_popup_main .modal-body textarea {
    background-color: #F5F5F5;
    border-radius: 10px;
    border: 0;
    padding: 10px 13px;
}

.Rate_popup_main .footer_btn .btn {
    border-radius: 30px;
    padding: 8px 25px;
    width: 100%;
    box-shadow: none;
    border: 0;
}

textarea::placeholder {
    color: #cccccc !important; /* Light gray color */
}

#rate_massge textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid transparent;
    transition: border-color 0.3s ease;
}
    /* Active state with border animation */
    #rate_massge textarea.active {
        border-color: var(--maincolor); /* Change border color */
        animation: border-pulse 1.5s infinite; /* Add animation */
    }

/* Border pulse animation */
@keyframes border-pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(0, 123, 255, 0.4);
    }

    70% {
        box-shadow: 0 0 0 10px rgba(0, 123, 255, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(0, 123, 255, 0);
    }
}

.Rate_popup_main .modal-header .Reaction_Emoji {
    height: 75px;
    width: 75px;
    position: relative;
    margin: auto;
    z-index: 1;
    border-radius: 50%;
    overflow: hidden;
    border: solid #fff;
    background: #fff;
}

.Rate_popup_main .Reaction_Emoji::before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    background-image: url(../img/icons/emoji_kit_png.png);
    background-size: cover;
    background-repeat: no-repeat;
}

.add_Rating_1::before {
    background-position: 0 0;
}

.add_Rating_2::before {
    background-position: -100px 0;
}

.add_Rating_3::before {
    background-position: -201px 0;
}

.add_Rating_4::before {
    background-position: -301px 0;
}

.add_Rating_5::before {
    background-position: -401px 0;
}

.Rate_popup_main .modal-content {
    overflow: hidden;
}

.Rate_popup_main .modal-header::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 130px;
    background-image: url(../img/rate_head_bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

#full-stars-example-two {
    justify-content: center;
    display: flex;
}

    #full-stars-example-two .rating-group {
        display: inline-flex;
    }

    #full-stars-example-two .rating__icon {
        pointer-events: none;
    }

    #full-stars-example-two .rating__input {
        position: absolute !important;
        left: -9999px !important;
    }

    #full-stars-example-two .rating__input--none {
        display: none;
    }

    #full-stars-example-two .rating__label {
        cursor: pointer;
        padding: 0 0.1em;
        font-size: 25px;
        margin: 0;
    }

    #full-stars-example-two .rating__icon--star {
        color: orange;
    }

    #full-stars-example-two .rating__input:checked ~ .rating__label .rating__icon--star {
        color: #ddd;
    }

    #full-stars-example-two .rating-group:hover .rating__label .rating__icon--star {
        color: orange;
    }

    #full-stars-example-two .rating__input:hover ~ .rating__label .rating__icon--star {
        color: #ddd;
    }

/*====================================Respoive Area=========================================*/
@media (min-width: 1920px) {
    .Master_cruser_poiters h5 {
        font-size: 2em;
        /* text-shadow: 2px 2px 5px rgb(0 0 0 / 52%), -2px -2px 5px rgb(255 255 255 / 66%); */
        color: #fff;
    }
}

@media (min-width: 1260px) {
    .midum_size_collapse {
        display: none !important;
    }
}

@media (max-width: 1400px) {
    .dedcription-btn .btn-icon {
        width: 65px;
    }

    .btn-icon::after {
        border-top: 35px solid #fcfcfc;
        border-right: 30px solid transparent;
        top: -1px;
        left: -1px;
    }
}

@media (min-width: 1200px) {
    .sticky {
        position: fixed;
        top: 72px;
        right: 381px;
        max-width: 380px;
        background: #ffffff;
        z-index: 999;
    }
}

@media (min-width: 992px) {

    .error_page img {
        width: 60%;
    }

    .Master_cruser_poiters {
        left: 7%;
        right: 7%;
    }

    .main_card_box .carousel-control-prev {
        left: 15px;
    }

    .main_card_box .carousel-control-next {
        right: 15px;
    }
}

@media (min-width: 768px) {
    .header_bloger_slider_main .main_card_box {
        /* padding-bottom: 70px; */
    }

    .header_bloger_slider_main .Scroll_Down_btn span {
        color: #000;
    }
}

@media (max-width: 991px) {
    .main_card_box .tags_slider .btn {
        font-size: 10px;
    }

    .main_card_box .carousel-control-next, .main_card_box .carousel-control-prev {
        padding: 15px;
    }

    .price-tag::after {
        border-bottom: 35px solid #ffffff;
        border-right: 28px solid #ff5f5f;
        left: -27px;
        z-index: -1;
    }

    .Scroll_Down_btn {
        display: none;
    }

    .m-tb-100px {
        margin-top: 50px;
        margin-bottom: 50px;
    }

    .subheader {
        margin-top: 0px;
    }

    .ainmate_icon_left, .ainmate_icon_right {
        display: none;
    }

    section {
        overflow: hidden;
    }

    .subheader h4 span {
        font-size: 25px;
    }

    .subheader h4, h2 {
        font-size: 20px;
    }

    p, .faq_main h6, .faq_main .card-body p {
        font-size: 12px;
    }
    /* .header-area .navbar-brand.main_logo .Company_normel_logo{
  display: block;
} */
    .header-area .navbar-dark.navscrolled .navbar-brand.main_logo .Company_White_logo {
        display: block !important;
    }

    .header-area .navbar-dark.navscrolled .navbar-brand.main_logo .Company_normel_logo {
        display: none !important;
    }

    .header-area .navbar {
        background-color: #fff;
        box-shadow: 0 0.5rem 1rem rgba(0,0,0,.15);
    }

        .header-area .navbar .navbar-toggler {
            background-color: #ffffff;
            border: 1px solid #e4e4e4;
            border-radius: 15px;
            outline: 0;
        }

    .header-area .navscrolled .navbar-nav .nav-item .nav-link {
        color: #fff !important;
    }

    .header-area .navbar-nav .nav-item .nav-link {
        color: #212529;
    }

    .btn_emngy_mobile, .btn_emngy_mobile:hover {
        display: flex;
        width: 140px;
        margin-right: 20px;
        margin-left: 20px;
        padding: 7px 0px;
        justify-content: center;
        align-items: center;
        border: 1px solid #d54040;
        background-color: #d46666;
        color: #fff;
        border-radius: 50px;
        transition: background-color .3s ease;
        font-size: 14px;
        line-height: 20px;
        font-weight: 400;
        text-align: center;
        text-transform: uppercase;
        text-decoration: none;
        margin-left: auto;
    }

    .banner_info .expirance_info {
        text-align: center;
    }

    .main_slider .carousel-inner .carousel-item .card-body.main-text {
        margin-top: 20%;
    }

    .main_slider .carousel-inner .carousel-item .card-body.main-people {
        text-align: center;
    }

        .main_slider .carousel-inner .carousel-item .card-body.main-people img {
            height: 250px;
        }

    .main-text h5, .Scroll_Down_btn span {
        font-size: 10px;
    }

    .main-text h1 {
        font-size: 30px;
    }

    .action_main_button .visa_button .btn {
        height: 40px;
        padding: 10px 25px;
        font-size: 15px;
        line-height: 19px;
    }

    .error_page img {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .header-area .navbar-dark .navbar-brand img, .company_deatiles img {
        width: 115px;
    }

    .main_slider .carousel-inner .carousel-item .card-body.main-text {
        margin-top: 30%;
        text-align: center;
    }

        .main_slider .carousel-inner .carousel-item .card-body.main-text .action_main_button {
            justify-content: center;
        }

    .main_slider .carousel-inner .carousel-item .card-body.main-people {
        padding-top: 20px;
        text-align: center;
    }

        .main_slider .carousel-inner .carousel-item .card-body.main-people img {
            height: 200px;
        }

    .main_box .card-body .nav li {
        font-size: 13px;
        width: 100%;
        text-align: center;
    }

    .blog_main_area .card-body.blog-text h5 {
        font-size: 25px;
    }

    .blog_main_area .blog-text {
        padding: 6.25rem 0;
        padding-top: 120px;
        margin-top: 35px;
    }
}

@media (max-width: 380px) {

    .main_box .card-footer {
        display: block;
        padding-bottom: 10px;
    }

        .main_box .card-footer .dedcription-btn {
            margin: 0 !important;
            margin-bottom: 10px !important;
        }

    .main_box .card-body {
        padding-left: 1.25rem;
        padding-right: 1.25rem;
    }

        .main_box .card-body table td {
            padding-bottom: 0 !important;
            font-size: 11px;
        }

    .btn_emngy_mobile {
        width: auto !important;
        padding: 6px 10px !important;
        font-size: 12px !important;
    }

        .btn_emngy_mobile i {
            padding-right: 0 !important;
        }

        .btn_emngy_mobile span {
            display: none;
        }
}

/* Styles for screens between 992px and 1199.98px (large devices) */
/*-extra larg-*/
@media (min-width: 992px) and (max-width: 1610px) {
    .banner_Explore_By_Style .inshow_fram_img.left_side_img, .banner_Explore_By_Style .inshow_fram_img.right_side_img, .banner_Explore_By_Style .inshow_fram_img.center_side_img {
        background-size: 100%;
    }
}

@media (min-width: 1200px) and (max-width: 1560px) {
    .blog-right-sidebar .recent_img_fram {
        width: 65px;
        height: 65px;
    }

    .content_of_post h6 {
        font-size: 15px;
    }
}

@media (min-width: 1200px) and (max-width: 1400px) {
    .main_box .card-footer {
        display: block;
        padding-bottom: 10px;
    }

        .main_box .card-footer .dedcription-btn {
            margin: 0 !important;
            margin-bottom: 10px !important;
        }

    .main_box .card-body {
        padding-left: 1.25rem;
        padding-right: 1.25rem;
    }

        .main_box .card-body table td {
            padding-bottom: 0 !important;
            font-size: 11px;
        }
}

@media (min-width: 992px) and (max-width: 1259px) {
    .midum_size_happen {
        display: none;
    }

    .midum_size_collapse, .midum_size_collapse .close_button_animation {
        transition: right ease .3s, transform ease .3s .3s;
    }

    .midum_size_collapse {
        position: fixed;
        z-index: 1035;
        width: 300px;
        height: 100vh;
        right: -335px;
        top: 0;
        bottom: 0;
        background-color: #fff;
        padding: 20px;
        box-shadow: 0 0 7px #0000006b;
    }

        .midum_size_collapse.open_menu {
            right: 0;
        }

            .midum_size_collapse.open_menu .close_button_animation {
                left: -23px;
            }

        .midum_size_collapse .close_button_animation {
            position: absolute;
            left: -108px;
            top: 10px;
        }

            .midum_size_collapse .close_button_animation .icon {
                height: 44px;
                padding: 20px;
                width: 45px;
                border-radius: 30px;
                box-shadow: 0 0 7px #0000006b;
            }

        .midum_size_collapse .navbar-nav {
            list-style-type: none;
            padding: 0;
        }

        .midum_size_collapse .nav-item {
            margin-bottom: 10px; /* Add some spacing between menu items */
        }

        .midum_size_collapse .nav-link {
            color: #343a40; /* White text color */
            font-size: 18px;
            text-decoration: none;
            transition: color 0.3s ease; /* Smooth color transition on hover */
        }

            .midum_size_collapse .nav-link:hover .midum_size_collapse .nav-item.active .nav-link {
                color: #17a2b8; /* Change text color on hover */
                font-weight: 500;
            }

        .midum_size_collapse .nav-item.active .nav-link {
            border-bottom: solid 2px #898888;
            font-weight: 600;
            text-transform: uppercase;
        }

    .opening_right_menu {
        content: "";
        position: fixed;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        background-color: rgb(0 0 0 / 50%);
        z-index: 1034;
    }
}

@media (min-width: 992px) and (max-width: 1341px) {
    .header-area .navbar-nav .nav-item .nav-link {
        padding: 1.5rem 5px;
        font-size: 12px;
    }
}

/*====================================Respoive Area=========================================*/
