@charset "utf-8";
* {
    padding: 0;
    margin: 0;
}
ul {
    padding: 0;
    margin: 0;
}
body {
    font-family: Poppins, sans-serif;
    font-size: 15px;
    line-height: 27px;
}
h2 {
    font-size: 35px;
    font-weight: 600;
}
h3 {
    font-size: 20px;
    font-weight: 600;
}
h5 {
    font-size: 35px;
    font-weight: 600;
}
p {
    font-size: 13px;
}
h5 span {
    font-weight: 300;
}
.navbar-dark {
    position: absolute;
    top: 0;
    transition: 0.3s;
    left: 0;
    width: 100%;
    z-index: 999;
    background: #f8d021;
}
header {
    display: inline-block;
    width: 100%;
}
.banner {
    position: absolute;
    top: 0;
    left: 0;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: #f8d021;
}
@keyframes move_wave {
    0% {
        transform: translateX(0) translateZ(0) scaleY(1);
    }
    50% {
        transform: translateX(-25%) translateZ(0) scaleY(0.55);
    }
    100% {
        transform: translateX(-50%) translateZ(0) scaleY(1);
    }
}
.waveWrapper {
    overflow: hidden;
    position: relative;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    height: 108vh;
}
.waveWrapperInner {
    position: absolute;
    width: 100%;
    overflow: hidden;
    height: 100%;
    bottom: -1px;
    background: #f8d021;
}
.bgTop {
    z-index: 15;
    opacity: 0.5;
}
.bgMiddle {
    z-index: 10;
    opacity: 0.75;
}
.bgBottom {
    z-index: 5;
}
.wave {
    position: absolute;
    left: 0;
    width: 200%;
    height: 100%;
    background-repeat: repeat no-repeat;
    background-position: 0 bottom;
    transform-origin: center bottom;
}
.waveTop {
    background-size: 50% 100px;
}
.waveAnimation .waveTop {
    animation: move-wave 3s;
    -webkit-animation: move-wave 3s;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}
.waveMiddle {
    background-size: 50% 120px;
}
.waveAnimation .waveMiddle {
    animation: move_wave 10s linear infinite;
}
.waveBottom {
    background-size: 50% 100px;
}
.waveAnimation .waveBottom {
    animation: move_wave 15s linear infinite;
}
.navbar-dark .navbar-brand {
    color: #fff;
    font-weight: 700;
}
.navbar-dark .navbar-brand span {
    color: #000;
}
.navbar-dark .navbar-nav .nav-link {
    color: #000;
    border-top: 2px solid transparent;
    font-weight: 600;
}
.navbar-dark .navbar-nav .nav-link.last-child {
    background: #ffeb3c;
    padding-left: 30px;
    padding-right: 30px;
    border-radius: 50px;
    margin-left: 15px;
}
.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
    border-top: 2px solid #fff;
    color: #000;
}
.banner_section {
    width: 100%;
    height: 100%;
    z-index: 27;
    position: absolute;
    left: 0;
    margin: 0 auto;
}
.waveWrapper_form {
    overflow: visible;
}
.banner_d_w {
    width: 1180px;
    height: 100%;
    position: relative;
    margin: 0 auto;
}
.banner_button {
    width: 180px;
    text-decoration: none;
    text-align: center;
    height: 50px;
    line-height: 50px;
    color: #fff;
    border-radius: 50px 0 50px 50px;
    transition: 0.3s;
    display: inline-block;
    background: #65ce89;
}
.banner_button i {
    color: #000;
    padding-right: 5px;
}
.banner_button:hover {
    border-radius: 50px;
    text-decoration: none;
    color: #fff;
}
.banner_text {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
.banner_text h2 {
    max-width: 672px;
    font-size: 43px;
    font-weight: 500;
}
.review ul {
    margin-top: 30px;
}
.review ul li {
    list-style: none;
    font-size: 14px;
    display: inline-block;
    color: #fff;
}
.review ul li span {
    color: #000;
    font-weight: 800;
}
.review ul li i {
    color: #f72c2c;
}
.banner_section h4 {
    color: #fff;
    font-size: 25px;
    text-shadow: 0 3px 5px rgba(0, 0, 0, 0.5);
}
.banner_form {
    max-width: 450px;
    height: 100%;
    right: 0;
    margin-left: auto;
}
.banner_form form {
    position: relative;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}
.banner_form form {
    background: rgba(255, 255, 255, 0.5);
    box-shadow: 6px 10px 31px rgb(0 0 0 / 18%);
    border-radius: 14px;
}
.banner_form form h3 {
    color: #000;
    font-size: 22px;
    font-weight: 400;
    background: #fff;
    border-radius: 14px;
}
.banner_form form input {
    background: 0 0;
    border: 0;
}
.banner_form form textarea {
    color: #000;
}
.banner_form form textarea::placeholder {
    color: #000;
}
.Add_More_Fil a {
    width: 140px;
    height: 31px;
    line-height: 31px;
    display: inline-block;
    text-decoration: none;
    text-align: center;
    font-size: 15px;
    color: #000;
    background: #fff;
    border-radius: 3px;
}
.submit_button {
    width: 150px;
    color: #000;
    border: 0;
    border-radius: 30px;
    margin: auto;
    text-align: center;
    background: #65ce89;
    height: 36px;
    cursor: pointer;
    font-weight: 600;
    letter-spacing: 0.9px;
}
.heading_black h5 {
    font-size: 40px;
    font-weight: 700;
}
.heading_black h5 span {
    font-weight: 400;
}
.sub-heading {
    max-width: 500px;
    margin: auto;
}
ul li {
    list-style: none;
}
.Submit_Assinment ul {
    background: #e9ebf7;
    border-radius: 20px;
    padding: 40px 15px 10px 15px;
    margin: 20px 10px;
}
.Submit_Assinment ul li span {
    background: #fff;
    transition: 0.3s;
    display: inline-block;
    border-radius: 10px;
    border: 5px solid #fff;
}
.Submit_Assinment ul li {
    font-size: 14px;
}
.Submit_Assinment ul:hover li span {
    border: 5px solid #f7ec70;
    transition: 0.3s;
    box-shadow: 3px 5px 1px #33c59e;
}
.Submit_Assinment ul li h3 {
    color: #000;
    font-size: 20px;
    padding-top: 20px;
}
.Submit_Assinment ul:hover {
    box-shadow: 0 10px 10px #e1dbe5;
    background: #fff;
}
.Submit_Assinment ul li.number {
    width: 40px;
    visibility: hidden;
    transition: 0.3s;
    height: 40px;
    text-align: center;
    line-height: 40px;
    border-radius: 50px;
    display: inline-block;
    color: #000;
    background: #37c7a3;
    position: relative;
    bottom: -30px;
}
.Submit_Assinment ul:hover li.number {
    visibility: visible;
}
.section {
    position: relative;
}
.bg_1 {
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    width: 60%;
}
.bg_1 img {
    width: 100%;
}
.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99999;
    background: #fff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}
.sticky .navbar-brand {
    color: #000 !important;
}
h2 span {
    font-weight: 300;
}
.bs-example {
    margin: 20px;
}
.accordion .fa {
    margin-right: 0.5rem;
}
.section2 {
    background: #ebeef5;
    overflow: hidden;
}
h2 span {
    font-weight: 300;
}
.bg_shap {
    position: absolute;
    width: 300px;
    top: 0;
    left: 0;
}
.bg_shap img.dotted_img {
    position: absolute;
    left: 22%;
    top: -42px;
    z-index: 0;
}
.bg_shap img.shap1_img {
    position: absolute;
    left: 12%;
    top: 0;
    z-index: 0;
}
.tool_circle1 {
    position: absolute;
    top: 0;
    left: 0;
    max-width: 390px;
}
.tool_circle {
    max-width: 390px;
}
.tool_circle2 {
    position: absolute;
    bottom: 0;
    right: 70px;
}
.circle1 {
    position: absolute;
    right: -30px;
    top: -30px;
    z-index: -1;
}
.circle2 {
    position: absolute;
    left: 20%;
    bottom: -10%;
    z-index: -1;
    left: 32%;
    bottom: 33%;
}
.circle2 i {
    color: #fa57aa;
}
.accordion {
    width: 100%;
    max-width: 800px;
    margin: 30px auto 20px;
    background: 0 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    position: relative;
    z-index: 9;
}
.accordion .link {
    cursor: pointer;
    display: block;
    padding: 15px 15px 15px 60px;
    color: #4d4d4d;
    font-size: 14px;
    font-weight: 700;
    border-bottom: 0 solid #ccc;
    position: relative;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.accordion li:last-child .link {
    border-bottom: 0;
}
.accordion li i {
    position: absolute;
    top: 16px;
    left: 12px;
    font-size: 18px;
    color: #595959;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.accordion li i.fa-chevron-down {
    left: 20px;
    font-size: 16px;
    top: 13px;
    background: #1689fc;
    width: 30px;
    height: 30px;
    border-radius: 50px;
    text-align: center;
    line-height: 31px;
    color: #fff;
}
.accordion li.open .link {
    color: #2e6e04;
}
.accordion li.open i {
    color: #fff;
}
.accordion li.open i.fa-chevron-down {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
.submenu {
    display: none;
    background: #fff;
    font-size: 14px;
    padding: 0 24px;
}
.accordion li {
    padding: 10px 30px;
}
.accordion li.open {
    background: #fff;
    padding: 10px 30px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.submenu li {
    border-bottom: 1px solid #4b4a5e;
}
.submenu a {
    display: block;
    text-decoration: none;
    color: #d9d9d9;
    padding: 12px;
    padding-left: 42px;
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}
.submenu a:hover {
    background: #b63b4d;
    color: #fff;
}
.cross_icon {
    position: absolute;
    left: 50%;
    top: 10%;
    transform: translateX(-50%);
}
.cross_icon i {
    font-size: 22px;
    color: #ff4da9;
}
.play_icon {
    position: absolute;
    right: 15%;
    top: 5%;
    transform: translateX(-50%);
}
.play_icon i {
    font-size: 14px;
    color: #a8acab;
}
.text_1 {
    position: relative;
    padding-right: 98px;
}
.icon_right {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.icon_right span {
    width: 60px;
    height: 60px;
    line-height: 60px;
    background: #4aca97;
    background: linear-gradient(90deg, #4aca97 0, #ffeb3c 100%);
    border-radius: 50px;
    display: inline-block;
}
.student-tool_circle {
    width: 100%;
    display: inline-block;
}
.student-tool_circle img {
    width: 100%;
    display: inline-block;
}
.section3 {
    background: #ebeef5;
    overflow: hidden;
}
.bg_img {
    position: absolute;
    top: 0;
    right: 0;
    text-align: right;
}
.bg_img img {
    width: 96%;
}
.girl_img {
    position: absolute;
    right: 5%;
    top: 20%;
}
.first_sec {
    position: relative;
    right: -45px;
    z-index: 9;
    top: 34px;
}
.first_sec1 {
    position: relative;
    right: -20px;
}
.first_sec3 {
    position: relative;
    right: -111px;
}
.first_sec2 {
    padding: 40px 0 40px 15px;
}
.first_sec1 span,
.first_sec3 span {
    background: #ebeef5;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
}
.first_sec h3 {
    font-size: 18px;
}
.first_sec p {
    font-size: 15px;
}
.img_bg_2 {
    position: relative;
    bottom: -30px;
}
.apps1 {
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
}
.section4 {
    background: #edf2f8;
    overflow: hidden;
}
.bl-shape {
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
}
.first_slider {
    max-width: 400px;
    position: relative;
}
.first_slider h4 {
    font-size: 18px;
}
.first_slider p {
    font-size: 14px;
    margin-bottom: 0;
}
.sliddd1 {
    position: relative;
    padding: 15px 15px 15px 0;
    padding-left: 90px;
    margin-right: 16px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
}
.icon1 {
    position: absolute;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    background: #f2f2fa;
    border-radius: 50px;
    box-shadow: 0 3px 4px rgba(0, 0, 0, 0.3);
    top: 50%;
    left: 15px;
    transform: translateY(-50%);
}
.scrollbar {
    margin-left: 0;
    float: left;
    height: 217px;
    background: #fff;
    overflow-y: scroll;
    margin-bottom: 25px;
    padding: 20px;
}
.force-overflow {
    min-height: 450px;
}
.first_slider {
    width: 500px;
    margin: auto;
}
#style-7::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #f5f5f5;
    border-radius: 10px;
}
#style-7::-webkit-scrollbar {
    width: 10px;
    background-color: #f5f5f5;
}
#style-7::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: #fec408;
}
.fns1 {
    position: absolute;
    top: 0;
    left: 0;
}
.feature4 {
    position: relative;
    z-index: 9;
}
.shape11 {
    position: absolute;
}
.shape13 {
    position: absolute;
    top: 0;
    right: 30px;
    z-index: -1;
}
.shape13 img {
    width: 60%;
}
.bg img,
.circle1 img,
.circle2 i,
.cross_icon i,
.first_slider img,
.play_icon i,
.shape11 img,
.shape13 img,
.tool_circle2 {
    -webkit-animation: spin 4s linear infinite;
    -moz-animation: spin 4s linear infinite;
    animation: spin 4s linear infinite;
}
@-moz-keyframes spin {
    100% {
        -moz-transform: rotate(360deg);
    }
}
@-webkit-keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
    }
}
@keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
.about_us {
    background: #f4f9ff;
}
#wave {
    position: absolute;
    height: 70px;
    width: 99.6%;
    top: -76px;
    display: none;
}
.about_text {
    max-width: 440px;
}
#wave:before {
    content: "";
    display: block;
    position: absolute;
    border-radius: 100% 50%;
    width: 71%;
    height: 80px;
    background-color: #fff;
    right: -5px;
    top: 40px;
}
#wave:after {
    content: "";
    display: block;
    position: absolute;
    border-radius: 100% 50%;
    width: 32%;
    height: 70px;
    background-color: #f4f9ff;
    left: 0;
    top: 44px;
    transform: rotateX(-10deg);
}
.Frequently_asked_Question,
.Services,
.Testimonials,
.about,
.app_wirking,
.order {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
    display: block;
}
.img_rotade {
    position: relative;
    -webkit-animation: spin 4s linear infinite;
    -moz-animation: spin 4s linear infinite;
    animation: spin 4s linear infinite;
    margin-right: 10px;
}
@-moz-keyframes spin {
    100% {
        -moz-transform: rotate(360deg);
    }
}
@-webkit-keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
    }
}
@keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
.about_us {
    background: #f4f8ff url(../images/about_bg.png) no-repeat center top/cover;
}
.about_us p {
    text-align: justify;
}
.Services_title h5 {
    max-width: 511px;
    position: relative;
}
.Services_title h5:after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 50%;
    width: 140px;
    height: 2px;
    background: #fcc202;
}
.help_Services ul li {
    font-size: 13px;
    color: #373a5b;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 18px;
    font-family: Poppins, sans-serif;
}
.help_Services ul li i {
    color: #5dd385;
    padding-right: 5px;
}
.help_Services ul li a {
    width: 180px;
    height: 50px;
    border-radius: 50px;
    text-align: center;
    line-height: 50px;
    background: #5dd385;
    color: #fff;
    display: inline-block;
    text-decoration: none;
    margin-top: 20px;
}
.help_service {
    background: #fff;
    margin-bottom: 30px;
    box-shadow: 0 0 45px rgba(0, 0, 0, 0.2);
    border-radius: 7px;
    padding: 30px 15px 15px 20px;
    height: 319px;
    cursor: pointer;
}
.service_icon {
    width: 70px;
    height: 70px;
    transition: all 0.3s;
    overflow: hidden;
    line-height: 70px;
    border-radius: 50px;
    display: inline-block;
    position: relative;
}
.service_icon i {
    color: #fff;
    font-size: 25px;
}
.Assigment_icon {
    position: relative;
    width: 80px;
    height: 80px;
    line-height: 80px;
    border-radius: 50px;
    background-color: #f1cd1d;
    display: inline-block;
    text-align: center;
    box-shadow: 0 15px 15px rgb(241 205 29 / 38%);
}
.Essay_icon {
    background: #007ef7;
    box-shadow: 0 3px 10px #007ef7;
}
.Dissertation_icon {
    background: #2cae4e;
    box-shadow: 0 3px 10px #2cae4e;
}
.last_icon {
    background: #ea6538;
    box-shadow: 0 3px 10px #ea6538;
}
.help_service h3 {
    position: relative;
    height: 50px;
    color: #373a5b;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.3em;
    margin-top: 20px;
}
.service_icon:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    top: -10px;
    right: -10px;
    transition: 0.3s;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 50%;
}
.help_service:hover .service_icon:after {
    content: "";
    position: absolute;
    transition: 0.3s;
    width: 55px;
    height: 60px;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    z-index: 99;
}
.help_service4 {
    transform: rotate(3deg);
}
.services_text {
    position: relative;
}
.cloud_img {
    position: absolute;
    top: 20%;
    right: -10%;
}
.cloud_img {
    animation: bounce 1s infinite alternate;
    -webkit-animation: bounce 1s infinite alternate;
}
@keyframes bounce {
    from {
        transform: translateY(0);
    }
    to {
        transform: translateY(-15px);
    }
}
@-webkit-keyframes bounce {
    from {
        transform: translateY(0);
    }
    to {
        transform: translateY(-15px);
    }
}
.Why_us {
    background: #edf2f8;
}
.Why_us_title p {
    text-align: justify;
    max-width: 800px;
    margin: 0 auto;
    color: #000;
    font-size: 14px;
    line-height: 1.9em;
}
.Plagriasm {
    margin: 10px 0;
}
.fmu_imgs {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}
.fmu2 {
    position: absolute;
    top: 0;
    right: 0;
}
.fmu3 {
    position: absolute;
    bottom: 0;
    left: 0;
}
.awesome_text {
    max-width: 506px;
}
.fmu3:before {
    width: 120px;
    height: 70px;
    position: absolute;
    content: "";
    left: 27%;
    top: 13%;
    border-radius: 3px;
    background: #70d381;
}
.fmu2:before {
    width: 55px;
    height: 55px;
    position: absolute;
    content: "";
    right: 11%;
    top: 29%;
    border-radius: 50px;
    background: #f8d020;
}
.clients {
    padding: 20px 15px;
}
.clients h5 {
    font-size: 14px;
    line-height: 20px;
}
.clients span {
    display: inline-block;
    margin-bottom: 35px;
    font-size: 50px;
    font-family: Poppins;
    font-weight: 600;
    margin-top: 14px;
}
.clients1 {
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}
.clients4 {
    border-left: 1px solid #ccc;
    border-top: 1px solid #ccc;
}
.clients1 span {
    color: #1fa54e;
}
.clients2 span {
    color: #ea6538;
}
.clients3 span {
    color: #ebd728;
}
.clients4 span {
    color: #1479d4;
}
.circle1 {
    position: absolute;
    top: 0;
    left: 0;
}
.awesome_funfacts {
    overflow: hidden;
    position: relative;
}
.dotted {
    position: absolute;
    left: -14%;
    top: -26%;
    z-index: -1;
}
.circle2 {
    position: absolute;
    bottom: 10%;
    right: 0;
    z-index: -1;
}
.testimonial_bg {
    background: #f2f5fa;
}
.testimonial_bg h5 {
    max-width: 488px;
    margin: 0 auto;
}
.testimonial_bg h5 span {
    font-weight: 300;
}
.testimonial_title p {
    max-width: 450px;
    margin: 15px auto;
}
.monial_1 {
    background: #fff;
    border-radius: 100px;
    padding: 19px 21px 19px 129px;
    padding-right: 30px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3);
    position: relative;
    max-width: 468px;
    margin: 30px auto;
}
.testimonial_img {
    display: inline-block;
    position: absolute;
    top: 0;
    left: -10%;
    z-index: 2;
}
.testimonial_img:before {
    content: "";
    width: 60px;
    height: 70px;
    background: #91d774;
    background: linear-gradient(90deg, #91d774 0, #c6da5c 58%);
    border-radius: 50%;
    z-index: -1;
    position: absolute;
    left: 0;
    bottom: 0;
}
.testimonial_img:after {
    content: "";
    width: 70px;
    height: 70px;
    background: #91d774;
    background: linear-gradient(90deg, #91d774 0, #c6da5c 58%);
    border-radius: 50%;
    z-index: -1;
    position: absolute;
    left: 36px;
    bottom: -27px;
}
.testimonial_circle2 {
    position: absolute;
    left: 0;
}
button:focus {
    outline: 0;
}
.monial_1 i {
    color: #ffb600;
}
.monial_1 p {
    font-size: 12px;
    margin-bottom: 5px !important;
}
.slider1 .owl-dots .owl-dot.active span,
.slider1 .owl-dots .owl-dot:hover span {
    background: #ffb600 !important;
}
.slider1 .owl-dots .owl-dot span {
    width: 87px;
    height: 20px;
    margin: 5px 2px;
}
.img_girl_tsmnl {
    position: absolute;
    top: 20%;
    left: 10%;
    transform: translateY(-20%);
}
.img_girl_tsmnl2 {
    position: absolute;
    bottom: 0;
    right: 10%;
}
footer {
    position: relative;
}
.footer_img0 {
    bottom: 15%;
    display: block;
    position: absolute;
    animation: linear infinite alternate;
    animation-name: run;
    animation-duration: 2s;
}
@-webkit-keyframes run {
    0% {
        left: 10%;
        transform: translateX(10%);
    }
    100% {
        left: 20%;
        transform: translateX(0);
    }
}
footer a.logo {
    font-size: 20px;
    letter-spacing: 2px;
    color: #000;
    font-weight: 700;
}
footer a.logo span {
    color: #ffeb3c;
}
.useful ul li {
    width: 50%;
    float: left;
    line-height: 40px;
}
.useful ul li a {
    color: #000;
    transition: 0.3s;
    font-size: 15px;
}
.useful ul li a i {
    padding-right: 5px;
}
footer h3 {
    font-size: 18px;
}
.img_circle_left img.footer_img0 {
    position: absolute;
    top: 0;
    left: 20%;
    opacity: 0.3;
    max-height: 222px;
}
.img_circle_left img.footer_img1 {
    position: absolute;
    bottom: 0;
    left: 0;
}
.img_circle_left img.footer_img2 {
    position: absolute;
    top: 0;
    right: 0;
}
.footer_img0 {
    position: absolute;
    top: 0;
    left: 0;
}
.useful li a:hover {
    color: #fbc50a;
}
.useful2 i {
    color: #ffb600;
}
::-webkit-scrollbar {
    width: 10px;
}
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 0;
}
::-webkit-scrollbar-thumb {
    background: #fbc91b;
    border-radius: 10px;
}
::-webkit-scrollbar-thumb:hover {
    background: #fbc50a;
}
ul li {
    list-style: none;
}
.copy_right {
    width: 100%;
    border-top: 1px solid #8bc34a;
    background: #ffeb3b;
}
.copy_right ul li {
    display: inline-block;
    font-size: 14px;
    color: #2f2f2f;
    padding-left: 10px;
}
.copy_right ul li a {
    color: #2f2f2f;
}
#scroll {
    position: fixed;
    right: 10px;
    bottom: 10px;
    cursor: pointer;
    width: 50px;
    height: 50px;
    background-color: #ffeb3c;
    text-indent: -9999px;
    display: none;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    border-radius: 60px;
    z-index: 9999;
}
#scroll span {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -8px;
    margin-top: -12px;
    height: 0;
    width: 0;
    border: 8px solid transparent;
    border-bottom-color: #000;
}
#scroll:hover {
    background-color: #fce30c;
    opacity: 1;
    filter: "alpha(opacity=100)";
    -ms-filter: "alpha(opacity=100)";
}
@media (max-width: 1307px) {
    .cloud_img {
        position: absolute;
        top: 20%;
        right: 0;
    }
}
@media (max-width: 1215px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 0.4rem;
    }
}
@media (max-width: 1199px) {
    h2 {
        font-size: 28px;
    }
    .navbar-dark .navbar-nav .nav-link {
        font-size: 13px;
    }
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 0.3rem;
        padding-left: 0.4rem;
    }
    .banner_d_w {
        width: 920px;
    }
    .banner_text {
        max-width: 517px;
    }
    .banner_form {
        max-width: 384px;
    }
    .first_sec {
        position: relative;
        right: -35px;
        z-index: 9;
        top: -54px;
    }
    .bg_img img {
        width: 88%;
    }
    .img_bg_2 {
        position: absolute;
        bottom: -74px;
    }
    .section3 {
        padding-bottom: 50px;
    }
    .monial_1 {
        background: #fff;
        border-radius: 100px;
        padding: 20px 25px 20px 121px;
    }
    .testimonial_img {
        display: inline-block;
        position: absolute;
        top: 30px;
        left: 2%;
        width: 100px;
    }
    .cloud_img {
        right: -16px;
    }
    .help_Services ul li {
        font-size: 12px;
    }
    .help_service h3 {
        padding: 20px 0;
    }
    .fmu3 {
        width: 353px;
    }
    .fmu3::before {
        width: 110px;
        height: 51px;
    }
    .fmu2 {
        width: 241px;
    }
}
.navbar-dark .navbar-toggler {
    color: #000;
}
@media (max-width: 991px) {
    body {
        font-size: 14px;
    }
    h2 {
        font-size: 22px !important;
    }
    h4 {
        font-size: 18px !important;
    }
    p {
        font-size: 12px;
        line-height: 18px;
    }
    .banner_text h2 {
        max-width: 352px;
    }
    .navbar-nav {
        background: #fff;
        padding: 20px;
    }
    .bg_shap img.shap1_img {
        position: absolute;
        left: 12%;
        top: 0;
        z-index: 0;
    }
    .navbar-dark .navbar-nav .nav-link.last-child {
        margin-left: 0;
        width: 150px;
        text-align: center;
    }
    .first_sec p {
        font-size: 12px;
    }
    .text_1 {
        position: relative;
        padding-right: 63px;
    }
    .useful {
        text-align: left !important;
    }
    .student-tool_circle {
        width: 100%;
        display: inline-block;
        margin-top: 100px;
    }
    .img_girl_tsmnl,
    .img_girl_tsmnl2 {
        width: 151px;
    }
    .shape13 {
        width: 133px;
    }
    .shape11 {
        z-index: -1;
        width: 91px;
    }
    .scrollbar {
        margin-left: 0;
        float: left;
        height: 200px;
        background: #fff;
        overflow-y: scroll;
        margin-bottom: 25px;
        padding: 10px;
        width: 80%;
    }
    .first_sec p {
        line-height: 18px;
    }
    .banner_d_w {
        width: 688px;
    }
    .banner_form {
        max-width: 323px;
    }
    .student-tool_circle {
        margin-top: 51px;
    }
    .help_service h3 {
        padding: 8px 0;
    }
    h3 {
        font-size: 12px;
    }
    .help_Services ul li {
        font-size: 12px;
        font-weight: 700;
        line-height: 43px;
    }
    .cloud_img {
        right: 0;
    }
    #wave {
        position: absolute;
        height: 70px;
        width: 98.6%;
    }
    .fmu3 {
        width: 218px;
    }
    .fmu3::before {
        width: 70px;
        height: 31px;
    }
    .fmu2 {
        width: 141px;
    }
    .fmu2::before {
        width: 35px;
        height: 35px;
    }
    .cloud_img {
        z-index: -1;
    }
    .testimonial_img::after {
        width: 44px;
        height: 58px;
        left: 36px;
        bottom: -17px;
    }
    .testimonial_img::before {
        left: -5px;
    }
}
.content_a p {
    text-align: justify;
}
@media (max-width: 767px) {
    .forny-inner .input-group {
        margin-bottom: 12px;
    }
    ul.submenu.faq_new {
        text-align: justify;
    }
    p.faq_pr {
        text-align: justify;
    }
    .monial_1 p {
        font-size: 12px;
        margin-bottom: 5px !important;
        text-align: justify;
    }
    .Why_us_title p {
        text-align: justify;
    }
    section.section.help_Services.mt-5 p {
        margin-bottom: 25px;
        text-align: justify;
    }
    .Services_title h5 {
        max-width: 511px;
        position: relative;
        font-size: 31px;
    }
    .Services_title h5:after {
        content: "";
        position: absolute;
        bottom: 0;
        right: 50%;
        width: 140px;
        height: 2px;
        background: unset;
    }
    .item.text-center.Submit_Assinment2 h3 {
        line-height: 32.1px;
        font-size: 20px;
    }
    .Submit_Assinment2 ul {
        background: #fff;
        border-radius: 122px;
        padding: 45px 57px 58px 53px;
        margin: 10px 54px !important;
        -webkit-box-shadow: 5px 0 36px 9px rgb(13 0 30 / 8%);
        box-shadow: 5px 0 12px 10px rgb(13 0 30 / 6%);
        height: 351px;
    }
    .col-md-12.text-center.step_2_dis p {
        font-size: 14px;
        color: #101010;
        margin-bottom: 77px;
        text-align: justify;
    }
    button.submit_button2 {
        padding: 2px 26px !important;
        height: auto;
        line-height: normal;
        border-radius: 6px;
        font-size: 16px !important;
        background: #fce541;
        color: #fff;
        text-transform: capitalize;
        width: 151px !important;
        border: none;
        margin: 1px 0 0 !important;
        cursor: pointer;
    }
    .second_step .form-control {
        display: block;
        width: 100%;
        height: calc(2.2em + 2px) !important;
    }
    .banner_section.step_snd h4 {
        color: #131212;
        font-size: 26px !important;
        text-shadow: 0 3px 5px rgb(0 0 0 / 13%);
        margin-bottom: 8px !important;
    }
    .banner_section.step_snd {
        background: #f8d021;
        background-image: url(../images/banner_second_step.png);
    }
    .second_step .form-control {
        margin-bottom: 12px;
    }
    .incr_decre {
        display: block !important;
    }
    .form-group.second_step span {
        display: inline-block;
        width: 100%;
        height: calc(2.2em + 2px) !important;
        padding: 7px 54px 7px 149px;
        font-size: 1rem;
        line-height: 1.5;
        color: #495057;
        background-color: #fce541;
        border: 1px solid #ced4da;
        border-radius: 0.25rem;
        transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
        box-shadow: none !important;
        box-shadow: none;
        font-weight: 400;
        color: #000 !important;
        margin-top: 12px;
    }
    .banner_d_w_s {
        width: 100% !important;
        height: 100%;
        position: relative;
        margin: 0 auto;
        top: 36px !important;
        position: relative;
        padding: 30px 15px;
        z-index: 0;
        margin: 0 16px 8px 19px;
    }
    p {
        font-size: 13px !important;
        line-height: 24px !important;
    }
    h2 {
        font-size: 18px !important;
    }
    h4 {
        font-size: 13px !important;
    }
    .about_mobile {
        margin-top: 0 !important;
        padding-top: 0 !important;
    }
    .banner_form form {
        position: relative;
        top: 46%;
    }
    .submit_button {
        height: 35px;
    }
    .banner_d_w {
        width: 100%;
    }
    .accordion li.open {
        background: #fff;
        padding: 10px 0;
    }
    .accordion li {
        padding: 10px 0;
    }
    .girl_img {
        display: none;
    }
    .bg_img,
    .student-tool_circle {
        display: none;
    }
    .first_sec1,
    .first_sec2,
    .first_sec3 {
        position: relative;
        right: 41px;
    }
    .first_sec2 {
        padding: 25px 0 25px 15px;
    }
    .first_slider {
        width: 288px;
        margin: auto;
    }
    .scrollbar {
        width: 100%;
    }
    .first_slider p {
        font-size: 12px;
        margin-bottom: 0;
        line-height: 18px;
    }
    .first_slider h4 {
        font-size: 12px;
    }
    .img_girl_tsmnl,
    .img_girl_tsmnl2 {
        display: none;
    }
    .monial_1 {
        background: #fff;
        border-radius: 10px;
        padding: 10px;
        margin: 15px;
    }
    .testimonial_img {
        display: none;
    }
    .img_circle_left img.footer_img0 {
        position: absolute;
        top: 0;
        left: 0;
    }
    .waveWrapperInner {
        display: none;
    }
    .banner_section {
        background: #f8d021;
    }
    .banner_text {
        max-width: 284px;
    }
    .banner_text {
        position: inherit;
        top: 25%;
        left: 21px;
    }
    .banner_text {
        position: absolute;
        top: auto;
        left: 21px;
        bottom: -45px;
    }
    .banner_section h4 {
        color: #fff;
        font-size: 13px;
    }
    .review ul {
        margin-top: 8px;
    }
    .review {
        margin-top: 15px !important;
    }
    .banner_form form h3 {
        color: #000;
        font-size: 14px;
    }
    .banner_form form {
        background: rgba(255, 255, 255, 0.5);
        margin: 15px;
    }
    .banner_form {
        height: 76%;
        margin: auto;
    }
    .banner_form form input,
    .banner_form form select,
    .banner_form form textarea {
        margin-bottom: 5px !important;
    }
    .Add_More_Fil a {
        width: 129px;
        height: 35px;
        line-height: 35px;
        font-size: 12px;
    }
    .form-group {
        margin-bottom: 0 !important;
    }
    .banner_button {
        width: 136px;
        text-decoration: none;
        text-align: center;
        height: 40px;
        line-height: 40px;
    }
    .help_Services ul li {
        font-size: 12px;
        line-height: 20px;
        margin-bottom: 15px;
    }
    .fmu3::before {
        width: 71px;
        height: 42px;
        position: absolute;
    }
    .fmu3 {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 178px;
    }
    .fmu2 {
        width: 120px;
    }
    .fmu2::before {
        width: 35px;
        height: 35px;
        position: absolute;
        content: "";
        right: 6%;
        top: 25%;
    }
    .circle1 {
        z-index: -1;
    }
    #wave,
    .cloud_img,
    .img_circle_left img.footer_img0 {
        display: none;
    }
    .clients3 {
        border-top: 1px solid #ccc;
    }
    .clients {
        padding: 35px 15px;
    }
    .help_Services ul li i {
        position: absolute;
        left: 0;
    }
    .help_Services ul li {
        padding-left: 20px;
        position: relative;
    }
    .help_Services ul li a {
        width: 122px;
        height: 40px;
        line-height: 40px;
    }
}
.col-md-7.services_text.box_services {
    position: relative;
    padding: 15px 50px;
}
.col-md-7.services_text.box_services p {
    position: relative;
    color: #373a5b;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.8em;
    margin-top: 18px;
}
section.section.help_Services.mt-5 p {
    color: #373a5b;
    font-size: 15px;
    line-height: 1.9em;
    margin-bottom: 25px;
    text-align: justify;
}
.col-md-5.mt-5.pt-5.about_mobile p {
    color: #373a5b;
    font-size: 15px;
    line-height: 1.9em;
    margin-bottom: 25px;
}
img.img-fluid.fun_fac {
    width: 182px;
    height: 182px;
}
.Plagriasm p {
    color: #373a5b;
    font-size: 14px;
    line-height: 1.9em;
    text-align: justify;
}
span.circle1.dotted .img_rotade {
    position: relative;
    -webkit-animation: spin 4s linear infinite;
    -moz-animation: spin 4s linear infinite;
    animation: spin 31s linear infinite;
    opacity: 0.4;
}
.Why_us_title h5 {
    font-size: 36px;
    font-weight: 700;
    padding: 15px 0 12px;
    line-height: 1.306;
}
.Why_us_title h5 span {
    font-size: 36px;
    font-weight: 300;
    padding: 15px 0 12px;
    line-height: 1.306;
}
.row.footer_text li a {
    color: #373838;
    text-decoration: none;
    background-color: transparent;
    font-size: 13px;
}
.col-md-3.useful2 li {
    font-size: 12px;
    color: #7f8080;
    display: inline-block;
}
.row.footer_text {
    margin-bottom: 11px;
}
.social_icon i.fab.fa-facebook {
    color: #3f51b5;
    font-size: 17px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-weight: 400;
    border-radius: 50px;
    background-color: #fff;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    box-shadow: 0 3px 11px #97968e30;
}
.social_icon i.fab.fa-facebook:hover {
    background-color: #ffc107;
    color: #fff;
}
.social_icon i.fab.fa-instagram {
    color: #c007a1;
    font-size: 17px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-weight: 400;
    border-radius: 50px;
    background-color: #fff;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    box-shadow: 0 3px 11px #97968e30;
}
.social_icon i.fab.fa-instagram:hover {
    background-color: #ffc107;
    color: #fff;
}
.social_icon i.fab.fa-tumblr {
    color: #426a98;
    font-size: 17px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-weight: 400;
    border-radius: 50px;
    background-color: #fff;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    box-shadow: 0 3px 11px #97968e30;
}
.social_icon i.fab.fa-pinterest:hover {
    background-color: #ffc107;
    color: #fff;
}
.social_icon i.fab.fa-pinterest {
    color: #f4511e;
    font-size: 17px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-weight: 400;
    border-radius: 50px;
    background-color: #fff;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    box-shadow: 0 3px 11px #97968e30;
}
.social_icon i.fab.fa-tumblr:hover {
    background-color: #ffc107;
    color: #fff;
}
.social_icon i.fab.fa-youtube {
    color: #f74c40;
    font-size: 17px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-weight: 400;
    border-radius: 50px;
    background-color: #fff;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    box-shadow: 0 3px 11px #97968e30;
}
.social_icon i.fab.fa-youtube:hover {
    background-color: #ffc107;
    color: #fff;
}
.social_icon i.fab.fa-twitter {
    color: #03a9f4;
    font-size: 17px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-weight: 400;
    border-radius: 50px;
    background-color: #fff;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    box-shadow: 0 3px 11px #97968e30;
}
.social_icon i.fab.fa-twitter:hover {
    background-color: #ffc107;
    color: #fff;
}
.social_icon i.fab.fa-linkedin-in {
    color: #3f51b5;
    font-size: 17px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-weight: 400;
    border-radius: 50px;
    background-color: #fff;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    box-shadow: 0 3px 11px #97968e30;
}
.social_icon i.fab.fa-linkedin-in:hover {
    background-color: #8bc34a;
    color: #fff;
}
p.faq_pr {
    font-size: 15px;
    font-weight: 500;
    color: #5f5d5d;
}
.col-md-4.mt-5.text-right.faq_text b {
    font-size: 15px;
}
.content_a h1.content_area {
    font-size: 35px;
    font-weight: 600;
    text-align: center;
}
.content_b h2.content_area2 {
    font-size: 35px;
    font-weight: 600;
}
.content_c h2.content_area3 {
    font-size: 35px;
    font-weight: 600;
}
.monial_1 small {
    color: #50af09;
    font-weight: 500;
    letter-spacing: 0.8px;
}
ul.fxt-socials li {
    max-width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 10px;
}
ul.fxt-socials li.fxt-google a {
    background-color: #c33;
}
ul.fxt-socials li.fxt-google a i {
    background-color: #db4437;
}
.fa-google:before {
    content: "\f0d5";
}
ul.fxt-socials li.fxt-facebook a {
    background-color: #3b5998;
}
ul.fxt-socials li.fxt-facebook a i {
    background-color: #4867aa;
}
ul.fxt-socials li a i {
    border-radius: 2px 0 0 2px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 45px;
    height: 45px;
}
ul.fxt-socials li a span {
    height: 100%;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 12px;
    text-decoration: none;
}
ul.fxt-socials li a {
    text-decoration: none;
    border-radius: 2px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: flex-start;
    -ms-flex-pack: flex-start;
    justify-content: flex-start;
    font-size: 14px;
    height: 45px;
    color: #fff;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
ul.fxt-socials li.fxt-facebook a {
    background-color: #3b5998;
}
.fa-facebook:before {
    content: "\f39e";
}
.form-control {
    display: block;
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    box-shadow: none !important;
}
button.submit_button a {
    text-decoration: none;
    color: #000;
}
ul.menu-desk li a {
    margin-bottom: 11px;
    font-size: 13px;
    color: #000;
    font-weight: 500;
    letter-spacing: 0.1px;
    text-decoration: none;
}
.col-md-5.mt-5.pt-5.about_mobile p {
    color: #373a5b;
    font-size: 15px;
    line-height: 1.9em;
    margin-bottom: 25px;
}
img.img-fluid.fun_fac {
    width: 182px;
    height: 182px;
}
ul.menu-desk li a:before {
    content: "\25C9";
    font-family: FontAwesome;
    display: inline-block;
    margin-right: 5px;
    color: #78c124;
}
#Home {
    background-color: #fff;
}
#Economics {
    background-color: #fff;
}
#Contact {
    background-color: #fff;
}
#About {
    background-color: #fff;
}
.navbar .nav-item:not(:last-child) {
    margin-right: 15px;
}
.dropdown-toggle::after {
    transition: transform 0.15s linear;
}
.show.dropdown .dropdown-toggle::after {
    transform: translateY(3px);
}
.tablink {
    color: #0b0a0a;
    float: left;
    border: none;
    outline: 0;
    cursor: pointer;
    padding: 12px 0;
    font-size: 14px;
    width: 10%;
}
.tablink:hover {
    background-color: #8bc34a;
}
.tabcontent {
    color: #fff;
    display: none;
    padding: 100px 20px;
    height: 100%;
}
.waveWrapperInner2 {
    position: absolute;
    width: 100%;
    overflow: hidden;
    height: 100%;
    bottom: -1px;
    background-image: url(../images/banner_second_step.png);
}
.banner_form2 {
    height: 100%;
    right: 0;
    margin-left: auto;
    width: 100%;
}
.banner_form2 form h3 {
    color: #000;
    font-size: 22px;
    font-weight: 400;
    background: #fff;
    border-radius: 14px;
}
.banner_form2 form {
    background: #fff;
    box-shadow: 6px 10px 31px rgb(0 0 0 / 18%);
    border-radius: 14px;
}
.banner_d_w_s {
    width: 850px;
    margin: 0 auto;
    margin-top: 140px;
    z-index: 98;
}
.second_step .form-control {
    display: block;
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    box-shadow: none !important;
    width: 100%;
    box-shadow: none;
    font-weight: 400;
    color: #000 !important;
    font-size: 12px;
    border: none;
    border-radius: 4px;
    background: #f5f5f5;
}
.banner_d_w_s2 {
    margin-top: 0;
    padding-top: 90px;
}
.banner_form2 strong {
    float: right;
    font-weight: 400;
    font-size: 13px;
    background: #f53c20;
    padding: 5px 40px 5px 15px;
    border-radius: 4px 0 0 4px;
    color: #fff;
    width: auto;
}
.step_snd {
    background: #f2f2ff;
}
.banner_form2 h3 span {
    color: #f53c20;
}
button.submit_button2 {
    padding: 7px 25px;
    height: auto;
    line-height: normal;
    border-radius: 6px;
    font-size: 18px;
    background: #fce541;
    color: #000;
    text-transform: capitalize;
    width: 280px;
    border: none;
    margin: 20px 0 10px;
    cursor: pointer;
}
.form-group.second_step span {
    display: block;
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: 7px 34px 7px 42px;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fce541;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    box-shadow: none !important;
    box-shadow: none;
    font-weight: 400;
    color: #000 !important;
}
.Submit_Assinment2 ul {
    background: #fff;
    border-radius: 122px;
    padding: 45px 57px 58px 53px;
    margin: 11px 24px;
    -webkit-box-shadow: 5px 0 36px 9px rgb(13 0 30 / 8%);
    box-shadow: 5px 0 12px 10px rgb(13 0 30 / 6%);
    height: 351px;
}
.Submit_Assinment2 ul:hover {
    box-shadow: 0 10px 10px #e1dbe5;
    background: #ffeb3c;
}
.Submit_Assinment2 ul:hover li span {
    border: 5px solid #f7ec70;
    transition: 0.3s;
    box-shadow: 3px 5px 1px #33c59e;
}
.item.text-center.Submit_Assinment2 h3 {
    line-height: 27.1px;
}
.Submit_Assinment2 ul li span {
    background: #e7e6e9cf;
    transition: 0.3s;
    display: inline-block;
    border-radius: 10px;
    border: 5px solid #fff;
    width: 125px;
    height: 125px;
    margin: 0 auto;
    line-height: 125px;
    margin-bottom: 5px;
    border-radius: 100%;
    -webkit-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
    background-image: -webkit-linear-gradient(325deg, #efe7f9 0, #eaedfc 49%, #e5f3fe 100%);
    background-image: -o-linear-gradient(325deg, #efe7f9 0, #eaedfc 49%, #e5f3fe 100%);
    background-image: linear-gradient(125deg, #efe7f9 0, #eaedfc 49%, #e5f3fe 100%);
}
.Submit_Assinment2 ul li {
    font-size: 14px;
}
.Submit_Assinment2 ul:hover li.number {
    visibility: visible;
}
.Submit_Assinment2 ul li.number {
    width: 40px;
    visibility: hidden;
    transition: 0.3s;
    height: 40px;
    text-align: center;
    line-height: 40px;
    border-radius: 50px;
    display: inline-block;
    color: #000;
    background: #37c7a3;
    position: relative;
    bottom: -30px;
}
section.section.section1.mt-5.step_change {
    background-image: url(../images/bg_step2.png);
}
.owl-carousel.owl-theme.slider2.owl-loaded.owl-drag.tn_assignment {
    margin-bottom: 58px;
}
ul.menu-desk li {
    width: 23%;
    float: left;
    font-size: 14px;
    color: #fff;
    margin-right: 5%;
    margin-bottom: 13px;
}
.menu_new_a h3 {
    color: #000;
    z-index: 99999999999;
    position: relative;
}
.menu_new_a h3::before {
    position: absolute;
    content: "";
    background: #f8d021;
    width: 9%;
    display: inline-block;
    height: 10px;
    top: 14px;
    z-index: -1;
}
.menu_new_b h3 {
    color: #000;
    z-index: 99999999999;
    position: relative;
}
.menu_new_b h3::before {
    position: absolute;
    content: "";
    background: #f8d021;
    width: 9%;
    display: inline-block;
    height: 10px;
    top: 14px;
    z-index: -1;
}
.menu_new_c h3 {
    color: #000;
    z-index: 99999999999;
    position: relative;
}
.menu_new_c h3::before {
    position: absolute;
    content: "";
    background: #f8d021;
    width: 9%;
    display: inline-block;
    height: 10px;
    top: 14px;
    z-index: -1;
}
.menu_new_d h3 {
    color: #000;
    z-index: 99999999999;
    position: relative;
}
.menu_new_d h3::before {
    position: absolute;
    content: "";
    background: #f8d021;
    width: 9%;
    display: inline-block;
    height: 10px;
    top: 14px;
    z-index: -1;
}
.menu_new_e h3 {
    color: #000;
    z-index: 99999999999;
    position: relative;
}
.menu_new_e h3::before {
    position: absolute;
    content: "";
    background: #f8d021;
    width: 2%;
    display: inline-block;
    height: 10px;
    top: 14px;
    z-index: -1;
}
.menu_new_f h3 {
    color: #000;
    z-index: 99999999999;
    position: relative;
}
.menu_new_f h3::before {
    position: absolute;
    content: "";
    background: #f8d021;
    width: 4%;
    display: inline-block;
    height: 10px;
    top: 14px;
    z-index: -1;
}
.menu_new_g h3 {
    color: #000;
    z-index: 99999999999;
    position: relative;
}
.menu_new_g h3::before {
    position: absolute;
    content: "";
    background: #f8d021;
    width: 9%;
    display: inline-block;
    height: 10px;
    top: 14px;
    z-index: -1;
}
.menu_new_h h3 {
    color: #000;
    z-index: 99999999999;
    position: relative;
}
.menu_new_h h3::before {
    position: absolute;
    content: "";
    background: #f8d021;
    width: 16%;
    display: inline-block;
    height: 10px;
    top: 14px;
    z-index: -1;
}
.menu_new_i h3 {
    color: #000;
    z-index: 99999999999;
    position: relative;
}
.menu_new_i h3::before {
    position: absolute;
    content: "";
    background: #f8d021;
    width: 9%;
    display: inline-block;
    height: 10px;
    top: 14px;
    z-index: -1;
}
.menu_new_j h3 {
    color: #000;
    z-index: 99999999999;
    position: relative;
}
.menu_new_j h3::before {
    position: absolute;
    content: "";
    background: #f8d021;
    width: 9%;
    display: inline-block;
    height: 10px;
    top: 14px;
    z-index: -1;
}
ul.menu-desk.accounting li {
    width: 31%;
    float: left;
    font-size: 13px;
    color: #fff;
    margin-right: 1%;
    margin-bottom: 13px;
}
ul.menu-desk.accounting li a {
    margin-bottom: 11px;
    font-size: 13px;
    color: #000;
    font-weight: 500;
    letter-spacing: 0.1px;
    text-decoration: none;
}
ul.menu-desk.management li {
    width: 31%;
    float: left;
    font-size: 13px;
    color: #fff;
    margin-right: 1%;
    margin-bottom: 13px;
}
ul.menu-desk.management li a {
    margin-bottom: 11px;
    font-size: 13px;
    color: #000;
    font-weight: 500;
    letter-spacing: 0.1px;
    text-decoration: none;
}
.banner_section.step_snd h4 {
    color: #131212;
    font-size: 43px;
    text-shadow: 0 3px 5px rgb(0 0 0 / 13%);
    margin-bottom: 27px;
}
.col-lg-12.text-center.step-2 span {
    color: #f53c20;
}
.col-md-12.text-center.step_2_dis p {
    font-size: 14px;
    color: #101010;
    margin-bottom: 77px;
}
.ulolli ul li {
    list-style: disc;
}
.ulolli ul {
    padding: 0 0 15px 23px;
}
.ulolli ol {
    padding: 0 0 15px 23px;
}
.ulolli ol li {
    text-align: justify;
    font-size: 14px;
}
.incr_decre {
    display: -webkit-box;
}
/*input.form-control.custom_file {
    display: inline-block;
    padding: 0 12px;
    width: 64%;
}*/
input.form-control.custom_file {
display: inline-block;
padding: 0 12px;
width: 80%;
overflow: hidden;
background: #fff !important;
margin-right: 10px;
}
.remove_field {
    background-color: red;
    font-size: 11px;
    color: #fff !important;
    border: 0;
    padding: 4px;
}
.Add_More_Fil button {
    width: 140px;
    height: 31px;
    line-height: 24px;
    display: inline-block;
    text-decoration: none;
    text-align: center;
    font-size: 13px;
    color: #023012;
    background: #fff;
    border-radius: 10px;
    border: 1px solid #f8d02145;
    box-shadow: 0 1px 0 0 rgb(0 0 0 / 22%);
}
ul.submenu.faq_new li {
    border-bottom: none;
    list-style: decimal;
}
ol.discription {
    padding: 0 0 0 23px;
}
ul.footer_b li {
    margin-bottom: 2px;
}
.footer_fg {
    box-shadow: 0 0 8px rgb(0 0 0 / 20%);
    padding: 63px 0 0 2px;
}
ul.assignment_services li {
    width: 24%;
    float: left;
    font-size: 14px;
    color: #000;
    margin-right: 1%;
    margin-bottom: 8px;
    font-size: 12px;
    line-height: 13.9px;
    font-weight: 700;
}
ul.assignment_services {
    display: inline-block;
    width: 100%;
}
#myModal {
    z-index: 99999;
}
#myModal h4 {
    color: #000;
}
#myModal input {
    border: 0;
    border-bottom: 1px solid #5dd385;
}
.sticky {
    z-index: 9999;
}
.done_forgot_password {
    width: 150px;
    height: 50px;
    border-radius: 50px;
    text-align: center;
    background: #5dd385;
    color: #fff;
    display: inline-block;
    text-decoration: none;
    margin-top: 20px;
}
.waveWrapper_inner {
    height: 90%;
}
.header_inner {
    height: 60vh;
}
.link_inner_page {
    margin-top: 20px;
}
.link_inner_page li {
    list-style: none;
    display: inline-block;
    color: #000;
    font-size: 15px;
}
.link_inner_page li span {
    padding: 0 5px;
}
.link_inner_page li a {
    text-decoration: none;
    color: #000;
    font-size: 15px;
}
.privacy_policy .privacy_title {
    border-bottom: 2px solid #00919b;
    margin-bottom: 20px;
}
.privacy_policy ul {
    margin: 20px;
}
.privacy_policy ul li {
    list-style: disc;
    line-height: 35px;
}
.privacy_policy .privacy_title h3 {
    font-size: 28px;
}
ul.term_condition li {
    list-style: none;
    font-size: 13px;
    text-align: justify;
}
ol.term_condition li {
    list-style: none;
    font-size: 13px;
    text-align: justify;
}
p.term_head {
    font-size: 16px;
}
.subContact p {
    font-size: 14px;
    margin: 10px 0 0;
    color: #666;
}
.Add_Money_banner {
    background: url(../images/wallet_banner.jpg) no-repeat center top/cover;
    padding: 100px 0;
}
.Add_Money_banner h2 {
    color: #fff;
    max-width: 600px;
}
.Add_Money_banner ul li {
    color: #fff;
    font-weight: 600;
    float: left;
    margin-right: 20px;
    text-align: center;
}
.Add_Money_banner ul li a {
    width: 150px;
    height: 45px;
    transition: 0.4s;
    margin-bottom: 15px;
    line-height: 45px;
    text-align: center;
    text-decoration: none;
    color: #000;
    border-radius: 3px;
    background: #fff;
    display: inline-block;
}
.Add_Money_banner ul li a.active,
.Add_Money_banner ul li a:hover {
    background: #4acd77;
    color: #fff;
}
.cash_back {
    background: rgba(0, 0, 0, 0.3);
    border: 1px solid #f8d021;
    display: inline-block;
    padding: 0;
}
.cash_back h3 {
    color: #000;
    background: #f8d021;
    padding: 12px 10px;
    margin-bottom: 15px;
}
.cash_back ul li {
    display: block;
    float: none;
}
.Great_Offer .card {
    border: 0;
    padding: 0 19px;
    margin-bottom: 60px;
    position: relative;
}
.Great_Offer small {
    display: block;
    font-size: 14px;
    color: #5fab08;
}
.Great_Offer .card-img {
    width: calc(100% + 38px);
    margin-left: -20px;
    overflow: hidden;
    z-index: 9;
    background: #000;
    border-radius: 0;
}
.Great_Offer .card-img img {
    max-width: 100%;
    transition: all 0.3s ease-in-out;
}
.Great_Offer .card-body {
    z-index: 10;
    background: #fff;
    border-top: 4px solid #fff;
    padding: 15px;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
    margin-top: -60px;
    transition: 0.3s;
}
.Great_Offer .card-title {
    font-weight: 700;
    text-align: center;
    margin-bottom: 20px;
}
.Great_Offer .card-title a {
    color: #37423b;
    transition: 0.3s;
    font-size: 23px;
    text-decoration: none;
}
.Great_Offer .card-text {
    color: #5e5e5e;
}
.Great_Offer .read-more a {
    color: #777;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 12px;
    transition: 0.3s;
}
.Great_Offer .read-more a:hover {
    color: #5fcf80;
}
.Great_Offer .card:hover img {
    transform: scale(1.1);
    opacity: 0.5;
}
.Great_Offer .card:hover .card-body {
    border-color: #5fcf80;
}
.order_now {
    color: #000;
    text-decoration: none;
    background: #ffeb3c;
}
.order_now:hover {
    color: #5fcf80;
    text-decoration: none;
}
.events .card:hover .card-body .card-title a {
    color: #5fcf80;
}
.heading_line {
    border-bottom: 2px solid #00919b;
}
#Payments_Anytime {
    margin-top: -74px;
}
.Payments_Anytime .content {
    padding: 30px;
    background: #5fcf80;
    border-radius: 4px;
    color: #fff;
}
.Payments_Anytime .content h3 {
    margin-bottom: 30px;
    font-size: 18px;
    font-weight: 400;
    text-align: center;
    margin-bottom: 30px;
}
.Payments_Anytime .content p {
    margin-bottom: 30px;
}
.Payments_Anytime .content .more-btn {
    display: inline-block;
    background: #ffeb3c;
    padding: 6px 30px 8px 30px;
    color: #000;
    font-weight: 600;
    border-radius: 50px;
    transition: all ease-in-out 0.4s;
}
.Payments_Anytime .content .more-btn i {
    font-size: 14px;
}
.Payments_Anytime .content .more-btn:hover {
    color: #5fcf80;
    background: #fff;
}
.Payments_Anytime .icon-boxes .icon-box {
    text-align: center;
    background: #fff;
    padding: 40px 0;
    width: 100%;
    border: 1px solid #eef0ef;
    transition: 0.4s;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
}
.Payments_Anytime .icon-boxes .icon-box:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}
.Payments_Anytime .icon-boxes .icon-box i {
    color: #0f0a07;
    background: #ffeb3c;
}
.Payments_Anytime .icon-boxes .icon-box h4 {
    font-size: 16px;
    font-weight: 600;
    margin: 15px 0 30px 0;
}
.Payments_Anytime .icon-boxes .icon-box p {
    font-size: 15px;
    color: #848484;
}
#Commission {
    background: url(../images/commission.jpg) no-repeat center top/cover;
    padding-top: 50px;
}
.Refer_Your_Friend {
    background: rgba(0, 0, 0, 0.3);
    padding: 30px;
    border: 2px solid #ffeb3c;
    margin-bottom: 40px;
}
.Refer_Your_Friend h2 {
    color: #fff;
    font-weight: 400;
}
.Refer_Your_Friend span {
    color: #ffeb3c;
    font-weight: 600;
}
.Enhance_Your_Resume a,
.Refer_Your_Friend a {
    width: 160px;
    text-decoration: none;
    height: 45px;
    line-height: 30px;
    text-align: center;
    display: inline-block;
    border-radius: 3px;
    color: #fff;
    background: #4acd77;
}
.Enhance_Your_Resume a {
    line-height: 45px;
}
.prsnt_off {
    width: 160px;
    text-align: center;
    height: 160px;
    line-height: 40px;
    border-radius: 100px;
    background: #ffeb3c;
    display: block;
    margin-left: auto;
    font-size: 32px;
    padding-top: 28px;
    font-weight: 700;
}
.prsnt_off span {
    display: block;
    margin-bottom: 5px;
    font-size: 25px;
    font-weight: 600;
}
.Impress_Recruiters {
    transform: translateY(40%);
}
.dropdown-item {
    padding: 6px 1.5rem;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0.9px;
}
@media (min-width: 400px) and (max-width: 767px) {
    .waveWrapper {
        height: 700px !important;
    }
}
.mb-6.text-center.dummy_logo {
    margin-top: 20px;
}
.dropdown-menu {
    padding: 0;
}
.dropdown-menu {
    background: #fff;
    border: 0;
    top: 80%;
    border-radius: 0 0 5px 5px;
}
.dropdown-menu a.active {
    background: #65ce89;
}
.dropdown-item:hover {
    background: #65ce89;
}
.navbar-dark h3 {
    position: relative;
}
.navbar-dark h3::before {
    position: absolute;
    content: "";
    background: #f8d021;
    width: 9%;
    display: inline-block;
    height: 10px;
    bottom: 0;
    z-index: -1;
}
.dropdown-item {
    border-bottom: 1px solid #65ce89;
}
.dropdown-submenu .dropdown-menu {
   /* display: none;
    width: 780px;*/
    padding: 20px;
}
.dropdown-submenu .dropdown-menu li {
    width: 50%;
    float: left;
    padding: 0 10px;
}
.dropdown-submenu .dropdown-menu li a {
    color: #5a5959;
    text-decoration: none;
    font-size: 13px;
    display: inline-block;
    letter-spacing: 0.8px;
}
.dropdown-submenu .dropdown-menu li a:before {
    content: "\25C9";
    font-family: FontAwesome;
    display: inline-block;
    margin-right: 5px;
    color: #78c124;
}
.dropdown-submenu > .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: 0;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}
.navbar-dark .navbar-brand img {
    width: 177px;
}
/*.dropdown-submenu:hover > .dropdown-menu {
    display: block;
}*/
.dropdown-submenu.pull-left {
    float: none;
}
.dropdown-submenu.pull-left > .dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}
.navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
   /* height: 360px;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);*/
}
.navbar-expand-lg .navbar-nav .dropdown-user {
    right: 0;
    left: auto;
    height: 160px;
}
.first_nav {
    display: inline-block;
    width: 100%;
}
.first_nav .sb_menu_first_nav {
    display: block;
}
.navbar-expand-lg .navbar-nav {
    position: relative;
}
.dropdown,
.dropleft,
.dropright,
.dropup {
    position: initial;
}
.dropdown_first .dropdown-submenu .sm-menu {
    width: 700px !important;
}
/*.navbar-expand-lg .navbar-nav .dropdown-menu {
    height: auto;
} 
/*.dropdown-submenu .sm-menu {
    width: 627px;
    height: 100%;
}
.sm_menu_h_prst {
    height: 100% !important;
}*/
 
.navbar-dark .navbar-brand img {
    width: 280px;
}
.navbar-expand-lg .navbar-nav {
    position: inherit;
}
.navbar-expand-lg .navbar-nav .dropdown-menu {
    left: .3%;     width: 30%;  
	   height: 85%;
    position: fixed;
    overflow-y: scroll;
    top: 10%;
}
.navbar-expand-lg .navbar-nav .nav_fit_screen {
    left: 29.7%;
   max-height: 85%;
    overflow-y: scroll;
    overflow-x: hidden;
	width:70% !important;
	
} 

.navbar-dark .navbar-nav .show > .nav-link, .navbar-dark .navbar-nav .active > .nav-link, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .nav-link.active {
    color: #000;
}

@media (max-width: 1300px) {
    .navbar-dark .navbar-brand img {
        width: 235px;
    }
    .navbar .nav-item:not(:last-child) {
        margin-right: 5px;
    }
    .navbar-nav .dropdown-menu {
        position: static;
        float: none;
        left: 1px;
    }
}
/*@media (max-width: 1199px) {
    .navbar-expand-lg .navbar-nav .dropdown-menu {
        left: 10%;
    }
    .navbar-expand-lg .navbar-nav .nav_fit_screen {
        left: 100%;
    }
    .navbar-dark .navbar-brand img {
        width: 205px;
    }
    .navbar .nav-item:not(:last-child) {
        margin-right: 1px;
    }
    .dropdown-menu {
        left: -199px;
    }
    .dropdown-submenu .dropdown-menu {
        width: 536px;
    }
    .dropdown_first .dropdown-submenu .sm-menu {
        width: 719px;
    }
    .navbar-dark .navbar-nav .nav-link.last-child {
        background: #ffeb3c;
        padding-left: 20px;
        padding-right: 20px;
        border-radius: 50px;
        margin-left: 5px;
    }
}
@media (max-width: 991px) {
    .dropdown-submenu .dropdown-menu {
        width: 552px;
    }
    .dropdown-item {
        padding: 6px 1.5rem;
        font-size: 12px;
    }
    .dropdown-submenu .dropdown-menu li a {
        font-size: 12px;
        line-height: 15px;
    }
}*/
@media (max-width: 767px) {
    .navbar-dark .navbar-brand img {
        width: 200px;
    }
    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: relative;
        height: auto;
        box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
        left: 0;
        top: 0;
        height: 370px;
        width: 100%;
        overflow-x: scroll;
    }
    .dropdown-submenu .dropdown-menu {
        /*display: none;
        width: auto;*/
    }
	
	.dropdown-menu.sm-menu.nav_fit_screen.sm_menu_h_prst.sb_menu_first_nav {
    display: none;
}
.dropdown-menu.sm-menu.nav_fit_screen.sm_menu_h_prst.sb_menu_first_nav.show {
    display: block;
}

.navbar-expand-lg .navbar-nav .nav_fit_screen { 
    width: 100% !important;}
	.dropdown-submenu .dropdown-menu li a { 
    display: inline-flex;
    line-height: 15px;
}
	
    .dropdown-submenu .dropdown-menu li {
        width: 100%;
        float: none;
        padding: 0;
    }
    .navbar .nav-item:not(:last-child) {
        margin-right: 0;
    }
    .navbar-nav {
        background: #fff;
        padding: 10px;
    }
    .dropdown-item {
        padding: 6px 1.5rem;
        font-size: 13px;
    }
    .dropdown-submenu .dropdown-menu {
        top: 40px;
        height: auto !important;
    }
    .dropdown-submenu .dropdown-menu li a {
        color: #000;
        text-decoration: none;
        font-size: 11px;
    }
    .slider1 .owl-dots .owl-dot span {
        width: 50px;
        height: 10px;
    }
    h5 {
        font-size: 30px;
    }
    .nav-link {
        display: block;
        padding: 2px 1rem;
    }
    .navbar-expand-lg .navbar-nav .dropdown-user {
        right: 0;
        left: auto;
        height: 160px;
    }
}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}
.email_icon {
    position: absolute;
    top: 11px;
    left: 25px;
    font-size: 15px;
    color: #e16552;
}
.login-register .form-group .form-control {
    border: 1px solid #ddd;
}
h4.modal-title span {
    color: #f53c20;
}
h4.modal-title {
    font-size: 20px;
}
.resendOtp a {
    color: #e16552;
}
.otpVerify input {
    width: 11% !important;
    display: inline-block !important;
    text-align: center;
    margin: 0 3px;
    padding: 0 !important;
    color: #000 !important;
}
.otpVerify {
    text-align: center;
}
.otpVerify {
    text-align: center;
    margin: 2rem auto 1rem;
}
.forny-form .form-group.otpVerify {
    background: #fff;
}
.forny-form .form-group.otpVerify input {
    background: #fff;
    height: 38px;
}
.field-icon {
    position: absolute;
    right: 22px;
    top: 9px;
    color: #e16552;
    font-size: 16px;
}
input.form-control.mb-3 {
    background: #fff;
}
.banner_text ul.order_str li {
    display: inline-block;
    padding: 20px;
    border-left: 2px solid rgba(255, 255, 255, 0.5);
}
.banner_text ul.order_str li:first-child {
    border-left: 0;
}
.banner_text ul.order_str li .Orders_Delivered,
.banner_text ul.order_str li .icon_delivery,
.banner_text ul.order_str li .number {
    display: block;
    text-align: center;
    font-weight: 600;
}
.banner_text ul.order_str li .icon_delivery {
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    margin: auto;
    background: #fff;
    color: #000;
    border-radius: 50px;
}
.banner_text ul.order_str li .icon_delivery i {
    font-size: 30px;
    line-height: 60px;
    background: linear-gradient(to right, #00842c 0, #f8d021 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.nav-tabs {
    border-bottom: none;
    background: #65ce891f;
}
.nav-tabs .nav-item {
    margin-bottom: -1px;
    width: 16.6%;
    border: none;
}
.nav-tabs .nav-item a {
    padding: 0;
    border: 0;
    padding: 10px 0;
    border-left: 5px solid #fff;
}
.nav-tabs .nav-item a ul {
    margin: 0;
    padding: 3px;
    background: 0 0;
}
.nav-tabs .nav-item a ul i {
    font-size: 30px;
    width: 60px;
    margin-bottom: 10px;
    height: 60px;
    line-height: 60px;
    border: 2px solid #f8d021;
    border-radius: 50px;
    color: #000;
    position: relative;
    z-index: 2;
}
.nav-tabs .nav-item a ul h3 {
    font-size: 15px;
}
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    border-top: 3px solid #65ce89;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
    position: relative;
    background: #ffeb3c;
}
.nav-tabs .nav-link.active ul i {
    background: #fff;
}
.nav-tabs .nav-link.active:before {
    content: "\f0d7";
    font-family: fontAwesome;
    position: absolute;
    bottom: -20px;
    font-size: 50px;
    left: 50%;
    transform: translateX(-50%);
    color: #ffeb3c;
    text-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
}
.red-color {
    color: #ff4700;
}
.tab-content {
    border: 1px solid #ddd;
    padding: 20px;
}
.ads_text {
    background: #f2f2f2;
    padding: 50px 0;
}
.ads_text p {
    font-size: 22px;
    margin-bottom: 0;
}
.Undergraduate .selection {
    margin-bottom: 1em;
    padding-left: 15px;
}
.Undergraduate .selection label {
    display: inline-block;
    background-color: #fff;
    border-radius: 0;
    color: #009e00;
    border: 2px solid #009e00;
    cursor: pointer;
    padding: 1px 20px;
    font-size: 13px;
}
.Undergraduate .selection label:hover {
    background-color: #009e00;
    color: #fff;
}
.Undergraduate .selection input[type="radio"] {
    display: none;
}
.Undergraduate .selection input[type="radio"]:checked ~ label {
    background-color: #009e00;
    color: #fff;
}
.radio_button_form [type="radio"]:checked,
.radio_button_form [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
.radio_button_form [type="radio"]:checked + label,
.radio_button_form [type="radio"]:not(:checked) + label {
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #666;
}
.radio_button_form [type="radio"]:checked + label:before,
.radio_button_form [type="radio"]:not(:checked) + label:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #ddd;
    border-radius: 100%;
    background: #fff;
}
.radio_button_form [type="radio"]:checked + label:after,
.radio_button_form [type="radio"]:not(:checked) + label:after {
    content: "";
    width: 12px;
    height: 12px;
    background: #009e00;
    position: absolute;
    top: 3px;
    left: 3px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.radio_button_form [type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
.radio_button_form [type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.check_box1 {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 0;
    margin-top: 5px;
    cursor: pointer;
    font-size: 14px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.check_box1 input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
}
.check_box1:hover input ~ .checkmark {
    background-color: #ccc;
}
.check_box1 input:checked ~ .checkmark {
    background-color: #009e00;
}
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
.check_box1 input:checked ~ .checkmark:after {
    display: block;
}
.check_box1 .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid #fff;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.text_area .second_step {
    height: 120px;
}
.Discount_code p {
    line-height: 20px;
}
.Undergraduate h2 {
    font-size: 35px;
    color: #000;
    line-height: 30px;
    display: block;
}
.Undergraduate h2 small {
    font-size: 14px;
}
.file-input {
    display: inline-block;
    text-align: left;
    background: #fff;
    padding: 5px;
    width: 100%;
    position: relative;
    border-radius: 3px;
}
.file-input > [type="file"] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 10;
    cursor: pointer;
}
.file-input > .button {
    display: inline-block;
    cursor: pointer;
    background: #ffeb3c;
    padding: 4px 16px;
    border-radius: 2px;
    margin-right: 8px;
}
.file-input:hover > .button {
    background: #65ce89;
    color: #fff;
}
.file-input > .label {
    color: #333;
    white-space: nowrap;
    opacity: 0.3;
}
.file-input.-chosen > .label {
    opacity: 1;
}
span.error {
    margin-top: 0;
    font-size: 0.65625rem;
    position: absolute;
    font-weight: 400;
    color: #f44336 !important;
}
.aasNotFound {
    background: #f8d021;
}
.notFound h3 {
    font-size: 22px;
    margin: 50px 0 0;
    display: inline-block;
    color: #264430;
    font-weight: 500;
}
.aas_button_order a {
    background: #65ce89;
    color: #000;
    padding: 10px 30px;
    display: inline-block;
    border-radius: 5px;
    margin: 30px 0 0;
    font-weight: 500;
    font-size: 16px;
    text-decoration: none;
}
.aasNotFound h1 {
    font-size: 170px;
    color: #fff;
    font-weight: 700;
    text-shadow: 5px 5px 0 #bc9b09;
    margin: 0;
}
.notFound h2 {
    font-size: 37px;
    color: #fff;
    text-shadow: 2px 3px 0 #bc9b09;
    margin: 0 0 40px;
    display: inline-block;
}
.contact_form {
    height: 100%;
    right: 0;
    margin-left: auto;
}
.contact_form form h3 {
    color: #000;
    font-size: 22px;
    font-weight: 400;
    background: #8bc34a;
    border-radius: 14px;
}
.contactFrm .contact_f .aas_btn_contact {
    padding: 10px 25px;
    height: auto;
    line-height: normal;
    border-radius: 6px;
    font-size: 18px;
    background: #ffc107;
    color: #000;
    text-transform: capitalize;
    width: 80%;
    border: none;
    margin: 20px 0 10px;
    max-width: 280px;
}
.formUsp {
    text-align: center;
    width: 100%;
    display: inline-block;
    background: #f7f7f7;
    padding: 8px 0 0;
    margin: -6px 0 0;
}
.formUsp ul {
    list-style-type: none;
    width: 100%;
    text-align: center;
    display: inline-block;
    padding: 0;
    text-align-last: center;
    margin: 10px 0 20px;
}
.formUsp ul li {
    width: 30%;
    display: inline-block;
    text-align: center;
    vertical-align: top;
}
.formUsp ul li span {
    display: inline-block;
    width: 70px;
    height: 70px;
    padding: 10px;
    border-radius: 100px;
    position: relative;
    z-index: 0;
}
.formUsp ul li span::before {
    content: "";
    position: absolute;
    width: 50px;
    height: 50px;
    display: inline-block;
    background: #fff;
    box-shadow: 0 0 20px -6px #666;
    z-index: -1;
    bottom: 6px;
    right: 8px;
    border-radius: 5px;
    animation: floating1 2s infinite ease;
}
.subContact {
    background: #fff;
    box-shadow: 0 0 20px -6px #666;
    border-radius: 20px;
    padding: 10px 20px;
    min-height: 180px;
    margin: 0 0 60px;
    position: relative;
}
.subContact.connect h3 {
    margin: 10px 0 5px;
}
.subContact h3 {
    margin: 10px 0;
    font-size: 23px;
    color: #666;
    display: inline-block;
}
.subContact.connect h3 {
    color: #000;
}
.subContact.connect a {
    font-size: 15px;
    color: var(--dgrn);
    margin: 0 0 9px;
    display: inline-block;
    width: 100%;
    text-decoration: none;
    color: #4c840c;
}
.order-form h2 {
    background: #ffc107;
    text-align: center;
    border: none !important;
    color: #000;
    padding: 10px 0 !important;
    font-size: 23px !important;
    margin: 0 0 10px !important;
}
.order-form {
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 0 33px -12px #666;
    display: inline-block;
    position: relative;
    z-index: 80;
    background: #fff;
}
.infoForm .form-control {
    box-shadow: none;
    height: 40px;
    padding: 7px 12px;
    font-weight: 400;
    font-size: 13px;
    border: none;
    border-radius: 4px;
    -webkit-appearance: none;
    background: #f5f5f5;
}
.formUsp ul li p strong {
    width: 100%;
    display: inline-block;
    text-align: center;
    font-size: 16px;
    color: #211f1f;
}
.formUsp ul li p {
    text-align: center;
    color: #666;
    font-size: 15px;
    margin: 0;
}
.formUsp i {
    font-size: 30px;
    line-height: 60px;
    background: #000;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.pgb .step {
    text-align: center;
    position: relative;
}
.pgb h2 {
    font-size: 1.3rem;
}
.pgb .step p {
    position: absolute;
    height: 60px;
    width: 100%;
    text-align: center;
    display: block;
    z-index: 3;
    color: #fff;
    font-size: 160%;
    line-height: 55px;
    opacity: 0.7;
}
.pgb .active.step p {
    opacity: 1;
    font-weight: 600;
}
.pgb .img-circle {
    display: inline-block;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: #9e9e9e;
    border: 4px solid #fff;
}
.pgb .complete .img-circle {
    background-color: #4acd77;
}
.pgb .active .img-circle {
    background-color: #ffeb3c;
    color: #000;
}
.pgb .step .img-circle:before {
    content: "";
    display: block;
    background: #9e9e9e;
    height: 4px;
    width: 50%;
    position: absolute;
    bottom: 28%;
    left: 0;
    z-index: -1;
    margin-right: 24px;
}
.pgb .step .img-circle:after {
    content: "";
    display: block;
    background: #9e9e9e;
    height: 4px;
    width: 50%;
    position: absolute;
    bottom: 28%;
    left: 80%;
    z-index: -1;
}
.pgb .step .img-circle1:before {
    display: none;
}
.pgb .step.active .img-circle:after {
    background: none; display:none;
}
.pgb .step.active .img-circle:before,
.pgb .step.complete .img-circle:after {
    background: #4caf50;
}
.pgb .step:first-of-type .img-circle:before,
.pgb .step:last-of-type .img-circle:after {
    display: none;
}
.affiliate_how_inner span {
    display: inline-block;
    width: 52px;
    height: 52px;
    margin: 10px 0 0;
    background-repeat: no-repeat;
    background-size: 55px;
    background-position: 0 -5px;
}
.affilate_how1 {
    background-image: url(../images/icon1.png);
}
.affilate_how2 {
    background-image: url(../images/icon2.png);
}
.affilate_how3 {
    background-image: url(../images/icon3.png);
}
.affilate_how4 {
    background-image: url(../images/icon1.png);
}
.affilate_how5 {
    background-image: url(../images/icon2.png);
}
.affiliate_earn_part {
    float: left;
    width: 100%;
    padding: 60px 0;
    margin: 10px 0;
    background-image: url(../images/affilate-coms-bg.jpg);
    text-align: center;
    background-size: cover;
}
.affiliate_earn_part h2 {
    color: #fff;
}
.affiliate_inner_earn {
    float: left;
    width: 100%;
}
.affiliate_inner_earn form {
    float: left;
    width: 100%;
    margin: 10px 0;
}
.affiliate_inner_earn form span label {
    float: left;
    width: 100%;
    font-size: 12px;
    color: #fff;
    text-align: left;
    font-weight: 400;
    letter-spacing: 0.4px;
    margin: 0 0 12px;
}
.affiliate_inner_earn form span {
    padding: 5px 10px;
}
.affiliate_inner_earn form span input[type="text"] {
    float: left;
    width: 100%;
    padding: 10px;
    border: none;
    border-radius: 5px;
    text-align: center;
    color: #4d4d4d;
    font-family: Poppins, sans-serif;
}
.btnmin,
.plusbtn {
    float: left;
    width: 30px;
    padding: 10px;
    border: none;
    border-radius: 5px 0 1px 5px;
    background-color: #fff;
    color: #000;
    font-size: 14px;
}
.btnmin {
    border-right: 1px solid #bbb;
}
.plusbtn {
    border-radius: 0 5px 5px 0;
    border-left: 1px solid #bbb;
}
.page_no_aff input[type="text"] {
    width: 100%;
    max-width: 180px;
    border-radius: 0 !important;
}
.earn_aff_total {
    background-image: url(../img/equal-earn.png);
    background-repeat: no-repeat;
    background-position: 15px 50px;
    padding-left: 60px !important;
    background-size: 24px;
    text-align: left;
    font-size: 36px;
    color: #fff;
    letter-spacing: 0.4px;
}
a.become_an {
    display: inline-block;
    margin: 15px 0 5px 0;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    background-color: #ffeb3c;
    color: #000;
    font-size: 17px;
    letter-spacing: 0.4px;
    text-transform: capitalize;
    text-decoration: none;
}
button.become_an {
    display: inline-block;
    margin: 15px 0 5px 0;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    background-color: #ffeb3c;
    color: #000;
    font-size: 17px;
    letter-spacing: 0.4px;
    text-transform: capitalize;
    text-decoration: none;
    z-index: 9;
    position: relative;
    cursor: pointer;
}
.JOB_RESPONSIBILITIES {
    padding-top: 30px;
}
.JOB_RESPONSIBILITIES ul {
    padding-left: 20px;
    margin-top: 20px;
}
.JOB_RESPONSIBILITIES ul li {
    padding-bottom: 10px;
    display: flex;
}
.JOB_RESPONSIBILITIES ul li i {
    color: #65ce89;
    padding-right: 7px;
    padding-top: 5px;
}
.college_bg {
    background: url(../images/college_bg.jpg) no-repeat center top fixed;
    background-size: cover;
}
.college_bg h5 {
    color: #fff;
    padding-bottom: 10px;
}
.college_bg p {
    color: #fff;
}
.Benefits {
    display: inline-block;
}
#become_affilate_banner {
    background: url(../images/become-affilate_banner.jpg) no-repeat center top/cover;
}
#become_affilate_banner h2 {
    color: #000;
}
#become_affilate_banner ul li a {
    width: 180px;
}
.section-Benefits {
    overflow: hidden;
}
.EARN_Referra {
    display: inline-block;
    width: 100%;
}
.college_Affilate {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.college_Affilate input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
}
.college_Affilate:hover input ~ .checkmark {
    background-color: #ccc;
}
.college_Affilate input:checked ~ .checkmark {
    background-color: #2196f3;
}
.college_Affilate:after {
    content: "";
    position: absolute;
    display: none;
}
.college_Affilate input:checked ~ .checkmark:after {
    display: block;
}
.college_Affilate .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid #fff;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.How-To-Apply {
    background: #ffeb3c;
}
.How-To-Apply a {
    background: #4acd77;
    color: #fff;
}
.toltip {
    height: 33px;
    width: 50px;
    text-align: center;
    color: #009e00;
    border: 2px solid #009e00;
    position: relative;
    display: inline-block;
    margin-left: 10px;
}
.toltip:hover {
    background: #009e00;
    color: #fff;
}
.toltip .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: #000;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    top: 100%;
    left: 50%;
    margin-left: -60px;
}
.toltip:hover .tooltiptext {
    visibility: visible;
}
.case-d .form-control {
    box-shadow: none;
    height: 40px;
    padding: 7px 12px;
    font-weight: 400;
    font-size: 13px !important;
    border: none;
    border-radius: 4px;
    -webkit-appearance: none;
    background: #f5f5f5 !important;
}
.apply_btn {
    float: right;
    background: #40b740;
    color: #fff;
    padding: 11px 21px;
    margin-top: -10px;
    border: 0;
    font-size: 15px;
    cursor: pointer;
    letter-spacing: 1px;
}
.coupn {
    border: 0;
    padding: 1px 10px;
    font-size: 16px;
}
.apply_coupon {
    border: 1px dashed #d4d5d9;
    padding: 9px 0 9px 9px;
    margin-bottom: 10px;
}
.show_savedbill {
    margin-bottom: 20px;
    height: 30px;
    border: 1px solid #2ca02c;
    line-height: 29px;
    padding: 0 17px;
    border-radius: 4px;
    font-size: 13px;
    letter-spacing: 0.5px;
    font-weight: 600;
    color: #2ca02c;
}
.aas_whatsapp_chat {
    position: fixed;
    bottom: 53px;
    left: 2px;
    z-index: 999;
    background: #25d366;
    width: 45px;
    height: 45px;
    border-radius: 7px;
    transition: ease all 0.5s;
    box-shadow: 1px 1px 4px #777;
    overflow: hidden;
    -webkit-animation: pulse 2s infinite;
    -moz-animation: pulse 2s infinite;
    -ms-animation: pulse 2s infinite;
    animation: pulse 2s infinite;
}
.whtIcon img {
    width: 30px;
}
.aas_whatsapp_chat p a {
    padding: 5px 8px;
    color: #fff;
    display: inline-block;
    line-height: normal;
    overflow: hidden;
    width: 100%;
}
.whtIcon {
    float: left;
    width: auto;
    padding: 0 6px 0 0;
}
.benefits-of-referring img {
    height: 88px;
}
.benefits-of-referring h4 {
    font-size: 18px;
    width: 55%;
    margin: auto;
}
.benefits-of-referring p {
    text-align: justify;
    margin-top: 5px;
}
.table_w {
    position: relative;
    background: #fff;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.3);
    border-top: 4px solid #65ce89;
}
.Leader_Board {
    position: relative;
}
.banner_referral {
    background: url(../images/banner-referr.jpg) no-repeat center top/cover;
    position: relative;
    margin-top: 50px;
    padding: 150px 0;
}
.banner_referral .banner_text {
    transform: translate(0, 0);
}
.banner_section_referral,
.banner_section_referral .banner_d_w,
.banner_section_referral .banner_text,
.banner_section_referral .review {
    position: relative;
}
.banner_referral h2 {
    color: #fff;
}
.referral-strip {
    background: #65ce89;
    padding: 20px 0;
}
.text_with-img {
    border: 1px solid #ccc;
    padding-top: 15px;
}
.Refer_Your_Friends {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}
.social_icons ul li {
    list-style: none;
    display: inline-block;
    padding-right: 50px;
}
.banner_button2 {
    background: #fff;
    color: #000;
}
.banner_button2:hover {
    background: #65ce89;
    color: #fff;
}
.banner_form ul {
    position: absolute;
    top: 80%;
}
.banner_form ul li {
    margin-bottom: 20px;
    display: inline-block;
}
.banner_form ul li a {
    width: auto;
    padding: 0 16px;
}
.referral-strip label {
    margin-right: 15px;
    font-weight: 600;
    font-size: 18px;
}
.referral-strip input {
    height: 45px;
    background: #fff;
    border: 1px solid #f8d021;
}
.referral-strip .button-register {
    padding: 9px 20px;
    border: none;
    border-radius: 5px;
    background-color: #ffeb3c;
    color: #000;
    font-size: 17px;
    letter-spacing: 0.4px;
    text-transform: capitalize;
    text-decoration: none;
    z-index: 9;
    position: relative;
    cursor: pointer;
}
.navbar-expand-lg .navbar-nav .dropdown-profile {
    left: auto;
    height: auto;
    width: auto;
    top: 61px;
}
.thick-border--width-sm {
    border-width: 1px;
    border: none;
    border-bottom: 1px solid #e0e0e0;
}
.table_w {
    position: relative;
    background: #fff;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.3);
    border-top: 4px solid #65ce89;
    padding: 0 25px;
}
.minus,
.plus {
    width: 70px;
    font-size: 40px;
    background: #fce541;
    border: 0;
    border-radius: 0;
    padding: 8px 5px 8px 5px;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
}
.incr_decre input {
    height: 43px;
    width: 100px;
    text-align: center;
    font-size: 26px;
    border: 0;
    border-radius: 0;
    display: inline-block;
    vertical-align: middle;
}
.social_icons ul li {
    padding-right: 90px;
}
.social_icons ul li:last-child {
    padding-right: 0;
}
.Case_Study2 {
    position: inherit;
}


.step_w{width:20%; float:left; padding:15px;}

@media (max-width: 767px) {
	
	.col-md-7.services_text.box_services {
    position: relative;
    padding: 15px 15px;
}
.Why_us_title h5 {
    font-size: 26px;}
	
	.waveWrapper { 
    height: 700px;
}
	
	.heading_black h5 {
    font-size: 25px;}
	
	h5 {
    font-size: 26px;
}
.banner_d_w_s { 
    margin-top: 0px;}
.banner_form2 form{overflow:hidden;}
.coupn {
    border: 0;
    padding: 1px 10px;
    font-size: 12px;
    width: 130px;
}
	
.waveWrapper_inner {
    height: 150px !important;
}

.waveWrapper_inner .banner_text {
    position: absolute;
    top: auto;
    left: 21px;
    bottom: -25px;
}
	
	.header_inner {
    height: auto;
	margin-bottom:30px;
}
	
	.pl_pr_0{padding-left:0px; padding-right:0px;}
	.banner_d_w_s2 { 
    padding-top: 40px;

}

.banner_form2 form h3 {
    color: #000;
    font-size: 13px;}
	#preff_wr_id input{width:210px;}
	.forny-form { 
    padding: 15px !important;
}
.mb-6.text-center.forny-logo img { 
    height: auto !important;
    width: 59px !important;}
	
	.process-top-image,.process-bottom-image{display:none !important;}
	.refund_policy_ol{margin:20px !important;} 
	.minus, .plus { 
    padding: 4px 5px 4px 5px;}
	.forny-form .btn{height:35px;}
	
	.bg_become_affilate{}
	
	.order_str .number,.order_str .Orders_Delivered{font-size:12px !important;}
	.order_str .Orders_Delivered{line-height:15px;}
	.banner_text ul.order_str li {
    display: inline-block;
    padding: 5px;  width: 32%;
}
	
	.banner_text ul.order_str li .icon_delivery {
    width: 45px;
    height: 45px;
    line-height: 45px;}
	.banner_text ul.order_str li .icon_delivery i {
    font-size: 20px;
    line-height: 45px;}
	.banner_text.order_stricon { 
    bottom: -105px;
}
.Add_Money_banner ul li a {
    width: 124px;}
	.Leader_Board{padding-left:15px;}
	.social_icons ul li {
    padding-right: 0px;
    padding-bottom: 3px;
}
.banner_section_referral{background:none;}
.banner_section_referral .banner_text{bottom: 45px;}
.banner_referral .banner_form ul{padding-left:15px;}
.referral-strip .button-register{margin-top:10px !important;}

.step_w{width: 62%; padding:0px;
    float: none;
    margin: auto;}
	.pgb .step p{line-height:60px !important;}
.pgb .step.active .img-circle:before, .pgb .step.complete .img-circle:after{display:none;}
.pgb .step.active .img-circle:after{display:none;}

.aasNotFound h1 {
    font-size: 130px;}
	
	.section-cover-main-tabs1{max-width: 600px;
overflow: hidden;
overflow-x: scroll;
overflow-y: hidden;
white-space: nowrap;}
.Add_More_Fil a { 
    margin-top: 10px;
}
.forny-container .btn-icon {
    margin-right: 0px;
}
.Payments_Anytime .content .more-btn {
    display: inline-block;
    background: #ffeb3c;
    padding: 6px 25px 8px 25px;}
	}
	
	
.section-cover-main-tabs{width:1160px;}	
#become_affilate_banner ul li a {
    width: auto;
    padding: 0 20px;
}	 