﻿@import url("//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css");

/* =========================================================
   BASE RESET & CROSS-BROWSER NORMALIZATION
   ========================================================= */

*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    font-size: 16px;
    font-size: clamp(16px, 1vw + 0.5rem, 18px);
    -webkit-text-size-adjust: 100%;
    scroll-behavior: smooth;
}

body {
    margin: 0;
    padding: 0;
    width: 100%;
    min-height: 100dvh;
    min-height: 100vh;
    font-family: var(--font-family-base), -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow-x: hidden;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

button,
input,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
}





html {
    font-size: clamp(16px, 1vw + 0.5rem, 18px);
    line-height: clamp(16px, 1vw + 0.5rem, 18px);
}
:root {
    scroll-behavior: smooth;
    --font-family-base: 'Noto Sans', sans-serif;
    --font-family-poppins: 'Poppins', sans-serif;
    --font-family-dmsans: 'DM Sans', sans-serif;
    --main-FontAwesome: 'FontAwesome';
    --main-thin: 100;
    --main-extralight: 200;
    --main-light: 300;
    --main-regular: 400;
    --main-medium: 500;
    --main-semibold: 600;
    --main-bold: 700;
    --main-extrabold: 800;
    --main-black: 900;
    --white: #fff;
    --black: #000;
    --theme-color-blue: #2c17b5;
    --theme-color-deepblue: #2B3674;
    --theme-color-lightblue: #ACADFF;
    --theme-color-green: #00EA84;
    --theme-color-red: #FF3A00;
    --theme-color-yellow: #FFDF2B;
    --theme-link-color: #4C4DDC;
    --base-font-size: var(--fs-md);
    --fs-xs: clamp(0.7rem, 0.6vw, 0.75rem); /* ~11px → 12px */
    --fs-sm: clamp(0.8rem, 0.7vw, 1rem); /* ~13px → 14px */
    --fs-md: clamp(0.87rem, 0.8vw, 1.2rem); /* ~14px → 16px */
    --fs-lg: clamp(1.4rem, 1vw, 1.5rem); /* ~18px → 20px */
    --fs-xl: clamp(1.6rem, 1.2vw, 1.8rem); /* ~21px → 24px */
    --fs-xxl: clamp(1.8rem, 1.5vw, 2rem); /* ~26px → 32px */
    --fs-hero: clamp(2rem, 2.5vw, 2.4rem); /* ~32px → 40px */
}

body,
#root {
    width: 100vw;
    height: 100vh;
    margin: auto;
    padding: 0;
    overflow:hidden;
    overflow-y:auto;
}
body {
    font-size: var(--fs-md);
    line-height: var(--fs-md);
}

.small-text {
    font-size: var(--fs-sm);
    line-height: var(--fs-md);
}

h1 {
    font-size: var(--fs-hero);
    line-height: var(--fs-hero);
}

h2 {
    font-size: var(--fs-xxl);
    line-height: var(--fs-xxl);
}
h3 {
    font-size: var(--fs-xl);
    line-height: var(--fs-xl);
}
h4 {
    font-size: var(--fs-lg);
    line-height: var(--fs-lg);
}
h5 {
    font-size: var(--fs-md);
    line-height: var(--fs-md);
}
h6 {
    font-size: var(--fs-sm);
    line-height: var(--fs-sm);
}
p {
    font-size: var(--fs-md);
    line-height: normal;
}
.dangerTxt {
    z-index: 999;
    margin-bottom: 20px;
    position: absolute;
    top: 7px;
}
    .dangerTxt h4 {
        font-size: var( --fs-md);
    }

    .login-block {
        background: #DE6262;
        background: -webkit-linear-gradient(to bottom, #FFB88C, #DE6262);
        background: linear-gradient(to bottom, #FFB88C, #DE6262);
        float: left;
        width: 100%;
        padding: 50px 0;
    }
.owl-prev {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.owl-next {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.logoBlock {
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    z-index: 99;
    position: relative;
}

    .logoBlock .evesoj {
        width: 121px;
        height: auto;
    }

        .logoBlock .evesoj img {
            max-width: 100%;
        }

    .logoBlock .biswabangla {
        width: 65px;
        height: auto;
    }

        .logoBlock .biswabangla img {
            max-width: 100%;
        }

    .logoBlock .logoTxt p {
        color: var(--black);
        font-family: var(--font-family-poppins);
        font-size: var(--fs-md);
        font-style: normal;
        font-weight: var(--main-medium);
        line-height: 16px;
        margin: 0;
        padding: 0;
    }

    .logoBlock .logoTxt h3 {
        color: var(--black);
        font-family: var(--font-family-poppins);
        font-weight: var(--main-medium);
        font-size: var(--fs-xl);
        font-style: normal;
        font-weight: var(--main-bold);
        line-height: 140%;
        /* 56px */
        margin: 0;
        padding: 0;
    }

.owl-nav button {
    background: transparent !important;
    font-size: var(--fs-lg);
    color: #333;
}

    .owl-nav button:hover {
        color: #0d6efd;
    }

.banner-sec {
    background: url(https://static.pexels.com/photos/33972/pexels-photo.jpg) no-repeat left bottom;
    background-size: cover;
    min-height: 500px;
    border-radius: 0 10px 10px 0;
    padding: 0;
}

.container {
    background: #fff;
    border-radius: 10px;
    box-shadow: 15px 20px 0px rgba(0,0,0,0.1);
}

.carousel-inner {
    border-radius: 0 10px 10px 0;
}

.carousel-caption {
    text-align: left;
    left: 5%;
}

.btn {
    font-size: clamp(0.875rem, 2.5vw, 1rem);
    padding: clamp(0.3rem, 1vw, 0.45rem) clamp(0.6rem, 2vw, 0.85rem);
}

.login-sec {
    padding: 50px 30px;
    position: relative;
}

    .login-sec .copy-text {
        position: absolute;
        width: 80%;
        bottom: 20px;
        font-size: var(--fs-xs);
        text-align: center;
    }

        .login-sec .copy-text i {
            color: #FEB58A;
        }

        .login-sec .copy-text a {
            color: #E36262;
        }

    .login-sec h2 {
        margin-bottom: 30px;
        font-weight: 800;
        font-size: var(--fs-xxl);
        color: #DE6262;
    }

        .login-sec h2:after {
            content: " ";
            width: 100px;
            height: 5px;
            background: #FEB58A;
            display: block;
            margin-top: 20px;
            border-radius: 3px;
            margin-left: auto;
            margin-right: auto
        }

.btn-login {
    background: #DE6262;
    color: #fff;
    font-weight: 600;
}

.banner-text {
    width: 70%;
    position: absolute;
    bottom: 40px;
    padding-left: 20px;
}

    .banner-text h2 {
        color: #fff;
        font-weight: 600;
    }

        .banner-text h2:after {
            content: " ";
            width: 100px;
            height: 5px;
            background: #FFF;
            display: block;
            margin-top: 20px;
            border-radius: 3px;
        }

    .banner-text p {
        color: #fff;
    }


/*************LOGIN************/
.mainLoginBgBody {
    margin: 0 !important;
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
}

    .mainLoginBgBody::after {
        content: '';
        background: linear-gradient(112deg, rgba(255, 255, 255, 0.50) 15.17%, rgb(23 0 85 / 25% 25% ) 95.84%);
        backdrop-filter: blur(1.5px);
        padding: 20px 34px;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
    }

    .mainLoginBgBody .sliderBlock {
        position:absolute;
        top:0;
        right:20px;
        left:inherit !important;
        width:100%;
        z-index:9;
    }
.sliderBlock .slick-slider {
    padding-top: 10px;
}

.loginPage {
    background-image: url("/dist/img/346849409887927.jpg");
    background-size: cover;
    background-position: top left;
    background-repeat: no-repeat;
    display: flex;
    position: relative;
    height: 100%;
    width: 100%;
    padding-top: 40px;
    padding-bottom: 30px;
}

    .loginpage::after {
        content: '';
        background-image: linear-gradient(90deg, #02002400 0%, #2000ff 35%, #00d4ff 100%);
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
        z-index: 2;
        opacity: 0.5;
    }



    .login_bg_top_left img {
        max-width: 100%;
    }
.login_bg_top_left {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    height: auto;
    z-index: 1;
    pointer-events: none;
}
.login_bg_top_right {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    pointer-events: none;
    width: 100%;
}

.login_bg_bottom_right {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 1;
    pointer-events: none;
    width:100%;
}

.tablets5 {
    position: absolute;
    opacity: 0.8;
    right: 0;
    bottom: 0;
}


.loginPage #FOOT {
    position: absolute;
    bottom: 0;
}

.loginPage,
.mainLoginBgBody {
    min-height: 100dvh;
    min-height: 100vh;
}

button,
.btn,
input[type="submit"] {
    touch-action: manipulation;
    -webkit-tap-highlight-color: transparent;
}

.loginPage,
.mainLoginBg,
.innerloginBox,
.rightSideBoxLogin {
    min-height: 0;
}
    input:focus,
    button:focus,
    select:focus,
    textarea:focus {
        outline: 2px solid #258eff;
        outline-offset: 2px;
    }

.mainLoginBg {
    border-radius: 40px;
    border: 1px solid #FFF;
    background: linear-gradient(112deg, rgba(255, 255, 255, 0.50) 15.17%, rgba(255, 255, 255, 0.24) 95.84%);
    backdrop-filter: blur(6.5px);
    display: inline-flex;
    padding: 20px 34px;
    flex-direction: column;
    align-items: flex-start;
    gap: 2px;
    position: relative;
    z-index: 999;
    box-shadow: 3px 11px 41px 0px rgba(159, 159, 159, 0.15);
    width: 640px;
    height:85vh;
}

/*.mainLoginBg,
.notification,
footer,
.dropdown-item.open-resource {
    background-color: rgba(255, 255, 255, 0.75);*/ /* fallback */
    /*-webkit-backdrop-filter: blur(6.5px);
    backdrop-filter: blur(6.5px);
}*/

    .mainLoginBg .row {
        display: flex;
        align-items: stretch;
        justify-content: space-between;
    }

    .mainLoginBg #HEAD {
        justify-content: space-between;
        background: transparent;
        box-shadow: none;
        display: flex !important;
        height: 100%;
    }

.btnLogin {
    border-radius: 8px;
    border: 1px solid rgba(0, 0, 0, 0.15);
    background: #51459f;
    color: #FFF !important;
}

#FOOT {
    width: 100%;
    background: #dcdcdc;
    color: var(--sitewhite);
    font-size: var(--fs-xs);
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    display: flex;
    width: 100%;
    min-height: 32px;
    padding: 8px var(--Space-32);
    align-items: center;
    justify-content: center;
    padding: 12px;
    flex-shrink: 0;
    background: var(--gradientblue);
}

.welcomeTxt {
    margin-top: 10px;
}

.left_textOne {
    color: #01499F;
    font-family: "Poppins", serif, Inter,sans-serif;
    font-size: var(--fs-xs);
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.left_lblDBOrigin {
    position: absolute;
    right: 55px;
    top: 10px;
}

.left_textTwo {
    color: #01499F;
    font-family: "Poppins", serif, Inter,sans-serif;
    font-size: var(--fs-lg);
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
}

.left_textThree {
    color: #01499F;
    font-family: "Poppins", serif, Inter,sans-serif;
    font-size: var(--fs-sm);
    font-style: normal;
    font-weight: 500;
    line-height: 140%; /* 19.6px */
}

.logoWrapperPart {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.innerloginBox {
    display: flex;
    width: 382px;
    height: 398px;
    max-width: 382px;
    padding: 24px 32px;
    flex-direction: column;
    align-items: flex-start;
    padding: 24px;
    flex-shrink: 0;
    border-radius: 16px;
    border: 1px solid #34D3E5;
    background: var(--sitewhite);
    box-shadow: 4px 4px 10px 0px rgba(8, 98, 246, 0.15);
}

.welcomeTxt h2 {
    color: #01499F;
    font-family: Poppins;
    font-size: var(--fs-hero);
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    margin: 0;
}

.welcomeTxt h3 {
    color: #01499F;
    font-family: Poppins;
    font-size: var(--fs-hero);
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    margin: 0;
}

.HelpLineForSMIS {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    z-index: 999;
    position: relative;
    margin-top: 0;
    margin-bottom: 0;
    flex-wrap:wrap;
}

.HelpLineTxt {
    color: #01499F;
    font-family: Poppins;
    font-size: var(--fs-md);
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    margin-bottom: 0;
}
a.HelpLineNumber, a.HelpLineNumber:hover {
    color: #258eff !important;
    text-decoration: none !important;
}

.HelpLineNumber {
    color: #01499F;
    font-family: Poppins;
    font-size: var(--fs-md);
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    margin-left: 5px;
    margin-bottom: 0;
}


.bannerWrapperBlock {
    position: relative;
    z-index: 9;
}

.login-row.newLogin {
    margin-top: 20px;
}

.bannerBlock {
    margin: 0;
    padding: 0;
    padding-left: 65px;
    margin-top: 4px;
    z-index: 99;
    position: relative;
}
    .bannerBlock p {
        margin-bottom: 5px;
    }


    .bannerBlock h4 {
        color: var(--black);
        font-family: var(--font-family-base);
        font-size: var(--fs-xl);
        font-style: normal;
        font-weight: var(--main-bold);
        line-height: 96%;
        margin: 0;
        padding: 0;
        display: flex;
        align-items: center;
        flex-wrap: wrap;
    }
        .bannerBlock h4 span {
            color: var(--theme-color-blue) !important;
            font-size:24px;
            margin-left:10px;
        }

        .bannerBlock h1 {
            color: var(--theme-color-blue);
            font-family: var(--font-family-base);
            font-size: var(--fs-hero);
            font-style: normal;
            font-weight: var(--main-bold);
            margin: 0;
            padding: 0;
        }
.appyRequestWrapper {
    position:absolute;
    bottom:5px;
}
.appyRequest {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 1px;
}
.advertisement-carousal {
    z-index: 2;
    padding-left: 0;
    margin-top: 0;
}

.gradient-border {
    position: relative;
    border-radius: 10px;
}

    .gradient-border::before {
        content: "";
        position: absolute;
        inset: 0;
        padding: 1px;
        border-radius: inherit;
        background: linear-gradient(90deg, #35c6ff, #477eff, #4278aa);
        -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
        -webkit-mask-composite: xor;
        mask-composite: exclude;
    }


.advertisement-carousal .owl-stage-outer .owl-stage .owl-item {
    margin-right: 15px;
}
    .titleBlock {
        color: #2c17b5;
        font-family: var(--font-family-base);
        font-size: var(--fs-md);
        font-style: normal;
        font-weight: var(--main-bold);
        line-height: 96%;
        margin: 2px 0 0 0;
        padding: 0;
        padding-left: 20px;
        z-index: 3;
        position: relative;
    }

.owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
    background: #4e4298bf;
    padding: 3px;
    color: #fff;
}
.notification {
    width: 100%;
    BACKGROUND: #FFF;
    border-radius: 15px;
    border: 1px solid #FFF;
    background: linear-gradient(112deg, rgba(255, 255, 255, 0.50) 15.17%, rgba(255, 255, 255, 0.24) 95.84%);
    backdrop-filter: blur(6.5px);
    padding: 4px;
    /*height: clamp(64px, 8vw, 9vw);*/
    height: 18vh;
    overflow: hidden;
    cursor: pointer;
}

    .notification .advertisement {
        width: 100%;
        height: 100%;
    }
    .notification .advertisement img {
    display: block;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    border-radius: 10px;
}

    .notification .icon {
        width: 48px;
        height: 48px;
        border-radius: 100px;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: #5887E1;
        padding: 8px;
        margin-right: 10px;
    }

.notification .icon img {
    max-width: 100%;
}

.notificationInfo {
    color: var(--theme-color-blue);
    font-family: var(--font-family-base);
    font-size: var(--fs-md);
    font-style: normal;
    font-weight: var(--main-bold);
    line-height: normal;
    display: flex;
    flex-direction: column;
    position: relative;
}

    .notificationInfo label {
        top: -4px;
        color: var(--theme-color-red);
        position: absolute;
        left: -15px;
        font-size: 21px;
    }

    .notificationInfo a {
        color: var(--Gray-2D2D2D, #2D2D2D);
        font-family: var(--font-family-base);
        font-size: var(--fs-sm);
        font-style: normal;
        font-weight: var(--main-bold);
        line-height: normal;
    }
.gradient-border:hover .txtOverflow {
    color: var(--theme-color-blue) !important;
}

.awareness-materials-carousal {
    z-index: 2;
    padding-left: 0;
    margin-top: 2px;
}
    .awareness-materials-carousal .item .docWrapper {
        width: 30px;
        height: auto;
        flex: 0 0 30px;
    }
    .awareness-materials-carousal .item {
        width: 100%;
        display: block;
        color: #000;
        font-weight: 600;
        BACKGROUND: #FFF;
        border-radius: 5px 15px 5px;
        border: 1px solid #FFF;
        background: linear-gradient(112deg, rgba(255, 255, 255, 0.50) 15.17%, rgba(255, 255, 255, 0.24) 95.84%);
        backdrop-filter: blur(6.5px);
        padding: 4px 8px;
        /*height: clamp(70px, 6vw, 7vw);*/
        height:14vh;
        align-items: center;
        display: flex;
    }
.notification:hover, .notification:focus {
    background: transparent !important;
}

.item.open-video:hover, .item.open-video:focus {
    background: transparent !important;
}
       a, a:hover{
            text-decoration:none;
        }
        #videoModal video {
            max-height: 70vh;
            background: #000;
        }

.guideDropdown {
    width: 100%;
    margin-left: 0;
}
.resource-materials-carousal {
    position:relative;
    z-index:4;
}
    .resource-materials-carousal .open-resource .txtOverflow {
        color: #000;
        font-weight: 500;
        word-break: break-word;
    }
.dropdown-item.open-resource {
    display: flex;
    align-items: center;
    padding: .25rem .25rem;
    BACKGROUND: #FFF;
    border-radius: 5px 15px 5px;
    border: 1px solid #FFF;
    background: linear-gradient(112deg, rgba(255, 255, 255, 0.50) 15.17%, rgba(255, 255, 255, 0.24) 95.84%);
    backdrop-filter: blur(6.5px);
    padding: 4px 6px;
    /*height: clamp(70px, 6vw, 7vw);*/
    height: 14vh;
    align-items: center;
    display: flex;
}
    .dropdown-item.open-resource:hover, .dropdown-item.open-resource:focus {
        background: transparent !important;
    }
    .open-resource .docWrapper {
        width: 30px;
        height: 30px;
        flex: 0 0 30px;
    }
#ResourceModal iframe {
    background: #fff;
}

    #ResourceModal img {
        display: block;
        margin: auto;
    }


    .logoPart span {
        margin-right: 5px;
    }

.rightSideBoxLogin {
    display: flex;
    width: 100%;
    height: auto;
    max-width: 382px;
    padding: 24px 32px;
    flex-direction: column;
    align-items: flex-start;
    padding: 24px;
    flex-shrink: 0;
    border-radius: 16px;
    border: 1px solid #34D3E5;
    background: var(--sitewhite);
    box-shadow: 4px 4px 10px 0px rgba(8, 98, 246, 0.15);
}

.formBlockLogin .form-label {
    color: var(--Text-Text-primary-100);
    font-family: Poppins;
    font-size: var(--fs-xs);
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.formBlockLogin .form-control {
    display: flex;
    height: clamp(40px, 3.5vw, 4vw);
    padding: 12px 16px;
    align-items: center;
    padding: 8px;
    align-self: stretch;
    border-radius: 8px;
    background: #ffffff7a;
    border: 1px solid #01499F !important;
}

.formBlockLogin .CaptchaText .form-control {
    width: 55%;
}

.formBlockLogin .form-group label {
    margin-bottom: .1rem;
}

.imgCaptchaIcon {
    width: 120px;
    border-radius: 4px;
    border: 1px solid rgba(0, 0, 0, 0.15);
    overflow: hidden;
    margin-left: 10px;
    height: 36px;
}

  /*  .imgCaptchaIcon img {
        width: 115%;
        height: 115%;
        margin-left: -10%;
    }*/

    .imgCaptchaIcon img {
        width: 115%;
        height: 115%;
        object-fit: cover;
    }

.repeatIcon {
    display: flex;
    width: 32px;
    height: 32px;
    padding: 5.333px;
    align-items: center;
    padding: 6.667px;
    aspect-ratio: 1/1;
    border-radius: 21.333px;
    border: 0.667px solid rgba(0, 0, 0, 0.15);
    background: var(--sitewhite);
    margin-left: 20px;
}

    .repeatIcon img {
        width: 100%;
    }



.rightSideBoxLogin h6 {
    margin: 0;
}

.btn-blue, .btn-blue:hover {
    display: flex;
    width: 100%;
    min-height: 32px;
    padding: 8px 16px;
    justify-content: center;
    align-items: center;
    padding: 8px;
    border-radius: 8px;
    border: 1px solid rgba(0, 0, 0, 0.15);
    background: var(--Gradient, linear-gradient(268deg, #14B866 -15.3%, #16C0C6 29.21%, #26ABED 103.59%));
    color: var(--sitewhite);
    font-family: var(--inter-font-family);
    font-size: var(--fs-sm);
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
}

.loginRightImage {
    width: 100%;
    background-color: #01499F;
    display: flex;
    overflow: hidden;
}

    .loginRightImage img {
        width: 100%;
    }

.rc-anchor-normal {
    height: 74px;
    width: 300px;
}

#rc-anchor-container {
    background: #ffffff7a !important;
    color: #000;
}

.form-check-input {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background-color: #fff;
    border: 2px solid #444746;
    font-size: 1px;
    height: 24px;
    width: 24px;
}

.form-check-label small {
    margin-left: 10px;
    margin-right: 10px;
}

footer {
    background: linear-gradient(112deg, rgba(255, 255, 255, 0.50) 15.17%, rgba(255, 255, 255, 0.24) 95.84%);
    backdrop-filter: blur(6.5px);
    display: inline-flex;
    padding: 3px 10px;
    flex-direction: row;
    align-items: center;
    position: absolute;
    bottom: 0;
    width: 100%;
    justify-content: center;
    z-index:99;
}



/***************slider*****************/
.slider-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-around;
    position: relative;
    z-index: 2;
    height:auto;
}

.slider-half {
    width: 20%;
    overflow: hidden;
    /*background: #e3e5f1;
    padding: 4px;*/
}

.slider img {
    width: 100%;
    height: 200px; /* 600px total for 3 slides */
    object-fit: cover;
}

.slider-down .slider {
    transform: rotateX(180deg);
}

    .slider-down .slider .slick-slide {
        transform: rotateX(180deg);
    }
.slick-vertical .slick-slide {
    margin-bottom:3px;
}
    .slick-vertical .slick-slide:last-child{
        margin-bottom:0;
    }
    /*.slick-vertical .slick-slide {
    border: 3px solid #e0e1ed;
    border-left: 0;
    border-right: 0;
}*/
    [class*=sidebar-dark-] .nav-treeview > .nav-item > .nav-link {
        white-space: normal
    }

.moduleDownloadBlock .dropdown-item {
    display: flex;
    align-items: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
}

.txtOverflow {
    white-space: normal;
    width: 100%;
}

.docWrapper {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    flex: 0 0 60px;
}

 .docWrapper img {
    width: 100%;
    height:100%;
}
#imageModal img {
    width: 100%;
}
#imageModal .modal-dialog {
    height: 90%;
    display: flex;
    align-items: center;
}
.modal-dialog .modal-body {
    padding: 5px !important;
    background: #28224f;
    border: 5px solid #989bb3;
    backdrop-filter: blur(7.5px);
}
.no-js .owl-carousel, .owl-carousel.owl-loaded {
    padding: 5px 20px;
}
.tem.open-video.gradient-border .txtOverflow {
  font-weight:bold;
}
.dropdown-menu.show[style] {
    width: 100%;
}

.dangerTxt {
    animation: showHide 20s infinite;
}

@keyframes showHide {
    0% {
        opacity: 0;
        visibility: hidden;
    }

    5% {
        opacity: 1;
        visibility: visible;
    }

    50% {
        opacity: 1;
        visibility: visible;
    }

    55% {
        opacity: 0;
        visibility: hidden;
    }

    100% {
        opacity: 0;
        visibility: hidden;
    }
}


.dropdown.guideDropdown button {
    text-align: left;
}
    .dropdown.guideDropdown button.dropdown-toggle::after {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 10px;
    }
    /*************@media LOGIN************/
    @media screen and (max-width: 1199px) {
        .mainLoginBg {
        width: 560px;
    }
}
@media screen and (max-width: 991px) {
   
        .bannerBlock, .advertisement-carousal, .awareness-materials-carousal {
            padding-left: 0;
        }
        .nav-sidebar .nav-item .nav-link p {
            font-size: 16px !important;
        }
        .main-header .navbar-nav {
            width: 100%;
        }
        .main-header.text-sm .nav-link, .text-sm .main-header .nav-link {
            width: 50px;
        }
        .navbar-nav .nav-item .nav-link .fas.fa-bars {
            font-size: 1.875rem;
        }
        .slider img {
            height: 150px;
        }
        .mainLoginBg {
            width: 100%;
            padding: 20px;
            border-radius: 20px;
            margin: 0;
        }
        .slider-half {
            width: 20%;
        }

        .logoWrapperPart {
            flex-direction: column;
            align-items: flex-start;
        }

        .left_textOne, .left_textTwo {
            font-size: var(--fs-xs);
            text-align: left;
        }

        .loginPage {
            flex-direction: column;
            height: 100%;
            padding: 20px 10px;
        }

        .HelpLineForSMIS {
            position: relative;
            right: 0;
            bottom: 0;
            margin-top: 0;
            align-items: center;
            width: 100%;
        }

        .formBlockLogin {
            width: 100%;
        }

        .btnLogin {
            width: 100%;
        }


        .loginPage {
            padding: 20px;
            overflow-x: hidden;
            overflow-y: scroll;
            display: flex;
            align-items: center;
        }

        body, html {
            overflow-x: hidden;
            padding: 0;
            margin: 0;
            height: 100vh;
        }



        input.form-control {
            font-size: var(--fs-md);
        }



        button.btn-login, .btnLogin {
            width: 50%;
            font-size: var(--fs-md);
        }

        .form-check-input {
            height: 20px;
            width: 20px;
        }

        .HelpLineNumber {
            text-align: center;
        }

        .mainLoginBg {
            padding: 12px 14px;
        }

        

        footer {
            position: relative;
            text-align: center;
            font-size: var(--fs-xs);
            bottom: 0;
        }
        .main-header .navbar-nav .nav-item .nav-link[data-widget="pushmenu"] {
            position: absolute !important;
            top: 20px !important;
            left: 0 !important;
        }
            .main-header .navbar-nav .nav-item .nav-link[data-widget="pushmenu"] .fas.fa-bars {
                font-size: 2rem !important;
            }

        .moduleDownloadBlock .dropdown-item {
            padding: 3px;
        }
        .dangerTxt {
            position: inherit;
            top: inherit;
            margin-bottom: 10px;
        }

    }
@media (max-width: 768px) {
    .appyRequestWrapper {
        position: relative;
    }
    .dangerTxt {
        position: relative;
        bottom: auto;
    }
    .mainLoginBg {
        height: auto;
    }
    .rightFormMobile {
        margin-top: 20px;
    }
}

@media screen and (max-width: 768px) {
    titleBlock {
        margin: 10px 0 0 0;
    }
    .logoBlock .logoTxt p {
        line-height: 18px;
        font-size: 15px;
        margin-top: 5px;
        margin-bottom: 5px;
    }
    .mainLoginBgBody::after {
        background: #ffffffad;
    }
    .titleBlock {
        font-size: 18px;
    }
    .formBlockLogin .form-group label {
        margin-bottom: .4rem;
        font-size: 14px;
    }
    .bannerBlock p {
        font-size: 16px;
    }
    .logoBlock .logoTxt h3 {
        line-height: 2.3rem;
    }
    .formBlockLogin .input-group {
        margin-bottom: 10px;
    }
    .rightFormMobile {
        justify-content: center;
        display: flex;
        flex-direction: column;
    }
    .formBlockLogin .form-group {
        margin-bottom: 10px !important;
    }
    .HelpLineForSMIS {
        justify-content: center;
    }
    .loginPage {
        padding: 10px 0;
    }
    .mainLoginBgBody::after {
        padding: 20px 15px;
    }
    .appyRequest {
        width: 100%;
        min-height: 1px;
    }
    .logoBlock .logoTxt h3 {
        font-size: var(--fs-xl);
        line-height: normal;
    }
    .logoBlock .logoTxt p {
        line-height: normal;
    }
    .HelpLineTxt {
        font-size: 16px;
        line-height: 16px;
    }
    .dropdown.guideDropdown .dropdown-button.dropdown-toggle.btn {
        font-size: 14px;
    }
    button.btn-login, .btnLogin {
        font-size: 16px;
    }
}
@media screen and (max-width: 540px) {
    .formBlockLogin .form-group label {
        margin-bottom: .6rem;
    }
    .changePassword {
        margin: 8px 0;
        font-size: 16px;
    }
    :root {
        --fs-sm: 1rem;
        --fs-md: 1.2rem;
        --fs-lg: 1.4rem;
    }
        .slider-wrapper {
            height:auto;
        }
        .bannerBlock h4 span {
            display: block;
        }
        .slider-half {
            width: 94%;
            order: 2;
        }
    .mainLoginBg {
        width: 96%;
        order: 1;
    }
    .slider-wrapper {
        flex-direction:column;
    }
    .slider img {
        height: 220px;
        width: 100%;
        margin-top: 10px;
        border-radius:10px;
    }
    .slider-down {
        display:none;
    }
    .left_textOne {
        font-size: var(--fs-md);
    }
        .dangerTxt h4 {
            font-size: var(--fs-sm);
        }
        
        .logoBlock {
            flex-wrap: wrap;
            justify-content: center;
            text-align: center;
        }
        .bannerBlock {
            text-align: center;
        }
            .bannerBlock h4 {
                flex-wrap: wrap;
                justify-content: center;
            }
        
}
@media screen and (max-width: 480px) {
        button.btn-login, .btnLogin {
            width: 100%;
        }
        
        html {
            font-size: 10px;
        }

        .welcomeTxt h2, .welcomeTxt h3 {
            font-size: clamp(1.75rem, 4vw, 2.5rem);
        }

        .left_textTwo {
            font-size: var(--fs-md);
            line-height: 20px;
        }

        .formBlockLogin .form-check {
            padding-left: 0;
            flex-wrap: wrap;
            justify-content: center !important;
            display: flex !important;
        }

            .formBlockLogin .form-check .form-check-label {
                margin-left: 15px;
                margin-bottom: 10px;
            }
    }





@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
    /* Styles */
    .mobileColumn {
        flex-direction: column;
        height:auto !important;
    }
        .mobileColumn .col-md-8 {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
            flex: 0 0 100%;
            max-width: 100%;
        }
        .mobileColumn .col-md-4 {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
            flex: 0 0 100%;
            max-width: 100%;
        }
    .mainLoginBg {
        height: auto;
    }
}

@media only screen and (min-device-width : 1024px) and (max-device-width : 1280px) and (orientation : portrait) {
    .bannerBlock p {
        font-size: 1rem;
    }
    body {
        font-size: 1rem;
        line-height: 1rem;
    }
}
@media only screen and (min-device-width : 720px) and (max-device-width : 1280px) and (orientation : portrait) {

    body {
        font-size: 1rem;
        line-height: 1rem;
    }
}

@media (min-width: 576px) {
        footer {
            padding: 10px 10px;
        }

        .modal-dialog {
            max-width: 515px;
            margin: 1.75rem auto;
        }
    }

@media (min-width: 1024.1px) {
    .awareness-materials-carousal .item, .dropdown-item.open-resource {
        height: 13vh;
    }
    
    .formBlockLogin .form-group.mb-2 {
        margin-bottom: 1rem !important;
    }

    .formBlockLogin .form-group label {
        margin-bottom: .5rem;
    }
}


@media (min-width: 1281px) {
    .dangerTxt {
        bottom: 25px;
        top: inherit;
    }
   
    .appyRequest {
        margin-bottom: 0px;
        min-height: auto;
    }
        
       
        .submitBtnBigScreen .changePassword {
            margin-top:20px;
        } 
   


        .formBlockLogin .form-group label {
            margin-bottom: .8rem;
        }

        .formBlockLogin .form-group.mb-2 {
            margin-bottom: 1.4rem !important;
        }

        .titleBlock {
            margin: 10px 0 0 0;
        }

        .bannerBlock {
            margin-bottom: 20px;
        }

        .appyRequest:first-child {
            margin-bottom: 0px;
        }

        .appyRequest {
            margin-bottom: 10px;
        }

        .logoBlock {
            margin-bottom: 10px;
        }
    }

    @media (min-width: 1401px) {
        .submitBtnBigScreen {
            flex-direction: column;
        }

            .submitBtnBigScreen .btnLogin {
                width: 100%;
            }
        .formBlockLogin .form-group label {
            margin-bottom: 0.5rem;
            margin-top: .3rem;
        }
       
        .logoBlock .logoTxt h3 {
            font-size: 2rem;
        }
    }

    @media (min-width: 1601px) {
       
        .formBlockLogin .form-group label {
            margin-bottom: 1rem;
        }

        .formBlockLogin .form-group.mb-2 {
            margin-bottom: 1.6rem !important;
        }

        .appyRequestWrapper {
            bottom: 4vh;
        }

        .guideDropdown {
            margin-top: 20px;
        }

        .mainLoginBgBody {
            overflow-y: auto;
        }


        .bannerBlock p {
            font-size: 1.2rem;
        }

        .form-group.mb-2 {
            margin-bottom: 1.7rem !important
        }

        .logoBlock {
            margin-bottom: 20px;
        }

        .bannerBlock p {
            margin-bottom: 30px;
        }

        .loginPage {
            padding-top: 35px;
        }
    }


    /*************End LOGIN************/
