@charset "utf-8";
/* CSS Document */
*{margin:0px; padding:0px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
html{ width:100%; height:100%; margin:0px; padding:0px; scroll-behavior: smooth;}
body{ margin:0px; padding:0px; font-family: 'Poppins', sans-serif; font-size:14px; font-weight:400; color:#000; line-height:25px; min-height:100%;background-color:#fff;}
p{ margin:0px; padding:0px 0 20px 0; font-family: 'Poppins', sans-serif; font-size:14px; font-weight:400; color:#000; line-height:25px;}
h1{ margin: 0; padding: 0px 0px 38px; font-size:40px; font-weight: 700; line-height:44px; font-family: 'Poppins', sans-serif; color:#000; position:relative;}
h2{ margin: 0; padding: 0px 0px 38px; font-size:40px; font-weight: 700; line-height:44px; font-family: 'Poppins', sans-serif; color:#000; position:relative; font-weight: 800;}
h3{ margin: 0; padding: 0; font-size:28px; line-height:32px; font-family: 'Poppins', sans-serif; color:#000;}
h4{ margin: 0; padding: 0; font-size:20px; line-height:24px; font-family: 'Poppins', sans-serif; color:#000;}
h5{ margin: 0; padding: 0; font-size:15px; line-height:19px; font-family: 'Poppins', sans-serif; color:#000;}
h6{ margin: 0; padding: 0; font-family: 'Poppins', sans-serif;}
address, blockquote, dd, div, dl, dt, fieldset, form, frame, frameset{ margin:0; padding:0; border: 0px; outline: none; }
label, legend, table, caption, tbody, tfoot, thead, tr, th, td { margin:0px; padding:0; outline:none; border:0;}
a{ text-decoration:none; border: 0px; outline: none; transition: all .5s;}
a:hover, a:focus, a:active{ text-decoration:none; border: 0px; outline: none; transition: all .5s;color:#4c7998;}
a img{ border:none; outline: none;}
a:focus {outline:none; } 
button {-webkit-transition: background-color .3s ease, color .3s ease; transition: background-color .3s ease, color .3s ease;}
button:focus {outline:none; } 
border{ border-collapse:collapse;}
hr{ height:1px; background:#333333; border:none;}
.clear{ clear:both;}
.clearfix:before,
.clearfix:after { content: " "; display: table;}
.clearfix:after { clear: both;}
.clearfix { *zoom: 1;}
img {max-width: 100%;height: auto;object-fit: cover; -webkit-object-fit: cover;}
.no-pad { padding:0px !important;}
.no-mag { margin:0px !important;}
/*	Reset style			*/
::-moz-selection { color: #fff; background: #0CAFFF;}
::selection {  color: #fff; background: #0CAFFF;}
.form-control::-webkit-input-placeholder, input[type="text"]::-webkit-input-placeholder, input[type="email"]::-webkit-input-placeholder, input[type="password"]::-webkit-input-placeholder, textarea::-webkit-input-placeholder {color:#4e4e4e;opacity:1}
.form-control::-moz-placeholder, input[type="text"]::-moz-placeholder, input[type="email"]::-moz-placeholder, input[type="password"]::-moz-placeholder, textarea::-moz-placeholder {color:#4e4e4e;opacity:1}
.form-control:-ms-input-placeholder, input[type="text"]:-ms-input-placeholder, input[type="email"]:-ms-input-placeholder, input[type="password"]:-ms-input-placeholder, 
textarea:-ms-input-placeholder {color:#4e4e4e;opacity:1}
.form-control:-moz-placeholder, input[type="text"]:-moz-placeholder, input[type="email"]:-moz-placeholder, input[type="password"]:-moz-placeholder, textarea:-moz-placeholder 
{color:#4e4e4e;opacity:1}
.form-control, input[type="text"],input[type="tel"],input[type="email"],textarea,input[type="password"],input[type="number"], select { display: block !important; width: 100% !important;  font-family: 'Poppins', sans-serif; font-weight: 400; font-size: 15px; color: #4e4e4e; height: auto; background: #fff; padding: 15px 22px; margin-bottom: 12px; outline: none; border-radius: 0px; box-shadow: none; line-height: normal; border: none;appearance:none;-webkit-appearance:none;-moz-appearance:none;-ms-appearance:none; webkit-transition: all 0.3s ease-in-out;-moz-transition: all 0.3s ease-in-out;-ms-transition: all 0.3s ease-in-out;-o-transition: all 0.3s ease-in-out;transition: all 0.3s ease-in-out;}
textarea.form-control, textarea {height:120px;resize:none; overflow:hidden; padding: 15px 22px;}
.form-control:focus,textarea.form-control:focus {outline:none; border:none; background-color:#fff; -webkit-box-shadow: 0px 0px 12px 0px rgba(236,82,82,0.33);
-moz-box-shadow: 0px 0px 12px 0px rgba(236,82,82,0.33);
box-shadow: 0px 0px 12px 0px rgba(236,82,82,0.33);}
select.form-control{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:100%;border: none;border-radius:0px;box-shadow:none;background:#fff url(../images/arrow-down.png) no-repeat 97% center;font-size:15px;color:#4e4e4e;height:auto; padding: 15px 22px; font-family: 'Poppins', sans-serif; line-height:normal; font-weight:400; text-transform:none; cursor: pointer; }
select.form-control:focus {border:none; outline: none;background:#fff url(../images/arrow-down.png) no-repeat 97% center; 
-webkit-box-shadow: 0px 0px 12px 0px rgba(236,82,82,0.33);
-moz-box-shadow: 0px 0px 12px 0px rgba(236,82,82,0.33);
box-shadow: 0px 0px 12px 0px rgba(236,82,82,0.33);}
select.form-control option {color:#1f1f1f; font-size:13px; font-weight:400;}
.btn{ position:relative; font-size: 13px; line-height: 17px; padding: 8px 10px; color: #fff; outline: none; border: none; background-repeat: no-repeat; background-size: 100% 100%; -webkit-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -ms-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out; overflow:hidden; border-radius:3px; background-color:#ff89a0; font-family: 'Poppins', sans-serif; font-weight:500;}
.btn i {margin-left: 15px; vertical-align: middle; display: inline-block;}
.btn.red {background-color: #dc3c3a;}
.btn.red:hover {background-color: #991917;}
.btn.orange {background-color: #ff8c24;}
.btn.orange:hover {background-color: #ad5a0f;}
.btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {outline:0;box-shadow:none; color:#fff;}
.btn:hover {background-color:#ea647e; color:#fff; border:none; font-size:13px; line-height:17px; padding: 8px 10px;}
.padTopbtm{padding:90px 0;}
.displayTable{display:table;height:100%;width:100%; position:relative;}
.displayCell{display:table-cell;vertical-align:middle}
.tableWidth-full {width:100%;}
.tableWidth-half {width:50%; height:100%}
/* opacity */
.opacity1 { opacity:1 !important;}

/* scroll top */
.scroll_Top { position: fixed; width: 48px;bottom: 0px; right: 5%; background-color: #ff89a0 !important; color: #fff !important; font-size: 18px; line-height: 35px; opacity: 0; visibilty: hidden; webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; z-index: 100; text-align: center; /*border: 2px solid #fff;*/ border-radius: 4px 4px 0 0;}
.scroll_Top i {font-size:13px;}
.scroll_Top:hover, .scrollTop:focus{color:#fff !important; background-color: #333132 !important; border-radius: 4px 4px 0 0;}
.scroll_Top.pop{opacity:1; visibility:1;}
/* traingele toggle */
.triangle-box {width: 0;height: 0;border-style: solid;border-width: 0 50px 45px 0;border-color:transparent #c6030b transparent transparent; position:absolute; right:0; top:0; z-index:111; cursor:pointer; display:none;}
.triangle-box.active {border-color:transparent #0CAFFF transparent transparent;}
.triangle-box i {color:#fff; font-size:14px;}
.triangle-box .fa-plus {margin:9px 0 0 30px;}
.triangle-box .fa-minus {display:none;margin:9px 0 0 30px;}
.triangle-box.active .fa-plus {display: none;}
.triangle-box.active .fa-minus {display: block;}


/*----- 
Header 
-----*/
.top {
    background-color: #ff89a0;
    height: 50px;
}
.top-left {
    padding: 15px 0;
}
.contact-info {
    display: flex;
    align-items: center;
}
.contact-info a {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #fff;
    margin-right: 15px;
}
.contact-info a:hover {color: #fec7d6;}
.contact-info a .fa-phone, .contact-info a .fa-whatsapp, .contact-info a .fa-envelope-open-text {
    color: #fff;
    margin: 0 10px 0 0;
    font-size: 20px;
}
.contact-info a span {
    color: #fff;
    font-size: 14px;
}
.contact-info a:hover span {color: #fec7d6;}
#top > div {
    display: flex;
    justify-content: space-between;
}
.top-right {
    display: flex;
    padding: 15px 0;
}
.top-right .pull-right {float: right;}
.top-right ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.top-right ul li {
    display: inline-block;
    color: #fff;
    margin-right: 20px;
    font-size: 16px;
}
.top-right ul li:last-child {margin: 0;}
.top-right ul li a {color: #fff;}
.top-right ul li a:hover {
    color: #fec7d6;
}
.dropbtn {
    background-color: var(--secondary-color);
    color: var(--primary-hover-color);
    font-size: 14px;
    border: none;
    cursor: pointer;
    padding-right: 10px;
}
.dropdown {
    position: relative;
    display: inline-block;
}
.dropdown-content {
    display: none;
    position: absolute;
    background-color: var(--background-color);
    min-width: 170px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
}
.dropdown-content a {
    color: var(--primary-color);
    padding: 6px 10px;
    text-decoration: none;
    display: block;
}
element.style {
    background: var(--background-color) url() no-repeat center center;
    background-size: cover;
}
.dropdown:hover .dropdown-content {
    display: block;
}
.top-right-text-euro:hover {
    color: var(--primary-hover-color);
}
i.fa.fa-angle-down {
    color: var(--primary-hover-color);
}
i.fa-regular.fa-calendar-days {
    color: var(--primary-hover-color);
    font-size: 16px;
    padding-right: 5px;
}
#top .pull-left {
    margin: 0 0 0 25px;
}
.header-right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-top: 5px;
    padding-bottom: 5px;
}
.header-right>*+* {
    margin: 0 0 0 35px;
}
#header_ac>a,
#cart>.btn,
.search-btn-outer i {
    cursor: pointer;
    font-size: 16px;
    display: block;
    padding: 15px 0;
}
#header_ac>a i,
#cart>button i {
    display: block;
    font-size: 20px;
}
header .fa.fa-spinner.fa-spin {
    color: var(--primary-hover-color);
}
.header-inner {
    padding: 10px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.nav-bar-text strong {
    font-weight: 400;
    color: var(--primary-color);
}
.active-nav-bar-header {
    margin-left: 15px;
    font-weight: 400;
    color: var(--primary-color);
}
.active-color:hover {
    color: var(--primary-hover-color);
}
.vipodha-tabs ul li a:hover,
.vipodha-tabs ul li a.active {
    color: var(--primary-hover-color);
}
header.home {
    position: relative;
    padding: 0px 0;
    box-shadow: 0 0 10px rgb(0 0 0 / 10%) 
}

.hidden {
    display: none !important;
}
.dropdown,
.dropup {
    position: relative;
}

.dropdown-menu {
    margin: 0;
    border: none;
    border-top: 2px solid var(--primary-hover-color);
    border-radius: 5px;
    padding: 8px 0;
    width: 200px;
}
.dropdown-content {
    display: none;
    position: absolute;
    background-color: var(--background-color);
    min-width: 170px;
    box-shadow: 0px 8px 16px 0px rgb(0 0 0 / 20%);
    z-index: 10;
}

.img-responsive {
    display: block;
    max-width: 100% !important;
    height: auto;
}
.main-menu {
    display: block;
    font-weight: 500;
    font-size: 14px;
    text-transform: capitalize;
    text-decoration: none;
}
.menu ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
    text-transform: capitalize;
}
.menu ul ul {
    padding: 5px 15px 0px;
}
.menu ul ul li a:before {
    content: " ";
    margin: 0 6px 0 -10px;
    width: 4px;
    height: 4px;
    background: var(--primary-hover-color);
    display: inline-block;
    vertical-align: middle;
}
.static-menu .menu ul ul li a {
    display: block;
    padding: 5px 0;
    font-size: 14px;
    text-decoration: none;
}
span.labeloffer {
    position: absolute;
    left: 10px;
    top: -20px;
}
.sub-menu .content>.row:first-child {
    padding: 0px;
}
.title-submenu {
    font-weight: 500;
    font-size: 15px;
    padding-bottom: 10px;
    display: block;
    text-transform: capitalize;
}
.menu-product-thumb .caption {
    text-align: left;
}
.product-description h4 {
    font-size: 14px;
    margin: 10px 0 7px;
}
.menu-product-thumb .rating {
    margin-bottom: 5px;
}
.rating .fa-stack,
#review .fa-stack {
    font-size: 6px;
    width: 2em;
}
.fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
}
.rating .fa-star,
#review .fa-star {
    color: var(--primary-hover-color);
    font-size: 13px;
}
.menu-product-thumb .price-new {
    color: var(--primary-color);
    font-size: 14px;
}
.menu-product-thumb .price-old {
    text-decoration: line-through;
    font-size: 12px;
    color: var(--secondary-light-color);
}

ul.route.html-link {
    list-style: none;
    padding: 0px;
}
nav.navbar.navbar-expand-lg.navbar-light .container {
    display: unset;
}
#top {
    background-color: #ff89a0;
}
.top-right .dropdown-toggle {
    line-height: 20px; 
    text-transform: capitalize; 
    border: none;
    padding: 15px 0;
}
#top .dropdown-toggle {
    display: flex;
    align-items: center;
    color: var(--secondary-color);
    text-decoration: none;
    box-shadow: none;
    background: transparent;
}
.top-right .symbol {
    display: none;
}
.top-right span.drop-text:after {
    content: ":";
    padding: 0 5px;
}
.top-right .dropdown-toggle i {
    color: var(--secondary-color);
    font-size: 15px;
    vertical-align: middle;
    padding: 0 0 0 4px;
}
.btn-group>.dropdown-menu {
    font-size: 14px;
}
.dropdown-toggle::after {
    display: contents;
}
.top-right img.language-img {
    display: none;
}
.btn-group>.btn {
    font-size: 14px;
}
.header-right #cart {
    display: block;
}
.top-right .btn-group {
    display: block;
}
.dropdown-menu-right {
    box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
    right: 0;
    left: auto;
}
ul li .btn-link {
    font-weight: 400;
    color: var(--primary-color);
    text-decoration: none;
}
.menu-product-thumb img.img-responsive {
    width: 62px;
    border-radius: 10px;
}
header.header-fixed {
    position: fixed;
    background: #fff;
    top: 0;
    left: 0;
    right: 0;
    animation: fadeInDown 1s ease-out forwards;
    z-index: 9;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.08);
}
#logo img {
    margin: auto;
    width: 100%;
    max-width: 190px !important;
    border-radius: 0;
}
.dropdown-menu.pull-right {
    right: 0;
    left: auto;
}

@media (max-width: 1199px) and (min-width: 992px) {
    .header-center {
        border-top: 1px solid var(--border-color);
        text-align: center;
    }
}
@media (max-width: 1199px) {
    .header-inner {
        padding: 10px 0;       
    }
    .header-right {
        padding: 0;
    }
}
@media (max-width:991.5px) {
    .header-right>*+* {
        margin: 0 0 0 10px;
    }
}
@media (max-width:767.5px) {
    .contact-info a span{
        display: none;
    }
}
@media (max-width: 480.5px) {
    
    #logo img {
        max-width: 120px !important; 
    }
    #top .dropdown-toggle{
        padding: 10px 0;
    }
    .top-left {padding: 8px 0 8px;}
    .top-right {padding: 8px 0 8px;}
    .contact-info {position: relative; top: 3px;}
    #top .pull-left {
        margin: 0 0 0 20px;
    }
    #top .dropdown-toggle .code {
        display: none;
    }
    .top-right span.drop-text:after{
        display: none;
    }
}
/*----------
.Header End
----------*/

/*-----
Slider Section 
-----*/
.banner {position: relative;}
.banner .banner-image img {
    width: 100%;
}
.banner .banner-owl-carousel.owl-carousel .owl-nav {
    position: unset;
}
.banner .banner-owl-carousel.owl-carousel .owl-nav .owl-prev {
    left: 30px;
    right: auto;
}
.banner .banner-owl-carousel.owl-carousel .owl-nav .owl-next {
    left: auto;
    right: 30px;
}
.banner .banner-owl-carousel.owl-carousel .owl-nav .owl-prev,
.banner .banner-owl-carousel.owl-carousel .owl-nav .owl-next {
    background: #fff;
    color: #ff89a0;
    transform: translateY(50%);
}
.banner .banner-owl-carousel.owl-carousel .owl-prev:hover,
.banner .banner-owl-carousel.owl-carousel .owl-next:hover {
    background-color: #ff89a0;
    color: #fff;
}
.banner .banner-owl-carousel.owl-carousel .owl-nav .fa-angle-right, .banner .banner-owl-carousel.owl-carousel .owl-nav .fa-angle-left {font-weight: 800; font-size: 20px;}

@media (max-width: 767.5px) {
    .banner .banner-owl-carousel.owl-carousel .owl-nav .owl-prev{
        left: 10px;
    }
    .banner .banner-owl-carousel.owl-carousel .owl-nav .owl-next{
        right: 10px;
    }
    .banner .banner-owl-carousel.owl-carousel .owl-nav .fa-angle-right, .banner .banner-owl-carousel.owl-carousel .owl-nav .fa-angle-left {font-size: 14px;}
}
/*-----
.Slider Section 
-----*/
/*-----
Next & Prev
-----*/
.owl-carousel .owl-nav > .owl-prev,
.owl-carousel .owl-nav > .owl-next {
    text-align: center;
    position: absolute;
    bottom: 50%;
    border-radius: 50%;
    background: #ff89a0;
    color: #fff;
    height: 50px;
    width: 50px;
    font-size: 20px;
    line-height: 50px;
    display: inline-block;
    -webkit-transition: all 0.7s ease;
    opacity: 0;
}
.owl-carousel:hover .owl-nav > .owl-prev, .owl-carousel:hover .owl-nav > .owl-next {
    opacity: 1;
}
.owl-carousel .owl-nav > div.owl-prev {
    left: -25px;
}
.owl-carousel .owl-nav > div.owl-next {
    right: -25px;
}
.owl-carousel .owl-nav .owl-prev:hover,
.owl-carousel .owl-nav .owl-next:hover {
    background: #ff89a0;
    color: #fff;
    border-radius: 100%;
    opacity: 1;
}


@media (max-width:991px) {
    .owl-carousel .owl-nav > .owl-prev,
    .owl-carousel .owl-nav > .owl-next {
        height: 30px;
        width: 30px;
        line-height: 30px;
        opacity: 1;
        font-size: 16px;
    }
    .owl-carousel .owl-nav > div.owl-prev {
        left: -15px;
    }
    .owl-carousel .owl-nav > div.owl-next {
        right: -15px;
    }
}
/*-----
.Next & Prev
-----*/

/* clientArea */
.allSaree {position:relative; z-index:1; padding:40px 0;}
.allSaree h2 {text-align: center; padding-bottom: 15px;}
.allSaree h4 {font-size: 16px; color: #ff2b6d; font-style: italic;}
.allSaree h4 font {font-weight: 600; font-size: 18px; color: #c32959;}
.sareeImg {border:7px solid #fff; -webkit-box-shadow: 0px 0px 13px 0px rgba(0,0,0,0.14);
-moz-box-shadow: 0px 0px 13px 0px rgba(0,0,0,0.14);
box-shadow: 0px 0px 13px 0px rgba(0,0,0,0.14);}
.sareeCont {text-align:center; max-width:325px; margin:0 auto; -webkit-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.11);
-moz-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.11); box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.11); padding:8px 10px 8px; margin-top:-38px; background:#fff; position:relative; z-index:5; transition: all .5s;}
.sareeCont h3 {font-weight:400; font-size:15px; line-height: 20px; color:#000; text-transform:capitalize; margin:0px; padding: 0 !important;}
.sareeCont h3 a{color: #000;}
.sareeCont h3 a:hover{color: #ff89a0;}
.sareeCont p {padding:0; font-weight: 600;}
.sareeBox {margin:0 0 22px;}
.sareeBox:hover .sareeCont {margin-top:-45px; box-shadow: 0 5px 12px rgba(255,137,160,1);}
.sareeImg img {width:100%; height:100%;}

/* about */
.abt-img img {width: 100%;}
#about-us h2 {
  font-size: 2rem;
}

#about-us h4 {
  font-weight: 500;
  font-style: italic;
  color: #d6697f;
}
#about-us p.lead {color: #ea1699;}
#about-us p {
  font-size: 1rem;
  line-height: 1.7;
}
/* Promotion */
.promo-strip {position: relative; padding: 60px 0;}
.promo-strip h5 {color: #fff; font-size: 25px;}
.promo-strip p {color: #fff;}
.promo-strip ul {margin: 0; padding: 0; list-style-type: none;}
.promo-strip ul li {color: #fff; margin-bottom: 15px;}
.promo-strip ul li .fa-check-double {color: #fff; font-size: 20px; vertical-align: middle;}
.promo-strip p strong, .promo-strip ul li strong {color: #fff; font-size: 20px;}
.promo-strip p i {font-size: 18px; color: #fff; font-weight: 700;}

/* Why Choose */
.why_section {position: relative; padding: 50px 0;}
.youtube_video iframe {width: 100%; height: 100%;}
.youtube_video {height: 460px;}
.video-container {
      position: relative;
      padding-bottom: 56.25%; /* 16:9 aspect ratio */
      height: 0;
      overflow: hidden;
    }
    .video-container video {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
.why_choose_cont p {font-size: 1rem;
    line-height: 1.7;}
.why_choose_cont ul {margin: 0px; padding: 0; list-style: none;}
.why_choose_cont ul li {margin: 0 0 10px; font-size: 1rem;}
.why_choose_cont ul li:last-child {margin: 0;}

/* footer */
.mainft {
    position: relative;
    background-color: #ffe6eb;
    padding: 30px 0;
}
.ft-logo {width: 200px; margin: 0 auto 20px;}
.ft-social-icon {float: right;}
.ft-top-cont h3 {font-weight: 500; font-size: 20px; margin: 0 0 15px;}
.ft-top-cont ul {margin: 0; padding: 0; list-style-type: none;}
.ft-contact-info ul li {font-size: 16px; color: #000; margin-bottom: 15px;}
.ft-contact-info ul li:last-child {margin: 0;}
.ft-contact-info ul li a {color: #000;}
.ft-contact-info ul li a:hover {color: #ec3c5e;}
.ft-contact-info ul li .svg-inline--fa {font-size: 20px; color: #ec3c5e; vertical-align: middle;}
.ft-social-icon ul li {display: inline-block; margin-right: 8px;}
.ft-social-icon ul li:lst-child {margin: 0;}
.ft-social-icon ul li a {width: 40px; height: 40px; line-height: 40px; background-color: #fff; color: #ec3c5e; border-radius: 50%; display: inline-block; text-align: center;}
.ft-social-icon ul li a:hover {background-color:#ec3c5e ; color: #fff;}
.ft-top {padding-bottom: 30px; margin-bottom: 30px; border-bottom: 2px solid #ec3c5e;}
.ft-copyright p {
    font-size: 16px;
    padding: 0; text-align: center;
}
/* inner-banner */
.inner-banner {position:relative; background-color:#701426; padding:80px 0;}
.inner-banner h2 {color:#fff; margin:0; padding: 0;}

/* innerPg */
.innerPg {position: relative; padding: 60px 0;}

.innerPg h1 {font-weight: 600; color: #b7485e;}
.innerPg p {font-size: 1rem; line-height: 1.7;}
.innerPg p .fa-check-double {color: #dd4865;
    font-size: 20px;
    vertical-align: middle;}
.innerPg h3 {padding: 0 0 20px;}
.innerPg ul {margin: 0; padding: 0; list-style: none;}
.innerPg ul li {font-size: 1rem; line-height: 1.7;}
.innerPg ul li {margin-bottom: 15px;}
.innerPg ul li a {color: #000;}
.innerPg ul li a:hover {color: #dd4865;}
.contactPg ul.social_icon {margin-top: 30px;}
.contactPg ul.social_icon li {margin: 0;} 
.contactPg ul.social_icon li a {width: 40px;
    height: 40px;
    line-height: 40px;
    background-color: #dd4865;
    color: #fff;
    border-radius: 50%;
    display: inline-block;
    text-align: center;}
.contactPg ul.social_icon li a:hover {background-color: #f28097;}

/* product detals */
.thumbnails {
    overflow: auto;
    clear: both;
    list-style: none;
    padding: 0;
    margin: 0;
}
.pro-image {
    margin-bottom: 20px;
}
.pro-image img {
    width: 100%;
    border-radius: 20px;
}
#additional-carousel {
    max-width: 580px;
    margin: auto auto 20px;
    padding: 0 50px;
}
.additional-carousel .owl-nav .owl-prev,
.additional-carousel .owl-nav .owl-next {
    opacity: 1;
    top: 0;
    bottom: 0;
    position: absolute;
    margin: auto;
    background: #fff;
    color: #ec3c5e;
}
.additional-carousel.owl-carousel .owl-nav .owl-prev{
    left: 0;
}
.additional-carousel.owl-carousel .owl-nav .owl-next{
    right: 0;
}
.additional-carousel .owl-nav .owl-prev:hover,
.additional-carousel .owl-nav .owl-next:hover {
    background: none;
    color: #ec3c5e;
    opacity: 1;
}
.product-right h1 {font-size:20px;line-height:30px; padding:0 0 10px;}
.product-right h3 {font-size:20px; padding:0 0 6px; color: #b7485e;}
.product-right ul li {font-size:14px;}
.product-right ul li .fa-check-double {color: #b7485e;}
.product-right a.btn {padding: 15px 45px;}

.chat-block {
    transition: .25s;
    position: fixed;
    z-index: 5;
    right: 5%;
    top: 0;
    border-radius: 65px;
    background: linear-gradient(240deg, #c42444 0%, #fa9bd6 100%);
    width: 50px;
    height: 90px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
    grid-gap: 20px;
    animation: pulse2 2s infinite;
    -webkit-animation: pulse2 2s infinite;
    opacity: 0;
    display: none;
}
.chat-block.active {
    opacity: 1;
    display: flex;
    transition: .25s;
    top: 45%;
}
.chat-block-item {
    position: relative;
    transition: .25s;
    color: #FFF;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: capitalize;
}
.chat-block-item a {
    color: #FFF !important;
    text-decoration: none;
}
.chat-block-item a img {
    width: 24px;
    transition: .25s;
}
.chat-block-item span {
    display: none;
}
.chat-block-item.chat-block-phone::before {
    position: absolute;
    content: "";
    width: 90%;
    left: 50%;
    transform: translate(-50%);
    height: .5px;
    background-color: rgba(255, 255, 255, 0.66);
    top: -10px;
}


/**			==============	Responsive style start	============================---------------------------------------------------------------****
*********************************************--------------------------------------------------------------------------------------------------***/


@media screen and (max-width: 1259.5px){

}
/*******		end 1259		*/


@media screen and (max-width: 991.5px) {
.abt-img {margin: 0 0 15px;}
.promo-strip {padding: 30px 0;}
.youtube_video {margin: 0 0 15px;}
.video-container {margin: 0 0 15px;}

}
/*******		end 991		*/


@media screen and (max-width: 767.5px) {
h1 {padding: 0px 0px 20px;
    font-size: 26px;
    line-height: 30px;}
h2 {padding: 0px 0px 20px;
    font-size: 26px;
    line-height: 30px;}
.allSaree {padding: 25px 0;}
#about-us {padding: 30px 0 !important;}
.why_section {padding: 30px 0;}
.youtube_video {height: 300px;}
.ft-social-icon {float: none;}
.ft-contact-info {margin-bottom: 20px;}
.ft-contact-info ul li {font-size: 14px; margin-bottom: 12px;}
.ft-top {margin-bottom: 20px; padding-bottom: 20px;}
.ft-copyright p {font-size: 14px;}
.inner-banner {padding: 60px 0;}
.innerPg h3 {font-size: 22px; padding: 0 0 15px;}

}
/*******	 end 767		*******/

@media screen and (max-width: 576.5px) {
.allSaree .col-sm-4 {flex: 0 0 auto;
        width: 50%;}
.sareeCont h3 {font-size: 13px;}
#about-us p {font-size: 14px; line-height: 25px;}
.why_choose_cont p {font-size: 14px; line-height: 25px;}
.why_choose_cont ul li {font-size: 14px;}
.why_choose_cont ul li {margin: 0 0 5px;}
    .inner-banner {
        padding: 40px 0;
    }
.innerPg {padding: 30px 0;}
.innerPg p {font-size: 14px; line-height: 25px;}
.innerPg ul li {font-size: 14px; line-height: 25px;}
}


@media only screen and (max-width: 380px) {
}
