@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700;900&display=swap');
body{
	font-family: 'Roboto', sans-serif;
}
@media (min-width: 1200px) {
.container {
    max-width: 1280px;
}
}
header {
    background: #fff;
}
header#header {
    position: sticky;
    top: 0;
    z-index: 999;
}
/*.sticky {
    position: fixed;
    width: 100%;
    z-index: 999;
    top: 0;
}*/
section	{
	position: relative;
}

.sec_padding {
	padding: 70px 0px;
}


a,
a:hover{
	color: #000;
	text-decoration: none;
}

.sub-title {
    font-size: 42px;
    line-height: 42px;
    color: #212529;
}
.sub-title-w{
	color: #fff;
}

.form-control:focus{
	box-shadow: unset;
}
header .login_btn {
    background: #333333;
    color: #fff;
    width: 100%;
    max-width: 149px;
    font-size: 14px;
    padding: 6px 20px;
    transition: 0.3s;
    cursor: pointer;
    font-weight: 500;
    text-transform: uppercase;
}
.login i {
    padding-right: 4px;
}


.black_btn {
    background: #333333;
    color: #fff;
    width: 100%;
    font-size: 16px;
    padding: 12px 40px;
    transition: 0.3s;
    cursor: pointer;
}

.green_btn {
    background: #70DA44;
    color: #fff;
    width: 100%;
    font-size: 16px;
    padding: 12px 40px;
    transition: 0.3s;
    cursor: pointer;
    max-width: 260px;
}
.green_btn:hover {
	background: #000000;
    color: #fff;
    transition: 0.3s;
}

header .login_btn:hover,
.black_btn:hover {
    background: #70DA44;
    color: #fff;
    transition: 0.3s;
}
.logo-col {
    display: flex;
    align-items: center;
}
.logo img {
    max-width: 170px;
    width: 100%;
}
.l-subheader.at_top {
    background: #70DA44;
    height: 30px;
    display: flex;
    align-items: center;
    transition: 0.3s;
}
.l-subheader.at_top .header-contact-info a {
    font-size: 14px;
    padding-right: 20px;
}
.l-subheader.at_top a {
	font-size: 14px;
}
.social_icons i {
    background: #fff;
    border-radius: 3px;
    width: 22px;
    height: 20px;
    padding: 3px 3px;
    text-align: center;
    color: #333;
}
.l-subheader.at_top a {
    color: #fff;
    transition: 0.3s;
}
.l-subheader.at_top a:hover {
    color: #333;
    transition: 0.3s;
}
.l-subheader.at_top .social_icons {
    padding-left: 20px;
}
.l-subheader.at_top .at_right {
    display: flex;
    justify-content: flex-end;
}
.sticky .l-subheader.at_top {
    height: 0px;
    transition: 0.3s;
}
.sticky .l-subheader.at_top .social_icons{
	display: none;
}

#login_Register button.close {
    position: absolute;
    right: 0px;
    background: #333333;
    padding: 12px;
    height: 34px;
    line-height: 0;
    border-radius: 0px 17px 0px 0px;
    opacity: unset;
    color: #fff;
}
#login_Register .modal-content {
    border-radius: 20px;
}
#login_Register input.form-control {
    height: 52px !important;
    border-radius: 4px;
    border: 1px solid #000;
}
#login_Register form {
    padding: 24px 0px 36px;
}
/*---------------------------------------*/
.l-subheader.at_middle {
    height: 58px;
    padding: 8px 0px;
}
.l-subheader.at_middle .serch-form .input-group {
    border: 1px solid #333;
    border-radius: 4px;
    background: #fff;
}
.l-subheader.at_middle input.form-control {
    border: unset;
     height: 30px;
    font-size: 12px;
}
.serch-form {
    margin: 5px 0px;
}
.serch-form button {
    background: #fff;
    border: unset;
    border-radius: 4px;
    width: 100%;
    max-width: 50px;
}
.l-subheader.at_middle .at_right {
    display: flex;
    align-items: center;
    justify-content: end;
}
/*---------------------------------------*/
.l-subheader.at_bottom nav {
    padding: 4px 0px;
    background-color: transparent !important;
}

.l-subheader.at_bottom {
    -webkit-box-shadow: 0 3px 6px 0 rgba(36,39,44,.1);
    box-shadow: 0 3px 6px 0 rgba(36,39,44,.1);
    border-top: 1px solid rgba(36,39,44,.1);
    position: relative;
    z-index: 1;
}

.l-subheader.at_bottom nav a {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
}

.l-subheader.at_bottom nav li {
    padding-right: 24px;
}
.l-subheader.at_bottom .register_company {
    display: flex;
    align-items: center;
    justify-content: end;
    font-size: 14px;
}
.l-subheader.at_bottom .navbar-expand-lg .navbar-nav .dropdown-menu a.dropdown-item {
    padding-top: 10px;
    padding-bottom: 10px;
}
.l-subheader.at_bottom .dropdown-menu.show {
    padding: 0px;
    margin-top: 3px;
}


/*------------serch-box---------*/
.main-top-slider {
	position: relative;
}
.main-top-slider .searchbox {
    position: absolute;
    top: 14%;
    left: 11%;
    width: 100%;
    max-width: 350px;
    height: 375px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    box-shadow: 0 0 70px 0 rgba(36,39,44,.3);
    background: #fff;
    padding: 19px 24px;
}
.searchbox form {
    padding-top: 10px;
}
.searchbox .form-group input, 
.searchbox .form-group select {
    height: 48px;
}
.searchbox h4 {
    font-size: 26px;
    padding-bottom: 15px;
}
.searchbox form button {
    margin-top: 15px;
}
/*---------category_sec------------*/
.category_box {
    background: #F3F3F3;
    height: 184px;
    width: 100%;
    max-width: 184px;
    /* display: flex; */
    border-radius: 8px;
    text-align: center;
    padding: 52px 0px;
    box-shadow: 0 4px 6px 0 rgb(51 51 51 / 22%);
}
.category_box img {
    max-width: 54px;
}
.category_box p {
    margin-bottom: 0px;
    padding-top: 10px;
    font-size: 14px;
    color: #24272c;
    text-transform: uppercase;
    font-weight: 500;
}

.view_more_cat {
    background: #70da44;
    display: block;
    text-align: center;
    padding: 82px 0px;
    overflow: hidden;
    overflow: hidden;
    position: relative;
}
.category_box.view_more_cat p {
    padding-top: 0px;
}
.box_efect::before {
    content: '';
    position: absolute;
    top: -70px;
    left: -70px;
    height: 140px;
    width: 140px;
    background: #00000000;
    border: 20px solid #efefef40;
    border-radius: 50%;
}
.box_efect::after {
    content: '';
    position: absolute;
    bottom: -70px;
    right: -70px;
    height: 140px;
    width: 140px;
    background: #00000000;
    border: 20px solid #efefef40;
    border-radius: 50%;
}

/*-----------page-blocks---------------*/
.sell-mechine {
    background-color: #333;
    color: #fff;
    overflow: hidden;
}
.sell-mechine h2 {
    color: #fff;
}
.sell-mechine::before {
    content: '';
    position: absolute;
    top: -48px;
    left: -52px;
    height: 140px;
    width: 140px;
    background: transparent;
    border: 20px solid #efefef30;
    border-radius: 50%;
}

.sell-mechine::after {
    content: '';
    position: absolute;
    bottom: -48px;
    right: -52px;
    height: 140px;
    width: 140px;
    background: transparent;
    border: 20px solid #efefef30;
    border-radius: 50%;
}
.sell-mechine p {
    margin-bottom: 0px;
}



/*-------------companies----------------------*/

.companies_box {
    background: #F3F3F3;
    height: 270px;
    width: 100%;
    /* max-width: 184px; */
    /* display: flex; */
    border-radius: 8px;
    text-align: center;
    padding: 76px 0px;
    box-shadow: 0 4px 6px 0 rgb(51 51 51 / 22%);
}

.companies_box img {
	max-width: 100px;
}

.companies_box p {
    margin-bottom: 0px;
    padding-top: 10px;
    font-size: 14px;
    color: #24272c;
    text-transform: uppercase;
    font-weight: 500;
}
.companies_box.view_more_companies.box_efect p {
	padding-top: 0px;
}
.companies_box.view_more_companies.box_efect {
    position: relative;
    overflow: hidden;
    background: #70da44;
    display: flex;
    padding: 0;
    align-items: center;
    justify-content: center;
}
/*--------News-------------------------*/
.news .view_more_news {
    text-align: right;
}

.news-card .news-thumb img {
    max-width: 236px;
    height: 200px;
    object-fit: cover;
    border-radius: 4px;
}
.news-card h4.news-title {
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
}


.news .news-author-bio {
    margin-top: 42px;
    display: flex;
}
.news .news-author-bio > img {
    width: 48px;
    height: 48px;
    border-radius: 100%;
    margin-right: 10px;
}
.news .news-author-bio p {
	margin-bottom: 0px;
}
.news .news-content {
    padding: 14px 0px;
}
.news .news-card {
    box-shadow: 0 0px 2px rgb(36 39 44 / 11%);
    border: 1px solid #33333314;
    border-radius: 6px;
}

.news .news-card p.news-short-content {
    color: #24272c80;
}





/*------------footer--------------*/
footer li {
    text-align: left;
    color: #f7f7f7;
    font-size: 14px;
    -webkit-transition: box-shadow .3s ease-in;
    transition: box-shadow .3s ease-in;
    list-style: none;
    line-height: 32px;
}
footer li a{
	color: rgba(36,39,44,.5);
	transition: 0.3s;
}
footer .title {
    font-size: 14px;
    line-height: 20px;
    padding-bottom: 12px;
    font-weight: 500;
    text-transform: uppercase;
}
section.l-subfooter.at_middle ul {
    padding-left: 0px;
}

footer .footer_social_icons i {
    background: #f7f7f7;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 4px;
    font-size: 16px;
    margin-right: 8px;
}
.l-subfooter.at_middle {
    border-top: 1px solid #0000001f;
    border-bottom: 1px solid #0000001f;
    padding-top: 50px;
    padding-bottom: 50px;
}
.l-subfooter.at_top h4 {
    font-size: 22px;
    color: #24272c;
    margin-bottom: 0px;
    line-height: 32px;
}
.l-subfooter.at_top p {
    font-size: 15px;
    line-height: 22px;
    color: #24272c80;
    margin-bottom: 0px;
}
.l-subfooter.at_top {
    padding-bottom: 50px;
}
.l-subfooter.at_top .footer_icon_box .box-content {
    padding-left: 10px;
}
.l-subfooter.at_top .footer_icon_box img {
    max-width: 54px;
    width: 100%;
}
.l-subfooter.at_top .footer_icon_box {
    display: flex;
    align-items: unset;
}

/*--------------------------*/
.l-subfooter.at_bottom {
    padding-top: 26px;
    padding-bottom: 26px;
}

.copyRight p,
.develop-company p {
    margin-bottom: 0px;
    font-size: 14px;
    color: #24272c80;
}



/*------------end-footer--------------*/
.supply_cities.sec_padding {
    padding-left: 10%;
    background: #f3f3f3;
}
.supply_cities .cities img {
    max-width: 70px;
    margin: auto;
}
/*.supply_cities .row {
    align-items: center;
}*/
.cities h4 {
    font-weight: 400;
    font-size: 18px;
    padding-top: 10px;
}
.supply_cities .cities {
    text-align: center;
  	transition: 0.3s;
    margin-right: 10px;
    margin-left: 10px;
    padding: 20px;
    border-radius: 10px;
}
.supply_cities .cities:hover {
	box-shadow: 0 8px 24px rgb(0 0 0 / 5%);
	background: #fff;
	transition: 0.3s;
	cursor: pointer;
}

/* Slider */
.supply_cities .slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: none;
  touch-action: none;
  -webkit-tap-highlight-color: transparent;
}

.supply_cities .slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.supply_cities .slick-list:focus {
  outline: none;
}
.supply_cities .slick-loading .slick-list {
  background: white url(./ajax-loader.gif) center center no-repeat;
}
.supply_cities .slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-list,
.slick-track,
.slick-slide,
.slick-slide img {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  zoom: 1;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
.slick-slide img {
  display: block;
}
.slick-slide img.slick-loading {
  background: white url(./ajax-loader.gif) center center no-repeat;
  padding-bottom: 100%;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}


/* Dots */


.slick-dots {
    margin: auto;
    display: block;
    text-align: center;
    margin-top: 22px;
}
ul.slick-dots li {
    display: inline-block;
    list-style: nonr;
    padding: 0px 7px;
    font-size: 0px;
}
.slick-dots button {
    padding: 6px 18px;
    border-radius: 100px;
    border: unset;
    background: #333;
}
.slick-active button {
    background: #70da44;
}










/*---------single-product-banner---------------*/
.single-product-banner {
    background-image: url("../images/inner-baner.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    height: 330px;
    display: flex;
    align-items: center;
    position: relative;
    text-align: center;
}

.single-product-banner::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgb(0,0,0);
    background: linear-gradient(360deg, #000000d1 0%, #0000002e 100%);
}
.all_categories {
    background: #f9f9f9;
    padding-top: 15px;
}
.all_categories_col {
    padding: 0px;
}
.all_categories h4 {
    padding-left: 17px;
}
.all_categories .sidebar_all_categories_list li:hover {
    background: #d6d5d54f;
    cursor: pointer;
    transition: 0.3s;
}
.all_categories .sidebar_all_categories_list ul {
    padding-left: 0px;
    list-style: none;
    margin-bottom: 0px;
}
.all_categories .sidebar_all_categories_list ul {
    padding-left: 0px;
    list-style: none;
}
.all_categories .sidebar_all_categories_list li:last-child {
    border: unset;
}
.all_categories .sidebar_all_categories_list li {
    padding: 14px 16px;
    border-bottom: 1px solid #3333332e;
}


.all_categories .quick-inqury,
.company-sidebar .quick-inqury  {
    padding: 30px 40px;
    text-align: center;
    background: #70da44;
    color: #fff;
}
.all_categories .quick-inqury h5,
.company-sidebar .quick-inqury h5 {
    padding-top: 14px;
}
.all_categories .quick-inqury p,
.company-sidebar .quick-inqury p {
    margin-bottom: 0px;
}
.all_categories .quick-inqury img,
.company-sidebar .quick-inqury img {
    max-width: 86px;
    margin: auto;
    display: block;
    filter: invert(1);
}

.sidebar-product-info h4 {
    font-size: 22px;
}
.Product-info button.btn.black_btn {
    max-width: 162px;
}
.Product-thumb img {
    max-width: 274px;
    height: 283px;
    object-fit: cover;
}
.Product-info p {
    margin-bottom: 9px;
}

.company-contact .badge {
    background: green;
    color: #fff;
    padding: 7px 12px;
}

.company-contact {
    background: #f7f7f7;
    padding: 16px 18px 20px;
    position: relative;
    overflow: hidden;
}

.company_box_efect::before {
    content: '';
    position: absolute;
    top: -60px;
    right: -60px;
    height: 140px;
    width: 140px;
    background: #00000000;
    border: 20px solid #33333314;
    border-radius: 50%;
}

.sidebar-product-info .product_c {
    border: 1px solid #33333321;
    padding-top: 14px;
    padding-bottom: 14px;
    margin-bottom: 15px;
}


@media (min-width: 576px) {
#Send_Inqury .modal-dialog {
    max-width: 900px;
    margin: 1.75rem auto;
}
}

#Send_Inqury button.close {
    position: absolute;
    right: 5px;
}
#Send_Inqury .modal-content {
    border-radius: 18px;
}

/*---------------single-product-page-csss-----------------------*/
.product-single .card {
    background-color: #fff;
    padding: 14px;
    border: none;
}
.product-single button.btn.green_btn {
    max-width: 160px;
    padding: 6px;
}
#lightSlider img {
    display: block;
    height: auto;
    width: 100%;
}

.product-single .demo {
    width: 100%;
}

.product-single ul {
    list-style: none outside none;
    padding-left: 0;
    margin-bottom: 0;
}

.product-single li {
    display: block;
    float: left;
    margin-right: 6px;
    cursor: pointer;
}
.product-single .stars i {
    color: #f6d151;
}

.product-single .stars span {
    font-size: 13px;
}

.product-single hr {
    color: #d4d4d4;
}

.product-single .badge {
    padding: 5px !important;
    padding-bottom: 6px !important;
}

.product-single .badge i {
    font-size: 10px;
}

.product-single .profile-image {
    width: 35px;
}

.product-single .comment-ratings i {
    font-size: 13px;
}

.product-single .username {
    font-size: 12px;
}

.product-single .comment-profile {
    line-height: 17px;
}

.product-single .date span {
    font-size: 12px;
}

.product-single .p-ratings i {
    color: #f6d151;
    font-size: 12px;
}

.product-single .buttons .wishlist {
    background-color: #fff;
    border-color: #333;
}

.product-single .buttons .wishlist:hover {
    background-color: #70DA44;
    border-color: #70DA44;
    color: #fff;
}

.product-single .buttons .wishlist:hover i {
    color: #fff;
}

.product-single .buttons .wishlist i {
    color: #333;
}
.product-single .product-price i {
    font-size: 20px;
}
.product-single .product-entry-title {
    font-size: 24px;
    font-weight: 600;
    line-height: 45px;
}
.product-single .comment-ratings i {
    color: #f6d151;
}

.product-single .store-image {
    max-width: 42px;
    width: 100%;
}

.product-single .dot {
    height: 8px;
    width: 8px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    margin-right: 5px;
}


.product-single .card-body {
    padding: 0.3rem 0.3rem 0.2rem
}



.related-product .product-card {
    background-color: #f4f4f4;
    padding: 10px;
    border-radius: 8px;
}

.related-product .product-card .product-thumb-img img {
    width: 100%;
}
.product-company-name {
    background: #70da4469;
    padding: 15px;
    max-width: 300px;
    border-radius: 4px;
    margin-top: 22px;
}
.product-company-name .company-heading {
    font-size: 18px;
    padding-bottom: 7px;
    font-weight: 500;
    line-height: 26px;
}
.related-product .product-entry-title h4 {
    font-size: 18px;
    margin-bottom: 0px;
    text-transform: capitalize;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 24px;
    padding-top: 12px;
    margin-bottom: 12px;
    color: #636363;
}




/*-----------------------------------*/

#Send_Inqury button.close {
    position: absolute;
    right: 0px;
    background: #333333;
    padding: 12px;
    height: 34px;
    line-height: 0;
    border-radius: 0px 17px 0px 0px;
    opacity: unset;
    color: #fff;
}
#Send_Inqury form {
    padding-top: 24px;
}
#Send_Inqury .form-group.form-check a {
    text-decoration: underline;
}
#Send_Inqury input.form-control {
    height: 52px !important;
    border-radius: 4px;
    border: 1px solid #000;
}
#Send_Inqury textarea.form-control {
    border-radius: 4px;
    border: 1px solid #000;
}
#Send_Inqury label {
    font-size: 15px;
    margin-bottom: 4px;
    font-weight: 500;
}

.inqury-product-col {
    background: #f2f2f2;
    border-radius: 14px;
    display: flex;
    align-items: center;
}

#Send_Inqury .inqury-product-img img {
    width: 100%;
}


/*------------blog---singleblog----------------*/
/*-----------single-post----------------*/
.single-blog .meta span {
    padding-right: 36px;
}

.single-blog .meta {
  padding-top: 15px;
}

.single-blog .single-post-title {
    padding: 20px 0px 10px;
}

.single-blog .meta.tag {
    font-size: 15px;
}

.justify {
  text-align: justify;
}
    

.single-blog  .social-share-icon {
    padding-top: 40px;
}

.single-blog  .social-share-icon .social-icons{
  margin-bottom: 0px;
}
.single-blog  .social-share-icon .social-icons li {
    display: inline;
    padding: 10px;
    font-size: 24px;
}

.single-blog  .social-share-icon .social-icons li a{
  color: #333;
}




.sidebar.widget {
  background: #f2f2f2;
  border: 1px solid #ddd;
  padding: 10px 20px;
}
.sidebar.widget ul {
    margin: 0px;
    padding: 0;
    overflow: hidden;
}
.sidebar.widget ul li {
    overflow: hidden;
    font-size: 14px;
    margin-bottom: 20px;
    border-bottom: 1px dashed #ddd;
    padding-bottom: 20px
}
.sidebar-thumb{
    float: left;
    overflow: hidden;
    margin-right: 15px;
}

.single-post-thumbnail img {
    width: 100%;
}

.sidebar-thumb img {
    background: #fff;
    border: 1px dashed #e0e0e0;
    padding: 3px;
    height: 75px;
    margin-top: 3px;
    width: 75px;
    /* -webkit-border-radius: 100px; */
    /*-moz-border-radius: 100px;*/
    /* border-radius: 100px; */
}
.sidebar-content h5{ 
    font-size: 16px;
    cursor: pointer;
    line-height: 24px;
}


.sidebar-content h5 a{ 
    color: #000;
    outline: 0 none;
    text-decoration: none;
    font-weight: bold
}
.sidebar-meta{
  margin-top: 10px;
}
.sidebar-meta span{
  color: #2e2e2e;
}
.sidebar-meta span.time{
  margin-right: 10px;
}
.sidebar-meta span i {
    color: #333;
}
.sidebar.widget ul li:last-child {
    border-bottom: unset;
    margin-bottom: 0px;
}

.single-blog a{
  color: #000;
  text-decoration: unset;
}

.back-to-home .btn.green_btn i {
    padding-right: 10px;
}
.post-Category li {
    margin-bottom: 7px !important;
    padding-bottom: 7px !important;
    line-height: 28px;
    font-weight: 600;
    font-size: 16px !important;
}



/*--------------------------------------------*/

#Get_Quote button.close {
    position: absolute;
    right: 0px;
    background: #333333;
    padding: 12px;
    height: 34px;
    line-height: 0;
    border-radius: 0px 17px 0px 0px;
    opacity: unset;
    color: #fff;
}
#Get_Quote form {
    padding-top: 24px;
}
#Get_Quote .form-group.form-check a {
    text-decoration: underline;
}
#Get_Quote input.form-control {
    height: 52px !important;
    border-radius: 4px;
    border: 1px solid #000;
}
#Get_Quote textarea.form-control {
    border-radius: 4px;
    border: 1px solid #000;
}
#Get_Quote label {
    font-size: 15px;
    margin-bottom: 4px;
    font-weight: 500;
}
#Get_Quote .modal-dialog {
    max-width: 900px;
    margin: 1.75rem auto;
}
#Get_Quote .modal-content {
    border-radius: 20px;
}
.inqury-product-col {
    background: #f2f2f2;
    border-radius: 14px;
    display: flex;
    align-items: center;
}

#Get_Quote .inqury-product-img img {
    width: 100%;
}










/*-------------all-company------------*/
.companies-sidebar ul {
    padding-left: 0px;
}
.companies-sidebar h3.inline-display {
    padding-bottom: 15px;
}
.filter-heading {
    display: flex;
    justify-content: space-between;
}
.companies-sidebar {
    background: #F3F3F3;
    box-shadow: 0px 2px 15px rgba(0,0,0,0.04);
    border-radius: 8px;
    display: inline-block;
    width: 100%;
    padding: 28px 25px;
    margin-bottom: 10px;
    position: -webkit-sticky;
    position: sticky;
    top: 160px;
}

.companies__item .companies_box {
    margin-bottom: 30px;
}

.companies-wrapper {
    background: #F3F3F3;
    height: 270px;
    width: 100%;
    /* max-width: 184px; */
    /* display: flex; */
    border-radius: 8px;
    text-align: center;
    padding: 30px 0px 80px;
    box-shadow: 0 4px 6px 0 rgb(51 51 51 / 22%);
    margin-bottom: 30px;
}
.companies-wrapper img {
	max-width: 150px;
}
.companies-wrapper,
.companies-img {
    overflow: hidden;
    position: relative
}

.companies-action {
    bottom: 0px;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    text-align: center;
    transition: all 0.6s ease 0s
}

.companies-action-style {
    background-color: #fff;
    box-shadow: 0 0 8px 1.7px rgba(0, 0, 0, 0.06);
    display: inline-block;
    padding: 16px 2px 12px
}

.companies-action-style>a {
    color: #979797;
    line-height: 1;
    padding: 0 21px;
    position: relative
}

.companies-action-style>a.action-plus {
    font-size: 18px
}

.companies-wrapper:hover .companies-action {
    bottom: 4px;
    opacity: 1;
}

.companies-wrapper .companies-action-style a:hover {
    color: #70da44;
}




/*-----------register-page-------------------*/
.register-form form {
    padding: 30px;
    box-shadow: 0px 10px 20px #3333;
    border-radius: 7px;
}

.register-form form input.form-control,
.register-form form select {
    height: 52px !important;
    border-radius: 4px;
    border: 1px solid #000;
}
.register-form form textarea {
	border-radius: 4px;
    border: 1px solid #000;
}
.register-form ::placeholder {
	opacity: 0.4;
}