@import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300..900;1,300..900&display=swap');

:root {
--text-color: #666;
--primary: #203040;
--secondary-color:#51c286;
}

/**,::after,::before{
  transition: .4s;
  -webkit-transition: .4s;
  -moz-transition: .4s;
}*/

body{
overflow-x: hidden;
font-family: "Rubik", sans-serif;
}


.top{
  font-size: 14px;
  background-color: var(--primary);
  padding: 14px 0;
}

.top ul{
  display: flex;
  margin: 0;
}

.top ul li{
  color: var(--bs-white);
  font-weight: 300;
  list-style: none;
  padding-right: 20px;
}

.top ul li span{
  padding-right: 5px;
}

.top-right ul{
justify-content: end;
}

.top-right ul li a{
  text-decoration: none;
  color: var(--bs-white);
  transition: .4s;
  -webkit-transition: .4s;
  -moz-transition: .4s;
}


.top-right ul li a:hover{
  color: var(--secondary-color);
}

header{
  padding: 15px 0;
}

.logo img{
  width: 150px;
}

.quote{
display: flex;
justify-content: center;
align-items: center;
height: 100%;
}

.quote a{
text-decoration: none;
background: var(--secondary-color);
color: var(--bs-white);
display: ;
padding: 10px 25px;
border-radius: 30px;
display: flex;
align-items: center;
gap: 10px;
  transition: .4s;
  -webkit-transition: .4s;
  -moz-transition: .4s;
}

.quote a:hover{
  background-color: var(--primary);
}

.srch-frm{
position: relative;
  display: flex;
  width: 100%;
  box-shadow: 0 0 0 2px #f7f9fb;
  border-radius: 20px;
  overflow: hidden;
  background: #f7f9fb;
  font-size: 14px;
  align-items: center;
}

.srch-frm select{
color: rgba(120,128,128,1);
  border: none;
  padding: 10px 15px;
  background: #f7f9fb;
}

.srch-frm input{
  border-radius: 0;
  border: none;
  background: none;
}

.srch-frm .form-control:focus {
  background: none;
  border-color: none;
  outline: 0;
  box-shadow:none;
}

.srch-frm button {
background: #f7f9fb;
  border: none;
  display: flex;
  padding-right: 16px;
  font-size: 18px;
}

.navigation{
border-top:1px solid #f0f0f1;
box-shadow:0px 5px 10px 0px rgba(0,10,20,0.1);
position: relative;
}


.nav-link {
font-weight: 300;
color: var(--primary);
transition: .4s;
-webkit-transition: .4s;
-moz-transition: .4s;
}

.nav-link:hover{
    color: var(--secondary-color);
}

.dropdown-menu{
  border:none;
  border-radius: 20px;
box-shadow: 0 0 5px 0px rgba(0,10,20,0.10);
padding: 16px 0;
}

.dropdown-item {
font-size: 15px;
font-weight: 300;
transition: .4s;
-webkit-transition: .4s;
-moz-transition: .4s;
padding: 10px 20px;
}

.dropdown-item:hover{
  color: var(--secondary-color);
  background: none;
}


.social-links{
display: flex;
margin: 0;
height: 100%;
align-items: center;
}

.social-links li{
list-style: none;
}

.social-links li a{
text-decoration: none;
background: #222;
color: #fff;
border-radius: 50%;
width: 30px;
height: 30px;
display: flex;
justify-content: center;
align-items: center;
font-size: 14px;
margin: 0 3px;
}

.social-links li:nth-child(1) a{
background: #3055ae;
}

.social-links li:nth-child(2) a{
background: #da0505;
}

.social-links li:nth-child(3) a{
background: #1c9be9;
}

.social-links li:nth-child(4) a{
background: #dd4949;
}

.social-links li:nth-child(5) a{
background: #00669a;
}




.banner{
background-color: #f5f8fb;
padding: 35px 0px;
}

.carousel-caption{
padding: 0;
left: 12%;
display: flex;
height: 100%;
right: 55%;
justify-content: center;
text-align: left;
flex-direction: column;
top: 0;
bottom: 0;
align-items: start;
}


.carousel-item img{
border-radius: 20px;
}

.carousel-caption a{
  font-size: 15px;
  text-transform: uppercase;
  text-decoration: none;
  background: var(--secondary-color);
  color: var(--bs-white);
  font-weight: 300;
  display: inline-block;
  padding: 8px 18px;
  border-radius: 30px;
  transition: .4s;
  -webkit-transition: .4s;
  -moz-transition: .4s;
}


.carousel .carousel-item.active .animated1 {
  -webkit-animation: fadeInRight 1s ease-in-out 500ms both;
  animation: fadeInRight 1s ease-in-out 500ms both;
}
.carousel .carousel-item.active .animated2 {
  -webkit-animation: fadeInLeft 1s ease-in-out 500ms both;
  animation: fadeInLeft 1s ease-in-out 500ms both;
}
.carousel .carousel-item.active .animated3 {
  -webkit-animation: fadeInDown 1s ease-in-out 500ms both;
  animation: fadeInDown 1s ease-in-out 500ms both;    
}
.carousel .animated4 {
  -webkit-animation: fadeInUp 1s ease-in-out 500ms both;
  animation: fadeInUp 1s ease-in-out 500ms both;    
}
.carousel-caption::before{
  -webkit-animation: fadeInLeft 1s ease-in-out 500ms both;
  animation: fadeInLeft 1s ease-in-out 500ms both;
}
.carousel-caption {
    transition: opacity 500ms;
    text-shadow: none;
/*    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 70%;*/
}

.carousel-inner > .carousel-item .carousel-caption {
  z-index: 99;
  opacity: 0;
  -webkit-transition: opacity 500ms;
  -moz-transition: opacity 500ms;
  -o-transition: opacity 500ms;
  transition: opacity 500ms;
}

.carousel .carousel-item.active .carousel-caption {
  z-index: 99;
  opacity: 1;
  -webkit-transition: opacity 100ms;
  -moz-transition: opacity 100ms;
  -o-transition: opacity 100ms;
  transition: opacity 100ms;  
}

.carousel-fade .carousel-control {
  z-index: 2;
}
.carousel-control.right {
  background: none;
}
.carousel-control.left {
  background: none;
}
.carousel-fade .carousel-item {
  opacity: 0;
  transition-duration: .6s;
  transition-property: opacity;
}
.carousel-fade  .carousel-item.active,
.carousel-fade  .carousel-item-next.carousel-item-left,
.carousel-fade  .carousel-item-prev.carousel-item-right {
  opacity: 1;
}
.carousel-fade .active.carousel-item-left,
.carousel-fade  .active.carousel-item-right {
  opacity: 0;
}
.carousel-fade  .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .active.carousel-item-left,
.carousel-fade  .active.carousel-item-prev {
  transform: translateX(0);
  transform: translate3d(0, 0, 0);
}

.banner-btm{
background-color: #f5f8fb;
padding: 0px 0 30px;
}
.banner-btm .row{
  background: #fff;
  padding:22px 5px;
  border-radius: 20px;
box-shadow: 0 10px 20px 5px rgba(0,20,40, 0.06);
}

.bnr-btm{
display: flex;
  align-items: center;
  gap: 12px;
}

.bnr-btm img{
  width: 60px;
  height: 60px;
}
.bnr-btm h5{
  font-size: 18px;
  font-weight: 400;
}
.bnr-btm p{
  font-size: 13.2px;
margin: 0;
color: #80888f;
}


.sec1{
padding: 50px 0;
}

.sec1-bx{
position: relative;
}

.sec1-bx a{
  text-decoration: none;
  color: var(--bs-white);
  display: block;
}

.sec1-bx .sec1-content{
position: absolute;
left: 25px;
display: flex;
flex-direction: column;
height: 100%;
justify-content: center;
}

.sec1-bx .sec1-content h4{
font-weight: 400;
}

.sec1-bx .sec1-content h6{
font-weight: 300;
margin: 0;
}

.sec2{
  padding: 10px 0 30px;
}

@media (min-width:992px) and (max-width:1400px){
  .sec2 .col-lg{
width: 12%;
flex:inherit;
}
}

.sec2-bx{
height: 100%;
}

.sec2-bx a{
text-decoration: none;
display: block;
text-align: center;
border-radius: 20px;
box-shadow: 0 10px 20px 5px rgba(0,20,40, 0.06); 
padding: 10px;
transition: .4s;
-webkit-transition: .4s;
-moz-transition: .4s;
color: var(--primary);
height: 100%;
}
.sec2-bx img{
border-radius: 20px;
}

.sec2-bx a:hover{
color: var(--secondary-color);
transform: translateY(-4px);
-webkit-transform: translateY(-4px);
-moz-transform: translateY(-4px);
}


.sec2-bx h6{
  font-size: 14px;
  font-weight: 400;
  color: #80888f;
  padding-top: 6px;
}

.sec-title h4{
color: var(--secondary-color);
font-weight: 400;
position: relative;
padding-bottom: 10px;
border-bottom: 1px solid #f0f0f1;
margin-bottom: 25px;
 }

.sec-title h4 span{
color: var(--primary);
}
.sec-title h4::before{
  position: absolute;
  content: '';
  left: 0;
  bottom: -1px;
  width: 50px;
  height: 2px;
  background: var(--secondary-color);
}


.sec3-bx a{
text-decoration: none;
display: block;
text-align: center;
border-radius: 20px;
box-shadow: 0 10px 20px 5px rgba(0,20,40, 0.06);
padding: 10px;
transition: .4s;
-webkit-transition: .4s;
-moz-transition: .4s;
height: 100%;
color: var(--primary);
margin: 12px 10px 26px;
}

.sec3-bx img{
border-radius: 20px;
padding-bottom: 6px;    
}

.sec3-bx p{
margin-bottom: 0px;
font-size: 14px;
}

.sec3-bx .rating{
font-size: 14px;
color: var(--secondary-color);
padding: 7px 0;
}

.sec3-bx .price{
font-size: 15px;
}


.slick-pre, .slick-nxt{
  display: none !important;
}


.sec4{
padding: 50px 0;
background: var(--primary);
color: var(--bs-white);
}

.sec4 h6{
font-weight: 300;
color: var(--secondary-color);
}

.sec4 h3{
  font-weight: 400;
}

.sec4 p{
    font-weight: 300;
    font-size: 15px;
}


.sec4 ul li{
      font-weight: 300;
    font-size: 15px;
    line-height: 30px;
    list-style: none;
}

.sec4 a, .sec6 a{
  font-size: 15px;
text-transform: uppercase;
text-decoration: none;
background: var(--secondary-color);
color: var(--bs-white);
font-weight: 300;
display: inline-block;
padding: 8px 18px;
border-radius: 30px;
transition: .4s;
-webkit-transition: .4s;
-moz-transition: .4s;
}

.sec4 a:hover, .sec6 a:hover{
background-color: #ffd700;
}

.sec6{
padding: 40px 0 50px;
}

.sec6 h6 {
  font-weight: 300;
  color: var(--secondary-color);
}

.sec6 h3 {
  font-weight: 400;
  color: var(--primary);
}

.sec6 p {
  font-weight: 300;
  font-size: 15px;
  color: #666;
}

.sec6 h2{
  font-weight: 400;
}

.in-banner{
  padding: 40px 0;
  text-align: center;
  background: url(../images/inner-banner.jpg);
  background-size: cover;
  position: relative;
  z-index: 9;
}

.in-banner::before{
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: #000;
  opacity: 0.75;
  z-index: -1;
}

.in-banner h2{
color: var(--bs-white);
}

.in-banner ul {
  display: flex;
  padding: 0;
  margin: 0;
  justify-content: center;
}

.in-banner ul li{
  font-size: 15px;
  list-style: none;
  color: var(--secondary-color);
}

.in-banner ul li a{
text-decoration: none;
color: var(--bs-white);
}

.in-banner ul li a span{
font-size: 12px;
padding: 0 6px;
}


.inner-matter h4 {
  color: var(--primary);
  font-weight: 400;
  position: relative;
  padding-bottom: 10px;
  border-bottom: 1px solid #f0f0f1;
  margin-bottom: 25px;
}

.inner-matter h4::before {
  position: absolute;
  content: '';
  left: 0;
  bottom: -1px;
  width: 50px;
  height: 2px;
  background: var(--secondary-color);
}

.inner-matter{
padding: 50px 0;
}


.side-list{
box-shadow: 0 10px 20px 5px rgba(0,20,40, 0.06);
border-radius: 20px;
padding: 20px;
margin-bottom: 15px;
}

.side-list ul{
  margin: 0;
  padding: 0;
}

.side-list ul ul{
  padding-left: 12px;
}

.side-list ul li{
  list-style: none;
  cursor: pointer;
  font-size: 15px;
}

.side-list ul li a{
  text-decoration: none;
  display: block;
 color: var(--primary);
 padding: 8px 0;
  transition: .4s;
  -webkit-transition: .4s;
  -moz-transition: .4s;
}

.side-list ul li a i{
  font-size: 14px;
float: right;
position: relative;
top: 5px;
}

.side-list ul li a:hover{
  color: var(--secondary-color);
}

.side-list ul li a:not([href]):not([class]){
 color: var(--primary);
}



.filter-bx{
box-shadow: 0 10px 20px 5px rgba(0,20,40, 0.06);
border-radius: 20px;
padding: 15px;
margin: 0 0 15px 0;
}

.filter-bx .dropdown-item {
  font-size: 14px;
  padding: 6px 15px;
}

.filter-bx .dropdown-menu {
  padding: 8px 0;
}

.gr-lst{
display: inline-flex;
padding: 0;
margin: 0;
width: 20%;
line-height: 0;
}

.gr-lst li{
  list-style: none;
  font-size: 25px;
  cursor: pointer;
}

.gr-lst li.active{
  color: var(--secondary-color);
}

.gr-lst li a{
text-decoration: none;
color: var(--primary);
margin-right: 10px;
}

.gr-lst li:nth-child(2){
  font-size: 28px;
  position: relative;
  top: -1px;
}

.view-toggle {
display: flex;
}

.view-toggle button {
    margin: 0 10px;
    padding: 10px 20px;
    cursor: pointer;
    border: 1px solid #ccc;
    background-color: #fff;
    font-size: 16px;
}

.view-toggle button:hover {
    background-color: #f0f0f0;
}

/* Highlight the active button */
.view-toggle button.active {
    background-color: #007bff;
    color: white;
    border-color: #007bff;
}

/* Product container styles */
.product-container {
    display: flex;
    flex-wrap: wrap;
}

/* Default grid view */
.grid .product-card {
    width: 20%;
  padding: 10px;
  text-align: center;
}

.product-card a{
text-decoration: none;
display: block;
color: var(--primary);
}

.product-card img{
    border-radius: 20px;
}

.product-card p{
font-size: 15px;
margin: 0;
width: 100%;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
text-overflow: ellipsis;
overflow: hidden;
min-height: 40px;
}

.grid .product-card a{
  box-shadow: 0 10px 20px 5px rgba(0,20,40, 0.06);
  padding: 10px;
  border-radius: 20px;
display: block;
}

@media screen and (max-width: 1460px) {
.grid .product-card{width: 25%;}
}
@media screen and (max-width: 1199px) {
 .grid .product-card {width: 33.3%;}
}

@media screen and (max-width: 575px) {
.grid .product-card {width: 50%;}
}

@media screen and (max-width: 300px) {
.grid .product-card {width: 100%;}
}

/* List view */
.list .product-card {
width: 100%;
margin-bottom: 20px;
 padding: 15px;
box-shadow: 0 10px 20px 5px rgba(0,20,40, 0.06);
padding: 10px;
border-radius: 20px;
text-align: center;
}

.product-card .rating {
  font-size: 14px;
  color: var(--secondary-color);
  padding: 7px 0;
}

.product-card .price {
  font-size: 14px;
}

.product-container.list .product-card{
  text-align: left;
}
.product-container.list .product-card a{
display: flex;
text-align: left;
align-items: center;
gap:15px;
}
.grid .product-card img{
padding-bottom: 6px;
}

.product-container.list .product-card img{
  width: 220px;
}

.outter-pr{
box-shadow: 0 10px 20px 5px rgba(0,20,40, 0.06);
border-radius: 20px;
padding:30px 20px;
margin-bottom: 15px;
}


.single-product{
position: relative;
border: 1px solid #ebeef1;
border-radius: 20px;
padding: 10px;
}

.single-product i{
position: absolute;
right: 12px;
top: 12px;
width: 38px;
height: 38px;
line-height: 38px;
text-align: center;
background: var(--secondary-color);
color: var(--bs-white);
border-radius: 50%;
z-index: 99;
}



.slider-nav .s-pro-img {
 width: 80px !important;
  margin: 0 5px;
}

.slider-nav .s-pro-img img{
 margin: 5px 0;
border: 1px solid #ebeef1;
border-radius: 15px;
cursor: pointer;
}

.slider-nav .slick-track{
  display: flex;
  flex-direction: column;
}


.slider-nav .s-pro-img.slick-current img{
border:1px solid var(--secondary-color);
}

.slider-for .s-pro-img img{
border-radius: 20px;
}


.pro-details h2{
font-size: 26px;
color: var(--primary);
margin-top: 10px;
}

.pro-details .rating {
  font-size: 14px;
  color: var(--secondary-color);
  padding: 5px 0 15px;
}


.pro-details h3{
font-weight: 300;
color: var(--primary);
font-size: 34px;
}

.pro-details h5{
  font-weight: 400;
  color: var(--secondary-color);
}

.pro-details ul{
padding-left: 0px;  
}

.pro-details ul li{
  list-style: none;
  color: var(--text-color);
  font-size: 15px;
  line-height: 35px;
}

.pro-details ul li::before{
  font-family: 'Linearicons-Free';
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;
content: "\e876";
font-size: 13px;
margin-right: 5px;
color: var(--secondary-color);
}

.pro-details p {
  color: var(--text-color);
  font-size: 15px;
}


.pro-table table{
width: 95%;
}

.pro-table table tr:nth-child(2n+1) {
  background: #fff;
}

.pro-table table tr:nth-child(2n) {
  background: #f7f7f7;
}

.pro-table table tr th {
  padding: 10px;
  color: var(--primary);
  font-weight: 400;
}

.pro-table table tr td {
  padding: 10px;
  font-size: 15px;
  color: var(--text-color);
}


footer{
padding: 40px 0;
background: var(--primary);
}


footer h3{
color: var(--bs-white);
font-weight: 400;
text-transform: uppercase;
}

footer p{
color: var(--bs-white);
font-weight: 300;
line-height: 26px;
font-size: 15px;
}


footer h4{
font-size: 20px;
color: var(--bs-white);
font-weight: 300;
position: relative;
padding-bottom: 10px;
border-bottom: 1px solid rgba(255,255,255,0.1);
margin-bottom: 25px;
}

footer h4::before {
  position: absolute;
  content: '';
  left: 0;
  bottom: -1px;
  width: 50px;
  height: 2px;
  background: var(--secondary-color);
}

footer ul{
  padding: 0;
}

footer ul li{
list-style: none;
}

footer ul li a{
  text-decoration: none;
  color: var(--bs-white);
  font-weight: 300;
  display: block;
line-height: 30px;
font-size: 15px;
transition: .4s;
-webkit-transition: .4s;
-moz-transition: .4s;
}

footer ul li a span{
font-size: 13px;
}

footer ul li a:hover{
  color: var(--secondary-color);
}




@media only screen and (min-width:0px) and (max-width:575px){ 

}

@media only screen and (max-width:768px){ 
.top-right ul {
	justify-content: center;
	padding-top: 5px;
}

.top ul {
	justify-content: center;
}

.logo{
display: flex;
justify-content: center;
}

.srch-frm {
	margin: 15px 0;
}

.carousel-caption p{
 display:none;   
}

.sec1-bx a {
	margin-bottom: 15px;
}

}


@media (min-width:480px) and (max-width:736px){

}

@media (min-width:768px) and (max-width:800px){


}

@media (min-width:768px) and (max-width:991px){

}

@media (min-width:992px) and (max-width:1200px){

}

@media (width:1024px){


}
