:root {
  --color-white: #ffffff;
  --color-black: #000000;
  --color-primary: #63AC45;
  --color-secondary: #F7921E;
}

@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&family=Satisfy&display=swap');
:root {
  --font-Manrope: "Manrope", sans-serif;
}
:root {
  --font-Satisfy: "Satisfy", cursive;
}
*{
  margin:0; 
  padding:0; 
  outline:none;
}
html body{
  margin:0; 
  padding:0;
  -ms-word-wrap:break-word; 
  word-wrap:break-word; 
  background-color:#ffffff; 
  position:relative; 
  font-size: 14px;
  color: #2B2B2B;
  font-family: var(--font-Manrope);
  font-weight: 300;
  width:100%;
  overflow-x: hidden;
}
label {
  margin-bottom: 0 !important;
}
img{
  margin:0; 
  padding:0; 
  border:none; 
  max-width:100%; 
  height:auto;  
}
section img{
  max-width:100%;
  width: 100%;
}
h3{
  margin:0;
  padding:0px 0;
  font-family: var(--font-Manrope);
  color:#000000;
}
h1,
h2,
h4,
h5,
h6{ 
  margin:0;
  padding:0px 0;
  font-family: var(--font-Manrope);
  color:#000000;
}
p{
  margin:0 0 15px; 
  padding:0;
  font-size:14px;
  font-weight:300;
  font-family: var(--font-Manrope);
}
p, ul li a{
  letter-spacing: 0px;
}
body a{
  text-decoration:none; 
  color:var(--color-primary);
}
a:hover{
  text-decoration:none; 
  color:#666;
}
a:focus,a:hover{
  text-decoration:none !important;
}
ul,ol{ 
  margin:0; 
  padding:0;
}
ul li, ol li{font-size: 14px;}
:hover{-webkit-transition-duration: 1s;
  -moz-transition-duration: 1s;
  -o-transition-duration: 1s;
  transition-duration: 1s;
}
blockquote {
  font-size: 18px;
  font-style: italic;
  max-width: 450px;
  margin: 0.25em 0;
  padding: 0.25em 40px;
  line-height: 1.45;
  position: relative;
  color: #383838;
}
blockquote:before {
  display: block;
  content: "\201C";
  font-size: 80px;
  position: absolute;
  left: 0px;
  top: -10px;
  color: #7a7a7a;
}
blockquote:after {
  display: block;
  content: "\201D";
  font-size: 80px;
  position: absolute;
  right: 0px;
  bottom: -10px;
  color: #7a7a7a;
}
blockquote cite {
  color: #999999;
  font-size: 14px;
  display: block;
  margin-top: 5px;
}
blockquote cite:before {
  content: "\2014 \2009";
}
input[type="text"],
input[type="tel"],
input[type="email"],
input[type="number"],
input[type="date"],
input[type="phone"],input[type="password"],
textarea{
  border:1px solid #cfcfcf;
  font-size:16px;
  padding:10px 10px; 
  height:auto;
  border-radius: 5px;
  width: 100%;
  background: transparent;
}
section{
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
select{
  width: 100%;
  padding: 6px;
}

label {
  font-size: 14px;
  line-height: 29px;
  color: #222222;
  width: 100%;
  font-weight: 600;
  font-family: var(--font-Manrope);
}
.sec_small_heading {
  font-size: 40px;
  line-height: 60px;
  color: var(--color-secondary);
  font-weight: 400;
  position: relative;
  margin-bottom: 0px;
  font-family: var(--font-Satisfy);
}
.sec_small_heading span{
  position: relative;
}
.sec_small_heading span::after{
  content: url('../images/line.png');
  position: absolute;
  top: 0;
  left: 0;
  margin: -40px 40%;
  width: 65px;
}
.sec_main_heading{
  font-size: 38px;
  line-height: 1 !important;
  font-weight: 700;
  padding: 0;
  margin-bottom: 20px;
  color:var(--color-primary);
  text-transform: capitalize;
  font-family: var(--font-Manrope);
}
.main_text {
  font-size: 18px;
  line-height: 30px;
  color: #666666;
  font-family: var(--font-Manrope);
  font-weight: 400;
  margin-bottom: 28px;
}
#header_navigation .search-form label{
 float: none;
}
input[type="submit"] {
  font-weight: 500;
  color: #000;
  border: none;
  background-color: var(--color-primary);
  border-radius: 0px;
  padding: 10px 20px;
}
#sidebar .widget_search input[type="submit"],input[type="submit"]  {
  padding: 10px 20px;
  font-weight: 500;
  border-radius: 0px;
  color: #000;
  border: 1px solid var(--color-primary);
  background-color: var(--color-primary);
}

input[type="submit"]:hover{
  cursor: pointer;
  
}
textarea {
  height: 150px;
}
#appoinment input[type="text"]{
  height: 52px;
}
.screen-reader-text {
  position: absolute;
  top:-9999em;
  left:-9999em;
}
.alignleft,
img.alignleft{
  display: inline; 
  float: left; 
  margin-right:20px; 
  margin-top:4px; 
  margin-bottom:10px; 
  padding:0;
  padding:5px;
}
.alignright, img.alignright { 
  display: inline; 
  float: right; 
  padding:5px; 
  margin-bottom:10px;
  margin-left:25px;
  padding:5px;
}
.aligncenter, img.aligncenter { 
  clear: both; 
  display: block; 
  margin-left: auto; 
  margin-right: auto; 
  margin-top:0;
  padding:5px; 
}
.comment-list .comment-content ul { 
  list-style:none; 
  margin-left:15px;
}
.comment-list .comment-content ul li{
  margin:5px;
}
.toggleMenu{
  display:none;
}
table, td, th {
  border: 1px solid black;
}

/*----------------------  index ---------------------------*/
.post-section {
    padding: 20px 0;
}
.postwrapper-box {
  border: 2px solid #eeeeee;
}

/*------------------Single Post -----------------*/

#single_post .post-slide{
  transform: translateY(0);
  transition: all 0.30s ease 0s;
}
.post-title{
  color: #000;
  font-size: 20px;
}
.post-title a{color: var(--color-black);}
#single_post .post-slide .post-img img {
    width: 100%;
}
#single_post .post-slide .post-img{
  position: relative;
  overflow: hidden;
}
#single_post .post-slide .post-img:before{
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0,0,0.0);
  transition: all 0.40s linear 0s;
}
#single_post  span.post-date {
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 20px;
}

#single_post .post-slide:hover .post-img:before{
  background: rgba(0, 0,0,0.6);
}
#single_post .post-slide:hover .post-img:before{
  top:0;
  left:0;
  background: rgb(73 44 30 / 39%);
}
#single_post .post-slide .post-review{
  border-top: none;
  padding: 25px 0px;
  background: #fff;
  position:relative;
}
#single_post .post-slide .post-bar{
  padding: 0;
  list-style: none;
  margin: 0;
}
#single_post .post-slide .post-bar li{
  display:inline-block;
  font-size:16px;
  color:#555;
  margin-right:20px;
  text-transform: capitalize;
}
#single_post .post_btn a.postbtn:hover{
  background: var(--color-primary);
}
#single_post .post_btn a.postbtn {
    font-size: 14px;
    color: var(--color-primary);
    font-weight: 500;
    padding: 10px 23px;
    border: 1px solid hsla(197, 76%, 76%, 1)
}
#single_post .post-slide .post-bar li i{
  color:var(--color-primary);
  margin-right:8px;
}
#single_post .post-slide .post-title a {
  /* color: var(--color-primary); */
  font-weight: bold;
  font-size: 22px;
}
#single_post .post-slide .post-description{
  font-size:15px;
  line-height:21px;
  color:#808080;
  margin-bottom: 0;
}
#single_post .post-slide .author{
  font-size:15px;
  line-height:21px;
  color:#808080;
  margin-bottom: 0;
}
#single_post .post-slide .comment{
  font-size:15px;
  line-height:21px;
  color:#808080;
  margin-bottom: 0;
}
.read-moresec{
  margin-bottom: 20px;
}
.read-moresec a{
  font-size: 14px;
  color: var(--color-primary);
  font-weight: 500;
  padding: 10px 23px;
  border: 1px solid var(--color-primary);
 
}
/*------------------ Contact Page -----------------*/

  .contact-box .contact-email,.contact-box .contact-address ,.contact-box .contact-phone{
    background: var(--color-secondary);
    padding: 33px 70px;
    border-radius: 10px;
  }
  .contact_bg {
    height: 400px;
    position: relative;
  }
 
  .heading_box {
    position: absolute;
    width: 34%;
    left: 0px;
    bottom: 30px;
    margin: 0 auto;
    right: 0px;
  } 
  .contact_details i{
    background: rgb(255 255 255);
    width: 65px;
    color: #63AC45;
    height: 65px;
    border-radius: 40px;
    text-align: center;
    position: relative;
    padding: 19px;
    font-size: 24px;
  }

  .heading_box p {
    font-size: 16px;
    line-height: 20px;
    color: #fff;
    font-weight: 400;
    text-align: center;
  }
  .heading_box {
    padding: 160px 0px 50px 0px;
    margin: 0 auto;
    width: 30%;
  }

  .heading_box h3{
    font-size: 40px;
    line-height: 35px;
    color: var(--color-primary);
    font-weight: 600;
    text-align: center;
    position: relative;
    padding: 15px 0; 

  }
  .contact_details p {
    color: #ffffff;
    font-family: Manrope;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.5;
  }
  .contact_details span {
    color: #ffffff;
    text-align: center;
    margin: 0 auto;
    font-family: Manrope;
    font-weight: 800;
    font-size: 30px;
    line-height: 1.5;
    margin-bottom: 20px !important;
    display: block;
  }
  .ccontact_form h3{
    font-size: 40px;
    line-height: 35px;
    color: var(--color-primary);
    font-weight: 400;
    position: relative;
    padding: 15px 0;
  }

   input[type="text"],
   input[type="email"],
   input[type="url"],
   input[type="password"], 
   input[type="search"], 
   input[type="number"], 
   input[type="tel"], 
   input[type="range"], 
   input[type="date"], 
   input[type="month"], 
   input[type="week"], 
   input[type="time"],
   input[type="datetime"], 
   input[type="datetime-local"],
   input[type="color"], 
   textarea, 
   input[type="file"], 
   select, 
   input[type="text"]::placeholder, 
   input[type="email"]::placeholder, 
   input[type="url"]::placeholder, 
   input[type="password"]::placeholder, 
   input[type="search"]::placeholder, 
   input[type="number"]::placeholder, 
   input[type="tel"]::placeholder, 
   input[type="range"]::placeholder, 
   input[type="date"]::placeholder, 
   input[type="month"]::placeholder,  
   input[type="week"]::placeholder, 
   input[type="time"]::placeholder, 
   input[type="datetime"]::placeholder,
   input[type="datetime-local"]::placeholder,
   input[type="color"]::placeholder, 
   textarea {
    color: #263238;
}
.contac_form input[type='text'],
.contac_form input[type='email'],
.contac_form input[type='url'],
.contac_form input[type='password'],
.contac_form input[type='search'],
.contac_form input[type='number'],
.contac_form input[type='tel'],
.contac_form input[type='range'],
.contac_form input[type='date'],
.contac_form input[type='month'],
.contac_form input[type='week'],
.contac_form input[type='time'],
.contac_form input[type='datetime'],
.contac_form input[type='datetime-local'],
.contac_form input[type='color'],
.contac_form select,
.contac_form textarea,
.contac_form .wpcf7 .wpcf7-form-control-wrap[class*="file-"] {
  background-color:transparent;
  border-color: #ccc;
  color: #bfbfbf;
  border-radius: 0px;
  box-shadow: none;
  border:2px solid #cccccc;
  background-color: transparent;
}
.contact-box .wpcf7 input[type="text"], .contact-box .wpcf7 input[type="email"],.contact-box .wpcf7 input[type='number'],.contact-box .wpcf7 input[type='tel'] {
  font-size: 16px;
  padding: 8px 10px;
  margin: 0 0px 35px 0;
  height: auto;
  border:1px solid #cccccc;
  background-color: transparent;
}
.contact-box textarea{
  margin: 0 0px 30px 0;
}
.contact-box .wpcf7 input[type="text"]::placeholder
{
  font-family: var(--font-Manrope);
}
.contact-box .wpcf7 input[type="email"]::placeholder
{
  font-family: var(--font-Manrope);
}
.contact-box .wpcf7 textarea::placeholder
{
  font-family: var(--font-Manrope);
}
.contact-box .contac_form input[type="submit"]
{
  border-radius: 40px;
  font-family: var(--font-Manrope);
  padding: 12px 20px;
  margin-top: 20px;
}
.ccontact_form input[type="submit"] {
    padding: 12px 53px;
    font-size: 20px;
    font-family: 'Manrope';
    font-weight: 600;
    line-height: 1.5;
    display: inline-flex;
    white-space: nowrap;
    background-color: var(--color-secondary) !important;
    border: 1px solid var(--color-secondary);
    border-color: var(--color-secondary) !important;
    color: #fff !important;
}
#appoinment input[type="text"],
#appoinment input[type="email"], 
#appoinment input[type="url"], 
#appoinment input[type="password"], 
#appoinment input[type="search"], 
#appoinment input[type="number"], 
#appoinment input[type="tel"], 
#appoinment input[type="range"], 
#appoinment input[type="date"], 
#appoinment input[type="month"], 
#appoinment input[type="week"], 
#appoinment input[type="time"], 
#appoinment input[type="datetime"], 
#appoinment input[type="datetime-local"], 
#appoinment input[type="color"], 
#appoinment textarea, 
#appoinment input[type="file"], 
#appoinment select,
#appoinment textarea{
  color: #827B81;
}
#appoinment input[type="text"]::placeholder, 
#appoinment input[type="email"]::placeholder, 
#appoinment input[type="url"]::placeholder, 
#appoinment input[type="password"]::placeholder, 
#appoinment input[type="search"]::placeholder, 
#appoinment input[type="number"]::placeholder, 
#appoinment input[type="tel"]::placeholder, 
#appoinment input[type="range"]::placeholder, 
#appoinment input[type="date"]::placeholder, 
#appoinment input[type="month"]::placeholder, 
#appoinment input[type="week"]::placeholder, 
#appoinment input[type="time"]::placeholder, 
#appoinment input[type="datetime"]::placeholder, 
#appoinment input[type="datetime-local"]::placeholder, 
#appoinment input[type="color"]::placeholder,
#appoinment textarea::placeholder{
  color: #827B81;
  font-size: 14px;
}
/* #appoinment input[type="date"]{position: relative;z-index: 1;}
#appoinment input[type="date"]::after {
  content: "\f073";
  font-family: 'FontAwesome';
  font-weight: 900;
  color: #fff;
  position: absolute;
  right: 0;
  top: 0;
  margin: 10px;
  z-index: 0;
} */
.wpcf7 form.failed .wpcf7-response-output, .wpcf7 form.aborted .wpcf7-response-output{
  color:var(--color-primary);
}
/*---------------- Banner ----------------------*/
.inner_banner img, .title-box img {
    width: 100%;
}
.title-box{
  height: 400px;
  position: relative;
}
.main_title {
  margin-top: 20px;
}
.banner-heading {
  position: absolute;
  width: 100%;
  left: 0px;
  right: 0px;
  bottom: 0;
  padding-bottom: 50px;
}
.main_title h1{
  padding-top: 20px;
  margin-bottom: 22px;
  font-size: 36px;
  color: #2d3b3e;
  font-weight: bold;
}

/* --------- Blog Page ------- */

.postbox-content .post-text
{
  font-size: 18px;
  color: #8fa3aa;
  font-family: " Sans Pro";
  line-height: 28px;
}
.postbox h3{
  font-weight:normal;
  font-size:35px;
  text-align: center;
}
.blogimg-full img{
  width: 100%;
}
.read-more-icon{
  text-align: center;
  margin: -55px 0 0 0;
  z-index: 999;
}
.read-more-icon a:hover{
  opacity: 0.9;
}
.continue-read a {
  color: rgba(19, 10, 138, 0.6);
  font-weight: bold;
  text-align: center;
  margin: 0 auto;
  border: solid 1px #bbb;
  padding: 10px 20px 10px 20px;
  border-radius: 6px; 
  display: block; 
  background: #fff;
}
.continue-read a:hover{
  background: #18304c;
  color:#fff;
}
.continue-read {
  margin: -22px auto 0 auto;
  display: table;
}
.metabox img {
  border-radius: 50%;
  margin-left: 30%;
}
.postbox {
   margin-bottom: 39px;
   border: none;
   border-radius: 6px;
}
.postbox h2{
  margin:0 0 5px; 
  font-weight:bold;
}
a.post-readmore {
   font-size: 18px;
   border-bottom: 1px solid;
}
a.post-readmore i {
 margin-left: 8px !important;
 font-size: 18px;
 border-bottom: 1px solid #ffffff;
 padding-bottom: 2px;
}
.postbox  a.blogbutton {
  background:none;
  color:#fff;
  font-size:12px; 
  font-weight:bold; 
  color:#fff; 
  padding:6px 25px;
  border:1px solid #000; 
  color:#000; 
  font-size:18px;
  text-transform:uppercase;
  margin:25px 0 0 0;
  display:table;
}
.blogbutton-small{
  background:none;
  font-size:12px; 
  font-weight:bold; 
  padding:6px 25px;
  border:1px solid #000; 
  color:#000; 
  font-size:14px;
  text-transform:uppercase;
  margin:14px 0 0 0;
  display:table;
}
#comment-nav-above .nav-links {
  width: 100%;
  float: left;
  margin-bottom: 17px;
}




/* ----------------------- POST---------------------- */

.blog-post h5{
  text-transform:uppercase;
  color: #000;
}
.blog-icon i {
  font-size: 20px;
  background: #bbb;
  border-radius: 50%;
  padding: 10px 14px 12px 15px;
  color: #fff;
  margin-right: 1%;
}
.blog-icon i:hover {
    background: #d3da36;
    color: #fff;
}
.blog-icon i.fa-google-plus {
    padding: 12px 10px 12px 11px
}
aside#search-3 {
  padding: 0 !important;
}
.feature-image-box img{
  width:100%;
}
.feature-image-box img a:hover{
  opacity:0.8;
}
.post-singlepage {
  border: solid 1px #bbb;
  box-shadow: 0 0 1px #bbb;
}
.bradcrumbs{
  padding:30px 0;
}
.bradcrumbs a{
  background:#f1f1f1; 
  color:#000;
  padding:5px 15px;
  margin-right:5px;
}

.bradcrumbs span{
  background:#dddddd; 
  color:#000;
  padding:5px 15px;
}



/*------------------ Comments BOX ------------------*/

div#comments {
    background: #f4f5f6;
    padding: 3rem 3rem 2rem 3rem;
}
#respond {
    border: 1px solid #dedede;
    padding: 1.5rem 2rem;
    border-radius: 0;
    margin-top: 1rem;
    margin-bottom: 1rem;
}
#respond p.form-submit {
    text-align: end;
}
#comments{
  float: left;
  width: 100%;
  margin-top: 10px;
}
#comments h2.comments-title{
  font-size:20px; 
  font-weight:bold;
}
#comments h3.comment-reply-title{
  font-size:20px; 
  font-weight:bold;
  clear:both;
}
#comments input[type="text"],
#comments input[type="email"],
#comments input[type="url"], 
#comments input[type="password"],
#comments input[type="search"], 
#comments input[type="number"], 
#comments input[type="tel"],
#comments input[type="range"],
#comments input[type="date"], 
#comments input[type="month"], 
#comments input[type="week"], 
#comments input[type="time"], 
#comments input[type="datetime"], 
#comments input[type="datetime-local"], 
#comments input[type="color"], 
#comments textarea, 
#comments input[type="file"], 
#comments select, 
#comments input[type="text"]::placeholder, 
#comments input[type="email"]::placeholder, 
#comments input[type="url"]::placeholder, 
#comments input[type="password"]::placeholder, 
#comments input[type="search"]::placeholder, 
#comments input[type="number"]::placeholder, 
#comments input[type="tel"]::placeholder, 
#comments input[type="range"]::placeholder, 
#comments input[type="date"]::placeholder, 
#comments input[type="month"]::placeholder, 
#comments input[type="week"]::placeholder, 
#comments input[type="time"]::placeholder, 
#comments input[type="datetime"]::placeholder, 
#comments input[type="datetime-local"]::placeholder, 
#comments input[type="color"]::placeholder, 
#comments textarea {
    color: #263238;
}
#comments input[type="text"],
#comments input[type="email"]{
  padding:12px 10px; 
  font-size:18px;
  background: #ffffff;
}
#comments textarea:hover ,#comments input[type="text"]:hover,
#comments input[type="email"]:hover{
  border: 1px solid var(--color-primary);
  border-radius: 5px;
}
#comments textarea {
    height: 150px;
    background-color: #ffffff;
    border-color: #f1f1f1;
    border: 1px solid #cfcfcf;
    border-radius: 5px;
}
#comments input[type="submit"].submit {
  background: var(--color-primary);
  color: white;
  border: unset;
  font-weight: 600;
  padding: 10px 20px;
  font-family: var(--font-Manrope);
}
#comments a time{
  color:#000;
  font-weight:bold;
  font-size:12px;
}
#comments .reply{
  text-align:right;
}
#comments .comment-metadata{
  width:90%;
  float:left;
  padding:1% 0 0 0;
}
#comments .comment-content{
  width:90%;
  text-align:left;
  margin-left:7%;
}
#comments .comment-author{  
  margin-bottom: 1em;
}
#comments h2#reply-title {
  display: inline-table;
  font-family: var(--font-Manrope);
}
#comments .comment-author.vcard img {
  padding: 2px;
}

/*--------------- Sidebar -----------------*/
/* Sidebar */

#sidebar h3, #sidebar h2 {
  color: rgb(0, 0, 0);
  font-family: inherit;
  position: relative;
  margin-bottom: 1.25rem;
  font-weight: 800;
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
#sidebar h3::before, #sidebar h2::before {
  content: "";
  display: block;
  width: 60px;
  height: 2px;
  background: var(--color-primary);
  position: absolute;
  bottom: 0;
}
#sidebar h3::after, #sidebar h2::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: rgb(223, 221, 222);
  margin-top: 7px;
}
#sidebar .tagcloud a:hover{
  background: var(--color-primary);
  color: #ffffff;
}
#sidebar .tagcloud a {
    font-size: 18px !important;
    color: var(--color-primary);
    background: #e5e8eb;
    margin: 0px 3px;
    padding: 4px 10px 6px 10px;
  }
 
#sidebar .woocommerce-product-search button[type="submit"] {
    border-color: transparent;
    color: rgb(255, 255, 255);
    background: var(--color-primary);
    padding: 6px 12px;
    position: relative;
    right: 0px;
    margin-left: 0;
}
#sidebar form{
 text-align: center;
}
#sidebar .serach-page input[type="search"],input.search-field {
    padding: 10px 10px;
    font-size: 15px;
    margin-bottom: 10px;
    color: #6c6c6c;
    border: solid 1px #e1e1e1;
    width: 100%;}
#sidebar input[type="search"]::placeholder{
  color: rgb(84, 83, 83);
}
#sidebar input[type="search"]:hover, input.search-field{
  border: 1px solid var(--color-primary);
}
#sidebar input[type="search"] {
  background: #ffffff;
  padding: 12px 10px;
  border: none;
  font-size: 15px;
  color: rgb(84, 83, 83);
  width: auto;
  font-family: var(--font-Manrope);
  font-weight: 400;
}
#sidebar .widget_search button[type="submit"] {
  border-color: transparent;
  color: rgb(255, 255, 255);
  background: var(--color-primary);
  padding: 6px 12px;
  position: relative;
  right: 0px;
  margin-left: 0;
}
#sidebar .search-form label ,.search-form label{
    margin-bottom: 0.5rem;
    width: 64%;
    float: left;
}
#sidebar aside {
    margin-bottom: 30px;
    padding: 25px 30px 30px;
    background: #f4f5f6;
}
div#tab-description {
    display: block !important;
}

/***********single product**********/

#contentwoocom .price span {
  color: var(--color-primary);
}
#contentwoocom button.single_add_to_cart_button.button.alt{
  background: var(--color-primary);
}
#contentwoocom .tinv-wishlist.tinvwl-after-add-to-cart .tinvwl_add_to_wishlist_button{
  margin-top: 0px;
}

#contentwoocom .woocommerce-breadcrumb{
  margin: 16px 0 16px 0 ;
 }
#contentwoocom button.single_add_to_cart_button.button.alt{
  padding: 12px 16px;
}
#contentwoocom .quantity input[type="number"]{
  padding :7px 10px;
}
/*******************************/
#sidebar ul li a {
  color: #1a1a1a;
  font-family: var(--font-Manrope);
  font-weight: 400;
  font-size: 15px;
  line-height: 2.5;
  margin-bottom: 17px;
}
#sidebar .widget_archive ul li {
  list-style: none;
  list-style-position: inside;
}
#sidebar .widget_categories ul li ,#sidebar .widget_pages  ul li,#sidebar .widget_meta ul li,#sidebar .widget_nav_menu ul li,#sidebar .widget_product_categories ul li {
  list-style: none;
  list-style-position: inside;
}
#sidebar ul {
 list-style: none;
 margin: 0;
 padding: 0;
 font-size: 17px;
}
/*------------- Title Banner -----------------*/
.title-box h1 {
  color: #fff;
  font-size: 36px;
  text-align: center;
  position: relative;
  text-transform: capitalize;
  z-index: 2;
}
.title-box a{
  font-weight: 600;
  color:#fff;
}
.title-box span {
    color: #fff;
    font-weight: 600;
}
.title-box{
    background-repeat: no-repeat;
    width: 100%;
    background-size: cover;
}
.middle-content {
  padding-bottom: 20px;
}
.title-box {
    display: flex;
    align-items: center;
}
.blue { 
  background: #000;
  position: absolute;
  width: 100%;
  height: 400px;
  opacity: 0.4;
  top:0;
}

/*---------------- Pagination ----------------*/

.navigation_pagination {
  margin: 50px 0;
  text-align: center;
}
.navigation_pagination span.page-numbers.current {
  background: var(--color-primary);
  border: 1px solid hsla(197, 76%, 76%, 1)var(--color-primary);
  color: #fff;
}
.navigation_pagination a, .navigation_pagination span {
  border-radius: 5px;
  border: 1px solid var(--color-primary);
  background: #fff;
  margin: 0 1px 0 0;
  display: inline-block;
  line-height: 1.2em;
  text-decoration: none;
  color: var(--color-primary);
  padding: 10px 14px;
  margin-right: 8px;
  transition: all 0.5s ease;
  cursor: pointer;
}
.navigation_pagination a.page-numbers:hover {
  background: var(--color-primary);
  color: #fff;
}


.middle-content ul li::marker{
color:#000;
}
.middle-content ul li {
  list-style-position: inside;
  padding: 10px;
  margin-bottom: 10px;
}

.middle-content ul li a{
  color: #000000;
  font-weight: 500;
}

/* ------------- Category --------------------*/

.category-page h4{
  text-align: left !important;
}
ul.post-categories {
  list-style: none;
  margin: 0;
}
ul.post-categories a {
  color: #333333;
}

/*-------------- Single post content ---------------*/


.comment-form-cookies-consent label{
  font-weight: 400;
}
.content_boxes .entry-date, .entry-author a, .entry-comments {
  font-family: var(--font-Manrope);
  font-size: 15px;
  color: black;
  text-decoration: none;
}
.content_boxes .metabox i{
  color: var(--color-primary);
}
.single-post-content p {
    color: #2e2e30;
    font-family: var(--font-Manrope);
    font-size: 14px;
    letter-spacing: 1px;
    font-weight: 400;
    line-height: 25px;
    text-decoration: none;
}
p.social_share a i:hover{
  background: #f4f5f6;
  color: var(--color-primary);
}
p.social_share a i {
  padding: 9px 12px;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  font-size: 16px;
  color: #fff;
  background: var(--color-primary);
}
.post_ctg {
  display: flex;
}
.post_tag {
    padding: 10px 0px !important;
}
.post_tag a:hover{
    color: #000;
}
.post_tag a {
    font-size: 18px !important;
    color: var(--color-primary);
    margin: 0px 3px;
    padding-top: 10px;
}
.post_ctg span, .post_ctg ul a {
  font-family: var(--font-Manrope);
    color: black;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
}
.nav-previous a, .nav-next a {
  text-decoration: none;
  color: #53514e;
  width: 100%;
  letter-spacing: 1px;
  font-family: var(--font-Manrope);
  font-weight: 600;
  font-size: 14px;
}



/* ----------- Unit Testing ------------- */

.outer_dpage table
{
  text-align: center;
}
.outer_dpage table th
{
  text-align: center;
}


.support-page p{
  font-size: 14px;
}
.support-page h4{
  font-size: 20px;
}
 
  /**************price section **************/
  #pricingplan{
    background-size: 100% 100%;
  }
 
 
  #pricingplan .cart-box .pricehead{
    background-color: var(--color-secondary);
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    padding: 20px;
    text-align: center;
  }
  #pricingplan .cart-box:hover .pricehead{
    background-color:#212848;
  }
  #pricingplan .cart-box{
    border-radius: 0px;
    border:none;
    background-color: #fff;
    border-radius: 20px;
  }
  #pricingplan .cart-box:hover{
   background-color: var(--color-secondary);
  }
  .cart-box:hover .price-cart .plan_tiltle,.cart-box:hover .price-cart .month-title,.cart-box:hover .price-cart .price{
    color:#fff;
  }
  .cart-box p{
    color:#fff;
    margin-bottom: 0px;
  }
  .cart-box:hover p{
    color:#fff;
  }
  .card-list {
    margin: 10px 20%;
  }
   .price-cart .plan_tiltle{
    font-size: 25px;
    line-height: 30px;
    color: #fff;
    font-weight: 500;
    font-family: var(--font-Manrope);
    padding: 0px;
    margin-bottom: 10px;
    text-transform: capitalize;
   }
   .price-cart .month-title{
    font-size: 25px;
    line-height: 30px;
    color: var(--color-white);
    font-weight: 500;
    font-family: var(--font-Manrope);
    text-transform: uppercase;
   }
   .price-cart .price{
    font-size: 30px;
    line-height: 30px;
    color: var(--color-white);
    font-weight: 600;
    font-family: var(--font-Manrope);
    margin-bottom: 10px;
    text-transform: capitalize;
   }
   .price-card-btn .btn-plan {
    background-color: var(--color-secondary);
    border-radius: 20px;
    border-color: var(--color-secondary);
    border: 1px solid var(--color-secondary);
    padding: 8px 30px 7px 30px;
    font-weight: 700;
    font-size: 15px;
    position: relative;
    color: var(--color-white);
    text-transform: capitalize;
    font-family: var(--font-Manrope);
    line-height: 25px;
}
  .cart-box:hover .price-card-btn .btn-plan{
    font-weight: 500;
    color:var(--color-white);
    background-color: #212848;
  }
  .cart-box .card-list .list_text {
    color: #000;
    font-family: var(--font-Manrope);
    font-weight: 400;
    font-size: 13px;
    line-height: 35px;
    text-transform: capitalize;
  }
  .cart-box:hover .card-list .list_text{
    color:var(--color-white);
  }
  .cart-box .card-list .list_text i{
    color:var(--color-secondary);
  }
  .cart-box:hover .card-list .list_text i{
    color:var(--color-white);
  }
 /*breadcums*/

  .breadcrums{
    color:#fff;
  }
  .custom-plan{
    background-color: #a3705a73;
    padding: 20px 10px;
  }
  .custom-plan span{
    font-size: 20px;
    font-weight: 600;
    font-family: var(--font-Manrope);
    color:#0E0C13;
  }
  .btn-custom{
    background-color: #fff;
    padding: 10px 20px;
    color:#0E0C13;
    border-radius: 0;
    border:1px solid #fff;
    margin: 10px;
    font-weight: 500;
    border:1px solid #000;
  }
  #pricingplan .toggle-btn .switch {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 24px;
  }
  
  #pricingplan .toggle-btn .switch input {
    opacity: 0;
    width: 0;
    height: 0;
  }
  #pricingplan .sliders {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: var(--color-primary);
    -webkit-transition: 0.4s;
  
    box-shadow: 2px 6px 25px #1e2321;
    transform: translate(0px, 0px);
    transition: 0.6s ease transform, 0.6s box-shadow;
  }
  
  #pricingplan .sliders:before {
    position: absolute;
    content: "";
    height: 16px;
    width: 16px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
  
  #pricingplan input:checked + .sliders {
    background-color: var(--color-primary);
  }
  
  #pricingplan input:focus + .sliders {
    box-shadow: 0 0 1px var(--color-primary);
  }
  
  #pricingplan input:checked + .sliders:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
  }
  
  .sliders.round {
    border-radius: 34px;
  }
  
  .sliders.round:before {
    border-radius: 50%;
  }
 
/* button primary*/
.btn-primary {
  background-color: var(--color-white) !important;
  border: 1px solid var(--color-white);
  border-color: var(--color-white)!important;
  color: #111 !important;
  padding: 10px 20px 8px 6px;
  border-radius: 30px;
  text-transform: capitalize !important;
  font-family: var(--font-Manrope);
  font-size: 15px;
  font-weight: 600;
  line-height: 25px;
  display: inline-flex;
}
.btn-primary:hover{
  background-color: var(--color-primary) !important;
  border:1px solid var(--color-primary);
  border-color: var(--color-primary)!important;
}
.btn-primary i{
  font-size: 26px;
  margin-right: 10px;
}
/* button info*/
.btn-info{
  background-color: var(--color-secondary) !important;
  border:1px solid var(--color-secondary);
  border-color: var(--color-secondary)!important;
  color:#fff !important;
  padding: 6px 20px;
  text-transform: capitalize !important;
  font-family: var(--font-Manrope);
  font-size: 15px;
  font-weight: 500;
  line-height: 25px;
  display: inline-flex;
  white-space: nowrap;
}
.btn-info:hover{
  background-color: var(--color-white) !important;
  color: var(--color-secondary) !important;
}
.btn-info i {
  font-size: 15px;
  margin-left: 10px;
  margin-top: 6px;
  color: #fff;
}


 .btn-secondary{
  background-color: var(--color-secondary) !important;
  color:var(--color-white);
  border:1px solid var(--color-secondary) !important;
  border-color: var(--color-secondary) !important;
  padding: 10px 25px;
  border-radius: 30px;
  font-weight: 700;
  font-family: var(--font-Manrope);
  font-size: 15px;
  text-align: center;
  text-transform: capitalize;

}
/*  villabooking section*/

.villabooking-box {
  background-color: #1C1B1B;  
  border-radius: 20px;
  margin: 1px 3px 3px;
  padding: 20px 20px 20px;
}
.villabooking-box .villabooking-img {
  width: 40px;
  height: 40px;
  margin: 0 auto;
  margin-bottom: 20px;
}
.villabooking-box .villabooking-img img{
  width: 100%;
  height: 100%;
}
#villabooking .owl-item:nth-child(4) .villabooking-box .villabooking-img {
  width: 28px;
}
.villabooking-box .post-title{
    font-size: 16px;
    color:#fff;
    font-weight: 600;
    font-family: var(--font-Manrope);
    margin-bottom: 20px;
}
#villabooking .progress-bar{
 background-color: #111;
 border-radius: 30px;
 border: 1px solid #111;
}
#villabooking .progress {
  height: 2rem;
  background-color: var(--color-primary);
  border-radius: 30px;
  border: 1px solid #111;
  background: rgb(5,5,5);
  background: linear-gradient(90deg, rgba(5,5,5,1) 50%, rgba(6,6,6,1) 50%, rgba(0,0,0,1) 50%, rgba(206,255,10,1) 50%, rgba(206,255,10,1) 100%, rgba(206,255,10,1) 100%);
}
#villabooking .progresstitle {
  color: var(--color-primary);
  position: absolute;
  width: auto;
  text-align: center;
  padding: 6px 6%;
  font-size: 14px;
}
/* our villas */
#ourvillas{
  background: #F7FFF4;
}
.villa_box .product_img{
  position: relative;
}
.villa_box .product_img .coupon{
  position: absolute;
  left:0px;
  margin: 10px;
  top:0;
}
.villa_box .product_img .coupon{
  position: absolute;
  left:0px;
  margin: 10px;
  top: 0;
}
.villa_box .product_img .coupon .feature{
  background-color:#FCBD14;
  color:#292D32;
  font-family: var(--font-Manrope);
  padding: 5px 12px;
  font-weight: 700;
  font-size: 16px;
}
.villa_box .product_img .coupon .discount{
  background-color:#F25A43;
  color:#fff;
  font-family: var(--font-Manrope);
  padding: 5px 12px;
  font-weight: 700;
  font-size: 16px;
}
.villa_box .product_img .wishlist{
  position: absolute;
  right:0px;
  margin: 10px;
  top:0;
}
.wishlist .yith-wcwl-add-to-wishlist .feedback{
  font-size: 0;
}
.wishlist .yith-wcwl-add-to-wishlist .feedback .yith-wcwl-icon{
  font-size: 15px;
  color:var(--color-primary);
}
.wishlist div.yith-wcwl-wishlistexistsbrowse a{
  opacity: 0;
  font-size: 0;
}
.wishlist .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a span{
  font-size: 0;
}
.wishlist .yith-wcwl-add-button>a i{
  color:#fff;
  margin-right: 0;
}
.wishlist .yith-wcwl-add-to-wishlist {
  margin-top: 0px;
}
.wishlist .yith-wcwl-wishlistaddedbrowse a{
  display: none;
}
.villa_box .product_img .video_camera{
  position: absolute;
  right:0px;
  margin: 0px 10px -20px;
  bottom:0;
 
}
.villa_box .product_img .video_camera img{
  width: 35px;
  height: 35px;
  margin: 0px;
  float: left;
  padding: 10px 10px;
  background-color: #fff;
  box-shadow: 0px 2px 8px 0px #0000001F;
}
.villa_box .product_img .video_camera img:hover{
  background-color: #F0F6FD;
}
.villa_box .product_detail{
  background-color: #fff;
  padding: 20px 20px 20px;

}
.villa_box .product_detail h5{
  font-weight: 600;
  color: var(--color-black);
  font-size: 25px;
  line-height: 30px;
  font-family: var(--font-Manrope);
}
.villa_box .product_detail h5 a{
  color: inherit;
}
.villa_box .product_detail .seller-star{
  margin-bottom: 10px;
}
.location{
  margin-bottom: 20px;
}
.villa_box .product_detail .location img{
  width: 20px;
  height: 20px;
  margin-right: 3px;
  margin-top: -5px;
}

.villa_box .product_detail .location span{
  font-size: 14px;
  line-height: 25px;
  font-family: var(--font-Manrope);
}
.villa_box .product_detail .price{
  margin-bottom: 10px;
  text-transform: capitalize;
  font-family: 'Manrope';
}
.villa_box .product_detail .price span{
  font-weight: 700;
  color:var(--color-primary);
  font-size: 20px;
  line-height: 30px;
  font-family: var(--font-Manrope);
}
.villa_box .product_detail .availability{
  background-color: #F0F6FD;
  padding: 15px 20px;
  box-shadow: 0px 2px 8px 0px #F0F6FD;
}
.villa_box .product_detail:hover {
    background: #ffeddd;
}

.villa_box .product_detail:hover .availability {
    background: #ffffff;
}
.villa_box .product_detail .time img{
  width: 20px;
  height: 20px;
  margin-right: 5px;
}
.villa_box .product_detail .time span{
  font-size: 14px;
  line-height: 25px;
  font-family: var(--font-Manrope);
}

/*** destination section***/
#destination{
  position: relative;
}
#destination .main-grid{
  display: grid;
  grid-template-columns: 32% 32% 32%;
  grid-template-rows: repeat(3, 293px);
  grid-gap: 20px;
}

#destination .main-grid .destination_box:nth-child(1) {
  grid-column: 1 / 2;
  grid-row: 1 / 2;
}
#destination .main-grid .destination_box:nth-child(2) {
  grid-column: 2 / 2;
  grid-row: 1 / 2;
  height: 100%;
}
#destination .main-grid .destination_box:nth-child(3) {
  grid-column: 3 / 3;
}
#destination .main-grid .destination_box:nth-child(4) {
  grid-column: 2 / 2;
  grid-row: 2 / 2;
}
#destination .main-grid .destination_box:nth-child(5) {
  grid-column: 3 / 3;
  grid-row: 2 / 3;
}
#destination .main-grid .destination_box:nth-child(6) {
  grid-column: 1 / 3;
  grid-row: 3 / 3;
}
#destination .main-grid .destination_box:nth-child(7) {
  grid-column: 3 / 3;
  grid-row: 3 / 3;
}
#destination .main-grid .destination_box.deal{
  background-color: var(--color-primary);
  text-align: center;
  padding:20% 20%;

}
#destination .main-grid .destination_box.deal h3{
  font-size: 48px;
  color:var(--color-secondary);
  font-weight: 600;
  font-family: var(--font-Satisfy);
  line-height: 1.1;
  margin: 0;
}
#destination .main-grid .destination_box.deal a{
  border:1px solid #fff;
  padding: 10px 20px;
  color:var(--color-white);
  text-decoration: none;
  font-family: var(--font-Manrope);
}
#destination .main-grid .destination_box.deal a:hover{
  border-color: var(--color-secondary);
  color:var(--color-secondary);
}
#destination .main-grid .destination_box.deal h4{
  font-size: 48px;
  color:#fff;
  font-weight: 600;
  font-family: var(--font-Manrope);
  margin-bottom: 20px;
}
.destination_box .destination-image{
  position: relative;
  background: #F7921E;
  height: 100%;
  overflow: hidden;
}
#destination .main-grid .destination_box:nth-child(1) .destination-image {
    height: auto;
}
.destination_box .destination-image img{
  opacity: 80%;
  width: 100%;
  object-fit: cover;
  height: 100%;
  transition: all 1s ease-in;
}
.destination_box .destination-image .destination_content{
  position: absolute;
  top:0;
  left: 0;
  text-align: center;
  justify-content: center;
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  /* background-color: #00000040; */
}
.destination_box .destination-image:hover .destination_content {
    background: #12121261;
}

.destination_box .destination-image:hover img.test-image {
    transform: scale(1.1);
}
.destination_box .destination_content h5{
  font-size: 25px;
  color:#fff;
  font-weight: 600;
  font-family: var(--font-Manrope);
}
.destination_box .destination_content h5 a{
  color:inherit;
}
#destination .main-grid .destination_box:nth-child(6) .destination-image{
  height: 100%;
}
.seller-star i {
  color: #FFCB00;
}

 /*************Testimonial***************/
 #testimonial{
  position: relative;
}
.testibox .detail {
  background-color: var(--color-white); /* Adjust color as needed */
  clip-path: polygon(0 0, 100% 0, 100% 100%, 69% 100%, 56% 82%, 0 82%);
  padding: 30px 20px 50px;
}

#testimonial .testibox:hover .detail {
  background-color: var(--color-primary);
}
#testimonial .testibox:hover .detail .paratext p{
  color:#fff;
}
#testimonial .testibox:hover .detail i{
  color:#fff;
}
.testibox .detail i{
  color:var(--color-secondary);
  margin-bottom: 15px;
  font-size: 25px;
}  
#testimonial h5.post-title {
  font-size: 16px;
  line-height: 20px;
  color: var(--color-primary);
  font-weight: 700;
  margin-bottom: 0px;
  font-family: var(--font-Manrope);
  text-transform: capitalize;
}
#testimonial .testibox h6{
  font-size: 14px;
  line-height: 21px;
  font-weight: 400;
  color: var(--color-black);
  text-transform: capitalize;
  margin-bottom: 0px;
}

#testimonial .testibox .detail .paratext p{
  font-weight: 700;
  font-size: 18px;
  line-height: 26px;
  font-family: var(--font-Manrope);
  color: #2A2A2A;
  margin-bottom: 30px;
}
#testimonial .testibox .detail .paratext p:first-child{
display: none;
}
#testimonial .testibox .userdetail{
  margin-bottom: -5px;
  position: absolute;
  bottom: 0;
  left:0;
}

#testimonial .seller-star i{
  color:var(--color-secondary);
}
#testimonial .testibox .testi-image{
  width: 37px;
  height: 30px;
  border-radius: 50%;
  margin-right: 10px;
}
#testimonial .owl-dots {
  display: block !important;
  text-align: center;
  margin: 30px auto 50px;
}
#testimonial .owl-carousel button.owl-dot{
  width: 12px !important;
  height: 6px !important;
  margin: 5px;
  background-color: var(--color-secondary) !important;
  
}
#testimonial .owl-carousel button.owl-dot span{
  background-color: var(--color-secondary);
  border-radius: 50%;
}
#testimonial .owl-carousel button.owl-dot.active{
background-color: var(--color-primary) !important;
border:1px transparent !important;
width: 20px !important;
height: 4px !important;
}
/*****************blog section***********/
#blog{
  position: relative;
}
#blog .bolg-image img{
  border-radius: 0px;
  object-fit: cover;
}
#blog .bolg_box h5{
  font-size: 23px;
  line-height: 28px;
  color: var(--color-primary);
  font-weight: 700;
  font-family: var(--font-Manrope);
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin-bottom: 12px;
  text-transform: capitalize;
  margin-right: 10%;
}
#blog .blogs{
  margin-bottom: 20px;
  align-items: center;
}
#blog .blogs .bolg-image {
  position: relative;
  width: 70%;
  height: 300px;
  overflow: hidden;
}
.blogs:hover .bolg_box {transform: translateX(-83px);}

#blog .blogs .date{
  position: absolute;
  margin: 10px;
  top:0;
  text-align: center;
}
#blog .blogs .date .day{
  display: block;
  background-color: var(--color-primary);
  color:#fff;
  padding:15px 5px;
  font-family: var(--font-Manrope);
}
#blog .blogs .date .month{
  display: block;
  background-color: var(--color-white);
  color:var(--color-primary);
  padding: 4px 5px;
  font-family: var(--font-Manrope);
  font-size: 14px;
  font-weight: 500;

}

.blogs .author i{
  color:var(--color-secondary);
  margin-right: 5px;
  border: 1px solid var(--color-secondary);
  padding: 3px 3px 0 3px;
  border-radius: 5px;
}
.blogs .author span{
  color: var(--color-black);
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 6px;
  text-transform: capitalize;
  font-family: var(--font-Manrope);
}
.blogs .author .entry-comments {
  font-family: var(--font-Manrope);
  font-size: 14px;
  color: var(--color-black);
  text-decoration: none;
}
#blog .read_more a{
  font-weight:600;
  background-color: #FFEEDB;
  border: 1px solid #FFEEDB;
  color: var(--color-secondary);
  width: 100%;
  padding: 3px 10px;
  text-align: center;
  text-decoration: none;
  display: block;
  font-family: var(--font-Manrope);
}
#blog .read_more a:hover{
  color:var(--color-primary);
  background-color:transparent;
}
#blog .bolg_box{
  padding: 20px 40px;
  background-color: #fff;
  box-shadow: 0px 0px 39px 0px #71717133;
  margin-top: 30px;
  margin-left: -30px;
  z-index: 2;
  position: relative;
  height: auto;
  display: flex;
  flex-flow: column;
  gap: 10px;
  transition: all 1s ease-in;
}
/* Wishlist */
.yith-wcwl-add-to-wishlist-button:not(.yith-wcwl-add-to-wishlist-button--themed-button) svg.yith-wcwl-add-to-wishlist-button-icon{
    color: #fff;
}
.yith-wcwl-add-to-wishlist-button:not(.yith-wcwl-add-to-wishlist-button--themed-button) svg.yith-wcwl-add-to-wishlist-button-icon path {
    fill: #fff;
}

span.yith-wcwl-add-to-wishlist-button__label {
    font-size: 0;
} 

 /* *********about us ************/
  #about{
    position: relative;
  }
  #about .sec_small_heading {
    color:var(--color-secondary);
    text-transform: capitalize;
    margin-bottom: 10px;
  }
  #about .sec_small_heading span{
    position: relative;
  }
  #about .sec_small_heading span::after {
    content: url('../images/line.png');
    position: absolute;
    top: 0;
    right: 0;
    margin: 0px -251px 0px 0px;
    left:auto;
  }
  #about .sec_main_heading{
    margin-bottom: 16px;
    font-weight: 700;
    font-size: 43px;
  }
  #about .rightimg{
    position: relative;
  }
  #about .rightimg .exp .comment img{
    width: 196px;
    height: 212px;
  }
  #about .rightimg .exp{
    position: absolute;
    top:0;
    left: 0;
  }
  #about .rightimg .exp .comment{
    position: relative;
  }
  #about .rightimg .exp .comment .content {
    position: absolute;
    bottom: 15px;
    left: 0;
    text-align: center;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
  }
#about .comment h3 span {
}
    #about .rightimg .exp h5{
      margin-bottom: 0px;
      font-size: 21px;
      color:#fff;
      font-weight: 600;
    }
    #about .rightimg .exp h3{
      font-size: 56px;
      font-weight: 700;
      color:#fff;
    }
    #about .rightimg .exp h3 span::after {
      content: "\2b";
      font-size: 25px;
      background-image: none;
      margin-top: 0px;
      font-family: fontawesome;
      font-weight: 900;
      width: auto;
      height: auto;
      color:#fff;
  }
  #about .policy h5{
    font-weight: 600;
    font-size: 16px;
    font-family: var(--font-Manrope);
    color: var(--color-black);
  }
  #about .customer .image{
    float:left;
    margin-left: -13px;
  }
  #about .customer .image:first-child{
    margin-left: 0px;
  }
  #about .customer .image {
    width: 40px;
  }
  #about .customer h3{
    font-weight: 500;
    font-size: 16px;
    font-family: var(--font-Manrope);
    color: var(--color-black);
    margin-bottom: 0px;
  }
  #about .customer .btn-link{
    text-decoration: underline;
    font-family: var(--font-Manrope);
    color:var(--color-secondary);
    text-decoration-color:#00aeff59;
    font-size: 18px;
    font-weight: 500;
  }
  #about .customer .btn-link:hover{
    color:var(--color-primary);
    text-decoration-color:#00aeff59 ;
    }
  #about .about-btn{position: relative;margin-right: 20px;}
  #about .btn-info {
    background: rgb(255,255,255);
    background: linear-gradient(121deg, rgba(255, 255, 255, 1) 11%, #F7921E 12%, #f7921e 66%, #63AC45 67%, #63AC45 89%, rgba(255, 255, 255, 1) 90%);
    padding: 13px 36px 13px 47px;
    border: none;
    white-space: nowrap;
    width: 255px;
    font-size: 17px;
    font-weight: 700;
    transition: all 2s ease-in;
}
#about .about-btn .btn-info:hover{
  color: var(--color-white) !important;
  background: linear-gradient(121deg, rgba(255, 255, 255, 1) 11%, #63ac45 12%, #63ac45 66%, #f7921e 67%, #f7921e 89%, rgba(255, 255, 255, 1) 90%);
}
#about .about-btn .btn-info:hover i{
  color: var(--color-white) !important;
}
#about .btn-info i{
  margin-left: 30px;
}
.middle-align {
    padding: 60px 0;
}
.content_page {
    padding: 60px 0;
}
.single-post div#sidebar {
    padding: 60px 0;
} 
#blog-left-sidebar .content_page, #blog-right-sidebar .content_page,
.page-template-page-with-left-sidebar .content_page, .page-template-page-with-right-sidebar .content_page {
    padding: 0;
}
.outer_dpage {
    padding: 60px 0;
}
/* cart Page */

table thead tr th, .wc-block-cart__totals-title {
    font-size: 16px !important;
    font-weight: 700 !important;
}
table tbody tr td {
    text-align: left;
    font-size: 16px;
    font-weight: 700;
}
.wc-block-cart__submit-container a {
    background: #ff8d36;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
}
/* checkout Page */
.wc-block-checkout__sidebar .wc-block-components-product-name {
    font-weight: 700;
    color: #000;
    font-size: 16px;
}
.wc-block-components-checkout-place-order-button {
    background: #ff8d36;
    border: 0;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
}
p.wc-block-components-checkout-order-summary__title-text {
    font-size: 20px;
}