.container{
  max-width: 1000px;
  font-family: Poppins;
}

a{
  color: white;
  text-decoration: none;
}

.hidden {
  display: none;
}

/*Extra small devices (portrait phones, less than 576px)
// No media query for `xs` since this is the default in Bootstrap */

.header-logo{
  padding: 15px 0px;
  text-align: center;
}

.header-button{
text-align: center;
}

.header-button .buttonshop{
  width:128px;
  text-align: center;
  background-color: #026853;
  padding: 11px 25px;
  display: inline-block;
  border-radius: 25px;
  margin: 40px 50px 0px 0px;
}

.header-button .buttondeals{
width: 178px;
font-weight: 700;
text-align: center;
background-color: #cd2026;
text-transform: uppercase;
padding: 11px 25px;
display: inline-block;
border-radius: 25px;
}

.header-button a{
color: #fff;
text-decoration: none;
font-size: 16px;
}

.header-button:hover a{
 color: #fff;
 text-decoration: none;
}

.sellingpoints-box{ 
display:none;
}

/* Image banner */
.ribbon {
display:none;
width: 150px;
height: 150px;
overflow: hidden;
position: absolute;
z-index: 1;
}

.ribbon span {
padding-left: 50px;
position: absolute;
display: block;
width: 225px;
padding: 15px 0px;
padding-left: 10px;
background-color: #cd2026;
box-shadow: 0 5px 10px rgba(0,0,0,.1);
color: #fff;
font: 700 16px/1 'Lato', sans-serif;
text-shadow: 0 1px 1px rgba(0,0,0,.2);
text-transform: uppercase;
text-align: center;
}

/* top right*/
.ribbon-top-right {
top: 10px;
right: 15px;
}
.ribbon-top-right::before,
.ribbon-top-right::after {
border-top-color: transparent;
border-right-color: transparent;
}
.ribbon-top-right::before {
top: 0;
left: 0;
}
.ribbon-top-right::after {
bottom: 0;
right: 0;
}
.ribbon-top-right span {
left: -25px;
top: 30px;
transform: rotate(45deg);
}


/* SLIDER */
.csslider {
  -moz-perspective: 1300px;
  -ms-perspective: 1300px;
  -webkit-perspective: 1300px;
  perspective: 1300px;
  display: inline-block;
  text-align: left;
  position: relative;
  margin: 10px 0px 82px;
}
.csslider > input {
  display: none;
}
.csslider > input:nth-of-type(10):checked ~ ul li:first-of-type {
  margin-left: -900%;
}
.csslider > input:nth-of-type(9):checked ~ ul li:first-of-type {
  margin-left: -800%;
}
.csslider > input:nth-of-type(8):checked ~ ul li:first-of-type {
  margin-left: -700%;
}
.csslider > input:nth-of-type(7):checked ~ ul li:first-of-type {
  margin-left: -600%;
}
.csslider > input:nth-of-type(6):checked ~ ul li:first-of-type {
  margin-left: -500%;
}
.csslider > input:nth-of-type(5):checked ~ ul li:first-of-type {
  margin-left: -400%;
}
.csslider > input:nth-of-type(4):checked ~ ul li:first-of-type {
  margin-left: -300%;
}
.csslider > input:nth-of-type(3):checked ~ ul li:first-of-type {
  margin-left: -200%;
}
.csslider > input:nth-of-type(2):checked ~ ul li:first-of-type {
  margin-left: -100%;
}
.csslider > input:nth-of-type(1):checked ~ ul li:first-of-type {
  margin-left: 0%;
}

.csslider li img{
  aspect-ratio: 1;
  width: 100%;
  height: 100%;
  object-fit: cover; 
} 
.csslider > ul {
  position: relative;
  width: 100%;
  height: auto;
  z-index: 1;
  font-size: 0;
  line-height: 0;
  background-color: #3A3A3A;
  border: 1px solid #3A3A3A;
  margin: 0 auto;
  padding: 0;
  overflow: hidden;
  white-space: nowrap;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.csslider > ul > li {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  font-size: 15px;
  font-size: initial;
  line-height: normal;
  -moz-transition: all 0.5s cubic-bezier(0.4, 1.3, 0.65, 1);
  -o-transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s cubic-bezier(0.4, 1.3, 0.65, 1);
  transition: all 0.5s cubic-bezier(0.4, 1.3, 0.65, 1);
  vertical-align: top;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  white-space: normal;
}
.csslider > ul > li.scrollable {
  overflow-y: scroll;
}
.csslider > .navigation {
  position: absolute;
  bottom: -70px;
  left: 50%;
  z-index: 10;
  margin-bottom: -10px;
  font-size: 0;
  line-height: 0;
  text-align: center;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.csslider > .navigation img {
  width:65px; 
  height:65px;
  bottom: 30px;
  border: 1px solid #3A3A3A;
}
.csslider > .navigation > div {
  margin-left: -100%;
}
.csslider > .navigation label {
  position: relative;
  display: inline-block;
  cursor: pointer;
  border-radius: 50%;
  margin: 0 4px;
  padding: 4px;
  background: transparent none repeat scroll 0 0;
}
.csslider > .navigation label:hover:after {
  opacity: 1;
}
.csslider > .navigation label:after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -6px;
  margin-top: -6px;
   background: transparent none repeat scroll 0 0;
  border-radius: 50%;
  padding: 6px;
  opacity: 0;
}
.csslider > .arrows {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display:none;
}
.csslider.inside .navigation {
  bottom: 10px;
  margin-bottom: 10px;
}
.csslider.inside .navigation label {
  border: 1px solid #7e7e7e;
}
.csslider > input:nth-of-type(1):checked ~ .navigation label:nth-of-type(1):after,
.csslider > input:nth-of-type(2):checked ~ .navigation label:nth-of-type(2):after,
.csslider > input:nth-of-type(3):checked ~ .navigation label:nth-of-type(3):after,
.csslider > input:nth-of-type(4):checked ~ .navigation label:nth-of-type(4):after,
.csslider > input:nth-of-type(5):checked ~ .navigation label:nth-of-type(5):after,
.csslider > input:nth-of-type(6):checked ~ .navigation label:nth-of-type(6):after,
.csslider > input:nth-of-type(7):checked ~ .navigation label:nth-of-type(7):after,
.csslider > input:nth-of-type(8):checked ~ .navigation label:nth-of-type(8):after,
.csslider > input:nth-of-type(9):checked ~ .navigation label:nth-of-type(9):after,
.csslider > input:nth-of-type(10):checked ~ .navigation label:nth-of-type(10):after,
.csslider > input:nth-of-type(11):checked ~ .navigation label:nth-of-type(11):after {
  opacity: 1;
}
.csslider > .arrows {
  position: absolute;
  left: -15px;
  top: 50%;
  width: 100%;
  height: 26px;
  padding: 0 15px;
  z-index: 0;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.csslider > .arrows label {
  display: none;
  position: absolute;
  top: -50%;
  padding: 13px;
  box-shadow: inset 2px -2px 0 1px #3A3A3A;
  cursor: pointer;
  -moz-transition: box-shadow 0.15s, margin 0.15s;
  -o-transition: box-shadow 0.15s, margin 0.15s;
  -webkit-transition: box-shadow 0.15s, margin 0.15s;
  transition: box-shadow 0.15s, margin 0.15s;
}
.csslider > .arrows label:hover {
  box-shadow: inset 3px -3px 0 2px #95C11F;
  margin: 0 0px;
}
.csslider > .arrows label:before {
  content: '';
  position: absolute;
  top: -100%;
  left: -100%;
  height: 300%;
  width: 300%;
}
.csslider.infinity > input:first-of-type:checked ~ .arrows label.goto-last,
.csslider > input:nth-of-type(1):checked ~ .arrows > label:nth-of-type(0),
.csslider > input:nth-of-type(2):checked ~ .arrows > label:nth-of-type(1),
.csslider > input:nth-of-type(3):checked ~ .arrows > label:nth-of-type(2),
.csslider > input:nth-of-type(4):checked ~ .arrows > label:nth-of-type(3),
.csslider > input:nth-of-type(5):checked ~ .arrows > label:nth-of-type(4),
.csslider > input:nth-of-type(6):checked ~ .arrows > label:nth-of-type(5),
.csslider > input:nth-of-type(7):checked ~ .arrows > label:nth-of-type(6),
.csslider > input:nth-of-type(8):checked ~ .arrows > label:nth-of-type(7),
.csslider > input:nth-of-type(9):checked ~ .arrows > label:nth-of-type(8),
.csslider > input:nth-of-type(10):checked ~ .arrows > label:nth-of-type(9),
.csslider > input:nth-of-type(11):checked ~ .arrows > label:nth-of-type(10) {
  display: block;
  left: 0;
  right: auto;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.csslider.infinity > input:last-of-type:checked ~ .arrows label.goto-first,
.csslider > input:nth-of-type(1):checked ~ .arrows > label:nth-of-type(2),
.csslider > input:nth-of-type(2):checked ~ .arrows > label:nth-of-type(3),
.csslider > input:nth-of-type(3):checked ~ .arrows > label:nth-of-type(4),
.csslider > input:nth-of-type(4):checked ~ .arrows > label:nth-of-type(5),
.csslider > input:nth-of-type(5):checked ~ .arrows > label:nth-of-type(6),
.csslider > input:nth-of-type(6):checked ~ .arrows > label:nth-of-type(7),
.csslider > input:nth-of-type(7):checked ~ .arrows > label:nth-of-type(8),
.csslider > input:nth-of-type(8):checked ~ .arrows > label:nth-of-type(9),
.csslider > input:nth-of-type(9):checked ~ .arrows > label:nth-of-type(10),
.csslider > input:nth-of-type(10):checked ~ .arrows > label:nth-of-type(11),
.csslider > input:nth-of-type(11):checked ~ .arrows > label:nth-of-type(12) {
  display: block;
  right: 0;
  left: auto;
  -moz-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  -o-transform: rotate(225deg);
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
}
/* SLIDER-END */

/* Information */
.info{
font-family: Arima Madurai;
margin-top: 100px;
}

.product-name{
margin-bottom:15px;
}
.product-name span{
font-size: 23px;
font-weight: 600;
}

.product-price{
display:none;
}

.product-price span{
color:#026853;
font-size: 30px;
font-weight: 700;
}

.product-stock{
margin-top:10px;
float:right;
}

.product-stock span{
color: #73aa4b;
font-size: 15px;
}

.product-stock img{
margin-bottom: 4px;
}

/* Description Tabs */
.tabs hr{
border-top: 1px solid #0268545b;
margin:5px 0 20px 0px;
}

.tabs p{
font-size: 14px;
}

.tabs{
font-family: Poppins;
margin:0px -24px 0px -8px;
}

.tabs.info{
margin-top: 20px;
border-bottom: 1px solid #d9d9d9;
}

.tabs .tab-control{
display: none;
}

.tabs.info > label{
color: #fff;
float: left;
padding: 12px 20px;
border: 1px solid #e7e7e7;
margin-bottom: -1px;
margin-right: 3px;
font-size: 14px;
background-color: #0268549c;
}

.tabs.info > label:hover{
color: #000;
background-color: #e9e9e9;
cursor: pointer;

border-bottom: 1px solid #fff;
}

.tabs.info .tab-control:checked + label{
background-color: #fff;
border-bottom: 1px solid #fff;
color: #000;
}

@media (max-width: 767px) {
.tabs.info > label{
  float: none;
  display: block;
  margin: 0;
  border-bottom: 0 !important;
  padding: 10px 15px;
}
}

.tabs.info .tab-contents,
.tabs.info .tab-contents-mobile{
border-left: 1px solid #d9d9d9;
border-right: 1px solid #d9d9d9;
border-top: 1px solid #d9d9d9;
}
.tabs.info .tab-contents-mobile{
border-top: 0;
}

.tabs.info .tab-contents .tab-content,
.tabs.info .tab-contents-mobile .tab-content-mobile{
display: none;
padding: 15px 30px;
font-size: 13px;
line-height: 1.5;
}

.tabs.info .tab-contents .tab-content img,
.tabs.info .tab-contents-mobile .tab-content-mobile img{
width: auto !important;
height: auto !important;
max-width: 100%;
}

.tabs.info .tab-contents .tab-content ul li,
.tabs.info .tab-contents .tab-content ol li,
.tabs.info .tab-contents-mobile .tab-content-mobile ul li,
.tabs.info .tab-contents-mobile .tab-content-mobile ol li{
margin-bottom: 4px;
}

@media (max-width: 767px) {
.tabs.info .tab-contents{ display: none; }
  #tab-control-1:checked ~ .tab-contents-mobile #tab-content-1-mobile,
#tab-control-2:checked ~ .tab-contents-mobile #tab-content-2-mobile,
#tab-control-3:checked ~ .tab-contents-mobile #tab-content-3-mobile{
  display: block;
  border-top: 1px solid #d9d9d9;
  padding: 15px;
}
#tab-2-control-1:checked ~ .tab-contents-mobile #tab-2-content-1-mobile,
#tab-2-control-2:checked ~ .tab-contents-mobile #tab-2-content-2-mobile,
#tab-2-control-3:checked ~ .tab-contents-mobile #tab-2-content-3-mobile{
  display: block;
  border-top: 1px solid #dedede;
}
}

@media (min-width: 768px) {
.tabs.info .tab-contents-mobile{ display: none; }
#tab-control-1:checked ~ .tab-contents #tab-content-1,
#tab-control-2:checked ~ .tab-contents #tab-content-2,
#tab-control-3:checked ~ .tab-contents #tab-content-3{
  display: block;
}
#tab-2-control-1:checked ~ .tab-contents #tab-2-content-1,
#tab-2-control-2:checked ~ .tab-contents #tab-2-content-2,
#tab-2-control-3:checked ~ .tab-contents #tab-2-content-3{
  display: block;
}
}

/* Calendar */
.calendar-box{
display:none;
background-color: #F8FEE4;
padding: 40px 0px;
margin:20px 0px;
}

.calendar{
padding:0;
text-align: center;
}

.cal-month h2{
font-size: 10px;
margin-bottom: 10px;
}

.calendar p{
font-size: 9px;
margin-top: 10px;
}

.cal-month{
display: inline-block;
width:7%;
}

.flower{
background-size: cover;
background-repeat: no-repeat;
background-position: center;
width: 90%;
padding-bottom: 90%;
margin-bottom: 10px;
margin-left: auto;
margin-right: auto;
}

.fruit{
background-size: cover;
background-repeat: no-repeat;
background-position: center;
width: 90%;
padding-bottom: 90%;
margin-left: auto;
margin-right: auto;
}

/* New & More Products */
.more-products-box hr{
border-top: 1px solid #0268545b;
margin:35px 80px 25px 80px;
}

.new-products-box hr{
border-top: 1px solid #0268545b;
margin:35px 80px 25px 80px;
}

.more-products-title, .new-products-title{
text-align: center;
margin-bottom: 20px;
}

.more-products-title a{
color: #026853;
font-family: Arima Madurai;
font-size: 20px;
font-weight: 600;
text-decoration: none;
}

.new-products-title a{
color: #026853;
font-family: Arima Madurai;
font-size: 20px;
font-weight: 600;
text-decoration: none;
}

/* .more-products .image{
background-size: cover;
background-repeat: no-repeat;
background-position: center;
width:100%;
padding-bottom: 100%;
}

.new-products .image{
background-size: cover;
background-repeat: no-repeat;
background-position: center;
width:100%;
padding-bottom: 100%;
} */

.new-products img{
  object-fit: cover;
  aspect-ratio: 1 / 1;
  width:100%;
}

.more-products img{
  object-fit: cover;
  aspect-ratio: 1 / 1;
  width:100%;
}

.more-products, .new-products, a{
color: #000;
text-decoration: none;
}

.more-products, .new-products, a:hover{
color: #000;
text-decoration: none;
} 

.more-products, .new-products, .title{
font-size: 13px;
margin-top: 5px;
font-weight: 500;
}

.more-products, .new-products, .price{
font-size: 17px;
font-weight: 600;
color: #026853;
margin-top: 5px;
margin-bottom: 5px;
}

.more-products, .new-products, .view{
display: none;
}

/* Feature */
.bg-feature {
position: absolute;
left: 0;
margin-top: 20px;
width: 100%;
height: 280px;
background-color: #F8FAE4;
}

.feature-box hr{
border-top: 1px solid #0268545b;
margin:35px 80px 25px 80px;
}

.feature-title{
text-align: center;
}

.feature-title a{
color: #026853;
font-family: Arima Madurai;
font-size: 20px;
font-weight: 600;
text-decoration: none;
}

.feature-title a:hover{
color: #000;
text-decoration: none;
}

.feature-description{
text-align: center;
font-family: Poppins;
font-size: 16px;
font-weight: 400;
text-decoration: none;
margin-bottom: 10px;
}

.feature-description a{
color: #026853;
font-family: Arima Madurai;
font-size: 20px;
font-weight: 600;
text-decoration: none;
}

.feature-image{
padding: 0px 0px;
}

.feature-button{
z-index: 2;
color: #fff;
text-decoration: none;
font-size: 16px;
background-color: #3461E9;
padding: 11px 25px;
display: block;
border-radius: 25px;
margin: 40px 50px 0px 30px;
position: absolute;
}

/* Footer */
.bg-footer {
position: absolute;
left: 0;
width: 100%;
height: 230px;
margin-top: -40px;
background-color: #658361;
}

.footer-box{
margin-top: 40px;
}

.footer-logo{
text-align: center;
}

.footer-links ul li {
list-style: none;
float: left;
margin: 0 0 10px;
width: 50%;
}

.footer-links a{
color: #fff;
}

.footer-links a:hover{
color: #fff;
} 

/* Special Offers Overlay */
.overlay2{
position: fixed;
top: 0;
bottom: 0;
left: 0;
right: 0;
background: rgba(0, 0, 0, 0.7);
transition: opacity 500ms;
visibility: hidden;
opacity: 0;
z-index: 2;  
}

.overlay2:target{
visibility: visible;
opacity: 1;
height: 100%;
overflow-y: auto;
}

.overlayclose{
position: fixed;
top: 0;
bottom: 0;
left: 0;
right: 0;
z-index: 2;
}

.popup{
margin: 70px auto;
background: #fff;
border-radius: 5px;
width: 90%;
position: relative;
transition: all 0.5s ease-in-out;
z-index: 2;
overflow-y: auto;
}

.popup .close-button{
position: absolute;
top: 20px;
right: 30px;
transition: all 200ms;
font-size: 30px;
font-weight: bold;
text-decoration: none;
color: #333333;
}

.closecol{
background-color: #F8FAE4;
border-radius: 5px 0px 0px 5px;
text-align: center;
padding: 0px;
}

.closeheader{
height: 100%;
padding-top: 20px;
border-right: 2px solid #0268545b;
}

.closecol img{
width:98%;
height: auto;
border: 2px solid #0268545b;
}

.offerscol{
margin: 50px 0px 0px 0px;
float: right;
}

.offerscol h1{
text-align: center;
color: #cd2026;
font-weight: bold;
}

.offerscol h5{
text-align: center;
color: #cd2026;
}

.offerscol p {
font-size: 14px;
}

.offerscol .card{
margin-bottom: 20px;
margin-left: 2px;
padding:0px;
}

.offerscol .card-body{
padding: 10px 0px 0px 0px;
}

.offerscol .card-header{
  padding-left: 4px;
  padding-right: 4px;
}

.offerscol .image{
background-size:contain;
background-repeat: no-repeat;
background-position: center;
margin: auto;
width: 200px;
height: 200px;
width: 100%;
}

.offerscol .card-title{
padding:5px 4px 5px 4px;
margin-bottom: 0;
font-size: 16px;
font-weight: 600;
text-align: center;
}

.offerscol .card-text{
padding:10px 4px 50px 4px;
font-weight: 500;
text-align: center;
white-space: pre;
}

.offerscol .btn{
width:145px;
text-align: center;
background-color: #026853;
padding: 11px 25px;
border-radius: 25px;
position:absolute;
bottom: 10px;
left:0;
right:0;
margin-left: auto; 
margin-right: auto; 
}

.sales-button{
  text-align: center;
}

.buttonsales{
  width:210px;
  text-align: center;
  background-color: #cd2026;
  padding: 11px 25px;
  display: inline-block;
  border-radius: 25px;
  margin: 10px 0px 20px 0px;
}

.sales-button a{
  color: #fff;
  text-decoration: none;
  font-size: 16px;
}


/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {

  .container{
      max-width: 540px;
  }

  .header-logo{
    padding:15px 0px 15px 50px;
    text-align: left;
  }

  .header-button .buttondeals{
    margin: 50px 0px 0px 40px;
  }

  .sellingpoints-box{ 
    display:flex;
    margin-top: 10px;
  }

  .bg-selling{
    position: absolute;
    left: 0;
    margin-top:-18px;
    width: 100%;
    height:80px;
    background-color: #F8FAE4;
  }
  
  .selling-point{
    margin-top:-10px;
    text-align: center;
    margin-bottom:10px;
  }
  .selling-point img{
    display:inline; 
    width: 40px;
  }
  
  .selling-point span{ 
    font-size: 12px;
  }

  .ribbon-top-right {
    top: 0px;
    right: 15px;
  }

  .csslider {
      margin: 0px 0px 120px;
  }
  .csslider > ul {
      position: relative;
      width: 510px;
      height: 510px;
  }

  .csslider li  img {
      position: relative;
      width: 510px;
      height: 510px;
  }

  .csslider > .arrows {
      display:block;
  }

  .csslider > .navigation {
      bottom: -90px;
      margin-bottom: 0px;
  }

  .csslider > .navigation img {
      width:75px; 
      height:75px;
      bottom: 30px;
  }

  .bg-feature {
    height: 280px;
  }

  .feature-button{
    margin: 56px 50px 0px 10px;
    font-size: 18px;
  }

  .popup{
    max-width: 540px;
  }

  .offerscol .image{
    background-size: cover;
    width: 200px;
  }

}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
  .container{
      max-width: 720px;
  }

  .header-button .buttonshop{
    float: right;
    margin: 50px 10px 0px 0px;
  }

  .header-button .buttondeals{
    float: left;
    margin: 50px 0px 0px 0px;
  }

  .breadcrumb {
    padding:20 0;
    margin:0;
    list-style: none;
    background-color: transparent;
    font-size: 12px;
  }

  .breadcrumb a{
    color: #000;
  }

  .ribbon-top-right {
    top: 0px;
    right: 20px;
  }

  .csslider > ul {
      position: relative;
      width: 325px;
      height: 325px;
  }

  .csslider li  img {
      position: relative;
      width: 325px;
      height: 325px;
  }

  .info{
    margin-top: 0px;
  }

  .product-stock{
    margin-right:40px;
  }

  .cal-month h2{
    font-size: 13px;
  }

  .cal-month{
    width:5%;
  }

  .more-products-box{
    margin-bottom: 60px;
  }

  .bg-feature {
    height: 340px;
  }

  .feature-button{
    margin: 80px 50px 0px 15px;
    font-size: 22px;
  }

  .bg-footer {
    height: 140px;
  }

  .popup{
    max-width: 720px;
  }

  .offerscol .card-body{
    padding:15px;
  }

}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {

  .container{
      max-width: 1000px;
  } 

  .header-button .buttonshop{
    float: right;
    margin: 50px 100px 0px 0px;
  }

  .header-button .buttondeals{
    float: left;
    margin: 50px 0px 0px 40px;
  }


  .csslider > ul {
      position: relative;
      width: 465px;
      height: 465px;
  }

  .csslider li  img {
      position: relative;
      width: 465px;
      height: 465px;
  }

  .cal-month{
    width:4%;
  }

  .bg-feature {
    height: 425px;
  }

  .feature-button{
    margin: 120px 50px 0px 70px;
    font-size: 24px;
  }

  .popup{
    width: 90%;
    max-width: 1000px;
  }
  
  .offerscol .image{
    background-size: cover;
    width:100%
  }

  .offerscol .card-text{
    padding:10px 4px 30px 4px;
  }

}