:root {
  --body-font: 'Roboto', sans-serif;
  --heading-font: 'onstage', sans-serif;
  --theme-color: #000f62;
  --theme-color2: #053262;
  --btheme-color: #38B6FF;
  --theme-color-light: rgba(0, 191, 255, .08);
  --theme-bg-light: #F5F7FA;
  --body-text-color: #757F95;
  --color-white: #ffffff;
  --color-dark: #053262;
  --color-green: #11B76B;
  --color-blue: #0049D0;
  --color-skyblue: #00BFFF;
  --color-yellow: #FBA707;
  --color-gray: #ECECEC;
  --color-red: #b7001b;
  --hero-overlay-color: #01060F;
  --slider-arrow-bg: rgba(255, 255, 255, 0.2);
  --box-shadow: 0 0 40px 5px rgb(0 0 0 / 5%);
  --box-shadow2: 0 0 15px rgba(0, 0, 0, 0.17);
  --transition: all .5s ease-in-out;
  --transition2: all .3s ease-in-out;
  --border-info-color: rgba(0, 0, 0, 0.08);
  --border-info-color2: rgba(0, 0, 0, 0.05);
  --border-white-color: rgba(255, 255, 255, 0.12);
  --border-white-color2: rgba(255, 255, 255, 0.07);
  --footer-bg: #053262;
  --footer-text-color: #F5FAFF;
}








.header-top {
    display: none;
}
.navbar-nav li.active a, .navbar-nav li:hover a {
    color: #ffffff;
    background: unset;
}
.navigation-area {
    background: #fff;
    padding:  0;
}
.is-sticky .navigation-area {
    background: #ffffff none repeat scroll 0 0;
}
.is-sticky .navigation-area .navbar-nav li a {
    color: #012258;
}
.is-sticky .navigation-area .navbar-nav li.active a, .is-sticky .navigation-area .navbar-nav li:hover a {
    color: #012258;
}
.nav.navbar-nav li a {
    color: #012258;
    font-family: onstage;
    font-size: 18px;
    font-weight: 100;
}
ul.nav.navbar-nav.text-right {
    margin-top: unset;
}
.dropdown_menu li a {
    color: #fff !important;
    font-size: 14px !important;
}
.dropdown_menu {
    background-color: #002355;
    width: 260px;
}
.dropdown_menu li a {
    color: #fff !important;
    font-size: 14px !important;
}
.dropdown_menu:hover li a {
    color: #fff !important;
    font-size: 14px !important;
    padding: 10px 10px !important;
    border-bottom: 1px solid;
}
.dropdown:hover .dropdown_menu li a {
    color: #fff !important;
    font-size: 14px !important;
    padding: 10px 10px !important;
    border-bottom: 1px solid;
}



.nav.navbar-nav li:hover a {
    color: #c1001e;
}

.home_pro_title, .pro_title {
    font-family: var(--heading-font);
    padding-bottom: 30px;
    color: var(--color-red);
    font-size: 25px;
}

h1, h2, h3, h4, h5, h6 {
    font-family: onstage;
    line-height: 1.5;
    color: var(--sub-color);
    text-transform: capitalize;
}
#home-slider .teashop-table {
    display: none;
}
.social-icons {
    display: none;
}
.bg-overlay:after {
    background: #00000026 none repeat scroll 0 0;
}
.brand-logo{
    padding-bottom: 0 !important;
}


/*---------------About---------*/

.about-area{
    padding: 100px 0 50px;
}
.about-left{
  position: relative;
}

.about-shape{
  position: absolute;
  right: 40px;
  top: 5px;
  width: 150px;
  z-index: -1;
}

.about-img{
  position: relative;
}

.about-img .img-1{
  border-radius: 200px 200px 200px 0;
}

.about-img .img-2{
  border-radius: 0 200px 200px 200px;
}

.about-experience{
  position: absolute;
  display: flex;
  align-items: center;
  gap: 10px;
  top: 50px;
  left: 50%;
  background:  var(--color-white);
  border-radius: 100px 100px 100px 0;
  padding: 10px 30px 10px 10px;
  color: var(--color-dark);
  box-shadow: var(--box-shadow);
}

.about-experience-icon{
  color: var(--color-white);
  font-size: 45px;
  width: 70px;
  height: 70px;
  line-height: 60px;
  text-align: center;
  background: var(--theme-color);
  border-radius: 50px;
}

.about-experience-icon img{
  width: 55px;
  filter: brightness(0) invert(1);
}

.about-right{
  position: relative;
  display: block;
  padding-left: 30px;
}

.about-list{
  margin-top: 30px;
  margin-bottom: 20px;
}

.about-list ul{
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}

.about-list ul li {
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 600;
    color: var(--color-dark);
    margin-bottom: 0 !important;
}

.about-list ul li i{
  width: 35px;
  height: 35px;
  line-height: 35px;
  color: var(--color-white);
  text-align: center;
  background: var(--theme-color);
  border-radius: 50px;
}


@media all and (max-width: 991px) {
  .about-right{
    margin-top: 30px;
    padding-left: 0px;
  }
}

@media all and (max-width: 767px) {
  .about-experience{
    left: 80px;
    top: -30px;
  }
}

.site-heading {
  margin-bottom: 10px;
  position: relative;
  z-index: 1;
}

.site-title-tagline {
  text-transform: uppercase;
  letter-spacing: 4px;
  font-size: 17px;
  font-weight: 700;
  color: var(--theme-color);
  position: relative;
  margin-bottom: 5px;
  display: inline-block;
}

.site-title {
  font-weight: 700;
  text-transform: capitalize;
  font-size: 34px;
  color:  var(--color-red);
  margin-top: 4px;
}

.site-title span{
  color: var(--theme-color);
}

.site-heading p {
  margin-top: 15px;
}

.site-heading-inline{
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 40px;
  margin-bottom: 30px;
}

.site-heading-inline .site-title{
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 25px;
  position: relative;
}

.site-heading-inline .site-title::before{
  content: "";
  position: absolute;
  left: 0;
  bottom: -10px;
  background: var(--theme-color-light);
  border-radius: 0 50px 50px 0;
  width: 80%;
  height: 100%;
  z-index: -1;
}

.site-heading-inline .site-title::after{
  content: "";
  position: absolute;
  left: 0;
  bottom: -10px;
  width: 20%;
  border-bottom: 3px solid var(--theme-color);
  z-index: -1;
}

.site-heading-inline .site-title img{
  width: 32px;
}

.site-heading-inline a{
  font-weight: 500;
  color: var(--theme-color);
}

.site-heading-inline a:hover{
  color: var(--color-red);
}


@media all and (max-width: 767px) {
  .site-heading-inline .site-title {
    font-size: 19px;
  }

  .site-heading-inline .site-title img{
    width: 25px;
  }
}
.about-right p {
    line-height: 1.5;
}
.align-self-end {
    align-self: flex-end!important;
}

.align-items-center {
    align-items: center!important;
}
.about-area .about-img .row {
    display: flex;
}

/*--------------------------icon--------*/
.feature-area {
    position: relative;
    padding: 0 0 50px;
}

.feature-wrap{
  padding: 40px 20px;
  border-radius: 20px;
  background: var(--theme-color);
  position: relative;
  z-index: 1;
}

.feature-wrap::before{
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url( https://live.themewild.com/mocart/assets/img/shape/02.jpg );
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 20px;
  opacity: .2;
  z-index: -1;
}

.feature-wrap .feature-item{
  border-right: 1px solid var(--border-white-color);
}

.feature-wrap [class*=col-]:last-child .feature-item{
  border-right: none;
}

.feature-item{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}

.feature-icon{
  width: 65px;
  height: 65px;
  line-height: 55px;
  background: var(--color-red);
  color: var(--color-white);
  font-size: 30px;
  border-radius: 0 50px 50px 50px;
  text-align: center;
  position: relative;
}

.feature-icon::before{
  content: "";
  position: absolute;
  border-radius:  0 50px 50px 50px;
  width: 65px;
  height: 65px;
  top: -8px;
  left: -8px;
  border: 2px solid var(--theme-color);
}

.feature-icon img{
  width: 40px;
  filter: brightness(0) invert(1);
}

.feature-content h4{
  font-size: 20px;
  margin-bottom: 5px;
  font-weight: 600;
  color: var(--color-white);
}

.feature-content p{
  color: var(--color-white);
}

@media all and (min-width: 1199px) and (max-width: 1399px){
  .feature-wrap{
    padding: 40px 10px;
  }

  .feature-item{
    gap: 11px;
  }
}

@media all and (max-width: 1199px) {
  .feature-content{
    flex: 1;
  }
  
  .feature-wrap .feature-item{
    border-right: none;
  }
}

@media all and (max-width: 991px) {
  .feature-item {
    margin: 10px 0;
  }
}

@media all and (max-width: 767px) {
  .feature-item {
    flex-direction: column;
    text-align: center;
  }
}


/*------------------Products-------*/

.product-area{
  position: relative;
}

.product-item {
    position: relative;
    padding: 20px;
    border-radius: 20px;
    overflow: hidden;
    z-index: 1;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
    margin-top: 20px;
}

.product-item::before {
    content: "";
    position: absolute;
    height: 80%;
    left: 0;
    right: 0;
    bottom: -50px;
    background: var(--color-red);
    border-radius: 20px;
    transition: var(--transition2);
    transform: skewY(-15deg);
    z-index: -1;
}

.product-item:hover::before{
  height: 85%;
  transform: unset;
}

.product-img{
  position: relative;
}

.item-tab .nav-item {
    font-size: 17px;
    font-weight: 500;
    color: #ffffff;
    background: var(--color-red);
    padding: 5px 20px;
    border-radius: 0;
    border-radius: 50px;
    cursor: pointer;
    display: block;
    text-decoration: none;
    border: 0;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
}
.item-tab .nav-item button {
    border: unset;
    background: unset;
}

.product-item .type{
  position: absolute;
  right: -13px;
  top: -12px;
  display: inline-block;
  background: var(--theme-color);
  color: var(--color-white);
  font-size: 11px;
  padding: 2px 15px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 50px;
}



.product-item .type.oos{
  background: var(--color-red);
}

.product-item .type.discount{
  background: var(--color-yellow);
}

.product-item .type.hot{
  background: var(--color-skyblue);
}

.product-content{
  margin-top: 2px;
}

.product-title a{
  font-size: 17px;
  color: var(--color-dark);
}

.product-title a:hover{
  color: var(--theme-color);
}

.product-cart-btn:hover{
  color: var(--color-white);
  background: var(--theme-color);
}

@media all and (min-width: 992px) and (max-width: 1399px) {
  .product-item{
    padding: 15px;
  }
}

@media all and (max-width: 767px){
  .product-wrap{
    margin: 0 15px;
  }
}
.item-tab .nav-item.active{
    color: var(--color-white);
    background: var(--theme-color);
}
.nav-item:hover{
     color: var(--color-white);
    background: var(--theme-color);
}
.item-tab .nav {
    justify-content: flex-start;
    gap: 10px;
    display: flex;
    flex-wrap: wrap;
}


/*-----------Label----------*/
.labell {
    background-image: url(../../images/images/lbl-bg.png);
    position: relative;
    background-repeat: no-repeat;
    width: 100%;
    height: 500px;
    display: block;
    background-position: center;
    margin: 50px 0;
    border-bottom: 20px solid #bae5f4;
    background-size: cover;
}
.labell:before{
    
    content: "";
    position: absolute;
    background-color: #ebfaff;
    
}
.labell img {
 display: none;
}


/*--------------Gallery----*/
.gallery-item {
    position: relative;
    width: 100%;
    text-align: center;
    padding-bottom: 20px;
}

.gallery-img {
    position: relative;
    height: 100%;
    border-radius: 30px;
    overflow: hidden;
    
}

.gallery-img::before{
  content:"";
  position: absolute;
  inset: 0;
  background: var(--theme-color2);
  transition: all 0.7s ease-in-out;
  transform: translateY(-110%);
}

.gallery-img:hover::before{
  transform: translateY(110%);
}

.gallery-img::after{
  content:"";
  position: absolute;
  inset: 0;
  background: var(--theme-color2);
  opacity: .8;
  transition: all 0.7s ease-in-out;
  transform: translateY(-110%);
}

.gallery-img:hover::after{
  transform: none;
}

.gallery-img img {
  width: 100%;
  border-radius: 30px;
}

.gallery-link {
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  font-size: 34px;
  color: var(--theme-color);
  width: 60px;
  height: 60px;
  line-height: 60px;
  background: var(--color-white);
  transition: all 200ms 0ms cubic-bezier(0.6, -0.28, 0.735, 0.045);
  transform: translate(-50%, -50%) scale(0);
  z-index: 1;
}

.gallery-item:hover .gallery-link {
  transform: translate(-50%, -50%) scale(1);
  transition: all 300ms 100ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition-delay: 0.7s;
}
/*------------------Choose-------*/
.choose-area {
    position: relative;
    padding: 50px 0;
    overflow: hidden;
    z-index: 1;
    background: var(--theme-color-light);
    margin: 50px 0;
}

.choose-img img{
  border-radius: 100px 100px 0 100px;
  box-shadow: var(--box-shadow);
}

.choose-content{
  margin-top: 30px;
}

.choose-item{
  display: flex;
  gap: 18px;
  padding: 20px;
  background: var(--color-white);
  border-radius: 50px 0 50px 50px;
}

.choose-icon{
  width: 80px;
  height: 80px;
  line-height: 76px;
  text-align: center;
  background: var(--theme-color);
  border-radius: 50px 0 50px 50px;
}

.choose-icon img{
  width: 50px;
  filter: brightness(0) invert(1);
}

.choose-info{
  flex: 1;
}

.choose-info h4{
  color: var(--color-dark);
  margin-bottom: 8px;
}

.choose-info p{
  color: var(--body-text-color);
}


.choose-area:before {
    content: "";
    position: absolute;
    top: -150px;
    left: 7%;
    width: 300px;
    height: 300px;
    background: var(--theme-color);
    border-radius: 50%;
    opacity: .1;
    z-index: -1;
}


/*------------------Testimonial-------*/
.testimonial-area {
  position: relative;
  background: var(--theme-color2);
  padding: 50px 0;
}

.testimonial-area:before{
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url(../../images/images/testi.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  opacity: .25;
}

.ts-border .testimonial-item{
  border: 1px solid var(--border-info-color);
}

.testimonial-item {
    position: relative;
    background: var(--color-white);
    border-radius: 70px 70px 70px 0;
    padding: 30px;
    margin: 10px;
}

.testimonial-author{
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px;
  margin-bottom: 15px;
  background: var(--color-dark);
  border-radius: 50px 50px 50px 0;
  border-bottom: 1px solid var(--border-info-color);
  box-shadow: var(--box-shadow);
}

.testimonial-author-img{
  width: 70px;
}

.testimonial-author-img img{
  border-radius: 50px 50px 50px 0;
}

.testimonial-author-info h4 {
    font-size: 19px;
    color: var(--color-white);
    margin: 0;
}

.testimonial-author-info p {
    color: var(--btheme-color);
    font-weight: 500;
}

.testimonial-quote {
    position: relative;
    z-index: 1;
    padding-bottom: 50px;
}

.testimonial-quote-icon{
  position: absolute;
  right: 30px;
  bottom: 20px;
  width: 100px;
  opacity: .45;
}

.testimonial-rate{
  color: var(--theme-color);
  margin-top: 15px;
}
.testimonial-area .site-title-tagline {
    color: var(--btheme-color);
}
.testimonial-area .site-title span {
    color: var(--btheme-color);
}
.testimonial-area .site-title  {
    color: var(--color-gray);
}

/*---------Pro-slider----*/
.pro-scrol-area {
    padding: 50px 0;
    position: relative;
}
.pro-slid {
    padding: 10px;
}
/*QC FOOTER STYLE START*/

#qcfooter-block {
    padding: 40px 0px 0px;
    color: #fff;
}


#qcfooter-block h3 {
    font-size: 23px;
    color: var(--btheme-color);
}
.footer-content {margin: 5px 0px;}
.footer-content .qc-brand {
    height: 100%;
    display: block;
    margin: 10px 0;
}
.footer-content .qc-brand img {
    height: 100%;
    background: #fff;
    border-radius: 10px;
}
.footer-content p {
    font-size: 16px;
    line-height: 2;
}
.footer-content .quicklinks {margin: 0; padding: 0;}
.footer-content .quicklinks li {list-style: none; display: block;}
.footer-content .quicklinks li a {padding: 5px 0px; display: block; color: #fff;}
.footer-content .quicklinks li i {margin-right: 5px;}
.footer-content .social-links .qc-social-list {margin: 10px 0px; padding: 0; color: #ddd; font-size: 15px;}
.footer-content .social-links .qc-social-list li {display: inline-block; margin-right: 10px;}
.qc-social-list .qc-social .social {width: 40px;height: 40px;line-height: 40px;text-align: center;display: block;font-size: 16px;color: #fff; border: 1px solid #fff; border-radius: 3px;}
.footer-content .mobile-apps {display: flex; padding: 10px 0px;}
.footer-content .mobile-apps .mobApp {padding-right: 5px;}
.qcinput {border: 2px solid #fff; color: #fff; padding: 5px; margin-bottom: 10px;}
.qcEmailSubBtn {padding: 10px; line-height: 0;font-size: 14px; background: #26A69A; color: #fff; border: 2px solid transparent; margin-bottom: 5px; outline: none;}
.qcEmailSubBtn:hover, .qcEmailSubBtn:focus {background: #26A69A; color: #fff; border: 2px solid #fff; outline: none;}
.qcEmailSubBtn i {font-size: 13px;}
#qcfooter-copyrights {
    padding: 10px 0;
    background: var(--color-dark);
    border-top: 1px solid #ddd;
}
#qcfooter-copyrights .copyright {font-size: 14px; color: #fff;}
#qcfooter-copyrights .developer {color: #fff; text-decoration: underline;}

/*QC FOOTER STYLE END*/
#qcfooter:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url(../../images/images/footer.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    opacity: .1;
    z-index: -1;
}
#qcfooter {
    background: var(--footer-bg);
    position: relative;
    z-index: 1;
}

/*--------------------------About-us--------------*/
.product_title, .gallery_title, .about_title, .contact_title, .services_title {
    color: #ffffff !important;
    font-family: var(--font-family);
    font-size: 40px;
    position: relative;
}
.section-top {
    background: url(../../images/images/shiv-shakthi-brdcrumb.png);
    padding: 75px 0;
    background-repeat: no-repeat;
    background-size: cover;
}
.product-section {
    padding: 50px 0;
}

/*--------About-us--------*/

.content {
    padding: 20px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}
.content h6 {
    font-size: 18px;
    color: var(--color-red);
}

/*-----------------Gallery-----------*/

.shop-cart-box a {
    color: #252525;
    font-weight: 700;
    width: 100%;
}
.cart-price1 {
    width: 100%;
}
.cart-price1 img {
    height: 350px !important;
    width: 100%;
}
.featurs-navigation {
    margin-top: 50px;
}
.shop-cart-box {
    margin-top: 20px !important;
}

 .featurs-navigation li:hover {
    color: #ffffff;
    background: var(--color-red);
    border-radius: 50px;
}
.featurs-navigation li.active{
    color: #ffffff !important;
    border-radius: 50px;
    background: var(--color-red)
}
.featurs-navigation li {
    background: var(--color-dark);
    color: #fff !important;
    border-radius: 50px;
    margin: 10px;
}

/*contact */
.contact-info-item{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    border-bottom: 1px solid var(--divider-color);
    padding-bottom: 15px;
    margin-bottom: 0px;
}

.contact-info-item:last-child{
    border: none;
    padding-bottom: 0;
    margin-bottom: 0;
}

.contact-info-item .icon-box {
    position: relative;
    background-color: var(--color-red);
    border-radius: 10px;
    height: 60px;
    color: #fff;
    width: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 20px;
    transition: all 0.5s ease-in-out;
}

.contact-info-item:hover .icon-box {
    background-color: var(--color-dark);
    color: #fff;
}

.contact-info-item .icon-box::before{
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 10px;
    width: 100%;
    height: 100%;
    transform: scale(0);
    transition: all 0.4s ease-in-out;
    z-index: 0;
}

.contact-info-item:hover .icon-box::before{
    transform: scale(1);
}

.contact-info-item .icon-box img{
    position: relative;
    max-width: 30px;
    z-index: 1;
}

.contact-info-content{
    width: calc(100% - 80px);
}
.contact-info-box {
    margin-top: 30px;
}
.contact-info-content h3 {
    font-size: 20px;
    text-transform: capitalize;
    margin-bottom: 5px;
    font-family: var(--heading-font);
    font-weight: 100;
    color: var(--color-dark);
}
.contact-info-content p{
    margin-bottom: 0;
}
.contc h2 span {
    display: inline-block;
}
.contc p {
 
    line-height: 2;
}
.contact_details.pad_tb40 {
    padding-bottom: 70px;
}
.contact_pg.pg_mar {
    padding: 120px 0;
}
.contact_details h2 {
    font-family: var(--heading-font);
    font-weight: 100;
    color: var(--color-dark);
}
.icon-box .fa {
    font-size: 22px;
}
.contat_info .sub-title h4 {
    color: var(--color-red);
    line-height: 0;
}














@media(max-width: 767px){
.labell img {
 display: block;
}
.labell {
 background: unset;
 height: unset;
}
.labell .container-fluid {
    padding-right: 0;
    padding-left: 0;
}
.navigation-area {
    position: relative;
}
#home-slider, .page-banner {
    margin-top: 0;
}
.pro-content img {
    width: 100%;
    height: 300px;
    padding-bottom: 30px;
}
.ps-img img {
    padding-bottom: 20px;
}
.site-title {
    font-weight: 700;
    text-transform: capitalize;
    font-size: 28px;
}
.about-area{
    padding: 50px 0 50px;
}
.section-top {
    padding: 12px 0;
}
.feature-item {
    flex-direction: row;
}
.product_title, .gallery_title, .about_title, .contact_title, .services_title {
    
    font-size: 24px;
 
}
.single-slide-item {
    padding: 65px 0;
}
.product-banner a {
    width: 100%;
}
.product-banner img {
    width: 100%;
}
 h1.brand-logo img {
    width: 280px;
}   
}

/*------------------------------------- Desktop 1400----------------------------------------------------------*/
@media (min-width:1400px) and (max-width:1500px) {
    .single-slide-item {
        padding: 290px 0;
    }

}
/*------------------------------------- Desktop 1500----------------------------------------------------------*/
@media (min-width:1500px) and (max-width:1600px) {
    .single-slide-item {
        padding: 300px 0;
    }
}
/*------------------------------------- Desktop 1600----------------------------------------------------------*/
@media (min-width:1600px) and (max-width:1700px) {
    .single-slide-item {
        padding: 340px 0;
    }
}
/*------------------------------------- Desktop 1700----------------------------------------------------------*/
    @media (min-width:1700px) and (max-width:1800px) {
    .single-slide-item {
        padding: 300px 0;
    }
}
    /*------------------------------------- Desktop 1800----------------------------------------------------------*/
    @media (min-width:1800px) and (max-width:1900px) {
    .single-slide-item {
        padding: 344px 0;
    }
}

@media (min-width:1901px) {
    .single-slide-item {
        padding: 363px 0;
    }
    .labell {
    
    height: 635px;
    }
}
