@import url("https://fonts.googleapis.com/css2?family=Cormorant:ital,wght@0,300..700;1,300..700&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap");

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

a {
    text-decoration: none !important;
    font-family: "Lato", sans-serif;
}

p,
.f-lato {
    text-decoration: none !important;
    font-family: "Lato", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
.f-crm {
    font-family: "Cormorant", serif;
}

.f-pn {
    font-family: "Pangolin", serif;
}

.bg-main {
    background: #f4eee5;
}

.bg-second {
    background: #eff5f6;
}

.color0 {
    color: #000 !important;
}

.colorf {
    color: #fff !important;
}

.color3 {
    color: #fa8b37 !important;
}

.color4 {
    color: #333 !important;
}

.bg-fff {
    background: #fff !important;
}

.tbp {
    padding: 100px 0;
}

.tbp2 {
    padding: 60px 0;
}
.tbm2 {
    margin: 60px 0;
}

.tbm {
    margin: 100px 0;
}

.mt-10 {
    margin-top: 10px !important;
}

.mt-20 {
    margin-top: 20px !important;
}

.mt-30 {
    margin-top: 30px !important;
}

.mt-40 {
    margin-top: 40px !important;
}

.mt-50 {
    margin-top: 50px !important;
}
.mt-80 {
    margin-top: 80px !important;
}

.mr-10 {
    margin-right: 10px !important;
}

.mr-20 {
    margin-right: 20px !important;
}

.mr-30 {
    margin-right: 30px !important;
}

.mr-40 {
    margin-right: 40px !important;
}

.mr-50 {
    margin-right: 50px !important;
}

.ml-10 {
    margin-left: 10px !important;
}

.ml-20 {
    margin-left: 20px !important;
}

.ml-30 {
    margin-left: 30px !important;
}

.ml-40 {
    margin-left: 40px !important;
}

.ml-50 {
    margin-left: 50px !important;
}

.mb-10 {
    margin-bottom: 10px !important;
}

.mb-20 {
    margin-bottom: 20px !important;
}

.mb-30 {
    margin-bottom: 30px !important;
}

.mb-40 {
    margin-bottom: 40px !important;
}

.mb-50 {
    margin-bottom: 50px !important;
}

img {
    width: 100%;
}

.btn1 {
    border: none;
    background: #36454F;
    color: #fff;
    padding: 6px 6px 6px 20px;
    border-radius: 100px;
    align-items: center;
    text-transform: uppercase;
    font-weight: 500;
    display: inline-flex;
    gap: 12px;
    text-align: center;
    font-size: 14px;
}

.btn1 span {
    width: 34px;
    height: 34px;
    background: #19232a;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    display: inline-flex;
    transform: rotate(-45deg);
    font-size: 16px;
}

.btn1:hover span {
    transform: rotate(0deg);
    transition: 0.5s;
}

ul.navbar-nav {
    margin: 0 0 0 auto;
}

section.main-header {
    background: #fff;
    /* border-bottom: 1px solid #d9d8d8; */
}

.cus-container {
    width: 100%;
    max-width: 80%;
    margin-inline: auto;
}

a.navbar-brand img {
    max-width: 270px;
}

.hsc-main {
    background: #F2EDE9;
    height: calc(100vh - 80px);
    display: flex;
    align-items: center;
    position: relative;
    z-index: 0;
    overflow: hidden;
}

.hscm-txt span.hscm-tspan {
    font-family: "Lato", sans-serif;
    font-size: 14px;
    color: #36454F;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.8px;
    display: block;
    margin-bottom: 6px;
}

.hscm-txt h4 {
    font-size: 70px;
    color: #36454F;
    margin-bottom: 10px;
}

.hscm-txt p {
    font-size: 16px;
    line-height: 28px;
    color: #333;
    font-weight: 500;
    margin-bottom: 30px;
    max-width: 600px;
}

/* .hscm-txt {
    max-width: 620px;
} */
.hsc-main:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: url(../../assets/img/bg1.png);
    z-index: -1;
    background-position: left bottom;
    background-size: contain;
    background-repeat: no-repeat;
}

a.nav-link {
    text-transform: uppercase;
    color: #111;
    font-size: 15px;
    font-weight: 600;
    padding: 0 0 !important;
    margin: 0 18px;
    letter-spacing: 1px;
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
    color: #111 !important;
    font-weight: 700;
}

section.hero-section {
    position: relative;
    z-index: 0;
    overflow: hidden;
}

.hrs-imgages {
    display: flex;
    gap: 20px;
    position: absolute;
    right: -80px;
    top: 0;
    z-index: 1;
    max-width: 900px;
    width: 100%;
}

.hrsi-box {
    margin-bottom: 20px;
    border-radius: 500px;
    width: 100%;
}

.hrsi-box img {
    border-radius: 500px;
    max-height: 420px;
    width: 100%;
    object-fit: cover;
    min-height: 450px;
}

.hrsi {
    white-space: nowrap;
    display: flex;
    flex-wrap: wrap;
    /* max-width: 250px;
    min-width: 250px; */
}

.hrsi-1,
.hrsi-3 {
    animation: scroll-top 180s linear infinite;
}

.hrsi-2 {
    animation: scroll-bottom 280s linear infinite;
    align-content: end;
}

@keyframes scroll-top {
    0% {
        transform: translateY(0%);
    }

    100% {
        transform: translateY(-100%);
    }
}

@keyframes scroll-bottom {
    0% {
        transform: translateY(-50%);
    }

    100% {
        transform: translateY(100%);
    }
}

.main-tt p {
    font-family: "Lato", sans-serif;
    font-size: 14px;
    color: #36454F;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.8px;
    display: block;
    margin-bottom: 12px;
}

.main-tt h4 {
    font-size: 60px;
    color: #36454F;
    margin-bottom: 12px;
    line-height: 64px;
}

.main-con p {
    font-size: 16px;
    line-height: 28px;
    color: #333;
    font-weight: 500;
    margin-bottom: 14px;
    /* max-width: 600px; */
}

.main-ul ul {
    --icon-space: 1.3em;
    list-style: none;
    padding: 0;
}

.main-ul li {
    padding-left: var(--icon-space);
    font-size: 16px;
    line-height: 28px;
    color: #36454F;
    font-weight: 500;
    margin-bottom: 14px;
    max-width: 600px;
}

.main-ul li:before {
    content: "\e5d6";
    font-family: FontAwesome;
    display: inline-block;
    margin-left: calc(var(--icon-space) * -1);
    width: var(--icon-space);
    color: #36454F;
}

ul.ulf2 {
    display: flex;
    flex-wrap: wrap;
    row-gap: 14px;
}
ul.ulf2 li{
    margin-bottom: 0;
}

ul.ulf2 li {
    width: 100%;
    max-width: 50%;
    color: #333;
}

.mtb-30 {
    margin: 30px 0 20px;
}

.habl-ic {
    margin-right: 80px;
}

section.h-products, section.h-counter, .mab {
    background: #fff;
    /*background: linear-gradient(90deg, #bfc7cdab 0%, #fdfdfd 50%, #bfc7cdab 100%);*/
    position: relative;
    z-index: 0;
}
.mab, .mp-content, .p-why-us {
    background: linear-gradient(90deg, #bfc7cd33 0%, #fdfdfd 50%, #bfc7cd33 100%);
}
/* section.h-products:before,
section.h-counter:before, .mab:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: url(../../assets/img/bg2.png);
    top: 0;
    left: 0;
    z-index: -1;
} */

.hpr-con {
    display: flex;
    gap: 34px;
    flex-wrap: wrap;
    justify-content: center;
}

.hprc-box {
    width: 100%;
    max-width: 31%;
}

.prcb-img {
    /* border-radius: 30px; */
    position: relative;
    z-index: 0;
    overflow: hidden;
    min-height: 420px;
    /*box-shadow: 0 0 25px #0000007a;*/
}

.prcb-img img {
    /* border-radius: 40px; */
    max-height: 420px;
    min-height: 420px;
    object-fit: cover;
}

.prcb-ibtn {
    position: absolute;
    right: -60px;
    top: 14px;
    display: flex;
    flex-wrap: wrap;
    max-width: 40px;
    gap: 8px;
}

.prcb-ibtn a {
    display: flex;
    width: 40px;
    height: 40px;
    background: #36454F;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #fff;
    font-size: 14px;
    opacity: 0.75;
}

.prcb-ibtn a:hover {
    transform: scale(1.07);
    opacity: 1;
    transition: 0.5s;
}

.prcb-con {
    text-align: center;
    margin-top: 30px;
}

.prcb-con h5 a {
    font-family: "Cormorant", serif;
    font-size: 24px;
    color: #36454F;
    font-weight: 600;
    text-transform: capitalize;
    line-height: 32px;
}

.prcb-con h5 {
    margin-bottom: 14px;
}

.prcb-con p a {
    color: #36454F;
    border-bottom: 1px solid;
    padding-bottom: 4px;
    display: inline-flex;
    align-items: center;
    gap: 16px;
    font-weight: 600;
    font-size: 16px;
}

.prcb-con p a i {
    transform: rotate(-45deg);
}
.prcb-con p a:hover i {
    transform: rotate(0deg);
    transition: 0.3s;
}


.hprc-box:hover .prcb-ibtn {
    right: 14px;
    transition: 0.5s;
}

.prcb-img img.prd-i1 {
    position: absolute;
    top: 0;
    left: 0px;
}

.prcb-img img.prd-i2 {
    position: absolute;
    left: 100%;
    top: 0;
}

.hprc-box:hover .prcb-img img.prd-i1 {
    left: -100%;
    transition: all 0.3s ease-in-out;
}

.hprc-box:hover .prcb-img img.prd-i2 {
    left: 0%;
    transition: all 0.3s ease-in-out;
}

.hwul-ic {
    position: relative;
    z-index: 0;
    margin-right: 140px;
}

.hwul-badge {
    position: absolute;
    right: -100px;
    top: 50%;
    transform: translateY(-50%);
    display: none;
}

/* .hwul-ic img.why-us-img {
    border-radius: 200px;
} */

section.h-why-us.tbp {
    position: relative;
    z-index: 0;
}

section.h-why-us:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #36454F;
    top: 0;
    right: 0;
    max-width: 74%;
    z-index: -1;
}

@keyframes rotate360 {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.rotating {
    animation: rotate360 2s linear infinite;
}

.hwul-badge img {
    animation: rotate360 16s linear infinite;
}

.hwur-con {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

.hwur-box {
    display: flex;
    gap: 14px;
    width: 100%;
    max-width: 47%;
}

.urb-r h5 {
    font-size: 28px;
    color: #fff;
    margin-bottom: 10px;
}

.urb-r p {
    font-size: 16px;
    line-height: 28px;
    color: #fff;
    font-weight: 400;
    margin: 0 0 10px;
}

.urb-l img {
    filter: brightness(0) invert(1);
}

.urb-l img {
    width: 100%;
    min-width: 70px;
    max-width: 70px;
}

.hctr-ic {
    display: flex;
}

.hctr-box {
    width: 100%;
    text-align: center;
    position: relative;
    z-index: 0;
}

.hctr-box h5 {
    font-size: 80px;
    color: #36454F;
    margin-bottom: 25px;
    line-height: 70px;
}

.hctr-box p {
    font-size: 22px;
    line-height: 28px;
    color: #36454F;
    font-weight: 500;
    margin-bottom: 0;
}

.hctr-box:before {
    content: "";
    position: absolute;
    width: 2px;
    height: 60%;
    background: transparent;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    border: 2px dashed #6c5c4e87;
}

.hctr-box:last-child:before {
    display: none;
}

/* .habl-ic img {
    border-radius: 140px;
} */

.tst-ii {
    display: flex;
    gap: 20px;
    padding: 40px 40px 40px 40px;
    background: #f5f5f5;
}

/* .tst-l img {
    border-radius: 40px 0;
} */

.tst-r {
    width: 100%;
}

.tst-r2 {
    display: flex;
    gap: 24px;
    align-items: center;
}

span.tst-ratting i {
    margin-right: 4px;
    color: #ffa700;
}

span.tst-ratting {
    margin-bottom: 15px;
    display: block;
}

.tst-r1 p {
    font-size: 16px;
    line-height: 26px;
    color: #333;
    font-weight: 500;
    margin-bottom: 0;
}

.tst-r1 {
    padding-bottom: 30px;
    margin-bottom: 25px;
    border-bottom: 1px solid #686d7029;
}

.tr2-r P {
    margin-bottom: 0;
    font-size: 16px;
    color: #36454F;
    font-weight: 500;
}

.tr2-r h4 {
    font-size: 24px;
    margin-bottom: 0;
    color: #36454F;
}

.tr2-l i {
    color: #36454F;
    font-size: 60px;
}

/* .tst-l {
    height: 100%;
} */
.tst-l img {
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
    max-width: 100px;
    min-width: 100px;
    max-height: 100px;
    min-height: 100px;
}

/* .tst-l {
    width: 100%;
    
    border-radius: 50%;
} */

.ftc-tt h4 {
    font-family: "Lato", sans-serif;
    font-size: 17px;
    color: #36454F;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0.8px;
    display: block;
    margin-bottom: 16px;
}

.ftc-logo img {
    max-width: 250px;
    margin-bottom: 30px;
}

.ftc-ul ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center;
    gap: 30px;
}

.ftc-ic {
    text-align: center;
}

footer {
    background: #f5f5f5;
    padding: 80px 0 0px;
    position: relative;
    z-index: 0;
}

.ftc-ul ul li a {
    color: #36454F;
    font-weight: 600;
}

.ftc-social a {
    width: 36px;
    height: 36px;
    background: #fff;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    color: #36454F;
    border: 2px solid #abafb3;
}

.ftc-social {
    display: flex;
    gap: 8px;
    justify-content: center;
}

.ftc-payment img {
    max-width: 220px;
}

.ft-btm {
    display: flex;
    justify-content: space-between;
}

.ft-btm p {
    font-size: 16px;
    line-height: 26px;
    color: #36454F;
    font-weight: 600;
    margin-bottom: 0;
}

.ft-btm p a {
    color: #36454F;
}

.ft-btm {
    padding: 20px 0 20px;
    border-top: 1px solid #abafb3;
    margin-top: 60px;
}

.wave-container {
    position: absolute;
    width: 100%;
    height: 110px;
    overflow: hidden;
    top: -50px;
}

.wave {
    position: absolute;
    width: 200%;
    height: 100%;
    bottom: 0;
    left: 0;
    background-repeat: repeat-x;
    background-size: contain;
    opacity: 0.6;
}

.wave1 {
    background-image: url("data:image/svg+xml;utf8,<svg viewBox='0 0 1200 100' xmlns='http://www.w3.org/2000/svg'><path d='M0,30 C150,70 350,-10 600,30 C850,70 1050,-10 1200,30 L1200,100 L0,100 Z' fill='%23f5f5f5'/></svg>");
    animation: wave1 10s linear infinite;
    z-index: 3;
    opacity: 1;
}

.wave2 {
    background-image: url("data:image/svg+xml;utf8,<svg viewBox='0 0 1200 100' xmlns='http://www.w3.org/2000/svg'><path d='M0,40 C150,80 350,-20 600,40 C850,80 1050,-20 1200,40 L1200,100 L0,100 Z' fill='%23bfc7cd'/></svg>");
    animation: wave2 15s linear infinite;
    z-index: 2;
    opacity: 0.4;
}

.wave3 {
    background-image: url("data:image/svg+xml;utf8,<svg viewBox='0 0 1200 100' xmlns='http://www.w3.org/2000/svg'><path d='M0,50 C150,90 350,-30 600,50 C850,90 1050,-30 1200,50 L1200,100 L0,100 Z' fill='%23bfc7cd'/></svg>");
    animation: wave3 20s linear infinite;
    z-index: 1;
    opacity: 0.3;
}

@keyframes wave1 {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

@keyframes wave2 {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

@keyframes wave3 {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    background-color: #fff !important;
    box-shadow: 0 0 30px #00000020;
    border-bottom: 1px solid transparent !important;
    z-index: 9999 !important;
}

.rg-30 {
    row-gap: 30px !important;
}

section.i-banner {
    text-align: center;
    padding: 40px 0;
    background: url(../../assets/img/i-banner.png);
    position: relative;
    z-index: 0;
}
section.i-banner:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, #bfc7cdab 0%, #fdfdfdd4 50%, #bfc7cdab 100%);
    left: 0;
    top: 0;
    z-index: -1;
}
.ibn-ic h4 {
    color: #36454F;
    font-size: 40px;
    margin-bottom: 4px;
}
.ibn-ic p {
    margin: 0;
    text-transform: uppercase;
    font-size: 14px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #36454F;
}
.ibn-ic p a{
    color: #36454F;
}
.mab .habl-ic {
    margin-right: 0;
    margin-left: 80px;
}
.habl-ic {
    height: 100%;
}
.habl-ic img{
    height: 100%;
    object-fit: cover;
}
.hszs-box img {
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    max-width: 68%;
    height: 100%;
    z-index: -2;
    object-fit: cover;
    object-position: 200px 0%;
}
.hszs-box {
    position: relative;
    z-index: 0;
    padding: 200px 0;
    /* background: #C0C0C0; */
}
.hszs-box:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(90deg, #f5f5f5 0%, #e3e3e3 46%, #ffffff14 66%, #ffffff00 100%);
    top: 0;
    left: 0;
    max-width: 100%;
    z-index: -1;
}
.hscm-txt {
    max-width: 600px;
}
nav.navbar .cus-container {
    display: flex;
    flex-wrap: inherit;
    align-items: center;
    justify-content: space-between;
}
.hszs-box:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%; 
    top: 0;
    left: 0;
    z-index: -1;
    background-position: bottom left;
    background-size: contain;
    background-repeat: no-repeat;
    opacity: 0.6;
}
.main-con h5 {
    font-family: "Lato", sans-serif;
    font-size: 16px;
    color: #36454F;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.8px;
    padding-left: 14px;
    position: relative;
    z-index: 0;
    line-height: 26px;
    margin: 16px 0;
}
.main-con h5:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #36454F;
    max-width: 4px;
    left: 0;
    top: 0;
    border-radius: 10px;
}
.nwh-ic {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
section.new-header {
    padding: 10px 0;
    background: #fff;
    box-shadow: 0 0 10px #00000020;
}
.nwh-logo img {
    max-width: 250px;
}
.atm-con {
    display: flex;
    gap: 26px;
    justify-content: center;
}
.atmc-box {
    width: 100%;
    max-width: 37%;
}
.atmc-con p, .mpcn-txt p {
    font-size: 16px;
    line-height: 28px;
    color: #333;
    font-weight: 500;
    margin-bottom: 14px;
    max-width: 600px;
}
.atmc-con h5, .mpcn-txt h5 {
    font-family: "Lato", sans-serif;
    font-size: 18px;
    color: #36454F;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.8px;
    /* padding-left: 14px; */
    position: relative;
    z-index: 0;
    line-height: 28px;
    margin: 16px 0 6px;
}
/* zoom-thumbanil css start */
/* zoom-thumbanil css start */
/* zoom-thumbanil css start */
/* zoom-thumbanil css start */
/* zoom-thumbanil css start */
/* zoom-thumbanil css start */
/* zoom-thumbanil css start */
.image-zoom {
    position: relative;
}
 /* Styling for xzoom and placement */
  .xzoom-source img, .xzoom-preview img, .xzoom-lens img {
    display: block;
    max-width: 200%;
    min-width: 200%;
    max-height: 150%;
    min-height: 150%;
  }
  
  /* --------------- */
  /* xZoom Styles below */
  .xzoom-container {
    display: flex !important;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    text-align: right;
}
  
.xzoom-thumbs {
    text-align: center;
    margin-bottom: 10px;
    display: flex;
    column-gap: 20px;
    justify-content: center;
    width: 100%;
    flex-wrap: wrap;
    max-width: 60px;
    position: absolute;
    top: 0;
    left: 0;
}
  
.xzoom, .xzoom2, .xzoom3, .xzoom4, .xzoom5 {
    /* box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5); */
    margin-bottom: 0;
    width: 100% !important;
    max-width: 100%;
}
  
  /* Thumbs */
  .xzoom-gallery, .xzoom-gallery2, .xzoom-gallery3, .xzoom-gallery4, .xzoom-gallery5 {
    border: 1px solid #cecece;
    margin-left: 5px;
    margin-bottom: 10px;
  }
  
  .xzoom-source {
    display: block;
    position: static;
    float: none;
    clear: both;
  }
  
  .xzoom-hidden {
    display: block;
    position: static;
    float: none;
    clear: both;
    overflow: hidden;
  }
  
  /* Everything out of border is hidden */
  /* Preview */
  .xzoom-preview {
    border: 1px solid #e1e1e1 !important;
    background: #fff !important;
    /* box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5); */
    width: 100%;
    max-width: 50%;
    min-width: 50%;
    max-height: 100%;
    min-height: 100%;
    z-index: 999999999;
  }
  
  /* Lens */
  .xzoom-lens {
    border: 1px solid #555;
    /* box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5); */
    cursor: zoom-in;
  }
  
  /* Loading */
  .xzoom-loading {
    background-position: center center;
    background-repeat: no-repeat;
    border-radius: 100%;
    opacity: 0.7;
    background: url(../images/xloading.gif) center no-repeat;
    width: 48px;
    height: 48px;
    transform: translate(-50%, -50%);
  }
  
  /* Additional class that applied to thumb when it is active */
  .xactive {
    /* box-shadow: 0px 0px 3px 0px #4aa9d2; */
    border: 1px solid #4aaad2;
  }
  
  /* Caption */
  .xzoom-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    background: #000;
    width: 100%;
    text-align: left;
  }
  .xzoom-caption span {
    color: #fff;
    font-family: Arial, sans-serif;
    display: block;
    font-size: 0.75em;
    font-weight: bold;
    padding: 10px;
  }
  
  @media (max-width: 500px) {
    /* img.xzoom {
      max-width: 100vw;
      margin-left: auto;
      margin-right: auto;
    } */
  
    /* .xzoom-thumbs .xzoom-gallery {
      width: 20%;
      max-width: 50px;
    } */
    /* a.popup {
        width: 100%;
        max-width: 20% !important;
    } */
  }
  .fancybox-container {
    z-index: 9999999999 !important;
}
a.popup {
    width: 100%;
    /* max-width: 14%; */
}
/* product image thumbnail zoom css over */
.pdtm-inc {
    margin-top: 50px;
}
.pdtm-box {
    margin-bottom: 20px;
}
img.xzoom-gallery {
    max-width: 60px;
    min-width: 60px;
    max-height: 50px;
    min-height: 50px;
    object-fit: contain;
}
.image-zoom {
    position: relative;
}
.iz-icon a {
    display: flex;
    background: #36454F;
    color: #fff;
    width: 50px;
    height: 50px;
    align-items: center;
    justify-content: center;
    position: absolute;
    z-index: 99;
    right: 10px;
    top: 10px;
    font-size: 20px;
    border-radius: 4px;
}
a.xzoom-main-img {
    width: 100%;
    max-width: calc(100% - 80px);
    margin-right: 0 !important;
    margin-left: auto;
}
/* img#xzoom-default {
    max-height: 435px;
    min-height: 435px;
    object-fit: cover;
} */
/* zoom-thumbanil css end */
/* zoom-thumbanil css end */
/* zoom-thumbanil css end */
/* zoom-thumbanil css end */
/* zoom-thumbanil css end */
/* zoom-thumbanil css end */
/* zoom-thumbanil css end */
.mapr-ic h5 {
    font-family: "Lato", sans-serif;
    font-size: 28px;
    color: #36454F;
    text-transform: capitalize;
    font-weight: 600;
    letter-spacing: 0.8px;
    padding-left: 24px;
    position: relative;
    z-index: 0;
    line-height: 40px;
    margin: 0px 0 16px;
}
.mapr-ic h5:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #36454F;
    max-width: 4px;
    left: 0;
    top: 0;
    border-radius: 10px;
}

.mapr-ic p {
    font-size: 16px;
    line-height: 28px;
    color: #333;
    font-weight: 500;
    margin-bottom: 12px;
}
.mapr-review a {
    color: #ff8f00;
}
.mapr-review a i {
    margin-right: 5px;
}
.mapr-review a span {
    color: #222;
    font-weight: 600;
}
.mapr-btn a {
    display: flex;
    align-items: center;
}
.mapr-btn {
    display: flex;
    gap: 20px;
}
.mapr-btn a img {
    max-width: 44px;
    min-width: 44px;
}
.mapr-btn a {
    background: #646464;
    color: #fff;
    padding: 6px 6px 6px 20px;
    border-radius: 100px;
    align-items: center;
    text-transform: uppercase;
    font-weight: 600;
    display: inline-flex;
    gap: 9px;
    text-align: center;
    font-size: 14px;
    letter-spacing: 0.5px;
}
.mpc-con.mt-50 {
    display: flex;
    gap: 25px;
}
.mpcn-box {
    width: 100%;
}
.mpcn-img img {
    max-height: 270px;
    min-height: 270px;
    object-fit: cover;
}
.phu-con {
    display: flex;
    position: relative;
    z-index: 0;
    gap: 80px;
}
.phuc-box {
    width: 100%;
    text-align: center;
}
.phuc-img span.phuc-span {
    width: 140px;
    height: 140px;
    background: #f5f5f5;
    display: inline-flex;
    border-radius: 50%;
    margin-inline: auto;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 0;
}
.phuc-img span.phuc-span img {
    max-width: 80px;
}
.phu-con:before {
    background: url(../../assets/img/step-line.svg);
    top: 28px;
    content: "";
    height: 100%;
    left: 179px;
    position: absolute;
    width: 100%;
    background-repeat: no-repeat;
    z-index: -1;
}
.phuc-img span.phuc-span:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    border: 1px dashed #b3b3b3;
    border-radius: 50%;
    max-width: 90%;
    max-height: 90%;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 50%;
}
span.phuc-span-no {
    background: #000;
    color: #fff;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 14px;
    font-family: "Lato", sans-serif;
    font-weight: 600;
    letter-spacing: 0.5px;
    position: absolute;
    right: -8px;
    top: 8px;
}
.mts-ic .tst-box {
    margin-bottom: 30px;
    width: 100%;
    margin-left: 50px;
    box-shadow: 0 0 40px #00000017;
}
.mts-ic .tst-box:nth-child(even) {
    margin-left: -50px;
}
.mts-ic .tst-box:nth-child(even) .tst-l {
    order: 2;
}
/* .mts-ic .tst-box .tst-r {
    background: none;
    padding: 40px 20px;
} */
.mts-ic .tst-box .tst-ii {
    padding: 20px 20px;
    background: #fff;
}
.mcn-top {
    display: flex;
    gap: 30px;
}
.mcn-box {
    width: 100%;
    background: #f5f5f5;
    display: flex;
    align-items: center;
    padding: 20px 30px;
    gap: 20px;
}
.mcnb-l span {
    background: #19232a;
    width: 70px;
    height: 70px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 30px;
    color: #fff;
}
.mcnb-r h5 {
    font-size: 26px;
    font-weight: 800;
    margin-bottom: 6px;
    color: #19232a;
}
.mcnb-r p {
    font-size: 16px;
    line-height: 28px;
    color: #333;
    font-weight: 500;
    margin-bottom: 0;
}
.mcnb-r p a{
    color: #333;
}
.mw-500{
    max-width: 500px;
}

.manf-ic {
    background: #19232a;
    padding: 40px 40px;
}
.form-row {
    display: flex;
    column-gap: 20px;
}
.form-group {
    width: 100%;
    margin-bottom: 20px;
}
.form-group .form-control {
    background: transparent;
    border-radius: 0;
    border-bottom: 1px solid #36454F !important;
    padding: 12px 12px;
    border: none;
    color: #fff;
}
.form-group .form-control::placeholder {
    color: #fff;
}
.mcnfr-ic {
    /* display: none; */
    margin-bottom: -120px;
}
section.main-contact {
    position: relative;
    z-index: 0;
}
/* section.main-contact:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: url(../../assets/img/contact-test.png);
    right: 180px;
    bottom: 0;
    background-repeat: no-repeat;
    background-size: contain;
    max-width: 600px;
    max-height: 650px;
} */
/* img#xzoom-default {
    min-height: 460px;
    max-height: 460px;
    object-fit: cover;
} */
 .hpr-slider .hprc-box {
    max-width: 100%;
    margin: 0 12px;
}
@media(max-width:1600px) and (min-width:1400px){
    .hszs-box img {
    object-position: 20px 0%;
}
}
.buyd-box {
    display: flex;
    column-gap: 40px;
    background: #efefef;
    position: relative;
    z-index: 0;
    padding: 30px 30px;
    max-width: 470px;
    border-radius: 20px;
    background-size: cover;
    background-position: center center;
    justify-content: center;
    min-width: 470px;
    flex-wrap: wrap;
}
.buyd-box:before {
    background: url(../../assets/img/bg3.jpg);
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 20px;
    z-index: -1;
    opacity: 0.7;
    background-size: cover;
}
.buy-div {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 99999;
    background: #0e0e0eb0;
    display: none;
    justify-content: center;
    align-items: center;
    backdrop-filter: blur(4px);
}
.buy-div-flex{
    display: flex;
}
.buyd-row {
    display: flex;
    column-gap: 12px;
    align-items: center;
    margin-bottom: 20px;
}
.ydr-l span {
    background: #36454F;
    color: #fff;
    width: 50px;
    height: 50px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
}
.ydr-r p {
    margin: 0;
    font-weight: 600;
}
.buyd-r img {
    max-width: 300px;
}
.buyd-r p {
    margin: 0px 0 0;
    text-align: center;
    font-weight: 700;
    line-height: 24px;
    font-size: 15px;
}

.buyd-close {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -70px;
}
.buyd-close span {
    background: #efefef;
    color: #1c1415;
    width: 46px;
    height: 46px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 22px;
    border-radius: 50%;
    cursor: pointer;
}
.buyd-close span:hover {
    box-shadow: 0 0 6px inset #000000d1;
    background-color: #fff;
}
body.no-scroll {
    overflow: hidden; /* Prevents scrolling */
  }
.mapr-price h4 {
    /* font-family: "Lato", sans-serif; */
    font-size: 28px;
    color: #36454F;
    text-transform: capitalize;
    font-weight: bolder;
    letter-spacing: 0.8px;
    position: relative;
    z-index: 0;
    line-height: 40px;
    margin: 0px 0 0;
}
.phuc2:before {
    background: url(../../assets/img/step-line.svg);
    top: 28px;
    content: "";
    height: 100%;
    left: 260px;
    position: absolute;
    width: 100%;
    background-repeat: no-repeat;
    z-index: -1;
    max-width: 730px;
    background-size: contain;
}
.buyd-m h5 {
    font-family: "Lato", sans-serif;
    font-size: 20px;
    color: #36454F;
    text-transform: capitalize;
    font-weight: 600;
    letter-spacing: 0.8px;
    padding-left: 16px;
    position: relative;
    z-index: 0;
    line-height: 30px;
    margin: 0px 0 10px;
}
.buyd-m h5:before {
     content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #36454F;
    max-width: 4px;
    left: 0;
    top: 0;
    border-radius: 10px;   
}
.buyd-m p {
       font-size: 16px;
    color: #000000;
    margin-bottom: 0;
    line-height: 26px;
}
.buyd-l {
    width: 100%;
    /* background: #19232a; */
    /* padding: 30px 30px; */
    /* max-width: 50%; */
}
.buyd-l .form-group .form-control {
    color: #19232a;
}
.buyd-l .form-group .form-control::placeholder {
    color: #19232a;
}
.buyd-r {
    width: 100%;
    max-width: 250px;
    text-align: center;
}

.tst-box {
    margin: 0 15px;
}
section.p-how-to-use.tbm {
    OVERFLOW: hidden;
}
.main-test .tst-r1 p {
     display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;  
  overflow: hidden;
}
.atmc-con h6 {
    font-family: "Lato", sans-serif;
    font-size: 14px;
    color: #36454F;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.8px;
    padding-left: 30px;
    position: relative;
    z-index: 0;
    line-height: 28px;
    margin: 16px 0 4px;
}
.atmc-con h6:before {
    content: "";
    width: 20px;
    height: 2px;
    background: #36454F;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.atmc-img img {
    /* max-height: 280px;
    min-height: 280px;
    object-fit: cover;
    object-position: top center; */
    border: 1px solid #f7f7f7;
}
.tr2-l {
    display: none;
}
.op-cc{
    object-position: center center !important;
}
.buyd-m {
    width: 100%;
}

.buyd-r {
  display: none;
}
.buyd-l .form-group {
    width: 100%;
    margin-bottom: 10px;
}
.form-control:focus {
    background-color: transparent !important;
    box-shadow: none !important;
}
div#thankyou-section {
    margin-top: 20px;
}