@import url("../fonts/roboto/font.css");
:root {
 --brown:#481805;
  --black:#444;
  --white:#fff;
  --light-color:#666;
  --light-gray:#aaa;
  --light-bg:#eee;
  --gray:#6C7878;
  --orange:#f1a115;
  --box-shadow:0 .5rem 1rem rgba(0,0,0,.1);
  --border:.1rem solid rgba(0,0,0,.3);
}

* {
  font-family: 'Poppins', sans-serif;
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: none;
  border: none;
  font-size: 1.6rem;
  text-decoration: none;
}
ul,
ol {
  padding: 0;
  list-style: none;
  margin: 0;
  line-height: normal;
  font-weight: 400; }
p{
  font-size: 1.5rem;
  color: #666;
  /* line-height: 2; */
  margin:0;

}

html {
  font-size: 62.5%;
  overflow-x: hidden;
  scroll-behavior: smooth;
  scroll-padding-top: 7rem;
}
body{
    background: url(../images/body.jpg) no-repeat;
    background-size: cover;
    background-position: center;

}
.body-content{
  padding: 0!important;
}
a {
  text-decoration: none !important;
}

a:hover {
  text-decoration: none !important;
}


section {
  padding: 7rem 7%;
}





.heading-2 {
  text-align: center;
  margin-bottom: 5rem;
  font-size: 4rem;
  text-transform: capitalize;
  color: #334;
  line-height: 1.6;
  padding: 0 4rem;

}

.heading-2 span {
  color: var(--brown);
}

.btn-1 {
  display: inline-block;
  margin-top: 1rem;
  padding: 1rem 4rem;

    border-radius: 4rem;
    background-color: #481805;
  color: var(--white);
  cursor: pointer;
  font-size: 1.7rem;
  text-transform: capitalize;
  -webkit-transition: .2s linear;
  transition: .2s linear;
  text-decoration: none;
}
.btn-1.reg{
  width: 160px;
    text-align: center;
    color: var(--white)!important;
    padding: .5rem 4rem;

}
.btn-1.login{
  background: none;
    border: 2px solid var(--brown);
    color: var(--brown) !important;
    width: 160px;
    text-align: center;
    padding: .5rem 4rem;
}

.btn-1:hover {
  background: var(--gray);
  color: var(--white);
  text-decoration: none;

}

@-webkit-keyframes fadeIn {
  0% {
    top: 50%;
    opacity: 0;
  }
}

@keyframes fadeIn {
  0% {
    top: 50%;
    opacity: 0;
  }
}
.top-header {
  /* position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
  right: 0; */

  padding: 1rem 9%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;

  background:#6C7878;
}

.top-header span{

  color:var(--white);
  font-size: 1.7rem;
  text-transform: capitalize;
}

.top-header
 a{
  padding:0 .7rem;
  color:var(--white);
  font-size: 1.7rem;
  text-decoration: none;
}
.top-header
 a:hover{
  color:var(--white);
  text-decoration: none;
 }

.header {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;

}
.header-bottom{
  -webkit-box-shadow: var(--box-shadow);
          box-shadow: var(--box-shadow);
  padding: 1rem 7%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
          -webkit-box-pack:flex-end;
          -ms-flex-pack: flex-end;
              justify-content: flex-end;
  z-index: 1000;
  background: var(--white);
}

.top-header .logo {
 width:120px;
}
.top-header .logo img {
  width:100%;
 }
 .header .main-navbar{
  display:flex;
  align-items: center;
 }
 .header .main-navbar li  {
  list-style: none;
 }


 .header .main-navbar .link{
  position: relative;
 }

.header .main-navbar li a{
  font-size: 1.6rem;
  color: #444;
  text-transform: capitalize;
  padding: 0.5rem 0;
  margin: 0 1rem;
  text-decoration: none;
  display: block;

}
header .main-navbar .link::before{
  content: '';
  position: absolute;
  bottom: -1.5rem;
  right: 0;
  height: 0.4rem;
  width: 0%;
  background: var(--brown);
  transition: .2s linear;
}

header .main-navbar  .link.active::before,
header .main-navbar .link:hover::before{
    left:0;
    width:100%;
    text-decoration: none;
}
.dropdown-menu{
  /* margin-top:.6rem; */
  width:235px;
  background: #fff;
  /* margin-top: 2rem; */
  /* border-top:3px solid var(--brown); */


}
.dropdown-menu li:hover{background:rgba(0, 0, 0, 0.051);

}
.dropdown-item:hover{

  background:none!important;

}


/* .header .main-navbar a:hover {
  color: var(--brown);
  text-decoration: none
} */


.header #menu-btn {
  display: none;
  font-size: 2rem;
}




.home {
  padding: 0;

}

.home .slide {
  min-height: 50rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  background-size: cover !important;
  background-position: center !important;
  background:#F2F6F7;
}
.owl-carousel img {
  width: 100%;
  height: 100% !important;
  /* object-fit: cover;
  object-position: center; */
}

.home {
  padding: 0;
}

.home .slide {
  display: none;
  height: calc(100vh - 8rem);
}

.home .slide.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.home .slide .content {
  width: 50%;
  padding: 2rem 7%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;

  position: relative;
}

.home .slide .content img {
  height: 25rem;
  width: 25rem;
  margin-bottom: 2rem;
  -webkit-animation: fadeUp .2s linear backwards .2s;
          animation: fadeUp .2s linear backwards .2s;
  display: none;
  border-radius: 50%;
}

.home .slide .content span {
      color: var(--brown);
  display: block;
  font-size: 2rem;
  padding-bottom: .5rem;
  letter-spacing: .2rem;
  text-transform: uppercase;
  -webkit-animation: fadeUp .2s linear backwards .4s;
          animation: fadeUp .2s linear backwards .4s;
}


.home .slide .content h3 {
  margin:0;
  font-size: 5.5rem;
  text-transform: uppercase;
  color: var(--black);
  font-weight: 700;
  -webkit-animation: fadeUp .2s linear backwards .6s;
          animation: fadeUp .2s linear backwards .6s;
}
.home .slide .content p{
  color: #777;
  line-height: 1.7;
  margin-top: 2rem;
  border-left: 1px solid rgba(0,0,0,0.2);
  padding:  0 2rem;
}

.home .slide .content .btn {
  -webkit-animation: fadeUp .2s linear backwards .8s;
          animation: fadeUp .2s linear backwards .8s;
}

.home .slide .content .controls {
  position: absolute;
  bottom: -35%;
 /* left:-7rem; */
}

.home .slide .content .controls div {
  height: 5rem;
  width: 5rem;
  line-height: 5rem;
  text-align: center;
  font-size: 3rem;
  background: var(--white);
  color: #222;
  margin: 0 1rem;
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
  cursor: pointer;
}

.home .slide .content .controls div:hover {
  background: var(--brown);
  color: var(--white);
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.home .slide .image {
  width: 50%;
  height: 100%;
}

.home .slide .image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.owl-carousel img {
  width: 100%;
  height: 100% !important;
  /* object-fit: cover;
  object-position: center; */
}
.owl-carousel .image{
  width:100%;height:450px;

}
/* .owl-carousel .owl-stage-outer{
  height:70vh;
} */
.services{
  min-height: 50vh;
}
.services .box-container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(33rem, 1fr))[auto-fit];
      grid-template-columns: repeat(auto-fit, minmax(31rem, 1fr));
  gap: 3rem;
}

.services .box-container .box {
  text-align: center;
  padding: 4rem 4rem;
  border: var(--border);
border-radius: 1rem;
  box-shadow: var(--box-shadow);

}


.services .box-container .box:hover img {
  -webkit-transform: translateY(-1rem);
          transform: translateY(-1rem);
}



.services .box-container .box .content{
padding-top:2rem;
}

.services .box-container .box h3 {
  font-size: 2.4rem;
  color: var(--black);
  text-transform: capitalize;
 padding-bottom: 1rem;
  margin: 0;
}

.services .box-container .box p {
  font-size: 1.4rem;
  color: var(--light-color);
  line-height: 2;
}
.services .box-container .box .fa-solid{
  border-radius: 50%;
  /* color: #6c7878; */
  background: linear-gradient(45deg, #303636, #6c7878);

  color: #79391f;
  width: 10rem;
  height: 10rem;
  background: #79391f17;
  line-height: 10rem;
  font-size: 4rem;
}
.about{
  background-position: center;
  background-size: cover;
  padding-right:0;
  padding :1rem 7%;
  /* min-height: 100vh; */
}
.about.section2{
  /* background:#F2F6F7; */
   padding-top: 0;
padding-bottom: 0;
min-height: auto;
padding-right: 0;
}

.about .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      margin:0;
}

.about .row .image {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 35rem;
          flex: 1 1 35rem;
          height: 400px;


}

.about .row .image img {
  width: 100%;
  padding: 0;
    height: 100%;
    object-fit: cover;

}

.about .row .content {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 41rem;
          flex: 1 1 41rem;
          padding: 0 4rem;
}
.about .row .content span{
    color:var(--black);
    font-size: 2.2rem;
}

.about .row .content h3 {
  font-size: 3.5rem;
  color: var(--black);
  line-height: 1.6;
  font-weight: 700;
  text-transform: capitalize;
}

.about .row .content p {
  font-size: 1.5rem;
  color: var(--light-color);
  line-height: 2;
  margin:0;
  /* padding: 1rem 0; */
  display: -webkit-box;
-webkit-line-clamp: 5;
-webkit-box-orient: vertical;
overflow: hidden;
text-overflow: ellipsis;
margin-bottom: 1.5rem;
}





.product{
  background: #F2F6F7;
  padding-top: 2rem;

  text-align: center;
}
.product.service{
  background:#fff;
}
.product .top-icon{
  width:70px;
}

.product .slide{
  text-align: center;
  padding:4rem 2rem;
  border-radius: .5rem;
  transform: scale(.9);
  opacity: .5;
  margin-bottom: 4rem;
  cursor: pointer;
}

/* .swiper-pagination-bullet-active{
  background: var(--brown);
} */

.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal{
  bottom:0;
}

.product .swiper-slide-active{
  transform: scale(1);
  opacity: 1;
  background: var(--white);
  box-shadow: var(--box-shadow);
  border:var(--border);
}

.product .slide img{
  width:100%;
  height: 25rem;
  margin-bottom: 1rem;
}

.product .slide h3{
  font-size: 2.5rem;
  padding:1rem 0;
  color:var(--black);
  text-transform: capitalize;
}

.product .slide .price{
  font-size: 1.5rem;
  color: var(--light-color);
  line-height: 2;
  margin: 0;
  /* padding: 1rem 0; */
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 1.5rem;

}

.product-preview-container{
  background: rgba(0,0,0,0.6);
  position: fixed;
  top:0; left:0;
  height: 100%;
  width: 100%;
  z-index: 1100;
  display: none;
  align-items: center;
  justify-content: center;
}

.product-preview-container .product-preview{
  text-align: center;
  background: var(--white);
  padding:3rem 2rem;
  border-radius: .5rem;
  display: none;
  width: 35rem;
}

.product-preview-container .product-preview.active{
  display: inline-block;
  animation:fadeIn 0.4s cubic-bezier(.54,1.3,.63,1.34) backwards;
}

.product-preview-container .product-preview img{
  height: 25rem;
  width: 25rem;
  margin-bottom: 1rem;
}

.product-preview-container .product-preview h3{
  padding:1rem 0;
  font-size: 2.5rem;
  color:#444;
}

.product-preview-container .product-preview .stars{
  margin-top: .5rem;
}

.product-preview-container .product-preview .stars i{
  font-size: 1.7rem;
  color:var(--orange);
}

.product-preview-container .product-preview p{
  font-size: 1.6rem;
  color:#666;
  padding:1rem 0;
  line-height: 2;
}

.product-preview-container .product-preview .price{
  font-size: 2.5rem;
  color:var(--black);
  margin-bottom: .5rem;
}

#close-preview{
  position: absolute;
  top:1.5rem; right:2.5rem;
  font-size: 6rem;
  cursor: pointer;
  color:var(--white);
}

#close-preview:hover{
  transform: rotate(90deg);
}
.section-3{
  /* background: beige; */
   }
   .section-3 .main-row{
     display: flex;
     align-items: center;
   }

   .section-3 .main-row .divider{
     padding:3rem;
     width: 500px;
    height: 600px;
   }

   .section-3 .main-row .box-container .box{
     padding:1rem 0;
   }


   .section-3 .main-row .box-container .box i{
     color:var(--gray);
     padding:1rem 0;
     font-size: 3.5rem;
   }

   .section-3 .main-row .box-container .box h3{
    color: #444;;
     font-size: 2.5rem;
     padding: 1rem 0;
   }

   .section-3 .main-row .box-container .box p{
     color:#666;
     padding:1rem 0;
     font-size: 1.5rem;
   }

   .section-3 .main-row .box-container:first-child{
     text-align: right;
   }

   .contact{
    background: #fff;
    padding: 0;
    margin-top:4rem;
   }
.contact .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;

  gap: 3rem;
}
.contact .row img{
  width: 100%;
  height: 250px;
}

.contact .row .map {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 40rem;
          flex: 1 1 40rem;
  width: 100%;
  height: 70vh;
}

.contact .row .form {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 40rem;
          flex: 1 1 40rem;
}

.contact .row .form .icons-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
flex-direction: column;
  gap: 2rem;
  margin-bottom: 3rem;
}

.contact .row .form .icons-container .icons {
  padding: 0 1rem;

  text-align: center;
}
.contact .row .form .icons-container h2{
  font-size: 3.5rem;
    color: var(--black);
    line-height: 1.6;
    font-weight: 700;
    text-transform: capitalize;

}
.contact .row .form .icons-container .box{
  display: flex;
 align-items: flex-start;
  margin-bottom: 1rem;

}
.contact .row .form .icons-container .box .icons i {
  height: 4rem;
  width: 4rem;
  line-height: 4rem;
  border-radius: 50%;
  background:var(--gray);
  color: var(--white);
  font-size: 1.5rem;


}

.contact .row .form .icons-container .content h3 {
  margin:0;
  font-size: 2rem;
  text-transform: uppercase;
  color: var(--black);
}


.contact .row .form .icons-container .content p a {
  font-size: 1.5rem;
  line-height: 2;
  margin:0;
  color: var(--light-gray);
}
.contact .row .form .icons-container p{
font-size: 1.5rem;
    color: var(--light-color);
    line-height: 2;
    margin: 0;
}

.contact .row .form form {
  text-align: center;
}

.contact .row .form form .box {
  padding: 1.2rem 1.4rem;
  font-size: 1.6rem;
  color: var(--white);
  background: none;
  border: 0.2rem solid rgba(255, 255, 255, 0.3);
  text-transform: none;
  width: 100%;
  margin: .7rem 0;
}

.contact .row .form form .box:focus {
  border-color: #eacf4f;
}

.contact .row .form form textarea {
  height: 15rem;
  resize: none;
}


.brands {

  margin-top: 4rem;



}

.brands .box-container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(20rem, 1fr))[auto-fit];
      grid-template-columns: repeat(auto-fit, minmax(20rem, 1fr));
  gap: 2rem;
}
.brands .box-container .box  img{
  width: 100%;
  cursor: pointer;

}

.brands .box-container .box {
  /* text-align: center; */


 background: var(--white);
  width:20rem;

   height: 120px;

}


.brands .box-container .box img{
  width: 100%;
    height: 100%;
    object-fit: cover;
}

.brands .box-container .box:hover img {
  -webkit-transform: translateY(-1rem);
          transform: translateY(-1rem);
}

.review {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2rem;
  min-height: 40vh;
  background: #Fff;
}

.review .information {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 35rem;
          flex: 1 1 35rem;
}

.review .information span {
  font-size: 2rem;
  color: var(--brown);
  text-transform: capitalize;
}

.review .information h3 {
  font-size: 3rem;
  color: var(--black);
  padding-top: 1rem;
}

.review .information p {
  font-size: 1.5rem;
  line-height: 2;
  color: var(--light-color);
  padding: 1rem 0;

}

.review .review-slider {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 60rem;
          flex: 1 1 60rem;
}

.review .review-slider .slide {
     box-shadow: 0 10px 10px rgb(0 0 0 / 20%);
     border: 1px solid rgba(0,0,0,0.2);
  padding: 2rem 3rem;
  background: var(--white);
}

.review .review-slider .slide p {
  font-size: 1.5rem;
  line-height: 2;
  color: var(--light-black);
  display: -webkit-box;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;
overflow: hidden;
text-overflow: ellipsis;
}

.review .review-slider .slide .user {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 1.5rem;
}

.review .review-slider .slide .user img {
  height: 5rem;
  width: 5rem;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
  margin-right: 1rem;
}

.review .review-slider .slide .user h3 {
  font-size: 2rem;
  color: var(--brown);
}

.review .review-slider .slide .user span {
  color: #999;
  font-size: 1.5rem;
}

.review .review-slider .slide .user i {
  font-size: 5rem;
  margin-left: auto;
  margin-right: 2rem;
  color: var(--light-bg);
}

.footer {
  background:#111;
  background-size: cover;
  background-position: bottom;
  padding-bottom: 1rem;
}
.footer .box-container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(25rem, 1fr))[auto-fit];
      grid-template-columns: repeat(auto-fit, minmax(25rem, 1fr));
  gap: 2rem;
}
.footer .box-container .box{
  background: none;
}
.footer .box-container .box h3 {
  font-size: 2.2rem;
  text-transform: capitalize;
  color: var(--black);
  padding: 1rem 0;
}

.footer .box-container .box .link {
  display: block;
  padding: .5rem 0;
  font-size: 1.5rem;
  line-height: 2;
  color: #ababab;
  /* text-transform: capitalize; */
  text-decoration: none;
}

.footer .box-container .box .link i {
  padding-right: .5rem;
  color: var(--brown);
}

/* .footer .box-container .box .link:hover {
  color: var(--white);
} */

.footer .box-container .box .link:hover i {
  padding-right: 2rem;
}

.footer .box-container .box p {
  padding: .5rem 0;
  font-size: 1.5rem;
  line-height: 2;
  color: var(--light-color);
}

.footer .box-container .box p span {
  color: var(--brown);
}

.footer .box-container .box .share {
  margin-top: 2rem;
}
.footer .box-container .box .share a {
  height: 4.5rem;
  width: 4.5rem;
  line-height: 4.5rem;
  font-size: 1.7rem;
  /* background: var(--brown); */
  color: var(--white);
  border-radius: 50%;
  margin-right: 0.3rem;
  text-align: center;
  text-decoration: none;
}
.facebook{
    background: #3956a5;
    /* color: #3956a5; */
}
.twitter{
    background: #51acef;
    /* color: #51acef; */
}
.instagram{
    background: #fb3958;
    /* color: #fb3958; */
}
.linkedin{
    background: #01649b;
    /* color: #01649b; */
}

/* .footer .box-container .box .share a:hover {
  background: var(--brown);
} */

.footer .credit {
  font-size: 1.4rem;
  text-transform: capitalize;
  color: var(--light-gray);
  margin-top: 3rem;
  padding-top: 3rem;
  border-top: 0.2rem solid rgb(46 45 45);
  text-align: center;
}
@media (max-width: 1200px) {
  .header-bottom {
    padding: 1.5rem 2rem;
  }
  section {
    padding: 3rem 5%;
  }
}

@media (max-width: 991px) {
  html {
    font-size: 55%;
  }
  section {
    padding: 3rem 2rem;
  }
  .header .main-navbar{
   flex-direction: column;
   }
  .header-bottom{
    padding: 1.5rem 3rem;
    justify-content: flex-end;
  }
  .header-bottom #menu-btn {
    display: inline-block;
  }
  .header-bottom .main-navbar {
    position: fixed;
    top: 6.2rem;
    left: 0;
    width: 100%;

    z-index: 1;
    position: absolute;
    top: 99%;
    left: 0;
    right: 0;
    background: var(--white);
    border-top: var(--border);
    border-bottom: var(--border);
    background: #fff;
    border-top: 0.2rem solid rgba(0,0,0,.1);
    transform: scaleY(0);
    transform-origin: top;
    opacity: 0;
    /* -webkit-clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
            clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
    -webkit-transition: .2s linear; */
    transition: .2s linear;
  }
  .header .main-navbar.active {
    /* -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 200%);
            clip-path: polygon(0 0, 100% 0, 100% 100%, 0 200%); */
            transform: scaleY(1);
    opacity: 1;
  }
  .header .main-navbar a {
    display: block;
    margin: 2rem;
  }
  header .main-navbar .link::before{
    bottom:0;
  }
  .dropdown-menu{
    border-top:none;
  }
  /* .nav-dropdown .nav-dropbtn{
    display: block;
    margin: 2rem;
  } */
}


@media (max-width: 768px) {
  .heading-2{
    font-size:2.4rem;
    line-height: 1.7;
  }
  .top-header{
    flex-direction: column;
  }
  .home .slide {
    position: relative;
    height: calc(100vh - 6rem);
    background: url(../images/about-bg.jpg) no-repeat;
    background-position: center;
  background-size: cover;
  }
  .home .slide .content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: #222222b8;
    height: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .home .slide .content img {
    display: inline-block;
  }
  .home .slide .content .controls {
    position: static;
    margin-top: 7rem;
  }
  .home .slide .content .controls div {
    margin: 0 .5rem;
  }
  .home .slide .image {
    width: 100%;
  }
  .home .slide .content h3{
    text-align: center;
    color: var(--white);
  }
  .home .slide .content p{
    color:#f5f5f5;
  }
  .owl-carousel .image{
    width:100%;height:100%;

  }
  .swiper-button-next,
  .swiper-button-prev {
    display: none;
  }
  .section-3 .row{
    flex-flow: column;
  }

  .section-3 .row .divider{

    display: none;
  }


  .section-3 .row .box-container .box{
    text-align: center;
  }
  .brands .box-container .box {
    /* text-align: center; */

  width:100%;

  }
  .about.section2{
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .about {
    padding: 3rem 2rem;
  }
  .about .row {
    flex-direction: column;
  }
  .about .row .image{
    flex:1;
  }
  .about.section2 .row .image{
    margin-top: 2rem;
  }
  .about .row .content{
    flex:1;
  }

}
@media (max-width: 450px) {
  html {
    font-size: 50%;
  }
  .about .row .content h3 {
    font-size: 2.5rem;
  }
}

.owl-carousel div .textoverlay {
  position: absolute;
  color: #000000;
  /* font-size:12px; */
  display: block;
  background: rgba(255, 255, 255, 0.7);
  /* Black background with 0.5 opacity*/
  margin-bottom: 10rem;
  margin-top: 10rem;
  left: 8rem;
  right: 50%;
  border-radius: 10px;
  padding: 1.5rem;
}

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev {
  font-size: 5rem;
  width: 100px;
  opacity: 0.8;
  display: block !important;
  border: 0px solid black;
  position: absolute;
  bottom: 40%;
  cursor: pointer;
}

.owl-carousel .owl-nav button.owl-next:focus, .owl-carousel .owl-nav button.owl-prev:focus {
  outline: none;
}

.owl-prev {
  left: 0px;
}

.owl-next {
  right: 0px;
}

.owl-prev i, .owl-next i {
  /* transform: scale(1, 6); */
  color: #ccc;
}
.brand-slider {
  margin: 2rem 2rem 5rem 2rem;
}

.brand-slider img {
  margin-left: 2rem;
}


/* service section */
.breadcrumb-arrow .breadcrumb-item+.breadcrumb-item::before {
  content: '';
}

.breadcrumb-arrow {
  /* height: 40px; */
  line-height: 40px;
}

.breadcrumb-arrow .breadcrumb-item:first-child a {
  border-radius: 4px 0 0 4px;
}

.breadcrumb-arrow .breadcrumb-item,
.breadcrumb-arrow .breadcrumb-item a,
.breadcrumb-arrow .breadcrumb-item span {
  display: inline-block;
  vertical-align: top;
}

.breadcrumb-arrow .breadcrumb-item:not(:first-child) {
  margin-left: -6px;
}

.breadcrumb-arrow .breadcrumb-item+.breadcrumb-item:before {
  padding: 0;
  content: "";
}

.breadcrumb-arrow .breadcrumb-item a,
.breadcrumb-arrow .breadcrumb-item.active {
  text-transform: uppercase;
  height: 40px;
  padding: 0 10px 0 25px;
  line-height: 40px;
  font-size: 1.4rem;
}

.breadcrumb-arrow .breadcrumb-item a {
  position: relative;
  color: #fff;
  text-decoration: none;

  background-color: #3bafda;
  border: 1px solid #3bafda;
  font-size:1.4rem;
}

.breadcrumb-arrow .breadcrumb-item a:after,
.breadcrumb-arrow .breadcrumb-item a:before {
  position: absolute;
  top: -1px;
  width: 0;
  height: 0;
  content: '';
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
}

.breadcrumb-arrow .breadcrumb-item a:before {
  right: -10px;
  z-index: 3;
  border-left-color: #3bafda;
  border-left-style: solid;
  border-left-width: 11px;
}

.breadcrumb-arrow .breadcrumb-item a:after {
  right: -11px;
  z-index: 2;
  border-left: 11px solid #2494be;
}

.breadcrumb-arrow .breadcrumb-item a:focus,
.breadcrumb-arrow li a:hover {
  background-color: #4fc1e9;
  border: 1px solid #4fc1e9;
}

.breadcrumb-arrow .breadcrumb-item a:focus:before,
.breadcrumb-arrow li a:hover:before {
  border-left-color: #4fc1e9;
}

.breadcrumb-arrow li.active:after,
.breadcrumb-arrow li.active:before {
  border-left-color: #2494be;
}
.product_heading h1{
  font-size: 3.5rem;
  color: var(--black);
  line-height: 1.6;
  font-weight: 700;
  text-transform: capitalize;

}


        /* generic.blade.php */
        .about-bg{
          background:#F8F9FA;
          padding-top:4rem;
          padding-bottom:4rem;
      }
      .about-bg .about-container{
          width: 80%;
          margin: auto;
          background: var(--white);
        border-radius:1rem;
          padding: 4rem 2rem;
          box-shadow: var(--box-shadow);
      }
      .about-bg .about-container .title-page{
      font-size: 2.4rem;
  color: var(--black);
  text-transform: capitalize;
 padding-bottom: 1rem;
  margin: 0;
      }
      /* vaccination page */
      .card-product{
        background: var(--white);
    box-shadow: var(--box-shadow);
    border: var(--border);
      }
      .card-product .title{
      font-size: 2.5rem;
    padding: 1rem 0;
    margin-top:1rem;
    color: var(--black);
    text-transform: capitalize;
      }
      .card-product .description{

/* padding:0 2rem; */
    font-size: 1.2rem;
    color: var(--light-color);
    line-height: 2;
    margin: 0;
      }

        .service-icon {
          height: 55px;
      }
      /* login-page  & signup-page */
      form{
        padding: 2rem;
      }
      .card .form-control{
        border-radius: 1rem;
      }
      .modal-content{
        font-size:1.6rem;
    }
    .modal-content .form-control{
        padding: 1rem;
    font-size: 1.4rem;

    }
    .card-title{
        font-size: 3rem;
    }
     .card-header.bg{
      background: #fff;
    }

    .modal-content .card-header.bg{
        display: flex;
        justify-content: flex-end;
    align-items:center;
    padding: 1rem;


    }
    .modal-content .card-header{
      display: flex;
      justify-content: space-between;
  align-items:center;
  padding: 1rem;
    }
    .modal-content .btn-1.login{
        width:100%;
    }
    .card{
      font-size: 1.6rem;
    }
    .card .form-control{

        padding: 1rem;
    font-size: 1.4rem;
    }
    /* profile */

.box {
  display: block;
  background: #fff;
  border-radius: 0.2rem;
  -webkit-box-shadow: 0 1px 3px rgba(51, 51, 51, 0.1);
  box-shadow: 0 1px 3px rgba(51, 51, 51, 0.1);
}
.app-menu__icon {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 25px;
}

.app-menu__label {
  white-space: nowrap;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.app-menu__label {
  white-space: nowrap;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  color:#444
}
.form-control{
  font-size: 1.6rem!important;
}
.nav-link{
  padding: 1rem !important;
}
.body-content {
  min-height: 65vh;
  padding: 2rem;
  /* padding-top: 80px; */
}
.left-menu .active {
  background-color: lightgray;
  color: #000;
}
.btn-secondary a{
  color:#fff;
}
.btn-success{
  font-size: 1.6rem;
}
.page-scroll {
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  border-radius: 50%;
  font-size: 1.5rem;
  padding: 1rem;
  box-shadow: 0 4px 15px rgb(153 153 153 / 30%);
  display: flex;
  justify-content: center;
  margin: auto;
  color: #11abb7;
  background-color: #fff;
  z-index: 9999;
}
/* .section-pagetop {
  padding: 45px 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
} */

.section-pagetop .title-page {
  color: #fff;
  opacity: .6;
}

.about-us-bg-image {
  background-image: linear-gradient(rgba(0 190 242), rgba(0, 0, 0, 0.5)), url('https://dedhampharmacy.co.uk/assets/img/cta-bg.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  height: 150px;
}
.section-content {
  margin-top: 1rem;
  min-height: 50vh;
  background: #fff;
}
.padding-y {
  padding-top: 32px;
  padding-bottom: 32px;
}
.vfc-top-date {
  font-size: 2rem !important;
}

.vfc-dayNames span {
  font-size: 1.7rem !important;
}

.vfc-week .vfc-day span.vfc-span-day {
  width: 60px !important;
  line-height: 60px !important;
  font-size: 1.5rem;
  border-radius: 0 !important;
}
.vfc-main-container {
  font-family: "Titillium Web", "Source Sans Pro", sans-serif !important;
}
.vfc-week .vfc-day span.vfc-span-day.vfc-marked {
  border-bottom: 5px solid black;
}
.date-header {
  background: #303030;
  color: #fff;
  border-radius: 10px;
}
.cb-green {
  background-color: #238823 !important;
  color: #fff;
}
.cb-red {
  background-color: #ff0000 !important;
  color: #fff;
}

.cb-amber {
  background-color: #FFC600;
  color: #fff;
}
.circle {
  width: 20px;
  height: 20px;
  border-radius: 50%;
}
.banner img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top center;
    object-position: top center;
}
