/*!
Theme Name: UpdPlastics
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: updplastics
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

UpdPlastics is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

*, ::after, ::before {
  box-sizing: border-box;
}

body {margin: 0px; padding: 0px; overflow-x: hidden;}
h1, h2, h3, h4, h5, h6 {margin:0px 0px 10px 0px;}

/* a { position: relative; }
a::after {
	width: 0;
	bottom: 0;
	content: "";
	height: 1px;
	left: 0px;
	position: absolute;
	transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	background: #0ABA74;
}
header a::after { content: none !important; }
a:hover::after {
	width: 100%;
} */
a { color: #0ABA74; transition:all 0.3s ease-in-out 0s;}
a:hover {color: #003b6b;}


.post .rollover,.post .rollover-video:not(.ts-slide),.post img,.single-postlike img,img[class*=align],img[class*=wp-image-],img[class*=attachment-] {
    max-width: 100%;
    height: auto
}

.recent-posts .alignleft img {
    max-width: inherit;
    height: inherit
}

blockquote {
    padding: 20px 25px;
    margin: 0 0 10px;
    box-sizing: border-box
}

.format-status-content {
    border: none
}

.alignleft {
    float: left;
    margin: 0 30px 10px 0
}

.alignleft.photoswipe-wrapper {
    clear: both;
    margin: 0
}

.alignleft.photoswipe-wrapper .wp-caption-text {
    float: left;
    clear: both
}

.alignleft>.dt-pswp-item {
    float: left;
    margin: 0 30px 10px 0
}

#footer .alignleft,#sidebar .alignleft {
    margin-right: 20px
}

.alignright {
    float: right;
    margin: 0 0 10px 30px
}

.alignright.photoswipe-wrapper {
    clear: both;
    margin: 0
}

.alignright>.dt-pswp-item {
    float: right;
    margin: 0 0 10px 30px
}

.alignright.photoswipe-wrapper .wp-caption-text {
    float: right;
    clear: both
}

#footer .alignright,#sidebar .alignright {
    margin-left: 20px
}

.aligncenter {
    display: block;
    margin: 0 auto 10px
}

.wp-caption.aligncenter {
    text-align: center
}

.entry-content .wp-block-image.alignfull img {
    width: 100vw;
    margin-left: auto;
    margin-right: auto
}

.alignnone {
    float: none;
    margin: 0 auto 10px
}

.shortcode-single-image-wrap.aligncenter,.shortcode-single-image-wrap.alignnone {
    margin-left: auto!important;
    margin-right: auto!important
}

.wp-caption {
    max-width: 100%
}

.gap,.gap-10,.gap-20,.gap-30,.gap-40,.hr-thick,.hr-thin,.vc_empty_space {
    clear: both
}

.hr-thick {
    height: 1px;
    line-height: 1px;
    border-bottom-style: solid;
    border-bottom-width: 5px;
    margin: 0 auto
}

.hr-thin {
    height: 9px;
    line-height: 9px;
    margin: 0 auto
}

.hr-thin.hr-left {
    margin: 0
}

.hr-thin.hr-right {
    margin: 0 0 0 auto
}

.divider-heder,.layout-list .divider-heder,.layout-masonry .divider-heder,.page .divider-heder,.single .divider-heder {
    margin: 25px 0 36px
}

.divider-comments {
    margin: 0 0 35px
}

.divider-post {
    margin: 10px 0 20px
}

.text-centered {
    text-align: center
}

a.text-secondary {
    text-decoration: none
}

a.text-secondary:hover {
    text-decoration: underline
}

.blog-detail-post h1,
.h1-size,
.entry-title.h1-size,
.dt-accordion-h1-size .wpb_accordion_header > a {
  color: #252525;
  font-size: 30px;
  letter-spacing: 1.3;
}
.blog-detail-post h2,
.h2-size,
.entry-title.h2-size,
h1.entry-title,
.dt-accordion-h2-size .wpb_accordion_header > a {
  color: #252525;
  font-size: 26px;
  letter-spacing: 1.3;
}
.blog-detail-post h3,
.h3-size,
.entry-title.h3-size,
h2.entry-title,
.dt-accordion-h3-size .wpb_accordion_header > a {
  color: #252525;
  font-size: 24px;
  letter-spacing: 1.3;
}
.blog-detail-post h4,
.h4-size,
.entry-title.h4-size,
h3.entry-title,
.dt-accordion-h4-size .wpb_accordion_header > a,
.vc_separator h4 {
  color: #252525;
  font-size: 22px;
  letter-spacing: 1.3;
}
.blog-detail-post h5,
.h5-size,
h4.entry-title,
.entry-title.h5-size,
.dt-accordion-h5-size .wpb_accordion_header > a {
  color: #252525;
  font-size: 18px;
  letter-spacing: 1.3;
}
.blog-detail-post h6,
.h6-size,
.entry-title.h6-size,
.dt-accordion-h6-size .wpb_accordion_header > a {
  color: #252525;
  font-size: 16px;
  letter-spacing: 1.3;
}

.sidebar-content .widget_block {
	background: #fff;
	padding: 0 20px;
	border: 1px solid #003B6B;
	border-radius: 15px;
	overflow: hidden;
}
.sidebar-content .widget_block:not(:last-child) { margin-bottom: 25px; }
.sidebar-content .widget_block .wp-block-heading {
	background: #003B6B;
	color: #fff;
	font-family: "Rethink Sans", Sans-serif;
	font-size: 20px;
	font-weight: 500;
	line-height: 1.2;
	display: block;
	margin: 0 -20px;
	padding: 10px 20px 10px 25px;
}
.sidebar-content .widget_block .wp-block-latest-posts__list,
.sidebar-content .widget_block .wp-block-categories-list {
	padding: 5px 0px 5px 5px;
   list-style: none;
}
.sidebar-content .widget_block .wp-block-latest-posts__list a,
.sidebar-content .widget_block .wp-block-categories-list a {
	display: block;
	font-family: "Rethink Sans", Sans-serif;
	margin-bottom: 10px;
	font-size: 17px;
	line-height: 24px;
	font-weight: 500;
	color: #003B6B;
	margin-left: 25px;
}
.sidebar-content .widget_block .wp-block-latest-posts__list a:hover,
.sidebar-content .widget_block .wp-block-categories-list a:hover {
	color: #0ABA74;
}
.sidebar-content .widget_block .wp-block-latest-posts__list a::before,
.sidebar-content .widget_block .wp-block-categories-list a::before {
	content: "\279C";
	font-family: tss-font;
	font-style: normal;
	font-weight: 400;
	display: inline-block;
	text-decoration: inherit;
	width: 1em;
	margin-right: 8px;
	text-align: center;
	font-variant: normal;
	text-transform: none;
	line-height: 1em;
	margin-left: -25px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

footer a {
	position: relative;
}
footer .elementor-nav-menu a { display: inline-block; }
footer a::after {
	width: 0;
	bottom: 0;
	content: "";
	height: 1px;
	left: 0px;
	position: absolute;
	transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	background: #0ABA74 !important;
}
footer a:hover::after {
	width: 100%;
}
footer a.elementor-icon::after {
	content: none;
}

p {margin: 0px 0px 15px 0px; padding: 0px;}
p:last-child {margin: 0px;}
.cls-requirement-box ol {margin: 0px; padding: 0px 0px 0px 16px;}
.cls-requirement-box h3 {font-size: 22px; font-weight: 600; margin-bottom: 8px;}
.cls-common-form .cls-upd-form_wrapper {background-color: #fff; padding: 30px 40px 40px 40px; border-radius: 30px; color: #929292; font-family: "Rethink Sans", Sans-serif;}
.cls-common-form .cls-upd-form_wrapper h1,
.cls-common-form .cls-upd-form_wrapper h2,
.cls-common-form .cls-upd-form_wrapper h3,
.cls-common-form .cls-upd-form_wrapper h4,
.cls-common-form .cls-upd-form_wrapper h5,
.cls-common-form .cls-upd-form_wrapper h6 {color: #000; font-family: "Rethink Sans", Sans-serif;}    
.cls-common-form .cls-upd-form_wrapper input,
.cls-common-form .cls-upd-form_wrapper textarea,
.cls-common-form .cls-upd-form_wrapper select {width: 100% !important; font-size: 16px !important; color: #000 !important; border: 1px solid #D1D1D1 !important; padding: 13px 15px !important; border-radius: 12px !important; box-shadow: none !important; line-height: normal !important; height: auto !important; background-color: #fff; font-family: "Rethink Sans", Sans-serif !important; }
.cls-common-form .cls-upd-form_wrapper input:focus,
.cls-common-form .cls-upd-form_wrapper textarea:focus,
.cls-common-form .cls-upd-form_wrapper select:focus {border:1px solid rgba(0, 59, 107, 0.3) !important; outline:3px solid rgba(0, 59, 107, 0.3) !important; outline-offset: 1px solid #fff !important;} 
.cls-common-form .cls-upd-form_wrapper select {cursor: pointer; background-image: url(assets/images/select-down-arrow.svg) !important; background-color: #fff; background-size: 16px; background-repeat: no-repeat; background-position: right 10px center; padding-right: 30px !important; cursor: pointer; appearance: none; -moz-appearance: none; -webkit-appearance: none;}
.cls-common-form .cls-upd-form_wrapper select:hover { background-image: url(assets/images/select-down-arrow.svg) !important;}


.cls-common-form .gform-theme--foundation .gform_fields {row-gap: 24px;}
.cls-common-form .cls-upd-form_wrapper input[type="radio"], .cls-common-form .cls-upd-form_wrapper input[type="checkbox"] {width: 19px !important; height: 19px !important; padding: 0px !important;}
.cls-common-form .cls-upd-form_wrapper input[type="radio"] {border-radius: 100% !important;}
.cls-common-form .cls-upd-form_wrapper input[type="checkbox"] {border-radius: 6px !important;}
.cls-common-form .cls-upd-form_wrapper input[type="radio"]:focus, .cls-common-form .cls-upd-form_wrapper input[type="checkbox"]:focus {border:1px solid rgba(0, 59, 107, 0.3) !important; outline:3px solid rgba(0, 59, 107, 0.3) !important; outline-offset: 1px solid #fff !important;}
.gform-theme--framework input[type="radio"]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *))::before {inline-size: 11px !important; block-size: 11px !important; background-color: #003b6b !important;}
.cls-common-form .gform-theme--foundation .gfield {border-bottom: none !important; padding: 0px !important;}
.cls-common-form h2.gform_title, .cls-common-form h3.gsection_title {font-size: 30px !important; font-weight: 600 !important; margin-bottom: 0px !important;}
.cls-common-form .gfield--type-fileupload button.gform_button_select_files {border-radius: 30px !important; font-size: 16px !important; color: #fff !important; background-color: #003b6b !important; font-weight: 500 !important; transition:all 0.3s ease-in-out 0s !important;}
.cls-common-form .gfield--type-fileupload button.gform_button_select_files:hover {background-color: #252525 !important; color: #fff !important; }
.cls-common-form .gform-theme--framework .gfield:where(.gfield--type-fileupload, .cls-common-form .gfield--input-type-fileupload) .gform_drop_area::before {color: #003b6b !important; display: none !important;}
.cls-common-form .gform-theme--framework .gfield:where(.gfield--type-fileupload, .cls-common-form .gfield--input-type-fileupload) .gform_drop_area {background-color: #FAFAFA !important; border: 1px solid #D1D1D1 !important; border-radius: 12px !important; box-shadow: none !important;}
.cls-common-form input::-webkit-input-placeholder,
.cls-common-form textarea::-webkit-input-placeholder,
.cls-common-form select::-webkit-input-placeholder {color: #929292 !important; opacity: 1;}
.cls-common-form input::-moz-placeholder,
.cls-common-form textarea::-moz-placeholder,
.cls-common-form select::-moz-placeholder {color: #929292 !important; opacity: 1;}
.cls-common-form input:-ms-input-placeholder,
.cls-common-form textarea:-ms-input-placeholder,
.cls-common-form select:-ms-input-placeholder {color: #929292 !important; opacity: 1;}
.cls-common-form input:-moz-placeholder,
.cls-common-form textarea:-moz-placeholder,
.cls-common-form select:-moz-placeholder {color: #929292 !important; opacity: 1;}
.cls-common-form .ginput_container_select select .gf_placeholder {color: #929292 !important; opacity: 1;}
.cls-common-form .ginput_container_select select:has(option:checked:first-child) {color: #929292 !important;}
.cls-common-form .ginput_container_select select:has(option:checked:first-child) option {color: #000 !important;}

.cls-common-form .ginput_address_country select .gf_placeholder {color: #929292 !important; opacity: 1;}
.cls-common-form .ginput_address_country select:has(option:checked:first-child) {color: #929292 !important;}
.cls-common-form .ginput_address_country select:has(option:checked:first-child) option {color: #000 !important;}

.cls-common-form select .gf_placeholder {color: #929292 !important; opacity: 1;}
.cls-common-form select:has(option:checked:first-child) {color: #929292 !important;}
.cls-common-form select:has(option:checked:first-child) option {color: #000 !important;}

.cls-common-form .gfield_description {color: #929292 !important; font-size: 14px !important;}
.cls-common-form .gform-field-label {font-size: 16px !important;}
.cls-common-form .gform-field-label--type-sub {display: none !important;}
.cls-common-form .cls-sub-form-title h3.gsection_title {font-size: 16px !important; font-weight: 500 !important;}
.cls-common-form .mb-15-min h3.gsection_title{margin-bottom: -15px !important;}
.cls-common-form .gfield.cls-measure-img-bg {text-align: center !important; padding:30px 20px !important; background-color: #D4E6F4 !important; border-radius: 30px !important;}
.cls-common-form .gfield.cls-measure-img-bg img {border-radius: 20px !important;}
.cls-common-form .gform_footer {position: relative;}
.cls-common-form .gform_footer input.gform_button {position: relative; background-color: #003b6b !important; color: #fff !important; width: auto !important; font-size: 15px; font-weight: 500; font-family: "Rethink Sans", Sans-serif !important; border: none !important; box-shadow: none !important; border-radius: 40px !important; padding: 12px 25px !important; cursor: pointer;}
.cls-common-form .gform_footer input.gform_button:hover {background-color: #252525 !important; color: #fff !important;}

.cls-common-form p.gform_required_legend {margin-bottom: 15px !important;}
.cls-common-form .clssignaturemsg {color: #0ABA74; font-weight: 600;}

.cls-common-form .cls-form-accordin-bg .gfield_checkbox {padding: 10px; background-color:#003b6b; border-radius: 10px; cursor: pointer;}
.cls-common-form .cls-form-accordin-bg .gfield_checkbox label.gform-field-label {color: #fff; cursor: pointer; width: 100%;}
.cls-common-form .cls-form-accordin-bg .gfield_checkbox > * {display: flex; align-items: center;}

.cls-common-form .gfield--type-radio .ginput_container_radio .gchoice label, .cls-common-form .gfield--type-radio .ginput_container_radio .gchoice input {cursor: pointer;}

.cls-common-form .gfield--type-checkbox .ginput_container_checkbox .gchoice input[type="checkbox"]:checked + label {font-weight: 600;}
.cls-common-form .gfield--type-radio .ginput_container_radio .gchoice input[type="radio"]:checked + label {font-weight: 600;}

.gform-theme--framework .gfield:where(.gfield--type-fileupload, .gfield--input-type-fileupload) .ginput_preview .gfield_fileupload_progressbar_progress {background-color: #003b6b !important;}

.cls-common-form .gfield--type-fileupload button.gform_button_select_files:focus {--gf-local-bg-color: #fff !important;
  --gf-local-border-color: #6ea6d4 !important;
  --gf-local-color: #6ea6d4 !important;
  --gf-local-outline-color: 0 1px 4px rgba(0, 59, 107, 0.4) !important;
  --gf-local-outline-width:3px !important;}

.cls-common-form  .gform_wrapper .gfield_error input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]), 
.cls-common-form  .gform_wrapper .gfield_error textarea {border: 1px solid #d20d0d !important;}

.cls-common-form .gform_wrapper .validation_message { color: #d20d0d !important; font-weight: 600 !important; letter-spacing: normal !important;}
.cls-common-form .gform_wrapper .gfield_error .gfield_label {color: #d20d0d !important;}
.cls-common-form .gform_wrapper .gfield_error div.ginput_complex.ginput_container label, 
.cls-common-form .gform_wrapper .gfield_error .gfield_checkbox label, 
.cls-common-form .gform_wrapper .gfield_error .gfield_radio label {color: #d20d0d !important;}

.cls-requirement-box a:hover {color: #000 !important;}

.cls-common-form .clsfileupdtitle label.gform-field-label {font-size: 20px !important; font-weight: 700 !important; text-align: center; display: block !important; margin-bottom: 19px;}

.cls-common-form .clsredcolortxt .gsection_title, .cls-common-form .clsredcolortxt label.gform-field-label {color: #d20d0d !important; font-size: 20px !important;}

.cls-common-form .cls-pdf-link a {color: #003b6b !important; padding: 10px 15px; border: 1px solid #ccc; border-radius: 10px; background-color: #f1f1f1 !important; transition:all 0.3s ease-in-out 0s}
.cls-common-form .cls-pdf-link a:hover {color: #003b6b !important; background-color: #d4e6f4 !important; text-decoration: none !important; border-color: #003b6b;}
.cls-common-form .gform_wrapper .cls-input-label-inline-block label, .cls-common-form .gform_wrapper .cls-input-label-inline-block legend {display: inline-block !important; min-height: 47px;}
.cls-common-form .gform_wrapper .cls-input-label-inline-block label span.gfield_required, .cls-common-form .gform_wrapper .cls-input-label-inline-block legend span.gfield_required {margin-left: 4px;}

body .cls-common-form .gform_wrapper .cls_signaturebox {width: 49.5%; font-size: 50px; color: #000; display: flex !important; align-items: center; border: 2px dashed #ddd !important; background-color: #fff; padding: 20px !important; min-height: 300px; margin: 0px;   border-radius: 15px; line-height: 1.3;}
body .cls-common-form .gform_wrapper .clstypesignature, body .cls-common-form .gform_wrapper .clsfontsignature {grid-column: span 3;}



body .cls-common-form .gform_wrapper .clsquoteloader{ width: 100px;height: 50px;background: url(assets/images/loader.gif) no-repeat;background-position: center;background-size: contain;margin-top: -203px!important;margin-bottom: 95px;margin-left: 20px; display: none;}

.cls-common-form .gform_wrapper .cls-center-img-part {text-align: center !important;}
.cls-common-form .gform_wrapper .cls-center-img-part img {max-width: 375px !important;}

/* home */

/* home banner */
.home-banner-slider { height: 730px; }
.home-banner-slider .swiper-slide-inner .swiper-slide-image,
.home-banner-slider .swiper-slide-inner,
.home-banner-slider .swiper { height: 100%; }
.home-banner-slider.elementor-element .swiper .swiper-pagination-bullets.swiper-pagination-horizontal { bottom: 20px; }
.home-banner-slider .swiper-slide-inner .swiper-slide-image { object-fit: cover; }
.home-banner-text { transform: translate(-50%, -50%); }
/* home banner ends */

/* home testimonial slider */
.testimonial-slider .single-item-wrapper {
	flex-direction: column;
	background: #fff;
	border-radius: 30px;
	overflow: hidden;
	padding: 40px 30px;
}
.testimonial-slider .tss-left {
	display: grid;
	grid-template-columns: 86px 1fr 80px;
	gap: 0 20px;
	align-items: center;
}
.testimonial-slider .tss-left::before {
	content: '';
	width: 80px;
	height: 75px;
	background: url(assets/images/quote.svg) no-repeat;
	background-position: center;
	background-size: contain;
	grid-column: 3/4;
	grid-row: 1/5;
}
.testimonial-slider .profile-img-wrapper {
	width: 86px;
	height: 86px;
	margin: 0;
	grid-row: 1/5;
	grid-column: 1/2;
}
.testimonial-slider .author-name {
	grid-row: 2/3;
	grid-column: 2/3;
}
.testimonial-slider .author-bio {
	grid-row: 3/4;
	grid-column: 2/3;
}
.testimonial-slider .rating-wrapper {
	grid-row: 5/6;
	grid-column: 1/4;
}
.testimonial-slider .tss-wrapper .tss-layout1 .item-content-wrapper:before,
.testimonial-slider .tss-wrapper .tss-carousel1 .item-content-wrapper:before,
.testimonial-slider .tss-wrapper .tss-layout1 .item-content-wrapper:after,
.testimonial-slider .tss-wrapper .tss-carousel1 .item-content-wrapper:after {
	content: none;
}
.testimonial-slider .tss-wrapper .tss-carousel1 .item-content-wrapper,
.testimonial-slider .tss-wrapper .tss-layout1 .item-content-wrapper {
	padding: 0;
	background: transparent;
}
.testimonial-slider .swiper-button-next, 
.testimonial-slider .swiper-button-prev {
	top: -150px;
	margin-top: 0;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	display: flex;
}
.testimonial-slider .rttss-left-open,
.testimonial-slider .rttss-right-open {
	font-size: 24px !important;
}
.testimonial-slider .rttss-left-open::before {
	content:  "\279C";
	transform: rotate(180deg);
}
.testimonial-slider .rttss-right-open::before {
	content:  "\279C";
}
.testimonial-slider .swiper-button-prev {
	left: auto;
	right: 80px;
}
.testimonial-slider .swiper-button-next {
	left: auto;
	right: 0;
}
.testimonial-slider .tss-wrapper .tss-even .tss-grid-item {
	margin-bottom: 0;
}
/* home testimonial slider ends */

/* home manufactures grid */
.cls-manufactures-list-grid {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	/* grid-template-columns: repeat(4, 1fr); */
	gap: 30px;
}
.cls-manufactures-list-grid .cls-manufactures-item {
	width: calc(25% - 25px);
	background: #fff;
	border-radius: 15px;
	padding: 10px 12px;
	transition: all 0.3s ease-out;
}
.cls-manufactures-list-grid .cls-manufactures-item::after { content: none !important; }
.cls-manufactures-list-grid .cls-manufactures-item:focus,
.cls-manufactures-list-grid .cls-manufactures-item:hover {
	transform: translateY(-10px);
	box-shadow: 0px 2px 8px 2px rgba(0,0,0,0.05);
}
.cls-manufactures-list-grid .cls-manufactures-img {
	width: 100%;
	height: 120px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.cls-manufactures-list-grid .cls-manufactures-img img { object-fit: contain; max-width: 90%; max-height: 90%;}
.cls-manufactures-list-grid .cls-manufactures-name {
	text-align: center;
	font-family: "Rethink Sans", sans-serif;
	font-size: 16px;
	font-weight: 500;
	margin: 10px auto;
	color: #000;
	padding: 0 10px;
}
/* home manufactures grid ends */

/* home ends */

/* search form */
.main-newsearch-from .cls-upd-form_wrapper {
	display: flex;
	gap: 15px;
	padding: 15px;
	border-radius: 15px;
}
.main-newsearch-from .cls-upd-form_wrapper select {
	border-radius: 8px !important;
	font-family: "Rethink Sans", Sans-serif !important;
}
.main-newsearch-from .gform_footer input.gform_button {
	border-radius: 8px !important;
	padding: 15px 35px !important;
	transition:all 0.3s ease-in-out 0s;
	cursor: pointer;
}
/* search form ends */

.main-search-page-sort { display: flex; margin-bottom: 25px; }
.main-search-page-sort .search-it-here { width: 100%; }
.search-it-here .form-control {
	outline: none;
	width: 100%;
	font-size: 16px;
	line-height: 24px;
	color: #000;
	padding: 15px 20px 15px 60px;
	border-radius: 60px 0 0 60px;
	box-shadow: none;
	height: auto;
	border: none;
	font-family: "Rethink Sans", Sans-serif;
	background-image: url(assets/images/tabler-icon-search.svg);
	background-position: 20px 15px;
	background-repeat: no-repeat;
	background-size: 24px;
}
.page-sort-box {
	flex-shrink: 0;
	display: flex;
	align-items: center;
	gap: 20px;
	background: #fff;
	padding: 5px 20px;
	border-radius: 0 30px 30px 0;
}
.page-sort-box span {
	font-family: "Rethink Sans", Sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	color: #9F9F9F;
	margin-right: 5px;
}
.hz-divider {
	width: 1px;
	height: 24px;
	background: #9F9F9F;
}
.page-sort-box select {
	font-family: "Rethink Sans", Sans-serif;
	font-size: 16px;
	font-weight: 500;
	line-height: 24px;
	padding-right: 5px;
	border: 0;
}

.manufacture-clscategorylist .cls-manufactures-list-grid .cls-manufactures-item {
	border-radius: 20px;
	height: 180px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 20px;
	position: relative;
	overflow: hidden;
	transform: none;
	box-shadow: none;
	text-align: center;
}
.manufacture-clscategorylist .cls-manufactures-list-grid .cls-manufactures-img {
	height: 100%;
	-webkit-box-sizing: border-box;
   box-sizing: border-box;
   -webkit-transition: all .35s ease;
   transition: all .35s ease;
	font-family: "Rethink Sans", Sans-serif;
	font-size: 20px;
   font-weight: 600;
	color: #003B6BF2;
}
.manufacture-clscategorylist .cls-manufactures-list-grid .cls-manufactures-name {
	font-size: 20px; font-weight: 600; color: #fff;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #003B6BF2;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0;
	-webkit-box-sizing: border-box;
   box-sizing: border-box;
   -webkit-transition: all .35s ease;
   transition: all .35s ease;
	-webkit-transform: translateY(120%);
   transform: translateY(120%);
}
.manufacture-clscategorylist .cls-manufactures-item:hover .cls-manufactures-name {
	-webkit-transform: translate(0, 0);
   transform: translate(0, 0);
}
.manufacture-clscategorylist .cls-manufactures-list-grid { margin-bottom: 30px; }

.manufacture-clscategorylist .clspagination {
	margin-top: 30px;
	padding-top: 30px;
}

.clspagination {
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	flex-wrap: wrap;
}
.clspagination .page-numbers {
	border-radius: 40px;
	font-family: "Rethink Sans", Sans-serif;
	background-color: transparent;
	width: auto;
	min-width: 40px;
	height: 40px;
	/* padding: 5px 10px; */
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 16px;
	line-height: 21px;
	font-weight: 700;
	color: #252525;
	margin: 0 10px;
	position: relative;
	text-decoration: none;
}

.clspagination .page-numbers:first-child {margin-left: 0px;}
.clspagination .page-numbers:last-child {margin-right: 0px;}

.clspagination .page-numbers.current, .clspagination .page-numbers:hover {
	background-color: #003B6B;
	color: #fff;
}

.clspagination .page-numbers.current { outline: 5px solid rgba(0, 0, 0, 0.10);}


/*
.clspagination .page-numbers.current::after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	background: #0000001A;
	width: calc(100% + 10px);
	height: calc(100% + 10px);
	border-radius: 100px;
}
	*/
.clspagination .next.page-numbers, .clspagination .prev.page-numbers {
   font-size: 0;
}
.clspagination .next.page-numbers:before, .clspagination .prev.page-numbers:before {
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	font-family: fontawesome;
	text-align: center;
	width: 24px;
	height: 24px;
}
.clspagination .next.page-numbers:before {
	content: "";
	background: url(assets/images/tabler-icon-chevron-right.svg) no-repeat;
	background-position: center;
	background-size: contain;
}
.clspagination .prev.page-numbers:before {
	content: "";
	background: url(assets/images/tabler-icon-chevron-right.svg) no-repeat;
	background-position: center;
	background-size: contain;
	transform: rotate(180deg);
}
.clspagination .next.page-numbers:hover:before, .clspagination .prev.page-numbers:hover:before {
	filter: brightness(0) invert(1);
}

.product-listing-page-sec .clspagination {margin-top: 30px; padding-top: 30px;}

.post-cat {
	display: inline-block;
	background: #4CAF50;
	color: #fff;
	padding: 4px 6px;
	font-size: 12px;
	border-radius: 4px;
	margin-right: 8px;
}

/* blog detail page */
.blog-detail-post .elementor-widget-text-editor {
	font-size: 18px;
	line-height: 1.5;
}
.blog-detail-post .elementor-widget-text-editor li {
	margin-bottom: 5px;
}

.blog-detail-post  ol {padding-left: 18px;}
/* blog detail page */



.loader-here { text-align: center; }
.loader {
	/*width: 40px;
	height: 40px;
	border: 5px solid #FFF;
	border-bottom-color: #003B6B;
	border-radius: 50%;
	display: inline-block;
	box-sizing: border-box;
	animation: rotation 1s linear infinite;*/
	width: 50px;
	height: 50px;
}
@keyframes rotation {
   0% {
      transform: rotate(0deg);
   }
   100% {
      transform: rotate(360deg);
   }
}

.cls-requirement-box a {color: #92400E !important; text-decoration: underline !important;}
.cls-requirement-box a:hover {color: #92400E !important; text-decoration: none !important;}
.cls-banner-sub-list ul {margin: 0px; padding: 0px; list-style-type: none;}
.cls-banner-sub-list li {position: relative; padding-left: 28px; margin-bottom: 15px;}
.cls-banner-sub-list li:last-child {margin-bottom: 0px;}
.cls-banner-sub-list li::before {position: absolute; left: 0; top: -2px; width: 24px; height: 24px; background: url(assets/images/white-right-arrow.svg) no-repeat center; background-size: contain; content: "";}
.cls-box-height {height: 100% !important;}
.cls-windshield-img a {display: block !important;}

.cls-listing-part ul {padding-left: 16px;}
.cls-listing-part li {margin-bottom: 7px;}
.cls-custom-re-fab-green span {color: #0ABA74 !important;}
.cls-common-arrow-btn a {padding: 12px 20px 12px 55px !important; display: inline-flex; align-items: center; background-image: url(assets/images/button-arrow.svg); background-repeat: no-repeat; background-position: left 5px center;}

.cls-banner-sub-list a {color: #0ABA74 !important;}
.cls-banner-sub-list a:hover {color: #29EC9E !important;}

.cls-ab-cont-sec h1 span {color: #0ABA74;}
.cls-ab-year-box h4 span {color: #0ABA74;}


/* 14-11-25 */
.terms-condition-sec ul li {
    margin-bottom: 10px;
}
.terms-condition-sec ul {padding-left: 16px;}

.cls-gallery-section .elementor-image-gallery .gallery {display: flex; flex-wrap: wrap; margin-left: -10px; margin-right: -10px; gap: 30px 0px;}
.cls-gallery-section .elementor-image-gallery .gallery .gallery-item {padding-left: 10px; padding-right: 10px;}
.cls-gallery-section .elementor-image-gallery .gallery .gallery-icon {width: 100%; height: 100%;}
.cls-gallery-section .elementor-image-gallery .gallery .gallery-icon a {display: block; width: 100%; height: 100%; transition:all 0.3s ease-in-out 0s;}
.cls-gallery-section .elementor-image-gallery .gallery .gallery-icon a img {width: 100%; height: 100%; object-fit: cover; border-radius: 15px; transition:all 0.3s ease-in-out 0s;}
.cls-gallery-section .elementor-image-gallery .gallery .gallery-icon a:hover img {opacity: 0.7;}


.cls-ab-sec {display: flex !important; align-items: center !important; gap: 50px !important;}
.cls-ab-cont-sec {flex: 1 !important; }
.cls-left-main-img {max-width: 450px !important; width: 100% !important; flex-shrink: 0 !important;}

.contact-form input, .contact-form textarea{margin-top: 10px;}
.contact-form textarea{height: 100px !important;}
body .contact-form .wpcf7-submit{ transition: background var(--background-transition, .3s), border var(--border-transition, .3s), box-shadow var(--border-transition, .3s), transform var(--e-con-transform-transition-duration, .4s);position: relative;background-color: #003b6b!important;color: #fff!important;width: auto!important;font-size: 15px;font-weight: 500;font-family: "Rethink Sans",Sans-serif!important;border: none!important;box-shadow: none!important;border-radius: 40px!important;padding: 12px 25px!important;margin-top: 15px;cursor: pointer;}
body .contact-form .wpcf7-submit:hover{background-color: var(--e-global-color-text) !important;}
.e-font-icon-svg.e-eicon-share-arrow{display:none};
body .here-cls{color: #0ABA74 !important;}
 body .contact-form   .wpcf7-form-control:focus{ border-color: #94a8c7 !important;
    box-shadow: inset 0 0 0 2px #cdd8ea, 0 0 0 3px rgba(147, 169, 198, 0.35);
    width: 100%;
    padding: 14px 18px;
    background: #ffffff;
    font-size: 15px;
    color: #444;
    border: 2px solid #b9c8dd !important;
    border-radius: 16px;
    box-shadow: inset 0 0 0 2px #d9e3f2;}
    /* outline: none !important;*/

.page-sort-box select {cursor: pointer; background-color: #fff; font-size: 16px; color: #003B6B; font-weight: 500; font-family: "Rethink Sans", Sans-serif;}
.search-it-here .form-control::-webkit-input-placeholder {color: #9F9F9F; opacity: 1;}
.search-it-here .form-control::-moz-placeholder {color: #9F9F9F; opacity: 1;}
.search-it-here .form-control:-ms-input-placeholder {color: #9F9F9F; opacity: 1;}
.search-it-here .form-control:-moz-placeholder {color: #9F9F9F; opacity: 1;}

.table-sec .ct-basic-table p,
.table-sec .ct-basic-table th {color: #fff;}

.table-sec .ct-basic-table td {background-color: #fff;}

.table-sec .ct-basic-table th:first-child {border-radius: 30px 0 0 0 !important;}

.table-sec .ct-basic-table th:last-child {border-radius: 0 30px 0 0 !important;}

.ct-basic-table-container { width: 100%; overflow-x: auto; overflow-y: hidden; -webkit-overflow-scrolling: touch;}


/* 18-11-25 */
.measuring-sec strong{ padding-right: 6px;}
.commen-container .container {max-width: 1470px; padding-left: 15px; padding-right: 15px; margin-left: auto; margin-right: auto; font-family: "Rethink Sans", Sans-serif;}

.innerpage-title-boxbg {background-image: url(assets/images/inner-page-banner-shape-bg.png); background-repeat: no-repeat; background-position: center; background-size: cover; background-color: #003B6B;}
.innerpage-title-boxbg {border-radius: 30px; padding: 8px 20px; margin-bottom: 30px; padding: 30px 40px; color: #fff; font-size: 18px; line-height: 30px;}
.innerpage-title-boxbg h1 {font-size: 50px; color: #fff !important; margin-bottom: 5px; font-weight: 700; line-height: normal;}
.innerpage-title-boxbg p {line-height: 30px;}
.innerpage-title-boxbg p:last-child {margin-bottom: 0;} 

.quote-payment-form-part .cls-quote-payment-form h4 {}
.clsfrmextradesc {margin-bottom: 10px; padding-top: 4px;}

.clsquoteformprnt .clsfrmrow {margin-top: 16px;}
.clsquoteformprnt .cls-col-6 {display: grid; grid-template-columns: 1fr 1fr; gap: 10px;}
.clsquoteformprnt .displaynone {color: #e20000; font-size: 14px; line-height: 1.2; font-weight: 600; margin-top: 5px;}
.displaynone {display: none;}

.clsquoteformprnt input.clsborderred, .cls-common-form.common-single-page input.clsborderred {border-color: #e20000 !important; outline: 1px solid #e20000;}

input.clsborderred {border-color: #e20000 !important; outline: 1px solid #e20000;}

.clsfieldlabel {padding-top: 5px; font-size: 14px !important;}

.cls-common-form .clsquoteformprnt h3.gsection_title {padding-top: 35px; font-size: 20px !important; line-height: 1.2;}

body .quote-payment-form-part .cls-quote-sing-box .clsquotedisplaysign {
  
}

.quote-payment-form-part .clsfrmchkbox {/* margin-bottom: 20px; */margin-bottom: 5px;}
.cls-common-form.quote-payment-form-part .clsquoteformprnt .gform_footer {padding-top: 20px;}
.quote-payment-form-part .cls-quote-sing-box {margin-top: 20px; margin-bottom: 20px; position: relative;

width: 100%;
  font-size: 50px;
  color: #000;
  display: flex !important;
  align-items: center;
  border: 2px dashed #ddd !important;
  background-color: #fff;
  padding: 20px !important;
  min-height: 300px;
  /* margin: 0px; */
  border-radius: 15px;
  line-height: 1.3;
}

.quoteloader {display: none;}
body .quote-payment-form-part .quoteloader {
  /* width: 100px;
  height: 50px;
 background: url(assets/images/loader.gif) no-repeat;
  background-position: center;
  background-size: contain;
  margin-top: -178px !important;
  margin-bottom: 95px;
  margin-left: 0px;
  position: absolute;*/
}

.heateor_sss_sharing_ul{display: flex; justify-content: center; align-items: center;  gap: 9px;}

.social-icons .heateor_sss_sharing_container .heateor_sss_facebook,
.social-icons .heateor_sss_sharing_container .heateor_sss_button_x,
.social-icons .heateor_sss_sharing_container .heateor_sss_button_linkedin,
.social-icons .heateor_sss_sharing_container .heateor_sss_button_pinterest,
.social-icons .heateor_sss_sharing_container .heateor_sss_whatsapp
{
background-color: #d6e6f5 !important;
width: 42px;
height: 42px;
display: flex;
justify-content: center;
align-items: center;
border-radius: 100%;
z-index: 999;
background-repeat: no-repeat !important;
background-position: 50% !important;
background-size: 19px !important;
}

.social-icons .heateor_sss_sharing_container .heateor_sss_facebook{background-image: url(https://gujjucoders.com/demo/updplastics/wp-content/uploads/2025/11/facebook-app-symbol.png) !important;}
.social-icons .heateor_sss_sharing_container .heateor_sss_button_x{background-image: url(https://gujjucoders.com/demo/updplastics/wp-content/uploads/2025/11/twitter.png) !important;}
.social-icons .heateor_sss_sharing_container .heateor_sss_button_linkedin{background-image: url(https://gujjucoders.com/demo/updplastics/wp-content/uploads/2025/11/linkedin-big-logo.png) !important;}
.social-icons .heateor_sss_sharing_container .heateor_sss_button_pinterest{background-image: url(https://gujjucoders.com/demo/updplastics/wp-content/uploads/2025/11/pintrest.png) !important;}
.social-icons .heateor_sss_sharing_container .heateor_sss_whatsapp{background-image: url(https://gujjucoders.com/demo/updplastics/wp-content/uploads/2025/11/whatsapp.png) !important;}

.social-icons .heateor_sss_sharing_container  .heateor_sss_svg {
    background: transparent !important;
}
.social-icons .heateor_sss_sharing_container a:hover{background-color: var( --e-global-color-6401e0f ) !important;}


.social-icons .heateor_sss_sharing_container  .heateor_sss_svg svg {
    opacity: 0;
}
.elementor-post-info__terms-list a:hover{color: var( --e-global-color-6401e0f ) !important;}
.clsbloglisting .elementor-post__read-more:hover{background-color: var(--e-global-color-text) !important;}
.clsbloglisting .elementor-post__read-more{ position: relative;background-color: #003b6b!important;color: #fff!important;width: auto!important;font-size: 15px;font-weight: 500;font-family: "Rethink Sans",Sans-serif!important;border: none!important;box-shadow: none!important;border-radius: 40px!important;padding: 12px 25px!important;cursor: pointer;display: inline-block;}
.blog-sec .elementor-post__meta-data{font-weight: bold !important;}
.blog-sec  .page-numbers:hover{color: #fff !important;}

.blog-sec .elementor-pagination{display: flex;justify-content: center;align-items: center;}
.blog-sec .page-numbers.current{color: #fff !important;}

.swiper-slide-inner {
    position: relative;
    display: block;
}

/* overlay */
.swiper-slide-inner::before {
    content: "";
    position: absolute;
    inset: 0;    border-radius: 30px;
    background: rgb(17 59 109 / 60%); /* change color here */
    z-index: 2;
    pointer-events: none;
}

.swiper-slide-inner img {
    display: block;
    width: 100%;
    height: auto;
    position: relative;
    z-index: 1;
}
.footer-logo-cls a:hover::after{display: none;}
.elementor-popup-modal .dialog-widget-content{background-color: transparent !important;border-radius: 30px !important;box-shadow: none !important;    overflow: hidden !important;}
.elementor-popup-modal .dialog-close-button svg{fill: #fff !important}
/* Smooth fade + slide animation for Elementor popups */
.dialog-widget-content {
    transition: all 0.35s ease !important;
}

div#eu-cookie-bar {
    font-family: 'Rethink Sans';
    font-size: 14px;
}


.cls-common-form .submit {position: relative;}
.cls-common-form .common-blue-btn a, .cls-common-form  input.common-blue-btn {position: relative; background-color: #003b6b !important; color: #fff !important; width: auto !important; font-size: 15px; font-weight: 500; font-family: "Rethink Sans", Sans-serif !important; border: none !important; box-shadow: none !important; border-radius: 40px !important; padding: 12px 25px !important; cursor: pointer; transition:all 0.1s ease-in-out 0s;} 
.cls-common-form  .common-blue-btn a:hover, .cls-common-form  input.common-blue-btn:hover {background-color: #252525 !important; color: #fff !important;}
.cls-common-form  .common-blue-btn a:focus, .cls-common-form  input.common-blue-btn:focus {border: none !important; box-shadow: none !important;}

/* Overlay background */
.loader-wrapper {
    position: absolute;
    top: 0; left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.7);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 999;
}

/* Modern round loader */
.loader-gif {
    width: 70px;
    height:70px;
    /*border: 5px solid #ddd;
    border-top: 5px solid #3498db;
    border-radius: 50%;
    animation: spin 0.8s linear infinite;*/
}

@keyframes spin {
    100% { transform: rotate(360deg); }
}

.home-banner-text {padding-left: 15px !important; padding-right: 15px !important;}

.pro-logo-pro-coun-flex .pro-logo {max-height: 100px; max-width: 300px; display: flex; align-items: center;}
.pro-logo-pro-coun-flex .pro-logo img {max-height: 90px; max-width: 95%;}

.product-listing-wrapper {position: relative; }
.loader-wrapper {border-radius: 30px;}

.pagenotfound-sec {text-align: center; padding: 50px 0px 10px 0px;}



/*------select-2-start------*/
.select2-container--default .select2-selection--single {border-color: #D1D1D1 !important;  border-radius: 8px !important;}
.select2-container .select2-selection--single {height: 51px !important;}
.select2-container--default .select2-selection--single .select2-selection__rendered {line-height: 49px !important; font-size: 16px !important; font-family: "Rethink Sans", Sans-serif; color: #444 !important;}
.select2-container--default .select2-selection--single .select2-selection__arrow {top: 13px !important; right: 9px !important; width: 16px !important; background: url(assets/images/select-down-arrow.svg) no-repeat center !important; background-size: auto;background-size: 16px !important;}
.select2-container--default .select2-selection--single .select2-selection__arrow b {display: none;}
.select2-container--default .select2-results__option--highlighted[aria-selected] {background-color: #e1e1e1 !important; color: #444 !important;}
.select2-results__option {padding: 7px 6px !important;}
.select2-container--default .select2-search--dropdown .select2-search__field {border-color: #d1d1d1 !important; padding: 8px 5px !important; border-radius: 6px !important;}
.select2-dropdown {border-radius: 10px !important; border-color: #d1d1d1 !important;}
.select2-container--default .select2-search--dropdown .select2-search__field:focus-visible {outline:2px solid #c8c8c8 !important;}
.select2-container--default .select2-results > .select2-results__options {font-family: "Rethink Sans", Sans-serif;  color: #444 !important;}
.select2.select2-container {height: 51px !important; width: 100% !important;}




/* .main-newsearch-from .cls-upd-form_wrapper select.select2 {height: 51px !important; padding: 0px !important;}  */

/*.select2-container .select2-selection--single {height: 51px; padding: 13px 15px !important; font-size: 16px !important; background-image: url(assets/images/select-down-arrow.svg) !important; background-position: right 10px center; font-family: "Rethink Sans", Sans-serif;}*/

.page-er-not-foundsec {padding-top: 150px; padding-bottom: 120px; font-family: "Rethink Sans", Sans-serif; font-size: 20px; text-align: center;}
.page-er-not-foundsec h1 {font-family: "Rethink Sans", Sans-serif; margin-bottom: 10px; font-size: 30px;}
.page-er-not-foundsec .container {max-width: 1440px; margin-left: auto; margin-right: auto; padding-left: 15px; padding-right: 15px;}
.nofoundtext {font-size: 80px; font-weight: 700; margin-bottom: 10px; line-height: normal; line-height: 1;}
.nofoundtext span {color: #0aba74;}
.page-er-not-foundsec .page-content {color: #828282;}
.clscoversnotice {color:#E20000;}


/*------select-2-end------*/


/*--------------responsive-start----------------------*/



@media (max-width: 1440px) {

	body .elementor-64218 .elementor-element.elementor-element-a5b1d1d .elementor-nav-menu--main .elementor-item {
		padding-left: 12px;
		padding-right: 12px;
	}
	.home-banner-text { padding: 0 30px !important; }
	.home-banner-text .elementor-heading-title { font-size: 50px !important; }    
	.home-banner-slider {  height: 500px; }

		.page-er-not-foundsec {padding-top: 70px; padding-bottom: 50px;}

}

@media (max-width: 1299px) {
  .cls-common-form .gform_wrapper .cls-center-img-part img {max-width: 100% !important;}
  .home-banner-slider .swiper-slide-inner .swiper-slide-image {object-position: right;}
}

@media (max-width: 1199px) {

    .cls-inner-banner-section h1 br {display: none;}
    body .cls-common-form .gform_wrapper .clstypesignature, body .cls-common-form .gform_wrapper .clsfontsignature {grid-column: span 4;}
    body .cls-common-form .gform_wrapper .cls_signaturebox {width: 66%;}
	.cls-quote-form-sec .e-con-inner .e-con-full {margin-bottom: 30px !important;}
	.cls-quote-form-sec .e-con-inner .e-con-full.cls-box-height {margin-bottom: 0px !important;}

	.home-banner-slider {  height: 450px; }
	.home-banner-slider .swiper-slide-inner .swiper-slide-image {object-position: right;}
	.home-banner-text .elementor-heading-title {font-size: 45px !important;}
	

}

@media only screen and (min-width:992px) and (max-width:1199px)
{	
	.cls-quote-form-sec .e-con-inner {flex-wrap: wrap !important; gap: 20px 0px !important; margin-left: -10px; margin-right: -10px;}
	.cls-quote-form-sec .e-con-inner .e-con-full {width: 33.3333% !important; padding-left: 10px; padding-right: 10px; margin-bottom: 30px !important;}
	.cls-quote-form-sec .e-con-inner .e-con-full.cls-box-height {width: 100% !important; padding-left: 0px; padding-right: 0px; margin-bottom: 0px !important;}
	.home-banner-slider {  height: 450px !important; }
	
}


@media only screen and (min-width:1025px) and (max-width:1180px) {

	.top-navbarmenu nav ul li a {padding-left: 6px !important; padding-right: 6px !important; font-size: 14px !important; padding-top: 5px !important; padding-bottom: 5px !important;  margin-left: 3px !important;
    margin-right: 3px !important;} 

}

@media (max-width: 1024px) {
	.elementor-nav-menu--dropdown.elementor-nav-menu__container {
		margin: 0 0px !important;
    	/* width: calc(100vw - 40px) !important; */
    	width: 100% !important;
		left: 0px !important;
	}
	body .elementor-menu-toggle { position: absolute; bottom: 20px; right: 0; padding: 10px; }

	.elementor-nav-menu--dropdown.elementor-nav-menu__container { top: 0 !important; }
	/* .cls-manufactures-list-grid { grid-template-columns: repeat(3, 1fr); } */
	.cls-manufactures-list-grid .cls-manufactures-item { width: calc(33.33% - 20px); }

	.testimonial-slider .swiper-button-next, .testimonial-slider .swiper-button-prev { top: -100px; width: 50px; height: 50px; }
	.testimonial-slider .swiper-button-next { right: 15px; }

	.clsquoteformprnt .cls-col-6.form-list-fullwidth {grid-template-columns: 1fr;}

}

@media (max-width: 991px) {
  body .cls-common-form .gform_wrapper .clstypesignature, body .cls-common-form .gform_wrapper .clsfontsignature {grid-column: span 6;}
  body .cls-common-form .gform_wrapper .cls_signaturebox {width: 100%;}
  .cls-ab-sec {flex-direction: column !important; gap: 30px !important;}
  .innerpage-title-boxbg h1 {font-size: 35px;}

  .testimonial-slider .rt-col-md-12 {padding-left: 5px !important; padding-right: 5px !important;}

}

@media only screen and (min-width: 768px) and (max-width: 991px) { }

@media (max-width: 767px) {
	.windshield-sec .elementor-widget-image{    width: 300px;margin-left: auto !important;margin-right: auto !important;}
	body .elementor-menu-toggle { bottom: -1px; padding: 8px;}

	.cls-common-form .cls-upd-form_wrapper {padding: 30px 20px 30px 20px;}
	.cls-common-form h2.gform_title, .cls-common-form h3.gsection_title {font-size: 22px !important;}
	body .cls-common-form .gform_wrapper .clstypesignature, body .cls-common-form .gform_wrapper .clsfontsignature {grid-column: span 12;}
	.cls-banner-sub-list li::before {top: 1px; width: 20px; height: 20px;}
	.cls-banner-sub-list li {padding-left: 23px;}
	.cls-windshield-img a {display: inline-block !important;}
	.cls-wind-btn {position: absolute !important; left: 15px !important; bottom: 15px !important; width: calc(100% - 30px) !important;}


	/* .cls-manufactures-list-grid { grid-template-columns: repeat(2, 1fr); } */
	.cls-manufactures-list-grid .cls-manufactures-item { width: calc(40% - 15px); }

	.home-banner-slider { /* height: 80vh;*/ height: 520px; }
	.main-newsearch-from .cls-upd-form_wrapper { flex-direction: column; padding: 15px; }

	.main-search-page-sort { flex-wrap: wrap; justify-content: center; gap: 15px; }
	/* .search-it-here .form-control { padding: 12px 15px 12px 45px; border-radius: 60px; background-position: 14px 14px; background-size: 20px; } */
	.page-sort-box { border-radius: 30px; padding: 8px 20px; gap: 15px; }


	.search-it-here .form-control { padding: 15px 15px 15px 45px; border-radius: 60px;background-position: 15px 17px; background-size: 20px;}
	.page-sort-box {width: 100%; justify-content: space-between; padding: 15px 20px;}
	.page-sort-box .hz-divider {display: none;}

	.clspagination .page-numbers {min-width: 34px; height: 34px; margin: 0 8px;}

	.cls-quote-form-sec .e-con-inner {flex-wrap: wrap !important; gap: 20px 0px !important; margin-left: -10px; margin-right: -10px;}
	.cls-quote-form-sec .e-con-inner .e-con-full {/*width: 50% !important;*/ width: 100% !important; max-width: 350px; margin-left: auto; margin-right: auto; padding-left: 10px; padding-right: 10px;}
	.cls-quote-form-sec .e-con-inner .e-con-full.cls-box-height {width: 100% !important; padding: 0 0px 75px 0px !important;}
  
	.cls-box-height .cls-windshield-img {display: flex !important;}
	.cls-box-height {display: block !important;}
	.cls-box-height .cls-windshield-img {margin-bottom: 15px !important;}
	.cls-box-height .cls-windshield-img a {display: block; width: 100%;}

	.innerpage-title-boxbg {padding: 15px 20px; font-size: 16px;}
	.innerpage-title-boxbg h1 {font-size: 30px;}
	.cls-common-form h2.gform_title, .cls-common-form h3.gsection_title {font-size: 22px !important;}
	.clsquoteformprnt .cls-col-6 {grid-template-columns: 1fr;}
	.home-banner-text .elementor-heading-title { font-size: 35px !important; }

	
	.filter-box.open {height: auto !important;}
	.page-er-not-foundsec h1 { font-size: 22px; }
	.nofoundtext {font-size: 65px;}
	.page-er-not-foundsec .page-content {font-size: 18px;} 
	.page-er-not-foundsec {padding-top: 70px; padding-bottom: 50px;}
	



}

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

@media (max-width: 575px) {
	header .header-topbar .elementor-icon-list-text { display: none !important; }
	header .header-topbar .elementor-icon-list-icon { padding: 8px 0; }
	header .header-topbar .elementor-icon-list-icon svg { width: 25px; height: 25px; }

	/* body .elementor-menu-toggle svg { width: 20px; height: 20px; } */

	/* .cls-manufactures-list-grid { grid-template-columns: repeat(1, 1fr); padding: 0 15%; min-width: 300px; } */
	.cls-manufactures-list-grid .cls-manufactures-item { width: calc(50% - 15px); }
	.home-banner-text .elementor-heading-title { font-size: 30px !important; }

	.main-newsearch-from .cls-upd-form_wrapper select { padding: 10px !important; }
	.main-newsearch-from .gform_footer { text-align: right; }
	.main-newsearch-from .gform_footer input.gform_button { padding: 12px 30px !important; }

	.testimonial-slider .tss-left { grid-template-columns: 70px 1fr 50px; }
	.testimonial-slider .profile-img-wrapper { width: 70px; height: 70px; }
	.testimonial-slider .tss-left::before { width: 60px; height: 65px; }
	.testimonial-slider .single-item-wrapper { padding: 20px 20px; }
	.testimonial-slider .single-item-wrapper .author-name { font-size: 18px !important; }
	.testimonial-slider .rating-wrapper { margin: 15px 0px 20px 0px !important; }
	.tss-wrapper .item-content-wrapper { margin: 0; }

	.testimonial-slider .swiper-button-next, .testimonial-slider .swiper-button-prev {
		top: -60px; width: 40px; height: 40px;
	}
	.testimonial-slider .swiper-button-prev { right: 70px; }
	.testimonial-slider .rttss-left-open, .testimonial-slider .rttss-right-open { font-size: 20px !important; }

	.sidebar-content .widget_block { padding: 0 15px; }
	.sidebar-content .widget_block .wp-block-heading { margin: 0 -15px; padding: 10px 10px 10px 15px; font-size: 18px; }
	.sidebar-content .widget_block .wp-block-latest-posts__list, .sidebar-content .widget_block .wp-block-categories-list { padding: 5px 0px 5px 0px; }
	.sidebar-content .widget_block .wp-block-latest-posts__list a, .sidebar-content .widget_block .wp-block-categories-list a { font-size: 16px; }

	.alignright, .aligncenter, .alignleft { float: none; }
}


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

@media (max-width: 400px) {
	.cls-manufactures-list-grid { gap: 20px; }
	.cls-manufactures-list-grid .cls-manufactures-item { width: 100%; }
	.page-sort-box { /*flex-direction: column; justify-content: center; */ align-items: center; gap: 5px; }
	.page-sort-box .hz-divider { display: none; }
	.cls-quote-form-sec .e-con-inner .e-con-full {width: 100% !important;}
}

	
img {max-width: 100%; height: auto;}

/*--------------responsive-end----------------------*/
