/*---------------------- index ---------------------------*/
.post-section {
  padding: 20px 0;
}

:root {
  --primary-color: #2962FF;
  --secondary-color: #fff;
}


/*------------------ Contact Page -----------------*/
/* .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-"] {
  width: 100%;
  background-color: var(--white);
  border-color: var(--lightgrey3);
  color: var(--black2);
  border-radius: 0px;
  box-shadow: none;
  background-color: transparent;
  border: 2px solid var(--white11);
  border-radius: 6px;
}

.contact-box .wpcf7 input[type="text"],
.contact-box .wpcf7 input[type="email"],
#contact-page .contac_form label {
  width: 100% !important;
  font-size: 16px;
  padding: 10px 10px;
  height: auto;
  float: left;
}

#contact-page .contac_form label {
  font-family: Inter;
  font-size: 15px;
  font-weight: 500;
  line-height: 29px;
  letter-spacing: 0em;
  text-align: left;
  color: #000;
}

.contac_form input.wpcf7-form-control.has-spinner.wpcf7-submit {
  background: #277BF8;
  padding: 8px 40px;
  border-radius: 50px;
  border: 1px solid var(--secondary-color);
  color: var(--secondary-color);
  font-weight: 600;
  margin-left: 10px;
} */

/*---------------- Banner ----------------------*/
.title-box img {
  width: 100%;
  height: 100%;
}

.about_me table,
.about_me td,
.about_me th {
  border: none;
}

.about_me p.message {
  margin-bottom: 20px !important;
}

.vw-credit,
.vw-credit a {
  color: var(--white);
}

/* --------- Social Icon Widget ------- */
.social_widget a {
  color: var(--white);
  padding: 7px 7px;
  margin-right: 7px;
  display: inline-block;
  margin-bottom: 5px;
  border-radius: 50%;
}

.title-box.banner-img {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right;
}

/* --------- search Page ------- */
.postbox h6 {
  font-weight: bold;
}

/* --------- Blog Page ------- */
.blog-card-content h5 {
  color: var(--secondary-color);
  letter-spacing: 0.5px;
}

div#full-width-blog .row {
  gap: 25px;
}



#full-width-blog .postbox {
  width: 100%;
  border: none;
}

#full-width-blog .postbox h3 {
  font-weight: normal;
  font-size: 35px;
  text-align: center;
  margin: 0;
  padding: 0;
}

.postbox h3 {
  font-weight: normal;
  font-size: 35px;
  text-align: center;
}

.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;
}

.widget_recent_entries li {
  margin-bottom: 10px;
}

.metabox {
  color: black;
  padding: 5px 0;
  clear: both;
  margin: 10px 0;
  border-top: 1px solid#F82938;
  border-bottom: 1px solid#F82938;
}

.metabox .entry-date {
  background: url('assets/images/date.png') no-repeat;
  margin: 0 13px 0 0;
}

.metabox .entry-author {
  background: url('assets/images/author.png') no-repeat;
  padding: 0 0 0 20px;
  margin: 0 20px 0 0;
}

.metabox .entry-comments {
  background: url('assets/images/comments.png') no-repeat;
  padding: 0 0 0 20px;
}

#comment-nav-above .nav-links {
  width: 100%;
  float: left;
  margin-bottom: 17px;
}

.post-featured img {
  width: 100%;
}

p.form-submit input:hover {
  background-color: var(--primary-color) !important;
}

/*.archive
.comment-body + #respond {
    width: 100% !important;
} #sidebar {
    margin-top: 21%;
}
*/

.comment-body+#respond {
  width: 100% !important;
}

div#comments small {
  font-size: 13px;
  margin-left: 10px;
}

.comment-body {
  position: relative;
}

p.stars {
  position: absolute;
  top: 0;
  right: 20px;
}

.dashicons-star-filled:before {
  color: #FFCC00;
}

.comment-body+#respond label[for="rating"],
.comment-body+#respond fieldset.comments-rating {
  display: none;
}

@media screen and (max-width:767px) {
  .archive #sidebar {
    margin-top: 0%;
  }
}

@media(max-width:991px) {
  div#full-width-blog .blog-card {
    width: calc(100%/2 - 25px);
    height: 388px;
  }
}

@media(max-width:767px) {
  div#full-width-blog .blog-card {
    width: calc(100%/1);
    height: 388px;
  }
}

@media(max-width:1400px) {
  .content_page.row {
    justify-content: center !important;
  }
}

@media(max-width:520px) {
  .container.single-post {
    margin-top: 0px !important;
  }

  /* .comment-meta.commentmetadata+p {
    max-width: 100%;
    margin-left: 0px;
    margin-right: 0;
    padding: 0px;
  } */

  cite.fn a {
    margin-left: 0px !important;
  }

  .comment-list li {
    padding: 0px !important;
  }

  .title-box.banner-img {
    background-size: cover;
    background-position: right;
  }

}

/* --------- Inner Pages --------- */
ol.carousel-indicators {
  position: static !important
}

ol.carousel-indicators li {
  max-width: 10px;
  padding: 5px;
  color: var(--grey2);
  border-radius: 50%;
}

/* ----------------------- POST---------------------- */
a.page-numbers,
span.page-numbers.current {
  padding: 10px !important;
  background: trasparent;
  color: #797676;
}

.navigation span.page-numbers.current {
  background: #277BF8;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  text-align: center;
  color: var(--secondary-color);
}

#blog {
  padding-top: 0;
  margin-top: 0;
}

aside#search-3 {
  padding: 0 !important;
}

.bradcrumbs {
  padding: 5px 0;
  text-align: left;
  color: #fff;
}

.bradcrumbs a {
  font: normal normal bold 18px/18px Lato;
  letter-spacing: 0.18px;
  color: #fff;
}

.bradcrumbs span {
  font: normal normal bold 18px/18px Lato;
  letter-spacing: 0.18px;
  color: #fff;
}

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

#comments .comment-author {
  border-bottom: none !important;
}

cite.fn a {
  color: #000 !important;
  font: normal normal bold 23px/32px Lato;
  letter-spacing: 0px;
  color: #242424;
  text-transform: capitalize;
  margin-left: 30px;
}

#comments {
  float: left;
  width: 100%;
  margin-top: 10px;
}

.comment-meta.commentmetadata+p {
  max-width: 86%;
  margin-left: 19%;
  margin-right: 0;
}

.comment-meta.commentmetadata {
  display: none !important;
}

span.says {
  display: none;
}

.reply a {
  color: #000;
}

.reply {
  padding: 20px;
  /* position: absolute; */
  width: 50%;
  margin-left: calc(20%);
  padding: 0px 15px !important;
}

.byuser p {
  font: normal normal 300 14px/31px Poppins;
  letter-spacing: 0px;
  color: #242424;

}

#comments .comment-author {
  padding: 0px 20px !important;
}

i.fas.fa-reply {
  display: none;
}

#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 textarea {
  padding: 5px 10px;
  font-size: 18px;
}

#comments textarea {
  height: 120px;
}

#comments input[type="submit"].submit {
  font-family: 'Lato';
  font-size: 16px;
  font-weight: 500;
  color: var(--secondary-color);
  background: #000;
  border-radius: 5px;
  opacity: 1;
  border: none;
  padding: 10px 20px;
  border-radius: 0;
}

#reply-title {
  position: relative;
}

#comments a time {
  color: black;
  font-weight: bold;
  font-size: 12px;
}

#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 {
  padding: 20px;
  border-bottom: 1px solid #000;
}

.comment-list p {
  margin-bottom: 0;
}

.comment-meta.commentmetadata,
.comment-body p {
  padding: 20px;
}


#comments h2#reply-title {
  display: inline-table;
  margin-bottom: 15px;
}

#comments .comment-author.vcard img {
  border-radius: 50%;
  height: 60px;
  width: 60px;
}

#single-post-page #commentform {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  flex-direction: column;
}

label[for="rating"] {
  margin-top: 5px;
}

p.stars {
  position: absolute;
  top: -5px;
  /* top: 0; */
  right: 50%;
}

.Footer-submit-wrapper input {
  width: 35px;
  height: 35px;
}

.rating-container>input:checked~label:before,
.rating-container>input+label:hover~label:before,
.rating-container>input+label:hover:before {
  color: var(--secondary-color);
}

.comment-form-email {
  order: 1;
}

.comment-notes {
  order: 2;
}

.comment-form-author {
  order: 1;
}

.comment-form-comment {
  order: 4;
}

.comment-form-cookies-consent {
  order: 5;
  display: flex;
}

input#wp-comment-cookies-consent {
  margin-right: 10px;
}

.form-submit {
  order: 6;
}

.comment-form-url {
  display: none;
}

.comment-list li {
  padding: 20px;
  background: var(--secondary-color);
  margin-bottom: 20px;
}

div#comments {
  margin-top: 50px;
}

.comment-list li {
  padding: 20px;
  background: var(--secondary-color);
  margin-bottom: 20px;
  list-style-type: none;
}

em.comment-awaiting-moderation {
  font-family: lato;
  font-style: initial;
  padding-left: 20px;
}

@media(max-width:1400px) {
  p.stars {
    right: 20px;
  }
}

@media(max-width:520px) {
  p.stars {
    position: relative;
  }
}

/*--------------- Sidebar -----------------*/
#sidebar .textwidget input[type="submit"] {
  width: 100%;
}

#sidebar .textwidget label {
  width: 100%;
  float: left;
  margin-bottom: 0;
}

#sidebar .textwidget input[type="submit"] {
  background: var(--grey2);
  border: none;
  color: var(--white);
  padding: 14px 0;
  font-size: 15px;
  margin: 0;
}

#sidebar form {
  display: table;
  width: 100%;
}

#sidebar h3 {
  margin: 0 0 10px;
  font-size: 18px;
  color: var(--black2) !important;
  font-weight: 700;
}

.widget_categories select {
  width: 100%;
  padding: 6px;
}

#sidebar input[type="search"],
#sidebar label {
  width: 100%;
}

#sidebar input[type="submit"] {
  margin-top: 10px;
}

#sidebar aside {
  margin-bottom: 30px;
  border: 1px solid var(--lightgrey3);
  padding: 10px;
}

#sidebar ul {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 17px;
}

services_title #sidebar .tagcloud a {
  background: var(--white12);
  color: black;
  font-size: 15px !important;
  padding: 5px 18px;
  margin: 0 0 5px;
  display: inline-block;
}

#sidebar .tagcloud a:hover {
  background: #F82938;
}

#sidebar .widget_recent_entries ul li {
  background: none;
}

#sidebar .post-content {
  line-height: 20px;
  margin-bottom: 15px;
}

span.credit_link a {
  color: #F82938;
}

.related-posts.section-space {
  padding: 0px 0px 50px;
  margin-top: 0px;
}

/*------------- Page -----------------*/
.title-box {
  color: white;
  font-weight: bold;
  background: var(--secondary-color);
  position: relative;
  box-shadow: 0px 0px 12px #00000029;
  background-position: center;
}

.title-box img {
  width: 100%;
}

/* .title-box .row .col-lg-4 {
  background: var(--secondary-color) 0% 0% no-repeat padding-box;
  box-shadow: 0px 0px 12px #00000029;
} */

.title-box h1 {
  font: normal normal 900 34px / 34px Lato;
  letter-spacing: 0.34px;
  color: #fff;
  position: relative;
  text-align: left;
  margin-bottom: 5px;
}

.outer_dpage {
  padding: 40px 0;
}

.above_title {
  position: relative;
}

/* .above_title::after {
  content: "";
  background: var(--secondary-color);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: -100%;
} */

@media(max-width:520px) {

  .title-box h1 {
    font: normal normal 900 18px/18px Lato;
  }

  .bradcrumbs {
    padding: 5px 0 !important;
  }
}

.above_title {
  border: 0.5px solid #FFFFFF;
  border-radius: 14px;
  opacity: 1;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  padding: 30px 20px 20px;
  width: max-content;
  background: rgba(255,255,255,0.1);
}
.steps-container:hover .step-img-wrapper{
  background-color: var(--primary-color);
}

/*---------------- Pagination ----------------*/
.navigation {
  font-size: 14px;
  font-weight: bold;
  margin: 10px 0;
}

.navigation a {
  padding: 0;
}

.navigation a {
  display: block;
}

.navigation span.meta-nav {
  font: 500 14px/21px Inter;
  letter-spacing: 0px;
  color: #A1A1A1;
  background: #277BF8;
  width: max-content;
  padding: 10px;
  color: var(--secondary-color);
  padding: 0;
  border-radius: 25px;
  padding: 7px 20px;
}

.shop .navigation span.meta-nav {
  background: transparent;
  color: #000;
}

.shop .post-title {
  color: #000;
}

.shop .meta-nav {
  padding: 4px 10px;
}

.navigation .current {
  color: var(--white);
  font-weight: normal;
}

/* ------------- Category --------------------*/
.category-page h4 {
  text-align: left !important;
}

ul.post-categories {
  list-style: none;
  margin: 0;
}

ul.post-categories a {
  background: #F82938;
  padding: 4px;
  color: var(--secondary-color);
}

.content_boxes {
  padding: 0;
  border: none;
}

.post_ctg span {
  float: left;
  margin-right: 7px;
}

/*-------------- Main Title ---------------*/
.main_title h1:after {
  content: "";
  display: block;
  width: 60px;
  height: 3px;
  background-color: #00A3FC;
  margin-top: 7px;
}

.share_icon i {
  background-color: #277BF8;
  padding: 8px 9px;
  border-radius: 50%;
  color: var(--secondary-color)f;
  font-size: 18px;
  margin: 0 3px;
  width: 35px;
  text-align: center;
  height: 35px;
}

li.cat-item {
  list-style: none;
}

li.cat-item.cat-item-1 {
  margin-top: 10px;
}

li.cat-item a {
  padding: 9px 35px;
  border-radius: 5px;
  color: #000;
  background: #277BF8;
  color: var(--secondary-color);
  border-radius: 20px;
}

/*-------------- Woocommerce ---------------*/
.woocommerce .summary h1 {
  font: normal normal bold 30px/46px Poppins;
  letter-spacing: 0px;
  color: #000000;
}

.woocommerce div.product form.cart div.quantity {
  margin-right: 20px;
}

.woocommerce-cart table.cart img {
  width: 140px !important;
}

.woocommerce table.shop_table th {
  border: none;
}

.cart_totals h2 {
  font: normal normal 600 40px/55px Open Sans;
  letter-spacing: 0px;
  color: #000;
}

.cart_totals td {
  border: none;
}

.woocommerce div.product p.price,
.woocommerce div.product span.price,
.woocommerce ul.products li.product .price {
  font: normal normal bold 16px/30px Poppins;
  letter-spacing: 0px;
  color: #000000;
  margin-bottom: 0;
}

.woocommerce div.product p.price {
  border-top: 1px solid #dbdbdb;
  padding-top: 10px;
}

.woocommerce .woocommerce-product-rating {
  margin-bottom: 10px !important;
}

.para-info-two {
  border-top: 1px solid #dbdbdb;
  padding: 14px 0;
}

.woocommerce-product-details__short-description p {
  padding-top: 10px;
  font-family: Figtree;
  font-size: 14px;
  font-weight: 400;
}

.single-product .product-more-desc {
  font-family: Figtree;
  font-size: 14px;
  font-weight: 400;
}

.woocommerce-review-link {
  color: #277bf8;
}

.summary.entry-summary .add-cart-quantity {
  margin: 20px 0;
}

.single-product .summary.entry-summary {
  position: relative;
}

.single-product .pro-feature-head {
  font: 600 18px/16px Figtree;
  margin-block: 10px;
}

.single-product-details .single-pro-head {
  font: normal normal bold 14px/19px Archivo;
  color: #000;
  padding: 10px 18px;
}

.single-product-details td {
  padding: 10px 18px;
}

/* .single-product .summary.entry-summary .yith-wcwl-add-to-wishlist{
  position: absolute;
  bottom: 30px;
} */
.single-product .summary.entry-summary .yith-wcwl-add-button,
.single-product .summary.entry-summary .yith-wcwl-wishlistexistsbrowse,
.single-product .summary.entry-summary .yith-wcwl-wishlistaddedbrowse {
  border: 2px solid #00A3FC;
  border-radius: 30px;
  background: transparent;
  height: 40px;
  width: 40px;
}

.single-product .summary.entry-summary i.yith-wcwl-icon {
  color: #00A3FC;
  margin: 9px;
  font-size: 18px;
  font-weight: 300;

}

.woocommerce div.product p.price del {
  font-size: 14px !important;
}

.single-product .summary.entry-summary .yith-wcwl-add-to-wishlist .feedback .yith-wcwl-icon {
  font-weight: 900;
}

.single-pro-btn .summary.entry-summary .single_add_to_cart_button {
  border: 1px solid #00A3FC !important;
}

.single-product button#buy_now_button:hover {
  background: transparent !important;
  color: #277BF8 !important;
}

.single-page-nav .nav-links {
  display: flex;
  justify-content: space-between;
}

.single-page-nav .navigation span {
  padding-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  font-family: Figtree;
}

.single-page-nav .nav-next .post-title {
  padding-right: 20px;
}

#contentwoocom {
  margin-top: 7rem;
}

.post-type-archive-product #contentwoocom {
  margin-top: 0;
}

/* .woocommerce a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart {
    font-size: 0;
    position: absolute;
    bottom: 5px;
    left: 10%;
    padding: 15px;
    border: 2px solid var(--secondary-color);
    background: #1e1e1e !important;
    border-radius: 0 !important;
    bottom: -45px;
    transition: all 500ms ease 0s;
    -webkit-transition: all 500ms ease 0s;
    -moz-transition: all 300ms ease 0s;
    -ms-transition: all 500ms ease 0s;
    -o-transition: all 500ms ease 0s;
    opacity: 0;
    -webkit-opacity: 0;
    width: 34px;
    height: 34px;
    display: flex;
    justify-content: center;
    align-items: center;
} */
.single-product-details th {
  border: none;
}

table.single-product-details {
  border: 1px solid #d5d5d5;
  max-width: 50%;
  background: trasparent;
  margin-bottom: 60px;
}

/* .woocommerce a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart::after{
    content: "\f290";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 14px;
    transform: unset !important;
      position: unset !important;
    top: 0;
    line-height: 2;
    color: var(--secondary-color);
} */
/* .woosq-btn{
    font-size: 0;
    background: transparent;
    position: relative;
    padding: 15px;
    border: 2px solid var(--secondary-color);
    background: #1e1e1e !important;
    position: absolute;
    left: 41%;
    bottom: -45px;
    transition: all 500ms ease 0s;
    -webkit-transition: all 500ms ease 0s;
    -moz-transition: all 300ms ease 0s;
    -ms-transition: all 500ms ease 0s;
    -o-transition: all 500ms ease 0s;
    opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
}
button.woosq-btn::after{
    content: "\f06e";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 14px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    line-height: 2;
    color: var(--secondary-color);
} */
/* .woocommerce a.button.added::after{
    margin-left: 0;
} */
/* .woocommerce a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart:hover, .woosq-btn:hover{
  background: #00A3FC !important;
} */
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.added::after {
  margin-left: -1px;
}

.woocommerce #customer_login .col-1,
.woocommerce #customer_login .col-2 {
  max-width: 100%;
}

input#password,
input#reg_password {
  padding: 10px;
}

.woocommerce div.product form.cart .variations select {
  background-color: var(--white);
}

#customer_details .col-1,
#customer_details .col-2 {
  max-width: 100%
}

.u-column1.col-1.woocommerce-Address,
.u-column2.col-2.woocommerce-Address {
  width: 100%;
  max-width: 100%;
}

.woocommerce a.added_to_cart,
.post-type-archive-auto-listing .auto-listings-items .bottom-wrap {
  display: none !important;
}

h2.woocommerce-loop-category__title {
  text-align: center;
}

.woocommerce ul.products li.product .onsale {
  display: none;
}

.woocommerce .quantity input {
  padding: 13px 0px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active,
.auto-listings .auto-listings-tabs ul.tabs li.active {
  background: #277BF8;
  color: var(--secondary-color);
  border-radius: 35px;
  padding: 5px 30px;
  margin-bottom: 20px;
  border: none;
  box-shadow: unset;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li,
.auto-listings .auto-listings-tabs ul.tabs li {
  border: 1px solid #000000;
  color: var(--secondary-color);
  border-radius: 35px;
  padding: 5px 30px;
  margin-bottom: 20px;
  border: none;
  background: trasparent;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li,
.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
  margin: 0 5px 0 0;
  border: none;
  margin-bottom: 20px;
}

.after-quantity-content i {
  font-size: 20px;
  border: 1px solid #277BF8;
  padding: 12px;
  color: #277BF8;
  border-radius: 50%;
  margin-right: 0;
}

.after-quantity-content i.fas.fa-cogs {
  padding: 12px 10px;
}

.after-quantity-content i.fa-dollar-sign {
  padding: 12px 17px !important;
}

.single-product .product-more-desc {
  margin-bottom: 30px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
  padding-left: 0;
  margin: 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
  font: 600 14px/22px Inter;
  letter-spacing: 0px;
}

.woocommerce div.product .woocommerce-tabs .panel {
  border: 1px solid #c9c9ca;
  ;
  padding: 17px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs::before {
  border-bottom: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li::before {
  border: none !important;
  box-shadow: none;
  display: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li::after {
  display: none;
}

.related.products {
  padding-top: 30px;
}

.woocommerce nav.woocommerce-pagination ul li a:focus,
.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li span.current {
  background: transparent;
  border: none;
  color: #00A3FE;
  border-bottom: 2px solid #00A3FE;
}

.woocommerce nav.woocommerce-pagination ul li {
  border-right: none;
  margin: 0 3px;
}

.woocommerce nav.woocommerce-pagination ul {
  border: none;
}

.related.products h2,
.woocommerce div.product .woocommerce-tabs .panel h2 {
  text-transform: capitalize;
  font-size: 24px;
}

.woocommerce #customer_login .col-1,
.woocommerce #customer_login .col-2 {
  max-width: 100%;
}

input#password,
input#reg_password {
  padding: 10px;
}

.woocommerce div.product form.cart .variations select {
  background-color: var(--secondary-color);
}

.u-column1.col-1.woocommerce-Address,
.u-column2.col-2.woocommerce-Address {
  width: 100%;
  max-width: 100%;
  padding: 0;
}

.woocommerce li.woocommerce-MyAccount-navigation-link.is-active {
  background-color: var(--secondary-color);
  border: 1px solid #00A3FC;
}

.woocommerce li.woocommerce-MyAccount-navigation-link.is-active a {
  color: #000;
}

.woocommerce table.cart td.actions .input-text {
  width: 130px;
}

.woocommerce .woocommerce-MyAccount-content .form-row {
  display: block !important;
}

.woocommerce .woocommerce-MyAccount-navigation ul {
  list-style-type: none;
  border: 1px solid var(--secondary-color);
  margin-left: 0;
}

.woocommerce .woocommerce-MyAccount-navigation ul li {
  border-bottom: 1px solid var(--secondary-color);
  padding: 10px 25px 10px 15px;
  background-color: #00A3FC;
}

.woocommerce .woocommerce-MyAccount-navigation ul li:last-child {
  border: none;
}

.woocommerce .woocommerce-MyAccount-navigation ul li a {
  font-size: 16px;
  letter-spacing: 2px;
  line-height: 30px;
  color: var(--secondary-color);
  font-weight: bold;
}

.woocommerce form .form-row.woocommerce-invalid label {
  color: #8fa3aa;
}

.woocommerce .form-row {
  display: unset;
}

.woocommerce form .form-row-first,
.woocommerce form .form-row-last,
.woocommerce-page form .form-row-first,
.woocommerce-page form .form-row-last {
  width: 100%;
}

.woocommerce #order_review table th {
  text-align: left;
}

#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment {
  padding: 20px;
}

.woocommerce .woocommerce-result-count {
  display: none;
}

header.woocommerce-products-header {
  height: unset;
}

.woocommerce-ordering {
  margin-top: -26px !important;
}

.range-div span {
  font-size: 12px;
}

.listing-filter-parent-container {
  width: 180px;
}

.product-filter-parent-container,
.shop-page-filters label {
  width: 100%
}

.shop-page-filters input.category-filter-search {
  font-size: 14px;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
  background: #277BF8 !important;
  height: 13px !important;
  width: 13px !important;
  border-radius: 0px !important;
  border-radius: 0px !important;
}
.ui-widget-header {
  background: #277BF8 !important;
}

.ui-widget-content {
  border: none !important;
  background: #ddd !important;
}

.ui-slider-horizontal {
  height: 0.4em !important;
}

products columns-3 {}

.woocommerce-message {
  border-color: #00A3FC;
}

.woocommerce-message::before {
  color: #00A3FC !important;
}

.woocommerce-message {
  font-size: 14px;
  letter-spacing: 1px;
  color: #222222;
  font-weight: 500;
}

.woocommerce .product_meta span {
  margin-right: 10px;
}

.woocommerce table.shop_table th {
  color: #222;
  text-align: center;
}

.woocommerce .woocommerce-cart-form__cart-item a {
  color: #222;
  font-weight: bold;
}

.woocommerce .woocommerce-cart-form__cart-item td {
  color: #222
}

.wishlist_table td.product-name,
.wishlist_table .product-thumbnail {
  text-align: center !important;
}

.wishlist_table tr td.product-thumbnail a img {
  width: 70%;
}

.woocommerce table.shop_table td {
  color: #222;
}

.woocommerce .woocommerce-error {
  color: #222;
}

.woocommerce form .form-row label,
.woocommerce-page form .form-row label {
  color: #222;
  display: inline-block !important;
}

.inner_layout nav.woocommerce-MyAccount-navigation ul li {
  background-color: #F82938;
  margin-bottom: 4px;
}

.woocommerce-MyAccount-navigation {
  margin-bottom: 20px;
}

.single-post-comment #respond {
  border: 1px solid #121212;
  padding: 20px;
  background: #F8F8F8;
  padding: 50px 30px;

}

.woocommerce-Reviews .comment-form .comment-form-author,
.woocommerce-Reviews .comment-form .comment-form-email,
.woocommerce-Reviews .comment-form .comment-form-url {
  width: 100%;
}

.widget span.count {
  float: right;
}

.up-sells.upsells.products {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.woocommerce-product-search button {
  font-size: 14px;
  color: var(--secondary-color);
  font-weight: 700;
  background-color: #F82938;
  display: inline-block;
  padding-right: 10px;
  text-align: center;
  padding: 10px 15px;
  text-align: center;
  -webkit-transition: all 0.8s ease 0s;
  -moz-transition: all 0.8s ease 0s;
  -ms-transition: all 0.8s ease 0s;
  -o-transition: all 0.8s ease 0s;
  transition: all 0.8s ease 0s;
  border: navajowhite;
}

.woocommerce .widget_shopping_cart .cart_list li a.remove,
.woocommerce.widget_shopping_cart .cart_list li a.remove {
  top: 14px;
}

.related-post-wrapper a {
  font-size: 16px;
  padding: 6px 0 !important;
  display: inline-block;
  color: var(--black2);
  font-family: var(--common-font-m);
  font-weight: bold;
}

.heading3 {
  font-size: 49px;
}

.read-moresec-err a {
  color: var(--white);
  border: none;
  text-transform: uppercase;
  padding: 16px 22px;
  border-radius: 35px;
  font: 700 14px var(--common-font-m);
  background-color: #F82938;
}

.woocommerce table.shop_attributes td p {
  margin: 0 12px;
}

.woocommerce-product-rating {
  margin-top: 13px;
}

.woocommerce ul.products li.product .star-rating {
  font-size: 14px;
  margin-top: 10px;
}

a.button.yith-wcqv-button {
  display: none !important;
}

.woocommerce ul.products li.product .button {
  display: inline;
  margin-bottom: 14px;
  margin: 0px 25px 0 15px;
}

.woocommerce .yith-wcwl-add-button {
  position: relative;
}

.shop.shop-product a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart,
.shop.shop-product .star-rating {
  display: none;
}

/* .shop li.product:hover :is(.woocommerce a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart, .woosq-btn, .wishlist_text) {
  opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  bottom: 8px;
  font-size: 0;
}
.outer_dpage li.product:hover :is(.woocommerce a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart, .woosq-btn, .wishlist_text) {
    display: block;
} */
/* .woocommerce a.add_to_wishlist.single_add_to_wishlist */
/* .related.products .wishlist_text, .outer_dpage .wishlist_text, .shop.shop-product .wishlist_text{
    position: absolute;
    right: 20%;
    bottom: -43px;
    transition: all 500ms ease 0s;
    -webkit-transition: all 500ms ease 0s;
    -moz-transition: all 300ms ease 0s;
    -ms-transition: all 500ms ease 0s;
    -o-transition: all 500ms ease 0s;
    opacity: 0;
    -khtml-opacity: 0;
} */
.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
  box-shadow: rgb(149 157 165 / 20%) -1px 2px 10px;
  padding: 20px;
  border-radius: 10px;
}

a.btn.button.show-title-form {
  display: none;
}

.woocommerce-loop-product__title {
  position: absolute;
  top: 15px;
}

.woocommerce .woocommerce-breadcrumb,
.woocommerce table.shop_table thead {
  display: none !important;
}

h2.product_title.entry-title {
  font: 500 36px/43px Figtree;
}

/*----blog share icons--------*/
.newsinner .post_share_icon {
  position: relative;
  /*display: block;
   */
  padding: 20px 0 !important;
}

.newsinner .post_share_icon b {
  padding: 0;
  font-size: 18px;
}

.newsinner .post_share_icon a {
  padding: 10px 25px;
  border-radius: 4px;
  color: var(--secondary-color);
  display: inline-block;
  width: auto;
  margin: 5px 3px;
}

.newsinner .post_share_icon a:hover,
.share_icon a:hover {
  color: var(--secondary-color)
}

.newsinner .post_share_icon i {
  color: var(--secondary-color);
  font-size: 13px;
  padding-right: 5px;
}

.newsinner .feature-box {
  padding-bottom: 10px;
}

.newsinner .share_icon {
  position: absolute;
  top: 40%;
  right: 0;
  opacity: 0;
  z-index: 999;
  left: 31%;
}

.newsinner .share_icon:hover .socila_share {
  opacity: 1;
  z-index: 9999;
}

.newsinner .socila_share {
  position: absolute;
  top: 0px;
  opacity: 0;
  width: 55px;
  border-radius: 23px;
  filter: drop-shadow(0px 20px 20px rgba(0, 0, 0, 0.2));
  left: 44%;
  padding: 9px 12px;
  height: 146px;
  display: block;
  right: 0;
}

.newsinner .share-title i {
  color: black;
  background: white;
  height: 55px;
  width: 55px;
  padding: 22px;
  border-radius: 3px;
  position: relative;
  left: 10px;
}

.newsinner .share_text {
  display: none;
}

.newsinner .socila_share i.fab.fa-facebook-f {
  background-color: white;
  color: black;
}

.newsinner .socila_share i.fab.fa-linkedin-in {
  background-color: white;
  color: black;
}

.newsinner .socila_share i.fab.fa-twitter {
  background-color: white;
  color: black;
}

.faq-section {
  background-size: cover;
}

.aboutimg {
  height: 485px;
  object-fit: cover;
}

.about-arrows i {
  margin-top: 6px;
}

.about-arrows {
  display: flex;
}

.about-text {
  padding-left: 10px;
}

.about-button {
  background-color: #e4573d;
  color: var(--white);
  border: none;
  text-transform: uppercase;
  padding: 16px 22px;
  border-radius: 4px;
  font: 700 14px var(--common-font-m);
}

.about-button:hover {
  background-color: #e4573d;
  color: white;
}

.about-center-img {
  height: 441px;
  margin-top: -25px;
}

.about-center-img:hover {
  animation-name: headShake;
  animation-duration: 1s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: 1;
}

.adventure-subhead:after {
  content: '';
  display: block;
  border-bottom: 4px solid black;
  width: 68px;
  margin: 0px auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 41px;
}

.adventure-subhead {
  position: relative;
}

.aboutus-para {
  max-width: 884px;
  margin: 0 auto;
}

.authors-bg {
  margin-top: -25px;
}

.authors-bg .author_wrap {
  box-shadow: 4px 2px 12px 1px #ccc;
  margin-bottom: 10px;
}

.services_heads {
  font-size: 20px;
  font-family: muli;
  font-weight: 700;
  color: #5d5d5d !important;
}

.services-para1,
#service-single #service_single p {
  font: normal normal normal 19px/28px Lato;
  letter-spacing: -0.09px;
}

div#service_single p span {
  font: normal normal normal 19px Lato !important;
}

.services-heading1 {
  font-size: 33px;
}

.services-para1:after {
  content: '';
  display: block;
  border-bottom: 3px solid black;
  width: 105px;
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 47px;
}

#service-single #service_single .question {
  font: normal normal bold 30px/28px Lato;
}

/*------------------------- Our Records -----------------------------*/
#our_records {
  padding: 50px 0;
  background-size: cover;
}

#our_records .counter-icon {
  text-align: left;
}

#our_records h4 {
  font-size: 32px;
  color: var(--white);
  font-weight: bold;
  padding: 0;
}

#our_records p {
  font-size: 14px;
  color: var(--white);
}

#our_records p {
  color: var(--white);
  font: 600 12px var(--common-font-m);
}

#our_records .owl-dots {
  text-align: center;
  margin-top: 30px;
}

#our_records button.owl-dot {
  width: 12px;
  height: 12px;
  margin: 2px;
  background-color: var(--white);
  border: solid 2px var(--black1);
}

#our_records button.owl-dot.active {
  background-color: #F82938;
  border: solid 2px#F82938;
}

#our_records button:focus {
  outline: inherit !important;
}

#our_records .counter_inner {
  padding: 15px;
}

#our_records .counter-box {
  padding: 15px;
  border: solid 1px var(--white);
}

.author_details {
  display: none;
}

.comment.byuser {
  margin-bottom: 30px;
}

.entry-author a {
  font: normal normal bold 23px/97px Lato;
  letter-spacing: 0px;
  margin-left: 30px;
  color: #000;
}


.entry-author img {
  width: 28%;
  border-radius: 50%;
}


#blog-left-sidebar #latest_post {
  padding: 0
}

.blog-single {
  padding-bottom: 50px;
}

#full-width-blog {
  padding: 80px 15px;
}

#full-width-blog #latest_post {
  padding: 20px 0;
}

#blog-right-sidebar #latest_post,
#blog-right-sidebar #latest_post {
  padding: 0px 0;
}

#aboutus-page #testimonials {
  margin-bottom: 70px;
}

section#aboutus-page {
  padding: 80px 0 40px 0;
}

h1.woocommerce-products-header__title.page-title {
  display: none;
}

#blog-left-sidebar .newsinner .share_icon,
#blog-right-sidebar .newsinner .share_icon {
  left: 41%;
}

section#page-with-left-sidebar,
section#page-with-right-sidebar {
  padding: 40px 0;
}

li.list-item {
  font: normal normal normal 18px/45px Lato;
}

/* #blog-right-sidebar */
.single-blog-banner-img {
  width: 100%;
  max-height: 400px;
  object-fit: cover;
  object-position: center;
}

.single-post h2 {
  font: normal normal bold 38px/60px Lato;
  letter-spacing: 0px;
  color: #000000;
}

.blog-que {
  font: normal normal 600 30px/50px Open Sans;
  letter-spacing: 0px;
  color: #242424;
}

#single-post-page p {
  font: normal normal 300 14px/31px Poppins;
  letter-spacing: 0px;
  color: #242424;
}

#single-post-page .navigation .nav-links {
  display: flex;
  justify-content: space-between;
}

.container.single-post {
  padding: 30px;
  background: var(--secondary-color);
  margin-top: -100px;
  position: relative;
  z-index: 1;
  padding: 30px;
  border-radius: 20px;
}

.single-blog-img img {
  border-radius: 20px;
}

.single-post-comment #respond {
  border-radius: 20px;
}

.single-post-comment {
  border-top: 1px solid #878787;
}

ul.d-flex.text-lg-start {
  gap: 20px;
  list-style: none;
  align-items: center;
}

.entry-date,
.entry-comments,
.entry-comments a {
  font: normal normal normal 23px Lato;
  color: #000;
}

.entry-comments {
  margin-left: 20px;
}

.content_page.error-page {
  padding: 80px 0;
}

p.error-para {
  max-width: 50%;
  margin: 0px auto;
}

p.error-para {
  text-align: center;
}

.byuser {
  list-style-type: none;
}

h2.comments-title {
  display: none;
}

div#comments {
  display: flex;
  justify-content: space-between;
}

ol.comment-list {
  width: 50% !important;
}

div#respond {
  width: 50% !important;
}

.single-post-comment #respond {
  border: none !important;
  background-color: var(--secondary-color) !important;
  background: var(--secondary-color) 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #00000029
}

h2#reply-title {
  text-align: left;
  font: normal normal bold 34px/24px Lato;
  letter-spacing: 0px;
  color: #000000;
}

span.required-field-message {
  display: none;
}

p.comment-form-comment label,
p.comment-form-email label,
p.comment-form-author label {
  font: normal normal bold 20px/24px Lato;
  letter-spacing: 0px;
  color: #000000;
}

p.logged-in-as {
  font: normal normal normal 12px/27px Lato;
  letter-spacing: 0px;
  color: #242424;
}

p.comment-notes {
  display: none;
}

li.entry-date,
li.entry-comments {
  opacity: 0.5;
  font-weight: 500;
}

@media(max-width:991px) {
  ul.d-flex.text-lg-start {
    gap: 0px;
  }

  .entry-date,
  .entry-comments,
  .entry-comments a {

    font-size: 18px;
  }

  ol.comment-list {
    width: 100% !important;
  }

  div#respond {
    width: 100% !important;
  }

}


@media(max-width:767px) {
  .single-post .blog-card {
    width: 100%;
  }
}

@media(max-width:500px) {
  .entry-comments {
    margin-left: 10px !important;
  }
}



/* recent posts  */
.related-posts {
  margin-top: 50px;
}






/* services page 
 */




section#service-page .service-card {
  overflow: hidden;
  width: calc(100%/3 - 30px);
}

.service-page-inner .row {
  gap: 15px;
  justify-content: center !important;
}

section#service-single h2 {
  font: normal normal bold 30px/25px Lato;
  letter-spacing: 0px;
  color: #393536;
  text-align: left;
}

@media(max-width:991px) {
  section#service-page .service-card {
    width: calc(100%/2 - 30px);
  }
}

@media(max-width:520px) {
  section#service-page .service-card {
    width: calc(100%/1 - 30px);
  }

  .service-page-inner .row {
    /* gap: 15px; */
    justify-content: center !important;
  }
}

.middle-content ul {
  list-style-type: none;
}



.title {
  font: normal normal bold 26px/28px Lato;
  letter-spacing: -0.13px;
  color: #393536;
  margin-bottom: 20px;
}

ul.featured-list li {
  font: normal normal normal 20px/28px Lato;
  letter-spacing: -0.1px;
  color: #393536;
  margin-left: 22px;
  margin-bottom: 10px;
}

a.submit-btn.single-page {
  color: var(--secondary-color);
  background: #000;
  margin-top: 20px;
  padding: 13px 67px;
}



.counter-container {
  display: flex;
  gap: 30px;
  align-items: center;
  padding: 35px 27px;
  background: var(--secondary-color) 0% 0% no-repeat padding-box;
  box-shadow: 0px 0px 10px #00000029;
  margin-top: 20px;
}

section#service-single .row.my-5.with-gap {
  gap: 0px 40px;
}

h5.counter-title h5 {
  font: normal normal bold 24px/28px Lato;
  letter-spacing: -0.12px;
  color: #393536;
}

span.counter-number {
  font: normal normal 900 50px/28px Lato;
  letter-spacing: -0.25px;
  color: var(--primary-color);
  margin-bottom: 15px;
  display: inline-block;
}

span.counter-number .fa::before {
  font-size: 30px;
  position: relative;
  top: -5px;
}

i.fa.fa-plus {
  max-height: 54px;
}

p.counter-txt {
  font: normal normal normal 22px/28px Lato;
  letter-spacing: -0.11px;
  color: #393536;
}

h5.counter-title {
  font: normal normal bold 24px/28px Lato;
  letter-spacing: -0.12px;
  color: #393536;
  margin-bottom: 20px;
}

@media(max-width:1400px) {
  .counter-container {
    padding: 35px 10px;
    gap: 10px;
  }
}

@media(min-width:1024px) {
  .single-left-img img {
    height: 100%;
  }
}

@media(max-width:991px) {
  .single-servics-list {
    margin-top: 40px;
  }
}

@media(min-width:767px) and (max-width:991px) {
  a.submit-btn.single-page {
    padding: 13px 47px;
  }

  .counter-container {
    flex-direction: column;
    align-items: center;
  }
}

@media(max-width:767px) {


  .counter-container {
    justify-content: center;
  }
}

@media(max-width:420px) {
  .counter-container {
    flex-direction: column;
    align-items: center;
  }

  p.counter-txt {
    text-align: center;
  }

}



/* widget  */

.calling-widget {
  background: var(--primary-color);
  padding: 45px 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  text-align: center;
  border-radius: 10px;
}

.portfolio-image,
.single-left-img,
.single-left-img {
  border-radius: 10px;
  overflow: hidden;
}

.widget-title {
  font: normal normal 900 30px/40px Lato;
  letter-spacing: 0px;
  color: var(--secondary-color);
  max-width: 200px;
}

.calling-widget a {
  text-align: center;
  letter-spacing: 0px;
  color: var(--secondary-color);
  font-size: 29px;
  font-weight: 700;
  margin-top: 20px;
}

.call-us-txt {
  text-align: center;
  letter-spacing: 0px;
  color: var(--secondary-color);
  text-transform: capitalize;
  font-size: 18px;
}

.widget-img-wrap {
  width: 74px;
  height: 74px;
}


@media(max-width:991px) {
  div#custom-services-sidebar {
    margin: 0px auto;
    max-width: 360px;
  }
}


/* About us page  */


.section-wrap {
  margin-top: 80px;
}

.mission-left h3 {
  font: normal normal 900 36px/50px Lato;
  letter-spacing: 0px;
  margin-bottom: 10px;
}

p.text-bold {
  font: normal normal bold 20px/30px Lato;
  letter-spacing: 0px;
  text-transform: capitalize;
}

p.text-normal {
  font: normal normal normal 18px/30px Lato;
}

.brand-ul li {
  list-style-type: disc;
}

@media(max-width:1400px) {
  .section-wrap .years {
    left: -35%;
  }

  .section-wrap .img-above-wrap::after {
    top: 100%;
    bottom: 0px;
    right: unset;
    left: 46%;
  }

  .section-wrap .years {
    left: -20%;
  }
}

@media(max-width:1199px) {
  .section-wrap .img-below-wrap {
    left: -10px;
  }

  .section-wrap .img-below-wrap {
    width: 298px;
  }

  .section-wrap .years {
    bottom: 70px;
    z-index: 9;
  }

  .section-wrap .img-above-wrap::after {
    top: 85%;
    bottom: 0px;
    right: unset;
    left: 0;
    right: 0;
    margin: auto;
  }
}

@media(max-width:767px) {

  .section-wrap .img-below-wrap {
    display: flex;
    align-items: start;
    height: 320px;
    left: 0;
    bottom: 0;
    top: unset;
  }
}

@media(max-width:600px) {
 

  .section-wrap .img-below-wrap,
  .section-wrap .img-above-wrap::before,
  .section-wrap .img-above-wrap::after {
    display: none;
  }

  .section-wrap .years {
    bottom: -10px;
    z-index: 9;
    top: unset;
    left: 0;
    right: 0;
  }

  .section-wrap .about-image-wrap {
    justify-content: center;
  }

  .tagline {
    text-align: center;
  }
}







/* the best section  */

.best-bg-wrapper {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 0px 50px;
}

.best-right {
  text-align: right;
}

.best-right img {
  margin-top: -150px;
}

.tagline {
  font: normal normal bold 20px/30px Lato;
  color: var(--primary-color);
}

section.thebest h3.left {
  font: normal normal bold 36px/50px Lato;
  letter-spacing: 0px;
  color: var(--secondary-color);
  max-width: 430px;
}

section.thebest .tagline {
  margin-bottom: 10px;
}

.best-left {
  padding: 55px 0px;
}

p.best-text {
  font: normal normal normal 20px/30px Lato;
  letter-spacing: 0px;
  color: var(--secondary-color);
}

section.ouur-mission.section-space {
  padding-bottom: 150px;
}

@media(max-width:1400px) {
  .best-left {
    padding: 35px 0px;
  }
}

@media(max-width:1199px) {
  .best-right img {
    margin-top: 0px;
  }

  section.ouur-mission.section-space {
    padding-bottom: 0px;
  }
}

@media(max-width:991px) {
  .best-right {
    text-align: center;
  }
}

@media(max-width:767px) {
  section.ouur-mission.section-space {
    padding-bottom: 00px;
  }
}

/* brand section  */

.client-heading h3 {
  text-align: center;
  font: normal normal 900 36px/60px Lato;
  letter-spacing: 0px;
  color: #000000;
  margin-bottom: 60px;
  text-transform: capitalize;
}

.h3 {
  font: normal normal bold 30px/30px Lato;
  letter-spacing: 0px;
  margin-bottom: 20px;
}

.para {
  font: normal normal normal 20px/30px Lato;
  margin-bottom: 15px;
}

li.list-item {
  font: normal normal normal 18px/45px Lato;
}


.client-logo {
  height: 200px;
  text-align: center;
  display: flex;
  align-items: center;
}

.client-logo img {
  object-fit: scale-down;
}

@media(max-width:991px) {
  .client-logo {
    height: 132px;
  }

  .brand-right {
    margin-top: 50px;
  }
}

@media(max-width:767px) {
  .client-logo {
    margin-bottom: 20px;
  }
}

/* Distrubution section  */

section.distribution-overview {
  background: #000;
  padding: 60px 0px;
}

.dist-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
}

.dist-card span {
  margin-bottom: 10px !important;
  font: normal normal 900 50px/30px Lato;
  letter-spacing: 0px;
  color: var(--primary-color);
  line-height: 41px;
  display: inherit;
}

.dist-card p {
  color: var(--secondary-color);
  font: normal normal bold 22px/30px Lato;
  letter-spacing: 0px;
  color: var(--secondary-color);
}

.dist-icon {
  margin-bottom: 15px;
}

.dist-card {
  max-width: 260px !important;
}

@media(max-width:991px) {
  .dist-card {
    max-width: calc(100%/2) !important;
    align-items: center;
    text-align: center;
  }

}

@media(max-width:520px) {
  .dist-card {
    max-width: calc(100%/1) !important;
    margin-bottom: 20px;
  }
}




/* Get A quote  */

section.getAquote,
section.getAquote {
  margin-top: 80px;
  margin-bottom: 80px;
}

.getaquote-header {
  text-align: center;
}

.contact-option {
  display: flex;
  gap: 20px;
  align-items: center;
  padding: 15px;
  background: #F6F6F6 0% 0% no-repeat padding-box;
  max-width: calc(100%/3 - 15px);
  width: 100%;
}

.GetInTouchrow {
  display: flex;
  justify-content: space-between;
}

p.contact-label {
  font: normal normal bold 21px/25px Lato;
  margin-bottom: 5px;
}

.contact-info a {
  width: 100%;
  display: block;
  color: #000;
  font-size: 16px;
}

.contact-icon {
  width: 76px;
  height: 76px;
  padding: 17px;
  background: var(--secondary-color);
}


/* get in touch form  */

.form-wrapper {
  max-width: 837px;
  margin: 0px auto;
  padding: 24px 28px;
  background-color: #3f3f3f;
}

.form-wrapper ::placeholder,
select {
  font: normal normal normal 17px/25px Lato !important;
  letter-spacing: 0px !important;
  color: #A8A8A8 !important;
}

.form-wrapper input {
  width: 100%;
}

span.wpcf7-form-control-wrap {
  width: 100%;
  display: inline-block;
}

.form-wrapper input,
.form-wrapper select {
  width: 100%;
  border: none;
  border-radius: 5px;
  background: var(--secondary-color);
  padding-left: 26px;

}

.input-wrap {
  position: relative;
}

textarea.message {
  height: 34px;
  padding: 0px;
  padding-left: 26px;
  padding-top: 2px;
}

span.wpcf7-not-valid-tip {
  position: absolute;
  font-size: 13px;
  bottom: 5px;
  right: 0px;
  line-height: 11px;
}

textarea.message,
input.grossWeight {
  height: 50px;
  padding: 0px;
  padding-left: 26px;
  padding-top: 12px;
  border: none;
}

input.grossWeight {
  padding-top: 0px;
}

select.categories {
  padding: 13px;
}

input#submit-button {
  font: normal normal bold 18px/25px Lato;
  color: var(--secondary-color);
  background: #000;
  max-width: 378px;
  height: 48px;
  border-radius: 0px;
  padding: 0px;
}

input#submit:hover,
input#submit-button:hover {
  background-color: var(--primary-color);
}

span[data-name="Message"] span.wpcf7-not-valid-tip {
  bottom: 12px;
}

.form-wrapper {
  position: relative;
}

.wpcf7 form.invalid .wpcf7-response-output {
  border: 0px !important;
  color: #dc3232;
  position: absolute;
  bottom: 5px;
  left: 10px;
  margin: 0px;
}

.quote-heading h4 {
  margin-bottom: 10px;
}

.quote-heading h4 {
  margin-bottom: 10px;
  font: normal normal 900 33px/40px Lato;
  letter-spacing: 0px;
  color: #393536;
}

span.quoteTagline {
  display: inline-block;
  margin-bottom: 40px;
  font: normal normal normal 17px/25px Lato;
  letter-spacing: 0px;
  color: #393536;
}

@media(max-width:991px) {
  .contact-info {
    min-width: 190px;
  }

  .contact-option {
    justify-content: center;
    max-width: 370px;
  }

  .GetInTouchrow {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }

  .contact-info,
  p.contact-label {
    text-align: center;
  }
}

@media(min-width:770px) and (max-width:991px) {
  .contact-option {
    align-items: center;
    text-align: center;
  }
}

@media(max-width:769px) {
  .contact-option {
    max-width: 320px;
  }

  .GetInTouchrow {
    flex-wrap: wrap;
  }
}

@media(max-width:520px) {
  .contact-option {
    max-width: 320px;
    flex-direction: column;
  }
}


/* support page */


section.support-page .middle-content h2 {
  text-align: left;
  font: normal normal bold 30px/30px Lato;
  letter-spacing: 0px;
  margin: 20px 0px 40px;
}

section.support-page {
  padding-top: 60px;
}

section.support-page h4 {
  font: normal normal bold 22px/30px Lato;
  letter-spacing: 0px;
  margin-bottom: 15px;
}

.middle-content ul {
  list-style-type: disc;
  margin-left: 20px;
  margin-top: 30px;
  padding-bottom: 10px;
}

/* support page  */

.support-form-wrapper {
  position: relative;
  padding: 80px 80px 0px 80px;
}

.contactus-section {
  padding: 45px 30px;
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 20px;
}

.contactus-section h3 {
  font: normal normal bold 36px/36px Lato;
  margin-bottom: 20px;
  color: var(--secondary-color);
}

.support-contact-info p {
  color: var(--secondary-color);
}

.support-contact-info p {
  color: var(--secondary-color);
  margin-bottom: 30px;
}

.support-contact-info {
  padding: 50px 35px;
  background-size: 55%;
  background-repeat: no-repeat;
  background-position: 100% 100%;
  background-color: #000;
}

.map iframe {
  width: 100%;
  height: 252px;
}

.support-form-wrapper ::placeholder {
  color: #000 !important;
}

.support-form-wrapper input {
  border-radius: 10px !important;
  background: var(--secondary-color) 0% 0% no-repeat padding-box;
  border: 1px solid #1212124D;
}

.support-form-wrapper .Message {
  max-height: 127px;
  border-radius: 0px;
  border: 1px solid #1212124D;
}

.support-form-wrapper input#submit-button {
  padding: 11px 41px;
}

.support-form-wrapper .wpcf7 form.invalid .wpcf7-response-output {
  border: 0px !important;
  color: #dc3232;
  position: absolute;
  bottom: 5px;
  left: 10px;
  margin: 0px;
  max-width: 450px;
  width: 100%;
  text-align: center;
  left: 0;
  right: 0;
  margin: auto;
  bottom: -20px;
}

.comment {
  box-shadow: 0px 3px 6px #00000029;
  margin-right: 20px;
}

@media(max-width:991px) {}

@media(max-width:991px) {
  .support-form-wrapper {
    padding: 40px 0px 0px;
  }

  .support-form-wrapper .wpcf7 form.invalid .wpcf7-response-output {
    bottom: -30px;
  }
}


/* Policy Pages  */

body.page-template-default h4 {
  font: normal normal bold 20px/31px Lato;
}

body.page-template-default h2 {
  font: normal normal bold 26px/30px Lato;
}

.faq-right h2 {
  font: normal normal bold 30px/30px Lato;
}

.half-width {
  display: flex;
  flex-wrap: wrap;
}

ul.half-width li {
  width: 50%;
}


@media(max-width:991px) {
  .half-width {
    display: flex;
    flex-wrap: wrap;
  }

  ul.half-width li {
    width: 100%;
  }
}






/* blog right left  */
div#blog-right-sidebar .blog-card {
  width: calc(100%/3 - 30px) !important;
  margin-right: 30px;
  margin-bottom: 30px;
  height: 360px;
}

div#blog-right-sidebar {
  padding: 80px 0px;
}

div#blog-right-sidebar .date-box {
  top: 20px;
  left: 20px;
}


@media(max-width:991px) {
  div#blog-right-sidebar .blog-card {
    margin-top: 30px;
    width: calc(100%/2 - 30px) !important;
  }

  p.error-para {
    max-width: 100%;
    margin: 0px auto;
  }
}

@media(max-width:375px) {
  div#blog-right-sidebar .blog-card {
    width: calc(100%/1) !important;
  }
}