

* {
    box-sizing: border-box;
    padding: 0px;
    margin: 0px;
}

body {
    background-color: #ffffff;
    color: #6c6c6c;
    font-size: 18px;
    /* font-family: 'Roboto', sans-serif;*/
    font-family: 'Poppins', sans-serif !important;
}

html {
    scroll-behavior: smooth;
    overflow-x: hidden;
}

h1 {
    font-size: 50px;
}

h2 {
    font-size: 40px;
}

h3 {
    font-size: 30px;
}

h4 {
    font-size: 24px;
}

h5 {
    font-size: 20px;
}

h6 {
    font-size: 18px;
}

a {
    text-decoration: none !important;
}

ul {
    list-style: none;
}

.text-white {
    color: #ffffff;
}

.text-green {
    color: #00aa44;
}

.text-gray {
    color: #6c6c6c;
}

.text-black {
    color: #242424;
}

.parimary-bg {
    background-color: #0071c3;
}

.green-bg {
    background-color: #00aa44;
}

img {
    max-width: 100%;
}

p {
    font-family: 'Poppins', sans-serif;
}

.banner {
    /*background-image: url(../images/index/banner-bg.jpg);*/
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.header {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    transition: .5s ease;
    z-index: 100;
}

.packgges-section {
    padding: 60px 0;
}

.header nav.navbar .navbar-collapse li.nav-item {
    margin-right: 35px;
}

    .header nav.navbar .navbar-collapse li.nav-item a.nav-link {
        color: #ffffff;
        padding: 0;
        font-size: 16px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.19;
        letter-spacing: normal;
        text-align: left;
        transition: .5s ease;
    }

.sterp-box {
    text-align: right;
    padding-bottom: 30px;
}

    .sterp-box h6 {
        font-size: 25px;
        color: #00aa44;
        font-weight: 500;
        font-family: inherit;
        margin-bottom: 15px;
    }

    .sterp-box p {
        font-size: 18px;
        color: #888888;
        /* max-width: 80%; */
        padding: 0 0 0 50px;
        /* text-align: right; */
    }

.step-two {
    margin-right: 50px;
}

.step-three {
    margin-right: 50px;
}

.step-four {
    position: relative;
    left: 20px;
}

.step-one {
    position: relative;
    left: 10px;
}

.header nav.navbar .navbar-collapse li.nav-item a.nav-link:hover {
    color: #00aa44;
}

.banner .banner-bar {
    height: 690px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
}

    .banner .banner-bar h2 {
        color: #ffffff;
        font-size: 40px;
        font-weight: normal;
        letter-spacing: 1.6px;
        margin: 0;
        line-height: 1.28;
    }

header.header.nav-up {
    background-color: #000000;
}

header.header.active {
    background-color: #0071c3;
}

.banner .banner-bar h1 {
    font-size: 50px;
    color: #ffffff;
    font-weight: bold;
    letter-spacing: 2px;
    line-height: 1.28;
}

.coures-box {
    text-align: center;
}

    .coures-box p {
        text-align: center;
        font-size: 16px;
    }

.packgges-section h2 {
    text-align: center;
    font-size: 40px;
    font-weight: bold;
    line-height: 1.18;
    text-align: center;
    color: #242424;
    margin-bottom: 15px;
    text-transform: capitalize;
}

.coures-box a {
    text-align: center;
    display: inline-block;
    background-color: #00aa44;
    border-color: #00aa44;
    color: #ffffff;
    padding: 15px 26px;
    border: 1px solid #00aa44;
    border-radius: 6px;
}

    .coures-box a:hover {
        color: #00aa44;
        background: #FFF;
        border: 1px solid #00aa44;
        transition: 0.5s ease;
    }

.coures-box {
    text-align: center;
    border-radius: 10px;
    background-color: #f2f2f2;
    padding: 15px 10px;
    position: relative;
    box-shadow: 0 27px 20px -19px rgb(122 62 134 / 31%);
}

.banner .banner-bar p {
    max-width: 535px;
    color: #ffffff !important;
    margin: 20px 0 !important;
    font-size: 18px;
    line-height: 1.67;
    text-align: left;
    color: #ffffff;
}

.btn {
    padding: 15px 26px !important;
    font-size: 18px;
    border-radius: 5px;
}

.btn-success {
    background-color: #00aa44 !important;
    border-color: #00aa44 !important;
    color: #ffffff;
}

    .btn-success:hover {
        background-color: #ffffff !important;
        border-color: #00aa44 !important;
        color: #00aa44;
    }

.btn-outline-white {
    border: 1px solid #00aa44;
    color: #ffffff !important;
    font-size: 16px !important;
    padding: 10px 31px !important;
    border-radius: 5px;
    background-color: #00aa44;
    width: 130px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .btn-outline-white:hover {
        border-color: #FFF !important;
        background: #0000 !important;
    }

.pad-60 {
    padding: 60px 0;
}

.Maintitle {
    text-align: center;
    margin-bottom: 60px;
}

    .Maintitle h2 {
        font-size: 40px;
        font-weight: bold;
        line-height: 1.18;
        text-align: center;
        color: #fb770c;
        margin-bottom: 15px;
        text-transform: capitalize;
    }

    .Maintitle p {
        font-size: 18px;
        line-height: 1.33;
        text-align: center;
        color: #6c6c6c;
    }

.Whatwedo .whatwedo-image {
    overflow: hidden;
}

    .Whatwedo .whatwedo-image img {
        max-width: 100%;
        transition: .5s ease;
    }

    .Whatwedo .whatwedo-image:hover img {
        transform: scale(1.1);
    }

.bg-skyblue {
    background-color: #f3f7fe;
}

.howwedo .Maintitle {
    margin-bottom: 100px;
}

.howwedo .howwedo-image {
    border-radius: 8px;
    border: solid 1px rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
    padding: 40px 20px;
    min-height: 276px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    transition: .5s ease;
}

    .howwedo .howwedo-image img.show {
        display: block;
    }

    .howwedo .howwedo-image img.hovershow {
        display: none;
    }

    .howwedo .howwedo-image img {
        margin-bottom: 20px;
    }

    .howwedo .howwedo-image h6 {
        font-size: 18px;
        font-weight: 500;
        font-stretch: normal;
        font-style: normal;
        line-height: 0.89;
        letter-spacing: normal;
        text-align: center;
        color: #262626;
        margin-bottom: 20px;
    }

    .howwedo .howwedo-image p {
        margin: 0;
        font-size: 17px;
        line-height: 1.41;
        letter-spacing: 0.22px;
        text-align: center;
        color: #6c6c6c;
        text-transform: capitalize;
    }

    .howwedo .howwedo-image:hover {
        transform: translate(0px, -40px);
        background-image: url(../images/index/howdo-box-bg.png);
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        cursor: pointer;
        transition-delay: unset !important;
    }

        .howwedo .howwedo-image:hover h6, .howwedo .howwedo-image:hover p {
            color: #ffffff;
        }

        .howwedo .howwedo-image:hover img.hovershow {
            display: block;
        }

        .howwedo .howwedo-image:hover img.show {
            display: none;
        }

.aboutus {
    background-image: url(../images/index/shape-bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

    .aboutus .aboutus-text p {
        color: #ffffff;
        font-size: 18px;
        line-height: 1.33;
        text-align: left;
    }

.sliderin {
    box-shadow: 0 5px 25px 0 rgb(194 194 194 / 20%);
    border: solid 1px #ebebeb;
    background-color: #ffffff;
    padding: 66.9px 25px 79.2px 49.5px;
    border-radius: 6px;
    max-width: 70%;
    margin: auto;
}

    .sliderin .user-detail {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        margin-bottom: 0;
    }

.testimonial-slider {
    /* margin-top: -55px; */
    position: relative;
    top: -50px;
}

.sliderin .user-detail img {
    width: 90px;
    margin-right: 15px;
}

.cleint-img img {
    width: 150px !important;
    height: 150px;
    object-fit: cover;
    position: relative;
    top: 59px;
    z-index: 1;
    margin: auto;
    border: 3px solid #FFF;
    border-radius: 50%;
}

.sliderin .user-detail .detailin {
}

    .sliderin .user-detail .detailin h5 {
        margin: 0;
        font-size: 24px;
        font-weight: 500;
        line-height: 1;
        color: #283034;
        margin-bottom: 10px;
        font-family: 'Poppins', sans-serif;
    }

.Testimonial {
    /*background-image: url(../images/index/testimonial-banner.jpg);*/
    background-image: url(../images/index/testimonials-background.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.sliderin .user-detail .detailin p {
    font-size: 18px;
    line-height: 1;
    text-align: left;
    color: #283034;
    margin: 15px 0 0px 0;
    font-family: 'Poppins', sans-serif;
}

.sliderin .user-detail img {
    max-width: 90px;
    margin: auto;
}

.sliderin .user-comment img {
    margin-bottom: 25px;
}

.sliderin .user-comment p {
    margin: 0;
    font-size: 18px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.56;
    letter-spacing: normal;
    text-align: center;
    color: #283034;
    padding: 20px;
}

.sliderin .owl-nav {
    display: flex;
    justify-content: space-between;
}

.testimonial-slider .owl-nav {
    display: flex;
    justify-content: space-between;
    top: 50%;
    position: absolute;
    width: 100%;
    transform: translate(0px, 0px);
}

    .testimonial-slider .owl-nav button.owl-prev {
        left: -100px !important;
        position: absolute;
        transform: translate(0px, 0px);
    }

    .testimonial-slider .owl-nav button.owl-next {
        position: absolute;
        right: -100px;
        transform: translate(0px, 0px);
    }

    .testimonial-slider .owl-nav button.owl-prev, .testimonial-slider .owl-nav button.owl-next {
        width: 60px;
        height: 60px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #ffffff !important;
        border-radius: 50%;
        border: 1px solid #cccccc !important;
        font-size: 50px !important;
        color: #cccccc !important;
        font-weight: normal !important;
    }

.footer {
    padding: 60px 0;
}

    .footer .footerin img {
        margin-bottom: 20px;
    }

    .footer .footerin p {
        color: #ffffff;
        font-size: 16px;
        font-weight: 300;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.75;
        letter-spacing: normal;
        text-align: left;
    }

    .footer .footerin h4 {
        color: #ffffff;
        margin-bottom: 25px;
        letter-spacing: .7px;
        font-size: 18px;
    }


    .footer .footerin ul.footer-menu {
        display: flex;
        flex-wrap: wrap;
    }

        .footer .footerin ul.footer-menu li {
            flex: 0 0 50%;
        }

            .footer .footerin ul.footer-menu li a {
                color: #ffffff;
                font-size: 16px;
                line-height: 2.06;
                text-align: left;
            }

.footerin ul.contact-menu {
    margin: 0;
}

    .footerin ul.contact-menu li.footflex {
        display: flex;
        align-items: center;
        justify-content: flex-start;
    }

        .footerin ul.contact-menu li.footflex ul.submenu {
            display: flex;
            align-items: center;
        }

    .footerin ul.contact-menu li i {
        margin-right: 14px;
        color: #ffffff;
        transition: .5s ease;
    }

    .footerin ul.contact-menu li a {
        color: #ffffff;
    }

    .footerin ul.contact-menu li a {
        line-height: 2.06;
        font-size: 16px;
    }

.footer .footerin ul.social-menu {
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

    .footer .footerin ul.social-menu li {
        margin-right: 25px;
    }

        .footer .footerin ul.social-menu li a {
            color: #ffffff;
        }

.footerin ul.contact-menu li.footflex ul.submenu li {
    margin-right: 10px;
}

.copyright-text {
    background: #0071c3;
    padding: 24px 0;
    border-top: 1.5px solid #ffffff;
    text-align: center;
}

    .copyright-text p {
        margin: 0;
        text-align: center;
        color: #ffffff;
        font-size: 14px;
    }

.owl-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 60px;
}

.testimonial-slider .owl-nav button.owl-prev span, .testimonial-slider .owl-nav button.owl-next span {
    height: auto;
    line-height: normal;
}

.owl-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 0;
    position: absolute;
    left: 50%;
    bottom: 50px;
    z-index: 9999;
    transform: translate(-50%, 0px);
}

    .owl-dots button.owl-dot {
        width: 10px;
        height: 10px;
        background: #ffffff !important;
        margin: 0 5px;
        border-radius: 50px;
        border: 1px solid #abadb0 !important;
    }

.footerin a:hover {
    color: #00aa44 !important;
    cursor: pointer;
}

.owl-dots button.owl-dot.active {
    border-color: #00aa44 !important;
    background: #00aa44 !important;
}

.testimonial-slider .owl-nav button.owl-prev:hover, .testimonial-slider .owl-nav button.owl-next:hover {
    background: #00aa44 !important;
}

/*login page start*/

.login-welcome {
    background-image: url(../images/login-bg.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    height: 100vh;
}

    .login-welcome h2 {
        text-align: center;
        color: #FFFFFF;
        font-size: 35px;
        font-weight: bold;
        line-height: 1.51;
        padding-top: 73px;
    }

.login-section .col-md-5 {
    padding: 0;
}

.login-welcome {
    text-align: center;
    padding: 50px 80px;
    justify-content: center;
}

.shape-top {
    position: absolute;
    top: 20px;
    right: 20px;
}

.shape-bottom {
    position: absolute;
    left: 20px;
    bottom: 20px;
}

.logo {
    position: absolute;
    top: 0;
    left: 80px;
}

.login-right-section {
    padding: 0 120px;
}

    .login-right-section h2 {
        color: #302d3a;
        font-weight: 500;
        font-size: 30px;
    }

.verifaction-otp-section .login-right-section h4 {
    margin: 20px 0;
}

.login-right-section h4 {
    font-size: 20px;
    color: #707070;
    text-transform: capitalize;
    margin: 30px 0;
    font-weight: normal;
}

.sign-in-form label.form-label.first-label, .verifaction-otp label {
    margin-top: 0;
}

.sign-in-form label, .verifaction-form label, .verifaction-otp label {
    font-size: 16px;
    color: #302d3a;
    text-transform: capitalize;
    margin: 25px 0;
}

.sign-in-form form input, .verifaction-form select, .verifaction-form input, .verifaction-otp input {
    border-radius: 5px;
    box-shadow: 0 3px 6px 0 rgb(0 0 0 / 16%);
    background-color: #ffffff;
    height: 60px;
    padding: 19px 20px;
    border: none;
    width: 100%;
    font-size: 16px;
    font-weight: normal;
}

.forgot-pass {
    display: flex;
    justify-content: space-between;
}

button.sign-up.primary-btn, .primary-btn {
    width: 100%;
    padding: 21px 50px;
    background: #00aa44;
    color: #FFF;
    font-size: 22px;
    border: none;
    border-radius: 5px;
    margin-top: 30px;
}

.error-message {
    color: red;
}

.sign-up-welcome {
    height: 100%;
}

.verifyOtpSection .sign-up-welcome {
    height: 100vh;
}

.sign-up {
    padding: 105px 120px;
}

    .sign-up h4 {
        margin: 20px 0;
    }

.sign-in-form form input::placeholder {
    color: #7a7a7a !important;
    opacity: 0.5;
}

.login-buttons a.student-btn {
    background: #00aa44;
}

.login-buttons a {
    display: block;
    padding: 21px 200px;
    text-align: center;
    font-size: 22px;
    line-height: normal;
    color: #FFF;
    text-transform: capitalize;
    border-radius: 5px;
    margin: 30px 0;
}

    .login-buttons a.teacher-btn {
        background: #0071c3;
    }

p.bottom-tag-line {
    text-align: center;
    font-size: 16px;
    color: #313131;
}

.verifaction-form a.edit-info {
    position: absolute;
    right: 22px;
    top: 70%;
    transform: translate(-70%, 0px);
}

.verifaction-form .mb-3 {
    position: relative;
}

.verifaction-form a.edit-info .fa {
    color: #313131;
    font-size: 20px;
}

.verifaction-form input::placeholder {
    color: #313131;
}

.Packges-banner {
    background-image: url(../images/packges-banner.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

    .Packges-banner .banner-bar h2 {
        text-align: center;
        padding-top: 60px;
    }

    .Packges-banner .banner-bar {
        height: 250px;
        justify-content: center !important;
        align-items: center !important;
    }

.Packages-section {
    padding: 50px 0;
}

.Packages-box {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 17px;
    background-color: #fff;
    box-shadow: 0 0px 0px 0 rgb(0 0 0 / 22%);
    text-align: center;
    padding: 80px 20px 30px 20px;
    position: relative;
    margin-bottom: 50px;
}

.purple {
    background-image: url(../images/packges-bg-shape.png);
}

    .purple p.Packages-pice {
        background: #b059df;
    }

p.Packages-pice {
    width: 60%;
    height: 45px;
    line-height: 50px;
    padding-left: 15px;
    position: absolute;
    left: -8px;
    top: 12px;
    background: #0071c3;
    border-radius: 0 25px 25px 0px;
    color: #FFFFFF;
    padding-right: 15px;
    font-size: 18px;
    font-weight: 500;
    line-height: 45px;
}

.purple p.Packages-pice::before {
    border-top-color: #b059df;
}

p.Packages-pice span.actual-price {
    font-size: 15px;
    color: #FFFFFF;
    text-decoration: line-through;
    opacity: 0.5;
}

.green {
    background-image: url(../images/package-green-bg.png);
}

    .green p.Packages-pice {
        background: #53a072;
    }

.pink {
    background-image: url(../images/pink-bg-shape.png);
}

    .pink p.Packages-pice {
        background: #f196c7;
    }

.Packages-box h4 {
    font-size: 18px;
    color: #242424;
    font-weight: 500;
    padding-top: 30px;
}

ul.Packages-box-desp {
    padding: 13px 26px 0 26px;
}

    ul.Packages-box-desp li {
        font-size: 16px;
        color: #444444;
        text-align: left;
        margin-bottom: 6px;
    }

        ul.Packages-box-desp li:before {
            content: '\f00c';
            font-family: 'FontAwesome';
            font-size: 14px;
            color: #444444;
            margin-right: 10px;
        }

.purple a.Packages-choose-btn {
    background-color: #b059df;
}

a.Packages-choose-btn {
    padding: 10.5px 63px 11.5px 62px;
    border-radius: 21px;
    font-size: 14px;
    color: #FFFFFF;
    margin-top: 20px;
    display: inline-block;
    font-weight: 500;
}

.green a.Packages-choose-btn {
    background: #53a072;
}

.pink a.Packages-choose-btn {
    background: #f196c7;
}

.dark-sky p.Packages-pice {
    background: #4db9eb;
}

.dark-sky {
    background-image: url(../images/sky-bg-shape.png);
}

.orange {
    background-image: url(../images/orange-bg-shape.png);
}

    .orange p.Packages-pice {
        background: #ffb100;
    }

.grey p.Packages-pice {
    background: #54A8F8;
}

.grey {
    background-image: url(../images/grey-shape-bg.png);
}

.dark-sky a.Packages-choose-btn {
    background: #4db9eb;
}

.orange a.Packages-choose-btn {
    background: #ffb100;
}

.grey a.Packages-choose-btn {
    background: #071e34;
}

.brown {
    background-image: url(../images/brown-shape-bg.png);
}

    .brown p.Packages-pice {
        background: #d67709;
    }

    .brown a.Packages-choose-btn {
        background: #d67709;
    }

.dark-purple {
    background-image: url(../images/dark-purpel-bg.png);
}

    .dark-purple p.Packages-pice {
        background: #a445a1;
    }

    .dark-purple a.Packages-choose-btn {
        background: #a445a1;
    }

.light-brown p.Packages-pice {
    background: #b79257;
}

.light-brown {
    background-image: url(../images/light-brown.png);
}

    .light-brown a.Packages-choose-btn {
        background: #b79257;
    }

.top-login-btn {
    position: absolute;
    right: 112px;
    top: 15px;
}

    .top-login-btn a.btn.btn-success.pull-right {
        position: relative;
        z-index: 1;
    }

.aboutus .aboutus-text ul li {
    color: #FFFFFF;
}

.sliderin .user-detail .detailin h5 {
    text-align: center;
}

.sliderin .user-detail .detailin p {
    text-align: center;
}

.sign-up-section .login-left-img img {
    max-width: 100%;
}
/*login page end*/
@media screen and (max-width: 1370px) {
    .login-welcome h2 {
        font-size: 28px;
        padding-top: 35px;
    }

    .sign-up-section .login-left-img img {
        max-width: 100%;
    }

    .login-left-img img {
        max-width: 80%;
    }

    .shape-top img {
        max-width: 80%;
    }

    .shape-bottom img {
        max-width: 80%;
    }
}

@media screen and (max-width: 1200px) {
    .testimonial-slider .owl-nav {
        display: none;
    }
}

@media screen and (max-width: 1024px) {

    .header nav.navbar .navbar-collapse li.nav-item {
        margin-right: 15px;
    }

    .aboutus {
        background-color: #1a8ad1;
        background-image: unset;
    }
}

@media screen and (max-width: 991px) {
    .navbar-collapse {
        background: #1a8ad1;
        padding: 50px 20px;
    }

    .login-welcome h2 {
        font-size: 24px;
        padding-top: 23px;
    }

    .howwedo .howwedo-image {
        margin-bottom: 25px;
    }

    .coures-box {
        margin-bottom: 25px;
    }

    .header nav.navbar .navbar-collapse li.nav-item {
        margin-right: 0px;
        padding: 0 0 35px 0;
    }

    .header .container {
        max-width: 100%;
    }

    /* Icon 1 */

    #nav-icon1 {
        width: 30px;
        height: 30px;
        position: relative;
        margin: 0px auto;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .5s ease-in-out;
        -moz-transition: .5s ease-in-out;
        -o-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
        cursor: pointer;
    }

        #nav-icon1 span {
            display: block;
            position: absolute;
            height: 4px;
            width: 100%;
            background: #FFF;
            margin: auto;
            border-radius: 9px;
            opacity: 1;
            left: 0;
            -webkit-transform: rotate(0deg);
            -moz-transform: rotate(0deg);
            -o-transform: rotate(0deg);
            transform: rotate(0deg);
            -webkit-transition: .25s ease-in-out;
            -moz-transition: .25s ease-in-out;
            -o-transition: .25s ease-in-out;
            transition: .25s ease-in-out;
        }

            #nav-icon1 span:nth-child(1) {
                top: 0px;
            }

            #nav-icon1 span:nth-child(2) {
                top: 10px;
            }

            #nav-icon1 span:nth-child(3) {
                top: 20px;
            }

        #nav-icon1.open span:nth-child(1) {
            top: 10px;
            -webkit-transform: rotate(135deg);
            -moz-transform: rotate(135deg);
            -o-transform: rotate(135deg);
            transform: rotate(135deg);
        }

        #nav-icon1.open span:nth-child(2) {
            opacity: 0;
            left: -60px;
        }

        #nav-icon1.open span:nth-child(3) {
            top: 10px;
            -webkit-transform: rotate(-135deg);
            -moz-transform: rotate(-135deg);
            -o-transform: rotate(-135deg);
            transform: rotate(-135deg);
        }

    .navbar-toggler {
        padding: 0;
        border: none;
    }

    .navbar-light .navbar-toggler {
        border-color: #FFF;
    }
}

@media screen and (max-width: 768px) {
    body {
        overflow-x: hidden;
    }

    .login-welcome {
        padding: 50px 10px;
    }

    .login-right-section {
        padding: 0 20px;
    }

    .login-buttons a {
        display: block;
        padding: 24px 20px;
        width: 100%;
    }

    .logo {
        left: 0px;
    }

    .top-login-btn {
        right: 0;
    }

    .shape-top {
        top: 7px;
        right: 0;
    }

        .shape-top img {
            max-width: 70%;
        }

    .shape-bottom {
        left: 0;
        bottom: 7px;
    }

        .shape-bottom img {
            max-width: 70%;
        }
}



@media screen and (max-width: 575px) {
    .top-login-btn {
        right: 0;
        top: 6px;
        overflow: hidden;
    }

    div#divSocialMedia {
        margin-top: 1rem;
    }

    .login-buttons a {
        padding: 21px 0px;
    }

    .logo {
        left: 5px;
    }



    .login-right-section {
        padding: 20px 20px;
    }

    .sign-up {
        padding: 20px;
    }

    .login-right-section h2 {
        color: #302d3a;
        font-weight: 500;
        font-size: 30px;
    }

    .sign-up-welcome {
        height: 100%;
        padding: 150px 80px;
    }

    #aboutUsImage {
        height: auto !important;
        width: auto !important;
    }

    .banner .banner-bar h2 {
        text-align: center;
    }

    .banner .banner-bar {
        align-items: center;
    }

    .footer {
        padding: 30px 0;
    }

    .packgges-section {
        padding: 30px 0;
    }

    .step-one {
        position: relative;
        left: 0;
    }

    .sterp-box {
        text-align: center;
        padding-bottom: 10px;
    }

        .sterp-box p {
            padding: 0 0 0 0px;
        }

    .step-two {
        margin-right: 0;
    }

    body {
        overflow-x: hidden;
    }

    .Whatwedo .whatwedo-image {
        text-align: center;
    }

        .Whatwedo .whatwedo-image img {
            margin-bottom: 20px;
        }

    .howwedo .Maintitle {
        margin-bottom: 40px;
    }

    .step-three {
        margin-right: 0;
    }

    .step-four {
        position: relative;
        left: 0;
    }

    .sliderin {
        box-shadow: 0 5px 25px 0 rgb(194 194 194 / 20%);
        max-width: 100%;
    }

    .testimonial-slider {
        position: relative;
        top: 0;
    }

    .cleint-img img {
        top: 26px;
    }

    .owl-dots {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 0;
        position: relative;
        bottom: 0;
        z-index: 9999;
        top: 18px;
    }

    .howwedo .howwedo-image {
        margin-bottom: 20px;
    }

    .aboutus {
        background-color: #1a8ad1;
        background-image: unset;
    }

        .aboutus .aboutus-text p {
            text-align: center;
        }

    .Maintitle {
        margin-bottom: 30px;
    }

    .footer .footerin ul.footer-menu li {
        flex: 0 0 100%;
        flex-wrap: wrap;
    }

    .footerin {
        text-align: center;
    }

    .footer .footerin p {
        text-align: center;
    }

    .footerin ul.contact-menu li.footflex {
        justify-content: center;
    }

    .footer .footerin ul.social-menu {
        justify-content: center;
    }

    .aboutus-text {
        margin-top: 25px;
    }
}

@media screen and (max-width: 414px) {
    .banner .banner-bar h2 {
        font-size: 28px;
        line-height: normal;
    }

    .sliderin {
        padding: 20px;
        border-bottom-left-radius: 0;
    }

        .sliderin .user-detail {
            display: block;
            text-align: center;
        }

    .owl-carousel .owl-item img {
        margin: auto;
    }

    .sliderin .user-detail .detailin p {
        text-align: center;
    }

    .sliderin .user-detail .detailin h5 {
        margin-top: 10px;
    }

    .banner .banner-bar h1 {
        font-size: 27px;
        line-height: normal;
    }

    .banner .banner-bar p {
        text-align: center;
    }

    .banner .banner-bar {
        height: 550px;
        padding-top: 60px;
    }

    .Whatwedo .whatwedo-image img {
        max-width: 100%;
    }

    .pad-60 {
        padding: 30px 0;
    }

    .Maintitle h2 {
        font-size: 28px;
    }
}

@media screen and (max-width: 375px) {
    .banner-bar h2:nth-child(3) {
        font-size: 22px;
    }

    .footerin ul.contact-menu li.footflex ul.submenu {
        display: block;
        align-items: center;
    }

    .footerin ul.contact-menu li i {
        margin-right: 0;
    }

    .footerin ul.contact-menu li.footflex {
        align-items: baseline;
    }
}

@media screen and (max-width: 320px) {

    .login-welcome {
        text-align: center;
        padding: 150px 20px;
        justify-content: center;
    }

        .login-welcome h2 {
            padding-top: 20px;
        }

    .login-right-section h2 {
        font-size: 25px;
    }
}

@media screen and (max-width: 1370px) {
    .login-right-section h2 {
        font-size: 26px;
    }

    .login-right-section h4 {
        font-size: 18px;
    }

    .sign-in-form label, .verifaction-form label, .verifaction-otp label {
        font-size: 15px;
        color: #302d3a;
        text-transform: capitalize;
        margin: 10px 0 8px 0;
    }

    .forgot-pass a {
        font-size: 14px;
    }

    .top-login-btn a.btn.btn-success.pull-right i.fa.fa-home {
        position: relative;
        right: 5px;
    }

    .sign-in-form form input, .verifaction-form select, .verifaction-form input, .verifaction-otp input {
        height: 50px;
        padding: 10px 20px;
        font-size: 14px;
    }

    button.sign-up.primary-btn, .primary-btn {
        padding: 15px 50px;
        color: #FFF;
        font-size: 19px;
        margin-top: 20px;
    }
}
