.desk-menu {
    float: inline-start;
    padding: 8px 0px;
}

.take-a-tour-btn {
    margin: 0 auto !important;
}

p {
    margin: 0;
}

.section_1 {
    width: 100%;
    padding-left: 8rem;
}

.slider_btn_design {
    background-color: #f9bf17;
    color: #4f4f4f;
    border: none;
    padding: 5px 15px;
    font-size: 14px;
    border-radius: 5px;
    margin-top: 1rem;
}

.slider_btn_design2 {
    background-color: #fff;
    color: #000;
    border: none;
    padding: 5px 15px;
    font-size: 14px;
    border-radius: 10px;
    margin-top: 1rem;
}

.carousel-inner {
    border-radius: 40px;
}

#carouselExampleAutoplaying .carousel-caption {
    top: 50%;
    bottom: auto;
    transform: translateY(-50%);
}

.left_text {
    left: 5% !important;
    display: grid;
    justify-items: start;
}

.left_text h5 {
    text-align: left;
    margin: 0.5rem 0;
}

.left_text p {
    text-align: left;
    margin: 0;
}

.carousel-item img {
    /* height: 50lvh; */
    height: auto;
    object-fit: cover;
    border-radius: 40px;
}

.custom-indicators {
    position: static;
    /* removes absolute positioning */
    justify-content: flex-start;
    /* left align */
    padding-top: 1rem;
    padding-left: 0rem;
}

.custom-indicators [data-bs-target] {
    width: 16px;
    height: 16px;
    border-radius: 0;
    /* makes it square */
    background-color: #ccc;
    opacity: 1;
    margin-right: 8px;
}

.custom-indicators .active {
    background-color: #696969;
}

.hero_img1 {
    position: absolute;
    width: 42%;
    translate: 0rem -2rem;
    right: 0;
}


/* Section 2 CSS */
.section_2 {
    padding: 2rem 8rem 5rem;
    position: relative;
}

.section_2_content h1 {
    font-size: 3rem;
    font-weight: 600;
}

.section_2_content h5 {
    font-weight: 600;
    margin-bottom: 2rem;
}

.pad_1 {
    padding-right: 40px;
    margin: 0;
}

.quote-wrapper {
    border-left: 1px solid #bfbfbf;
    padding: 40px 40px 40px 40px;
}

.quote-box {
    position: relative;
    max-width: 550px;
    padding: 35px 45px;
    background: #fff;
    border: 1px solid #5b2dbf;
    border-radius: 35px 35px 0px 35px;
    color: #777;
}

/* Proper triangular tail */
.quote-box::after {
    content: "";
    position: absolute;
    bottom: 0px;
    right: -37px;
    width: 0;
    height: 0;
    border-right: 38px solid transparent;
    border-bottom: 38px solid #fff;
}

.quote-box::before {
    content: "";
    position: absolute;
    bottom: -1px;
    right: -40px;
    width: 0;
    height: 0;
    border-right: 40px solid transparent;
    border-bottom: 40px solid #5b2dbf;
}

/* Text styling */
.quote-text {
    font-size: 26px;
    line-height: 1.4;
    margin-bottom: 10px;
}

.quote-text strong {
    font-weight: 700;
    color: #666;
}

.quote-author {
    justify-items: end;
}

.quote-author p {
    width: fit-content;
    font-size: 18px;
    color: #8a8a8a;
}


.hero_img2 {
    display: none;
}

/* section 3 CSS */
.section_3 {
    padding: 0rem 0rem 5rem;
    width: fit-content;
    margin: 0 auto !important;
}

.mob_view2 {
    display: none;
}

.section_3_content {
    width: 1300px;
}

.box_1 {
    width: 50%;
    float: left;
    padding-right: 5px;
}

.box_2 {
    height: 100%;
    width: 50%;
    float: right;
}

.sub_box1 {
    width: 100%;
    height: 50%;
    padding: 0px 5px 5px 5px;
}

.sub_box2 {
    width: 100%;
    height: 50%;
    padding: 5px 5px 0px 5px;
}

.box_content1 {
    height: 100%;
    align-content: center;
    border-radius: 16px;
    background:
        radial-gradient(circle at 90% -5%, #ffe0bb 10%, transparent 40%),
        linear-gradient(160deg, #e6b4c3 0%, #c875b8 60%, #b0009a 100%);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    color: #fff;
}

.box_content1 h1 {
    font-size: 3.5rem;
    font-weight: 600;
}

.box_content2 {
    height: 100%;
    align-content: center;
    border-radius: 16px;
    background:
        radial-gradient(circle at bottom left, #a2e8f3 0%, transparent 50%),
        linear-gradient(135deg, rgba(2, 127, 254, 1) 0%, rgba(138, 123, 209, 1) 50%, rgba(243, 52, 156, 1) 100%);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    color: #fff;
}

.box_content2 h1 {
    font-size: 3.5rem;
    font-weight: 600;
}

.box_content3 {
    height: 100%;
    align-content: center;
    border-radius: 16px;
    background:
        radial-gradient(circle at 100% 0%, #8132ec 10%, transparent 50%),
        linear-gradient(180deg, rgba(214, 188, 202, 1) 0%, rgba(239, 51, 102, 1) 100%);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    color: #fff;
}

.box_content3 h1 {
    font-size: 3.5rem;
    font-weight: 600;
}

.box_content4 {
    height: 100%;
    align-content: center;
    border-radius: 16px;
    background:
        radial-gradient(circle at 90% 0%, #ffe2bc 5%, transparent 50%),
        linear-gradient(180deg, rgba(229, 140, 186, 1) 0%, rgba(175, 7, 157, 1) 100%);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    color: #fff;
}

.box_content4 h1 {
    font-size: 3.5rem;
    font-weight: 600;
}

.box_3 {
    width: 100%;
    height: 50%;
    padding-left: 5px;
}

.box_3 img {
    height: 100%;
    padding-bottom: 5px;
}

.box_4 {
    width: 100%;
    height: 50%;
}

.sub_box3 {
    height: 100%;
    width: 50%;
    float: left;
    padding: 5px 5px 0px 5px;
}

.sub_box4 {
    height: 100%;
    width: 50%;
    float: right;
    padding: 5px 0px 0px 5px;
}

/* section 4 CSS */
.section_4 {
    padding: 5rem 10rem;
    place-items: center;
}

.section_4_content {
    width: 100%;
}

.section_4_content h2 {
    color: #707070;
}

.section_4_content h1 {
    color: #3853a2;
    font-weight: 600;
    margin-bottom: 1.5rem;
}

.box_card {
    /* background-color: #f7f7f7; */
    padding: 0px;
    margin: 0 20px;
    border-radius: 10%;
    text-align: center;
    justify-items: center;
    height: 100%;
    align-content: end;
    position: relative;
}

.box_card:hover {
    box-shadow: 0px 0px 20px -2px #000000c4;
    transition: 0.2s;
}

.box_card::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    /* adjust darkness */
    border-radius: 10%;
}

.box_card img {
    width: 100%;
    border-radius: 10%;
}

.box_card h5 {
    text-align: center;
    color: #fff;
    font-size: 22px;
    font-weight: 600;
    position: absolute;
    bottom: 10%;
    text-align: center;
    width: 100%;
    z-index: 99;
}

.rizwan_quote {
    margin-top: 5rem;
}

.rizwan_quote h1 {
    color: #707070;
    font-size: 6rem;
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
    margin-bottom: 0;
}

.rizwan_quote h1::before,
.rizwan_quote h1::after {
    content: "";
    width: 20%;
    height: 1px;
    background-color: #707070;
    display: block;
    translate: 0 -1rem;
}

.rizwan_quote h2 {
    font-size: 3rem;
    margin-bottom: 1rem;
}

.rizwan_quote h4 {
    color: #707070;
}

/* section 5 CSS */
.section_5 {
    padding: 5rem 0rem 8rem;
    width: fit-content;
    margin: 0 auto !important;
    background: linear-gradient(rgb(255 255 255 / 75%), rgb(255 255 255 / 62%)), url(https://way.media/assets/images/w1.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top 5rem center;
}

.section_5_content {
    width: 1440px;
}

.section_5_content .sec_5_1 {
    /* float: left; */
    width: 50%;
}

.section_5_content .sec_5_2 {
    width: 75%;
    padding-bottom: 22px;
}

.section_5_content .sec_5_3 {
    /* float: right; */
    width: 50%;
    padding-bottom: 20px;
}

.section_5_content h1 {
    margin: 5rem 0rem;
    font-size: 3.5rem;
    font-weight: 600;
    color: #3853a2;
}

.section_5_content .sec_5_4 {
    /* float: left; */
    width: 50%;
    padding-bottom: 1.5rem;
}

.section_5_content .sec_5_5 {
    width: 75%;
}

.section_5_content .sec_5_6 {
    /* float: right; */
    width: 50%;
}

/* Slider CSS */
.blog-slider3 {
    display: none;
}

.blog-slider3 .slick-slide {
    opacity: 0.5;
    transform: scale(0.85);
    transition: all 0.4s ease;
}

.blog-slider3 .slick-center {
    opacity: 1;
    transform: scale(1);
}

.blog-slider3 img {
    width: 90%;
    margin: auto;
    border-radius: 20px;
}

/* Tooltip CSS */
.tooltip {
    opacity: 1;
    background: #3853a2;
    color: #fff;
    width: fit-content;
    padding: 10px 15px;
    position: absolute;
    z-index: 0;
    font-size: 18px;
}

.right {
    /* float: right; */
    border-radius: 6px;
    translate: 12% 1.5rem;
    opacity: 0;
}

.right::before {
    content: "";
    position: absolute;
    top: -6px;
    left: 45%;
    width: 0;
    height: 0;
    border-right: 15px solid transparent;
    border-bottom: 15px solid #3853a2;
    rotate: 135deg;
}

.show_tooltip1 {
    text-align: -webkit-center;
}

.show_tooltip1:hover+.right {
    opacity: 1;
    transition: 0.2s;
}

.bottom {
    border-radius: 6px;
    opacity: 0;
    translate: 60.5% 0rem;
}

.bottom::before {
    content: "";
    position: absolute;
    top: -6px;
    left: 45%;
    width: 0;
    height: 0;
    border-right: 15px solid transparent;
    border-bottom: 15px solid #3853a2;
    rotate: 135deg;
}

.show_tooltip2 {
    text-align: -webkit-center;
}

.show_tooltip2:hover+.bottom {
    opacity: 1;
    transition: 0.2s;
}

.left {
    /* float: left; */
    border-radius: 6px;
    translate: 106% 0.2rem;
    opacity: 0;
}

.left::after {
    content: "";
    position: absolute;
    top: -6px;
    right: 46%;
    width: 0;
    height: 0;
    border-right: 15px solid transparent;
    border-bottom: 15px solid #3853a2;
    rotate: 135deg;
}

.show_tooltip3 {
    text-align: -webkit-center;
}

.show_tooltip3:hover+.left {
    opacity: 1;
    transition: 0.2s;
}

/* Part 2 */
.right2 {
    /* float: right; */
    border-radius: 6px;
    translate: 3.5% 0rem;
    opacity: 0;
}

.right2::before {
    content: "";
    position: absolute;
    top: -6px;
    left: 45%;
    width: 0;
    height: 0;
    border-right: 15px solid transparent;
    border-bottom: 15px solid #3853a2;
    rotate: 135deg;
}

.show_tooltip4 {
    text-align: -webkit-center;
}

.show_tooltip4:hover+.right2 {
    opacity: 1;
    transition: 0.2s;
}

.bottom2 {
    border-radius: 6px;
    opacity: 0;
    margin-top: 1.2rem;
    translate: 44% 0rem;
}

.bottom2::before {
    content: "";
    position: absolute;
    top: -6px;
    left: 45%;
    width: 0;
    height: 0;
    border-right: 15px solid transparent;
    border-bottom: 15px solid #3853a2;
    rotate: 135deg;
}

.show_tooltip5 {
    text-align: -webkit-center;
}

.show_tooltip5:hover+.bottom2 {
    opacity: 1;
    transition: 0.2s;
}

.left2 {
    /* float: left; */
    border-radius: 6px;
    translate: 80% 0rem;
    margin-top: 1.5rem;
    opacity: 0;
}

.left2::after {
    content: "";
    position: absolute;
    top: -4px;
    right: 46%;
    width: 0;
    height: 0;
    border-right: 15px solid transparent;
    border-bottom: 15px solid #3853a2;
    rotate: 135deg;
}

.show_tooltip6 {
    text-align: -webkit-center;
}

.show_tooltip6:hover+.left2 {
    opacity: 1;
    transition: 0.2s;
}

/* Tooltip CSS Ends */

/* section 6 CSS */
.section_6 {
    padding: 5rem 10rem;
}

.section_6_content h2 {
    color: #707070;
}

.section_6_content h1 {
    color: #3853a2;
    font-weight: 600;
    margin-bottom: 1.5rem;
}

.Blog_card2 {
    border: none;
    border-radius: 20px;
}

.Resources_card {
    margin: 10px;
    border-radius: 20px;
    /* border-radius: 30px;
    background-color: #3853a2;
    padding: 40px 40px 0 40px; */
    justify-items: center;
}

.Resources_card:hover {
    box-shadow: 0px 0px 15px -2px #000000c2;
    transition: 0.2s;
}

.Resources_card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
}

.Resources_card h5 {
    text-align: center;
    font-weight: 600;
    color: #fff;
    margin: 0;
    padding: 20px 0;
}

/* section 7 CSS */
.section_7 {
    padding: 5rem 10rem;
}

.section_7_content h2 {
    color: #707070;
}

.section_7_content h1 {
    color: #3853a2;
    font-weight: 600;
    margin-bottom: 1.5rem;
}


.blog-slider .Blog_card {
    margin: 0 10px;
}

.slick-prev:before,
.slick-next:before {
    font-family: "bootstrap-icons";
    font-size: 24px;
    color: #707070;
    opacity: 1;
}

.slick-prev:before {
    content: "\f284";
    /* chevron-left */
}

.slick-next:before {
    content: "\f285";
    /* chevron-right */
}

.Blog_card {
    border: 1px solid #8d8d8d;
    border-radius: 30px;
}

.Blog_card img {
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
}

.Blog_card_body {
    padding: 30px;
}

.Blog_card_body h2 {
    font-weight: 600;
    color: #000;
}

.Blog_card_body p {
    color: #707070;
}

.explore_button {
    text-align: center;
    margin-top: 3rem;
}

.btn_explore {
    border: none;
    background: #3753a2;
    color: #fff;
    padding: 8px 22px;
    font-size: 20px;
    border-radius: 4px;
}

/* section 8 CSS */
.section_8 {
    padding: 5rem 10rem;
}

.section_8_content h2 {
    color: #707070;
    margin-bottom: 1.5rem;
}

.enquiry_form_design {
    /* height: 60lvh; */
    border-radius: 50px;
    background: linear-gradient(90deg, rgba(191, 144, 218, 1) 0%, rgba(233, 178, 207, 1) 50%, rgba(249, 199, 175, 1) 100%);
}

.enquiry_form_design h2 {
    color: #fff;
    width: fit-content;
    font-weight: 600;
    margin: 0 auto !important;
}

.form_design {
    padding: 40px 40px 40px 0px;
    height: 100%;
}

.form_design .form-control {
    border-radius: 8px !important;
    border: none !important;
}

.btn_enquiry {
    border: none;
    background-color: #3853a2;
    color: #fff;
    padding: 8px 25px;
    border-radius: 10px;
}


/* Responsive CSS */

@media (max-width: 2880px) and (min-width: 1921px) {

    .take-a-tour-btn {
        margin-top: 2rem !important;
    }
}

@media (max-width: 2880px) and (min-width: 2561px) {

    .section_1 {
        padding-left: 15rem;
    }

    .section_2 {
        padding: 5rem 15rem 5rem;
    }

    /* Hero CSS */
    .hero_left {
        width: 55%;
    }

    .hero_right {
        width: 45%;
    }

    .carousel-caption h5 {
        font-size: 2.5rem;
    }

    .slider_btn_design {
        padding: 8px 22px;
        font-size: 24px;
    }

    .hero_img1 {
        translate: 0rem -4.5rem;
        width: 40%;
    }

    /* Section 2 CSS */
    .section_2 {
        padding: 8rem 15rem 8rem;
    }

    .section_2_content h1 {
        font-size: 5rem;
    }

    .section_2_content h5 {
        font-size: 2.5rem;
    }

    .section_2_content p {
        font-size: 22px;
    }

    .pad_1 {
        padding-right: 80px;
    }

    .quote-wrapper {
        padding: 40px 40px 40px 80px;
    }

    .quote-box {
        max-width: 600px;
    }

    .quote-text {
        font-size: 32px !important;
    }

    .quote-author p {
        font-size: 22px;
    }

    /* Section 3 CSS */
    .section_3_content {
        width: 2390px;
    }

    .sub_box1 {
        padding: 0px 16px 8px 16px;
    }

    .sub_box2 {
        padding: 8px 16px 0px 16px;
    }

    .sub_box3 {
        padding: 8px 8px 0px 0px;
    }

    .sub_box4 {
        padding: 8px 0px 0px 8px;
    }

    .box_3 img {
        padding-bottom: 8px;
    }

    /* Section 4 CSS */
    .section_4 {
        padding: 5rem 15rem;
    }

    .section_4_content {
        width: 100%;
    }

    .section_4_content h2 {
        font-size: 3.5rem;
    }

    .section_4_content h1 {
        font-size: 5rem;
        margin-bottom: 3.5rem;
    }

    .box_card {
        margin: 0 2rem;
    }

    .box_card h5 {
        font-size: 3rem;
    }

    .rizwan_quote {
        margin-top: 8rem;
    }

    .rizwan_quote h1 {
        color: #707070;
        font-size: 6rem;
        display: flex;
        align-items: center;
        gap: 10px;
        justify-content: center;
        margin-bottom: 2rem;
    }

    .rizwan_quote h1::before,
    .rizwan_quote h1::after {
        content: "";
        width: 20%;
        height: 2px;
        background-color: #707070;
        display: block;
        translate: 0 0rem;
    }

    .rizwan_quote h1 img {
        height: 50px;
    }

    .rizwan_quote h2 {
        font-size: 5rem;
        margin-bottom: 1rem;
    }

    .rizwan_quote h4 {
        color: #707070;
        font-size: 3rem;
        margin-top: 2rem;
    }

    /* Section 5 CSS */
    .section_5 {
        padding: 8rem 0rem;
    }

    .section_5_content {
        width: 2200px;
    }

    .section_5_content h1 {
        font-size: 5rem;
    }

    .tooltip {
        font-size: 26px;
        padding: 10px 20px;
    }

    .right {
        translate: 19% 2rem;
    }

    .right::before {
        top: -8px;
        left: 45%;
        border-right: 18px solid transparent;
        border-bottom: 18px solid #3853a2;
    }

    .bottom {
        translate: 72.8% 0.8rem;
    }

    .bottom::before {
        top: -8px;
        border-right: 18px solid transparent;
        border-bottom: 18px solid #3853a2;
    }

    .left {
        translate: 122% 0.8rem;
    }

    .left::after {
        top: -8px;
        right: 48%;
        border-right: 18px solid transparent;
        border-bottom: 18px solid #3853a2;
    }

    .right2 {
        translate: 1.5rem 0.5rem;
    }

    .right2::before {
        top: -8px;
        left: 48%;
        border-right: 18px solid transparent;
        border-bottom: 18px solid #3853a2;
    }

    .bottom2 {
        translate: 52% 0.5rem;
    }

    .bottom2::before {
        top: -8px;
        border-right: 18px solid transparent;
        border-bottom: 18px solid #3853a2;
    }

    .left2 {
        translate: 21.7rem 0.8rem;
    }

    .left2::after {
        top: -8px;
        right: 46.5%;
        border-right: 18px solid transparent;
        border-bottom: 18px solid #3853a2;
    }

    /* Section 6 CSS */
    .section_6 {
        padding: 5rem 15rem;
    }

    .section_6_content h2 {
        font-size: 3.5rem;
    }

    .section_6_content h1 {
        font-size: 5rem;
        margin-bottom: 3.5rem;
    }

    /* .Resources_card {
        padding: 60px 60px 0 60px;
    } */

    .Resources_card h5 {
        font-size: 2.5rem;
        padding: 30px 0;
    }

    /* Section 7 CSS */
    .section_7 {
        padding: 5rem 15rem;
    }

    .section_7_content h2 {
        font-size: 3.5rem;
    }

    .section_7_content h1 {
        font-size: 5rem;
        margin-bottom: 3.5rem;
    }

    .blog-slider {
        margin: 0 10rem;
    }

    .btn_explore {
        font-size: 28px;
    }

    .Blog_card {
        height: 705px;
        display: grid !important;
        align-content: space-between;
    }

    .slick-prev {
        left: -55px;
    }

    .slick-next {
        right: -60px;
    }

    .slick-prev,
    .slick-next {
        width: auto;
        height: auto;
    }

    .slick-prev:before,
    .slick-next:before {
        font-size: 60px;
    }

    .Blog_card_body h2 {
        font-size: 2.8rem !important;
    }

    .Blog_card_body p {
        font-size: 22px;
    }

    /* Section 8 CSS */
    .section_8 {
        padding: 5rem 15rem;
    }

    .section_8_content h2 {
        font-size: 3.5rem;
        margin-bottom: 3.5rem;
    }

    .form-label {
        font-size: 28px;
    }

    .btn_enquiry {
        padding: 8px 30px;
        font-size: 28px;
    }

    /* 
    .Footer-container {
        padding: 0rem 10rem 2rem;
    } */
}

@media (max-width: 2560px) and (min-width: 1921px) {

    .section_1 {
        padding-left: 12rem;
    }

    /* Hero CSS */
    .hero_left {
        width: 55%;
    }

    .hero_right {
        width: 45%;
    }

    .carousel-caption h5 {
        font-size: 2.2rem;
    }

    .slider_btn_design {
        padding: 8px 22px;
        font-size: 22px;
    }

    .hero_img1 {
        translate: 0rem -4rem;
        width: 40%;
    }

    /* Section 2 CSS */
    .section_2 {
        padding: 8rem 12rem 8rem;
    }

    .section_2_content h1 {
        font-size: 5rem;
    }

    .section_2_content h5 {
        font-size: 2.5rem;
    }

    .section_2_content p {
        font-size: 22px;
    }

    .quote-box {
        max-width: 600px;
    }

    .quote-text {
        font-size: 32px !important;
    }

    .quote-author p {
        font-size: 22px;
    }

    /* Section 3 CSS */
    .section_3_content {
        width: 2176px;
    }

    .sub_box1 {
        padding: 0px 16px 8px 16px;
    }

    .sub_box2 {
        padding: 8px 16px 0px 16px;
    }

    .sub_box3 {
        padding: 8px 8px 0px 0px;
    }

    .sub_box4 {
        padding: 8px 0px 0px 8px;
    }

    .box_3 img {
        padding-bottom: 8px;
    }

    /* Section 4 CSS */
    .section_4_content h2 {
        font-size: 3.5rem;
    }

    .section_4_content h1 {
        font-size: 5rem;
        margin-bottom: 3.5rem;
    }

    .box_card h5 {
        font-size: 3rem;
    }

    .rizwan_quote h1 {
        color: #707070;
        font-size: 6rem;
        display: flex;
        align-items: center;
        gap: 10px;
        justify-content: center;
        margin-bottom: 2rem;
    }

    .rizwan_quote h1::before,
    .rizwan_quote h1::after {
        content: "";
        width: 20%;
        height: 2px;
        background-color: #707070;
        display: block;
        translate: 0 0rem;
    }

    .rizwan_quote h1 img {
        height: 40px;
    }

    .rizwan_quote h2 {
        font-size: 4rem;
        margin-bottom: 1rem;
    }

    .rizwan_quote h4 {
        color: #707070;
        font-size: 2.5rem;
        margin-top: 2rem;
    }

    /* Section 5 CSS */
    .section_5_content {
        width: 1900px;
    }

    .section_5_content h1 {
        font-size: 5rem;
    }

    .tooltip {
        font-size: 28px;
        padding: 8px 20px;
    }

    .right {
        translate: 0.8rem 1.6rem;
    }

    .right::before {
        top: -8px;
        left: 46.5%;
        border-right: 18px solid transparent;
        border-bottom: 18px solid #3853a2;
    }

    .bottom {
        translate: 50% 0.2rem;
    }

    .bottom::before {
        top: -8px;
        border-right: 18px solid transparent;
        border-bottom: 18px solid #3853a2;
    }

    .left {
        translate: 18.5rem 0.5rem;
    }

    .left::after {
        top: -8px;
        right: 48%;
        border-right: 18px solid transparent;
        border-bottom: 18px solid #3853a2;
    }

    .right2 {
        translate: -0.5rem 0.4 rem;
    }

    .right2::before {
        top: -8px;
        left: 46.5%;
        border-right: 18px solid transparent;
        border-bottom: 18px solid #3853a2;
    }

    .bottom2 {
        translate: 34% 0rem;
    }

    .bottom2::before {
        top: -8px;
        left: 46%;
        border-right: 18px solid transparent;
        border-bottom: 18px solid #3853a2;
    }

    .left2 {
        translate: 16.2rem 0.4rem;
    }

    .left2::after {
        top: -8px;
        right: 46.5%;
        border-right: 18px solid transparent;
        border-bottom: 18px solid #3853a2;
    }

    /* Section 6 CSS */
    .section_6_content h2 {
        font-size: 3.5rem;
    }

    .section_6_content h1 {
        font-size: 5rem;
        margin-bottom: 3.5rem;
    }

    /* .Resources_card {
        padding: 60px 60px 0 60px;
    } */

    .Resources_card h5 {
        font-size: 2.5rem;
        padding: 30px 0;
    }

    /* Section 7 CSS */
    .section_7_content h2 {
        font-size: 3.5rem;
    }

    .section_7_content h1 {
        font-size: 5rem;
        margin-bottom: 3.5rem;
    }

    .blog-slider {
        margin: 0 10rem;
    }

    .Blog_card {
        height: 700px;
        display: grid !important;
        align-content: space-between;
    }

    .slick-prev {
        left: -55px;
    }

    .slick-next {
        right: -60px;
    }

    .slick-prev,
    .slick-next {
        width: auto;
        height: auto;
    }

    .slick-prev:before,
    .slick-next:before {
        font-size: 60px;
    }

    .Blog_card_body h2 {
        font-size: 2.5rem !important;
    }

    .Blog_card_body p {
        font-size: 22px;
    }

    /* Section 8 CSS */
    .section_8_content h2 {
        font-size: 3.5rem;
        margin-bottom: 3.5rem;
    }

    .form-label {
        font-size: 28px;
    }

    /* 
    .Footer-container {
        padding: 0rem 10rem 2rem;
    } */
}

@media (max-width: 1920px) {

    .section_1 {
        padding-left: 10rem;
    }

    /* Hero CSS */
    .hero_left {
        width: 55%;
    }

    .hero_right {
        width: 45%;
    }

    .carousel-caption h5 {
        font-size: 1.8rem;
    }

    .slider_btn_design2 {
        font-size: 18px;
        font-weight: 600;
    }

    .take-a-tour-btn {
        margin-top: 1rem;
    }

    .hero_img1 {
        translate: 0rem -3rem;
        width: 40%;
    }

    /* Section 2 CSS */
    .section_2 {
        padding: 4rem 10rem;
    }

    .section_2_content h1 {
        font-size: 2.5rem;
    }

    .section_2_content h5 {
        font-size: 1.2rem;
    }

    .section_2_content p {
        font-size: 16px;
    }

    .quote-box {
        max-width: 475px;
    }

    .quote-text {
        font-size: 26px !important;
    }

    .quote-author p {
        font-size: 18px;
    }

    /* Section 3 CSS */
    .section_3_content {
        width: 1600px;
    }

    .box_1 {
        padding-right: 5px;
    }

    .sub_box1 {
        padding: 0px 5px 5px 5px;
    }

    .sub_box2 {
        padding: 5px 5px 0px 5px;
    }

    .sub_box3 {
        padding: 5px 5px 0px 5px;
    }

    .sub_box4 {
        padding: 5px 0px 0px 5px;
    }

    .box_3 {
        padding-left: 5px;
    }

    .box_3 img {
        padding-bottom: 5px;
    }

    /* Section 4 CSS */
    .section_4 {
        padding: 5rem 10rem;
    }

    .section_4_content h2 {
        font-size: 2rem;
    }

    .section_4_content h1 {
        font-size: 2.5rem;
        margin-bottom: 1.5rem;
    }

    .rizwan_quote h1 {
        color: #707070;
        font-size: 6rem;
        display: flex;
        align-items: center;
        gap: 10px;
        justify-content: center;
        margin-bottom: 1.5rem;
    }

    .rizwan_quote h1::before,
    .rizwan_quote h1::after {
        content: "";
        width: 20%;
        height: 1px;
        background-color: #707070;
        display: block;
        translate: 0 0rem;
    }

    .rizwan_quote h1 img {
        height: 30px;
    }

    .rizwan_quote h2 {
        font-size: 3rem;
        margin-bottom: 1rem;
    }

    .rizwan_quote h4 {
        color: #707070;
    }

    .box_card h5 {
        font-size: 28px;
    }

    /* Section 5 CSS */
    .section_5_content h1 {
        font-size: 3.5rem;
    }

    /* .right {
        translate: 16rem 3.5rem;
    }

    .bottom {
        translate: 82% 0rem;
    }

    .left {
        translate: 1rem 3.5rem;
    }

    .right2 {
        translate: 16rem 3.5rem;
    }

    .bottom2 {
        translate: 65% 0rem;
    }

    .left2 {
        translate: -1rem 3.5rem;
    } */


    /* Section 6 CSS */
    .section_6 {
        padding: 5rem 10rem;
    }

    .section_6_content h2 {
        font-size: 2rem;
    }

    .section_6_content h1 {
        font-size: 2.5rem;
        margin-bottom: 1.5rem;
    }

    /* .Resources_card {
        padding: 40px 40px 0 40px;
    } */

    .Resources_card h5 {
        font-size: 1.25rem;
        padding: 20px 0;
    }

    /* Section 7 CSS */
    .section_7 {
        padding: 5rem 10rem;
    }

    .section_7_content h2 {
        font-size: 2rem;
    }

    .section_7_content h1 {
        font-size: 2.5rem;
        margin-bottom: 1.5rem;
    }

    .blog-slider {
        margin: 0rem 10rem;
    }

    .Blog_card {
        height: 490px;
        display: grid !important;
        align-content: space-between;
    }

    .Blog_card_body h2 {
        font-size: 1.5rem !important;
    }

    .Blog_card_body p {
        font-size: 16px;
    }

    /* Section 8 CSS */
    .section_8 {
        padding: 5rem 10rem;
    }

    .section_8_content h2 {
        font-size: 2rem;
        margin-bottom: 1.5rem;
    }
}

@media (max-width: 1800px) {

    /* Hero CSS */
    .hero_left {
        width: 54%;
    }

    .hero_right {
        width: 46%;
    }

    .hero_img1 {
        translate: 0rem -2.8rem;
        width: 40%;
    }

    .section_3_content {
        width: 1480px;
    }
}

@media (max-width: 1600px) {

    /* Hero CSS */
    .hero_left {
        width: 50%;
    }

    .hero_right {
        width: 50%;
    }

    .hero_img1 {
        translate: 0rem -2.5rem;
    }

    .carousel-caption h5 {
        font-size: 1.4rem;
    }

    .section_3_content {
        width: 1280px;
    }


    .rizwan_quote h2 {
        font-size: 2.5rem;
    }

    .rizwan_quote h1 img {
        height: 25px;
    }

    .section_5_content {
        width: 1200px;
    }

    .section_5_content .sec_5_2 {
        padding-bottom: 18px;
    }

    .tooltip {
        padding: 5px 14px;
        font-size: 18px;
    }

    .right {
        translate: 0.2rem 1rem;
    }

    .right::before {
        top: -5px;
        left: 46%;
        border-right: 12px solid transparent;
        border-bottom: 12px solid #3853a2;
    }

    .bottom {
        translate: 42.5% 0rem;
    }

    .bottom::before {
        top: -5px;
        left: 46%;
        border-right: 12px solid transparent;
        border-bottom: 12px solid #3853a2;
    }

    .left {
        translate: 10.8rem -0.2rem;
    }

    .left::after {
        top: -5px;
        right: 46.8%;
        border-right: 12px solid transparent;
        border-bottom: 12px solid #3853a2;
    }

    .left2 {
        translate: 9.35rem -0.3rem;
    }

    .left2::after {
        top: -5px;
        right: 46%;
        border-right: 12px solid transparent;
        border-bottom: 12px solid #3853a2;
    }

    .right2 {
        translate: -0.8rem -0.4rem;
    }

    .right2::before {
        top: -5px;
        left: 46.8%;
        border-right: 12px solid transparent;
        border-bottom: 12px solid #3853a2;
    }

    .bottom2 {
        margin-top: 0.8rem;
        translate: 29% 0rem;
    }

    .bottom2::before {
        top: -5px;
        left: 46%;
        border-right: 12px solid transparent;
        border-bottom: 12px solid #3853a2;
    }

    /* Section 7 CSS */

    .slick-prev {
        left: -30px;
    }

    .blog-slider {
        margin: 0rem 6rem;
    }

    .Blog_card {
        height: 507px;
    }

    .Blog_card img {
        height: 240px;
        object-fit: cover;
    }

    .Blog_card_body h2 {
        font-size: 1.4rem !important;
    }

    .Blog_card_body p {
        font-size: 14px;
    }
}

@media (max-width: 1440px) {

    .section_1 {
        padding-left: 6rem;
    }

    .hero_left {
        width: 54%;
    }

    .hero_right {
        width: 46%;
    }

    .hero_img1 {
        translate: 0rem -2.2rem;
    }

    .carousel-inner {
        border-radius: 25px;
    }

    .carousel-item img {
        border-radius: 25px;
    }

    .section_2 {
        padding: 4rem 6rem;
    }

    .Blog_card {
        height: 422px;
    }

    .box_card h5 {
        font-size: 22px;
    }

    .Blog_card_body {
        padding: 20px;
    }

    .pad_1 {
        padding-right: 40px;
    }

    .quote-wrapper {
        padding: 40px 40px 40px 40px;
    }

    .quote-box {
        padding: 25px 30px;
        max-width: 425px;
    }

    .quote-text {
        font-size: 22px !important;
    }

    .quote-author p {
        font-size: 14px;
    }

    /* Section 3 CSS */
    .section_3_content {
        width: 1248px;
    }

    /* .Resources_card {
        padding: 30px 30px 0px 30px;
    } */

    .Resources_card h5 {
        padding: 15px 0;
    }

    .Blog_card_body h2 {
        font-size: 1.3rem !important;
    }

    .Blog_card_body p {
        font-size: 14px;
    }

    .Blog_card img {
        height: 200px;
        object-fit: cover;
    }

    .section_4 {
        padding: 5rem 6rem;
    }

    .rizwan_quote h2 {
        font-size: 2.5rem;
    }

    .rizwan_quote h1 img {
        height: 25px;
    }

    .section_6 {
        padding: 5rem 6rem;
    }

    .section_7 {
        padding: 5rem 6rem;
    }

    .section_8 {
        padding: 5rem 6rem;
    }
}

@media (max-width: 1280px) {

    .section_1 {
        padding-left: 6rem;
    }

    .hero_img1 {
        translate: 0rem -2rem;
    }

    .carousel-inner {
        border-radius: 20px;
    }

    .carousel-item img {
        border-radius: 20px;
    }

    .carousel-caption h5 {
        font-size: 1.2rem;
    }

    .left_text p {
        line-height: 1.1;
        font-size: 14px;
    }

    .custom-indicators {
        padding-top: 0.5rem;
    }

    .custom-indicators [data-bs-target] {
        width: 14px;
        height: 14px;
    }

    /* Section 2 CSS */
    .section_2 {
        padding: 2rem 6rem 3rem;
    }

    .section_2_content h1 {
        font-size: 2.5rem;
    }

    .section_2_content h5 {
        font-size: 1rem;
    }

    .section_2_content p {
        font-size: 14px;
    }

    .pad_1 {
        padding-right: 40px;
    }

    .quote-wrapper {
        padding: 40px;
    }

    .quote-box {
        max-width: 400px;
    }

    .quote-text {
        font-size: 22px !important;
    }

    .quote-author p {
        font-size: 16px;
    }

    /* Section 3 CSS */
    .section_3_content {
        width: 1088px;
    }

    .box_content1 h1 {
        font-size: 2.5rem;
    }

    .box_content2 h1 {
        font-size: 2.5rem;
    }

    .box_content3 h1 {
        font-size: 2.5rem;
    }

    .box_content4 h1 {
        font-size: 2.5rem;
    }

    /* Section 4 CSS */
    .section_4 {
        padding: 5rem 6rem;
    }

    .section_4_content h2 {
        font-size: 1.5rem;
    }

    .section_4_content h1 {
        font-size: 2rem;
    }

    .box_card h5 {
        font-size: 18px;
    }

    .rizwan_quote h2 {
        font-size: 2rem;
    }

    .rizwan_quote h4 {
        font-size: 1.2rem;
    }

    .rizwan_quote h1 img {
        height: 20px;
    }

    /* Section 5 CSS */
    .section_5_content {
        width: 1024px;
    }

    .section_5_content h1 {
        font-size: 2.5rem;
    }

    .section_5_content .sec_5_2 {
        padding-bottom: 16px;
    }

    .section_5_content .sec_5_3 {
        padding-bottom: 18px;
    }

    /* ToolTip CSS */
    .tooltip {
        padding: 6px 10px;
        font-size: 14px;
    }

    .right {
        translate: 0.5rem 1rem;
    }

    .right::before {
        top: -5px;
        left: 46%;
        border-right: 10px solid transparent;
        border-bottom: 10px solid #3853a2;
    }

    .bottom {
        translate: 50% 0rem;
    }

    .bottom::before {
        top: -5px;
        border-right: 10px solid transparent;
        border-bottom: 10px solid #3853a2;
    }

    .left {
        translate: 9.5rem 0rem;
    }

    .left::after {
        top: -5px;
        right: 46%;
        border-right: 10px solid transparent;
        border-bottom: 10px solid #3853a2;
    }

    .right2 {
        translate: -0.25rem -0.5rem;
    }

    .right2::before {
        top: -5px;
        left: 46%;
        border-right: 10px solid transparent;
        border-bottom: 10px solid #3853a2;
    }

    .bottom2 {
        translate: 35% 0rem;
        margin-top: 0.8rem;
    }

    .bottom2::before {
        top: -5px;
        border-right: 10px solid transparent;
        border-bottom: 10px solid #3853a2;
    }

    .left2 {
        translate: 8.45rem -0.4rem;
    }

    .left2::after {
        top: -5px;
        right: 46%;
        border-right: 10px solid transparent;
        border-bottom: 10px solid #3853a2;
    }


    /* Section 6 CSS */
    .section_6 {
        padding: 5rem 6rem;
    }

    .section_6_content h2 {
        font-size: 1.5rem;
    }

    .section_6_content h1 {
        font-size: 2rem;
    }

    /* Section 7 CSS */
    .Blog_card {
        height: 352px;
        display: grid !important;
        align-content: space-between;
        border-radius: 15px;
    }

    .Blog_card img {
        border-bottom-left-radius: 15px;
        border-bottom-right-radius: 15px;
        height: 180px;
    }

    .Blog_card_body {
        padding: 15px;
    }

    .Blog_card_body h2 {
        font-size: 1rem !important;
    }

    .Blog_card_body p {
        font-size: 12px;
    }

    .section_7 {
        padding: 5rem 6rem;
    }

    .section_7_content h2 {
        font-size: 1.5rem;
    }

    .section_7_content h1 {
        font-size: 2rem;
    }

    .btn_explore {
        font-size: 16px;
    }

    /* Section 8 CSS */
    .section_8 {
        padding: 5rem 6rem;
    }
}

@media (max-width: 1024px) and (max-height: 1366px) and (min-height: 1200px) {

    .section_1 {
        padding-left: 2rem;
    }

    .hero_img1 {
        width: 46%;
        translate: 0rem -2rem;
    }
}

@media (max-width: 1024px) {
    .desk-menu {
        padding: 3px 0px;
    }

    /* Section 1 CSS */
    .section_1 {
        padding-left: 4rem;
    }

    .hero_right {
        width: 50%;
    }

    .hero_left {
        width: 50%;
    }

    .hero_img1 {
        translate: 0rem -1.5rem;
        width: 44%;
    }

    .carousel-item img {
        height: auto;
    }

    .carousel-caption h5 {
        font-size: 1rem;
    }

    .slider_btn_design2 {
        font-size: 14px;
        padding: 3px 12px;
    }

    /* Section 2 CSS */
    .section_2 {
        padding: 1rem 4rem 2rem;
    }

    .section_2_content h1 {
        font-size: 2rem;
    }

    .section_2_content h5 {
        margin-bottom: 2rem;
    }

    .offset-md-1 {
        margin-left: 5%;
    }

    .pad_1 {
        padding-right: 30px;
    }

    .quote-wrapper {
        padding: 30px;
    }

    .quote-box {
        padding: 20px 30px;
        max-width: 310px;
    }

    .quote-text {
        font-size: 16px !important;
    }

    .quote-author p {
        font-size: 12px;
    }

    /* Section 3 CSS */
    .section_3 {
        padding: 0rem 0rem 2rem 0rem;
    }

    .section_3_content {
        width: 896px;
    }

    .section_3_content p {
        font-size: 14px;
    }

    /* Section 4 CSS */
    .section_4 {
        padding: 2rem 4rem;
    }

    .section_4_content h2 {
        font-size: 1.4rem;
    }

    .section_4_content h1 {
        font-size: 1.8rem;
    }

    .box_card {
        margin: 0 5px;
    }

    .rizwan_quote {
        margin-top: 2rem;
    }

    .rizwan_quote h2 {
        font-size: 1.8rem;
    }

    .rizwan_quote h4 {
        font-size: 1rem;
    }

    .rizwan_quote h1 img {
        height: 20px;
    }

    /* Section 5 CSS */
    .section_5 {
        padding: 2rem 0rem;
    }

    .section_5_content {
        width: 912px;
    }

    .section_5_content h1 {
        margin: 3rem 0rem;
        font-size: 2.2rem;
    }

    .section_5_content .sec_5_2 {
        padding-bottom: 14px;
    }

    .section_5_content .sec_5_3 {
        padding-bottom: 14px;
    }

    .section_5_content .sec_5_4 {
        padding-bottom: 14px;
    }

    .tooltip {
        padding: 4px 8px;
        font-size: 12px;
    }

    .right {
        translate: 0.6rem 0.8rem;
    }

    .right::before {
        top: -3px;
        left: 45%;
    }

    .bottom {
        translate: 51% 0rem;
    }

    .bottom::before {
        top: -3px;
    }

    .left {
        translate: 8.58rem 0rem;
    }

    .left::after {
        top: -3px;
        right: 46.5%;
    }

    .right2 {
        translate: -0.1rem 0rem;
    }

    .right2::before {
        top: -3px;
        left: 46%;
    }

    .bottom2 {
        translate: 37% 0rem;
        margin-top: 0.6rem;
    }

    .left2 {
        translate: 7.5rem -0.5rem;
    }

    .left2::after {
        top: -3px;
        right: 45%;
    }

    /* Section 6 CSS */
    .section_6 {
        padding: 2rem 4rem;
    }

    .section_6_content h2 {
        font-size: 1.4rem;
    }

    .section_6_content h1 {
        font-size: 1.8rem;
    }

    /* .Resources_card {
        border-radius: 20px;
        padding: 24px 24px 0 24px;
    } */

    /* Section 7 CSS */
    .section_7 {
        padding: 2rem 4rem;
    }

    .section_7_content h2 {
        font-size: 1.4rem;
    }

    .section_7_content h1 {
        font-size: 1.8rem;
    }

    .blog-slider2 {
        margin: 0rem 2rem;
    }

    .blog-slider {
        margin: 0rem 2rem;
    }

    .Blog_card_body {
        padding: 15px;
    }

    .Blog_card_body h2 {
        font-size: 1rem !important;
    }

    .Blog_card_body p {
        font-size: 12px;
    }

    /* Section 8 CSS */
    .section_8 {
        padding: 2rem 4rem;
    }

    .section_8_content h2 {
        font-size: 1.4rem;
    }
}

@media (max-width: 991px) {
    .section_1 {
        padding-left: 4rem;
        padding-right: 4rem;
    }
}

@media (max-width: 912px) {

    .hero_img1 {
        display: none;
    }

    .section_1 {
        padding-left: 4rem;
        padding-right: 4rem;
    }

    .custom-indicators {
        justify-content: center;
    }

    /* Section 2 CSS */
    .section_2_content {
        width: 60%;
    }

    .section_2_content h5 {
        font-size: 1.4rem;
    }

    .quote-wrapper {
        border: none;
        padding: 40px 40px 40px 0px;
    }

    .quote-box {
        padding: 25px 35px;
    }

    .hero_img2 {
        float: right;
        display: block;
        position: absolute;
        right: -107px;
        width: 52%;
        top: 0rem;
        z-index: -1;
    }

    /* Section 3 CSS */
    .section_3_content {
        width: 780px;
    }

    .box_content1 h1 {
        font-size: 2rem;
    }

    .box_content2 h1 {
        font-size: 2rem;
    }

    .box_content3 h1 {
        font-size: 2rem;
    }

    .box_content4 h1 {
        font-size: 2rem;
    }

    .section_3_content p {
        font-size: 12px;
    }

    /* Section 4 CSS */
    .section_4_content h2 {
        text-align: center;
    }

    .section_4_content h1 {
        text-align: center;
    }

    /* Section 5 CSS */
    .desk_view {
        display: none;
    }

    .blog-slider3 {
        display: block;
    }

    .section_5_content {
        width: 100vw;
    }

    .section_5_content h1 {
        margin: 0rem 0rem 3rem;
    }

    .section_5_content .sec_5_1 {
        width: 100%;
    }

    .section_5_content .sec_5_2 {
        width: 100%;
    }

    .section_5_content .sec_5_3 {
        width: 100%;
    }

    .section_5_content .sec_5_4 {
        width: 100%;
    }

    .section_5_content .sec_5_5 {
        width: 100%;
    }

    .section_5_content .sec_5_6 {
        width: 100%;
    }

    /* Section 6 CSS */
    .section_6_content h2 {
        text-align: center;
    }

    .section_6_content h1 {
        text-align: center;
    }

    /* Section 7 CSS */
    .section_7_content h2 {
        text-align: center;
    }

    .Blog_card_body h2 {
        text-align: left !important;
    }

    .section_7_content h1 {
        text-align: center;
    }

    .Blog_card {
        height: 330px;
    }

    /* Section 8 CSS */
    .section_8_content h2 {
        text-align: center;
    }

    .enquiry_form_design h2 {
        text-align: left;
        margin: 0;
    }

    .form_design .form-control {
        padding: 12px 12px !important;
    }
}

@media (max-width: 856px) {
    .rizwan_quote {
        margin-top: 3rem;
    }

    .rizwan_quote h2 {
        font-size: 1.4rem;
    }

    .rizwan_quote h4 {
        font-size: 1rem;
    }

    .rizwan_quote h1 img {
        height: 16px;
    }

    .section_3 {
        padding: 0rem 0rem 2rem 0rem;
    }

    .section_3_content {
        width: 710px;
    }
}

@media (max-width: 820px) {
    .section_2_content {
        width: 70%;
    }

    .hero_img2 {
        float: right;
        display: block;
        position: absolute;
        right: -150px;
        width: 50%;
        top: 2rem;
        z-index: -1;
    }

    .section_3_content {
        width: 690px;
    }

    .quote-wrapper {
        padding: 40px 40px 0px 0px;
    }

    .box_content1 {
        border-radius: 8px;
    }

    .box_content2 {
        border-radius: 8px;
    }

    .box_content3 {
        border-radius: 8px;
    }

    .box_content4 {
        border-radius: 8px;
    }
}

@media (max-width: 768px) {
    .hero_img2 {
        right: -105px;
        top: 1rem;
    }

    .section_2_content p {
        font-size: 12px;
        line-height: 1.2;
    }

    .pad_1 {
        padding-right: 10px;
    }

    .section_3_content {
        width: 640px;
    }

    .blog-slider2 {
        margin: 0rem 1rem;
    }

    .blog-slider {
        margin: 0rem 1rem;
    }
}

@media (max-width: 767px) {
    .desk_view2 {
        display: none;
    }

    .mob_view2 {
        display: block;
    }

    /* .section_2_content p {
        display: none;
    } */

    .quote-wrapper {
        padding: 0px 40px 0px 0px;
    }

    .quote-text {
        display: block !important;
        font-size: 16px !important;
    }

    .quote-author p {
        display: block;
        font-size: 12px;
    }

    .enquiry_form_design {
        border-radius: 20px;
    }

    .form_design {
        padding: 0px 40px 44px 40px;
    }

    .enquiry_form_design h2 {
        padding-top: 40px;
        padding-bottom: 20px;
    }

    /* Section 3 CSS */
    .section_3 {
        padding: 0rem 4rem 4rem 4rem;
    }

    .section_3_content {
        width: 100%;
    }

    .box_3 {
        height: auto;
        padding: 0px;
    }

    .box_4 {
        height: auto;
    }

    .sub_box3 {
        height: 38vw;
        padding: 5px 5px 0px 0px;
    }

    .sub_box4 {
        height: 38vw;
    }

    .sub_box1 {
        padding: 0px 0px 5px 5px;
    }

    .sub_box2 {
        padding: 5px 0px 0px 5px;
    }

    .box_1 {
        padding: 0 5px 0 0px;
    }

    .Blog_card {
        height: 335px;
    }
}

@media (max-width: 605px) {
    .section_1 {
        padding-left: 2rem;
        padding-right: 2rem;
    }

    .section_2 {
        padding: 2rem 2rem 0rem 2rem;
    }

    .section_2_content p {
        font-size: 12px;
    }

    .pad_1 {
        padding-right: 10px;
    }

    .section_3 {
        padding: 2rem 2rem;
    }

    .section_4 {
        padding: 2rem 2rem;
    }

    .section_5 {
        padding: 2rem 0rem;
    }

    .section_6 {
        padding: 2rem 2rem;
    }

    .section_7 {
        padding: 2rem 2rem;
    }

    .section_8 {
        padding: 2rem 2rem;
    }


    .Blog_card_body p {
        line-height: 1.2;
    }

    .Blog_card {
        height: 375px;
    }
}

@media (max-width: 540px) {

    .section_1 {
        padding-left: 2rem;
        padding-right: 2rem;
    }

    #carouselExampleAutoplaying {
        margin-bottom: 1rem;
    }

    .carousel-caption h5 {
        font-size: 1rem;
    }

    .carousel-item img {
        height: auto;
    }

    .section_2 {
        padding: 2rem 2rem 0rem 2rem;
    }

    .section_2_content {
        width: 65%;
    }

    .section_2_content p {
        font-size: 10px;
    }

    .pad_1 {
        padding-right: 0px;
    }

    .section_2_content h5 {
        font-size: 1rem;
        margin-bottom: 1rem;
    }

    .hero_img2 {
        right: -75px;
        width: 55%;
        top: 1rem;
    }

    .quote-box {
        border-radius: 12px 12px 0px 12px;
        padding: 20px 25px;
    }

    .quote-box::before {
        bottom: -2px;
        right: -25px;
        border-right: 25px solid transparent;
        border-bottom: 25px solid #5b2dbf;
    }

    .quote-box::after {
        bottom: 0px;
        right: -21px;
        border-right: 23px solid transparent;
        border-bottom: 23px solid #fff;
    }

    .section_3 {
        padding: 2rem 2rem;
    }

    .section_4 {
        padding: 2rem 2rem;
    }

    .box_card {
        margin: 0 5px;
    }

    .rizwan_quote {
        margin-top: 3rem;
    }

    .rizwan_quote h2 {
        font-size: 1rem;
        margin-bottom: 0.5rem;
    }

    .rizwan_quote h4 {
        font-size: 0.8rem;
        margin-bottom: 0;
    }

    .rizwan_quote h1 img {
        height: 16px;
    }

    .section_5 {
        padding: 2rem 0rem;
    }

    .section_5_content h1 {
        font-size: 1.8rem;
    }

    .section_6 {
        padding: 2rem 2rem;
    }

    .section_7 {
        padding: 2rem 2rem;
    }

    .blog-slider {
        margin: 0rem 0rem;
    }

    .Blog_card {
        height: 410px;
        border-radius: 15px;
    }

    .Blog_card img {
        height: 200px;
    }

    .Blog_card_body {
        padding: 15px;
    }

    .slick-prev {
        left: -22px;
    }

    .slick-next {
        right: -20px;
    }

    .section_8 {
        padding: 2rem 2rem;
    }
}

@media (max-width: 440px) {
    .carousel-caption h5 {
        font-size: 0.8rem;
    }

    .left_text p {
        line-height: 1.1;
        font-size: 12px;
    }
}

@media (max-width: 430px) {
    .section_1 {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .carousel-inner {
        border-radius: 10px;
    }

    .carousel-item img {
        border-radius: 10px;
    }

    .carousel-caption h5 {
        font-size: 0.8rem;
    }

    .slider_btn_design2 {
        font-size: 14px;
        padding: 3px 12px 4px;
    }

    .left_text p {
        font-size: 10px;
    }

    .section_2 {
        padding: 1rem 1rem;
    }

    .section_2_content {
        width: 60%;
    }

    .section_2_content h1 {
        font-size: 1.5rem;
    }

    .section_2_content h5 {
        font-size: 0.8rem;
    }

    .quote-wrapper {
        padding: 0px 15px 0px 0px;
    }

    .quote-box {
        padding: 10px 15px;
    }

    .quote-text {
        font-size: 12px !important;
    }

    .quote-author p {
        font-size: 10px;
    }

    .quote-box::before {
        bottom: -2px;
        right: -17px;
        border-right: 16px solid transparent;
        border-bottom: 16px solid #5b2dbf;
    }

    .quote-box::after {
        bottom: 0px;
        right: -12px;
        border-right: 18px solid transparent;
        border-bottom: 18px solid #fff;
    }

    .hero_img2 {
        top: 0.5rem;
        right: -75px;
        width: 60%;
    }

    .section_3 {
        padding: 1rem 1rem;
    }

    .sub_box3 {
        height: 42vw;
    }

    .sub_box4 {
        height: 42vw;
    }

    .section_4 {
        padding: 1rem 1rem;
    }

    .section_4_content h2 {
        font-size: 1rem;
    }

    .section_4_content h1 {
        font-size: 1.4rem;
    }

    .box_card {
        border-radius: 15px;
        margin: 0;
    }

    .box_card h5 {
        margin: 0;
        font-size: 16px;
    }

    .rizwan_quote {
        margin-top: 2rem;
    }

    .section_5 {
        padding: 1rem 0rem;
    }

    .section_5_content h1 {
        font-size: 1.4rem;
        margin: 0rem 0rem 1rem;
    }

    .section_6 {
        padding: 1rem 2rem;
    }

    .section_6_content h2 {
        font-size: 1rem;
    }

    .section_6_content h1 {
        font-size: 1.4rem;
    }

    .Resources_card h5 {
        padding: 15px 0;
    }

    .section_7 {
        padding: 1rem 2rem;
    }

    .section_7_content h2 {
        font-size: 1rem;
    }

    .section_7_content h1 {
        font-size: 1.4rem;
    }

    .Blog_card {
        height: 386px;
        border-radius: 15px;
    }

    .Blog_card_body h2 {
        font-size: 1.2rem !important;
        text-align: left;
    }

    .section_8 {
        padding: 1rem 1rem;
    }

    .form_design {
        padding: 0px 20px 24px 20px;
    }

    .enquiry_form_design h2 {
        padding-top: 20px;
    }
}

@media (max-width: 390px) {
    .section_2_content p {
        line-height: 1.1;
    }

    .Blog_card_body h2 {
        font-size: 1.1rem !important;
    }

    .Blog_card_body p {
        font-size: 10px;
    }
}

@media (max-width: 375px) {
    .carousel-caption h5 {
        width: 50%;
    }

    .section_6 {
        padding: 1rem 2rem;
    }

    .section_7 {
        padding: 1rem 2rem;
    }
}