body {
    color: #666;
    background-color: #fff;
    font-family: "Open Sans", sans-serif;
    overflow-x: hidden;
}

p {
    margin-bottom: 1.5rem;
}

ul,
ol {
    list-style: none;
    padding: 0;
    margin: 0 0 1.5rem;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
    font-family: "Lora", sans-serif;
    font-weight: 600;
    line-height: 1.1;
    margin-bottom: 1.4rem;
    color: #333;
}

h1,
.h1 {
    font-size: 42px;
}

h2,
.h2 {
    font-size: 36px;
}

h3,
.h3 {
    font-size: 32px;
}

h4,
.h4 {
    font-size: 28px;
}

h5,
.h5 {
    font-size: 24px;
}

h6,
.h6 {
    font-size: 20px;
}

.btn-ipex {
    background-color: #d3ac3a;
    border-color: #c7a232;
    color: #ffffff;
    border-radius: 0;
    font-size: 14px;
    font-weight: 500;
    margin-left: 5px;
    margin-right: 5px;
}

.btn-ipex:hover {
    background-color: #c29d2e;
    border-color: rgb(186, 150, 42);
}

.page-wrapper {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 100%;
    transition: transform 0.4s ease;
}

.mb-6 {
    margin-bottom: 64px;
}

.mb-7 {
    margin-bottom: 80px;
}

.mt-6 {
    margin-top: 64px;
}

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

.section-padding {
    padding: 40px 0px 0px 0px;
}

/* header nav css start------------------------------------------------------------------------------------- */
.header .navbar-toggler {
    padding-left: 8px;
    padding-right: 8px;
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
    background-image: url("../images/icons/close.png");
    width: 16px;
    height: 16px;
}

.navbar-toggler:focus {
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.25);
}

.header .menu-nav {
    background: #ffffff;
    color: #295387;
    display: flex;
    align-items: center;
    padding: 8px 40px;
    z-index: 9999;
    box-shadow: 0px 1px 5px -1px rgb(0 0 0 / 35%);
}

.header .menu-nav .navbar-brand {
    color: #295387;
    text-decoration: none;
    display: flex;
    align-items: center;
}

.header .menu-nav .navbar-brand img {
    width: 180px;
    margin-right: 5px;
}

.header .menu-nav ul {
    padding: 0;
}

.header .menu-nav ul li {
    padding: 0px 10px;
    list-style: none;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.75px;
}

.header .menu-nav ul li a.nav-link {
    color: #295387;
    display: block;
    text-decoration: none;
    font-weight: 500;
    padding-right: 0.25rem;
    padding-left: 0.25rem;
}

.sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%
}

.header .cart-icn {
    font-size: 25px;
    color: #d3ac3a;
}

.header .dropdown-item {
    padding: 8px 16px;
}

.header .dropdown-menu.show {
    overflow: hidden;
    overflow-y: auto;
    height: calc(100vh - 320px);
}

.header .dropdown-menu .dropdown-item {
    border-bottom: 1px solid rgb(209, 209, 209);
}

.header .dropdown-menu li {
    padding: 0px 0px !important;
}

/* header nav css ended------------------------------------------------------------------------------ */

/* hero section css start----------------------------------------------------------------------------- */
.hero-section {
    margin-top: 15px;
}

#hero-slick-slider .element {
    height: 500px;
    width: 100%;
    color: #fff;
    border-radius: 5px;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 20px;
    position: relative;
}

#hero-slick-slider .slick-disabled {
    opacity: 0.35;
    pointer-events: none;
}

.slick-prev {
    position: absolute;
    left: 50px;
    top: 50%;
    transform: translate(-50px, -50%);
    border: 0;
    color: transparent;
    background-color: transparent;
}

.slick-prev::before {
    content: "";
    position: absolute;
    background-image: url("../images/icons/left-arrow.png");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 80px;
    height: 80px;
}

.slick-next {
    position: absolute;
    right: 50px;
    top: 50%;
    transform: translate(-50px, -50%);
    border: 0;
    color: transparent;
    background-color: transparent;
}

.slick-next::after {
    content: "";
    position: absolute;
    background-image: url("../images/icons/right-arrow.png");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 80px;
    height: 80px;
}

.element .home-slide-content {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 65%;
    text-align: center;
}

.element .home-slide-content h1 {
    color: #ffffff;
    font-size: 65px;
    font-weight: 100;
    letter-spacing: 2px;
}

.element .home-slide-content p {
    font-size: 16px;
}

.hero-section .slick-slide img {
    width: 100%;
}

/* hero section css ended------------------------------------------------------------------------------- */

/* product section css start---------------------------------------------------------------------------- */
.product-section h1 {
    color: #343e4b;
    font-size: 32px;
    font-weight: 600;
    letter-spacing: 2px;
    text-align: center;
    margin-bottom: 10px;
    position: relative;
}

.product-section h1::after {
    content: "";
    position: absolute;
    width: 350px;
    height: 2px;
    background-color: #c18833;
    left: 50%;
    bottom: -6px;
    transform: translateX(-50%);
}

.product-wrapper {
    margin: 15px 0px 10px 0px;
    box-shadow: 0px 0px 7px 0px rgb(0 0 0 / 25%);
}

.product-wrapper a {
    text-decoration: none;
}

.product-wrapper h3 {
    color: #2d2d2d;
    font-size: 20px;
    font-weight: 500;
    font-family: "Open Sans", sans-serif;
    text-align: center;
    margin-top: 12px;
    margin-bottom: 16px;
}

/* product section css ended----------------------------------------------------------------------------- */

/* product page css start----------------------------------------------------------------------------- */
.pro-int-section img {
    width: 100%;
    height: 500px;
}

.pro-int-section .pro-int-content {
    position: absolute;
    left: 0%;
    top: 50%;
    transform: translate(-0%, -50%);
    width: 100%;
    padding: 0px 30px;
}

.pro-int-section .pro-int-content h1 {
    font-size: 40px;
    color: #ffffff;
    font-weight: 100;
}

.breadcrumb-links {
    display: flex;
    column-gap: 1rem;
    align-items: center;
}

.breadcrumb-box {
    display: flex;
    align-items: center;
    text-decoration: none;
}

.breadcrumb-box i {
    color: #bfbfbf;
}

.breadcrumb-text {
    margin-left: 1rem;
    font-size: 18px;
    line-height: 1.25rem;
    font-weight: 500;
    color: #9b9b9b;
}

.breadcrumb-text.active {
    color: #ffffff;
}

.search-result-section .product-wrapper {
    text-decoration: none;
}

.search-result-section .product-wrapper span {
    width: 150px;
    margin: 0px auto 20px;
    color: #ffffff;
    font-size: 14px;
}

.search-result-section .product-wrapper img {
    min-height: 350px;
}

.list-wrapper {
    padding: 15px;
    overflow: hidden;
}

.list-item {
    border: 1px solid #d0d0d0;
    background: #FFF;
    margin-bottom: 10px;
    padding: 10px;
    box-shadow: 0px 0px 10px 0px #EEE;
    border-radius: 12px;
}

.list-item h4 {
    color: #d3ac3a;
    font-size: 18px;
    margin: 0 0 5px;
}

.list-item p {
    font-size: 20px;
    color: #433f3f;
}

.simple-pagination ul {
    margin: 0 0 20px;
    padding: 0;
    list-style: none;
    text-align: center;
}

.simple-pagination li {
    display: inline-block;
    margin-right: 5px;
}

.simple-pagination li a,
.simple-pagination li span {
    color: #666;
    padding: 5px 10px;
    text-decoration: none;
    border: 1px solid #EEE;
    background-color: #FFF;
    box-shadow: 0px 0px 10px 0px #EEE;
}

.simple-pagination .current {
    color: #FFF;
    background-color: #d3ac3a;
    border-color: #d3ac3a;
}

.simple-pagination .prev.current,
.simple-pagination .next.current {
    background: #d3ac3a;
}

.pro-category-section .accordion {
    max-width: 750px;
    margin: 0 auto;
}

.pro-category-section .accordion .accordion-button {
    color: #d3ac3a;
    background-color: #ececec;
}

.pro-category-section .accordion-body {
    padding: 0px;
}

.pro-category-section .accordion-body p {
    padding: 15px 20px;
    border-bottom: 1px solid #d2cbcb;
    margin-bottom: 0px;
}

.pro-category-section .accordion-body p a {
    color: #646464;
    text-decoration: none;
}

.prodCatAccorWrap {
    max-width: 800px;
    margin: 0 auto;
    border: 1px solid #e4e4e4;
    border-radius: 12px;
    padding: 15px;
}

.prodCatAccorWrap h3 {
    font-size: 24px;
    padding-left: 10px;
    color: rgb(111, 111, 111);
}

.prodCatAccorWrap .accordion-item {
    margin-bottom: 20px;
}

.prodCatAccorWrap .accordion-button:not(.collapsed)::after {
    background-image: url("../images/icons/minus.png");
}

.prodCatAccorWrap .accordion-button::after {
    background-image: url("../images/icons/add.png");
}

.prodCatAccorWrap .accordion-button:focus {
    box-shadow: 0px 0px 0px 0px #000000;
}

.prodCatAccorWrap .accordion-item:not(:first-of-type) {
    border-top: 1px solid #dee2e6;
}

/* product page css ended----------------------------------------------------------------------------- */

/* product detail page css start-------------------------------------------------------------------- */

.prod-detail-main h1 {
    color: #343e4b;
    font-size: 32px;
    font-weight: 600;
    letter-spacing: 2px;
    text-align: center;
    margin-bottom: 25px;
    position: relative;
}

.prod-detail-main h1::after {
    content: "";
    position: absolute;
    width: 220px;
    height: 2px;
    background-color: #c18833;
    left: 50%;
    bottom: -6px;
    transform: translateX(-50%);
}

.image-gallery {
    font-size: 0;
    text-align: center;
}

.image-gallery .one-half {
    display: block;
    font-size: 1rem;
    margin: 0 auto;
}

.image-gallery .one-half+.one-half {
    width: 50%;
    margin-top: 20px;
    text-align: center;
}

.image-gallery img {
    width: 100%;
}

.image-gallery .small-images .small-image {
    width: 70px;
    height: 70px;
    cursor: pointer;
    min-height: unset;
}

.product-detContent-section .specWrapperHead {
    color: #295387;
    margin-bottom: 10px;
    font-size: 20px;
    display: block;
    text-align: center;
}

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

.product-detContent-section .span-head {
    font-size: 16px;
    border: 1px solid #aeaeae;
    border-right: 0px solid #aeaeae;
    min-width: 200px;
    display: inline-block;
    width: 40%;
    padding: 2px 8px;
    color: #ab830e;
}

.product-detContent-section .span-cnt {
    font-size: 16px;
    border: 1px solid #aeaeae;
    display: inline-block;
    width: 60%;
    padding: 2px 8px;
    color: rgb(35, 35, 35);
}

.product-detContent-section .span-head.span-head-last,
.product-detContent-section .span-cnt.span-cnt-last {
    border-bottom: 1px solid #aeaeae;
}

.detinfo-mat {
    border: 1px solid #d4d4d4;
    padding: 20px;
    border-radius: 12px;
}

.product-detinfo-section i {
    color: #fdac31;
    margin-right: 15px;
}

.product-detinfo-section ul {
    list-style: disc;
    padding-left: 45px;
}

.product-detinfo-section ul li {
    margin-bottom: 25px;
}

.product-detinfo-section h6 span {
    font-size: 15px;
    color: #646464;
    font-weight: 500;
    font-family: "Open Sans", sans-serif;
    margin-left: 10px;
}

.list-wrapper .list-item h5 {
    font-size: 24px;
    margin-bottom: 12px;
}

#rel-prod-slider .element,
#rel-prod-slider1 .element {
    height: 300px;
    width: 100%;
    color: #fff;
    border-radius: 5px;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 20px;
    position: relative;
    padding: 25px;
}

#rel-prod-slider .slick-disabled,
#rel-prod-slider1 .slick-disabled {
    opacity: 0.35;
    pointer-events: none;
}

.relatedPro-Content p {
    color: #4d4d4d;
    font-size: 16px;
    margin-top: 10px;
    text-align: center;
}

.relatedPro-Content {
    padding: 0px 5px;
}

.relatedPro-Content img {
    border: 1px solid #dedede;
}

.search-result-section .slick-prev::before,
.search-result-section .slick-next::after {
    width: 40px;
    height: 40px;
}

.search-result-section .slick-prev {
    left: 75px;
    top: 40%;
    transform: translate(-50px, -40%);
}

.search-result-section .slick-next {
    right: 10px;
    top: 40%;
    transform: translate(-50px, -40%);
}

.sec-img1 {
  width: 100%;
  height: 600px;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  border-bottom-left-radius: 0px;
  border-bottom-left-radius: 0px;
}

/* product detail page css ended----------------------------------------------------------------- */

/* counter section page css start----------------------------------------------------------------- */
.counterSection {
    text-align: center;
}

.counterSection h1 {
    color: #343e4b;
    font-size: 32px;
    font-weight: 600;
    letter-spacing: 2px;
    text-align: center;
    margin-bottom: 25px;
    position: relative;
}

.counterSection h1::after {
    content: "";
    position: absolute;
    width: 220px;
    height: 2px;
    background-color: #c18833;
    left: 50%;
    bottom: -6px;
    transform: translateX(-50%);
}

.counterSection span {
    font-size: 34px;
    color: rgb(61, 61, 61);
    font-weight: 800;
    letter-spacing: 6px;
}

.counterSection p {
    font-family: "Lora", sans-serif;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 0px;
}

.counterSection p.choosePara {
    font-size: 18px;
    font-family: "Open Sans", sans-serif;
    color: #3c3c3c;
    margin-bottom: 20px;
}

.counterSection .ctr-wrap {
    padding: 20px 5px;
    box-shadow: 1px 1px 4px 1px rgba(0, 0, 0, 0.25);
    border-radius: 8px;
    background-color: #d3ad3a49;
    margin-bottom: 15px;
}

/* counter section page css ended----------------------------------------------------------------- */

/* instagram section page css start----------------------------------------------------------------- */
.instagramSection h1 {
    color: #343e4b;
    font-size: 32px;
    font-weight: 600;
    letter-spacing: 2px;
    text-align: center;
    margin-bottom: 40px;
    position: relative;
}

.instagramSection h1::after {
    content: "";
    position: absolute;
    width: 220px;
    height: 2px;
    background-color: #c18833;
    left: 50%;
    bottom: -8px;
    transform: translateX(-50%);
}

.instagramSection iframe {
    min-width: 100% !important;
}

.instagramSection .element {
    padding: 0px 25px;
    max-height: 430px;
}

/* instagram section page css ended----------------------------------------------------------------- */

/* whatsapp section css start-------------------------------------------------------------------- */
.watappBg {
    background-color: #4aae20 !important;
    background-image: linear-gradient(90deg, #4aae20, #4aae20);
}

.whatsappIcnDiv img {
    width: 52px;
}

.whatsapp-wrapper {
    position: fixed;
    bottom: 25px;
    left: 20px;
    z-index: 99999;
    text-align: center;
    cursor: pointer;
}

.whatsappIcnDiv .ripple {
    position: fixed;
    width: 100px;
    height: 100px;
    left: -4px;
    bottom: 0;
    opacity: 0;
    border-radius: 100px;
    -webkit-animation: ripple 1.8s infinite;
    animation: ripple 1.8s infinite;

    &:nth-child(2) {
        animation-delay: .3s;
        -webkit-animation-delay: 0.3s;
    }

    &:nth-child(3) {
        animation-delay: .6s;
        -webkit-animation-delay: 0.6s;
    }
}

@-webkit-keyframes ripple {
    0% {
        opacity: 1;
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes ripple {
    0% {
        opacity: 1;
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

/* whatsapp section css ended-------------------------------------------------------------------- */

/* call section css start-------------------------------------------------------------------- */
.callBg {
    background-color: #c7a232 !important;
    background-image: linear-gradient(90deg, #c7a232, #c7a232);
}

.callIcnDiv img {
    width: 52px;
    background-color: #fff;
    border-radius: 50%;
}

.call-wrapper {
    position: fixed;
    bottom: 25px;
    right: 20px;
    z-index: 99999;
    text-align: center;
    cursor: pointer;
}

.callIcnDiv .ripple1 {
    position: fixed;
    width: 100px;
    height: 100px;
    right: -4px;
    bottom: 0;
    opacity: 0;
    border-radius: 100px;
    -webkit-animation: ripple1 1.8s infinite;
    animation: ripple1 1.8s infinite;

    &:nth-child(2) {
        animation-delay: .3s;
        -webkit-animation-delay: 0.3s;
    }

    &:nth-child(3) {
        animation-delay: .6s;
        -webkit-animation-delay: 0.6s;
    }
}

@-webkit-keyframes ripple1 {
    0% {
        opacity: 1;
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes ripple1 {
    0% {
        opacity: 1;
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

/* call section css ended-------------------------------------------------------------------- */

/* footer section css start---------------------------------------------------------------------- */
footer {
    padding: 40px 0px;
    color: #767676;
}

.comp-nm {
    font-size: 16px;
    margin-bottom: 5px;
    font-weight: 500;
}

footer .cmp-addr p {
    margin-bottom: 5px;
}

footer .social-icn-wrap {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-top: 25px;
}

footer .social-icn-wrap i {
    border-radius: 50%;
    background-color: #ededed;
    color: #c9c9c9;
    font-size: 20px;
    margin-right: 15px;
    padding: 10px 6px;
    width: 40px;
    height: 40px;
}

footer h5 {
    color: #2d2d2d;
    font-family: "Open Sans", sans-serif;
    height: 35px;
}

/* footer section css ended------------------------------------------------------------------------------ */

/* responsiveness css start----------------------------------------------------------------------------- */
@media screen and (min-width: 1200px) {
    .header form.frm-ext {
        display: none !important;
    }
}

@media screen and (max-width: 1399.98px) {
    .header .menu-nav {
        padding: 8px 20px;
    }

    .btn-ipex {
        padding: 4px 8px;
    }

    .header .menu-nav ul li {
        padding: 0px 5px;
    }

    .frm-int input {
        max-width: 150px;
        font-size: 14px;
        padding: 3px 6px;
    }
}

@media screen and (max-width: 1199.98px) {
    .counterSection p {
        font-family: "Lora", sans-serif;
        font-size: 20px;
        font-weight: 600;
        margin-bottom: 0px;
    }

    .header .navbar form.frm-int {
        display: none !important;
    }

    .section-padding {
        padding: 20px 0px;
    }

    .header .frm-ext {
        margin-top: 16px;
        padding: 10px 50px;
    }

    h1 {
        font-size: 26px;
    }
}

@media screen and (max-width: 991.98px) {
    .navbar-collapse {
        margin-top: 15px;
    }

    .user-div {
        display: block;
    }

    .section-padding.product-section {
        padding: 0px 15px 15px 15px;
    }

    .header {
        position: relative;
    }

    .header .navbar>.container-fluid {
        justify-content: flex-end;
    }

    .header .menu-nav {
        padding: 8px 0px;
    }

    .header .menu-nav .navbar-brand {
        position: absolute;
        left: 15px;
        top: 3px;
        margin-right: 0;
    }

    .header .navbar-toggler {
        border: 0;
        padding-left: 0px;
        padding-right: 0px;
    }

    .header .navbar-toggler .tog-text {
        font-size: 16px;
        margin-right: 8px;
    }

    .hero-section {
        margin-top: 0px;
    }

    .element .home-slide-content h1 {
        font-size: 24px;
    }

    .element .home-slide-content p {
        font-size: 12px;
    }

    .slick-prev {
        left: 0px;
        top: 50%;
        transform: translate(-0px, -50%);
    }

    .slick-next {
        right: 0px;
        top: 50%;
        transform: translate(-30px, -50%);
    }

    .slick-prev::before,
    .slick-next::after {
        width: 35px;
        height: 35px;
    }

    .search-result-section .slick-prev::before,
    .search-result-section .slick-next::after {
        width: 24px;
        height: 24px;
    }

    .search-result-section .slick-prev {
        left: 50px;
    }

    .search-result-section .slick-next {
        transform: translate(-10px, -40%);
    }

    .product-section h1 {
        font-size: 20px;
        margin-bottom: 12px;
    }

    .product-wrapper h3 {
        font-size: 16px;
        margin-bottom: 12px;
        margin-top: 8px;
    }

    footer .social-icn-wrap {
        margin-top: 15px;
        margin-bottom: 20px;
    }

    .cmp-addr {
        margin-top: 15px;
    }

    footer h5 {
        font-size: 15px;
        height: 20px;
        margin-bottom: 10px;
        font-weight: 800;
        letter-spacing: 0.5px;
    }

    .pro-int-section .pro-int-content h1 {
        font-size: 22px;
    }

    .search-result-section .product-wrapper button {
        width: 100px;
        padding: 4px 2px;
        font-size: 12px;
    }

    .pro-int-section img {
        height: 300px;
    }

    .header .menu-nav ul li {
        padding: 0px 0px;
    }

    .header .menu-nav .navbar-brand img {
        margin-right: 0px;
        width: 160px;
    }

    .header form.frm-ext {
        margin-top: 15px;
        padding: 0px 15px;
    }

    .header form.frm-ext .form-control {
        border-radius: 0px;
        margin-right: 5px;
    }

    .header form.frm-ext .btn-ipex {
        margin-left: 0px;
    }

    #hero-slick-slider .element {
        height: 250px;
    }

    .product-wrapper a img {
        max-height: 250px;
        width: 100%;
    }

    .product-wrapper {
        margin-bottom: 15px;
    }

    .image-gallery .one-half {
        width: 93%;
    }

    .image-gallery .one-half+.one-half {
        width: 95%;
    }

    #rel-prod-slider .element,
    #rel-prod-slider1 .element {
        padding: 5px;
        height: 170px;
    }

    .relatedPro-Content p {
        font-size: 14px;
        margin-top: 5px;
        margin-bottom: 10px;
    }

    .detinfo-mat {
        padding: 10px;
    }

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

    .list-wrapper .list-item h5 {
        font-size: 20px;
    }

    footer {
        padding: 10px 0px;
    }

    .comp-nm {
        font-size: 13px;
    }

    .pro-category-section .accordion {
        max-width: 550px;
    }

    .breadcrumb-text {
        font-size: 14px;
        margin-left: 0.5rem;
    }

    .product-detContent-section .span-head,
    .product-detContent-section .span-cnt {
        font-size: 14px;
    }

    .product-detinfo-section ul li {
        margin-bottom: 12px;
    }

    .instagramSection .slick-prev {
        left: 16px;
    }

    .instagramSection .slick-next {
        right: 22px;
    }

    .instagramSection .element {
        max-height: 380px;
    }

    .prod-detail-main h1 {
        font-size: 24px;
    }

    .detinfo-mat h4 {
        font-size: 20px;
    }

    .detinfo-mat h6 {
        font-size: 16px;
    }

    .prod-detail-main h1::after {
        width: 150px;
    }
    
    .sec-img1 {
     height: 450px;
    }
}

@media screen and (max-width: 767.98px) {
    .section-padding.product-section {
        padding: 0px 0px 15px 0px;
    }
    
    .btn-ipex {
        padding: 4px 4px;
        font-size: 12px;
    }
    
    .pro-int-section img {
        height: 220px;
    }
    
    .sec-img1 {
     height: 350px;
    }
}

@media screen and (max-width: 575.98px) {
    .image-gallery .small-images .small-image {
        width: 60px;
        height: 60px;
    }

    .product-detContent-section h3 {
        font-size: 24px;
    }

    .product-section h1::after {
        width: 250px;
    }

    .element .home-slide-content h1 {
        font-size: 20px;
        margin-bottom: 10px;
    }

    .product-section h1,
    .counterSection h1,
    .instagramSection h1 {
        font-size: 22px;
    }

    .counterSection p.choosePara {
        font-size: 14px;
    }

    .instagramSection .element {
        max-height: 355px;
    }

    .product-detContent-section .span-head {
        min-width: 125px;
    }

    .product-detContent-section .span-head,
    .product-detContent-section .span-cnt {
        font-size: 12px;
        min-height: 45px;
    }
    
    .sec-img1 {
     height: 250px;
    }
}

/* responsiveness css ended----------------------------------------------------------------------------- */