@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap');

html, body {
    height: 100%;
}
.trust-pilot-logo{display:flex;gap:10px; margin-bottom: 15px !important}
.trust-pilot-logo img {
    width: 200px;
}

.trust-pilot-logo span {
    font-size: 16px;
    font-weight: 500;
    color: #252525;
    padding-top: 2px;
}

body {
    font: 100% "Poppins", sans-serif;
}
i{
    cursor:pointer;
}
.copyRight{
    position:absolute;
    bottom:30px;
    left:0;
}
.item-slide{
    width:100%;
    display:block;
}
a{
    text-decoration:none;
}

.login-page {
    width: 100%;
    min-height: 100%;
    display: flex;
    flex-direction: row;
    overflow-y: auto;
}
.signIn-icon {
    display: inline-block;
    vertical-align: middle;
    width: 32px;
}
.cnfpsd, .psd {
    right: 15px;
    top: 15px;
}

.text-section {
    background: #2096d3;
    width: 50%;
    min-height: 100%;
    color: #fff;
    position: relative;
}

    .text-section::before {
        background: url(images/homeicon.webp) no-repeat 170px 210px;
        /* background: url(images/dashboard-home-img.png) no-repeat 16px 145px;*/
        z-index: 0;
        bottom: 0;
        right: 0;
        background-size: contain;
        content: "";
        width: 800px;
        height: 800px;
        position: absolute;
    }
.log-in-footer {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    padding: 32px 0;
    text-align: center;
    border-top: 1px solid #ddd;
    font-size: 12px;
}
.mobile-view-img > img {
    display: none;
}
.text-section-inner {
    padding: 20px 8% 10px;
    height:100%;
    position:relative;
}
    .text-section-inner>a{
        display:block;
        margin-top:100px
    }
    .text-section-inner img {
        width: 60px;
        
    }

    .text-section-inner h2 {
        font-size: 36px;
        font-weight: 500;
        margin-bottom: 10px;
     /*   z-index: 1;
        position: relative;*/
    }
    .text-section-inner h1 {
        font-size: 36px;
        font-weight: 500;
        margin-bottom: 10px;
    }

    .text-section-inner h3 {
        font-size: 16px;
       /* z-index: 1;
        position: relative;*/
    }

    .text-section-inner p {
       /* z-index: 1;
        position: relative;*/
        margin: 0;
    }

        .text-section-inner p img {
            margin-bottom: 30px;
            width: auto;
            display: inline-block;
            margin-right:1rem;
        }
            .text-section-inner p img.pp-logo-ee {
                width: 100%;
                max-width: 135px;
                padding-left: 3px;
                padding-top: 2px;
                margin-bottom: 0px;
            }


    .text-section-inner .owl-theme .owl-nav.disabled + .owl-dots {
        text-align: left;
    }

    .text-section-inner .owl-theme .owl-dots .owl-dot span {
        background: rgb(255 255 255 / 71%);
    }

    .text-section-inner .owl-theme .owl-dots .owl-dot.active span {
        background: #dde22f;
        width: 40px;
    }

    .text-section-inner .owl-theme .owl-dots .owl-dot:hover span {
        background: #dde22f;
    }


.form-section {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    min-height: 100%;
    position: relative;
}
.fs-12px{
    font-size:12px;
}
.fs-14px {
    font-size: 14px;
}
.order-free-sim-btn {
    background: #dde22f;
    padding: 10px;
    color: #000000;
    border-radius: 0;
    max-width: 250px;
    width: 100%;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    border: 0;
    outline: none;
    margin-top: 20px;
}
.mobile-logo {
    padding: 10px 1.5rem;
    /*text-align: center;*/
    display: none;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#2096d3+0,ffffff+100&1+0,0+100 */
    background: -moz-linear-gradient(top, rgba(32,150,211,1) 0%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(32,150,211,1) 0%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(32,150,211,1) 0%,rgba(255,255,255,0) 5%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    /*background: linear-gradient(to bottom, rgba(32,150,211,1) 0%,rgba(255,255,255,0) 100%);*/ /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2096d3', endColorstr='#00ffffff',GradientType=0 ); /* IE6-9 */
}

    .mobile-logo img {
        width: 50px;
    }
    .mobile-logo img.pp-logo-ee {
        width: 135px;
        padding-left: 5px;
    }
    @media (max-width: 380px) {
        .mobile-logo img.pp-logo-ee {
            width: 95px;
            padding-left: 3px;
        }
    }
@media (max-width: 640px) {
    .mobile-logo img.pp-logo-ee {
        width: 135px;
        padding-left: 3px;
    }

    .mobile-logo {
        padding: 10px 15px;
    }
}
@media (max-width: 300px) {
    .mobile-logo img.pp-logo-ee {
        width: 100px;
        padding-left: 3px;
    }
    .mobile-logo {
        padding: 10px 15px;
    }
}


.form-section-inner {
    padding: 30px 10%;
}

    .form-section-inner h2 {
        color: #353535;
        font-weight: 600;
        margin-bottom: 30px;
    }

    .form-section-inner input {
        border: 1px solid #dedede;
        border-radius: 0;
        font-size: 14px;
    }

        .form-section-inner input[name="Email"], .form-section-inner input[type="text"], .form-section-inner input[name="Msisdn"],
        .form-section-inner input[name="FirstName"], .form-section-inner input[name="LastName"],
        .form-section-inner input[type="email"], .form-section-inner input[type="password"] {
            height: 44px;
        }

        .form-section-inner input[type=checkbox] {
            margin-right: 5px;
        }

    .form-section-inner a {
        color: #2096d3;
        text-decoration: none;
    }

    .form-section-inner label {
        color: #353535;
        font-size: 14px;
    }

    .form-section-inner button {
        background: #dde22f;
        padding: 10px;
        color: #000000;
        border-radius: 0;
        max-width: 250px;
        width: 100%;
        text-transform: uppercase;
        font-size: 14px;
        font-weight: 600;
    }

    .form-section-inner p {
        margin: 0;
    }

        .form-section-inner p span {
            color: #2096d3;
        }

    .form-section-inner .view-button {
        background: none;
        border: none;
        color: #ababab;
        width: auto;
        padding: 10px;
        position: absolute;
        top: 2px;
        right: 10px;
    }

/* .form-input-number input[type=text]{ height:80px; font-size: 40px; text-align: center;} */
.inline-form {
    display: flex;
    padding: 0;
    margin-bottom: 0;
}

    .inline-form li {
        list-style: none;
        width: 300px;
        margin-right: 10px;
    }



/* inner pages css */
.main-page {
    min-height: 100%;
    display: flex;
}

.left-menu {
    background: #2096d3;
    min-width: 300px;
    min-height: 100%;
    overflow-y: auto;
    position: relative;
}

    .left-menu::before {
        background: url(images/homeicon.webp) no-repeat 116px 206px;
        z-index: 0;
        bottom: 0;
        right: 0;
        background-size: contain;
        content: "";
        width: 550px;
        height: 550px;
        position: absolute;
    }

.top-profile {
    text-align: center;
    color: #fff;
    z-index: 1;
    position: relative;
}

    .top-profile h2 {
        font-size: 25px;
        padding: 0;
        margin: 0;
    }

    .top-profile p {
        margin: 0;
        font-size: 12px;
    }

    .top-profile .line {
        background: #a6d5ed;
        height: 1px;
        width: 150px;
        margin: 40px auto;
        display: block;
    }

.nav-left ul {
    padding: 0;
    z-index: 1;
    position: relative;
}

.nav-left li {
    list-style: none;
    margin: 0;
}

    .nav-left li a {
        color: #fff;
        padding: 7px 20px;
        display: block;
        text-decoration: none;
    }

    .nav-left li.active a, .nav-left li:hover a {
        color: #dde22f;
        border-right: 4px solid #dde22f;
    }

.left-menu-button {
    background: #064f92;
    position: relative;
    z-index: 1;
    min-width: 200px;
    padding: 15px 20px;
    display: block;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
    border: none;
    border-radius: 4px;
    margin: 30px auto;
}

.right-section {
    border: 1px solid red;
    width: 100%;
    display: flex;
    flex-direction: column;
    min-height: 100vh
}

header {
    border-bottom: 4px solid red;
    padding: 10px;
}

    header img {
        width: 60px;
    }

.header-top-nav {
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: flex-end;
}

    .header-top-nav li {
        list-style: none;
        padding: 15px;
        margin: 0;
    }

        .header-top-nav li:first-child {
            display: flex;
            width: 40%;
            align-items: center;
        }

    .header-top-nav label {
        white-space: nowrap;
        margin-right: 10px;
    }


.inner-section {
    border: 1px solid green;
    display: flex;
    flex-grow: 1;
    flex-direction: column;
}

footer {
    display: flex;
    flex-grow: 0;
    background: #f5f5f5;
}

    footer ul {
        padding: 0;
        margin: 0;
        display: flex;
        justify-content: center;
    }

        footer ul li {
            list-style: none;
        }

            footer ul li a {
                padding: 10px;
            }

.login-footer {
    background: none;
    padding: 20px 8%;
    /*position: relative;*/
}

    .login-footer p {
        margin: 0;
        color: #fff;
    }
.bg-helping-users {
    background: #2DA1DA;
    text-align: center;
}
.mobile-logo .btn-mobile {
    display: none;
}
.copy-right-2023{display:none;}
.margin-top-for-web{margin:0px; padding: 20px 0}


.mobile-view-text {
    font-size: 14px;
}
.bg-helping-users , .shadow-lg {
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index:1;
}
.main-section-login {
    display: flex;
    flex-direction: column;
    z-index:2;

}
.dashboard-login-img{
    height:35vh;
    margin-top:15px;
    position:absolute;
    z-index:99;
    bottom:0;
}
.dashboard-login-img img {
    height: 100%;
    width:auto !important
}

.main-section-login {
    height: calc(100vh - 83px) !important;
}
.margin-top-for-web {
    display: flex;
    justify-content: center;
    align-items: center; 
    
}
@media only screen and (max-width:1800px) {
    .text-section-inner > a {
        margin-top: 40px;
    }
}
@media only screen and (max-width:1600px) {
    .text-section-inner > a {
        margin-top: 0px;
    }
    .text-section::before {
        background-position: 170px 360px !important;
    }
}
@media only screen and (max-width:1400px) {
    .dashboard-login-img {
        height:34vh;
    }
    .text-section::before{width:750px;height:750px;}
}
@media screen and (min-width: 768px) and (max-width: 1366px) {
    .form-section-inner{
        margin-bottom:60px
    }
    .form-section-inner .col-md-12.pt-lg-5{
        padding-top: 1rem!important;
    }
    .text-section-inner {
        padding: 10px 8% 10px;
    }
    .dashboard-login-img {
        height: 30vh;
    }
}
@media only screen and (max-width:1200px) {
    .text-section-inner h2{
        font-size:32px;
    }
    .dashboard-login-img {
        height: 33vh;
    }
}
    @media only screen and (max-width:1020px) {
        .text-section-inner h3 {
            font-size: 18px;
        }
        .text-section-inner h2{
            font-size:28px;
        }
        .trust-pilot-logo img {
            width: 170px;
        }

        .trust-pilot-logo span {
            font-size: 13px;
            font-weight: 500;
            color: #252525;
        }
      
    }

.hide-logo-on-mobile {
    margin-top: 100px;
}
    @media only screen and (max-width:768px) {
        .hide-logo-on-mobile{display:none !important;}
        .text-section::before {
            display: none;
        }
        .mobile-logo .btn-mobile {
            display: block;
        }

        .mobile-logo .btn-mobile {
            margin-top: 17px;
            height: 36px;
        }

        .login-page {
            flex-direction: column-reverse;
        }

        .field-validation-error {
            font-size: 12px;
        }

        .copyRight {
            position: static;
        }


        .form-section {
            width: 100%;
        }

        .mobile-logo {
            display: block;
            display: flex;
            justify-content: space-between;
        }

        .text-section {
            width: 100%;
            overflow: hidden;
        }

        .text-section-inner h2 {
            font-size: 35px;
        }

        .text-section-inner h3 {
            font-size: 15px;
        }

        .text-section-inner p {
            font-size: 14px;
        }

        .text-section-inner img {
            display: none;
        }

        .text-section-inner p img {
            display: inline;
            margin-right: 5px;
            margin-bottom: 0;
        }

        .form-section-inner, .text-section-inner {
            padding: 6% 6%;
        }
            .form-section-inner h2 {
                margin: 0;
            }

            .form-section-inner img {
                display: block;
            }

            .form-section-inner p {
                font-size: 14px;
            }

        .login-footer {
            background: #263240;
            padding: 30px 10%;
        }

            .login-footer p {
                font-size: 12px;
            }

        .mobile-view-img > img {
            display: block;
            width: 260px;
        }

        .dashboard-login-img > img {
            display: none;
        }

        .mobile-view-text {
            display: block;
            margin-top: 10px;
            font-size: 11px;
        }

        .copy-right-2023 {
            display: block;
            text-align: center;
            background: #2096d3;
            margin: 0;
            font-size: 11px;
            padding: 20px 0;
        }

        .mobile-view-text, .item-slide {
            text-align: center !important;
        }

        .margin-top-for-web {
            margin-top: 15px;
        }

        .app-store-btns {
            display: flex !important;
            justify-content: center;
        }

        

        .log-in-footer {
            display: none;
        }

        .margin-top-for-web {
            display: flex;
            flex-direction: column;
        }

        .main-section-login {
            display: flex;
            flex-direction: column;
            height: 100vh;
        }

        .bg-helping-users, .shadow-lg {
            position: relative;
        }
    }

    @media only screen and (max-width:600px) {
        .text-section-inner h2 {
            font-size: 25px;
        }

        .text-section-inner .owl-theme .owl-dots .owl-dot.active span {
            width: 20px;
        }

        .owl-theme .owl-dots .owl-dot span {
            width: 5px;
            height: 5px;
        }

        .text-section-inner h3 {
            font-size: 14px;
        }
        /* .form-input-number input[type=text]{ font-size: 30px;margin-right:0; margin-bottom: 10px; } */
        .text-section-inner p img {
            display: block;
        }

        .main-section-login {
            display: flex;
            flex-direction: column;
            height: 90vh;
        }
        .trust-pilot-logo img {
            width: 170px;
        }

        .trust-pilot-logo span {
            font-size: 14px;
            font-weight: 500;
            color: #252525;
        }
        .trust-pilot-logo {
            margin-bottom: 0 !important;
        }
    }

    @media only screen and (max-width:320px) {

        .form-section-inner p {
            font-size: 11px !important;
        }
        .trust-pilot-logo img {
            width: 140px;
        }

        .trust-pilot-logo span {
            font-size: 12px;
            font-weight: 500;
            color:#252525;
        }
        .trust-pilot-logo {
  
            gap: 8px;
        }
    }


    @media only screen and (max-width:280px) {
        .text-section-inner h2 {
            font-size: 20px;
        }

        .main-section-login {
            display: flex;
            flex-direction: column;
            height: 80vh;
        }
        .main-section-login{
            height:auto !important;
        }
        .trust-pilot-logo{margin-bottom:0 !important;}
        .trust-pilot-logo img {
            width: 132px;
        }

        .trust-pilot-logo span {
            font-size: 11px;
            font-weight: 500;
            color: #252525;
        }
    }

#SingupForm {
    margin-top: -2px;
}

#signupFormDiv .trust-pilot-logo span {
    margin-left: 5px;
}
@media (max-width: 767px) {
    #signupFormDiv .trust-pilot-logo {
        margin-top: 0px;
    }

    #SingupForm {
        margin-top: 5px;
    }

    #LoginForm .trust-pilot-logo {
        margin-top: -10px;
        margin-bottom: 20px !important;
    }
        #signupFormDiv .trust-pilot-logo span, #LoginForm .trust-pilot-logo span {
            padding-top: 2px;
        }


        @media (min-width: 520px) {
            #signupFormDiv .trust-pilot-logo {
            margin-top: -10px;
        }
    }

    @media (max-width: 480px) {
        #LoginForm .trust-pilot-logo {
            margin-top: 3px !important;
        }
            #signupFormDiv .trust-pilot-logo span, #LoginForm .trust-pilot-logo span {
               padding: 0;
            }

        #signupFormDiv .trust-pilot-logo span {
            margin-left: 0px;
        }
    }

    @media (max-width: 360px) {

        #signupFormDiv .trust-pilot-logo img, #LoginForm .trust-pilot-logo img {
            width: 150px;
        }

        #signupFormDiv .trust-pilot-logo span, #LoginForm .trust-pilot-logo span {
            font-size: 13px;
            font-weight: 500;
            color: #252525;
        }

    }

    @media (max-width: 300px) {
        #signupFormDiv .trust-pilot-logo span, #LoginForm .trust-pilot-logo span {
            font-size: 11px;
            font-weight: 500;
            color: #252525;
        }
        #signupFormDiv .trust-pilot-logo img, #LoginForm .trust-pilot-logo img {
            width: 130px;
        }
    }
}

