/****Noto Serif Variable Font
=======================***/
@font-face {
    font-family: 'Albert Sans';
    src: url('assets/font/Albert_Sans/AlbertSans-Regular.woff2') format('woff2'),
        url('assets/font/Albert_Sans/AlbertSans-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


/****DM Sans Variable Font
=======================***/
@font-face {
    font-family: 'DM Sans';
    src: url('assets/font/DM_Sans/DMSans-Regular.woff2') format('woff2'),
        url('assets/font/DM_Sans/DMSans-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


*::before,
*::after {
    box-sizing: border-box;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:root {
    --bs-body: #f6f3f1;
    --bs-heading: #58595b;
    --bs-primary: #457B9D;
    --bs-secondary: #db0f2d;
    --bs-link-color: #db0f2d;
    --bs-link-hover-color: #db0f2d;
    --bs-dark: #323232;
    --bs-yellow: #ffb007;
    --bs-text-color: #959494;
    --bs-text-white: #fff;
    --bs-desc-color: #959494;
    --bs-box-shadow-color: #b5b5b5;
    --fonts: 'DM Sans', sans-serif;
    --fonts-title: 'Albert Sans';
}

html {
    width: 100%;
    font-size: 18px;
    -webkit-text-size-adjust: 100%;
    overflow-x: hidden;
}

body {
    width: 100%;
    height: auto;
    font-size: 100%;
    line-height: 1.5;
    text-align: left;
    font-weight: 500;
    -webkit-text-size-adjust: 100%;
    font-family: var(--fonts);
    overflow-x: hidden;
    background-color: var(--bs-body);
    color: var(--bs-text-color);
    letter-spacing: 0.6px;
    position: relative;
}

.cust_container {
    width: 90%;
    max-width: 1800px;
    margin: 0 auto;
    height: auto;
    padding: 0;
}

.container,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
    width: 90%;
    margin: 0 auto;
    max-width: 1800px;
    padding-left: 0;
    padding-right: 0;
}

.bothSide_gap {
    width: 100%;
    height: auto;
    padding: 50px 0;
}

.topSide_gap {
    width: 100%;
    height: auto;
    padding: 50px 0 0;
}

.bottomSide_gap {
    padding: 0 0 50px;
}

img {
    width: 100%;
    height: 100%;
}

.media {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
}

.media-body {
    -ms-flex: 1;
    flex: 1;
}

/* 
=============
Heading Tag
=============
*/
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 10px 0;
    padding: 0;
    color: var(--bs-primary);
}

h1 {
    font-size: 260%;
}

h2 {
    font-size: 180%;
}

h3 {
    font-size: 150%;
}

h4 {
    font-size: 135%;
}

h5 {
    font-size: 120%;
}

h6 {
    font-size: 110%;
}

p {
    margin: 0 0 15px 0;
    padding: 0;
}

p:last-child {
    margin-bottom: 0;
}

a {
    font-size: 100%;
    text-decoration: none;
    box-shadow: none;
    color: var(--bs-primary);
}

a:hover {
    text-decoration: none;
    color: var(--bs-primary);
}

section {
    width: 100%;
    height: auto;
}

.container ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.container ul li {
    list-style-type: none;
    margin-bottom: 12px;
    position: relative;
    padding-left: 35px;
}

.container ul li::before {
    content: '\f560';
    font-family: 'Font Awesome 6 Free';
    font-size: 90%;
    font-weight: 900;
    color: var(--bs-primary);
    width: 20px;
    height: 20px;
    display: flex;
    margin-right: 10px;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 0;
    top: 4px;
}

.container ol li {
    margin-bottom: 12px;
    position: relative;
}

/* 
=============
scrollbar
=============
*/

::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(200, 200, 200, 1);
    background-color: #F5F5F5;
    border-radius: 6px;
}

::-webkit-scrollbar-thumb {
    border-radius: 6px;
    background-color: var(--bs-primary);
    -webkit-box-shadow: inset 0 0 6px var(--bs-box-shadow-color);
}

/* 
=============
Slick css
=============
*/
.slick-track {
    /* margin-left: 10px;
    margin-right: 10px; */
    margin: 10px 10px;
}

.slick-list {
    padding: 0;
}

.slick-slider {
    margin: 0 -15px;
}

.slick-slide {
    margin-right: 15px;
    margin-left: 15px;
}

/****/
.slide-arrow {
    width: 35px;
    height: 30px;
    padding: 2px 5px;
    border: 1px solid var(--bs-text-white);
    background-color: var(--bs-primary);
}

.slide-arrow.prev-arrow,
.slide-arrow.next-arrow {
    position: absolute;
    top: 0;
    font-size: 0px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.slide-arrow.prev-arrow {
    right: 50px;
}

.slide-arrow.next-arrow {
    right: 5px;
}

.prev-arrow.slick-arrow::after {
    content: "";
    position: absolute;
    transform: rotate(180deg);
    width: 14px;
    height: 12px;
    background-image: url(./assets/images/Icons/slide-arrow.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    filter: grayscale(100%);
    opacity: 0.5;
    /* filter: brightness(0) invert(1); */
}

.prev-arrow.slick-arrow:focus::after {
    filter: grayscale(0);
    opacity: 1;
}

.next-arrow.slick-arrow::after {
    content: "";
    position: absolute;
    width: 14px;
    height: 12px;
    background-image: url(./assets/images/Icons/slide-arrow.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    filter: grayscale(100%);
    opacity: 0.5;
    /* filter: brightness(0) invert(1); */
}

.next-arrow.slick-arrow:focus::after {
    filter: grayscale(0);
    opacity: 1;
}

/******/
.slick-dots {
    position: absolute;
    display: block;
    width: 100%;
    bottom: 3px;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

.slick-dots li,
.slick-dots li button {
    width: 20px;
    height: 20px;
    cursor: pointer;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    padding: 0;
}

.slick-dots li button {
    border: 2px solid var(--bs-desc-color);
    border-radius: 100%;
    width: 18px;
    height: 18px;
    font-size: 0px;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
}

.slick-dots li button:before {
    font-family: "FontAwesome";
    font-size: 10px;
    position: absolute;
    top: 50%;
    left: 51%;
    transform: translate(-50%, -50%);
    content: "\f111";
    text-align: center;
    color: var(--bs-primary);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    opacity: 0;
}

.slick-dots li.slick-active button:before,
.slick-dots li:hover button:before {
    opacity: 1;
    color: var(--bs-primary);
}

/* .slick-dots li.slick-active button,
.slick-dots li:hover button {
    border: 2px solid var(--bs-primary);
} */


/* 
=============
Forms
=============
*/
.form-group {
    margin-bottom: 20px;
}

label {
    font-size: 80%;
    letter-spacing: 1px;
    color: var(--bs-text-color);
    margin-bottom: 2px;
}

label span {
    color: var(--bs-link-color);
}

input {
    width: 100%;
    height: 40px;
    padding: 5px 8px;
}

.form-control {
    width: 100%;
    height: auto;
    box-shadow: none;
    outline: 0;
    padding: 5px 10px;
    background-color: var(--bs-text-color);
    border: 1px solid var(--bs-body);
    font-size: 90%;
    color: var(--bs-dark);
    border: 2px solid var(--bs-text-color);
}

.form-control::placeholder {
    font-size: 90%;
    color: var(--bs-body);
}

.form-control:focus {
    box-shadow: none;
    border: 2px solid var(--bs-primary);
}


/* 
=============
All Heading
=============
*/
.sub_heading {
    font-size: 100%;
    text-align: left;
    font-weight: 600;
    text-transform: capitalize;
    color: var(--bs-primary);
    font-family: var(--fonts);
    letter-spacing: 0.5px;
    padding: 0;
    margin-bottom: 10px;
    display: inline-block;
    position: relative;
}

.sub_heading::after {
    content: " ";
    position: absolute;
    top: 50%;
    left: 104%;
    transform: translateY(-50%);
    width: 40px;
    height: 2px;
    border-radius: 8px;
    background-color: var(--bs-primary);
}

.sub_heading.white {
    color: var(--bs-text-white);
}

.sub_heading.white::after {
    background-color: var(--bs-text-white);
}

.heading {
    font-size: 200%;
    font-weight: 500;
    line-height: 1.5;
    color: var(--bs-heading);
    padding: 0;
    text-transform: capitalize;
    font-family: var(--fonts-title);
    margin-bottom: 10px;
}

.heading.white {
    color: var(--bs-text-white) !important;
}

.heading span {
    color: var(--bs-secondary);
}

.heading.banner_heading {
    font-size: 280%;
    color: var(--bs-text-white);
    font-weight: 600;
}

.heading.banner_heading::before {
    display: none;
}

.banner_heading span {
    color: var(--bs-text-white);
}

.miniheading {
    font-size: 120%;
    font-weight: 600;
    color: var(--bs-primary);
    padding: 0;
    margin-bottom: 6px;
    text-transform: capitalize;
    font-family: var(--fonts-title);
}

.desc {
    font-weight: 400;
    text-align: left;
    color: var(--bs-text-color);
    padding: 0;
    margin-bottom: 15px;
    line-height: 1.5;
}

.bannerdesc.desc {
    color: var(--bs-text-white);
    margin-bottom: 30px;
    display: -webkit-box;
    -webkit-line-clamp: 9;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.desc.white {
    color: var(--bs-text-white) !important;
}

.sectionheading_wrap {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 12px;
}

.nav.nav-tabs {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    gap: 2%;
    padding: 0;
    margin: 0;
    border: none;
}

.nav.nav-tabs .nav-link {
    box-shadow: none;
    outline: 0;
    border: 1px solid var(--bs-primary);
    color: var(--bs-primary);
    background-color: transparent;
    border-radius: 2px;
    padding: 5px 10px;
    font-size: 85%;
    font-weight: 500;
    text-align: center;
    cursor: pointer;
    transform: 0.6s;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}

.nav.nav-tabs .nav-link.active {
    background-color: var(--bs-primary);
    color: var(--bs-text-white);
    transform: 0.6s;
}


/***/
.innerpage_head {
    font-size: 150%;
    text-align: center;
    font-weight: 600;
    text-transform: uppercase;
    font-family: var(--fonts-title);
    color: var(--bs-primary);
    margin-bottom: 15px;
}

.innerpage_text {
    font-size: 90%;
    color: var(--bs-text-color);
}

.innerpage_text span {
    color: var(--bs-dark);
}

.innerpagesub_heading {
    font-size: 120%;
    font-weight: 700;
    text-align: center;
    color: var(--bs-primary);
    text-transform: capitalize;
    margin-bottom: 15px;
}

/* 
=============
Button
=============
*/
.btn {
    text-decoration: none;
    outline: 0;
    box-shadow: none;
    border: none;
    margin: 0;
    cursor: pointer;
    white-space: nowrap;
    overflow: hidden;
}

.btn:focus {
    box-shadow: none;
    text-decoration: none;
    outline: 0;
}

.button_wrap {
    display: flex;
    align-items: center;
    gap: 1em;
}


/******/
.headSearch_btn {
    background-color: var(--bs-primary);
    color: var(--bs-text-white);
    border-radius: 0;
    padding: 5px 15px 5px 35px;
    font-size: 90%;
    position: relative;
    border: 1px solid var(--bs-body);
    transition: all 0.5s;
    z-index: 1;
}

.headSearch_btn::after {
    content: "\f002";
    font-family: "FontAwesome";
    position: absolute;
    top: 50%;
    left: 15px;
    transform: translateY(-50%);
}

.headSearch_btn::before {
    content: "";
    background-color: var(--bs-body);
    position: absolute;
    z-index: -1;
    left: -20%;
    right: -20%;
    top: 0;
    bottom: 0;
    transform: skewX(-45deg) scale(0, 1);
    transition: all 0.5s;
}

.headSearch_btn:hover::before {
    transform: skewX(-45deg) scale(1, 1);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.headSearch_btn:hover {
    color: var(--bs-primary);
}

.main_header.sticky .headSearch_btn:hover {
    border: 1px solid var(--bs-primary);
}

/********/
.learnmore_btn {
    background-color: var(--bs-primary);
    color: var(--bs-text-white);
    border-radius: 0;
    padding: 5px 35px 5px 15px;
    font-size: 90%;
    position: relative;
    border: 1px solid var(--bs-body);
    transition: all 0.5s;
    z-index: 1;
}

.learnmore_btn::after {
    content: "\f061";
    font-family: "FontAwesome";
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
}

.learnmore_btn::before {
    content: "";
    background-color: var(--bs-body);
    position: absolute;
    z-index: -1;
    left: -20%;
    right: -20%;
    top: 0;
    bottom: 0;
    transform: skewX(-45deg) scale(0, 1);
    transition: all 0.5s;
}

.learnmore_btn:hover::before {
    transform: skewX(-45deg) scale(1, 1);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.learnmore_btn:hover {
    color: var(--bs-primary);
    border: 1px solid var(--bs-primary);
}



/* 
=============
Main header
=============
*/
.main_header {
    padding: 10px 0;
    background-color: transparent;
    box-shadow: none;
    transition: .6s;
    position: relative;
    top: 0;
    left: 0;
    z-index: 5;
}

.main_header.sticky {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    transition: .6s;
    backdrop-filter: blur(8px);
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 5px 0px var(--bs-box-shadow-color);
    padding: 10px 0;
}

.main_header .wraper {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

.Logo_area {
    width: 100%;
    max-width: 140px;
    height: auto;
    overflow: hidden;
}

.Logo_area img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.main_header.sticky .Logo_area {
    max-width: 100px;
}

@media (min-width: 991px) {
    .menubar_box {
        margin-left: auto;
    }
}


/* 
=============
Footer
=============
*/
.footer_sec {
    width: 100%;
    height: auto;
    background-color: var(--bs-dark);
    padding-bottom: 20px;
}

.footer_sec .cdc_text {
    font-size: 85%;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: var(--bs-text-white);
    opacity: 0.8;
}

.fsicons_all {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 20px;
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

.fsicons_all li {
    list-style: none !important;
    max-width: 25px;
    min-width: 25px;
    min-height: 25px;
    max-height: 25px;
    overflow: hidden;
    border-radius: 50%;
    background-color: transparent;
    display: flex;
    align-items: center !important;
    justify-content: center !important;
    padding: 0;
    margin: 0 !important;
    line-height: normal;
}

.fsicons_all li:hover {
    list-style: none !important;
    background-color: var(--bs-body);
}

.fsicons_all li a {
    padding: 0;
    margin: 0;
    font-size: 85%;
}


.footermenu_box .head {
    font-size: 110%;
    font-weight: 600;
    color: var(--bs-text-white);
    font-family: var(--fonts-title);
    position: relative;
    margin-bottom: 30px;
    display: inline-block;
}

.footermenu_box .head::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -12px;
    width: 100%;
    max-width: 100%;
    height: 2px;
    background-color: var(--bs-primary);
}

.footermenu_box .subhead {
    font-size: 100%;
    font-weight: 600;
    color: var(--bs-heading);
    font-family: var(--fonts);
    margin-bottom: 20px;
    display: block;
}

.footermenu_box ul {
    list-style: none;
    padding-left: 15px;
}

.footermenu_box ul.menu {
    columns: 2;
}

.footermenu_box ul li {
    list-style-type: none;
    margin-bottom: 6px;
    color: var(--bs-text-white);
    display: flex;
    align-items: baseline;
    justify-content: flex-start;
    gap: 10px;
    margin-bottom: 10px;
    opacity: 0.8;
}

.footermenu_box ul.menu li:hover {
    list-style-type: circle;
    color: var(--bs-body);
    opacity: 1;
}

.footermenu_box ul li .icon {
    color: var(--bs-secondary);
    background-color: var(--bs-body);
    padding: 5px;
    border-radius: 50%;
    overflow: hidden;
    width: 25px;
    min-width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footermenu_box ul li .icon i {
    font-size: 80%;
    padding: 0;
    margin: 0;
}

.footermenu_box ul li a {
    font-size: 100%;
    font-weight: 500;
    color: var(--bs-text-white);
    padding: 0;
}

.footermenu_box ul li:hover a {
    color: var(--bs-link-color);
    opacity: 1;
    text-shadow: 0px -1px var(--bs-box-shadow-color);
}

.footer_details {
    width: 100%;
    height: auto;
    list-style: none;
    padding: 0 !important;
    margin: 0;
}

.footer_details li {
    list-style: none;
    margin-bottom: 15px !important;
    display: flex;
    /* align-items: center; */
    justify-content: flex-start;
    gap: 10px;
}

.footer_details li .icon {
    min-width: 30px;
    height: 30px;
    /* border-radius: 50%; */
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    /* background-color: var(--bs-primary); */
}

.footer_details li .icon i {
    font-size: 110%;
    color: var(--bs-primary);
}

.footermenu_box .map {
    width: 100%;
    height: 200px;
    overflow: hidden;
    border-radius: 6px;
    box-shadow: 0px 0px 5px 0px var(--bs-box-shadow-color);
}

.footermenu_box .map iframe {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/*****/
.bottom_footer {
    width: 100%;
    height: auto;
    background-color: var(--bs-primary);
    padding: 12px 0;
}

.bottom_footer .wrap {
    display: flex;
    align-items: center;
    justify-content: center;
}

.bottom_footer .text {
    font-size: 90%;
    text-align: center;
    color: var(--bs-text-white);
    padding: 0;
    margin: 0;
}



/****Scroll to top******/
/***********************/
.return-to-top {
    position: fixed;
    right: 2%;
    bottom: 9%;
    cursor: pointer;
    display: none;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    /* border-radius: 50%; */
    width: 36px;
    height: 36px;
    z-index: 9;
    padding: 10px;
    color: var(--bs-text-white);
    background-color: var(--bs-yellow);
    transition: .6s;
    box-shadow: 0px 0px 2px 0px var(--bs-box-shadow-color);
}

.return-to-top.show {
    display: flex;
}

.return-to-top i.blink {
    text-decoration: blink;
    -webkit-animation-name: blinker;
    -webkit-animation-duration: 0.6s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    -webkit-animation-direction: alternate;
}

@-webkit-keyframes blinker {
    from {
        opacity: 1.0;
    }

    to {
        opacity: 0.0;
    }
}


/*
=======================
Custom Modal css
=======================
*/

.customModal_modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    width: 100%;
    height: 100%;
    background-color: #00000093;
    display: none;
}

.customModal_modal.active {
    display: block;
}

.customModal_body {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 95%;
    max-width: 550px;
    min-height: 180px;
    height: auto;
    border-radius: 8px;
    overflow: hidden;
    background-color: var(--bs-card-color);
    z-index: 1;
    padding: 20px;
}

.customModal_body .close_btn {
    position: absolute;
    top: 10px;
    right: 15px;
    z-index: 2;
    background-color: transparent;
    color: var(--bs-primary);
    box-shadow: none;
    font-size: 120%;
    font-weight: 600;
    padding: 0;
    margin: 0;
}

.customModal_body .heading {
    font-size: 110%;
    font-weight: 600;
    margin-bottom: 20px;
}

.customModal_body .content {
    width: 100%;
    max-height: 500px;
    overflow-y: auto;
    padding: 20px 0;
}


/*
=======================
banner wrapper position
=======================
*/
/**top*/
.homebanner_sec .wrapper.topleft {
    position: absolute;
    top: 0;
    left: 0;
    transform: translateX(0);
}

.homebanner_sec .wrapper.topcenter {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

.homebanner_sec .wrapper.topright {
    position: absolute;
    top: 0;
    left: 100%;
    transform: translateX(-100%);
}



/***middle***/
.homebanner_sec .wrapper.middleleft {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
}

.homebanner_sec .wrapper.middlecenter {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.homebanner_sec .wrapper.middleright {
    position: absolute;
    top: 50%;
    left: 100%;
    transform: translate(-100%, -50%);
}

/***bottom****/
.homebanner_sec .wrapper.bottomleft {
    position: absolute;
    left: 0;
    bottom: 0;
    top: 100%;
    transform: translateY(-100%);
}

.homebanner_sec .wrapper.bottomcenter {
    position: absolute;
    left: 50%;
    bottom: 0;
    top: 100%;
    transform: translate(-50%, -100%);
}

.homebanner_sec .wrapper.bottomright {
    position: absolute;
    left: 100%;
    bottom: 0;
    top: 100%;
    transform: translate(-100%, -100%);
}





/* 
==================
Home Banner sec
=================
*/

.homebanner_sec {
    position: relative;
}

.homebanner_sec .slick-slide {
    margin-left: auto;
    margin-right: auto;
}

.homebanner_sec .slick-track {
    margin: 0 !important;
}

.homebanner_sec .slick-slider {
    margin: 0 !important;
}

.homebanner_sec .banner_image {
    position: relative;
}

.homebanner_sec .item_img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    max-width: 100%;
    height: 100%;
    z-index: 1;
}

.homebanner_sec .item_img::after {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    background-color: #00000087;
    width: 100%;
    height: 100%;
    z-index: 2;
}


.homebanner_sec .item_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
}

.homebanner_sec .cust_container {
    position: relative;
    z-index: 2;
    height: 100%;
}

.homebanner_sec .banner_content {
    width: 100%;
    height: 85vh;
    overflow: hidden;
    padding: 30px 0;
}

.homebanner_sec .wrapper {
    width: 100%;
    max-width: 885px;
    height: auto;
    padding: 20px;
    border-radius: 12px;
    /* background-color: #00000071; */
}

.homebanner_sec .wrapper.topleft .heading.banner_heading,
.homebanner_sec .wrapper.middleleft .heading.banner_heading,
.homebanner_sec .wrapper.bottomleft .heading.banner_heading,
.homebanner_sec .wrapper.topleft .bannerdesc.desc,
.homebanner_sec .wrapper.middleleft .bannerdesc.desc,
.homebanner_sec .wrapper.bottomleft .bannerdesc.desc {
    text-align: left;
}

.homebanner_sec .wrapper.topleft .button_wrap,
.homebanner_sec .wrapper.middleleft .button_wrap,
.homebanner_sec .wrapper.bottomleft .button_wrap {
    justify-content: left;
}

.homebanner_sec .wrapper.topcenter .heading.banner_heading,
.homebanner_sec .wrapper.middlecenter .heading.banner_heading,
.homebanner_sec .wrapper.bottomcenter .heading.banner_heading,
.homebanner_sec .wrapper.topcenter .bannerdesc.desc,
.homebanner_sec .wrapper.middlecenter .bannerdesc.desc,
.homebanner_sec .wrapper.bottomcenter .bannerdesc.desc {
    text-align: center;
}

.homebanner_sec .wrapper.topcenter .button_wrap,
.homebanner_sec .wrapper.middlecenter .button_wrap,
.homebanner_sec .wrapper.bottomcenter .button_wrap {
    justify-content: center;
}

.homebanner_sec .wrapper.topright .heading.banner_heading,
.homebanner_sec .wrapper.middleright .heading.banner_heading,
.homebanner_sec .wrapper.bottomright .heading.banner_heading,
.homebanner_sec .wrapper.topright .bannerdesc.desc,
.homebanner_sec .wrapper.middleright .bannerdesc.desc,
.homebanner_sec .wrapper.bottomright .bannerdesc.desc {
    text-align: right;
}

.homebanner_sec .wrapper.topright .button_wrap,
.homebanner_sec .wrapper.middleright .button_wrap,
.homebanner_sec .wrapper.bottomright .button_wrap {
    justify-content: right;
}


/* 
===================
Inner page css
===================
*/
.innerbanner_sec {
    width: 100%;
    height: 40vh;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}

.innerbanner_sec::before {
    content: " ";
    width: 100%;
    height: 100%;
    position: absolute;
    background: #00000096;
    z-index: 1;
}

.innerbanner_sec .cust_container {
    position: relative;
    height: 100%;
    z-index: 2;
}

.innerbanner_sec .content {
    position: relative;
    top: 65%;
    left: 0%;
    transform: translateY(-50%);
    z-index: 3;
    display: inline-block;
}

.innerbanner_head {
    font-size: 300%;
    font-weight: 500;
    text-align: left;
    line-height: 1.5;
    color: var(--bs-text-white);
    font-family: var(--fonts-title);
    padding: 0;
    margin-bottom: 15px;
    position: relative;
    display: inline-block;
}

.breadcrumb {
    width: 100%;
    height: auto;
    list-style: none;
    margin: 0 auto;
}

.breadcrumb .breadcrumb-item {
    font-size: 100%;
    font-weight: 600;
    text-align: left;
    color: var(--bs-link-color);
    line-height: normal;
    padding: 0;
    margin: 0;
}

.breadcrumb .breadcrumb-item a {
    text-decoration: none;
    box-shadow: none;
    outline: 0;
    color: var(--bs-link-color);
}

.breadcrumb .breadcrumb-item.active {
    color: var(--bs-text-white);
}

.breadcrumb-item+.breadcrumb-item::before {
    float: left;
    padding-right: .5rem;
    padding-left: .2rem;
    color: var(--bs-link-color);
    content: ">";
}


/* 
==================
About us sec
=================
*/
.AboutUs_sec .miniheading {
    text-transform: uppercase;
}

.aboutimg_wrap {
    width: 100%;
    max-width: 100%;
    max-height: 75vh;
    overflow: hidden;
    border-radius: 6px;
    box-shadow: 0px 0px 5px 0px var(--bs-box-shadow-color);
}

.aboutimg_wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.aboutus_sec .row.reverse {
    flex-direction: row-reverse;
}

/*******Contact Us********/
.contactUs_sec {
    background-color: var(--bs-primary);
}

.contactUs_sec .right_wrap {
    padding: 0% 4%;
}

.contactUs_sec .wraper {
    max-width: 768px;
    margin: 0 auto;
}

.heading.white {
    color: var(--bs-text-white);
}

.desc.white {
    color: var(--bs-text-white);
}

.contactUs_sec .wraper input {
    width: 100%;
    height: 42px;
    background-color: var(--bs-body);
}

.contactUs_sec .wraper input::placeholder {
    color: var(--bs-text-color);
}

.contactUs_sec .wraper textarea {
    background-color: var(--bs-body);
}

.contactUs_sec .wraper textarea::placeholder {
    color: var(--bs-text-color);
}

/**contact-info**/
.contactinfo_wrap {
    width: 100%;
    height: auto;
}

.contactinfo_wrap li {
    margin-bottom: 30px;
}

.contactinfo_wrap .head {
   font-size: 110%;
   font-weight: 600;
   color: var(--bs-primary);
   padding: 0;
   margin-bottom: 10px;
}

.contactinfo_wrap .desc {
    font-size: 110%;
    color: var(--bs-text-color);
    padding: 0;
    margin-bottom: 0;
}




/*******productlist_wrap******/
.productlist_wrap {
    width: 100%;
    height: auto;
    display: flex;
    align-items: baseline;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 2%;
}

.product_box {
    width: 18.4%;
    height: auto;
    cursor: pointer;
    margin-bottom: 2%;
}

.product_box:hover {
    box-shadow: 0px 0px 5px 0px var(--bs-box-shadow-color);
    border-radius: 6px;
}

.product_box .product_img {
    width: 100%;
    height: 20vh;
    background-color: #c7c3c3;
    border-radius: 6px 6px 0px 0px;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
}

.product_box .product_img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    aspect-ratio: 1/1;
}

.product_box .details {
    width: 100%;
    height: auto;
    padding: 0 6px 5px;
}

.product_box .name {
    font-size: 100%;
    font-weight: 600;
    color: var(--bs-primary);
    padding: 0;
    margin-bottom: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.product_box .desc {
    font-size: 80%;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: normal;
}

/***Modal*/
.modal-body .name {
    font-size: 100%;
    font-weight: 500;
    color: var(--bs-primary);
    padding: 0;
    margin-bottom: 10px;
}

.modal-body .name span {
    color: var(--bs-heading);
    font-weight: 600;
}

.modal-body table {
    width: 100%;
    height: auto;
    margin-bottom: 10px;
    border-collapse: collapse;
}

.modal-body table tr {
     width: 100%;
    height: auto;
}

.modal-body table tr td {
    font-size: 90%;
    border: 1px solid;
    padding: 2px 5px;
}

/****Product Deatails*****/
/*************************/
.img-display{
    overflow: hidden;
}
.img-showcase{
    display: flex;
    width: 100%;
    transition: all 0.5s ease;
}
.img-showcase img{
    min-width: 100%;
}
.img-select{
    display: flex;
}
.img-item{
    margin: 0.3rem;
}
.img-item:nth-child(1),
.img-item:nth-child(2),
.img-item:nth-child(3){
    margin-right: 0;
}
.img-item:hover{
    opacity: 0.8;
}
.product-content{
    padding: 2rem 1rem;
}
.product-title{
    font-size: 2rem;
    text-transform: capitalize;
    font-weight: 700;
    position: relative;
    color: #12263a;
    margin: 1rem 0;
}
.product-title::after{
    content: "";
    position: absolute;
    left: 0;
    bottom: -4px;
    height: 2px;
    width: 80px;
    background: #12263a;
}
.product-link{
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 0.9rem;
    display: inline-block;
    margin-bottom: 0.5rem;
    background: #256eff;
    color: #fff;
    padding: 0 0.3rem;
    transition: all 0.5s ease;
}
.product-link:hover{
    opacity: 0.9;
}
.product-rating{
    color: #ffc107;
}
.product-rating span{
    font-weight: 600;
    color: #252525;
}
.product-price{
    margin: 1rem 0;
    font-size: 1rem;
    font-weight: 700;
}
.product-price span{
    font-weight: 400;
}
.last-price span{
    color: #f64749;
    text-decoration: line-through;
}
.new-price span{
    color: #256eff;
}
.product-detail h2{
    font-size: 110%;
    font-weight: 600;
    text-transform: capitalize;
    color: #12263a;
    padding-bottom: 0px;
    line-height: normal;
}
.product-detail p{
    font-size: 0.9rem;
    padding: 0.3rem;
    opacity: 0.8;
}
.product-detail ul{
    margin: 1rem 0;
    font-size: 0.9rem;
}
.product-detail ul li{
    margin: 0;
    list-style: none;
    background: url(https://fadzrinmadu.github.io/hosted-assets/product-detail-page-design-with-image-slider-html-css-and-javascript/checked.png) left center no-repeat;
    background-size: 18px;
    padding-left: 1.7rem;
    margin: 0.4rem 0;
    font-weight: 600;
    opacity: 0.9;
}
.product-detail ul li span{
    font-weight: 400;
}
.purchase-info{
    margin: 1.5rem 0;
}
.purchase-info input,
.purchase-info .btn{
    border: 1.5px solid #ddd;
    border-radius: 25px;
    text-align: center;
    padding: 0.45rem 0.8rem;
    outline: 0;
    margin-right: 0.2rem;
    margin-bottom: 1rem;
}
.purchase-info input{
    width: 60px;
}
.purchase-info .btn{
    cursor: pointer;
    color: #fff;
}
.purchase-info .btn:first-of-type{
    background: #256eff;
}
.purchase-info .btn:last-of-type{
    background: #f64749;
}
.purchase-info .btn:hover{
    opacity: 0.9;
}
.social-links{
    display: flex;
    align-items: center;
}
.social-links a{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    color: #000;
    border: 1px solid #000;
    margin: 0 0.2rem;
    border-radius: 50%;
    text-decoration: none;
    font-size: 0.8rem;
    transition: all 0.5s ease;
}
.social-links a:hover{
    background: #000;
    border-color: transparent;
    color: #fff;
}

@media screen and (min-width: 992px){
    .card{
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 1.5rem;
        align-items: self-start;
        background-color: transparent;
        border: none;
    }

    .product-imgs{
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .product-content{
        padding-top: 0;
    }
}


/***************All Responsive********************************************************************/
/************************************************************************************************/
/**** Min Width to max width*****/

@media (max-width: 1600px) {
    .homebanner_sec .banner_content {
        padding: 30px 0;
    }

    html {
        font-size: 16px;
    }
}

@media (max-width: 1024px) {

    .homebanner_sec .banner_content {
        padding: 20px 0;
    }

    .responsivemenubar_btn {
        box-shadow: none;
        border: none;
        font-size: 100%;
        padding: 0;
        width: 35px;
        height: 28px;
        position: relative;
        border-radius: 4px;
    }

    .responsivemenubar_btn.on {
        position: fixed;
        top: 1.5em;
        right: 15px;
        z-index: 1050;
    }

    .main_header.sticky .responsivemenubar_btn .menuBar_line,
    .main_header.sticky .responsivemenubar_btn .menuBar_line:after,
    .main_header.sticky .responsivemenubar_btn .menuBar_line:before {
        background: var(--bs-primary);
    }

    .main_header.sticky .responsivemenubar_btn.on .menuBar_line {
        background: transparent;
    }

    .main_header.sticky .responsivemenubar_btn.on .menuBar_line:after,
    .main_header.sticky .responsivemenubar_btn.on .menuBar_line:before {
        background: var(--bs-text-white);
    }

    .responsivemenubar_btn .menuBar_line {
        height: 2px;
        width: 25px;
        display: block;
        background: var(--bs-primary);
        position: absolute;
        left: 5px;
        top: 50%;
        transform: translateY(-50%);
    }

    .responsivemenubar_btn .menuBar_line:after {
        content: ' ';
        width: 25px;
        height: 2px;
        display: block;
        background: var(--bs-primary);
        bottom: 8px;
    }

    .responsivemenubar_btn .menuBar_line:before {
        content: ' ';
        width: 25px;
        height: 2px;
        display: block;
        background: var(--bs-primary);
        top: 8px;
    }

    .responsivemenubar_btn .menuBar_line:after,
    .responsivemenubar_btn .menuBar_line:before {
        position: absolute;
        -webkit-transition: all 200ms linear;
        transition: all 200ms linear;
    }

    .responsivemenubar_btn.on .menuBar_line {
        background: transparent;
    }

    .responsivemenubar_btn.on .menuBar_line:before {
        transform: rotate(-45deg) translate(6px, -6px);
        -webkit-transform: rotate(-45deg) translate(6px, -6px);
        background: var(--bs-text-white);
    }

    .responsivemenubar_btn.on .menuBar_line:after {
        transform: rotate(45deg) translate(5px, 5px);
        -webkit-transform: rotate(45deg) translate(5px, 5px);
        background: var(--bs-text-white);
    }

    .headeraddcart_btn {
        margin-right: 48px;
    }

    .menubar_box {
        background-color: var(--bs-body);
        width: 100%;
        height: 100vh;
        left: 0;
        top: -120%;
        position: fixed;
        transition: .6s;
        z-index: 1040;
        display: none;
    }

    .menubar_box.open {
        top: 0;
        display: block;
        background-color: var(--bs-body);
    }

    .menubar_box .top_area {
        width: 100%;
        box-shadow: 0px 0px 5px 0px #ccc;
        padding: 8px 10px;
        position: relative;
        background-color: var(--bs-primary);
    }

    .menubar_box .Logo_area {
        max-width: 100px;
        height: auto;
        padding: 0;
    }

    .navber_wrap {
        width: 100%;
        height: 80vh;
        padding: 15px 0;
        list-style: none;
        margin-bottom: 15px;
        overflow-y: scroll;
    }

    .navber_wrap li {
        width: 100%;
        border-bottom: 1px solid #ececec;
        position: relative;
    }

    .navber_wrap li span {
        position: absolute;
        top: 6px;
        right: 15px;
        width: 30px;
        height: 30px;
        z-index: 2;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .navber_wrap li span::after {
        content: "\f107";
        font-family: FontAwesome;
        font-size: 12px;
        font-weight: 600;
        color: var(--bs-desc-color);
        transition: .6s;
    }

    .navber_wrap li span.active {
        rotate: -180deg;
        transition: .6s;
    }

    .navber_wrap li a {
        font-size: 110%;
        font-weight: 500;
        color: var(--bs-heading);
        padding: 8px 50px 8px 15px;
        width: 100%;
        text-align: left;
        display: flex;
        align-items: center;
        justify-content: space-between;
        text-decoration: none;
    }

    .navber_wrap li a:focus {
        color: var(--bs-heading);
    }

    .sub-menu {
        list-style: none;
        padding: 1px 0;
        margin: 0;
        display: none;
    }

    .sub-menu li {
        list-style: none;
        border-bottom: none;
        position: relative;
        padding-left: 20px;
    }

    .sub-menu li::before {
        content: "\f192";
        font-family: "FontAwesome";
        position: absolute;
        top: 50%;
        left: 15px;
        transform: translateY(-50%);
        font-size: 60%;
        font-weight: 300;
        color: var(--bs-text-color);
    }

    .sub-menu li a {
        font-size: 95%;
        color: var(--bs-text-color);
        text-decoration: none;
        text-transform: capitalize;
        padding-left: 20px;
    }

    .menubar_box .socialIcon_all {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: auto;
        display: flex;
        align-items: center;
        justify-content: space-around;
        gap: 15px;
        padding: 20px 15px;
        background-color: var(--bs-dark);
        list-style: none;
        margin-bottom: 0;
    }

    .menubar_box .socialIcon_all li a {
        color: var(--bs-text-white);
        font-size: 120%;
    }

}


@media screen and (min-device-width: 1024px) and (max-device-width: 1299px) {
    .main_header .wraper {
        flex-wrap: wrap;
    }

    .button_wrap {
        justify-content: end;
        /* margin-left: auto; */
    }
}

@media (min-width: 1024px) {

    .menubar_box .socialIcon_all {
        display: none;
    }

    .menubar_box .top_area {
        display: none;
    }

    .responsivemenubar_btn {
        display: none;
    }

    .navber_wrap {
        list-style: none;
        padding: 0;
        margin: 0;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        gap: 2.5em;
    }

    .navber_wrap li {
        list-style: none;
        position: relative;
    }

    .navber_wrap li a {
        font-weight: 600;
        text-transform: capitalize;
        transition: 0.5s;
        color: var(--bs-heading);
        text-decoration: none;
        padding: 5px 10px;
    }

    .navber_wrap li a:hover {
        color: var(--bs-primary);
        text-shadow: 0px -1px var(--bs-box-shadow-color);
    }

    .main_header.sticky .navber_wrap li a {
        color: var(--bs-heading);
    }

    .navber_wrap li.current-menu-item a {
        color: var(--bs-primary);
        text-decoration: none;
        text-shadow: 0px -1px var(--bs-box-shadow-color);
        transition: 0.6s;
    }

    .navber_wrap li.current-menu-item a::after {
        content: " ";
        position: absolute;
        bottom: -2px;
        left: 50%;
        transform: translateX(-50%);
        background-color: var(--bs-primary);
        width: 80%;
        height: 2px;
        border-radius: 6px;
        transition: 0.6s;
    }

    .main_header.sticky .navber_wrap li.current-menu-item a {
        color: var(--bs-primary);
        text-decoration: none;
    }

    .navber_wrap li:hover a {
        color: var(--bs-primary);
        text-decoration: none;
    }

    .main_header.sticky .navber_wrap li:hover a {
        color: var(--bs-primary);
    }

    .navber_wrap li:hover ul li a {
        color: var(--bs-heading);
        text-decoration: none;
    }

    .navber_wrap li:hover .icon::after {
        color: var(--bs-primary) !important;
    }

    .sub-menu {
        position: absolute;
        top: 150%;
        left: 0;
        outline: 0;
        box-shadow: 0px 0px 5px 0px var(--bs-box-shadow-color);
        border-radius: 6px;
        /* overflow: hidden; */
        background-color: var(--bs-body);
        width: 15rem;
        /* width: auto; */
        height: auto;
        z-index: 4;
        display: inline-block;
        opacity: 0;
        visibility: hidden;
        transition: 0.5s all;
        text-decoration: none;
        list-style: none;
        padding: 5px 0;
        margin: 0;
    }

    .sub-menu li {
        border-bottom: 1px solid #ccc;
    }

    .sub-menu li:last-child {
        border: none;
    }

    .sub-menu li a {
        width: 100%;
        font-size: 80%;
        font-weight: 500;
        display: block;
        padding: 5px 10px;
        color: var(--bs-heading);
        text-transform: capitalize;
    }

    .main_header.sticky .sub-menu li a {
        color: var(--bs-text-color) !important;
    }

    .sub-menu li:hover a {
        background-color: var(--bs-primary) !important;
        color: var(--bs-body) !important;
        text-decoration: none !important;
    }

    .main_header.sticky .sub-menu li:hover a {
        color: var(--bs-body) !important;
    }

    .navber_wrap li .icon::after {
        content: "\f078";
        font-family: FontAwesome;
        position: absolute;
        top: 55%;
        right: -5px;
        transform: translateY(-50%);
        font-size: 70%;
        font-weight: 600;
        color: var(--bs-heading);
    }

    .navber_wrap li:hover .sub-menu {
        visibility: visible;
        opacity: 1;
        /* transform: scale(1); */
        top: 100%;
    }

    .main_header.sticky .navber_wrap li .icon::after {
        color: var(--bs-heading);
    }

}



@media (min-width: 1024px) {

    .sub-menu li ul {
        display: none !important;
    }

    .sub-menu li:hover>ul {
        display: inline-block !important;
        top: 0 !important;
        left: 100% !important;
    }

    .sub-menu li .icon {
        display: none;
    }

    .sub-menu li:hover>ul li a {
        background-color: transparent !important;
        color: var(--bs-heading) !important;
    }

    .sub-menu li:hover>ul li:hover a {
        background-color: var(--bs-primary) !important;
        color: var(--bs-text-white) !important;
    }

}


/***max-width*****/
@media (max-width: 1400px) {
    .heding.banner_heading {
        font-size: 250%;
    }

    .bothSide_gap {
        padding: 40px 0;
    }

    .topSide_gap {
        padding: 40px 0 0;
    }

    .bottomSide_gap {
        padding: 0 0 40px;
    }

    .cust_container {
        width: 95%;
    }


}

@media (max-width: 1024px) {
    .sub-menu li {
        border-bottom: 1px solid #d3d2d2;
        padding-left: 15px;
        position: relative;
    }

    .sub-menu li:last-child {
        border: none;
    }

    .product_box {
        width: 23.5%;
    }
}


@media (max-width: 991px) {

    .bothSide_gap {
        padding: 30px 0;
    }

    .topSide_gap {
        padding: 30px 0 0;
    }

    .bottomSide_gap {
        padding: 0 0 30px;
    }

    .heding.banner_heading {
        font-size: 200%;
    }

    .bottom_footer .wrap {
        flex-wrap: wrap;
        justify-content: center;
        flex-direction: column-reverse;
    }

    .bottom_footer ul {
        margin-bottom: 15px;
    }

    .bottom_footer .follow .text {
        margin-bottom: 15px;
    }

    .aboutimg_wrap {
        max-height: 100%;
        margin-top: 20px;
    }

    .product_box {
        width: 32%;
    }

}

@media (max-width: 768px) {
    .cust_container {
        width: 100%;
        max-width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }

    html {
        font-size: 14px;
    }

    .bottom_footer .wrap .left_ {
        max-width: 100%;
    }

    .bottom_footer .wrap .right_ {
        max-width: 100%;
    }

    .bottom_footer .right_ .list {
        justify-content: center;
    }

    .bottom_footer .wrap .left_ .text {
        text-align: center;
    }

    .email_from .from_group {
        max-width: 100%;
    }

    .sectionheading_wrap {
        flex-wrap: wrap;
    }

    .sectionheading_wrap .learnmore_btn {
        margin-left: auto;
    }

    .bothSide_gap {
        padding: 25px 0;
    }

    .topSide_gap {
        padding: 25px 0 0;
    }

    .bottomSide_gap {
        padding: 0 0 25px;
    }


    .form-group {
        margin-bottom: 15px;
    }

    .sub_heading::before {
        width: 60px;
        height: 60px;
    }

    /***banner content position**/
    .homebanner_sec .wrapper.topleft,
    .homebanner_sec .wrapper.topcenter,
    .homebanner_sec .wrapper.topright,
    .homebanner_sec .wrapper.middleleft,
    .homebanner_sec .wrapper.middlecenter,
    .homebanner_sec .wrapper.middleright,
    .homebanner_sec .wrapper.bottomleft,
    .homebanner_sec .wrapper.bottomcenter,
    .homebanner_sec .wrapper.bottomright {
        top: 56%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .sub_heading::after {
        width: 70px;
    }

    .heading.banner_heading {
        font-size: 190%;
    }

    .product_box {
        width: 49%;
    }

}

@media (max-width: 576px) {
    .footerimage_wrap .name {
        font-size: 110%;
    }

    .bottom_footer .text {
        text-align: center;
    }

    .heading.banner_heading {
        font-size: 170%;
    }

    .homebanner_sec .wrapper {
        padding: 20px 15px;
    }

}

@media (max-width: 480px) {

    .Logo_area {
        max-width: 90px;
    }

    .homebanner_sec .image_wrap {
        width: 100%;
    }

    .heading {
        font-size: 138%;
        margin-bottom: 10px;
    }

    .homebanner_sec::after {
        display: none;
    }

    .bothSide_gap {
        padding: 20px 0;
    }

    .topSide_gap {
        padding: 20px 0 0;
    }

    .bottomSide_gap {
        padding: 0 0 20px;
    }

    .homebanner_sec .banner_content {
        height: 60vh;
    }

    .homebanner_sec .wrapper.topright .heading.banner_heading,
    .homebanner_sec .wrapper.middleright .heading.banner_heading,
    .homebanner_sec .wrapper.bottomright .heading.banner_heading,
    .homebanner_sec .wrapper.topright .bannerdesc.desc,
    .homebanner_sec .wrapper.middleright .bannerdesc.desc,
    .homebanner_sec .wrapper.bottomright .bannerdesc.desc {
        text-align: center;
    }

    .homebanner_sec .wrapper.topleft .heading.banner_heading,
    .homebanner_sec .wrapper.middleleft .heading.banner_heading,
    .homebanner_sec .wrapper.bottomleft .heading.banner_heading,
    .homebanner_sec .wrapper.topleft .bannerdesc.desc,
    .homebanner_sec .wrapper.middleleft .bannerdesc.desc,
    .homebanner_sec .wrapper.bottomleft .bannerdesc.desc {
        text-align: center;
    }

    .homebanner_sec .wrapper.topleft .button_wrap,
    .homebanner_sec .wrapper.middleleft .button_wrap,
    .homebanner_sec .wrapper.bottomleft .button_wrap {
        justify-content: center;
    }

    .homebanner_sec .wrapper.topright .button_wrap,
    .homebanner_sec .wrapper.middleright .button_wrap,
    .homebanner_sec .wrapper.bottomright .button_wrap {
        justify-content: center;
    }

}

@media (max-width: 420px) {
    .sectionheading_wrap {
        flex-wrap: wrap;
    }

    .heading {
        font-size: 130%;
    }

}