/*footer Section*/
footer {
    padding: 20px 0px;
    border-top: 1px solid#ddd;
    bottom: 0px;
}

.footer-inner {
    text-align: center;
}
/*navigation Section*/
.nav-footer {
    display: flex;
    align-items: center;
    justify-content: center;
}

    .nav-footer ul > li {
        display: inline-block;
    }

        .nav-footer ul > li > a {
            display: block;
            padding: 10px 2px;
            margin: 0px 18px;
            color: #000;
            position: relative;
        }

    .nav-footer span {
        margin: 0px;
        margin-top: -15px;
        margin-left: 40px;
    }

/*form Section*/
form input {
    margin-bottom: 10px;
    display: block;
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
}

.form-label {
    margin-top: 10px;
}

.sendbtn {
    background: #1B8992;
    color: #fff;
}

/*button {
    margin-top: 10px;
    border: 1px solid #ccc;
    width: 100px;
}*/

.backbtn {
    color: #1B8992;
}

    .signinform input.signin:hover, .sendbtn:hover, .backbtn:hover, .btns:hover {
        background: #049e02;
        text-decoration: none;
        color: white;
    }

/*margin Section*/
.width-400 {
    width: 400px;
}

/*.margin50 {
    margin: 50px 0px;
}*/
/*tooltip*/
.ques_tooltip:hover .ques_tooltiptext {
    visibility: visible;
}

.ques_tooltip {
    position: absolute;
    /*top: 0px;*/
    display: inline-block;
    font-weight: 700;
    border: 1px solid;
    border-radius: 77%;
    text-align: center;
    width: 25px;
    margin-top: 10px;
    margin-left: 15px;
}

.ques_tooltiptext {
    visibility: hidden;
    width: 350px;
    text-align: left;
    border-radius: 6px;
    padding: 10px 15px;
    background: white;
    position: absolute;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    z-index: 1;
    top: -5px;
    left: 105%;
    border: 1px solid #6d7175;
}

.signinform {
    margin: 0px auto;
    width: 400px;
}

  /*  .signinform input {
        margin-top: 10px;
        display: block;
        width: 100%;
        padding: 10px;
        border: 1px solid #ccc;
    }*/

        .signinform input.signin {
            width: 150px;
            margin: 10px auto;
            display: block;
            background: #1B8992;
            color: #fff;
        }

            .signinform input.signin:hover, .forgotform button.sendbtn:hover, .forgotform button.backbtn:hover, .contactform input.wpcf7-submit:hover, .btns:hover {
                background: #049e02;
                text-decoration: none;
                color: white;
            }

.payments {
    width: 500px;
    margin: 0 auto;
}

    .payments ul {
        list-style: none;
        padding: 0;
    }

        .payments ul li {
            width: 100%;
            float: left;
            padding: 0px 0px 15px;
        }

            .payments ul li span {
                float: left;
                font-size: 18px;
            }

            .payments ul li small {
                float: right;
                font-size: 18px;
            }

.btns {
    background: #1B8992;
    color: #fff;
    min-width: 80px;
    height: 36px;
    border: none;
}

.modal-dialog {
    max-width: 400px !important;
    border: 2px solid #777;
    margin: 15.75rem auto;
}

.modal-content {
    text-align: center;
    border-radius: 0;
    background: #dddddd;
}

.modal-body {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem;
}

.modal-footer {
    margin: auto;
    border: none;
}

    /*.modal-footer a {
        background: #009e0f;
        border: 1px solid #777;
        padding: 5px 35px;
    }*/

.model_header i.fa.fa-check-circle {
    color: #009e0f;
    font-size: 52px;
}

.modal {
    background: rgba(255, 255, 255, .7);
}

.success_popup .modal-title {
    color: #000;
}
#popup .cardform {
    width: 100%;
}

.manage-subscription-text {
    font-size: 22px !important;
    margin-bottom: 30px;
}

    .manage-subscription-text span {
        margin-left: 20px;
    }

.signinform p {
    padding-top: 0;
}
.payments {
    width: 500px;
    margin: 0 auto;
}

    .payments ul {
        list-style: none;
        padding: 0;
    }

        .payments ul li {
            width: 100%;
            float: left;
            padding: 0px 0px 15px;
        }

            .payments ul li span {
                float: left;
                font-size: 18px;
            }

            .payments ul li small {
                float: right;
                font-size: 18px;
            }
.signinform label {
    margin-right: 15px;
}

    .signinform label input {
        margin: 0;
        display: inline-block;
        width: auto;
    }

.sendbtn {
    background: #1B8992;
    color: #fff;
 /*   width: 100%;*/
    height: 36px;
    text-align: center;
    border: none;
}

.mng_subs {
    width: 150px;
}

.mng_goback {
    border: 1px solid #ccc;
}

    .mng_goback:hover {
        background: #049e02;
        text-decoration: none;
        color: white;
    }

.title_bar {
    background: #f6f9f9;
    padding: 45px 0px;
}

.pull-left a {
    color: #fff;
}

.store-icons {
    margin: 50px 0px;
}
.contentsec {
    padding: 40px 0;
}

.contentsec {
    min-height: calc(100vh - 355px);
    display: inherit;
    align-items: center;
}
input#eyecheck {
    visibility: hidden;
    width: 60px;
    float: right;
    display: inline-block;
}

/*input#eyecheck2 {
    visibility: hidden;
    width: 60px;
    float: right;
    position: absolute;
    display: inline-block;
}*/

input#eyecheck3 {
    visibility: hidden;
    width: 60px;
    float: right;
    display: inline-block;
}

input#eyecheck:after {
    visibility: visible;
    content: "";
    padding: 20px;
    /* margin-top: -47px;
    margin-right:-60px;
    float: right;*/
    /*background-image: url(./../images/./../images/lock_pwd.png);*/
    background-image: url('../lock_pwd.png');
    background-repeat: no-repeat;
}

/*input#eyecheck2:after {
    visibility: visible;
    content: "";
    padding: 27px;
    margin-top: 60px;
    float: right;*/
    /*background-image: url(./../images/lock_pwd.png);*/
    /*background-image: url('../lock_pwd.png');
    background-repeat: no-repeat;
}*/


input#eyecheck3:after {
    visibility: visible;
    content: "";
    padding: 27px;
    margin-top: -47px !important;
    margin-right: -60px !important;
    float: right;
    background-image: url('../lock_pwd.png');
    background-repeat: no-repeat;
}

input#eyecheck:checked::after {
    content: "";
    background-image: url(../pwd_unlock.png);
    background-repeat: no-repeat;
}

/*input#eyecheck2:checked::after {
    content: "";
    background-image: url(../pwd_unlock.png);
    background-repeat: no-repeat;
}*/

input#eyecheck3:checked::after {
    content: "";
    background-image: url(../pwd_unlock.png);
    background-repeat: no-repeat;
}
input#eyecheck11 {
    visibility: hidden;
    margin: 0;
    height: 0;
    width: 60px;
    float: right;
}

    input#eyecheck11:after {
        visibility: visible;
        content: "";
        padding: 27px;
        float: right;
        background-image: url(../images/lock_pwd.png);
        background-repeat: no-repeat;
        margin-top: -40px;
        margin-right: -60px;
    }

    input#eyecheck11:checked::after {
        content: "";
        background-image: url(../images/pwd_unlock.png);
        background-repeat: no-repeat;
    }
input#eyecheck1 {
    visibility: hidden;
    margin: 0;
    height: 0;
    width: 60px;
    float: right;
}

    input#eyecheck1:after {
        visibility: visible;
        content: "";
        padding: 27px;
        float: right;
        background-image: url(../images/lock_pwd.png);
        background-repeat: no-repeat;
        margin-top: -40px;
        margin-right: -60px;
    }

    input#eyecheck1:checked::after {
        content: "";
        background-image: url(../images/pwd_unlock.png);
        background-repeat: no-repeat;
    }
/*body(font-size:18px; color:#292929;font-weight: 400; font-family: 'Nunito Sans', sans-serif; )
.logo{widows: 150px;}
.logo {float: left;width: 300px;margin-top: -37px;position: relative;transition: 0.3s;}
.logo img{width: 100%}
.log{float: right;}
.log > ul{margin: 0px; padding: 0px;}
.log > ul > li{display: inline-block;}
.log > ul > li > a{padding: 10px 2px; color: #292929;position: relative;margin-bottom: 16px;font-size: 14px;}
.log > ul > li > a:hover{text-decoration: none;}
.log > ul > li > a::after {position: absolute;content: "";top: 85%;width: 0%;height: 1px;background: #096d74;left: 0;right: 0px;transition: 0.3s;}
.log > ul > li > a:hover::after{width: 100%; }
.log > ul > li:last-child a {display: block;position: relative;width: 86px;text-align: center;padding: 3px 0px 6px;border: 1px solid #049e02;
border-radius: 30px;margin-left: 16px;}
.log > ul > li:last-child a::after{display: none;}
.under{padding-right: 90px;}
.under.left{padding-left: 90px; padding-right: 0px;}*/
/*.right-nav {padding-top: 10px;}*/
/*nav{float: right; border-top: 1px solid#ddd; padding-top: 10px;padding-bottom: 10px;transition: 0.3s}
nav > ul{padding: 0px; margin: 0px;}
nav > ul > li{display: inline-block;padding: 0px 20px;}
nav > ul > li > a{display: block;padding: 10px 5px;color: #03363d; position: relative; letter-spacing: 0.025em; transition: 0.3s; position: relative; font: 600 15px sharp sans,Arial,sans-serif;}
nav > ul > li > a::after{position: absolute;content: ""; top: 100%; width:0%; height: 2px; background: #096d74;left: 0;right: 0px;transition: 0.3s}
nav > ul > li > a:hover::after{width: 100%; }
nav > ul > li > a:hover{text-decoration: none;color: #292929}
.under.solow {padding-right: 90px;padding-left: 50px;padding-top: 30px;}
nav > ul > li:last-child {padding: 0px 0px 0px 25px;}
nav > ul > li:last-child a {display: block;background:#1B8992;width: 106px;text-align: center;padding: 10px 0px;color: #fff}
nav > ul > li:last-child ::after{display: none;}
.sgard{padding: 70px 0px;}
.banner-content{padding: 70px 0px;}
.banner-content h1{font-size: 50px; font-weight: bold;color: #292929; text-transform: uppercase;}
.banner-content p{font-size: 22px; color: #292929; padding: 20px 0px;}
.banner-content a{display: inline-block; background:#1B8992;color: #fff; padding: 10px 20px; padding: 11px 33px;border-radius: 30px;}
.banner{position: relative;}
.right-banner{position: absolute;right: 0px; bottom: 0px; width: 40%; padding-top: 70px; padding-left: 70px; top: 0px}
.right-banner img{width: 100%}
.gray-se{padding: 70px 0px}
.under img{width: 100%}
.seck-conte{padding-top: 70px; }
.seck-conte h3{font-size: 35px; font-weight: bold;margin-bottom: 20px;}
.seck-conte p{font-size: 22px; color: #292929; padding: 10px 0px}
.litil{font-size: 22px !important;}
.syder{padding: 70px 0px;}
.seck-conte a{display: inline-block;background: #1B8992;color: #fff;padding: 10px 20px;padding: 11px 33px;border-radius: 30px;}
.footer-inner{text-align: center;}
footer{padding: 20px 0px; border-top: 1px solid#ddd }
.nav-footer ul > li{display: inline-block;}
.nav-footer ul > li > a{display: block;padding: 10px 2px; margin: 0px 18px; color: #000; position: relative;}

.nav-footer ul > li > a::after {position: absolute;content: "";top: 80%;width: 0%;height: 1px;background: #096d74;left: 0;right: 0px;transition: 0.3s;}
.nav-footer ul > li > a:hover::after{width: 100%; }


.mobile{display: none}
.header{position: relative;z-index: 10}
.header.sticky .logo {margin-top: 18px;width: 165px;}
.header.sticky nav{margin-top: 0px; padding-top: 20px; border-top: none}
.header.sticky {position: fixed;left: 0;right: 0;top: 0;z-index: 1000; box-shadow: 0px 0px 10px rgba(0,0,0,0.1);background: #fff;}

.banner-content a:hover {background: #049e02;text-decoration: none;}
nav > ul > li:last-child a:hover {background: #049e02;text-decoration: none;}
.seck-conte a:hover {background: #049e02;text-decoration: none;}
.log > ul > li:last-child a:hover {background: #049e02;color: white;}
a:hover {text-decoration: none;}


.profile {min-height: 550px;}
.profile-content form {margin: 25px 0px;}
.profile-content  h2{color: #1B8992;}
.btn_submit {width: 86px;text-align: center;padding: 4px 0px 5px;border: 2px solid #049e02;border-radius: 5px;background: none;font-weight: 500;}
.btn_submit:hover {background: #049e02;color: white;}
.btn_cancel {margin: 0px 15px;background: none;border: none; margin: 0px 10px;font-weight: 500;}
.btn_cancel:hover {color: #049e02;}
.form-control:focus {border-color: #1B8992!important;box-shadow: 0 0 0 0.1rem rgba(12, 170, 180, 0.4)!important;}



.form-wrapper-outer{
    padding: 40px;
    border-radius: 8px;
    margin: auto;
    width: 100%;
    border: 1px solid #DADCE0;
    margin-top: 7%;
}

.form-button{
    text-align: right;
}

.form-button11{
    text-align: right;
}

.field-wrapper{
    position: relative;
    margin-bottom: 15px;
}

.field-wrapper input{
    border: 1px solid #DADCE0;
    padding: 15px;
    border-radius: 4px;
    width: 100%;
}

.field-wrapper .field-placeholder{
    font-size: 16px;
    position: absolute;*/
/* background: #fff; */
/*bottom: 17px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #80868b;
    left: 5px;
    padding: 0 5px;
    -webkit-transition: transform 300ms cubic-bezier(0.8,0,0.2,1),opacity 150ms cubic-bezier(0.4,0,0.2,1);
    transition: transform 300ms cubic-bezier(0.8,0,0.2,1),opacity 150ms cubic-bezier(0.4,0,0.2,1);
    z-index: 1;

    text-align: left;
    width: 100%;
}        

.field-wrapper .field-placeholder span{
    background: #ffffff;
    padding: 0px 8px;
}

.field-wrapper input:not([disabled]):focus~.field-placeholder
{
    color:#1B8992;
}

.field-wrapper input:not([disabled]):focus~.field-placeholder,
.field-wrapper.hasValue input:not([disabled])~.field-placeholder
{
    -webkit-transform: scale(.90) translateY(-30px) translateX(-25px);
    transform: scale(.90) translateY(-30px) translateX(-25px);
    
}	


@media (max-width:991px) {
.logo {width: 160px !important;float: left !important;}
.right-banner {position: static;width: 100%;padding-left: 0px; text-align: right;}
.right-banner img{ width: 300px;}
.banner-content{padding:30px 0px;}	
.under {padding-right: 0px;width: 300px;margin: 0 auto;padding-left: 0px !important;}
.seck-conte { text-align: center;}
.header.sticky .logo {margin-top: 0px;width: 85px !important;}
.header.sticky .nav_icon {margin-top: 30px;}
.seck-conte{padding-top: 30px;}
.right-banner{padding-top: 30px;padding-bottom: 30px;}
.syder,.sgard,.gray-se{padding:30px 0px;}
.nav-footer > ul{margin: 0px;padding: 0px;}
.banner-content h1{font-size: 30px;}
.mobile{display: block;}
.brouser{display: none;}
footer{padding:30px 0px;}
section.profile {min-height: 100%;}
}

@media (max-width:767px) {
.nav_icon {width: 25px;height: 25px; display: block;cursor: pointer; position: relative;overflow: hidden;float: right;
margin-right: 15px;} 
.nav_icon > .top {width: 100%;height: 2px;    display: block;    background: #000;    transform: rotate(0deg); position: absolute;top: 0px; transition: 0.3s;}
.nav_icon > .mid {    width: 100%;    height: 2px;    display: block;    background: #000;    transform: rotate(0deg);    position: absolute;    top: 7px; transition: 0.3s;}
.nav_icon > .bottom {    width: 100%;    height: 2px;    display: block;    background: #000;    transform: rotate(0deg);    position: absolute;    top: 14px; transition: 0.3s;}
.nav_icon.close .top {    top: 10px;    transform: rotate(44deg);}
.nav_icon.close .bottom {    top: 10px;    transform: rotate(-44deg);}
.nav_icon.close .mid {    width: 0px;}
nav {position: absolute;left: 0;right: 0;top: 100%;height: 210px;z-index: 1;background: #f1f1f1;box-shadow: 0px 0px 40px rgba(0,0,0,0.1);
margin-top: 0px;padding-top: 0px; display: none;}
nav > ul > li:last-child {padding: 0px 15px}
nav > ul > li:last-child a{display: block;width: 100%}
nav > ul {margin: 0px; padding: 0px;}
nav > ul > li{display: block;}
nav > ul > li > a{background: #eee; margin-bottom: 3px;}
.seck-conte h3 {font-size: 25px;}	
}


@media (max-width:630px) {
.nav-footer ul > li > a {display: block;padding: 10px 7px;color: #000;font-size: 14px;}
.under{width: 230px}
}


@media (max-width:575px) {
.logo {width: 180px !important;float: left !important;}
.logo img{width: 100% !important;}
}

@media (max-width:480px) {
	
}

input#myInput {
    float: left;
    margin-bottom: 35px;
    position: relative;
}
input#myInput2{
	    float: left;
	      margin-bottom: 35px;
    position: relative;
}
input#eyecheck{
    visibility: hidden;
    width: 60px;
    float: right;
    display: inline-block;
}
input#eyecheck2 
{
    visibility: hidden;
    width: 60px;
    float: right;
    position: absolute;
    display: inline-block;
}
input#eyecheck3 
{
    visibility: hidden;
    width: 60px;
    float: right;
    display: inline-block;
}
input#eyecheck:after{
    visibility: visible;
    content: "";
    padding: 27px;
    margin-top: -47px;
    margin-right:-60px;
    float: right;
    background-image: url(./../images/./../images/lock_pwd.png);
    background-repeat: no-repeat;
}
 input#eyecheck2:after {
    visibility: visible;
    content: "";
    padding: 27px;
    margin-top: 60px;
    float: right;
    background-image: url(./../images/lock_pwd.png);
    background-repeat: no-repeat;
}


input#eyecheck3:after {
    visibility: visible;
    content: "";
    padding: 27px;
    margin-top: -47px !important;
    margin-right: -60px !important;
    float: right;
    background-image: url(./../images/lock_pwd.png);
    background-repeat: no-repeat;
}
input#eyecheck:checked::after{
    content: "";
  background-image: url(./../images/pwd_unlock.png);
  background-repeat: no-repeat;
}
input#eyecheck2:checked::after  {
    content: "";
  background-image: url(./../images/pwd_unlock.png);
  background-repeat: no-repeat;
}
input#eyecheck3:checked::after  {
    content: "";
  background-image: url(./../images/pwd_unlock.png);
  background-repeat: no-repeat;
}
.error_submitted{color: red;}
.pricing_box {
    margin: 0px auto;
    width: 400px;
    text-align: center;
    border: 1px solid #716e6e;
    padding: 50px;
}
.sendbtn:hover {
    background: green;
    color: white;
}

.nav-footer{
    display: flex;
    align-items: center;
    justify-content: center;
}
.nav-footer span{
    margin: 0px;
    margin-top: -15px;
    margin-left: 40px;
}*/

/*18-01-2021*/
/*input#eyecheck11 {input#eyecheck11
    visibility: hidden;
    margin: 0;
    height: 0;
    width: 60px;
    float: right;
}
input#eyecheck11:after {
    visibility: visible;
    content: "";
    padding: 27px;   
    float: right;
    background-image: url(./../images/lock_pwd.png);
    background-repeat: no-repeat;
    margin-top: -40px;
    margin-right: -60px;
}
input#eyecheck11:checked::after  {
    content: "";
    background-image: url(./../images/pwd_unlock.png);
    background-repeat: no-repeat;
}
input#myInput2{
    margin-top: 0;
}
label#myInput-error {
    display: block;
}*/
/*20-01-2021*/
/*.modal-dialog {
    max-width: 400px !important;
    border: 2px solid #777;
    margin: 15.75rem auto;
}
.modal-content {
    text-align: center;
    border-radius: 0;
    background: #dddddd;
}
.modal-body {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem;
}
.modal-footer {
    margin: auto;
    border: none;
}
.modal-footer button {
    background: #009e0f;
    border: 1px solid #777;
    padding: 5px 35px;
}
.model_header i.fa.fa-check-circle {
    color: #009e0f;
    font-size: 52px;
}
.modal {
    background: rgba(255, 255, 255, .7);
}*/
/*11-02-2021*/
/*.contentsec {
    min-height: calc(100vh - 355px);
    display: flex;
    align-items: center;
}
.red{
    text-align: center;
    color: red;
    font-size: 24px;
}*/

/*17-03-2021 start*/
/*@media(max-width: 767px){
  .custom-inner-footer .nav-footer {
    display: inline-block;
}
.custom-inner-footer ul li a {
    margin: 0;
}
.custom-inner-footer span {
    margin: 0 auto;
}
.custom-create-pwd .signinform {
    width: auto;
}
.custom-create-pwd .signinform input {
    max-width: 80%;
}
.custom-create-pwd .signinform input#eyecheck11:after {
    margin-right: -10px;
}
.custom-temp_profile .signinform {
    width: auto;
} 
.custom-duplicate-empid .signinform {
    width: auto;
} 
.custom-temp-already .signinform {
    width: auto;
}
}*/
