@import url('https://fonts.googleapis.com/css2?family=Saira:wght@300;400;500;600;700&display=swap');
    body {
        font-family: 'Montserrat', sans-serif !important;
        font-size: 14px;
        line-height: 28px;
        color: #333 !important;
        font-weight: 400;
        overflow-x: hidden;
        z-index: -1;
        /*background-color: rgb(242, 242, 242);*/
        letter-spacing: 0.1px;
    }
    .loginpagefooter {
        position: fixed;
        bottom: 0;
        margin-bottom: 4px;
    }
    .form-control, .form-select {
        font-size: 14px !important;
        line-height: 28px !important;
        color: #444444 !important;
    }
    .form-check-label {
        margin-bottom: 0;
        font-size: 16px;
    }
    .form-info:before {
        content: " ";
        right: 5px;
        background-image: url(../images/amrit.png);
        background-repeat: repeat-x;
        width: 192px;
        height: 119px;
        position: absolute;
        display:none;
        top: 7px;
        z-index: 0;
    }
    /*.form-info:before {
        content: " ";
        right: 14px;
        background-image: url(../images/amrit1.png);
        background-repeat: repeat-x;
        width: 163px;
        height: 119px;
        position: absolute;
        top: 16px;
        z-index: 0;
    }*/
    b, strong {
        font-weight: bold;
    }

    a {
        text-decoration: none;
        cursor: pointer;
    }

    ::-webkit-scrollbar {
        width: 10px;
    }

    ::-webkit-scrollbar-thumb {
        background: #283e8a;
        width: 0;
        border-left: 2px solid white;
        border-right: 2px solid white;
    }
    ::-webkit-scrollbar-track {
        width: 5px;
        background: white;
        border-left: 9px solid white;
        border-right: 9px solid white;
    }
    .wvh {
        width: 100%;
        height: 100vh;
    }
    .text-justify {
        justify-content: center !important;
    }

    /*.overlay:after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgb(0 0 0 / 45%);
    }*/
    table#rdlist td input, table#rdlist td label {
        cursor: pointer;
    }
    .main-body-content{
	    background-color: #ffffff;
        padding: 110px;
        width: 100%;
        min-height: 100vh;
        display: -ms-grid;
        display: grid;
        position: relative;
        z-index: 1;
    }
    .left-shape {
        height: 100%;
        width: calc((100vw + 220px)/4);
        background-color: #ffffff;
        content: "";
        left: 0;
        top: 0;
        z-index: -1;
        position: absolute;
    }
    .content-sec {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        min-height: 100%;
        width: 100%;
        box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
    }
    .content-sec .carclb-heading-content {
       width: 50%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        /* -webkit-box-orient: vertical; */
        /* -webkit-box-direction: normal; */
        -ms-flex-direction: column;
        /* flex-direction: column; */
        /* -webkit-box-align: center; */
        -ms-flex-align: center;
        /* align-items: center; */
        /* -webkit-box-pack: center; */
        -ms-flex-pack: center;
        /* justify-content: center; */
        /* padding: 50px; */
        /* overflow: hidden; */
        position: relative;
        z-index: 1;
    }
    .content-sec .carclb-heading-content:before {
        height: 100%;
        width: 100%;
        background-color: rgb(14 29 63);
        content: "";
        left: 0;
        top: 0;
        z-index: -1;
        position: absolute;
    }
    .content-sec .carclb-heading-content .carclb-inner-wrap {
	    display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        overflow: hidden;
        position: relative;
        z-index: 1;
        height: 100%;
    }
    .content-sec .carclb-heading-content .carclb-main-title {
       color: #ffffff;
        font-size: 28px;
        font-weight: 500;
        margin-bottom: 60px;
    }
    .content-sec .carclb-heading-content .carclb-logo {
          display: inline-block;
        margin-bottom: 35px;
        margin-left: auto;
        margin-right: auto;
        max-width: 40vw;
        position: absolute;
        top: 33px;
        left: 52px;
    }

    .carclb-logo img{
	    width: 255px;
        height: 53px;
    }
    .carclb-login-option ul li {
           list-style: disc;
        text-align: left;
        font-size: 20px;
        line-height: 44px;
        color: #fff;
    }
    .carclb-login-option ul li a{
	    color:#fff;
    }
    .content-sec .carclb-form-content {
        -webkit-box-shadow: 0 3px 79px 0 rgb(0 0 0 / 8%);
        box-shadow: 0 3px 79px 0 rgb(0 0 0 / 8%);
        width: 50%;
        background-color: rgba(255, 255, 255, 0.9);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
	    position:relative;
    }
    #lblsuccess {
        font-size: 15px;
        font-weight: 500;
        color: #4e761e;
    }
    .content-sec .carclb-form-content .carclb-page-switcher {
        padding: 50px 50px 0 50px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .content-sec .carclb-form-content .carclb-main-form {
        padding: 30px 50px 20px 50px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        height: 100%;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
	    margin:auto;
    }
    .content-sec .carclb-form-content .form-control-carclb {
        min-height: 50px;
        -webkit-box-shadow: none;
        box-shadow: none;
        border: 1px solid #9ba1af;
        padding: 10px 15px;
        color: #111;
    }
    .content-sec .carclb-form-content .form-group {
        position: relative;
        z-index: 1;
        margin-bottom: 35px;
    }
    .content-sec .carclb-form-content .carclb-btn-fill {
        cursor: pointer;
        display: inline-block;
        font-size: 17px;
        font-weight: 500;
        -webkit-box-shadow: none;
        box-shadow: none;
        outline: none;
        border: 1px solid;
        border-color: ##0e1d3f;
        color: #fff;
        border-radius: 3px;
        background-color: #0e1d3f;
        padding: 10px 36px;
        width: 100%;
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }
    .content-sec .carclb-form-content .carclb-btn-fill:hover{
	    background:#fff;
	    border:1px solid #1b53d4;
	    color:#1b53d4;
    }
    .content-sec .carclb-form-content .carclb-checkbox-box label {
        color: #adadad;
        margin-bottom: 0;
        font-size: 16px;
        position: relative;
    }
    .content-sec .carclb-form-content .carclb-switcher-text {
        -webkit-box-shadow: none;
        box-shadow: none;
        border: 0;
        background-color: transparent;
        cursor: pointer;
        padding: 0;
        color: #5ca5ff;
        font-size: 15px;
        font-weight: 500;
        margin-bottom: 5px;
        display: inline-block;
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }
    .content-sec .carclb-form-content .carclb-checkbox-wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-bottom: 30px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .content-sec .carclb-form-content .carclb-switcher-description {
        text-align: center;
        font-size: 16px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        color: #888888;
        margin-bottom: 10px;
    }
    .slogan-icn{
        bottom: 20px;
        right: 0px;
    }
    .slogan-icn img {
        max-width: 74%;
        text-align: right;
        float: right;
    }
    .carclb-heading-content:before{
	    content:'';
	    background: url(images/bg_on_left.png);
        background-repeat: no-repeat;
        background-size: cover;
	    position:absolute;
	    height:100%;
	    width:100%;
	    left:0px;
	    top:0px;
    }
    .right-login-sec img{
	    width: 90%;
    }
    .left-login-sec{
	    width: 50%;
        float: left;
    }
    .right-login-sec{
	    width: 50%;
        float: left;
        height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        overflow: hidden;
        position: relative;
        z-index: 1;
        height: 100%;
    }
    .carclb-login-option{
	    text-align: left;
        width: 82%;
    }
    .slogn-log {
        width: 56% !important;
        margin-top: 45px;
        float: right;
        opacity: 1;
        position: absolute;
        bottom: 34px;
    }
    .carclb-login-option ul li a:hover{
	    color:#dddddd;
    }
    .carclb-main-form1 {
        width:50%;
        margin:auto;
    }
    .form-group input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
        color: #666666;
        font-size:15px;
    }
    .carclb-page-switcher h2 {
        color: #444444;
        font-weight: 600;
        font-size: 34px;
        margin:0px;
    }
    .carclb-page-switcher h2 span {
        color: #db8b1f;
        font-weight: 300;
    }
    .content-sec .carclb-heading-content .carclb-main-title span {
        color: #edab52;
        font-weight:300;
    }
    .slogan-icn{
        display:none;
    }

.login-33 {
    background-size: cover !important;
    top: 0;
    width: 100%;
    height: 100%;
    bottom: 0;
    opacity: 1;
    z-index: 999;
    min-height: 100vh;
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 30px 0;
    background: #ffffff;
    background-repeat: no-repeat;
}

    .login-33 .login-box {
        background: #fff;
        margin: 0 auto;
  /*      box-shadow: 0 0 10px rgb(0 0 0 / 10%);*/
        border-radius: 30px;
    }

    .login-33 .bg-img {
        background: url(../images/bookcarclubbnr2.jpg) top left repeat;
        background-size: cover;
        top: 0;
        bottom: 0;
        opacity: 1;
        z-index: 999;
        position: relative;
        display: flex;
        border-radius: 30px 0 0 30px;
    }

    .login-33 .logo {
        height: 30px;
        bottom: 15px;
        right: 20px;
        position: absolute;
    }

    .login-33 .btn-section {
        top: 30px;
        position: absolute;
        right: 30px;
        margin-bottom: 0;
    }

    .login-33 .btn-section .link-btn.active {
        background: #0e1d3f;
        color: #fff;
    }

    .login-33 .btn-section .link-btn {
        font-size: 14px;
        text-align: center;
        font-weight: 400;
        color: #0e1d3f;
        padding: 10px 18px;
        text-decoration: none;
        text-decoration: blink;
        text-transform: uppercase;
        border-radius: 3px;
        background: #fff;
    }

    .login-33 .social-list {
        bottom: 28px;
        position: absolute;
        left: 30px;
        padding: 0;
        margin: 0;
        list-style: none;
    }

    .login-33 .social-list li {
        display: inline-block;
    }

    .login-33 .social-list a {
        width: 50px;
        height: 50px;
        line-height: 50px;
        margin: 0 2px 2px 0;
        text-align: center;
        display: inline-block;
        font-size: 17px;
        color: #fff;
        border-radius: 50px;
    }

        .login-33 .form-info {
            justify-content: center;
            align-items: center;
            padding: 33px 60px 70px;
        }

    .login-33 .form-section {
        text-align: center;
        position:relative;
    }

    .login-33 .logo-2 {
        margin-bottom: 15px;
        display: none;
    }

        .login-33 .form-section h3 {
            font-size: 22px;
            margin-bottom: 22px;
            font-weight: 400;
            color: #333333;
            text-align: left;
        }

    .login-33 .form-section h3 span {
        color: #e38700;
    }

    .login-33 .login-inner-form .form-box {
        float: left;
        width: 100%;
        position: relative;
    }

    .login-33 .login-inner-form .form-group {
        margin-bottom: 25px;
    }

    .login-33 .login-inner-form .form-control {
        font-size: 16px;
        outline: none;
        color: #535353;
        border-radius: 3px;
        font-weight: 500;
        border: 1px solid #d9d9d9;
        padding: 14.5px 45px 14.5px 20px;
        height: 40px;
    }
.leftcptcha {
    float: left;
    width: 50%;
}
.rightcptcha {
    width: 50%;
    float: left;
    padding-top: 8px;
}
.login-33 .login-inner-form .form-box i {
    position: absolute;
    top: 12px;
    right: 20px;
    font-size: 20px;
    color: #535353;
}

    .login-33 .login-inner-form .checkbox {
        margin-bottom: 25px;
        font-size: 14px;
    }

    .login-33 .login-inner-form .form-check {
        float: left;
        margin-bottom: 0;
        padding-left: 0;
        cursor:pointer;
    }
    .login-33 .login-inner-form .form-check label{
        cursor:pointer;
    }
    .login-33 .login-inner-form .checkbox a {
        font-size: 16px;
        color: #535353;
        float: right;
        margin-left: 3px;
    }
    .login-33 .login-inner-form .btn-theme:hover {
        background: #ff9800;
    }
    .login-33 .login-inner-form .btn-theme {
        background: #0e1d3f;
        border: none;
        color: #fff;
        outline: none;
    }
    .login-33 .login-inner-form .btn-md {
        cursor: pointer;
        height: 48px;
        color: #fff;
        padding: 7px 50px 6px 50px;
        font-size: 15px;
        font-weight: 400;
        width: 100%;
        border-radius: 50px;
        text-transform: uppercase;
    }
.logo img {
    height: 48px;
    margin-top: -15px;
}
    .link-list-login2, .link-list-login1{
        display:none !important;
    }
    .link-login-box a {
        width: 46%;
        border: 1px solid hsl(0deg 0% 87% / 15%);
        border-radius: 3px;
        margin: 10px 10px;
        background: hwb(0deg 100% 0% / 38%);
        height: 111px;
        float: right;
        display: block;
    }
    .link-login-box a {
        color: #2a2927;
        position: relative;
        padding: 60px 0px 0px;
        font-weight: 600;
        line-height: 40px;
        font-size: 13px;
    }
    .link-sec a {
        width: 50%;
        float: left;
        text-align: left;
        font-size: 14px;
        color: #008dfd;
        position: relative;
    }
.link-sec {
    /* position: absolute; */
    /* bottom: -60px; */
    width: 100%;
    margin-top: 16px;
}
span.dpblk img {
    border-radius: 6px;
}
.align-center{
    text-align:center;
}
span.dpblk {
    margin-top: 10px;
    display: inline-block;
}
    .login-el-link {
        width: 100%;
        position: absolute;
        top: 80%;
        left: 50%;
        transform: translate(-50%, -50%);
        text-align: center;
        margin: auto;
        display: inherit;
    }

    .link-login-box a:hover {
        background: rgb(255 255 255 / 43%);
        transition: 0.8s;
        border: 1px solid #fff;
    }

    .link-login-box a:hover {
        color: #444444;
        text-decoration: none;
    }

    a.link-list-login1:after {
        content: '';
        background-image: url(../images/icon-box-s.png);
        height: 70px;
        width: 70px;
        background-position: -116px -102px;
        position: absolute;
        top: 8px;
        left: 34%;
    }

    .link-login-box a.link-list-login2:after {
        content: '';
        background-image: url(../images/icon-box-s.png);
        height: 70px;
        width: 70px;
        background-position: -32px -102px;
        position: absolute;
        top: 8px;
        left: 34%;
    }

    .link-login-box a.link-list-login3:after {
        content: '';
        background-image: url(../images/icon-box-s.png);
        height: 70px;
        width: 70px;
        background-position: -200px -102px;
        position: absolute;
        top: 8px;
        left: 34%;
    }

    .link-login-box a.link-list-login4:after {
        content: '';
        background-image: url(../images/icon-box-s.png);
        height: 70px;
        width: 70px;
        background-position: -297px -102px;
        position: absolute;
        top: 8px;
        left: 34%;
    }
    .text-cu-support {
        width: 50%;
        float: left;
        text-align: right;
        font-size: 14px;
        color: #008dfd;
        position: relative;
        cursor:pointer;
    }
    .support-number-tool::after {
        content: "";
        position: absolute;
        top: 40px;
        right: 100%;
        margin-top: -5px;
        border-width: 8px;
        border-style: solid;
        border-color: transparent #d5d5d5 transparent transparent;
    }
    .download-userguide {
        position: relative;
        padding-left: 22px;
    }
    .download-userguide:after {
        content: '';
        background-image: url(../images/all-icons.png);
        height: 24px;
        width: 22px;
        background-position: -727px -923px;
        float: right;
        cursor: pointer;
        position: absolute;
        top: -1px;
        left: -6px;
        z-index: 999;
        font-size: 15px;
        font-weight: 500;
    }
    .support-number-tool {
        position: absolute;
        right: -248px;
        background: #d5d5d5;
        height: 164px;
        top: -30px;
        width: 241px;
        padding-top: 10px;
        opacity: 0;
        border-radius: 3px;
        -webkit-transform: translateY(10px);
        -moz-transform: translateY(10px);
        -ms-transform: translateY(10px);
        -o-transform: translateY(10px);
        transform: translateY(10px);
        -webkit-transition: all .25s ease-out;
        -moz-transition: all .25s ease-out;
        -ms-transition: all .25s ease-out;
        -o-transition: all .25s ease-out;
        transition: all .25s ease-out;
    }
    .pdf-download-tool {
        position: absolute;
        left: -255px;
        background: #d5d5d5;
        height: 164px;
        top: -34px;
        width: 241px;
        padding-top: 10px;
        opacity: 0;
        border-radius: 3px;
        -webkit-transform: translateY(10px);
        -moz-transform: translateY(10px);
        -ms-transform: translateY(10px);
        -o-transform: translateY(10px);
        transform: translateY(10px);
        -webkit-transition: all .25s ease-out;
        -moz-transition: all .25s ease-out;
        -ms-transition: all .25s ease-out;
        -o-transition: all .25s ease-out;
        transition: all .25s ease-out;
        z-index:99999;
    }
    .inner-download-bcr span:after {
        position: absolute;
        content: '';
        top: 7px;
        left: 0px;
        height: 15px;
        width: 4px;
        background: #db8b1f;
    }
    .pdf-download-tool::after {
        content: "";
        position: absolute;
        top: 40px;
        left: 100%;
        margin-top: -5px;
        border-width: 8px;
        border-style: solid;
        border-color: transparent transparent transparent #d5d5d5;
    }
    .inner-support-bcr span, .inner-download-bcr span {
        padding: 0px 10px 0px;
        font-size: 15px;
        color: #0e1d3f;
        display: block;
        text-align: left;
        font-weight: 600;
        position: relative;
        border-bottom: 1px solid #c9c4c4;
        margin-bottom: 1px;
    }
    .inner-download-bcr p a:before {
        position: absolute;
        content: '';
        background: url(../images/icon-bcr.png);
        height: 30px;
        width: 30px;
        left: 5px;
        top: 0px;
        background-position: -130px -366px;
    }
    .download-link-f {
        width: 45%;
        float: left;
        text-align: left;
        position: relative;
        font-size: 14px;
        color: #008dfd;
        cursor: pointer;
    }
    .download-link-f:hover .pdf-download-tool {
        opacity: 1;
        pointer-events: auto;
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
        transform: translateY(0px);
    }
    .inner-support-bcr p, inner-download-bcr p {
        margin-bottom: 0px;
    }
    .inner-support-bcr p a, .inner-download-bcr p a {
        display: block;
        border-bottom: 1px solid #bbb7b7;
        margin-bottom: 0px;
        padding: 4px 10px;
        transition: 0.8s;
        color: #333333;
        padding-left: 35px;
        position: relative;
        text-decoration: none;
        width: 100%;
    }
    .inner-support-bcr p:last-child a:before {
        position: absolute;
        content: '';
        background: url(../images/icon-bcr.png);
        height: 30px;
        width: 30px;
        left: 3px;
        top: 0px;
        background-position: -129px -338px;
    }

    .inner-support-bcr p a:before {
        position: absolute;
        content: '';
        background: url(../images/icon-bcr.png);
        height: 30px;
        width: 30px;
        left: 3px;
        top: 0px;
        background-position: -129px -310px;
    }
    .text-cu-support:hover .support-number-tool {
        opacity: 1;
        pointer-events: auto;
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
        transform: translateY(0px);
    }
    .inner-support-bcr span:after {
        position: absolute;
        content: '';
        top: 7px;
        left: 0px;
        height: 15px;
        width: 4px;
        background: #db8b1f;
    }
    .inner-sec-fp h3 {
        font-size: 28px;
        margin-bottom: 30px;
        font-weight: 400;
        color: #333333;
        text-align: left;
    }
    .inner-sec-fp h3 span {
        color: #e38700;
    }
    .sendotp-btn button {
        background: #0e1d3f;
        border-radius: 3px;
        color: #fff;
        padding: 7px;
        font-size: 15px;
        transition:0.8s;
        cursor:pointer;
        border:none;
    }
/*.forgetpassword-sec {
    margin: 65px 0px;
}
.forget-password-page input {
    padding: 7px 15px;
    height: 47px;
    margin-bottom: 40px;
}
.sendotp-btn button:hover {
    background: #ff9800;
    border: none;
}
.otp-sec-show{
    display:none;
}*/
    #rdlist {
        width: 100%;
    }
        #rdlist input {
        margin-right: 9px;
        line-height: 25px;
    }
    #rdlist label {
        line-height: 23px;
        padding: 4px 0px 8px;
    }
    .changepassword {
        text-align: left;
        margin-bottom: 11px !important;
        margin-top: -14px;
        font-size: 14px;
        color: #0297df;
        cursor: pointer;
    }
    .changepassword label{
        cursor:pointer;
    }
    .overlay-changepassword {
        background: rgba(10, 10, 10, 0.8196078431372549);
        position: fixed;
        height: 100%;
        width: 100%;
        top: 0px;
        z-index: 99999;
        left:0px;
    }
    .base-changepassword {
        padding: 85px 25px;
        height: auto;
        width: 500px;
        background: #fff;
        border-radius: 34px;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
        -webkit-transform: translate(-50%,-50%);
        -moz-transform: translate(-50%,-50%);
        -o-transform: translate(-50%,-50%);
    }
    .close-icon-c-p {
        float: right;
        cursor: pointer;
        position: absolute;
        bottom: 25px;
        left: 55px;
        z-index: 999;
        font-size: 15px;
        font-weight: 500;
    }
    .close-icon-c-p:after {
        content: '';
        background-image: url(../images/all-icons.png);
        height: 24px;
        width: 22px;
        background-position: -685px -923px;
        float: right;
        cursor: pointer;
        position: absolute;
        top: 3px;
        left: -26px;
        z-index: 999;
        font-size: 15px;
        font-weight: 500;
    }
    .close-overlay-c-p {
        position: absolute;
        height: 100%;
        width: 100%;
        left: 0px;
        top: 0px;
    }
    .form-grp-cp label:first-child {
        width: 30%;
        font-size: 15px;
        color: #444444;
        font-weight: 500;
        text-align:left;
    }
    .form-grp-cp label:last-child {
        width: 68%;
        text-align: left;

    }
    .form-grp-cp .form-inp {
        width: 100%;
        border: 1px solid #c3c3c3;
        padding: 5px;
        height: 34px;
        outline: none;
        border-radius: 2px;
    }
    .form-grp-cp {
        margin-bottom: 12px;
    }
    .change-p-icon {
        position: absolute;
        top: -38px;
        background: #fff;
        left: 40%;
        border-radius: 50%;
        padding: 12px;
    }
    .msg-cnf-cp p {
        font-size: 15px;
        text-align: center;
        color: #227026;
        font-weight: 500;
    }
    input.form-inp-btn {
        background: #002353;
        color: #fff;
        padding: 3px 60px;
        border: 1px solid #002350;
        border-radius: 3px;
        transition: 0.8s;
        cursor: pointer;
    }
    input.form-inp-btn:hover {
        background: #fff;
        color: #002350;
        border: 1px solid #002350;
    }
    .base-changepassword:after {
        content: '';
        background-image: url(../images/png-back.png);
        height: 100%;
        width: 100%;
        float: right;
        cursor: pointer;
        position: absolute;
        top: 18px;
        left: 19px;
        font-size: 15px;
        font-weight: 500;
        background-position: 100%;
        background-size: cover;
        opacity: 0.04;
        transform: rotate(-18deg);
        z-index: -1;
    }
    .changepassword.form-group.form-box {
        text-align: right;
    }
    span.close-icon-c-p a {
        text-decoration: none;
        color: #002353;
    }

@media only screen and (max-width: 1700px) {
    .login-33 .form-section h3 {
        font-size: 20px !important;
    }

    .login-33 .login-inner-form .form-control {
        height: 40px !important;
    }

    .form-check-label {
        font-size: 14px !important;
    }

    .login-33 .login-inner-form .checkbox a {
        font-size: 14px !important;
    }

    .login-33 .login-inner-form .btn-md {
        height: 40px;
        font-size: 14px;
    }

    .link-login-box a {
        font-size: 14px;
    }

    .login-33 .form-info {
        padding: 70px 60px;
    }
    .login-33 .login-box {
        width: 85%;
    }

    .link-login-box a {
        padding: 70px 0px 0px;
        font-size: 14px;
    }

    .link-login-box a {
        width: 40%;
        height: 120px;
    }
    .logo img {
        height: 50px;
    }
}


@media only screen and (max-width: 1500px) {
    .content-sec .carclb-form-content .form-control-carclb {
        min-height: 36px;
        -webkit-box-shadow: none;
        box-shadow: none;
        border: 1px solid #9ba1af;
        padding: 6px 15px;
        color: #111;
    }

    .content-sec .carclb-form-content .form-group {
        position: relative;
        z-index: 1;
        margin-bottom: 20px;
    }

    .content-sec .carclb-form-content .carclb-btn-fill {
        font-size: 15px;
        padding: 6px 36px;
    }

    .carclb-page-switcher h2 {
        font-size: 26px;
    }

    .carclb-login-option ul li {
        line-height: 35px;
        font-size: 18px;
    }

    .content-sec .carclb-heading-content .carclb-main-title {
        font-size: 22px;
    }
}


@media only screen and (max-width: 1366px) {
    .content-sec .carclb-heading-content .carclb-main-title {
        color: #ffffff;
        font-size: 21px;
        font-weight: 500;
        margin-bottom: 20px;
    }

    .carclb-login-option ul li {
        font-size: 16px;
    }

    .slogan-icn img {
        max-width: 83%;
    }
}



@media only screen and (max-width: 1199px) {
    .main-body-content {
        padding: 90px;
    }
}

@media only screen and (max-width: 991px) {
    .info {
        display: none
    }

    .login-33 .bg-img {
        display: none !important;
    }

    .main-body-content {
        padding: 70px;
    }

        .main-body-content .content-sec {
            display: block;
        }

        .main-body-content .carclb-heading-content {
            width: 100%;
            display: none;
        }

    .content-sec .carclb-heading-content .carclb-main-title {
        color: #ffffff;
        font-size: 22px;
        font-weight: 500;
        margin-bottom: 10px;
        margin-top: 55px;
        text-align: left;
    }

    .main-body-content .carclb-form-content {
        width: 100%;
        height: 95vh;
    }

    .content-sec .carclb-form-content .form-group {
        position: relative;
        z-index: 1;
        margin-bottom: 20px;
    }

    .content-sec .carclb-form-content .carclb-main-form {
        padding: 14px 13px 120px 14px;
    }
}

@media only screen and (max-width: 768px) {
    .login-33 .form-section h3 {
        font-size: 24px !important;
        text-align: center !important;
        margin-bottom: 55px !important;
    }
    .bannerimagessec img {
       display:none !important;
    }
    .inner-cp-sec .form-grp-cp:nth-child(3) label:first-child {
        display: none;
    }
    .base-changepassword {
        width: 96%
    }
    .form-grp-cp label:last-child {
        width: 100%;
    }
    .form-grp-cp label:first-child {
        width: 100%;
    }
    .form-grp-cp {
        margin-bottom: 0px;
    }
    .link-sec{
        display:none;
    }
    .info {
        display: none
    }

    .login-33 .bg-img {
        display: none !important;
    }

    .slogan-icn {
        display: block;
    }

    .carclb-main-form1 {
        width: 90%;
        margin: auto;
    }

    .main-body-content {
        padding: 50px;
    }
    .login-33 .login-box {
        width: 100%;
    }
}

@media only screen and (max-width: 575px) {
    .main-body-content {
        padding: 30px;
    }

    .carclb-login-option ul li {
        list-style: disc;
        text-align: left;
        font-size: 16px;
        line-height: 28px;
        color: #fff;
    }
}

@media only screen and (max-width: 479px) {
    .main-body-content {
        padding: 15px;
    }
}

    .login-33 .ccline .ccline02 {
        top: -820px;
        right: -372px;
        position:absolute;
    }

    .login-33 .ccline .ccline02 img {
        -webkit-animation: ant02 10s linear infinite;
        animation: ant02 10s linear infinite;
    }

    .login-33.ccline .ccline03 {
        top: 160px;
        right: -345px;
    }

    .login-33 .ccline .ccline03 img {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-animation: ant03 10s linear infinite;
        animation: ant03 10s linear infinite;
    }

    .login-33 .ccline img {
        display: block;
    }

@keyframes animate {
    0%, 100% {
        transform: translateY(0px);
    }

    20% {
        transform: translateY(-20px);
    }

    40% {
        transform: translateY(0px);
    }
}

@-webkit-keyframes ant01 {
    0% {
        -webkit-transform: skew(-20deg) translate(0, 30%) rotate(0);
        transform: skew(-20deg) translate(0, 30%) rotate(0);
        opacity: 1;
    }

    20% {
        opacity: 1;
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 1;
        -webkit-transform: skew(60deg) translate(-20%, 0%) rotate(45deg);
        transform: skew(60deg) translate(-20%, 0%) rotate(45deg);
    }
}

@keyframes ant01 {
    0% {
        -webkit-transform: skew(-20deg) translate(0, 30%) rotate(0);
        transform: skew(-20deg) translate(0, 30%) rotate(0);
        opacity: 0;
    }

    20% {
        opacity: 1;
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: skew(60deg) translate(-20%, 0%) rotate(45deg);
        transform: skew(60deg) translate(-20%, 0%) rotate(45deg);
    }
}

@-webkit-keyframes ant02 {
    0% {
        -webkit-transform: translate(80%, 30%) skew(50deg) rotate(0deg);
        transform: translate(80%, 30%) skew(50deg) rotate(0deg);
        opacity: 0;
    }

    20% {
        opacity: 1;
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: translate(0%, 0%) skew(0deg) rotate(30deg);
        transform: translate(0%, 0%) skew(0deg) rotate(30deg);
    }
}

@keyframes ant02 {
    0% {
        -webkit-transform: translate(80%, 30%) skew(50deg) rotate(0deg);
        transform: translate(80%, 30%) skew(50deg) rotate(0deg);
        opacity: 0;
    }

    20% {
        opacity: 1;
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: translate(0%, 0%) skew(0deg) rotate(30deg);
        transform: translate(0%, 0%) skew(0deg) rotate(30deg);
    }
}

@-webkit-keyframes ant03 {
    0% {
        -webkit-transform: translate(-30%, 50%) rotate(0deg);
        transform: translate(-30%, 50%) rotate(0deg);
        opacity: 0;
    }

    20% {
        opacity: 1;
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: translate(35%, -40%);
        transform: translate(35%, -40%);
    }
}

@keyframes ant03 {
    0% {
        -webkit-transform: translate(-30%, 50%) rotate(0deg);
        transform: translate(-30%, 50%) rotate(0deg);
        opacity: 0;
    }

    20% {
        opacity: 0.2;
    }

    50% {
        opacity: 0.5;
    }

    100% {
        opacity: 0;
        -webkit-transform: translate(35%, -40%);
        transform: translate(35%, -40%);
    }
}
    .overlay-banner {
        background: rgb(0 0 0 / 81%);
        position: fixed;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
        z-index: 9999999;
    }

    .body-banner {
        height: 500px;
        width: 500px;
        background: #fff;
        border-radius: 2px;
        padding: 0px;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
        -webkit-transform: translate(-50%,-50%);
        -moz-transform: translate(-50%,-50%);
        -o-transform: translate(-50%,-50%);
        border-radius: 10px;
    }

    .close-banner {
        position: absolute;
        cursor: pointer;
        right: 11px;
        height: 25px;
        width: 25px;
        top: 7px;
    }

    .close-banner:after {
        content: '';
        position: absolute;
        background-image: url(../images/all-icons.png) !important;
        height: 30px;
        width: 28px;
        background: -233px -26px;
        top: 5px;
        right: 3px;
    }

    .body-banner img {
        width: 500px;
        height: 500px;
        border-radius: 10px;
    }
    .login-popup {
        padding: 40px 25px;
        height: auto;
        width: 500px;
        background: #fff;
        border-radius: 10px;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
        -webkit-transform: translate(-50%,-50%);
        -moz-transform: translate(-50%,-50%);
        -o-transform: translate(-50%,-50%);
    }
    input#btnClosed {
        width: 22px;
        height: 30px;
        font-size: 16px;
        font-weight: 600;
        background: none;
        border: none;
        cursor: pointer;
        position: absolute;
        top: 2px;
        right: 8px;
    }
    .list-inp label:first-child {
        width: 40%;
        font-size: 15px;
        color: #444444;
        font-weight: 500;
        text-align: left;
    }
    .list-inp label:last-child {
        width: 55%;
        text-align: left;
    }
    .list-inp label .form-inp {
        width: 100%;
        border: 1px solid #c3c3c3;
        padding: 5px;
        height: 34px;
        outline: none;
        border-radius: 2px;
    }
    .login-popup:after {
        content: '';
        background-image: url(../images/png-back.png);
        height: 100%;
        width: 100%;
        float: right;
        cursor: pointer;
        position: absolute;
        top: 18px;
        left: 19px;
        font-size: 15px;
        font-weight: 500;
        background-position: 100%;
        background-size: cover;
        opacity: 0.04;
        transform: rotate(-18deg);
        z-index: -1;
    }
    .heading-popup h2 {
        font-size: 21px;
        font-weight: 500;
        margin-bottom:45px;
    }
    .list-inp {
        margin-bottom: 10px;
    }
    .text_label {
        font-size: 15px;
        color: #4d8112;
    }
    .overlay.myprofile-creat {
        position: fixed !important;
        z-index: 100001;
        left: 0 !important;
        top: 0 !important;
        width: 100% !important;
        height: 100% !important;
    }

    .overlay-cls {
        position: fixed;
        height: 100%;
        width: 100%;
        left: 0px;
        top: 0px;
        background: rgb(0 0 0 / 78%);
        z-index: 9999;
    }
    .overlay-mandate {
        position: fixed;
        height: 100%;
        width: 100%;
        left: 0px;
        top: 0px;
        z-index: 9999;
    }
    .base-notification-mandate {
        padding: 50px 25px;
        height: auto;
        width: 540px;
        background: #fff;
        border-radius: 10px;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
        -webkit-transform: translate(-50%,-50%);
        -moz-transform: translate(-50%,-50%);
        -o-transform: translate(-50%,-50%);
        z-index: 99999;
        border: 2px solid #dd880b;
    }
    .closenotification {
        position: absolute;
        bottom: 6px;
        left: 41px;
        font-size: 15px;
        cursor:pointer;
    }
    .closenotification:after {
        content: '';
        background-image: url(../images/all-icons.png);
        height: 24px;
        width: 22px;
        background-position: -685px -923px;
        float: right;
        cursor: pointer;
        position: absolute;
        top: 3px;
        left: -26px;
        z-index: 999;
        font-size: 15px;
        font-weight: 500;
    }
    .base-notification-mandate:after {
        content: '';
        background-image: url(../images/png-back.png);
        height: 100%;
        width: 100%;
        float: right;
        cursor: pointer;
        position: absolute;
        top: 18px;
        left: 19px;
        font-size: 15px;
        font-weight: 500;
        background-position: 100%;
        background-size: cover;
        opacity: 0.04;
        transform: rotate(-18deg);
        z-index: -1;
    }
    .content-notif-mandate h2 {
        font-size: 23px;
        text-align: center;
        font-weight: 500;
        color: #629527;
        margin-bottom:16px;
    }
    .content-notif-mandate p {
        font-size: 15px;
        color: #000;
        margin-bottom: 0px;
    }
    .content-notif-mandate{
        margin-bottom:15px;
    }
.content-notif-callingnum h2 {
    font-size: 20px;
    text-align: center;
    font-weight: 500;
    color: #629527;
    margin-bottom: 25px;
}
.closecall {
    position: absolute;
    bottom: 16px;
    right: 21px;
    font-size: 15px;
    cursor: pointer;
}
.base-notification-phonelist {
    padding: 25px 25px;
    height: auto;
    width: 540px;
    background: #fff;
    border-radius: 10px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    z-index: 99999;
    border: 2px solid #dd880b;
}
.overlay-calladdress {
    position: absolute;
    background: rgb(7 22 28 / 90%);
    z-index: 9999;
    top: 0px;
    left: 0;
    height: 100%;
    width: 100%;
}
.content-notif-callingnum p {
    margin-bottom: 7px;
}
.content-notif-callingnum p {
    margin-bottom: 3px;
    font-size: 14px;
    color: #343333;
    font-weight: 500;
    position: relative;
    padding-left: 33px;
}
    .content-notif-callingnum p:after {
        position: absolute;
        content: '';
        background: url(../images/icon-bcr.png);
        height: 30px;
        width: 30px;
        left: 3px;
        top: 0px;
        background-position: -134px -394px;
    }
    .overlay-call {
        width: 100%;
        height: 100%;
        position: absolute;
    }
.closecall:after {
    content: '';
    background-image: url(../images/all-icons.png);
    height: 24px;
    width: 22px;
    background-position: -685px -923px;
    float: right;
    cursor: pointer;
    position: absolute;
    top: 3px;
    left: -26px;
    z-index: 999;
    font-size: 15px;
    font-weight: 500;
}
.bannerimagessec{
    padding:0px;
}
.bannerimagessec img {
    width: 100%;
    height: 100%;
    border-radius: 33px 0px 0px 33px;
}
.Btncncl {
    position: absolute;
    width: 55px;
    padding: 2px;
    line-height: 15px;
    bottom: 20px;
    left: 36px;
}





.input_group {
    position: relative;
    margin-bottom: 45px;
}

input.Textlogin {
    text-align: left;
    font-size: 18px;
    padding: 10px 10px 10px 5px;
    display: block;
    width: 100%;
    border: none;
    border-bottom: 1px solid #757575;
}

    input.Textlogin:focus {
        outline: none;
    }

.input_group label {
    color: #999;
    font-size: 18px;
    font-weight: normal;
    position: absolute;
    pointer-events: none;
    left: 5px;
    top: 20px;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
}

input.Textlogin:focus ~ label.lbbl{
    top: -10px;
    font-size: 14px;
    color: #1c87a4;
}


input.Textlogin:valid ~ label.lbbl {
    top: -10px;
    font-size: 14px;
    color: #1c87a4;
}

.span2 {
    position: relative;
    display: block;
    width: 100%;
}

    .span2:before, .span2:after {
        content: '';
        height: 2px;
        width: 0;
        bottom: 1px;
        position: absolute;
        background: #1c87a4;
        transition: 0.2s ease all;
        -moz-transition: 0.2s ease all;
        -webkit-transition: 0.2s ease all;
    }

    .span2:before {
        left: 50%;
    }

    .span2:after {
        right: 50%;
    }

input.Textlogin:focus ~ .span2:before, input.Textlogin:focus ~ .span2:after {
    width: 50%;
}

.span1 {
    position: absolute;
    height: 60%;
    width: 100px;
    top: 25%;
    left: 0;
    pointer-events: none;
    opacity: 0.5;
}

input.Textlogin:focus ~ .span1 {
    -webkit-animation: inputspan1er 0.3s ease;
    -moz-animation: inputspan1er 0.3s ease;
    animation: inputspan1er 0.3s ease;
}

@-webkit-keyframes inputspan1er {
    from {
        background: #1c87a4;
    }

    to {
        width: 0;
        background: transparent;
    }
}

@-moz-keyframes inputspan1er {
    from {
        background: #1c87a4;
    }

    to {
        width: 0;
        background: transparent;
    }
}

@keyframes inputspan1er {
    from {
        background: #1c87a4;
    }

    to {
        width: 0;
        background: transparent;
    }
}
.loginformsec h2 {
    font-size: 23px;
    font-weight: 600;
    color: #666666;
}
.loginformsec h4 {
    font-size: 17px;
    color: #666666;
    margin-bottom: 40px;
}
.otp_send_msg_text {
    font-size: 16px;
    margin: 20px 0px;
    color: #187a2f;
}
.logo_login {
    position: absolute;
    top: 0px;
    width: 100%;
    border-bottom: 1px solid #ddd;
    padding: 1px;
    text-align: center;
}
.logo_login img{
    width:200px;
}
















