/*-----------------------------------------------------------------------------------

 Theme Name: Conchoverseas
 Description: Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.
 Author: Kapil Prajapati
-----------------------------------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap');
/*   font-family: "Outfit", sans-serif;*/


:root {
  --primary-background:linear-gradient(to right, #0c65c6, #2cb484);
  --banner-background: linear-gradient(to right, #0c65c6 -17%, #2cb484 33%);
  --banner-button:#004d9f;
  --section-background: linear-gradient(to right, rgba(12, 101, 198, 0.2), rgba(44, 180, 132, 0.2));
  --secondry-background:#2d2d2d;
  --heading-color:#2cb484;
  --white-background:#fff;
  --black-background:#000;
  --primary-color:#1a4845;
  --black-color:#000;
  --white-color:#fff;
  --font-weight-100:100;
  --font-weight-200:200;
  --font-weight-300:300;
  --font-weight-400:400;
  --font-weight-500:500;
  --font-weight-600:600;
  --font-weight-700:700;
  --font-weight-800:800;
  --font-10:10px;
  --font-11:11px;
  --font-12:12px;
  --font-13:13px;
  --font-14:14px;
  --font-15:15px;
  --font-16:16px;
  --font-17:17px;
  --font-18:18px;
  --font-19:19px;
  --font-20:20px;
  --font-21:21px;
  --font-22:22px;
  --font-23:23px;
  --font-24:24px;
  --font-25:25px;
  --font-26:26px;
  --font-27:27px;
  --font-28:28px;
  --font-29:29px;
  --font-30:30px;
  --font-31:31px;
  --font-32:32px;
  --font-33:33px;
  --font-34:34px;
  --font-35:35px;
  --font-36:36px;
  --font-37:37px;
  --font-38:38px;
  --font-39:39px;
  --font-40:40px;
  --font-41:41px;
  --font-42:42px;
  --font-43:43px;
  --font-44:44px;
  --font-45:45px;
  --font-46:46px;
  --font-47:47px;
  --font-48:48px;
  --font-49:49px;
  --font-50:50px;
  --font-60:60px;
  --font-70:70px;
  --font-80:80px;
  --font-90:90px;
  --font-100:100px;
  --justify-center:center;
  --justify-spabe:space-between;
  --align-center:center;
  --primary-display:block;
  --secondary-display:flex;
  --display-inline:inline-block;
  --text-uppercase:uppercase;
  --text-capital:capitalize;
  --primary-font-family: "Outfit", sans-serif;
}
body{font-family: var(--primary-font-family);}
p{     font-family: "Outfit", sans-serif;}
h1{     font-family: "Outfit", sans-serif; }
h2{     font-family: "Outfit", sans-serif; }
h3{     font-family: "Outfit", sans-serif; }
h4{     font-family: "Outfit", sans-serif; margin-bottom: 0; }
h5{     font-family: "Outfit", sans-serif; }
h6{     font-family: "Outfit", sans-serif; }
a{     font-family: "Outfit", sans-serif;}
li{     font-family: "Outfit", sans-serif;}
div{     font-family: "Outfit", sans-serif;}
input{     font-family: "Outfit", sans-serif;}
span{     font-family: "Outfit", sans-serif;}
label{     font-family: "Outfit", sans-serif;}
button{     font-family: "Outfit", sans-serif;}
html {
  scroll-behavior: smooth;
}

ul{margin-bottom: 0px;}
/*=======================header ccss start============================*/
/* sticky menu css */
.is-sticky{position: fixed!important;top: 0;left: 0;width: 100%;z-index: 999;box-shadow: 0 2px 15px rgba(0,0,0,.1); background-color: #fff;}
.is-sticky{animation: smoothScroll 1s forwards; }
@keyframes smoothScroll {
    0% {transform: translateY(-150px); } 
    100% {transform: translateY(0px); }
}
/*.is-sticky .navbar{background-color: #203b2c!important; padding: 6px;}*/
/*.is-sticky .navbar-nav li a{color: #fff;}
.is-sticky .navbar-brand img{filter: brightness(0) invert(1);}
*/

.top-bar-area {display: flex; align-items: center; justify-content: space-between; padding: 10px 0; background-color: #1f4e3d !important; }
 .item-flex {align-items: center; display: flex; padding-left: 0; }
.item-flex li {margin-left: 30px; }
.top-bar-area li {display: flex; align-items: center; }
 .item-flex li:first-child {margin: 0; }
.item-flex li i {margin-right: 10px; font-weight: 600; font-size: 20px; color: #fff; }
.top-bar-area li a {font-weight: 400; color: #fff; }
.top-bar-area .social li {display: inline-block; margin-right: 30px; }
.top-bar-area .social li:first-child {margin-right: 0; }
.top-bar-area .text-end .social li {margin-right: 0; margin-left: 30px; }
.top-bar-area .text-end .social li:first-child {margin-left: 0; }
.top-bar-area li a {font-weight: 400; color: #fff; text-decoration: none; }
.navbar-brand{width: 14%;}
.navbar-brand img{width: 100%;}
.cart-wrapper{position:relative; display:inline-block; }
 .cart-icon{width:40px; height:40px; background:#1f4e3d2e; border-radius:50%; display:flex; align-items:center; justify-content:center; font-size:15px; cursor:pointer; position:relative; }
 .cart-count{position: absolute; top: -5px; right: -5px; background: #1f4e3d; color: #fff; font-size: 9px; width: 17px; height: 17px; display: flex; align-items: center; justify-content: center; border-radius: 50%; font-weight: 600; }
 .cart-dropdown{position:absolute;right:0;top: 59px;width:320px;background:#fff;padding:20px;border-radius: 0;box-shadow:0 10px 30px rgba(0,0,0,0.1);opacity: 0;visibility: hidden;transform:translateY(10px);transition:0.3s;z-index:999;}
 .cart-wrapper:hover .cart-dropdown{opacity:1; visibility:visible; transform:translateY(0); }
 .cart-img{width:50px; height: 50px; object-fit: cover;}
 .price{color:#2e8b57; font-weight:600; }
 .remove{background: #1f4e3d;color:#fff;width:20px;height:20px;display:flex;align-items:center;justify-content:center;border-radius:50%;font-size:14px;cursor:pointer;}
 .btn-success-cart{background:#245f45;border:none;display: inline-block;width: 100%!important;color: #fff;}
 .btn-warning-checkout{background: #000;border:none;display: inline-block;width: 100% !important;color: #fff;}
.nav-right{display: flex; align-items: center; gap: 13px;}
.search a i{width: 40px; height: 40px; background: #1f4e3d2e; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 15px; cursor: pointer; position: relative; }
.search a{text-decoration: none; color: #000;}
 .user a i{width: 40px; height: 40px; background: #1f4e3d2e; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 15px; cursor: pointer; position: relative; }
.user a{text-decoration: none; color: #000;}
.navbar-nav li{margin-left: 20px;}
.navbar-nav li:first-child{margin-left: 0px;}
.navbar-nav li a{font-size: 15px; color: #000!important;}
/*========================header css end===========================*/

/*============================================Home main banner css start=======================================*/

#home-slider .owl-dots button{border: 1px solid #212754!important; background-color: #212754!important; width: 10px; height: 10px; border-radius: 50px; margin-right: 10px; margin-bottom: 9px;}
#home-slider .owl-dots button.active{background-color: #212754!important; height: 40px;}
#home-slider .owl-dots{justify-content: center; display: none; margin-top: 30px; margin-bottom: 30px; position: absolute; display: grid; top: 100px; right: -48px;}
#home-slider .owl-dots button:focus{outline: none; box-shadow: none;}
#home-slider{position: relative;}
.home-slider-wrapper{box-shadow: 0px 0px 10px #b8bbd4;}
#home-slider .owl-nav .owl-prev {position: absolute; left: 15px; top: 43%; opacity: 0; -webkit-transition: all 0.4s ease-out; transition: all 0.4s ease-out; background: rgb(255 255 255 / 50%) !important; width: 60px; cursor: pointer; height: 60px; position: absolute; display: block; z-index: 1000; border-radius: 50px;  border: 1px solid #ccc;}
#home-slider .owl-nav .owl-prev span {font-size: 1.6875rem; color: #fff; }
#home-slider .owl-nav .owl-prev:focus {outline: 0; }
#home-slider .owl-nav .owl-prev:hover {background: #000 !important; color: #fff;}
#home-slider .owl-nav .owl-next {position: absolute; right: 15px; top: 43%; opacity: 0; -webkit-transition: all 0.4s ease-out; transition: all 0.4s ease-out; background: rgb(255 255 255 / 50%) !important; width: 60px; cursor: pointer; height: 60px; position: absolute; display: block; z-index: 1000; border-radius: 50px;  border: 1px solid #ccc;}
#home-slider .owl-nav .owl-next span {font-size: 1.6875rem; color: #fff; }
#home-slider .owl-nav .owl-next:focus {outline: 0; }
#home-slider .owl-nav .owl-next:hover {background: #000 !important; color: #fff;}
#home-slider:hover .owl-prev {left: 15px; opacity: 1; }
#home-slider:hover .owl-next {right: 15px; opacity: 1; }
 #home-slider .item{height: 470px;}
 #home-slider .item img{height: 100%; object-fit: cover; width: 100%; object-position: right;}
 #home-slider .item .cover {padding: 75px 0; position: absolute; width: 100%; height: 100%; top: 0; left: 0;   /*background: rgb(0 0 0 / 40%);*/ display: flex; align-items: center; }
 #home-slider .item .cover .header-content {position: relative;padding: 0px;overflow: hidden;width: 55%;}
 #home-slider .item .cover .header-content .line {content: ""; display: inline-block; width: 100%; height: 100%; left: 0; top: 0; position: absolute; border: 9px solid #fff; -webkit-clip-path: polygon(0 0, 60% 0, 36% 100%, 0 100%); clip-path: polygon(0 0, 60% 0, 36% 100%, 0 100%); }
 #home-slider .item .cover .header-content h2 {font-weight: 300; font-size: 35px; color: #fff; }
 #home-slider .item .cover .header-content h1 {font-size: 51px;  margin: 0px 0 20px; word-spacing: 3px; color: #000;  text-align: left; }
#home-slider .item .cover .header-content h2{font-size: 23px;margin: 0px 0 26px; word-spacing: 3px;text-align: left;font-weight: 500;color: #fff; position: relative; display: inline-block;}
 #home-slider .item .cover .header-content h2:after{content: ''; width: 140px; height: 3px; position: absolute; background-color: #fff; top: 11px; right: -150px; }
#home-slider .item .cover .header-content h2 span{color: #41b1b3; text-decoration: underline;}
#home-slider .item .cover .header-content h5 {font-size: 20px; font-weight: 600; margin: 0px 0 20px; word-spacing: 3px; color: #41b1b3; text-align: left;}
/*header .item .cover .header-content h2 {color: #ff0200; padding: 0px 20px; font-size: 61px;}*/
 #home-slider .item .cover .header-content p{color: #fff; font-size: 15px; text-align: left; width: 83%; font-weight: 400; margin-top: 13px; }
 #home-slider .item .cover .header-content h3 {font-size: 60px;font-weight: 700;color: #fff;line-height: 48px;margin-bottom: 30px;}
 #home-slider .owl-item.active h1 {-webkit-animation-duration: 1s; animation-duration: 1s; -webkit-animation-fill-mode: both; animation-fill-mode: both; animation-name: fadeInDown; animation-delay: 0.3s; }
 #home-slider .owl-item.active p {-webkit-animation-duration: 1s; animation-duration: 1s; -webkit-animation-fill-mode: both; animation-fill-mode: both; animation-name: fadeInLeft; animation-delay: 0.3s; }
 #home-slider .owl-item.active .banner_button {-webkit-animation-duration: 1s; animation-duration: 1s; -webkit-animation-fill-mode: both; animation-fill-mode: both; animation-name: fadeInDown; animation-delay: 0.3s; }
 #home-slider .owl-item.active h2 {-webkit-animation-duration: 1s; animation-duration: 1s; -webkit-animation-fill-mode: both; animation-fill-mode: both; animation-name: fadeInDown; animation-delay: 0.3s; }
 #home-slider .owl-item.active h3 {-webkit-animation-duration: 1s; animation-duration: 1s; -webkit-animation-fill-mode: both; animation-fill-mode: both; animation-name: fadeInUp; animation-delay: 0.3s; }
 #home-slider .owl-item.active .line {-webkit-animation-duration: 1s; animation-duration: 1s; -webkit-animation-fill-mode: both; animation-fill-mode: both; animation-name: fadeInLeft; animation-delay: 0.3s; }
#home-slider .item .cover .header-content .banner-read-more{color: #1f4e3d;font-size: 15px;line-height: 15px;font-weight: 500;font-style: normal;text-decoration: none;background-color: #fff;border-color: #fff;border-style: solid;border-width: 1px 1px 1px 1px;border-radius: 50px;padding: 12px 30px;display: inline-block;font-size: 16px;}
#home-slider .item .cover .header-content .banner_buttons{margin-top: 20px;}
#home-slider .owl-item.active .banner-contact-us{-webkit-animation-duration: 1s; animation-duration: 1s; -webkit-animation-fill-mode: both; animation-fill-mode: both; animation-name: fadeInUp; animation-delay: 0.3s; }
#home-slider .owl-item.active .banner-read-more{-webkit-animation-duration: 1s; animation-duration: 1s; -webkit-animation-fill-mode: both; animation-fill-mode: both; animation-name: fadeInUp; animation-delay: 0.3s; }

/*============================================Home main banner css end=======================================*/


/*============================================Home about css start=======================================*/

.about-image img{width: 100%;}
.home-about-wrapp {padding: 50px 0px;}
.home-abt-con{display: flex; align-items: center; height: 100%;}
.home-abt-con h5{padding: 8px 20px;display: -webkit-inline-box;display: -ms-inline-flexbox;display: inline-flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;line-height: 1;font-weight: 500;margin-bottom: 12px;border-radius: 30px;border: 1px solid #c1bfbf;font-size: 15px;margin-bottom: 10px;}
.home-abt-con h2{font-weight: 700;font-size: 40px;margin-bottom: 10px;}
.home-abt-con p{font-size: 15px; }
.home-abt-con ul{padding-left: 0px; list-style-type: none;}
.home-abt-con ul li{margin-bottom: 10px; font-size: 16px; font-weight: 600;}
.home-abt-con ul li img{width: 20px; margin-right: 10px;}
.home-abt-con a{display: inline-block;background-color: #1f4e3d;padding: 11px 20px;color: #fff;font-size: 15px;text-decoration: none;margin-top: 15px;}
/*============================================Home about css end=======================================*/

/*============================================Home product css start=======================================*/

.product-wrapp{padding: 50px 0px; background-color: #e9eeec; position: relative; overflow: hidden;}
.product-sec-head{text-align: center; margin-bottom: 30px;}
.product-sec-head h5{padding: 8px 20px;display: -webkit-inline-box;display: -ms-inline-flexbox;display: inline-flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;line-height: 1;font-weight: 500;margin-bottom: 12px;border-radius: 30px;border: 1px solid #1f4e3d;font-size: 15px;margin-bottom: 10px; color: #1f4e3d;}
.product-sec-head h2{font-weight: 700;font-size: 40px;margin-bottom: 10px;}
.product-box-div{background-color: #fff;}
.product-thumb{overflow: hidden; position: relative;}
.product-thumb img{width: 100%;}
.product-thumb::after {position: absolute; left: 0; bottom: 0; content: ""; height: 50px; width: 100%; background: url(../images/brush-up.png); background-repeat: no-repeat; background-position: bottom; }
.product-content{padding: 8px 18px 18px;}
.product-content h3{font-size: 25px; font-weight: 600; color: #000; margin-bottom: 12px;}
.product-content p{font-size: 15px; color: #777676; margin-bottom: 12px;  overflow: hidden; display: -webkit-box; -webkit-line-clamp: 3; /* number of lines to show */ line-clamp: 3; -webkit-box-orient: vertical;}
.product-content h4{font-size: 20px; font-weight: 700; color: #1f4e3d; margin-bottom: 9px; margin-bottom: 16px;}
.product-content h4 del{font-size: 14px; color: #777676;}
.product-btn{display: flex; justify-content: space-between; gap: 10px;}
.product-btn .pro-order-btn{    width: 50%; display: block; text-align: center; background-color: #1f4e3d; color: #fff; text-decoration: none; padding: 6px 4px; font-size: 15px;}
.product-btn .pro-info-btn{    width: 50%; display: block; text-align: center; color: #1f4e3d; text-decoration: none; border: 1px solid #1f4e3d; padding: 6px 4px; font-size: 15px;}
.pro-shape-one img{position: absolute; top: 29px; left: -60px; width: 15%; transform: rotate(47deg);}
.pro-shape-two img{position: absolute; bottom: 0; right: -45px; width: 8%;}

/*============================================Home product css end=======================================*/

/*============================================Home features css start=======================================*/
.home-feat-wrapp{padding: 50px 0px;}
.feat-box img{width: 52px; margin-bottom: 16px;}
.feat-box h3{font-size: 20px; font-weight: 600; margin-bottom: 11px;}
.feat-box p{font-size: 15px; color: #777676;}
.home-feat-wrapp .product-sec-head{margin-bottom: 50px;}

/*============================================Home features css end=======================================*/

/*============================================Home testimonial css start=======================================*/

.home-testimonial-wrapp{padding: 50px 0px 70px; background-color: #e9eeec; position: relative; overflow: hidden;}
.testimonial-content{background-color: #fff; padding: 20px;}
.testimonial-content .ratings {margin-bottom: 15px; }
.testimonial-content .ratings i {color: #ffb200; }
.testimonial-content p {font-size: 16px; line-height: 28px; font-weight: 400; margin-bottom: 25px; }
.author-info-box {display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }
.author-info-box .author-thumb {-webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; width: 55px; margin-right: 15px; }
.author-info-box .author-thumb img {width: 100%; height: 100%; border-radius: 50%; }
.author-info h5{font-size: 16px; color: #000; font-weight: 600; margin-bottom: 3px;}
.author-info span{ font-size:14px; color:#000; }

.testimonial-slider .owl-dots {position: absolute; bottom: -50px; width: 100%; right: 0; text-align: center; }
.testimonial-slider .owl-dots button {background: transparent; border: none; color: inherit; padding: 0 !important; font: inherit; height: 16px; line-height: 10px; width: 16px; margin: 0 6px; border: none; border-radius: 50%; padding: 5px; margin: 5px; background-color: #D9D9D9; }
.testimonial-slider .owl-dots button {position: relative; border: 2px solid #c4c4c4 !important; background-color: #c4c4c4 !important; }
.testimonial-slider .owl-dots button.active {background: #1f4e3d!important; border-color: #fff !important; }
.testimonial-slider .owl-dots button:after {position: absolute; content: ""; height: 18px; width: 18px; background: #1f4e3d; z-index: -1; border-radius: 50%; left: -3px; top: -3px; transition: all .3s; visibility: hidden; opacity: 0; }
.testimonial-slider .owl-dots button.active:after {visibility: visible; opacity: 1; }

/*============================================Home testimonial css end=======================================*/

/*============================================Home certificate css start=======================================*/
      
.home-cert-wrapp{padding: 50px 0px;}  
.home-cert-wrapp .product-sec-head{margin-bottom: 50px;}

/*============================================Home certificate css end=======================================*/


/* ============================================================== 
    # Footer
=================================================================== */
footer {background-size: 15%; background-position: left bottom; background-repeat: no-repeat; position: relative; z-index: 1; background-color: #1f4e3d; }
footer ul{padding-left: 0px;}
footer .row{margin: 0px;}
.shape-right-bottom {position: absolute; right: 0; bottom: 0; width: 35%; opacity: 0.4; z-index: -1; }
 .footer-item {margin-top: 30px; }
 .f-items.default-padding {padding-top: 0px; padding-bottom: 60px; }
 .footer-item .logo, .footer-item .widget-title {margin-bottom: 30px; }
 .footer-item .logo {height: 60px; }
 .footer-item .widget-title {font-weight: 600; color: #fff; font-size: 20px; }
.footer-item.link ul{padding-left: 0px; list-style-type: none;}
.footer-item.link li {margin-top: 12px; }
 .footer-item.link li:first-child {margin: 0; }
 .footer-item.link li a {font-weight: 500; color: #dedede; text-decoration: none; font-size: 15px; }
 .footer-item.link li a:hover {color: #fff; }
 .footer-item.recent-post li {display: flex; margin-top: 30px; }
 .footer-item.recent-post li img {width: 80px; max-width: 80px; margin-right: 12px; border-radius: 10px; }
 .footer-item.recent-post li:first-child {margin: 0; }
 .footer-item.recent-post li .meta-title span {color: #fff; display: block; margin-bottom: 5px; font-size: 14px; text-transform: uppercase; font-weight: 400; }
 .footer-item.recent-post li a {line-height: 22px; font-weight: 600; color: #dedede; font-size: 15px; text-decoration: none; width: 100%; display: block; }
 .footer-item.recent-post li a:hover {color: #fff; }
.footer-item.recent-post li h5 {margin: 0; line-height: 1.3; }
 .footer-item.about {padding-right: 50px; border-right: 1px solid rgba(255, 255, 255, 0.2); margin-right: 20px; }
 .footer-item.about p {color: #dedede; font-size: 15px; }
 .footer-item.about form {margin-top: 30px; position: relative; }
 .footer-item.about form button {position: absolute; right: 8px; top: 8px; border-radius: 50%; background: #000; border: none; height: 50px; width: 50px; text-transform: uppercase; font-weight: 700; padding: 0; color: #fff; }
 .footer-item.about form button:hover {color: #fff; }
 .footer-item.about form input {min-height: 66px; padding-left: 30px; border-radius: 50px; border: none; }
 .footer-item.contact li {display: flex; margin-top: 20px; }
 .footer-item.contact li strong {display: block; text-transform: uppercase; color: #fff; font-size: 14px; }
 .footer-item.contact li i {display: inline-block; height: 45px; width: 45px; text-align: center; line-height: 45px; border-radius: 50%; margin-right: 20px; background: rgba(255, 255, 255, 0.1); color: #fff; border: 1px dashed rgba(255, 255, 255, 0.3); font-weight: 600; font-size: 18px; }
 .footer-item.contact li {color: #dedede; font-size: 15px; }
 .footer-item.contact li p {margin: 0; color: #dedede; }
 .footer-item.contact li a {color: #fff; font-weight: 500; text-decoration: none; font-size: 15px; }
 .footer-item.contact li a:hover {color: #fff; }
 .footer-bottom p {margin: 0; color: #fff; font-size: 14px; }
 .footer-bottom {padding: 15px; background-color: #0a251b; }
.footer-bottom a{text-decoration: none; color: #fff;}

/*==========================Inner banner section css start==========================*/
.inner-banner-inner {background-position: 100%; background-size: cover; height: 500px; position: relative; }
.inner-banner-main {opacity: 1; transition: background 0.3s, border-radius 0.3s, opacity 0.3s; height: 100%; width: 100%; top: 0; left: 0; position: absolute; display: flex; justify-content: center; align-items: center; }
 .inner-banner-content h3 {color: #fff; font-weight: 700; font-size: 38px; padding-top: 80px; text-transform: uppercase; }
 .inner-banner-img {width: 100%; }
 .inner-banner-img img {width: 100%; height: 300px; object-fit: cover; }
 .inner-banner-img {position: relative; z-index: 9; }
 .inner-banner-con-inn h2 {color: #fff; font-weight: 700; font-size: 30px; margin-bottom: 20px; }
 ol.breadcrumb li {display: inline; font-size: 18px; color: #fff!important; font-weight: 500; }
 ol.breadcrumb li+li:before {padding: 0px; color: #fff!important; content: "/\00a0"; }
 ol.breadcrumb li a {color: #fff!important; text-decoration: none; font-weight: 500; }
 ol.breadcrumb li a:hover {color: #fff; text-decoration: underline; }
 .bread-crumbs {margin-bottom: 0; }
 ol.breadcrumb li a i {margin-right: 7px; }

/*==========================Inner banner section css end===========================*/

/*==========================about page section css start===========================*/

.choose-us-section-3 {position: relative; z-index: 9; overflow: hidden; padding: 50px 0px; }
.choose-us-wrapper-3 .choose-us-image-items {position: relative; z-index: 9; }
.choose-us-wrapper-3 .choose-us-image-items::before {width: 317px; height: 244px; bottom: 0; left: 0; content: ""; background-color: #EDF2EC; position: absolute; transition: all 0.4s ease-in-out; z-index: 1; border-top-right-radius: 24px; }
.choose-us-wrapper-3 .choose-us-image-items.white-style::before {background-color: #e9eeec; }
 .choose-us-wrapper-3 .choose-us-image-items img {width: 100%; height: 100%; border-radius: 24px 260px 24px 24px; }
 .choose-us-wrapper-3 .choose-us-image-items .award-box-area {background-color: #1f4e3d; display: inline-block; padding: 30px; border-radius: 28px; position: absolute; bottom: 0; left: 0; z-index: 9; position: absolute; }
 .choose-us-wrapper-3 .choose-us-image-items .award-box-area .top-items {border-bottom: 1px solid rgb(255 255 255 / 70%); padding-bottom: 20px; display: flex; align-items: center; gap: 20px; }
 .choose-us-wrapper-3 .choose-us-image-items .award-box-area .top-items .award-icon img {width: 63px; height: initial; border-radius: 0; transition: all 0.4s ease-in-out; display: inline-block; }
.choose-us-wrapper-3 .choose-us-image-items .award-box-area .top-items h4 {font-size: 20px; font-weight: 800; max-width: 155px; color: #fff; }
.choose-us-wrapper-3 .choose-us-image-items .award-box-area p {max-width: 221px; color: #fff; font-weight: 500; margin-top: 20px; }
.choose-us-wrapper-3 .choose-us-content {margin-left: 50px; }
.why-choose-wrapp{padding: 50px 0px; background-color: #e9eeec; }
.product-page{background-color: #fff;}
/*==========================about page section css start===========================*/

/*==========================product detail page section css start===========================*/
#big .item { background: #ec6e46; padding: 0 0px 0px; margin:2px; color: #FFF; border-radius: 3px; text-align: center; }
#thumbs .item { background: #C9C9C9; height: auto; line-height: 0; padding: 0px; margin: 2px; color: #FFF; border-radius: 3px; text-align: center; cursor: pointer;}
#thumbs .item h1 { font-size: 18px; }
#thumbs .current .item { background:#FF5722; }
.owl-theme .owl-nav [class*='owl-'] { -webkit-transition: all .3s ease; transition: all .3s ease; }
.owl-theme .owl-nav [class*='owl-'].disabled:hover { background-color: #D6D6D6; }
#big.owl-theme { position: relative; }
#big.owl-theme .owl-next, #big.owl-theme .owl-prev { background:#333; width: 22px; line-height:40px; height: 40px; margin-top: -20px; position: absolute; text-align:center; top: 50%; }
#big.owl-theme .owl-prev { left: 10px; }
#big.owl-theme .owl-next { right: 10px; }
#thumbs.owl-theme .owl-next, #thumbs.owl-theme .owl-prev { background:#333; }
.product-detail-wrapp{padding: 50px 0px;}
 .cart-quantity {display: flex; align-items: center; gap: 16px; margin: 21px 0; }
.cart-quantity .qty {display: flex; align-items: center; border: 1px solid #E4E4E5; padding: 10px 10px; line-height: 1; justify-content: space-between; border-radius: 8px; margin-bottom: 0; }
.cart-quantity .qty button, .shop-details-wrapper .product-details-content .cart-quantity .qty input {display: flex; align-items: center; justify-content: center; color: var(--header); font-weight: 400; font-size: 24px; background-color: unset; border: none; }
.cart-quantity .qty input {background-color: transparent; text-align: center; border-radius: 0; border: unset; outline: none; }
.cart-quantity .shop-btn {width: 100%; background-color: #1f4e3d; color: #fff; padding: 0 20px; height: 48px; line-height: 48px !important; text-align: center; line-height: 1; display: inline-block; transition: all 0.4s ease-in-out; display: inline-block; text-transform: capitalize; border-radius: 8px; text-decoration: none; font-size: 16px; }
 .cart-quantity .icon-item {display: flex; align-items: center; gap: 10px; }
.cart-quantity .icon-item .icon {border: 1px solid #E4E4E5; padding: 10px 24px; transition: all 0.4s ease-in-out; border-radius: 8px; }
.cart-quantity .icon-item .icon i{font-weight: 600;color: #1f4e3d;}
 .product-detail-right-con h3{font-size: 22px; font-weight: 600; margin-bottom: 11px; }
.product-detail-right-con h2{font-size: 25px; font-weight: 600; color: #000; margin-bottom: 13px; }
.product-detail-right-con h4{font-size: 20px; font-weight: 700; color: #1f4e3d; margin-bottom: 9px; margin-bottom: 13px; }
.product-detail-right-con h4 del{font-size: 14px; color: #777676;}
.product-detail-right-con h4 span{font-size: 14px; color: #000;}
.product-detail-right-con p{font-size: 15px;color: #777676;margin-bottom: 11px;}
.package-detail{border-top: 1px solid #ccc; padding-top: 12px; }
.package-detail h5{font-size: 20px; font-weight: 600; margin-bottom: 11px; }
.package-detail p strong{color: #1f4e3d;}
.package-detail p {margin-bottom: 4px;}
.product-detail-right{display: flex; align-items: center; height: 100%;}
.product-tabs-wrapp{padding-bottom: 50px;}
.nav-pills{position: relative;}
.nav-pills:after{content: ''; width: 100%; height: 1px; background-color: #ccc; position: absolute; bottom: 0px;}
.nav-pills li button{color: #000;font-size: 18px;position: relative; z-index: 9;}
.nav-pills li button.active{background-color: unset !important; color: #1f4e3d !important; border-bottom: 2px solid #1f4e3d; border-radius: 0px;font-size: 18px;}
.nav-pills li button:hover{color: #1f4e3d !important;}
.description-main-div h3{font-size: 16px; margin-bottom: 17px; font-weight: 600; color: #000; margin-top: 15px;}
.description-main-div ul{padding-left: 10px;    list-style-type: none;}
.description-main-div ul li{margin-bottom: 10px; font-size: 15px; position: relative;}
.description-main-div ul li:before{content: '\f35a'; font-family: 'FontAwesome'; margin-right: 10px; color: #1f4e3d;}
.importnant-notes li:before{content: '\f071'!important;}
.description-main-div p{font-size: 15px;}
.product-reviews .testimonial-content{border: 1px solid #ccc; margin-bottom: 30px;}

/*==========================product detail page section css end===========================*/

/*==========================cart page section css start===========================*/

/* =========================
TABLE BASE
========================= */
.common-table {width: 100%; box-sizing: border-box; }
.common-table thead, .common-table tbody {width: 100%; }
.common-table thead tr, .common-table tbody tr {width: 100%; display: flex; align-items: center; border-bottom: 1px solid #E4E4E5; }

/* =========================
HEADER
========================= */
 .common-table thead tr th {font-size: 16px; font-weight: 600; padding: 18px 10px; display: flex; align-items: center; justify-content: center; }
/* =========================
BODY
========================= */
 .common-table tbody tr td {padding: 18px 10px; display: flex; align-items: center; justify-content: center; }
/* =========================
COLUMN WIDTH
========================= */
 .common-table th:nth-child(1), .common-table td:nth-child(1) {flex: 0 0 38%;justify-content: flex-start;}
 .common-table th:nth-child(2), .common-table td:nth-child(2) {flex: 0 0 18%;}
.common-table th:nth-child(3), .common-table td:nth-child(3) {flex: 0 0 20%;}
 .common-table th:nth-child(4), .common-table td:nth-child(4) {flex: 0 0 20%;}

/* =========================
PRODUCT SECTION
========================= */
 .cart-item-thumb {display: flex; align-items: center; gap: 15px; }
 .cart-item-thumb img {width: 70px; height: auto; }
 .common-table .cart-item-thumb .head {color: #000; font-size: 18px; text-transform: capitalize; font-family: "Nunito", sans-serif; }
 .common-table .price-usd {font-size: 16px; font-weight: 500; color: #666C78; }
/* =========================
QUANTITY
========================= */
 .quantity {display: inline-flex; align-items: center; border: 1px solid #ddd; padding: 6px 12px; }
 .quantity button {border: none; background: none; font-size: 18px; padding: 5px 10px; }
 .quantity .quantityValue {width: 40px; text-align: center; border: none; }

/* =========================
COUPON INPUT
========================= */
 .cart-list-area .coupon-items input {background: #fff; border: 1px solid rgba(60, 60, 60, 0.3); padding: 10px 30px; border-radius: 60px; }

/* =========================
BUTTON
========================= */
 .theme-btn {font-size: 16px; font-weight: 700; height: 45px; line-height: 45px; background-color: #1f513e; padding: 0 40px; color: #fff; border-radius: 80px; border: none;}
 /* remove unwanted small borders */ .common-table td, .common-table th{border:none !important; }
 /* quantity box clean */ .quantity{border:1px solid #dcdcdc; box-shadow:none; }
 /* input underline remove */ .quantity .quantityValue{border:none; outline:none; background:transparent; box-shadow:none; }
/* =========================
TABLET RESPONSIVE
========================= */

@media (max-width: 991px) {
.common-table th:nth-child(1), .common-table td:nth-child(1){flex:0 0 40%; }
 .common-table th:nth-child(2), .common-table td:nth-child(2){flex:0 0 20%; }
 .common-table th:nth-child(3), .common-table td:nth-child(3){flex:0 0 20%; }
 .common-table th:nth-child(4), .common-table td:nth-child(4){flex:0 0 20%; }
 .cart-item-thumb img{width:60px; }
}

/* =========================
MOBILE
========================= */

@media (max-width: 767px){
 .common-table thead{display:none; }
.common-table tbody tr{flex-direction:column; align-items:flex-start; padding:15px; border:1px solid #eee; border-radius:10px; margin-bottom:15px; }
 .common-table tbody td{width:100%; display:flex; justify-content:space-between; padding:8px 0;}
.common-table tbody td::before{font-weight:600; color:#000; }
 .common-table tbody td:nth-child(1)::before{content:"Product"; }
 .common-table tbody td:nth-child(2)::before{content:"Price"; }
 .common-table tbody td:nth-child(3)::before{content:"Quantity"; }
 .common-table tbody td:nth-child(4)::before{content:"Subtotal"; }
 .cart-item-thumb img{width:55px; }
}

/* =========================
SMALL MOBILE
========================= */

@media (max-width:480px){
 .quantity{transform:scale(.9); }
.theme-btn{height:50px; line-height:50px; padding:0 25px; font-size:14px; }
 .cart-list-area .coupon-items{flex-direction:column; align-items:stretch; gap:15px; }
 .cart-list-area .coupon-items input{width:100%; }
}

.shop-cart-wrapp{padding: 50px 0px;}
.cart-sidebar-area .cart-widget {background-color: #1f4e3d1c; border-radius: 7px; padding: 30px; }
.cart-sidebar-area .cart-widget h4 {font-size: 20px; letter-spacing: -0.44px; line-height: 32px; padding-bottom: 15px; border-bottom: 1px solid #ccc; margin-bottom: 20px; margin-bottom: 15px; }
 .cart-sidebar-area .cart-widget ul.cart-list {margin-bottom: 20px; padding-left: 0px; list-style-type: none; }
.cart-sidebar-area .cart-widget ul.cart-list li {padding: 14px 0; border-bottom: 1px solid #ccc; }
.cart-sidebar-area .cart-widget ul.cart-list li:last-child{border-bottom: none;}
 .cart-sidebar-area .cart-widget .list-item {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; }
 .cart-sidebar-area .cart-widget .checkout-button .checkout-btn {padding: 11px 40px; width: 100%; background-color: #000; color:#fff; font-size: 16px; font-weight: 500; border-radius: 5px; -webkit-transition: all 0.3s; transition: all 0.3s; }
/*==========================cart page section css end===========================*/

/*==========================checkout page section css start===========================*/
.flora-checkout-page .checkout-wrapper {border: 1px solid #ccc;border-radius: 10px;padding: 21px 30px 10px;}
 .flora-checkout-page .checkout-wrapper h4 {margin-bottom: 10px;font-size: 20px;font-weight: 600;}
.flora-checkout-page .checkout-wrapper P {margin-bottom: 25px;font-size: 15px;}
.form-group {position: relative; }
.flora-checkout-page .checkout-wrapper label {color:#000;margin-bottom: 11px;display: block;font-size: 15px;}
 .flora-checkout-page .checkout-wrapper .form_control {padding: 10px 25px; border-radius: 7px; border: 1px solid #ccc; margin-bottom: 30px; }
 .flora-checkout-page .checkout-wrapper select {padding: 10px 25px; border-radius: 7px; border: 1px solid #ccc; margin-bottom: 20px; width: 100%; }
.flora-checkout-page .checkout-wrapper .form-check {margin-left: 0;padding-left: 0;margin-bottom: 0;cursor: pointer;margin-bottom: 16px;}
.flora-checkout-page .checkout-wrapper .form-check label {display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; cursor: pointer; }
.flora-checkout-page .checkout-wrapper .form-check .form-check-input {margin-left: 0; margin-right: 10px; margin-top: 0; }
.flora-checkout-page .checkout-wrapper .form_control {padding: 10px 25px; border-radius: 7px; border: 1px solid #ccc; margin-bottom: 20px; width: 100%; }
.flora-checkout-page .checkout-wrapper .form_control:focus{border-color: #1f4e3d; outline:none; box-shadow:unset; }
.flora-checkout-page .checkout-wrapper select:focus{border-color: #1f4e3d; outline:none; box-shadow:unset; }
.flora-checkout-page {padding: 50px 0px;}
 .flora-checkout-page .billing-sidebar .order-summary-wrapper {background-color: #1f4e3d1c;padding: 23px 30px;border-radius: 7px;}
.flora-checkout-page .billing-sidebar .order-summary-wrapper h3 {margin-bottom: 15px;font-size: 19px;font-weight: 600;border-bottom: 1px solid #ccc;padding-bottom: 14px;}
 .flora-checkout-page .billing-sidebar .order-summary-wrapper .order-list ul li:not(:last-child) {margin-bottom: 10px; padding-bottom: 10px; border-bottom: 1px solid #ccc; }
  .flora-checkout-page .billing-sidebar .order-summary-wrapper .order-list ul{padding-left: 0px; list-style-type: none;}
 .flora-checkout-page .billing-sidebar .order-summary-wrapper .order-list .product-item, .flora-checkout-page .billing-sidebar .order-summary-wrapper .order-list .list-item {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; }
 .flora-checkout-page .billing-sidebar .order-summary-wrapper .order-list .total, .flora-checkout-page .billing-sidebar .order-summary-wrapper .order-list .total-price {font: 700 16px ; color: #1f4e3d; }
 .flora-checkout-page .billing-sidebar .payment-method-wrapper {background-color: #1f4e3d1c; padding: 30px 40px; border-radius: 7px; }
 .flora-checkout-page .billing-sidebar .payment-method-wrapper .form-check {padding-left: 0; margin-bottom: 20px; }
.flora-checkout-page .billing-sidebar .payment-method-wrapper .form-check-label {border: 1px solid #ccc; width: 100%; padding: 10px; border-radius: 7px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; cursor: pointer; margin-bottom: 15px; }
 .flora-checkout-page .billing-sidebar .payment-method-wrapper .form-check-label[aria-expanded=true] {border-color: #1f4e3d; }
 .flora-checkout-page .billing-sidebar .payment-method-wrapper .form-check-label .form-check-input {margin-left: 0; margin-top: 0; margin-right: 10px; }
 .flora-checkout-page .billing-sidebar .order-button .place-btn {padding: 12px 40px; width: 100%; background-color: #1f4e3d; color: #fff; font-size: 15px; font-weight: 500; border-radius: 5px; -webkit-transition: all 0.3s; transition: all 0.3s; border: none; }
.payment-method-wrapper h4{margin-bottom: 15px;font-size: 19px;font-weight: 600;border-bottom: 1px solid #ccc;padding-bottom: 14px;}
.payment-method-wrapper ul{padding-left: 0px;}
.payment-method-wrapper ul li div p{font-size: 15px;}
.payment-method-wrapper{margin-top: 20px;}
/*==========================checkout page section css end===========================*/

/*==========================blog page section css start===========================*/
.blog-area .thumb {position: relative; }
.blog-area  .thumb img {border-radius: 0; width: 100%; }
 .blog-area .thumb .date {position: absolute; left: 0; bottom: -36px; background: #1f4e3d; color: #fff; text-align: center; }
 .blog-area .thumb .date strong {font-size: 36px; line-height: 1; padding: 15px 10px; display: block; }
.blog-area .thumb .date span {display: block; background: #49a760; color: #fff; padding: 5px 10px; font-weight: 400; font-size: 15px; }
 .blog-area .info, .blog-area.blog-grid .info {border-radius: inherit; padding-top: 60px; }
.blog-area .meta {margin-bottom: 15px; }
.blog-area .meta li {display: inline-block; margin-right: 20px; position: relative; z-index: 1; font-weight: 500; color: #666666; font-size: 17px; }
.blog-area .meta li a {font-weight: 400; color: #666666; }
.blog-area .meta ul{padding-left: 0px;}
.blog-area .meta li::after {position: absolute; right: -15px; top: 50%; content: ""; height: 5px; width: 5px; background: #000; z-index: -1; margin-top: -1px; border-radius: 50%; }
.blog-area .meta li:last-child:after{display: none;}
.blog-area .meta li a{text-decoration: none;}
.blog-area .post-title a{color: #000;     transition: all .3s, background-size .8s; text-decoration: none;}
.blog-area .post-title a:hover{color: #1f4e3d;}
.blog-area{margin-bottom: 30px;}
.blog-wrapp{padding: 50px 0px;}
/*==========================blog page section css end===========================*/

/*==========================service detail page css start===========================*/
.page-service-single{padding: 50px 0; }
.service-sidebar{position: sticky; top: 30px; margin-right: 20px; }
.service-catagery-list{border: unset; border-radius: 10px; margin-bottom: 20px; box-shadow: unset; overflow: hidden; background-color: #1f4e3d1c;}
.service-catagery-list h3{font-size: 24px;font-weight: 800;text-transform: capitalize;background-color: unset;color: #000;padding: 16px 17px;border-bottom: indianred;}

.service-catagery-list ul{list-style: none;margin: 0;padding: 7px 11px 23px;}
.service-catagery-list ul li{border-bottom: unset;padding-bottom: 0px;margin-bottom: 11px;transition: all 0.3s ease-in-out;border-bottom: 1px solid #ccc;}
.service-catagery-list ul li:last-child{margin: 0; padding: 0; border-bottom: none; }
.service-catagery-list ul li a{position: relative;text-transform: capitalize;transition: all 0.3s ease-in-out;text-decoration: none;color: #1f4e3d;font-size: 15px;background-color: unset;border-radius: 0;padding: 11px 20px;display: flex;align-items: center;justify-content: space-between;}

 .service-catagery-list ul li a:hover{color: #368b3a; }
.service-catagery-list ul li a::before{content: ''; position: absolute; top: 50%; right: 0; background: url(../images/arrow-dark.svg) no-repeat; background-size: cover; width: 24px; height: 24px; transform: translateY(-50%); transition: all 0.3s ease-in-out; }
 .service-catagery-list ul li a:hover:before{transform: translateY(-50%) rotate(45deg); }
 .sidebar-cta-box{position: relative;background-color: #1f4e3d1c;border-radius: 11px;padding: 20px;overflow: hidden;z-index: 1;}
/*.sidebar-cta-box::before{content: '';position: absolute;top: 0;bottom: 0;left: 0;right: 0;background-color: #0e3052;opacity: 88%;height: 100%;width: 100%;z-index: 0;}*/
 .sidebar-cta-logo{position: relative; margin-bottom: 30px; }
 .sidebar-cta-logo img{width: 100%; max-width: 160px; }
 .sidebar-cta-content{position: relative; margin-bottom: 30px; }
 .sidebar-cta-content h3{font-size: 25px;font-weight: 800;color: #000;margin-bottom: 13px;}
 .sidebar-cta-content h3 span{font-weight: 700; }
 .sidebar-cta-content p{color: #000;margin-bottom: 0;font-size: 15px;}
 .sidebar-cta-contact-list{position: relative; }
 .sidebar-cta-contact-item{margin-bottom: 20px; display: flex; align-items: center; }
 .sidebar-cta-contact-item:last-child{margin: 0; }
 .sidebar-cta-contact-item .icon-box{position: relative; height: 40px; width: 40px; display: flex; justify-content: center; align-items: center; border-radius: 10px; margin-right: 15px; backdrop-filter: blur(4px); -webkit-backdrop-filter: blur(4px); overflow: hidden; z-index: 1; }
.sidebar-cta-contact-item .icon-box i{color: #fff;position: relative;}
.sidebar-cta-contact-item .icon-box::before{content: '';position: absolute;top: 0;bottom: 0;left: 0;right: 0;background-color: #1f4e3d;opacity: 100%;height: 100%;width: 100%;border-radius: 10px;z-index: 0;}
 .sidebar-cta-contact-item img{position: relative; max-width: 24px; z-index: 1; }
 .cta-contact-item-title h3{font-size: 17px;font-weight: 600;color: #000;transition: all 0.3s ease-in-out;}
 .sidebar-cta-contact-item:hover .cta-contact-item-title h3{color: #368b3a; }
 .service-featured-image{margin-bottom: 30px; }
 .service-featured-image figure{display: block; border-radius: 11px; overflow: hidden; }
 .service-featured-image img{border-radius: 11px; width: 100%; aspect-ratio: 1 / 0.67; object-fit: cover;     height: 350px;}
 .service-entry{margin-bottom: 40px; }
 .service-entry h2{font-size: 25px;font-weight: 800;margin-bottom: 20px;color: #000;}
  .service-entry h3{font-size: 28px; font-weight: 800; margin-bottom: 20px; color: #000;}
   .service-entry h4{font-size: 25px; font-weight: 800; margin-bottom: 20px; color: #000;}
    .service-entry h5{font-size: 22px; font-weight: 800; margin-bottom: 20px; color: #000;}
     .service-entry h1{font-size: 32px; font-weight: 800; margin-bottom: 20px; color: #000;}

 .service-entry h2 span{font-weight: 700; }
 .service-entry p{margin-bottom: 20px; font-size: 15px;}
 .service-entry p:last-child{margin-bottom: 0; }
 .service-entry ul{    padding: 0; margin-bottom: 26px; list-style: none; display: block; gap: 20px 30px; flex-wrap: wrap; }

 .service-entry ul li{position: relative; width: 100%; color: #222222; text-transform: capitalize; display: flex; align-items: baseline; padding-left: 10px;     margin-bottom: 10px; font-size: 15px;}
     .service-entry ul li i{margin-right: 10px;}
 .service-entry ul li::before{content: ''; position: absolute; width: 24px; height: 24px; top: 50%; transform: translateY(-50%); left: 0; background: url(../images/icon-check.svg) no-repeat center left; background-size: cover; }
 .service-entry-box{display: flex; gap: 80px 30px; flex-wrap: wrap; margin: 40px 0; }
.service-entry-item{position: relative; width: calc(50% - 15px); }
.service-entry-item::before{content: ''; position: absolute; bottom: 0; left: 0; right: 0; background-color: #EBEBEB; height: 1px; width: 100%; transform: translateY(40px); }
 .service-entry-item:nth-last-child(-n + 2)::before{display: none; }
 .service-entry-item .icon-box{margin-bottom: 30px; }
 .service-entry-item .icon-box img{max-width: 50px; }
 .service-entry-item-content h3{font-size: 20px; font-weight: 600; text-transform: capitalize; margin-bottom: 20px; }
 .service-entry-item-content p{margin-bottom: 0; }
.service-entry-images{display: flex; gap: 30px; flex-wrap: wrap; }
 .service-entry-img{width: calc(50% - 15px); }
 .service-entry-img figure{display: block; border-radius: 40px; overflow: hidden; }
 .service-entry-img img{width: 100%; aspect-ratio: 1 / 0.96; object-fit: cover; border-radius: 40px; }
.service-catagery-list ul li a:hover{background-color: #1f4e3d;color: #fff;}
/*==========================service detail page css end===========================*/


/*==========================contact page css start===========================*/

.services-section {position: relative; z-index: 1; }
.service-card {background-color: #1f4e3d1c; border-radius: 10px; padding: 15px 26px; position: relative; z-index: 1; overflow: hidden; }
.service-card .service-top {display: flex; justify-content: space-between; align-items: center; margin-bottom: 3px; }
.service-card .service-top h4 {max-width: 70%; width: 70%; font-weight: 500; font-size: 22px; line-height: 28px; color: #000; margin-bottom: 0; }
 .service-card .service-top i, .service-card .service-top .circled-heading {width: 50px; height: 50px; font-size: 30px; display: flex; align-items: center; justify-content: center; padding: 17px 15px; background-color: #fff; border-radius: 100%; border: 2px solid #1f4e3d; box-shadow: 0px 15px 32.2px -9px rgba(0, 24, 25, 0.2); font-weight: 600; color: #1f4e3d; }
 .service-card .service-content p {width: 80%; padding-bottom: 0; margin-bottom: 0; font-size: 15px; }
.service-card .i-shape {color: rgba(134, 134, 129, 0.05); font-size: 110px; position: absolute; z-index: -1; bottom: -70px; left: 55%; }
.contact-detail-wrapp{padding: 50px 0px;}
.map-wrapp{width: 100%; height: 100%;}
.map-wrapp iframe{width: 100%; height: 100%;}
.contact-form-wrap {background: #1f4e3d1c;border-radius: 24px;padding: 31px 24px 1px;text-align: left;}
 .contact-form-wrap h3 {font-weight: 600;font-size: 26px;line-height: 36px;color: #010a15;margin-bottom: 7px;}
.contact-form-wrap p {font-weight: 400;font-size: 15px;line-height: 30px;color: #868681;margin-bottom: 24px;}
.input-wrap {margin-bottom: 20px; }
.input-wrap input {font-weight: 400;font-size: 15px;line-height: 30px;color: #000;padding: 10px 20px;background: #f8f7f0;border-radius: 12px;border: 2px solid transparent;outline: none;width: 100%;}
 .contact-form-wrap .input-wrap input {background: #ffffff; }
 .select-wrap select {font-weight: 400;f;font-size: 15px;line-height: 30px;color: #868681;padding: 10px 20px;background: #f8f7f0;border-radius: 12px;border: 2px solid transparent;outline: none;-webkit-appearance: none;-moz-appearance: none;appearance: none;width: 100%;}
.contact-form-wrap .select-wrap select {background: #ffffff; }
.select-wrap .select-icon {position: absolute; z-index: 2; top: 50%; transform: translateY(-50%); right: 18px; }
.select-wrap .select-icon i {color: #868681; }
.select-wrap{position: relative;}
.input-wrap textarea {font-weight: 400;font-size: 15px;line-height: 30px;color: #000;padding: 15px 20px;background: #f8f7f0;border-radius: 12px;border: 2px solid transparent;outline: none;width: 100%;height: 110px;}
.contact-form-wrap .input-wrap textarea {background: #ffffff; }
.input-button button{background-color: #1f4e3d; color: #fff; font-size: 15px; border-radius: 50px; border: none; padding: 10px 50px; }
.contact-form-wrapp{padding-bottom: 50px;}
 /*==========================contact page css end===========================*/


.wishlist-wrapp .common-table th:nth-child(1), .wishlist-wrapp .common-table td:nth-child(1) {flex: 0 0 34%;}
.wishlist-wrapp .common-table tbody tr td button.wish-cart-btn{font-size: 16px; font-weight: 700; height: 45px; line-height: 45px; background-color: rgb(31, 81, 62); color: rgb(255, 255, 255); padding: 0px 40px; border-radius: 80px; border-width: initial; border-style: none; border-color: initial; border-image: initial;}

 /*==========================register page css start===========================*/
.registration-wrapper-1 {max-width: 550px; border-radius: 20px; background: #FFFFFF; margin: auto; text-align: center; padding: 24px 41px; box-shadow: 0px 0px 10px #ccc; }
.registration-wrapper-1 .logo-area img {max-width: 110px; margin: auto; margin-bottom: 21px; }
.registration-form {text-align: left; }
.registration-form .input-wrapper {width: 100%; text-align: left; margin-bottom: 10px; }
.registration-form .input-wrapper label {margin-bottom: 12px; font-weight: 500; color: #2C3C28; display: block; font-size: 15px; }
 .registration-form .input-wrapper input {border-radius: 5px; border: 1px solid #EBEBEB; height: 39px; box-shadow: none; padding: 0 15px; outline: none; line-height: 28px; background: transparent; width: 100%; }
 .rts-btn.btn-primary {background: #1f4e3d; border-radius: 6px; display: block; max-width: max-content; }
.registration-form button.rts-btn {max-width: 100%; width: 100%; border: none; padding: 11px; }
.registration-form .another-way-to-registration .registradion-top-text {display: flex; align-items: center; justify-content: center; margin-top: 24px; margin-bottom: 17px; position: relative; }
.registration-form .another-way-to-registration .registradion-top-text::before {position: absolute; content: ""; right: 0%; width: 35%; height: 1px; background: #E7E7E7; }
.registration-form .another-way-to-registration .registradion-top-text span {font-weight: 500; color: #2C3C28; font-size: 15px; }
.registration-form .another-way-to-registration .registradion-top-text::after {position: absolute; content: ""; left: 0; width: 35%; height: 1px; background: #E7E7E7; }
.registration-form .another-way-to-registration .login-with-brand {display: flex; align-items: center; gap: 10px; }
.registration-form .another-way-to-registration .login-with-brand>a {flex-basis: 49%; display: flex; justify-content: center; align-items: center; height: 50px; border-radius: 6px; border: 1px solid #EBEBEB; }
.registration-form .another-way-to-registration p {margin: 0; display: flex; justify-content: center; margin-top: 20px; font-size: 15px; }
.registration-form .another-way-to-registration p a {color: #2C3C28; font-weight: 600; margin-left: 10px; }
.registration-wrapper-1 h3{font-size: 20px; font-weight: 600; margin-bottom: 20px;}
.rts-register-area{padding: 50px 0px;}

 /*==========================register page css end===========================*/


 .all-links-inner ul {padding-left: 0px; margin-left: 0px; list-style-type: none; margin-top: 0px; }
 .all-links-inner ul li a {color: #000; text-decoration: none; border: 2px solid #1f4e3d; text-align: center; display: block; padding: 10px; font-size: 21px; }
 .all-links-inner ul li {margin-bottom: 10px; }
.mecella-heading {margin-bottom: 80px; }
 .mecella-heading h3 {color: #000; text-align: center; font-size: 32px; text-transform: uppercase; position: relative; }
 .mecella-heading h3 span {font-weight: 900; color: #1f4e3d ; }
 .mecella-heading h3:after {content: ''; position: absolute; bottom: -20px; left: 0; right: 0; width: 100px; background-color: #1f4e3d; height: 5px; margin: 0 auto; }
 .welcome-mecella {background-color: #cccccc61; width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; }
.welcome-mecella img {width: 75%; }
 .all-links-wrapper {padding-top: 30px; padding-bottom: 50px; }

 /*============================================b2b page css start=======================================*/
.cta-wrapp{background-color: #e9eeec; padding: 50px 0px;}
.cta-head{width: 70%; margin: 0 auto; text-align: center; margin-bottom: 0px;}
.cta-head h5{padding: 8px 20px; display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; line-height: 1; font-weight: 500; margin-bottom: 12px; border-radius: 30px; border: 1px solid #1f4e3d; font-size: 15px; margin-bottom: 10px; color: #1f4e3d; }
.cta-head h2{font-weight: 700; font-size: 35px; margin-bottom: 17px; color: #000;}
.cta-head p{font-size: 15px; color: #626060;    margin-bottom: 10px;}
.cta-head a{background-color: #1f4e3d; display: inline-block; padding: 8px 30px; margin-top: 10px; border-radius: 50px; color: #fff; text-decoration: none; text-transform: capitalize; font-weight: 600; font-size: 15px; }
.b2b-form-wrapp{padding: 50px 0px;}
.b2b-form .card-body h3{text-transform: capitalize;font-size: 35px;letter-spacing: 0;line-height: 39px;margin-bottom: 11px;display: block;align-items: center;justify-content: flex-end;font-weight: 700;color: #000;}
.b2b-form .card-body h3 span{color: #000;}
.b2b-form .card-body p{font-size: 15px; color: #000!important;    margin-bottom: 10px;}
.b2b-form .card-body{padding: 0px;}
.b2b-form form{}
.b2b-form input{padding: 10px; border-radius: 8px; font-size: 15px;}
 .b2b-form textarea{padding: 10px; border-radius: 10px; font-size: 15px;}
.b2b-form select{padding: 10px; border-radius: 8px; font-size: 15px;}
.b2b-form input:focus{outline: none; box-shadow: unset; border-color:  #1f4e3d;}
.b2b-form textarea:focus{outline: none; box-shadow: unset; border-color:  #1f4e3d;}
.b2b-form select:focus{outline: none; box-shadow: unset; border-color:  #1f4e3d;}
.b2b-form form label{font-size: 15px;}
.b2b-form form button{background-color:  #1f4e3d; display: inline-block; padding: 8px 30px; margin-top: 10px; border-radius: 50px; color: #fff; text-decoration: none; text-transform: capitalize; font-weight: 600; border-color:  #1f4e3d;}
.b2b-form form button:hover{background-color: #1f4e3d; border-color:  #1f4e3d;}
/*============================================b2b page css end=======================================*/


span.wishlist-count {
    margin-left: 10px;
    color: #1f4e3d;
}

/* #wishlist-body {
    min-height: 100px;
} */

/* #wishlist-body td {
    vertical-align: middle !important;
} */

.empty-wishlist {
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.registration-form button.btn-secondary{
    border-radius: 6px;
    background: #000;
}

label.error {
    color: #dc3545 !important;
    display: block;
    margin-top: -14px !important;
}

.input-verify {
    display: flex;
    align-items: center;
    gap: 10px;
}

button#sendOtpBtn {
    margin-left: 10px;
    white-space: nowrap;
    padding: 7px;
    border-radius: 6px;
    background-color: #1f4e3d;
    border: #1f4e3d !important;
}

button#verifyOtpBtn {
    margin-left: 10px;
    white-space: nowrap;
    padding: 7px;
    border-radius: 6px;
    background-color: #1f4e3d;
    border: #1f4e3d !important;
}
