* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

a {
    text-decoration: none;
}

img {
    max-width: 100%;
    box-sizing: border-box;
    object-fit: cover;
}

ul,
li {
    list-style: none;
}

body {
    font-family: "Poppins", sans-serif !important;
}

/* HEADER SECTION CSS [START] */
#header {
    padding: 4px 0px;
}

#header a.nav-link {
    color: #222222;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
}

#header a.nav-link:hover {
    border-bottom: 2px solid #222222;
}

#header .btn {
    padding: 5px;
}

#header button.btn.book-btn {
    color: #fff;
    background-color: #000;
    font-size: 15px;
    line-height: 20px;
    font-weight: 500;
    padding: 5px 26px;
    border-radius: 40px;
}

#header button.btn.book-btn:hover {
    background-color: #62409A;
    transition: 0.5s ease-in;
}

#header button.btn.book-btn:focus {
    box-shadow: none;
}

#header button.btn.profile-btn i {
    background-color: #e9e9e9;
    padding: 14px;
    font-size: 17px;
    border-radius: 30px;
}

#header button.btn.profile-btn i:hover {
    color: #fff;
    background-color: #000;
    transition: 0.5s ease-in;
}

#header button.btn.profile-btn:focus {
    box-shadow: none;
}

#header button.btn.offcanvas-menu-icon {
    display: none;
}

#header .offcanvas-cart-icons {
    display: none !important;
}

/* HEADER SECTION CSS [END] */

/* BANNER SECTION CSS [START] */
#banner {
    background: url("../images/banner-bg.png") 50% 50% no-repeat;
    max-width: 100%;
    object-fit: cover;
    padding: 50px 0px;
}

#banner .banner-content h1 {
    color: #000;
    font-size: 56px;
    line-height: 67px;
    font-weight: 600;
    margin-bottom: 36px;
}

#banner .banner-content p {
    color: #000;
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
}

#banner .banner-content .banner-btns {
    padding-top: 30px;
}

#banner .banner-content a.banner-btn-first {
    color: #fff;
    background-color: #000;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    border-radius: 50px;
    padding: 16px 24px;
    text-decoration: none;
}

#banner .banner-content a.banner-btn-first:hover {
    color: #000;
    background-color: transparent;
    border: 1px solid #000;
    transition: 0.5s ease-in;
}

#banner .banner-content a.banner-btn-sec {
    color: #000;
    border: 1px solid #000;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    border-radius: 50px;
    padding: 16px 24px;
    text-decoration: none;
}

#banner .banner-content a.banner-btn-sec:hover {
    color: #fff;
    background-color: #000;
    transition: 0.5s ease-in;
}

#banner .banner-profile {
    margin-top: 50px;
    display: flex;
    align-items: flex-end;
    gap: 15px;
}

#banner .banner-profile .banner-cnt h6 {
    color: #000;
    font-size: 14px;
    line-height: 21px;
    font-weight: 400;
    margin-bottom: 0px;
}

#banner .banner-profile .banner-cnt h5 {
    color: #000;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    margin-bottom: 0px;
}

/* BANNER SECTION CSS [END] */

/* BANNER BOTTOM SECTION CSS [START] */
#banner-bottom .marquee_container {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    padding: 40px 0;
    background-color: #000;
}

#banner-bottom .marquee {
    display: inline-block;
    animation: marquee 10s linear infinite;
}

#banner-bottom .marquee_container:hover .marquee {
    animation-play-state: paused;
    /* Pause all animations when hovering over the container */
}

@keyframes marquee {
    from {
        transform: translate3d(0, 0, 0);
    }

    to {
        transform: translate3d(-100%, 0, 0);
    }
}

/* BANNER BOTTOM SECTION CSS [END] */

/* FEATURES SECTION CSS [START] */
#features {
    padding: 80px 0px;
}

#features .features-title {
    text-align: center;
}

#features .features-title h2 {
    color: #000;
    font-size: 56px;
    line-height: 67px;
    font-weight: 600;
}

#features .features-title p {
    color: #000;
    font-size: 18px;
    line-height: 27px;
    font-weight: 400;
}

#features .features-card {
    background-color: #FBFBFB;
    padding: 20px;
    border: 1px solid #E9E9E9;
    border-radius: 16px;
    margin-top: 60px;
    cursor: pointer;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

#features .features-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

#features .features-card .features-card-cnt h5 {
    color: #000;
    font-size: 20px;
    font-weight: 600;
}

#features .features-card .features-card-cnt p {
    color: #000;
    font-size: 16px;
    font-weight: 400;
    margin-top: 16px;
}

#features .features-card .features-card-cnt a {
    color: #000;
    font-size: 18px;
    font-weight: 500;
    margin-top: 40px;
}

#features .features-card img.features-card-image {
    margin-top: 40px;
    border-radius: 16px;
}

/* FEATURES SECTION CSS [END] */

/* MIDDLE SECTION CSS [START] */
#middle-sec {
    padding: 80px 0px;
}

#middle-sec .middle-sec-title {
    margin-top: 60px;
}

#middle-sec .middle-sec-title h3 {
    color: #000;
    font-size: 56px;
    line-height: 67px;
    font-weight: 600;
    margin-bottom: 24px;
}

#middle-sec .middle-sec-title p {
    color: #000;
    font-size: 18px;
    line-height: 27px;
    font-weight: 400;
    margin-bottom: 40px;
}

#middle-sec .middle-sec-cnt {
    display: flex;
    justify-content: space-evenly;
}

#middle-sec .middle-sec-cnt .middle-sec-cnt-one img {
    background-color: #EDEBFB;
    padding: 11px;
    border-radius: 8px;
    margin-bottom: 17px;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
}

#middle-sec .middle-sec-cnt .middle-sec-cnt-one h5 {
    color: #000;
    font-size: 20px;
    font-weight: 600;
}

#middle-sec .middle-sec-cnt .middle-sec-cnt-one p {
    color: #000;
    font-size: 16px;
    line-height: 27px;
    font-weight: 400;
}

#middle-sec .middle-sec-cnt .middle-sec-cnt-sec img {
    background-color: #EDEBFB;
    padding: 11px;
    border-radius: 8px;
    margin-bottom: 17px;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
}

#middle-sec .middle-sec-cnt .middle-sec-cnt-sec h5 {
    color: #000;
    font-size: 20px;
    font-weight: 600;
}

#middle-sec .middle-sec-cnt .middle-sec-cnt-sec p {
    color: #000;
    font-size: 16px;
    line-height: 27px;
    font-weight: 400;
}

#middle-sec img.middle-sec-image {
    width: 100%;
}

/* MIDDLE SECTION CSS [END] */

/* REVIEWS SECTION CSS [START] */
#reviews {
    padding: 80px 0px;
    background-color: #F5F5F9;
}

#reviews .reviews-title {
    text-align: center;
}

#reviews .reviews-title h2 {
    color: #000;
    font-size: 56px;
    line-height: 67px;
    font-weight: 600;
    margin-bottom: 20px;
}

#reviews .reviews-title p {
    color: #000;
    font-size: 20px;
    line-height: 25px;
    font-weight: 400;
    margin-top: 25px;
}

.wrapper {
    max-width: 1100px;
    width: 100%;
    position: relative;
}

.wrapper i {
    height: 50px;
    width: 50px;
    bottom: -60px;
    cursor: pointer;
    font-size: 1.25rem;
    position: absolute;
    text-align: center;
    line-height: 50px;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.23);
    transform: translateY(-50%);
    transition: transform 0.1s linear;
}

.wrapper i:active {
    transform: translateY(-50%) scale(0.85);
}

.wrapper i:first-child {
    left: 41%;
}

.wrapper i:last-child {
    right: 45%;
}

.wrapper .carousel {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: calc((100% / 3) - 12px);
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    gap: 16px;
    border-radius: 8px;
    scroll-behavior: smooth;
    scrollbar-width: none;
    margin-top: 40px;
    margin-bottom: 40px;
}

.carousel::-webkit-scrollbar {
    display: none;
}

.carousel.no-transition {
    scroll-behavior: auto;
}

.carousel.dragging {
    scroll-snap-type: none;
    scroll-behavior: auto;
}

.carousel.dragging .card {
    cursor: grab;
    user-select: none;
}

.carousel .card {
    scroll-snap-align: start;
    height: auto;
    list-style: none;
    background-color: #fff;
    border: 1px solid #EEF2F6;
    cursor: pointer;
    padding-bottom: 15px;
    flex-direction: column;
    border-radius: 18px;
    padding: 30px;
}


img.star-image {
    width: 30%;
    margin-bottom: 36px;
}

p.carousel-text {
    color: #000;
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    margin-bottom: 0;
}

.carousel-profile {
    margin-top: 50px;
    display: flex;
    align-items: center;
    gap: 15px;
}

.carousel-profile .carousel-profile-cnt h6 {
    color: #000;
    font-size: 16px;
    line-height: 21px;
    font-weight: 400;
    margin-bottom: 0px;
}

.carousel-profile .carousel-profile-cnt h5 {
    color: #697586;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    margin-bottom: 0px;
}

@media screen and (max-width: 900px) {
    .wrapper .carousel {
        grid-auto-columns: calc((100% / 2) - 9px);
    }
}

@media screen and (max-width: 600px) {
    .wrapper .carousel {
        grid-auto-columns: 100%;
    }
}

/* REVIEWS SECTION CSS [END] */

/* RESOURCES SECTION CSS [START] */
#resources {
    padding: 80px 0px;
}

#resources .resources-title {
    text-align: center;
    margin-bottom: 60px;
}

#resources .resources-title h2 {
    color: #000;
    font-size: 56px;
    line-height: 67px;
    font-weight: 600;
    margin-bottom: 24px;
}

#resources .resources-title p {
    color: #000;
    font-size: 18px;
    line-height: 27px;
    font-weight: 400;
}

#resources .resources-card {
    background-color: #FBFBFB;
    border: 1px solid #E9E9E9;
    border-radius: 16px;
    height: 100%;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
    cursor: pointer;
}

#resources .resources-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

#resources .resources-card img.resources-card-image {
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    width: 100%;
}

#resources .resources-card .resources-card-cnt {
    padding: 20px;
}

#resources .resources-card .resources-card-cnt span {
    color: #000;
    background-color: #E5E5E5;
    padding: 4px 8px;
    border-radius: 16px;
    font-size: 14px;
    font-weight: 400;
}

#resources .resources-card .resources-card-cnt h5 {
    color: #000;
    font-size: 21px;
    font-weight: 500;
    margin-top: 10px;
}

#resources .resources-card .resources-card-cnt p {
    color: #000;
    font-size: 16px;
    font-weight: 400;
    margin-top: 10px;
}

#resources .resources-profile {
    margin-top: 50px;
    display: flex;
    align-items: flex-end;
    gap: 15px;
}

#resources .resources-card .resources-card-cnt .resources-profile .resources-profile-cnt h6 {
    color: #202939;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    margin-bottom: 0px;
}

#resources .resources-card .resources-card-cnt .resources-profile .resources-profile-cnt h5 {
    color: #697586;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    margin-top: 0px;
    margin-bottom: 0px;
}

/* RESOURCES SECTION CSS [END] */

/* LAST SECTION CSS [START] */
#last {
    background: url("../images/last-bg.png")50% 50% no-repeat;
    background-size: cover;
}

#last .last-title {
    padding-top: 80px;
    padding-bottom: 15rem;
    text-align: center;
}

#last .last-title h2 {
    color: #000;
    font-size: 48px;
    line-height: 57px;
    font-weight: 600;
    margin-bottom: 32px;
}

#last .last-title a.last-title-btn {
    color: #fff;
    background-color: #000;
    border-radius: 50px;
    padding: 16px 24px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    text-decoration: none;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

#last .last-title a.last-title-btn:hover {
    color: #000;
    background-color: #fff;
    transition: 0.5s ease-in;
}

/* LAST SECTION CSS [END] */

/* FOOTER SECTION CSS [START] */
#footer {
    padding-top: 80px;
    padding-bottom: 50px;
}

#footer .footer-social-icons i {
    color: #62409A;
    font-size: 27px;
    border: 2px solid #62409A;
    padding: 12px;
    border-radius: 50px;
    margin: 0px 7px;
}

#footer .footer-social-icons i:hover {
    background-color: #62409A;
    color: #fff;
    transition: 0.5s ease-in;
}

#footer .footer-copyright {
    text-align: center;
    margin-top: 50px;
}

#footer .footer-copyright p {
    color: #000;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    text-decoration: underline;
    margin-bottom: 0px;
}

/* FOOTER SECTION CSS [END] */


/* MOBILE MEDIA CSS [START] */
@media screen and (max-width:767px) {

    /* HEADER SECTION CSS [START] */
    #header button.btn.offcanvas-menu-icon {
        color: #62409A;
        font-size: 30px;
        padding: 0px;
        display: block;
    }

    #header button.btn.offcanvas-menu-icon:focus {
        box-shadow: none;
    }

    #header button.offcanvas-close-btn {
        color: #62409A !important;
        font-size: 30px;
        padding: 0px;
        background-color: transparent;
        border: none;
    }

    #header .offcanvas-cart-icons {
        position: absolute;
        right: 50px;
        display: block !important;
    }

    #header li.nav-item {
        padding: 11px 0px;
    }

    #header a.nav-link {
        background-color: #E9E9E9;
        padding: 10px;
        border-radius: 2px;
        margin-bottom: 0px;
    }

    #header a.nav-link:hover {
        border: none;
        color: #E9E9E9;
        background-color: #000;
        transition: 0.5s ease-in;
    }

    #header i.offcanvas-toggle-icon {
        font-size: 20px;
        padding-right: 5px;
    }

    #header .cart-btn:focus {
        box-shadow: none;
    }

    /* HEADER SECTION CSS [END] */

    /* BANNER SECTION CSS [START] */
    #banner {
        padding: 20px 0px;
        text-align: center;
    }

    #banner .banner-content h1 {
        font-size: 27px;
        line-height: 41px;
        margin-bottom: 13px;
    }

    #banner .banner-content p {
        font-size: 13px;
        line-height: 25px;
    }

    #banner .banner-content .banner-btns {
        padding-top: 10px;
    }

    #banner .banner-content a.banner-btn-first {
        font-size: 15px;
        padding: 12px 18px;
    }

    #banner .banner-content a.banner-btn-sec {
        font-size: 15px;
        padding: 12px 18px;
    }

    #banner .banner-profile {
        margin-top: 30px;
        justify-content: center;
    }

    #banner .banner-profile-cnt {
        text-align: left;
    }

    #banner .banner-profile-cnt h6 {
        font-size: 13px;
    }

    #banner .banner-profile-cnt h5 {
        font-size: 15px;
    }

    /* BANNER SECTION CSS [END] */

    /* BANNER BOTTOM SECTION CSS [START] */
    #banner-bottom .marquee_container {
        padding: 10px 0;
    }

    #banner-bottom .marquee img {
        height: 13px;
    }

    /* BANNER BOTTOM SECTION CSS [END] */

    /* FEATURES SECTION CSS [START] */
    #features {
        padding: 20px 0px;
    }

    #features .features-title h2 {
        font-size: 27px;
        line-height: 41px;
    }

    #features .features-title p {
        font-size: 13px;
        line-height: 25px;
    }

    #features .features-card {
        padding: 14px;
        margin-top: 0px;
        text-align: center;
        height: auto;
        margin-bottom: 20px;
    }

    #features .features-card .features-card-cnt h5 {
        font-size: 16px;
    }

    #features .features-card .features-card-cnt p {
        font-size: 14px;
        margin-top: 10px;
        margin-bottom: 5px;
    }

    #features .features-card .features-card-cnt a {
        font-size: 15px;
        margin-top: 0px;
    }

    #features .features-card img.features-card-image {
        margin-top: 10px;
        width: 100%;
    }

    /* FEATURES SECTION CSS [END] */

    /* MIDDLE SECTION CSS [START] */
    #middle-sec {
        padding: 20px 0px;
        text-align: center;
    }

    #middle-sec .middle-sec-title {
        margin-top: 0px;
    }

    #middle-sec .middle-sec-title h3 {
        font-size: 27px;
        line-height: 41px;
        margin-bottom: 10px;
    }

    #middle-sec .middle-sec-title p {
        font-size: 13px;
        line-height: 25px;
        margin-bottom: 20px;
    }

    #middle-sec .middle-sec-cnt {
        flex-direction: column;
    }

    #middle-sec .middle-sec-cnt .middle-sec-cnt-one h5 {
        font-size: 17px;
    }

    #middle-sec .middle-sec-cnt .middle-sec-cnt-one p {
        font-size: 15px;
        line-height: 25px;
    }

    #middle-sec .pt-5 {
        padding-top: 0px !important;
    }

    #middle-sec .middle-sec-title {
        margin-top: 10px;
    }

    /* MIDDLE SECTION CSS [END] */

    /* REVIEWS SECTION CSS [START] */
    #reviews {
        padding: 20px 0px;
    }

    #reviews .reviews-title h2 {
        font-size: 22px;
        line-height: 30px;
    }

    #reviews .reviews-title img {
        width: 30%;
    }

    #reviews .reviews-title p {
        font-size: 17px;
        line-height: 20px;
        margin-top: 22px;
    }

    #reviews .wrapper .carousel {
        margin-top: 10px;
        margin-bottom: 40px;
    }

    #reviews .carousel .card {
        border-radius: 16px;
        padding: 20px;
    }

    #reviews img.star-image {
        width: 40%;
        margin-bottom: 50px;
    }

    #reviews p.carousel-text {
        font-size: 16px;
        line-height: 23px;
    }

    #reviews .carousel-profile .carousel-profile-cnt h6 {
        font-size: 15px;
        line-height: 19px;
    }

    #reviews .carousel-profile .carousel-profile-cnt h5 {
        font-size: 14px;
        line-height: 22px;
    }

    #reviews .wrapper i:first-child {
        left: 35%;
    }

    #reviews .wrapper i {
        height: 40px;
        width: 40px;
        bottom: -30px;
        font-size: 1rem;
        line-height: 40px;
    }

    .wrapper i:last-child {
        right: 35%;
    }

    /* REVIEWS SECTION CSS [END] */

    /* REOURCES SECTION CSS [START] */
    #resources {
        padding: 20px 0px;
    }

    #resources .resources-title {
        margin-bottom: 30px;
    }

    #resources .resources-title h2 {
        font-size: 27px;
        line-height: 41px;
        margin-bottom: 10px;
    }

    #resources .resources-title p {
        font-size: 15px;
        line-height: 25px;
    }

    #resources .resources-card {
        height: auto;
        margin-bottom: 20px;
        text-align: center;
    }

    #resources .resources-card .resources-card-cnt {
        padding: 12px;
    }

    #resources .resources-card .resources-card-cnt h5 {
        font-size: 16px;
    }

    #resources .resources-card .resources-card-cnt p {
        font-size: 14px;
        margin-top: 9px;
        margin-bottom: 0px;
    }

    #resources .resources-profile {
        margin-top: 20px;
        text-align: left;
        justify-content: center;
    }

    #resources .resources-card .resources-card-cnt .resources-profile .resources-profile-cnt h6 {
        font-size: 14px;
        line-height: 21px;
    }

    #resources .resources-card .resources-card-cnt .resources-profile .resources-profile-cnt h5 {
        font-size: 14px;
        line-height: 22px;
    }

    /* REOURCES SECTION CSS [END] */

    /* LAST SECTION CSS [START] */
    #last .last-title {
        padding-top: 20px;
        padding-bottom: 3rem;
    }

    #last .last-title h2 {
        font-size: 16px;
        line-height: 34px;
        margin-bottom: 22px;
    }

    #last .last-title a.last-title-btn {
        padding: 12px 18px;
        font-size: 15px;
    }

    /* LAST SECTION CSS [END] */

    /* FOOTER SECTION CSS [START] */
    #footer {
        padding: 20px 0px;
        text-align: center;
    }

    #footer .footer-social-icons {
        padding-top: 30px;
    }

    #footer .footer-social-icons i {
        font-size: 20px;
        padding: 10px;
        margin: 0px 6px;
    }

    #footer .footer-copyright {
        margin-top: 28px;
    }

    #footer .footer-copyright p {
        font-size: 14px;
        line-height: 21px;
    }

    /* FOOTER SECTION CSS [END] */
}

/* MOBILE MEDIA CSS [END] */

/* TABLET MEDIA CSS [START] */

@media screen and (min-width: 768px) and (max-width: 992px) {

    /* HEADER SECTION CSS [START] */
    #header button.btn.offcanvas-menu-icon {
        color: #62409A;
        font-size: 30px;
        padding: 0px;
        display: block;
    }

    #header button.btn.offcanvas-menu-icon:focus {
        box-shadow: none;
    }

    #header .offcanvas-end {
        width: 530px;
    }

    #header button.offcanvas-close-btn {
        color: #62409A !important;
        font-size: 30px;
        padding: 0px;
        background-color: transparent;
        border: none;
    }

    #header .offcanvas-cart-icons {
        position: absolute;
        right: 10%;
        display: block !important;
    }

    #header li.nav-item {
        padding: 11px 0px;
    }

    #header a.nav-link {
        background-color: #E9E9E9;
        padding: 10px;
        border-radius: 2px;
        margin-bottom: 0px;
    }

    #header a.nav-link:hover {
        border: none;
        color: #E9E9E9;
        background-color: #000;
        transition: 0.5s ease-in;
    }

    #header i.offcanvas-toggle-icon {
        font-size: 20px;
        padding-right: 5px;
    }

    #header .cart-btn:focus {
        box-shadow: none;
    }

    /* HEADER SECTION CSS [END] */

    /* BANNER SECTION CSS [START] */
    #banner {
        padding: 20px 0px;
    }

    #banner .banner-content h1 {
        font-size: 28px;
        line-height: 44px;
        margin-bottom: 16px;
    }

    #banner .banner-content p {
        font-size: 13px;
        line-height: 24px;
    }

    #banner .banner-content .banner-btns {
        padding-top: 15px;
    }

    #banner .banner-content a.banner-btn-first {
        font-size: 14px;
        padding: 13px 14px;
    }

    #banner .banner-content a.banner-btn-sec {
        font-size: 14px;
        padding: 13px 14px;
    }

    #banner .banner-profile {
        margin-top: 35px;
    }

    /* BANNER SECTION CSS [END] */

    /* BANNER BOTTOM SECTION CSS [START] */
    #banner-bottom .marquee_container {
        padding: 30px 0;
    }

    #banner-bottom .marquee img {
        height: 30px;
    }

    /* BANNER BOTTOM SECTION CSS [END] */

    /* FEATURES SECTION CSS [START] */
    #features {
        padding: 30px 0px;
    }

    #features .features-title h2 {
        font-size: 28px;
        line-height: 37px;
    }

    #features .features-title p {
        font-size: 16px;
        line-height: 25px;
    }

    #features .features-card {
        margin-top: 20px;
        margin-bottom: 15px;
    }

    #features .features-card .features-card-cnt h5 {
        font-size: 15px;
    }

    #features .features-card .features-card-cnt p {
        font-size: 15px;
        margin-top: 15px;
    }

    #features .features-card .features-card-cnt a {
        font-size: 16px;
        margin-top: 10px;
    }

    #features .features-card img.features-card-image {
        margin-top: 30px;
        width: 100%;
    }

    /* FEATURES SECTION CSS [END] */

    /* MIDDLE SECTION CSS [START] */
    #middle-sec {
        padding: 0px;
        margin-bottom: 30px;
    }

    #middle-sec img.middle-sec-image {
        margin-bottom: 20px;
    }

    #middle-sec .middle-sec-title {
        margin-top: 0px;
    }

    #middle-sec .middle-sec-title h3 {
        font-size: 46px;
        line-height: 55px;
        margin-bottom: 15px;
    }

    #middle-sec .middle-sec-title p {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 30px;
    }

    #middle-sec .pt-5 {
        padding-top: 0px !important;
    }

    /* MIDDLE SECTION CSS [END] */

    /* REVIEWS SECTION CSS [START] */
    #reviews {
        padding: 30px 0px;
    }

    #reviews .reviews-title h2 {
        font-size: 28px;
        line-height: 37px;
        margin-bottom: 10px;
    }

    #reviews .wrapper .carousel {
        margin-top: 10px;
    }

    #reviews .carousel .card {
        padding: 25px;
    }

    #reviews img.star-image {
        width: 40%;
        margin-bottom: 16px;
    }

    #reviews p.carousel-text {
        font-size: 16px;
        line-height: 26px;
    }

    #reviews .carousel-profile {
        margin-top: 30px;
    }

    #reviews .wrapper i:first-child {
        left: 38%;
    }

    #reviews .wrapper i {
        bottom: -43px;
    }

    #reviews .wrapper i:last-child {
        right: 39%;
    }

    /* REVIEWS SECTION CSS [END] */

    /* RESOURCES SECTION CSS [START] */
    #resources {
        padding: 30px 0px;
    }

    #resources .resources-title {
        margin-bottom: 30px;
    }

    #resources .resources-title h2 {
        font-size: 28px;
        line-height: 37px;
        margin-bottom: 10px;
    }

    #resources .resources-title p {
        font-size: 17px;
        line-height: 26px;
    }

    #resources .resources-card {
        height: auto;
        margin-bottom: 40px;
    }

    #resources .resources-profile {
        margin-top: 30px;
    }

    /* RESOURCES SECTION CSS [END] */

    /* LAST SECTION CSS [START] */
    #last .last-title {
        padding-top: 30px;
        padding-bottom: 4rem;
    }

    #last .last-title h2 {
        font-size: 34px;
        line-height: 50px;
        margin-bottom: 22px;
    }

    #last .last-title a.last-title-btn {
        font-size: 15px;
        padding: 12px 18px;
    }

    /* LAST SECTION CSS [END] */

    /* FOOTER SECTION CSS [START] */
    #footer {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    #footer .footer-social-icons i {
        font-size: 13px;
        padding: 9px;
        margin: 0px 5px;
    }

    #footer .footer-copyright p {
        font-size: 15px;
        margin-bottom: 0px;
    }

    /* FOOTER SECTION CSS [END] */
}

/* TABLET MEDIA CSS [END] */