.col-xl-3 {
        max-width:20% !important;
    }
@media only screen and (max-width: 1440px) {
     .offer-img img {
        width: 380px !important;
        height: 170px !important;
    }
    
}
@media only screen and (max-width: 1024px) {
    #rqst-form-col {
        left: 15rem !important;
    }
    .dropbtn {
      font-size: 14px !important    ;
    }
    
.offer-img img {
    width: 340px !important;
    height: 150px !important;
    max-width: 100%;
    height: auto;
}

.offer-img {
    position: relative;
    margin: 10px;
}

.offer-img::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.7); /* Adjust the opacity as needed */
    opacity: 0; /* Initially set the overlay to be transparent */
    transition: opacity 0.3s ease;
}

.offer-img:hover::before {
    opacity: 1; /* On hover, make the overlay visible */
}
    
    .subCategory-img img {
        width: 145px !important;
        height: 155px !important;
    }
    
    .subCategory-img {
        width: 20% !important;
    }
}
.captcha {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    height: 25px; /* Adjust the height as desired */
}

.captcha img {
    height: 100%;
    width: auto;
}

@media only screen and (max-width: 767px) {
  .post-req-btn {
    position: relative;
    bottom: 8.5rem;
    left: 7.2rem;
    font-size: 0.8rem;
  }
}

@media only screen and (max-width: 926px) {
    .search-col3 {
      width: 28%;
    }
    #contactForm {
        padding: 15px 10px;
        max-width: 100% !important;
        flex: 0 0 100% !important;
    }
    .modal-content {
        left: 0px;
    }
    #rqst-form-col {
        left: 14rem !important;
    }
    .contact_supplier {
        padding: 1px 7px !important;
        font-size: 10px !important;
    }
}

@media only screen and (max-width: 851px) {
    .contact_supplier {
        padding: 1px 6px !important;
    }
    #rqst-form-col {
        left: 13rem !important;
    }
    .subCategory-img img {
        width: 100px !important;
        height: 130px !important;
    }
}

@media only screen and (max-width: 768px) {
    .contact_supplier {
        font-size: 9px !important;
    }
    .proViewImg {
        width: 70px !important;
    }
    .single-products-right h4 {
        font-size: 14px !important;
    }
    
    .pro-enquire-btn {
        font-size: 10px !important;
    }
    
    #rqst-form-col {
        left: 11rem !important;
    }
    
    .category-banner {
        display:none !important;
    }
    
    .category-enquiry-btn {
        display: none !important;
    }
}

@media only screen and (max-width: 427px) {
    .extra-nav {
        display:block !important;
    }
    .col-4 {
        max-width: 52% !important;
    }
    
    .col-xl-3 {
        max-width: 100% !important;
    }
    #rqst-form-col {
        left: 0rem !important;
        max-width: 70% !important;
    }
    
    .offer-img {
        width: 100% !important;
    }
    
    .single-products-right .span_div {
        display: none;
    }
    #dialog-modal {
        width: 25rem;
        padding: 0 3.4rem 0 1rem;
    }
    
    #content-modal {
        width: fit-content;
        left: 0;
    }

    .modal-fade-container {
        width: 350px !important;
    }
    
    .dropdown {
        display: none !important;
    }
    
    
    #owl-demo .item img {
        height: 160px  !important;
    }
    
    .brand-img img {
        width: 100px !important;
        height: 100px !important;
    }
    
    .post-section-btn {
        display: none;
    }
    
    .subCategory-img {
        width: 80% !important;
    }
    
    .subCategory-img img {
        width: 270px !important;
        height: 200px !important;
    }
    
    #map {
        width: 320px !important;    
    }

}

@media only screen and (max-width: 376px) {
    .post-req-btn {
        position: relative;
        left: 7rem !important;
    }
    
}

@media only screen and (max-width: 430px) {
    .pro-supp {
      height: 13rem !important;
    }

    #dialog-modal {
        width: 25rem;
        padding: 0 3.4rem 0 1rem;
    }
}

@media only screen and (max-width: 414px) {
    #contactForm {
        padding: 15px 10px;
        max-width: 100% !important;
        flex: 0 0 100% !important;
    }
}

#rqst-form-col {
    padding:20px 0; 
    max-width: 30%;   
    position: relative;
    left: 20rem;
}

#postRequireModal {
    /*width: fit-content!important;*/
}

#contactForm {
    padding: 15px 20px;
}
.nav-link {
    color: white !important;
}

.navbar {
    padding: 0.1rem 1rem !important;
}
.content-wrapper{
	padding: 0px;
}
/*popular-brands*/
.popular-brands-wrapper {
    width: 100%;
    float: left;
    padding: 25px 0px 0px 0px; /* Top Right Bottom Left */
}
.brand-img{
	float: left;
    background: none;
    padding: 5px;
    display: flex;
    margin: auto;
    width: 16.66%;
    /*width: 300px;*/
    /*height: 150px;*/
}
.brand-img img{
	width: 100%;
	height: 100%;
}

/*recently view*/
.recently-view-wrapper{
	width: 100%;
	float: left;
	padding:10px 0px;
}
.recently-img{
		float: left;
    background: none;
    margin: 8px;
    width: 15.3%;
/*    border: 1px solid #dcd9d9;*/
    padding-bottom: 13px;
}
.recently-img img{
	width: 100%;
	height: 165px;
}
/*latest-offer-wrapper*/
.latest-offer-wrapper{
	width: 100%;
	float: left;
	margin: 30px 0px;	
}
.offer-img{
	float: left;
  background: none;
  padding: 2px;
  display: flex;
      /*margin-right: 10px;*/
    /*width: 28%;*/
}
.offer-img img {
    width: 400px;
    height: 170px;
}
/*news-media-wrapper*/
.news-media-wrapper{
	width: 100%;
	float: left;	
	margin:10px 0px;	
}
.news-media-img{
	float: left;
  background: none;
  padding: 2px;
  display: flex;
  margin: 0px;
  width: 33%;
}
.news-media-img img{
	width: 100%;
	height: 200px;
}
/*Category */

 /* Dropdown Button */
.dropbtn {
  background-color: #031C75;
  color: white;
  padding: 9px 20px;
  font-size: 15px;
  border: none;
  border-radius: 0px;
}

@media only screen and (max-width: 812px) {
  .dropbtn {
    font-size: 13px;
  }
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
  position: relative;
  display: inline-block;
  top:15px;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
  border-radius: 10px;
}

/* Links inside the dropdown */
.dropdown-content a {
  color: black;
  padding: 10px 16px;
  text-decoration: none;
  display: block;
  border-radius: 10px;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #ddd;}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {display: block;}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {background-color: black;} 

.categories-view-wrapper{
	width: 100%;
	float: left;
	/*margin-bottom:10px;	*/
}
.categories-title h3{
	    background: #031C75;
    padding: 9px 24px;
    display: initial;
    font-family: 'Arial';
    font-style: normal;
    font-weight: 700;
    font-size: 13px;
    line-height: 15px;
    border-radius: 0px;
    color: white;
}
.categories-view-wrapper img{
	width: 100%;
	border-radius: 0px;
    height: 100%;
    background-color: black !important;
}
.single-products-div{
	width: 100%;
	float: left;
}
.single-products{
	margin: 10px 0px;
  float: left;
  width: 100%;
}

.home-single-products {
    margin-top: 0rem;
}

.home-single-products:hover{
	transition: all 0.2s ease-in;
    box-shadow: 0px 4px 10px rgba(38, 38, 38, 0.2);
    top: 0px;
    border-left: 0px solid #cccccc;
    border-bottom: 0px solid #ccccc;
    background-color: white;
}

.single-products-left{
	width: 40%;
	float: left;
	height: 100%;
}
.single-products-right{
	width: 60%;
	float: left;
	height: 100%;
	color: black;
	padding-left: 8px;
}
.single-products-right h4{
	font-size: 15px;
    font-weight: bold;
    margin: 0px;
    color: black;
}
.single-products-right .span_div{
	font-size: 11px;
	color: black;
}
.contact_supplier{
    font-size: 12px;
    padding: 1px 10px;
    color: white;
    background: #f75c1e !important;
    display: inline-block;
    cursor: pointer;
}

.pro-enquire-btn{
    font-size: 12px;
    padding: 1px 10px;
    color: white;
    background: #031C75 !important;
    display: inline-block;
    cursor: pointer;
    position: absolute;
}
#enquiryModalImg{
	width: 100%;
}
.proViewImg{
	width: 80px !important;
    height: 112px;
}

.topnavbar{
  background:#031C75 !important; 
  height: 65px !important; 
}
.navbar-nav{
	margin-top:-4px;
}
.login-regi-btn{
	background: #FFFFFF;
    border-radius: 8px;
    color: black;
    padding: 8px;
    margin-right: 8px;
}
.login-icon{
	border-radius: 50%;
	border:1px solid black;
	padding: 3px;
}
/*banner*/
#banner-slider{
	margin-bottom: 25px;
}
#banner-slider .item img{
	width: 100%;
	height:500px;
}
/*home title*/
.home-title{
	text-align: center;
	color: #FFFFFF;
	margin: 10px;
}
.home-title h2{
	background: #031C75;
	padding: 9px 24px;
	display: initial;
    font-family: 'Arial';
	font-style: normal;
	font-weight: 700;
	font-size: 14px;
	line-height: 18px;
	border-radius: 0px;
}


.enquire_btn{
	    background: #031C75;
    font-size: 12px;
    text-align: center;
    padding: 5px;
    color: white;
    width: 75%;
    margin: auto;
    margin-top: 8%;
    font-weight: 700;
    cursor: pointer;
}



.enquire_btn_custom_1{
	text-align: left;
    padding: 5px 10px;
    margin: 0px;
    margin-top: 2%;
    height: 27px;
}

/*rqst-form-wrapper*/
.rqst-form-wrapper{
	width: 100%;
	float: left;
    margin-bottom: 10px;
}
.rqst-form-wrapper img{
	width: 100%;
	height: 100%;
}

#rfq_form{
	width: 100%;
}
.rqst-form-row{
	padding: 20px 25px;
	background: white;
}
.rqst-form-row h4{
	font-size: 23px;
	color: #031C75;
}
.rqst-form-input {
    border-radius: 0px;
    border: 0.5px solid #CCCCCC;
    padding-left:6px;
    width: 100%;
}
.rqst-form-submit{
		background: #031C75;
    font-size: 15px;
    padding: 3px 40px;
    color: white;
}

.imgSupplier{
	height: 90px;
}
/*---------------------Sub Category List */
.categories-title-sub{
	height: 200px;
    background: #ef7c38;
    padding: 5% 0px;
}
.subCategory-div{
	/*margin: 2% 0px;*/
	background: white;
}
.subCategory-img{
	float: left;
    background: none;
    margin: 0px 1.5%;
    width: 22%;
    padding-bottom: 13px;
}

/*.subCategory-img:hover{*/
/*    transition: all 0.2s ease-out;*/
/*    box-shadow: 0px 4px 8px rgba(38, 38, 38, 0.2);*/
/*    top: -4px;*/
/*    border: 1px solid #cccccc;*/
/*    background-color: white;*/
/*}*/

.hov-shadow-out:hover {
    box-shadow: 0px 20px 40px rgb(0 0 0 / 16%) !important;    
}

.has-transition {
    transition: all 0.5s ease;
}

.z-1 {
    z-index: 1 !important;
}

.border-right {
    border-right: 1px solid #dee2e6!important;
}

.border-bottom {
    border-bottom: 1px solid #dee2e6!important;
}
.subCategory-img img{
	width: 100%;
	height: 155px;
	border-radius:10px;
}
.subCategory-title{
	font-size: 13px;
    font-weight: 700;
    text-align: center;
    padding: 9px 0px;
    /* background: #031c75; */
    color: black;
}



label{
	margin-bottom: 2px;
}

#enquiryModalImg{
	 border: 1px solid #c3d0c3;
}
#enquiryModalProName{
	color: black;
    padding: 4px;
    line-break: anywhere;
    font-weight: 500;
}
#enquiryModalCategory{
	color: black;
    font-size: 18px;
}

#search_result{
      position: absolute;
    background: white;
    margin: 37px 12px;
    border: 1px solid #031c75;
    /* padding: 8px; */
    width: 311px;
    display: none;
}
#search_result p{
      border-top: 1px solid #031c75;
    padding: 3px 11px;
    /* margin-bottom: 4px; */
    cursor: pointer;
}
#search_result p a{
  color: black;
  text-decoration: none;
}

/*Product Page CSS*/
.product-view-wrapper{
	width: 100%;
	float: left;
	padding: 10px;
	background: white;
}
.pro-img{
	height: 250px;
}
.more-img-div{
	 width: 100%;
    float: left;
}
.more-img{
	width: 63.83px;
    height: 60px;
    float: left;
    margin: 2px;
}
.more-img img{
	width: 100%;
	height: 100%;
	border: 1px solid black;
}
.product-view-right{
	padding: 40px 25px;
	color: black;
}
.product-title{
	color: black;
    font-weight: bold;
    font-size: 24px;
}
.product-title2{
	color: black;
    font-weight: 400;
    font-size: 16px;	
}
.product-title3{
	color: black;
    font-weight: bold;
    font-size: 18px;	
    padding-bottom: 10px;
}
.product-spec{
	padding-bottom: 15px;
}
.pro-enBtn{
	padding: 2px 30px;
    font-size: 16px;
}
.pro-extBtn{
	padding: 4px 30px;
    background: #ef7c38;
    font-size: 16px;
}
.pro-card5{
	padding: 28px 0px 0px 0px !important;
    float: left;
}
.alsoLikeProDiv img{
	height: 155px;
    border-radius: 10px;
}
.alsoLikeProTitle {
	    text-align: center;
    padding: 5px;
    font-size: 16px;
    color: black;
}
.product-title4{
	color: #ef7c38;
    padding: 0px;
    font-weight: bold;
    font-size: 18px;	
}
.product-title5{
	color: #031c75;
    padding: 0px;
    font-weight: bold;
    font-size: 18px;	
}
.pro-supp-div{
	    padding: 0px;
    border: 1px solid #f0ecec;
    margin-bottom: 5px;
    /* margin-right: 5px; */
    width: 97%;
}
.pro-supp{
	padding: 0px;
    height: 65px;
    float: left;
}
.pro-supp img{
	height: 100%;
}
.pro-supp-name{
	padding-left:8px;
}
.supp-name{
	color: black;
	font-style: italic;
}
/*Edn Product page CSS*/
.no_product{
	text-align: center;
}
.no_product img{
	width: 30%;
}
