* {
    font-family: "Poppins", sans-serif;
    margin: 0px;
    padding: 0px;
}

p {
    margin-bottom: 0px !important;
}

.loginMainBox {
    background-image: url('/images/LoginPageUi-bg.png');
    background-size: cover;
    overflow: hidden;
    background-position: center;
    height: 100vh;
    padding: 20px 0px 0px 0px;
    background-color: #efeeef;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
}

.loginBoxInner {
    border-radius: 18px !important;
    background-color: #fff !important;
    margin-top: 10px;
    width: 70% !important;
    padding: 0px 20px 30px 20px;
    display: block;
    margin: auto;
}

.alert_box {
    padding: 0px !important;
    min-height: 65px;
}

.S2 {
    width: 87%;
    text-align: center;
    margin: 0 auto;
}



.frgtPassBox {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.carousel-indicators {
    bottom: -40px !important;
}

.carousel-control-next, .carousel-control-prev {
    display: none !important;
}

.sign-up {
    color: #ed5db2;
    font-weight: 600;
}

.socialIcon .bi {
    font-size: 20px;
    color: #ffffff;
}

.footer {
    /*background-color: #ed5db2;
  color: #f9fafc;*/
    width: 100%;
    position: fixed;
    bottom: 0;
    text-align: center;
}

.signUpText h5 {
    font-size: 16px;
    font-weight: 600;
    text-align: center;
}

.signUpText {
    position: absolute;
    text-align: center;
    width: 100%;
    bottom: -80px;
    left: 0px;
}

.socialIcon {
    justify-content: center;
    display: flex;
    margin-top: 50px;
}

.socialIcon2 {
    display: none;
}

.quickLoginBtn {
    font-size: 14px !important;
    border-radius: 6px !important;
    margin-top: 3px !important;
    background-color: #fff !important;
    color: #1c1c1c !important;
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
    border: 1px solid #808080 !important;
    width: 50%;
    text-decoration: none;
    height: 40px;
}

.ssoLoginBtn {
    background-color: #ed5db2;
    box-shadow: none;
    color: #fff;
    border-radius: 6px;
    border: 1px solid #ed5db2 !important;
    width: 100%;
    font-weight: 600;
    font-size: large;
    margin-left: 2px;
    height: 50px;
    transition: 0.8s;
    margin-top: 30px;
    height: 40px;
}

.devidr {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .devidr hr {
        height: 1px !important;
        background-color: #9c9c9c;
        width: 45%;
    }

.ssoLoginBtn:hover {
    background-color: #e92088 !important;
    border-color: #e92088 !important;
}



.content {
    border-left: 1px solid #e9ebef;
    width: 50%;
}

.loginSliderItem p {
    text-align: center;
    margin-bottom: 60px;
}

.loginSliderItem img {
    width: 200px;
    margin-left: 150px;
    margin-bottom: 50px;
}

.carousel-indicators button {
    background-color: #cbcfd1 !important;
    border: 1px solid #e0e0e0 !important;
    border-radius: 100px !important;
    width: 8px !important;
    height: 8px !important;
}

.carousel-indicators .active {
    border: 1px solid #e0e0e0 !important;
    width: 35px !important;
    background-color: #e8505b !important;
}

.forgotpass {
    color: #e92088;
    font-weight: 600;
    text-align: center;
    text-decoration: none;
}

.help {
    margin: 0 !important;
    width: 100%;
    margin: 10px;
    position: absolute;
    right: 80px;
    bottom: 8px;
    z-index: 5;
    /* box-shadow: 4px 8px 50px 8px #eaeaea; */
    box-shadow: -1px 1px 19px 0px rgba(13, 13, 13, 0.59);
    border-radius: 100px;
}

.frgtPassBox .form-check-input {
    border-radius: 2.25em !important;
}

    .frgtPassBox .form-check-input:focus {
        box-shadow: none;
    }

.form-check-input:checked {
    background-color: #E92088 !important;
    border-color: #E92088 !important;
}

.bi-question-circle {
    color: #ffffff;
    padding: 5px 8px 5px 8px;
}

.container {
    max-width: 1060px !important;
}

.bi-question-circle {
    text-align: end;
    align-items: flex-end;
    justify-content: end;
    align-self: flex-end;
    font-size: 30px;
}

.active label {
    color: #00b0ef !important;
}

.logo {
    border: none;
    width: fit-content;
    background-color: #ffffff;
    border-radius: 100px;
    padding: 5px 10px;
}

.logo-swil {
    border: none;
    background-color: #ffffff;
    border-radius: 100px;
    padding-top: 5px;
    margin-right: 7px;
    width: 55px;
    height: 55px;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.06);
}

.logo-contact {
    border: none;
    background-color: #e92088;
    width: fit-content;
    border-radius: 100px;
    padding: 10px;
}

.container .bi {
    font-size: 22px;
}

.logo img {
    padding: 5px 0 5px 0;
}

.logo_des {
    border-left: 1.5px solid #d5d5d5;
    padding-left: 12px;
    height: 45px;
    margin-top: 25px;
}

.loginLeft {
    padding: 0px 15px 0px 20px;
    width: 100%;
    margin-left: 36px;
    position: relative;
}



.form_login {
    height: 19%;
    background-color: white;
    display: flex;
    /* justify-content: center; */
    align-items: center;
    /* border-radius: 12px;   */
    width: 90% !important;
    margin-right: 60px !important;
}

.email-rad input {
    border-radius: 10px 10px 0 0;
    /*background-color: #ebf0f4;*/
    height: 70px;
    align-items: center;
    width: 100% !important;
    padding: 10px 5px 10px 5px;
}

.pass-rad input {
    border-radius: 0 0 10px 10px;
    /*background-color: #ebf0f4;*/
    height: 70px;
    align-items: center;
    width: 100% !important;
    padding: 10px 5px 10px 5px;
}

.material-textfield {
    position: relative;
}

.form-check-input {
    width: 20px;
    height: 20px;
}

.material-textfield label {
    position: absolute;
    font-size: 1rem;
    left: 20px;
    top: 32px;
    transform: translateY(-50%);
    color: rgb(189, 189, 189);
    padding: 0 0.3rem;
    margin: 0;
    transition: 0.1s ease-out;
    transform-origin: left top;
    pointer-events: none;
    margin-left: 40px;
}

.material-textfield input {
    font-size: 16px;
    outline: none;
    /* border-radius: 10px;   */
    padding: 1rem 0.7rem .3rem 0.7rem;
    color: rgb(189, 189, 189);
    transition: 0.1s ease-out;
    width: 100%;
    border: none;
    border-bottom: 2px solid #ef58a6;
    color: black;
    padding-left: 65px !important;
    background-color: #ffffff !important;
    /* /*background-color: #ebf0f4;*/ */ font-weight: 500;
}

    .material-textfield input:focus {
        border-color: #00b0ef;
    }

        .material-textfield input:focus + label {
            color: #e92088;
            top: 10px;
            transform: translateY(-50%) scale(0.9);
        }

    .material-textfield input:focus {
        border-bottom: 2px solid #ef58a6;
        border-radius: 0px;
        width: 100%;
        background-color: #ffffff;
    }

    .material-textfield input:not(:placeholder-shown) + label {
        top: 10px;
        transform: translateY(-50%) scale(0.9);
    }

/* .password{
  border-bottom: 2px solid  #ef58a6;
  width: 95%;
  
  
} */

/* .email{
  width: 90%;
} */

.inputIcon {
    position: absolute;
    left: 14px;
    top: 13px;
    color: rgb(189, 189, 189);
}

.loginRight {
    border-left: 1px solid #e0e0e0;
    height: 90%;
    margin-top: 20px;
}

.carousel-item {
    margin: 5px;
    padding: 0 5px 0 5px;
}

.login-content {
    display: flex;
    align-items: flex-start;
}

.sign-up {
    text-decoration: none;
}

.loginSliderItem img {
    margin: 0 auto;
    align-items: center;
    margin-bottom: 25px;
    width: 60%;
}

.loginSliderItem p {
    padding: 0 40px 0 40px;
}

.help_box {
    height: auto;
    width: fit-content;
    position: absolute;
    bottom: 100px;
    right: 72px;
    border-radius: 15px;
    background-color: #ffffff;
    /* border: 1px solid #e92088 !important; */
    box-shadow: 0px 4px 4px rgba(237, 93, 178, 0.2);
    display: none;
    color: #565656;
}

.help_box_header {
    height: 55px;
    background-color: #ed5db2;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    color: #fff;
    padding: 0px 15px;
    align-items: center;
    font-size: 22px;
    font-weight: 600;
}

    .help_box_header p {
        font-size: 22px;
        font-weight: 600;
    }

.phone .bi {
    font-size: 20px !important;
    color: #ef58a6;
}

.quickLoginBox {
    gap: 10px;
}

.number_swil_service {
    text-decoration: none;
    color: #565656;
}

.num {
    font-size: 16px;
    margin-top: -5px;
    font-weight: 300;
}

.info_footer {
    margin-top: -5px;
    padding: 0px 12px 25px 20px;
    background-color: #ffecf7;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}

.quick_link {
    position: absolute;
    top: 233px;
    left: 17px;
    border-radius: 25px;
    background-color: #ef58a6;
    color: #fff;
    padding: 8px 20px 8px 20px;
}

.quick_link_content {
    margin-top: 40px !important;
}

    .quick_link_content p {
        font-size: 16px;
        margin-bottom: 10px;
    }

    .quick_link_content a {
        text-decoration: none;
        color: #565656;
        margin: 3px 0px;
    }

.loginbgoverlay {
    background-color: #56565652;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 98;
    display: none;
}

#help_form {
    z-index: 99;
}

#CloseHelpDesk svg {
    height: 30px;
    width: 30px;
    border-radius: 50px;
    padding: 5px;
    cursor: pointer;
}

    #CloseHelpDesk svg:active {
        background: #d4469a;
    }


.loginSliderItem p {
    font-size: 12px;
    text-align: justify;
    height: 86px;
}

.socialBox {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.email-rad {
    margin-top: 20px;
}

.quick_link_item {
    margin-top: 40px;
}

.footer {
    padding-bottom: 10px;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 30px white inset !important;
}

.logo_content {
    margin-top: 10px;
}

.loginBtnWrapper {
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin-top: 10px;
    gap: 15px;
}
/* ***********************MEDIA CSS START**************************** */
@media (max-width: 1499px) {
    .loginSliderItem img {
        width: 44%;
    }

    .signUpText {
        bottom: -48px;
    }

    .loginBtnWrapper {
        gap: 5px;
    }

    .footer {
        padding-bottom: 10px;
    }
}

@media (max-width: 1199px) {

    .loginSliderItem p {
        padding: 0 25px 0 25px;
    }

    .loginLeft {
        padding: 0px 0px;
    }

    .signUpText h5 {
        font-size: 14px;
    }

    .loginBoxInner {
        width: 80% !important;
    }
}

@media (max-width: 1199px) {
    .loginBoxInner {
      
        padding: 0px 20px 60px 20px;
       
    }

}

 

    @media (max-width: 991px) {

        .socialIcon2 {
            display: flex;
            position: absolute;
            bottom: 45px;
            margin-top: 0px;
        }

        .loginRightMainBox {
            display: none;
        }

        .logo_content {
            margin-top: 0px;
        }

        .signUpText {
            bottom: -15px;
        }

        .loginBoxInner {
            padding: 0px 20px 105px 20px;
        }

        .loginBoxInner {
            width: 90% !important;
        }

        .loginLeft {
            padding: 0px 0px 25px 0px;
            margin-left: 0px;
        }

        .logo_des p {
            font-size: 11px;
        }

        .logo-swil {
            width: 50px;
            height: 50px;
        }

        .container .bi {
            font-size: 25px;
        }

        .bi::before, [class^="bi-"]::before, [class*=" bi-"]::before {
            line-height: 27px !important;
        }

        .loginSliderItem p {
            padding: 0 15px 0 15px;
        }

        .S2 {
            width: 100%;
            text-align: center;
            margin: 0 auto;
        }
    }

    @media (max-width: 780px) {

        .socialIcon2 {
            display: flex;
            bottom: 45px;
        }

        .loginMainBox {
            overflow: visible;
            overflow-x: hidden;
        }



        .logo_content {
            flex-direction: column;
            text-align: center;
        }

        .loginMainBox {
            padding: 0px 0px 0px 0px;
        }



        .logo_des {
            border: none;
            padding-left: 0px;
        }

        .loginBoxInner {
            padding: 20px 20px 50px 20px;
        }

        .logo-swil {
            width: 55px;
            height: 55px;
            border: 1px solid #e7e7e7;
            margin: 0px auto;
        }

        .logo_des p {
            font-size: 16px;
        }

        .loginBoxInner {
            padding: 0px 20px 30px 20px;
        }


        .loginBoxInner {
            padding: 0px 20px 105px 20px;
            height: 100%;
            border-radius: 0px !important;
            width: 100% !important;
        }
    }


    @media(max-width:769px) {
        .loginLeft {
            margin-left: 0px !important;
        }

        .alert_box {
            position: absolute;
            top: 0px;
            z-index: 2;
        }
    }




    @media (max-width: 567px) {
        .socialIcon2 {
            bottom: 40px;
        }

        .loginMainBox {
            padding: 0px;
            background-color: #fff;
            background-image: none;
        }

        .loginBoxInner {
            width: 100% !important;
            border-radius: 0px !important;
            margin-top: 0px;
        }

        .loginBoxInner {
            padding: 50px 20px 0px 20px;
        }

        .footer {
            background: transparent;
            color: #808080;
            font-size: 12px;
        }

        .loginBoxInner {
            padding: 0px 20px 0px 20px;
        }

        .help {
            right: 8px;
            bottom: 128px;
            display: none;
        }

        .logo_des p {
            margin-bottom: 0px;
        }

        .loginMainBox {
            height: 100vh;
        }

        .S2 {
            width: 100%;
            text-align: center;
            margin: 0 auto;
        }

        .socialBox {
            flex-direction: column-reverse;
            position: fixed;
            bottom: 50px;
            left: 12%;
        }

        .signUpText {
            bottom: -45px;
        }

            .signUpText h5 {
                font-size: 14px;
                font-weight: 600;
            }

        .email-rad {
            margin-top: 5px;
        }

        .ssoLoginBtn {
            height: 44px;
        }

        .email-rad input, .pass-rad input {
            height: 60px;
        }

        label {
            font-size: 14px;
        }

        .logo_des p {
            font-size: 15px;
        }

        .help_box {
            width: 90%;
            right: 20px;
            height: auto;
            left: 20px;
        }

        .quick_link_content {
            margin-left: 15px !important;
            margin-top: 7px !important;
        }

        .info_footer {
            margin-top: 15px;
            padding: 2px 0px 22px 0px;
        }

        .quick_link_item {
            margin-top: 26px;
        }

        .help_box_header p {
            font-size: 18px;
        }

        .quick_link {
            padding: 4px 12px 4px 11px;
            top: 240px;
        }

        .num {
            font-size: 14px;
        }

        .quick_link_content p {
            font-size: 14px;
        }

        .footer {
            padding: 10px;
        }

        .loginLeft {
            padding: 0px 10px 0px 10px;
            margin-left: 0px;
        }
    }




    @media (max-width: 480px) {
        .quickLoginBox {
            flex-direction: column;
        }

        .ssoLoginBtn {
            width: 100% !important;
        }

        .quickLoginBox {
            gap: 5px;
        }

        .quickLoginBtn {
            width: 100%;
        }

        .quickLoginBox {
            width: 100%;
        }

        .logo {
            padding: 0px 6px;
        }

        .socialIcon .bi {
            font-size: 14px;
        }

        .socialIcon2 {
            bottom: 48px;
        }

        .loginBtnWrapper {
            gap: 0px;
        }

        .loginLeft {
            padding: 20px 0px 0px 0px;
        }
    }

    .loader {
        display: none;
        height: 100%;
        width: 100%;
        position: fixed;
        left: 0px;
        z-index: 1;
        top: 0;
    }

        .loader::after {
            content: "";
            background: rgba(255, 255, 255, 0.2);
            backdrop-filter: blur(8px);
            height: 100%;
            width: 100%;
            position: absolute;
            left: 0px;
            top: 0px;
            z-index: 1;
        }

    .loading {
        display: flex;
        align-content: space-around;
        align-items: center;
        justify-content: center;
        height: 100%;
        position: relative;
        z-index: 2;
    }

    .loading_Item {
        width: 1rem;
        height: 1rem;
        margin: 2rem 0.3rem;
        background: red;
        border-radius: 50%;
        animation: 0.9s bounce infinite alternate;
    }

        .loading_Item:nth-child(2) {
            animation-delay: 0.3s;
        }

        .loading_Item:nth-child(3) {
            animation-delay: 0.6s;
        }

    @keyframes bounce {
        to {
            opacity: 0.3;
            transform: translate3d(0, -1rem, 0);
        }
    }

    .loadermsg {
        display: block;
        font-size: 30px;
        font-weight: 700;
    }



    .showAllBranch {
        height: 76vh;
        overflow-x: hidden;
        display: block;
        overflow-y: auto;
        padding: 0px 20px
    }
    /* ***********************MEDIA CSS END**************************** */




.showBranchBack {
    position: absolute;
    left: 15px;
    top: 15px;
    color: #202020;
    border: 1px solid #aca4a8;
    border-radius: 36px;
    padding: 2px 20px;
    text-decoration: none;
    display: flex;
    gap: 5px;
    align-items: center;
    justify-content: center;
}

.showBranchBack:hover {
    background-color: #d4469a;
    color: #fff;

}



.showBranchBtnMain dt:hover {
    background-color: #fff4fa;
}

.showBranchBtnMain dt {
    width: 80%;
    background-color: #fff;
    padding: 10px;
    border-radius: 8px;
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.10);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
    position: relative;
    background-image: url(./images/showBranch.svg);
    background-position: 87% 50%;
    background-size: 6%;
    background-repeat: no-repeat;
    cursor:pointer;
}

.login-page-heading h1 {
    color: #452f45;
    font-size: 2rem;
    font-weight: 700;
}

.showBranchBtnMain dt p, .showBranchBtnMain dt h4 {
    position: relative;

}

.showBranchBtnMain dt h4 {
    color: #452f45;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 0px;
}



.showBranchBtnMain dt p {
    display: flex;
    gap: 5px;
}

    .showBranchBtnMain dt p span:first-child, .showBranchBtnMain dt p span:nth-child(2) {
        color: #404040;
        font-weight: 500;
        font-size: 15px;
    }

.showBranchArrow {
    width: 30px;
    height: 30px;
    background-color: #d4469a;
    border-radius: 50%;
    color: #fff;
    position: absolute;
    right: 10px;
    bottom: 10px;
    border: none;
    box-shadow: none;
    text-align: center;
}

.showBranchBtnMain dt p span {
    display: block;
}

.showBranchBtnMain dt h4 span i {
    margin-right: 5px;
    color: #d4469a;
    font-size: 15px !important;
}

.showBranchBtnMain dt p span:last-child {
    color: #202020;
    font-weight: 500;
    font-size: 15px;
}

.showBranchBtnMain {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    padding: 20px 0px;
    justify-content: center;
}

