@import url(https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap);
/*
 ----------------------
 Import Google Fonts
 ----------------------
 */
/*
 ----------------------
Front import end
 ----------------------
 */

/*! -----------------------------------------------------------------------------------

    Template Name: Iron Man
    Template URI: https://github.com/masudrana03/IronMan
    Description: Ready custom html template
    Author: Masud Rana
    Author URI: https://github.com/masudrana03

-----------------------------------------------------------------------------------
 */

/* !---------- Common CSS Start ------------ */



* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Lato", sans-serif;
}

ul, ol {
    padding-left: 15px;
}

body {
    background: #091e62;
}

/*
 ----------------------
Font Section
 ----------------------
 */

.fsw-16 {
    font-size: 16px;
    line-height: 20px;
}

.fsw-18 {
    font-size: 18px;
    line-height: 20px;
}

.fs-12 {
    font-size: 12px;
    line-height: 16px;
}

.fs-14 {
    font-size: 14px;
    line-height: 18px;
}

.fs-16 {
    font-size: 16px;
    line-height: 20px;
}

.fs-18 {
    font-size: 18px;
    line-height: 20px;
}

.fs-20 {
    font-size: 20px;
    line-height: 30px;
}

.fs-24 {
    font-size: 24px;
    line-height: 28px;
}

.fs-26 {
    font-size: 26px;
    line-height: 30px;
}

.fs-28 {
    font-size: 28px;
    line-height: 32px;
}

.fs-30 {
    font-size: 30px;
    line-height: 34px;
}


.fb-16 {
    font-size: 16px;
    line-height: 20px;
}

.fb-18 {
    font-size: 18px;
    line-height: 20px;
}

.fb-22 {
    font-size: 22px;
    line-height: 26px;
}

.fb-24 {
    font-size: 24px;
    line-height: 28px;
}

.fb-32 {
    font-size: 32px;
    line-height: 38px;
}

.fb-36 {
    font-size: 36px;
    line-height: 42px;
}

.fb-40 {
    font-size: 40px;
    line-height: 47px;
}

.fxb-36 {
    font-weight: 900;
    font-size: 34px;
    line-height: 42px;
}

.ff-lato {
    font-family: "Lato", sans-serif;
}

.ff-roboto {
    font-family: 'Roboto', sans-serif;
}

.ff-poppins {
    font-family: 'Poppins', sans-serif;
}


/* Font weight Section */
.fw-400 {
    font-weight: 400;
}

.fw-500 {
    font-weight: 500;
}

.fw-600 {
    font-weight: 600;
}

.fw-700 {
    font-weight: 700;
}

.fw-800 {
    font-weight: 800;
}

.fw-900 {
    font-weight: 900;
}

.lh-21 {
    line-height: 21px !important;
}

.lh-24 {
    line-height: 24px !important;
}

.lh-27 {
    line-height: 27px !important;
}

.lh-28 {
    line-height: 28px !important;
}

.lh-37 {
    line-height: 37px !important;
}


::-webkit-scrollbar {
    display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */

::-webkit-scrollbar {
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */
}


/* .slider-wrap{background-image: url("/assets/img/slider-bg.png");} */
.slide {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.slide-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.slider-button {
    width: 10px;
    min-height: 10px;
    border: none;
    border-radius: 50%;
    cursor: pointer;
}

.slider-button:hover {
    opacity: .5;
}

.slider-button:focus {
    outline: none;
    box-shadow: none;
}

.slider-buttons {
    position: absolute;
    /* top: 32%; */
    /* overflow: hidden; */
    top: 290px;
    left: 75%;
}


.select2-container--default .select2-selection--single {
    background-color: transparent !important;
    border: none !important;
    border-radius: 0px !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #000000 !important;
    background-color: #fff;
    border: 1px solid #000;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder{
    color: #000000 !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered{
    line-height: 40px !important;
}

.select2-container--default .select2-search--dropdown .select2-search__field{
    font-size: 14px !important;
    padding: 10px !important;
}

/* !---------- Common CSS End ------------ */

/* !---------- Padding CSS Start ------------ */
/* padding top pixel */
.pt-0 {
    padding-top: 0px !important;
}

.pt-2 {
    padding-top: 2px;
}

.pt-4 {
    padding-top: 4px;
}

.pt-6 {
    padding-top: 6px;
}

.pt-8 {
    padding-top: 8px;
}

.pt-10 {
    padding-top: 10px;
}

.pt-12 {
    padding-top: 12px;
}

.pt-14 {
    padding-top: 14px;
}

.pt-16 {
    padding-top: 16px;
}

.pt-18 {
    padding-top: 18px;
}

.pt-20 {
    padding-top: 20px;
}

.pt-22 {
    padding-top: 22px;
}

.pt-24 {
    padding-top: 24px;
}

.pt-26 {
    padding-top: 26px;
}

.pt-28 {
    padding-top: 28px;
}

.pt-30 {
    padding-top: 30px;
}

.pt-32 {
    padding-top: 32px;
}

.pt-34 {
    padding-top: 34px;
}

.pt-36 {
    padding-top: 36px;
}

.pt-38 {
    padding-top: 38px;
}

.pt-40 {
    padding-top: 40px;
}

.pt-42 {
    padding-top: 42px;
}

.pt-44 {
    padding-top: 44px;
}

.pt-46 {
    padding-top: 46px;
}

.pt-48 {
    padding-top: 48px;
}

.pt-50 {
    padding-top: 50px;
}

/* padding top percent */
.pt-x-5 {
    padding-top: 5%;
}

.pt-x-15 {
    padding-top: 15%;
}

.pt-x-25 {
    padding-top: 25%;
}

.pt-x-35 {
    padding-top: 35%;
}

.pt-x-45 {
    padding-top: 45%;
}

.pt-x-55 {
    padding-top: 55%;
}

.pt-x-65 {
    padding-top: 65%;
}

.pt-x-75 {
    padding-top: 75%;
}

.pt-x-85 {
    padding-top: 85%;
}

.pt-x-95 {
    padding-top: 95%;
}

.pt-x-105 {
    padding-top: 105%;
}

.pt-x-115 {
    padding-top: 115%;
}

.pt-x-125 {
    padding-top: 125%;
}

.pt-xl-10 {
    padding-top: 10%;
}

.pt-xl-20 {
    padding-top: 20%;
}

.pt-xl-30 {
    padding-top: 30%;
}

.pt-xl-40 {
    padding-top: 40%;
}

.pt-xl-50 {
    padding-top: 50%;
}

.pt-xl-60 {
    padding-top: 60%;
}

.pt-xl-70 {
    padding-top: 70%;
}

.pt-xl-80 {
    padding-top: 80%;
}

.pt-xl-90 {
    padding-top: 90%;
}

.pt-xl-100 {
    padding-top: 1000%;
}


/* !--------------------------------------------! */

/* padding bottom pixel */
.pb-0 {
    padding-bottom: 0px !important;
}

.pb-2 {
    padding-bottom: 2px;
}

.pb-4 {
    padding-bottom: 4px;
}

.pb-6 {
    padding-bottom: 6px;
}

.pb-8 {
    padding-bottom: 8px;
}

.pb-10 {
    padding-bottom: 10px;
}

.pb-12 {
    padding-bottom: 12px;
}

.pb-14 {
    padding-bottom: 14px;
}

.pb-16 {
    padding-bottom: 16px;
}

.pb-18 {
    padding-bottom: 18px;
}

.pb-20 {
    padding-bottom: 20px;
}

.pb-22 {
    padding-bottom: 22px;
}

.pb-24 {
    padding-bottom: 24px;
}

.pb-26 {
    padding-bottom: 26px;
}

.pb-28 {
    padding-bottom: 28px;
}

.pb-30 {
    padding-bottom: 30px;
}

.pb-32 {
    padding-bottom: 32px;
}

.pb-34 {
    padding-bottom: 34px;
}

.pb-36 {
    padding-bottom: 36px;
}

.pb-38 {
    padding-bottom: 38px;
}

.pb-40 {
    padding-bottom: 40px;
}

.pb-42 {
    padding-bottom: 42px;
}

.pb-44 {
    padding-bottom: 44px;
}

.pb-46 {
    padding-bottom: 46px;
}

.pb-48 {
    padding-bottom: 48px;
}

.pb-50 {
    padding-bottom: 50px;
}


/* padding bottom percent */
.pb-x-5 {
    padding-bottom: 5%;
}

.pb-x-15 {
    padding-bottom: 15%;
}

.pb-x-25 {
    padding-bottom: 25%;
}

.pb-x-35 {
    padding-bottom: 35%;
}

.pb-x-45 {
    padding-bottom: 45%;
}

.pb-x-55 {
    padding-bottom: 55%;
}

.pb-x-65 {
    padding-bottom: 65%;
}

.pb-x-75 {
    padding-bottom: 75%;
}

.pb-x-85 {
    padding-bottom: 85%;
}

.pb-x-95 {
    padding-bottom: 95%;
}

.pb-x-105 {
    padding-bottom: 105%;
}

.pb-x-115 {
    padding-bottom: 115%;
}

.pb-x-125 {
    padding-bottom: 125%;
}

.pb-xl-10 {
    padding-bottom: 10%;
}

.pb-xl-20 {
    padding-bottom: 20%;
}

.pb-xl-30 {
    padding-bottom: 30%;
}

.pb-xl-40 {
    padding-bottom: 40%;
}

.pb-xl-50 {
    padding-bottom: 50%;
}

.pb-xl-60 {
    padding-bottom: 60%;
}

.pb-xl-70 {
    padding-bottom: 70%;
}

.pb-xl-80 {
    padding-bottom: 80%;
}

.pb-xl-90 {
    padding-bottom: 90%;
}

.pb-xl-100 {
    padding-bottom: 1000%;
}


/* !--------------------------------------------! */

/* padding left pixel */
.pl-0 {
    padding-left: 0px !important;
}

.pl-2 {
    padding-left: 2px;
}

.pl-4 {
    padding-left: 4px;
}

.pl-6 {
    padding-left: 6px;
}

.pl-8 {
    padding-left: 8px;
}

.pl-10 {
    padding-left: 10px;
}

.pl-12 {
    padding-left: 12px;
}

.pl-14 {
    padding-left: 14px;
}

.pl-16 {
    padding-left: 16px;
}

.pl-18 {
    padding-left: 18px;
}

.pl-20 {
    padding-left: 20px;
}

.pl-22 {
    padding-left: 22px;
}

.pl-24 {
    padding-left: 24px;
}

.pl-26 {
    padding-left: 26px;
}

.pl-28 {
    padding-left: 28px;
}

.pl-30 {
    padding-left: 30px;
}

.pl-32 {
    padding-left: 32px;
}

.pl-34 {
    padding-left: 34px;
}

.pl-36 {
    padding-left: 36px;
}

.pl-38 {
    padding-left: 38px;
}

.pl-40 {
    padding-left: 40px;
}

.pl-42 {
    padding-left: 42px;
}

.pl-44 {
    padding-left: 44px;
}

.pl-46 {
    padding-left: 46px;
}

.pl-48 {
    padding-left: 48px;
}

.pl-50 {
    padding-left: 50px;
}

/* padding left percent */
.pl-x-5 {
    padding-left: 5%;
}

.pl-x-15 {
    padding-left: 15%;
}

.pl-x-25 {
    padding-left: 25%;
}

.pl-x-35 {
    padding-left: 35%;
}

.pl-x-45 {
    padding-left: 45%;
}

.pl-x-55 {
    padding-left: 55%;
}

.pl-x-65 {
    padding-left: 65%;
}

.pl-x-75 {
    padding-left: 75%;
}

.pl-x-85 {
    padding-left: 85%;
}

.pl-x-95 {
    padding-left: 95%;
}

.pl-x-105 {
    padding-left: 105%;
}

.pl-x-115 {
    padding-left: 115%;
}

.pl-x-125 {
    padding-left: 125%;
}

.pl-xl-10 {
    padding-left: 10%;
}

.pl-xl-20 {
    padding-left: 20%;
}

.pl-xl-30 {
    padding-left: 30%;
}

.pl-xl-40 {
    padding-left: 40%;
}

.pl-xl-50 {
    padding-left: 50%;
}

.pl-xl-60 {
    padding-left: 60%;
}

.pl-xl-70 {
    padding-left: 70%;
}

.pl-xl-80 {
    padding-left: 80%;
}

.pl-xl-90 {
    padding-left: 90%;
}

.pl-xl-100 {
    padding-left: 1000%;
}

.pl-s-18 {
    padding-left: 18%;
}

/* !--------------------------------------------! */


/* padding right pixel */
.pr-0 {
    padding-right: 0px !important;
}

.pr-2 {
    padding-right: 2px;
}

.pr-4 {
    padding-right: 4px;
}

.pr-6 {
    padding-right: 6px;
}

.pr-8 {
    padding-right: 8px;
}

.pr-10 {
    padding-right: 10px;
}

.pr-12 {
    padding-right: 12px;
}

.pr-14 {
    padding-right: 14px;
}

.pr-16 {
    padding-right: 16px;
}

.pr-18 {
    padding-right: 18px;
}

.pr-20 {
    padding-right: 20px;
}

.pr-22 {
    padding-right: 22px;
}

.pr-24 {
    padding-right: 24px;
}

.pr-26 {
    padding-right: 26px;
}

.pr-28 {
    padding-right: 28px;
}

.pr-30 {
    padding-right: 30px;
}

.pr-32 {
    padding-right: 32px;
}

.pr-34 {
    padding-right: 34px;
}

.pr-36 {
    padding-right: 36px;
}

.pr-38 {
    padding-right: 38px;
}

.pr-40 {
    padding-right: 40px;
}

.pr-42 {
    padding-right: 42px;
}

.pr-44 {
    padding-right: 44px;
}

.pr-46 {
    padding-right: 46px;
}

.pr-48 {
    padding-right: 48px;
}

.pr-50 {
    padding-right: 50px;
}

/* padding right percent */
.pr-x-5 {
    padding-right: 5%;
}

.pr-x-15 {
    padding-right: 15%;
}

.pr-x-25 {
    padding-right: 25%;
}

.pr-x-35 {
    padding-right: 35%;
}

.pr-x-45 {
    padding-right: 45%;
}

.pr-x-55 {
    padding-right: 55%;
}

.pr-x-65 {
    padding-right: 65%;
}

.pr-x-75 {
    padding-right: 75%;
}

.pr-x-85 {
    padding-right: 85%;
}

.pr-x-95 {
    padding-right: 95%;
}

.pr-x-105 {
    padding-right: 105%;
}

.pr-x-115 {
    padding-right: 115%;
}

.pr-x-125 {
    padding-right: 125%;
}

.pr-xl-10 {
    padding-right: 10%;
}

.pr-xl-20 {
    padding-right: 20%;
}

.pr-xl-30 {
    padding-right: 30%;
}

.pr-xl-40 {
    padding-right: 40%;
}

.pr-xl-50 {
    padding-right: 50%;
}

.pr-xl-60 {
    padding-right: 60%;
}

.pr-xl-70 {
    padding-right: 70%;
}

.pr-xl-80 {
    padding-right: 80%;
}

.pr-xl-90 {
    padding-right: 90%;
}

.pr-xl-100 {
    padding-right: 1000%;
}

.pr-s-18 {
    padding-right: 18%;
}

/* !--------------------------------------------! */


/* padding left & padding right component */
.px-5 {
    padding-left: 5px;
    padding-right: 5px;
}

.px-10 {
    padding-left: 10px;
    padding-right: 10px;
}

.px-12 {
    padding-left: 12px;
    padding-right: 12px;
}

.px-14 {
    padding-left: 14px;
    padding-right: 14px;
}

.px-16 {
    padding-left: 16px;
    padding-right: 16px;
}

.px-20 {
    padding-left: 20px;
    padding-right: 20px;
}

.px-22 {
    padding-left: 22px;
    padding-right: 22px;
}

.px-24 {
    padding-left: 24px;
    padding-right: 24px;
}

.px-25 {
    padding-left: 25px;
    padding-right: 25px;
}

.px-26 {
    padding-left: 26px;
    padding-right: 26px;
}

.px-28 {
    padding-left: 28px;
    padding-right: 28px;
}

.px-30 {
    padding-left: 30px;
    padding-right: 30px;
}

.px-32 {
    padding-left: 32px;
    padding-right: 32px;
}

.px-34 {
    padding-left: 34px;
    padding-right: 34px;
}

.px-36 {
    padding-left: 36px;
    padding-right: 36px;
}

.px-38 {
    padding-left: 38px;
    padding-right: 38px;
}

.px-40 {
    padding-left: 40px;
    padding-right: 40px;
}

.px-42 {
    padding-left: 42px;
    padding-right: 42px;
}

.px-44 {
    padding-left: 44px;
    padding-right: 44px;
}

.px-46 {
    padding-left: 46px;
    padding-right: 46px;
}

.px-48 {
    padding-left: 48px;
    padding-right: 48px;
}

.px-50 {
    padding-left: 50px;
    padding-right: 50px;
}


/* padding top & padding bottom component */
.py-5 {
    padding-top: 5px;
    padding-bottom: 5px;
}

.py-10 {
    padding-top: 10px;
    padding-bottom: 10px;
}

.py-12 {
    padding-top: 12px;
    padding-bottom: 12px;
}

.py-14 {
    padding-top: 14px;
    padding-bottom: 14px;
}

.py-16 {
    padding-top: 16px;
    padding-bottom: 16px;
}

.py-20 {
    padding-top: 20px;
    padding-bottom: 20px;
}

.py-22 {
    padding-top: 22px;
    padding-bottom: 22px;
}

.py-24 {
    padding-top: 24px;
    padding-bottom: 24px;
}

.py-25 {
    padding-top: 25px;
    padding-bottom: 25px;
}

.py-26 {
    padding-top: 26px;
    padding-bottom: 26px;
}

.py-28 {
    padding-top: 28px;
    padding-bottom: 28px;
}

.py-30 {
    padding-top: 30px;
    padding-bottom: 30px;
}

.py-32 {
    padding-top: 32px;
    padding-bottom: 32px;
}

.py-34 {
    padding-top: 34px;
    padding-bottom: 34px;
}

.py-36 {
    padding-top: 36px;
    padding-bottom: 36px;
}

.py-38 {
    padding-top: 38px;
    padding-bottom: 38px;
}

.py-40 {
    padding-top: 40px;
    padding-bottom: 40px;
}

.py-42 {
    padding-top: 42px;
    padding-bottom: 42px;
}

.py-44 {
    padding-top: 44px;
    padding-bottom: 44px;
}

.py-46 {
    padding-top: 46px;
    padding-bottom: 46px;
}

.py-48 {
    padding-top: 48px;
    padding-bottom: 48px;
}

.py-50 {
    padding-top: 50px;
    padding-bottom: 50px;
}

/* if any component need add hear */


.pt-59 {
    padding-top: 59px;
}

.pt-74 {
    padding-top: 74px;
}

.pt-76 {
    padding-top: 76px;
}

.pt-96 {
    padding-top: 96px;
}

.pt-236 {
    padding-top: 236px;
}

.px-33 {
    padding-left: 33px;
    padding-right: 33px;
}

.px-35 {
    padding-left: 35px;
    padding-right: 35px;
}

.px-37 {
    padding-left: 37px;
    padding-right: 37px;
}

.px-49 {
    padding-left: 49px;
    padding-right: 49px;
}


/* !---------- Padding CSS End ------------ */
/* !---------- Margin CSS Start ------------ */
/* margin top pixel */
.mt-0 {
    margin-top: 0px !important;
}

.mt-2 {
    margin-top: 2px;
}

.mt-4 {
    margin-top: 4px;
}

.mt-6 {
    margin-top: 6px;
}

.mt-8 {
    margin-top: 8px;
}

.mt-10 {
    margin-top: 10px;
}

.mt-12 {
    margin-top: 12px;
}

.mt-14 {
    margin-top: 14px;
}

.mt-15 {
    margin-top: 15px;
}

.mt-16 {
    margin-top: 16px;
}

.mt-18 {
    margin-top: 18px;
}

.mt-20 {
    margin-top: 20px;
}

.mt-22 {
    margin-top: 22px;
}

.mt-24 {
    margin-top: 24px;
}

.mt-26 {
    margin-top: 26px;
}

.mt-28 {
    margin-top: 28px;
}

.mt-30 {
    margin-top: 30px;
}

.mt-32 {
    margin-top: 32px;
}

.mt-34 {
    margin-top: 34px;
}

.mt-36 {
    margin-top: 36px;
}

.mt-38 {
    margin-top: 38px;
}

.mt-40 {
    margin-top: 40px;
}

.mt-42 {
    margin-top: 42px;
}

.mt-44 {
    margin-top: 44px;
}

.mt-46 {
    margin-top: 46px;
}

.mt-48 {
    margin-top: 48px;
}

.mt-50 {
    margin-top: 50px;
}

/* margin top percent */
.mt-x-5 {
    margin-top: 5%;
}

.mt-x-15 {
    margin-top: 15%;
}

.mt-x-25 {
    margin-top: 25%;
}

.mt-x-35 {
    margin-top: 35%;
}

.mt-x-45 {
    margin-top: 45%;
}

.mt-x-55 {
    margin-top: 55%;
}

.mt-x-65 {
    margin-top: 65%;
}

.mt-x-75 {
    margin-top: 75%;
}

.mt-x-85 {
    margin-top: 85%;
}

.mt-x-95 {
    margin-top: 95%;
}

.mt-x-105 {
    margin-top: 105%;
}

.mt-x-115 {
    margin-top: 115%;
}

.mt-x-125 {
    margin-top: 125%;
}

.mt-xl-10 {
    margin-top: 10%;
}

.mt-xl-20 {
    margin-top: 20%;
}

.mt-xl-30 {
    margin-top: 30%;
}

.mt-xl-40 {
    margin-top: 40%;
}

.mt-xl-50 {
    margin-top: 50%;
}

.mt-xl-60 {
    margin-top: 60%;
}

.mt-xl-70 {
    margin-top: 70%;
}

.mt-xl-80 {
    margin-top: 80%;
}

.mt-xl-90 {
    margin-top: 90%;
}

.mt-xl-100 {
    margin-top: 1000%;
}


/* !--------------------------------------------! */

/* margin bottom pixel */
.mb-0 {
    margin-bottom: 0px !important;
}

.mb-2 {
    margin-bottom: 2px;
}

.mb-4 {
    margin-bottom: 4px;
}

.mb-6 {
    margin-bottom: 6px;
}

.mb-8 {
    margin-bottom: 8px;
}

.mb-10 {
    margin-bottom: 10px;
}

.mb-12 {
    margin-bottom: 12px;
}

.mb-14 {
    margin-bottom: 14px;
}

.mb-16 {
    margin-bottom: 16px;
}

.mb-18 {
    margin-bottom: 18px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-22 {
    margin-bottom: 22px;
}

.mb-24 {
    margin-bottom: 24px;
}

.mb-26 {
    margin-bottom: 26px;
}

.mb-28 {
    margin-bottom: 28px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-32 {
    margin-bottom: 32px;
}

.mb-34 {
    margin-bottom: 34px;
}

.mb-36 {
    margin-bottom: 36px;
}

.mb-38 {
    margin-bottom: 38px;
}

.mb-40 {
    margin-bottom: 40px;
}

.mb-42 {
    margin-bottom: 42px;
}

.mb-44 {
    margin-bottom: 44px;
}

.mb-46 {
    margin-bottom: 46px;
}

.mb-48 {
    margin-bottom: 48px;
}

.mb-50 {
    margin-bottom: 50px;
}


/* margin bottom percent */
.mb-x-5 {
    margin-bottom: 5%;
}

.mb-x-15 {
    margin-bottom: 15%;
}

.mb-x-25 {
    margin-bottom: 25%;
}

.mb-x-35 {
    margin-bottom: 35%;
}

.mb-x-45 {
    margin-bottom: 45%;
}

.mb-x-55 {
    margin-bottom: 55%;
}

.mb-x-65 {
    margin-bottom: 65%;
}

.mb-x-75 {
    margin-bottom: 75%;
}

.mb-x-85 {
    margin-bottom: 85%;
}

.mb-x-95 {
    margin-bottom: 95%;
}

.mb-x-105 {
    margin-bottom: 105%;
}

.mb-x-115 {
    margin-bottom: 115%;
}

.mb-x-125 {
    margin-bottom: 125%;
}

.mb-xl-10 {
    margin-bottom: 10%;
}

.mb-xl-20 {
    margin-bottom: 20%;
}

.mb-xl-30 {
    margin-bottom: 30%;
}

.mb-xl-40 {
    margin-bottom: 40%;
}

.mb-xl-50 {
    margin-bottom: 50%;
}

.mb-xl-60 {
    margin-bottom: 60%;
}

.mb-xl-70 {
    margin-bottom: 70%;
}

.mb-xl-80 {
    margin-bottom: 80%;
}

.mb-xl-90 {
    margin-bottom: 90%;
}

.mb-xl-100 {
    margin-bottom: 1000%;
}


/* !--------------------------------------------! */

/* margin left pixel */
.m-auto {
    margin: auto;
}

.ml-0 {
    margin-left: 0px !important;
}

.ml-2 {
    margin-left: 2px;
}

.ml-4 {
    margin-left: 4px;
}

.ml-6 {
    margin-left: 6px;
}

.ml-8 {
    margin-left: 8px;
}

.ml-10 {
    margin-left: 10px;
}

.ml-12 {
    margin-left: 12px;
}

.ml-14 {
    margin-left: 14px;
}

.ml-16 {
    margin-left: 16px;
}

.ml-18 {
    margin-left: 18px;
}

.ml-20 {
    margin-left: 20px;
}

.ml-22 {
    margin-left: 22px;
}

.ml-24 {
    margin-left: 24px;
}

.ml-26 {
    margin-left: 26px;
}

.ml-28 {
    margin-left: 28px;
}

.ml-30 {
    margin-left: 30px;
}

.ml-32 {
    margin-left: 32px;
}

.ml-34 {
    margin-left: 34px;
}

.ml-36 {
    margin-left: 36px;
}

.ml-38 {
    margin-left: 38px;
}

.ml-40 {
    margin-left: 40px;
}

.ml-42 {
    margin-left: 42px;
}

.ml-44 {
    margin-left: 44px;
}

.ml-46 {
    margin-left: 46px;
}

.ml-48 {
    margin-left: 48px;
}

.ml-50 {
    margin-left: 50px;
}

/* margin left percent */
.ml-x-5 {
    margin-left: 5%;
}

.ml-x-15 {
    margin-left: 15%;
}

.ml-x-25 {
    margin-left: 25%;
}

.ml-x-35 {
    margin-left: 35%;
}

.ml-x-45 {
    margin-left: 45%;
}

.ml-x-55 {
    margin-left: 55%;
}

.ml-x-65 {
    margin-left: 65%;
}

.ml-x-75 {
    margin-left: 75%;
}

.ml-x-85 {
    margin-left: 85%;
}

.ml-x-95 {
    margin-left: 95%;
}

.ml-x-105 {
    margin-left: 105%;
}

.ml-x-115 {
    margin-left: 115%;
}

.ml-x-125 {
    margin-left: 125%;
}

.ml-xl-10 {
    margin-left: 10%;
}

.ml-xl-20 {
    margin-left: 20%;
}

.ml-xl-30 {
    margin-left: 30%;
}

.ml-xl-40 {
    margin-left: 40%;
}

.ml-xl-50 {
    margin-left: 50%;
}

.ml-xl-60 {
    margin-left: 60%;
}

.ml-xl-70 {
    margin-left: 70%;
}

.ml-xl-80 {
    margin-left: 80%;
}

.ml-xl-90 {
    margin-left: 90%;
}

.ml-xl-100 {
    margin-left: 1000%;
}

/* !--------------------------------------------! */


/* margin right pixel */
.mr-0 {
    margin-right: 0px !important;
}

.mr-2 {
    margin-right: 2px;
}

.mr-4 {
    margin-right: 4px;
}

.mr-6 {
    margin-right: 6px;
}

.mr-8 {
    margin-right: 8px;
}

.mr-10 {
    margin-right: 10px;
}

.mr-12 {
    margin-right: 12px;
}

.mr-14 {
    margin-right: 14px;
}

.mr-16 {
    margin-right: 16px;
}

.mr-18 {
    margin-right: 18px;
}

.mr-20 {
    margin-right: 20px;
}

.mr-22 {
    margin-right: 22px;
}

.mr-24 {
    margin-right: 24px;
}

.mr-26 {
    margin-right: 26px;
}

.mr-28 {
    margin-right: 28px;
}

.mr-30 {
    margin-right: 30px;
}

.mr-32 {
    margin-right: 32px;
}

.mr-34 {
    margin-right: 34px;
}

.mr-36 {
    margin-right: 36px;
}

.mr-38 {
    margin-right: 38px;
}

.mr-40 {
    margin-right: 40px;
}

.mr-42 {
    margin-right: 42px;
}

.mr-44 {
    margin-right: 44px;
}

.mr-46 {
    margin-right: 46px;
}

.mr-48 {
    margin-right: 48px;
}

.mr-50 {
    margin-right: 50px;
}

/* margin right percent */
.mr-x-5 {
    margin-right: 5%;
}

.mr-x-15 {
    margin-right: 15%;
}

.mr-x-25 {
    margin-right: 25%;
}

.mr-x-35 {
    margin-right: 35%;
}

.mr-x-45 {
    margin-right: 45%;
}

.mr-x-55 {
    margin-right: 55%;
}

.mr-x-65 {
    margin-right: 65%;
}

.mr-x-75 {
    margin-right: 75%;
}

.mr-x-85 {
    margin-right: 85%;
}

.mr-x-95 {
    margin-right: 95%;
}

.mr-x-105 {
    margin-right: 105%;
}

.mr-x-115 {
    margin-right: 115%;
}

.mr-x-125 {
    margin-right: 125%;
}

.mr-xl-10 {
    margin-right: 10%;
}

.mr-xl-20 {
    margin-right: 20%;
}

.mr-xl-30 {
    margin-right: 30%;
}

.mr-xl-40 {
    margin-right: 40%;
}

.mr-xl-50 {
    margin-right: 50%;
}

.mr-xl-60 {
    margin-right: 60%;
}

.mr-xl-70 {
    margin-right: 70%;
}

.mr-xl-80 {
    margin-right: 80%;
}

.mr-xl-90 {
    margin-right: 90%;
}

.mr-xl-100 {
    margin-right: 1000%;
}

/* !--------------------------------------------! */


/* margin left & margin right component */
.mx-10 {
    margin-left: 10px;
    margin-right: 10px;
}

.mx-12 {
    margin-left: 12px;
    margin-right: 12px;
}

.mx-14 {
    margin-left: 14px;
    margin-right: 14px;
}

.mx-16 {
    margin-left: 16px;
    margin-right: 16px;
}

.mx-20 {
    margin-left: 20px;
    margin-right: 20px;
}

.mx-22 {
    margin-left: 22px;
    margin-right: 22px;
}

.mx-24 {
    margin-left: 24px;
    margin-right: 24px;
}

.mx-25 {
    margin-left: 25px;
    margin-right: 25px;
}

.mx-26 {
    margin-left: 26px;
    margin-right: 26px;
}

.mx-28 {
    margin-left: 28px;
    margin-right: 28px;
}

.mx-30 {
    margin-left: 30px;
    margin-right: 30px;
}

.mx-32 {
    margin-left: 32px;
    margin-right: 32px;
}

.mx-34 {
    margin-left: 34px;
    margin-right: 34px;
}

.mx-36 {
    margin-left: 36px;
    margin-right: 36px;
}

.mx-38 {
    margin-left: 38px;
    margin-right: 38px;
}

.mx-40 {
    margin-left: 40px;
    margin-right: 40px;
}

.mx-42 {
    margin-left: 42px;
    margin-right: 42px;
}

.mx-44 {
    margin-left: 44px;
    margin-right: 44px;
}

.mx-46 {
    margin-left: 46px;
    margin-right: 46px;
}

.mx-48 {
    margin-left: 48px;
    margin-right: 48px;
}

.mx-50 {
    margin-left: 50px;
    margin-right: 50px;
}


/* margin top & margin bottom component */
.my-5 {
    margin-top: 5px;
    margin-bottom: 5px;
}

.my-10 {
    margin-top: 10px;
    margin-bottom: 10px;
}

.my-12 {
    margin-top: 12px;
    margin-bottom: 12px;
}

.my-14 {
    margin-top: 14px;
    margin-bottom: 14px;
}

.my-16 {
    margin-top: 16px;
    margin-bottom: 16px;
}

.my-20 {
    margin-top: 20px;
    margin-bottom: 20px;
}

.my-22 {
    margin-top: 22px;
    margin-bottom: 22px;
}

.my-24 {
    margin-top: 24px;
    margin-bottom: 24px;
}

.my-25 {
    margin-top: 25px;
    margin-bottom: 25px;
}

.my-26 {
    margin-top: 26px;
    margin-bottom: 26px;
}

.my-28 {
    margin-top: 28px;
    margin-bottom: 28px;
}

.my-30 {
    margin-top: 30px;
    margin-bottom: 30px;
}

.my-32 {
    margin-top: 32px;
    margin-bottom: 32px;
}

.my-34 {
    margin-top: 34px;
    margin-bottom: 34px;
}

.my-36 {
    margin-top: 36px;
    margin-bottom: 36px;
}

.my-38 {
    margin-top: 38px;
    margin-bottom: 38px;
}

.my-40 {
    margin-top: 40px;
    margin-bottom: 40px;
}

.my-42 {
    margin-top: 42px;
    margin-bottom: 42px;
}

.my-44 {
    margin-top: 44px;
    margin-bottom: 44px;
}

.my-46 {
    margin-top: 46px;
    margin-bottom: 46px;
}

.my-48 {
    margin-top: 48px;
    margin-bottom: 48px;
}

.my-50 {
    margin-top: 50px;
    margin-bottom: 50px;
}

/* if any component need add hear */

.mt-40 {
    margin-top: 40px;
}

.mt-70 {
    margin-top: 70px;
}

.mt-90 {
    margin-top: 90px;
}

.mt-134 {
    margin-top: 134px;
}

.mb-50 {
    margin-bottom: 50px;
}

.mb-54 {
    margin-bottom: 54px;
}

.mb-56 {
    margin-bottom: 56px;
}

.mb-60 {
    margin-bottom: 60px;
}

.mb-64 {
    margin-bottom: 64px;
}

.mb-70 {
    margin-bottom: 70px;
}

.mb-76 {
    margin-bottom: 76px;
}

.mb-80 {
    margin-bottom: 80px;
}

.mb-86 {
    margin-bottom: 86px;
}

.mb-90 {
    margin-bottom: 90px;
}

.mb-93 {
    margin-bottom: 93px;
}

.mb-100 {
    margin-bottom: 100px;
}

.mb-107 {
    margin-bottom: 107px;
}

.mb-118 {
    margin-bottom: 118px;
}

.mb-137 {
    margin-bottom: 137px;
}

.mb-158 {
    margin-bottom: 158px;
}

.mb-170 {
    margin-bottom: 170px;
}

.mb-188 {
    margin-bottom: 188px;
}

.mb-193 {
    margin-bottom: 193px;
}

.mb-216 {
    margin-bottom: 216px;
}

.mb-235 {
    margin-bottom: 235px;
}

.ml--8 {
    margin-left: -8px;
}

.mr--8 {
    margin-right: -8px;
}

.mb--8 {
    margin-bottom: -8px;
}

.mb--9 {
    margin-bottom: -9px;
}


/* !---------- Margin CSS End ------------ */


/* !---------- Font CSS Start ------------ */


/* */

.w10 {
    width: 10px;
}

.w20 {
    width: 20px;
}

.w30 {
    width: 30px;
}

.w40 {
    width: 40px;
}

.w50 {
    width: 50px;
}

.w60 {
    width: 60px;
}

.w70 {
    width: 70px;
}

.w80 {
    width: 80px;
}

.w90 {
    width: 90px;
}

.w100 {
    width: 100px;
}

.W-10 {
    width: 10%;
}

.W-12 {
    width: 12%;
}

.W-20 {
    width: 20%;
}

.W-30 {
    width: 30%;
}

.W-40 {
    width: 40%;
}

.W-43 {
    width: 43%;
}

.W-50 {
    width: 50%;
}

.W-60 {
    width: 60%;
}

.W-70 {
    width: 70%;
}

.W-80 {
    width: 80%;
}

.W-90 {
    width: 90%;
}

.W-100 {
    width: 100%;
}



.h10 {
    height: 10px;
}

.h20 {
    height: 20px;
}

.h30 {
    height: 30px;
}

.h40 {
    height: 40px;
}

.h50 {
    height: 50px;
}

.h60 {
    height: 60px;
}

.h70 {
    height: 70px;
}

.h80 {
    height: 80px;
}

.h90 {
    height: 90px;
}

.h100 {
    height: 100px;
}

.h-10 {
    height: 10%;
}

.h-20 {
    height: 20%;
}

.h-30 {
    height: 30%;
}

.h-40 {
    height: 40%;
}

.h-50 {
    height: 50%;
}

.h-60 {
    height: 60%;
}

.h-70 {
    height: 70%;
}

.h-80 {
    height: 80%;
}

.h-90 {
    height: 90%;
}

.h-100 {
    height: 100%;
}


.p-text {
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    color: #FFFFFF;
}

.p-text-b {
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    color: #001A40;
}

.p-text a {
    font-weight: 500;
    color: #fff;
    text-decoration: underline;
}

.text-forgot-pass a,
.text-sign-up a {
    font-weight: 400;
}

.text-forgot-pass a {
    color: #fff;
}

.text-sign-up a {
    color: #BF9C76;
}

.text-forgot-pass,
.text-sign-up {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #fff;
}

/* */

.text-black {
    color: #000 !important;
}

.text-white {
    color: #fff;
}

.text-blue {
    color: #001A40;
}

.text-blue-6 {
    color: #2F458F;
}

.text-gray-6 {
    color: #808080 !important;
}

.text-center {
    text-align: center;
}

.text-justify {
    text-align: justify;
}

.text-start {
    text-align: start;
}

.text-d-none {
    text-decoration: none;
}

.text-d-underline {
    text-decoration: underline;
}

.pass-span {
    position: relative;
    top: -10px;
}

.lp-1 {
    letter-spacing: 1px;
}

.border-none {
    border-bottom: none;
}

.border-b-blue {
    border-bottom: 1px solid #001a40;
}

.border-b-gold {
    border-bottom: 1px solid #BAA286 !important;
}

/* */

/* !---------- Font CSS End ------------ */


/* !---------- Forms CSS Start ------------ */

.page-divider {
    height: 1px;
    width: auto;
    background-color: #8F8F8F;
    display: block;
}

/* from-group */


.form-group {
    width: 100%;
}

.form-label {
    display: block;
    width: 100%;
}

.form-control::-webkit-input-placeholder,
.form-control:-ms-input-placeholder,
.form-control::placeholder {
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    color: #FFFFFF;
}


.form-control,
.form-select {
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    padding: 8px;
    display: block;
    height: 29px;
    width: 100%;
}

.form-control:focus,
.form-select:focus {
    outline: none;
    box-shadow: none;
}

.p-select {
    border: none !important;
    color: #001A40 !important;
    font-weight: 400 !important;
    font-size: 20px !important;
    outline: none !important;
}

.error {
    border-bottom: 2px solid #f3262682 !important;
}

.error_messgae {
    color: #f32626;
    font-size: 12px;
    font-weight: 400;
    margin-top: 5px;
}

.form-material .form-control,
.form-material .form-select {
    color: #FFFFFF;
    background-color: transparent;
    border: 0;
    border-bottom: 0.5px solid #d9d9d982;
    padding-top: 0;
    padding-bottom: 7px;
}

.form-select {
    padding: 8px 2.25rem 8px 8px;
    -moz-padding-start: calc(0.75rem - 3px);
    background-color: #fff;
    /* background-image: url("/assets/img/arrow-down.svg"); */
    background-repeat: no-repeat;
    background-position: right .75rem center;
    background-size: 11px 7px;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.form-select option {
    color: #937651;
}

.form-password {
    position: relative;
}

.form-password .form-control {
    padding-right: 35px !important;
}

.form-password .pass-icon {
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    right: 7px;
    top: 0;
    width: 28px;
    height: 100%;
    display: block;
    cursor: pointer;
    fill: #A7A7A7;
}

.form-password .form-control[type=password]~.pass-icon {
    background-image: url("/assets/icon/eye-hide.svg");
    background-size: 16px 14px;
}

.form-password .form-control[type=text]~.pass-icon {
    background-image: url("/assets/icon/eye.svg");
    background-size: 18px 20px;
}

.form-check {
    min-height: 16px;
    padding-left: 40px;
    display: block;
}

.form-check-input[type=checkbox] {
    border-radius: 3px;
}

.form-check-input[type=radio] {
    border-radius: 50%;
}

.form-check .form-check-input {
    float: left;
}

.form-check-input {
    width: 14px;
    height: 14px;
    vertical-align: top;
    background-color: #F4F4F4;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border: 1px solid #00000040;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
    display: inline-block;
    margin-top: 2px;
    margin-left: -26px;
}

.form-check-input:checked {
    background-color: #F4F4F4;
    border-color: #F4F4F4;
}

.form-check .form-check-label {
    display: block;
    color: #fff;
    margin-bottom: 0;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
}


.form-check .form-check-label-b {
    display: block;
    color: #fff;
    margin-bottom: 0;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
}


.form-check-input:checked[type=checkbox] {
    background-image: url("/assets/icon/tick.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 12px 10px;
}

.form-check-input:checked[type=radio] {
    background-image: url("/assets/icon/check-circle.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 14px 14px;
}

.form-check-32 {
    padding-left: 32px;
}

.form-check-32 .form-check-input {
    margin-left: -32px;
}

.form-check-26 .form-check-input {
    margin-left: -26px;
}

.form-material .form-check-input {
    background-color: transparent;
    border: 1px solid #fff;
}

.form-material .form-check-input-b {
    background-color: transparent;
    border: 1px solid #808080;
}

.form-material .form-check-input:checked[type=checkbox] {
    background-color: #F4F4F4;
}

.form-material .form-control::-moz-placeholder {
    color: #fff;
    opacity: 1;
}

.form-material .form-control::placeholder {
    color: #fff;
}

.form-material .form-place-black::-moz-placeholder {
    color: #808080 !important;
}

.form-material .form-place-black::placeholder {
    color: #808080 !important;
}

/* from-group End */



/* from-group1  */

.form-material1 .form-control,
.form-material1 .form-select {
    color: #808080;
    background-color: #FFFFFF;
    border: 0;
}

.form-control1,
.form-select1 {
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    display: block;
    width: 100%;
}

.form-group1 {
    width: 100%;
}

.form-label1 {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #FFFFFF;
    margin-bottom: 24px;
    display: block;
    width: 100%;
}

.form-control1::-webkit-input-placeholder,
.form-control1:-ms-input-placeholder,
.form-control1::placeholder {
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    color: #FFFFFF;
}


.form-control1,
.form-select1 {
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    display: block;
    width: 100%;
    padding: 8px 18px;
}

.form-control1:focus,
.form-select1:focus {
    outline: none;
    box-shadow: none;
}

.form-select1 {
    padding: 8px 18px;
    -moz-padding-start: calc(0.75rem - 3px);
    background-color: #fff;
    /* background-image: url("/assets/icon/arrow-down.svg"); */
    background-repeat: no-repeat;
    background-position: right .75rem center;
    background-size: 22px 8px;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.form-select1 option {
    color: #937651;
}

/*  from-group1 End  */



/*verify Page*/
.verify-page .form-control {
    height: 60px;
    background: #FFFFFF;
    border-radius: 40px;
    text-align: center;
    color: #A7A7A7;
}



/* !---------- Forms CSS End ------------ */


/* !---------- Display CSS Start ------------ */

/* display css added. */
.d-block {
    display: block;
}

.d-none {
    display: none;
}

.d-f {
    display: flex;
}

.justify-center {
    justify-content: center;
}

.justify-between {
    justify-content: space-between;
}

.justify-end {
    justify-content: end;
}

.justify-a-c {
    justify-items: center;
}

.vl-top {
    vertical-align: top;
}

.position-static {
    position: static;
}

.position-a {
    position: absolute;
}

.float-r {
    float: right;
}

.float-l {
    float: left;
}



.collapsible {
    background-color: #ffffff;
    color: #001a40;
    cursor: pointer;
    padding: 16px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 18px;
    display: block;
    text-decoration: none;
}

.active,
.collapsible:hover {
    background-color: #fdfdfd;
}

.content {
    padding: 0 18px;
    display: none;
    overflow: hidden;
    background-color: #f1f1f1;
}


.section {
    width: 100%;
}

.display-none {
    display: none;
}

.cursor-pointer {
    cursor: pointer;
}

/* !---------- Display CSS End ------------ */



/* !---------- Image CSS Start ------------ */
.img-fluid {
    max-width: 100%;
    display: block;
    margin: 0 auto;
}

.img-fluid-start {
    max-width: 100%;
    display: block;
    margin: 0px;
}

.joan-profile-img {
    position: absolute;
    width: 86px;
    height: 86px;
    left: 30px;
    top: 170px;
    display: block;
}

.d-user-left img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: block;
}

/* */
/* !---------- Image CSS End ------------ */



/* !---------- Wrapper CSS Start ------------ */

/* wrapper css */

.wrapper {
    min-height: 100vh;
    position: relative;
    max-width: 428px;
    margin: 0 auto;
    padding-bottom: 30px !important;
}

.wrapper .logo {
    padding-left: 30px;
    padding-right: 30px;
}

.wrapper .logo a {
    display: block;
    text-align: center;
}

.wrapper .logo img {
    height: 36px;
}

.wrapper .sign-logo img {
    height: 140px;
}

.wrapper .logo-top img {
    height: 20px;
}

.wrapper .logo-cong img {
    height: 32px;
}

.bg-none {
    background: none;
}

.bg-white {
    background-color: #fff;
}

.bg-black {
    background: #000000;
}

.bg-blue-8 {
    background: #001229;
}

.bg-blue-6 {
    background: #2f458f;
}

.bg-orange-4 {
    background: #FBA33D;
}

.bg-common {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.bg-user-create {
    background-image: url("/assets/img/bg-user-create.png");
}

.bg-reg-uae-pass {
    background-image: url("/assets/img/bg-reg-uae-pass.png");
}

.bg-success-verified {
    background-image: url("/assets/img/bg-successfully-verified.png");
}

.bg-welcome {
    background-image: url("/assets/img/bg-welcome.png");
}

.bg-img-blue {
    background-image: url("/assets/img/bd-blue-view.png");
}

.bg-blue-img {
    background-image: url("/assets/img/AI_Image_blue.png");
}

.bg-welcome2 {
    background-image: url("/assets/img/bg-white2.png");
}

/* */

/* .bg-img-white { background-image: url("../img/ai_image_invert.png"); } */
/* .bg-pro-info { background-image: url("/assets/img/bg-pro-info.png"); } */

/* */

/* !---------- Wrapper CSS End ------------ */


/* !---------- Button CSS Start ------------ */

.btn {
    color: #FFFFFF;
    text-decoration: none;
    text-align: center;
    transition: all .3s ease-in-out;
    border: 0;
    cursor: pointer;
}

.btn-circle {
    padding: 7px;
    border-radius: 50%;
}


.btn-r {
    border-radius: 10px;
}

.btn-r20 {
    border-radius: 20px;
}

.btn-r-tl {
    border-top-left-radius: 10px;
}

.btn-r-tr {
    border-top-right-radius: 10px;
}

.btn-r-bl {
    border-bottom-left-radius: 10px;
}

.btn-r-br {
    border-bottom-right-radius: 10px;
}


.btn-white {
    color: #ffffff;
}

.btn-blue-8 {
    color: #001A40;
}

.btn-blue {
    color: #2F458F;
}

.btn:hover {
    opacity: .7;
}

.btn:focus {
    outline: none;
    box-shadow: none;
}

.btn-finger {
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn-block {
    width: 100%;
    display: block;
}

.btn-block-s {
    width: 60%;
    display: block;
    margin-left: 20%;
}

/* !---------- Button CSS End ------------ */

/* !----------Menu CSS Start ------------ */


.main {
    /* height: calc(100vh - 91px); */
    height: auto;
    overflow: hidden;
}

.navbar-fixed .main {
    height: calc(100% - 91px);
    padding-bottom: 91px;
    overflow-y: auto;
}

.navbar-fixed,
.footer {
    position: fixed;
    z-index: 99;
    bottom: 0;
    width: 100%;
    background: #ffffff;
    left: 0;
    right: 0;
}

/*  */


.menu {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #001229;
    padding-top: 24px;
    padding-bottom: 12px;
    height: 90px;
}

.menu-link {
    display: block;
    text-align: center;
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 10px;
    line-height: 15px;
    color: #FFFFFF;
    text-decoration: none;
}

.menu-icon {
    margin-bottom: 5px;
}

.menu-text {
    display: block;
    text-align: center;
}


.menu-link.active .menu-icon path {
    fill: #fff;
}

.menu-link.active .menu-text {
    color: #fff
}





.main1 {
    /* height: calc(100% - 91px); */
    /* padding-bottom: 91px; */
    overflow-y: auto;
    /* margin-bottom: 100px; */
}



.new-page-divider {
    height: 4px;
    width: 100%;
    background-color: #BAA286;
    display: block;
}

.new-menu {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #ffffff;
    padding-top: 24px;
    padding-bottom: 12px;
    max-width: 428px;
    margin: 0 auto;
    height: 90px;
}

.menu-font {
    color: #9c9d9c;
    font-size: 11px;
    text-transform: uppercase;
}


.menu {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #001229;
    padding-top: 24px;
    padding-bottom: 12px;
    height: 90px;
}

.menu-link {
    display: block;
    text-align: center;
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 10px;
    line-height: 15px;
    color: #FFFFFF;
    text-decoration: none;
}

.menu-icon {
    margin-bottom: 5px;
}

.menu-text {
    display: block;
    text-align: center;
}

.menu-link.active .menu-icon path {
    fill: #fff;
}

.menu-link.active .menu-text {
    color: #fff
}

/* new from control */
.border-r-gray {
    border-radius: 10px;
    border: 1px solid #808080;
}

/* !----------Menu CSS End ------------ */

/* !----------Card CSS Start ------------ */

.card-name {
    font-size: 6px;
    font-weight: 500;
    color: #001a40;
    padding-top: 16px;
    padding-left: 15px;
}

.card-number {
    font-size: 4px;
    font-weight: 500;
    color: #fff;
    /* padding-left: 4px; */
    /* padding-top: 5px; */
    /* top: 10px; */
}

.card-holder-name {
    font-size: 4px;
    font-weight: 500;
    color: #fff;
    padding-left: 4px;
}

.card {
    background: #ffffff;
    border-radius: 10px;
}

.card-header {
    /* background-color: #001a40; */
    background-color: #2F458F;
    padding: 15px 20px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.card-header .value {
    text-align: end;
    margin-top: -25px;
    font-size: 16px;
}



.card-header h4 {
    font-weight: 600;
}

.d-user {
    display: flex;
    gap: 10px;
}

.small-card {
    position: absolute;
    /* left: -70px; */
    top: -110px;
    right: -20px;

}

.position-relative {
    position: relative;
}

/* new */
.membership-card {
    position: relative;
}

.membership-card p {
    position: relative;
    z-index: 20;
    top: -65px;
    right: 45px;
}

.membership-card h6 {
    position: relative;
    z-index: 20;
    top: -65px;
    right: 45px;
}

.shadow-b {
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    background-color: whitesmoke;
    border-radius: 10px;
}

.rounded-b {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

/* !----------Card CSS End ------------ */



/* !---------- Others CSS Start ------------ */


.from {
    display: flex;
    justify-content: center;
    justify-items: center;
}

.form-group .password_with_eye {
    width: 100%;
    display: inline-flex;
    overflow: hidden;
}

.form-group .eye-icon {
    position: absolute;
    margin-left: -40px;
    margin-top: 24px;
}


/* pass word validation realtime */

.badge {
    white-space: normal !important;
    display: inline-block;
    padding: 0.25em 0.4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
        border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.badge-danger {
    color: #fff;
    text-align: center;
    font-size: 0.92em;
    background-color: #f00000;
}

.badge-success {
    color: #fff;
    font-size: 0.92em;
    background-color: #00f007;
}

.in-active {
    color: #fff !important;
    text-align: center !important;
    font-size: 0.92em !important;
    background-color: #f00000 !important;
}

.active {
    /* color: #fff !important; */
    color: #001A40;
    text-align: center !important;
    /* font-size: 0.92em !important; */
    /* background-color: #00f007 !important; */
}



.welcome-page {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.welcome-page .logo {
    margin-bottom: 29vh;
    padding-left: 34px;
    padding-right: 34px;
}

.welcome-page .logo img {
    height: auto;
}

.welcome-bottom {
    margin-bottom: 14.33vh;
}

.welcome-bottom p {
    font-family: 'Poppins';
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    color: #FFFFFF;
    text-align: center;
    margin-top: 40px;
}

.welcome-bottom p a {
    display: inline-block;
    color: #fff;
}


/* some custom styles for fixing design issue*/
.errors {
    font-size: 14px;
    color: #fff;
    font-weight: 500;
    background-color: #d93131;
    padding: 20px;
    border-radius: 15px;
    margin-bottom: 25px;
}

.ling1 {
    height: 0.5px;
    background-color: #baa286b8;
    display: block;
}

.ling2 {
    height: 0.5px;
    background-color: #baa286b8;
    display: block;
    margin-top: -10px;
}

.or {
    display: flex;
    justify-content: center;
    justify-items: center;
    margin-top: -10px;
}

.valuation-box {
    height: calc(56.9vh - 16px);
    overflow-y: auto;
}

.valuation-box-2 {
    height: calc(61.9vh - 14px);
    overflow-y: auto;
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1055;
    display: none;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    outline: 0;
    height: 100vh;
}

.modal-dialog {
    position: relative;
    width: 100%;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
}

.modal-dialog-centered {
    display: flex;
    align-items: center;
    min-height: calc(100% - 1.75rem * 2);
}

.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    color: #fff;
    background-clip: padding-box;
    border: 0;
    outline: 0;
    background: #AE9579;
    border-radius: 5px;
}

.modal-header {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: space-between;
    padding: 15px 17px 0;
    border-bottom: 0;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 0 17px 40px;
}

.modal-footer {
    display: flex;
    flex-shrink: 0;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: 0 17px 34px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}


.modal .btn-close {
    font-size: 14px;
}

.modal .btn-ok,
.modal .btn-close,
.modal .btn-cancel {
    border: 0;
    outline: 0;
    cursor: pointer;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
}

.modal .btn-ok,
.modal .btn-cancel {
    height: 48px;
    width: calc(50% - 8px);
    background: #FFFFFF;
    border-radius: 5px;
}


/* Modal End  */


.property-page .property-item-inner {
    max-height: 42.2vh;
}

.property-checkbox {
    overflow: hidden;
}

.property-checkbox .form-check {
    float: right;
    padding-left: 0;
}

.property-checkbox .form-check-input {
    margin-top: 0;
    margin-left: 0;
}

/* ./property Page*/

.g-10 {
    gap: 10px;
}

.row {
    display: flex;
    flex-wrap: wrap;
}

.dashtop-row {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-content: center;
    flex-direction: row;
    align-items: start;
    background: #fff
}

.col-2 {
    flex: 0 0 auto;
    width: 20%;
}

.col-4 {
    flex: 0 0 auto;
    width: 24%;
}

.col-6 {
    flex: 0 0 auto;
    width: 50%;
}

.col-10 {
    flex: 0 0 auto;
    width: 80%;
}



/* !---------- Others CSS End ------------ */

/*! -----------------------------------------------------------------------------------

    HTML Page Name: Enter hear html page name

-----------------------------------------------------------------------------------
 */

/* !----------Common CSS------------ */
/* common css */



/* !----------Padding CSS------------ */
/* padding css */



/* !----------Margin CSS------------ */
/* margin css */



/* !----------Front CSS------------ */
/* front css */



/* !----------Display CSS------------ */
/* display css */



/* !----------Image CSS------------ */
/* Image css */



/* !----------Wrapper CSS------------ */
/* Wrapper css */



/* !----------Form CSS------------ */
/* forms css */



/* !----------Button CSS------------ */
/* Button css */



/* !----------Menu CSS------------ */
/* menu css */




/* !----------Card CSS------------ */
/*  Card css */




/* !----------Others CSS------------ */
/*  Card css */












/*! -----------------------------------------------------------------------------------

 HTML Page Name: Enter hear html page name

-----------------------------------------------------------------------------------
 */

/* !----------Common CSS------------ */
/* common css */

/* !----------Padding CSS------------ */
/* padding css */

/* !----------Margin CSS------------ */
/* margin css */

/* !----------Front CSS------------ */
/* front css */
.d-user-right h3 {
    font-family: "Poppins";
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
}

.d-user-right p {
    font-family: "Poppins";
    font-weight: 400;
    font-size: 11px;
    line-height: 18px;
    margin-top: 5px;
}

.gold-card {
    margin-left: 24px;
    margin-top: -6px;
}

.gold-content {
    position: absolute;
}

.card-text-a {
    position: absolute;
    width: 102px;
    height: 14px;
    right: 25px;
    top: 132px;
    font-family: "Poppins";
    font-style: normal;
    font-weight: 400;
    font-size: 6px;
    line-height: 9px;
    color: #ffffff;
}

.card-number {
    position: relative;
    color: #001a40;
    padding-left: 0px;
    padding-top: 0px;
    margin-top: 40px;
}

.card-holder-name {
    color: #001a40;
    padding-left: 10px;
}

/* !----------Display CSS------------ */
/* display css */

/* !----------Image CSS------------ */
/* Image css */

/* !----------Wrapper CSS------------ */
/* Wrapper css */

/* !----------Form CSS------------ */
/* forms css */

/* !----------Button CSS------------ */
/* Button css */

/* !----------Menu CSS------------ */
/* menu css */

/* !----------Card CSS------------ */
/* Card css */

/* !----------Others CSS------------ */
/* Card css */

/* Common CSS */
.fs-6 {
    font-size: 6px;
}

.pl-140 {
    padding-left: 140px;
}

.text-faq {
    color: #baa286 !important;
}

.text-end {
    align-items: flex-end;
}

.align-items-center {
    align-items: center;
}

.fs-5 {
    font-size: 5px;
}

/* Copied */
.active-select {
    background-color: gray;
}

.large-card-number {
    position: absolute;
    left: 60px;
    top: 220px;
}

.fs-2 {
    font-size: 2px;
}

.pl-15 {
    padding-left: 15px;
}

.pl-11 {
    padding-left: 11px;
}

/* !----------Common CSS------------ */
/* common css */
.fs-22 {
    font-size: 22px;
}

.inline-h-22 {
    line-height: 22px;
}

.text-golden {
    color: #baa286;
}

.fs-13 {
    font-size: 13px;
}

.estimated-property-card {
    width: 100%;
    background: #2f458f;
    text-align: center;
    padding: 6px;
    line-height: 35px;
    margin: auto;
}

ul.lavel-list {
    text-align: center;
    margin: 0;
    display: flex;
    gap: 8px;
    justify-content: right;
    align-content: center;
}

ul.lavel-list li {
    display: block;
}

.lavel-list img {
    display: block;
}

.information-img {
    width: 10px;
    margin-bottom: 8px;
}

.bottom-button {
    height: 50px;
    display: inline-block;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    transition: all 0.3s ease-in-out;
    border: 0;
    cursor: pointer;
}

.bottom-button-block {
    width: 80%;
    display: block;
}

/* .pool-text { position: absolute; top: 450px; left: 79px; }  */
.pool-text {
    position: absolute;
    left: 79px;
}

.bg-valuation {
    background: #5eaff9;
    width: 60%;
    position: absolute;
    padding: 35px 5px;
    left: 79px;
    top: 260px;
}

.featching-text {
    position: absolute;
    left: 92px;
    top: 400px;
}

/* Sorry Face section */
.sorry-face {
    margin: auto;
    display: block;
}

.fs-poppins {
    font-family: "Poppins";
}

.property-input-section {
    border: 1px solid rgba(47, 69, 143, 0.8);
    width: 48%;
    padding: 36px;
}

.margin-auto {
    margin: auto;
}

.bg-whiteCC {
    background-color: #f5f5f5cc;
}

/* Select img page */
.select-img {
    width: 100%;
    padding: 5px;
}

.select-img-top {
    position: absolute;
    width: 145px;
}

.select-img-bottom {
    position: absolute;
    width: 145px;
    top: 330px;
}

.blue-tick-top-bottom-left {
    left: 133px;
    position: absolute;
    top: 230px;
}

.blue-tick-top-bottom-right {
    right: 50px;
    position: absolute;
    top: 230px;
}

.blue-tick-bottom {
    position: absolute;
    top: 230px;
}

.serveces-img {
    width: 100%;
    padding: 2px;
}

.blue-tick-bottom-top {
    position: absolute;
    top: 360px;
}

.edit-input-button {
    position: absolute;
    top: 154px;
    left: 100px;
}

.add-profile-img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: block;
    background-color: #d9d9d9;
    padding: 5px;
}

.full-width-card {
    position: absolute;
    width: 100%;
    left: 0px;
    top: 15px;
}

.comming-soon-text {
    position: absolute;
    border-radius: 5px 0px 0px 5px;
    height: 59.084px;
    bottom: 24px;
    right: 19px;
    width: 210px;
    padding: 12px;
    font-family: Poppins;
    font-size: 11px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-align: left;
}

.p-5 {
    padding: 5px;
}

.p-6 {
    padding: 6px;
}

.p-8 {
    padding: 8px;
}

.p-10 {
    padding: 10px;
}

.pl-110 {
    padding-left: 110px;
}

.px-15 {
    padding-left: 15px;
    padding-right: 15px;
}

.inline-height-30 {
    line-height: 30px;
}


.fs-17 {
    font-size: 17px;
    font-family: 'Poppins';
}

.border-b-gold-79 {
    border-bottom: 1px solid #AE9579 !important;
}

.centered-item {
    display: flow;
    text-align: center;
    margin-bottom: 20px;
}

.realbex-club-text {
    color: rgba(0, 26, 64, 0.80);
    font-family: Poppins;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.club-card-details {
    color: #001A40;
    font-family: Poppins;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    width: 120px;
}

.content-box {
    display: block;
    width: 350px;
    height: 570px;
    padding: 1em;
    overflow-y: scroll;
    text-align: left;
}

/*! -----------------------------------------------------------------------------------

    HTML Page Name: Intelligence Page
-----------------------------------------------------------------------------------
 */

.search {
    border-radius: 10px;
    border: 1px solid #808080;
    background: #FFF;
}

.search:focus {
    outline: none;
    box-shadow: none;
    border-color: #2F458F;
}

.article-text {
    color: rgba(0, 26, 64, 0.80);
    font-family: Poppins;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.intelligence-content {
    margin-bottom: 150px;
}

/* !----------Padding CSS------------ */
/* padding css */



/* !----------Margin CSS------------ */
/* margin css */



/* !----------Front CSS------------ */
/* front css */



/* !----------Display CSS------------ */
/* display css */



/* !----------Image CSS------------ */
/* Image css */



/* !----------Wrapper CSS------------ */
/* Wrapper css */



/* !----------Form CSS------------ */
/* forms css */



/* !----------Button CSS------------ */
/* Button css */



/* !----------Menu CSS------------ */
/* menu css */




/* !----------Card CSS------------ */
/*  Card css */




/* !----------Others CSS------------ */
/*  Card css */











/* common css */


/* padding css */



/* margin css */



/* front css */


/* front css */


/* display css */


/* Image css */


/* Wrapper css */


/* Button css */



/* menu css */




/*  Card css */




/*  outlaws css */

/*  modal css */




/* !----------register Page CSS------------ */
/*  Added Page Name css hear */

/* dashboard-classic-tier CSS */
/*  Dashboard css */

/* Validation Summary CSS */
/*  Validation css */

/* Owner Summary CSS */
/*  Owner css */


/*  FAQ Component CSS Start */
.faq-item {
    margin: 30px 0;
}

.question-wraaper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    font-family: Poppins;
    font-weight: bold;
    font-size: 15px;
    color: #001A40;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
}

.faq-question {
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    font-weight: bold;
    font-size: 15px;
    color: #001A40;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
}

.faq-answer {
    color: #001A40;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 5px 0;
}

/*  FAQ Component CSS End */

