@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
body {
	background: #fff;
	color: #000;
	font-family: 'Pangram';
	font-size: 14px;
	line-height: 1.5;
}
@font-face {
    font-family: 'Pangram';
    src: url('../font/Pangram-Black.eot');
    src: url('../font/Pangram-Black.eot?#iefix') format('embedded-opentype'),
        url('../font/Pangram-Black.woff2') format('woff2'),
        url('../font/Pangram-Black.woff') format('woff'),
        url('../font/Pangram-Black.ttf') format('truetype'),
        url('../font/Pangram-Black.svg#Pangram-Black') format('svg');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Pangram';
    src: url('../font/Pangram-Bold.eot');
    src: url('../font/Pangram-Bold.eot?#iefix') format('embedded-opentype'),
        url('../font/Pangram-Bold.woff2') format('woff2'),
        url('../font/Pangram-Bold.woff') format('woff'),
        url('../font/Pangram-Bold.ttf') format('truetype'),
        url('../font/Pangram-Bold.svg#Pangram-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Pangram';
    src: url('../font/Pangram-ExtraLight.eot');
    src: url('../font/Pangram-ExtraLight.eot?#iefix') format('embedded-opentype'),
        url('../font/Pangram-ExtraLight.woff2') format('woff2'),
        url('../font/Pangram-ExtraLight.woff') format('woff'),
        url('../font/Pangram-ExtraLight.ttf') format('truetype'),
        url('../font/Pangram-ExtraLight.svg#Pangram-ExtraLight') format('svg');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Pangram';
    src: url('../font/Pangram-Light.eot');
    src: url('../font/Pangram-Light.eot?#iefix') format('embedded-opentype'),
        url('../font/Pangram-Light.woff2') format('woff2'),
        url('../font/Pangram-Light.woff') format('woff'),
        url('../font/Pangram-Light.ttf') format('truetype'),
        url('../font/Pangram-Light.svg#Pangram-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Pangram';
    src: url('../font/Pangram-ExtraBold.eot');
    src: url('../font/Pangram-ExtraBold.eot?#iefix') format('embedded-opentype'),
        url('../font/../font/Pangram-ExtraBold.woff2') format('woff2'),
        url('../font/Pangram-ExtraBold.woff') format('woff'),
        url('../font/Pangram-ExtraBold.ttf') format('truetype'),
        url('../font/Pangram-ExtraBold.svg#Pangram-ExtraBold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Pangram';
    src: url('../font/Pangram-Medium.eot');
    src: url('../font/Pangram-Medium.eot?#iefix') format('embedded-opentype'),
        url('../font/Pangram-Medium.woff2') format('woff2'),
        url('../font/Pangram-Medium.woff') format('woff'),
        url('../font/Pangram-Medium.ttf') format('truetype'),
        url('../font/Pangram-Medium.svg#Pangram-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Pangram';
    src: url('../font/Pangram-Regular.eot');
    src: url('../font/Pangram-Regular.eot?#iefix') format('embedded-opentype'),
        url('../font/Pangram-Regular.woff2') format('woff2'),
        url('../font/Pangram-Regular.woff') format('woff'),
        url('../font/Pangram-Regular.ttf') format('truetype'),
        url('../font/Pangram-Regular.svg#Pangram-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
a, img {
	border: none;
	outline: none;
	text-decoration: none;
}
img {
	max-width: 100%;
}
ul li,
ol li{list-style-position:inside;}
a {
	color: #063f61;
}
input, select, textarea, button{
	transition:all 0.5s !important;
	-moz-transition:all 0.5s !important;
	-webkit-transition:all 0.5s !important;
}
@media(max-width:737px){
	input[type="submit"],
	input[type="button"],
	input[type="reset"],
	select,
	button{
		-webkit-appearance: none;
		-moz-appearance:    none;
		appearance:         none;
	}
}
textarea{
	resize:vertical;
}
.bg-primary {
	background: #063f61 !important;
}
.bx-flex {
	display: flex;
	flex-wrap: wrap;
}
.bx-flex {
	display: flex;
	flex-wrap: wrap;
    align-items:center;
}
.bx-aligncenters {
	align-items: center;
}
.bx-justifycenters {
	justify-content: center;
}
.bx-justifybetween {
    justify-content: space-between;
}
.container {
    max-width: 1600px;
    width: 100%;
    padding: 0 20px;
    margin: 0 auto;
}
.seriesflex{
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.seriesrighthead{
    background: white;
    border: 2px solid red;
    color: red;
    text-transform: uppercase;
}
.cust-bx-header-tops {
    padding: 11px 0px 8px;
}
.cust-socialicon li {
    list-style: none;
    padding-right: 8px;
}
a {
    display: inline-block;
}
.text-white {
	color: #fff !important;
}
.fs-15 {
	font-size: 15px;
	line-height: 21px;
}
.cust-bxadress p i {
    margin-right: 4px;
}
.bx-headersearch {
	margin-right: 15px;
}
.bx-headersearch .form-control {
    border: none;
    border-bottom: 1px solid #fff;
    background: none;
    box-shadow: none;
    border-radius: 0;
    height: 24px;
    line-height: 24px;
    padding: 0 4px;
}
.bx-headersearch .form-control:focus {
	outline: none;
	box-shadow: none;
	border: none;
    border-bottom: 1px solid #fff;
}
.bx-headersearch .form-control::placeholder {
  color: #fff;
  opacity: 1; /* Firefox */
}
.term-description {
    columns: 2;
    -moz-columns: 2 auto;
    -webkit-columns: 2 auto;
    width: 100%;
    float: left;
    padding-top: 15px;
}
.term-description p {
    margin-bottom: 15px;
}
.bx-headersearch .form-control::-ms-input-placeholder { /* Edge 12 -18 */
  color: #fff;
}
.position-relative {
	position: relative !important;
}
.position-absolute {
	position: absolute !important;
}
.bx-headersearch .cust-searchicon {
    position: absolute;
    right: 4px;
}
.cust-headerrights li, .cust-mobileheaderrights li {
    list-style: none;
    padding: 0 15px 0px 0px;
}
.cust-usaflags {
    margin-left: 8px;
}
.bg-white {
	background: #fff !important;
}
.cust-headerlogo {
	padding: 28px 0px;
}
.text-center {
	text-align: center !important;
}
.cust-headermenu {
	padding: 0px 0px;
}
.cust-headermenu li {
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
}
.cust-headermenu li a {
    color: #fff;
    padding: 15px 20px;
    font-size: 19px;
    font-weight: 500;
    transition: 0.5s ease;
    text-align: center;
    height: 100%;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
}
.cust-headermenu li:last-child a {
    border: none;
}
.cust-headermenu li a.active, .cust-headermenu li a:hover {
	background: #fff;
	color: #2d2d2d;
}
.cust-headermenu li .cust-bxdropdownmenu {
    position: absolute;
    left: 0;
    background: #fff;
    z-index: 9999;
    width: 240px;
    height: auto;
    box-shadow: 0 0 2px 0px rgba(0,0,0,0.4);
    display: none;
}
.cust-headermenu li:hover .cust-bxdropdownmenu {
	display: block;
}
.cust-headermenu li .cust-bxdropdownmenu li a {
    color: #2d2d2d;
    padding: 11px 15px;
    font-size: 16px;
    font-weight: 500;
    border-bottom: 1px solid #ddd;
    display: block;
    line-height: 25px;
}
.cust-headermenu li .cust-bxdropdownmenu li a:hover {
	background: #063f61;
	color: #fff;
	border-bottom: 1px solid #fff;
}
.cust-headermenu li .cust-bxdropdownmenu li:hover a {
	border-bottom: 0;
}
.img-responsive {
   max-width: 100%;
}
.cust-home-banner-images:before {
   content: "";
   position: absolute;
   background: rgba(0,0,0,0.4);
   left: 0;
   right: 0;
   width: 100%;
   z-index: 11;
   height: 100%;
   top: 0;
   display: none;
}
.cust-home-banner-captions {
	position: absolute;
	left: 0;
	right: 0;
	height: 100%;
	width: 100%;
	display: none;
	align-items: center;
	z-index: 13;
	flex-direction: column;
	justify-content: center;
	padding: 15px 15px;
	top: 0;
}
.cust-bannerhead {
	font-size: 75px;
	font-weight: 500;
	margin: 0 0 0px;
}
.cust-bannerpara {
    font-size: 20px;
    line-height: 31px;
    max-width: 910px;
    margin: 0 auto;
}
.btn-primary {
	background: #063f61 !important;
	color: #fff !important;
	border: 1px solid #063f61;
	text-decoration: none;
	cursor: pointer;
}
.btn-primary:hover {
    background: none !important;
    color: #063f61 !important;
    border-color: #063f61 !important;
}
.cust-bannerbuttons .btn-primary:hover, .cust-solutionsinnercaption .btn-primary:hover, .cust-productslistinners .btn-primary:hover {
    background: #fff !important;
    color: #063f61 !important;
    border-color: #fff !important;
}
.btn-white {
	background: #fff !important;
	color: #063f61 !important;
	border: 1px solid #fff;
	text-decoration: none;
	cursor: pointer;
}
.btn-white:hover {
	background: #063f61 !important;
	color: #fff !important;
    border-color: #063f61;
}
.btn-md {
	padding: 12px 40px;
	display: inline-block;
	font-size: 17px;
	line-height: 22px;
	font-weight: 500;
    font-family: 'Pangram';
}
.cust-bannerbuttons {
    max-width: 664px;
    margin: 0 auto;
    margin-top: 35px;
}
.cust-bannerbuttons a {
    margin-right: 20px;
    margin-bottom: 15px;
    padding: 11px 20px;
}
.custhome-banner .flexslider .flex-control-nav {
    position: absolute;
    bottom: 35px;
    width: 100%;
    left: 0;
    text-align: center;
}
.custhome-banner .flexslider .flex-control-nav li a {
    width: 13px;
    height: 13px;
    border: 1px solid #fff;
    display: inline-block;
    border-radius: 50%;
    margin-right: 8px;
    background: none;
    font-size: 0;
    width: 15px;
    height: 24px;
}
/* .custhome-banner .flexslider .flex-direction-nav {
	 display: none;
} */
.custhome-banner .flex-direction-nav  a {
    opacity: 1 !important;
}
.custhome-banner .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px;
    font-size: 0;
    background: #000;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}
.custhome-banner .flex-direction-nav .flex-prev:before {
    content: "";
    background: url(../images/angles-left.png);
    background-size: 11px 17px;
    width: 11px;
    height: 17px;
    background-repeat: no-repeat;
}
.custhome-banner .flex-direction-nav .flex-next {
    font-size: 0;
    right: 10px;
    opacity: 1;
    background: #000;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}
.custhome-banner .flexslider .flex-control-nav.flex-control-paging li a {
    width: 15px;
    height: 15px;
}
.custhome-banner .flex-direction-nav .flex-next:before {
    content: "";
    background: url(../images/angle-right.png);
    background-size: 11px 17px;
    width: 11px;
    height: 17px;
    background-repeat: no-repeat;
}
.custhome-banner .flexslider .flex-control-nav li a.flex-active {
    background: #fff;
    border-color: #fff;
}
.flexslider .cust-home-banner-images .cust-home-banner-imagesinners {
    height: 480px;
    object-fit: cover;
}
.custsec-padd {
	padding: 40px 0px;
}
.cust-rows {
	margin: 0 -20px;
	display: flex;
	flex-wrap: wrap;
    justify-content: space-between;
}
.cust-cols {
	padding: 0 20px;
	width: 49%;
}
.reg-right{
    justify-content: end;
}
.text-black {
	color: #2d2d2d !important;
}
.cust-secthead {
	font-size: 40px;
	line-height: 44px;
	margin: 0 0 15px;
	font-weight: 500;
}
.cust-contactsec {
    padding: 0 20px;
}
.cust-para {
	font-size: 16px;
	line-height: 25px;
}
.cust-pddetail .cust-pdstdesc,.cust-pddetail .cust-pdstdesc p{
    font-size:20px !important;
}
.cust-aboutsbutton {
	margin-top: 28px;
}
.cust-aboutdetails {
	width: 33.33%;
	padding: 15px 20px;
	border-right: 1px solid #c6c4c4;
}
.cust-aboutdetails:last-child {
	border-right: 0;
}
.fs-22 {
	font-size: 22px;
	line-height: 28px;
}
.font-weightmedium {
	font-weight: 500 !important;
}
.text-uppercase {
	text-transform: uppercase;
}
.cust-aboutdetails h3 {
    margin-top: 20px;
}
.custhome-banner .flexslider {
    margin: 0;
    border: none;
    box-shadow: none;
}
.bg-gray {
	background: #f6f6f6 !important;
}
.cust-secthead-dividers-center {
    position: relative;
    margin-top: 0px;
}
/* .cust-secthead-dividers-center:before {
    content: "";
    background: #063f61;
    position: absolute;
    top: -20px;
    left: 0;
    right: 0;
    width: 66px;
    height: 6px;
    margin: 0 auto;
} */
.cust-productslistcont {
    padding-top: 0;
}
.cust-solutionsinner, .cust-featuresinners, .cust-finfos, .cust-contactsec, .cust-productslist {
    margin-top: 55px;
}
.cust-solutionsinnercaption {
	background: rgba(35,35,35,0.8);
	position: absolute;
	left: 0;
	right: 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	top: 0;
	width: 100%;
	height: 100%;
}
.h-100 {
	height: 100%;
}
.cust-solutionsinnercaption h3 {
    font-size: 38px;
    line-height: 41px;
    font-weight: 500;
    margin-bottom: 24px;
}
.cust-colsfourth {
	width: 25%;
}
.cust-featuresdetail {
	padding: 35px 26px;
	border-bottom: 6px solid #063f61;
	transition: 0.6s ease;
}
.cust-featuresdetail:hover {
	background: #063f61 !important;
}
.cust-featuresdetail:hover h3, .cust-featuresdetail:hover p {
	color: #fff !important;
}
.cust-featuresdetail h3 {
	margin: 15px 0px;
}
.cust-featuresicon {
	  width: 95px;
      height: 82px;
      background: url(../images/oxagon.png);
      position: relative;
      margin: 0 auto;
      display: flex;
      align-items: center;
      justify-content: center;
      margin-bottom: 20px;
}
.cust-featuresdetail:hover .cust-featuresicon {
	background: url(../images/oxagonwhites.png);
}
.cust-exphover {
   display: none;
}
.cust-featuresdetail:hover .cust-featuresicon .cust-expstatics {
   display: none;
}
.cust-featuresdetail:hover .cust-featuresicon .cust-exphover {
   display: block;
}
.cust-colsthirds {
	width: 33.33%;
}
.cust-finfosinners {
	padding: 44px 44px;
	border-top: 6px solid #063f61;
	transition: 0.6s ease;
}
.cust-finfosinners:hover {
	transform: scale(1.1);
}
.text-primary {
	color: #063f61 !important;
}
.cust-finfosinners  h3 {
    margin: 15px 0px;
}
.cust-finfos .cust-cols {
    margin-bottom: 35px;
}
.cust-contactlefts {
	width: 60%;
	padding: 80px 40px;
	box-shadow: 0px 0px 5px rgba(0,0,0,0.75);
}
.cust-contactright {
	width: 40%;
	background: url(../images/contacts.png);
	padding: 15px 35px 80px 35px;
	flex-direction: column;
	justify-content: end;
	background-size: cover;
}
.cust-contactright a {
	max-width: 176px;
	margin-top: 20px;
}
.cust-contactforms .form-control {
	background: #f7f7f7;
	width: 100%;
	border: none;
	box-shadow: none;
	height: 48px;
	line-height: 48px;
	font-size: 16px;
	padding: 0 15px;
	color: #2d2d2d;
	transition: 0.6s ease;
    font-family: 'Pangram';
    border: 1px solid #ddd;
}
.cust-contactforms .form-control:focus {
	outline: none;
	box-shadow: none;
	border: 1px solid #063f61;
}
.cust-contactforms .form-control::placeholder {
  color: #2d2d2d;
  opacity: 1; /* Firefox */
}

.cust-contactforms .form-control::-ms-input-placeholder { /* Edge 12-18 */
  color: #2d2d2d;
}
.cust-contactforms .form-group {
    margin-bottom: 28px;
}
.cust-colsfull {
	width: 100%;
}
.cust-padd1{
    padding: 0px 15px 0px 20px;
}
.cust-padd2{
    padding: 0px 20px 0px 15px;
}
.cust-50{
    width:50%;
}
.cust-contactforms textarea.form-control {
    height: 110px;
}
.cust-contactforms .form-group:last-child {
    margin-bottom: 0;
}
.cust-contactright h3 {
	font-size: 55px;
	color: #328bc0;
	font-weight: 600;
	line-height: 66px;
}
.cust-footerlogo {
    margin-bottom: 20px;
}
.cust-footerleft {
    width: 30%;
}
.cust-footerright {
    width: 70%;
}
.cust-bx-footer-tops  .cust-socialicon {
    margin-top: 20px;
}
.cust-footerhead {
    font-size: 22px;
    line-height: 26px;
    margin-bottom: 20px;
}
.cust-footermenu li {
    list-style: none;
    margin-bottom: 11px;
}
.cust-footermenu li a {
    font-size: 16px;
    line-height: 25px;
    color: #2d2d2d;
}
.cust-footermenu li a:hover, .cust-footermenu li a.active {
    color: #063f61;
}
.cust-ftcontactsinfo li a {
    display: flex;
}
.cust-ftcontactsinfo li a i {
    margin-right: 11px;
    margin-top: 4px;
}
.cust-footercopyrights {
    padding: 15px 0px;
}
.cust-productimageinners {
    width: 100%;
    height: 280px;
    object-fit: cover;
}
.cust-productslistinners {
    background: rgba(35,35,35,0.80);
    height: 100%;
    width: 100%;
    position: absolute;
    left: -100%;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.6s ease;
    padding: 20px;
    overflow-y: auto;
    flex-wrap: wrap;
}
.cust-productslistinners ul {
    text-align: center;
}
.cust-productslistinners ul li {
    list-style: none;
    margin-bottom: 8px;
}
.cust-productslistinners ul li a {
    font-size: 16px;
    line-height: 25px;
    font-weight: 500;
    text-decoration: underline;
}
.cust-productimage {
    cursor: pointer;
    overflow: hidden;
    height: 280px;
}
.cust-productimage:hover .cust-productslistinners {
    left: 0;
}
.cust-productcat h4 {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 11px;
    white-space: nowrap;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    overflow: hidden;
    display: block;
    width: 100%;
}
.cust-productslist .cust-cols {
    display: flex;
    flex-direction: column;
    margin-bottom: 35px;
}
.cust-productcat {
    padding: 20px 35px;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 103px;
}
.cust-aboutdetails h3 {
   font-size: 20px;
   line-height: 26px;
}
.cust-mobileheader {
    padding: 20px 0px;
}
.cust-mobileheaderrights li a {
    font-size: 18px;
    line-height: 25px;
}
.cust-mobileheaderrights li:last-child {
    padding-right: 0;
}
.cust-mobileheaderrights li a.cust-mobiletoggles {
    background: #063f61;
    color: #fff !important;
    padding: 4px 8px;
    border-radius: 4px;
}
.cust-menucloses a {
    color: #fff;
    font-size: 20px;
}
.cust-menucloses {
    display: flex;
    justify-content: flex-end;
    width: 100%;
}
.cust-mobilesearch {
    padding: 15px 0px;
}
.cust-mobilesearch .bx-headersearch .form-control {
    width: 100%;
}
.cust-bannerbuttons a:last-child {
    margin-right: 0;
}
.cust-breadcrumb {
    padding: 15px 0px;
    border-bottom: 1px solid #ddd;
}
.cust-breadcrumb li {
    list-style: none;
}
.cust-breadcrumb li a:after {
    content: "/";
    padding: 0 4px;
}
.cust-breadcrumb li a {
    color: #063f61;
    font-size: 16px;
    line-height: 25px;
    font-weight: 500;
}
.cust-breadcrumb li {
    list-style: none;
    color: #2d2d2d;
    font-size: 16px;
    line-height: 25px;
    font-weight: 500;
}
.cust-pdleft {
    width: 45%;
}
.cust-pdrights {
    width: 55%;
}
.cust-pdlargeimage {
    background: #f6f6f6;
    padding: 8px;
    box-shadow: 0 0 2px 0px rgba(0,0,0,0.4);
    border-radius: 4px;
    margin-bottom: 15px;
    text-align: center;
}
.cust-pdimagesliders .owl-pagination {
    display: flex;
    justify-content: center;
    margin-top: 15px;
}
.cust-pdimagesliders .owl-pagination .owl-page {
    width: 15px;
    height: 15px;
    background: #fff;
    border-radius: 50%;
    margin-right: 8px;
    border: 1px solid #ddd;
}
.cust-pddetail .cust-contactforms .cust-cols {
    width: 33.33%;
    margin-bottom: 5px;
}
.cust-pdimagesliders .owl-pagination .owl-page.active {
    background: #063f61;
    border-color: #063f61;
}
.cust-pddetail .cust-contactforms button.custadd-cartbtn {
    margin-top: 25px;
}
.cust-pdimagesliders .owl-item .img-responsive {
    background: none;
    padding: 4px;
    box-shadow: none;
    width: 161px;
    object-fit: cover;
    height: 130px;
}
.cust-pddetail h3, .cust-pdprices h3 {
    font-size: 20px;
    font-weight: 500;
    margin: 15px 0px 15px;
    color: #2d2d2d;
}
.cust-pdprices {
    border-top: 1px solid #ddd;
    margin-top: 35px;
    border-bottom: 1px solid #ddd;
    padding: 35px 0px;
}
.cust-pdprices h3 {
    margin-top: 0;
}
.cust-techdrawlink {
    margin-bottom: 15px;
}
.cust-techdrawlink li {
    list-style: none;
    padding-right: 8px;
}
.cust-pddetail .cust-para {
    margin-bottom: 8px;
}
.cust-pddetail .cust-contactforms {
    margin: 20px 0px 28px;
}
.cust-contactforms label {
    font-size: 14px;
    line-height: 25px;
    margin-bottom: 8px;
    display: inline-block;
    margin: 0px 3px;
}
.cust-pddetail .cust-contactforms .form-control {
    background: #fff;
    box-shadow: 0 0 2px 0px rgba(0,0,0,0.4);
}
.custproduct-meta .cust-para {
    font-size: 20px;
    line-height: 28px;
}
.cust-pdtable table {
    width: 100%;
    border: 1px solid #ddd;
    border-collapse: collapse;
    background: #fff;
}
.cust-pdtable table th, .cust-pdtable table td {
    padding: 8px;
    text-align: left;
    font-size: 16px;
    line-height: 25px;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    color: #2d2d2d;
}
.cust-pdbottom {
    margin-top: 55px;
}
.cust-pdtabs {
    width: 100%;
    font-family: 'Pangram';
}
.cust-cartsidebars {
    width: 40%;
    border-left: 1px solid #ddd;
}
.cust-pdtabs .tab {
  overflow: hidden;
  border: 1px solid #ccc;
  background-color: #f1f1f1;
  font-family: 'Pangram';
}
/* Style the buttons inside the tab */
.cust-pdtabs .tab button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
    font-size: 17px;
    color: #2d2d2d;
    font-weight: 500;
    font-family: 'Pangram';
}
/* Change background color of buttons on hover */
.cust-pdtabs .tab button:hover {
  background-color: #063f61;
  color: #fff;
}
/* Create an active/current tablink class */
.cust-pdtabs .tab button.active {
  background-color: #063f61;
  color: #fff;
}
/* Style the tab content */
.cust-pdtabs .tabcontent {
  display: none;
  padding: 15px;
  border: 1px solid #ddd;
  border-top: none;
}
/* Style the close button */
.cust-pdtabs .topright {
  float: right;
  cursor: pointer;
  font-size: 28px;
}
.cust-pdtabs .tabcontent h3 {
    font-size: 22px;
    color: #2d2d2d;
    font-weight: 600;
    margin-bottom: 8px;
}
.cust-pdtable table td .cust-techdrawlink {
    margin-bottom: 0;
}
.cust-pdtable tbody tr:nth-child(even) td, .cust-pdtable tbody tr:nth-child(even) th {
    background: #f6f6f6;
}
.cust-cartproductsouters {
    background: #fff;
    padding: 0px 15px;
    margin-bottom: 15px;
    box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.4);
}
.cust-cartproducts {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #ddd;
    padding: 15px 0px;
}
.cust-cartproducts:last-child {
    border-bottom: 0;
}
.cust-cart-products-images {
    width: 110px;
    border: 1px solid #ddd;
}
.cust-cart-products-contents {
    padding-left: 20px;
    width: calc(100% - 110px);
}
.cust-cartsidebars p.cust-para {
    padding-bottom: 8px;
}
.cust-cartvcbutton {
    margin-top: 8px;
    display: flex;
    justify-content: space-between;
}
.cust-cartppbutton {
    margin-top: 28px;
    text-align: center;
}
.cust-pdsubheads {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 8px;
}
.pdsubheadmtp {
    margin-top: 15px;
}
.cust-plversionheads {
    padding: 15px;
    margin: 35px 0px 15px;
}
.cust-plversionheads .cust-plversionsname {
    font-size: 24px;
}
.cust-plversionheads .cust-plversionsdivi {
    font-size: 20px;
}
.cust-pdtable {
    overflow-x: auto;
    width: 100%;
}
.cust-carttables {
    margin-top: 35px;
}
.cust-carttables .cust-cartqtys {
    width: 70px;
    padding: 0 7px;
    text-align: center;
}
.cust-cartremove {
    border: 1px solid #063f61;
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}
.bx-cartapplycouponsleft.cust-contactforms .form-control {
    background: #fff;
    max-width: 400px;
}
.bx-cartapplycouponsleft button {
    margin-left: 15px;
    padding: 11px 28px;
}
.bx-cartapplycoupons {
    margin-top: 20px;
}
.cust-cartdetailleft {
    width: 73%;
}
.cust-cartdetailrights {
    width: 27%;
    border-left: 1px solid #ddd;
}
.cust-csform {
    margin-top: 15px;
    display: none;
}
.cust-csform .form-control {
    background: #fff;
}
.cust-csform .form-group {
    margin-bottom: 15px;
}
.cust-carttltables {
    margin: 20px 0px;
}
.btn-fulls {
    width: 100%;
    text-align: center;
}
.cust-cartortext {
    margin: 15px 0px;
    text-align: center;
}
.cust-cartortext span {
    width: 40px;
    background: #2d2d2d;
    height: 1px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 8px;
    position: relative;
    top: -2px;
}
.cust-cotops, .cust-ostops {
    margin-top: 35px;
}
.cust-cotops .cust-para {
    font-size: 20px;
    margin-bottom: 15px;
}
.cust-cpform {
    display: none;
}
.cust-checkoutform {
    margin-top: 35px;
}
.cust-checkoutformleft {
    width: 60%;
}
.cust-checkoutformrights {
    width: 40%;
}
.cust-ckboxs {
    padding: 28px;
    box-shadow: 0 0 2px 0px rgba(0,0,0,0.4);
    margin-bottom: 20px;
}
.cust-ckboxs h3 {
    margin-bottom: 20px;
}
.cust-logincheckout .cust-para {
    font-size: 16px;
    line-height: 25px;
}
.cust-cploginbuttons {
    justify-content: flex-end;
    align-items: center;
}
.cust-logincheckout {
    display: none;
}
.cust-cploginbuttons a {
    margin-right: 15px;
    font-size: 16px;
    line-height: 25px;
    text-decoration: underline;
    font-weight: 500;
}
.bx-cartapplycouponsleft.cust-contactforms .form-control.bx-cartapplycouponfields {
    width: 200px;
}
.cust-odnumber {
    font-size: 18px;
    font-weight: 400;
    line-height: 25px;
}
.cust-ostops {
    padding: 15px;
}
.cust-pmdetail p {
    margin-bottom: 8px;
    font-size: 16px;
    line-height: 25px;
    white-space: normal;
    word-break: break-all;
}
.cust-odpaymentbox {
    padding: 15px;
    width: 100%;
}
.cust-adpdetailimage {
    width: 80px;
}
.cust-ctmedetail {
    margin-left: 15px;
}
.cust-ctmedetail .cust-adpdetailtitle {
    width: 100%;
    padding: 0;
    font-size: 18px;
    line-height: 27px;
}
.cust-pmdetailuser {
    margin-bottom: 8px;
}
.cust-odpaymentouter .cust-cols {
    display: flex;
    flex-wrap: wrap;
}
.cust-bxlogins {
  min-height: calc(100vh - 736px);
}
.cust-loginwrapper {
    max-width: 1170px;
    margin: 0 auto;
}
/* .cust-loginlefts {
    background: url(../images/login.jpg);
    background-size: cover;
} */
.cust-logintitles {
    background: #063f61;
    color: #fff;
    padding: 15px;
    margin: 0;
    font-weight: 500;
    font-size: 28px;
}
.cust-loginbox {
    padding: 28px;
}
.cust-dbleft {
    width: 15%;
    padding: 0;
}
.cust-dbrights {
    width: 85%;
}
.cust-dbmiddle {
    margin-top: 55px;
    margin-left: 35px;
}
.cust-contactusboxs {
    margin-top: 55px;
}
.cust-dbleft li {
    list-style: none;
    display: block;
}
.cust-dbleft li a {
    display: block;
    color: #fff;
    padding: 15px;
    border-bottom: 1px solid #fff;
    font-size: 18px;
    line-height: 25px;
    font-weight: 500;
}
.cust-dbleft li a:hover, .cust-dbleft li a.active {
    background: #fff;
    color: #2d2d2d;
}
.cust-dbrights {
    width: 80%;
    padding-left: 40px;
    margin-top: 0;
}
.cust-odtopdetails a {
    margin-left: 15px;
}
.cust-dbleft li:last-child a {
    border-bottom: 0;
}
.cust-ecform {
    width: 100%;
    padding: 28px;
}
.cust-contactusboxsleft {
    padding: 35px 0px 15px;
}
.cust-bxcdetails li .cust-bxcdicon {
    width: 44px;
    height: 44px;
    border: 2px solid #fff;
    border-radius: 50%;
    margin-right: 15px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    background: #063f61;
    margin: 0 auto;
    margin-bottom: 20px;
}
.cust-contactusboxsleft h3, .cust-contactus-mains-form h3 {
    margin-bottom: 20px;
    font-size: 28px;
}
.cust-bxcdetails h4 {
    font-size: 20px;
    margin-bottom: 8px;
}
.cust-bxcdetails li:last-child {
    border-bottom: 0;
}
.cust-contactus-mains-form {
    padding: 35px 35px;
    box-shadow: 0 0 2px 0px rgba(0,0,0,0.2);
}
.cust-contactmap iframe {
    width: 100%;
    height: 468px;
}
.cust-bxcdetails {
    display: flex;
    flex-wrap: wrap;
    margin: 40px -20px 0;
}
.cust-bxcdetails li {
    padding: 28px;
    border-bottom: 0;
    width: calc(25% - 30px);
    list-style: none;
    text-align: center;
    background: #fff;
    margin: 0 15px;
    box-shadow: 0 0 2px 0px rgba(0,0,0,0.2);
}
.cust-staticcontents {
    margin-top: 40px;
}
.cust-staticcontents h4 {
    margin-bottom: 8px;
}
.cust-staticcontents li {
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 8px;
    list-style: url(../images/bullet.png) outside;
}
.cust-staticcontents ul, .cust-staticcontents ol {
    padding: 0 20px;
    margin-bottom: 20px;
}
.cust-staticcontents .cust-para {
    margin-bottom: 20px;
}
.cust-staticcontents ol li {
    list-style-type: decimal;
    list-style-image: none;
}
.cust-staticcontents p a, .cust-staticcontents li a {
    text-decoration: underline;
}
.cust-bxcmleft {
    width: calc(100% - 280px);
}
.cust-bxcmrights {
    width: 280px;
}
.cust-bxcmimages {
    border: 1px solid #ddd;
    padding: 20px;
    text-align: center;
    margin-top: 40px;
}
.cust-bxcmimageinner {
    margin-bottom: 20px;
}
.cust-cmeinner {
    margin: 20px -20px 0px;
}
.cust-cmebox ul {
    margin-bottom: 0;
}
.cust-cmelefts {
    width: 40%;
}
.cust-cmeright {
    width: 60%;
}
.cust-cmebox {
    background: #fff;
    box-shadow: 0 0 2px 0px rgba(0,0,0,0.2);
    padding: 35px;
}
.cust-cmeboxrows .cust-cols {
    display: flex;
    flex-wrap: wrap;
}
.cust-cmeinner {
    align-items: center;
}
.cust-cmeboxrows .cust-cols .cust-cmebox {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
}
.cust-cmehalfimage {
    max-width: 50%;
}
.cust-cmehalfimage {
    width: 50%;
}
.cust-cptopbox .cust-cmeright {
    width: 85%;
}
.cust-cptopbox .cust-cmelefts {
    width: 15%;
}
.cust-cptopbox {
    align-items: center;
}
.cust-cmeadv {
    margin-top: 8px;
}
.cust-staticcontents .cust-cmeadvhead {
    margin-bottom: 15px;
}
.cust-cncleftbar {
    width: 30%;
}
.cust-cncright {
    width: 70%;
    overflow-x: hidden;
}
.cust-cncleftbarboxs {
    border: 1px solid #ddd;
    padding: 20px 20px 15px;
}
.cust-cncleftbarboxinner {
    border: 1px solid #ddd;
    margin-bottom: 15px;
}
.cust-cncleftbarboxheaders {
    padding: 15px 15px 8px;
}
.cust-cncleftbarboxbodys {
    padding: 15px 15px 0px;
}
.cust-cncquote a {
    padding: 40px 28px;
    display: block;
    margin-bottom: 15px;
}
.lg-outer .lg-icon {
    font-family: "Font Awesome 6 Free" !important;
}
.lg-outer .lg-sub-html {
    display: none;
}
.lg-outer .lg-toolbar button, .lg-toolbar a {
    display: none;
}
.lg-outer .lg-toolbar button.lg-close.lg-icon {
    display: block;
}
.lg-outer .lg-toolbar button.lg-close.lg-icon:after, .lg-actions .lg-prev.lg-icon:after, .lg-actions .lg-next.lg-icon:before {
        content: "" !important;
}
.lg-outer .lg-toolbar button.lg-close {
    background: url(../images/closes.png);
    background-size: 20px 20px;
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    margin: 20px;
}
.lg-outer .lg-actions .lg-prev.lg-icon {
    background: url(../images/back.png);
    background-size: 20px 20px;
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
}
.lg-outer .lg-actions .lg-next.lg-icon {
    background: url(../images/next.png);
    background-repeat: no-repeat;
    width: 13px;
    height: 20px;
}
.lg-outer .lg-toogle-thumb {
    display: none;
}
.cust-bxlbgallerys .demo-gallery ul {
    display: flex;
    margin: 28px -15px 0px;
    padding: 0;
    flex-wrap: wrap;
}
.cust-bxlbgallerys .demo-gallery ul li {
    width: calc(33.33% - 30px);
    margin: 0 15px;
    list-style-image: none;
    list-style: none;
    padding: 15px;
    background: #fff;
    box-shadow: 0 0 2px 0px rgba(0,0,0,0.4);
    margin-bottom: 28px;
}
.cust-bxlbgallerys li h4 {
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 0;
}
.cust-bxlbgallerys li a {
    text-decoration: none;
}
.cust-cncleftbarboxinner h4 {
    font-size: 20px;
}
.cust-rqform {
    margin-top: 40px;
}
.cust-quotecheck label {
    margin-right: 20px;
    display: inline-block;
}
.cust-quotecheck label input[type="checkbox"] {
    margin-right: 8px;
}
.cust-contactforms .form-group.cust-quotecheck {
    margin-bottom: 15px;
}
.cust-cmslides {
    padding: 15px 0px;
    box-shadow: 0 0 2px 0px rgba(0,0,0,0.4);
    margin-bottom: 15px;
}
.cust-cmslides .flexslider {
    margin: 0;
    border: none;
    padding: 0;
}
.cust-cmslides .flexslider ul {
    margin: 0;
    padding: 0;
}
.cust-cmslides .flexslider li {
    list-style: none;
    margin-bottom: 0;
}
.cust-cmslides .flex-direction-nav a:before {
   content: "" !important;
}
.cust-cmslides .flex-direction-nav a {
    font-size: 0;
}
.cust-cmslides .flex-direction-nav a.flex-prev {
   background-image: url(../images/back.png);
    background-size: 15px 15px;
    background-repeat: no-repeat;
    width: 28px;
    height: 28px;
    background-color: #063f61;
    border-radius: 50%;
    background-position: center;
}
.cust-cmslides .flex-direction-nav a.flex-next {
   background-image: url(../images/next.png);
    background-size: 6px 11px;
    background-repeat: no-repeat;
    width: 28px;
    height: 28px;
    background-color: #063f61;
    border-radius: 50%;
    background-position: center;
}
.cust-cmslides .flex-control-nav.flex-control-paging {
    display: none;
}
.cust-cmslides h4 {
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 0;
}
.cust-cmslideheads {
    font-size: 20px;
}
.cust-staticcontents .cust-cmmaintitles {
    padding: 11px 15px;
    margin-bottom: 20px;
}
.cust-cmmaintitles22 {
    margin-top: 28px;
}
.cust-productslistinners ul li a.btn-md {
    padding: 6px 20px;
}
.cust-productslistinners ul li a.cust-viewmorecate {
    border: 1px solid #fff;
    color: #fff;
    padding: 8px 20px;
    text-decoration: none;
    margin-top: 15px;
    font-size: 15px;
}
.cust-productslistinners ul li a.cust-viewmorecate:hover {
    background: #fff;
    color: #333;
}
.cust-aphead.cust-plversionheads {
    margin: 55px 0px 28px;
}
.cust-productslist.cust-aplist {
    margin-top: 0;
}
.cust-plouters {
    position: relative;
    overflow-x: hidden;
}
.cust-plouters:hover .cust-productslistinners {
    left: 0;
    z-index: 8;
}
.cust-productslistinner::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}
.cust-productslistinner::-webkit-scrollbar
{
    width: 6px;
    background-color: #F5F5F5;
}

.cust-productslistinner::-webkit-scrollbar-thumb
{
    background-color: #000000;
}
.cust-catproductpopups {
    position: fixed;
    left: 0;
    background: rgba(0,0,0,0.8);
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 99;
    top: 0;
    display: none;
    transition: 0.6s ease;
}
.cust-catproductpopupsshow {
    display: flex;
}
.cust-catproductpopupsinners {
    width: 100%;
    max-width: 1100px;
    max-height: 100vh;
    overflow-y: auto;
    background: #fff;
    box-shadow: 0 0 2px 0px rgba(0,0,0,0.4);
    overflow-x: hidden;
    border-radius: 8px;
}
.cust-catproductpopupsinnersheader {
    padding: 15px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 8px 8px 0px 0px;
}
.cust-catproductpopupsinnersheader h2 {
    font-weight: 500;
    font-size: 24px;
}
.cust-carpcloses {
    font-size: 22px;
}
.cust-catproductpopupsinners .cust-productslist .cust-cols {
    margin-bottom: 20px;
}
.cust-catproductpopupsinnersbody {
    padding: 0px 0px 0px;
}
.cust-catproductpopupsinners .cust-productcat h4 {
    overflow: inherit;
    white-space: normal;
}
.cust-catproductpopupsinners .cust-productcat {
    padding: 0;
    min-height: 0;
}
.cust-catproductpopupsinners .cust-productcat a {
    display: block;
    padding: 18px 20px;
}
.cust-catproductpopupsinners .cust-productcat h4 {
    margin-bottom: 0;
}
.cust-aplist .cust-productcat {
    min-height: 0;
}
.cust-aplist .cust-productcat h4 {
    margin-bottom: 0;
}
.cust-catproductslist li {
    list-style: none;
    width: 33.33%;
    margin: 0 0px 0px;
}
.cust-catproductslist {
    display: flex;
    flex-wrap: wrap;
    margin: 0 0px;
}
.cust-catproductslist li a {
    font-weight: 500;
    font-size: 16px;
    line-height: 25px;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 20px;
    display: block;
}
.cust-catproductslist li a:hover {
    background: #0a5f91;
    color: #fff;
    border-color: #0a5f91;
}
.cust-bxcaterows {
    display: flex;
    flex-wrap: wrap;
    margin: 60px -15px 0px;
}
.cust-bxcatecols {
    width: calc(50% - 30px);
    margin: 0 15px 28px;
    background: #fff;
    box-shadow: 0 0 2px 0px rgba(0,0,0,0.4);
}
.cust-bxcate-cols-head {
    background-color: #063F61;
    padding: 15px 15px;
    display: flex;
    justify-content: space-between;
}
.cust-bxcate-cols-head h3 {
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    line-height: 24px;
    text-align: left;
    width: 70%;
}
.cust-bxcate-cols-head h4 {
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    line-height: 24px;
    margin-top: 0;
    width: 30%;
    text-align: right;
}
.cust-bxcate-cols-bottom {
    display: flex;
    flex-wrap: wrap;
    padding: 20px 10px;
}
.cust-bxcate-cols-bottomleft {
    width: 30%;
}
.cust-bxcate-cols-bottomright {
    width: 70%;
    padding-left: 28px;
}
.cust-bxcate-cols-bottomleft .cust-cateimages {
    width: 100%;
    border: 1px solid #ddd;
}
.cust-bxcaterowshome .cust-bxcate-cols-head h4 {
    font-size: 13px;
    line-height: 17px;
    width: auto;
}
.custcontainer-lgs {
    max-width: 1600px;
}
.cust-bxcate-cols-bottomright ul li {
    list-style: none;
    margin-bottom: 6px;
}
.cust-headerlogo .cust-logoimages {
    max-width: 275px;
}
.cust-bxcate-cols-bottomright ul li.cust-productslist-inners-images {
    display: flex;
    flex-wrap: wrap;
    margin: 15px -8px 0px;
}
.cust-bxcate-cols-bottomright ul li.cust-productslist-inners-images .cust-cateimages {
    margin: 0 8px;
    width: calc(50% - 16px);
    border: 1px solid #ddd;
}
.cust-bxcate-cols-bottomright ul li a {
    font-size: 14px;
    line-height: 23px;
    font-weight: 500;
    text-decoration: underline;
    color: #007acc;
}
.cust-bxcate-cols-bottomright ul li a:hover {
    color: #000;
    text-decoration: none;
}
.cust-bxcate-cols-bottomright ul li a.cust-bx-cate-rmbtns {
    background: #063f61;
    color: #fff;
    text-decoration: none;
    padding: 11px 20px;
    margin-top: 8px;
    border: 1px solid #063f61;
}
.cust-bxcate-cols-bottomright ul li a.cust-bx-cate-rmbtns:hover {
    background: none;
    color: #063f61;
}
.cust-blog-outer-sec {
    margin-top: 40px;
    display: flex;
    flex-wrap: wrap;
}
.cust-blog-cate-left {
    width: 25%;
}
.cust-blog-cate-left ul {
    background: #fff;
    box-shadow: 0 0 2px 0px rgba(0,0,0,0.4);
    padding: 20px;
    margin-bottom: 20px;
}
.cust-blog-cate-titles {
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 40px;
    line-height: 35px;
    position: relative;
    color: #2d2d2d;
}
.cust-blog-cate-titles::before {
    content: "";
    position: absolute;
    background: #063f61;
    width: 80px;
    height: 4px;
    top: 127%;
}
.cust-blog-cate-left ul li {
    list-style: none;
    margin-bottom: 8px;
}
.cust-blog-cate-left ul li a {
    font-size: 16px;
    line-height: 25px;
    color: #2d2d2d;
}
.cust-blog-cate-left ul li a:hover {
    color: #063f61;
}
.cust-blog-cate-left ul li:last-child {
    margin-bottom: 0px;
}
.cust-blog-list-rights {
    width: 70%;
    padding-left: 40px;
}
.cust-blog-list-images {
    width: 100%;
}
.cust-blog-list-cont {
    padding: 20px;
    background: #fff;
    box-shadow: 0 0 2px 0px rgba(0,0,0,0.4);
}
.cust-blog-list-cont h2 a {
    font-size: 24px;
    font-weight: 600;
}
.cust-blog-list-cont p {
    color: #2d2d2d;
    font-size: 16px;
    line-height: 25px;
    margin: 11px 0px 15px;
}
.cust-blog-list-cont h3 {
    margin-top: 8px;
    font-size: 20px;
    color: #2d2d2d;
    font-weight: 500;
}
.cust-blog-list-inners {
    margin-bottom: 20px;
}
.cust-bx-cart-counts {
    position: absolute;
    top: -15px;
    background: #fff;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    right: -18px;
    font-size: 11px;
}
.cust-bx-cart-icon {
    margin-right: 4px;
}
.cust-header-user-iconlist li a {
    font-size: 18.5px;
    line-height: 23px;
}
.cust-loaderouters {
    position: fixed;
    background: rgba(0,0,0,0.8);
    height: 100%;
    width: 100%;
    top: 0;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    display: none;
}
.cust-loader {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    position: relative;
    animation: rotate 1s linear infinite;
}
.cust-loader::before , .cust-loader::after {
    content: "";
    box-sizing: border-box;
    position: absolute;
    inset: 0px;
    border-radius: 50%;
    border: 8px solid #FFF;
    animation: prixClipFix 2s linear infinite ;
}
.cust-loader::after{
    transform: rotate3d(90, 90, 0, 180deg );
    border-color: #FF3D00;
}

.custom_strong {
	font-size: 16px;
	line-height: 25px;
}

.custom_strong strong {
	display: block;
	font-size: 20px;
	margin: 8px 0px;
}

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

@keyframes prixClipFix {
    0%   {clip-path:polygon(50% 50%,0 0,0 0,0 0,0 0,0 0)}
    50%  {clip-path:polygon(50% 50%,0 0,100% 0,100% 0,100% 0,100% 0)}
    75%, 100%  {clip-path:polygon(50% 50%,0 0,100% 0,100% 100%,100% 100%,100% 100%)}
}
.cust-bxcaterowshome .cust-bxcatecols {
    width: calc(50% - 30px);
}
.cust-solutionsinnerimages {
    width: 100%;
}
.cust-home-welcomes-button {
    margin-top: 0;
    margin-bottom: 0px;
}
.cust-home-welcomes-button .btn-primary:hover {
	border: 1px solid #063f61 !important;
	color: #063f61 !important;
}
.cust-sbcontents {
    background: #f7f7f7;
    padding: 40px;
    margin-top: -4px;
}
.cust-sbimageinner {
	width: 100%;
	height: 480px;
	object-fit: cover;
}
.cust-sbcontents h1 a {
	font-size: 31px;
	line-height: 35px;
}
.cust-sbcontents h1 {
	margin-bottom: 15px;
}
.cust-sbcontents p {
	margin-bottom: 15px;
	font-size: 16px;
	line-height: 25px;
	color: #2d2d2d;
}
.cust-formerrors {
    display: block;
    margin-top: 8px;
    color: #f00;
}
.tech-draw {
    display: inline-block;
    margin-right: 8px;
}
.cust-about-para-conts {
    max-width: 1100px;
    text-align: center;
    margin: 28px auto 0px;
}
.cust-about-para-conts p {
    margin-bottom: 15px;
    font-size: 17px;
    line-height: 26px;
}
.cust-bx-header-adress a {
    margin-right: 15px;
}
.cust-bx-header-adress a i {
    margin-right: 4px;
}
.cust-bx-about-sec {
    border-bottom: 1px solid #ddd;
}
.cust-bx-new-headers {
    border-bottom: 8px solid #063f61;
}
.cust-bxheader-top-bar {
    background: #063f61;
    padding: 11px 0 11px;
}
.cust-bx-new-headers .cust-bxadress a, .cust-bx-new-headers .cust-bxadress p {
    font-size: 16px;
    line-height: 21px;
    font-weight: 600;
}
.cust-bx-new-headers .container {
    max-width: 1170px;
    padding: 0 ;
}
.cust-bx-header-topright {
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
    align-items: center;
}
.custheader-logins {
    margin-right: 11px;
    position: relative;
}
.custheader-logins a {
    color: #fff;
    font-size: 15px;
    line-height: 22px;
    font-weight: 600;
}
.custheader-logins a i {
    margin-right: 6px;
}
.custheader-logins:after {
    content: "|";
    position: relative;
    right: -2px;
    color: #fff;
    font-size: 12px;
    top: -1px;
}
.cust-bx-header-topright .cust-socialicon li {
    line-height: normal;
    height: 24px;
}
.cust-bx-header-bottom {
    background: #fff;
    padding: 20px 0px 4px;
}
.cust-bx-header-bottomcont .cust-headerlogo {
    padding: 0;
}
.cust-bx-header-bottomrights {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: wrap;
}
.cust-bx-header-bottomrights .cust-usalogos {
    padding-right: 20px;
}
.cust-bx-header-bottomrights .bx-headersearch .form-control {
    color: #1a1a1a;
    width: 240px;
    border: 1px solid #767676;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    padding: 0 15px;
}
.cust-bx-header-bottomrights .bx-headersearch .form-control::placeholder {
    color: #686868;
    opacity: 1; /* Firefox */
}
  
.cust-bx-header-bottomrights .bx-headersearch .form-control::-ms-input-placeholder { /* Edge 12 -18 */
    color: #686868;
}
.bx-headersearch {
    margin-right: 20px;
}
.cust-headercart a {
    font-size: 18px;
    background-color: #063F61;
    color: #fff;
    padding: 8px 11px;
    border-radius: 7px;
    font-weight: 600;
}
.cust-headernavs ul {
    margin: 0;
    padding: 0;
    display: flex;
}
.cust-headernavs ul li {
    list-style: none;
    /* width: 12.5%; */
    width: 14.28%;
}
.cust-headernavs ul li a {
    background: #063f61;
    border-radius: 10px 10px 0px 0px;
    min-height: 98px;
    border-right: 2px solid #fff;
    width: 100%;
    color: #fff;
    font-size: 15px;
    padding: 5px 10px 5px 10px;
    text-align: center;
    font-weight: 600;
}
.cust-bx-header-bottomcont {
    margin-bottom: 28px;
}
.cust-bxheader-mobile-navs {
    background: #063f61;
    padding: 13px 15px;
    display: flex;
    justify-content: flex-end;
    position: relative;
}
.cust-bxheader-mobile-navstoggle {
    color: #fff;
    font-size: 16px;
    line-height: 21px;
    text-transform: uppercase;
    font-weight: 600;
}
.cust-bxheader-mobile-navstoggle i {
    padding-left: 8px;
}
.cust-bxheader-mobile-navs .cust-headernavs {
    position: absolute;
    top: 46px;
    width: 100%;
    left: 0;
    z-index: 99;
    background: #063f61;
    display: none;
}
.cust-bxheader-mobile-navs .cust-headernavs ul {
    display: block;
}
.cust-bxheader-mobile-navs .cust-headernavs li {
    width: 100%;
}
.cust-bxheader-mobile-navs .cust-headernavs li a {
    min-height: 0;
    padding: 8px 0px 15px;
    border-radius: 10px 10px 0px 0px;
    border-top: 1px solid #fff;
}
.cust-bxheader-mobile-navs .cust-headernavs li a.active {
    background-color: rgba(0, 0, 0, 0.25);
}
.cust-bxheader-mobile-navs .cust-headernavs.cust-headermenushow {
    display: block;
}
.cust-bx-cp-radios {
    margin: 0 28px 0px 0px !important;
}
.cust-bx-cp-radios input[type="radio"] {
    vertical-align: middle;
}
.cust-bx-cp-radios img {
    vertical-align: middle;
}
.cust-bx-cp-radios img {
    max-height: 28px;
}
/* The container */
.cust-bx-cp-radios {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  
  /* Hide the browser's default radio button */
  .cust-bx-cp-radios input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
  }
  
  /* Create a custom radio button */
  .cust-bx-cp-radios .checkmark {
    position: absolute;
    top: 5.5px;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #eee;
    border-radius: 50%;
  }
  
  /* On mouse-over, add a grey background color */
  .cust-bx-cp-radios:hover input ~ .checkmark {
    background-color: #ccc;
  }
  
  /* When the radio button is checked, add a blue background */
  .cust-bx-cp-radios input:checked ~ .checkmark {
    background-color: #063f61;
  }
  
  /* Create the indicator (the dot/circle - hidden when not checked) */
  .cust-bx-cp-radios :after {
    content: "";
    position: absolute;
    display: none;
  }
  
  /* Show the indicator (dot/circle) when checked */
  .cust-bx-cp-radios input:checked ~ .checkmark:after {
    display: block;
  }
  
  /* Style the indicator (dot/circle) */
  .cust-bx-cp-radios .checkmark:after {
       top: 6px;
      left: 6px;
      width: 8px;
      height: 8px;
      border-radius: 50%;
      background: white;
  }
  button#calculateshippment {
        background: #063f61;
        color: #fff;
        border: 1px solid #063f61;
        padding: 8px;
        font-size: 16px;
        cursor: pointer;
  }
  button#calculateshippment:hover {
    background: none;
    color: #063f61;
  }
  .cust-pdimageslidersnews {
        padding: 0px 15px;
        margin-top: 20px;
    }
    .cust-cartdetailleft td .removeatr {
        background: #063f61;
        color: #fff;
        border: none;
        height: 28px;
        width: 28px;
        border-radius: 50%;
        font-size: 17px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .cust-bx-hs-list {
        position: absolute;
        top: 100%;
        background: #fff;
        padding: 0;
        width: 100%;
        box-shadow: 0 0 2px 0px rgba(0,0,0,0.4);
        z-index: 99;
        max-height: 400px;
        overflow-y: auto;
    }
    .cust-bx-hs-list ul li a:hover {
        background: #f4f4f4;
    }
    .cust-bx-hs-list  ul li a {
        list-style: none;
        padding: 8px;
        border-bottom: 1px solid #ddd;
        background: #fff;
        font-size: 16px;
        line-height: 23px;
        color: #333;
        display: block;
    }
    .cust-bx-hs-list  ul li {
        list-style: none;
    }
    .cust-productslistcont .cust-pdtable .cust-plslug {
        text-decoration: underline;
        color: #007acc;
    }
    .cust-productslistcont .cust-pdtable .cust-plslug:hover {
        color: #000;
        text-decoration: none;
    }
    .cust-checkoutformrights #shipping_charges {
        width: 55%;
    }
    .checkout_flex_rad{
        display:flex;
        margin-bottom: 5px;
    }
    .cust-solutionsinnercaption .cust-cncquote a {
        background: #063f61;
        padding: 35px 55px;
        margin-bottom: 0;
    }
    .cust-orderlogos {
        display: flex;
        justify-content: center;
    }
    .cust-orderlogos  .cust-logoimages {
        max-width: 240px;
    }
    .cust-checkout-ortext {
        text-align: center;
        margin: 8px 0px;
        font-size: 18px;
        line-height: 25px;
    }
    .cust-checkout-ortext span:before {
        content: "";
        height: 1px;
        width: 80px;
        background: #333;
        display: inline-block;
        vertical-align: middle;
        margin-right: 8px;
    }
    .cust-checkout-ortext span:after {
        content: "";
        height: 1px;
        width: 80px;
        background: #333;
        display: inline-block;
        vertical-align: middle;
        margin-left: 8px;
    }
    .cust-checkout-ortext span {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .cust-solutionsinnercaption .cust-cncquote h3 {
        font-weight: 400;
        font-size: 28px;
        line-height: 35px;
    }
    .cust-solutionsinnercaptionhome h3 {
        min-height: 105px;
    }
    .cust-pdmiddlerows {
        display: flex;
        flex-wrap: wrap;
    }
    .cust-pdmiddlecols {
        width: 50%;
    }
    .remove-pding {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .cust-font-siz .cust-cols select,
    .cust-font-siz .cust-cols input[type='number'] {
        font-size: 14px;
    }
    .cust-pdmiddlecols:nth-child(2) {
        width: 50%;
        padding-left: 15px;
    }
    .cust-tble table {
        border-width: 1px !important;
        border-collapse: collapse !important;
        margin-top: 10px;
    }
    .cust-loginmessage {
        max-width: 990px;
        margin: 0 auto 20px;
    }
    .cust-loginmessage p {
        color: #c51e33;
        font-size: 16px;
        line-height: 25px;
        margin-bottom: 15px;
    }
    .cust-loginmessage .cust-login-message-titles {
        font-size: 20px;
        font-weight: 600;
    }
    .cust-pdtopsec {
        padding-bottom: 35px;
    }
    .img-fix-dynamic{
        width:47%;
        margin-right:12px;
    }
    .img-wid-100{
        width:100% !important;
    }
    .img-fix-dynamic img{
        margin:0 !important;
    }
    .password-icon{
        position: relative;
        width: 100%;
    }
.pass-eye{
    position: absolute;
  top: 18px;
  right: 12px;
}
.display-none{
    display: none !important;
}
.forgot-boxx{
    border: 3px solid red;
  border-radius: 10px;
  padding: 10px;
}
.mail-msgg{
    font-size: 30px;
    line-height: 40px;
    font-weight: 600;
}
.quote_tabss{
padding:20px 10px;
column-gap: 40px;;
padding-bottom: 0;
}
.display_flex{
    display: flex;
}
.align_items{
    align-items: center;
}
.custom_quote_tab h5{
    font-size: 16px;
}
.custom_quote_tab select{
    font-size: 15px;
  background-color: transparent;
  border:none;
  margin-left:5px;
  font-weight: 600;
}
.custom_quote_tab i{
color:#063f61;
font-size: 17px;
}
.quotetab_selected{
    padding:12px;
  padding-bottom: 14px;
  background-color: #f6f6f6;
}
.quote_container{
    max-width: 1200px;
    margin: auto;
    padding: 30px;
}
.main_quotesection{
    padding: 80px 0px;
}
.quote_progress_main{
    display: flex;
    align-items: center;
}

/* step form */
.quote_stepformm .step-form {
    width: 100%;
    margin: auto;
  }
  .quote_stepformm .step-indicator, .progress_linesdot {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
  }
  .quote_stepformm .step-wrapper {
    position: relative;
    text-align: center;
    flex: 0 0 auto;
  }
 .quote_stepformm  .step {
    position: relative;
    z-index: 1;
    font-size: 14px;
  }
 /* .quote_stepformm  .step::before {
    content: '';
    display: block;
    margin: 0 auto 5px;
    width: 18px;
    height: 18px;
    background: #fff;
    border-radius: 50%;
    border: 2px solid #d4d4d4;
  } */
  /* .quote_stepformm .step.active::before,
 .quote_stepformm  .step.completed::before {
    background: #fff;
    box-shadow: 0 2px 6px 0 rgba(0,0,0,.19);
    border:none;
    width: 18px;
  height: 18px;
  }
  .quote_stepformm .step.active::before{
    width: 21px;
    height: 21px;
  }
  .quote_stepformm .step.completed::before{
    border: 2px solid #063f61;
  } */
  /* .step.active::after{
    content: "";
  display: block;
  margin:0 auto 5px;
  width: 9px;
  height: 9px;
  background:#063f61;
  border-radius:50%;
  position: absolute;
  top: 6px;
  left: 6px;
  } */
 .quote_stepformm  .step-line {
    flex: 1;
    height: 3px;
    background: #ccc;
    margin: 0 -4px;
    transition: background 0.3s;
    margin-top: -3px;
  }
  .quote_stepformm .step-line.active {
    background: #063f61;
  }
 .quote_stepformm  .step-page {
    display: none;
  }
  .quote_stepformm .step-page.active {
    display: block;
  }
  .quote_stepformm .step-buttons {
    display: flex;
    justify-content: space-between;
    /* margin-top: 20px; */
  }
  .padding_bottom0{
    padding-bottom:0 !important;
  }
  .quotesec_padding{
    padding:60px 0px;
  }
.quote_75wid{
    width:75%;
}
.cust_dotsrembef .step::before{
display: unset !important;
}
.progress_linesdot{
    margin-bottom:0 !important
}
.progress_barpad{
    padding: 0px 19px;
}
.align_stepstart{
    align-items: start !important;
}
.step-buttons button{
    padding:5px 16px;
      border: 2px solid #063f61;
      background-color: transparent;
      color: #063f61;
      border-radius:5px;
      font-weight: 600;
      cursor: pointer;
}
.step-buttons button:hover{
    background-color: #063f61;
    color:#fff;
}
.quote_contsec{
    width: 65%;
    margin: auto;
    padding:40px;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 0 4px 0px rgba(0,0,0,0.2);
}
.quote_contsec h3{
    font-size: 24px;
    margin-bottom:10px;
}
.quote_contsec h5{
    font-size: 20px;
    margin-bottom:10px;
}
.red_star{
    color:red;
}
.quote_contsec p{
    font-size: 16px;
}
.quotemainbtn{
    margin-top: 10px;
  margin-bottom: 25px;
}
.quotestep1_flex{
    justify-content: space-between;
    margin-top:7px;
}
.quotestep1_input{
width:48%;
}
.quotestep1_input select{
    width: 100%;
  height: 45px;
  border-radius:0;
  border:1px solid #d4d4d4;
  padding:0 10px;
  margin-top: 5px;
  background-color: transparent;
}
.span_error{
    color:red;
    font-size: 14px !important;
}
.margintop30{
    margin-top:30px;
}
.font_quotesec{
    font-size: 16px !important;
    text-transform: uppercase;
}
.font_quotesech4{
    font-size: 20px;
    margin-bottom:10px;
}
.img_quotepadding{
    padding:20px;
    border:1px solid #d4d4d4;
    border-radius: 10px;
    text-align: center;
}
.quote_divcolor{
    border:2px solid #fff;
    outline:1px solid #063f61;
    background-color:#000;
    height:40px;
    width:40px;
    margin-bottom:30px;
    cursor:pointer;
}
.quote_productpart{
    font-size: 18px !important;
    margin-top:15px;
}
.justify_spacebet{
    justify-content: space-between;
}
.step_footerr{
    background-color: transparent;
    border:none;
    box-shadow: none;
    margin-top:20px;
}
.padding0{
    padding:0 !important;
}
.step_footerr a{
font-size: 17px;
  font-weight: 600;
}
.width48{
    width:48%;
}
.step2_title{
    font-size: 20px;
  margin-top: 30px;
  margin-bottom: 10px;
  color:#2d2d2d !important;
}
.quoteinput_quantity{
  padding-left: 10px;
  column-gap: 10px;
  margin-top:10px;
}
.quoteinput_quantity input{
    height: 40px;
    width: 50px;
    border: 1px solid #063f61;
    text-align: center;
  font-size: 18px;
}
.quoteinput_quantity span{
    font-size: 35px;
    color: #063f61;
    cursor:pointer;
}
.qunait_box p{
opacity: 0.5;
margin-top:2px;
font-size: 14px !important;
}
.margintop20{
    margin-top:20px;
}
.qunait_box{
    text-align: center;
}
.quanity_mainbox{
    /* margin-top: 30px; */
  /* border-top:1px solid #d4d4d4; */
  padding-top: 10px;
}
.quote_data_table{
    border-collapse:collapse;
    margin-bottom:15px;
    }
    .quote_data_table td, .data-table th,    
    .quote_data_table .data_tablethead th {
    border:1px solid #d4d4d4;
    padding:5px;
    font-size: 12px !important;
    text-align: left;
    }
    .quote_data_table > tbody > tr:nth-child(2n){
    background-color: #f9f9f9;
    }
    .total_pricing td{
    background-color:rgba(36,86,213,.05);
    font-weight:600;
    font-size: 12px;
    }
    .data_tablethead th{
    background-color:rgba(36,86,213,.05);
    border:1px solid #d4d4d4;
    padding:5px;
    text-align:right;
    font-size: 12px;
    }
    .txt_left{
    text-align:left !important;
    }
    .total_tablewrap{
        white-space: nowrap;
    }
    .quote_tablediv{
        overflow-x: auto;
    }
    .tablebottom_txtmain{
        column-gap:50px;
        margin-top:5px;
}
    .tablebottom_txtmain p{
        font-size: 14px !important;
    }
    .tablebottom_txtmain p:nth-child(1){
        margin-right:10px;
    }
    .tablebottom_txtmain p:nth-child(2){
        margin-right:20px;
    }
.wid-100{
width: 100% !important;
}
.quote_proinfo{
width: 48%;
}
.step2outer_padding1{
padding:40px;
}
.step2outer_padding{
width: 100%;
padding:40px;
/* border-top:1px solid #d4d4d4; */
margin-top: 0px;
padding-top: 40px;
}
.step2outer_padding a{
    font-size: 16px !important;
  font-weight: 600;
  margin-top: 15px;
}
.quote_proinfo{
    width: 55%;
    padding-right: 20px;
}
.quote_proimg{
    width: 45%;
}
.step2prodimgg{
    padding:20px;
  border:1px solid #d4d4d4;
  border-radius:10px;
  text-align: center;
}
.step2outer_padding1 h3{
    margin-bottom: 15px !important;
}
.width50{
    width: 50%;
}
.step2_parent{
    column-gap:30px;
}
.step2_btnquote{
    column-gap: 10px;
}
.quntituyinp_boxx p{
    padding-left: 40px;
    opacity: 0.5;
    margin-top: 0;
    font-size: 14px !important;
}
.imapic_shor{
    margin-left:10px;
}
.imapic_shor span{
    color:#063f61;
}
.forquote_btnnss a, .step2_btnquote  a.blankbtn_quote{
    padding:8px 15px;
  font-size: 14px;
  background-color: transparent !important;
  border: 1px solid #063F61;
  color:#063f61 !important;
  margin-bottom:0 !important;
}
.bck-conti-btns .step2_btnquote {
	justify-content: center;
	margin-top: 30px;
}
a.newquote_btns{
    padding:8px 15px !important; 
  font-size: 14px !important;
  background-color: #063F61 !important;
  border: 1px solid #063F61;
  color:#fff !important;
}
a.newquote_btns:hover{
    background-color: #fff !important;
    color:#063f61 !important;
}
a.seected_quotebtn, .forquote_btnnss a:hover, .step2_btnquote  a.blankbtn_quote:hover{
    background-color: #063f61 !important;
    color:#fff !important;
}
.step-page .forquote_btnnss a.quotemainbtn{
    font-size: 14px !important;
}
.step2_btnquote a{
    margin: 0 !important;
}
.shotimg_sv{
    display: flex;
  margin-right: 5px;
}
.quote_input-container {
    position: relative;
    width: 100%;
    margin: 15px 0;
    margin-bottom:0px;
  }
  .quote_input-container input {
    width: 100%;
    padding: 25px 12px 8px;
    font-size: 14px;
    border: 1px solid #d4d4d4;
    outline: none;
    background: white;
    margin-bottom: 12px;
  }
  .quote_input-container label {
    position: absolute;
    left: 9px;
    top: 16px;
    color: #aaa;
    background-color: transparent;
    font-size: 14px;
    padding: 0 4px;
    transition: 0.2s ease all;
    pointer-events: none;
  }
  .quote_input-container input:focus {
    border-color: #063f61;
  }
  .quote_input-container input:focus + label,
  .quote_input-container input:not(:placeholder-shown) + label {
    top: 6px;
    font-size: 12px;
    color: #063f61;
    background-color: white;
  }
  .quote_savemodel_main{
    position: fixed;
  left: 0;
  bottom: 0;
  right: 0;
  top: 0;
  z-index: 9999;
  background:
rgba(0,0,0,0.5);
  }
  .quote_savemodel{
    position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform:translate(-50%,-50%);
  -moz-transform:translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  background:#fff;
  max-width: 515px;
  width: 100%;
  border-radius:5px;
  box-shadow: 0 2px 6px 0 rgba(0,0,0,.19);
  padding:20px;
  padding-bottom:0;
  }
  .quote_savemodel h4{
    margin-top:0 !important;
    margin-bottom:0px !important; 
  }
  .quote_calcelspan{
    position: absolute;
  top: 2px;
  right: 5px;
  font-size: 48px;
  color: #063f61;
  line-height: 28px;
  cursor: pointer;
  }
  .quote_savemodel a{
    width: 100%;
  text-align: center;
  border-radius:5px;
  margin-bottom: 5px;
  }
  .wid_48{
    width: 48%;
  }
  .quote_passwordrest{
    padding-left: 50px;
  margin-top: 5px;
  margin-bottom: 30px;
  }
  .quote_passwordrest li{
    list-style:none;
      position: relative;
      margin-bottom: 5px;
    }
.quote_passwordrest li::before{
content: "";
width: 15px;
height: 15px;
border-radius:50%;
background-color: #d4d4d4;
position: absolute;
left: -24px;
top: 4px;
}
h4.save_quoth4{
    font-size: 30px;
  line-height: 1.2;
  margin-bottom: 20px !important;
}
.grey_txt, .grey_txt li{
    color:#757575;
}
.margintop50{
    margin-top:50px;
}
.step_nextfooter{
    width: 49% !important;
  margin-left: 0;
}
.marginbot0{
    margin-bottom:0 !important;
}
.full_width{
    width:100%;
}
.quote_proinfopadd{
    padding-left:10px;
}
.height100{
    height:100%;
}
.forpaddingfott_btn{
    padding-right:15px;
}
.cust_quotemargins{
    margin:auto;
    margin-top:0px !important;
}
.quote_data_table{
    width: 100%;
}
.display_gridqunbox{
   display: grid;
  grid-template-columns: 30% 30% 30%;
  justify-content: space-between;
  margin-top:40px;
  border-top:1px solid #d4d4d4;
}
.columngap30{
    column-gap:30px;
}
.margin0{
    margin:0 !important;
}
.display_gridqunbox1{
    grid-template-columns: 33% 33% 33% !important;
}
.footer_step1{
    margin:auto;
  padding-right: 0;
}
.summary_atext a:nth-child(1){
margin-right:15px;
}
.summary_atext a:nth-child(2){
    margin-left:15px;
    }
    .step-page a{
        font-size: 16px !important;
    }
    .q_date_color{
        color:#858585;
    }
    .q_proinfoboxmain{
        padding:40px 0px;
        border-top:1px solid #d4d4d4;
        border-bottom:1px solid #d4d4d4;
    }
    .q_proinfoboxmain .q_proinfobox{
        width:33%;
    }
    .txt_center{
        text-align:center !important;
    }
    .for_dropflex .drop_titleq{
        width: 35%;
    }
    .for_dropflex .display_flex{
        margin-bottom:25px;
    }
    .q_cust_drop .display_flex.align_items{
        background-color: #f0f0f0;
  padding:5px 20px;
  margin-bottom:20px;
    }
    .q_cust_drop h5{
        font-size: 17px;
    }
    .q_cust_drop h5, .q_cust_drop a{
        margin-bottom: 0 !important;
    }
    .for_dropflex{
        padding:0px 20px;
    }
    .Qcollapsible_content{
        display: none;
    }
    .drop_mainclick{
        align-items: center;
        margin-bottom:0px;
        cursor:pointer;
    }
    .drop_mainclick h3{
        margin-bottom:0px !important;
    }
    .q_droparrow{
        font-size: 20px;;
    }
    .q_pricemain{
        padding-top:0 !important;
        border-top:none !important;
        margin:0 !important;
    }
    .q_proinfobox.txt_center h5{
        margin-bottom:0px !important;
    }
    .lead_txtqo{
        margin-top:40px;
        margin-bottom:10px;
    }
    .cart_btnq{
        width:40%;
        margin-top:40px;
margin-bottom:0 !important;
    }
    .cust_uploadQ i{
        font-size: 22px;;
    }
    .cust_uploadQ h3{
        margin-bottom:0 !important;
    }
    .Qcollapsible_content {
        padding-top:15px;
    }
    .for_dropflex .display_flex:nth-last-child(1){
        margin-bottom:0 !important;
    }
    .uploadfiles_qo{
        text-align: center;
  width: 100%;
  padding:70px 0px;
  border:1px dashed #d4d4d4d4;
    }
    .uploadfiles_qo p{
        font-size: 18px;;
    }
    .uploadfiles_qo input{
        width:168px;
        margin-top:10px;
    }
    .q_proinfoboxmain2 .q_proinfobox{
        width: 30% !important;
    }
    .q_proinfoboxmain2 .q_proinfobox:nth-child(1){
        width: 40% !important;
    }  
    .quote_contacdiv{
        margin-top:30px;
        padding:30px 0px;
        border-top:1px solid #d4d4d4;
  border-bottom:1px solid #d4d4d4;
    } 
    .q_contactinn{
        width: 48%;
        display: flex;
  flex-direction: column;
  justify-content: center;
    }
    .q_contactmain{
        width: 40%;
        margin:auto;
        margin-top:30px;
    }
    .drop_mainclick:hover h3,  .drop_mainclick:hover .q_droparrow, .drop_mainclick:hover i{
        color:#063f61 !important;
    }
    .head_welcomearea{
        /* padding-bottom: 28px; */
        width: 76%;
        margin:auto;
    }
    .cust_headbotmargn{
        margin-bottom: 15px;
    }
    .cust_headcnctxt{
        padding-bottom:28px;
    }
    .head_welcomearea h1{
        font-size: 36px;
        font-weight: 500;
    }
    .head_welcomearea h1 span{
        font-weight: 900;
    }
    .head_welcomearea p, .cust_headcnctxt p{
        font-weight: 600;
    }
    /* .head_welcomearea{
        display:none;
    } */
    .cust_commontable, .head_welcometitle{
        display:none;
    }
    .new_topprodinfo{
        padding-top:20px;
    }
    .paddingR30{
        padding-right: 30px;
    }
    .shift_layoutcst .display_gridqunbox{
        display: flex;
        flex-wrap: wrap;
        justify-content: center;  
    }
   .shift_layoutcst .display_gridqunbox .quanity_mainbox {
        width:100%;
        padding-right: 20px;
   }
  .btn_alignquote .step_nextfooter {
    margin: unset !important;
  width: 42% !important;
  }
   .btn_alignquote .back_contbtns {
  width: 58% !important;
  justify-content: right;
  text-align: right;
  }
     .btn_alignquote .back_contbtns .backBtn{
margin-right: 6px !important;
  }
  .fixquot_marg .step2_btnquote{
    margin-top:0 !important;
  }
  .gap_0{
    gap:0px !important;
  }
  .fixquot_marg .back_contbtns .backBtn{
    margin-right:0 !important;
  }
   .cust_fixdashhsi{
    margin-left:0 !important;
    margin-right:0 !important;
    padding: 0px 30px;
   }
   .cust_fixdashhsi .cust-dbrights{
        padding-right:0 !important;
   }
   .cust_sttockStatus span, .cust_prodbtnuni span.cust_sttockStatus{
    background-color: #f7f7f7;
  padding: 12px 20px;
  display: inline-block;
  font-size: 18px;
  line-height: 22px;
  font-weight: 500;
  font-family: 'Pangram';
  color: #000;
  margin-top: 5px;
  border: 2px solid #d4d4d4;
   }
  .cust_prodbtnuni span.cust_sttockStatus{
    margin-top:0 !important;
    border:none !important;
    padding-top:0 !important;
    padding-left:0 !important;
    padding-right:0 !important;
    padding: 7px 10px !important;
  border: 3px solid #c51e33 !important;
  margin-bottom: 10px !important;
   }
.cust_prodbtnuni{
    flex-direction: column;
    justify-content: center;
    row-gap: 0px;
    margin-top:25px;
    align-items: center !important;
}
.cust-contactforms .cust_nojusspac .cust-cols.cust-colsfull.cust_prodetorder3{
    width: 33.3% !important;
    margin-bottom: 0 !important;
}
.cust-contactforms .cust_nojusspac .cust-cols.cust-colsfull.cust_prodetorder3 button{
width: 100% !important;
}
.cust_productdetailmain .cust-cols{
    margin-bottom:0 !important;
}
/* .cust_productdetailmain.cust_nojusspac{
justify-content: space-between !important;
} */
  .cust_productdetailmain .bx-aligncenters{
align-items:end;
 }
.cust_productdetailmain .cust_wishlibtn, .cust_productdetailmain .custpro_projlist{
    align-items: end !important;
}
/* .cust_productdetailmain{
    padding:0px 20px !important;
} */
.project-list.custpro_projlist .dropdown-menu{
    left:20px !important;
    /* top: 73px; */
}
/* .cust_wishlibtn, .cust_nojusspac .project-list.dropdown.custpro_projlist, .cust_productdetailmain .cust-cols{
    padding:0px 0px !important;
} */
.cust_wishlibtn{
    align-items:start !important;
}
.custpro_projlist{
    display: flex;
  align-items: center;
}
.custpro_projlist .cust_projectbtnlist{
    height:48px;
}
.cust_pronormtxt{
    font-size: 18px;
  line-height: 22px;
  font-weight: 500;
  font-family: 'Pangram';
  color: #000;
}
.cust-pddetail .cust-contactforms .cust_prodbtnuni  button.custadd-cartbtn{
    margin-top:0 !important;
}
   .quote_maintitlee{
   text-align: center;
  margin-top: 10px;
  font-size: 28px;
  font-weight: 500;
   }
   .cust_commontable{
    margin-left:0 !important;
   }
   .custom_width{
    width:50%;
   }
   .column_gap30{
    column-gap: 30px;
   }
   .display_gridqunbox .quanity_mainbox {
    border-bottom: 1px solid #d4d4d4;
  padding-bottom: 30px;
   }
    .display_gridqunbox .quanity_mainbox:nth-last-child(1){
        border:none;
    }
    .paddingright50{
        padding-right:50px;
    }
    .full_width_table{
        display: block;
  margin-top: 50px;
    }
    .full_width_table .cust_commontable {
        width:100%;
    }
    .prod_detitle{
       margin-bottom: 10px !important;
  margin-top: 20px !important;
    }
    .drawing_pop{
        position: fixed;
        left: 0;
        bottom: 0;
        right: 0;
        top: 0;
        z-index: 9999;
        background: rgba(0,0,0,0.5);
    }
    .drawingpop_box{
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%,-50%);
        -moz-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
        background: #fff;
        width: 80%;
        border-radius: 5px;
        box-shadow: 0 2px 6px 0 rgba(0,0,0,.19);
        padding: 30px;
        height: 90vh;
    }
    .drawingpop_box img{
        height:100%;
        width:100%;
    }
    .drawing_close{
        position: absolute;
        top: 2px;
        right: 5px;
        font-size: 48px;
        color: #063f61;
        line-height: 28px;
        cursor: pointer;
    }
    .drawing_scroll{
        height:100%;
    }
    .step_backkbt, .step_nextbt{
    padding:0 !important;
    height: 42px;
    width: 100px;
    border-radius: 50% !important;
    font-size: 15px;
  font-family: sans-serif;
  letter-spacing: unset;
    }
      .step_backkbt{
        height:41px;
       }
       .quote_stepformm .step-wrapper{
        font-family: sans-serif;
        font-size: 15px;
        margin-top:-4px;
       }
       .quote_stepformm .step{
      width: 22px;
      height: 22px;
      background-color: #ccc; 
      clip-path: polygon(
        50% 0%,
        93% 25%,
        93% 75%,
        50% 100%,
        7% 75%,
        7% 25%
      );
      display: flex;
      align-items: center;
      justify-content: center;
       }
       .progress_linesdot{
        margin-top:12px;
       }
    .hexagon-inner{
      width: 18px;
      height: 18px;
      background-color: #fff; 
      clip-path: inherit;
      position: absolute;
      top: 2px;
      left: 2px;
       }
      .quote_stepformm .step.completed{
     background-color: #063f61; 
       }
       .quote_stepformm  .step.active::after {
  content: "";
  display: block;
  margin: 0 auto 5px;
  width: 9px;
  height: 9px;
  background: #063f61;
  border-radius: 50%;
  position: absolute;
  top: 7px;
  left: 7px;
}
  .quote_stepformm .step.active{
    width: 23px;
  height: 23px;
  }
  .quote_stepformm .step.active .hexagon-inner{
    width: 19px;
  height: 19px;
  }
  
  /*step form */
  /* chechout page updates */
  .cust-checkout-paypal-cont{display: flex;align-items: center;gap:5px;}
  .cust-checkout-paypal-cont span.cust-paypal-img img {
    width: 80px;
    height: 37px;
    object-fit: cover;
    border-radius: 5px;
}
.cust-checkout-paypal-cont label{font-size: 16px;}
.cust-checkout-products-detail-cont button.removeatr {
    background: #063f61;
    color: #fff;
    border: none;
    height: 28px;
    width: 28px;
    border-radius: 50%;
    font-size: 17px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.cust-checkout-products-detail-cont .cust-quantity input{width: 70px;}

.cust-checkout-products-detail-cont input::-webkit-outer-spin-button,
    .cust-checkout-products-detail-cont input::-webkit-inner-spin-button {
      -webkit-appearance: none;
      margin: 0;
    }
 
    .cust-cartdetailleft input[type=number], .cust-checkout-products-detail-cont input[type=number] {
      -moz-appearance: textfield;
    }
    .cust_chkklabel{
        display: flex !important;
        align-items: center;
    }
     .cust_chkklabel .cust-paypal-img{
        margin-right: 10px;
             cursor:pointer;
     }
     .paypl_txtcust{
        font-size: 18px;
        padding-left:5px;
     cursor:pointer;
     }
    .cust_chkklabel .cust_chkout_chkkbx{
        width:18px;
        height:18px;
        cursor:pointer;
     }
     .cust-cmeboxrows .cust_fixtitlee{
        display:block !important;
     }
     .cust_chkk_couponn{
        padding-left: 20px;
  width: 100% !important;
  margin-top: 10px !important;
     }
.cad_filesviewer{
display:flex;
margin-top: 40px;
align-items: center;
justify-content: center;
}
.cad_filesviewer a{
font-size: 20px;
color: #000;
text-decoration: none;
font-weight: 500;
display: flex;
align-items: center;
}
.cad_filesviewer img{
    max-width: 130px;
    cursor:pointer;
    padding-left: 10px;
}
#cust-pdimagesliders{
    padding:0 !important;
    margin-top:40px !important;
}
.q_proinfoboxmain2 .q_proinfobox p, .quotestep1_input.quote_proinfopadd p, .step2outer_padding .quote_proinfo p{
  margin-bottom: 5px;
}
.qty-btn-minus, .qty-btn-plus{
    user-select: none;
}

.cust_addnwtxt{
    text-align: center;
  margin-top: 40px;
}

.cust_addnwtxt p{
    font-size: 17px;
  font-weight: 500
}
/* Additonal text on top of home page */
.cust-additoinal-txt{padding: 10px 0 20px;}
.cust-additoinal-txt p{text-align: center;max-width: 950px;margin: 0 auto;text-align: center;font-size: 14px;}
.cust-footer-additional-txt{padding: 40px 0 20px;}

.cust_heddashtxt{
    background: #063f61;
  border-radius: 10px 10px 0px 0px;
  min-height: 98px;
  border-right: 2px solid #fff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cust-headernavs ul .cust_heddashtxt a{
border-radius: 0 !important;
  min-height: unset !important;
  background: unset !important;
  border-right: unset !important;
  line-height: 1.4 !important;
}
.cust-headernavs ul li .cust_cusdashtxt{
    font-size: 14px !important;
    line-height: 1.3 !important;
    padding-top:0 !important;
}
.cust_headdashmb{
    border-radius: 10px 10px 0px 0px;
  border-top: 1px solid #fff;
  border-right: 2px solid #fff;
}
.cust_headdashmb a{
  border: none !important;
}
.cust_headdashmb a:nth-child(1){
padding-bottom: 0 !important;
}
.cust_quotebotabso{
    position:absolute;
}
.cust_saveaternew{
    align-items: center;
}
.cust_saveaternew .step2_btnquote.back_contbtns{
width:100% !important;
justify-content: center !important;
}
.btn_alignquote .cust_quotebotabso{
    width: auto !important;
}
.cust_summbtnsprint{
    display: flex;
  column-gap: 20px;
  flex-wrap: wrap;
  justify-content: center;
}
.cust_quotedrawing h3{
    text-align: center !important;
    margin-bottom: 8px !important;
}
.cust_quotedrawing p{
    color:#c51e33;
    text-align: center;
    font-size:18px;
    font-weight:normal;
}
.cust_boxlogintxtt{
    display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
.cust_cusdashtxt{
    font-size: 14px !important;
  line-height: 1.3 !important;
  padding-top: 0 !important;
}
/* .cust_productdetailmain .btn-md{
    padding: 12px 30px !important;
}
.cust_productdetailmain .cust_wishlibtn, .cust_productdetailmain .custpro_projlist, .cust_productdetailmain .bx-aligncenters {
  align-items: start !important;
}
.cust_productdetailmain  .cust_procustombtn.cust_prodbtnuni{
    align-items: center !important;
}
.cust_myhover:hover .cust_myhover2{
    background: none !important;
  color: #063f61 !important;
  border-color: #063f61 !important;
} */
.cust_staticflex{
   display: flex;
  justify-content: space-between;
    max-width: 1170px;
  margin: auto;
  margin-top: 60px;
}
.cust_tchnclcol{
    width: 45%;
}
.cust_staticflex .cust_tchnclcol:nth-child(2){
    padding-left:40px;
}
.cust_heightunset{
    min-height:unset !important;
}
.cust_footerlinkformat li a{
color:#063f61 !important;
text-decoration: underline;
}
.cust_productdetailmain .btn-md{
padding: 12px 30px;
}
.project-list.custpro_projlist .dropdown-menu{
    width: 167px;
  min-width: 167px;
}
.cust_grayfooter{
    margin-top: 0 !important;
  padding-bottom: 40px;
}
.padding-bottom0{
    padding-bottom:0 !important;
}

/*responsive start*/

@media screen and (max-width: 1440px) and (min-width:1372px){
.cust_prodbtnuni{
    padding-right: 15px !important;
}
.cust_wishlibtn{
    padding-left: 15px !important;
  padding-right: 15px !important;
}
.cust_nojusspac .project-list.dropdown.cust-colsfull{
    padding-left: 15px !important;
  padding-right: 0px !important;
}
}

@media screen and (min-width: 1440px) {
    .quote_data_table td, .data-table th, .tablebottom_txtmain p{
        font-size: 14px !important;
        text-align: left;
    }
}

@media screen and (max-width: 1600px) {
    .cust-headermenu li a {
        font-size: 17px;
    }
    .display_gridqunbox1 {
        grid-template-columns: 50% 50% !important;
      }
      .cust_productdetailmain .btn-md{
        padding: 12px 20px;
      }
      .project-list.custpro_projlist .dropdown-menu{
  width: 147px;
  min-width: 147px;
}
}
@media screen and (max-width: 1500px) {
    .display_gridqunbox1 {
        grid-template-columns: 50% 50% !important;
      }
      .cust_prodbtnuni span.cust_sttockStatus{
        font-size: 16px;
      }
      .project-list.custpro_projlist .dropdown-menu{
        min-width:146px !important;
      }

}

@media screen and (max-width: 1371px) {
 .cust-contactforms .cust_nojusspac .cust_procustombtn.cust_prodbtnuni.cust-cols.cust-colsfull {
    width: 100% !important;
  }
   .cust-contactforms .cust_nojusspac .cust_wishlibtn.cust-cols.cust-colsfull {
    width: unset !important;
    justify-content: end;
    padding-right: 15px !important;
    margin-bottom: 0 !important;
  }
   .cust-contactforms .cust_nojusspac .custpro_projlist.dropdown.cust-colsfull {
    display: flex;
    width:unset !important;
    padding-left: 15px !important;
    margin-bottom: 0 !important;
  }
  .cust_nojusspac.cust_productdetailmain{
    justify-content: center !important;
}
.project-list.custpro_projlist .dropdown-menu {
  left: 15px !important;
}
}

@media screen and (max-width: 1359px) {
    .container, .cust-contactsec {
        padding: 0 30px;
    }
}
@media screen and (max-width: 1280px) {
    .cust-headermenu li a {
        font-size: 15px;
    }
    .seriesflex{
        flex-direction: column;
    }
    .step_nextfooter{
        padding-right: 10px !important;
    }
    .shift_layoutcst .display_gridqunbox .quanity_mainbox {
  width: 100%;
  padding-right: 0px;
}
      .cust_fixdashhsi{
       padding:0; 
      }
    .cust-dbleft{
        width:20%;
    }
.cust-contactforms .cust_nojusspac .cust_wishlibtn.cust-cols.cust-colsfull{
    width: unset !important;
  justify-content: end;
  padding-right: 15px !important;
  margin-bottom: 0 !important;
}
.cust-contactforms .cust_nojusspac .custpro_projlist.dropdown.cust-colsfull{
    display: flex;
  width: unset !important;
  padding-left: 15px !important;
  margin-bottom: 0 !important;
}
.cust-contactforms .cust_nojusspac  .cust_procustombtn.cust_prodbtnuni.cust-cols.cust-colsfull{
    width:100% !important;
}
.cust_nojusspac.cust_productdetailmain {
  justify-content: center !important;
}
}

@media screen and (max-width: 1280px) and (min-width:992px) {
    /* .tablebottom_txtmain{
        flex-direction: column;
        row-gap: 10px;;
    } */
    .forquote_btnnss {
        flex-wrap: wrap;
  padding:0;
  /* column-gap: unset;
  justify-content: space-between; */
    }
    .forquote_btnnss a{
        /* width: 48%; */
        text-align: center;
    }
}

@media screen and (max-width: 1200px) and (min-width:992px) {
.cust-headernavs ul li .cust_cusdashtxt {
  font-size: 13px !important;
  padding: 5px !important;
  line-height: 1.3 !important;
}
}

@media screen and (max-width: 1199px) {
    .cust-bannerhead {
        font-size: 60px;
    }
    .cust-bannerhead {
        font-size: 60px;
        margin-bottom: 15px;
    }
    .cust-headermenu li a {
        font-size: 16.5px;
        padding: 11px 15px;
    }
    .flexslider .slides .cust-home-banner-imagesinners {
        height: 480px;
        object-fit: cover;
    }
    .cust-aboutdetails h3, .cust-productcat h4 {
        font-size: 18px;
        line-height: 25px;
    }
    .cust-colsfourth, .cust-finfos .cust-cols {
        width: 50%;
        margin-bottom: 28px;
    }
    .cust-footerleft {
        width: 100%;
        margin-bottom: 28px;
    }
    .cust-footerright {
        width: 100%;
    }
    .cust-secthead {
        font-size: 35px;
        line-height: 40px;
    }
    .bx-cartapplycoupons form {
        display: block;
    }
    .bx-cartapplycoupons .bx-cartapplycouponsleft {
        width: 100%;
        margin-bottom: 15px;
    }
    .bx-cartapplycouponsleft button, .bx-cartapplycouponsleft .form-control {
        margin-left: 0;
        margin-right: 15px;
    }
    .cust-cartdetailleft, .cust-cartdetailrights {
        width: 100%;
    }
    .cust-cartdetailrights {
        border-left: 0;
        margin-top: 28px;
    }
    .cust-bxcaterowshome .cust-bxcatecols {
        width: calc(50% - 30px);
    }
    .cust-headermenu li a {
        font-size: 13px;
        padding: 11px 15px;
    }
   .cust-pddetail .cust-contactforms .cust-cols {
  width: 100%;
  margin-bottom: 10px;
}
.cust-contactforms .cust_nojusspac .cust-cols.cust-colsfull.cust_prodetorder3 {
  width: 100% !important;
  justify-content:center !important;
}
.cust-contactforms .cust_nojusspac .cust-cols.cust-colsfull.cust_prodetorder3 button {
  width: unset !important;
}
    /* .cust_forslidlist.owl-carousel .owl-item{
width: 150px !important;
    } */
}
@media screen and (max-width: 1170px) {
    .cust-bx-new-headers .container {
        padding: 0 15px;
    }
}
@media screen and (max-width: 1170px){
    .head_welcomearea{
        width: 85%;
    }
}
@media screen and (max-width: 1024px) {
    .cust-cols1, .cust-cols2, .cust-cols3, .cust-cols4 {
        width: 100% !important;
    }
    .remove-pding {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
    .respo_newdrawin{
        flex-wrap: wrap;
    }
    .respo_newdrawin .width50{
        width:100%;
    }
    .respo_newdrawin .quote_product2box{
        margin-top:30px !important;
    }
    .step_nextfooter, .res_full{
        width: 100% !important;
  padding-right: 0 !important;
    }
    .display_gridqunbox{
        grid-template-columns: 50% 50%;
    }
    .display_gridqunbox1 {
        grid-template-columns: 100% !important;
      }
      .forremar_gin{
        margin-top:30px;
      }
      .head_welcomearea {
        width: 100%;
      }
      .new_topprodinfo{
        flex-wrap:wrap;
      }
      .new_topprodinfo .width50{
        width: 100%;
      }
      .new_topprodinfo {
        padding-top: 0px;
      }
      .new_topprodinfo .quote_contsec {
        margin:30px 0px !important;
      }
      .new_topprodinfo .cust-secthead {
        margin-bottom:10px !important;
      }
      /* .shift_layoutcst{
        margin-top:30px;
      } */
      .shift_layoutcst .display_gridqunbox .quanity_mainbox {
        width: 50%;
        padding-right: 20px;
  }
     /* .width_fitt{
        width:fit-content;
        margin:auto;
   } */
   .btn_alignquote .step_nextfooter{
    width: 50% !important;
   }
   .shift_layoutcst .display_gridqunbox{
    justify-content: space-between;
   }
   .btn_alignquote .back_contbtns {
     width: 50% !important;
     justify-content: end;
        display: flex;
   }
   .btn_alignquote .back_contbtns .backBtn {
  margin-right: 10px !important;
}
.fixquot_marg .back_contbtns .backBtn {
  margin-right: 0 !important;
}
.for_responsivequo{
flex-wrap: wrap;
}
.for_responsivequo .cust_commonmain, .for_responsivequo .custom_width{
    width:100%;
}
 .drawingpop_box{
    width: 95%;
 }
.drawing_scroll, .drawingpop_box{
    height: unset !important;
}
.cust_quotebotabso {
  position: unset;
}
.cust_saveaternew .step2_btnquote.back_contbtns{
    justify-content: end !important;
}
 .btn_alignquote .step_nextfooter {
    width: 100% !important;
  }
  .step2_btnquote.back_contbtns a{
    display:flex;
    align-items:center;
    text-align: center;
    justify-content:center;
  }
  .newquote_btns.print-quote{
    margin-right:0 !important;
  }
}

@media screen and (min-width: 992px) {
    .cust-mobileheader, .cust-menucloses {
        display: none;
    }
}
@media screen and (min-width: 992px) {
    .cust-bxheader-mobile-navs {
        display: none;
    }
    .cust-bx-mobile-phones {
        display: none;
    }
}
@media screen and (max-width: 991px) {
    .cust-cols1, .cust-cols2, .cust-cols3, .cust-cols4 {
        width: 50% !important;
    }
	.cust-cols {
		width: 100%;
        margin-bottom: 40px;
	}
    .cust-cols:last-child {
        margin-bottom: 0;
    }
    .cust-contactusboxs {
        margin-top: 35px;
    }
    .cust-bxcdetails li {
        width: calc(50% - 40px);
        margin: 0 20px 15px;
    }
    .cust-dbleft {
        width: 30%;
    }
    .cust-dbrights {
        width: 70%;
    }
	.cust-colsfourth, .cust-colsthirds {
		width: 50%;
		margin-bottom: 20px;
	}
	.cust-finfos .cust-cols {
	    margin-bottom: 20px;
	}
    .cust-headerlogo {
        display: none;
    }
    .cust-headerrights {
        display: none;
    }
    .cust-mobilelogo .cust-logoimages {
        max-width: 200px;
    }
    .cust-headermenu {
        position: fixed;
        z-index: 99;
        top: 0;
        height: 100%;
        width: 100%;
        padding: 15px;
        left: -100%;
        transition: 0.6s ease;
        overflow-y: auto;
    }
    .cust-headermenu ul {
        display: block;
    }
    .cust-headermenu li a {
        padding: 15px 0px;
    }
    .cust-headermenu li a.active, .cust-headermenu li a:hover {
        background: none;
        color: #fff;
    }
    .cust-headermenu li a {
        display: flex;
        justify-content: space-between;
    }
    .cust-headermenu li a i {
        margin-top: 4px;
    }
    .cust-headermenu.cust-headermenushow {
        left: 0;
    }
    .cust-bannerpara {
        font-size: 18px;
        line-height: 27px;
    }
    .custsec-padd {
        padding: 40px 0px;
    }
    .cust-aboutsbutton {
        margin-top: 15px;
    }
    .cust-solutionsinner, .cust-featuresinners, .cust-finfos, .cust-contactsec, .cust-productslist {
        margin-top: 35px;
    }
    .cust-aboutdetails {
        margin-top: 15px;
    }
    .cust-productslist .cust-cols:last-child {
        margin-bottom: 35px;
    }
    .cust-productslist .cust-cols {
        margin-bottom: 20px;
    }
    .cust-contactright h3 {
        font-size: 40px;
        line-height: 55px;
    }
    .cust-contactright {
        padding: 48px 30px;
    }
    .cust-contactlefts {
        padding: 35px 30px;
        margin-bottom: 0;
    }
    .cust-bannerhead {
        font-size: 51px;
    }
    .cust-solutionsinnercaption h3 {
        font-size: 28px;
        line-height: 35px;
    }
    .cust-solutionsinner .cust-cols {
        width: 50%;
    }
    .cust-solutionsinner .cust-solutionsinnerimages, .cust-solutionsinner .h-100 {
        height: 240px;
        object-fit: cover;
    }
    .cust-contactforms .cust-cols {
        width: 50%;
    }
    .cust-contactforms .cust-cols.cust-colsfull {
        width: 100%;
    }
    .cust-bxdropdownmenushow {
        display: block !important;
    }
    .cust-headermenu li .cust-bxdropdownmenu {
        width: 100%;
    }
    .cust-pdlargeimage img {
        width: 100%;
    }
    .cust-cartsidebars {
        border-left: 0;
    }
    .cust-pdimagesliders .owl-item .img-responsive {
        background: #fff;
        padding: 8px;
        box-shadow: 0 0 2px 0px rgba(0,0,0,0.4);
        height: 110px;
        object-fit: cover;
        width: 100%;
    }
    .cust-pddetail {
        margin-top: 28px;
    }
    .cust-odpaymentbox {
        margin-bottom: 0;
    }
    .cust-odpaymentouter .cust-cols:last-child {
        margin-bottom: 20px;
    }
    .cust-colsmarginnone {
        margin-bottom: 0;
    }
    .cust-colsmarginnone ul {
        margin-bottom: 0;
    }
    .cust-cptopbox .cust-cmeright, .cust-cptopbox .cust-cmelefts {
        width: 100%;
    }
    .cust-blog-cate-left {
        width: 100%;
    }
    .cust-blog-list-rights {
        width: 100%;
        padding: 0;
    }
    .cust-bxcatecols, .cust-bxcaterowshome .cust-bxcatecols {
        width: calc(100% - 30px);
    }
    .cust-bx-header-bottomcont .cust-headerlogo {
        display: block;
    }
    .cust-bxheader-top-bar {
        display: none;
    }
    .cust-bx-header-bottomcont {
        display: block;
    }
    .cust-bx-header-bottomcont .cust-headerlogo {
        text-align: center;
        margin-bottom: 26px;
    }
    .cust-headernavs {
        display: none;
    }
    .cust-bx-header-bottom {
        padding: 15px 0px 15px;
    }
    .cust-bx-header-bottomcont {
        margin-bottom: 0px;
    }
    .cust-bx-mobile-phones a {
        font-size: 24px;
        font-weight: 600;
        margin-right: 20px;
    }
     .cust-bxpd-topsec .cust-pdleft {
        order: 0;
    }
    .cust-bxpd-topsec .cust-pdimageslidersnews {
        order: 1;
    }
    .cust-bxpd-topsec .cust-pdrights {
        order: 2;
        margin-top: 28px;
    }
    .cust-productslistcont {
        padding-top: 0;
    }
    .quote_contsec{
        width: 100%;
    }
    .step2_parent{
        flex-wrap: wrap;
    }
    .step2_parent .width50{
        width: 100%;
    }
    .step2_parent .width50:nth-child(1){
        margin-top:0 !important
    }
  
    .quote_data_table{
        width: 100%;
    }
    .step_nextfooter{
        width: 100% !important;
        padding-right: 0!important;
    }
    .tablebottom_txtmain {
        flex-direction: column;
        row-gap: 10px;
    }
    .q_proinfoboxmain2{
        flex-wrap:wrap;
        justify-content: space-between;
        row-gap: 30px;
    }
    .q_proinfoboxmain2 .q_proinfobox:nth-child(1) {
        width: 100% !important;
    }
    .q_proinfoboxmain2 .q_proinfobox {
        width: 50% !important;
    }
    .Qcollapsible_content {
        flex-wrap: wrap;
        row-gap: 30px;
    }
    .Qcollapsible_content .q_cust_drop.width48{
        width:100%;
    }
    .q_proinfoboxmain3{
        row-gap:30px;
        flex-wrap:wrap;
    }
    .q_proinfoboxmain3 .q_proinfobox{
        width:50%;
    }
    .q_proinfoboxmain3 .q_proinfobox:nth-last-child(1){
        width:100%;
    }
    .head_welcomearea {
        /* padding-bottom: 15px; */
         padding-top: 5px;
    }
     .cust_headcnctxt{
        padding-bottom:6px;
    }
    .paddingright50{
        padding-right:0;
    }
    .paddingright50 img{
        width: 50%;
    }
    .for_marbott{
        margin-top:15px;
    }
     .cust-pdlargeimage{
    max-width: 40%;
  margin: auto;
  height: auto !important;
  }
.cust_forslidlist.owl-carousel .owl-item .item a{
width: 100%;
  padding-right: 20px;
}
   .cust-pdlargeimage img{
    height:auto !important
}
.cust-bx-header-bottomcont .cust-bx-header-bottomrights{
    justify-content: center !important;
}
.fix_homesecspace{
    padding-top:10px !important;
}
.cust-contactsec .cust-contactright.cust-cols{
margin-top:30px;
}
.cust_chkout_main .cust-checkoutformleft, .cust_chkout_main .cust-checkoutformrights{
margin-bottom:0px !important;
}
#cust-pdimagesliders{
    margin-top:40px !important;
}
/* Additonal text on top of home page */
.cust-additoinal-txt{padding: 0 0 40px;}
.cust-footer-additional-txt {padding: 40px 0 0;}
.cust-footer-additional-txt p{text-align: left;}
.cust_boxlogintxtt{
row-gap:6px !important;
}
.cust_productdetailmain {
  padding: 0px 0px !important;
}
.cust_wishlibtn, .cust_nojusspac .project-list.dropdown.custpro_projlist, .cust_productdetailmain .cust-cols {
  padding: 0px 15px !important;
}
.cust_prodbtnuni span.cust_sttockStatus{
    text-align: center;
}
.cust-contactforms .cust_nojusspac .cust-cols.cust-colsfull.cust_prodetorder3 {
  width: unset !important;
}
 .cust_staticflex{
flex-direction: column;
    }
.cust_staticflex .cust_tchnclcol:nth-child(2) {
  padding-left: 0px;
  margin-top:10px;
}
.cust_tchnclcol {
  width: 100%;
}
.cust_headbotmargn {
  margin-bottom: 15px;
}
}

@media screen and (max-width: 767px) {
    .cust-bx-mobile-phones a {
        margin-right: 0px;
    }
	.cust-aboutdetails {
		width: 100%;
		border-right: 0;
		border-bottom: 1px solid #c6c4c4;
	}
    .cust-pdbottom {
        margin-top: 0px;
    }
    .cust-odtopdetails a {
        margin-bottom: 8px;
    }
    .cust-bannerbuttons {
        flex-direction: column;
        margin-bottom: 0px;
    }
    .cust-pdmiddlecols:nth-child(2) {
        width: 100%;
        padding-left: 0;
    }
    .cust-pdmiddlecols {
        width: 100%;
    }
    .cust-cmeboxrows .cust-cols .cust-cmebox, .cust-cmeboxrows .cust-cols .cust-cmebox {
        margin-top: 15px;
        margin-bottom: 0;
    }
    .cust-staticcontents {
        margin-top: 20px;
    }
    .cust-contactus-mains-form {
        padding: 15px;
    }
    .cust-loginbox {
        padding: 15px;
    }
    .cust-cploginbuttons {
        width: 100%;
    }
    .cust-ckboxs {
        padding: 15px;
    }
    .cust-bannerbuttons a {
        margin-bottom: 15px;
        text-align: center;
        margin-right: 0;
    }
    .cust-pddetail {
        margin-top: 0;
    }
    .cust-plversionheads .cust-plversionsname {
        font-size: 17px;
    }
    .cust-pdtable table th, .cust-pdtable table td {
        font-size: 13px;
        /* line-height: 17px; */
    }
    .cust-pddetail .cust-secthead {
        font-size: 20px;
        line-height: 28px;
    }
    .cust-bxcdetails li {
        width: 100%;
    }
	.cust-colsfourth, .cust-colsthirds {
		width: 100%;
	}
    .cust-dbleft {
        width: 100%;
    }
    .cust-dbrights {
        width: 100%;
        padding-left: 0;
    }
    .cust-flaghide {
        display: none;
    }
    .cust-bannerhead {
        font-size: 44px;
    }
    .cust-bannerpara {
        font-size: 16px;
        line-height: 25px;
    }
    .cust-aboutdetails:last-child {
        border-bottom: 0;
        padding-bottom: 0;
    }
    .cust-aboutdetails {
        margin-top: 0;
        padding: 20px 0px;
    }
    .cust-secthead {
        font-size: 22px;
        line-height: 31px;
    }
    .custproduct-meta .cust-para {
        font-size: 16px;
        line-height: 25px;
    }
    /* .cust-productslistcont {
        padding-top: 15px;
    } */
    .cust-solutionsinner .cust-cols {
        width: 100%;
    }
    .cust-solutionsinnercaption h3 {
        font-size: 24px;
        line-height: 28px;
    }
    .btn-md {
        padding: 8px 20px;
        font-size: 14px;
        line-height: 21px;
    }
    .cust-mobileheaderrights li:nth-child(3) {
        padding-right: 0;
    }
    .cust-aboutdetails .cust-abouticons {
        max-height: 48px;
    }
    .cust-aboutdetails h3 {
        margin-top: 15px;
    }
    .cust-para {
        font-size: 14px;
        line-height: 21px;
    }
    .cust-about-para-conts p {
        font-size: 14px;
        line-height: 21px;
    }
    .cust-about-para-conts {
        margin-top: 20px;
    }
    .fs-22 {
        font-size: 18px;
        line-height: 23px;
    }
    .cust-productcat h4 {
        margin-bottom: 0;
    }
    .cust-productcat p {
        margin-top: 11px;
    }
    .cust-colsfourth, .cust-finfos .cust-cols {
        width: 100%;
    }
    .cust-footermenu li:last-child {
        margin-bottom: 0;
    }
    .cust-bx-footer-tops .cust-cols {
        margin-bottom: 28px;
    }
    .cust-footerhead {
        margin-bottom: 15px;
        font-size: 20px;
        line-height: 24px;
    }
    .cust-bx-footer-tops .cust-cols:last-child {
        margin-bottom: 0;
    }
    .cust-bx-header-tops .cust-socialicon {
        width: 100%;
    }
    .cust-bx-header-tops .cust-socialicon ul {
        justify-content: center;
        margin-bottom: 15px;
    }
    .cust-bx-header-tops .cust-bxadress {
        text-align: center;
        width: 100%;
    }
    .cust-bx-header-tops .cust-bxadress {
        justify-content: center;
    }
    .bx-headersearch {
        margin-right: 0;
    }
    .cust-bx-header-tops {
        padding: 15px 0px;
    }
    .cust-headermenu li a {
        padding: 8px 0px;
        border-left: 0;
        border-right: 0;
        border-bottom: 1px solid #fff;
        text-align: left;
    }
    .cust-headermenu li a br {
        display: none;
    }
    .cust-productslistinners {
        position: static;
        height: auto;
        display: block;
        background: #063f61;
        padding: 20px;
        text-align: center;
        margin-top: -8px;
    }
    .cust-productimage {
        height: auto;
    }
    .cust-productslist .cust-productcat {
        order: 0;
    }
    .cust-productslist .cust-productimage {
        order: 1;
    }
    .cust-productimageinners {
        height: 200px;
    }
    .cust-productslistinners ul li:last-child {
        margin-bottom: 0;
    }
    .cust-footermenu li a {
        font-size: 14px;
        line-height: 21px;
    }
    .cust-contactforms .form-control {
        font-size: 14px;
        height: 34px;
        line-height: 34px;
    }
    .cust-footermenu li {
        margin-bottom: 6px;
    }
    .cust-productslist .cust-productcat {
        background: #fff !important;
        box-shadow: 0 0 2px 0px rgba(0,0,0,0.4);
    }
    .cust-productslist .cust-productcat h4, .cust-productslist .cust-productcat p {
        color: #063f61 !important;
    }
    .cust-pddetail .cust-contactforms .cust-cols {
        width: 50%;
        margin-bottom: 10px !important;
    }
    .cust-contactforms .cust-cols.cust-checkoutformleft, .cust-contactforms .cust-cols.cust-checkoutformrights {
        width: 100%;
        margin-bottom: 0;
    }
    .cust-contactusboxsleft h3, .cust-contactus-mains-form h3 {
        font-size: 22px;
        margin-bottom: 15px;
    }
    .cust-bxcdetails h4 {
        font-size: 18px;
        line-height: 25px;
    }
    .cust-cmebox {
        padding: 20px;
    }
    .cust-cncleftbarboxinner h4, .cust-cncquote a {
        font-size: 18px;
        line-height: 27px;
    }
    .cust-bxlbgallerys .demo-gallery ul li {
        width: calc(50% - 30px);
    }
    .cust-cmslideheads {
        font-size: 18px;
        line-height: 27px;
    }
    .cust-dbmiddles {
        margin: 55px 0px 0px;
    }
    .cust-contactusboxs {
        margin: 20px 0px 0px;
    }
    .cust-contactusboxs .cust-cols {
        padding: 0;
    }
    .cust-staticcontents li {
        font-size: 14px;
        line-height: 21px;
    }
    .cust-bx-header-bottomrights {
        justify-content: space-between;
    }
    .cust-bx-header-bottomrights .cust-headercart {
        order: 0;
    }
    .cust-bx-header-bottomrights .bx-headersearch {
        order: 1;
    }
    .cust-bx-header-bottomrights .cust-usalogos {
        order: 3;
        padding: 0;
    }
    .cust-bx-header-bottomrights .cust-bx-mobile-phones {
        order: 4;
        width: 100%;
        margin-top: 15px;
        text-align: center;
    }
    .cust-contactusboxs .cust-contactforms .cust-cols {
        padding: 0 20px;
    }
    .cust-solutionsinnercaptionhome h3 {
        min-height: 0;
    }
    .cust-50 select{
        appearance: auto;
    }
    .pass-eye{
        position: absolute;
      top: 11px;
      right: 12px;
    }
    .display_gridqunbox {
        grid-template-columns: 100%;
      }
      .q_proinfoboxmain4{
        flex-wrap:wrap;
        row-gap: 30px;
      }
      .q_proinfoboxmain4 .q_proinfobox{
        width: 50%;
      }
      .cust_viewacctxt{
        display:none;
      }
      .res_poleadtime{
        flex-direction: column;
        align-items: unset;
      }
      .res_poleadtime h3{
        margin-bottom:0 !important;
      }
      .res_poleadtime p{
        margin-bottom:10px !important;
      }
      .q_contactmain{
        width: 100%;
      }
      .quotestep1_input select{
        appearance: auto !important;
        -webkit-appearance: auto !important;
        -moz-appearance:auto !important;
      }
      .head_welcomearea {
        /* padding-bottom: 18px; */
        padding-top: 0px;
    }
     .cust_headcnctxt{
        padding-bottom:18px;
    }
    .head_welcomearea h1{
        font-size: 30px;
        line-height: 36px;
    margin-bottom: 5px;
    }
     .shift_layoutcst .display_gridqunbox .quanity_mainbox {
    width: 100%;
    padding-right: 20px;
  }
   .width_fitt {
    width: fit-content;
    margin: unset;
  }
    .cust_sttockStatus span{
        padding: 8px 20px;
  font-size: 15px;
  line-height: 21px;
    }
    .quote_proinfopadd p, .quote_proinfo p{
        margin-bottom:5px;
    }
    .quote_maintitlee{
 font-size: 20px;
 margin-top:0;
    }
    .step_backkbt, .step_nextbt{
        height: 35px;
  width: 80px;
  font-size: 13px;
    }
     .cust-pdlargeimage {
    max-width: 80%;
     }
     .cust-pddetail .cust-pdstdesc, .cust-pddetail .cust-pdstdesc p {
  font-size: 16px !important;
}
 .fix_homesecspace{
    padding-top:0px !important;
}
.cust_homebtnspacc{
    padding-bottom:30px !important;
}
.cust-bxcaterows.cust-bxcaterowshome.prd-dtln{
    margin-top:20px !important;
}
.cust-bx-header-bottomcont .cust-bx-header-bottomrights{
    column-gap:30px;
}
 #set_coupon{
     height: 34px;
     padding-top: 0 !important;
    padding-bottom: 0 !important;
     }
     .bx-cartapplycouponsleft.cust-contactforms .form-control{
        max-width: 50% !important;
     }
     .cust_chkk_couponn{
        margin-top: 20px !important;
     }
     .cust_addnwtxt p {
  font-size: 15px;
     }
     .cust_addnwtxt{
        margin-top:30px;
     }
     .cust_prodbtnuni{
        margin-top:10px !important;
     }
     .cust-contactforms .cust_nojusspac .cust-cols.cust-colsfull.cust_prodetorder3 {
  width: 100% !important;
  justify-content: center;
}
.cust-contactforms .cust_nojusspac .cust-cols.cust-colsfull.cust_prodetorder3 button {
  width: unset !important;
}
.cust_prodbtnuni span.cust_sttockStatus {
    font-size: 14px !important;
    margin-top: 10px !important;
    padding-bottom: 5px !important;
  }
  /* .project-list.custpro_projlist .dropdown-menu {
  top: 58px;
} */
.cust_homesecremspc{
    padding-top:15px !important;
}
.cust_homesecremspc h2{
margin-bottom:5px;
}
  .project-list.custpro_projlist .dropdown-menu{
 width: 130px;
  min-width: 130px !important;
}
.cust_headbotmargn {
    margin-bottom: 5px;
  }
    .cust_headcnctxt {
    padding-bottom: 0px;
  }
}

@media screen and (max-width: 667px) {    
    .cust-cols1, .cust-cols2, .cust-cols3, .cust-cols4 {
        width: 100% !important;
    }
	.cust-50{
        width:100%;
    }
    .cust-padd1, .cust-padd2{
        padding:0px 20px;
    }
}
@media screen and (max-width: 640px) {
.quotestep1_flex{
    flex-direction: column;
    row-gap: 20px;
}
.quotestep1_input, .step2outer_padding .quote_proinfo , .step2outer_padding .quote_proimg{
    width: 100%;
}
.step2outer_padding {
    flex-wrap: wrap;
    row-gap: 30px;
}
.quotesec_padding {
    padding:50px 0px;
    }
    .quote_stepformm .step-wrapper{
    font-size: 13px;
    }
     .quote_contsec{
            padding:20px;
}
.step2_title{
    margin-top:10px;
}
.formobilebot_20{
    padding-bottom:15px;
}
.quotestep1_input select:nth-last-child(1) {
    margin-bottom: 15px;
  }
  .tablebottom_txtmain{
    flex-direction: column;
    row-gap: 5px;
  }
  .quote_contsec h3 {
    font-size: 22px;
  }
  .step2_title {
    font-size: 18px;
  }
  .quote_contsec h5 {
    font-size: 18px;
  }
  .quote_productpart {
    font-size: 17px !important;
  }
  .tablebottom_txtmain p, .tablebottom_txtmain p a {
    font-size: 14px !important;
  }
  .quote_contsec p , .step-page p{
  font-size: 14px !important;
}
  .step2outer_padding1, .step2outer_padding{
    padding:20px;
  }
  .forquote_btnnss {
    flex-wrap: wrap;
padding:0;
column-gap: unset;
justify-content: space-between;
}
.forquote_btnnss a{
    width: 48%;
    text-align: center;
}
.step2_parent .width50:nth-child(2) {
    margin-top: 20px !important;
  }
  .quote_savemodel{
    width: 85%;
  }
  h4.save_quoth4{
    font-size: 22px;
  }
  .quote_input-container.wid_48{
width:100%;
  }
  .felxwrapquote{
    flex-wrap: wrap;
  }
  .quote_input-container{
    margin:0;
  }
  .for_quotepohei{
    height: 400px;
  overflow-y: auto;
  }
  .step-page a {
    font-size: 14px !important;
  }
  .step-page .forquote_btnnss a.quotemainbtn {
    font-size: 12px !important;
  }
}
@media screen and (max-width: 550px) {
.btn_alignquote, .btn_alignquote .back_contbtns {
    flex-wrap: wrap;
}
.btn_alignquote .step_nextfooter, .btn_alignquote .step2_btnquote a, .btn_alignquote .back_contbtns{
    width: 100% !important;
    justify-content: center;
  }
  .btn_alignquote .step2_btnquote{
    flex-wrap: wrap;
    row-gap: 10px;;
  }
    .btn_alignquote .step_nextfooter{
        margin-bottom:10px !important;
    }
        .btn_alignquote .step2_btnquote, .btn_alignquote .back_contbtns a{
        width: 100% !important;
        text-align: center;
    }
     .btn_alignquote .back_contbtns .backBtn {
    margin-right: 0px !important;
   margin-bottom:10px !important;
  }
    .fixquot_marg .back_contbtns .backBtn {
    margin-bottom: 0 !important;
  }
  .cust-bx-header-bottomcont .cust-bx-header-bottomrights{
    column-gap: 10px;
  }
}
@media screen and (max-width: 480px) {
    .bck-conti-btns .step2_btnquote {
        margin-top: 20px;
    }
    .cust-mobilelogo .cust-logoimages {
        max-width: 130px;
    }
    .cust-bx-header-tops .cust-bxadress p {
        font-size: 14px;
        line-height: 21px;
    }
    .cust-bannerhead {
        font-size: 28px;
        line-height: 33px;
    }
    .flexslider .slides .cust-home-banner-imagesinners {
        height: 350px;
        object-fit: cover;
    }
    .cust-cncquote a {
        padding: 15px 8px;
        font-size: 16px;
        line-height: 23px;
    }
    .cust-bx-header-tops .cust-bxadress {
        display: block;
    }
    .cust-bx-header-adress a {
        margin-bottom: 8px;
    }
    .cust-bannerbuttons {
        margin-top: 20px;
    }
    .cust-solutionsinnercaption h3 {
        font-size: 22px;
        line-height: 26px;
    }
    .cust-finfosinners {
        padding: 35px 20px;
    }
    .cust-finfos .cust-cols:last-child {
        margin-bottom: 0;
    }
    .cust-contactforms .cust-cols {
        width: 100%;
    }
    .cust-contactforms .form-group {
        margin-bottom: 15px;
    }
    .cust-contactright h3 {
        font-size: 28px;
        line-height: 35px;
    }
    .cust-contactright a {
        max-width: inherit;
    }
    .cust-contactright {
        display: block;
    }
    .cust-footerlogo img {
        max-width: 150px;
    }
    .cust-footerlogo {
        margin-bottom: 15px;
    }
    .cust-featuresicon {
        height: 68px;
        width: 82px;
        background-size: 100% 100% !important;
    }
    .cust-featuresicon img {
        max-width: 35px;
    }
    .cust-productcat h4 {
        font-size: 16px;
    }
    .cust-productslistinners ul li a {
        font-size: 14px;
        line-height: 23px;
    }
    .cust-finfoicons {
        max-width: 44px;
    }
    .cust-contactlefts, .cust-contactright {
        padding: 28px 20px;
    }
    .cust-contactsec {
        padding: 0 15px;
    }
    .cust-pdtabs .tab button {
        width: 100%;
    }
    .bx-cartapplycouponsleft.cust-contactforms button, .bx-cartapplycouponsleft.cust-contactforms .form-control {
        width: 100%;
        margin-bottom: 15px;
    }
    .bx-cartapplycoupons .bx-cartapplycouponsleft {
        width: 100%;
        margin-bottom: 0;
    }
    .bx-cartapplycouponsleft button, .bx-cartapplycouponsleft .form-control {
        margin-left: 0;
        margin-right: 0;
    }
    .cust-cartdetailrights {
        margin-top: 15px;
    }
    .cust-cotops .cust-para {
        font-size: 16px;
        line-height: 25px;
    }
    .cust-odtopdetails a {
        margin-left: 0;
        margin-top: 8px;
    }
    .cust-bxlbgallerys .demo-gallery ul li {
        width: calc(100% - 30px);
    }
    .cust-bxcate-cols-bottomright ul li a {
        font-size: 13px;
        line-height: 22px;
    }
    .cust-bxcate-cols-head {
        display: block;
    }
    .cust-bxcaterowshome .cust-bxcate-cols-head h4, .cust-bxcaterowshome .cust-bxcate-cols-head h3 {
        text-align: center;
    }
    .cust-bxcaterowshome .cust-bxcate-cols-head h4 {
        margin-top: 8px;
    }
    .cust-home-welcomes-button {
        margin-top: 0;
    }
    .cust-bxcate-cols-head h3 {
        width: 100%;
    }
    .cust-bxcate-cols-bottomleft {
        width: 100%;
        margin-bottom: 15px;
    }
    .cust-bxcate-cols-bottomright {
        width: 100%;
        padding: 0;
    }
    .cust-headerlogo .cust-logoimages {
        max-width: 240px;
    }
    .cust-bx-header-bottomrights {
        display: flex;
        flex-wrap: wrap;
    }
    .cust-bx-header-bottomrights {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        align-items: center;
    }
    .cust-bx-header-bottomcont .cust-headerlogo {
        margin-bottom: 15px;
    }
    .cust-bx-header-bottomrights .cust-headercart {
        margin-bottom: 15px;
    }
    .cust-bx-header-bottomrights .bx-headersearch {
        margin-bottom: 15px;
        width: 100%;
    }
    .cust-bx-header-bottomrights .bx-headersearch .form-control {
        width: 100%;
    }
    .cust-bx-header-bottomrights .cust-bx-mobile-phones {
        margin-top: 11px;
    }
    .cust-solutionsinnercaption .cust-cncquote h3 {
        font-size: 22px;
        line-height: 26px;
    }
    .quote_productpart {
        font-size: 16px !important;
    }
    .font_quotesec {
        font-size: 14px !important;
    }
    .quote_divcolor{
        width: 30px;
        height:30px;
    }
    .quotestep1_input select:nth-last-child(1){
        margin-bottom:15px;
    }
    .formobile_fulwidth{
        width: 100%;
        text-align: center;
    }
    .quote_contsec h3 {
        font-size: 22px;
    }
    .quote_contsec h5 {
        font-size: 16px;
    }
    .margintop30 {
        margin-top: 20px;
      }
      .align_stepstart{
        flex-wrap: wrap;
        row-gap: 20px;
      }
      .align_stepstart .quote_75wid{
        order: 1;
        width: 95%;
      }
      .align_stepstart .quote_orderr1{
        order:2;
      }
      .align_stepstart .quote_orderr3{
        order:3;
      }
.quote_stepformm .step::before, .quote_stepformm .step.completed::before{
width: 15px;
height: 15px;
}
.step.active::after{
width: 6px;
height: 6px;
top: 6px;
left: 6px;
}
.quote_stepformm .step.active::before {
width: 18px;
height: 18px;
}
.margintop50 {
margin-top: 30px;
}
.step_footerr a {
    font-size: 16px;
}
.quote_contsec p {
    font-size: 14px;
  }
  .quoteinput_quantity input {
    height: 35px;
    width: 40px;
    font-size: 16px;
  }
  .quoteinput_quantity{
    margin-top:0px;
  }
  .step2_btnquote, .step_nextfooter , .first_stepfoo {
    flex-wrap: wrap;
    row-gap: 10px;
  }
  .step2_btnquote a, .step_nextfooter  a, .step2_btnquote, .first_stepfoo a{
    width: 100%;
    text-align: center;
  }
  .display_gridqunbox{
    margin-top:30px;
  }
  .quanity_mainbox .margintop20{
    margin-top: 10px;
  }
  .quanity_mainbox{
    padding-top:20px;
  }
  .q_proinfoboxmain2 .q_proinfobox, .cart_btnq {
    width: 100% !important;
  }
  .q_proinfoboxmain2, .q_proinfoboxmain3, .q_proinfoboxmain4{
    row-gap:20px;
  }
  .for_dropflex .display_flex{
    flex-direction: column;
  }
  .q_proinfoboxmain {
    padding:25px 0px;
  }
  .lead_txtqo {
    margin-top: 25px;
  }
  .uploadfiles_qo{
    padding:50px 0px;
  }
  .quote_contacdiv {
    margin-top: 20px;
    padding-top:20px;
  }
  .q_proinfoboxmain4  .q_proinfobox {
    text-align: left !important;
  }
  .summary_atext{
    display:flex;
  }
  .q_proinfoboxmain4 .q_proinfobox {
    width: 100%;
    align-items: center;
  }
  .respo_newdrawin .quote_product2box {
    margin-top: 20px !important;
  }
  .for_dropflex .drop_titleq {
    width: 100%;
  }
  .paddingright50 img{
        width: 100%;
    }
    .full_width_table{
        margin-top:40px;
    }
    .custom_quote_tab h5 {
  font-size: 14px;
}
.quotetab_selected {
  padding: 10px 10px;
  padding-bottom: 6px;
}
.cust_fixdashhsi{
    margin-top:25px !important;
}
.for_marbott{
    column-gap:20px;
}
 .cust-pdlargeimage {
    max-width: 100%;
}
/* checkout page updates */
.cust-checkout-paypal-cont span.cust-paypal-img img {
    width: 70px;
    height: 30px;
}
.cust_chkklabel .cust_chkout_chkkbx {
  width: 16px;
  height: 16px;
}
.paypl_txtcust {
  font-size: 16px;
}
.cust-checkout-paypal-cont .cust_chkklabel span.cust-paypal-img img {
    width: 80px;
    height: 35px;
    margin: 10px 0px;
  }
  .cust-bxcaterows.cust-bxcaterowshome.prd-dtln .cust-bxcate-cols-head .category_title{
    flex-direction: column;
  }
    .bx-cartapplycouponsleft.cust-contactforms .form-control {
    max-width: 100% !important;
  }
    .cust_chkk_couponn {
    margin-top: 10px !important;
    padding-right:20px !important;
  }
  .cad_filesviewer a {
  font-size: 16px;
  }
  .cad_filesviewer img {
  max-width: 110px;
  }
  #cust-pdimagesliders{
    margin-top:30px !important;
  }
  .paddingbottom0{
    padding-bottom:0 !important;
  }
}
@media screen and (max-width: 450px) {
    .term-description {
        columns: 1;
        -moz-columns: 1 auto;
        -webkit-columns: 1 auto;
    }
}