:root{
  --pri: #00868B;
  --pri2: #03666a;
  --sec: #ff1859;
  --sec2: #df7e0a;
  --black: #000;
  --dark: #333;
  --white: #fff;
  --light: #777;
  --grey: #f5f5f5;
  --grey2: #eee;
}
.btn-primary{
  background-color: var(--pri);
  border-color: var(--pri)
}
.btn-primary:hover{
  background-color: var(--pri2);
  border-color: var(--pri2)
}
.btn-secondary{
  background-color: var(--sec);
  border-color: var(--sec);
  color: #fff
}
.btn-secondary:hover{
  background-color: var(--sec2);
  border-color: var(--sec2);
  color: #fff
}

.text-primary{
  color: var(--pri)
}
.text-secondary{
  color: var(--sec)
}

body{
  font-size: 15px;
}
h1,h2,h3,h4,h5{
  font-weight: 600;
}

h1{
  font-size: 36px;
}
h2{
  font-size: 30px;
}
h3{
  font-size: 24px;
}
h4{
  font-size: 20px;
}
h5{
  font-size: 18px;
}

.container-fluid{
  width:100%;
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 15px;
}
.header_top{
  padding: 0;
}
.header_top p{
  margin: 10px 0;
  font-size: 14px;
  color:#fff;
}
.header_top p span{
    color:#ff1859;
}

.header-middle{
  padding: 10px 0
}
.header-logo{
  max-width: 100px
}
.btn-header{
  border-radius: 4px;
  color: #B4B1AB;
  font-size: 14px;
  margin: 7px 10px 0 0;
  padding: 2px 15px;
}
.shop-menu{
  margin-top: 15px;
}
.btn,.form-control{
  border-radius: 4px;
  min-height: 38px;
}
.header_top .btn{
  min-height: 28px;
}
.search_box .form-control{
  box-shadow: none
}

.mySlides .container1 a{
  display: block;
  width: 100%;
  transition: ease-in-out 0.2s;
  text-align: center;
  padding: 15px;
  background: #333;
  color: #fff;
  font-size: 16px;
}
.mySlides .container1 a:hover{
  background: var(--pri);
}
.shop-menu ul li a i{
  color: var(--sec)
}


.bg-color{
  background: #f5f5f5;
}
.py-5{
  padding-top: 50px;
  padding-bottom: 50px;
}
.py-4{
  padding-top: 40px;
  padding-bottom: 40px;
}
.py-3{
  padding-top: 30px;
  padding-bottom: 30px;
}
.py-2{
  padding-top: 20px;
  padding-bottom: 20px;
}

.pb-5{
  padding-bottom: 50px;
}
.pb-4{
  padding-bottom: 40px;
}
.pb-3{
  padding-bottom: 30px;
}
.pb-2{
  padding-bottom: 20px;
}

.pt-5{
  padding-top: 50px;
}
.pt-4{
  padding-top: 40px;
}
.pt-3{
  padding-top: 30px;
}
.pt-2{
  padding-top: 20px;
}

.mb-5{
  margin-bottom: 50px
}
.mb-4{
  margin-bottom: 40px
}
.mb-3{
  margin-bottom: 30px
}
.mb-2{
  margin-bottom: 20px
}
.mb-1{
  margin-bottom: 10px
}

.product-row{
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.product-item{
  flex: 0 0 25%;
  max-width: 25%;
  position: relative;
  padding: 0 15px;
  margin-bottom: 40px
}
.product-item a:not(.btn){
  display: block
}
.product-item a{
  text-decoration: none
}
.product-item a h4{
  color: var(--sec);
  font-size: 24px;
  font-weight: 400;
  margin-top: 0
}
.product-item a:hover h4{
  color: var(--sec2);
  text-decoration: none;
}
.prod-image{
  height: 290px;
  margin-bottom: 20px
}
.prod-image img{
  height: 100%;
  width: 100%;
  object-fit: cover
}

/* footer */
footer{
  background: #232f3e;
  color: var(--white);
  padding: 80px 0 50px
}
.footer-logo{
  max-width: 200px
}
footer h3{
  margin-bottom: 15px;
  font-weight: 400
}
footer ul{
  margin: 0
}
footer a{
  color: var(--white)
}
footer a:hover{
  color: var(--primary);
  text-decoration: none
}
footer hr{
  border-color: rgba(255,255,255,0.1)
}
footer .line{
  width: 90px;
  margin-left: 0
}
.list-quick-links li{
}
.list-quick-links li a{
  display: block;
  padding: 4px 0;
  position:relative;
  color: #fff
}
.list-quick-links li a:hover{
  text-decoration: none;
  color: var(--primary);
}

.footer-form{
}
.footer-form .form-control{
  font-size: 14px;
  min-height: 30px
}

/*contact details*/
.table-footer-contact.table{
  border: 0;
  margin: 0;
}
.table-footer-contact.table>tbody>tr>td{
  border: 0;
  padding: 4px 0;
  vertical-align: middle;
  color: #cacaca
}
.table-footer-contact.table>tbody>tr>td:first-child{
  width: 35px
}
.table-footer-contact a{
  color: #cacaca
}
.copyright{
  background: #131a22;
  font-size: 14px;
  color: #ddd;
  font-size: 14px;
  padding: 30px 20px 50px
}
.footer-logo{
  max-width: 150px;
  margin-bottom: 20px
}
a.social-inline{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width:36px;
  height:36px;
  border-radius: 50%;
  background: var(--white);
  color:var(--sec);
  transition: ease-in-out 0.2s;
  margin-right: 4px
}
a.social-inline:hover{
  background: var(--pri);
  color: var(--white);
  text-decoration: none
}
.footer-columns .col-sm-2{
  width: 50%
}
footer .single-widget h2{
  margin-top: 0;
}


.cmspages {
  font-size:15px;
}
.cmspages h1{
  font-size:30px;
  margin: 0 0 15px
}
.cmspages h2{
  font-size:24px;
  margin: 15px 0;
}
.cmspages h2.title{
  margin-bottom: 25px;
  color: #00868B!important
}
.cmspages h3{
  font-size:22px;
  margin: 15px 0
}
.cmspages h4{
  font-size:20px;
  margin: 15px 0;
}
.cmspages h5{
  font-size:18px;
  margin: 15px 0
}
.cmspages h6{
  font-size:16px;
  margin: 15px 0
}

.cmspages ul{
  padding: 0;
  margin: 0
}
.cmspages ul li{
  list-style: none
}
.cmspages a:hover,.cmspages a:focus,.cmspages a:active, .cmspages button:hover,.cmspages button:focus,.cmspages button:active{
  outline: 0;
}
.cmspages button,.cmspages a{
  outline: none;
  outline: 0
}
.cmspages img{
  max-width: 100%;
  height: auto
}
.cmspages p{
  text-align: justify;
  margin-bottom: 20px;
  line-height: 1.7
}
.cmspages p.text-center{
  text-align: center
}
.cmspages  ul,.cmspages  ol {
  margin: 0 0 1rem;
  padding: 0
}
.cmspages  ul ul,.cmspages  ol ol{
  margin-bottom: 0
}
.cmspages  ul ul ul,.cmspages  ol ol ol{
  margin-bottom: 0
}
.cmspages ul li{
  list-style: none;
  position: relative;
  padding-left: 30px;
  margin: 5px 0
}
.cmspages ul li:before{
  content: '\f105';
  font-family: 'Line Awesome Free';
  font-weight: 900;
  color: var(--primary);
  position: absolute;
  top: 0;
  left: 0;
}
.cmspages ul ul li:before{
  content: '\f04b';
  font-family: 'Line Awesome Free';
  font-weight: 900;
  color: var(--primary);
  position: absolute;
  top: 0;
  left: 0;
}
.cmspages ul ul ul li:before{
  content: '\f00c';
  font-family: 'Line Awesome Free';
  font-weight: 900;
  color: var(--primary);
  position: absolute;
  top: 0;
  left: 0;
}
.cmspages ul.square li:before{
  content: '\f45c';
}

.cmspages ol li{
  position: relative;
  padding-left: 0;
  margin: 5px 0;
  display: block;
  padding-left: 25px
}
.cmspages ol ol li,.cmspages ol ol ol li{
  padding-left: 30px;
}
.cmspages ol {
  counter-reset: item
}
.cmspages ol li:before {
  content: counters(item, " . ") " ";
  counter-increment: item;
  position: absolute;
  left: 0;
  color: var(--primary)
}
.cmspages blockquote {
  background: #f9f9f9;
  border-left: 10px solid #ccc;
  margin: 1.5em 10px;
  padding: 0.5em 10px;
  quotes: "\201C""\201D""\2018""\2019";
}
.cmspages blockquote:before {
  color: #ccc;
  content: open-quote;
  font-size: 4em;
  line-height: 1px;
  margin-right: 0.25em;
  vertical-align: -0.4em;
}
.cmspages blockquote p {
  display: inline;
}
.cmspages blockquote h2,.cmspages blockquote h3,.cmspages blockquote h4,.cmspages blockquote h5,.cmspages blockquote h6 {
  margin-top: 0
}
.cmspages table{
  margin-bottom: 20px
}
.cmspages .card-service{
  padding-bottom: 0
}
.cmspages .card-service img{
  margin: 0
}
.table p:last-child{
  margin: 0
}
.cmspages .table th{
  background: #f58c1f38
}
.cmspages .table p{
  margin-bottom: 10px
}
.cmspages .table p:last-child{
  margin-bottom: 0
}

.navbar-toggle {
  font-size: 14px;
  margin: 5px 0;
  color: #fff;
  width: auto;
  align-items: center;
  justify-content: center;
}
.navbar-toggle i{
  color: var(--white);
  font-size: 16px;
  margin-left: 5px;
}
.navbar-toggle.collapsed .fa-times, .navbar-toggle .fa-bars{
  display: none
}
.navbar-toggle.collapsed .fa-bars, .navbar-toggle .fa-times{
  display: inline-block
}

#mainCarousel .item{
  padding: 0!important;
  margin: 0
}
#mainCarousel .item a{
  display: block;
  position: relative;
  padding: 0;
  margin: 0
}
#mainCarousel .item h3{
  font-weight: normal;
  margin: 0
}

.carousel-inner>.item>a>img.slideMobile{
  display: none!important
}
.carousel-inner>.item>a>img.slideDesktop{
  display: block!important
}

.cart_info .table{
  margin: 0
}
.cart_info .table>thead>tr>th, #cart_items .table>thead>tr>th{
  background: #f90;
  color: #fff;
  border-bottom: 1px solid #ddd;
  vertical-align: middle
}
.cart_info .table>tbody>tr>td{
  vertical-align: middle
}
.cart_info .table>thead>tr>th:first-child,.cart_info .table>tbody>tr>td.cart_product{
  width: 110px;
}
.checkout-btn{
  display:flex;
  align-items: center;
  justify-content: space-between
}
.checkout-btn a{
  width: 47%
}

input [type="text"], .form-control{
  min-height: 38px;
  border-radius: 4px;
  box-shadow: none;
  border: 1px solid #ddd
}
.otp-box{
  display: block;
  border: 1px solid #ddd;
  border-radius: 5px;
  background: #f5f5f5;
  padding: 20px;
  width: 100%;
  max-width: 400px;
  margin: 0 auto
}
.otp-box h5{
  font-size: 18px;
  font-weight: normal;
  margin: 0 0 10px;
  line-height: 1.2;
}
.otp-box h5 small{
  font-size: 14px;
}
.otp-box p{
  font-size: 15px;
  color: #777;
  margin: 0
}
.otp-form{
  position: relative;
  display: block;
  margin-bottom: 20px;
}
.otp-form .btn{
  position: absolute;
  top: 0;
  right: -1px;
  min-width: 80px;
  border-radius: 0 4px 4px 0
}
/*used in checkotp.php*/
.menu-row{
  display: flex;
  align-items: center;
  gap: 30px
}
.menu-row .menu-col1{
  width: calc(100% - 200px)
}
.menu-row .menu-col2{
  width: 180px;
}
.logo-main{
  display: block;
}
.logo-main img{
  max-width: 90px
}

.carousel-indicators{
  bottom:0
}
.header_top .btn-default {
    border-color: transparent;
}



/*min-width*/
@media only screen and (min-width: 767px) {
  .carousel-indicators{
    bottom:0
  }
  .carouselMargin{
    margin-bottom: 60px
  }
}
.carouselMargin{
  margin-bottom: 40px
}

@media only screen and (max-width: 1199px) {
  .product-item{
    flex: 0 0 33.33%;
    max-width: 33.33%;
    margin-bottom: 30px
  }
}
@media only screen and (max-width: 860px) {
  .product-item{
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .hide-767{
    display: none
  }
  .header_top{
    /*display: none;*/
  }
  .mob-off{
      display:none !important;
  }
  .top-logo{
    text-align: center
  }
  .header-logo{
    display: block;
    margin: 0 auto
  }
  .shop-menu{
    margin-top: 0
  }
  .menu-row{
    flex-direction: row-reverse;
  }
  .logo-main{
    margin: 0 auto;
    text-align: center
  }
  .logo-main img{
    display: block;
    margin: 0 auto;
  }
  footer .single-widget h2{
    margin-top: 30px;
  }
  .copyright{
    padding: 30px
  }
  footer{
    padding: 50px 0
  }
  .header-bottom{
    padding: 0
  }
  .mainmenu ul li a{
    padding: 10px 15px
  }
  .navbar-collapse{
    max-height: initial
  }
  .mainmenu{
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    overflow-y: auto;
    background: #000;
    padding: 0 15px;
    z-index: 999
  }
  .navbar-nav li ul.sub-menu{
    padding-left: 20px
  }
  .carousel-inner>.item>a>img.slideDesktop{
    display: none!important
  }
  .carousel-inner>.item>a>img.slideMobile{
    display: block!important
  }

}
@media only screen and (max-width: 575px) {
  .product-item{
    flex: 0 0 100%;
    max-width: 100%
  }
  .shop-menu ul li a{
    font-size: 13px;
  }
  .shop-menu ul li a i{
    margin-right: 2px;
  }
  .shop-menu ul li{
    padding: 0 2px;
  }
  .padding-5{
    padding: 0 5px;
    text-align: center
  }
  .shop-menu .nav.navbar-nav{
    margin: 0
  }
  .mainmenu ul li{
    padding: 0
  }
  .nav.navbar-nav.navbar-collapse{
    margin: 0;
    padding: 10px 0 0
  }
}