/*------------------------------------------------------------------
    File Name: responsive.css
-------------------------------------------------------------------*/
.header_top {
	min-height: auto;
	padding: 10px 0;
}
.header_top ul {
	margin: 0;
	width: 100%;
	display: block;
}
.header_top ul li {
	font-size: 13px;
	color: white;
	margin: 10px 0;
	display: flex;
	align-items: center;
}
.header_top .social_icon {
	display: flex;
}
/* .header_top .col-xs-12 {
	float: left;
	width: 100%;
	max-width: 100%;
	flex: inherit;
} */
.social_icon_list {
	display: flex !important;
	justify-content: start !important;
}
.social_icon_list li {
	width: auto !important;
	margin: 5px 15px 5px 0 !important;
}
.header_top .social_icon ul li {
	margin-right: 10px;
}
.header_bottom .margin_bottom_30 {
	margin-bottom: 0;
}

.header_bottom {
	background: #ffffff;
	padding: 15px 0;
	float: left;
	width: 100%;
	/* margin-top: 15px; */
}

.first-ul {
	display: flex;
	justify-content: center;
}
.first-ul li {
	margin: 0 clamp(5px, 1.5vw, 12px);
}

.logo {
	margin: 0 0 15px 0;
	width: 100%;
	text-align: center;
}

.logo img {
	width: clamp(90px,12vw, 150px);
}
@media screen and (min-width: 650px) {
	.header_top ul {
		display: flex;
	}

	.header_top ul li {
		display: flex;
		margin: 10px 20px 10px 0;
	}

	.social_icon {
		height: 100%;
	}

	.social_icon_list {
		justify-content: end !important;
	}
	.first-ul {
		justify-content: end;
	}
	.logo {
		margin: 0;
	}
	.logo img {
		width: 60px;
	}
	#navbar_menu {
		margin: 0;
	}
	.header_bottom {
		padding: 6px 0px;
		min-height: auto;
	}
	.header_bottom .row {
		align-items: center;
	}
}

@media (min-width: 992px) {
	#navbar_menu ul ul {
		background: #ddd;
	}
}


@media (min-width: 992px) and (max-width: 1199px) {
	.container {
       width: 980px;
       max-width: 980px;
    }
	body {
		overflow-x: hidden;
	}
	/**== parallax slider ==**/
	/**== layout ==**/
	.margin_bottom_30 {
		margin-bottom: 30px;
	}
	.full img {
		max-width: 100%;
	}
	section,footer,.light_silver {
		float: left;
		width: 100%;
    }
   	.product_list {
		min-height: auto;
		transition: ease all 0.5s;
		padding-bottom: 25px;
  	}
}


/**== menu css ==**/

@media (max-width: 991px) {
	/* #navbar_menu>ul>li>a {
		padding: 16px 14px;
		padding-right: 14px;
	} */
	.menu_side {
		margin: 0;
	}
	
	.menu_side {
		width: 100%;
	}
	.first-ul li i {
		display: none;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	img {
		max-width: 100%;
	}
	body {
		overflow-x: hidden;
	}
	.container {
		width: 750px;
		max-width: 750px;
	}
	.menu_side {
		width: 100%;
	}
	/**== menu == **/
	/**== parallax slider ==**/
	a.btn,
	button.btn {
		min-width: 150px;
		height: 45px;
		line-height: 46px;
		font-size: 13px;
	}
	.product_detail_btm {
       padding: 15px 0 25px;
    }
	.product_detail_btm h4 {
    margin: 20px 0 10px 0;
    text-align: center;
    font-size: 15px;
   }
   .product_list {
    min-height: auto;
}
	/**== layout ==**/
	.margin_bottom_30 {
		margin-bottom: 30px;
	}
	.padding_layout_1 {
		padding-top: 90px;
		padding-bottom: 60px;
	}
	.main_heading {
		margin-bottom: 20px;
	}
	h2 {
		font-size: 25px;
		line-height: 30px;
		margin-bottom: 20px;
	}
	p {
		font-size: 13px;
	}
	/**== subscribe == **/
	/**== accordian ==**/
	#accordion .panel.panel-default .panel-heading {
		float: left;
		margin-bottom: 15px;
		width: 100%;
	}
	.panel-collapse {
		float: left;
		width: 100%;
	}
	#accordion .panel.panel-default .panel-body {
		padding: 0 10px;
		margin: 0 0 20px 0;
	}
	/**== price table ==**/
	/**== footer ==**/
	/** white_responsive_menu **/
	/** gream_color **/
	/** inner_page **/
	.center {
		align-items: center;
	}
	section,footer,.light_silver {
		float: left;width: 100%;
    }


}

@media (max-width: 767px) {
	body {
		overflow-x: hidden;
	}
	.center {
		align-items: center;
	}
	.center img {
		max-width: 100%;
	}
	/**== container ==**/
	.container {
		width: 100%;
		max-width: 100%;
		padding: 0 15px;
	}
	.header_bottom {
		min-height: auto;
	}
	/**== parallax slider ==**/
	/**== layout ==**/
	.padding_layout_1 {
		padding-top: 75px;
		padding-bottom: 60px;
	}
	.testimonial-meta h4 {
        margin: 5px 0;
    }
	#testimonial_slider .testimonial-meta {
        margin-top: 75px;  
    }
	.margin_bottom_30 {
		margin-bottom: 30px;
	}
	h2 {
       font-size: 28px;
       line-height: 28px;
       margin-bottom: 20px;
    }
	h4 {
		font-size: 16px;
	}
	.full img {
		max-width: 100%;
	}
	p.large {

    font-size: 18px;
    line-height: 24px;

    }
	/**== accordian ==**/
	#accordion .panel.panel-default .panel-heading {
		float: left;
		margin-bottom: 15px;
		width: 100%;
	}
	.panel-collapse {
		float: left;
		width: 100%;
	}
	#accordion .panel.panel-default .panel-body {
		padding: 0 10px;
		margin: 0 0 20px 0;
	}
	/**== price table ==**/
	/**== footer ==**/
	/**== inner page ==**/
	.counter .counter-count {
		margin-bottom: 20px;
	}
	/** header_style_2 **/
	#navbar_menu li:hover>ul>li {
		background: transparent;
	}
	/** header_style_4 **/
	/** white_responsive_menu **/
	/** section **/
	.testimonial_slider {
       box-shadow: 0 0 50px -30px rgba(0, 0, 0, 0.5);
       width: 94%;
       margin: 0 3% 35px;
    }
	
	/**== cross layout ==**/
	
	.gross_layout::before {
	   display: none;
	}
	
	.gross_layout::after {
	   display: none;
	}
	
	/** counter **/
	
	.counter .text_align_right {
       text-align: center;
    }
	
	.counter-count {
       text-align: center;
    }
	
	.main_heading.text_align_right::after {
       margin-right: auto;
    }
	.main_heading.text_align_left::after {
       margin: 0 auto;
    }
	.main_heading.text_align_left,.main_heading.text_align_right {
       	text-align: center;
    }
	/** testimonial slider **/
	
	#testimonial_slider {
       padding-right: 0;
    }
	#testimonial_slider .testimonial-container {
       position: relative;
       padding-left: 0;
       padding-bottom: 25px;
    }
	.testimonial-container .testimonial-photo {
    float: left;
    position: relative;
    top: 0;
    left: 0;
    overflow: hidden;
    margin-right: 15px;
    margin-top: 25px;
   }
   .contact_us_section {
      padding: 40px 50px;
      margin-top: 20px;
      width: 100%;
    }
	.contact_us_section {
    padding: 25px 20px;
    width: 100%;
    position: relative;
}  
   .brand_list li {
    float: left;
    width: 100%;
    text-align: center;
    background: #f6f6f6;
    padding: 30px 0;
    margin: 0 0 20px;
   }
   
   .contact_us_section .inner_cont {
    float: left;
    width: 100%;
    /* padding-left: 25px; */
}

.contact_us_section .button_Section_cont {
    width: 100%;
    display: flex;
    justify-content: start;

}
.contact_us_section h2 {
    margin: 8px 0 5px 0;
    font-size: 27px;
    font-weight: 700;
    color: #fff;
}

.contact_us_section .inner_cont {
    margin-bottom: 10px;
}

/** product detail page **/

/** shop page **/

.cprt p {

    line-height: 18px;

}
   /** footer **/
   
	.footer_blog {
    float: left;
    width: 100%;
    padding: 50px 40px 110px 40px;
   }
   
   .cprt {
        padding-left: 0px;
    }
   
}

@media (max-width:574px) {
	/**== search bar ==**/
	#search_bar .search-global__input {
		font-size: 21px;
		font-weight: 500;
		line-height: normal;
		letter-spacing: 0;
	}
	#search_bar .search-global__btn {
		position: absolute;
		top: 0;
		right: 0;
		font-size: 25px;
		color: #fff;
		border: none;
		background-color: transparent;
		transition: all 0.3s;
	}
	#search_bar .search-global__input {
		font-size: 21px;
		font-weight: 500;
		line-height: normal;
		letter-spacing: 0;
		padding: 3px 35px 20px 0 !important;
	}
	a.btn,
	button.btn {
		/* min-width: 140px; */
		height: 45px;
		line-height: 46px;
		font-size: 14px;
		font-weight: 500;
	}
	/**== parallax ==**/
	/**== footer ==**/
	
}

@media (min-width:575px) and (max-width:767px) {
	#search_bar .search-global__input {
    padding: 5px 70px 10px 0 !important;
    font-size: 40px;
    }
	
}

@media (min-width:575px) and (max-width:767px) {

	#search_bar .modal-body .col-md-8 {
		max-width: 90%;
		float: initial;
		margin: 0 5%;
	}

	.product_list {
		min-height: auto;
		padding-bottom: 30px;
	}
}

@media (max-width:574px) {

	.logo img {
		height: auto;
	}

	#search_bar .search-global {
		position: absolute;
		top: 50vh;
		margin-top: -122px;
		width: 80%;
	}


	.product_list {
		min-height: auto;
		padding-bottom: 30px;
		transition: ease all 0.5s;
	}
}