/*
	Theme Name: HTML5 Blank Child
	Theme URI: http://html5blank.com
    Template: html5blank-stable
	Description: HTML5 Blank Child WordPress Theme
	Version: 1.4.3
	Author: Todd Motto (@toddmotto)
	Author URI: http://toddmotto.com
	Tags: Blank, HTML5, CSS3

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/
.col-1 {
  width: 100% !important;
}

.page-template-template-checkout .woocommerce {
  background-color: #fff;
}

.page-template-template-checkout .card {
  min-height: 75px;
  padding: 17px 0;
  position: relative;
  width: 129px;
  border: 1px solid #2a3b7d;
  /*stroke*/
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  background: #f7f7f7;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  /*Will not allow bg color to leak outside borders*/
}

.page-template-template-checkout .card-icon {
  display: block;
  margin: 0 auto !important;
}

.page-template-template-checkout .text-7 {
  margin: 6px 0 0;
  color: #2a3b7d;
  font-size: 0.856122rem;
  /* 13.7px / 16px = 0.85625rem */
  font-weight: 600;
  text-align: center;
}

.page-template-template-checkout .p-GridCell--md6 {
  width: 100% !important;
}

.page-template-template-checkout .p-FieldLabel {
  color: #67d3ba;
  font-size: 0.625rem;
  /* 10px / 16px = 0.625rem */
  font-weight: 800;
  letter-spacing: 0.3em;
  text-transform: uppercase;
}

.page-template-template-checkout .large-heading {
  color: #385360;
}

.page-template-template-checkout .payment_box.hide {
  display: none;
}

.woocommerce .colourWrap input.colourPicker_default {
  width: 100px;
  padding: 5px !important;
  margin-bottom: 0;
  height: 43px;
  float: left;
}



/* Mahesh Landing new changes */
.home-tab-btns a.btn {
  background: transparent;
}

.home-tab-btns a.btn:hover {
  border: 1px solid transparent;
  outline: none;
}

.page-template-template-home-new .tab-con .tab-pane img {
  box-shadow: 0px 0px 50px rgb(28 29 35 / 39%);
}

.page-template-template-home-new .banner-con {
  background-image: linear-gradient(to bottom, #fdfdfd, #ecf9f6);
}
.pricing-table .pricing-table-item {
  box-shadow: 10px 0px 32px rgb(0 0 0 / 24%);
}
.pricing-table .pricing-table-item:nth-child(2) {
  /* box-shadow: 0 23px 32px rgb(0 0 0 / 24%);
  z-index: 1; */
}

.page-template-template-home-new .veiw-list .tab-content .tab-pane{
  box-shadow: 0px 31px 45px rgb(28 29 35 / 49%);
}

.page-template-template-home-new .veiw-list #v-pills-tab { box-shadow: 0 12px 45px rgb(28 29 35 / 39%);}

.page-template-template-home-new .testimonial-sec .testimonial-text { max-width: 800px; margin: 0 auto; }

.page-template-template-home-new .testimonial-sec .testimonial-text p:before {
  content: '"';
}

.page-template-template-home-new .testimonial-sec .testimonial-text p:after {
  content: '"';
}

.page-template-template-home-new .info-inner-left { box-sizing: 0px 15px 62px rgb(0 0 0 / 66%);}

.text-tranferm-none{text-transform:none !important;}

.ajax-login-register-msg-target.error-container a{color: #67d3ba;
  font-weight: bold;
}