body, p {
    font: 400 20px/28px Lato,Helvetica,Arial,Verdana,sans-serif;
    color: #545252;
}

a {
    color: #f65d04;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol" !important;
}

    a:hover {
        text-decoration: none;
    }

body {
    padding: 0 !important;
}

label {
    font-size: 16px;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 1rem;
    padding-left: 1rem;
}

.bg-blue {
    background-color: #4DAEF8;
}

.email-sp i {
    background: #ffffff;
    color: #4caef8;
    border-radius: 25px;
}

.email-sp a {
    color: #fff;
    font-size: initial;
}

.navbar-brand img {
    width: 100%;
}

/*#basic-form{
	display: none;
}*/
#premium-form {
    display: none;
}

.btn-orange {
    background-color: #F65D00;
    border-color: #F65D00;
    transition: all 0.5s;
}

    .btn-orange:active {
        background-color: #F65D00 !important;
        border-color: #F65D00 !important;
    }

    .btn-orange:hover {
        background-color: #ff7a2a;
        border-color: #ff7a2a;
        box-shadow: 0px 5px 17px 0.3px #0000003b;
        transition: all 0.5s;
    }

    .btn-orange.no-shadow:hover {
        box-shadow: none !important;
    }

    .btn-orange:focus {
        box-shadow: 0 0 0 0.2rem rgba(246, 93, 4, 0.48);
    }

    .btn-orange:not(:disabled):not(.disabled):active:focus {
        box-shadow: 0 0 0 0.2rem rgba(246, 93, 4, 0.48);
    }

.orange-a {
    color: #fff;
    padding: 5px 30px 5px 30px;
    border-radius: 4px;
}

    .orange-a:hover {
        color: #fff;
    }

#btn-basic:hover {
    transform: scale(1.1);
}

    #btn-basic:hover #btn-basic.p-2 {
        transform: none !important;
    }

#btn-premium:hover {
    transform: scale(1.1);
}

#btn-basic {
    transition: all 0.7s
}

#btn-premium {
    transition: all 0.7s
}

button#btn-premium.disabled {
    color: #fff;
    background-color: #777879 !important;
    border-color: #777879 !important;
    cursor: not-allowed !important;
    transform: none !important;
}

    button#btn-premium.disabled:active {
        background-color: #777879 !important;
        border-color: #777879 !important;
    }

    button#btn-premium.disabled:focus {
        box-shadow: 0 0 0 0.2rem rgba(97, 97, 97, 0.48);
    }

.banner-title {
    color: #f65d04;
    font-size: 1.7rem;
    font-weight: 800;
    text-align: center;
}

a.nav-link {
    color: #4caef8;
    font-weight: 500;
}

.social-col a img {
    width: 22%;
}

.spacing {
   padding-top:50px;
   padding-bottom:110px;
}

.social-col {
    width: 29%;
}

.bottom-social {
 padding-bottom:10px;
}

.log-out {
    /*width: 30%;
    float: left;*/
}

/*.bg-login{
	background-image: url(../images/loginbg.jpg);
	background-attachment: fixed;
}
*/
.login-header h1 {
    font-size: 31px;
    color: #fff;
}

.login-header {
    background-color: #f65d04;
    border-radius: 7px 7px 0px 0px;
}

.inner-login {
    background: #fff;
    box-shadow: 1px 1px 20px 0px #00000052;
    border-radius: 7px;
}

.login-para {
    font-size: 17px;
    text-align: left;
}

.footer-menu li a {
    font-size: 16px;
    color: #545252;
}

    .footer-menu li a:hover {
        color: #f65d04;
    }

.footer-menu h4 {
    color: #ec6c46;
    font-weight: 800;
}

footer .col-md-6:nth-child(2) {
    text-align: right;
}

ul.footer-menu {
    list-style-type: none;
}

.footer-menu .social-col a img {
    width: 21%;
}

.choose-heading {
    color: #f65d04;
    /* text-shadow: #757171 3px 3px 1px; */
    font-size: 1.8rem;
    font-weight: 800;
}

.fa-crown:before {
    content: "\f521"
}

input.form-control:before {
    content: "\f521"
}

.uname {
    background-image: url(../images/user.png);
    background-repeat: no-repeat;
    background-size: 4%;
    background-position: center left;
    background-position-x: 12px;
    padding-left: 53px;
}

.uemail {
    background-repeat: no-repeat;
    background-size: 4%;
    background-position: center left;
    background-position-x: 12px;
    padding-left: 53px;
}

.upass {
    background-repeat: no-repeat;
    background-size: 4%;
    background-position: center left;
    background-position-x: 12px;
    padding-left: 53px;
}

.pcode {
    background-image: url(../images/numbers-icon.png);
    background-repeat: no-repeat;
    background-size: 4%;
    background-position: center left;
    background-position-x: 12px;
    padding-left: 53px;
}

.package-desc h3 {
    color: #545252;
    font-size: 2rem;
    font-weight: 700;
}

ul.package-feat {
    padding-left: 19px;
}

.package-feat li {
    list-style-type: none;
    position: relative;
    margin-bottom: 0.5em;
}

    .package-feat li:before {
        content: '•';
        display: inline-block;
        position: absolute;
        left: -1em;
        color: #5C5A5F;
    }

    .package-feat li:hover:before {
        color: #F56900;
    }

    .package-feat li:hover {
        cursor: pointer;
    }

.fw-8 {
    font-weight: 800;
}

nav.navbar.navbar-expand-lg {
    box-shadow: 0px 5px 17px 0.3px #0000003b;
}

/*CHECK BOX CSS*/
[type="checkbox"]:not(:checked), [type="checkbox"]:checked {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

[type="checkbox"], [type="radio"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}

button, input {
    overflow: visible;
}

[type="checkbox"] + span:not(.lever) {
    position: relative;
    padding-left: 35px;
    cursor: pointer;
    display: inline-block;
    height: 20px;
    line-height: 20px;
    font-size: 1rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

[type="checkbox"].filled-in:not(:checked) + span:not(.lever):before {
    width: 0;
    height: 0;
    border: 3px solid transparent;
    left: 6px;
    top: 10px;
    -webkit-transform: rotateZ(37deg);
    transform: rotateZ(37deg);
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
}

[type="checkbox"].filled-in:checked + span:not(.lever):before {
    top: 0;
    left: 1px;
    width: 8px;
    height: 13px;
    border-top: 2px solid transparent;
    border-left: 2px solid transparent;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    -webkit-transform: rotateZ(37deg);
    transform: rotateZ(37deg);
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
}

[type="checkbox"].filled-in + span:not(.lever):before, [type="checkbox"].filled-in + span:not(.lever):after {
    content: '';
    left: 0;
    position: absolute;
    -webkit-transition: border .25s, background-color .25s, width .20s .1s, height .20s .1s, top .20s .1s, left .20s .1s;
    transition: border .25s, background-color .25s, width .20s .1s, height .20s .1s, top .20s .1s, left .20s .1s;
    z-index: 1;
}

[type="checkbox"].filled-in:checked + span:not(.lever):after {
    top: 0;
    width: 20px;
    height: 20px;
    border: 2px solid #4caef8;
    background-color: #4caef8;
    z-index: 0;
}

[type="checkbox"].filled-in + span:not(.lever):before, [type="checkbox"].filled-in + span:not(.lever):after {
    content: '';
    left: 0;
    position: absolute;
    -webkit-transition: border .25s, background-color .25s, width .20s .1s, height .20s .1s, top .20s .1s, left .20s .1s;
    transition: border .25s, background-color .25s, width .20s .1s, height .20s .1s, top .20s .1s, left .20s .1s;
    z-index: 1;
}

[type="checkbox"].filled-in + span:not(.lever):after {
    border-radius: 2px;
}

/*CHECK BOX CSS END*/
.Banner-text {
    background: #f65d04;
    color: #fff;
    padding: 12px 20px 12px 23px;
    border-radius: 7px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}

.border-image {
    padding-top: 40px;
    padding-bottom: 40px;
    border-bottom: 4px solid #000;
    border-image: url(../images/border.png) 30;
}

*/ .border-image:after {
    content: "";
    width: 100%;
    height: 4px;
    background-image: url(../images/border.png);
    right: 0px;
    position: absolute;
    display: inline-block;
}

.main-sup-stick {
    position: fixed;
    background: #39aff9;
    padding: 0 16px;
    right: calc(0% - 123px);
    z-index: 99999;
    top: 50%;
    transform: rotate(-90deg) translateY(-50%);
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

    .main-sup-stick a {
        color: #fff;
        padding-bottom: 3px;
        text-decoration: none;
        font-size: 16px;
        display: block;
        font-weight: 500;
        font-family: Lato,Helvetica,Arial,Verdana,sans-serif !important;
    }

        .main-sup-stick a:hover {
            color: #fff;
        }

#btn-basic p {
    color: #fff;
}

.error {
    color: red;
}

.alert {
    font-size: 16px;
}

/*
input.uemail:-internal-autofill-selected{
    background-color: #ffff;
    background-image: url(../images/envelope.png) !important;
    color: #545252 !important;
}*/
input:-webkit-autofill {
    background-color: #fff !important;
}

.fake-readonly {
    background-color: #fff !important;
}

.login-container {
    width: 424.328px;
    padding-left: 15px;
    padding-right: 15px;
}

/*.log-out a.btn {
    padding: .3rem 1rem !important;
}*/

/*#txtConfirmPwd-error {
    position: absolute;
}*/

.menu-list ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0 !important;
}

    .menu-list ul li {
        display: inline-block;
    }

        .menu-list ul li a {
            background-color: #f65d04;
            color: #fff;
            padding: 10px 20px;
            border-radius: 7px;
            display: block;
            font-size: 16px;
            line-height: 16px;
        }

.menu-col {
    display: flex;
    align-items: center;
}

@media (max-width: 470px) {
    .navbar-brand img {
        width: 93%;
        @@ -724,12 +749,26 @@ margin-top:7px;
    }

    .bottom-social {
        margin: 0 auto;
    }

    .m-0 {
        text-align: center !important;
    }

    .navbar-brand {
        padding-top: 1rem;
    }
}

@media (max-width: 767px) {
    .custom-align {
        text-align: left !important;
    }

    .logo {
        text-align: left;
    }

    .social-col {
        display: none;
    }

    .log-out {
        width: 100%;
    }

    .custom-justify {
        justify-content: center !important;
    }

    .main-sup-stick {
        display: none;
    }

    .h-r-col {
        width: 100%;
    }

    .h-l-col {
        width: 100%;
    }

}

@media (max-width: 1024px) and (min-width: 824px) {
    .custom-col-md-4 {
        flex: 0 0 42.333333%;
        max-width: 42.333333%;
    }
}

@media (max-width: 823px) and (min-width: 768px) {
    .custom-col-md-4 {
        flex: 0 0 60%;
        max-width: 60%;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .log-out {
        padding-top: 15px !important;
    }
}

@media (max-width: 375px) and (min-width: 320px) {
    .log-out {
        padding-top: 15px !important;
    }

    .error {
        font-size: 14px;
    }
}

@media (max-width: 667px) and (min-width: 320px) {
    .pwd-group .fa-eye-slash.left-eye {
        left: 86% !important;
    }
}

@media (max-width: 1199px) and (min-width: 768px) {
    .pwd-group .fa-eye-slash.left-eye {
        left: 86% !important;
    }
}

@media (max-width: 1199px) and (min-width: 320px) {
    .pwd-group .fa-eye.left-eye {
        left: 85% !important;
    }

    .pwd-group .fa-eye.login-eye {
        left: 85% !important;
    }
}

/*22-01-2019*/
.pwd-group .fa-eye.left-eye {
    position: absolute;
    left: 92%;
    bottom: 29%;
}

.pwd-group .fa-eye-slash.left-eye {
    /*position: absolute;
    left: 92%;
    bottom: 29%;*/
    position: absolute;
    RIGHT: 23px;
    bottom: 14%;
    top: 47px;
}

.pwd-group .fa-eye.login-eye {
    position: absolute;
    RIGHT: 23px;
    bottom: 14%;
    top: 47px;
}

.pwd-group .fa-eye-slash.login-eye {
        position: absolute;
    RIGHT: 23px;
    bottom: 14%;
    top: 47px;
}

@media (max-width: 991px) {
    .choose-heading {
        font-size: 1.5rem;
    }

    #btn-basic h3 {
        font-size: 1.3rem;
    }

    #btn-basic p {
        font-size: 17px;
    }

    #btn-premium h3 {
        font-size: 1.3rem;
    }

    #btn-premium p {
        font-size: 17px;
    }
}

/*.login-panel {
        width: 454.33px;
        padding-left: 15px;
        padding-right: 15px;
    }*/
.login-form-group .form-group {
    position: relative;
}

.form-group .ic-bg {
    position: absolute;
    top: 49px;
    left: 32px;
    width: 18px;
    height: 17px;
    background-repeat: no-repeat;
    background-size: cover;
}


.register-ic {
    top: 49px;
}


/* Change autocomplete styles in WebKit */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
    -webkit-text-fill-color: #495057;
    -webkit-box-shadow: 0 0 0px 1000px #fff inset;
    transition: background-color 5000s ease-in-out 0s;
}

.login-row {
    display: flex;
}

.login-row .btn-orange {
margin-top:7px;
}

@media (max-width: 768px) {
    .login-row {
        display: block;
    }

    .w-ipad-100 {
        width: 100%;
        max-width: 100%;
    }

    .signup-para {
        margin-top: 25px;
    }

}

.partner-help {
    /*float: right;*/
    padding-right: 12px;
}

.partner-help i {
    font-size:16px;
}


.tooltip-inner {
    background-color: #f65d04 !important;
}
.tooltip .arrow {
    background-color: transparent !important;
}

.bs-tooltip-auto[x-placement^=top] .arrow::before, .bs-tooltip-top .arrow::before {
    top: 0;
    border-width: .4rem .4rem 0;
    border-top-color: #f76e0e !important;
}

.tooltip {
    opacity:1 !important;
}

.yelllow-title {
    color: #FAC004;
    font-weight: 800;
}

.login-logout-btns {
    /*width: 46%;*/
    display: flex;
}

.change-pwrd-btn {
    /*float: left;
    width: 50%;*/
}

.login-logout-btns a {
    font-size: 16px;
    line-height: 16px;
    padding: 10px 20px;
    border-radius: 7px;
}


.custom-justify.h-r-col {
    align-items: center;
    justify-content: flex-end;
}
#frmRegister .email {
    background-image: url(../images/user.png) !important;
    background-color: unset !important;
    background-repeat: no-repeat;
    background-size: 4%;
    background-position: center left;
    background-position-x: 12px;
    padding-left: 53px;
}
@media (max-width:1024px) {
    .log-out {
        width: 36%;
        float: left;
    }
}



@media (max-width:768px) {
    .social-col {
        display:none;
    }

    .change-pwrd-btn {
        padding-top: 15px !important;
    }

    .login-logout-btns {
        width: 70%;
        margin-bottom: 12px;
    }

}



@media (max-width:767px) {


    .log-out, .change-pwrd-btn {
        padding-top:11px !important;
    }
}



@media (max-width:414px) {
    .login-logout-btns {
        width: 80%;
    }
}

@media (max-width:375px) {
    .login-logout-btns {
        width: 90%;
    }
}

@media (max-width:320px) {
    .login-logout-btns {
        width: 100%;
    }

        .login-logout-btns .btn-orange {
            padding: 7px 12px;
            font-size: 16px;
        }


   
}


.form-control:before {
    position: absolute;
    content: " \2193";
    top: 16px;
    right: 28px;
    height: 20px;
    width: 20px;
}
ul.dropdown-menu{
    width: 89% !important; 
        display: block;
        list-style-type: none;
        position: absolute;
        transform: translate3d(28px, 43px, 0px);
        top: 5px !important;
        left: -14px !important;
        will-change: transform;
    }