.logo {
    max-height: 60px;
}

* {
    font-family: 'Montserrat', sans-serif;
}

.section::after {
    clear: both !important;
}


body {
    overflow-x: hidden !important;
}

.btn-primary {
    background-color: #F88F26;
    border: 0px;
    padding: 10px 35px;
    font-weight: 600;
    box-shadow: 0px 10px 20px 0px rgba(204, 226, 255, 0.82);

}

.btn-primary:hover {
    background-color: #EF634C !important;
    border-color: #EF634C !important;

}

.btn-primary-dark {
    background-color: #EF634C;
    color: white;
}

.btn-outline-primary {
    border: 2px solid #EF634C;
}

.btn-outline-primary::hover {
    background-color: #EF634C;
    color: white;
}

.btn-primary-dark::hover {
    background-color: #f88f26;
}

.hero-section-others {
    height: 613px;
}

.hero-section-others.bg-primary {
    background: url('/assets/imgs/solved_papers_bg_top.png') !important;
}

.hero-section-others h1 {
    font-size: 54px;
    font-weight: 600;
}

.item-card .main-title {
    font-size: 13px;
    color: #0C2C5F;
    /* Body/Bold */
    font-family: Outfit;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 22px;
    /* 129.412% */
}

@media only screen and (min-width: 1400px) {
    .item-card .main-title {
        font-size: 17px;
    }
}

.item-card span.item-subtitle {
    color: #0C2C5F;

    /* Caption 2/Light */
    font-family: Outfit;
    font-size: 11px;
    font-style: normal;
    font-weight: 300;
    line-height: 13px;
    /* 118.182% */
}

.item-card .item-content b {
    color: #EF634C;
}

.hero-section-others .img {
    max-height: 400px;
}

.hero-section-others p {
    font-size: 1.5rem;
}

h1,
h2,
h3 {
    color: #0C2C5F;
    font-weight: 600;
}

.hero-section h1 {
    font-size: 68px;
    font-weight: 700;
}

@media only screen and (max-width: 1370px) {
    .hero-section h1 {
        font-size: 58px;
        font-weight: 700;
    }

    .contact-banner-heading {
        font-size: 36px !important;
    }
}



.navbar-container {
    max-width: 95%;
    margin: auto;
}

.hero-section .img {
    max-height: 520px;
    top: 20px;
}

.home-main-section {
    display: flex;
    align-items: center;
    height: 680px;
    margin-bottom: 40px;
}

.text-md-right {

    text-align: right;
}

.mt-10 {
    margin-top: 90px;
}

.hero-h1 {
    color: #FFF;
    font-family: Montserrat;
    font-size: 52px;
    font-style: normal;
    font-weight: 700;
    line-height: 70px;
    /* 134.615% */
    letter-spacing: -2.08px;
}

.hero-h1-publication {
    color: #FFF;
    font-family: Montserrat;
    font-size: 44px !important;
    font-style: normal;
    font-weight: 700;
    line-height: 70px;
    /* 134.615% */
    letter-spacing: -2.08px;
}

.hero-img-others {
    max-height: 670px;
    position: absolute;
    right: -150px;
    top: -49px;
}

@media only screen and (max-width: 768px) {
    /* .hero-section .img {
        max-height: 300px;
    } */

    .newsletter-send-icon {
        right: -8px !important;
    }

    .contact-number-container {
        align-items: center !important;
    }

    .home-main-section {
        height: 100vh;
    }

    .text-sm-center {
        text-align: center !important;
    }

    .phone {
        font-size: 30px !important;
    }

    .img-footer-floating {
        bottom: 184px !important;
    }
}


.hero-section p {
    font-size: 1.5rem;
    color: #5E6282;
}


.divider-heading {
    font-size: 3rem;
    color: white;
}

.divider-subheading {
    color: white;
}

.read-more-decore {
    font-size: 48px;
    font-weight: 700 !important;
}

.read-more-decore::after {
    content: url('/assets/icons/read_know_more_decore.svg');
    line-height: 0;
    display: flex;
    justify-content: end;
    margin-top: 10px;
}

.yellow-decore::after {
    content: url('/assets/icons/decore-yellow.svg');
    line-height: 0;
    display: flex;
    justify-content: end;
}

.heading-container-about {
    display: flex;
    flex-direction: column;
}

@media only screen and (min-width: 1200px) {
    .yellow-decore::after {
        margin-right: 160px
    }
}

.navbar-brand span {
    font-weight: 900;
    color: #F88F26;
}

.bg-primary {
    background-color: #EF634C !important;
    color: white;
}

h5.text-primary {
    font-weight: 700;
    color: #F88F26 !important;
}

.section {
    justify-items: center;
}

.pt-5 {
    padding-top: 5rem !important;
}

.section-padding {
    padding: 80px 10px;
}

.icon {
    height: 50px;
    justify-content: center;
    display: flex;
    align-items: center;
}

.filter-end {
    display: flex;
    align-items: end;
    justify-content: end;
}


.back-btn {
    padding: 10px 20px !important;
}

.btn-custom {
    color: #0C2C5F;
    font-weight: 700;
    border-bottom: 1px solid #0C2C5F;
    padding-bottom: 8px;
    text-decoration: none;
    font-size: 1.1rem;
}

.features {
    padding: 30px 50px;
}

.features h4 {
    color: #0C2C5F;
}

.features p {
    font-weight: 300;
    font-size: 1.1rem;
}

.icon-sm {
    max-width: 24px;
    max-height: 24px;
}

.home-about-us {
    background: url('/assets/imgs/about-background.jpg');
    width: 100%;
    padding: 0px;
}

.subscribe-input {
    border-radius: 10px;
}

.contact-bg {
    background: url('/assets/imgs/contact-bg.png');
    background-size: cover;
}

.our-offering-bg {
    background: url('/assets/imgs/background-offering.jpg');
    background-size: cover;
}

.section h5 {
    font-size: 0.9rem;
    color: #A3A3A3;
    font-weight: 600;
}

.section h2 {
    color: #0C2C5F;
    font-weight: 600;
}

.pointers {
    list-style-position: outside;
    padding-left: 20px;
}


.pointers li {
    margin-bottom: 2rem;
}

.pointers li span {
    display: inline-block;
    vertical-align: middle;
}

.pointers li::marker {
    color: #EF634C;
    font-size: 1.5rem;
    line-height: 2rem;
}


.pointers li {
    color: #5E6282;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
}

.img-about {
  
    width: 100%;
}

.accordion-body {
    border-radius: 10px;
    background: #FFFFFF;
    padding: 40px 20px;
    font-weight:500;
}

.about-us-backpack {
    max-height: 400px;
    /* margin-top: 90px */
}

.overlapping-desktop {
    margin-top: -75px;
    padding: 80px 10px !important;
}

.hero-img-others-publication {
    max-height: 777px;
    position: absolute;
    right: -71px;
    top: -100px;
}

.publication-top-section {
    display: flex;
    align-items: center;
    height: 500px;
    position: relative;
}

.hero-section-others-publication {
    height: 600px;
    background: url('/assets/imgs/solved_papers_bg_top.png');
}

.mpub-t-10 {
    margin-top: 64px;
}


.solved-papers-top-header {
    display: flex;
    align-items: center;
    height: 80vh;
    position: relative;
}


@media only screen and (max-width: 600px) {
    .overlapping-desktop {
        margin-top: 20px !important;
    }

    .hero-img-others-publication {
        max-height: 338px;
        bottom: 0px;
        top: 264px;
        right: 0px;
    }

    .hero-img-others {
        max-height: 281px;
        bottom: 0;
        top: 332px;
        right: 0px;
        overflow-x: hidden;
    }

    .mpub-t-10 {
        margin-top: 10px;
    }

    .mt-10 {
        margin-top: 10px;
    }

    .solved-papers-top-header {
        display: flex;
        align-items: center;
        height: auto;
        position: relative;
    }
}

.section-divider-padding {
    padding: 30px 20px;
}

.bg-secondary {
    background-color: #FEB407 !important;
}

.top-left-rounded {
    border-radius: 8rem 3rem 3rem 3rem;
}

.newsletter-shadow {
    font-size: 14px !important;
    border-radius: 10px;
    box-shadow: 0px 1.85185px 3.14815px 0px rgba(0, 0, 0, 0.00), 0px 8.14815px 6.51852px 0px rgba(0, 0, 0, 0.01), 0px 20px 13px 0px rgba(0, 0, 0, 0.01), 0px 38.51852px 25.48148px 0px rgba(0, 0, 0, 0.01), 0px 64.81481px 46.85185px 0px rgba(0, 0, 0, 0.02), 0px 100px 80px 0px rgba(0, 0, 0, 0.02);
}

.newsletter-btn {
    display: inline-flex;
    height: 45px;
    padding: 12px 20px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
}

.subscribe-input {
    font-size: 14px;
}

.input-style {
    border-radius: 10px;
    border-color: #FFD3A8;
}

.floating-textarea-label {
    padding-left: 20px !important;
}

.phone {
    color: #FFD46F;
    font-weight: 700;
    font-size: 48px;
}

.img-footer-floating {
    position: relative;
    left: -59px;
    bottom: 241px;
    z-index: 100;
    max-height: 300px;
}

h6 {
    font-weight: 700;
}

footer ul li {
    list-style: none;
}

footer li a {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    color: #0C2C5F;
    font-size: 14px;
}

ul {
    padding-left: 0;
}

a {
    text-decoration: none;
    color: initial;
}

footer ul li {
    line-height: 2rem;
    color: #0C2C5F;
}


footer h6 {
    margin-bottom: 1.5rem;
    color: #0C2C5F;
}

footer {
    margin-top: 130px;
}

.accordion-item {
    background: #fdf8f5 !important;
    box-shadow: 0px 20px 40px 0px rgba(238, 77, 71, 0.10);
    border: 0px;
    border-radius: 10px !important;
    margin: 10px 0px;
    color: #0C2C5F;
    font-weight: 300;
}

.accordion-header {
    border-radius: 10px !important;
    color: #0C2C5F;
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
    /* 166.667% */
}

.accordion-item button {
    background-color: #fff !important;
    border-radius: 10px;
    border: 0px !important;
}


.accordion-item:last-of-type .accordion-button.collapsed {
    border-radius: 10px;
    border: 0px !important;
}

.btn-secondary {
    border-radius: 10px;
    background: #ef624c3c;
    border: 0px;
    padding: 1rem;
}

.btn-secondary span {
    color: #EF634C !important;
    font-weight: 700;
}

.accordion-button:not(.collapsed) {
    color: #0C2C5F
}

.icon-logo {
    max-height: 80px;
    width: auto;
    padding-right: 0;
}

.hero-h6 {
    color: #FFF;
    font-family: Montserrat;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.4px;
    text-transform: capitalize;
}

.nxt-btn {
    padding: 10px 35px !important;
    font-size: 13px;
}

.btn-rounded {
    border-radius: 3rem !important;
}

.filter-btn {
    padding: 10px 20px !important;
    display: flex;
    align-items: center;
    font-size: 14px !important;
}

.text-right {
    text-align: right;
}

.btn-primary-faded {
    background-color: #FFD3A8;
    padding: 15px 25px;
    border-radius: 10px;
}

.btn-contact {
    font-weight: 500;
    padding: 10px 20px;
    font-size: 16px;
    border-radius: 10px;
}

.light-divider-section-bg {
    background-color: #FDF8F5;
}

.text-light-grey {
    color: #A3A3A3;
    text-align: center;
    font-family: Montserrat;
    font-size: 36px;
    font-style: normal;
    font-weight: 500;
    line-height: 70px;
    /* 194.444% */
    letter-spacing: -1.44px;
}

.item-card {
    background-color: #FDF8F5;
    padding: 10px 5px;
    border-radius: 2.5rem;
    margin: 15px 5px;
    align-items: center;

}

.chemistry {
    background: #FFF7F2 !important;
    border: none !important;
}

.chemistry-icon {
    border-radius: 3.75rem;
    border: 1px solid rgba(226, 121, 104, 0.50) !important;
    background-color: #FFF !important;
}

.biology {
    background: #E8FFF9 !important;
    border: none !important;
}

.biology-icon {
    border-radius: 3.75rem;
    border: 1px solid rgba(44, 183, 133, 0.50);
    background: #FFF !important;
}

.mathematics {
    background: #EDFBFF !important;
    border: none !important;
}

.mathematics-icon {
    border-radius: 3.75rem;
    border: 1px solid rgba(37, 177, 221, 0.50);
    background: #FFF !important;
}

.filter-card {
    display: flex;

    padding: 1.25rem;
    flex-direction: column;
    align-items: center;
    gap: 0.5625rem;
    border-radius: 1.25rem;
    border: 1px solid #8890F6;
    background: #F3F4FF;
}

.filter-card .course-icon {
    display: flex;
    width: 3.75rem;
    height: 3.875rem;
    padding: 0.6875rem 0.625rem 0.625rem 0.5625rem;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}



.filter-card .title {
    color: #747EF0;
    text-align: center;
    /* Body/Bold */
    font-size: 1.0625rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1.375rem;
    /* 129.412% */
    align-self: stretch;
}

.filter-card .row {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.75rem;
}

.item-content {
    display: flex;
    align-items: center;
    font-size: 14px;
}

.course-icon {
    display: flex;
    border-radius: 50%;
    background-color: #747EF0;
    width: 3rem;
    height: 3rem;
    padding: 5px;
    align-items: center;
    justify-content: center;
}

.course-icon img {
    width: 1.5rem;
    height: 1.5rem;
}

.icon img {
    width: 2rem;
    height: 2rem;
}

.rounded-btn {
    border-radius: 10px;
}

button .icon {
    max-width: 18px;
    max-height: 18px;
}

.form-check-input:checked {
    background-color: #EF634C;
    border-color: #EF634C;
}

.selected {
    border: 1px solid #EF634C;
}

.selected .course-icon {
    background-color: #EF634C !important;
}


.card-product-item .card-h6 {
    color: #0C2C5F !important;
    text-align: center;
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 23px;
    /* 127.778% */
    text-transform: capitalize;
}

.card-product-item {
    background-color: #FDF8F5;
    border-radius: 10px;
}

.card-img {
    padding: 10px;
}

.card-img img {
    max-width: 250px;
    max-width: 100%;
}

.card-product-item h6 {
    font-size: 1.2rem;
}

.card-product-item .price-discounted {
    color: #0C2C5F !important;
    font-family: Montserrat;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 25.2px;
}

.card-product-item .price {
    color: #27508F;
    font-family: Montserrat;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px;
    text-decoration: line-through
}

.isbn {
    color: #0C2C5F;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    /* 142.857% */
}

.card-product-item .std {
    color: #0C2C5F;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 23px;
    margin-top: 10px;
    /* 143.75% */
}

.rounded-5 {
    border-radius: 10px;
}

.contact-card {
    background-color: #FAEFE9;
    border-radius: 10px;
    padding: 10px;
}

.contact-heading {
    padding: 2rem;
}

.contact-heading h2 {
    font-weight: 600;
    font-size: 1.8rem;
    color: white;
}


.form-check {
    padding-left: 0;
}

.hero-background {
    background: url('/assets/imgs/hero_back.png');
    background-size: cover;
    background-repeat: no-repeat;
}

.still-question-bg {
    background: url('/assets/imgs/still-question-background.png');
    background-size: cover;
    background-repeat: no-repeat;
    padding: 60px 0px;
}

.contact-items {
    padding: 20px 2rem;
}

.contact-items .row {
    margin: 40px 0px;
}

.hidden {
    display: none !important;
}

.py-10 {
    padding-top: 40px;
    padding-bottom: 10px;
}

.bottom-svg::after {
    content: url('/assets/imgs/decore.svg');
    display: flex;
    
    line-height: 0rem;
}

.solved-papers-bg {
    background: url('/assets/imgs/solved_papers_bg_top.png');
}


.bottom-svg-dark::after {
    content: url('/assets/icons/bottom-hero-dark-decore.svg');
    display: flex;
    position: relative;
    left: 0px;
    justify-content: start;
    line-height: 0rem;
}

.end-decore::after {
    align-items: end;
    justify-content: end;
}


.contact-banner-heading {
    color: white;
    font-weight: 600;
    font-size: 48px;
}

.contact-number-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
}

.contact-banner-small-heading {
    font-weight: 600;
    font-size: 24px;
    font-weight: 700;
}

.input-group {
    border-radius: 10px;
    background: var(--white, #FFF);
    box-shadow: 0px 1.8518518209457397px 3.1481480598449707px 0px rgba(0, 0, 0, 0.00), 0px 8.148148536682129px 6.518518447875977px 0px rgba(0, 0, 0, 0.01), 0px 20px 13px 0px rgba(0, 0, 0, 0.01), 0px 38.51852035522461px 25.481481552124023px 0px rgba(0, 0, 0, 0.01), 0px 64.81481170654297px 46.85185241699219px 0px rgba(0, 0, 0, 0.02), 0px 100px 80px 0px rgba(0, 0, 0, 0.02);
}

.input-group-text {
    background-color: white;
    border: 0px;
}

.input-group input {
    border: 0px;
    background-color: white;
    height: 2.7rem;
}


.subscribe-heading {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 3rem;
    margin-bottom: 2rem;
    font-weight: 700;
}

@media only screen and (min-width: 800px) {
    .subscribe-heading::after {
        padding-left: 15rem;
    }
}

@media only screen and (max-width: 800px) {
    footer {
        margin-top: 290px;
    }

    .mobile-padding {
        padding: 20px;
    }

    .text-sm-end {
        text-align: right !important;
    }

    .divider-heading {
        font-size: 2rem;
    }

    .yellow-decore::after {
        position: relative;
        right: -40px;
    }

    .pl-10 {
        padding-left: 1.8rem !important;
    }

    .contact-banner-heading {
        font-size: 2rem !important;
    }
}

.subscribe-heading::after {
    display: flex;
    line-height: 0rem;
    content: url('/assets/icons/decore-small.svg');
}

.newsletter-send-icon {
    position: absolute;
    z-index: 100;
    float: right;
    top: -25px;
    right: -25px;
}

.navbar-nav li {
    padding-right: 2.5rem
}

@media only screen and (max-width: 800px) {
    .navbar-nav li {
        padding-right: 1rem
    }
}

.accordion-button::after {
    background-image: url("/assets/icons/plus-icon.svg");
    transform: scale(.7) !important;
}

.accordion-button:not(.collapsed)::after {
    background-image: url("/assets/icons/minus-icon.svg");
}

.btn-about {
    border-radius: 4px;
    background: linear-gradient(0deg, #F99027 0%, #F19771 100%);
    box-shadow: 0px 10px 20px 0px rgba(204, 226, 255, 0.82);
    padding: 7px 35px !important;
}

.load-more-btn {
    margin-top: 20px;
    padding: 1.7rem;
}

.wt-700 {
    font-weight: 700;
}

.wt-600 {
    font-weight: 600;
}

.wt-500 {
    font-weight: 500;
}

.pl-10 {
    padding-left: 4rem;
}

.mt-5 {
    margin-top: 3rem;
}

.get-p {
    color: #6D6D6D;
    font-size: 18px;
}

.pby-5 {
    padding-bottom: 3rem;
}


.filter-btn-pub {
    font-size: 14px;
    color: #0C2C5F;
    font-weight: 500;
}

.form-check-input[type="radio"] {
    border: 2px solid #EF634C;
}

.no-shadow {
    box-shadow: 0px !important;
}

@media only screen and (max-width: 600px) {
    .yellow-decore::after {
        justify-content: start;
        max-width: 100%;
        overflow-x: hidden;
        left: 0;
    }

    .bottom-svg-dark::after {
        justify-content: start !important;
        line-height: 0rem;
        overflow-x: hidden;
    }
}

@media only screen and (max-width: 480px) {
    .hero-section h1 {
        font-size: 48px;
    }

    .hero-h1 {
        font-size: 48px !important;
    }

    .hero-section p {
        font-size: 1.2rem;
    }

    .contact-banner-heading {
        font-size: 1.3rem !important;
    }

    .contact-banner-small-heading {
        font-size: 1.2rem !important;
    }

    .navbar-brand span {
        font-size: 18px !important;
    }

    .read-more-decore::after {
        position: relative;
        justify-content: start;
        max-width: 100%;
        overflow-x: hidden;
        left: 0;
    }

    .img-footer-floating {
        bottom: 83px !important;
    }

    .subscribe-heading {
        text-align: center;
    }

    .solved-papers-top-header {
        padding-top: 40px;
    }

    footer h6 {
        margin-top: 20px;
    }

    .footer-logo-container {
        margin-top: 60px !important;
    }

    .hero-h1-publication {
        line-height: 58px;
        font-size: 3rem !important;
    }
}

.navbar-light .navbar-nav .nav-link {
    color: #0C2C5F;
    font-weight: 400;
}

h2.divider-heading {
    font-weight: 700;
}

.accordion-item .accordion-button {
    /*box-shadow: 0px 20px 40px 0px rgba(238, 77, 71, 0.10);*/
    font-weight:500;
    color:red;
}

.nav-item a.nav-link.active {
    color: #F88F26 !important;
}

@media only screen and (min-width: 1400px) {
    .hero-h1-publication {
        font-size: 52px !important;
    }
}

@media only screen and (max-width: 380px) {
    .xs-mb-2 {
        margin-bottom: 20px;
    }
}

.spb {
    background-color: #ffd46f;
    color: black;
}

.spb:hover {
    background-color: #F88F26;
}

#features-container {
    background-image: url(/assets/imgs/feature-bg.jpeg);
    background-position: center;
    width: 100%;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
}

#features-container .sub-heading {
    color: #A3A3A3;
    text-align: center;
    font-family: Montserrat;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.4px;
    text-transform: capitalize;
}

.feature-heading {
    color: #0C2C5F;
    font-family: Montserrat;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 32px;
    /* 133.333% */
    letter-spacing: -0.96px;
}

.feature-desc {
    color: var(--Gray, #777);
    font-family: Montserrat;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    /* 160% */
}

#features-container .heading {
    color: #0C2C5F;
    text-align: center;
    font-family: Montserrat;
    font-size: 52px;
    font-style: normal;
    font-weight: 700;
    line-height: 70px;
    /* 134.615% */
    letter-spacing: -2.08px;
    display: inline-block;
    position: relative;
}

#features-container .heading::after {
    content: url(/assets/icons/underline.svg);
    line-height: 0;
    display: flex;
    justify-content: end;
    position: absolute;
    right: -20%;
}

.feature-small-circle-svg {
    position: absolute;
    top: 25%;
    left: 40%;
}

#feature-girl-div {
    position: absolute;
    bottom: 0;
    left: 27%;
    height: 500px;
    height: 650px;
}

.feature-girl {
    position: relative;
    right: 50%;
    height: 100%;
}

@media (max-width: 992px){
    .d-none {
        display: none !important;
    }
}


@media only screen and (max-width: 1024px) {
    .hero-section .img {
       width: 100%;
        
    }

}

@media only screen and (max-width: 992px) {
    
    .btn-primary-faded{
         width: max-content !important;
    }
}

@media only screen and (max-width: 768px){
.yellow-decore::after {
    position: relative;
    right: -40px;
}
}

@media only screen and (min-width: 768px){
.yellow-decore::after {
    position: relative;
    right: -38px;
}
}

@media screen and (min-width: 1076px) and (max-width: 1330px) {
    .navbar-nav li {
        padding-right: 0 !important;
    }    
}

@media only screen and (max-width: 440px){
    .hero-section .img{
        width: 100%;
    }
}

@media only screen and (min-width: 320px){
    .hero-section h1 {
        font-size: 38px;
    }
    .logo {
        max-height: 32px;
    }
}

/* @media screen and (min-width: 992px) and (max-width: 1281px) {
    .navbar-nav li {
        padding-right: 0 !important;
    }    
} */

@media screen and (min-width: 992px) and (max-width: 1076px) {
    .navbar-nav li {
        padding-right: 2px !important;
    }    
    .hero-section img {
        width: 100%;
    }
    .nav-link{
        font-size: 0.9rem;
    }
    .nav-item .btn-primary{
        padding: 10px 15px !important;
    }
}