@import url(https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap);

#cover-spin,
.level-container .course:before {
    display: none
}

*,
a {
    text-decoration: none
}

section.cards h6,
section.cards p {
    transform: rotate(-2deg);
    text-align: center
}

.slick-dots li,
label:hover {
    cursor: pointer
}

*,
.fixedbtnwhatsapp li {
    list-style: none
}

:root {
    --color-green: #b6d441;
    --color-sky: #00c5c0;
    --color-white: #fff;
    --color-black: #1e1e1e;
    --light-green: #2ecda3;
    --color-grey: #efedef
}

* {
    font-family: Poppins, sans-serif;
    border: none;
    outline: 0;
    text-transform: capitalize
}

body {
    overflow-x: hidden;
    scroll-behavior: smooth
}

.bg-white {
    background-color: #fff;
    background-color: var(--color-white)
}

.bg-green,
.home-banner form h4,
.primary-btn,
.reviews li:first-child {
    background-color: var(--color-green)
}

.txt-black {
    color: #000 !important
}

.nav-review,
.text-white,
footer.foooter .col-md-2 ul li a,
footer.foooter .col-md-4:nth-child(4) ul li a,
footer.foooter ul li a,
section.testimonial h3 {
    color: #fff
}

.level-container::-webkit-scrollbar::-webkit-scrollbar {
    width: 5px
}

.level-container::-webkit-scrollbar::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .3)
}

.level-container::-webkit-scrollbar::-webkit-scrollbar-thumb {
    background-color: #859c28;
    outline: #859c28 solid 1px
}

p {
    font-size: 16px;
    font-weight: 400;
    color: #363b3a
}

.navbar-light .navbar-nav .nav-link,
.txt-white,
.txt-white1,
.txt-white1:hover {
    color: var(--color-white);
    font-weight: 500
}

.d-flex.whatsapp a:hover,
.listing li a:hover,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active,
.navbar-nav .nav-link.visited,
.txt-green,
footer.foooter .col-md-2 ul li a:hover,
footer.foooter ul li a:hover {
    color: var(--color-green)
}

.txt-black {
    color: var(--color-black)
}

.level-3-info .whatsapp svg,
.listing li a:hover,
.txt-sky {
    color: var(--color-sky)
}

.bg-black {
    background-color: var(--color-black)
}

.bg-sky {
    background-color: var(--color-sky) !important
}

.bg-light-sky {
    background: #a3ebec !important
}

.container {
    max-width: 1170px
}

.reviews li:first-child {
    color: var(--color-white);
    padding: 0 12px;
    margin-right: 5px;
    line-height: 1.7;
    font-size: 15px;
    border-radius: 3px
}

.reviews li:nth-child(2) i {
    font-size: 7px
}

.reviews li:nth-child(2) svg {
    font-size: 10px;
    color: var(--color-green);
    line-height: 0
}

.reviews li:nth-child(2) {
    line-height: 18px
}

.contact-info svg {
    font-size: 30px;
    color: var(--color-green);
    transform: rotate(45deg)
}

.contact-info li:nth-child(2) p {
    font-size: 14px;
    font-weight: 400;
    color: var(--color-white);
    margin-bottom: 0
}

.home-banner {
    background: url(../../assest/images/home-bg.webp) center center/cover no-repeat;
    padding: 170px 0 70px
}

section.header {
    position: absolute;
    left: 0;
    right: 0;
    top: 35px
}

.contact-info li:nth-child(2) a {
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    color: var(--color-white)
}

.primary-btn {
    width: 135px;
    height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--color-white);
    font-weight: 300;
    border-radius: 40px
}

.btn-scale {
    transition: .4s linear;
    border: 2px solid transparent;
    animation: 1s linear 1s infinite alternate btn-scale
}

.primary-btn:hover {
    background-color: transparent;
    border: 2px solid var(--color-green);
    transition: .4s linear;
    color: var(--color-white)
}

.leve3-title {
    font-size: 40px !important;
    line-height: 46px !important
}

.home-banner .left-content h1,
.level-3 h1 {
    font-size: 45px;
    font-weight: 700;
    color: var(--color-white);
    padding-right: 30px;
    line-height: 60px
}

.home-banner .left-content p {
    color: var(--color-white);
    padding-right: 150px;
    font-size: 18px
}

.d-flex.whatsapp svg {
    font-size: 35px;
    padding-right: 10px
}

.d-flex.whatsapp a {
    font-size: 30px;
    font-weight: 600
}

.home-banner form {
    background: url(../../assest/images/form-bg.webp) center center/450px no-repeat;
    width: 500px;
    height: auto;
    text-align: center;
    background-color: var(--color-white);
    padding: 35px 23px 30px;
    border-radius: 10px
}

.home-banner form h3 {
    font-size: 22px;
    font-weight: 800;
    text-align: center;
    margin-bottom: 0
}

.home-banner form input,
.home-banner form select {
    font-size: 14px;
    width: 46%;
    height: 45px;
    border-radius: 40px;
    padding-left: 18px;
    color: #fff;
    margin-bottom: 15px;
    background-color: var(--color-green)
}

.home-banner form h4,
section.cards img {
    margin: auto;
    display: block
}

.home-banner form input:nth-child(4),
.home-banner form select:nth-child(6) {
    margin-left: 20px
}

.home-banner form select:nth-child(7) {
    width: 96%
}

.home-banner form h4 {
    text-align: center;
    font-size: 35px;
    font-weight: 700;
    color: var(--color-white);
    padding: 20px;
    width: 96%;
    border-radius: 10px
}

.btn-hover:hover {
    color: var(--color-green) !important
}

select {
    -webkit-appearance: block;
    -moz-appearance: block;
    text-indent: 1px;
    text-overflow: ""
}

::placeholder {
    color: var(--color-white)
}

.high-class .left-content h4 {
    font-size: 30px;
    font-weight: 800;
    line-height: 36px
}

section.high-class {
    padding: 50px 0;
    position: relative;
    background: url(../../assest/images/writer-shape.webp) center center/cover no-repeat
}

.high-class .left-content p {
    font-weight: 400;
    line-height: 22px
}

.main-whiter,
section.high-class .col-lg-4 img:first-child {
    position: absolute;
    left: 0;
    width: 563px;
    bottom: 0;
    max-width: 477px;
    height: auto
}

section.cards {
    background-color: var(--color-green);
    padding: 70px 0
}

section.cards h5 {
    font-size: 40px;
    text-align: center;
    font-weight: 800;
    color: #fff
}

.cards .content {
    padding: 78px 0 0 45px
}

section.cards h6 {
    font-size: 20px;
    font-weight: 700;
    padding-top: 20px
}

section.cards p {
    font-size: 18px;
    padding: 0 30px
}

section.level {
    padding: 70px 0;
    text-align: center;
    color: #fff
}

section.about-info h3,
section.cipd-reviews h3,
section.level h2,
section.level-slider h2,
section.pricing-info h3,
section.review-info .right-content h4 {
    font-size: 40px;
    font-weight: 700
}

section.level .title {
    padding: 0 300px
}

section.level .col-md-4 {
    width: 25%
}

section.level .row {
    justify-content: center;
    margin-top: 45px
}

section.level .col-md-4 p {
    font-weight: 500;
    padding: 15px 15px 0;
    margin-bottom: 0
}

.all-assignments {
    padding: 50px 0;
    background: url(../../assest/images/level-bg.webp) center center/cover no-repeat
}

section.all-assignments .title h2 {
    font-size: 40px;
    font-weight: 700;
    padding: 0 71px
}

.level-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 30px
}

.level-container .course span:first-child {
    font-size: 35px;
    font-weight: 600;
    color: #fff;
    background-color: var(--color-green);
    width: 80px;
    height: 100px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border: 3px solid var(--color-sky);
    transform: skewX(-17deg)
}

.level-container .course span:nth-child(2) {
    font-size: 24px;
    font-weight: 400;
    color: #fff;
    background-color: var(--color-green);
    padding: 15px 15px 15px 34px;
    border: 3px solid var(--color-sky);
    width: 430px;
    display: inline-block;
    position: absolute;
    top: 20%;
    left: 11.3%;
    z-index: 0;
    clip-path: polygon(18% -239%, 201% 0, 106% 167%, 1% 100%)
}

.order-now {
    background: url(../../assest/images/order-now-bg.webp) center center/cover no-repeat;
    padding: 100px 0
}

section.order-now h3 {
    font-size: 35px;
    font-weight: 700;
    color: #fff;
    padding-bottom: 45px
}

section.order-now .content {
    background-color: rgba(182, 212, 65, .6);
    padding: 70px 50px;
    border-radius: 20px;
    text-align: center
}

.listing .whatsapp a,
section.order-now .content a {
    font-size: 22px
}

.order-now .content a:first-child,
.order-now .content a:nth-child(2) {
    font-size: 15px;
    background-color: var(--color-sky)
}

.order-now .content a:first-child:hover,
.order-now .content a:nth-child(2):hover {
    background: 0 0;
    color: var(--color-sky);
    border: none
}

.order-now .whatsapp a {
    background-color: transparent !important;
    font-size: 22px !important
}

.order-now .whatsapp svg {
    font-size: 29px
}

section.levels {
    padding: 60px;
    background: url(../../assest/images/3-level-bg.webp) center top/cover no-repeat
}

section.levels h3 {
    font-size: 30px;
    text-align: center;
    font-weight: 700
}

section.faqs h3,
section.testimonial h3 {
    font-size: 40px;
    font-weight: 700;
    text-align: center
}

section.levels h3 span {
    background-color: #000;
    padding: 2px 7px;
    color: var(--light-green);
    display: inline-block;
    font-size: 24px;
    line-height: 1
}

section.levels .content span:first-child {
    font-size: 16px;
    color: var(--light-green);
    line-height: 0;
    padding-right: 10px
}

.levels .content div {
    margin-bottom: 10px
}

section.levels .content span:nth-child(2) {
    font-size: 13px;
    line-height: 16px
}

section.levels .content div {
    line-height: 44px
}

section.testimonial {
    background: url(../../assest/images/testimonial-bg.webp) center top/cover no-repeat;
    padding: 40px 0 0
}

.assignment-3,
.assignment-4,
.assignment-7,
.navbar-nav .nav-item:nth-child(4),
.relative {
    position: relative
}

.course,
section.cards .boxes,
section.testimonial .col-md-4 {
    position: relative;
    margin-bottom: 20px
}

section.testimonial .content {
    top: -44px;
    color: var(--color-black);
    text-align: center;
    border: 8px solid var(--color-green);
    border-radius: 50px;
    margin: 0 5px;
    min-height: 212px;
    padding-top: 38px;
    position: relative;
    z-index: -1;
    background-color: var(--color-white)
}

section.testimonial .content p {
    font-size: 14px;
    padding: 0 45px 0 40px;
    color: var(--color-black)
}

section.testimonial .content svg {
    color: var(--color-green);
    padding-bottom: 7px;
    font-size: 13px
}

.slick-dots li {
    width: 15px;
    height: 15px;
    background-color: var(--color-green);
    border-radius: 31px
}

section.cards .slick-dots li {
    width: 15px;
    height: 15px;
    cursor: pointer;
    background-color: #fff;
    border-radius: 31px
}

.slick-dots li.slick-active button:before,
section.cards .slick-dots li.slick-active button:before {
    background-color: var(--color-sky);
    width: 15px;
    height: 15px;
    border-radius: 31px
}

.slick-dots li:active {
    background-color: var(--color-green) !important
}

section.faqs {
    background: url(../../assest/images/student-bg.webp) center top/cover no-repeat;
    margin-top: -30px;
    padding-top: 30px
}

.faqs .content h4 {
    font-size: 30px;
    font-weight: 700;
    color: var(--color-green);
    padding-bottom: 15px
}

section.faqs .content {
    background-color: var(--color-grey);
    padding: 25px
}

section.faqs .content p {
    margin-bottom: 0
}

.faqs .bottom-content h5 {
    font-size: 40px;
    font-weight: 700;
    text-align: center;
    color: var(--color-green);
    padding: 20px 0;
    margin-bottom: 0
}

.faqs .bottom-content p {
    margin-bottom: 0;
    background-color: var(--color-grey);
    padding: 25px
}

.listing {
    background-color: #22cebe;
    padding: 25px
}

.listing li,
section.pricing .col-sm-4 ul:nth-child(2) li span {
    display: flex;
    align-items: center
}

.listing li span:nth-child(2) {
    color: #fff;
    font-size: 16px;
    padding-left: 10px;
    padding-right: 50px
}

.listing li img {
    width: 40px;
    height: 40px
}

.listing div {
    background: linear-gradient(90deg, #b6d441 58%, #fff 57%);
    border-radius: 40px;
    width: 960px;
    margin: auto;
    display: block;
    padding: 0 16px;
    height: 60px
}

.listing div a:first-child {
    font-size: 22px !important
}

.listing li svg {
    font-size: 30px;
    color: var(--color-white);
    padding-right: 8px
}

.listing li a,
footer.foooter .col-md-4:first-child ul li:nth-child(2) svg {
    font-size: 20px
}

.listing li a {
    font-weight: 600
}

.listing .primary-btn {
    background-color: var(--color-sky);
    width: 100px;
    height: 35px;
    font-size: 14px
}

.listing .primary-btn:hover {
    background-color: transparent;
    border: 1px solid var(--color-sky)
}

.listing a:nth-child(4) {
    font-size: 20px;
    color: #000;
    font-weight: 700;
    line-height: 0
}

section.service {
    padding: 70px
}

section.service h3 {
    font-size: 40px;
    font-weight: 700;
    text-align: center;
    padding: 0 120px
}

section.service h6 {
    font-size: 30px;
    font-weight: 700;
    padding: 10px 0;
    margin-bottom: 0
}

section.service .col-md-3 {
    text-align: center;
    padding: 15px 40px
}

section.flags {
    background-color: var(--color-green);
    padding: 25px
}

section.flags h4 {
    font-size: 32px;
    font-weight: 600;
    color: #fff
}

section.flags ul li span {
    font-size: 14px;
    font-weight: 700;
    color: #ffffffa6
}

section.flags ul li {
    padding: 0 10px;
    text-align: center
}

footer.foooter {
    background-color: var(--color-sky);
    color: #fff;
    padding: 40px 0
}

footer.foooter p {
    padding: 40px 20px 20px 0;
    line-height: 24px;
    font-weight: 300;
    color: var(--color-white)
}

footer.foooter .col-md-4:first-child ul li a {
    font-size: 16px;
    color: #fff;
    font-weight: 600;
    padding-left: 10px
}

footer.foooter .col-md-4:first-child ul li {
    line-height: 50px;
    display: flex;
    align-items: center
}

footer.foooter .col-md-4:first-child ul li svg {
    font-size: 26px;
    clip-path: circle();
    background-color: #fff;
    padding: 8px;
    color: var(--color-green)
}

footer.foooter .col-md-2 h4 {
    font-size: 23px;
    font-weight: 600;
    padding-bottom: 10px
}

footer.foooter .col-md-2 ul li {
    line-height: 35px
}

footer.foooter .col-md-4:nth-child(4) h4 {
    font-size: 23px;
    font-weight: 600
}

footer.foooter .col-md-4:nth-child(4) ul li svg {
    font-size: 25px;
    background-color: #000;
    padding: 10px;
    border-radius: 10px;
    width: 24px;
    height: 24px
}

footer.foooter .col-md-4:nth-child(4) ul li {
    padding: 0 3px
}

footer.foooter .col-md-4:nth-child(4) ul li svg:hover {
    background-color: #fff;
    color: #000;
    transition: .4s linear
}

section.cards .boxes .content {
    position: absolute;
    top: 12px;
    left: 0;
    right: 0
}

.navbar-light .navbar-toggler {
    color: rgba(0, 0, 0, .55);
    border-color: #fff
}

.navbar-toggler-icon:focus,
.navbar-toggler:active,
.navbar-toggler:focus {
    outline: 0;
    box-shadow: none
}

@keyframes btn-scale {
    0% {
        border-color: #fff;
        background-color: transparent
    }
}

.level-3 h2 {
    font-size: 44px !important;
    line-height: 50px !important
}

.level-3 {
    background: url(../../assest/images/level-3-banner.webp) center center/cover no-repeat;
    padding: 170px 0 55px
}

.topic-bg {
    background: url(../../assest/images/topics.bg.webp) center center/cover no-repeat;
    margin-top: -5px;
    color: #fff
}

section.level-3-info h2 {
    font-size: 40px;
    font-weight: 800;
    text-align: center;
    padding: 0 100px
}

.level-3-info .whatsapp a,
section.flags.bg-white span {
    color: #000
}

.level-3-info .primary-btn:first-child {
    background-color: var(--color-sky) !important;
    border: 2px solid transparent
}

.level-3-info .primary-btn:nth-child(2),
.review-btn a,
section.pricing h5,
section.pricing-info,
section.review-info a {
    background-color: var(--color-green);
    color: #fff
}

.level-3-info .primary-btn:first-child:hover {
    background: 0 0 !important;
    border-color: var(--color-sky);
    color: var(--color-sky)
}

.level-3-info .primary-btn:nth-child(2):hover {
    background: 0 0;
    border-color: var(--color-green);
    color: var(--color-green)
}

section.level-3-info {
    padding: 50px 0;
    position: relative
}

section.level-3-info:before {
    content: "CIPD";
    position: absolute;
    top: 172px;
    left: -158px;
    font-size: 135px;
    font-weight: 800;
    color: #c9cbda;
    transform: rotate(90deg);
    letter-spacing: 20px
}

.assignment-4,
.assignment-7,
.three-slider .assignment-3 {
    width: 329px;
    margin: 15px 30px 0
}

section.high-class.class-3 h4 {
    font-size: 28px
}

section.high-class.class-3 ul li {
    display: flex;
    align-items: start;
    padding-bottom: 16px;
    font-weight: 600;
    color: var(--color-sky)
}

section.high-class.class-3 ul li p {
    font-size: 15px;
    margin-bottom: 0;
    padding-left: 6px
}

section.high-class.class-5 {
    background: #a3ebec;
    padding: 40px 0
}

section.high-class .col-lg-5 img:nth-child(2) {
    width: 300px;
    position: absolute;
    left: 379px
}

.card-shadow {
    box-shadow: rgba(99, 99, 99, .2) 0 2px 8px 0;
    border: 1px solid #80808026
}

section.level-slider {
    text-align: center;
    padding: 60px
}

.cipd-writers-slider .content h3 {
    font-size: 35px;
    font-weight: 700;
    padding-top: 32px
}

.cipd-writers-slider .content p {
    padding: 0 65px
}

.cipd-writers-slider .content div ul:nth-child(3) li span:first-child {
    font-size: 30px;
    font-weight: 700
}

.cipd-writers-slider .content div ul:nth-child(3) li span:nth-child(2) a {
    width: 85px;
    height: 25px;
    background-color: var(--color-green);
    font-size: 13px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
    color: #fff;
    margin-left: 10px
}

.cipd-writers-slider .content div ul:nth-child(3) li span:nth-child(2) a:hover {
    color: #000;
    transition: .4s linear
}

.cipd-writers-slider .content div ul:nth-child(3) li:nth-child(2) {
    font-size: 18px;
    font-weight: 600
}

.cipd-writers-slider .content div ul:nth-child(4) li span:first-child {
    font-size: 24px;
    font-weight: 600
}

.cipd-writers-slider .content div ul:nth-child(4) li span:nth-child(2) {
    display: block;
    font-size: 30px;
    font-weight: 700;
    color: var(--color-green)
}

.about-banner {
    background: url(../../assest/images/about-bg.webp) center center/cover no-repeat;
    padding: 180px 0 85px;
    color: #fff;
    text-align: center
}

section.about-banner h2 {
    font-size: 45px;
    font-weight: 700
}

section.about-banner p {
    padding: 10px 130px;
    line-height: 30px
}

section.about-info p {
    padding-right: 70px;
    line-height: 25px;
    font-weight: 400
}

section.about-info .left-content ul li {
    display: flex
}

section.about-info .left-content ul li span {
    font-size: 15px;
    padding-left: 10px
}

section.about-info {
    padding: 55px 0;
    position: relative
}

section.about-info .right-content img {
    position: absolute;
    right: 10px;
    top: 32px;
    width: 422px
}

section.pricing-info {
    padding: 55px;
    text-align: center
}

.bg-pricing {
    background: url(../../assest/images/pricing-bg.png) center center/cover no-repeat
}

section.pricing h5 {
    width: 360px;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 40px;
    font-weight: 700;
    border-radius: 5px
}

section.pricing {
    margin: 70px 0
}

section.pricing .col-sm-4 ul:nth-child(2) li {
    width: 360px;
    height: 80px;
    border-bottom: 6px solid var(--color-green);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 25px;
    font-size: 20px;
    font-weight: 600
}

.cipd-reviews .review {
    padding: 20px 5px 15px 15px;
    box-shadow: #00c5c0 3.95px 4.95px 2.6px;
    border-radius: 10px;
    max-width: 360px;
    margin: 25px auto;
    min-height: 90%;
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

.cipd-reviews .review p {
    line-height: 27px;
    text-align: left
}

section.cipd-reviews {
    padding: 45px 0;
    text-align: center
}

.cipd-reviews .review ul li {
    display: flex;
    justify-content: space-between;
    padding-right: 15px
}

.cipd-reviews .review ul li:first-child span:first-child {
    font-size: 18px;
    font-weight: 500;
    color: var(--color-sky)
}

.cipd-reviews .review ul li:first-child span:nth-child(2) {
    font-size: 16px;
    color: var(--color-sky)
}

.cipd-reviews .review ul li:nth-child(2) span:first-child {
    color: #ffbc27
}

.cipd-reviews .nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active,
.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    color: transparent;
    background-color: transparent;
    border-color: transparent
}

.cipd-reviews .nav-tabs .nav-link {
    width: 370px;
    height: 55px;
    margin: auto;
    display: flex;
    justify-content: center;
    box-shadow: rgb(182, 212, 65, .8) 1.95px 3.95px 2.6px;
    justify-content: center;
    border-radius: 10px
}

.cipd-reviews .nav-tabs {
    border-bottom: 1px solid transparent;
    justify-content: space-between
}

.review-btn a {
    font-size: 16px;
    font-weight: 600;
    padding: 13px 30px;
    border-radius: 40px;
    border: 2px solid var(--color-green);
    transition: .4s linear
}

.review-btn a:hover {
    background: 0 0;
    color: var(--color-green);
    border: 2px solid var(--color-green);
    transition: .4s linear
}

.cipd-reviews .nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active,
.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    box-shadow: #00c5c0 3.95px 4.95px 2.6px
}

section.review-info .left-content h3 {
    font-size: 40px;
    font-weight: 700;
    color: #fff
}

section.review-info {
    background: url(../../assest/images/review-info-bg.png) center center/cover no-repeat;
    padding: 55px 0
}

section.review-info .right-content {
    box-shadow: #00c5c0 10.95px 11.95px 2.6px;
    border-radius: 20px;
    text-align: center;
    background-color: #fff;
    padding: 58px 0 77px
}

form.order-form input,
form.order-form select {
    height: 45px;
    margin-bottom: 20px;
    border: 1px solid #000
}

section.review-info .right-content p {
    font-size: 24px;
    color: #000;
    padding: 0 50px
}

section.review-info .right-content ul li span {
    font-size: 24px;
    color: #fff;
    padding: 0 10px
}

section.review-info .right-content ul {
    background-color: var(--color-sky);
    margin-bottom: 55px !important
}

section.review-info .right-content ul li svg {
    color: #cccc08;
    padding: 0 1px
}

section.review-info a {
    font-size: 24px;
    padding: 12px 50px;
    font-weight: 600;
    transition: .4s linear
}

section.review-info a:hover {
    background-color: #fff;
    transition: .4s linear;
    color: var(--color-green)
}

.amount button,
.summery .content,
section.order-form h4:first-child {
    background-color: var(--color-sky)
}

section.review-info .right-content ul li {
    padding: 8px 0
}

section.review-info .left-content p {
    padding-right: 45px
}

.order-bg {
    background: url(../../assest/images/order-bg.png) center center/cover no-repeat
}

form.order-form {
    padding: 0 15px 50px
}

form.order-form h4 {
    text-align: center;
    font-size: 26px;
    font-weight: 600;
    padding-bottom: 20px
}

form.order-form label {
    font-size: 13px;
    display: block;
    padding-left: 10px;
    padding-bottom: 8px
}

form.order-form select {
    width: 360px;
    padding-left: 20px
}

form.order-form input {
    width: 100%;
    padding-left: 15px
}

form.order-form ul input {
    width: 170px;
    height: 48px;
    margin-top: 5px;
    border: none
}

form.order-form ul {
    display: flex;
    justify-content: space-around;
    padding: 0;
    margin-bottom: 0;
    margin-top: 10px
}

form.order-form ul span {
    font-size: 18px;
    font-weight: 700;
    color: #000
}

ul.files input {
    box-shadow: inherit;
    background-color: transparent;
    border-radius: 0;
    padding-left: 0
}

.amount li span:first-child,
ul.amount li span:first-child {
    font-size: 20px;
    font-weight: 700;
    color: var(--color-perpal)
}

.amount {
    display: flex;
    justify-content: space-around;
    padding: 0
}

.amount button {
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    padding: 10px 35px;
    border: 1px solid var(--color-sky);
    transition: .4s linear
}

.amount button:hover {
    border: 1px solid var(--color-sky);
    background: 0 0;
    color: var(--color-sky)
}

.amount li span:nth-child(3) {
    display: flex;
    font-size: 16px;
    font-weight: 400;
    color: #000;
    align-items: center
}

ul.amount input {
    width: 20px !important;
    height: 20px !important;
    margin-bottom: 0
}

.amount li span:nth-child(3) p {
    padding-top: 10px;
    padding-left: 10px
}

section.order-form h4:first-child {
    font-size: 30px;
    font-weight: 700;
    text-align: center;
    margin: 70px 0 30px;
    padding: 10px 0;
    color: #fff
}

.summery .content {
    color: #fff;
    padding: 30px;
    border-radius: 40px
}

.summery .content h4 {
    font-size: 20px;
    font-weight: 700
}

.summery .content h5 {
    font-size: 25px;
    font-weight: 800;
    padding-bottom: 10px;
    border-bottom: 1px solid #fff;
    margin-bottom: 15px
}

.summery .content ul {
    padding: 0
}

.summery .content ul li span {
    font-size: 14px;
    line-height: 32px
}

.summery .content .page {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff
}

.summery .content .page ul li span {
    font-size: 18px
}

.order-payments img {
    margin: 47px auto auto;
    display: block
}

#cover-spin {
    position: fixed;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, .7);
    z-index: 9999
}

@-webkit-keyframes spin {
    from {
        -webkit-transform: rotate(0)
    }

    to {
        -webkit-transform: rotate(360deg)
    }
}

@keyframes spin {
    from {
        transform: rotate(0)
    }

    to {
        transform: rotate(360deg)
    }
}

#cover-spin::after {
    content: "";
    display: block;
    position: absolute;
    left: 48%;
    top: 40%;
    width: 170px;
    height: 170px;
    border-style: solid;
    border-color: transparent #112229 #112229;
    border-width: 8px;
    border-radius: 50%;
    -webkit-animation: .8s linear infinite spin;
    animation: .8s linear infinite spin
}

.fixedbtnwhatsapp {
    position: fixed;
    bottom: 1em;
    left: 0;
    z-index: 999999
}

.fixedbtnwhatsapp img {
    width: 100%;
    max-width: 80px;
    display: block
}

section.header.head_top.fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: #22cebe;
    z-index: 2
}

.order-now .primary-btn:hover {
    border: 1px solid #fff !important
}

.listing ul {
    display: grid !important;
    grid-template-columns: auto auto auto auto;
    row-gap: 14px
}

.cipd-shape,
.cipd-shape-3 span {
    font-weight: 700;
    display: flex;
    color: #fff
}

.copright {
    background: var(--color-green)
}

.home-banner img {
    max-width: 150px;
    height: auto
}

.f-14 {
    font-size: 14px
}

.cipd-shape {
    background-color: var(--color-sky);
    clip-path: polygon(7% 50%, 0 0, 0 0, 100% 0, 100% 0, 100% 0, 100% 0, 92% 51%, 100% 100%, 0 100%, 0 69%, 0 100%);
    padding: 13px;
    justify-content: center;
    gap: 131px;
    font-size: 24px
}

.cipd-shape-3 span {
    font-size: 50px;
    background-color: var(--color-green);
    padding: 20px 40px;
    clip-path: circle();
    justify-content: center;
    gap: 133px;
    padding: 0 10p
}

.assignment-3 .cipd-shape-3,
.assignment-4 .cipd-shape-3,
.assignment-7 .cipd-shape-3 {
    position: absolute;
    top: -30px;
    left: 33%;
    color: #fff
}

.assignment-3::before,
.assignment-4::before,
.assignment-7::before {
    position: absolute;
    content: "";
    width: 130px;
    height: 130px;
    background-color: var(--color-sky);
    top: -21%;
    clip-path: circle();
    left: 30%
}

.about-listing ul {
    display: grid;
    grid-template-columns: auto auto auto;
    row-gap: 16px
}

.about-listing ul svg {
    color: var(--color-green);
    font-size: 35px
}

.three-slider .slick-track {
    padding-top: 20px
}

section.pricing .col-sm-4 ul:nth-child(2) li svg {
    padding-right: 5px
}

.class-3::before {
    content: "LEVEL 03";
    font-size: 100px;
    position: absolute;
    font-weight: 800;
    color: var(--grey);
    transform: rotate(270deg);
    top: 10% !important;
    right: -31% !important;
    width: 444px !important
}

section.testimonial .fa-v {
    font-size: 60px;
    color: var(--color-green);
    position: relative;
    left: 45%;
    font-weight: 900;
    top: -56px;
    clip-path: polygon(0 0, 48% 92%, 109% 0);
    background-color: #fff
}

section.testimonial .content::before {
    content: "";
    position: absolute;
    width: 29px;
    height: 9px;
    background-color: var(--color-white);
    bottom: -8px;
    left: 47%
}

.testimonial .slick-slide img {
    display: block;
    margin: auto
}

.testimonial .slick-dots {
    bottom: 35px
}

.nav-review:hover {
    color: var(--color-white)
}

.level-three {
    position: absolute;
    right: 0;
    top: 10%;
    height: 80%
}

.dropdown-item:active,
.nav-bar .dropdown-item.active {
    background-color: transparent;
    color: #000
}

.dropdown-item:hover,
.nav-bar .dropdown-item:focus {
    background-color: var(--color-green);
    color: var(--color-white)
}