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: 170px;
    /*width: 70%;*/
}

/*#basic-form{
	display: none;
}*/

#premium-form {
    display: none;
}

.btn-orange {
    background-color: #F65D00;
    border-color: #F65D00;
    transition: all 0.5s;
    color: #fff;
    padding: 7px 30px;
}

    .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: #FAC004;
    font-size: 1.7rem;
    font-weight: 800;
    text-align: center;
}

a.nav-link {
    color: #4caef8;
    font-weight: 500;
}

.social-col {
    width: 45%;
}
.social-col a img {
    width: 18%;
    /*width: 22%;*/
}

/*.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;
}

.bg-trans {
    background-color: transparent;
}

.login-para {
    font-size: 17px;
    text-align: left;
    margin: 0;
}

.footer-menu li a {
    font-size: 16px;
    color: #545252;
}

    .footer-menu li a:hover {
        color: #f65d04;
    }

.footer-menu h4 {
    color: #ec6c46;
    font-weight: 800;
}

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"
}

#frmRegister .uname {
    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;
}

.uemail {
    background-image: url(../images/envelope.png);
    background-repeat: no-repeat;
    background-size: 4%;
    background-position: center left;
    background-position-x: 12px;
    padding-left: 53px;
}

.upass {
    background-image: url(../images/pass.png);
    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: 3px;
    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:not(:checked) + span:not(.lever):after {
    height: 20px;
    width: 20px;
    background-color: transparent;
    border: 2px solid #51ae00;
    border-radius: 100px;
    top: 0px;
    z-index: 0;
}

[type="checkbox"].filled-in:checked + span:not(.lever):after {
    top: 0;
    width: 20px;
    height: 20px;
    border: 2px solid #51ae00;
    background-color: #51ae00;
    z-index: 0;
    border-radius: 100px;
}

[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: 0px !important;
    padding-bottom: 0px !important;
    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;
}

.bg-banner {
    /* min-height: 1100px;*/
    background-image: url(../images/main-banner.jpg);
    margin-top: -87px;
    background-repeat: no-repeat;
    padding-bottom: 191px;
    background-size: cover;
}

.bottom-image-holder {
    position: relative;
}

    .bottom-image-holder img {
        width: 100%;
        position: absolute;
        bottom: -190px;
    }

.clear-header {
    background-color: transparent;
}

.bg-white {
    background-color: #fff;
}

.br-7 {
    border-radius: 7px;
}

.top-section {
    padding-top: 320px;
}

.b-shadow-white {
    box-shadow: 1px 1px 20px 0px #00000052;
}

.payment-type img {
    width: 20%;
    vertical-align: middle;
}

.main-login {
    width: 82%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 90px;
    min-height: 393px;
    border-radius: 7px;
    padding-bottom: 80px;
}

.min-h-365 {
    min-height: 365px;
}

img.banner-post {
    width: 70%;
    border-radius: 14px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

/*.second-form {
    padding-bottom: 25px !important;
    box-shadow: 1px 1px 20px 0px #00000052;
}*/
.form-section {
    box-shadow: 1px 1px 20px 0px #00000052;
    padding-bottom: 40px !important;
    background-color: #fff;
    border-radius: 7px;
    min-height: 761px;
}

.first-form {
    width: 70%;
    margin-left: auto;
    padding-top: 70px;
}

.second-form {
    width: 100%;
    padding: 30px 60px;
}

    .second-form input {
        width: 100%;
    }

.payment-info p {
    width: 90%;
}

.main-title {
    color: #ff0463;
    font-size: 40px;
    font-weight: 800;
}

    .main-title span {
        color: #fe0000;
        -webkit-text-fill-color: white;
        -webkit-text-stroke-width: 3px;
        -webkit-text-stroke-color: #fe0000;
        display: block;
    }

.text-black {
    color: #000;
}

.right-image {
    background-color: #fff;
    padding: 3px;
    border-radius: 7px;
    box-shadow: 1px 1px 20px 0px #00000052;
}

    .right-image img {
        width: 100%;
        padding: 5px;
    }

.mt-100 {
    margin-top: 100px;
}

.btn-yellow {
    background-image: url(../images/button.png);
    background-size: 100%;
    transition: all 0.5s;
    color: #fff;
    padding: 14px 55px 15px 90px;
    font-size: 20px;
    font-weight: 600;
    background-repeat: no-repeat;
    background-color: transparent;
}

    .btn-yellow:not(:disabled):not(.disabled).active {
        background-image: url(../images/button.png) !important;
    }

    .btn-yellow:hover {
        color: #fff;
    }

    .btn-yellow:focus {
        box-shadow: none !important;
    }

input.email-field {
    display: block;
    width: 90%;
    border-radius: 7px;
    border: 1px solid #d6d6d6;
    min-height: 55px;
    padding-left: 15px;
    padding-right: 15px;
    background-color: #ececec;
}



/*.form-section:before {
    content: '';
    position: absolute;
    background-image: url(../images/bg-tree.png);
    background-repeat: no-repeat;
    background-size: 100%;
    left: -198px;
    height: 118%;
    width: 63%;
    top: -116px;
}*/

.icon-color {
    color: #FAC004;
}

.second-title {
    color: #39aff9;
    font-size: 22px;
    font-weight: 800;
    margin-bottom: 0;
}

.custom-label {
    line-height: 20px;
    display: block;
}

.main-section {
    background-image: url(../images/loginbg-long.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

.mt-50 {
    margin-top: 50px;
}

.custom-para {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}

.hidden-board {
    display: none;
}

.form-group {
    position: relative;
}

    .form-group .fa {
        position: absolute;
        right: 4%;
        top: 63%;
    }

#dummyPaypalwindow img {
    width: 70%;
    margin-left: auto;
    display: block;
    margin-right: auto;
}

#dummyPaypalwindow {
    display: block;
    padding: 0 25px;
    padding-left: 0;
    opacity: 0.5;
    filter: grayscale(0.5);
}

label#txtPwd-error {
    position: absolute;
}

label#txtConfirmPwd-error {
    position: absolute;
}

#lblEmailSubscriptionMessage {
    width: 90%;
}

#lblEmailMessage {
    width: 90%;
}

div#myPayPalContainer {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
}

label.error {
    margin-bottom: 0px;
}

.pwd-error-lbl {
    margin-bottom: 40px;
}


.yellow-a-btn {
    background-color: #FAC004;
    border-color: #FAC004;
    transition: all 0.5s;
    color: #fff;
}

.form-group.register-error-lbl label {
    position: relative;
}

    .form-group.register-error-lbl label label#-error {
        position: absolute;
        top: 25px;
    }

    .form-group.register-error-lbl label span {
        padding-left: 30px;
    }

[type="checkbox"].filled-in:not(:checked) + label + 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:not(:checked) + label + 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 + label + span:not(.lever):before, [type="checkbox"].filled-in + label + 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 + label + span:not(.lever):before, [type="checkbox"].filled-in + label + 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 + label + span:not(.lever):before, [type="checkbox"].filled-in + label + 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 + label + span:not(.lever):before, [type="checkbox"].filled-in + label + 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:not(:checked) + label + span:not(.lever):after {
    height: 20px;
    width: 20px;
    background-color: transparent;
    border: 2px solid #51ae00;
    border-radius: 100px;
    top: 3px;
    z-index: 0;
    transition: none !important;
    left: 4px;
}

[type="checkbox"].filled-in + label + span:not(.lever):after {
    border-radius: 2px;
}

[type="checkbox"].filled-in + label + span:not(.lever):before, [type="checkbox"].filled-in + label + 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 + label + span:not(.lever):before, [type="checkbox"].filled-in + label + 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 + label + 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 + label + span:not(.lever):before, [type="checkbox"].filled-in + label + 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 + label + span:not(.lever):after {
    top: 3px;
    width: 20px;
    height: 20px;
    border: 2px solid #51ae00;
    background-color: #51ae00;
    z-index: 0;
    border-radius: 100px;
    left: 4px;
}

[type="checkbox"].filled-in:checked + label + span:not(.lever):before {
    top: 6px;
    left: 4px;
    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%;
}

.pass-conflict {
    margin-bottom: 40px;
}

.calc-input {
    background: transparent !important;
    border: 0px !important;
    color: #fac004;
    font-weight: 600;
}

.calc-input-wrap {
    color: #fac004;
    font-weight: 600;
}

.login-row .btn-orange {
    margin-top: 7px;
    margin-bottom: 20px;
}

#btnEmailSubscription {
    position: relative;
}

.disc-left-col {
    width: 60%;
    float: left;
}

.disc-right-col {
    width: 40%;
    float: left;
}

.right-upper {
    margin-top: 12px;
    margin-bottom: 22px;
}

.right-details {
    min-height: 334px;
    padding: 5px;
    min-height: 334px;
    margin: 5px;
    padding: 20px 20px;
    background-color: #f65d00;
    color: #fff;
}

.right-upper h3 {
    color: #fad432;
    font-family: 'Montserrat';
    font-size: 23px;
    font-weight: 700;
    text-align: center;
}

.right-lower .right-point {
    font-size: 16px;
    font-weight: 500;
    font-family: 'Montserrat';
    line-height: 23px;
}

.right-lower .right-point {
    font-size: 16px;
    font-weight: 500;
    font-family: 'Montserrat';
    line-height: 23px;
    background-repeat: no-repeat;
    background-size: 36px;
    padding-left: 52px;
    min-height: 60px;
}

    .right-lower .right-point.access {
        background-image: url(../images/puzzle.png);
    }


    .right-lower .right-point.ios-types {
        background-image: url(../images/responsive-white.png);
    }


    .right-lower .right-point.category-apps {
        background-image: url(../images/cellphone.png);
    }

    .right-lower .right-point.desc-subject {
        background-image: url(../images/ebook.png);
    }

    .right-lower .right-point.much-more {
        background-image: url(../images/plus.png);
    }

.login-logout-btns {
    width: 50%;
}




/*   Procedures CSS    */




.procedure-section .pro-img img {
    max-width: 40px;
}


.procedure-step h3 {
    color: #f65d00;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    min-height: 48px;
}

.pro-description p {
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    margin-bottom: 0;
}


.pro-img-number {
    position: relative;
}

    .pro-img-number .pro-img {
        position: absolute;
        top: -15px;
        left: -6px;
    }

.pro-number h2 {
    font-size: 42px;
    font-weight: 800;
    color: #f65d00;
    text-align: center;
}

.procedure-section {
    padding: 65px 50px;
    position: relative;
}

    .procedure-section .procedure-step {
        padding: 30px 15px;
        border: 1px solid #f65d00;
        border-radius: 7px;
        transition: all 0.3s ease-in-out;
    }


.procedure-section .procedure-step {
    padding: 30px 15px;
    border: 1px solid #f65d00;
    border-radius: 7px;
}

/*.procedure-section:before {
    content: '';
    width: 80%;
    height: 1px;
    background-color: #f65d00;
    display: block;
    top: 0px;
    position: absolute;
    left: 10%;
    box-shadow: 0px 0px 5px 1px #f65d00;
}
*/

.procedure-step:hover {
    box-shadow: 0px 0px 5px 1px #fbbb94;
    transition: all 0.3s ease-in-out;
}

h2.pro-main-title {
    font-size: 45px;
    font-weight: 700;
    color: #f65d00;
    display: block;
    margin: 0 auto;
    width: fit-content;
    text-align: center;
    position: relative;
    margin-bottom: 60px;
}

    h2.pro-main-title:after {
        content: '';
        width: 100%;
        height: 1px;
        background-color: #f65d00;
        display: block;
        bottom: -10px;
        position: absolute;
        left: 0%;
        box-shadow: 0px 0px 5px 1px #f65d00;
    }





/*   Procedures CSS    */






/*  Testimonial CSS  */



.testimonial-section {
    padding: 0px 60px;
}

.testimonial-section .testimonial-single {}

.testimonial-section .testimonial-single img {
    margin: 0 auto;
    border-radius: 100px;
}

.testimonial-section .testimonial-single  .testimonial-Title {
    text-align: center;
}

.testimonial-section .testimonial-single  .testimonial-description {
    text-align: center;
}

.testimonial-section .testimonial-single .testimonial-Title h3 {
    color: #fac004;
    font-size: 22px;
    font-weight: 700;
    margin-top: 15px;
}

.testimonial-section .testimonial-single .testimonial-description p {
    font-weight: 300;
}

.testimonial-section .testimonial-single .testimonial-rating {
    text-align: center;
    margin-top: 15px;
}

.testimonial-section .testimonial-single .testimonial-names {
    text-align: center;
    font-weight: 600;
    color: #f65d00;
}

.testimonial-section .testimonial-wrapper {
    padding: 0 140px;
}

.testimonial-section .slick-prev, .testimonial-section .slick-next {
    top: calc(50% + 20px);
}

.testimonial-section .slick-prev:before, .testimonial-section  .slick-next:before {
    
    color: #f65d00;

}

.testimonial-section .slick-prev {
    left: -45px;
}

.testimonial-section .slick-next {
    right: -45px;
}

.testimonial-image i {
    font-size: 36px !important;
    color: #f65d00;
    margin-top: 20px;
}

.testimonial-image {
    text-align: center;
}

ul.slick-dots li.slick-active button:before {
    color: #f99559 !important;
    opacity: 1;
}






/*  Testimonial CSS  */






/*HAMBURGER CSS*/






/*HAMBURGER CSS*/

/*web-start*/
.loginScreen .top-section {
    padding: 150px 0;
}
.bg-banner.loginScreen {
    padding-bottom: 0;
}
.disc-right-col.calc-input-wrap {
    display: flex;
    align-items: center;
}

/*web-end*/



@media (max-width: 1920px) and (min-width: 1500px) {

    .container.register-container {
        max-width: 1400px;
    }
}




@media (max-width: 1499px) and (min-width: 1400px) {

    .container.register-container {
        max-width: 1300px;
    }
}



@media (max-width: 1440px) {

    .pro-description p {
        min-height: 48px;
    }

    .procedure-section .pro-img img {
        max-width: 35px;
    }

    .pro-number h2 {
        font-size: 32px;
    }

    .procedure-step h3 {
        font-size: 18px;
    }



}



@media (max-width: 1024px) {
    .form-section {
        min-height: 574px;
    }

    .top-section {
        padding-top: 280px;
    }

    .form-section:before {
        background-size: 70%;
        left: -68px;
        height: 118%;
        width: 63%;
        top: 104px;
    }

    .container.register-container .col-md-9, .container.register-container .col-md-3 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .container.register-container .col-md-3 .right-image {
        margin-top: 30px;
    }

    .row.procedure-row .col-md-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
}




@media (max-width: 991px) {

    .row.procedure-row .col-md-3 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        margin-top: 30px;
    }

    h2.pro-main-title {

        margin-bottom: 30px;
    }


}

@media (max-width: 812px) {

    .form-section:before {
        display: none;
    }

    .first-form {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        padding: 30px;
        /*width: 85%;
        margin-left: auto;
        margin-right: auto;
        padding-top: 20px;*/
    }

    .second-form {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        padding: 30px;
        /*width: 85%;
        margin-left: auto;
        margin-right: auto;
        padding-top: 20px;*/
    }
    .procedure-section {
        padding: 30px;
    }
    .testimonial-section {
        padding: 30px;
    }

    .main-title {
        color: #ff0463;
        font-size: 27px;
        font-weight: 800;
    }

        .main-title span {
            -webkit-text-stroke-width: 2px;
        }

    .mt-100 {
        margin-top: 20px;
    }

    .form-section {
        min-height: 415px;
    }

    .top-section {
        padding-top: 210px;
    }

    .bottom-image-holder img {
        bottom: -100px;
    }

    .bg-banner {
        padding-bottom: 102px;
    }

    .second-form input {
        width: 100%;
    }

    .form-group .fa {
        right: 5%;
    }

    .uname {
        padding-left: 38px;
    }

    .upass {
        padding-left: 38px;
    }
    #frmRegister .uname {
        padding-left: 38px;
    }

    .pcode {
        padding-left: 38px;
    }

    #lblEmailMessage {
        width: 100%;
    }

    div#myPayPalContainer {
        width: 100%;
    }

    hr.style {
        width: 100% !important;
    }

    .calc-input {
        width: 80% !important;
    }
    .testimonial-section .testimonial-wrapper {
        padding: 0;
        width: 80%;
        margin: 0 auto;
    }
}


@media (max-width: 767px) {
    .border-image {
        border-top: 0px !important;
    }

    .row.procedure-row .col-md-3 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@supports (-webkit-overflow-scrolling: touch) {
    .calc-input {
        opacity: 1 !important;
        padding-left: 0 !important;
    }
}


@media (max-width: 736px) {

    .hide-736 {
     padding-top:20px;
    }

    input.email-field {
        width: 100%;
    }

    .bg-banner {
        padding-bottom: 60px;
    }

    .fw-736 {
        width: 100%;
    }

    .payment-info p {
        width: 100%;
    }

    div#lbl-ErrorMessage {
        width: 94%;
        margin-left: auto !important;
        margin-right: auto;
    }
}


@media (max-width: 667px) {

    .top-section {
        padding-top: 170px;
    }
}


@media (max-width: 568px) {

    .main-sup-stick {
        display: none;
    }

    .form-section {
        min-height: unset;
    }

    .top-section {
        padding-top: 210px;
    }
}


@media (max-width: 414px) {
    .main-title {
        font-size: 19px;
    }

        .main-title span {
            -webkit-text-stroke-width: 1.5px;
            display: unset;
        }

    input.email-field {
        min-height: 35px;
    }


    .bottom-image-holder img {
        display: none;
    }

    .bottom-image-holder {
        position: relative;
    }

        .bottom-image-holder:after {
            content: '';
            position: absolute;
            background-image: url(../images/wood-animal.png);
        }

    .top-section {
        padding-top: 160px;
    }

    /*.first-form {
    width: 95%;
}*/

    .bg-banner {
        margin-top: -97px;
    }

    .registration-first-form {
        width: 85%;
    }

    .bg-banner {
        padding-bottom: 0px;
    }

    .form-group.register-error-lbl label label#-error {
        top: 52px;
    }

    .form-section #basic-form .form-group.register-error-lbl label label#-error {
        top: 52px;
    }

    .register-error-lbl {
        margin-bottom: 30px;
    }

    .pass-conflict {
        margin-bottom: 60px;
    }
}

@media (max-width: 375px) {

    .form-group.register-error-lbl label label#-error {
        top: 52px;
    }

    .register-error-lbl {
        margin-bottom: 30px;
    }

    .disc-right-col {
        width: 30%;
        float: right;
        display: flex;
    }
}



@media (max-width: 320px) {
    .uemail {
        padding-left: 33px;
    }

    .upass {
        padding-left: 33px;
    }

    .pwd-group .fa-eye-slash.login-eye {
        right: 13px;
    }
}
