/**Home page css start**/
body {
  background-color: #ffffff !important;
}

.bottom-services {
  display: none;
}

.sticky-custom {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1000;
}

.page-wrapper {
  overflow-x: unset !important;
}

.header-desktop .header-bottom {
  background: black;
}

.header-bottom .logo-container {
  padding-top: 0;
  width: 220px;
  text-align: left;
  height: 80px;
  margin-right: 50px;
}

.logo-content {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.logo img {
  width: 100%;
  height: 100%;
}

.header-bottom .header-megamenu,
.header-bottom .customer-wrapper {
  width: auto;
}

.banner-section {
  width: 100%;
  display: block;
  margin: 60px 0 80px;
}

.banner-section .topbanner-lft-part h1 {
  margin-bottom: 20px;
  color: #222222;
  font-size: 45px;
  font-weight: 700;
}

.banner-section .topbanner-lft-part span {
  display: block;
  margin: 15px 0;
  font-size: 22px;
  color: #222222;
  line-height: 24px;
  font-weight: 500;
}

.banner-section .topbanner-lft-part p {
  margin-bottom: 0;
  font-size: 16px;
  color: #222222;
  font-weight: 400;
}

.banner-section .topbanner-lft-part p a {
  font-weight: 700;
  color: #ed6436;
}

.banner-section .topbanner-lft-part p a:hover {
  color: #222222;
}

.banner-section .topbanner-lft-part .banner-btn {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 15px;
  margin-top: 40px;
}

.banner-section .topbanner-lft-part .banner-btn .action.primary {
  border-radius: 10px;
  min-width: 180px;
  font-size: 16px;
  background: transparent;
  color: #ED6436;
  border: 1px solid #ED6436;
  text-transform: uppercase;
  font-weight: 700;
  transition: all ease-in-out 0.2s;
  box-shadow: none;
  position: relative;
  text-transform: capitalize;
}

.banner-section .topbanner-lft-part .banner-btn .action.primary:hover {
  box-shadow: none;
  transform: translateY(-0.25em) !important;
}

.banner-section .topbanner-lft-part .banner-btn .action.primary::before {
  width: 100%;
  height: 1em;
  position: absolute;
  left: 0;
  bottom: -1.35em;
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
  opacity: 0;
  transition: all 0.65s;
  content: "";
}

.banner-section .topbanner-lft-part .banner-btn .action.primary:hover::before {
  opacity: 1;
}

.banner-section .topbanner-lft-part .banner-btn .action.primary.cmn-red-btn {
  background: #ED6436;
  color: #ffffff;
}

.our-service-section .block-home-services .block-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.our-service-section .block-home-services .block-title a {
  float: none;
  top: inherit;
}

.our-client-section .block-home-partner .block-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.our-client-section .block-home-partner .block-title a {
  float: none;
  top: inherit;
}

.cmn-btn {
  border-radius: 10px !important;
  min-width: 150px;
  font-size: 15px;
  background: transparent !important;
  color: #ED6436 !important;
  border: 1px solid #ED6436 !important;
  text-transform: uppercase;
  font-weight: 700 !important;
  transition: all ease-in-out 0.2s !important;
  box-shadow: none;
  padding: 0 !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
  text-transform: capitalize;
  position: relative;
}

.cmn-btn:hover {
  box-shadow: none;
  transform: translateY(-0.25em) !important;
}

.cmn-btn::before {
  width: 100%;
  height: 1em;
  position: absolute;
  left: 0;
  bottom: -1.35em;
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
  opacity: 0;
  transition: all 0.65s;
  content: "";
}

.cmn-btn:hover::before {
  opacity: 1;
}

.cmn-btn.cmn-dark-btn {
  background: #ED6436 !important;
  color: #FFFFFF !important;
}

.whyus-section .why-choose {
  background: url(/../../media/craft-images/whychoose-bg.jpg) no-repeat top center;
  background-size: cover;
}

.whyus-section .why-choose .block-home-choose .block-title strong {
  color: #222222;
}

.whyus-section .why-choose .block-home-choose .block-content ul li h3 {
  color: #222222;
}

.whyus-section .why-choose .block-home-choose .block-content ul li p {
  color: #222222;
}

.whyus-section .why-choose .block-home-choose .block-content ul li:after {
  background-color: #222;
}

.whyus-section .why-choose .block-home-choose .block-content ul li:before {
  background: url(/../../media/craft-images/home.png) no-repeat top center;
}

.faq-section .about-full .about-title {
  font-size: 271.428%;
}

.testimonial-cmn-blk {
  width: 100%;
  display: block;
  background: #f4f4f4;
  padding: 15px;
  border-radius: 10px;
  height: 100%
}

.testimonial-hdr {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 10px;
}

.testimonial-user-img {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.testimonial-user-img img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.user-name {
  display: flex;
  flex-direction: column;
}

.user-name span {
  font-size: 16px;
  font-weight: 700;
  color: #222;
}

.user-name small {
  font-size: 12px;
  line-height: 18px;
}

.star-icn {
  width: 100%;
  display: flex;
  gap: 2px;
  margin: 15px 0;
}

.testimonial-disc p {
  font-size: 14px;
  color: #222;
  line-height: 22px;
}

.testimonial-section .cmn-rowgap {
  row-gap: 30px;
}

.faq-section .about-accordion .accordion-item {
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
}

.CTA-section {
  width: 100%;
  display: block;
  padding: 90px 0;
  background: #ffffff;
  border-top: 1px solid #f5f1ec;
}

.cta-data {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 30px;
  text-align: center;
}

.cta-data h3 {
  color: #222;
  font-size: 34px;
  font-weight: 700;
  margin: 0;
}

.cta-data p {
  margin: 0;
  font-size: 20px;
  line-height: 28px;
  color: #222;
}

.cta-btn-row {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}

.cta-btn-row .cmn-btn {
  padding: 10px 30px !important;
}

.cta-data small {
  font-size: 16px;
  color: #222;
}

.cta-data small a {
  color: #ED6436;
  font-weight: 700;
}

.services-icon {
  width: 70px;
  height: 70px;
  display: flex;
}

.services-icon img {
  max-width: 100%;
  max-height: 100%;
  object-fit: fill;
  width: auto;
  height: auto;
}

.block-home-services .item {
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  box-shadow: none;
  border-color: #e7e2da;
}

.our-service-section .block-home-services .block-content ul li .item:hover {
  border-color: #ed6436;
  transform: translateY(-10px);
}

/*.our-client-section .block-home-partner .block-content ul li a:hover {border-color: #ed6436;transform: translateY(-10px);}*/
.our-service-section .block-home-services .block-content ul li .item .service-info .read-more a {
  color: #ed6436;
}

.block-home-partner ul li a {
  border: none;
}

/*.block-home-partner ul li a img { max-width: 100%; max-height: 100%; object-fit: cover; width: 150px; }*/
.banner-section.homepage-banner {
  background: #202020;
  padding: 90px 0;
  margin: 0 0 80px;
}

.banner-section.homepage-banner .topbanner-lft-part h1,
.banner-section.homepage-banner .topbanner-lft-part span,
.banner-section.homepage-banner .topbanner-lft-part p {
  color: #ffffff;
}

.faq-section .about-full {
  background-color: #f5f1ec;
}

.block-home-services .item h3 {
  margin-bottom: 10px;
}

.block-home-services .item p {
  font-size: 14px;
  line-height: 22px;
  min-height: 88px;
  color: #222;
}

.our-client-section .block-home-partner ul {
  margin: 0;
}

.our-client-section .block-home-partner ul li {
  width: 23.5%;
  border: 1px solid #e7e2da;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  padding: 30px 26px 25px;
  margin-right: 2%;
  transition: 0.2s;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
}

.our-client-section .block-home-partner ul li:nth-child(4n) {
  margin-right: 0;
}

.our-client-section .service-info h3 {
  margin: 20px 0 10px;
}

.our-client-section .service-info p {
  font-size: 14px;
  line-height: 22px;
  color: #222;
  font-weight: 300;
}

.our-client-section .block-home-partner ul li:hover {
  border-color: #ed6436;
  transform: translateY(-10px);
}

/**Home page css end**/

-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
/**Material page css start**/

.page-main {
  display: none;
}

main#maincontent {
  display: block;
  padding: 0;
}

.breadcrumbs-title {
  display: none;
}

.materials-section {
  width: 100%;
  display: block;
  margin-bottom: 80px;
}

.materials-tabs ul {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  margin: 0;
  padding: 0;
}

.materials-tabs ul li {
  list-style-type: none;
  margin: 0;
}

.materials-tabs ul li .filter {
  padding: 5px 15px;
  text-transform: capitalize;
  font-size: 13px;
  letter-spacing: 1px;
  font-weight: 700;
  background: #ebebeb;
  color: #68737d;
}

.materials-tabs ul li .filter.active,
.materials-tabs ul li .filter:hover {
  color: #ffffff;
  background: #ED6436;
}

.request-links {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 30px 0 50px;
}

.request-links a {
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: .5px;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 5px;
}

.request-links a svg {
  width: 15px;
}

.request-links a:hover svg path {
  fill: #ED6436;
}

.materials-tabs-widget {
  width: 100%;
  display: block;
}

.materials-tabs-widget a {
  width: 100%;
  display: flex;
  align-items: center;
  border: 1px solid #e2e2e2;
  border-radius: 10px;
  gap: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.10);
  transition: .3s all ease-out;
  flex-direction: column;
}

.tabs-image-row {
  width: 100%;
  height: 80px;
  display: flex;
  align-items: center;
  overflow: hidden;
  border-radius: 10px 10px 0 0;
}

.tabs-image-row i {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.tabs-image-row i img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.tabs-data-row {
  width: 100%;
  padding: 5px 10px;
  text-align: center;
}

.tabs-data-row h4 {
  font-size: 16px;
  font-weight: 700;
  margin: 0;
  min-height: 40px;
}

.tabs-data-row p {
  margin: 0;
  font-size: 13px;
}

.tabs-icon {
  width: 15px;
  height: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: .3s all ease-out;
  margin-bottom: 10px;
  display: none;
}

.tabs-icon img {
  max-height: 100%;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.tabs-btm-spacing {
  row-gap: 30px;
}

.materials-tabs-widget a:hover {
  transform: translateY(-10px);
  color: #222222;
}

.materials-tabs-widget a:hover .tabs-data-row h4,
.materials-tabs-widget a:hover .tabs-data-row p {
  color: #222222;
}

.materials-tabs-widget a:hover .tabs-icon {
  margin-left: 8px;
  transition: .3s all ease-out;
}

.size-guideline-section {
  width: 100%;
  display: block;
  background: linear-gradient(165deg, #F1F1F1 0%, #ddd 100%);
  padding: 90px 0;
}

.guidline-lft-data {
  width: 100%;
  display: block;
  text-align: center;
  margin-bottom: 50px;
}

.guidline-lft-data h2 {
  font-size: 271.428%;
  font-weight: 500;
  color: #222222;
  margin-bottom: 25px;
}

.guidline-lft-data p {
  font-size: 16px;
  color: #222222;
  font-weight: 400;
  margin-bottom: 0;
}

.guidline-lft-data p:last-child {
  margin: 0;
}

.guidline-lft-data p a {
  font-weight: 700;
  color: #ed6436;
}

.guidline-cmn-box {
  width: 100%;
  display: block;
}

.guidline-cmn-box a {
  width: 100%;
  display: flex;
  flex-direction: column;
  border-radius: 10px;
  padding: 15px;
  justify-content: center;
  align-items: center;
  gap: 30px;
  background: #ffffff;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.10);
  transition: .3s all ease-out;
  border: 1px solid #e2e2e2;
}

.guidline-cmn-box a:hover {
  transform: translateY(-10px);
}

.guidline-icn {
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
}

.guidline-icn img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}

.guidline-bx-data {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.guidline-bx-data span {
  font-size: 25px;
  font-weight: 500;
  color: #222;
  line-height: 40px;
  display: block;
  margin-bottom: 10px;
}

.guidline-bx-data p {
  font-size: 16px;
  color: #222222;
  margin: 0;
  text-align: center;
  line-height: 24px;
  min-height: 50px;
}

.guidline-bx-data i {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  margin: 20px 0 10px;
}

.guidline-bx-data i img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}

.faq-section.white-faq-section .about-full {
  background-color: #ffffff;
}

.faq-section.white-faq-section .about-accordion .accordion-item {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}

.materials-tabs-data {
  width: 100%;
  display: block;
  margin-top: 80px;
}

.materials-tabs-innerpart .tabs-btm-spacing {
  justify-content: center;
}

/**Material page css end**/



/**Top Header Megamenu css start**/
.megamenu-sub-items {
  display: none;
}

.header-bottom .megamenu-nav.horizontal-type .megamenu-items>li.item-left:hover .megamenu-sub-items {
  display: block;
  position: absolute;
  left: 0;
  top: 80px;
  margin: 0;
  padding: 10px 0;
  min-width: 210px;
  background: #ffffff;
  z-index: 1;
  border-radius: 0 0 5px 5px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.35);
}

.megamenu-sub-items li {
  margin: 0;
}

.megamenu-sub-items li a {
  width: 100%;
  display: block;
  padding: 5px 15px;
  font-size: 16px;
  font-weight: 700;
}

/**Top Header Megamenu css end**/

/**Header css start**/
.page-header .header-bottom {
  background: #202020;
}

.page-header.sticky,
.page-header.sticky .header-bottom {
  border-bottom: none;
  background: #222;
  z-index: 999;
}

/**Header css end**/

/**Footer css start**/
.block-subscribe-footer #newsletter-footer {
  border-radius: 10px 0 0 10px;
  -moz-border-radius: 10px 0 0 10px;
  -webkit-border-radius: 10px 0 0 10px;
}

.block-subscribe-footer .action-button button {
  border-radius: 0 10px 10px 0;
  -moz-border-radius: 0 10px 10px 0;
  -webkit-border-radius: 0 10px 10px 0;
}

.back2top {
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.ft-content.ft-useful-links .links-footer {
  width: 100%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.ft-content.ft-useful-links .links-footer li {
  width: 50%;
}

/**Footer css end**/

/**Services page css start**/
.banner-btm-links {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  margin-top: 60px;
}

.banner-btm-links a {
  font-size: 13px;
  font-weight: 700;
  padding: 2px 15px;
  border-radius: 30px;
  background: #ebebeb;
  color: #68737d;
  letter-spacing: 1px;
}

.banner-btm-links a:hover {
  color: #ffffff;
  background: #ED6436;
}

.cmn-grey-section {
  width: 100%;
  display: block;
  background: linear-gradient(165deg, #F1F1F1 0%, #ddd 100%);
  padding: 90px 0;
}

.cmn-grey-data {
  width: 100%;
  display: block;
}

.grey-hdr {
  width: 100%;
  text-align: center;
  margin-bottom: 50px;
}

.grey-hdr h2 {
  font-size: 271.428%;
  font-weight: 500;
  color: #222222;
  margin: 0;
}

.grey-hdr p {
  margin: 30px 0;
  font-size: 20px;
  color: #222;
  line-height: 28px;
  display: block;
}

.cmn-grey-box {
  width: 100%;
  display: block;
}

.grey-box-data {
  width: 100%;
  display: flex;
  flex-direction: column;
  text-align: center;
  justify-content: center;
  align-items: center;
  background: #ffffff;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.10);
  transition: .3s all ease-out;
  border: 1px solid #e2e2e2;
  border-radius: 10px;
}

.grey-box-data:hover {
  transform: translateY(-10px);
}

.grey-box-data .product-img {
  width: 100%;
  height: 175px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 10px 10px 0 0;
}

.grey-box-data .product-img img {
  width: 100%;
  object-fit: fill;
}

.cmn-grey-box-data {
  padding: 15px;
  border-top: 1px solid #e2e2e2;
  text-align: left;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.grey-box-data span {
  font-weight: 500;
  color: #222;
  font-size: 22px;
  display: block;
  line-height: 24px;
}

.grey-box-data p {
  font-size: 14px;
  color: #222222;
  margin: 0;
  line-height: 22px;
  min-height: 68px;
}

.grey-box-data a {
  font-size: 16px;
  height: 42px;
  text-transform: capitalize;
  letter-spacing: .5px;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 5px;
  color: #ed6436;
}

.grey-box-data a svg {
  width: 15px;
}

.grey-box-data a svg path {
  fill: #ed6436;
}

.grey-box-data a:hover {
  color: #222222;
}

.grey-box-data a:hover svg path {
  fill: #222222;
}

.cutting-methode-section {
  width: 100%;
  display: block;
  margin: 0;
}

.cutting-methode-section .grey-box-data p {
  min-height: 70px;
  font-size: 14px;
}

.finishing-data {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 40px;
}

.finishing-data p {
  margin: 0;
  font-size: 18px;
  color: #222222;
  font-weight: 500;
}

.finishing-data p a {
  font-weight: 700;
  color: #ed6436;
}

.finishing-data p a:hover {
  color: #222222;
}

.service-guideline-box .materials-tabs-widget a {
  background: #fff;
}

.addition-service-section {
  width: 100%;
  display: block;
  padding: 90px 0;
}

.design-guidelines-section {
  width: 100%;
  display: block;
  padding: 90px 0;
}

.border-radius {
  border-radius: 10px;
}

/**Services page css end**/

/**Contact Us page css start**/
.contact-content {
  width: 100%;
  display: block;
  margin: 90px 0;
}

.contact-content .contact-col-info {
  background: linear-gradient(165deg, #F1F1F1 0%, #ddd 100%);
  border-radius: 10px;
  padding: 30px 20px;
}

.contact-content .contact-col-info .title,
.contact-block .title-contact strong {
  font-size: 271.428%;
  margin-bottom: 10px;
}

.contact-content .contact-col-info .contact-des,
.contact-block .form-des {
  color: #222;
  line-height: 22px;
  margin-bottom: 25px;
}

.info-des {
  color: #222222;
}

.contact-block {
  background: #ffffff;
  padding: 30px 20px;
  color: #222222;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}

.contact .control input,
.contact-block .fieldset textarea {
  border: 1px solid #e2e2e2 !important;
  border-radius: 10px;
  resize: none;
}

.contact .control input:focus,
.contact-block .fieldset textarea:focus {
  box-shadow: none;
  border-color: #222 !important;
}

.contact-block .fieldset .field {
  margin-bottom: 15px;
}

.contact-block .fieldset {
  margin-bottom: 0;
}

.actions-toolbar .cmn-btn {
  padding: 10px 30px !important;
  min-width: 150px;
  height: 48px;
  font-size: 15px;
}

.actions-toolbar {
  display: flex;
  align-items: center;
  justify-content: center;
}

/**Contact Us page css end**/

/**Material Details page css start**/
.banner-section.product-info-section {
  width: 100%;
  display: block;
  background: linear-gradient(165deg, #F1F1F1 0%, #ddd 100%);
  padding: 90px 0;
}

.topbanner-lft-part ul,
.topbanner-lft-part ol {
  padding: 0;
  margin: 15px 0 15px 18px;
}

.topbanner-lft-part ul li,
.topbanner-lft-part ol li {
  font-size: 16px;
  margin-bottom: 5px;
  color: #222222;
  font-weight: 500;
}

.chart-guidline-section .guidline-bx-data span {
  font-size: 18px;
  line-height: 24px;
}

.chart-guidline-section .guidline-icn {
  width: 70px;
  height: 70px;
}

.material-detail-section {
  width: 100%;
  display: block;
  padding: 90px 0;
}

.materil-detail-tabs-row,
.cmn-tabs {
  width: 100%;
  display: block;
}

.cmn-tabs .nav-tabs {
  border: none;
  padding-left: 50px;
  width: 100%;
  display: flex;
  align-items: center;
  gap: 10px;
}

.cmn-tabs .nav-tabs li {
  margin: 0;
}

.cmn-tabs .nav-tabs li a.nav-link {
  min-width: 100px;
  background: #cccCCC4D;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  font-size: 18px;
  font-weight: 700;
  border: none;
}

.cmn-tabs .nav-tabs li a.nav-link.active {
  background: #ed6436;
  color: #fff;
}

.cmn-tabs .tab-content {
  width: 100%;
  display: block;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
}

.cmn-tabs .tab-content .tab-pane {
  width: 100%;
  padding: 30px 50px;
}

.tabs-data {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.tabs-hdr {
  width: 100%;
  display: block;
  text-align: center;
  margin-bottom: 30px;
}

.tabs-hdr h2 {
  margin: 0;
  font-size: 30px;
  font-weight: 700;
  color: #222222;
}

.tabs-hdr a {
  font-size: 16px;
  text-transform: uppercase;
  display: inline-block;
  margin-top: 20px;
  font-weight: 700;
}

.tabs-hdr p {
  font-size: 18px;
  color: #222;
  line-height: 18px;
  margin: 15px 0;
  margin-top: 30px;
}

.tabs-hdr p:last-child {
  margin-top: 0;
}

.tabs-hdr p a {
  margin: 0;
}

.tabs-services {
  width: 100%;
  display: block;
}

.tabs-services ul {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 15px;
  margin: 0;
  padding: 0;
  justify-content: center;
  flex-wrap: wrap;
}

.tabs-services ul li {
  margin: 0;
  width: 32.4%;
  padding: 15px;
  list-style-type: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
}

.tabs-services ul li span {
  font-size: 16px;
  font-weight: 500;
  color: #222;
}

.tabs-services ul li a {
  font-size: 16px;
  font-weight: 500;
  color: #ed6436;
}

.tabs-services ul li a:hover {
  color: #222;
}

.tabs-table-sec {
  width: 100%;
  display: block;
}

.tabs-table-sec .table {
  width: 100%;
  background: #e9e9e9;
  border-collapse: inherit;
  border-spacing: 1px;
  margin: 0;
}

.tabs-table-sec .table tr th {
  background: #cbcbcb;
  color: #222222;
  font-size: 16px;
  padding: 8px 15px;
}

.tabs-table-sec .table tr td {
  background: #fff;
  padding: 8px 15px;
  line-height: 22px;
}

.cutting-img {
  width: 100%;
  text-align: center;
  display: block;
}

.cutting-img img {
  max-width: 400px;
}

/**Material Details page css start**/

/**FAQ page css start**/
.FAQ-vertical-tabs-data {
  width: 100%;
  display: block;
  padding-bottom: 90px;
}

.FAQ-vertical-tabs-data .card-header {
  display: none;
}

.FAQ-vertical-tabs-data .card .collapse {
  display: block;
}

.FAQ-vertical-tabs-data .card .about-accordion .collapse:not(.show) {
  display: none;
}

.FAQ-vertical-tabs-data .faq-vertical-lft-tabs {
  margin-top: 20px;
  gap: 10px;
}

.FAQ-vertical-tabs-data .faq-vertical-lft-tabs .nav-link {
  background: #cccCCC4D;
  height: 50px;
  font-size: 16px;
  font-weight: 700;
  display: flex;
  align-items: center;
  border-radius: 10px 0 0 10px;
}

.FAQ-vertical-tabs-data .faq-vertical-lft-tabs .nav-link.active {
  background: #ed6436;
}

.FAQ-vertical-tabs-data .tab-content {
  width: 100%;
  display: block;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  padding: 30px;
}

.FAQ-vertical-tabs-data .tab-content .card {
  border: none;
  border-radius: 10px;
}

.FAQ-vertical-tabs-data .tab-content .card .card-body,
.FAQ-vertical-tabs-data .tab-content .about-accordion {
  padding: 0;
}

.faqs-container .FAQ-vertical-tabs-data .about-accordion .accordion-item {
  border: 1px solid #e2e2e2;
  padding: 0;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
}

.faqs-container .FAQ-vertical-tabs-data .about-accordion .accordion-item .accordion-title {
  padding-right: 15px;
  padding-left: 50px;
  font-size: 16px;
}

.faqs-container .FAQ-vertical-tabs-data .about-accordion .accordion-item .accordion-title:before {
  top: 14px;
  left: 15px;
}

.faqs-container .FAQ-vertical-tabs-data .about-accordion .accordion-item .accordion-content {
  padding-left: 50px;
  padding-right: 20px;
  padding-top: 10px;
}

.faqs-container .FAQ-vertical-tabs-data .about-accordion .accordion-item .accordion-content p {
  font-size: 14px;
  line-height: 22px;
  color: #222;
}

.faqs-container .FAQ-vertical-tabs-data .about-accordion .accordion-item:last-child {
  margin-bottom: 0;
}

.faqs-container .FAQ-vertical-tabs-data .about-accordion .accordion-item .accordion-title[aria-expanded="true"] {
  border-bottom: 1px solid #e2e2e2;
  background: #e2e2e2;
  border-radius: 10px 10px 0 0;
}

/**FAQ page css end**/

/**Service Details page css start**/
.convenient-order-section .cmn-grey-box-img i {
  width: 100%;
  height: 270px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.convenient-order-section .cmn-grey-box-img i img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
  width: 100%;
}

.convenient-order-section .grey-box-data span a {
  display: inline-block;
  font-size: 22px;
  font-weight: 500;
  height: auto;
}

.convenient-order-section .grey-box-data p a {
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  height: auto;
}

.convenient-order-section .grey-box-data span {
  min-height: 50px;
}

.service-color-section {
  width: 100%;
  display: block;
  margin-bottom: 30px;
}

.service-color-row {
  width: 100%;
  display: block;
  margin-top: 50px;
}

.service-color-row h3 {
  margin-bottom: 30px;
  text-align: center;
  font-size: 25px;
  color: #222;
  font-weight: 500;
}

.service-color-row ul {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 20px;
  margin: 0;
  padding: 0;
  justify-content: center;
  flex-wrap: wrap;
}

.service-color-row ul li {
  list-style-type: none;
  margin: 0;
  width: 202px;
}

.service-color-box {
  width: 100%;
  display: flex;
  flex-direction: column;
  border: 1px solid #e7e2da;
  border-radius: 10px;
  transition: 0.2s;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
}

.service-color-box i {
  width: 200px;
  height: 200px;
  display: flex;
  align-items: center;
}

.service-color-box i img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
  border-radius: 10px 10px 0 0;
}

.service-color-box span {
  padding: 15px;
  font-size: 20px;
  color: #222222;
  font-weight: 500;
  line-height: 24px;
  text-align: center;
}

.service-color-box p {
  padding: 0 15px;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  min-height: 80px;
}

.service-color-box:hover {
  border-color: #ed6436;
  transform: translateY(-10px);
}

.applicable-material-row .materials-tabs-widget a {
  background: #ffffff;
}

.applicable-material-row .tabs-data-row p {
  font-size: 14px;
  line-height: 18px;
  margin-top: 8px;
}

.applicable-material-checklist {
  width: 100%;
  display: block;
  margin-top: 90px;
}

.applicable-material-checklist h3 {
  margin-bottom: 50px;
  width: 100%;
  display: block;
  font-size: 25px;
  text-align: center;
  font-weight: 500;
  color: #222222;
}

.applicable-material-checklist-data {
  width: 100%;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.10);
  transition: .3s all ease-out;
  border: 1px solid #e2e2e2;
}

.applicable-material-checklist-data ul {
  margin: 0;
  padding: 0;
}

.applicable-material-checklist-data ul li {
  margin: 0;
  width: 100%;
  padding: 15px;
  list-style-type: none;
  display: flex;
  align-items: center;
  gap: 10px;
  border-bottom: 1px solid #e2e2e2;
}

.applicable-material-checklist-data ul li i {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
}

.applicable-material-checklist-data ul li i img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}

.applicable-material-checklist-data ul li span {
  font-size: 16px;
  width: calc(100% - 40px);
  color: #222222;
  line-height: 22px;
}

.applicable-material-checklist-data ul li:last-child {
  border-bottom: none;
}

.right-checklist-img {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

/**Service Details page css end**/

/**Guidline page css start**/
.guidline-video-row {
  width: 100%;
  display: block;
}

.guidline-video-row a {
  width: 100%;
  display: block;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.10);
}

.guidline-video-row a iframe {
  border-radius: 10px;
  border: none;
  display: block;
}

/**Guidline page css end**/

/**Static page css start**/
.staticpage-banner {
  width: 100%;
  display: block;
  background: linear-gradient(165deg, #F1F1F1 0%, #ddd 100%);
  height: 150px;
}

.static-hdr {
  width: 100%;
  height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.static-hdr h1 {
  margin: 0;
  color: #222222;
  font-size: 45px;
  font-weight: 700;
}

.staticpage-btm-data {
  width: 100%;
  display: block;
  margin: 90px 0;
}

.staticpage-btm-data p {
  font-size: 16px;
  color: #222222;
  font-weight: 400;
  margin-bottom: 25px;
  line-height: 22px;
}

.staticpage-btm-data ul,
.staticpage-btm-data ol {
  margin: 0;
  padding: 0;
  margin-left: 18px;
  margin-bottom: 25px;
}

.staticpage-btm-data ul li,
.staticpage-btm-data ol li {
  font-size: 16px;
  color: #222222;
  font-weight: 400;
  margin-bottom: 5px;
  line-height: 24px;
}

.staticpage-btm-data h2 {
  color: #222;
  font-size: 20px;
  margin-bottom: 10px;
  font-weight: 600;
}

.staticpage-btm-data .services-list h3 {
  font-size: 16px;
  color: #222;
  font-weight: 600;
}

.staticpage-btm-data ul li strong,
.staticpage-btm-data ol li strong,
.staticpage-btm-data p strong {
  font-weight: 500;
}

.marginB10 strong {
  color: #222;
  font-size: 20px;
  margin-bottom: 10px;
  font-weight: 600;
}

.highlited_box {
  color: #222;
  font-size: 16px;
}

/**Static page css end**/

/**Blog page css start**/
.sidebar.sidebar-additional {
  margin-top: 90px;
}

.post-list-wrapper {
  margin: 90px 0;
}

.sidebar .block {
  margin-bottom: 30px !important;
  border-color: #e2e2e2;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
}

.sidebar .block .block-title,
.sidebar .block .block-content {
  padding: 15px;
}

.sidebar .block .block-title {
  background: linear-gradient(165deg, #F1F1F1 0%, #ddd 100%);
  border-radius: 10px 10px 0 0;
}

.sidebar .block .block-title strong {
  font-size: 20px;
  padding: 0;
}

.sidebar .block .block-title strong:before {
  display: none;
}

.widget.blog-search .input-text {
  border-radius: 10px;
  background-color: transparent;
  border: 1px solid #e2e2e2;
}

.widget.blog-search .input-text:focus {
  box-shadow: none;
  border-color: #222 !important;
}

.widget.block-list-posts .block-content .item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.widget.block-list-posts .block-content .item .post-image {
  width: 65px;
  float: none;
  margin-right: 10px;
}

.widget.block-list-posts .block-content .info-blog-sidebar {
  margin-left: 0;
  /* position: relative; */
  /* top: -3px; */
  width: calc(100% - 75px);
}

.widget.block-list-posts .block-content .info-blog-sidebar .post-item-link {
  line-height: 20px;
}

.post-list-wrapper .post-list {
  padding-left: 0;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.blog-page-list .post-holder {
  border-bottom: none;
  width: 49%;
  background: #ffffff;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.10);
  transition: .3s all ease-out;
  border: 1px solid #e2e2e2;
  border-radius: 10px;
  margin-right: 2%;
  margin-bottom: 20px;
}

.blog-page-list .post-holder:nth-child(2n) {
  margin-right: 0;
}

.post-ftimg-hld {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.post-ftimg-hld a {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 258px;
}

.post-ftimg-hld a img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 10px 10px 0 0;
}

.post-header {
  width: 100%;
  margin-bottom: 0;
  display: block;
  padding: 15px;
}

.post-list .post-header .post-title {
  padding: 0;
}

.post-list .post-header .post-title a {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 5px;
  display: block;
}

.post-holder .post-header .post-info {
  padding: 0;
}

.post-holder .post-header .post-info .item {
  margin-right: 10px;
  color: #222;
}

.post-holder .post-header .post-info .value {
  font-style: normal;
}

.post-holder .post-header .post-info .item::after {
  display: none;
}

.post-content {
  width: 100%;
  display: block;
  padding: 0 15px;
}

.post-list .post-description {
  line-height: 22px;
  font-size: 14px;
  color: #222222;
}

.post-list .post-content .post-read-more {
  float: none;
  max-width: 150px;
  height: 45px;
  margin: 0 auto;
}

.post-text-hld {
  width: 100%;
  display: block;
  margin-bottom: 20px;
}

/**Blog page css end**/

/**Blog Details page css start**/
.post-view {
  width: 100%;
  display: block;
  margin: 90px 0;
}

.blog-post-view .post-view .post-holder {
  width: 100%;
  display: block;
}

.blog-post-view .post-view .post-holder .post-image {
  width: 100%;
  height: 370px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
}

.blog-post-view .post-view .post-holder .post-image img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 10px;
}

.blog-post-view .post-view .post-top-info {
  margin-bottom: 15px;
  align-items: center;
  justify-content: space-between;
}

.post-top-info .top-date {
  padding-left: 22px;
  font-size: 14px;
  color: #222;
}

.post-top-info .top-author {
  font-size: 14px;
  color: #222;
  font-weight: 700;
}

.blog-post-view .post-view .post-content {
  padding: 0;
  color: #222;
}

.blog-post-view .post-description {
  margin-bottom: 20px;
}

.blog-post-view .post-description p {
  font-size: 16px;
  margin: 0;
}

.post-info-custom .blog-share {
  float: none;
  text-align: left;
}

.post-info-custom .share-title {
  padding-left: 0;
  font-size: 16px;
  font-weight: 600;
  top: 0;
  height: auto;
}

.post-info-custom .share-title:before {
  display: none;
}

.share-links {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 10px;
}

.share-links a {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ed6436;
  color: #fff;
  border-radius: 5px;
  font-size: 16px;
  transition: all ease-in-out 0.2s;
  position: relative;
}

.share-links a::before {
  width: 100%;
  height: 1em;
  position: absolute;
  left: 0;
  bottom: -1.35em;
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
  opacity: 0;
  transition: all 0.65s;
  content: "";
}

.share-links a:hover {
  box-shadow: none;
  transform: translateY(-0.25em) !important;
  color: #ffffff;
}

.share-links a:hover::before {
  opacity: 1;
}

.post-nextprev-hld .link-next,
.post-nextprev-hld .link-prev {
  position: relative;
  display: inline-block;
  width: 130px;
  font-size: 16px;
  height: 40px;
  background: #ffffff;
  line-height: 40px;
  text-align: center;
  color: #ed6436;
  border-radius: 10px;
  padding: 0 !important;
  border: 1px solid #ed6436;
}

.post-nextprev-hld .link-next:after,
.post-nextprev-hld .link-prev:after {
  display: none;
}

.post-nextprev-hld .link-post a {
  font-size: 25px;
  padding-top: 15px;
  font-weight: 600;
  line-height: 28px;
}

.post-title-holder .post-title {
  font-size: 30px;
  color: #222222;
  font-weight: 700;
  margin-bottom: 30px;
}

/**Blog Details page css end**/

/**Guidline Details page css start**/
.guidline-tabs-section .cmn-tabs .tab-content {
  background: #ffffff;
}

.guidline-tabs-section .tabs-table-sec .table tr td {
  vertical-align: middle;
}

.guidline-tabs-section .tabs-table-sec .table tr td a {
  font-size: 16px;
  font-weight: 700;
}

/**Guidline Details page css end**/

/**Quotation page css start**/
.quotation-page-section {
  width: 100%;
  display: block;
  margin: 50px 0;
}

.quotation-dragdrop-row {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border: 2px dashed #ed6436;
  border-radius: 10px;
  padding: 20px;
}

.quotation-dragdrop-row h3 {
  color: #222222;
  font-size: 30px;
  font-weight: 700;
  margin: 0;
}

.quotation-dragdrop-row em {
  font-size: 25px;
  font-weight: 600;
  color: #222;
}

.format-img {
  width: 320px;
  margin-bottom: 20px;
}

.quotation-dragdrop-row span {
  font-size: 14px;
}

.browse-btn .input-text {
  width: 100%;
  height: 100%;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: 1;
  cursor: pointer;
}

.browse-btn label {
  cursor: pointer;
  border-radius: 10px;
  font-weight: 600;
  color: #fff;
  font-size: 16px;
  height: 100%;
  background-color: #ED6436;
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.25);
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
}

.browse-btn {
  width: 150px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.create-customefile-row {
  width: 100%;
  display: block;
  margin-top: 50px;
}

.create-customefile-row h5 {
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  color: #222222;
  margin-bottom: 30px;
}

.create-customefile-row ul {
  margin: 0;
  padding: 0;
  width: 100%;
  display: flex;
  gap: 20px;
}

.create-customefile-row ul li {
  list-style-type: none;
  width: 33.33%;
  background: #ffffff;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.10);
  transition: .3s all ease-out;
  border: 1px solid #e2e2e2;
  border-radius: 10px;
  padding: 15px;
  text-align: center;
}

.create-customefile-data {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
}

.create-customefile-data span {
  color: #222;
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
}

.create-customefile-data p {
  margin: 0;
  font-size: 15px;
  font-weight: 300;
  line-height: 22px;
  color: #222;
}

.create-customefile-data .cmn-btn {
  height: 46px;
}

/**Quotation page css end**/

/**Quotation Popup css start**/

.modal-slide._show,
.modal-popup._show {
  z-index: 1005 !important;
}

.modal-popup.custom-modal-popuplogin .modal-inner-wrap {
  width: 500px;
  max-width: inherit;
}

.modal-popup.modal-slide .modal-inner-wrap {
  width: 50%;
  max-width: inherit;
}

.modal-popup.modal-slide.custom-modal-popuplogin .modal-inner-wrap {
  width: 35%;
}

#designservices-modal {
  width: 100%;
}

#designservices-modal-content form {
  width: 100%
}

#designservices-modal-header,
#customquote-modal-header {
  width: 100%;
  margin-bottom: 20px;
  display: block;
}

#designservices-modal-header h2,
#customquote-modal-header h2 {
  color: #222;
  font-size: 25px;
  font-weight: 700;
}

#cutncraft-designservices-form .fieldset>.field,
#cutncraft-customquote-form .fieldset>.field {
  margin: 0 0 15px;
}

#cutncraft-designservices-form .drop-zone,
#cutncraft-customquote-form .drop-zone {
  border-color: #ed6436 !important;
  border-radius: 10px;
}

#cutncraft-designservices-form .drop-zone p,
#cutncraft-customquote-form .drop-zone p {
  font-size: 16px;
  color: #222;
  font-weight: 600;
}

#cutncraft-designservices-form .drop-zone button,
#cutncraft-customquote-form .drop-zone button {
  margin-top: 10px;
  padding: 10px 20px;
  cursor: pointer;
  background: #ed6436;
  border-radius: 10px;
  height: 45px;
}

#cutncraft-designservices-form .fieldset .field,
#cutncraft-customquote-form .fieldset .field {
  margin-bottom: 15px;
}

#cutncraft-designservices-form .fieldset .field .label,
#cutncraft-designservices-form .fieldset .fields .field .label,
#cutncraft-customquote-form .fieldset .field .label,
#cutncraft-customquote-form .fieldset .fields .field .label {
  color: #222;
  font-weight: 500;
  font-size: 16px;
}

.form-cmn-inner-hdr h3 {
  margin-bottom: 20px;
  font-size: 25px;
  color: #222;
  font-weight: 700;
}

.fieldset.make_sure_sketch .control {
  display: flex;
  align-items: center;
  gap: 5px;
  cursor: pointer;
}

.fieldset.make_sure_sketch .control .label {
  margin: 0;
  color: #222;
  font-size: 16px;
  cursor: pointer;
}

.fieldset.terms-and-condition .control {
  width: 100%;
  display: flex;
  align-items: center;
  cursor: pointer;
}

.fieldset.terms-and-condition .control .label {
  margin: 0;
  cursor: pointer;
}

#cutncraft-designservices-form .field .control input,
#cutncraft-customquote-form .field .control input,
#cutncraft-designservices-form .field .control select,
#cutncraft-customquote-form .field .control select {
  border-radius: 10px;
  color: #222;
}

#cutncraft-designservices-form .field .control textarea,
#cutncraft-customquote-form .field .control textarea {
  border-radius: 10px;
  color: #222;
  resize: none;
  padding: 10px 20px;
}

#cutncraft-designservices-form .terms-and-condition .field .control input {
  border-radius: 2px;
}

#cutncraft-designservices-form .field .control input:focus,
#cutncraft-customquote-form .field .control input:focus {
  box-shadow: none;
  border-color: #222;
}

#cutncraft-designservices-form .field .control textarea:focus,
#cutncraft-customquote-form .field .control textarea:focus {
  box-shadow: none;
  border-color: #222;
}

.modal-popup._inner-scroll .modal-inner-wrap {
  border-radius: 10px;
}

.modal-popup._inner-scroll .modal-content {
  border-radius: 0 0 10px 10px;
}

.fieldset.make_sure_sketch .control #my_image-error,
.fieldset.make_sure_sketch .control #my_lines-error,
.fieldset.make_sure_sketch .control #callouts-error,
.fieldset.terms-and-condition .control #terms_conditions-error {
  display: none !important;
}

.fieldset.make_sure_sketch .control #my_image,
.fieldset.make_sure_sketch .control #my_lines,
.fieldset.make_sure_sketch .control #callouts,
.fieldset.terms-and-condition #terms_conditions {
  margin-top: 0;
}

.fieldset.make_sure_sketch .control #my_image[aria-describedby="my_image-error"],
.fieldset.make_sure_sketch .control #my_lines[aria-describedby="my_lines-error"],
.fieldset.make_sure_sketch .control #callouts[aria-describedby="callouts-error"],
.fieldset.terms-and-condition #terms_conditions[aria-describedby="terms_conditions-error"] {
  border-color: red;
}

/**Quotation Popup css end**/

/**My account page css start**/
.my-account {
  width: 100%;
  display: block;
  margin: 90px 0;
}

.my-account .column.main {
  background: #ffffff;
  padding: 30px 20px !important;
  color: #222222;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}

.my-account .sidebar .block {
  border: none;
}

.my-account .block-collapsible-nav .content {
  background: linear-gradient(165deg, #F1F1F1 0%, #ddd 100%);
  border-radius: 10px;
  padding: 30px 0;
}

.my-account .block-collapsible-nav .item a,
.my-account .block-collapsible-nav .item>strong {
  font-size: 16px;
  color: #222;
}

.my-account .block-collapsible-nav .item a:hover {
  background: #d9d9d9;
  border-left-color: #ed6436;
}

.my-account .block-title {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.my-account .block-title strong {
  margin: 0 !important;
  font-size: 22px !important;
  font-weight: 700 !important;
  color: #222 !important;
}

.my-account .block-title .action {
  font-size: 16px;
  color: #ed6436;
  font-weight: 700;
}

.my-account .block-title .action:hover {
  color: #222222;
}

.my-account .box-actions {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 20px;
}

.my-account .box-actions a {
  font-size: 16px;
  font-weight: 600;
  color: #ed6436;
}

.my-account .block {
  margin-bottom: 15px;
}

.my-account .block-content .table-wrapper .table {
  margin-bottom: 0;
  width: 100%;
  background: #e9e9e9;
  border-collapse: inherit;
  border-spacing: 1px;
  margin: 0;
}

.my-account .block-content .table-wrapper .table tr th {
  background: #cbcbcb;
  color: #222222;
  font-size: 16px;
  padding: 8px 15px;
  border: none;
}

.my-account .block-content .table-wrapper .table tr td {
  background: #fff;
  padding: 8px 15px;
}

#bzo-login-create span.accept-condition {
  color: #222;
  font-size: 16px;
}

#bzo-login-create span.accept-condition a {
  color: #ED6436;
}

#bzo-login-create .newsletter1 input,
#bzo-login-create input#terms_conditions {
  margin-top: 5px;
}

/**My account page css end**/

/**Cart page css start**/
.no-cart-item {
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  min-height: 350px;
  gap: 15px;
  padding: 20px 0 40px;
}

.no-cart-item img {
  width: 350px;
}

.no-cart-item p {
  font-size: 25px;
  margin: 0;
  line-height: 25px;
  font-weight: 700;
  color: #222;
}

.no-cart-item p em {
  font-style: normal;
}

.no-cart-item span {
  font-size: 16px;
  color: #222;
  font-weight: 100;
  line-height: 22px;
  display: block;
  text-align: center;
  margin-bottom: 15px;
}

.no-cart-item span a {
  color: #ff5430;
  font-weight: 700;
}

.no-cart-item span a:hover {
  color: #222;
}

.no-cart-item .cmn-btn {
  height: 45px;
  padding: 0 15px !important;
}

.checkout-cart-index .page-title-wrapper,
.checkout-index-index .page-title-wrapper {
  margin-top: 90px;
}

.checkout-cart-index .page-title-wrapper .page-title,
.checkout-index-index .page-title-wrapper .page-title {
  color: #222;
  font-size: 34px;
  font-weight: 700;
  margin: 0;
}

.checkout-cart-index .cart-container,
.checkout-index-index .checkout-container {
  margin: 30px 0 90px;
}

.checkout-cart-index .cart-container .cart-summary {
  margin: 0;
  position: inherit;
  top: inherit;
  background: linear-gradient(165deg, #F1F1F1 0%, #ddd 100%);
  border-radius: 10px;
  padding: 15px;
}

.checkout-cart-index .cart-container .cart-summary>.title {
  font-weight: 500;
  text-transform: capitalize;
  color: #222;
  font-size: 25px;
  margin: 0 0 10px;
}

.checkout-cart-index .cart-container .cart-totals .mark {
  padding-left: 0;
  font-size: 15px;
}

.checkout-cart-index .cart-container .cart-totals .amount {
  padding-right: 0;
  font-size: 15px;
}

.checkout-cart-index .cart-container .cart-totals .grand .mark,
.checkout-cart-index .cart-container .cart-totals .grand .amount {
  padding-top: 10px;
  padding-bottom: 0;
}

.checkout-cart-index .cart-summary .block .fieldset {
  margin: 10px 0 15px 0;
}

.checkout-cart-index .cart-container .cart-summary .block>.title strong {
  font-size: 16px !important;
}

.checkout-cart-index .cart-summary .block>.title::after {
  right: -10px;
  top: 8px;
  line-height: 22px;
  font-size: 40px;
  color: #222;
}

.checkout-cart-index .actions-toolbar .primary .primary {
  margin: 0;
  font-size: 16px;
  height: 42px;
  text-transform: capitalize;
  letter-spacing: .5px;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 5px;
  color: #ed6436;
  background: transparent;
  border: 1px solid #ed6436;
  border-radius: 10px;
  transition: all ease-in-out 0.2s;
}

.checkout-cart-index .actions-toolbar .primary .primary::before {
  width: 100%;
  height: 1em;
  position: absolute;
  left: 0;
  bottom: -1.35em;
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
  opacity: 0;
  transition: all 0.65s;
  content: "";
}

.checkout-cart-index .actions-toolbar .primary .primary:hover {
  box-shadow: none;
  transform: translateY(-0.25em) !important;
  background: transparent;
  border: 1px solid #ed6436;
  color: #ed6436;
}

.checkout-cart-index .actions-toolbar .primary .primary:hover::before {
  opacity: 1;
}

.checkout-cart-index .cart-container .checkout-methods-items {
  margin-top: 15px;
}

.checkout-cart-index .cart-container .checkout-methods-items .action.primary {
  margin: 0;
  font-size: 16px;
  height: 42px;
  text-transform: capitalize;
  letter-spacing: .5px;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 5px;
  color: #ffffff;
  background: #ed6436;
  border: 1px solid #ed6436;
  border-radius: 10px;
  transition: all ease-in-out 0.2s;
  justify-content: center;
}

.checkout-cart-index .cart-container .checkout-methods-items .action.primary::before {
  width: 100%;
  height: 1em;
  position: absolute;
  left: 0;
  bottom: -1.35em;
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
  opacity: 0;
  transition: all 0.65s;
  content: "";
}

.checkout-cart-index .cart-container .checkout-methods-items .action.primary:hover {
  box-shadow: none;
  transform: translateY(-0.25em) !important;
  background: #ed6436;
  border: 1px solid #ed6436;
  color: #ffffff;
}

.checkout-cart-index .cart-container .checkout-methods-items .action.primary:hover::before {
  opacity: 1;
}

.checkout-cart-index .cart-container .checkout-methods-items .multicheckout {
  font-size: 14px;
  font-weight: 700;
}

.checkout-cart-index .form-cart .cart {
  width: 100%;
  background: #e9e9e9;
  border-collapse: inherit;
  border-spacing: 1px;
  margin: 0;
}

.checkout-cart-index .form-cart .cart tr th {
  background: #cbcbcb;
  color: #222222;
  font-size: 16px;
  padding: 8px 15px;
  border: none;
}

.checkout-cart-index .form-cart .cart tr th.price,
.checkout-cart-index .form-cart .cart tr th.qty {
  text-align: center;
}

.checkout-cart-index .form-cart .cart tr td {
  background: #fff;
  padding: 8px 15px;
  line-height: 22px;
}

.checkout-cart-index .form-cart .cart tr td.price,
.checkout-cart-index .form-cart .cart tr td.qty {
  text-align: center;
}

.checkout-cart-index .form-cart .cart tr td.qty .field .control {
  margin-top: 12px;
  font-weight: 600;
}

.cart.table-wrapper .item-actions .actions-toolbar {
  justify-content: flex-start;
}

.cart.table-wrapper .item-actions .actions-toolbar .action {
  margin-bottom: 0;
  padding: 5px;
  min-width: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  border-radius: 5px;
  background: #ed6436;
}

.cart.table-wrapper .product-item-name {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 5px;
  margin-top: 0;
}

.cart.table-wrapper .product-item-name+.item-options {
  margin: 0;
}

.checkout-cart-index .cart.table-wrapper .item-options {
  margin-bottom: 0px
}

.cart.table-wrapper .item-options dt {
  margin: 0 10px 0px 0;
  font-size: 14px;
  min-width: 70px;
}

.cart.table-wrapper .item-options dd {
  margin: 0;
  font-size: 14px;
  font-size: 14px;
}

.checkout-index-index .checkout-container .opc-sidebar {
  margin: 0;
}

.checkout-index-index .modal-content .opc-block-summary {
  margin: 0;
  position: inherit;
  top: inherit;
  background: linear-gradient(165deg, #F1F1F1 0%, #ddd 100%);
  border-radius: 10px;
  padding: 15px;
}

.checkout-index-index .modal-content .opc-block-summary .title {
  font-weight: 500;
  text-transform: capitalize;
  color: #222;
  font-size: 25px;
  margin: 0;
  line-height: 30px;
}

.checkout-index-index .opc-block-summary .items-in-cart>.title strong {
  font-size: 16px;
  font-weight: 700;
  color: #222;
  top: 0;
}

.checkout-index-index .opc-block-summary .items-in-cart>.title {
  padding-top: 0;
  border: none;
  padding-bottom: 0;
}

.checkout-index-index .opc-block-summary .items-in-cart>.title:after {
  right: -10px;
  top: 7px;
  line-height: 22px;
  font-size: 40px;
  color: #222;
}

.checkout-index-index .minicart-items {
  padding: 10px;
  background: #fff;
  border-radius: 5px;
  margin-top: 10px;
}

.checkout-index-index .opc-block-summary .minicart-items-wrapper {
  padding: 0;
  border: 0;
  margin: 0;
}

.checkout-index-index .minicart-items ol.minicart-items {
  padding: 0;
}

.checkout-index-index .column.main .opc-block-summary .product-item {
  padding-bottom: 15px;
  border-bottom: 1px solid #ddd;
  margin-bottom: 15px;
}

.checkout-index-index .column.main .opc-block-summary .product-item:last-child {
  border: none;
  margin-bottom: 0;
  padding-bottom: 0;
  padding: 0;
}

.checkout-index-index .column.main .opc-block-summary .product-item .product-item-name {
  font-size: 14px;
  font-weight: 600;
  margin: 0;
  color: #222;
}

.checkout-index-index .minicart-items .product-item-details .details-qty {
  margin-top: 0;
  color: #222;
}

.checkout-index-index .opc-block-summary .product-item .product-item-inner {
  margin: 0;
}

.checkout-index-index .minicart-items .product .toggle {
  color: #222;
}

.checkout-index-index .opc-wrapper .form-login,
.checkout-index-index .opc-wrapper .form-shipping-address {
  margin-top: 0;
  margin-bottom: 0;
}

.checkout-index-index .opc-wrapper .step-title {
  margin-bottom: 20px;
  font-size: 22px;
  font-weight: 600;
}

.checkout-index-index .opc-wrapper #checkout-shipping-method-load {
  display: none !important;
}

.checkout-index-index #opc-shipping_method .step-title {
  display: none;
}

.checkout-index-index .fieldset>.field {
  margin: 0 0 10px;
}

.checkout-index-index .fieldset {
  margin: 0 !important;
}

.checkout-index-index .fieldset>.field select {
  border-radius: 10px;
}

.checkout-index-index .checkout-shipping-method .actions-toolbar .action.primary {
  margin: 0;
  font-size: 16px;
  height: 42px;
  text-transform: capitalize;
  letter-spacing: .5px;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 5px;
  color: #ffffff;
  background: #ed6436;
  border: 1px solid #ed6436;
  border-radius: 10px;
  transition: all ease-in-out 0.2s;
  justify-content: center;
  position: relative;
  min-width: 150px;
}

.checkout-index-index .checkout-shipping-method .actions-toolbar .action.primary::before {
  width: 100%;
  height: 1em;
  position: absolute;
  left: 0;
  bottom: -1.35em;
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
  opacity: 0;
  transition: all 0.65s;
  content: "";
}

.checkout-index-index .checkout-shipping-method .actions-toolbar .action.primary:hover {
  box-shadow: none;
  transform: translateY(-0.25em) !important;
  background: #ed6436;
  border: 1px solid #ed6436;
  color: #ffffff;
}

.checkout-index-index .checkout-shipping-method .actions-toolbar .action.primary:hover::before {
  opacity: 1;
}

.checkout-index-index .opc-progress-bar-item>span {
  font-size: 18px;
  font-weight: 600;
  color: #a3a3a3;
}

.checkout-success.no-cart-item {
  padding-top: 90px;
}

.checkout-index-index #checkout-step-shipping .fieldset .actions-toolbar .login {
  margin: 0;
  font-size: 16px;
  height: 42px;
  text-transform: capitalize;
  letter-spacing: .5px;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 5px;
  color: #ffffff;
  background: #ed6436;
  border: 1px solid #ed6436;
  border-radius: 10px;
  transition: all ease-in-out 0.2s;
  justify-content: center;
  position: relative;
  min-width: 120px;
}

.checkout-index-index #checkout-step-shipping .fieldset .actions-toolbar .login:hover {
  background: #222;
  border-color: #222;
}

.checkout-index-index #checkout-step-shipping .fieldset .actions-toolbar .secondary {
  margin-top: 0 !important;
  margin-left: 20px !important;
}

.checkout-index-index #checkout-step-shipping .fieldset .actions-toolbar .secondary a {
  font-weight: 600;
  font-size: 16px;
}

.checkout-index-index .modal-content .opc-block-shipping-information {
  padding: 0px;
}

.checkout-index-index .modal-content .opc-block-shipping-information .shipping-information {
  margin: 0;
  position: inherit;
  top: inherit;
  background: linear-gradient(165deg, #F1F1F1 0%, #ddd 100%);
  border-radius: 10px;
  padding: 15px;
  margin-top: 20px;
}

.checkout-index-index .opc-block-shipping-information .shipping-information .ship-to .shipping-information-title,
.checkout-index-index .opc-block-shipping-information .shipping-information .ship-via .shipping-information-title {
  margin: 0 0 10px;
  padding: 0 0 5px;
}

.checkout-index-index .opc-block-shipping-information .shipping-information .ship-to .shipping-information-title span,
.checkout-index-index .opc-block-shipping-information .shipping-information .ship-via .shipping-information-title span {
  font-weight: 500;
  text-transform: capitalize;
  color: #222;
  font-size: 25px;
  margin: 0;
  line-height: 30px;
}

.checkout-index-index .opc-block-shipping-information .shipping-information-content {
  line-height: 22px;
  color: #222;
  font-size: 14px;
}

.checkout-index-index .opc-wrapper .payment-group .payment-method .payment-method-title {
  padding: 15px 0;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 10px;
}

.checkout-index-index .opc-wrapper .payment-group .payment-method .payment-method-title label,
.checkout-index-index .opc-wrapper .payment-group .payment-method .payment-method-title input {
  margin: 0;
}

.checkout-index-index .opc-wrapper .payment-group .payment-method .payment-method-content {
  padding: 0 0 20px 0;
}

.checkout-index-index .checkout-payment-method .checkout-billing-address .billing-address-details {
  line-height: 24px;
  padding: 0 0 0 27px;
  color: #222;
}

.checkout-index-index .opc-wrapper .payment-group .payment-method .payment-method-content .actions-toolbar .checkout {
  margin: 0;
  font-size: 16px;
  height: 42px;
  text-transform: capitalize;
  letter-spacing: .5px;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 5px;
  color: #ffffff;
  background: #ed6436;
  border: 1px solid #ed6436;
  border-radius: 10px;
  transition: all ease-in-out 0.2s;
  justify-content: center;
  position: relative;
  min-width: 150px;
}

.checkout-index-index .opc-wrapper .payment-group .payment-method .payment-method-content .actions-toolbar .checkout::before {
  width: 100%;
  height: 1em;
  position: absolute;
  left: 0;
  bottom: -1.35em;
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
  opacity: 0;
  transition: all 0.65s;
  content: "";
}

.checkout-index-index .opc-wrapper .payment-group .payment-method .payment-method-content .actions-toolbar .checkout:hover {
  box-shadow: none;
  transform: translateY(-0.25em) !important;
  background: #ed6436;
  border: 1px solid #ed6436;
  color: #ffffff;
}

.checkout-index-index .opc-wrapper .payment-group .payment-method .payment-method-content .actions-toolbar .checkout:hover::before {
  opacity: 1;
}

.checkout-index-index .opc-payment-additional.discount-code .payment-option-title {
  padding-left: 0;
}

.checkout-index-index .checkout-payment-method .payment-option-title .action-toggle {
  font-size: 16px;
  font-weight: 700;
  color: #222;
}

.checkout-index-index .checkout-payment-method .payment-option-title .action-toggle:after {
  right: -10px;
  top: 7px;
  line-height: 22px;
  font-size: 40px;
  color: #222;
}

.checkout-index-index .checkout-payment-method .payment-option._collapsible .payment-option-content {
  padding: 0;
}

.checkout-index-index .opc-wrapper .payment-option-content .form-discount {
  max-width: 100%;
}

.checkout-index-index .opc-wrapper .payment-option-content .form-discount .actions-toolbar .action-apply {
  margin: 0;
  font-size: 16px;
  height: 42px;
  text-transform: capitalize;
  letter-spacing: .5px;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 5px;
  color: #ffffff;
  background: #ed6436;
  border: 1px solid #ed6436;
  border-radius: 10px;
  transition: all ease-in-out 0.2s;
  justify-content: center;
  position: relative;
  min-width: 150px;
}

.checkout-index-index .opc-wrapper .payment-option-content .form-discount .actions-toolbar .action-apply::before {
  width: 100%;
  height: 1em;
  position: absolute;
  left: 0;
  bottom: -1.35em;
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
  opacity: 0;
  transition: all 0.65s;
  content: "";
}

.checkout-index-index .opc-wrapper .payment-option-content .form-discount .actions-toolbar .action-apply:hover {
  box-shadow: none;
  transform: translateY(-0.25em) !important;
  background: #ed6436;
  border: 1px solid #ed6436;
  color: #ffffff;
}

.checkout-index-index .opc-wrapper .payment-option-content .form-discount .actions-toolbar .action-apply:hover::before {
  opacity: 1;
}

/**Cart page css end**/


/**Other new css start**/
.header-links .cus-links {
  padding: 15px;
  border-radius: 0 0 10px 10px;
}

.header-links .header.links a {
  padding: 5px 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
}

.modal-popup .modal-header,
.modal-popup .modal-content,
.modal-popup .modal-footer {
  padding-left: 15px;
  padding-right: 15px;
}

#bzo-popup-login-modal .customer-title {
  font-size: 25px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 10px;
}

.fieldset .field .label {
  color: #222;
  font-weight: 500;
  font-size: 16px;
}

.fieldset .field .control input {
  border-radius: 10px;
  color: #222;
}

.fieldset .field .control input:focus {
  box-shadow: none;
  border-color: #222;
}

.bzo-popup-modal .actions-toolbar {
  text-align: center;
  flex-direction: column;
}

.custom-modal-popuplogin .actions-toolbar .secondary {
  width: 100%;
  text-align: right;
}

.custom-modal-popuplogin .actions-toolbar .secondary a {
  font-size: 16px;
  font-weight: 500;
}

.bzo-popup-modal .actions-toolbar .primary {
  margin: 20px 0 0;
  width: 100%;
}

.bzo-popup-modal .actions-toolbar .primary button {
  text-transform: capitalize !important;
}

.bzo-popup-modal .bottom-popup .sub-title {
  font-size: 20px;
  font-weight: 500;
}

.bzo-popup-modal .bottom-popup .trigger-button a {
  font-size: 16px;
  font-weight: 700;
  color: #ed6436;
}

.bzo-popup-modal .bottom-popup .trigger-button a:hover {
  color: #222;
}

.bzo-popup-modal .back-to-login {
  margin-top: 20px;
}

.bzo-popup-modal .back-to-login a {
  font-size: 16px;
  font-weight: 700;
  color: #ed6436;
}

.bzo-popup-modal .back-to-login a:hover {
  color: #222;
}

.header-links .customer-welcome+.link.authorization-link a {
  background-color: #ed6436;
  line-height: 30px;
  border-radius: 10px;
  text-transform: capitalize;
}

.header-links .customer-welcome .customer-menu .header.links li a {
  padding: 8px 0;
}

.header-links .greet.welcome {
  border-bottom: 1px solid #ddd;
  padding-bottom: 5px;
  font-size: 18px;
  color: #222;
}

.detail-key-frature-row {
  width: 100%;
  display: block;
  margin-top: 30px;
}

.detail-key-frature-row h2 {
  color: #222;
  font-size: 22px;
  font-weight: 700;
}

.design-service-table {
  margin-top: 50px;
  display: block;
  width: 100%;
}

.applicable-material-checklist h3.doit-hdr {
  margin: 0 0px 20px;
  text-align: left;
}

.design-service-table .tabs-table-sec .table tr th:nth-child(3n + 2) {
  background: #ade9c2;
}

.design-service-table .tabs-table-sec .table tr th:nth-child(3n + 3) {
  background: #f9b1b1;
}

.design-service-table .tabs-table-sec .table tr td:nth-child(3n + 1) {
  vertical-align: middle;
}

.bzo-popup-modal .block-customer-login {
  margin-bottom: 20px;
}

.or-txt {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 15px 0;
}

.or-txt span {
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 600;
  color: #222;
  z-index: 1;
}

.or-txt:after {
  content: '';
  width: 100%;
  height: 1px;
  background: #ddd;
  position: absolute;
  left: 50%;
  top: 50%;
  max-width: 250px;
  transform: translate(-50%, -50%);
}

.account-social-login .actions-toolbar.social-btn {
  width: 100%;
  border: none;
}

.account-social-login .actions-toolbar.social-btn .btn-social {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 45px;
  gap: 15px;
  font-size: 16px;
  line-height: 40px;
  font-weight: 600;
  font-family: 'Outfit', sans-serif;
  position: relative;
  border: 1px solid #ddd;
  border-radius: 10px;
  transition: all ease-in-out 0.2s;
  padding: 10px;
}

.account-social-login .actions-toolbar.social-btn .btn-social::before {
  width: 100%;
  height: 1em;
  position: absolute;
  left: 0;
  bottom: -1.35em;
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
  opacity: 0;
  transition: all 0.65s;
  content: "";
}

.account-social-login .actions-toolbar.social-btn .btn-social:hover {
  box-shadow: none;
  transform: translateY(-0.25em) !important;
  background: transparent;
}

.account-social-login .actions-toolbar.social-btn .btn-social:hover::before {
  opacity: 1;
}

.account-social-login .actions-toolbar.social-btn .btn-social span {
  position: inherit;
  height: 32px;
  border-right: none;
}

.account-social-login .actions-toolbar.social-btn .btn-social span:before {
  display: none;
}

.notfound-action {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.notfound-container .image-notfound img {
  height: 100%;
  max-height: 100%;
  object-fit: cover;
}

.notfound-info {
  width: 100%;
  margin-top: 30px;
  display: block;
}

.notfound-info .title.google-element-font {
  font-size: 40px;
  font-weight: 700;
  line-height: 50px;
}

.notfound-info .description {
  font-size: 16px;
  line-height: 22px;
  margin-top: 15px;
  color: #222;
}

.customer-account-login #maincontent,
.customer-account-forgotpassword #maincontent,
.customer-account-createpassword #maincontent {
  margin: 90px auto;
}

.customer-account-login .block-customer-login,
.customer-account-login .block-new-customer,
.customer-account-forgotpassword .password.forget,
.customer-account-createpassword .password.reset {
  background: #ffffff;
  padding: 30px 20px;
  color: #222222;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  margin: 0 auto;
  border: none;
}

.customer-account-login .login-container .block .block-title {
  font-size: 271.428%;
  line-height: 100%;
  border: none;
  padding: 0;
}

.customer-account-login .fieldset.login {
  margin: 0;
}

.customer-account-login .field.note {
  color: #222;
  line-height: 22px;
}

.customer-account-login .field.choice.password-choice {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.customer-account-login .show-password-field,
.customer-account-createpassword .field.choice {
  display: flex;
}

.customer-account-login .show-password-field .label,
.customer-account-createpassword .label {
  margin: 0;
  line-height: 22px;
  font-size: 14px;
}

.question-circle {
  display: inline-block;
  width: 16px;
  height: 16px;
  line-height: 16px;
  border-radius: 50%;
  background-color: #ed6436;
  /* Circle color */
  color: white;
  /* Text color */
  text-align: center;
  font-size: 14px;
  margin-left: 2px;
  /* Space between text and the circle */
  font-weight: bold;
  vertical-align: middle;
  margin-bottom: 2px;
}

.question-circle:hover {
  background-color: #ed6436;
  /* Darker shade for hover effect */
}

.custom-tooltip .tooltip-content {
  cursor: pointer;
  min-width: 256px;
  padding: 8px 12px;
  line-height: 1.1;
  font-size: 14px;
}


/**Media css start**/
@media screen and (min-width:1366px) and (max-width:1599.98px) {
  .chart-guidline-section .guidline-bx-data span {
    min-height: 50px;
    text-align: center;
  }

  .tabs-data-row h4 {
    min-height: 40px;
  }

  .modal-popup._inner-scroll .modal-content {
    padding: 0 15px 15px;
  }
}

@media screen and (min-width:1200px) and (max-width:1365.98px) {
  .our-service-section .block-home-services .item p {
    font-size: 13px;
    line-height: 22px;
  }

  .chart-guidline-section .guidline-bx-data span {
    min-height: 50px;
    text-align: center;
  }

  .modal-popup._inner-scroll .modal-content {
    padding: 0 15px;
  }

  .checkout-cart-index .page-title-wrapper,
  .checkout-index-index .page-title-wrapper {
    margin-top: 20px;
  }

  .checkout-cart-index .page-title-wrapper .page-title,
  .checkout-index-index .page-title-wrapper .page-title {
    font-size: 28px;
  }

  .no-cart-item img {
    width: 280px;
  }
}

@media screen and (min-width:1024px) and (max-width:1199.98px) {
  .block-home-services ul li {
    width: 33%;
  }

  .block-home-services ul li:nth-child(5n) {
    width: 33%;
  }

  .banner-section {
    margin: 50px 0 30px;
  }

  .banner-section .topbanner-lft-part h1 {
    font-size: 40px;
  }

  .whyus-section .why-choose {
    background-position: -490px 0;
  }

  .our-client-section .block-home-partner ul li {
    width: 23.5%;
  }

  .materials-section .tabs-data-row h4 {
    margin-bottom: 5px;
    font-size: 14px;
    min-height: 35px;
  }

  .materials-section .tabs-data-row p {
    line-height: 16px;
  }

  .guidline-bx-data span {
    font-size: 20px;
    line-height: 26px;
  }

  .guidline-bx-data p {
    font-size: 14px;
    line-height: 18px;
  }

  .guidline-bx-data i {
    margin-bottom: 0;
  }

  .header-mobile .mobile-logo img {
    max-height: inherit;
  }

  .header-mobile .mobile-logo {
    padding: 5px 20px 10px;
  }

  .contact-block {
    margin-top: 0;
  }

  .addition-service-section .grey-box-data p {
    line-height: 20px;
    font-size: 14px;
    min-height: 80px;
  }

  .chart-guidline-section .guidline-bx-data span {
    min-height: 50px;
    text-align: center;
  }

  .service-color-box i {
    width: 100%;
    height: 180px;
  }

  .cta-data p br {
    display: none;
  }

  .modal-popup._inner-scroll .modal-content {
    padding: 0 15px;
  }

  #designservices-modal-header h2,
  #customquote-modal-header h2 {
    font-size: 20px;
  }

  #cutncraft-designservices-form .fieldset .field,
  #cutncraft-customquote-form .fieldset .field {
    margin-bottom: 10px;
  }

  .field.about_your_project .control {
    display: flex;
  }

  .form-cmn-inner-hdr h3 {
    margin-bottom: 10px;
    font-size: 20px;
  }

  .fieldset.make_sure_sketch .control .label {
    width: calc(100% - 25px);
    font-size: 14px;
  }

  .fieldset.make_sure_sketch .control {
    align-items: flex-start;
    line-height: 20px;
  }

  .fieldset.make_sure_sketch .control {
    margin-bottom: 10px;
  }

  .create-customefile-data p {
    min-height: 68px;
  }

  .checkout-cart-index .page-title-wrapper,
  .checkout-index-index .page-title-wrapper {
    margin-top: 20px;
  }

  .checkout-cart-index .page-title-wrapper .page-title,
  .checkout-index-index .page-title-wrapper .page-title {
    font-size: 28px;
  }

  .no-cart-item img {
    width: 280px;
  }

  .checkout-cart-index .page-title-wrapper .page-title,
  .checkout-index-index .page-title-wrapper .page-title {
    font-size: 25px;
  }

  .checkout-cart-index .cart-container .cart-summary {
    margin-bottom: 20px;
  }

  .checkout-cart-index .cart-container .cart-summary>.title {
    font-size: 20px;
  }

  .checkout-cart-index .cart-container,
  .checkout-index-index .checkout-container {
    margin: 30px 0 15px;
  }

  .checkout-cart-index .opc-estimated-wrapper {
    padding: 15px 0;
  }

  .checkout-index-index #checkout-step-shipping .fieldset .actions-toolbar .primary {
    margin-bottom: 0;
  }

  .checkout-index-index .opc-wrapper .form-login {
    margin-bottom: 20px;
  }

  .checkout-index-index .opc-estimated-wrapper .estimated-block {
    color: #222;
  }

  .checkout-index-index .opc-wrapper .payment-group .payment-method .payment-method-title {
    padding: 15px;
  }

  .checkout-index-index .opc-payment-additional.discount-code .payment-option-title {
    padding-left: 15px;
  }

  .checkout-index-index .opc-wrapper .payment-option-content .form-discount {
    padding: 0 15px;
  }

  .checkout-payment-method .checkout-billing-address {
    margin: 0 15px 23px;
  }

  .checkout-cart-index .cart.table-wrapper .product-item-details {
    padding-left: 70px;
  }

  .opc-progress-bar-item {
    width: 42%;
  }

  .payment-method-note {
    padding: 0 15px;
  }
}

@media screen and (min-width:768px) and (max-width:1023.98px) {
  .banner-section .topbanner-lft-part h1 {
    font-size: 30px;
  }

  .banner-section .topbanner-lft-part span {
    font-size: 18px;
  }

  .banner-section .topbanner-lft-part p {
    font-size: 13px;
  }

  .banner-section .topbanner-lft-part .banner-btn {
    gap: 10px;
    margin-top: 15px;
  }

  .banner-section {
    margin: 50px 0 20px;
  }

  .banner-section .topbanner-lft-part .banner-btn .action.primary {
    font-size: 14px;
    padding: 14px 6px;
  }

  .block-home-services ul li:nth-child(5n) {
    width: 50%;
  }

  .block-home-services .item {
    padding: 20px;
  }

  .partner-brand .block-title strong,
  .brand-partner .block-title strong,
  .team-about-us .block-title strong,
  .block-upsell .block-title strong,
  .block-related .block-title strong,
  .block-post-home .block-title strong,
  .block-tab-home .block-title strong,
  .block-product-list .block-title strong,
  .block-product-home .block-title strong,
  .block-cate-home .block-title strong,
  .block-home-services .block-title strong,
  .block-home-choose .block-title strong,
  .block-home-partner .block-title strong {
    font-size: 30px;
  }

  .whyus-section .why-choose {
    background-position: -760px 0;
  }

  .whyus-section .why-choose .block.block-home-choose {
    padding-right: 360px;
  }

  .whyus-section .why-choose .block-home-choose .block-content ul li p {
    font-size: 13px;
    line-height: 22px;
  }

  .faq-section .about-full .about-title {
    font-size: 30px;
  }

  .testimonial-section .block-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .testimonial-section .block-title a {
    float: none;
    top: 0;
  }

  .testimonial-section {
    margin: 30px 0;
  }

  .our-client-section {
    margin: 30px 0 20px;
  }

  .our-client-section .block-home-partner ul li {
    width: 48%;
  }

  .CTA-section {
    padding: 30px 0;
  }

  .cta-data h3 {
    font-size: 30px;
  }

  .cta-data p {
    font-size: 16px;
    line-height: 24px;
  }

  .cta-data p br {
    display: none;
  }

  .cta-data {
    gap: 20px;
  }

  .cta-data small {
    font-size: 14px;
  }

  .cmn-btn {
    font-size: 14px;
  }

  .faq-section .about-accordion .accordion-item {
    padding: 15px;
  }

  .banner-section.homepage-banner {
    padding: 30px 0;
    margin-bottom: 30px;
  }

  .tabs-data-row p {
    line-height: 18px;
  }

  .tabs-data-row h4 {
    margin: 0 0 5px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .materials-section {
    margin-bottom: 50px;
  }

  .size-guideline-section {
    padding: 30px 0 50px;
  }

  .guidline-lft-data h2 {
    font-size: 30px;
    margin-bottom: 10px;
  }

  .guidline-lft-data p {
    font-size: 14px;
  }

  .guidline-bx-data i {
    margin-bottom: 0;
  }

  .guidline-lft-data {
    margin-bottom: 30px;
  }

  .guidline-bx-data span {
    font-size: 22px;
    line-height: 26px;
  }

  .guidline-bx-data p {
    font-size: 14px;
  }

  .header-mobile .mobile-logo img {
    max-height: inherit;
  }

  .header-mobile .mobile-logo {
    padding: 5px 20px 10px;
  }

  .contact-content {
    margin: 50px 0;
  }

  .contact-block {
    margin-top: 0;
  }

  .contact-block .fieldset .field {
    width: 100%;
  }

  .contact-content .contact-col-info .title,
  .contact-block .title-contact strong {
    font-size: 190%;
  }

  .contact-content .contact-col-info .contact-des,
  .contact-block .form-des {
    line-height: 18px;
  }

  .contact-block .title-contact {
    margin-bottom: 10px;
  }

  .contact-content .contact-col-info,
  .contact-block {
    padding: 20px 15px;
  }

  .banner-section .topbanner-lft-part p br {
    display: none;
  }

  .grey-box-data p {
    font-size: 14px;
    line-height: 20px;
  }

  .grey-box-data span {
    font-size: 20px;
  }

  .cmn-grey-section {
    padding: 30px 0;
  }

  .grey-hdr {
    margin-bottom: 30px;
  }

  .grey-hdr h2 {
    font-size: 30px;
  }

  .banner-section.banding-section {
    margin: 30px 0;
  }

  .cmn-grey-section.finish-option-section .grey-box-data {
    margin-bottom: 30px;
  }

  .cmn-grey-section.finish-option-section .finishing-data {
    margin-top: 0;
  }

  .grey-box-data a {
    font-size: 14px;
  }

  .cutting-methode-section .grey-box-data p {
    font-size: 13px;
    line-height: 16px;
  }

  .cutting-methode-section {
    margin: 30px 0 50px;
  }

  .cmn-grey-section.design-guidelines-section .grey-hdr p {
    margin: 10px 0;
    font-size: 16px;
    line-height: 22px;
  }

  .cutting-methode-section .grey-box-data p {
    font-size: 14px;
    line-height: 20px;
    min-height: 80px;
  }

  .grey-hdr p {
    margin: 10px 0;
    font-size: 16px;
    line-height: 24px;
  }

  .cmn-tabs .nav-tabs {
    padding-left: 0;
    white-space: nowrap;
    overflow: hidden;
    overflow-x: auto;
    flex-wrap: inherit;
  }

  .cmn-tabs .tab-content .tab-pane {
    padding: 15px;
  }

  .tabs-services ul {
    flex-wrap: wrap;
    justify-content: center;
  }

  .tabs-services ul li {
    width: 48.9%;
  }

  .tabs-hdr {
    margin-bottom: 15px;
  }

  .tabs-hdr h2 {
    font-size: 20px;
  }

  .material-detail-section {
    padding: 10px 0 30px;
  }

  .tabs-table-sec .table tr td {
    padding: 8px 5px;
    line-height: 20px;
    vertical-align: middle;
    font-size: 13px;
  }

  .tabs-table-sec .table tr th {
    font-size: 14px;
    padding: 10px 5px;
    line-height: 20px;
    vertical-align: middle;
  }

  .cutting-img img {
    max-width: 250px;
  }

  .cmn-tabs .nav-tabs li a.nav-link {
    min-width: 80px;
    height: 40px;
    font-size: 14px;
  }

  .chart-guidline-section .guidline-bx-data span {
    min-height: 50px;
    text-align: center;
  }

  .block-subscribe-footer .newsletter-content {
    display: flex;
  }

  .block-subscribe-footer .input-box {
    margin-bottom: 0;
  }

  .ft-block.ft-block-news {
    margin: 0 0 20px;
  }

  .links-footer li,
  .ft-block .ft-title {
    margin-bottom: 5px;
  }

  .ft-block,
  .text-email {
    margin-bottom: 10px;
  }

  .footer-bottom .footer-payment {
    text-align: center;
  }

  .service-color-row ul {
    flex-wrap: wrap;
  }

  .service-color-row {
    margin: 0;
  }

  .service-color-row ul {
    flex-wrap: wrap;
  }

  .service-color-row ul li {
    width: 31%;
  }

  .service-color-box i {
    width: 100%;
    height: 100%;
  }

  .applicable-material-row .materials-tabs-widget {
    margin-bottom: 15px;
  }

  .applicable-material-checklist {
    margin-top: 30px;
  }

  .applicable-material-checklist h3 {
    margin-bottom: 25px;
  }

  .design-guidelines-section {
    padding: 30px 0;
  }

  .applicable-material-checklist-data ul li {
    padding: 10px;
  }

  .applicable-material-checklist-data ul li span {
    font-size: 14px;
    line-height: 20px;
  }

  .staticpage-btm-data {
    margin: 30px 0;
  }

  .static-hdr h1 {
    font-size: 30px;
  }

  .staticpage-btm-data p,
  .staticpage-btm-data ul li,
  .staticpage-btm-data ol li {
    font-size: 14px;
  }

  .modal-popup._inner-scroll .modal-content {
    padding: 0 15px;
  }

  #designservices-modal-header h2,
  #customquote-modal-header h2 {
    font-size: 20px;
  }

  #cutncraft-designservices-form .fieldset .field,
  #cutncraft-customquote-form .fieldset .field {
    margin-bottom: 10px;
  }

  .field.about_your_project .control {
    display: flex;
  }

  .form-cmn-inner-hdr h3 {
    margin-bottom: 10px;
    font-size: 20px;
  }

  .fieldset.make_sure_sketch .control .label {
    width: calc(100% - 25px);
    font-size: 14px;
  }

  .fieldset.make_sure_sketch .control {
    align-items: flex-start;
    line-height: 20px;
  }

  .fieldset.make_sure_sketch .control {
    margin-bottom: 10px;
  }

  .create-customefile-data p {
    font-size: 14px;
    min-height: 88px;
  }

  .quotation-dragdrop-row span {
    font-size: 12px;
    text-align: center;
  }

  .quotation-dragdrop-row h3 {
    font-size: 22px;
  }

  .quotation-dragdrop-row em {
    font-size: 22px;
    line-height: 24px;
  }

  .create-customefile-row h5 {
    font-size: 18px;
  }

  .create-customefile-data span {
    font-size: 16px;
  }

  .checkout-cart-index .page-title-wrapper,
  .checkout-index-index .page-title-wrapper {
    margin-top: 20px;
  }

  .checkout-cart-index .page-title-wrapper .page-title,
  .checkout-index-index .page-title-wrapper .page-title {
    font-size: 28px;
  }

  .no-cart-item img {
    width: 250px;
  }

  .checkout-cart-index .page-title-wrapper .page-title,
  .checkout-index-index .page-title-wrapper .page-title {
    font-size: 25px;
  }

  .checkout-cart-index .cart-container .cart-summary {
    margin-bottom: 20px;
  }

  .checkout-cart-index .cart-container .cart-summary>.title {
    font-size: 20px;
  }

  .checkout-cart-index .cart-container,
  .checkout-index-index .checkout-container {
    margin: 30px 0 15px;
  }

  .checkout-cart-index .opc-estimated-wrapper {
    padding: 15px 0;
  }

  .checkout-index-index #checkout-step-shipping .fieldset .actions-toolbar .primary {
    margin-bottom: 0;
  }

  .checkout-index-index .opc-wrapper .form-login {
    margin-bottom: 20px;
  }

  .checkout-index-index .opc-estimated-wrapper .estimated-block {
    color: #222;
  }

  .checkout-index-index .opc-wrapper .payment-group .payment-method .payment-method-title {
    padding: 15px;
  }

  .checkout-index-index .opc-payment-additional.discount-code .payment-option-title {
    padding-left: 15px;
  }

  .checkout-index-index .opc-wrapper .payment-option-content .form-discount {
    padding: 0 15px;
  }

  .checkout-payment-method .checkout-billing-address {
    margin: 0 15px 23px;
  }

  .checkout-cart-index .cart.table-wrapper .product-item-details {
    padding-left: 70px;
  }

  .opc-progress-bar-item {
    width: 42%;
  }

  .payment-method-note {
    padding: 0 15px;
  }

  .customer-account-login #maincontent,
  .customer-account-forgotpassword #maincontent,
  .customer-account-createpassword #maincontent {
    margin: 30px auto;
  }

  .customer-account-login .login-container {
    display: flex;
    justify-content: space-between;
    width: 100%;
  }

  .customer-account-login .block-customer-login,
  .customer-account-login .block-new-customer {
    width: 49%;
  }

  .customer-account-login .login-container .block .block-title {
    font-size: 30px;
  }
}

@media screen and (min-width:200px) and (max-width:767.98px) {
  .banner-section {
    margin: 30px 0;
  }

  .banner-section .topbanner-lft-part h1 {
    font-size: 28px;
    margin-bottom: 15px;
  }

  .banner-section .topbanner-lft-part span {
    font-size: 16px;
    margin: 5px 0;
  }

  .banner-section .topbanner-lft-part p {
    font-size: 13px;
  }

  .banner-section .topbanner-lft-part .banner-btn {
    margin-top: 20px;
    justify-content: center;
  }

  .banner-section .topbanner-lft-part .banner-btn .action.primary {
    font-size: 14px;
    padding: 10px 6px;
    min-width: 150px;
  }

  .topbanner-lft-part {
    margin-bottom: 30px;
    text-align: center;
  }

  .partner-brand .block-title strong,
  .brand-partner .block-title strong,
  .team-about-us .block-title strong,
  .block-upsell .block-title strong,
  .block-related .block-title strong,
  .block-post-home .block-title strong,
  .block-tab-home .block-title strong,
  .block-product-list .block-title strong,
  .block-product-home .block-title strong,
  .block-cate-home .block-title strong,
  .block-home-services .block-title strong,
  .block-home-choose .block-title strong,
  .block-home-partner .block-title strong {
    font-size: 175%;
  }

  .faq-section .about-full .about-title,
  .guidline-lft-data h2 {
    font-size: 175%;
  }

  .partner-brand .block-title a,
  .brand-partner .block-title a,
  .team-about-us .block-title a,
  .block-upsell .block-title a,
  .block-related .block-title a,
  .block-post-home .block-title a,
  .block-tab-home .block-title a,
  .block-product-list .block-title a,
  .block-product-home .block-title a,
  .block-cate-home .block-title a,
  .block-home-services .block-title a,
  .block-home-choose .block-title a,
  .block-home-partner .block-title a {
    height: 38px;
    line-height: 38px;
  }

  .cmn-btn {
    font-size: 14px;
  }

  .block-home-services ul li {
    width: 100%;
  }

  .block-home-services .item {
    padding: 15px 10px;
  }

  .block-home-services .item h3 {
    font-size: 130%;
  }

  .block-home-services .item p {
    font-size: 14px;
    line-height: 20px;
    min-height: inherit;
  }

  .whyus-section .why-choose {
    background: #f4ebe2;
  }

  .whyus-section .why-choose .block-home-choose .block-content ul li p {
    font-size: 14px;
    line-height: 20px;
  }

  .faq-section .about-accordion .accordion-item {
    padding: 15px;
  }

  .about-accordion .accordion-title {
    line-height: 22px;
    font-size: 120%;
  }

  .about-accordion .accordion-content p {
    margin: 0;
    font-size: 14px;
    line-height: 20px;
  }

  .testimonial-section {
    margin: 30px 0;
  }

  .testimonial-section .block-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .testimonial-section .block-title a {
    float: none;
    top: 0;
  }

  .testimonial-section .cmn-rowgap {
    row-gap: 15px;
  }

  .testimonial-disc p {
    line-height: 20px;
  }

  .CTA-section {
    padding: 30px 0;
  }

  .cta-data h3 {
    font-size: 20px;
  }

  .cta-data {
    gap: 15px;
  }

  .cta-data p {
    font-size: 16px;
    line-height: 20px;
  }

  .cta-data p br {
    display: none;
  }

  .cta-data small {
    font-size: 13px;
    line-height: 18px;
  }

  .cta-btn-row .cmn-btn {
    padding: 6px 15px !important;
  }

  .request-links a {
    font-size: 14px;
  }

  .materials-tabs ul {
    gap: 10px;
    flex-wrap: wrap;
  }

  .tabs-btm-spacing {
    row-gap: 15px;
  }

  .materials-tabs-widget a {
    flex-direction: row;
  }

  .tabs-image-row {
    width: 80px;
    border-radius: 10px 0 0 10px;
  }

  .tabs-data-row {
    width: calc(100% - 130px);
    text-align: left;
  }

  .tabs-data-row p {
    line-height: 18px;
  }

  .tabs-data-row h4 {
    margin: 0 0 5px;
    min-height: inherit;
  }

  .tabs-image-row i {
    height: 100%;
  }

  .request-links {
    margin: 30px 0;
  }

  .materials-section,
  .guidline-lft-data {
    margin-bottom: 30px;
  }

  .size-guideline-section {
    padding: 30px 0;
  }

  .guidline-lft-data p {
    font-size: 14px;
    line-height: 22px;
  }

  .guidline-bx-data span {
    font-size: 20px;
    line-height: 28px;
  }

  .guidline-bx-data p {
    font-size: 14px;
    min-height: inherit;
  }

  .banner-section.homepage-banner {
    padding: 30px 0;
    margin-bottom: 30px;
  }

  .guidline-bx-data i {
    margin-bottom: 0;
  }

  .header-mobile .mobile-logo img {
    max-height: inherit;
  }

  .header-mobile .mobile-logo {
    padding: 5px 20px 10px;
  }

  .contact-content {
    width: 100%;
    display: block;
    margin: 30px 0 0;
  }

  .contact-content .contact-col-info {
    border-radius: 10px;
    padding: 20px 15px;
  }

  .contact-content .contact-col-info .title,
  .contact-block .title-contact strong {
    font-size: 157%;
  }

  .contact-content .contact-col-info .contact-des,
  .contact-block .form-des {
    line-height: 20px;
  }

  .contact-content .contact-col-info .contact-detail li .info-title {
    font-size: 115%;
  }

  .contact-content .contact-col-info .contact-detail li .info-des {
    line-height: 20px;
  }

  .contact-block {
    padding: 20px 15px;
    margin: 30px 0;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
  }

  .contact-block .title-contact {
    margin-bottom: 10px;
  }

  .banner-btm-links {
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 30px;
  }

  .banner-btm-links a {
    font-size: 12px;
  }

  .cmn-grey-section {
    padding: 30px 0;
  }

  .grey-hdr h2 {
    font-size: 175%;
  }

  .grey-hdr h2 br {
    display: none;
  }

  .grey-hdr {
    margin-bottom: 30px;
  }

  .grey-box-data {
    margin-bottom: 30px;
  }

  .finishing-data {
    margin-top: 0;
  }

  .finishing-data p {
    font-size: 16px;
    line-height: 20px;
  }

  .cutting-methode-section {
    margin: 30px 0;
  }

  .grey-hdr p {
    font-size: 16px;
    line-height: 24px;
    margin: 10px 0;
  }

  .banner-section .topbanner-lft-part p br {
    display: none;
  }

  .topbanner-lft-part ul {
    text-align: left;
  }

  .cmn-tabs .nav-tabs {
    padding-left: 0;
    white-space: nowrap;
    overflow: hidden;
    overflow-x: auto;
    flex-wrap: inherit;
  }

  .cmn-tabs .tab-content .tab-pane {
    padding: 15px;
  }

  .tabs-services ul {
    flex-direction: column;
  }

  .tabs-services ul li {
    width: 100%;
  }

  .tabs-hdr {
    margin-bottom: 15px;
  }

  .tabs-hdr h2 {
    font-size: 18px;
  }

  .material-detail-section {
    padding: 10px 0 30px;
  }

  .tabs-table-sec .table tr td {
    padding: 8px 5px;
    line-height: 20px;
    vertical-align: middle;
    font-size: 13px;
  }

  .tabs-table-sec .table tr th {
    font-size: 14px;
    padding: 10px 5px;
    line-height: 20px;
    vertical-align: middle;
  }

  .cutting-img img {
    max-width: 200px;
  }

  .cmn-tabs .nav-tabs li a.nav-link {
    min-width: 80px;
    height: 40px;
    font-size: 14px;
  }

  .block-subscribe-footer .newsletter-content {
    display: flex;
  }

  .block-subscribe-footer .input-box {
    margin-bottom: 0;
  }

  .ft-block.ft-block-news {
    margin: 0 0 20px;
  }

  .links-footer li,
  .ft-block .ft-title {
    margin-bottom: 5px;
  }

  .ft-block,
  .text-email {
    margin-bottom: 10px;
  }

  .footer-bottom .footer-payment {
    text-align: center;
  }

  .FAQ-vertical-tabs-data .tab-pane {
    display: block !important;
    opacity: 1 !important;
  }

  .FAQ-vertical-tabs-data #v-pills-tab {
    display: none;
  }

  .FAQ-vertical-tabs-data .card-header {
    display: block;
    margin-bottom: 10px;
    border: none;
    border-radius: 10px;
  }

  .FAQ-vertical-tabs-data .tab-pane .collapse {
    display: none;
  }

  .FAQ-vertical-tabs-data .tab-pane .collapse.show {
    display: block;
    margin-bottom: 20px;
  }

  .FAQ-vertical-tabs-data .pl-0 {
    padding-left: 15px !important;
  }

  .FAQ-vertical-tabs-data .tab-content {
    padding: 15px;
  }

  .FAQ-vertical-tabs-data .card-header a {
    width: 100%;
    display: block;
    font-size: 18px;
    font-weight: 600;
  }

  .FAQ-vertical-tabs-data .card-header a[aria-expanded="false"]::before {
    float: right;
    content: '\e908';
    display: inline-block;
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-align: center;
    vertical-align: middle;
    font-size: 22px;
    line-height: 30px;
    transform: rotate(180deg);
  }

  .FAQ-vertical-tabs-data .card-header a[aria-expanded="true"]::before {
    float: right;
    content: '\e908';
    display: inline-block;
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-align: center;
    vertical-align: middle;
    font-size: 22px;
    line-height: 30px;
  }

  .FAQ-vertical-tabs-data .card-header a[aria-expanded="true"] {
    color: #ED6436;
  }

  .service-color-row ul {
    flex-wrap: wrap;
  }

  .service-color-row {
    margin: 0;
  }

  .service-color-row ul {
    flex-wrap: wrap;
  }

  .service-color-row ul li {
    width: 47%;
  }

  .service-color-box i {
    width: 100%;
    height: 100%;
  }

  .applicable-material-row .materials-tabs-widget {
    margin-bottom: 15px;
  }

  .applicable-material-checklist {
    margin-top: 30px;
  }

  .applicable-material-checklist h3 {
    font-size: 20px;
    margin-bottom: 25px;
  }

  .design-guidelines-section {
    padding: 30px 0;
  }

  .staticpage-btm-data {
    margin: 30px 0;
  }

  .static-hdr h1 {
    font-size: 28px;
  }

  .staticpage-btm-data p,
  .staticpage-btm-data ul li,
  .staticpage-btm-data ol li {
    font-size: 14px;
  }

  .our-client-section .block-home-partner ul li {
    width: 100%;
  }

  .blog-page-list .post-holder {
    width: 100%;
    margin-right: 0;
  }

  .format-img {
    width: 250px;
  }

  .quotation-dragdrop-row h3,
  .quotation-dragdrop-row em {
    font-size: 17px;
  }

  .quotation-dragdrop-row span {
    font-size: 12px;
    text-align: center;
    line-height: 18px;
  }

  .create-customefile-row {
    margin-top: 30px;
  }

  .create-customefile-row ul {
    gap: 10px;
    flex-direction: column;
  }

  .create-customefile-row ul li {
    width: 100%;
  }

  .modal-popup.modal-slide {
    left: 0;
  }

  .modal-popup._inner-scroll .modal-content {
    padding: 0 15px;
  }

  #designservices-modal-header h2,
  #customquote-modal-header h2 {
    font-size: 20px;
  }

  #cutncraft-designservices-form .fieldset .field,
  #cutncraft-customquote-form .fieldset .field {
    margin-bottom: 10px;
  }

  .field.about_your_project .control {
    display: flex;
  }

  .form-cmn-inner-hdr h3 {
    margin-bottom: 10px;
    font-size: 20px;
  }

  .fieldset.make_sure_sketch .control .label {
    width: calc(100% - 25px);
    font-size: 14px;
  }

  .fieldset.make_sure_sketch .control {
    align-items: flex-start;
    line-height: 20px;
  }

  .fieldset.make_sure_sketch .control {
    margin-bottom: 10px;
  }

  .checkout-cart-index .page-title-wrapper,
  .checkout-index-index .page-title-wrapper {
    margin-top: 20px;
  }

  .no-cart-item img {
    width: 250px;
  }

  .no-cart-item p {
    font-size: 20px;
  }

  .no-cart-item span {
    font-size: 14px;
  }

  .checkout-cart-index .page-title-wrapper .page-title,
  .checkout-index-index .page-title-wrapper .page-title {
    font-size: 25px;
  }

  .checkout-cart-index .cart-container .cart-summary {
    margin-bottom: 20px;
  }

  .checkout-cart-index .cart-container .cart-summary>.title {
    font-size: 20px;
  }

  .checkout-cart-index .cart-container,
  .checkout-index-index .checkout-container {
    margin: 30px 0 15px;
  }

  .checkout-cart-index .opc-estimated-wrapper {
    padding: 15px 0;
  }

  .checkout-index-index #checkout-step-shipping .fieldset .actions-toolbar .primary {
    margin-bottom: 0;
  }

  .checkout-index-index .opc-wrapper .form-login {
    margin-bottom: 20px;
  }

  .checkout-index-index .opc-estimated-wrapper .estimated-block {
    color: #222;
  }

  .checkout-index-index .opc-wrapper .payment-group .payment-method .payment-method-title {
    padding: 15px;
  }

  .checkout-index-index .opc-payment-additional.discount-code .payment-option-title {
    padding-left: 15px;
  }

  .checkout-index-index .opc-wrapper .payment-group .payment-method .payment-method-title label span {
    display: block;
  }

  .checkout-index-index .opc-wrapper .payment-group .payment-method .payment-method-title label .action-help {
    margin-left: 0;
  }

  .checkout-index-index .opc-wrapper .payment-option-content .form-discount {
    padding: 0 15px;
  }

  .checkout-payment-method .checkout-billing-address {
    margin: 0 15px 23px;
  }

  .opc-progress-bar-item {
    width: 38%;
  }

  .payment-method-note {
    padding: 0 15px;
  }

  .customer-account-login #maincontent,
  .customer-account-forgotpassword #maincontent,
  .customer-account-createpassword #maincontent {
    margin: 30px auto;
  }

  .customer-account-login .login-container .block .block-title {
    font-size: 28px;
  }

  .customer-account-login .block-new-customer {
    margin-top: 20px;
  }
}

/**Media css end**/