/* Google Font CDN Link */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Poppins", sans-serif;
}

.body-cover {
    position: relative;
    top: 77px;
}

.over-flow-set {
    height: 450px;
    overflow: auto;
    padding-top: 0;
    height: calc(70vh - 145px);
}

img {
    width: 100%;
}

::selection {
    color: #fff;
    background: #11101d;
}

.sidebar {
    position: fixed;
    top: 76px;
    left: 0;
    height: 90%;
    width: 78px;
    background: #02476c;
    /* padding: 6px 14px; */
    background-image: linear-gradient(to right, #135b83, #083d5c);
    z-index: 99;
    transition: all 0.5s ease;
}

.sidebar.active {
    width: 240px
}

.sidebar .logo_content {
    background: #f6f6f6;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sidebar .logo_content .logo {
    color: #fff;
    display: flex;
    height: 77px;
    width: 66%;
    align-items: center;
    opacity: 0;
    pointer-events: none;
    transition: all 0.5s ease;
}

.sidebar.active .logo_content .logo {
    opacity: 1;
    pointer-events: none;
}

.logo_content .logo i {
    font-size: 28px;
    margin-right: 5px;
    color: #000;
}


.logo_content .logo .logo_name {
    /* font-size: 20px; */
    /* font-weight: 400; */
    /* width: 163px; */
    /* height: 68px; */
}

.logo_content .logo .logo_name a {
    font-size: 20px;
    font-weight: 400;
    width: 163px;
    display: block;
    height: 95px;
}

.logo_content .logo .logo_name a img {
    max-height: 98%;
    width: auto;
    max-width: 100%;
    height: auto;
}

.sidebar #btn {
    /* position: absolute; */
    color: #000000;
    top: 15px;
    left: 50%;
    font-size: 22px;
    /* height: 50px; */
    /* width: 50px; */
    text-align: center;
    line-height: 50px;
    /* transform: translateX(-50%); */
}

.sidebar.active #btn {
    left: 90%;
}

.sidebar .links_name {
    font-size: 15px;
    font-weight: 300;
    /* opacity: 0; */
    pointer-events: none;
    transition: all 0.5s ease;
    display: none;
}

.sidebar.active .links_name {
    transition: 0s;
    /* opacity: 1; */
    pointer-events: auto;
    /* position: absolute; */
    /* right: 0; */
    margin-left: 14px;
    font-size: 14px;
    display: block;
}

.sidebar .profile_content {
    position: absolute;
    color: #fff;
    bottom: 0;
    left: 0;
    width: 100%;
}

.sidebar .profile_content .profile {
    position: relative;
    padding: 10px 6px;
    height: 60px;
    background: none;
    transition: all 0.4s ease;

}

.sidebar.active .profile_content .profile {
    opacity: 1;
    background: #da2021;
}

.sidebar .profile_content .profile .profile_details {
    display: flex;
    align-items: center;
    opacity: 0;
    pointer-events: none;
    white-space: nowrap;
    transition: all 0.4s ease;
}

.sidebar.active .profile_content .profile .profile_details {
    opacity: 1;
}

.profile .profile_details img {
    height: 45px;
    width: 45px;
    object-fit: cover;
    border-radius: 12px;
}

.profile .profile_details .name_job {
    margin-left: 10px;
}

.profile .profile_details .name {
    font-size: 15px;
    font-weight: 400;
}

.profile .profile_details .job {
    font-size: 12px;
}

.profile #log_out {
    position: absolute;
    bottom: 5px;
    left: 50%;
    transform: translateX(-50%);
    min-width: 50px;
    line-height: 50px;
    font-size: 20px;
    border-radius: 12px;
    text-align: center;
    transition: all 0.4s ease;
    background: #1d1b31;
}

.sidebar.active .profile #log_out {
    left: 88%;
}

.sidebar.active .profile #log_out {
    background: none
}

.sidebar.active .logo_content {
    justify-content: end;
    padding-right: 10px;
}

.active-menu {
    /* background: #cf1a1b !important; */
    background-image: linear-gradient(to right, #ed272b, #d00569);
    color: #fff !important;
    /* border-radius: 6px; */
}
.active-menu i {
    color: #fff !important;
}


.home_content {
    position: absolute;
    /* height: 100%; */
    width: calc(100% - 78px);
    left: 78px;
    background: #E4E9F7;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2px);
    transition: all 0.5s ease;
    padding-bottom: 60px;
    display: flex;
    flex-direction: column;
    min-height: 90vh;
}

.sidebar.active~.home_content {

    display: flex;

    flex-direction: column;

    min-height: 100vh;

    padding-bottom: 57px;
}

.home_content .text {
    font-size: 25px;
    font-weight: 500;
    color: #1d1b31;
    margin: 12px;
}

.sidebar.active~.home_content {
    width: calc(100% - 240px);
    left: 240px;
}

header {
    background: #fff;
    height: 77px;
    border-bottom: #bbbbbb 1px solid;
    position: fixed;
    top: 0;
    z-index: 100;
    width: 100%;
}

header .navbar {
    height: 100%;
    /* background: no-repeat; */
    padding: 0;
}


header .navbar .navbar-brand {
    width: 9%;
}

header .navbar .navbar-nav .right-drop {}

header .navbar .navbar-nav {}

header .navbar .navbar-nav.right-drop .nav-item {

    margin-left: 10px;
}

header .navbar .navbar-nav.right-drop .nav-item .nav-link::after {

    display: none;
}

header .navbar .navbar-nav.right-drop .nav-item .nav-link {
    width: 40px;
    height: 40px;
    /* background: #ffeded; */
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 40px;
    /* background-image: linear-gradient(to right, #ececec, #f3f3f3); */
    /* border: #cfcfcf 1px solid; */
    font-weight: 100;
}

header .navbar .navbar-nav.right-drop .nav-item .nav-link i {
    font-size: 17px;
    color: #02476c;
}


.breadcrum {
    background: #fff2f6;
    padding: 11px 13px;
    /* border-bottom: #bbbbbb 1px solid; */
    margin-bottom: 12px;
    margin-top: 15px;
    border-radius: 5px;
}

.breadcrum .breadcrumb-item {
    font-size: 14px;
    color: #000;
}

.breadcrum .breadcrumb-item a {
    color: #000;
    text-decoration: none;
}

.breadcrum .breadcrumb-item span {
    color: #e71313;
}

.sidebar-nav {}

.sidebar-nav .list-ul {
    list-style: none;
    padding: 0;
}

.sidebar-nav .list-ul .list-li {
    /* padding: 10px 15px; */
    /* transition: 0.3s; */
    /* border-radius: 7px; */
    position: relative;
    margin-bottom: 4px;
}

.sidebar-nav .list-ul .list-li a:hover {
    /* background: #cf1a1b; */
    /* color: #ffffff; */
    background-image: linear-gradient(to right, #ed272b, #d00569);
}

.sidebar-nav .list-ul .list-li a {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #fff;
    transition: 0.3s;
    padding: 14px 25px;
    /* border-radius: 8px; */
}

.sidebar-nav .list-ul .list-li a i {

    font-size: 24px;
}

.sidebar-nav .list-ul .list-li a:hover a {
    color: #000000;
}

.sidebar-nav .list-ul .list-li a .bx {

    font-size: 20px;
}

.sidebar-nav .list-ul .list-li a .fas {
    position: absolute;
    right: 8px;
    font-size: 13px;
}

.sidebar-nav .list-ul .list-li ul {
    padding-left: 35px;
    padding-top: 7px;
    color: #fff;
}

.nav-group-toggle .arrow {
    transition: transform 0.3s;
}

.nav-group-toggle.collapsed .arrow {
    transform: rotate(0deg);
}

.nav-group-toggle:not(.collapsed) .arrow {
    transform: rotate(180deg);
}

.nav-group-toggle:not(.collapsed).bc {
    background-color: #fff;
    color: #000000 !important;
}



.date-wrapper {
    position: relative;
    max-width: 280px;
    margin: 40px auto;
}

.date-input {
    width: 100%;
    padding: 14px 45px 14px 18px;
    border: 2px solid #ddd;
    border-radius: 12px;
    font-size: 16px;
    transition: 0.3s;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

.date-input:focus {
    border-color: #6c63ff;
    box-shadow: 0 6px 18px rgba(108, 99, 255, 0.2);
    outline: none;
}

.date-icon {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 18px;
    color: #6c63ff;
    pointer-events: none;
}


/* login page css */


.header {
    width: 100%;
}

.header .navbar {
    background-color: #f4f4f4;
}

.header .navbar .navbar-collapse {}

.header .navbar .navbar-collapse .navbar-nav {}

.header .navbar .navbar-collapse .navbar-nav .nav-item {}

.header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
    font-size: 17px;
    font-weight: 500;
    color: #000;
}

.header .main_nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.header .main_nav .navbar-brand {
    width: 11%;
    margin: 0;
    padding: 0;
}

.header .main_nav .navbar-brand img {}

.header .main_nav .contact_link {}

.header .main_nav .contact_link a.call_tfn {
    cursor: pointer;
    float: right;
    margin: -10px 0px 0 0;
    font-size: 20px;
    padding: 12px 20px 12px 70px;
    position: relative;
    color: #2b2a29;
    font-weight: 600;
    text-decoration: none;
    width: auto;
}

.header .main_nav .contact_link a.call_tfn::before {
    content: "";
    width: 48px;
    height: 48px;
    display: block;
    position: absolute;
    left: 12px;
    top: 16px;
    background: url(../images/ico.png) left top no-repeat;
    background-size: 100%;
}

.header .main_nav .contact_link a.call_tfn span {
    font-size: 11px;
    display: block;
    color: #fb0909;
    margin-bottom: 4px;
    font-weight: 400;
}

.hero-section {
    height: 520px;
    background: url(../images/bs2.jpg) no-repeat center center / cover;
    position: relative;
    margin-top: 77px;
}

.hero-section:after {
    content: '';
    background: #00000045;
    position: absolute;
    top: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
}

.hero-section .hero-text {
    padding-top: 213px;
    text-align: left;
    position: absolute;
    bottom: 20px;
    width: 48%;
    z-index: 10;
}

.hero-section .hero-text h1 {
    font-size: 36px;
    font-weight: bold;
}

.hero-section .hero-text p {
    margin-bottom: 6px;
}

.hero-section .support-best {
    padding: 0;
    margin-top: 40px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
}

.hero-section .support-best .support-box {
    display: flex;
    align-items: center;
    padding: 13px 12px;
    border-right: 1px #ccc solid;
    border-bottom: 1px #ccc solid;
    width: 49%;
    height: 100px;
}

.hero-section .support-best .support-box:nth-child(2),
.hero-section .support-best .support-box:nth-child(4) {
    border-right: none;
}

.hero-section .support-best .support-box:nth-child(3),
.hero-section .support-best .support-box:nth-child(4) {
    border-bottom: none;
}

.b-none {
    border: none !important;
}

.hero-section .support-best .support-box .ico-img {
    margin-right: 15px;
    width: 17%;
}

.hero-section .support-best .support-box .ico-img img {}

.hero-section .support-best .support-box .text-set {
    text-align: left;
}

.hero-section .support-best .support-box .text-set h3 {
    font-size: 15px;
    margin-bottom: 2px;
    font-weight: 600;
}

.hero-section .support-best .support-box .text-set p {
    font-size: 13px;
    margin: 0;
    line-height: 20px;
}

.hero-section .hero-form {
    z-index: 1000;
    position: relative;
}

.hero-section .hero-form .access_sec {
    /* box-shadow: 0px 4px 5px #00000080; */
    padding: 23px 26px 4px;
    overflow: hidden;
    max-height: 585px;
    border-radius: 22px;
    border: none;
    background: #ffffff;
    /* background-image: linear-gradient(to bottom right, #0362ff, #0007a1); */
}

.hero-section .hero-form .access_sec .text-show {
    /* display: flex; */
    justify-content: space-between;
}

.hero-section .hero-form .access_sec .text-show .lhs-txt {
    text-align: center;
}

.hero-section .hero-form .access_sec .text-show .rhs-txt {}

.hero-section .hero-form .access_sec .text-show .rhs-txt .register-btn {
    color: #8D8D8D;
    display: flex;
    flex-direction: column;
    line-height: 15px;
}

.hero-section .hero-form .access_sec .text-show .rhs-txt .register-btn a {
    color: #EB6335;
    text-decoration: none;
}

.hero-section .hero-form .access_sec .text-show .rhs-txt .register-btn a:hover {
    color: #db0707;
}

.hero-section .hero-form .access_sec .text-show .lhs-txt h3 {
    font-weight: bold;
    /* text-transform: uppercase; */
    font-size: 23px;
    color: #4a4a4a;
    margin-bottom: 11px;
    text-transform: capitalize;
}

.hero-section .hero-form .access_sec .text-show .lhs-txt h2 {
    font-weight: 500;
    font-size: 17px;
    color: #000;
    margin-bottom: 17px;
    text-transform: capitalize;
    margin: 0;
    margin-bottom: 18px;
}

.hero-section .hero-form .access_sec .text-show .lhs-txt h3 span {
    color: #e82823;
}

.hero-section .hero-form .access_sec .text-show h4 {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 14px;
    color: #e83f47;
}

.hero-section .hero-form .access_sec .text-show p {
    color: #003d85;
}

.hero-section .hero-form .access_sec .access_icon {
    background-color: #ffffff00 !important;
    border: none;
    text-align: center;
    padding: 5px 0px;
}

.hero-section .hero-form .access_sec .access_icon img {
    width: 38%;
    margin-bottom: 0px;
}

.hero-section .hero-form .access_sec .access_icon p {
    font-size: 12px;
    margin-bottom: 0px;
}

.hero-section .hero-form .access_sec .access_log_btn {
    width: 70%;
    /* background-color: #EB6335; */
    background-image: linear-gradient(to right, #d00569, #ed272b);
    /* background-image: linear-gradient(to bottom right, #533e7c, #160b59); */
    border: 0px #EB6335 solid;
    text-transform: uppercase;
    padding: 13px 0px;
    margin: 0 auto;
    /* margin-left: auto; */
    /* border-radius: 11px; */
    display: flex;
    /* text-align: center; */
    justify-content: center;
    font-weight: 700;
}

.hero-section .hero-form .access_sec .access_log_btn:hover {
    /* background-color: #ff010a; */
}

.hero-section .hero-form .access_sec .bottom-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 16px 0;
    width: 100%;
}

.hero-section .hero-form .access_sec .bottom-btn .register-btn {
    /* background: #1a27bd; */
    padding: 4px 10px;
    margin: 0 7px;
    border-radius: 3px;
    display: flex;
    justify-content: center;
    align-items: baseline;
    color: #000;
}

.hero-section .hero-form .access_sec .bottom-btn .register-btn a {
    color: #3192e8;
    text-decoration: none;
    /* font-size: 13px; */
    text-decoration: underline;
    padding: 0px 5px;
    /* font-weight: 600; */
}

.panel_access .access_sec .card-body {
    padding: 0px 0;
}

.panel_access .access_sec .card-body .form-group {
    margin-bottom: 14px;
    position: relative;
}

.panel_access .access_sec .card-body .form-group label {
    display: block;
    text-align: left;
    font-size: 14px;
    color: #000000;
    font-weight: 400;
}

.panel_access .access_sec .card-body .form-group .form-control {
    background: none;
    height: 50px;
    border-radius: 8px;
    background: #eaecef;
    font-size: 15px;
    padding-left: 42px;
}

.panel_access .access_sec .card-body .form-group .icon-left {
    position: absolute;
    top: 19px;
    left: 15px;
    color: #ee2630;
}

.login-best {
    padding: 28px 0px;
}

.login-best .hero-text {
    padding-top: 37px;
    text-align: center;
}

.login-best .hero-text h1 {
    font-size: 28px;
    font-weight: bold;
    color: #0a4463;
}

.login-best .hero-text p {
    margin-bottom: 6px;
    font-size: 15px;
}

.login-best .support-best {
    padding: 0;
    margin-top: 40px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
}

.login-best .support-best .support-box {
    display: flex;
    align-items: center;
    padding: 13px 12px;
    border-right: 1px #ccc solid;
    border-bottom: 1px #ccc solid;
    width: 49%;
    height: 100px;
}

.login-best .support-best .support-box:nth-child(2),
.login-best .support-best .support-box:nth-child(4) {
    border-right: none;
}

.login-best .support-best .support-box:nth-child(3),
.login-best .support-best .support-box:nth-child(4) {
    border-bottom: none;
}



.login-best .support-best .support-box .ico-img {
    margin-right: 15px;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    /* background: #939090; */
    background-image: linear-gradient(to bottom right, #533e7c, #160b59);
    border-radius: 4px;
    background-image: linear-gradient(to right, #d00569, #ed272b);
}

.login-best .support-best .support-box .ico-img img {
    width: 51%;
}

.login-best .support-best .support-box .text-set {
    text-align: left;
}

.login-best .support-best .support-box .text-set h3 {
    font-size: 18px;
    margin-bottom: 2px;
    font-weight: 600;
}

.login-best .support-best .support-box .text-set p {
    font-size: 14px;
    margin: 0;
    line-height: 20px;
}

.about_sec {
    background-color: #f5f5f5;
    position: relative;
    ;
}

.about_sec .about_inn {
    width: 68.5%;
}

.about_sec .about_inn img {
    max-width: 100%;
    width: 100%;
    height: 420px;
    object-fit: cover;
    border-radius: 4px;

}

.about_sec .about_text {
    position: absolute;
    top: 130px;
    right: 0;
    z-index: 1;
    width: 45%;
}

.about_sec .about_text .about_text_inn {
    background-color: #fff;
    padding: 47px 42px;
    max-width: 638px;
    min-height: 150px;
    border-radius: 4px;
    text-align: left;
    background-image: linear-gradient(to bottom right, #155d7f, #053459);
}

.about_sec .about_text .about_text_inn h2 {
    font-size: 19px;
    /* font-weight: bold; */
    color: #ffffff;
    margin: 0;
    font-weight: 100;
}

.about_sec .about_text .about_text_inn h4 {
    font-weight: 700;
    font-size: 24px;
    margin: 8px 0;
    color: #fff;
}

.about_sec .about_text .about_text_inn p {
    color: #fff;
    font-weight: 300;
}

.services-login {
    padding: 50px 0;
    background: url(../service-bg.webp);
    background-position: center right;
    background-size: cover;
    background-attachment: fixed;
}

.services-login .service_head {
    text-align: center;
    padding: 40px 0;
}

.services-login .service_head h2 {
    font-size: 26px;
    font-weight: bold;
    color: #0a4463;
}

.services-login .services-boxs {
    border-radius: 8px;
    border: 1px solid #E2E2E2;
    background: #FFF;
    box-shadow: 4px 4px 15px 0px rgba(0, 0, 0, 0.10);
    padding: 20px;
    display: flex;
    height: 100%;
    padding: 20px 24px 35px 24px;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    transition: all .5s ease-out;
    position: relative;
    text-align: center;
    background: #dedaed;
    /* background-image: linear-gradient(to bottom right, #447595, #083b60); */
    justify-content: center;
}

.services-login .services-boxs .serv-img {
    width: 25%;
    margin: 6px auto;
    background: #efefef;
    border-radius: 12px;
    padding: 6px;
    display: inline-block;
}

.services-login .services-boxs .serv-img i {}

.services-login .services-boxs h3 {
    display: block;
    width: 100%;
    font-size: 19px;
    font-weight: 600;
    margin-bottom: 0;
    color: #000000;
}

.services-login .services-boxs p {
    margin: 0;
    color: #000000;
    font-weight: 300;
    font-size: 14px;
}


.brands-partner {
    width: 100%;
    padding: 80px 0;
    margin: 0 auto;
    background: #faf7f7;
}

.brands-partner .brand_head {
    text-align: left;
}

.brands-partner .brand_head h2 {
    font-size: 32px;
    font-weight: bold;
    color: #484848;
}

.brands-partner .brand_head p {}

.brands-partner .brand_content {}

.brands-partner .brand_content ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    justify-content: space-between;
}

.brands-partner .brand_content ul li {
    width: 24%;
    list-style: none;
}

.brands-partner .brand_content ul li img {}



.membership {
    background-image: url(../members/client-bg.png), linear-gradient(180deg, #fffeed 0%, rgba(234, 234, 234, 0.00) 100%);
    padding: 50px 0;
    background-size: cover;
    background-position: center bottom;
    display: none;
}

.membership .member_head {
    text-align: center;
    margin-bottom: 20px;
}

.membership .member_head h2 {
    font-size: 32px;
    font-weight: bold;
    color: #484848;
    text-align: center;
}

.membership .member_head p {}

.membership .member_list {
    width: 80%;
    margin: 0 auto;
}

.membership .member_list ul {
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}

.membership .member_list ul li {
    width: 24%;
    text-align: center;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 15px 0;
}

.membership .member_list ul li:nth-of-type(4),
.membership .member_list ul li:nth-of-type(8),
.membership .member_list ul li:nth-of-type(12) {
    border-right: none;
}

.membership .member_list ul li:nth-of-type(9),
.membership .member_list ul li:nth-of-type(10),
.membership .member_list ul li:nth-of-type(11),
.membership .member_list ul li:nth-of-type(12) {
    border-bottom: none;
}

.membership .member_list ul li img {
    /* filter: grayscale(100%); */
    width: 50%;
}

.membership .member_list ul li img:hover {
    filter: grayscale(0%);
}

.landing_foot {
    background-color: #212529;
    width: 100%;
    margin: 0 auto;
    padding: 25px 0;
    /* background-image: linear-gradient(to bottom right, #155d7f, #053459); */
    background-image: linear-gradient(to right, #d00569, #ed272b);
}

.landing_foot .rights {
    border-top: #616161 1px solid;
    padding-top: 20px;
}

.landing_foot .rights p {
    color: #fff;
    margin: 0;
}

.landing_foot .contact_info {
    text-align: center;
    /* line-height: 16px; */
}

.landing_foot .contact_info h3 {

    color: #fff;

    font-size: 19px;

    font-weight: 500;

    margin-bottom: 14px;
}

.landing_foot .contact_info p {
    color: #fff;
    font-size: 14px;
    padding: 0;
    margin: 0;
    font-weight: 300;
    line-height: 26px;
}

.landing_foot .contact_info ul {

    padding: 0;
}

.landing_foot .contact_info ul li {

    list-style: none;

    color: #fff;
}

.landing_foot .contact_info ul li a {

    color: #fff;
}

.landing_foot .copy-info {
    /* margin-top: 20px; */
    /* border-top: #909090 1px solid; */
    /* padding: 22px 0px; */
}

.landing_foot .copy-info .left-set {
    text-align: left;
}

.landing_foot .copy-info .left-set p {
    margin: 0;
    color: #fff;
    font-weight: 300;
}

.landing_foot .copy-info .right-set {
    text-align: right;
}

.landing_foot .copy-info .right-set a {
    color: #fff;
    padding-left: 20px;
    text-decoration: none;
    font-weight: 300;
}

.landing_foot .copy-info .right-set a:hover {
    color: #a4c2d3;

}

.promotion {
    width: 100%;
    padding: 40px 0;
    margin: 0 auto;
}

.promotion .promo_title {
    text-align: center;
    padding: 10px 0;
    margin-bottom: 10px;
}

.promotion .promo_title h2 {
    font-size: 26px;
    font-weight: bold;
    color: #0a4463;
}

.promotion .promo_show {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
}

.promotion .promo_show .promo_img {
    width: 100%;
    border-radius: 6px;
    overflow: hidden;
}

.promotion .promo_show .promo_img img {}

.promotion .promo_show .promo_details {
    text-align: center;
    width: 100%;
    bottom: 0;
    justify-content: center;
    display: flex;
    align-items: center;
    flex-direction: column;
    padding: 20px 0;
    /* background: #000; */
    /* background-image: linear-gradient(to bottom right, #155d7f, #053459); */
    background-image: linear-gradient(to right, #d00569, #ed272b);
}

.promotion .promo_show .promo_details h3 {
    /* font-weight: bold; */
    color: #ffffff;
    font-size: 19px;
    /* text-transform: uppercase; */
    margin: 0;
}

.promotion .promo_show .promo_details p {}

.promotion .promo_show .promo_details ul {
    display: flex;
    margin: 0;
    padding: 0 6px;
    /* background: #e6e6e6; */
    width: fit-content;
    border-radius: 10px;
    display: none;
}

.promotion .promo_show .promo_details ul li {
    list-style: none;
    margin: 0px 2px;
}

.promotion .promo_show .promo_details ul li i {
    color: #ffb20b;
    font-size: 12px;
}

.promotion .ban_slider {
    position: relative;
}

.promotion .ban_slider .owl-nav {
    position: absolute;
    top: 110px;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.promotion .ban_slider .owl-nav .owl-prev {
    background: #fff;
    width: 30px;
    height: 30px;
    border-radius: 44px;
    margin-left: -5px;
    border: 1px #ccc solid;
    box-shadow: 0px 0px 0 #ffffff;
}

.promotion .ban_slider .owl-nav .owl-prev span {}

.promotion .ban_slider .owl-nav .owl-next {
    background: #fff;
    width: 30px;
    height: 30px;
    border-radius: 44px;
    margin-right: -5px;
    border: 1px #ccc solid;
    box-shadow: 0px 0px 0 #ffffff;
}

.promotion .ban_slider .owl-nav .owl-next span {}

.promotion-in {}

.ticket-search {
    background: #fff;
    padding: 9px 12px;
    /* height: 100%; */
    min-height: 90%;
    border-radius: 5px;
    box-shadow: 0px 2px 3px #00000026;
}

.ticket-search .form-check {
    padding: 1px 4px 4px 26px;
    margin-bottom: 7px;
    font-size: 14px;
    display: flex;
    align-items: center;
}

.ticket-search .form-check .form-check-input {
    margin-right: 11px;
}

.ticket-search h3 {
    color: #000;
    border-bottom: #000 1px solid;
    padding: 9px 0px;
    margin-bottom: 10px;
    font-size: 16px;
    text-align: center;
}

.ticket-search .searchbar {}

.ticket-search .searchbar .form-group {
    text-align: right;
}

.ticket-search .searchbar .form-group .form-control {
    border: #a4a4a4 1px solid;
    height: 40px;
    border-radius: 4px;
}

.ticket-search .searchbar .form-group .btn {
    /* background: #000; */
    color: #fff;
    background-image: linear-gradient(to right, #d00569, #ed272b);
    font-size: 12px;
    margin-top: 10px;
}

.recent-search-fm {
    background: #fff;
    padding: 9px 9px;
    height: 308px;
    min-height: 308px;
    border-radius: 5px;
    box-shadow: 0px 2px 3px #00000026;
    overflow-x: auto;
}

.recent-search-fm::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
}

.recent-search-fm::-webkit-scrollbar
{
	width: 6px;
	background-color: #F5F5F5;
}

.recent-search-fm::-webkit-scrollbar-thumb
{
	background-image: linear-gradient(to right, #d00569, #ed272b);
}

.recent-search-fm h3 {}

.recent-search-fm ul {
    padding: 0;
    width: 100%;
}

.recent-search-fm ul li {
    border: #aaaaaa 1px solid;
    list-style: none;
    border-radius: 6px;
    padding: 6px 5px;
    margin-bottom: 9px;
    line-height: 22px;
    cursor: pointer;
    transition: 0.2s;
}

.recent-search-fm ul li:hover{
    background: #ecf5fe;
}

.recent-search-fm ul li .desti {
    font-size: 14px;
    font-weight: 600;
    color: #1b5ec1;
}

.recent-search-fm ul li .date {
    font-size: 12px;
}

.recent-search-fm ul li .adult {
    font-size: 12px;
}

.destination-set {
    background: #312f3b;
    background-image: linear-gradient(to bottom right, #155d7f, #053459);
}

.destination-set h2 {
    color: #fff;
    font-weight: 600;
}

.destination-set p {
    color: #fff;
    font-weight: 300;
    font-size: 16px;
}

.destination-set span {
    color: #fff;
    font-weight: 400;
    font-size: 16px;
    font-family: "Roboto", sans-serif;
}



.form-group.add-ic i {
    position: absolute;
    right: 19px;
    top: -7px;
}



.agent-set {
    padding: 109px 0px 32px;
    /* background: url(../background/blue-tr.png) center no-repeat; */
    background-size: cover;
    /* background: #f5f9fe; */
    /* height: 100vh; */
    background: linear-gradient(90deg, rgb(214 217 255) 0%, rgb(195 121 112) 100%);
    /* background: linear-gradient(90deg, rgb(255 169 169) 0%, rgb(201 201 201) 100%); */
}

.agent-set .container {
    width: 65%;
}

.agent-set .form_mask {
    background: #ffffff;
    border-radius: 18px;
    border: 2px solid rgba(255, 255, 255, .5);
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
    backdrop-filter: blur(105px);
    overflow: hidden;
    padding: 20px 20px;
}

.agent-set .right-inn {
    background: #fff;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.agent-set .right-inn .logo {
    width: 40%;
    margin: 0 auto;
    margin-top: 4%;
}

.agent-set .right-inn .logo a {}

.agent-set .right-inn .logo img {}

.agent-set p {
    margin: 10px 0;
    margin-top: 20px;
    font-size: 14px;
    text-align: center;
    color: #ffffff;
}

.agent-set p a {
    text-decoration: none;
    font-size: 14px;
    text-align: center;
    color: #ffffff;
    cursor: pointer;
}

.agent-set p a span {
    color: #ff9200;
    font-size: 14px;
    font-weight: 600;
}

.agent-set .right-inn p a:hover span {
    color: #ff5700;
}

.agent-set .right-blk {
    text-align: center;
    margin-bottom: 20px;
    position: relative;
}

.agent-set .right-blk .register-img {
    position: relative;
}

.agent-set .agent-heading .rhs-txt .note {
    text-align: right;
    color: #8D8D8D;
    display: flex;
    flex-direction: column;
    line-height: 12px;
    align-items: flex-end;
}

.agent-set .agent-heading .rhs-txt .note h2 {
    font-size: 15px;
    color: #696969;
    margin-top: 0;
    text-transform: capitalize;
}

.agent-set .agent-heading .rhs-txt .note a {
    border: none;
    /* background-color: #115e84; */
    background-image: linear-gradient(to right, #d00569, #ed272b);
    border: none;
    color: #ffffff;
    border-radius: 5px;
    font-size: 13px;
    padding: 9px 25px;
    text-decoration: none;
    width: fit-content;
}

.agent-set .agent-heading .rhs-txt .note a:hover {
    /* background-color: #EB6335; */
    /* border: 1px #EB6335 solid; */
    color: #fff;
    background-image: linear-gradient(to right, #c20160, #dc161a);
}


.agent-set .agent-heading {
    margin-bottom: 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 37px;
    margin-top: 18px;
}

.agent-set .agent-heading .lhs-txt {}

.agent-set .agent-heading .rhs-txt {}

.agent-set .card {
    background: none;
    border: none;
}



.agent-set .agent-form .form-title {
    display: flex;
    align-items: center;
}

.agent-set .agent-form .form-title .title-icon {
    width: 12px;
    margin-right: 10px;
}

.agent-set .agent-form .form-title .title-icon i {
    color: #525252;
}

.agent-set .agent-form .form-title h4 {
    margin: 0;
    color: #dc3545;
    font-size: 14px;
    font-weight: bold;
}

.agent-set .agent-form .form-group {
    display: flex;
    margin-bottom: 9px;
    background: #ffffff00;
    border-radius: 4px;
    overflow: hidden;
    border: #b2b2b2 1px solid;
}

.agent-set .agent-form .form-group .form-check {}

.agent-set .agent-form .form-group .form-check .form-check-label {
    color: #202020;
    font-size: 14px;
}

.agent-set .agent-form .form-group .form-check .form-check-label a {
    color: #4285F4;
    text-decoration: underline;
    font-size: 14px;
}

.agent-set .submit-btn:focus {
    box-shadow: none;
}

.agent-set .submit-btn {
    background: #ff5700;
    color: #fff;
    outline: none;
    padding: 10px 85px;
    font-size: 16px;
    border: none;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.3s ease, transform 0.3s ease;
    margin-left: auto;
    display: block;
    background-image: linear-gradient(to right, #d00569, #ed272b);
    width: 63%;
    margin: 0 auto;
    margin-top: 23px;
}

.agent-set .submit-btn:hover {
    background-image: linear-gradient(to right, #c20160, #dc161a);
}


.agent-set .agent-form .form-group select {
    border-right: 1px solid #ced4da;
    padding: 0 12px;
    outline: none;
    height: 50px;
    font-size: 14px;
    color: #565555;
    border: none;
    /* border-right: 1px solid #b5b5b5; */
    background: #eaecef;
}

.agent-set .agent-form .form-group .select-sml {
    border-right: 1px solid #ced4da;
    padding: 0 6px;
    outline: none;
    height: 50px;
    font-size: 14px;
    color: #565555;
    border: none;
    border-right: 1px solid #b5b5b5;
    width: 33%;
    border-radius: 0;
    background: #eaecef;
}

.agent-set .agent-form .form-group .form-control:focus {
    box-shadow: none;
}

.agent-set .agent-form .form-group .form-control {
    border-radius: 0;
    font-size: 14px;
    color: #565555;
    height: 50px;
    border: none;
    background: #eaecef;
}

.agent-set .agent-form .custom-select {
    width: 23%;
}

.agent-set .agent-heading .lhs-txt h2 {
    font-weight: 600;
    font-size: 33px;
    color: #000;
    margin-bottom: 0;
    margin-top: 0;
    text-transform: capitalize;
}

.agent-set .agent-heading .lhs-txt h3 {
    font-weight: 500;
    font-size: 18px;
    color: #000;
    margin-bottom: 3px;
    text-transform: capitalize;
}

.agent-set .agent-heading .lhs-txt h3 span {
    color: #eb6335;
}

.agent-set .agent-heading p {
    font-size: 14px;
}


.navbar-nav .nav-link {
    font-weight: 500;
    color: #333;
}

.navbar-nav .nav-link:hover {
    color: #0d6efd;
}

.icon-btn {
    background: none;
    border: none;
    color: #333;
    font-size: 1.2rem;
    margin-left: 10px;
}

.icon-btn:hover {
    color: #0d6efd;
}

.app-footer {
    height: 60px;
    background: #da2021;
    border-left: #b7b2b2 1px solid;
    position: absolute;
    width: 100%;
    bottom: 0;
}

.app-footer .app-footer__inner {
    padding: 0 1.5rem 0 .75rem;
    height: 60px;
    display: flex;
    align-content: center;
    align-items: center
}

.app-footer .app-footer__inner .app-footer-left {
    display: flex;
    align-items: center
}

.app-footer .app-footer__inner .app-footer-right {
    margin-left: auto;
    display: flex
}


@media only screen and (max-width: 992px) {

    .hero-section .hero-text h1 {
        font-size: 27px;
        font-weight: bold;
    }

    .hero-section .hero-form .access_sec {

        padding: 22px 15px 4px;

    }

    .about_sec .about_text {
        position: absolute;
        top: 78px;
        right: 0;
        z-index: 1;
        width: 47%;
    }

    .brands-partner {

        padding: 50px 0;

    }

    .brands-partner .brand_content {
        margin-top: 30px;
    }

    .landing_foot .copy-info .left-set {
        text-align: center;
        margin-bottom: 14px;
    }

    .landing_foot .copy-info .right-set {
        text-align: center;
    }

    .header .main_nav .navbar-brand {
        width: 20%;
        margin: 0;
        padding: 0;
    }
}

@media only screen and (max-width: 480px) {

    header {

        height: 62px;

    }

    .header .main_nav .navbar-brand {
        width: 12%;

    }

    .hero-section {
        height: 92%;
        margin-top: 66px;

    }

    .hero-section .hero-form .access_sec {
        /* box-shadow: 0px 4px 5px #00000080; */
        padding: 22px 16px 4px;
        overflow: hidden;


    }

    .hero-section .hero-form .access_sec .text-show .lhs-txt h3 {
        font-weight: bold;

        font-size: 21px;

        margin-bottom: 4px;

    }

    .header .main_nav .navbar-brand {
        width: 29%;

    }

    .header .main_nav .contact_link a.call_tfn {

        margin: 0 0px 0 0;
        font-size: 16px;
        padding: 2px 4px 5px 68px;


    }

    .header .main_nav .contact_link a.call_tfn::before {

        width: 40px;
        height: 40px;

        left: 17px;
        top: 7px;

    }

    .hero-section .hero-text {
        padding-top: 14px;
        text-align: left;
        position: inherit;

        width: 100%;
        z-index: 10;
    }

    .hero-section .hero-text h1 {
        font-size: 23px;
        font-weight: bold;
    }

    .hero-section .hero-text p {
        margin-bottom: 6px;
        font-size: 13px;
    }

    .login-best .support-best .support-box {

        border-right: 0px #ccc solid;
        border-bottom: 1px #ccc solid;
        width: 100%;
        height: 100px;
    }

    .login-best .support-best .support-box:nth-child(3),
    .login-best .support-best .support-box:nth-child(4) {
        border-bottom: 1px #ccc solid;
    }

    .login-best .support-best .support-box .text-set {
        text-align: left;
        width: 78%;
    }

    .login-best .hero-text h1 {
        font-size: 22px;
        font-weight: bold;
        color: #0a4463;
    }

    .about_sec .about_inn {
        width: 100%;
    }

    .about_sec .about_text {
        position: inherit;
        top: -52px;
        right: 0;
        z-index: 1;
        width: 100%;
    }

    .services-login {
        padding: 20px 0;

    }

    .services-login .service_head {
        text-align: center;
        padding: 20px 0;
    }

    .landing_foot .copy-info .left-set {
        text-align: center;
        margin-bottom: 14px;
    }

    .landing_foot .copy-info .right-set {
        text-align: center;
    }

    .agent-set .container {
        width: 94%;
    }

    .agent-set .agent-heading .lhs-txt h3 {

        font-size: 13px;

        margin-bottom: 3px;

    }

    .agent-set .agent-heading .lhs-txt h2 {

        font-size: 22px;
        color: #000;
        margin-bottom: 0;
        margin-top: 0;

    }

    .agent-set .agent-heading {
        margin-bottom: 16px;


        margin-bottom: 22px;
        margin-top: 4px;
    }

    .agent-set .agent-heading .rhs-txt .note h2 {
        font-size: 13px;
        color: #696969;
        margin-top: 0;
        text-transform: capitalize;
    }

    .agent-set .submit-btn {

        width: 100%;

    }

}