
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

* {
    font-family: "Poppins", system-ui;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

a {
    text-decoration: none !important;
    color: inherit;
}

    a:hover {
        color: inherit;
    }


.simpleey-landing-page {
    height: 100vh;
    background-image: url('images/web.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.Simpleey-logo {
    width: 57%;
    display: block;
}

.SimpleeyLogoForTab {
    display: none;
    width: 50%;
}

.navbar-toggler-icon {
    background-image: url('images/faBar.png') !important;
    outline: none !important;
    background-position: inherit !important;
    vertical-align: inherit !important;
    background-repeat: no-repeat;
    background-size: 100%;
}

.nav-item {
    padding: 0 5px 0 5px;
    transition: 0.1s;
    border-radius: 5px;
}

    .nav-item:hover {
        background-color: #4688eb;
    }

.nav-link {
    font-family: "Poppins", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    color: #fcfcff;
    transition: 0.5s;
}

    .nav-link:hover {
        color: #dedede;
    }

    .nav-link:focus {
        color: #fcfcff;
    }

.LoginBtn {
    align-items: center;
    padding: 9.90569px 19.8114px;
    width: 96.85px;
    height: 38.71px;
    background: #fdb600;
    border-radius: 9.90569px;
    font-family: "Poppins", sans-serif;
    font-size: 12px;
    color: #000000;
    border: none;
    outline: none;
    margin: 0 51px 0 51px;
    transition: 0.02s;
    box-shadow: 0px 15px 35px -10px #ffe092 !important;
}

    .LoginBtn:hover {
        background: #ebaf15;
    }

    .LoginBtn:focus {
        background-color: #0c5ad1;
        opacity: 1;
        color: #ffffff;
        box-shadow: 0px 15px 35px -10px #0c5ad1 !important;
    }

.navbar {
    background: transparent !important;
}

.navbar-toggler {
    padding: inherit !important;
    line-height: inherit;
    color: inherit !important;
    background-color: transparent !important;
    border: none !important;
    border-radius: inherit !important;
    outline: none !important;
}

    .navbar-toggler:focus {
        text-decoration: none;
        outline: none !important;
        box-shadow: inherit !important;
    }

.TabsignUp-btn {
    width: 140px !important;
    height: 45px !important;
    background: #fdb600;
    border-radius: 9.90569px;
    outline: none;
    border: none;
    transition: 0.5s;
    font-family: "Poppins";
    font-weight: 500 !important;
    font-size: 17.5249px !important;
    text-align: center;
    color: #3e3e3e;
    margin-top: 29px;
    display: none !important;
    box-shadow: 0px 15px 35px -10px #ffe092 !important;
}

    .TabsignUp-btn:hover {
        opacity: 0.5;
    }

    .TabsignUp-btn:focus {
        background-color: #0c5ad1;
        opacity: 1;
        color: #ffffff;
        box-shadow: 0px 15px 35px -10px #0c5ad1 !important;
    }

.bannerTagLine {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-size: 60px;
    line-height: 90px;
    letter-spacing: 0.04em;
    color: #ffffff;
    margin-top: 80px;
}

.TagLinePara {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-size: 18px;
    color: #ffffff;
    margin-top: 20px;
}

@media (max-width: 992px) {
    .simpleey-landing-page {
        background-image: url('Images/tabview.png');
        background-size: 100% 100% !important;
    }

    .Simpleey-logo {
        width: 57%;
        display: none !important;
    }

    .SimpleeyLogoForTab {
        display: block;
    }

    .navbar {
        background: #fff !important;
        padding: 5px 0 5px 0;
    }

    .navbar-brand {
        padding-top: 0 !important;
    }

    .bannerTagLine {
        font-size: 48px !important;
        line-height: 72px !important;
    }

    .inputWrapper {
        display: none !important;
    }

    .TabsignUp-btn {
        display: block !important;
    }

    #navbarSupportedContent {
        z-index: 999;
        position: absolute !important;
        background: linear-gradient(353.55deg, #b05fef -23.64%, #466efb 55.86%) !important;
        width: 100% !important;
        left: 0px !important;
        right: 0px !important;
        top: 59px !important;
        padding-bottom: 37px !important;
    }

    .nav-item {
        margin-top: 10px !important;
        text-align: center;
    }

    .nav-link {
        font-size: 22px !important;
    }

    .LoginBtn {
        width: 145px !important;
        margin-top: 30px;
    }
}

@media (max-width: 768px) {
    .bannerTagLine {
        font-size: 44px !important;
        line-height: 61px !important;
    }

    .TagLinePara {
        font-size: 18px !important;
        line-height: 33px !important;
    }
}

@media (max-width: 576px) {
    .simpleey-landing-page {
        background-image: url('Images/PhoneBg.png');
    }

    .bannerTagLine {
        font-weight: 600 !important;
        font-size: 34px !important;
        line-height: 51px !important;
        margin-top: 35px !important;
        margin-left: 10px !important;
        margin-right: 10px !important;
    }

    .TagLinePara {
        margin-left: 10px !important;
        margin-right: 10px !important;
    }

        .TagLinePara br {
            display: none !important;
        }

    .navbar-brand {
        margin-right: 0 !important;
    }
}

@media (max-height: 658px) {
    .TagLinePara {
        font-weight: 400 !important;
        margin-top: 0px !important;
    }

    .TabsignUp-btn {
        margin-top: 12px !important;
    }
}

@media (max-width: 425px) {
    .bannerTagLine {
        font-weight: 500 !important;
        font-size: 32px !important;
        line-height: 40px !important;
        margin-top: 17px !important;
    }

    .TagLinePara {
        line-height: 30px !important;
    }
}


.inputWrapper {
    margin-top: 50px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 8px 8px 8px 25px;
    width: 412.14px;
    height: 67.13px;
    background: #ffffff;
    box-shadow: 12.1217px 6.06085px 48.4868px rgba(0, 0, 0, 0.25);
    border-radius: 40.4057px;
}

    .inputWrapper a {
        display: inline-block;
    }

    .inputWrapper input {
        width: 50%;
        outline: none !important;
        background: transparent !important;
        border: none !important;
        color: #4688eb;
        font-size: 1.1rem;
        font-weight: 500;
        letter-spacing: 0.02em;
    }

        .inputWrapper input::placeholder {
            font-family: "Poppins", sans-serif;
            font-weight: 500 !important;
            font-size: 16.8528px !important;
            color: #a0a0a0;
        }

    .inputWrapper button {
        width: 136.41px;
        height: 50.28px;
        background: #4688eb;
        border-radius: 40.4057px;
        font-family: "Poppins", sans-serif;
        font-weight: 500;
        font-size: 16.8528px;
        text-align: center;
        color: #ffffff;
        border: none;
        outline: none !important;
        transition: 0.05s;
    }

        .inputWrapper button:hover {
            background: #257afb;
        }

        .inputWrapper button:focus {
            background-color: #0c5ad1;
            opacity: 1;
        }
/* about css */
.aboutHeadingContent {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 35px;
    color: #394c5e;
}

.marginRight0 > * {
    padding-right: 0 !important;
}

.aboutImg1 {
    width: 80%;
    position: absolute;
    right: 0;
    top: -200px;
}

.aboutImg2 {
    width: 80%;
    position: absolute;
    left: 0;
    top: -50px;
}

.mensionWrap h2 {
    font-family: "Poppins";
    font-weight: 500;
    font-size: 32px;
    line-height: 48px;
    color: #394c5e;
}

.mensionWrap p {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 35px;
    color: #394c5e;
}

.mensionWrap button {
    width: 154.49px;
    height: 50.67px;
    align-items: center;
    background: #2e6fd0;
    border-radius: 11.6833px;
    border: none;
    outline: none;
    font-family: "Poppins";
    font-weight: 400;
    font-size: 15.5249px;
    text-align: center;
    color: #ffffff;
    margin-top: 20px;
    box-shadow: 0px 15px 35px -10px #2e6fd0 !important;
    transition: 0.05s;
}

    .mensionWrap button:hover {
        background: #257afb;
    }

    .mensionWrap button:focus {
        background-color: #0c5ad1;
        opacity: 1;
        color: #ffffff;
    }

.marginSetLeft {
    margin-left: 190px;
}

.marginSetRight {
    margin-right: 190px;
}

.height {
    height: 700px;
}

.height1 {
    height: 800px;
}

.abouttabImg1 {
    display: none;
    width: 70%;
    float: right;
}

.abouttabImg2 {
    display: none;
    width: 70%;
    float: left !important;
}

@media (min-width: 2500px) {
    .aboutImg1 {
        top: -376px !important;
    }
}

@media (max-width: 1990px) {
    .aboutImg1 {
        top: -230px !important;
    }
}

@media (max-width: 1796px) {
    .aboutImg1 {
        top: -104px !important;
    }
}

@media (max-width: 1567px) {
    .height1 {
        height: 700px;
    }
}

@media (max-width: 1400px) {
    .aboutImg1 {
        top: -30px !important;
    }

    .mP0 {
        margin-top: 0 !important;
        padding-top: 0 !important;
    }

    .height1 {
        height: 600px !important;
    }
}

@media (max-width: 1124px) {
    .marginSetLeft {
        margin-left: 72px !important;
        margin-right: 72px;
    }

    .marginSetRight {
        margin-right: 72px !important;
        margin-left: 72px;
    }

    .height {
        height: 550px !important;
    }

    .height1 {
        height: 500px !important;
    }
}

@media (max-width: 992px) {
    .aboutImg1 {
        display: none !important;
    }

    .abouttabImg1 {
        display: block !important;
        margin-top: 32px !important;
    }

    .abouttabImg2 {
        display: block !important;
        margin-top: 32px !important;
    }

    .aboutImg2 {
        display: none !important;
    }

    .height {
        height: auto !important;
    }

    .height1 {
        height: auto !important;
    }
}

@media (max-width: 767px) {
    .ourWorkHeading {
        font-size: 32px !important;
    }

    .groupIcon {
        width: 70px !important;
        top: -38px !important;
    }

    .aboutHeadingContent {
        font-weight: 500 !important;
    }

    .mensionWrap p {
        font-weight: 400 !important;
    }
}

@media (max-width: 576px) {
    .ourWorkHeading {
        font-size: 23px !important;
    }

    .groupIcon {
        width: 47px !important;
        top: -26px !important;
    }

    .aboutHeadingContent {
        font-weight: 400;
        font-size: 16px !important;
        line-height: 30px !important;
    }

    .mensionWrap h2 {
        font-size: 20px !important;
        line-height: 30px !important;
        margin-top: 20px;
    }

    .marginSetLeft {
        margin-left: 38px !important;
        margin-right: 38px !important;
    }

    .marginSetRight {
        margin-right: 38px !important;
        margin-left: 38px !important;
    }
}

@media (max-width: 467px) {
    .marginSetLeft {
        margin-left: 20px !important;
        margin-right: 20px !important;
    }

    .marginSetRight {
        margin-right: 20px !important;
        margin-left: 20px !important;
    }
}

/* Our work css */
.ourWork {
    background-image: url('images/ourWorkPoster.png');
    background-repeat: no-repeat;
    background-size: cover;
}

.ourWorkHeading {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 40px;
    text-align: center;
    color: #394c5e;
}

.card {
    background: #ffffff !important;
    border: 0.448142px solid #cdcdcd !important;
    box-shadow: 0px 1.79257px 11.6517px rgba(0, 0, 0, 0.05) !important;
    border-radius: 8.96283px !important;
    transition: 0.5s;
}

    .card:hover {
        box-shadow: 1px 8px 20px rgb(195, 195, 195) !important;
    }

.groupIcon {
    position: absolute;
    width: 100px;
    top: -58px;
}

.card-img-top {
    width: 140px;
}

.card-title {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-size: 25.0959px;
    margin-top: 23px;
    text-align: center;
    line-height: 38px;
    color: #394c5e;
}

.card-text {
    font-family: "Poppins", sans-serif !important;
    font-weight: 400 !important;
    font-size: 13.6517px !important;
    line-height: 27px !important;
    color: #394c5e !important;
}

.extraMarginRight {
    margin-right: 220px;
}

.extraMarginLeft {
    margin-left: 220px;
}

.dispaly {
    display: none !important;
}

@media (max-width: 1200px) {
    .extraMarginRight {
        margin-right: 100px;
    }

    .extraMarginLeft {
        margin-left: 100px;
    }
}

@media (max-width: 992px) {
    .dispaly {
        display: block !important;
    }

    .displayNone {
        display: none !important;
    }

    .extraMarginRight {
        margin-right: 0 !important;
    }
}

@media (max-width: 767px) {
    .addWidth {
        width: 25rem !important;
    }

    .card-title {
        font-weight: 500 !important;
        font-size: 19.105px !important;
    }

    .card-img-top {
        width: 107px !important;
    }

    .brodcastCard {
        width: 65px !important;
    }

    .card {
        width: 21rem !important;
    }

    .card-text {
        font-size: 12px !important;
        line-height: 18px !important;
    }

    .ourWorkHeading {
        padding-bottom: 7px !important;
    }
}

/* Availabilities css */
.avilaWrapper {
    background: rgb(66, 41, 140);
    width: 100%;
    background-image: url('images/purpleBg.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.AvailHeading {
    font-family: "Poppins", sans-serif !important;
    font-style: normal;
    font-weight: 600;
    font-size: 36px;
    line-height: 54px;
    color: #ffffff;
    margin-top: 20px !important;
}

.availContent {
    font-family: "Poppins", sans-serif !important;
    font-weight: 400 !important;
    font-size: 15px;
    line-height: 22px;
    color: #ffffff;
    letter-spacing: 0.04em;
    margin-top: 45px !important;
}

.signUpBtn {
    width: 154.49px;
    height: 49.1px;
    align-items: center;
    background: #fdb600;
    border-radius: 11.6833px;
    border: none;
    outline: none;
    font-family: "Poppins", sans-serif !important;
    font-weight: 500;
    font-size: 15px;
    text-align: center;
    color: #313131;
    margin-top: 20px;
    box-shadow: 0px 15px 35px -10px #ffe092 !important;
    transition: 0.05s !important;
}

    .signUpBtn:hover {
        background: #ebaf15;
    }

    .signUpBtn:focus {
        background-color: #0c5ad1;
        opacity: 1;
        color: #ffffff;
        box-shadow: 0px 15px 35px -10px #0c5ad1 !important;
    }

.mensionPageImg {
    width: 88%;
    float: right;
}

.logo-simpleey2 {
    margin-top: 60px;
    width: 23% !important;
}

.brodcastCard {
    position: absolute;
    left: 0;
    top: 0;
    width: 80px;
}

@media (max-width: 1400px) {
    .mensionPageImg {
        margin-top: 102px;
    }
}

@media (max-width: 768px) {
    .logo-simpleey2 {
        display: none;
    }

    .mensionPageImg {
        margin-top: 63px !important;
    }
}

@media (max-width: 576px) {
    .AvailHeading {
        font-size: 23px;
        line-height: 45px;
        margin-top: 20px !important;
        font-weight: 500 !important;
    }

    .logo-simpleey2 {
        width: 39% !important;
    }

    .availContent {
        font-size: 15px;
        line-height: 24px;
    }

    .mensionPageImg {
        margin-top: 39px !important;
        width: 94% !important;
    }
}

/* Testimonial css start here */
.testimonialWrapper {
    width: 100%;
    background-color: white;
}

.comma {
    width: 20px;
}

.TestimonialClient {
    width: 90px;
    height: 90px;
    border-radius: 50px;
    border: 4px solid #2e6fd0;
    overflow: hidden !important;
}

.clientImg {
    width: 100%;
    height: 100%;
}

.profile {
    font-family: "Poppins";
    font-weight: 400;
    font-size: 13px;
    color: #000000;
    opacity: 0.5;
}

.clientName {
    font-family: "Poppins";
    font-weight: 500;
    font-size: 24px;
    color: #394c5e;
}

.ClientContent {
    font-family: "Poppins";
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #394c5e;
    padding: 10px 150px 0 150px;
}

.carousel-control-prev-icon {
    background-image: url('images/leftLogo.png') !important;
    background-repeat: no-repeat;
    background-size: 100% auto;
}

.carousel-control-next-icon {
    background-image: url('images/rightArrow.png') !important;
    background-repeat: no-repeat;
    background-size: 100% auto;
}

.carousel-control-next,
.carousel-control-prev {
    position: absolute;
    top: 200px;
    bottom: 0;
    z-index: 9 !important;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    padding: 0;
    box-shadow: 0 0 10px rgb(194, 194, 194) !important;
    border-radius: 50px !important;
    color: #fff;
    text-align: center;
    background: 0 0;
    border: 0;
    opacity: 0.6 !important;
    transition: opacity 0.15s ease;
}

    .carousel-control-next:hover {
        opacity: 1 !important;
    }

    .carousel-control-prev:hover {
        opacity: 1 !important;
    }

.testimonialLogo {
    width: 40% !important;
    float: right !important;
}

.carousel-indicators {
    bottom: -26px !important;
    display: none;
}

    .carousel-indicators [data-bs-target] {
        width: 10px !important;
        height: 10px !important;
        margin-right: 3px;
        margin-left: 3px;
        text-indent: -999px;
        border-radius: 50px !important;
        cursor: pointer;
        border: inherit !important;
        background-color: rgb(38, 38, 38) !important;
        margin-bottom: 10px !important;
    }

    .carousel-indicators button {
        border-radius: 40px !important;
    }

@media (max-width: 768px) {
    .ClientContent {
        padding: 0 !important;
        font-size: 15px !important;
    }

    .carousel-control-next,
    .carousel-control-prev {
        top: 102px !important;
    }

    .testimonialLogo {
        width: 61% !important;
    }
}

@media (max-width: 576px) {
    .carousel-indicators {
        display: block !important;
    }

    .testimonialLogo {
        width: 80% !important;
    }

    .carousel-control-next-icon {
        background-size: 80% auto !important;
    }

    .carousel-control-prev-icon {
        background-size: 80% auto !important;
    }

    .carousel-control-next,
    .carousel-control-prev {
        display: none !important;
    }
}

/* footer css start here */
footer {
    width: 100%;
    background: linear-gradient(91.36deg, #9163f6 -25.62%, #6571fd 70.95%);
}

.footerLogo {
    width: 40%;
}

.FooterLinks {
    margin-top: 35px;
}

    .FooterLinks a {
        font-family: "Poppins";
        font-weight: 500;
        font-size: 15px;
        margin: 0 20px 0 0;
        color: #ffffff;
        text-decoration: none;
    }

.footerHeading {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 600;
    font-size: 36px;
    color: #ffffff;
}

.footerAction {
    margin-top: 20px !important;
    display: flex;
    align-items: center;
}

    .footerAction input {
        width: 347.76px;
        height: 47.67px;
        background: #ffffff;
        border: 0.5px solid #cdcdcd;
        border-radius: 5.2913px;
        outline: none;
        padding: 0 0 0 15px;
    }

        .footerAction input:focus {
            background-color: #f4efff;
        }

    .footerAction button {
        width: 122.85px;
        height: 49.22px;
        align-items: center;
        background: #fdb600;
        border-radius: 5.2913px;
        font-family: "Poppins";
        font-weight: 500;
        font-size: 14px;
        text-align: center;
        color: #394c5e;
        outline: none;
        border: none;
        margin-left: 7px !important;
        box-shadow: 0px 15px 35px -15px #ffe092 !important;
        transition: 0.05s;
    }

        .footerAction button:hover {
            background: #ebaf15;
        }

        .footerAction button:focus {
            background-color: #0c5ad1;
            opacity: 1;
            color: #ffffff;
        }

.callUs {
    font-family: "Poppins";
    font-weight: 500;
    font-size: 15.0068px;
    color: #ffffff;
    margin-top: 30px;
}

    .callUs a {
        color: #ffffff;
        text-decoration: none;
        margin-left: 10px;
        transition: 0.5s;
    }

        .callUs a:hover {
            color: blue;
            opacity: 0.5;
        }

.footerSubLink {
    font-family: "Poppins";
    font-weight: 400;
    font-size: 12px;
    color: #394c5e;
}

.eye {
    width: 24px;
    height: 21px;
    z-index: 99;
    position: absolute;
    right: 14px;
    top: 12px;
    background-image: url(../../images/Hide_password.svg);
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.eyecut {
    background-image: url(../../images/Show_password.svg);
}

@media (max-width: 1200px) {
    .footerAction input {
        width: 284.76px !important;
        height: 47.67px !important;
    }

    .footerAction button {
        width: 107.85px !important;
    }
}

@media (max-width: 992px) {
    .footerHeading {
        margin-top: 63px !important;
    }

    .footerAction input {
        width: 370.76px !important;
        height: 47.67px !important;
    }

    .footerSubLink {
        padding-right: 0 !important;
        padding-left: 0 !important;
        margin-right: 0 !important;
        margin-left: 0 !important;
    }
}

@media (max-width: 576px) {
    .footerAction input {
        width: 309px !important;
    }

    .footerHeading {
        font-size: 24px !important;
    }

    .footerSubLink {
        font-size: 10px !important;
        line-height: 10px !important;
    }

    .FooterLinks a {
        margin: 0 49px 0 0 !important;
    }
}

@media (max-width: 442px) {
    .footerAction input {
        width: 226px !important;
    }

    .footerAction button {
        width: 95.85px !important;
    }

    #MoveToTop {
        width: 40px !important;
        right: 10px;
        bottom: 15px;
    }
}

#MoveToTop {
    position: fixed !important;
    bottom: 20px;
    right: 15px;
    width: 50px;
    display: none;
    z-index: 99;
    opacity: 0.7;
}

    #MoveToTop img {
        width: 100%;
    }

    #MoveToTop:hover {
        opacity: 1;
    }

/* Login form css */
.loginWrapper {
    width: 100%;
    min-height: 100vh;
    background-image: url('images/simpleeyformv2bgposter.svg');
    background-repeat: no-repeat;
    background-size: cover !important;
}

.formWrapper {
    width: 667px;
    height: 540px;
}

.formHeading {
    font-family: 'Poppins';
    font-weight: 600;
    font-size: 34px;
    color: #394C5E;
}

.tgContent {
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 20px;
    color: #394C5E;
}

.inputFormWrapper {
    width: 100%;
    position: relative;
}

    .inputFormWrapper:hover {
        background: #f5f2ff;
    }

    .inputFormWrapper input:hover {
        background: #f5f2ff;
    }

    .inputFormWrapper input:focus {
        border: 1px solid #2075e5 !important;
        background: #f4f2ff;
    }

    .inputFormWrapper input {
        width: 100%;
        outline: none;
        border: none;
        padding: 10px 5px 10px 45px;
        background: #FFFFFF;
        border: 1px solid #E2E8F0;
        border-radius: 5px;
        font-family: 'Poppins',sans-serif;
        font-size: 16px;
        font-weight: 400;
    }

        .inputFormWrapper input::placeholder {
            color: #394C5E;
        }

.inputHeading {
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 16px;
    color: #394C5E;
    margin-top: 13px;
    margin-bottom: 8px;
}

.btnWrapper {
    width: 100%;
}

    .btnWrapper button, .btnWrapper input {
        width: 100%;
        padding: 10px 5px 10px 5px;
        background: #2E6FD0;
        border-radius: 5px;
        font-family: 'Poppins',sans-serif;
        font-weight: 400;
        font-size: 16px;
        color: #FFFFFF;
        border: none;
        outline: none;
        transition: .2s;
    }

        .btnWrapper button:hover {
            opacity: 0.8;
        }

        .btnWrapper button:focus {
            background-color: #0c5ad1;
            opacity: 1;
        }

.din-tHave {
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 20px;
    color: #394C5E;
    margin-top: 50px;
}

    .din-tHave a {
        font-family: 'Poppins';
        font-weight: 400;
        font-size: 18px;
        margin-top: 50px;
        text-decoration: underline !important;
        color: #466efb;
    }

.inputIcon {
    position: absolute;
    left: 17px;
    top: 12px;
    width: 24px;
}

.LoginFormLogo {
    width: 30% !important;
    position: absolute;
    left: 0;
    top: 10px;
}

    .LoginFormLogo a img {
        width: 190px;
        margin: 5px 0 0 50px;
    }

.backArrow {
    cursor: pointer;
}

#regCompany + .select2 {
    width: 100% !important;
}

#regCompany + span {
    width: 100% !important;
    height: 46px !important;
    padding: 0 5px 0 12px !important;
    background: #FFFFFF;
    border-radius: 5px;
}

.copyRight {
    width: 100%;
    font-family: 'Poppins',sans-serif;
    font-weight: 400;
    font-size: 10px;
    color: #394C5E;
    bottom: 10px !important;
    text-align: end;
}

@media (max-width:1447px) {
    .inputHeading {
        margin-bottom: 2px !important;
    }

    .cusTomMargin {
        margin-bottom: 5px !important;
    }
}

@media (max-width:991px) {
    .copyRight {
        text-align: center;
    }

    .btnWrapper button, .btnWrapper input {
        padding: 8px 5px 8px 5px;
    }

    .inputIcon {
        display: none;
    }

    .formHeading {
        font-size: 23px;
        margin-top: inherit !important;
    }

    .forHeight {
        margin-top: 20px !important;
    }

    .formWrapper {
        height: auto !important;
    }

    .cusTomMargin {
        margin-top: 20px !important;
    }

    .forgotPss {
        margin-top: 13px;
    }

    .LoginFormLogo a {
        display: none;
    }

    .inputFormWrapper input {
        padding: 8px 5px 8px 12px;
    }

        .inputFormWrapper input::placeholder {
            font-size: 12px;
        }

    #regCompany + span {
        height: 40px !important;
        padding: 0 5px 0 8px !important;
        border-radius: 5px;
    }
}

@media (max-width:576px) {
    .formHeading {
        font-size: 23px;
    }

    .tgContent {
        font-size: 16px;
    }

    .inputHeading {
        font-size: 15px;
    }

    .din-tHave {
        font-size: 15px;
    }

        .din-tHave a {
            font-size: 14px;
        }

    .selectRadio label {
        font-size: 15px !important;
    }

    .selectRadio input {
        width: 18px !important;
        height: 18px !important;
    }

    .formHeading {
        margin-top: 0px !important;
    }
}

/* Register form css start here */
.registerFormWrapper {
    width: 667px;
    height: auto;
}

.mb1 {
    margin-bottom: 5px !important;
}

.selectRadio label {
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 16px;
    letter-spacing: -0.02em;
    color: #394C5E;
}

.selectRadio input {
    width: 24px;
    height: 24px;
    margin-right: 5px;
}

#companyWrap {
    display: none;
}

.vendor {
    background: #F7F7F7;
}

.VendorImg {
    width: 60% !important;
}

.vendorContent {
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 16px;
    line-height: 35px;
    color: #394C5E;
    margin-right: 10%;
}

.registerFormWrapper form .row {
    height: 88px !important;
}

@media (max-width:768px) {
    .registerFormWrapper form .row {
        height: 81px !important;
    }

    .ErrorText {
        font-size: 12px !important;
        line-height: 10px !important;
    }

    .vendorContent {
        margin-right: 0;
    }
}

@media (max-width:576px) {

    .vendorContent {
        font-size: 15px;
        line-height: 27px;
    }

    .registerFormWrapper {
        width: 100% !important;
    }

    .forHeight {
        padding: 3px 0 !important;
    }

    .din-tHave {
        margin-top: 23px;
    }
}

@media (max-width:360px) {
    .navbar-toggler-icon {
        width: 1rem !important;
        height: 1rem !important;
    }

    .SimpleeyLogoForTab {
        width: 66% !important;
    }

    .footerAction button {
        width: 71.85px !important;
    }

    .footerAction input {
        width: 194px !important;
    }
}


.loder {
    background-color: rgb(250, 252, 252);
    width: 100% !important;
    height: 100vh !important;
    position: fixed;
    z-index: 9999 !important;
    overflow: hidden !important;
}
/*.loder img{
   width:10rem;
}*/
.spinner-grow {
    width: 20%;
    background: linear-gradient(0.92deg, #B05FEF -43.22%, #5278FF 65.41%) !important;
}

.locationIcon {
    width: 20px !important;
}

.astronode-img-style {
    width: 60% !important;
}

.forgotPss {
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 16px;
    color: #0066FE;
    margin-top: 30px;
}

.validation-summary-errors {
    font-family: 'Poppins',sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
    color: #F43F5E;
}
