@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

/***** General CSS *****/
body {
    overflow-x: hidden;
    word-break: break-word;
    color: var(--textColor);
    font: 15px/25px 'Montserrat', sans-serif;
}

:root {
    --black: #000;
    --white: #fff;
    --textColor: #585858;
    --themeColor: #efbf04;
    --themeColor2: #f6f6f6;
    --headingColor: #111111;
    --headingColor2: #0d0d0d;
}

a {
    color: var(--black);
    white-space: initial;
    text-decoration: none;
    display: inline-block;
}

a:hover,
a:focus {
    text-decoration: none;
    color: #393939;
}

a:hover {
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
}

input[type="text"]:focus,
textarea:focus,
input[type="password"]:focus,
select:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    outline: none;
}

select,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="number"],
textarea,
input[type="tel"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

select {
    background: #fff url('../images/arrow.png') no-repeat right;
    padding: 0 40px 0 30px;
}

::-webkit-input-placeholder {
    color: #000;
}

::-moz-placeholder {
    color: #000;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #000;
}

:-moz-placeholder {
    color: #000;
    opacity: 1;
}

ul {
    margin: 0 0 0px;
    padding: 0;
    list-style-type: none;
}

img {
    max-width: 100%
}

/***** Font Files *****/
@font-face {
    font-family: 'Fonts Awesome';
    src: url(../fonts/fontawesome-webfont.eot);
    src: url(../fonts/fontawesome-webfont.eot?#iefix) format("embedded-opentype"), url(../fonts/fontawesome-webfont.woff) format("woff"), url(../fonts/fontawesome-webfont.ttf) format("truetype"), url(../fonts/fontawesome-webfont.svg#fontawesome-webfont) format("svg");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: 'Fonts Awesome';
    src: url(../fonts/fontawesome-webfont.eot);
}

@font-face {
    font-family: 'Jersey';
    src: url(../fonts/Jersey-M54.ttf);
}

@font-face {
    font-family: 'Blender';
    src: url(../fonts/Blender.ttf);
}

/***** Custom Classes *****/
.noPadding {
    padding: 0;
}

.noLeft {
    padding-left: 0;
}

.noRight {
    padding-right: 0;
}

.mt-5 {
    margin-top: 50px;
}

.mb-5 {
    margin-bottom: 50px;
}

.mt-8 {
    margin-top: 80px;
}

.mt-4 {
    margin-top: 40px;
}

.mt-3 {
    margin-top: 30px;
}

.mt-2 {
    margin-top: 20px;
}

.pt-5 {
    padding-top: 50px;
}

.pb-1 {
    padding-bottom: 10px;
}

.pb-2 {
    padding-bottom: 20px;
}

.pb-3 {
    padding-bottom: 30px;
}

.pb-4 {
    padding-bottom: 40px;
}

.pb-8 {
    padding-bottom: 80px;
}

.m-0 {
    margin: 0 !important;
}

.p-0 {
    padding: 0 !important;
}

.pt-8 {
    padding-top: 80px;
}

.pt-4 {
    padding-top: 40px;
}

.pt-3 {
    padding-top: 30px;
}

.pt-2 {
    padding-top: 20px;
}

.all-section {
    padding: 80px 0;
}

.centerCol {
    float: none;
    margin: 0 auto;
}

.d-flex {
    display: flex;
    align-items: center;
}

.over-flow-h {
    overflow: hidden;
}

.flexRow {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
}

.flexCol {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    align-items: center;
}

h1 {
    font-size: 55px;
    margin: 0 0 0px;
    font-weight: 500;
    font-family: 'Jersey';
    color: var(--headingColor);
}

h2 {
    margin: 0 0 0px;
    font-size: 50px;
    font-weight: 500;
    font-family: 'Jersey';
    color: var(--headingColor);
}

h3 {
    font-size: 35px;
    margin: 0 0 0px;
    font-weight: 600;
    font-family: 'Jersey';
    color: var(--headingColor);
}

h4 {
    margin: 0 0 0px;
    font-size: 20px;
    font-weight: 500;
    font-family: 'Jersey';
    color: var(--headingColor);
}

h5 {
    font-size: 16px;
    margin: 0 0 0px;
    font-weight: 500;
    font-family: 'Jersey';
    color: var(--headingColor2);
}

h6 {
    font-size: 14px;
    margin: 0 0 0px;
    font-weight: 500;
    color: var(--black);
    font-family: 'Montserrat';
}

p {
    margin: 0px;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0px;
    color: var(--textColor);
    font-family: 'Montserrat';
}

.add-padding {
    width: 100%;
    margin: 0px auto;
    max-width: 1600px;
}

.section-heading {
    text-align: center;
    margin-bottom: 25px;
}

.section-heading p {
    width: 80%;
    margin: auto;
    font-weight: 500;
    max-width: 980px;
}

.theme-btn-1 {
    display: block;
    font-weight: 400;
    border-radius: 5px;
    padding: 18px 15px;
    width: fit-content;
    letter-spacing: 1px;
    color: var(--white);
    transition: ease-in;
    font-family: 'Blender';
    text-transform: uppercase;
    transition-duration: 0.5s;
    background-color: var(--themeColor);
}

.theme-btn-1:hover {
    color: var(--white);
    transition: ease-in-out;
    transition-duration: 0.5s;
    border: 1px solid var(--headingColor);
    background-color: var(--headingColor);
}

/*header css start */
.menuSec {
    padding: 0px 0;
}

.menuSec img {
    margin: 0;
}

.menuSec ul {
    position: relative;
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
    text-transform: capitalize;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.menuSec ul li {
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 0;
}

.menuSec li ul {
    display: none;
}

.menuSec ul li a {
    position: relative;
    display: inline-block;
    text-decoration: none;
    color: #393939;
    padding: 0;
    font-size: 20px;
}

.menuSec ul li a:hover,
.menuSec ul li a.active {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    color: var(--black);
}

.topSec {
    padding: 0px 3%;
    border-top: 5px solid var(--themeColor);
}

.menuSection {
    padding: 20px 3%;
    border-top: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
}

.top-bar-right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.top-bar-right form {
    width: 100%;
    display: flex;
    margin: 0px 40px;
    max-width: 400px;
    padding: 5px 10px;
    position: relative;
    align-items: center;
    justify-content: center;
    background-color: var(--themeColor);
}

.top-bar-right form::before {
    top: 0;
    left: 100%;
    width: 40px;
    content: '';
    height: 100%;
    position: absolute;
    background-color: var(--themeColor);
    clip-path: polygon(0 0, 0% 100%, 100% 0);
}

.top-bar-right form::after {
    top: 0;
    width: 40px;
    content: '';
    right: 99.8%;
    height: 100%;
    position: absolute;
    background-color: var(--themeColor);
    clip-path: polygon(0 0, 100% 100%, 100% 0);
}

.top-bar-right form input {
    width: 100%;
    border: none;
    font-size: 14px;
    font-weight: 500;
    color: var(--white);
    background-color: var(--themeColor);
}

.top-bar-right form input::placeholder {
    opacity: 0.8;
    font-size: 13px;
    color: var(--white);
}

.top-bar-right form button {
    width: 40px;
    height: 40px;
    border: none;
    opacity: 0.8;
    display: flex;
    flex-shrink: 0;
    border-radius: 50%;
    color: var(--white);
    align-items: center;
    transition: ease-in-out;
    justify-content: center;
    transition-duration: 0.5s;
    background-color: var(--themeColor);
    border: 1px solid var(--themeColor);
}

.top-bar-right form button:hover {
    opacity: 1;
    transition: ease-in;
    color: var(--white);
    transition-duration: 0.5s;
    background-color: var(--headingColor2);
}

.top-bar-left {
    display: flex;
    height: 100%;
    padding: 10px;
    align-items: center;
    justify-content: flex-start;
}

.top-bar-left ul {
    display: flex;
    align-items: center;
    justify-content: center;
}

.top-bar-left ul li a {
    font-size: 14px;
    font-weight: 500;
    font-family: 'Jersey';
}

.top-bar-left ul li a:hover {
    color: var(--themeColor);
}

.top-bar-left ul li:first-child a {
    margin-right: 15px;
    padding-right: 15px;
    /*border-right: 1px solid #e7e7e7;*/
}

.header-link {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.header-link ul {
    gap: 50px;
    display: flex;
    position: relative;
    align-items: center;
    justify-content: flex-end;
}

.header-link ul::before {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    height: 1px;
    width: 100%;
    margin: auto;
    position: absolute;
    background-color: #cbcbcb;
}

.header-link ul li a {
    width: 45px;
    height: 45px;
    display: flex;
    position: relative;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    border: 1px solid #cbcbcb;
    background-color: var(--white);
}

.header-link ul li a:hover {
    color: var(--white);
    border-color: var(--themeColor);
    background-color: var(--themeColor);
}

.header-logo {
    height: 60px;
    width: fit-content;
}

.header-logo a,
.header-logo a img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/*header css start */
/*banner css start */
.main_slider {
    position: relative;
    padding: 100px 3% 20px;
}

.main_slider::before {
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: -1;
    content: '';
    height: 210px;
    position: absolute;
    background-color: var(--themeColor);
}

.main_slider::after {
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: -1;
    content: '';
    opacity: 0.2;
    height: 210px;
    position: absolute;
    background-image: url(../images/banner-before.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}

.banner_img {
    height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.banner_img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.bannerImgSlider {
    margin-top: -50px;
}

.banner-list {
    display: flex;
    align-items: center;
    margin-bottom: 50px;
    justify-content: flex-end;
}

.banner-list ul {
    gap: 20px;
    display: flex;
    position: relative;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
}

.banner-list ul li {
    padding-left: 50px;
    position: relative;
}

.banner-list ul::before {
    top: 0;
    left: 4px;
    bottom: 0;
    width: 1px;
    content: '';
    height: 90%;
    margin: auto;
    transition: ease-out;
    transition-duration: 0.5s;
    position: absolute;
    background-color: #cbcbcb;
}

.banner-list ul li::before {
    left: 0;
    top: 4px;
    width: 8px;
    height: 8px;
    content: '';
    position: absolute;
    transition: ease-out;
    transition-duration: 0.5s;
    border-radius: 50%;
    background-color: var(--themeColor);
}

.banner-list ul li:first-child::after {
    top: -5px;
    left: -8px;
    content: '';
    width: 25px;
    height: 25px;
    position: absolute;
    border-radius: 50%;
    border: 1px solid var(--themeColor);
}

.banner-list ul li h5 {
    font-size: 20px;
    margin-bottom: 40px;
    font-family: 'Jersey';
}

.banner-list ul li h5 span {
    display: block;
    font-size: 12px;
    margin-top: 3px;
    font-weight: 600;
    font-family: 'Montserrat';
}

.banner_text h1 span {
    display: block;
    color: var(--themeColor);
}

.banner_text h1 span small {
    font-size: 55px;
    font-weight: 800;
    font-family: 'Montserrat';
}

.banner_text h1 {
    margin-bottom: 15px;
}

.banner_text p {
    font-weight: 500;
    max-width: 650px;
    margin-bottom: 20px;
    color: var(--textColor);
}

.banner_text ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
}

.banner_text ul li h3 {
    font-size: 20px;
    margin-right: 20px;
    padding-right: 20px;
    color: var(--themeColor);
    border-right: 1px solid #e7e7e7;
}

.banner_text ul li a {
    color: #636363;
    font-size: 14px;
}

.banner-slider-btn {
    right: 0;
    bottom: 165px;
    display: flex;
    align-items: center;
    position: absolute;
    flex-direction: column;
    justify-content: center;
}

.banner-slider-btn button {
    width: 45px;
    height: 45px;
    border: none;
    display: flex;
    color: var(--white);
    transition: ease-in;
    align-items: center;
    justify-content: center;
    transition-duration: 0.5s;
    background-color: var(--themeColor);
}

.banner-slider-btn button:hover,
.banner-slider-btn button.banner-slider-right-btn:hover {
    color: var(--white);
    transition: ease-in-out;
    transition-duration: 0.5s;
    background-color: var(--headingColor2);
}

.banner-slider-btn button.banner-slider-right-btn {
    color: #797979;
    transition: ease-in-out;
    transition-duration: 0.5s;
    background-color: var(--white);
}

.bannerTextSlider {
    z-index: 2;
    position: relative;
}

/*banner css end*/

/* categories-sec */

.categories-sec {
    padding: 100px 0px;
}

.categoriesSlider .slick-slide {
    opacity: 1;
    margin: 30px 0px;
}

.categoriesSlider .slick-dots {
    bottom: -30px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.categoriesSlider .slick-dots li {
    width: 25px;
    height: 25px;
    display: flex;
    border-radius: 50%;
    position: relative;
    align-items: center;
    justify-content: center;
    border: 1px solid transparent;
}

.categoriesSlider .slick-dots li button {
    width: 6px;
    height: 6px;
    padding: 0px;
    border-radius: 50%;
    background-color: #cfcfcf;
}

.categoriesSlider .slick-dots li.slick-active {
    border-color: var(--themeColor);
}

.categoriesSlider .slick-dots li.slick-active button {
    background-color: var(--themeColor);
}

.categoriesSlider .slick-dots li button::before {
    display: none;
}

.categories-box {
    padding: 0px;
    margin: auto;
    height: 400px;
    display: block;
    max-width: 270px;
    overflow: hidden;
    position: relative;
    border-radius: 10px;
    transition: ease-in-out;
    transition-duration: 0.5s;
    background-color: var(--themeColor);
    box-shadow: 0px 11px 18px 0px rgba(68, 68, 68, 0.31);
}

.categories-box::before {
    top: 0;
    left: 0;
    width: 100%;
    content: '';
    height: 100%;
    opacity: 0.4;
    position: absolute;
    transition: ease-in-out;
    transition-duration: 0.5s;
    background-color: var(--black);
}

.categories-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
    transition: ease-in-out;
    transition-duration: 0.5s;
    box-shadow: 0px 11px 18px 0px rgba(68, 68, 68, 0.31);
}

.categories-box h4 {
    left: 0;
    right: 0;
    z-index: 2;
    width: 90%;
    margin: auto;
    bottom: 20px;
    overflow: hidden;
    text-align: center;
    position: absolute;
    color: var(--white);
    display: -webkit-box;
    -webkit-line-clamp: 1;
    transition: ease-in-out;
    transition-duration: 0.5s;
    -webkit-box-orient: vertical;
}

.categories-box p {
    width: 100%;
    z-index: 2;
    opacity: 0.5;
    padding: 10px;
    bottom: -35px;
    text-align: center;
    position: relative;
    color: var(--white);
    transition: ease-in-out;
    transition-duration: 0.5s;
}

.categories-box:hover p {
    opacity: 1;
    color: var(--white);
}

.categories-box:hover h4,
.categoriesSlider .slick-slide.slick-current.slick-active.slick-center .categories-box h4 {
    bottom: 100px;
    transition: ease-in-out;
    transition-duration: 0.5s;
}

.categories-box:hover::before,
.categoriesSlider .slick-slide.slick-current.slick-active.slick-center .categories-box::before {
    opacity: 0;
    transition: ease-in-out;
    transition-duration: 0.5s;
}

.categories-box:hover,
.categoriesSlider .slick-slide.slick-current.slick-active.slick-center .categories-box {
    padding: 10px;
    transition: ease-in-out;
    transition-duration: 0.5s;
}

.categories-box:hover img,
.categoriesSlider .slick-slide.slick-current.slick-active.slick-center .categories-box img {
    width: 100%;
    height: auto;
    aspect-ratio: 1 / 1;
    transition: ease-in-out;
    transition-duration: 0.5s;
}

/* categories-sec */
/* product sec */
.product-sec {
    padding: 0px 3% 100px;
}

.product-box-img {
    z-index: 1;
    gap: 10px;
    height: 450px;
    display: flex;
    padding: 12px;
    overflow: hidden;
    position: relative;
    border-radius: 10px;
    align-items: flex-end;
    justify-content: center;
}

.product-box-img img {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
}

.product-box-img ul {
    gap: 10px;
    z-index: 1;
    width: 100%;
    display: flex;
    position: relative;
    align-items: center;
    justify-content: space-between;
}

.product-box-img ul li {
    border-radius: 5px;
    padding: 20px 15px;
    transition: ease-in-out;
    transition-duration: 0.5s;
    background-color: var(--white);
}

.product-box-img ul li h6 {
    font-size: 13.5px;
    font-family: 'Blender';
    transition: ease-in-out;
    text-transform: uppercase;
    transition-duration: 0.5s;
}

.product-box:hover .product-box-img ul li h6 {
    color: var(--headingColor);
}

.product-box-img ul li:hover {
    transition: ease-in;
    transition-duration: 0.5s;
    background-color: var(--themeColor);
}

.product-box-img ul li:hover h6 {
    color: var(--white) !important;
    transition: ease-in;
    transition-duration: 0.5s;
}

.product-box-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.product-box-text {
    margin-top: 25px;
}

.product-box {
    display: block;
    overflow: hidden;
    position: relative;
    margin-bottom: 10px;
    border-radius: 10px;
    padding: 10px 10px 20px;
}

.product-box::before {
    left: 0;
    right: 0;
    bottom: 0px;
    width: 100%;
    height: 0px;
    z-index: -1;
    content: '';
    position: absolute;
    transition: ease-in-out;
    transition-duration: 0.5s;
    background-color: var(--themeColor);
}

.product-box:hover::before {
    height: 100%;
    transition: ease-out;
    transition-duration: 0.5s;
}

.product-box:hover * {
    color: var(--white);
}

.product-box:hover .theme-btn-1 {
    border: 1px solid var(--white);
}

.product-box-list {
    display: flex;
    margin-top: 20px;
    align-items: flex-end;
    justify-content: space-between;
}

.product-box-list ul {
    gap: 20px;
    display: flex;
    position: relative;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.product-box-list ul::before {
    top: 0;
    left: 4px;
    bottom: 0;
    width: 1px;
    content: '';
    height: 90%;
    margin: auto;
    transition: ease-out;
    transition-duration: 0.5s;
    position: absolute;
    background-color: #cbcbcb;
}

.product-box:hover .product-box-list ul::before {
    transition: ease-out;
    transition-duration: 0.5s;
    background-color: var(--white);
}

.product-box:hover .product-box-list ul li::before {
    background-color: var(--themeColor2);
    transition: ease-out;
    transition-duration: 0.5s;
}

.product-box-list ul li {
    position: relative;
    padding-left: 20px;
    transition: ease-out;
    transition-duration: 0.5s;
}

.product-box-list ul li::before {
    left: 0;
    top: 4px;
    width: 8px;
    height: 8px;
    content: '';
    position: absolute;
    transition: ease-out;
    transition-duration: 0.5s;
    border-radius: 50%;
    background-color: var(--themeColor);
}

.product-box-list ul li h6 {
    font-family: 'Blender';
    text-transform: uppercase;
    transition: ease-out;
    transition-duration: 0.5s;
    color: var(--headingColor);
}

.product-box-text-rate h5 {
    font-size: 15px;
    margin-bottom: 2px;
}

.product-box-text-rate h6 {
    gap: 5px;
    display: flex;
    align-items: center;
    transition: ease-in;
    font-family: 'Blender';
    transition-duration: 0.5s;
    justify-content: flex-start;
}

.product-box-text-rate h6 span {
    gap: 2px;
    display: flex;
    transition: ease-in;
    transition-duration: 0.5s;
    align-items: center;
    justify-content: flex-start;
}

.product-box-text-rate h6 span i {
    font-size: 10px;
    transition: ease-in;
    transition-duration: 0.5s;
    color: var(--themeColor);
}

.product-box:hover .product-box-text-price {
    top: 0px;
    transition: ease-in;
    transition-duration: 0.5s;
    transition: ease-in;
    transition-duration: 0.5s;
}

.product-box-text-price {
    top: 30px;
    transition: ease-in;
    transition-duration: 0.5s;
    min-width: 35%;
    position: relative;
}

.product-box-text-price h4 {
    font-size: 25px;
    transition: ease-in;
    transition-duration: 0.5s;
    text-align: center;
    color: var(--themeColor);
}

.product-box-text-price h4 span {
    display: block;
    transition: ease-in;
    transition-duration: 0.5s;
    font-size: 12px;
    color: var(--headingColor);
}

/* product sec */

footer {
    padding-top: 100px;
    background: #0d0d0d;
}

footer .cont_info>ul>li>a {
    color: #959595;
    display: flex;
    gap: 10px;
    font-size: 13px;
    font-weight: 500;
    align-items: center;
    margin-bottom: 25px;
    font-family: 'Montserrat', sans-serif;
}

footer .cont_info>h5 {
    color: var(--white);
    font-size: 20px;
    line-height: 1.2;
    margin-bottom: 30px;
    font-family: 'Jersey';
}

footer .cont_info>ul>li>a>i {
    color: var(--white);
    font-size: 18px;
}

footer .footer_desc>a {
    display: block;
}

footer .footer_desc>a>img {
    width: 160px;
    margin-bottom: 20px;
    object-fit: contain;
}

footer .footer_desc>p {
    color: #868686;
    /* width: 50%; */
    /* margin: 0 auto; */
}

footer .footer_social>h5 {
    font-size: 20px;
    line-height: 1.2;
    margin-bottom: 30px;
    color: var(--white);
    font-family: 'Jersey';
}

footer .footer_social>p {
    color: #868686;
    line-height: 1.6;
    margin-bottom: 20px;
}

footer .footer_social {
    margin-left: 0px;
    margin-top: 0px;
    margin-bottom: 20px;
}

footer .footer_social>ul {
    display: flex;
    align-items: center;
    gap: 0px;
    margin-left: 5px;
}

footer .footer_social>ul>li>a>i {
    width: 50px;
    height: 50px;
    z-index: 0;
    display: flex;
    align-items: center;
    color: var(--white);
    justify-content: center;
    border-radius: 50%;
    margin: 0px 5px;
    border: 1px solid;
    position: relative;
    transition: ease-in-out;
    transition-duration: 0.5s;
}

footer .footer_social>ul>li>a>i:hover {
    z-index: 1;
    color: var(--white);
    transition: ease-in;
    transition-duration: 0.5s;
    background-color: var(--themeColor);
}

footer .copy_right {
    border-top: 1px solid #313131;
    width: 95%;
    margin: 0 auto;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
}

footer .copy_right>p {
    font-weight: 600;
    color: #868686;
}

.footerSlider {
    width: 100%;
    margin-bottom: 30px;
}

.footerSlider .slick-slide {
    margin: 0px;
}

.footer-car-slider {
    width: 100%;
    height: 250px;
    overflow: hidden;
    border-radius: 5px;
}

.footer-car-slider img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.share-btn {
    width: 60px;
    height: 60px;
    display: flex;
    font-size: 20px;
    border-radius: 50%;
    color: var(--white);
    align-items: center;
    justify-content: center;
    background-color: var(--themeColor);
}

/* latest sec */

.latest_new_sec {
    margin: 0 3%;
    padding: 80px 0px;
}

.latest_new_sec .latest_box {
    margin-top: 15px;
}

.latest_new_sec .latest_box>a {
    display: block;
}

.latest_new_sec .latest_box>a>img {
    width: 100%;
    height: 350px;
    object-fit: cover;
    border-radius: 20px;
    transition: 0.3s ease-in-out;
}

.latest_new_sec .latest_box:hover>a>img {
    filter: brightness(0.7);
}

.latest_new_sec .latest_box>ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 25px 0px;
}

.latest_new_sec .latest_box>ul>li>h3 {
    font-size: 20px;
    color: #000;
    font-weight: 100;
    line-height: 1;
}

.latest_new_sec .latest_box>ul>li {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #3c3c3c;
    font-family: 'Jersey';
}

.latest_new_sec .latest_box>ul>li>i {
    border: 1px solid #e8e0d9;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: var(--themeColor);
}

.latest_new_sec .latest_box>p {
    font-weight: 500;
    line-height: 1.6;
}

/* get in touch */
.get_touch_secc {
    padding-top: 80px;
}

.get_touch_secc .get_touch_wrpr {
    position: relative;
}

.get_touch_secc .get_touch_wrpr>img.get_img {
    position: absolute;
    left: 0;
    top: 0;
    width: 55%;
    z-index: -1;
    border-radius: 10px;
    object-fit: cover;
    height: 630px;
}

.get_touch_secc .get_touch_wrpr .get_touch_form {
    width: 60%;
    margin-left: auto;
}

.get_touch_secc .get_touch_wrpr .get_touch_form>h2 {
    text-align: end;
}

.get_touch_secc .get_touch_wrpr .get_touch_form>p {
    text-align: end;
    width: 70%;
    margin-left: auto;
}

.get_touch_secc .get_touch_wrpr .get_touch_form>form {
    background: var(--themeColor);
    padding: 35px;
    border-radius: 10px;
    margin-top: 50px;
}

.get_touch_secc .get_touch_wrpr .get_touch_form>form .inp_grp {
    position: relative;
    margin-bottom: 20px;
}

.get_touch_secc .get_touch_wrpr .get_touch_form>form .inp_grp>input {
    width: 100%;
    height: 55px;
    background: transparent;
    border: 1px solid var(--white);
    color: var(--white);
    padding: 5px 20px;
    border-radius: 5px;
    padding-left: 50px;
}

.get_touch_secc .get_touch_wrpr .get_touch_form>form .inp_grp>input::placeholder {
    color: var(--white);
}

.get_touch_secc .get_touch_wrpr .get_touch_form>form .inp_grp>img {
    position: absolute;
    left: 35px;
    bottom: 0;
    height: 55px;
    width: 10px;
    object-fit: cover;
}

.get_touch_secc .get_touch_wrpr .get_touch_form>form .inp_grp>i {
    top: 22px;
    left: 10px;
    position: absolute;
    color: var(--white);
}

.get_touch_secc .get_touch_wrpr .get_touch_form>form .inp_grp>select {
    height: 55px;
    color: var(--white);
    border: 1px solid var(--white);
    background-color: transparent;
}

.get_touch_secc .get_touch_wrpr .get_touch_form>form .inp_grp>select option {
    color: var(--black);
}

.get_touch_secc .get_touch_wrpr .get_touch_form>form .inp_grp>textarea {
    width: 100%;
    height: 130px;
    background: transparent;
    border: 1px solid var(--white);
    color: var(--white);
    padding: 10px 20px;
    border-radius: 5px;
    resize: none;
}

.get_touch_secc .get_touch_wrpr .get_touch_form>form .inp_grp>textarea::placeholder {
    color: var(--white);
}

.get_touch_secc .get_touch_wrpr .get_touch_form>form .inp_grp.srv>img {
    left: unset;
    right: 40px;
    transform: rotate(180deg);
}

.btn2 {
    color: var(--white);
    font-size: 16px;
    text-transform: uppercase;
    border: 1px solid var(--white);
    height: 50px;
    display: flex;
    align-items: center;
    padding-left: 20px;
    border-radius: 5px;
    justify-content: space-between;
    background: var(--themeColor);
    width: fit-content;
}

.btn2>span {
    background: var(--white);
    width: 50px;
    height: 48px;
    color: var(--white);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 10px;
    border-radius: 5px;
    margin-right: -6px;
    border: 1px solid #e1e1e1;
    border-left: 0;
    position: relative;
}

.btn2>span:after {
    position: absolute;
    content: "";
    background: #000;
    clip-path: polygon(0 50%, 59% 35%, 60% 0%, 100% 50%, 60% 100%, 59% 65%, 0 50%);
    width: 28px;
    height: 15px;
}

/* why sell */

.why_sell_secc {
    position: relative;
    padding: 50px 3%;
    overflow: hidden;
    background: linear-gradient(0deg, rgba(249, 249, 249, 1) 24%, rgba(239, 191, 4, 1) 22%);
}

.why_sell_secc>img {
    width: 55%;
    right: -100px;
    bottom: 30px;
    max-height: 100%;
    max-width: 900px;
    position: absolute;
    object-fit: contain;
}

.why_sell_secc .whysell_wrpr>h2 {
    color: var(--white);
    margin-bottom: 20px;
}

.why_sell_secc .whysell_wrpr>h3 {
    color: var(--white);
    font-size: 25px;
}

.why_sell_secc .whysell_wrpr>p {
    color: var(--white);
    margin-bottom: 20px;
}

.why_sell_secc .whysell_wrpr>ul {
    gap: 10px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 20px;
    margin-top: 50px;
}

.why_sell_secc .whysell_wrpr>ul>li {
    display: inline-flex;
    width: 33%;
    align-items: center;
    gap: 6px;
    font-size: 13px;
    color: #000;
    font-family: 'Jersey';
}

.why_sell_secc .whysell_wrpr>ul>li>i {
    color: var(--themeColor);
}

/*  */
.experience_motion {
    background: linear-gradient(0deg, rgb(255 255 255) 30%, rgba(239, 191, 4, 1) 28%);
    padding: 80px 3%;
    overflow: hidden;
}

.experience_motion .section-heading {
    text-align: left;
}

.experience_motion .section-heading>h2 {
    color: var(--white);
}

.experience_motion .section-heading>p {
    color: var(--white);
    width: 80%;
    margin: 0;
    margin-left: auto;
}

.experience_wrpr a {
    position: relative;
    display: block;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.experience_wrpr a>img {
    width: 100%;
    height: 510px;
    object-fit: cover;
    border-radius: 10px;
}

.experience_wrpr a>i {
    position: absolute;
    background: var(--white);
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.experience_motion .slick-dotted.slick-slider {
    margin-bottom: 0;
    margin-top: 50px;
}

.experience_motion .slick-dotted.slick-slider .slick-dots {
    bottom: unset;
    top: -50px;
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 10px;
}

.experience_motion .slick-dotted.slick-slider .slick-dots>li {
    width: 15px;
    height: 15px;
    padding: 0;
    margin: 0;
}

.experience_motion .slick-dotted.slick-slider .slick-dots>li>button {
    padding: 0;
    margin: 0;
    width: 15px;
    height: 15px;
}

.experience_motion .slick-dotted.slick-slider .slick-dots>li>button:before {
    content: "";
    width: 15px;
    height: 15px;
    opacity: 1;
    background: var(--themeColor);
    border-radius: 50%;
    border: 1px solid #ffffff00;
    padding: 4px;
}

.experience_motion .slick-dotted.slick-slider .slick-dots>li>button:after {
    position: absolute;
    content: "";
    background: var(--white);
    width: 7px;
    height: 7px;
    left: 4px;
    top: 4px;
    border-radius: 50%;
}

.experience_motion .slick-dotted.slick-slider .slick-dots>li.slick-active>button:before {
    border-color: var(--white);
}

.experience_motion .slick-dotted.slick-slider .slick-dots>li.slick-active {
    opacity: 1;
}

.experience_motion .slick-dotted.slick-slider .slick-dots:before {
    position: absolute;
    content: "";
    background: #ffffff70;
    width: 92%;
    height: 1px;
    left: 0;
}

section.experience_motion .slick-slide {
    margin: 0;
}

.premium_partners_secc {
    padding: 80px 0px;
}

.premium_partners_secc .premium_wrpr {
    display: flex;
    align-items: center;
    justify-content: center;
    border-right: 1px solid #e5e5e5;
    border-left: 1px solid #e5e5e500;
    padding: 0 20px;
    margin: 20px 0px;
}

.premium_partners_secc .premium_wrpr>img {
    width: 150px;
    height: 100px;
    object-fit: contain;
}

.premium_partners_secc .slick-slide {
    opacity: 1;
    margin: 0;
}

.premium_partners_secc .slick-dots {
    bottom: -30px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}

.premium_partners_secc .slick-dots>li {
    width: 15px;
    height: 15px;
    padding: 0;
    margin: 0;
}

.premium_partners_secc .slick-dots>li button {
    padding: 0;
    margin: 0;
    width: 15px;
    height: 15px;
}

.premium_partners_secc .slick-dots>li button:before {
    content: "";
    width: 15px;
    height: 15px;
    opacity: 1;
    background: var(--white);
    border-radius: 50%;
    border: 1px solid #ffffff00;
    padding: 4px;
}

.premium_partners_secc .slick-dots>li button:after {
    position: absolute;
    content: "";
    background: #cfcfcf;
    width: 7px;
    height: 7px;
    left: 4px;
    top: 4px;
    border-radius: 50%;
}

.premium_partners_secc .slick-dots>li.slick-active {
    opacity: 1;
}

.premium_partners_secc .slick-dots>li.slick-active button:before {
    border-color: var(--themeColor);
}

.premium_partners_secc .slick-dots>li.slick-active button:after {
    background: var(--themeColor);
}

.sell_faster_sec>.container.add-padding {
    padding: 30px;
    border-radius: 10px;
    background: var(--themeColor);
}

.sell_faster_sec {
    margin: 0 3%;
}

.sell_faster_sec .section-heading h2 {
    color: var(--white);
    margin-bottom: 20px;
}

.sell_faster_sec .section-heading h3 {
    color: var(--white);
}

.sell_faster_sec .section-heading p {
    color: var(--white);
    width: 100%;
    line-height: 1.6;
    margin-bottom: 30px;
    opacity: .7;
}

.sell_faster_sec .section-heading p:last-child {
    margin: 0;
}

.sell_faster_sec .faster_img {
    display: block;
    width: 100%;
    background: #f6f6f6;
    padding: 40px;
    border-radius: 10px;
}

.sell_faster_sec .faster_img>img {
    width: 100%;
    height: 320px;
    object-fit: cover;
}

.sell_faster_sec .section-heading {
    margin: 0;
}

/*Package Sec css Starts*/

.package-card {
    transition: 0.3s ease-in-out;
    text-align: center;
    border: 1px solid #e6e6e6;
    padding: 0 0 50px 0;
    margin: 80px 0 0 0;
}

.package-card-heading h6 {
    font-size: 22px;
    line-height: 34px;
    font-family: 'Montserrat';
    font-weight: 500;
    text-transform: uppercase;
    background-color: #000;
    color: var(--white);
    padding: 10px 0;
    margin: 0;
}

.package-card-txt h4 {
    font-size: 52px;
    line-height: 55px;
    font-family: 'Roboto';
    text-transform: uppercase;
    display: flex;
    justify-content: center;
    background: linear-gradient(190deg, rgba(146, 89, 241, 1) 0%, rgba(117, 73, 162, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    padding: 30px 0 50px 0;
    margin: 0;
    position: relative;
}

.package-card-txt h4::Before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: #f9f9f9;
    z-index: -1;
    border-radius: 20px;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.package-card-txt h4 span.package-only-txt,
.package-card-txt h4 span.package-price-txt {
    font-size: 22px;
    line-height: 37px;
    color: #666666 !important;
    font-weight: 500;
    background: linear-gradient(0deg, #919191 0%, #cbcbcb 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.package-card-txt h4 span.package-price-txt {
    display: flex;
    align-items: end;
    position: relative;
}

.package-card-txt h4 span.package-price-txt::before {
    content: '';
    position: absolute;
    top: 65%;
    right: 0;
    border-bottom: 2px solid #acacac;
    width: 100%;
}

.package-card-txt h5 {
    font-family: 'Poppins';
    font-size: 14px;
    line-height: 27px;
    color: #393939;
    background-color: var(--white);
    border-radius: 100px;
    box-shadow: 0 0 20px 0 #00000017;
    padding: 10px 0;
    text-transform: uppercase;
    font-weight: 600;
    margin: -30px auto 10px auto;
    width: 75%;
}

.package-card-list ul {
    padding: 0 10px;
}

.package-card-list ul li {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 20px;
    border-bottom: 1px solid #0000002e;
    padding: 16px 0;
}

.package-card-list ul li .package-card-list-icon {
    width: 5%;
}

.package-card-list ul li .package-card-list-txt {
    width: fit-content;
}

.package-card-list ul li .package-card-list-txt h6 {
    font-family: 'Montserrat';
    font-size: 14px;
    line-height: 25px;
    font-weight: 600;
    text-align: left;
}

.package-card-list ul li .package-card-list-icon i {
    font-size: 17px;
    color: #000;
    transition: 0.3s ease-in-out;
}

.package-card-list {
    /* height: 419px; */
    /* overflow-y: scroll; */
}

.package-card-list-main {
    margin: 30px 0;
}

/* width */
.package-card-list::-webkit-scrollbar {
    width: 5px;
}

/* Track */
.package-card-list::-webkit-scrollbar-track {
    background-color: #bebebe;
    border-radius: 10px;
}

/* Handle */
.package-card-list::-webkit-scrollbar-thumb {
    background: linear-gradient(90deg, rgba(146, 89, 241, 1) 0%, rgba(117, 73, 162, 1) 100%);
    border-radius: 10px;
}

/* Handle on hover */
.package-card-list::-webkit-scrollbar-thumb:hover {
    background: rgba(117, 73, 162, 1);
}

.package-card-list ul li p {
    margin: 0;
    font-weight: 500;
}

.package-card-heading h4 {
    position: relative;
    text-transform: capitalize;
    text-align: center;
    color: var(--themeColor);
    padding: 20px 0;
    margin: 0;
    background: transparent;
    WIDTH: 80%;
    margin: 0 auto;
    display: block;
    transition: 0.3s ease-in-out;
}

.packageSlider .slick-slide.slick-current.slick-center .package-card,
.package-card:hover {
    transform: scale(1.1);
    transition: 0.3s ease-in-out;
    box-shadow: 1px 1px 17px 1px #00000052;
}

.packageSlider .slick-slide.slick-current.slick-center .package-card .package-card-list ul li .package-card-list-icon i,
.package-card:hover .package-card-list ul li .package-card-list-icon i {
    color: #cdaa5c;
    transition: 0.3s ease-in-out;
}

.packageSlider .slick-slide.slick-current.slick-center .package-card .package-card-heading h4,
.package-card:hover .package-card-heading h4 {
    background-color: var(--themeColor);
    transition: 0.3s ease-in-out;
    color: var(--white);
    margin-bottom: 20px;
    margin-top: -20px;
}

.package-card-main {
    width: 90%;
    margin: 50px auto;
    display: block;
}

.packageSlider .slick-slide {
    opacity: 1;
    margin: 0px 10px;
}


.theme1 {
    display: flex;
    margin: 0 auto;
    font-size: 14px;
    font-weight: 500;
    padding: 15px 50px;
    width: fit-content;
    color: var(--white);
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    font-family: 'Montserrat';
    transition: 0.3s ease-in-out;
    background: var(--themeColor);
}

.packageSlider .slick-slide.slick-current.slick-center .package-card .theme1,
.package-card:hover .theme1 {
    transition: 0.3s ease-in-out;
    background-color: var(--themeColor);
}

.packageSlider .slick-dots {
    bottom: -30px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}

.packageSlider .slick-dots li.slick-active {
    opacity: 1;
}

.packageSlider .slick-dots>li.slick-active button:before {
    border-color: var(--themeColor);
}

.packageSlider .slick-dots>li.slick-active button::after {
    background-color: var(--themeColor);
}

.packageSlider .slick-dots>li button:before {
    content: "";
    width: 15px;
    height: 15px;
    opacity: 1;
    background: var(--white);
    border-radius: 50%;
    border: 1px solid #ffffff00;
    padding: 4px;
}

.packageSlider .slick-dots>li button:after {
    position: absolute;
    content: "";
    background: #cfcfcf;
    width: 7px;
    height: 7px;
    left: 4px;
    top: 4px;
    border-radius: 50%;
}

.packageSlider .slick-dots>li {
    width: 15px;
    height: 15px;
    padding: 0;
    margin: 0;
}

.package-card-heading h4:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-top: 13px solid #ff000000;
    border-bottom: 20px solid #6a552a;
    border-left: 0px solid #6a552a;
    position: absolute;
    top: -14px;
    right: -17px;
    border-right: 17px solid #ff000000;
    opacity: 0;
    transition: 0.3s ease-in-out;
}

.package-card-heading h4:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-top: 13px solid #ff000000;
    border-bottom: 20px solid #6a552a;
    border-right: 0px solid #6a552a;
    position: absolute;
    top: -14px;
    left: -17px;
    border-left: 17px solid #ff000000;
    opacity: 0;
    transition: 0.3s ease-in-out;
}

.packageSlider .slick-slide.slick-current.slick-center .package-card .package-card-heading h4:before,
.package-card:hover .package-card-heading h4:before {
    opacity: 1;
    transition: 0.3s ease-in-out;
}

.packageSlider .slick-slide.slick-current.slick-center .package-card .package-card-heading h4:after,
.package-card:hover .package-card-heading h4:after {
    opacity: 1;
    transition: 0.3s ease-in-out;
}

.heading.text_center p {
    width: 70%;
    margin: 0 auto;
}

.sec {
    padding: 80px 0;
}

.package-heading p {
    margin: 0 auto;
    width: 50%;
}

/*Package Sec css Ends*/

#scrollTopBtn {
    position: fixed;
    bottom: 30px;
    right: 30px;
    padding: 12px 16px;
    font-size: 18px;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    background: #EFBF04;
    color: #fff;
    display: none;
    z-index: 999;
}


/*Media Query Start*/

@media only screen and (min-width: 1366px) and (max-width: 1920px) {}

@media only screen and (min-width: 1200px) and (max-width: 1499px) {

    .product-box-img ul li {
        padding: 20px 10px;
    }






}

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

    .categoriesSlider .slick-slide {

        margin: 30px 5px;
    }

    .categories-box {
        height: 380px;
    }

    .categories-box:hover h4,
    .categoriesSlider .slick-slide.slick-current.slick-active.slick-center .categories-box h4 {
        bottom: 126px;
    }

    .product-box-img ul li h6 {
        font-size: 12px;
    }

    .product-box-img ul li {
        padding: 20px 11px;
    }

    h2 {
        font-size: 35px;
    }

    .experience_wrpr a>img {
        height: 290px;
    }

    .why_sell_secc .whysell_wrpr>p {
        max-width: 500px;
    }









}

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

    .why_sell_secc {
        padding: 60px 0%;
    }

    .sec {
        padding: 60px 0px;
    }

    h2 {
        font-size: 35px;
    }

    .why_sell_secc .whysell_wrpr>h3 {
        font-size: 18px;
        font-weight: 500;
    }

    .why_sell_secc>img {
        width: 65%;
    }

    .get_touch_secc {
        padding-top: 30px;
    }

    .get_touch_secc .get_touch_wrpr .get_touch_form>form {
        padding: 20px;
    }

    .latest_new_sec {
        margin: 0 0%;
        padding: 60px 0px;
    }

    .latest_new_sec .latest_box>ul>li:last-child {
        flex-shrink: 0;
    }

    .latest_new_sec .latest_box>ul {
        gap: 10px;
        align-items: flex-start;
        flex-direction: column;
    }

    .experience_wrpr a {
        margin-bottom: 24px;
    }

    .sell_faster_sec .faster_img {
        padding: 10px;
    }

    .sell_faster_sec .faster_img>img {
        object-fit: contain;
    }

    .sell_faster_sec>.container.add-padding {
        padding: 15px;
    }

    h3 {
        font-size: 20px;
    }

    .product-sec {
        padding: 0px 1% 60px;
    }

    .categoriesSlider .slick-slide {
        margin: 25px 5px;
    }

    .categories-box {
        height: 370px;
    }

    .categories-box:hover h4,
    .categoriesSlider .slick-slide.slick-current.slick-active.slick-center .categories-box h4 {
        bottom: 122px;
    }

    .banner-list ul li {
        padding-left: 30px;
    }

    .banner-list ul li p {
        font-size: 12px;
    }

    .experience_wrpr a>img {
        height: 250px;
    }

    .experience_motion {
        padding: 60px 1%;
    }

    .footer_desc {
        margin-bottom: 30px;
    }

    .product-box-img ul li h6 {
        font-size: 12px;
    }

    .product-box-img ul li {
        padding: 20px 10px;
    }

    .inp_grp.srv .form-select {
        font-size: 12px;
        padding: 0.375rem 3.25rem 0.375rem 0.75rem;
    }



}

@media only screen and (min-width: 576px) and (max-width: 767px) {

    .main_slider {
        position: relative;
        padding: 40px 2% 10px;
    }

    .bannerTextSlider .slick-slide {
        margin: 0px 5px;
    }

    p {
        font-size: 12px;
    }

    h1 {
        font-size: 30px;
    }

    .banner_text p {
        margin-bottom: 10px;
    }

    .banner_text h1 span small {
        font-size: 30px;
    }

    .bannerTextSlider {
        margin-bottom: 40px;
    }

    .banner-list ul li {
        padding-left: 29px;
    }

    .banner_img {
        height: 180px;
    }

    .bannerImgSlider .slick-slide {
        margin: 0px 1px;
    }

    .main_slider::before {
        height: 150px;
    }

    .main_slider::after {
        height: 150px;
    }

    .banner-slider-btn {
        bottom: 0;
        justify-content: center;
        flex-direction: row-reverse;
    }

    .banner-slider-btn button {
        width: 35px;
        height: 35px;
        font-size: 10px;
    }

    .categories-sec {
        padding: 40px 0px;
    }

    h2 {
        font-size: 30px;
    }

    .section-heading {
        margin-bottom: 5px;
    }

    .categoriesSlider .slick-slide {
        opacity: 1;
        margin: 20px 10px;
    }

    .categories-box {
        height: 370px;
    }

    .banner-list ul {
        width: 100%;
        margin-bottom: 40px;
    }

    .product-sec {
        padding: 0px 0% 40px;
    }

    .product-box-img ul li h6 {
        font-size: 12px;
    }

    .top-bar-left {
        padding: 10px 2px;
    }

    .product-box-img ul li {
        border-radius: 5px;
        padding: 20px 13px;
    }

    .product-box-img ul {
        gap: 4px;
    }

    .product-box-img {
        height: 270px;
    }

    .sell_faster_sec .faster_img>img {
        height: auto;
        object-fit: contain;
    }

    .sell_faster_sec>.container.add-padding {
        padding: 15px;
    }

    h3 {
        font-size: 25px;
        font-weight: 500;
    }

    .sell_faster_sec .section-heading {
        margin-bottom: 15px;
    }

    .sell_faster_sec .faster_img {
        padding: 5px;
    }

    .premium_partners_secc {
        padding: 40px 0px;
    }

    .experience_motion .section-heading>p {
        width: 100%;
    }

    .experience_motion {
        padding: 40px 1%;
    }

    .experience_wrpr a {
        margin: 15px 0px;
    }


    .experience_wrpr a>img {
        height: 260px;
    }

    .why_sell_secc {
        padding: 30px 0%;
        display: flex;
        flex-direction: column-reverse;
        align-items: flex-start;
    }

    .why_sell_secc>img {
        position: relative;
        right: 0;
        bottom: 0;
        width: 100%;
    }

    .why_sell_secc .whysell_wrpr>h3 {
        font-size: 20px;
    }

    .package-heading p {
        width: 100%;
    }

    .sec {
        padding: 40px 0px;
    }

    .package-card-heading h6 {
        font-size: 16px;
        line-height: 30px;
    }


    .package-card-list ul li {
        gap: 10px;
        padding: 10px 0;
    }

    .package-card-list ul li p {
        margin: 0;
        text-align: left;
        font-weight: 500;
    }

    .package-card-list ul li .package-card-list-icon {
        width: 10%;
    }

    .theme1 {
        padding: 15px 40px;
    }

    .get_touch_secc .get_touch_wrpr>img.get_img {
        position: relative;
        left: 0;
        top: 0;
        width: 100%;
        z-index: 0;
        object-fit: cover;
        height: auto;
    }

    .get_touch_secc .get_touch_wrpr .get_touch_form {
        width: 100%;
        margin-left: auto;
    }


    .get_touch_secc .get_touch_wrpr .get_touch_form>form {

        padding: 20px;
        margin-top: 20px;
    }

    .get_touch_secc .get_touch_wrpr .get_touch_form>form .inp_grp>select {
        font-size: 12px;
    }

    .get_touch_secc .get_touch_wrpr .get_touch_form>form .inp_grp>input {
        font-size: 12px;
    }

    .get_touch_secc .get_touch_wrpr .get_touch_form>p {
        width: 100%;
        margin-left: auto;
        text-align: center;
    }

    .get_touch_secc .get_touch_wrpr .get_touch_form>h2 {
        margin-top: 40px;
        text-align: center;
    }

    .latest_new_sec .latest_box>ul>li:last-child {
        flex-shrink: 0;
    }

    footer {
        padding-top: 50px;
        background: #0d0d0d;
    }

    .latest_new_sec {
        margin: 0 1%;
        padding: 40px 0px;
    }

    .theme-btn-1 {
        font-size: 12px;
        padding: 10px 14px;
    }

    .inp_grp.srv .form-select {
        padding: 0.375rem 3.25rem 0.375rem 0.75rem;
    }









}

@media only screen and (min-width: 0px) and (max-width: 575px) {

    .main_slider {
        position: relative;
        padding: 40px 2% 10px;
    }

    .bannerTextSlider .slick-slide {
        margin: 0px 5px;
    }

    p {
        font-size: 12px;
    }

    h1 {
        font-size: 30px;
    }

    .banner_text p {
        margin-bottom: 10px;
    }

    .banner_text h1 span small {
        font-size: 30px;
    }

    .bannerTextSlider {
        margin-bottom: 40px;
    }

    .banner-list ul li {
        padding-left: 29px;
    }

    .banner_img {
        height: 180px;
    }

    .bannerImgSlider .slick-slide {
        margin: 0px 1px;
    }

    .main_slider::before {
        height: 150px;
    }

    .main_slider::after {
        height: 150px;
    }

    .banner-slider-btn {
        bottom: 0;
        justify-content: center;
        flex-direction: row-reverse;
    }

    .banner-slider-btn button {
        width: 35px;
        height: 35px;
        font-size: 10px;
    }

    .categories-sec {
        padding: 40px 0px;
    }

    h2 {
        font-size: 30px;
    }

    .section-heading {
        margin-bottom: 5px;
    }

    .categoriesSlider .slick-slide {
        opacity: 1;
        margin: 20px 0px;
    }

    .product-sec {
        padding: 0px 0% 40px;
    }

    .product-box-img ul li h6 {
        font-size: 12px;
    }

    .product-box-img ul li {
        border-radius: 5px;
        padding: 20px 13px;
    }

    .product-box-img ul {
        gap: 4px;
    }

    .product-box-img {
        height: 270px;
    }

    .sell_faster_sec .faster_img>img {
        height: auto;
        object-fit: contain;
    }

    .sell_faster_sec>.container.add-padding {
        padding: 15px;
    }

    h3 {
        font-size: 25px;
        font-weight: 500;
    }

    .sell_faster_sec .section-heading {
        margin-bottom: 15px;
    }

    .sell_faster_sec .faster_img {
        padding: 5px;
    }

    .premium_partners_secc {
        padding: 40px 0px;
    }

    .experience_motion .section-heading>p {
        width: 100%;
    }

    .experience_motion {
        padding: 40px 1%;
    }

    .experience_wrpr a {
        margin: 15px 0px;
    }


    .experience_wrpr a>img {
        height: 260px;
    }

    .why_sell_secc {
        padding: 30px 0%;
        display: flex;
        flex-direction: column-reverse;
        align-items: flex-start;
    }

    .why_sell_secc>img {
        position: relative;
        right: 0;
        bottom: 0;
        width: 100%;
    }

    .why_sell_secc .whysell_wrpr>h3 {
        font-size: 20px;
    }

    .package-heading p {
        width: 100%;
    }

    .sec {
        padding: 40px 0px;
    }

    .package-card-heading h6 {
        font-size: 16px;
        line-height: 30px;
    }


    .package-card-list ul li {
        gap: 10px;
        padding: 10px 0;
    }

    .package-card-list ul li p {
        margin: 0;
        text-align: left;
        font-weight: 500;
    }

    .package-card-list ul li .package-card-list-icon {
        width: 10%;
    }

    .theme1 {
        padding: 15px 40px;
    }

    .get_touch_secc .get_touch_wrpr>img.get_img {
        position: relative;
        left: 0;
        top: 0;
        width: 100%;
        z-index: 0;
        object-fit: cover;
        height: auto;
    }

    .get_touch_secc .get_touch_wrpr .get_touch_form {
        width: 100%;
        margin-left: auto;
    }


    .get_touch_secc .get_touch_wrpr .get_touch_form>form {

        padding: 20px;
        margin-top: 20px;
    }

    .get_touch_secc .get_touch_wrpr .get_touch_form>form .inp_grp>select {
        font-size: 12px;
    }

    .get_touch_secc .get_touch_wrpr .get_touch_form>form .inp_grp>input {
        font-size: 12px;
    }

    .get_touch_secc .get_touch_wrpr .get_touch_form>p {
        width: 100%;
        margin-left: auto;
        text-align: center;
    }

    .get_touch_secc .get_touch_wrpr .get_touch_form>h2 {
        margin-top: 40px;
        text-align: center;
    }

    .latest_new_sec .latest_box>ul>li:last-child {
        flex-shrink: 0;
    }

    footer {
        padding-top: 50px;
        background: #0d0d0d;
    }

    .latest_new_sec {
        margin: 0 1%;
        padding: 40px 0px;
    }

    .theme-btn-1 {
        font-size: 12px;
        padding: 10px 14px;
    }

    .cont_info {
        margin-top: 25px;
        margin-bottom: 15px;
    }

    .share-btn {
        height: 45px;
        width: 45px;
        font-size: 14px;
    }

    .inp_grp.srv .form-select {
        padding: 0.375rem 3.25rem 0.375rem 0.75rem;
    }



}

/*Media Query End*/

div#registernow .modal-body button.btn-close {
    position: absolute;
    right: 19px;
}

.modal_form_content h1 {
    font-size: 30px !important;
    text-align: center;
    margin: 20px 0;
}

.modal_form_content form input {
    width: 100%;
    height: 45px;
    padding-left: 16px;
    margin-bottom: 10px;
    border: 1px solid #000;
    border-radius: 10px;
}

.modal_form_content form textarea {
    width: 100%;
    height: 120px;
    padding: 10px 15px;
    margin-bottom: 10px;
    border: 1px solid #000;
    border-radius: 10px;
}

button.sub-btn {
    background: #efbf04;
    width: 100%;
    border: none;
    padding: 14px;
    font-size: 16px;
    color: #000;
    font-family: 'Montserrat';
    text-transform: uppercase;
    font-weight: 600;
    border-radius: 10px;
}
div#thankyouModal button.theme-btn-1.mt-5 {
    width: 50%;
    border: none;
    padding: 10px;
    font-size: 20px;
    margin: 0 auto;
}