@font-face {
	font-weight: normal;
	font-style: normal;
	font-family: "woodmart-font";
	src: url("//webuyharddrives.com/wp-content/themes/woodmart/fonts/woodmart-font-1-400.woff2?v=8.3.4") format("woff2");
}

:root {
	--wd-text-font: "Montserrat", Arial, Helvetica, sans-serif;
	--wd-text-font-weight: 400;
	--wd-text-color: rgb(0,0,0);
	--wd-text-font-size: 16px;
	--wd-title-font: "Montserrat", Arial, Helvetica, sans-serif;
	--wd-title-font-weight: 600;
	--wd-title-color: rgb(0,0,0);
	--wd-entities-title-font: "Montserrat", Arial, Helvetica, sans-serif;
	--wd-entities-title-font-weight: 600;
	--wd-entities-title-color: rgb(0,0,0);
	--wd-entities-title-color-hover: rgb(51 51 51 / 65%);
	--wd-alternative-font: "Montserrat", Arial, Helvetica, sans-serif;
	--wd-widget-title-font: "Montserrat", Arial, Helvetica, sans-serif;
	--wd-widget-title-font-weight: 600;
	--wd-widget-title-transform: uppercase;
	--wd-widget-title-color: rgb(0,0,0);
	--wd-widget-title-font-size: 16px;
	--wd-header-el-font: "Montserrat", Arial, Helvetica, sans-serif;
	--wd-header-el-font-weight: 600;
	--wd-header-el-transform: capitalize;
	--wd-header-el-font-size: 18px;
	--wd-otl-style: dotted;
	--wd-otl-width: 2px;
	--wd-primary-color: rgb(21,145,49);
	--wd-alternative-color: rgb(194,32,37);
	--btn-default-bgcolor: rgb(194,32,37);
	--btn-default-bgcolor-hover: rgb(0,0,0);
	--btn-accented-bgcolor: rgb(194,32,37);
	--btn-accented-bgcolor-hover: rgb(0,0,0);
	--wd-form-brd-width: 2px;
	--notices-success-bg: #459647;
	--notices-success-color: #fff;
	--notices-warning-bg: #E0B252;
	--notices-warning-color: #fff;
	--wd-link-color: rgb(194,32,37);
	--wd-link-color-hover: rgb(0,0,0);
}
.wd-age-verify-wrap {
	--wd-popup-width: 500px;
}
.wd-popup.wd-promo-popup {
	background-color: #111111;
	background-image: none;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: left center;
}
.wd-promo-popup-wrap {
	--wd-popup-width: 800px;
}
:is(.woodmart-woocommerce-layered-nav, .wd-product-category-filter) .wd-scroll-content {
	max-height: 223px;
}
.wd-page-title .wd-page-title-bg img {
	object-fit: cover;
	object-position: center center;
}
.wd-footer {
	background-color: #ffffff;
	background-image: none;
}
.ossp-section .ossp-info .info-box-subtitle {
	font-family: "Londrina Outline", Arial, Helvetica, sans-serif;
	font-weight: 400;
}
.mfp-wrap.wd-popup-quick-view-wrap {
	--wd-popup-width: 920px;
}
:root{
--wd-container-w: 1350px;
--wd-form-brd-radius: 5px;
--btn-default-color: #fff;
--btn-default-color-hover: #fff;
--btn-accented-color: #fff;
--btn-accented-color-hover: #fff;
--btn-default-brd-radius: 5px;
--btn-default-box-shadow: none;
--btn-default-box-shadow-hover: none;
--btn-accented-brd-radius: 5px;
--btn-accented-box-shadow: none;
--btn-accented-box-shadow-hover: none;
--wd-brd-radius: 0px;
}

@media (min-width: 1350px) {
[data-vc-full-width]:not([data-vc-stretch-content]),
:is(.vc_section, .vc_row).wd-section-stretch {
padding-left: calc((100vw - 1350px - var(--wd-sticky-nav-w) - var(--wd-scroll-w)) / 2);
padding-right: calc((100vw - 1350px - var(--wd-sticky-nav-w) - var(--wd-scroll-w)) / 2);
}
}


.wd-page-title {
background-color: #0a0a0a;
}

html {
  scroll-behavior: smooth;
}

.service-sec-five .wd-accordion-title.wd-active span{
    color: #ffffff;
}

.generic-title .title {
    line-height: 50px;
		font-size: 40px;	
}

.generic-title .title-after_title {
    font-size: 18px;
}
u {
    color: #000000 !important;
}

.grecaptcha-badge {
    display: none !important;
}


main#main-content {
    padding-top: 0;
   	padding-bottom: 0;
}

.main-page-wrapper {
    padding-top: 0;
}

.wd-prefooter {
	padding: 0 !important;align-content
}

.site-content {
    margin-bottom: 0px;
}


p:empty {
    display: none;
}

/*****/

.deskh {
    display: none;
}
.site-content ul {
    list-style: none;
    padding: 0;
}

/* .site-content li {
    background-size: 15px 15px;
    background-repeat: no-repeat;
    background-position: 0 5.5px;
    padding-left: 26px;
    margin-bottom: 6px !important;
    background-image: url(https://webuyharddrives.com/wp-content/uploads/2024/04/arrow.svg);
}
 */
.white-bg {
    color: #fff !important;
    font-size: 16px;
    padding: 10px 35px;
    transition: 0.5s;
    border-radius: 5px;
    cursor: pointer;
    background: linear-gradient(to left, transparent 50%, #147526 50%) right;
    background-size: 200% 100%;
	  letter-spacing: 1.6px;
}

.red-bg {
    color: #fff;
    font-size: 16px;
    padding: 15px 35px;
    transition: 0.5s;
    border-radius: 5px;
    cursor: pointer;
    background: linear-gradient(to left, rgb(194, 32, 37) 50%, transparent 50%) right;
    background-size: 200% 100%;
}


.red-bg:hover{
    background-position: left !important;
    color: #fff !important;
}


.green-bg {
    color: #fff !important;
    font-size: 16px;
    padding: 15px 35px;
    transition: 0.5s;
    border-radius: 5px;
    cursor: pointer;
    background: linear-gradient(to left, #199230 50%, #000000 50%) right;
    background-size: 200% 100%;
    text-transform: capitalize;
    border: none;
	  letter-spacing: 1.6px;
}
.green-bg:hover {
    background-position: left !important;
    color: #ffffff !important;
}

/*email-sec*/

.email-sec h4.woodmart-title-container {
    font-size: 48px;
    font-weight: 800;
    line-height: 45px;
    padding-top: 50px;
}

.email-sec .detail {
    padding: 15px;
    padding-bottom: 40px;
}

.email-sec .detail h3 {
    padding-top: 15px !important;
    margin-bottom: 5px;
    font-size: 30px;
    font-weight: 800;
    margin-top: 50px !important;
    color: #000;
}

.email-sec button.wpcf7-field-group-add {
    background-color: #c22025;
    border-radius: 5px;
    color: #fff;
    font-size: 25px;
    margin-top: 15px;
    margin-bottom: 25px;
}

.email-sec button.wpcf7-field-group-remove {
    background-color: #c22025;
    border-radius: 5px;
    color: #fff;
    font-size: 25px;
    margin-top: 15px;
    margin-right: 15px;
    margin-bottom: 25px;
}

.email-sec .vc_col-sm-4.right.add-space {
    padding: 5px;
}

.email-sec .vc_col-sm-3.right.add-space {
    padding: 5px;
}

.email-sec label {
    position: absolute;
    pointer-events: none;
    font-weight: normal;
    color: #c22025;
    font-size: 15px !important;
    transition: 0.3s;
    transform: translateY(-45%) translateX(12%);
    background: white;
    padding: 0 6px;
    z-index: 9;
}

.email-sec .wpcf7-field-group > p:last-child:before {
    content: "Add More Toners";
    padding-right: 12px;
    font-size: 18px;
}

.screen-reader-response {
    display: none;
}

.email-sec .wpcf7-file {
	padding-left:15px;
}


/* .email-sec input.wpcf7-form-control.wpcf7-submit.has-spinner {
    background-color: #c22025;
    color: #fff;
    border-radius: 5px;
} */



/**** old-Header CSS ****/

/**
.wd-logo img {
    padding-top: 0 !important;
    padding-bottom: 5px !important;
    margin-top: -45px !important;
    max-height: 140px !important;
	background-color: #ffffff;
}


.whb-general-header-inner .whb-column.whb-col-left.whb-visible-lg:before {
    content: '';
    background-color: #fff;
    position: absolute;
    top: -15px;
    left: -670%;
    width: 700%;
    height: 30px;
}

.whb-general-header-inner .whb-column.whb-col-left.whb-visible-lg {
    position: relative;
}

header .whb-general-header:after {
    height: calc(100% + 49px);
    top: -49px; 
}

header .whb-general-header {
    position: relative;
    z-index: 0;
}

header .woodmart-social-icons a i {
    color: #212121;
}

header span.wd-icon {
    color: #212121;
}

header .whb-top-bar .wd-search-form input.s {
    height: 33px !important;
    border-color: #fff;
    border-radius: 0px !important;
    padding: 0px 11px;
    border: none;
    border-bottom: 2px solid #fff !important;
    min-width: 172px !important;
    width: 172px !important;
}

header .whb-top-bar .wd-search-form input.s::placeholder {
	color:#fff !important;
}

header .whb-top-bar {
  background-color: #fff !important;
	border-bottom: 1px solid #f1f1f1d1;
}

.header-divider {
    padding-left: 5px;
    padding-right: 5px;
}

header .whb-top-bar .whb-column.whb-col-right {
  z-index: 5 !important;
}

header .whb-top-bar .searchform .searchsubmit:after {
  color: #fff;
  font-size: 15px !important;
  left: 65% !important;
}

header .whb-general-header ul.menu li a {
    text-transform: capitalize;
}

header .whb-top-bar .header-mail-box {
    display: flex;
    align-items: center;
}

header .whb-top-bar .header-mail-box .box-icon-wrapper {
    margin-right: 4px;
}

header .whb-top-bar .header-mail-box a {
    color: #000000;
}

header .whb-top-bar .header-mail-box svg path {
    fill: #212121;
}

header .whb-general-header .header-phone-box .info-box-icon {
  background-color: #fff;
  padding: 10px;
  border-radius: 50px;
}

header .whb-general-header .header-phone-box .info-svg-wrapper.info-icon {
  animation: quick-alo-circle-img-anim 1s infinite ease-in-out;
  transform-origin: 50% 50%;header .whb-top-bar .header-mail-box a {
    color: #4d4290;
}
}

header .whb-general-header .header-phone-box .info-box-title {
  font-size: 20px !important;
  margin-bottom: 0px !important;
}

header .whb-general-header .header-phone-box .box-icon-wrapper {
  margin-right: 14px;
  margin-top: 3px;
}

header .whb-general-header .header-quote-box p {
  color: #fff;
  font-size: 13px !important;
  font-weight: 500;
  line-height: 21px;
}

header .whb-general-header .header-quote-box:hover p {
	color:#000 !important;
	transition:0.3s;
}

header .whb-general-header .header-quote-box p strong {
  font-size: 22px;
  font-weight: 900;
}

header .whb-general-header .header-quote-box {
  background-color: #212121;
  padding: 11px 11px 9px;
  clip-path: polygon(0 0, 100% 0, 100% 90%, 50% 100%, 0 90%);
  border-radius: 2px 2px 10px 10px;
}

header .whb-general-header .header-quote-box:hover {
  background-color: #ffffff;
	transition:0.3s;
}

header .woodmart-social-icons a i {
    color: #212121;
}

header .whb-general-header .woodmart-shopping-cart span.woodmart-cart-icon:before {
    color: #fff;
    font-size: 25px;
}

header .whb-general-header .woodmart-shopping-cart span.woodmart-cart-number {
    background-color: #000 !important;
}

header .whb-general-header .whb-divider-element:before {
    border-color: rgb(255 255 255);
}

header .whb-general-header .sub-menu-dropdown li a:hover span {
    color: #000;
}

header .whb-top-bar .wd-search-form input.s {
    height: 33px !important;
    border-color: #fff;
    border-radius: 0px !important;
    padding: 0px 11px;
    border: none;
    border-bottom: 2px solid #fff !important;
    min-width: 172px !important;
    width: 172px !important;
}

@-webkit-keyframes quick-alo-circle-img-anim {
0% {
  -webkit-transform: rotate(0) scale(1) skew(1deg)
}
	
10% {
  -webkit-transform: rotate(-25deg) scale(1) skew(1deg)
}
	
20% {
  -webkit-transform: rotate(25deg) scale(1) skew(1deg)
}
	
30% {
  -webkit-transform: rotate(-25deg) scale(1) skew(1deg)
}
	
40% {
  -webkit-transform: rotate(25deg) scale(1) skew(1deg)
}
	
50% {
  -webkit-transform: rotate(0) scale(1) skew(1deg)
}
	
100% {
  -webkit-transform: rotate(0) scale(1) skew(1deg)
}
}

**/

/**New-Header-CSS**/

header .whb-general-header .white-btn {
    color: #000000 !important;
    font-size: 16px;
    padding: 10px 35px;
    transition: 0.5s;
    border-radius: 5px;
    cursor: pointer;
    background: linear-gradient(to left, transparent 50%, #000000 50%) right;
    background-size: 200% 100%;
	  letter-spacing: 1.6px;
		border: 2px solid #000000 !important;
		text-transform: capitalize;
}

header .whb-general-header .white-btn:hover {
    background-position: left !important;
    color: #ffffff !important;
}


header .whb-general-header .green-btn {
    color: #fff !important;
    font-size: 16px;
    padding: 10px 35px;
    transition: 0.5s;
    border-radius: 5px;
    cursor: pointer;
    background: linear-gradient(to left, #199230 50%, #000000 50%) right;
    background-size: 200% 100%;
    text-transform: capitalize;
    border: none;
	  letter-spacing: 1.6px;
}
header .whb-general-header .green-btn:hover {
    background-position: left !important;
    color: #ffffff !important;
}

/*footer*/
.footer-section h1, 
.footer-section h2, 
.footer-section h3, 
.footer-section h4, 
.footer-section h5,
.footer-section p,
.footer-section a{
    color: #000000 !important;
}

.footer-section .wd-social-icons {
    display: none !important;
}

.footer-section .footer-btn {
    align-items: center;
    border: 0 !important;
    background-color: #199230 !important;
    box-sizing: border-box;
    color: #ffffff !important;
    cursor: pointer;
    font-size: 18px;
    height: 60px;
    line-height: 24px;
    padding: 10px 40px;
    position: relative;
    text-align: center;
    text-decoration: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    transition: 0.5s ease;
    margin-top: -20px;
    text-transform: capitalize;
}

.footer-section .footer-btn:after {
    background-color: #19923029;
    border-radius: 50px;
    content: "";
    display: block;
    height: 60px;
    left: 0px;
    width: 100%;
    position: absolute;
    top: 2px;
    transform: translate(8px, 8px);
    transition: transform .2s ease-out;
    z-index: -1;
}

.footer-section .footer-btn:hover {
    background-color: #000000 !important;
    color: #ffffff !important;
}

.footer-section .footer-btn:hover:after {
    transform: translate(0, 0);
    left: 0;
    top: 0;
    height: 55px;
}



section#footer-section {
/*     background: url(https://webuyharddrives.com/wp-content/uploads/2025/11/Harddrive-footer-image-01.png) no-repeat; */
    padding-top: 30px;
    padding-bottom: 0px;
    background-color: #f6efe9;
    background-blend-mode: multiply;
    z-index: 0;
    background-position: right;
}

.footer-section .footer-one .info-box-subtitle {
    color: #000000;
    font-size: 22px;
}

.footer-section .footer-one h2 {
    font-size: 35px;
    margin-top: 0 !important;
    color: #fff;
}


.footer-section .footer-one,
.footer-section .footer-two {
    border-bottom: 1px solid #000000;
}


.footer-section .footer-two {
    padding-top: 40px;
		padding-bottom: 20px;
}

.footer-section .footer-two .footer-heading {
    margin-bottom: 20px;
}

.footer-section .footer-two p {
    font-size: 16px;
}

.footer-section .footer-two li {
    font-size: 16px;
}

.footer-section .footer-two li {
    background-size: 10px 10px;
    background-repeat: no-repeat;
    background-position: 0 5.5px;
    padding-left: 16px;
    margin-bottom: 12px !important;
    background-image: url(https://webuyharddrives.com/wp-content/uploads/2025/11/black-arrrow.svg);
}

.footer-section .footer-two .touch-info h4 {
    font-size: 20px;
    font-weight: 100 !important;
}

.footer-section .footer-two .touch-info .info-box-inner {
    margin-top: 0;
}

.footer-section .footer-two .social-f span.wd-icon {
    font-size: 16px !important;
}

.footer-three p {
    font-size: 16px;
}

.footer-three {
    padding-top: 15px;
    padding-bottom: 15px;
	
}

.footer-three br {
    display: none;
}

.footer-one svg path {
    fill: #fff;
}


/* .get-in-touch .wd-info-box {
    --ib-icon-sp: 0px;
} */




.footer-section .footer-one .wd-info-box .info-box-subtitle {
    margin-top: 0;
}




.copyrights-wrapper.copyrights-two-columns {
    display: none;
}







/*All products*/


.all-products .all-products {
    font-size: 16px;
    letter-spacing: 1px;
    padding: 15px 35px;
    background: linear-gradient(to left, #f0f0f000 50%, #000000 50%) right;
    background-size: 200% 100%;
    transition: 0.5s;
    border: 2px solid #000;
    border-radius: 3px;
    color: #000000;
	  margin-bottom: 30px;
}

.all-products .all-products:hover {
    background-position: left;
	    color: #ffffff;
}


.all-products {
    background-color: #ffffff;
    padding-top: 50px;
	  padding-bottom: 50px;
}

.all-products .vc_column-inner {
    padding-top: 0 !important;
}

.all-products .wd-info-box{
    transition:0.6s !important;
}

.all-products .wd-info-box:hover{
    transform: scale3d(1.07, 1.07, 1.07) !important;
    cursor:pointer;
}

.section-two h2 {
    text-transform: uppercase;
}

.section-two .big-text p {
    font-size:18px;
}

.machine-box table {
    margin-bottom: 10px;
    min-height: 108px;
}

.all-products table td {
    border: 0;
    padding: 3px 0;
    color: #757575;
    font-size: 15px;
}

.all-products table td:first-child {
    text-transform: uppercase;
    width: 50% !important;
}

.all-products table td:last-child {
    width: 50% !important;
    text-align: right;
}

.all-products table td {
    border: 0;
    padding: 3px 0;
    color: #454545;
    font-size: 15px;
    font-weight: 600;
}

.all-products .info-box-title {
    font-size: 21px;
    text-transform: capitalize;
		text-align: center;
}

.all-products .box-icon-align-top .box-icon-wrapper {
    padding: 35px 15px 25px;
    text-align:center;
}

.all-products .two-btns a {
    line-height: 17px;
}

.all-products .two-btns button {
    padding: 0;
    min-height: auto;
    font-size: 16px;
    position: relative;
    text-transform: capitalize;
    cursor: pointer;
    transition: color .25s ease, background-color .25s ease, border-color .25s ease, opacity .25s ease;
    background-color: transparent !IMPORTANT;
}


.all-products .machine-box {
    background-color: #f9f9f9;
    border-radius: 5px !important;
    border: 2px solid #ebe9e9;
		margin-bottom: 0;
}

.all-products .machine-box img {
    border-radius: 4px;
}

.all-products .machine-box .info-box-content {
    padding: 0px 25px 25px;
	position:initial !important;
}

.all-products .machine-box u {
    color: #c22025;
    text-decoration: auto;
}

.all-products .inn {
    font-size: 15px;
    letter-spacing: 1px;
    padding: 12px 25px;
    background-size: 205% 105% !important;
    transition: 0.5s;
    border-radius: 3px;
    text-align: center;
    cursor: pointer;
    font-weight: 600;
    margin-top: 8px;
    margin-bottom: 8px;
    display: inline-flex;
}

.all-products .first-half button {
    color:#fff;
}

.all-products .second-half button {
    color:#2e5498;
}

.all-products .second-half:hover button {
    color: #000000;
}

.all-products .first-half.inn {
    background: linear-gradient(to left, #c22025 50%, #f0f0f000 50%) right;
    border: 2px solid #c22025;
}

.all-products .first-half.inn:hover button, .first-half.out button {
    color: #c22025;
}

.all-products .first-half.inn:hover,
.all-products .first-half.out {
    background-position: left;
}

.all-products .second-half.inn {
    background: linear-gradient(to left, #f0f0f0 50%, #f0f0f000 50%) right;
    background-position: left;
    position: absolute;
    right: 25px;
    border: 2px solid #2f5498;
    color: #2F5491;
}

.all-products .second-half.inn:hover {
    background-position: right;
    border-color: #f0f0f0;
}

.all-products .second-half button:before {
    content: "";
    background: url(https://hitech-machinery.com/wp-content/uploads/2023/12/download.svg);
    background-repeat: no-repeat;
    background-size: 20px;
    display: block;
    width: 30px;
    height: 20px;
    transition:0.2s
}

.all-products .second-half:hover button:before {
    background: url(https://hitech-machinery.com/wp-content/uploads/2023/12/download-hover.svg);
    background-repeat: no-repeat;
    background-size: 20px;
}

.all-products .black-btn {
    background: linear-gradient(to left, #000000 50%, #ffffff 50%) right;
    border: 2px solid #000000;
    background-size: 210% 110%;
    transition:0.5s;
}

.all-products .black-btn:hover {
    background-position:left;
    color:black;
}

.all-products .big-per table td:first-child {
    width: 60% !important;
}




/*faq-row*/

.faq-row {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #fff;
}


.faq-row h2 strong {
  color: #fff;
  background-color: #247ffb;
  padding: 0 10px;
  border-radius: 15px;
  font-size: 48px !important;
  text-transform: capitalize !important;
  letter-spacing: 0.04em !important;
  font-weight: 100 !important;
}


.faq-row .right .wpb_wrapper {
  background-color: #E8F4EA;
  padding: 35px 45px;
  border-radius: 20px;
}

@media (min-width: 1025px) {
.faq-row .vc_column-inner {
    padding: 0px !important;
}
}

.faq-row .right .info-box-title {
  margin: 0 !important;
  font-size: 40px;
}


.faq-row .right .box-icon-wrapper {
  margin-right: 10px !important;
}


.faq-row .right .vc_toggle {
  border-bottom: 1px solid #a8a8a8;
  padding-bottom: 15px;
  margin-bottom: 15px !important;
  position: relative;
}


.faq-row .right .vc_toggle:last-child {
  border: 0px;
}


.faq-row .right .vc_toggle_active.vc_toggle:after {
  content: "";
  background-image: url(https://thebinarysouls.com/rooms/wp-content/uploads/2025/11/Up.svg) !important;
  width: 20px;
  height: 20px;
  top: 0;
  right: 0px;
  position: absolute;
  background-size: 20px;
  transition: 0.3s;
}


.faq-row .right .vc_toggle:after {
  content: "";
  background-image: url(https://thebinarysouls.com/rooms/wp-content/uploads/2025/11/Down.svg) !important;
  width: 20px;
  height: 20px;
  top: 8px;
  right: 0px;
  position: absolute;
  background-size: 20px;
  transition: 0.3s;
}


.faq-row .right .vc_toggle_icon {
  display: none !important;
}


.faq-row .right .vc_toggle_content,
.faq-row .right .vc_toggle_title {
  padding-left: 0 !important;
}


.faq-row .right .vc_toggle_content {
  margin: 15px 0 0 0 !important;
}


.faq-row .right .vc_toggle_content p {
  margin-bottom: 0;
}


.faq-row .right i.vc_toggle_icon {
  left: auto !important;
  right: 0 !important;
}


.faq-row .faq-q h4 {
    font-size: 18px;
}


.faq-row ul {
    list-style: none;
    padding-left: 0;
    column-count: 1;
    gap: 10px;
}


.faq-row li {
    color: #3d3931;
    align-items: center;
    font-size: 15px;
}


.faq-row li:before {
    width: 26px;
    height: 26px;
    background-size: 20px;
    background-image: url(https://thebinarysouls.com/rooms/wp-content/uploads/2025/11/tick-icon-faq.svg);
    content: "";
    background-repeat: no-repeat;
    padding-right: 35px;
}



/**** Blog ****/

.blog-section {
    padding-top: 50px;
    padding-bottom: 50px;
}

.blog-section .post-title {
		font-size: 22px;
    font-weight: 900 !important;
    letter-spacing: 1px;
}

.blog-section .post-title a:hover {
    color: #199230 !important;
}

.blog-section .entry-content {
    text-align: left;
}

.blog-section .article-body-container .post-title
 {
    text-align: left !important;
}

.blog-section .read-more-section {
	width: 100%;
	text-align: left;
}

.blog-section .article-body-container {
    padding: 22px 25px 25px;
	  background-color: #f5f5f5 !important;
}

.blog-section .read-more-section a {
    position: relative;
    display: inline-block;
}

.blog-section .read-more-section a {
    font-size: 0px !important;
    background-size: 40px 40px;
    background-repeat: no-repeat;
    background-position: 97px -7px;
    padding-right: 60px;
    margin-bottom: 0px !important;
    background-image: url(https://webuyharddrives.com/wp-content/uploads/2025/11/right-arrow-blog-red-1.svg);
    transition: 0.3s;
}

.blog-section .read-more-section a:before {
    content: "Read More";
    font-size: 16px !important;
    font-weight: 600 !important;
    transition: 0.3s;
    text-transform: capitalize;
		color: #000000;
}

.blog-section .wd-nav-pagin-item span {
    width: 25px !important;
    height: 2px !important;
}


.blog-section .wd-nav-pagin-item.wd-active span {
  border-color: #199230 !important;
  background-color: #199230 !important;

}

#woodmart-recent-posts-2 {
    background: #F5F5F5;
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 20px;
    border-radius: 5px;
}

#woodmart-recent-posts-2 .recent-posts-comment,
#woodmart-recent-posts-2  .recent-posts-time{
    display: none;
}

#woodmart-recent-posts-2 .recent-posts-thumbnail img {
    border-radius: 5px !important;
}

.wd-post-image img {
 --wd-brd-radius: 5px;
}

.wd-sidebar.sidebar-container {
    position: sticky;
    top: 150px; 
    height: fit-content;
    z-index: 10;
		padding-bottom: 25px;
}



 .blog-section article:hover .read-more-section a:before {
    color: #199230;
	  opacity: 1;
} 

 .blog-section article:hover .read-more-section a {
	  opacity: 1;
} 

.blog-section .owl-dots .owl-dot span {
    width: 65px;
    border-radius: 4px !important;
    height: 4px !important;
    border: 0px !important;
    border-color: #3E3E3E;
    background-color: #a1a4a8;
}

.blog-section .blog-design-masonry {
        --wd-brd-radius: 5px !important;
}

.blog-section .owl-dots .owl-dot.active span {
    background-color: #0061ce !important;
}

.blog-section .post-img-wrapp a:after {
    background-color: transparent !important;
}

.blog-section .post-date {
    padding: 4px 13px 4px !important;
		display: none !important;
}

.blog-section span.post-date-day {
    font-size: 28px !important;
    font-weight: 600;
    font-family: OldStandard;
}

.blog-section span.post-date-month {
    font-size: 14px !important;
    font-weight: 700;
}

.blog-section .blog-design-masonry {
    margin-bottom: 0px !important;
}

.blog-section .hovered-social-icons,
.blog-section .read-more-section a:hover:after,
.blog-section .post-image-mask {
    display:none;
}

.blog-section .owl-dots .owl-dot {
    margin-top: 0px !important;
}

.blog-section .test-sec-side h2.woodmart-title-container {
    color: black !important;
    font-size: 25px !important;
}

.blog-section .test-sec-side .title-wrapper {
    padding: 0 !important;
}

.blog-section .test-sec-side .wd-nav-pagin-wrap {
    margin-top: 15px;
}

.wd-single-post-header .wd-post-title {
    display: none !important;
}

.wd-single-post-header .wd-post-cat,
.wd-single-post-header .wd-post-meta{
		display: none !important;
}	

.wd-grid-col .wd-page-nav {
    display: none !important;
}

.wd-single-post-header {
    padding-top: 20px;
}

.wd-sidebar .testimonial-row-side .wd-nav-pagin-item span {
    width: 25px !important;
    height: 2px !important;
}

.wd-sidebar .testimonial-row-side .wd-nav-pagin-item.wd-active span {
  border-color: #199230 !important;
  background-color: #199230 !important;

}

@media only screen and (max-width: 767px){
#blog-section {
    padding-top: 28px;
    padding-bottom: 14px;
}
}

.blog-section h2.woodmart-title-container {
    font-weight: 600;
}

.blog-section .title-after_title {
    font-size: 18px;
}



.blog-section .owl-dots .owl-dot.active span {
    background-color: #d4a964 !important;
}

.blog-section .owl-dots .owl-dot {
    margin-top: 0px !important;
}

.blog-section .owl-dots .owl-dot span {
    width: 65px;
    border-radius: 4px !important;
    height: 4px !important;
    border: 0px !important;
    border-color: #3E3E3E;
    background-color: #a1a4a8;
}

.meta-post-categories.wd-post-cat.wd-style-with-bg {
    display: none;
}

.post-single-page ul.entry-meta-list {
    display: none;
}

.post-date.wd-post-date.wd-style-with-bg {
    display: none;
}

.post-single-page li {
    background-size: 15px 15px;
    background-repeat: no-repeat;
    background-position: 0 5.5px;
    padding-left: 26px;
    margin-bottom: 6px !important;
    background-image: url(https://webuyharddrives.com/wp-content/uploads/2025/11/arrow-1.svg);
}

.post-single-page ul {
    list-style: none;
    padding: 0;
}

.comments-area .comment-respond {
    margin-top: 30px;
    margin-bottom: 30px;
}

.sidebar-container .testimonial-row .title-wrapper {
    padding: 0 !important;
}

.sidebar-container .testimonial-row h2.woodmart-title-container {
    font-size: 20px !important;
    line-height: 25px !important;
    color: black !important;
}

.sidebar-container h5.widget-title {
    font-size: 20px;
    font-weight: 600;
    text-transform: capitalize;
    text-align: center;
    margin-bottom: 25px;
    padding-top: 15px;
}

.sidebar-container .testimonial-content {
    font-size: 16px;
}

.sidebar-container .testimonial-content footer {
    font-size: 15px !important;
}


/*faq*/

.service-sec-five {
    padding-top: 33px;
	padding-bottom: 3px;
}

.service-sec-five .vc_toggle {
    margin-bottom: 10px !important;
    position: relative;
    background-color: #c22025f0;
    padding: 12px 32px !important;
    border-radius: 2px;
}

.service-sec-five .vc_toggle_active.vc_toggle:after {
    content: '';
    background-image: url(https://hitech-machinery.com/wp-content/uploads/2024/01/Up.svg) !important;
    width: 16px;
    height: 16px;
    top: 18px;
    right: 30px;
    position: absolute;
    background-size: 16px;
    transition: 0.3s ease-out;
}

.service-sec-five .vc_toggle:after {
    content: '';
    background-image: url(https://hitech-machinery.com/wp-content/uploads/2024/01/Down.svg) !important;
    width: 16px;
    height: 16px;
    top: 18px;
    right: 30px;
    position: absolute;
    background-size: 16px;
    transition: 0.3s;
}

.service-sec-five .vc_toggle_icon{
	display: none !important;
}

.service-sec-five .vc_toggle_content,
.service-sec-five .vc_toggle_title {
    padding-left: 0 !important;
}

.service-sec-five .vc_toggle_content {
    margin: 18px 0 0 0 !important;
}

.service-sec-five .vc_toggle_content p {
    margin-bottom: 15px;
}

.service-sec-five i.vc_toggle_icon {
    left: auto !important;
    right: 0 !important;
}

.service-sec-five .vc_toggle_title h4 {
    font-weight: 100;
    color: #ffffff;
}

.service-sec-five .vc_toggle_content {
    color: #ffffff;
}

.service-sec-five .title-after_title {
    font-size: 18px;
}

.service-sec-five h2.woodmart-title-container {
    font-weight: 600;
}


/**** Testimonial ****/

.test-sec {
    background-image: linear-gradient(135deg, #53AD64 0%, #199230);
}

#testimonials-row {
    padding-top: 50px;
    padding-bottom: 70px;
    background: url(https://webuyharddrives.com/wp-content/uploads/2024/04/testimonial-bg.png) !important;
    background-position: center bottom !important;
    background-repeat: no-repeat !important;
    background-size: 55% !important;
}


.site-content #testimonials-row .title-wrapper {
    margin-bottom: 20px !important;
    padding-bottom: 15px !important;
}

#testimonials-row .title-wrapper strong {
    line-height: 26px;
    font-size: 18px;
    color: #ffffff;
    font-family: 'Open Sans', sans-serif;
    font-weight: 500;
    display: block;
}

@media (min-width: 1024px) {
#testimonials-row .testimonial-inner {
    display: grid !important;
    padding: 0 10px;
}
}
#testimonials-row .testimonial-content footer>span {
    display: block;
    font-size: 14px;
}

#testimonials-row .testimonial-avatar {
    order: 2;
    margin-bottom:  !important;
    margin-top: -97px;
    text-align: left;
    margin-left: 40px;
}


#testimonials-row .wd-nav-pagin-wrap[class*="wd-style-shape"] span {
    border: var(--wd-pagin-brd, 2px solid) #ffffff;
}

#testimonials-row .testimonial-content footer {
    margin-top: 30px;
    text-align: left;
    margin-left: 90px;
    font-size: 21px;
}

#testimonials-row .testimonial-content {
    background-color: #fff;
    padding: 28px;
    border-radius: 10px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.testimonial-content footer>span:before {
    display: none;
}

#testimonials-row .testimonial-content:before {
    content: '';
    background: url(https://webuyharddrives.com/wp-content/uploads/2025/11/quotes-2-green.svg);
    width: 37px;
    height: 37px;
    position: absolute;
    right: 30px;
    bottom: 20px;
    background-size: cover;
}

#testimonials-row .testimonial-rating {
    margin-bottom: 15px !important;
}

#testimonials-row .star-rating {
    letter-spacing: 10px !important;
    color: #199230 !important;
}

.testimonial-avatar img {
    min-width: 80px;
    margin-left: -15px;
}


/***ABOUT-SECTION-CSS**/

.featured-projects-section h3.woodmart-title-container {
    line-height: 38px !important;
}

.featured-projects-section .infographic {
    padding-top: 40px;
}

.featured-projects-section .infographic-img img {
    border: none;
}

 .featured-projects-section .infographic .vc_col-sm-4 {
    width: 25%;
}


.featured-projects-section .title-wrapper strong {
    line-height: 26px;
    font-size: 18px;
    color: #c22025;
    font-family: "Open Sans", sans-serif;
    font-weight: 500;
}
  
.featured-projects-section .title-wrapper {
    margin-left: -30px;
}
  
/* .heading-front-text .liner-continer,
.heading-bg-text .woodmart-title-container {
    margin-left: 30px;
} */
  
.featured-projects-section .mansab figure:before {
    content: "";
    width: 150px;
    height: 150px;
    background-color: #199230;
    position: absolute;
    top: 30px;
    left: 60px;
    z-index: 0;
}
  
.featured-projects-section .mansab figure:after {
    content: "";
    background: radial-gradient(#199230 10%, transparent 25%);
    background-size: 15px 15px;
    position: absolute;
    width: 150px;
    height: 150px;
    z-index: 0;
    right: 55px;
    bottom: 20px;
}
  
.featured-projects-section figure img {
    z-index: 1;
    position: relative;
}
  
.featured-projects-section .woodmart-info-box {
    margin-bottom: 15px;
}
  
.featured-projects-section .info-box-title {
    margin-bottom: 0px;
    font-size: 17px;
}
  
.featured-projects-section .inner-row:not(.inner-row3) {
    margin-bottom: 70px;
}
  
.featured-projects-section .inner-row .content-col > .vc_column-inner {
    padding: 0px 40px;
}
  
#featured-projects-section
    .heading-front-text.general-heading-style
    .title-subtitle {
    font-size: 18px !important;
    margin-left: 30px;
    margin-bottom: 0 !important;
    line-height: 60px !important;
}

#featured-projects-section
    .heading-front-text.general-heading-style h3 {
    line-height: 60px !important;
}


#featured-projects-section .liner-continer {
    margin-bottom: 20px !important;
}
  
.featured-projects-section .woodmart-info-box {
    margin-bottom: 15px;
}
  
.featured-projects-section .info-box-title {
    margin-bottom: 0px;
    font-size: 17px;
}
  
.featured-projects-section .inner-row:not(.inner-row3) {
    margin-bottom: 70px;
}
  
.featured-projects-section .inner-row .content-col > .vc_column-inner {
    padding: 0px 40px;
}
  
.featured-projects-section p {
    font-size: 16px;
}
  
.featured-projects-section img {
    border: 3px solid white;
    border-radius: 2px;
}



/*partners*/




.partners {
    padding-top: 50px;
    padding-bottom: 50px;
}

.partners .brand-logo-two .wd-gallery-item.wd-col:last-child {
    border: none;
}


.partners .wd-gallery-item.wd-col {
    border-right: 1px solid #e2e2e2;
    padding: 20px 30px 20px 0;
}

.partners h2.woodmart-title-container {
    font-weight: 600;
}

.partners .title-after_title {
    font-size: 18px;
}

.partners .vc_column-inner {
    padding-top: 10px !important;
}

@media (min-width: 1024px) {
.partners .brand-logo-two .wd-grid-g {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 30px;
  justify-items: center;
}

.partners .brand-logo-two .wd-gallery-item:nth-child(7),
.partners .brand-logo-two .wd-gallery-item:nth-child(8) {
  grid-column: auto; 
}

.partners .brand-logo-two .wd-gallery-item:nth-child(7) {
  grid-column-start: 3;
}

.partners .brand-logo-two .wd-gallery-item:nth-child(8) {
  grid-column-start: 4;
}
}
.partners .wd-grid-g{
    gap: 0px !important;
}

.partners .brand-logo-one .wd-gallery-item {
  border-bottom: 1px solid #e2e2e2;
}



.partners .brand-logo-two .wd-gallery-item:nth-child(3),
.partners .brand-logo-two .wd-gallery-item:nth-child(4)  {
  border-bottom: 1px solid #e2e2e2 !important;
}


.partners .brand-logo-two .wd-gallery-item:nth-child(1),
.partners .brand-logo-two .wd-gallery-item:nth-child(2),
.partners .brand-logo-two .wd-gallery-item:nth-child(5),
.partners .brand-logo-two .wd-gallery-item:nth-child(6) {
  border-bottom: none;
}


.partners .brand-logo-two .wd-gallery-item:nth-child(6) {
  border-right: none;
}

.partners .brand-logo-one .wd-gallery-item:nth-child(6),
.partners .brand-logo-one .wd-gallery-item:nth-child(12) {
  border-right: none;
}


/*faq*/

/* .wd-accordion.wd-style-default:before{
    display:none !important;
}


.faq .left {
    border-right: 2px solid;
    padding-left: 15px !important;
    border-bottom: 0 !important;
    border-image: linear-gradient(to top, #f1f1f147, #c0c0c0, #f1f1f147) 1 100%;
}

.wd-accordion-item {
    border-bottom: 0 !important;
    padding-left: 0px !important;
    padding-right: 17px !important;
}

.wd-accordion-title {
    margin-bottom: 10px !important;
    position: relative;
    background-color: #c22025f0;
    padding: 12px 32px !important;
    border-radius: 2px;
}

.wd-accordion-title.wd-active {
    margin-bottom: 0 !important;
}

.wd-accordion-content.wd-active {
    border: 1px solid #c73437a1;
    margin-bottom: 10px;
}

.wd-accordion-title-text span {
    color: #fff;
}

.wd-accordion-content {
    padding: 15px 30px;
}

.wd-accordion-opener {
    color: #fff !important;
}
 */


/****/


.f-logo img {
    width: 45%;
    margin-bottom: 20px;
}


.footer-social a.wd-social-icon {
    /*padding-right: 15px !important;*/
}



/* Service Inner Page CSS */


.sell-us {
    padding-top: 50px;
    padding-bottom: 100px;
}

.sell-us .generic-title .title {
    color: #ffff;
}

.sell-us .generic-title .title-after_title{
    color: #ffff;
}

.sell-us {
    background-image: url('https://webuyharddrives.com/wp-content/uploads/2025/11/sell-harddrive-image.gif');
    background-size: cover;
    background-position: center top;
    margin-bottom: -50px;
}


.divider-shape {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: auto;
    display: block;
}

.sell-form-secton {
    padding-top: 30px;
    padding-bottom: 40px;
}


.steps-section{
    padding: 50px 0;
    background-color: #F5F5F5;
}

.secure-data-section {
    padding-top: 50px;
    padding-bottom:50px;
}


.secure-data-section .generic-title {
    margin-bottom: 20px !important;
}

.secure-data-section .data-text ul {
    list-style: none;
    padding-left: 0;
    column-count: 1;
    gap: 10px;
}


.secure-data-section .data-text li {
    color: #000000;
    align-items: center;
    font-size: 15px;
}


.secure-data-section .data-text li:before {
    width: 26px;
    height: 26px;
    background-size: 20px;
    background-image: url(https://webuyharddrives.com/wp-content/uploads/2025/11/tick-icon-data.svg);
    content: "";
    background-repeat: no-repeat;
    padding-right: 30px;
    padding-bottom: 10px;
}


.secure-data-section .secure-image img {
    background: #0c0c0c;
    border: 5px solid #000000;
    box-shadow: 1px 7px 19px #00000061, 1px 14px 38px #00000080, inset 0 0 4px rgba(255, 255, 255, 0.58);
}


.secure-section .col-b .wpb_wrapper {
    background-color: #f5f5f5;
    padding: 20px;
    border-radius: 10px;
    height: 407px;
}


.secure-section .col-a .wpb_wrapper {
    background-color: #F9F9F9;
    padding: 20px;
    border-radius: 10px;

}





.secure-section {
    padding-top: 50px;
    padding-bottom:50px;
}


.secure-section .col-a .data-text ul {
    list-style: none;
    padding-left: 0;
    column-count: 1;
    gap: 10px;
}


.secure-section .col-a .data-text li {
    color: #000000;
    align-items: center;
    font-size: 15px;
}


.secure-section .col-a .data-text li:before {
    width: 26px;
    height: 26px;
    background-size: 20px;
    background-image: url(https://webuyharddrives.com/wp-content/uploads/2025/11/tick-icon-data-black.svg);
    content: "";
    background-repeat: no-repeat;
    padding-right: 30px;
}


.secure-section .col-b .data-text ul {
    list-style: none;
    padding-left: 0;
    column-count: 1;
    gap: 10px;
}


.secure-section .col-b .data-text li {
    color: #000000;
    align-items: center;
    font-size: 15px;
}


.secure-section .col-b .data-text li:before {
    width: 26px;
    height: 26px;
    background-size: 20px;
    background-image: url(https://webuyharddrives.com/wp-content/uploads/2025/11/tick-icon-data-col-b.svg);
    content: "";
    background-repeat: no-repeat;
    padding-right: 30px;
}


/**** Why Choose Us ****/
  
  
.whyus {
    background: #F5F5F5 !important;
    padding-top: 50px;
    padding-bottom: 20px;
}

.whyus .title-after_title {
   width: 60%; 
}

.whyus h3.woodmart-title-container {
    line-height: 38px !important;
}
  
.whyus .title-wrapper strong {
    line-height: 26px;
    font-size: 18px;
    color: #c22025;
    font-family: "Open Sans", sans-serif;
    font-weight: 500;
    display: block;
}
  
.choose-info h4.info-box-title {
    font-weight: 700;
}


.whyus .wd-nav-pagin-item span {
    width: 25px !important;
    height: 2px !important;
}


.whyus .wd-nav-pagin-item.wd-active span {
  border-color: #199230 !important;
  background-color: #199230 !important;

}

.marquee-accred img {
    max-width: 50%;
}


.buy-form-section {
    padding-top: 50px;
    padding-bottom: 30px;
}

/* .buy-form-section .webuy-form-inner{
    background-color: #f5f5f5f5;
    padding: 10px;
    border-radius: 5px;
} */

.buyback-box .info-box-icon {
    border-radius: 50%;
    background: #ABEE93;
    padding: 25px;
}

.services-section .wd-nav-pagin-item.wd-active span,
.webuy-services-section .wd-nav-pagin-item.wd-active span,
.blog-section .wd-nav-pagin-item.wd-active span {
  border-color: #199230 !important;
  background-color: #199230 !important;

}

/*  Services Boxes Section*/

.webuy-services-section {
    padding-top: 50px;
    padding-bottom: 50px;
}


.webuy-services-section .generic-title{
    padding-bottom: 25px !important;
}

.webuy-services-section .ss-info {
    background-color: #f7f7f7;
    padding: 25px;
    border-radius: 10px;
		gap: 30px;
}

.webuy-services-section  .wd-carousel-container {
	margin-bottom: 0px !important;
}


.webuy-services-section .ss-info .info-box-icon {
    border: 1px solid #e3e3e3b8;
	padding: 30px;
}


.webuy-services-section .ss-info .info-box-title.title {
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 20px !important;
}


.webuy-services-section .ss-info a.btn {
    text-transform: capitalize;
    font-size: 14px;
    color: #ffffff;
    letter-spacing: 1px;
    font-size: 16px;
    transition: 0.5s;
    border-radius: 5px;
    cursor: pointer;
    background: linear-gradient(to left, #199230 50%, #000000 50%) right;
    background-size: 200% 100%;
    text-transform: capitalize;
    border: none;
}

.webuy-services-section .ss-info a.btn:hover {
    background-position: left !important;
}



.webuy-services-section .ss-info ul {
    padding: 0px;
}


.webuy-services-section .ss-info ul li {
    list-style: none;
    position: relative;
    padding-left: 30px;
    margin-bottom: 8px;
	font-size: 14px;
}


.webuy-services-section .ss-info ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    background-image: url('https://webuyharddrives.com/wp-content/uploads/2025/11/services-tick-icon.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.webuy-services-section .wd-nav-pagin-item span {
    width: 25px !important;
    height: 2px !important;
}


.webuy-services-section .wd-nav-pagin-item.wd-active span {
  border-color: #199230 !important;
  background-color: #199230 !important;

}

/*  Carousel Boxes Section  */

.services-section{
    padding-top: 15px;
    padding-bottom: 20px;
    background-color: #f5f5f5;
}

.services-section .generic-title{
    margin-bottom: 20px !important;
}

.services-section .info-box-carousel{
    padding-bottom: 30px !important;
}

.services-section .wd-nav-pagin-item span {
    width: 25px !important;
    height: 2px !important;
}


.services-section .wd-nav-pagin-item.wd-active span {
  border-color: #199230 !important;
  background-color: #199230 !important;

}


.services-boxes img{
    border-radius: 50%;
}


.services-boxes img {
    max-width: 80%;
}



/*Why Choose Us Section*/



.spinner-row {
  padding-bottom: 50px;
  background-color: #ffff;
}

.spinner-content{
    font-size: 18px !important;
}

.spinner-row .vc_column-inner {
    padding-top: 0px !important;
}

.spinner-box .box-icon-with-border .info-box-icon {
  padding: 25px;
  border: 10px solid #199230;

  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
  transition: 500ms ease-in-out;
}

@media (min-width: 1024px) {
.spinner-box {
  transition: 500ms ease-in-out;
}
}

.spinner-box:hover {
  transform: translateY(-15px);
}

.spinner-box:hover .info-box-icon {
  background-color: #199230;
}

.spinner-box .info-svg-wrapper {
  transition: 800ms ease-in-out;
}

.spinner-box:hover .info-svg-wrapper {
  transform: rotateY(360deg);
}

.spinner-box .info-box-title {
  font-size: 18px;
  font-weight: 600;
}



/* Faq Section */

.service-sec-five .wd-accordion-item{
    border-top: none !important;
}


.service-sec-five .wd-accordion.wd-style-default:before{
    display:none !important;
}


.service-sec-five .faq .left {
    border-right: 2px solid;
    padding-left: 15px !important;
    border-bottom: 0 !important;
    border-image: linear-gradient(to top, #f1f1f147, #c0c0c0, #f1f1f147) 1 100%;
}

.service-sec-five .wd-accordion-item {
    border-bottom: 0 !important;
    padding-left: 0px !important;
    padding-right: 17px !important;
}

.service-sec-five .wd-accordion-title {
    margin-bottom: 10px !important;
    position: relative;
    background-color: #faf2e6;
    padding: 12px 32px !important;
    border-radius: 2px;
}

.service-sec-five .wd-accordion-title.wd-active {
    margin-bottom: 0 !important;
    background-color: #119230;
}

.service-sec-five .wd-accordion-content.wd-active {
    border: 1px solid #119230;
    margin-bottom: 10px;
}

.service-sec-five .wd-accordion-title-text span {
    color: #000000;
}

.service-sec-five .wd-accordion-content {
    padding: 15px 30px;
}

.service-sec-five .wd-accordion-opener {
    color: #fff !important;
}@media (min-width: 1025px) {
	header .whb-general-header:after {
    position: absolute;
    content: "";
    clip-path: polygon(10% 0, 100% 0%, 100% 100%, 0% 100%);
    width: 27%;
    height: calc(100% + 46px);
    right: 0px !important;
    background-color: #199230;
    top: -46px;
    z-index: -1;
}

@media (min-width: 1020px) {
header .whb-general-header:after {
    width: 22%;
}
}

@media (min-width: 1288px) {
header .whb-general-header:after {
    width: 22%;
}
}

@media (min-width: 1420px) {
header .whb-general-header:after {
    width: 25%;
}
}

@media (min-width: 1600px) {
header .whb-general-header:after {
    width: 25%;
}
}


@media (min-width: 1825px) {
header .whb-general-header:after {
    width: 32%;
}
}

.wd-dropdown-menu.wd-design-default {
    --wd-dropdown-width: 300px !important;
}





/**** Featured Project ****/
  
  .featured-projects-section {
    padding-bottom: 50px;
    padding-top: 50px !important;
}
}

@media (max-width: 576px) {
	/**header-btn**/

header .whb-general-header .white-btn {
    font-size: 13px;
    padding: 0px 15px;
}

header .whb-general-header .green-btn {
    font-size: 13px;
    padding: 0px 15px;
}



.wd-nav-pagin li {
    padding-left: 0;
    background-image: none;
}

.wd-nav-pagin-item span {
    margin-top: 20px;
}

/**** FAQ ****/

/* .faq .left {
    padding-left: 0 !important;
}

.faq {
    padding-bottom: 15px !important;
}

.faq h2.woodmart-title-container {
    padding-top: 30px;
    line-height: 40px !important;
} */

/* About Section */

.featured-projects-section p {
    margin-bottom: 10px;
}


.green-bg {
    margin-top: -8px;
}

.featured-projects-section .infographic {
    padding-top: 25px;
}

.featured-projects-section .infographic.vc_inner,
.featured-projects-section .infographic .vc_inner,
.featured-projects-section .infographic .vc_inner .vc_row,
.featured-projects-section .infographic .vc_row.vc_inner {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
}

.featured-projects-section .infographic .vc_inner .vc_column_container {
    width: 33.333%;
    max-width: 33.333%;
    flex: 0 0 33.333%;
}

.featured-projects-section .infographic-img {
    margin-bottom: 0px;
}


.featured-projects-section {
    padding-bottom: 25px;
    padding-top: 0px !important;
}

.featured-projects-section .wd-button-wrapper {
    padding-top: 0px;
    text-align: center;
}

.featured-projects-section .mansab {
    padding: 0 !important;
}

#featured-projects-section .liner-continer {
    margin-left: 30px;
	margin-bottom: 0px !important;
}

.featured-projects-section .title-wrapper {
    margin-bottom: 10px;
}

.featured-projects-section .image-col {
    padding-top: 25px;
}

.featured-projects-section .mansab figure:before {
    top: 15px !important;
    left: 7px !important;
}

.featured-projects-section .mansab figure:after {
    right: -29px !important;
    bottom: -14px !important;
}

.featured-projects-section .woodmart-title-container {
    padding-top: 25px;
}


.featured-projects-section .vc_column-inner {
    padding: 0 15px !important;
}

.featured-projects-section .mansab figure:before {
    content: "";
    width: 150px;
    height: 140px;
    background-color: #199230;
    position: absolute;
    top: 13px;
    left: -5px;
    z-index: 0;
}



/* Faq Section */

.faq-row {
    padding-top: 25px;
    padding-bottom: 25px;
}

.faq-row .faq-q h4 {
    font-size: 17px;
}

.faq-row .last-line {
    margin-bottom: 0px !important;
}


.faq-row .right .wpb_wrapper {
    padding: 30px 30px;
}

.faq-row .faq-hide {
    display: none !important;
}

/* Services Section  */

.webuy-services-section {
    padding-top: 25px !important;
    padding-bottom: 25px;
}
.webuy-services-section .inner-one {
    padding-top: 25px;
}
.webuy-services-section .wd-wpb {
    margin-bottom: 0px;
}

.webuy-services-section br {
    display: none;
}

.webuy-services-section .box-icon-wrapper {
    display: flex !important;
    align-items: center !important;
}

.webuy-services-section .ss-info {
    padding: 20px;
}



.webuy-services-section .wd-nav-pagin-wrap {
    margin-top: 10px;
}

/* Why Choose US Section */

.spinner-row {
    padding-top: 25px;
}

.spinner-row .spinner-box{
    margin-bottom: 15px;
}

.spinner-row .last-box{
    margin-bottom: 0px;
}




/**** Get in Touch ****/


.contact-row .left {
    padding-left: 0 !important;
}

#contact-section {
    padding-bottom: 0px !important;
}

.contact-row .left>.vc_column-inner>.wpb_wrapper {
    padding: 20px;
}

.contact-row .left .title-wrapper, .contact-row .left .wpb_text_column {
    margin-bottom: 0px;
    padding: 15px 0 0px;
}

.contact-row .right .title-wrapper {
    margin-bottom: 15px;
    padding-top: 0px;
}

.contact-row .right input.wpcf7-submit {
	width: 100% !important;
	margin-bottom: -30px;
}


/**** Home ****/


.offer-section {
    padding-top: 20px;
    padding-bottom: 20px;
}

.abams-faculty .wd-info-box .info-box-content {
	padding: 0px 20px;
}

.abams-faculty .wd-info-box,
.abams-faculty .title-wrapper {
    margin-bottom: 15px;
}

.abams-faculty .title-after_title {
    font-size: 16px;
}

.abams-faculty .wd-carousel-container {
    margin-bottom: 15px;
}

.abams-faculty {
    padding-top: 30px !important;
    padding-bottom: 0px !important;
}

.whyus {
    background: #f5f5f5 !important;
    padding-top: 20px;
    padding-bottom: 20px;
}

.count .woodmart-counter {
    margin-bottom: 15px;
}

div#count {
    padding-bottom: 0px;
}

.all-products {
    padding-top: 25px !important;
    padding-bottom: 25px;
}

.all-products .vc_row.vc_column-gap-10>.vc_column_container {
    margin-bottom: 10px;
}

.all-products .box-icon-align-top .box-icon-wrapper {
    padding: 0px;
}

.all-products .title-wrapper {
    margin-bottom: 15px;
}

.all-products .title-after_title {
    font-size: 16px;
}

.box-icon-align-top .box-icon-wrapper {
    margin-bottom: -15px;
}

.all-products .machine-box .info-box-content {
    padding: 0px 20px 0px;
}

.service-sec-five {
    padding-top: 10px;
    padding-bottom: 0px;
}

#blog-section {
    padding-top: 25px;
    padding-bottom: 25px;
}



.blog-section .wd-post .wd-post-title {
    font-size: 17px !important;
}

.blog-section .article-body-container {
    padding: 15px !important;
}

.blog-section .wd-posts {
    gap: 20px;
}

.blog-section .blog-inner {
    margin-bottom: 0px;
}

/**blog-inner-page**/

.category-blog .wd-single-post-header {
    padding-top: 25px;
}

.category-blog h1 {
    font-size: 22px;
}

.category-blog h2 {
    font-size: 20px;
}

.category-blog .blog-margin-mobile {
    margin-bottom: 0px;
}

.wd-single-footer {
    margin-bottom: 0px;
}

.sidebar-container h5.widget-title {
	font-size: 22px;
}

.wd-sidebar.sidebar-container {
	padding-bottom: 25px !im;
}

.heading-front-text .title {
	font-size: 22px !important;
}

.wd-hide-sm {
        display: block !important;
}

.wd-sidebar-opener {
    display: none !important;
}

.offer-section .offer-info.two {
    background: #c22025;
    font-weight: 500;
}

.offer-section {
    padding-top: 20px;
    padding-bottom: 20px;
}

.offer-section .offer-info {
    cursor: pointer;
    padding: 30px 20px;
    text-align: center;
}

.offer-section .wpb_column.vc_column_container.vc_col-sm-4 {
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 15px;
}

.call-to-action .wd-info-box .info-box-title {
    font-size: 30px !important;
}

.call-to-action .info-box-inner p {
    font-size: 30px;
}

#call-to-action {
    padding-top: 30px;
    padding-bottom: 30px;
    background-size: 120px !important;
}

.wd-accordion-item {
    padding: 0 !important;
}

.wd-accordion {
    margin-bottom: 0px;
}

.partners {
    padding-top: 25px;
    padding-bottom: 25px;
}

/* .wd-logo img {
    margin-top: 5px !important;
}
 */
.partners .wd-gallery-item.wd-col {
    padding: 20px 30px 20px 30px;
}

.partners .title-wrapper {
    margin-bottom: 15px;
}

.partners .vc_column-inner {
    padding-top: 0px !important; 
}
  
.partners .brand-logo-two .wd-gallery-item:nth-child(6) {
  border-right: none;
}

.partners .brand-logo-one .wd-gallery-item:nth-child(6),
.partners .brand-logo-one .wd-gallery-item:nth-child(2),
.partners .brand-logo-one .wd-gallery-item:nth-child(4),
.partners .brand-logo-one .wd-gallery-item:nth-child(8),
.partners .brand-logo-one .wd-gallery-item:nth-child(10) {
  border-right: none;
}

.partners .brand-logo-one .wd-gallery-item:nth-child(12) {
  border-left: none !important;
  border-top: none !important;
	border-right: none !important;
}

.partners .brand-logo-two .wd-gallery-item:nth-child(1),
.partners .brand-logo-two .wd-gallery-item:nth-child(2),
.partners .brand-logo-two .wd-gallery-item:nth-child(5),
.partners .brand-logo-two .wd-gallery-item:nth-child(6) {
  border-bottom: 1px solid #e2e2e2;
}

.partners .brand-logo-two .wd-gallery-item:nth-child(2),
.partners .brand-logo-two .wd-gallery-item:nth-child(4) {
  border-right: none;
}

.partners .brand-logo-two {
    margin-bottom: 0px;
}

.footer-section .footer-btn {
    margin-bottom: 15px;
    font-size: 16px;
    padding: 15px 30px;
    line-height: 16px;
}

.count .woodmart-counter .counter-value {
    font-size: 40px !important;
}
  
.count .woodmart-counter .counter-label {
    font-size: 16px;
}
  
.heading-front-text .liner-continer,
.heading-bg-text .woodmart-title-container {
	margin-left: 0px;
}

.whyus {
    background: #f5f5f5 !important;
    padding-top: 20px;
    padding-bottom: 20px;
}

.all-products h4.woodmart-title-container {
    font-size: 30px;
}

.partners h2.woodmart-title-container {
    font-size: 30px;
}
  
.partners h4.woodmart-title-container {
    font-size: 30px;
}

.partners .title-after_title {
    font-size: 16px;
}

.all-products .machine-box {
    padding-top: 20px;
    padding-bottom: 20px;
}

/* .all-products .machine-box img {
    padding: 15px 75px 0px 75px;
}
  
.all-products .machine-box img {
    padding: 15px 75px 0px 75px;
}
 */
#call-to-action .element.style {
    padding-right: 15px;
}


.blog-section h2.woodmart-title-container {
    font-size: 30px;
    font-weight: 600;
}

.blog-section .title-wrapper {
    margin-bottom: 15px;
}

.blog-section .title-after_title {
    font-size: 16px;
}

.blog-section .blog-design-masonry {
    margin-bottom: 0 !important;
}

.blog-section .wd-carousel-container {
    margin-bottom: 15px;
}

.service-sec-five .vc_toggle {
    padding: 12px 14px !important;
}

.service-sec-five .title-after_title {
    font-size: 16px;
}

#testimonials-row {
	padding-top: 25px;
	padding-bottom: 25px !important;
}

/* .testimonial-row .testimonial-avatar {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    overflow: visible !important;
}
 */

.testimonial-row .wd-btn-arrow {
	display: none !important;
}

.testimonial-row .wd-nav-pagin-item span {
    width: 25px !important;
    height: 2px !important;
}

.testimonial-row .wd-nav-pagin-wrap {
	margin-top: 0px;
}

.testimonial-row .wd-nav-pagin-item.wd-active span {
  border-color: #000000 !important;
  background-color: #000000 !important;

}

.site-content #testimonials-row .title-wrapper {
    padding-bottom: 0 !important;
}

#testimonials-row .title-wrapper strong {
    font-size: 16px;
}

#testimonials-row .testimonial-inner {
    display: flex;
    flex-direction: column;
}


.partners .wd-gallery-item.wd-col:last-child {
    border: 1px solid #e2e2e2;
}

.white-bg {
    padding: 10px 25px;
}

.footer-one .box-icon-wrapper.box-with-icon.box-icon-simple {
    display: none;
}

.intro,
.links,
.course-sec,
.footer-one .box-icon-wrapper.box-with-icon.box-icon-simple {
    display: none;
}

.faq_title_heading {
    margin-bottom: 15px !important;
    text-align: center;
    font-size: 30px;
}

.faq_empty_space {
    height: 0px;
}

.faq_title_heading h2.woodmart-title-container {
    font-size: 30px !important;
}


/******/


/* .site-logo .wd-logo img {
  margin-top: 5px !important;
} */

.footer-section .footer-btn {
  height: 50px;
  margin-bottom: 15px;
	letter-spacing: 1px;
}

.text-right {
  --text-align: center;
}

.footer-section .footer-one h2 {
  font-size: 26px;
	text-align: center;
}

.footer-section .footer-one b {
    font-size: 22px !important;
}

.footer-section .footer-one .info-box-subtitle {
  font-size: 16px;
	text-align: center;
}

.footer-section .footer-two {
  padding-top: 20px;
	padding-bottom: 0px;
}

.footer-one .box-icon-wrapper.box-with-icon.box-icon-simple {
  display: none;
}

.intro,
.links,
.course-sec,
.footer-one .box-icon-wrapper.box-with-icon.box-icon-simple {
  display: none;
}

.get-in-touch .title-wrapper .title {
  font-size: 22px;
}

.footer-three p {
    text-align: center;
}

.footer-three .copyright p {
    text-align: center !important;
}

/*form*/


.detail {
     padding-bottom: 30px !important;
     padding-left: 0 !important;
     padding-right: 0 !important;
}

.detail br {
    display: none;
}

.email-sec .wpcf7-file {
    padding-left: 0px;
}

.email-sec .vc_col-sm-3.right.add-space,
.email-sec .vc_col-sm-4.right.add-space{
    padding-bottom: 15px;
    padding-left: 0;
    padding-right: 0;
}

section#footer-section {
	position: relative;
}

.footer-section .footer-btn:after {
  height: 50px;
  left: -4px;
  top: -1px;
}

.footer-section .footer-one {
    padding-bottom: 12px;
}


/* Services Inner Page */


.generic-title .title {
    line-height: 30px;
    font-size: 22px !important;
}

.generic-title .title-after_title {
    width: 100%;
    font-size: 16px !important;
}

.sell-us {
    padding-top: 25px !important;
    padding-bottom: 75px !important;
    padding-right: 15px !important;
    padding-left: 15px !important;
}

.sell-us .generic-title{
    margin-bottom: 20px;
}

.sell-us .generic-title .title-after_title {
    font-size: 16px;
}

.secure-data-section {
    padding-top: 25px !important;
    padding-bottom: 25px !important;
}

.secure-data-section .generic-title .title-after_title {
    font-size: 16px !important;
}

.secure-data-section .secure-image img {
    box-shadow: none !important;
}

.secure-data-section .secure-image{
    margin-bottom: 0px !important;
}
    
.whyus{
    padding-top: 25px !important;
    padding-bottom: 25px !important;
}

.whyus .generic-title{
     margin-bottom: 10px !important;
}

.whyus .choose-info .vc_column-inner{
    padding-top: 10px !important;
}

.whyus .buyback-box{
    margin-bottom: 0px !important;
}

.secure-data-section .data-text li {
    display: flex;
}

.secure-section .data-text{
    margin-bottom: 10px !important ;
}

.secure-section{
    padding-top: 25px !important;
    padding-bottom: 25px !important;
}

.secure-section .title-after_title {
    width: 100% !important;
    font-size: 16px !important;
}

.secure-section .col-b .wpb_wrapper{
     height: auto ;
}

.secure-section .col-a .wpb_wrapper {
    margin-bottom: 15px !important;
}

.secure-section .col-b .data-text li{
    display: flex
}

.secure-section .col-a .data-text li {
    display: flex;
}

.spinner-row{
    padding-bottom: 25px !important;
}

.spinner-row .title-after_title {
    font-size: 16px !important;
}

.spinner-row .last-box{
    margin-bottom: 0px !important;
}

.services-section{
   padding-top: 25px !important;
   padding-bottom: 25px !important;
}

.services-section .vc_column-inner{
    padding-top: 0px !important;
}

.services-section .title-after_title {
    font-size: 16px !important;
}

.services-section .info-box-carousel {
    padding-bottom: 25px !important;
}

.services-section  .info-box-carousel-wrapper{
    margin-bottom: 0px !important;
}




.service-sec-five{
   padding-top: 25px !important;
   padding-bottom: 20px !important;
}

.service-sec-five .vc_column_container{
    padding-top: 0px !important;
	  padding-bottom: 0px !important;
}

.service-sec-five .faq_title_heading  .title-after_title {
    font-size: 16px !important;
}

.service-sec-five .wd-accordion-item {
    padding-right: 0px !important;
}

.service-sec-five .empty-col-a {
   display: none !important;
}

.service-sec-five .empty-col-b {
   display: none !important;
}

.service-sec-five .wd-accordion-title {
    padding: 15px !important;
}

.service-sec-five .wd-accordion-content{
    padding: 15px !important;
}

.whyus .wd-arrow-inner {
    display: none !important;
}

.whyus .wd-nav-pagin-wrap {
    margin-top: 0px !important;
}

.spinner-box br {
    display: none;
}
}

