@import url("https://fonts.googleapis.com/css2?family=Oregano&display=swap");
 :root {
            --header-bg: {{ $headerBgColor }};
            --header-text: {{ $headerTextColor }};
        }
html,
body {
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    margin: 0px;
    padding: 0px !important;
    color: #000000;
    line-height: 1.5;
    background-color: #ffffff !important;
    overflow-x: hidden;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 600;
    margin-bottom: 15px;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-weight: 400;
    margin-bottom: 15px;
}
h2,
.h2 {
    font-size: 40px;
}
h5,
.h5 {
    font-size: 18px;
}
p {
    font-weight: 400;
    margin-bottom: 15px;
}
a {
    color: #6a0dad;
    transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    -webkit-transition-duration: 0.4s;
    -ms-transition-duration: 0.4s;
    text-decoration: none;
}
a:hover {
    text-decoration: none;
    outline: none;
    color: #ffd300;
}
ul,
ol {
    margin: 0px;
}
ul li,
ol li {
    margin: 0;
}
blockquote {
    background: #f5f5f5;
}
a,
button,
i,
img {
    transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
}
img {
    max-width: 100%;
    height: auto;
}
:focus {
    outline: none;
}
*::-moz-selection {
    background: #6a0dad;
    text-shadow: none;
    color: #ffffff;
}
*::selection {
    background: #6a0dad;
    text-shadow: none;
    color: #ffffff;
}
.fw_500 {
    font-weight: 500;
}
.fs_14 {
    font-size: 14px;
}
.fs_12 {
    font-size: 12px;
}
.rounded-10 {
    border-radius: 10px;
}

.text_purple {
    color: #6a0dad;
}

.btn {
    padding: 0.45rem 1.4rem;
    border-radius: 50px;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    vertical-align: top;
}
.btn:focus {
    box-shadow: none;
}
.default-btn {
    padding: 12px 25px;
    color: #ffffff;
    background-color: var(--content-button-default);
    font-weight: 500;
    font-size: 16px;
    border: 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    overflow: hidden;
}
.default-btn:hover,
.default-btn.active {
    background-color: #ffd300;
    color: #ee2d24;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.secondary-btn {
    padding: 12px 25px;
    background-color: var(--content-button-secondary);
    color: #ffffff;
    font-weight: 500;
    font-size: 16px;
    border: 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.secondary-btn:hover,
.secondary-btn.active {
    background-color: #6a0dad;
    color: #ffffff;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background-position: 100% 0;
}
.default-outline-btn {
    padding: 12px 25px;
    color: #ffd300;
    border: 1px solid #ffd300;
    background-color: transparent;
    font-weight: 500;
    font-size: 16px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.default-outline-btn:hover,
.default-btn.active {
    background-color: #ffd300;
    color: #6a0dad;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.btn.arrow-right {
    position: relative;
    padding-right: 59px;
}
.btn.arrow-right::after {
    content: "";
    position: absolute;
    right: 15%;
    top: 52%;
    bottom: 0;
    transform: translatey(-50%);
    width: 20px;
    height: 20px;
    background-size: 20px;
    background-repeat: no-repeat;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAoCAYAAACM/rhtAAAABHNCSVQICAgIfAhkiAAAAOBJREFUWEft100OgkAMhmF6LFfuXHsedYEL8TgecSgGjWnmp5NJ2i+xLEGSJ++MBWgCPwjcNwVwdIWiYBQcLTB6f+xBWTCldOJzRyK6auqaFmTcmVGvHbZokKbADcbI9FPuychLraQ5MIN8MPJWQroAe0q6ATPI7J50BWqQ7sDWckMAa38cGGCpJIm5pBnulr9Z0IEz8hLPPMDvMECx1d64bS9BAEs4CGAN5w5s4VyBGpwbUItzAfbgzIHilf87SqDeqPePpsNnzrWemxBzEKpgq5i8HgV7i0XB0WJR8O8KruW/aydWgQKnAAAAAElFTkSuQmCC);
}
.image {
    background: #fafafa;
    overflow: hidden;
    position: relative;
    transition: all 0.2s linear 0s;
    width: 100%;
    z-index: 2;
}
.image .img-thumb {
    display: block;
    position: relative;
    overflow: hidden;
}
.image .img-thumb {
    height: 200px;
    text-align: center;
    transition: all 0.4s linear 0s;
    -webkit-transition: all 0.4s linear 0s;
    -moz-transition: all 0.4s linear 0s;
}
.image .img-thumb img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    transition: all 0.6s linear 0s;
    object-fit: cover;
}
.img-bg {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.img-fit {
    object-fit: cover;
}
.bg-dark {
    background-color: #1f1f1f !important;
}
.bg-red {
    background-color: var(--red) !important;
}
.bg-lighter {
    background-color: #fff8f0 !important;
}
.bg-lighter {
    background-color: #fff8f0 !important;
}
.bg-dark-blue {
    background: #283862 !important;
}
.bg-default {
    background: #6a0dad !important;
}
.bg-lavander {
    background: #d8b4f4 !important;
}
.text-red {
    color: var(--red) !important;
}
.text-black {
    color: #000000 !important;
}
.text-default {
    color: #6a0dad !important;
}
.text-yellow {
    color: #ffd300 !important;
}
.text-lavander {
    color: #d8b4f4 !important;
}
.progress-bar {
    background-color: #6a0dad !important;
}
.shadow-top,
.shadow-bottom,
.shadow-left,
.shadow-right {
    position: relative;
}
.shadow-squre {
    box-shadow: 0 0px 10px 0 rgba(0, 0, 0, 0.1);
}
.shadow-top {
    box-shadow: 0 -5px 5px 0 rgba(0, 0, 0, 0.1);
}
.shadow-bottom {
    box-shadow: 0px 10px 5px -5px rgba(0, 0, 0, 0.1);
}
.shadow-left {
    box-shadow: -5px 0 5px 0 rgba(0, 0, 0, 0.1);
}
.shadow-right {
    box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
}
.shadow-inset-squre {
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1) inset;
}
.shadow-inset-top {
    box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.1) inset;
}
.shadow-inset-bottom {
    box-shadow: 0 -5px 5px 0 rgba(0, 0, 0, 0.1) inset;
}
.shadow-inset-left {
    box-shadow: -5px 0 5px 0 rgba(0, 0, 0, 0.1) inset;
}
.shadow-inset-right {
    box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1) inset;
}
.modal {
    z-index: 100050;
}
.modal-backdrop {
    z-index: 100040;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
    color: #fff;
    background-color: #6a0dad;
}
.relative {
    position: relative;
}
.overlay {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.overlay-bg {
    background-color: #000000;
    opacity: 0.75;
}
.custom-form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 2px solid #e1e5e9;
    border-radius: 12px;
    transition: all 0.3s ease;
    outline: none;
}
.custom-form-control:focus {
    border-color: #6f42c1;
    box-shadow: 0 0 0 3px rgba(111, 66, 193, 0.1);
    /* transform: translateY(-1px); */
}
.custom-form-control::placeholder {
    color: #adb5bd;
}
/* .custom-select{height: calc(3rem + 2px);font-size: 16px;border-radius: 50px;border: 1px solid #EBEBEB;padding: .375rem 1.2rem;padding-right: 1.8rem;background:#fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1024 1024' %3e%3cpath fill='%23a4a4a4' d='M0 307.2c0-6.552 2.499-13.102 7.499-18.101 9.997-9.998 26.206-9.998 36.203 0l442.698 442.698 442.699-442.698c9.997-9.998 26.206-9.998 36.203 0s9.998 26.206 0 36.203l-460.8 460.8c-9.997 9.998-26.206 9.998-36.203 0l-460.8-460.8c-5-5-7.499-11.55-7.499-18.102z'/%3e%3c/svg%3e");background-size: 0.8em auto, 100%;background-repeat: no-repeat;background-position: right .8em top 50%, 0 0;} */
.custom-select {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    border: 2px solid #e1e5e9;
    border-radius: 12px;
    transition: all 0.3s ease;
    outline: none;
    background: #fff
        url("data:image/svg+xml,<svg width='13' height='8' viewBox='0 0 13 8' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M1 1L6.5 6.07692L12 1' stroke='%23A4A4A4' stroke-width='1.5'/></svg>");
    background-size: 0.8em auto, 100%;
    background-repeat: no-repeat;
    background-position: right 0.8em top 50%, 0 0;
}
.custom-select:focus {
    border-color: #6f42c1;
    box-shadow: 0 0 0 3px rgba(111, 66, 193, 0.1);
}
.custom-textArea {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 2px solid #e1e5e9;
    border-radius: 12px;
    transition: all 0.3s ease;
    outline: none;
}
.custom-textArea:focus {
    border-color: #6f42c1;
    box-shadow: 0 0 0 3px rgba(111, 66, 193, 0.1);
    /* transform: translateY(-1px); */
}
.custom-file-input {
    display: none;
}
.file-label {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    border: 2px solid #e1e5e9;
    border-radius: 12px;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
}
.file-label:hover,
.file-label:focus {
    border-color: #007bff;
}
.file-icon {
    font-size: 1.2rem;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0.75rem;
}
.custom-control-label:before,
.custom-control-label:after {
    top: 0.15rem;
    width: 1.2rem;
    height: 1.2rem;
}
.custom-checkbox .custom-control-label:before {
    border-radius: 0rem;
    border: 1px solid #d8d8d8;
}
.custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #6a0dad;
    background-color: #6a0dad;
}
.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #6a0dad;
}
.custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: none;
}
.cursor-pointer {
    cursor: pointer;
}
.v-border {
    border: 1px solid red;
}
.v-msg {
    color: red;
    font-size: 12px;
    font-weight: 500;
}

.checkout-msg {
    color: #6a0dad;
    font-size: 12px;
    font-weight: 500;
}

/*--------------------------------------------
	1.9. slick arrow
---------------------------------------------------*/
.slick-prev,
.slick-next {
    display: block;
    width: 32px;
    height: 32px;
    line-height: 14px;
    transition: all 0.3s ease 0s;
    border-radius: 9px;
    background-color: #6a0dad;
}
.slick-prev:hover,
.slick-next:hover,
.slick-prev:focus,
.slick-next:focus {
    background-color: #ffd300;
}
.slick-prev:hover:before,
.slick-next:hover:before {
    color: #ffffff;
}
.slick-prev:focus:before,
.slick-next:focus:before {
    color: #ffffff;
}
.slick-prev {
    left: -10px;
}
.slick-next {
    right: -10px;
}
.slick-prev:before,
.slick-next:before {
    font-family: "FontAwesome";
    font-size: 24px;
    color: #ffffff;
    transition: all 0.3s ease 0s;
    opacity: 1;
}
.slick-prev:before {
    content: "\f104";
}
.slick-next:before {
    content: "\f105";
}
.slick-dots li {
    width: 20px;
    height: 9px;
    margin: 0 10px;
}
.slick-dots li.slick-active {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 9px;
    transform: scale(1.2);
}
.slick-dots li button {
    width: 20px;
    height: 9px;
    padding: 0px;
    position: relative;
}
.slick-dots li button:before {
    content: "";
    font-size: 12px;
    background: #6a0dad;
    opacity: 1;
    width: 10px !important;
    height: 10px !important;
    line-height: 10px !important;
    border-radius: 22px;
}
.slick-dots li.slick-active button:before {
    opacity: 1;
    background: #ffd300;
    width: 20px !important;
    transition: all 1s;
}
.slick-prev.slick-disabled,
.slick-next.slick-disabled {
    display: none !important;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
    opacity: 0;
}
.content_body {
    background-color: #ffd300;
    padding-top: 50px;
}

/*--------------------Header------------------------*/
/* Header Styles  */
.header {
    position: relative;
    display: block;
    transition: all 0.4s linear 0s;
    -webkit-transition: all 0.4s linear 0s;
    -moz-transition: all 0.4s linear 0s;
}
.header .navbar {
    background: var(--header-bg);
    width: 100%;
    height: 85px;
    padding-top: 8px;
    padding-bottom: 8px;
    z-index: 999;
    transition: all 0.4s linear 0s;
    -webkit-transition: all 0.4s linear 0s;
    -moz-transition: all 0.4s linear 0s;
}
.header-btn {
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 42px;
    padding-right: 42px;
    color: #ffffff !important;
    background-color: #6a0dad;
    font-weight: 500;
    font-size: 16px;
    border: 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border-radius: 25rem;
    overflow: hidden;
    margin-left: 20px;
}
.header-btn:hover {
    background-color: #ffd300;
    color: #6a0dad !important;
}
.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}
.sticky.header .navigation .navbar {
    position: fixed;
    width: 100%;
    left: 0px;
    top: 0px;
    z-index: 10001;
    box-shadow: 0px 5px 7px rgba(0, 0, 0, 0.15);
    -webkit-animation: 600ms ease-in-out 0s normal none 1 running fadeInDown;
    animation: 600ms ease-in-out 0s normal none 1 running fadeInDown;
}
.sticky.header .bottom_header {
    position: fixed;
    width: 100%;
    left: 0px;
    top: 65px;
    z-index: 999;
    box-shadow: 0px 5px 7px rgba(0, 0, 0, 0.15);
    -webkit-animation: 600ms ease-in-out 0s normal none 1 running fadeInDown;
    animation: 600ms ease-in-out 0s normal none 1 running fadeInDown;
}
@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        transform: translateY(-20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}
.logo_caption{
    margin: 0;
    font-size: 12px;
    color: var(--header-text);
    line-height: 1;
}
.header_logo {
    width: max-width;
    height: 50px;
    display: block;
    z-index: 100;   
     padding-top: 0;
    padding-bottom: 0;
}
.header_logo img {
    max-width: 100%;
    max-height: 100% !important;
}
.sticky.header .header_logo {
    max-width: 186px;
    height: 50px;
    line-height: 50px;
    margin-top: 0;
}
/* Header Styles  */

/* Navigation & Dropdown Menu */
.navigation .navbar .navbar-nav > li {
    position: relative;
    margin: 0px 16px;
}
.navigation .navbar .navbar-nav > li:last-child {
    margin-right: 0px;
}
.navigation .navbar .navbar-nav > li > a {
    font-size: 14px;
    font-weight: 400;
    padding: 5px 8px 5px 8px;
    color: var(--header-text);
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
    display: block;
}
.navigation .navbar .navbar-nav > li > a.active-menu,
.navigation .navbar .navbar-nav > li:hover > a {
    color: #ffd300;
}
.navbar-collapse {
    position: relative;
}
.navbar .navbar-toggler {
    padding: 3px 8px;
    margin: 18px 0;
    border: 0;
    -webkit-transform: all 0.4s linear;
    transform: all 0.4s linear;
}
.navbar .navbar-toggler:focus {
    outline: none;
}
.navbar .navbar-toggler .icon-bar {
    width: 30px;
    height: 2px;
    background-color: #6a0dad;
    display: block;
    margin: 5px 0;
    position: relative;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
}
.navbar .navbar-toggler.active .icon-bar:nth-of-type(1) {
    -webkit-transform: rotate(46deg);
    transform: rotate(46deg);
    top: 7px;
}
.navbar .navbar-toggler.active .icon-bar:nth-of-type(2) {
    opacity: 0;
}
.navbar .navbar-toggler.active .icon-bar:nth-of-type(3) {
    -webkit-transform: rotate(134deg);
    transform: rotate(134deg);
    top: -7px;
}
.user-profile-dropdown-div {
    margin-left: 20px;
}
.profile-dropdown .dropdown-menu {
    padding: 0;
    overflow: hidden;
    border-radius: 10px;
    right: 0;
    left: auto;
    min-width: 12rem;
}
.profile-dropdown .dropdown-menu .dropdown-item {
    padding: 0.5rem 1.5rem;
}
.profile-dropdown .dropdown-menu i {
    color: #6a0dad;
}
.profile-dropdown .dropdown-menu .dropdown-item:hover,
.profile-dropdown .dropdown-menu .dropdown-item:hover i {
    background: #6a0dad;
    color: #ffffff;
}
.profile-dropdown .dropdown-menu .user_name {
    color: #6a0dad;
    text-align: center;
    padding: 5px;
    background-color: #ffc907;
    font-weight: 500;
}
.bottom_header {
    background-color: #6a0dad;
    width: 100%;
    height: 52px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    position: relative;
    z-index: 998;
}
.bottom_header h6 {
    font-size: 1.5rem;
    color: #fff;
}
.bottom_header a {
    background-color: #ffd300;
    color: #47434a;
    font-size: 18px;
    line-height: 0;
    padding: 17px;
    border: 1px solid #fff;
    border-radius: 5px;
}
@media (max-width: 991px) {
    .navigation .navbar {
        height: 70px;
    }
    .navigation .navbar .navbar-nav {
        margin-right: 0px;
    }
    .header_logo {
        height: 40px;
        padding: 0;
        margin-top: 0;
    }
    .sticky.header .header_logo {
        height: 40px;
        line-height: 0;
        margin-top: 0;
    }
    .navbar .navbar-toggler {
        position: absolute;
        top: 24px;
        right: 15px;
        z-index: 998;
        padding: 0;
        margin: 0;
    }
    .navbar-collapse {
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        z-index: 99999;
        background-color: var(--header-bg);
    }
    .navigation .navbar .navbar-nav li > a {
        padding: 10px 30px;
        display: block;
        border-bottom: 1px solid #e0e0e0;
    }
    .navigation .navbar .navbar-nav > li {
        margin-right: 0;
        width: 100%;
        margin: 0;
    }
    .user-profile-dropdown-div {
        position: absolute;
        top: 16px;
        right: 60px;
        z-index: 99999;
    }
    .header-btn {
        width: fit-content;
        margin: 0 auto;
        position: absolute;
        top: 18px;
        right: 60px;
        z-index: 998;
        padding: 8px 24px;
        font-size: 14px;
    }
}
/* Navigation & Dropdown Menu */
/*--------------------Header------------------------*/

/*--------------------Section------------------------*/
.section {
    position: relative;
    padding-top: 50px;
    padding-bottom: 50px;
    z-index: 2;
}
.section-title {
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.section-title .title {
    font-size: 35px;
    font-weight: 700;
    color: var(--content-heading);
    /* color: var(--header-text); */
    margin-bottom: 0px;
    line-height: 1.2;
}
.section-title p {
    color: #64748b;
    font-size: 16px;
    margin-bottom: 0px;
    line-height: 1.2;
}
.section-title .title.color-title {
    /* color: #32373d; */
     color: var(--content-heading);
}
.section-title .upper-title {
    text-transform: uppercase;
    font-size: 12px;
    color: #32373d;
    margin-bottom: 18px;
    letter-spacing: 1.8px;
}
.title_bottom {
    font-size: 20px;
    color: #6a0dad;
    /* font-family: "Carattere", cursive; */
    font-family: "Oregano", cursive;
}
@media screen and (max-width: 575px) {
    .section {
        padding-top: 24px;
        padding-bottom: 24px;
    }
    .section-title .title {
        font-size: 22px;
    }
}

/* Home Page Styles Starts */
.hero-section {
    position: relative;
    height: 600px;
    padding: 0;
    z-index: 99;
}
.hero_section_vdo {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
.banner-content {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40%;
    z-index: 1;
}
.banner-content .text-h2 {
    color: var(--banner-text-color);
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 15px;
}
.banner-content .text-h2 span {
    color: #ffc907;
}
.banner-content p {
    font-weight: 400;
    margin-bottom: 25px;
    font-size: 20px;
    color: #ffffff;
}
.banner_btns {
    display: flex;
    gap: 20px;
    margin-bottom: 15px;
}
.banner_default_btn {
    padding: 12px 25px;
    color: #ffffff;
    background-color: var(--content-button-default);
    font-weight: 500;
    font-size: 16px;
    border: 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border-radius: 25rem;
}
.banner_default_btn:hover,
.banner_default_btn.active {
    background-color: #ffd300;
    color: #ee2d24;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.banner_default_btn:focus {
    outline: none;
}
.hero-section img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
}
/* .search-nav {
    position: relative;
}
.search-nav .form-control {
    height: 55px;
    font-size: 18px;
    box-shadow: none;
    color: #000000;
    padding: 0.275rem 1.55rem;
    padding-left: 38px;
    padding-right: 72px;
    border: 0;
    border-radius: 50px;
    background: #ffffff;
    font-weight: 300;
}
.search-nav .form-control:focus {
    box-shadow: none;
}
.search-nav .form-control::placeholder {
    opacity: 1;
    color: #000000;
}
.search-nav .btn {
    padding: 0px 0px;
    border-radius: 50%;
    overflow: hidden;
    width: 42px;
    height: 42px;
    line-height: 1;
    position: absolute;
    right: 18px;
    top: 50%;
    transform: translatey(-50%);
    z-index: 3;
    background-color: #6a0dad;
}
.search-nav .btn img {
    transition: all ease 0.3s;
}
.search-nav .btn:hover img {
    opacity: 0.8;
} */
.travel-search-container {
    position: relative;
}
.travel-search-input {
    width: 100%;
    padding: 16px 60px 16px 20px;
    border: 2px solid #e2e8f0;
    border-radius: 50px;
    font-size: 16px;
    background: #ffffff;
    transition: all 0.3s ease;
    outline: none;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    font-family: inherit;
    height: 55px;
    background: #ffffff;
}
.travel-search-input:focus {
    border-color: #2b076f;
    box-shadow: 0 0 0 3px rgba(43, 7, 111, 0.1);
}
.travel-search-container .input-group {
    display: flex;
    border: 2px solid #ced4da;
    border-radius: 50px;
    overflow: hidden;
    background-color: #fff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: box-shadow 0.3s ease;
}
.travel-search-container .input-group:focus-within {
    box-shadow: 0 0 10px rgba(102, 16, 242, 0.5);
    border-color: #6610f2;
}
.travel-search-container .input-group .form-control {
    border: none;
    box-shadow: none;
    background-color: transparent;
    flex: 1 1 50%;
}
.travel-search-container .input-group .form-control:focus {
    border-color: transparent;
    box-shadow: none;
    outline: none;
}
.travel-search-container .input-group .left-input {
    border-right: 1px solid #ced4da;
    flex: 0 0 65%;
}
.travel-search-container .input-group .right-input {
    flex: 0 0 35%;
}
.travel-dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: white;
    border: 1px solid #e2e8f0;
    border-radius: 5px;
    border-top-left-radius: 30px;
    padding-left: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    z-index: 100060;
    max-height: 320px;
    width: 65%;
    overflow-y: auto;
    margin-top: 8px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: all 0.3s ease;
}
.travel-dropdown.show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}
.travel-search-destination-mobile {
    display: none;
}
.dropdown-section {
    padding: 16px 0;
}
.dropdown-section-title {
    font-size: 12px;
    font-weight: 600;
    color: #64748b;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    padding: 0 20px 12px;
    margin: 0;
    font-family: inherit;
}
.travel-dropdown .dropdown-section .dropdown-item {
    display: flex;
    align-items: center;
    padding: 10px 5px;
    cursor: pointer;
    transition: all 0.2s ease;
    border: none;
    background: none;
    width: 100%;
    text-align: left;
    font-family: inherit;
}
.travel-dropdown .dropdown-section .dropdown-item:hover {
    background: #f8fafc;
    color: #2b076f;
}
.travel-dropdown .dropdown-section .dropdown-item.active {
    background: #f0f4ff;
    color: #2b076f;
    font-weight: 500;
}
img.region-flag {
    position: relative;
    padding: 2px;
    width: 25px;
    height: 25px;
    border-radius: 4px;
    margin-right: 14px;
    object-fit: contain;
    border: 1px solid #e2e8f0;
    background: linear-gradient(0.969turn, #00b2fe -202.81%, #172ab4 116.09%);
}
img.country-flag {
    position: relative;
    width: 28px;
    height: 28px;
    border-radius: 4px;
    margin-right: 14px;
    object-fit: cover;
}
.dropdown-item-text {
    flex: 1;
    font-size: 16px;
    color: #334155;
    font-family: inherit;
    font-weight: 500;
    padding: 0;
}
.dropdown-item:hover .dropdown-item-text {
    color: #2b076f;
}
.travel-dropdown::-webkit-scrollbar {
    width: 6px;
}
.travel-dropdown::-webkit-scrollbar-track {
    background: #f1f5f9;
    border-radius: 3px;
}
.travel-dropdown::-webkit-scrollbar-thumb {
    background: #cbd5e1;
    border-radius: 3px;
}
.travel-dropdown::-webkit-scrollbar-thumb:hover {
    background: #94a3b8;
}
.travel-search-container .btn {
    padding: 0px 0px;
    border-radius: 50%;
    overflow: hidden;
    width: 42px;
    height: 42px;
    line-height: 1;
    position: absolute;
    right: 18px;
    top: 50%;
    transform: translatey(-50%);
    z-index: 3;
    background-color: var(--content-button-default);
    background-image: url("data:image/svg+xml;utf8,<svg width='17' height='17' viewBox='0 0 17 17' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M0 8.5H16M16 8.5L8 1M16 8.5L8 16' stroke='%23ffffff'/></svg>");
    background-repeat: no-repeat;
    background-position: center;
}

.travel-search-container .btn img {
    transition: all ease 0.3s;
}
.travel-search-container .btn:hover img {
    opacity: 0.8;
}
.fakeInput {
    display: none;
}

.tour-box {
    position: relative;
    border-radius: 50px;
    border: 1px solid #ffffff;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2);
    margin-bottom: 70px;
    display: block;
}
.tour-img {
    width: 100%;
    height: 160px;
    object-fit: cover;
    border-radius: 50px;
}
.tour-box .tour-text {
    position: absolute;
    left: 0px;
    top: 0px;
    padding: 25px 40px;
}
.flag-img {
    width: 80px;
    height: 80px;
    object-fit: contain;
    border: 5px solid #ffffff;
    border-radius: 50%;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2);
    position: absolute;
    left: 50px;
    bottom: -50px;
}
.tour-title {
    font-size: 35px;
    color: #ffffff;
    margin-bottom: 10px;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.2);
}
.tour-price {
    color: #ffffff;
    font-size: 18px;
}

.steps-section .section-title .upper-title {
    color: #fff;
}
.step-box {
    text-align: center;
}
.step-box-thumb {
    height: 340px;
    width: 100%;
    border-radius: 15px;
    margin-bottom: 40px;
    overflow: hidden;
}
.step-box-thumb img {
    width: auto;
    height: 100%;
    object-fit: cover;
}
.step-box h4 {
    color: #36373b;
}
.step-text {
    color: #ffffff;
    font-size: 20px;
    line-height: 1.4;
}
.icon_box {
    margin-bottom: 20px;
}
.icon_box_text {
    font-size: 15px;
    line-height: 1.4;
    color: #64748b;
}
.icon_box_div h4 {
    color: #6a0dad;
}
.faq-list .card {
    border-radius: 15px 15px;
    margin-bottom: 10px;
}
.faq-list .card-header {
    color: #333333;
    display: block;
    font-size: 16px;
    font-weight: 400;
    padding: 20px;
    cursor: pointer;
    position: relative;
    border-bottom: 0;
    background: #ffffff;
    display: flex;
    justify-content: space-between;
}
.faq-list .card-body {
    padding-top: 0px;
}
.card-header[aria-expanded="false"],
.card-header[aria-expanded="true"] {
    position: relative;
}
.card-header[aria-expanded="true"] {
    position: relative;
    color: #9a47f4;
}
.card-header[aria-expanded="false"]:after {
    content: url("data:image/svg+xml;utf8,<svg width='36' height='37' viewBox='0 0 36 36' fill='none' xmlns='http://www.w3.org/2000/svg'><path fill='%239a47f4' d='M10.5 17.962a1 1 0 1 0 0 2v-2Zm7.5 2a1 1 0 1 0 0-2v2Zm0-2a1 1 0 1 0 0 2v-2Zm7.5 2a1 1 0 1 0 0-2v2Zm-6.5-1a1 1 0 1 0-2 0h2Zm-2 7.5a1 1 0 1 0 2 0h-2Zm0-7.5a1 1 0 1 0 2 0h-2Zm2-7.5a1 1 0 1 0-2 0h2Zm-8.5 8.5H18v-2h-7.5v2Zm7.5 0h7.5v-2H18v2Zm0-1h-1V26.463h2V18.963h-1Zm1 0v-7.5h-2v7.5h2Z'></path></svg>");
    line-height: 24px;
    transition: transform 0.3s ease-in-out;
    transform: translateY(13px) rotate(0deg);
    /* margin-top: -21px; */
    position: absolute;
    right: 5px;
    top: -10px;
}
.card-header[aria-expanded="true"]:after {
    content: url("data:image/svg+xml;utf8,<svg width='36' height='37' viewBox='0 0 36 36' fill='none' xmlns='http://www.w3.org/2000/svg'><path fill='%239a47f4' d='M10.5 17.962a1 1 0 1 0 0 2v-2Zm7.5 2a1 1 0 1 0 0-2v2Zm0-2a1 1 0 1 0 0 2v-2Zm7.5 2a1 1 0 1 0 0-2v2Zm-6.5-1a1 1 0 1 0-2 0h2Zm-2 7.5a1 1 0 1 0 2 0h-2Zm0-7.5a1 1 0 1 0 2 0h-2Zm2-7.5a1 1 0 1 0-2 0h2Zm-8.5 8.5H18v-2h-7.5v2Zm7.5 0h7.5v-2H18v2Zm0-1h-1V26.463h2V18.963h-1Zm1 0v-7.5h-2v7.5h2Z'></path></svg>");
    transform: translateY(13px) rotate(45deg);
    transition: transform 0.3s ease-in-out;
    /* margin-top: -21px; */
    position: absolute;
    right: 5px;
    top: -10px;
}
.faq-list .collapse.show {
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.faq-list .collapse.show:last-child {
    border-bottom: 0px solid rgba(0, 0, 0, 0.125);
}
.faq-list .card-header {
    border-radius: 15px 15px 15px 15px;
}

.faq-card {
    background-color: #f6f6f6;
    border-radius: 20px;
    border: 0px;
}
.faq-card2 {
    background: #faf8ff;
}
.faq-card2 .default-btn {
    background: var(--content-button-default);
}
.faq-card2 .default-btn:hover {
    background: #1a0f33;
    color: #ffffff;
}
.faq-card .card-body {
    padding: 50px;
}
.faq-card .card-title {
    font-size: 24px;
    font-weight: 400;
    color: #000000;
}
.faq-card .card-text {
    color: #64748b;
}

/* Home Page Style Ends */

/*--------------------Footer------------------------*/
/* Footer Design Ends */
.social-icon {
    margin: 0px;
    padding: 0px;
    display: flex;
    flex-wrap: wrap;
}
.social-icon li {
    display: inline-block;
    margin-right: 8px;
    vertical-align: top;
    color: #ffd300;
}
.social-icon li a {
    display: block;
    height: 24px;
    width: 24px;
    text-align: center;
    line-height: 24px;
    color: #ffd300;
    border-radius: 5px;
    transition: all 0.4s linear 0s;
    -webkit-transition: all 0.4s linear 0s;
    -moz-transition: all 0.4s linear 0s;
}
.social-icon li a i {
    margin-right: 0px;
    font-size: 24px;
    line-height: 24px;
}
.social-icon li:last-child {
    margin-right: 0px;
}
.social-icon li a:hover {
    color: #ffd300;
}

.contact-info {
    width: 100%;
    position: relative;
    margin: 0px;
}
.contact-info .contact-list {
    margin: 0px;
    padding: 0px;
}
.contact-info .contact-list li {
    display: block;
    margin: 0px 0px 8px;
    position: relative;
}
.contact-info .contact-list .before-icon {
    padding-left: 25px;
    display: inline-block;
    text-align: left;
}
.contact-info .contact-list .before-icon i {
    top: 4px;
    font-size: 20px;
    color: #6a0dad;
}
.contact-info .contact-list .mail .before-icon {
    padding-left: 26px;
}
.contact-info .contact-list .mail .before-icon i {
    font-size: 15px;
    top: 4px;
}
.footer-section {
    position: relative;
    background: #efe9f3;
}
.f-widget-title {
    padding-bottom: 20px;
}
.f-widget-title h4 {
    font-size: 14px;
    color: var(--footer-widget-heading);
    font-weight: 500;
    line-height: 24px;
    margin-bottom: 0px;
}
.footer-widget-section {
    background: var(--footer-bg);
    padding: 70px 0px 100px;
    position: relative;
    background-position: bottom center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
.footer-widget {
    width: 100%;
    position: relative;
    margin: 15px 0px;
}
.footer-widget p {
    color: #1a0f33;
    font-size: 16px;
}
.footer_logo {
    display: block;
    width: 200px;
    height: auto;
}
.footer_logo img {
    width: 100%;
    height: auto;
}
.f-moneyback-btn {
    position: absolute;
    bottom: 0;
    left: 0;
}
.navmenu-widget ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}
.navmenu-widget ul li {
    padding: 0px;
    font-size: 14px;
    margin-bottom: 20px;
    color: #1a0f33;
}
.navmenu-widget ul li a {
    position: relative;
    display: inline-block;
    vertical-align: top;
    color: var(--footer-text);
    transition: all 400ms linear 0s;
}
.navmenu-widget ul li a:hover {
    color: #ffffff;
    text-decoration: underline;
}
.footer-widget .contact-info .contact-list li {
    color: #ffffff;
    font-size: 16px;
}
.footer-widget .contact-info .contact-list li a {
    color: #ffffff;
}
.footer-widget .contact-info .contact-list .before-icon i {
    color: #ffffff;
}
.footer-widget .social-icon li a:hover {
    color: #ffffff;
}
.f-social-menu {
    display: flex;
    gap: 15px;
}
.f-social-menu a {
    text-decoration: none;
}
.f-social-menu a img {
    height: 25px;
    filter: invert(1) brightness(10);
}
.f-social-menu-col {
    padding: 0;
}
.copy-right-section {
    border-top: 1px solid #716b6b;
    background: var(--footer-bg);
    font-size: 13px;
    line-height: 24px;
    color: #ffffff;
}
.copy-right-section p {
    color: #ffffff;
    margin-bottom: 0px;
}
.copy-right-section a {
    color: #ffffff;
}
.copy-right-section a:hover {
    color: #9a47f4;
    text-decoration: underline;
}
/* Join Yolo Club CTA Section Starts */

.cta_section {
    position: relative;
    padding: 0;
    overflow: hidden;
}

.cta_section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("../images/CTA-BACKGROUND.jpg");
    background-size: cover;
    background-position: center;
    filter: blur(3px);
    z-index: 1;
}

.cta_overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(251, 184, 184, 0.75);
    z-index: 2;
}

.cta_div_outer {
    position: relative;
    z-index: 3;
}

.cta_div {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.cta_div_thumb {
    height: 450px;
    width: 100%;
}

.cta_div_thumb img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.feature_left {
    display: flex;
    flex-direction: column;
    align-items: end;
}

.feature_right {
    display: flex;
    flex-direction: column;
    gap: 28px;
    padding-top: 5px;
}

.feature {
    display: flex;
    justify-content: end;
    align-items: center;
    margin-bottom: 20px;
    gap: 10px;
}

.feature-combine {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    position: relative;
    width: fit-content;
}

.feature-number {
    background-color: #ee2d24;
    color: #fff;
    border-radius: 50%;
    width: 55px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 18px;
    position: absolute;
    left: -20px;
    top: -4px;
}

.feature-content {
    background-color: #333;
    color: #fff;
    padding: 12px 15px;
    padding-left: 50px;
    font-weight: bold;
}

.feature-text {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.2;
    width: 50%;
}

.cta-button {
    margin-top: 30px;
    background-color: #ee2d24;
    color: #fff;
    padding: 15px 50px;
    font-size: 18px;
    border: none;
    border-radius: 30px;
    cursor: pointer;
    font-weight: bold;
    transition: background-color 0.3s ease;
    float: right;
}

.cta-button:hover {
    background-color: #ffd300;
    color: #ee2d24;
}

.cta-button:focus {
    outline: none;
}
.cta_moneyback_btn {
    width: 250px;
    margin-top: 15px;
}
/* Join Yolo Club CTA Section Ends */
@media screen and (max-width: 767px) {
    .footer-widget-section .left-line {
        border-left: 0px solid #ffffff;
    }
    .footer-widget-section .left-line .footer-widget {
        padding-left: 0px;
    }
    .footer_logo {
        width: 70px;
    }
}
@media screen and (max-width: 575px) {
    .footer-widget-section {
        padding: 20px 0px;
    }
    .f-widget-title h4 {
        font-size: 20px;
    }
    .navmenu-widget ul li {
        width: 100%;
    }
    .f-social-menu-col {
        padding-left: 15px;
    }
    .f-social-menu {
        gap: 30px;
    }
}
/* Footer Design Ends */
/*--------------------Footer------------------------*/

/* Added for topcontrol button*/
#topcontrol {
    background-color: #ffd300;
    color: #ffffff;
    border-radius: 50%;
    font-size: 20px;
    height: 36px;
    z-index: 9991;
    line-height: 36px;
    text-align: center;
    width: 36px;
    transition: background-color 300ms ease-in-out 0s,
        background-position 300ms ease-in-out 0s;
}
#topcontrol:before {
    position: relative;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    content: " ";
}
#topcontrol:before {
    content: "\f106";
    top: -2px;
    left: 0px;
    font-size: 20px;
}
#topcontrol:hover {
    color: #ffffff;
    background-color: #ee2d24;
}

/* Breadcrumb Design Starts */

.custom_breadcrumb {
    margin: 20px 0;
}

.breadcrumb-links {
    display: flex;
    column-gap: 1rem;
    align-items: center;
    list-style-type: none;
    padding-left: 0;
}

.breadcrumb-links > li:nth-child(n + 4) {
    display: none;
}

.breadcrumb-box {
    display: flex;
    align-items: center;
}

.breadcrumb-link {
    color: #64748a;
}

.breadcrumb-box:hover > *:not(.breadcrumb-icon) {
    color: #6a0dad;
    text-decoration: underline;
}

.breadcrumb-icon,
.breadcrumb-icon-home {
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    color: #64748a;
}

.breadcrumb-links li:first-child .breadcrumb-text {
    display: none;
}

.breadcrumb-text {
    margin-left: 1rem;
    font-size: 14px;
    line-height: 14px;
    font-weight: 500;
    color: #6a0dad;
}

.breadcrumb-text.current,
.breadcrumb-text.current:hover {
    color: #000000 !important;
    text-decoration: none !important;
}

@media (min-width: 640px) {
    .breadcrumb-links > li:nth-child(n + 4) {
        display: block;
    }

    .breadcrumb-links li:first-child .breadcrumb-text {
        display: block;
    }
}

/* Breadcrumb Design Ends */

/* Destination Details Page Design Starts */
.nav-link.active,
.nav-link:hover,
.valid-text {
    text-decoration: underline;
}
.esim-card:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.btn-purple {
    width: 50%;
}
.destination_thumb {
    width: 100%;
    /* height: 600px; */
    height: 100%;
    border-radius: 20px;
    overflow: hidden;
}
.destination_thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.img-fluid-images {
    width: 100%;
    height: auto;
}
#planTabs .nav-link.active {
    font-weight: bold;
    text-decoration: none;
    background-color: transparent;
    border: none;
}
#planTabs .nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    border: none;
    text-decoration: none;
}
#planTabs .nav-item {
    width: 50%;
    text-align: center;
}
#planTabs .nav-item .active {
    border-bottom: 2px solid #412e92;
}

#esimOptions .esim-card h2 {
    margin-bottom: 0;
}
.esim-plan {
    color: #000;
    font-weight: bold;
    text-align: left;
    margin-left: 4px;
    font-size: 12px;
    margin-bottom: 0;
}
#esimOptions .esim-card .valid-text-price {
    text-align: left;
    margin-left: 5px;
    margin-top: 5px;
    color: #000;
    font-size: 14px;
    display: block;
}
#esimOptions .valid-text {
    color: #6c757d;
    text-decoration: none;
    font-size: 10px;
    text-align: left;
    margin-left: 5px;
    padding-bottom: 8px;
    border-bottom: 0.5px solid #6c757d;
    margin-top: 2px;
}

.esimOptions_row {
    display: flex;
    flex-wrap: wrap;
}
.col-5th {
    width: 20%;
    float: left;
    padding: 0 10px;
    box-sizing: border-box;
}

.need-data p,
.travel-country p {
    text-align: right;
    color: #6a0dad;
    font-weight: 500;
    border-bottom: 2px solid #dee2e6;
    padding-bottom: 10px;
}

.another-country h2 {
    font-size: 16px;
    color: #000;
    opacity: 0.6;
}
.another-country h2 span {
    font-weight: 500;
    /* color: rgb(190, 190, 190); */
}

.another-country .select2-container--default .select2-selection--multiple {
    border-radius: 10px !important;
}

.another-country .select2-selection__choice {
    direction: rtl;
    padding-right: 5px; /* adjust padding as needed */
}

.another-country
    .select2-container--default
    .select2-selection--multiple
    .select2-selection__choice__remove {
    margin-right: 0px;
}

.another-country .select2-selection__choice__remove {
    float: right;
    margin-left: 5px;
    margin-right: 0;
    direction: ltr;
    background-color: rgb(220, 255, 220);
}

.another-country
    .select2-container--default
    .select2-selection--multiple
    .select2-selection__choice {
    padding: 0.5px 0px 0.5px 0.5px;
}

.country-results p {
    margin-top: 10px;
}
.does-work-p {
    max-width: 800px;
    margin: 0 auto;
}

.esim-card.selected {
    box-shadow: 0 0 10px rgba(128, 0, 128, 0.3);
}
.esim-card {
    border: 1px solid #e0e0e0;
    border-radius: 20px;
    padding: 20px 10px 0px;
    background-color: #fff;
    transition: 0.3s 
ease-in-out;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
    cursor: pointer;
    height: 100%;
    max-height: 150px;
    min-height: 150px;
    display: flex
;
    flex-direction: column;
    justify-content: center;
    position: relative;
}
.btn-purple {
    background-color: #6a0dad;
    color: #fff;
    border: none;
}
.btn-purple:hover {
    background-color: #6a0dad;
}
.feature-icon {
    color: #6a0dad;
    margin-right: 8px;
}
.esim-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.12);
}
.esim-card.selected {
    border: 2px solid #6a0dad;
    box-shadow: 0 0 12px rgba(128, 0, 128, 0.3);
    background-color: #faf0ff;
}
.check-icon {
    position: absolute;
    top: 16px;
    right: 26px;
    background-color: #1336c0;
    color: #fff;
    border-radius: 50%;
    padding: 7px;
    display: none;
    font-size: 8px;
}
.esim-card.selected .check-icon {
    display: block;
}
/* .esim-label {
    background-color: #e4a6ff;
    color: #fff;
    padding: 6px 0px;
    border-radius: 20px;
    font-size: 10px;
    font-weight: 600;
    margin-bottom: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
} */
.valid-text {
    font-size: 14px;
    margin-bottom: 4px;
}
.popular_plan {
    background-color: #d8ffe8 !important;
    border: 2px solid #6a0dad !important;
}
.popular_plan .esim-label {
    background-color: #37b24d !important;
}
.popular_plan.selected {
    /* border: 2px solid #37b24d !important; */
    box-shadow: 0 0 12px rgba(161, 221, 174, 0.3) !important;
    background-color: #faf0ff;
}
.best_value {
    background-color: #ffd2d2 !important;
}
.best_value .esim-label {
    background-color: #fa5252 !important;
}
.best_value.selected {
    border: 2px solid #fa5252 !important;
    box-shadow: 0 0 12px rgba(243, 125, 141, 0.3) !important;
    background-color: #faf0ff;
}
/* div.esim-card[data-plan*="1 GB"] .esim-label {
    background-color: #e4a6ff;
}
div.esim-card[data-plan*="2 GB"] .esim-label {
    background-color: #ffbd44;
}
.esim-more-data-row .esim-label {
    background-color: #ffbd44;
} */
.esim-label,
.esim-label-1,
.esim-label-2,
.esim-label-3,
.esim-label-5,
.esim-label-popular {
    padding: 6px 0px;
    border-radius: 20px;
    font-size: 10px;
    font-weight: 600;
    margin-bottom: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
}
.esim-label {
    background-color: #e4a6ff;
    color: #fff;
}
.esim-label-1 {
    background-color: #ffd300;
    color: #6a0dad;
}
.esim-label-2 {
    background-color: #d8b4f8;
    color: #fff;
}
.esim-label-3 {
    background-color: #6a0dad;
    color: #fff;
}
.esim-label-5 {
    background-color: #ffffff;
    color: #6a0dad;
}
.esim-label-popular {
    background-color: #60b25d;
    color: #fff;
}
.esim-label-popular img {
    height: 12px;
}
.badge-check {
    position: absolute;
    top: 6px;
    right: 6px;
    background-color: #2563eb;
    color: #fff;
    border-radius: 50%;
    font-size: 12px;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    box-shadow: 0 0 0 2px #e0f7fa;
    opacity: 0;
}
.esim-card.selected .badge-check {
    opacity: 1;
}
.destination-card {
    text-align: center;
    padding: 15px;
    background-color: #eff2fb;
    transition: 0.3s;
    border-radius: 15px !important;
    cursor: pointer;
    overflow: hidden;
}
.destination-card:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}
.destination-card-img {
    border-radius: 15px;
    height: 150px;
    overflow: hidden;
    margin-bottom: 15px;
}
.destination-card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.destination-name {
    font-weight: 600;
    font-size: 21px;
    color: #333;
    margin-bottom: 10px;
    text-align: left;
}
.destination-price {
    font-size: 16px;
    color: #53188c;
    text-align: left;
}
.rounded-img {
    border-radius: 15px;
    width: 100%;
    height: auto;
}
.img-fluid_images {
    width: 100%;
    height: 100%;
}
.tab-extra .nav-tabs {
    border-bottom: 2px solid #dee2e6;
    gap: 20px;
}
.tab-extra .nav-link:focus {
    outline: 0;
}
.tab-extra .nav-link,
.tab-extra .nav-link.active {
    background-color: transparent;
    text-decoration: none;
    border-width: 0 0 2px;
}
.tab-extra .nav-link.active,
.tab-extra .nav-link:hover {
    border-color: transparent transparent #3f51b5;
    border-width: 0 0 2px;
}
.tab-extra .nav-link.active {
    border-width: 0 0 2px;
    font-weight: bold;
}
.imgages_span {
    width: 10px;
    height: 10px;
}
.destination_buy_now_div {
    display: flex;
    align-items: center;
    margin-top: 15px;
    gap: 15px;
    justify-content: start;
    width: 100%;
}
.buyNowBtn {
    padding: 0 150px;
    height: 50px;
    line-height: 46px;
    border: 2px solid transparent;
}
.buyNowBtn:hover {
    border: 2px solid #6a0dad;
}
.features_tab_list li {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
}
.credit_div {
    display: flex;
    align-items: center;
    background-color: #f3e9fb;
    padding: 10px;
    gap: 10px;
    border-radius: 8px;
}
.credit_div p {
    font-size: 11px;
    color: #7a4da1;
    margin-bottom: 0;
}
.credit_div i {
    padding: 5px;
    background-color: #b9babc;
    color: #6a0dad;
    border-radius: 8px;
}
.i_circle {
    color: #b9babc;
    padding: 5px;
    border: 1px solid #b9babc;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.data_plans_accordion .card {
    background-color: transparent;
    border: none;
}
.data_plans_accordion .card .card-header {
    padding: 0;
    text-align: end;
    background-color: transparent;
    border-bottom: 2px solid #dee2e6;
}
.data_plans_accordion .card .card-header h5 .btn {
    color: #6a0dad;
    font-weight: 500;
}
.select2-container {
    width: 100% !important;
}

.data_plans .card {
    background-color: transparent;
    border: none;
}

.data_plans .card .card-header {
    padding: 10px 0px;
    text-align: left;
    background-color: transparent;
    border-bottom: 2px solid #dee2e6;
}

.data_plans .card .card-header {
    color: #6a0dad;
    font-weight: 500;
}

.data_plans .card-header {
    font-size: 16px;
    font-weight: 400;
    cursor: pointer;
    position: relative;
    border-bottom: 0;
    background: #ffffff;
    display: flex;
    justify-content: space-between;
}

.data_plans .card-body {
    padding: 0px;
    padding-top: 15px;
}

/* Destination Details Page Design Starts */

/* Checkout Page Design Starts */

.checkout_section {
    background: linear-gradient(to right, #f3e5fe 50%, #d9b4f9 50%);
}
.form-section {
    padding: 100px 20px;
    background-color: #f3e5fe;
}
.payment-box {
    background-color: #d1d1d1;
    padding: 15px;
    border-radius: 6px;
    text-align: center;
    margin-bottom: 20px;
}
.checkout-box {
    background-color: #d1d1d1;
    padding: 15px;
    border-radius: 25px;
    text-align: left;
    margin-bottom: 20px;
}
.checkout-text {
    background-color: #d1d1d1;
    margin-top: 20px;
    border-radius: 10px;
    text-align: left;
    font-size: 11px;
    color: #6a0dad;
}
.summary {
    background-color: #d9b4f9;
    padding: 100px 20px;
}
.checkout_div {
    display: flex;
    justify-content: space-between;
    gap: 15px;
}
.checkout_thumb {
    height: 100px;
    width: 100px;
    border-radius: 10px;
    overflow: hidden;
}
.checkout_thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.summary_text {
    font-size: 12px;
    line-height: 18px;
}
.wallet_login {
    border: 1px solid #64748a;
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 40px;
}
.wallet_create_acc {
    border: 1px solid #64748a;
    padding: 20px;
    border-radius: 10px;
    background-color: #fff;
    margin-top: 50px;
}
ul.star-list {
    list-style: none;
    padding-left: 0;
}
ul.star-list li {
    margin-bottom: 10px;
}
ul.star-list li:last-child {
    margin-bottom: 0;
}
ul.star-list li::before {
    content: "★ ";
    color: #64748a;
    margin-right: 5px;
}

/* Checkout Page Design Ends */

/* Contact Us Page Design Starts */

.contact_page_section {
    padding: 40px 0;
}

.customize-box {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    border-radius: 20px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.contact-info-section {
    padding: 60px 40px;
    background: linear-gradient(135deg, #6f42c1 0%, #5a67d8 100%);
    color: white;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.contact-info-section h2 {
    font-size: 2.2rem;
    font-weight: 700;
    margin-bottom: 20px;
    line-height: 1.3;
}

.contact-info-section p {
    font-size: 1.1rem;
    opacity: 0.9;
    margin-bottom: 30px;
}

.contact-info-section h5 {
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 10px;
    color: #fff;
}

.contact-info-section .row p {
    font-size: 1rem;
    opacity: 0.8;
    margin-bottom: 25px;
}

.contact-social-icon {
    list-style: none;
    display: flex;
    gap: 15px;
    padding-left: 0;
}

.contact-social-icon li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 0.2);
    color: white;
    border-radius: 50%;
    text-decoration: none;
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
}

.contact-social-icon li a:hover {
    background: rgba(255, 255, 255, 0.3);
    transform: translateY(-2px);
}

.contact-form-box {
    padding: 60px 40px;
    background-color: #d8b4f4;
    height: 100%;
}

.contact-form-box h3 {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 30px;
    color: #333;
    text-align: center;
}

/* Contact Us Page Design Ends */

/* Content Page Design Starts */
/* Partnership, Privacy Policy, Refund Policy, Terms n Condition */
.content_section_div p {
    color: #000000;
    text-align: justify;
}
.content_section_div ul {
    margin-bottom: 20px;
}
.content_section_div ol {
    margin-bottom: 20px;
}
.checklist_icon {
    display: inline-block;
    transform: rotate(45deg);
    height: 14px;
    width: 8px;
    border-bottom: 2px solid #78b13f;
    border-right: 2px solid #78b13f;
    margin-right: 10px;
}
.partner-box {
    background: #ffffff;
    border: 2px solid #e5e5e5;
    border-radius: 15px;
    padding: 20px 40px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    position: relative;
}
.partner-main-title {
    text-align: center;
    margin-bottom: 150px;
    font-size: 30px;
}
.partner-title {
    font-size: 1.5rem;
    font-weight: 700;
    color: #6a0dad;
    margin-bottom: 20px;
}
.partner-subtitle {
    font-size: 1rem;
    font-weight: 500;
    color: #555;
    margin-bottom: 20px;
}
.partner-list {
    list-style: none;
    padding-left: 0;
}
.partner-list li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 20px;
}
.partner-list li::before {
    content: "✔";
    position: absolute;
    left: 0;
    color: #28a745;
    font-weight: bold;
}
.partner-header {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-bottom: 30px;
}
.partner-logo {
    width: 200px;
    height: auto;
    overflow: hidden;
    border-radius: 30px;
}
.partner-logo img {
    width: 100%;
    height: auto;
}
.yolo-logo {
    width: 90px;
    height: auto;
}
.yolo-logo img {
    width: 100%;
    height: auto;
}
/* Content Page Design Ends */

/* Profile Dashboard Page Design Starts */
.sidebar {
    min-height: 100vh;
    background-color: #53168c;
    color: #fff;
    padding: 1.5rem;
    border-radius: 10px;
}

.sidebar a {
    color: #ffffff;
    text-decoration: none;
    margin: 8px 0px;
    padding: 0.75rem;
    display: block;
    border-radius: 50px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.sidebar a:hover,
.sidebar a.active {
    background-color: #ffc907;
    color: #53168c;
}

.dashboard-header {
    background-color: #ffc907;
    padding: 1rem;
    border-radius: 50px;
    color: #53168c;
    border-bottom: 2px solid #53168c;
    text-align: center;
}

.profile_content_section {
    border: 2px solid #6a0dad;
    min-height: 100vh;
    padding: 1.5rem;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
    border-radius: 10px;
}

.cust_dash_card {
    border-radius: 20px;
    border: 2px solid #53168c;
}

.cust_dash_card .card-body {
    padding: 15px;
}

/* Profile Dashboard Page Design Ends */

/* Mobile n Tablet Responsive For All Content Design Starts */
@media only screen and (max-width: 991px) {
    .banner-content {
        width: 75%;
    }
    .banner-content .text-h2 {
        font-size: 26px;
    }
    .banner_default_btn {
        padding: 8px 16px;
        font-size: 14px;
    }
    .banner-content p {
        font-size: 18px;
    }

    .contact-info-section,
    .contact-form-box {
        padding: 30px;
    }
    .contact-info-section h2 {
        font-size: 1.8rem;
    }
    .contact-form-box h3 {
        font-size: 1.6rem;
    }

    .yolo-logo {
        width: 75px;
    }
    .partner-logo {
        width: 150px;
    }
    .col-5th {
        width: 33.33%;
    }
}
@media (max-width: 767px) {
    .hero-section {
        background-image: none !important;
        height: 550px;
        padding: 0;
    }
    /* .banner-content {
        width: 100%;
        position: unset;
        transform: none;
        padding-top: 100px;
    } */
    .banner-content {
        width: 90%;
        transform: none;
        top: unset;
        bottom: 15px;
    }
    .bottom_header h6 {
        font-size: 1rem;
    }
    .bottom_header a {
        font-size: 14px;
        padding: 12px;
    }
    .feature {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    .feature-text {
        margin-top: 10px;
        width: 100%;
    }
    .cta_div {
        padding: 40px 0;
    }
    .cta_div_right {
        margin-top: 40px;
        text-align: center;
    }
    .cta-button {
        float: unset;
    }
    .cta_div_thumb {
        height: auto;
    }
    .cta_moneyback_btn {
        position: unset;
    }
    h2,
    .h2 {
        font-size: 30px;
    }
    .travel-dropdown {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        max-height: 100%;
        overflow-x: hidden;
        overflow-y: auto;
        outline: 0;
        z-index: 10050 !important;
        margin-top: 0;
        border-radius: 0;
        border: none;
        box-shadow: none;
        padding: 15px;
        padding-top: 50px;
        /* transform: translateY(-30%) !important; */
        overscroll-behavior: contain;
        -webkit-overflow-scrolling: touch;
    }
    .travel-search-destination-mobile {
        display: block;
        scroll-margin-top: 0;
    }
    .body_fixed {
        overflow: hidden;
        position: fixed;
        width: 100%;
    }
    .fakeInput {
        display: flex !important;
        width: 65%;
        position: absolute;
        top: 0;
        left: 0;
        height: 55px;
        z-index: 99;
    }
    .fixed_dropdown_header {
        z-index: 99 !important;
    }
    .fixed_banner_content {
        position: unset !important;
        transform: none !important;
    }
    .content_body {
        padding-top: 0;
    }
    .destination_thumb {
        height: auto;
        margin-bottom: 30px;
        object-fit: cover;
    }
    .col-5th {
        width: 50%;
    }
    .destination_buy_now_div {
        display: block;
    }
    .buyNowBtn {
        padding: 0 !important;
        width: 100%;
        margin-bottom: 15px;
    }
    .sidebar {
        min-height: auto;
    }
    .profile_content_section {
        min-height: auto;
    }
}

@media only screen and (max-width: 576px) {
    .hero-section {
        z-index: 997;
    }
    .header .navbar {
        z-index: 998;
    }
    .bottom_header {
        z-index: 997;
    }

    .default-btn {
        padding: 6px 18px;
        font-size: 14px;
    }
    /* .banner-content {
        left: 0;
        padding: 10px;
    } */
    .banner-content .text-h2 {
        font-size: 18px;
    }
    .travel-dropdown .dropdown-section .dropdown-item {
        padding: 5px;
    }
    .travel-search-input {
        padding-left: 8px;
    }
    .dropdown-item-text {
        font-size: 14px;
    }
    .travel-search-container .btn {
        right: 10px;
    }

    .icon_box {
        margin-bottom: 0;
        width: 40px;
        margin: 0 auto;
        padding-bottom: 20px;
    }
    .tour-box {
        background-color: #d5d5d5;
        border-radius: 10px;
        border: none;
        margin-bottom: 20px;
        display: inline-flex;
        justify-content: start;
        gap: 10px;
        align-items: center;
        width: 100%;
        padding: 8px;
    }
    .tour-img {
        display: none;
    }
    .flag-img {
        width: 40px;
        height: 40px;
        border: none;
        box-shadow: none;
        position: unset;
    }
    .tour-box .tour-text {
        position: unset;
        padding: 0;
    }

    .tour-title {
        font-size: 18px;
        color: #000;
        margin-bottom: 0;
        text-shadow: none;
        font-weight: 500;
    }

    .tour-box::after {
        content: "\203A";
        display: inline-block;
        font-size: 30px;
        color: #000;
        position: absolute;
        right: 10px;
        top: 50%;
        transform: translateY(-50%);
    }

    .step-box-thumb {
        height: auto;
    }
    .step-box-thumb img {
        height: auto;
    }
    .step-text {
        font-size: 18px;
    }
    .faq-card .card-body {
        padding: 20px;
    }
    .faq-list .card-header {
        padding: 10px;
        padding-right: 30px;
    }
    .bottom_header h6 {
        font-size: 0.8rem;
        color: #fff;
    }

    .bottom_header a {
        font-size: 16px;
        padding: 15px;
    }

    .partner-box {
        padding: 20px;
        text-align: justify;
    }

    .partner-list {
        list-style: unset;
        padding-left: 1.2rem;
    }
    .partner-list li {
        padding-left: 0;
    }

    .partner-list li::before {
        content: none;
    }
}
/* Mobile n Tablet Responsive For All Content Design Ends */

/* Loader */
.c-spinning-loader_div {
    position: fixed;
    top: 50%;
    left: 50%;
    display: block;
    transform: translate(-50%, -50%);
    z-index: 9999;
}

.c-spinning-loader_div p {
    font-size: 16px;
    font-weight: 600;
    margin-top: 10px;
    color: #6a0dad;
    text-align: center;
}

.c-spinning-loader {
    position: relative;
    width: 105px;
    height: 105px;
    overflow: hidden;
}

.c-spinning-loader__circle {
    position: relative;
    width: 105px;
    height: 105px;
    margin: 0 auto;
    border-radius: 100%;
    background: linear-gradient(
        to right,
        #6a0dad 10%,
        rgba(0, 100, 166, 0) 50%
    );
    -webkit-animation: spin 1s infinite linear;
    animation: spin 1s infinite linear;
}
.c-spinning-loader__circle::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 50%;
    border-radius: 100% 0 0 0;
    background: #6a0dad;
}
.c-spinning-loader__circle::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 92%;
    height: 92%;
    margin: auto;
    border-radius: 50%;
    background: #ffc907;
}

.c-spinning-loader__logo {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    transform: translate(-50%, -50%);
    /* fill: #6a0dad; */
}

@-webkit-keyframes spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}
/* Loader */

/* Extra Bcp Styles */
.before-icon {
    padding-left: 25px;
    position: relative;
}
.before-icon i {
    font-size: 18px;
    color: #6a0dad;
    position: absolute;
    left: 2px;
    top: 0px;
    font-style: normal;
    text-align: center;
}
.contact-nav ul {
    padding: 0px;
    margin-bottom: 0px;
}
.contact-nav ul li {
    color: #2c2c2c;
    display: inline-block;
    vertical-align: top;
    margin: 0px 0px;
    padding: 5px 0px;
    margin-right: 7px;
    padding-right: 8px;
    position: relative;
}
.contact-nav ul li:last-child {
    margin-right: 0px;
}
.contact-nav ul li a {
    color: inherit;
}
.topbar {
    background: #6a0dad;
    padding: 10px 0px;
    color: #ffffff;
}
.topbar .before-icon i {
    color: #ffd300;
    top: 5px;
}
.topbar .contact-nav ul li {
    color: #ffffff;
    font-size: 24px;
    font-weight: 600;
}
.topbar .contact-nav ul li a:hover {
    color: #ffd300;
}
.mega-menu-li {
    position: initial !important;
    z-index: 999;
}
.mega-menu-submenu {
    width: 100%;
    left: 0;
    right: 0;
    margin: auto;
    opacity: 0;
    visibility: hidden;
    background: #ffffff;
    padding: 3.704vw 7.4078vw;
    font-size: 14px;
    border: none;
}
.mega-menu-submenu .mega-menu-link {
    color: #333333;
    display: block;
    padding: 5px 0px;
    margin-bottom: 5px;
    border-bottom: 1px solid #e4e4e4;
    line-height: 1.4;
}
.mega-menu-submenu .mega-menu-link:hover {
    color: #ffd300;
}
.navigation .navbar .navbar-nav li .sub-menu {
    list-style: none;
    margin: 0px;
    padding: 0px;
    position: absolute;
    top: 110%;
    left: 0;
    background-color: #6a0dad;
    width: 250px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
    z-index: 99;
}
.navigation .navbar .navbar-nav li:hover .sub-menu {
    opacity: 1;
    visibility: visible;
    top: 100%;
}
.navigation .navbar .navbar-nav li .sub-menu li {
    margin-right: 0;
}
.navigation .navbar .navbar-nav li .sub-menu li a {
    padding: 7px 12px;
    display: block;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    color: #fff;
    font-size: 14px;
}
.navigation .navbar .navbar-nav li .sub-menu li a.active,
.navigation .navbar .navbar-nav li .sub-menu li a:hover {
    padding-left: 16px;
    background: #ffd300;
    color: #ffffff;
}
.navigation .navbar .navbar-nav li .sub-arrow > a {
    position: relative;
    padding-right: 20px !important;
}
.navigation .navbar .navbar-nav li .sub-arrow > a:after {
    content: "\f105";
    position: absolute;
    right: 10px;
    top: 5px;
    font-family: FontAwesome;
    font-size: 20px;
}
.navigation .navbar .navbar-nav li .sub-menu .subsub-menu {
    list-style: none;
    margin: 0px;
    padding: 0px;
    position: absolute;
    top: 0%;
    left: 100%;
    background-color: #0f3c6c;
    width: 250px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
    z-index: 99;
}
.navigation .navbar .navbar-nav li .sub-menu li:hover .subsub-menu {
    opacity: 1;
    visibility: visible;
    top: 0%;
}
.sub-nav-toggler {
    display: none;
}
.subsub-nav-toggler {
    display: none;
}
.mega-sub-nav-toggler {
    display: none;
}
.navigation .navbar .navbar-nav li .sub-menu li:last-child a {
    border-bottom: 0;
}
@media (max-width: 991px) {
    .mega-menu-submenu {
        display: none;
        padding: 2.704vw 4.4078vw;
    }
    .mega-menu-li {
        position: relative !important;
    }
}
@media (min-width: 992px) {
    .navigation .navbar .navbar-nav li a.drop-arrow {
        position: relative;
        padding-right: 20px !important;
    }
    .navigation .navbar .navbar-nav li a.drop-arrow:after {
        content: "\f107";
        position: absolute;
        right: 2px;
        margin-top: 0px;
        font-family: FontAwesome;
        font-weight: 400;
    }
    .mega-menu-submenu {
        z-index: 20;
        top: 100%;
        left: 0;
        margin-left: -0.0625rem;
        margin-top: -0.0625rem;
        padding: 0.625rem 0.9375rem 0.625rem 0.9375rem;
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        border-radius: 0;
        background-color: #fff;
        border: 0 none;
        -moz-box-shadow: 0 3px 15px rgba(0, 0, 0, 0.11765) !important;
        -webkit-box-shadow: 0 3px 15px rgba(0, 0, 0, 0.11765) !important;
        box-shadow: 0 3px 15px rgba(0, 0, 0, 0.11765) !important;
    }
    .mega-menu-submenu {
        position: absolute;
        z-index: 99;
        -moz-transition: all 0.1s ease;
        -o-transition: all 0.1s ease;
        -webkit-transition: all 0.1s ease;
        transition: all 0.1s ease;
        min-width: 12.5rem;
    }
    .mega-menu-submenu > .mega-menu-submenu-inner {
        min-height: 11.25rem;
    }
    .mega-menu-li:hover > .mega-menu-submenu,
    .mega-menu-li:focus > .mega-menu-submenu {
        display: block;
        filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
        opacity: 1;
        visibility: visible;
    }
}
@media (min-width: 768px) and (max-width: 991.98px) {
    .navigation .navbar .navbar-nav li .sub-menu {
        position: relative !important;
        width: 100% !important;
        left: 0 !important;
        top: auto !important;
        opacity: 1 !important;
        visibility: visible !important;
        display: none;
        right: auto;
        -webkit-transition: none;
        transition: none;
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
        text-align: left;
    }
    .navigation .navbar .navbar-nav li a .sub-nav-toggler {
        position: absolute;
        padding: 7px 11px;
        background: none;
        border: 0;
        top: 0;
        right: 0;
        cursor: pointer;
        display: block;
        color: #ffffff;
    }
    .navigation .navbar .navbar-nav li a .mega-sub-nav-toggler {
        position: absolute;
        padding: 7px 11px;
        background: none;
        border: 0;
        top: 0;
        right: 0;
        cursor: pointer;
        display: block;
        color: #ffffff;
    }
}
@media (min-width: 576px) and (max-width: 767.98px) {
    .navigation .navbar .navbar-nav li .sub-menu {
        position: relative !important;
        width: 100% !important;
        left: 0 !important;
        top: auto !important;
        opacity: 1 !important;
        visibility: visible !important;
        display: none;
        right: auto;
        -webkit-transition: none;
        transition: none;
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
        text-align: left;
    }
    .navigation .navbar .navbar-nav li a .sub-nav-toggler {
        position: absolute;
        padding: 7px 11px;
        background: none;
        border: 0;
        top: 0;
        right: 0;
        cursor: pointer;
        display: block;
        color: #ffffff;
    }
    .navigation .navbar .navbar-nav li a .mega-sub-nav-toggler {
        position: absolute;
        padding: 7px 11px;
        background: none;
        border: 0;
        top: 0;
        right: 0;
        cursor: pointer;
        display: block;
        color: #ffffff;
    }
}
@media only screen and (max-width: 575.98px) {
    .navigation .navbar .navbar-nav li .sub-menu {
        position: relative !important;
        width: 100% !important;
        left: 0 !important;
        top: auto !important;
        opacity: 1 !important;
        visibility: visible !important;
        display: none;
        right: auto;
        -webkit-transition: none;
        transition: none;
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
        text-align: left;
    }
    .navigation .navbar .navbar-nav li a .sub-nav-toggler {
        position: absolute;
        padding: 7px 11px;
        background: none;
        border: 0;
        top: 0;
        right: 0;
        cursor: pointer;
        display: block;
        color: #ffffff;
    }
    .navigation .navbar .navbar-nav li .sub-arrow > a:after {
        display: none;
    }
    .navigation .navbar .navbar-nav li .sub-menu .subsub-menu {
        position: relative !important;
        width: 100% !important;
        left: 0 !important;
        top: auto !important;
        opacity: 1 !important;
        visibility: visible !important;
        display: none;
        right: auto;
        -webkit-transition: none;
        transition: none;
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
        text-align: left;
    }
    .navigation .navbar .navbar-nav li .sub-menu li a .subsub-nav-toggler {
        position: absolute;
        padding: 7px 11px;
        background: none;
        border: 0;
        top: 0;
        right: 0;
        cursor: pointer;
        display: block;
        color: #ffffff;
    }
    .navigation .navbar .navbar-nav li a .mega-sub-nav-toggler {
        position: absolute;
        padding: 7px 11px;
        background: none;
        border: 0;
        top: 0;
        right: 0;
        cursor: pointer;
        display: block;
        color: #ffffff;
    }
}
/* Extra Bcp Styles */
