.clearance a{
 background: #da3831; color:#fff;   
}
.clearance a:hover{
 color:black !important;   
}

.pt-product .brand span {
  font-size: 10px !important;
  border-radius: 0;
  padding: 3px 8px;
  box-shadow: 0 0.3rem .8rem rgba(0, 0, 0, 0.11);
  background: #da3831;
}

.whatsapp {
 background:#0dc143
}
.whatsappchat {
 width:50px;
 height:50px;
 position:fixed;
 bottom:94px;
 right:24px;
 z-index:9999;
}
.cartbtn a.btn{ background: #343a40;}
.prd-details table{ 
    max-width: 980px; 
    width: 100%;
    background-color: transparent;
    border: 1px solid #dee2e6;
}
.prd-details th{ border: 1px solid #dee2e6; vertical-align: bottom; border-bottom: 2px solid #dee2e6; }
.prd-details td{ border: 1px solid #dee2e6; padding: .75rem; vertical-align: top; }

.specifications-table__caption { background-color: rgb(243, 242, 242); padding-left: 15px; }
ul.sc-download li a:before {
  font-family: "Font Awesome 5 Free";
  content: "\f1c1";
  margin-right: 5px;
  color: #da3831;
}
.bulk-products{ background-color: rgba(0, 0, 0, 0.05) ; padding: 15px;}
.bulk-products .item{ border-radius: 5px; background-color: #fff; margin: 5px 0; padding:5px; }
.bulk-products .name, .cart-products .name{ font-size: 14px; line-height: 20px;  }
.bulk-products .name a, .cart-products .name a{color: rgba(0, 0, 0, 0.7) ; }
.bulk-products .productimg{ height: 45px; overflow: hidden;}
.bulk-products .ribbon{ top: 28px; left: -55px;}
.bulk-products .price-old{ display: block; color: rgba(0, 0, 0, 0.5); text-decoration: line-through; }
.bulk-cart{ position: relative;}
.bulk-cart .cart-summary, .bulk-cart .loader{ position: sticky; top: 50px;}

.cart-products{ border: 1px solid #dee2e6; }
.cart-products .item{ border-bottom: 1px solid #dee2e6;  margin: 5px 0; padding:5px; max-height: 70px; overflow: hidden; }
.bulk-products .btn-secondary{ background-color: #4caf50 !important;}





.ribbon::before{ border-left: 11px solid transparent;}
.loader {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  position: relative;
  animation: rotate 1s linear infinite;
  display: inline-block;
}
.loader::before {
  content: "";
  box-sizing: border-box;
  position: absolute;
  inset: 0px;
  border-radius: 50%;
  border: 2px solid #da3831;
  animation: prixClipFix 2s linear infinite ;
}

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

@keyframes prixClipFix {
    0%   {clip-path:polygon(50% 50%,0 0,0 0,0 0,0 0,0 0)}
    25%  {clip-path:polygon(50% 50%,0 0,100% 0,100% 0,100% 0,100% 0)}
    50%  {clip-path:polygon(50% 50%,0 0,100% 0,100% 100%,100% 100%,100% 100%)}
    75%  {clip-path:polygon(50% 50%,0 0,100% 0,100% 100%,0 100%,0 100%)}
    100% {clip-path:polygon(50% 50%,0 0,100% 0,100% 100%,0 100%,0 0)}
}



/*==========Ameen Navigation=========*/
h1,h2,h3 {
    font-family: "Josefin Sans", serif !important;
}
h4,h5,h6,p {
    font-family: "Poppins", serif !important;
}
.mainmenu {
	z-index: 4;
	padding: 0;
  }
  @media (max-width: 991.9px) {
	.mainmenu .navbar-nav {
	  background: #f5f6f6;
	  margin-bottom: 15px;
    padding: 18px;
	}
  
  }
  .mainmenu .navbar-nav a.nav-link {
	padding: 10px 20px;
	min-width: 80px;
	text-align: center;
	font-size: 16px;
	font-weight: 500;
	text-transform: none;
  }
  .mainmenu .cyan {
	padding: 5px;
  }
  .mainmenu .cyan a.nav-link {
	background: #83cfcc;
	padding: 5px 20px;
  }
  .mainmenu .cyan a.nav-link:hover {
	color: white;
  }
  .mainmenu a {
	font-weight: 400;
	padding-right: 15px;
  }
  .mainmenu a.active {
	color: #303e49;
  }
  
  .navbar-toggler-icon {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
  }
  
  .current-menu-ancestor > a, .has-fixed .current-menu-ancestor > a {
	color: #83cfcc;
  }
  
  .dropdown-menu {
	margin: 0 5px;
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
	-webkit-animation-duration: 500ms !important;
	animation-duration: 500ms !important;
	-webkit-transition-duration: 500ms !important;
	transition-duration: 500ms !important;
	-webkit-animation-iteration-count: 1 !important;
	animation-iteration-count: 1 !important;
	background: #fff;
	border: 0;
	border-radius: 3px;
  }
  .dropdown-menu li:last-child a {
	border-bottom: none;
  }
  .dropdown-menu a {
	color: #303e49;
	padding: 10px 15px;
  }
  .dropdown-menu a:hover,
  .dropdown-menu .active > a {
	color: #da3831;
  }
  
  .nomega .dropdown-menu {
	box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
	border: solid 1px rgba(48, 62, 73, 0.2);
  }
  
  .megamenu {
	position: inherit !important;
  }
  .megamenu ul {
	width: 100%;
	list-style: none;
	margin: 0;
	padding: 0;
  }
  .megamenu .mg-col {
	padding: 0;
  }
  .megamenu .mg-col > ul {
	padding-bottom: 30px !important;
  }
  .megamenu .mg-col > div {
	padding-bottom: 30px !important;
  }
  
  .mg-left {
	position: relative;
  }
  
  .mg-sofa .sofwhitebg {
	position: absolute;
	height: 100%;
	width: 90px;
	right: -1px;
	background: white;
  }
  .mg-sofa img {
	position: absolute;
	right: 40px;
	top: calc(50% - 60px);
  }
  
  .mg-right {
	padding-bottom: 30px;
  }
  .mg-right img {
	margin: 10px 0 15px;
  }
  
  .mg-btn {
	display: inline-block;
	padding: 0 0 7px 0 !important;
	border-bottom: solid 1px #303e49;
	font-size: 12px;
  }
  
  .mg-child {
	background: white;
	height: 100%;
  }
  
  .mg-title {
	font-size: 14px;
	font-weight: 400;
	text-transform: uppercase;
	margin-bottom: 10px;
  }
  
  .mg-children a {
	font-size: 14px;
	font-weight: 300;
	text-transform: none;
	padding: 6px 10px;
	display: inline-block;
	border: solid 1px white;
  }
  .mg-children a:hover {
	border: solid 1px #303e49 !important;
	color: black;
	font-weight: 400;
  }
  
  .megamenu > .dropdown-menu {
	/*
	display: block !important;
	visibility: visible;
	opacity: 1;
	height: auto;
	*/
	border: solid 2px #303e49;
	background: #f3f3f3;
  }
  
  .megamenu:hover > .nav-link, .megamenu:focus > .nav-link {
	background: #303e49;
	color: white;
  }
  
  @media (min-width: 992px) {
	.mainmenu .dropdown-menu {
	  display: block;
	  opacity: 0;
	  visibility: hidden;
	  height: 1px;
	  left: 0;
	  right: auto;
	  margin: 0;
	  padding: 0;
	  border: 0;
	  border-radius: 3px;
	  min-width: 180px;
	}
  
	.pt-drop-even {
	  left: 99%;
	  top: 10px;
	}
  
	.pt-drop-odd {
	  left: -99%;
	  top: 10px;
	}
  
	.dropdown:hover > .dropdown-menu {
	  display: block !important;
	  visibility: visible;
	  opacity: 1;
	  height: auto;
	}
  
	.dropdown-menu.show {
	  visibility: visible;
	  opacity: 1;
	  height: auto;
	}
  }
  .dropdown-toggle::after, .dropdown-item::after {
	display: none;
  }
  .dropdown-toggle i, .dropdown-item i {
	margin-left: 10px;
	font-size: 14px;
	opacity: 0.7;
  }
  
  @media (min-width: 992px) {
	/*add here*/
	.navbar-expand-lg .navbar-collapse {
	  display: block !important;
	}
  }
  .topmenu {
	padding: 10px 0 0;
  }
  .topmenu li {
	margin: 10px 0;
	height: 30px;
	padding-bottom: 5px;
  }
  .topmenu li a {
	padding: 10px 18px;
  }
  .topmenu li img {
	max-height: 100%;
  }
  .topmenu .menu-search input {
	transition: all 0.4s ease;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 300;
	padding: 5px;
	border: none;
	width: 130px;
  }
  .topmenu .menu-search input::placeholder {
	color: rgba(48, 62, 73, 0.8);
	opacity: 1;
  }
  .topmenu .menu-search input:focus {
	box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
	width: 250px;
  }
  .topmenu .menu-search button {
	background: none;
	border: none;
  }
  .topmenu .border-r {
	border-right: solid 1px rgba(48, 62, 73, 0.3);
  }
  .topmenu .phone a {
	font-weight: 500;
  }
  /*========Menu end=====*/
  .banner {
  overflow: hidden;
}
.parallax_bg.parallax {
    background-size: auto;
}
.main_navbar {
    z-index: 99;
    position: relative;
}
.sortby_1 {
    
}
/********************************/
.main_head_1 {
    font-family: "Josefin Sans", sans-serif !important;
    font-size: 2rem !important;
    color: #55565b;
    font-weight: 800;
    text-transform: capitalize;
}

.main_head_2 {
    font-family: "Josefin Sans", sans-serif !important;
    font-size: 3rem !important;
    color: #55565b;
    font-weight: 800;
    text-transform: capitalize !important;
}
.sub_head_2 {
    font-family: "Josefin Sans", sans-serif !important;
    font-size: 1.4rem !important;
    color: #55565b;
    font-weight: 800;
    text-transform: uppercase !important;
}
.tex_center {
    text-align: center !important;
}
.main_para_1 {
    color: #575757;
    font-size: 14px;
    font-weight: 400;
    text-transform: math-auto;
    line-height: 28px;
    font-family: "Poppins", sans-serif;
}
.main_para_2 {
    color: #575757;
    font-size: 13px !important;
    font-weight: 500;
    text-transform: math-auto;
    line-height: 28px;
    font-family: "Poppins", sans-serif;
    letter-spacing: 0;
    padding-right: 10px;
}
.input-group .form_control {
    color: #555;
    border: 2px solid #cbd3d9;
    padding: 10px;
    font-size: 14px;
    height: 38px;
    width: 95px;
    border-radius: 5px !important;
    margin-left: 0;
    letter-spacing: 0;

}
.product_style .pt-product {
    margin: 6px 0;
    position: relative;
    border: 0;
    padding: 10px 8px;
    border-radius: 0;
    background-color: #f8f8f8;
}

.product_style .pt-product {
    text-align: left;
}

.product_style .pt-product.text-left {
    text-align: left;
}
.product_style .pt-product .assured img {
    max-width: 22px;
}
.product_style .pt-product h3 a {
    font-family: "Poppins", sans-serif !important;
    text-transform: math-auto;
    font-size: 14px;
    color: #55565b;
    font-weight: 500;
    line-height: 22px;
}
.product_style .pt-product .price .price-new{
    color: #e82e2f;
    font-size: 14px;
}
.product_style .pt-product .price {
    color: #e82e2f;
    font-size: 14px;
}
.product_style .pt-product .productimg {
    overflow: hidden;
}
.product_style .pt-product .productimg img {
	overflow: hidden;
	transition: transform .9s;
    width: 100%;
}
.product_style .pt-product:hover .productimg img {	
	transform: scale(1.1);
}
.product_style .pt-product .ribbon {
    width: 65px;
    padding-right: 6px;
    height: 24px;
    background-color: #b6afae;
    right: 7px;
    top: 16px;
    font-size: 10px;
    font-weight: 400;
}
.product_style .pt-product .ribbon:before {
    border-bottom: 12px solid #b6afae;
    border-top: 12px solid #b6afae;
}
.product_style .pt-product .review .box {
    background: #d9c109;
}
.product_style .box .single {
    position: relative;
    top: 3px;
}
.product_style .pt-product h3 {
    height: 43px;

}
.prodct_deccription p,.prodct_deccription span {
    color: #55565b;
}
.prodct_deccription span b {
    font-family: "Josefin Sans", sans-serif !important;
    font-size: 1.1rem !important;
    color: #55565b;
    font-weight: 800;
    text-transform: capitalize;
}
.prodct_deccription .mainFeatures li {
    position: relative;
}
.prodct_deccription .mainFeatures li:after {
    width: 6px;
    content: "";
    position: absolute;
    height: 6px;
    background: #666;
    left: -18px;
    top: 13px;
    border-radius: 10px;
}
/* Ameen */
.container_m.container {
    max-width: 96%;
    width: 96%;
}
.pt-product {
    margin: 6px 0;
    position: relative;
    border: solid 1px rgba(0, 0, 0, 0.1);
    padding: 10px 8px;
    border-radius: 10px;
    background-color: #f2f2f2;
}
.mainmenu .navbar-nav a.nav-link {
    padding: 17px 13px 17px !important;
    font-size: 13px;
}
.brands_Sec .brands .item {
    flex: 0 0 16%;
    box-sizing: border-box;
    padding: 10px;
    text-align: center;
}
/******* header ******/
.suppert_text {
    text-align: left;
}
.suppert_phone_icon img {
    max-width: 40px;
    margin-right: 2px;
}
.suppert_text h5 {
    font-size: 14px;
    margin: 0;
    font-weight: 400;
}
.suppert_text h3 {
    font-size: 17px;
    margin-bottom: 0;
    font-weight: 500;
    letter-spacing: 0;
}
.taxincl {
    font-size: 13px;
}
.price_label {
    font-family: "Josefin Sans", sans-serif !important;
    font-size: 1.5rem !important;
    color: #55565b;
}
/******* product ******/
.product_style .pt-product .heart {
    position: absolute;
    top: 10px;
    right: 10px;
}
.product_style .pt-product .heart:hover i {
    color: #da3831;
}
.prodct_deccription {
    background: #f9f3f0;
}
/******* Banner ******/
.inner_banner {
    position: relative;
    padding: 0 !important;
    overflow: hidden;
}
.inner_banner img {
  width: 133%;
  max-width: 120%;
  left: -10%;
  position: relative;
}
.inner_banner:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.7;
    z-index: 9;
}
.banner_text {
    position: absolute;
    width: 100%;
    top: 70%;
    transform: translateY(-50%);
    text-align: center;
    z-index: 9;
    color: #fff;
    font-size: 45px;
    font-weight: 800;
}
.banner_text h4 {
    text-align: center;
    z-index: 9;
    color: #fff;
    font-size: 35px;
    font-weight: 600;
    position: relative;
}
.banner_text h5 {
  text-align: center;
  z-index: 9;
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  position: relative;
}
/******* Contact us ******/
.contact_wrap .contact-page .sub-title {
    background: #f9f3f0;
    padding: 13px 31px;
    font-size: 14px;
    margin-bottom: 30px;
    border-radius: 50px;
    font-weight: 500;
    color: #4f4f4f;
    box-shadow: 0 0.3rem 0.6rem rgba(0, 0, 0, 0.12);
}
.contact_wrap .form.form_bg {
    background: #f6f6f9;
    padding: 32px 34px;
    border-radius: 22px;
}
.contact_wrap .form_bg label.control-label {
    font-size: 14px;
    margin-bottom: 0;
}
.contact_wrap .form_bg .form-control {
    border-radius: 7px;
    font-size: 13px;
    letter-spacing: 0;
}
.contact_wrap .form_bg select.form-control {
    border-radius: 7px;
    font-size: 13px;
    letter-spacing: 0;
}
.contact_nav {
    padding:0;
    margin:0;
    list-style:0;
}
.contact_nav li {
    position: relative;
    padding-left: 110px;
    margin-bottom: 55px;
    display: flex;
    align-items: center;
}
.contact_nav li span {
    background: #fff;
    padding: 20px;
    display: inline-block;
    border-radius: 14px;
    position: absolute;
    left: 0;
}
.contact_nav li span img{
    max-width:45px;
}
.contact_nav li h4 {
    font-family: "Poppins", sans-serif !important;
    color: #55565b;
    font-size: 18px;
    font-weight: 600;
}
.contact_nav li:last-child {
    margin-bottom: 0;
}
.contact_nav li p {
    font-family: "Poppins", sans-serif !important;
    margin: 0;
    font-size: 14px;
}
.panel-body.contact-panel {
    border-radius: 22px;
}
.contact_wrap .form.form_bg .btn.btn-primary {
    width: auto;
    padding: 11px 50px;
    border-radius: 330px;
    max-width: 160px;
    min-width: 1.9rem;
    font-size: 14px;
}
/******* Abpout us ******/
.about_what_we_do .border_right {
    border-right: 1px solid #ccc;
}
.about_what_we_do h3 {
    font-size: 24px;
    color: #55565b;
    text-transform: uppercase;
    margin: 0 0 .625rem;
    text-transform: uppercase;
    font-weight: 300;
    letter-spacing: .2143rem;
}
.about_what_we_do h2 {
    font-family: "Josefin Sans", sans-serif !important;
    font-size: 3rem;
    color: #55565b;
    font-weight: 800;
}
.abt_solution {
    background: #f8f8f8;
    border-radius: 10px;
}
.brand_list {
    padding:0;
    margin:0;
    list-style:none;
}
.brand_list li img {
    max-width:14px;
    margin-right:5px;
}
.brand_list li {
    color: #575757;
    font-size: 15px;
    font-weight: 400;
    text-transform: math-auto;
    margin-bottom: 7px;
}
.btn-custom {
    background-color: #98141b !important;
    color: white;
    padding: 15px 30px;
    font-size: 15px;
    border-radius: 8px;
    border: none;
    transition: background-color 0.3s ease;
    font-family: "Poppins", sans-serif !important;
}
.prodct_decrpton {
    background: #f9f3f0;
}
.choose_card {
    padding: 35px;
    border-radius: 8px;
    background: #fff;
    min-height: 310px;
}
.sub_head_3 {
    font-size: 1.1rem !important;
    color: #55565b;
    font-weight: 600;
    text-transform: capitalize;
    font-family: "Poppins", sans-serif !important;
}
.choose_card img {
    max-width: 60px;
    margin-bottom: 20px;
    opacity: .6;
}
.footer_wrap.footer {
    background: #222;
    padding: 40px 0 0;
}
.footer_wrap.footer .footer-social {
    display: flex;
    background: transparent;
    padding: 0;
}
.footer_wrap.footer .footer-social a {
    width: auto;
    margin: 0;
    padding: 0 16px;
}
.footer_wrap.footer .address ul li {
    color: #ccc;
    margin-bottom: 8px;
}
.footer_wrap.footer li a {
    font-size: 14px;
    color: #ccc;
}
.footer_wrap.footer li {
    margin-bottom: 6PX;
}

/******* Abpout us ******/
.brand_Wrap h2{
    display: none;
}
.brands_bg {
    background: #f6f6f9;
}
.brands_bg .brand {
    background: #fff;
}
.brands_bg .brand img{
  display: block;
  margin: auto;
}
.content-wrapper .col-wrap .ico-box h4.content-title {
  font-size: 15px;
  font-weight: 600;
}
.content-wrapper .col-wrap .ico-box p {
  font-size: 14px;
}


.brands_Sec {
  padding: 80px 0;
  background: #fafafa;
}
.brand_tag_1 {
  position: absolute;
  left: auto;
  right: -6px;
  bottom: 4px;
}
.brands_Sec .swiper-viewport {
  margin: 0;
  background: transparent;
  z-index: 1;
  border: 0;
  border-radius: 4px;
  box-shadow: inherit;
  width: 100%;
}
.brands_Sec .swiper-viewport .swiper-slide {
  background: #fff;
}

.language_drop {
  position: relative;
}
/*.language_drop select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: none;
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 8px;
  cursor: pointer;
  width: 100%;
  height: 41px;
  font-size: 14px;
  padding: 3px 11px;
  width: 74px;
}*/
.language_drop .flag-container {
  position: absolute;
  top: 8px;
  left: 10px;
  pointer-events: none;
}
.language_drop .flag-container img {
  width: 24px;
  height: 16px;
}
.language_drop option {
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 24px 16px;
  padding-left: 35px;
  height: 30px;
}
.custom-select {
    position: relative;
    display: inline-block;
    background: inherit;
    padding-right: 0 !important;
  }

/* Styling the select dropdown 
.custom-select select {
    width: 100%;
    padding: 10px;
    font-size: 16px;
    cursor: pointer;
    appearance: none; 
    background-color: white;
    border: 1px solid #ccc;
    border-radius: 4px;
}*/
.inner_pro_cate li a span {
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
    padding: 9px 2px;
    display: block;
    background: #fff;
    margin-bottom: 4px;
    display: flex;
}
.inner_pro_cate li a img {
    box-shadow: none !important;
    margin: 0;
}
.inner_pro_cate li p {
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 0;
}
.main_navbar .navbar-toggler {
  display: none;
}
.main_navbar .mid-barr {
  width: 100%;
}
.main_navbar .mobile_phone {
  display: none;
}
/******* Responsive ******/
@media only screen and (max-width: 1430px) {
    .main_navbar .container_m.container {
        max-width: 100%;
        width: 100%;
    }
    .main_navbar .navbar-brand img {
        width: 150px;
    }
    .main_navbar .suppert_text h3 {
        font-size: 15px;
    }
    .main_navbar .suppert_phone_icon img {
        max-width: 28px;
        margin-right: 2px;
    }
    .main_navbar .custom-select select {
        font-size: 13px;
        padding-right: 24px;
    }
    .main_navbar .mid-barr {
      width: 100%;
    }
    .portfolio-block .grid .gallery-item {
      position: relative !important;
      left: 0px !important;
      top: 0px !important;
    }
}
@media only screen and (max-width: 1300px) {
  .main_navbar.container-fluid {
    padding: 0;
  }
  .main_navbar.container-fluid .container_m {
    padding: 0;
  }
  .main_navbar .mhidden.support_align {
    padding: 0;
  }
  
}
@media only screen and (max-width: 1260px) {
  .main_navbar .container_m.container {
    max-width: 100%;
    width: 100%;
    padding: 0;
  }
  .main_navbar .mainmenu .container-fluid {
    padding: 0;
  }
  .main_navbar .mainmenu .navbar-nav a.nav-link {
    padding: 17px 8px 17px !important;
    font-size: 12px;
  }
  .main_navbar .support-icon.pl-5 {
    padding-left: 0rem !important;
  }
  .suppert_phone_icon img {
    max-width: 27px;
  }
  .main_navbar .suppert_text h5 {
    font-size: 10px;
  }
  .main_navbar .suppert_text h3 {
    font-size: 16px;
  }
  .main_navbar .navbar-brand {
    padding-bottom: 0;
  }
  .portfolio-block .grid {
    height: auto !important;
  }
  
  .sortby_1 .form-group.input-group {
    display: flex !important;
    flex-wrap: nowrap !important;
  }
  .sortby_1 .form-group.input-group .input-group-addon {
    margin-right: 4px !important;
  }
  .support-icon.head_number {
    display: none;
  }
  .main_navbar .support_align {
    flex-direction: row-reverse !important;
  }
}

@media screen and (max-width: 1102px) {
  .mainmenu .collapse .navbar-nav li:last-child {
    display: none;
  }
}

@media screen and (max-width: 992px) {
  .container_m.container {
    max-width: 100%;
    width: 100%;
  }
  .banner_text h4 {
    font-size: 20px;
    font-weight: 600;
  }
  .footer .address ul li {
    font-size: 12px;
  }
  .footer_wrap.footer li a {
    font-size: 12px;
  }
  .footer_wrap.footer .row.px-5{
    padding-left: 0rem !important;
    padding-right: 0rem !important;
  }
  .choose_card {
    padding: 25px;
    min-height: 280px;
    margin-bottom: 25px;
  }
  .featured section {
    padding: 0 0;
  } 
  /******** menu **********/
  .main_navbar .mshow {
    display: block;
    width: 100%;
  }
  .main_navbar .mhidden {
    display: none;
  }
  .mainmenu.navbar {
    align-items: center;
    justify-content: flex-start;
    text-align: left;
    flex-direction: column !important;
    background-color: transparent !important;
  }
  .navbar-brand img {
    width: 180px;
    margin-bottom: 0 !important;
  }
  .main_navbar .navbar-toggler {
    background: #000;
    padding: 6px 10px;
    float: right;
    margin-left: 10px;
  }
  .main_navbar .navbar-toggler-icon {
    width: 1.1em;
    height: 1.1em;
  }
  .main_navbar .mainmenu .row{
    align-items: center;
    width: 100%;
  }
  .main_navbar .mainmenu .navbar-collapse {
    position: absolute;
    left: 0;
    width: 133%;
    top: 113%;
    background: #fff;
  }
  .main_navbar .mainmenu .navbar-nav a.nav-link {
    padding: 3px 8px !important;
    font-size: 12px;
  }
  .scrollTop {
    right: auto;
    left: 2%;
  }
  .scrollTop a {
    font-size: 1.05rem;
    padding: 0.125rem .65rem;
    display: inline-block;
  }
  .parallax_bg.quotation-block .btn-container {
    margin-top: 1.125rem;
  }
  .parallax_bg.quotation-block .btn.btn-primary {
    padding: 12px 7px !important;
    font-size: 14px;
  }
  .main_navbar .navbar-toggler {
    display: block;
    position: relative;
    z-index: 99;
  }
  .mainmenu .collapse .navbar-nav li:last-child {
    display: block;
  }
  .main_navbar .mobile_phone {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 0 13px;
  }
}
@media screen and (max-width: 767px) {
  .contact_wrap .form.form_bg {
    margin-bottom: 25px;
  }
  .about_what_we_do h3 {
    font-size: 16px;
  }
  .about_what_we_do h2 {
    font-size: 1.5rem;
  }
  .main_head_1 {
    font-size: 1.5rem !important;
  }
  .abt_solution {
    padding: 16px !important;
  }
  .main_para_1 {
    font-size: 13px;
  }
  .abt_solution img {
    margin-top: 20px;
  }
  .portfolio-block img {
    margin-bottom: 20px;
  }
  .portfolio-block .brand_list li img {
    margin-bottom: 0;
  }
  .brand_list li {
    font-size: 13px;
  }
  .parallax_bg .block-top-heading{
    font-size: 15px;
  }
  .main_head_2 {
    font-size: 1.5rem !important;
  }
  .parallax_bg .quotation-block .btn-container {
    margin-top: 1.125rem;
  }
  .brands_Sec .brands .item {
    flex: 0 0 25%;
  }
  .brands_Sec .brands .item {
    flex: 0 0 33.33%;
  }
  .video {
    background: #f3f3f3;
    padding: 0;
    border-radius: 0;
    overflow: hidden;
  }
  .brand-block {
    padding: 40px 0;
    background: #fafafa;
  }
  .prodct_deccription p, .prodct_deccription span {
    font-size: 13px !important;
  }
  .product_style .pt-product h3 a {
    font-size: 13px;
  }
  .pt-breadcrumb .breadcrumb {
    flex-wrap: nowrap;
  }
  .pt-breadcrumb .breadcrumb a {
    font-size: 10px;
  }
  .pt-breadcrumb .breadcrumb-item + .breadcrumb-item::before {
    padding-right: 0.1rem;
  }
  .widget-visible iframe .tawk-min-container .tawk-button-circle.tawk-button-large {
    width: 42px;
    height: 42px;
  }
  .tawk-min-container .tawk-button-circle.tawk-button-large {
      width: 42px;
      height: 42px;
  }
  .widget-visible iframe .tawk-min-container .tawk-button-circle.tawk-button-large svg {
    width: 22px;
  }
  .whatsappchat {
    width: 37px;
    height: 29px;
    position: fixed;
    bottom: 160px;
    right: 6px;
    z-index: 9999;
  }
  
}

@media screen and (max-width: 640px) {
  .brands_Sec {
    padding: 50px 0 33px;
  }
}
@media only screen and (max-width: 576px) {
  .choose_card {
    padding: 25px;
    min-height: auto;
    margin-bottom: 25px;
 }
}
@media screen and (max-width: 440px) {

}