.header-garage {
    /* height: 85px; */
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
}
.align-item-center{
	align-items: center;
}
.header-garage .logo-img {
    display: block;
    height: 90px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.header-garage .logo-img img {
    height: 35px;
}
.banner-sec{
	display: flex;
	align-items: center;
}
.banner-sec img {
    width: 100%;
}
.brand-img-sec {
    padding: 55px 0;
}
.brand-img-sec .outer-branded {
    padding: 10px;
}
.brand-img-sec .outer-branded .main-img{
width: 100%;
}
.brand-img-sec .outer-branded .brand-logo {
    text-align: center;
    margin: 40px 0 20px;
}
.brand-img-sec .outer-branded .brand-logo img {
    height: 50px;
    width: 270px;
    object-fit: contain;
}
.brand-img-sec .container {
    max-width: 1230px;
}
.strip-sec {
    background-color: #E6E6E6;
    padding: 30px 0;
    text-align: center;
}
.strip-sec h4 {
    margin-bottom: 0;
    font-size: 56px;
    text-transform: uppercase;
    font-weight: 600;
}
body{
	font-family: 'Raleway', sans-serif;
}
.pink{
	color: #EE247A;
}
.type-cloth-sec {
    padding: 60px 0;
}
.type-cloth-sec .outer-cloth {
    text-align: center;
    padding: 30px 10px 0px;
}
.type-cloth-sec .outer-cloth img{
	width: 100%;
}
.type-cloth-sec .outer-cloth .text-content {
    margin: 30px 0 15px;
}
.type-cloth-sec .outer-cloth h3 {
    font-size: 40px;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 6px;
}
.type-cloth-sec .outer-cloth h5 {
    font-size: 28px;
    font-weight: 500;
}
.justify-content-center{
	justify-content: center;
}
.type-cloth-sec .container {
    max-width: 1230px;
}
.min-height-95 {
    min-height: 95px;
}
.header-search {
    border-bottom: 2px solid #ddd;
    max-width: 190px;
    margin-left: auto;
    margin-right: 20px;
}
.header-search .form-control {
    font-size: 14px;
    letter-spacing: 0.3px;
    padding: 5px 10px;
    border-radius: 0;
    border: none;
}
.header-search .input-group-append{
	
}
.header-search .input-group-text{
	background-color: transparent;
	border-radius: 0;
	border: none;
}
.header-search .input-group-text img{
	height: 18px;
}

@media (max-width: 768px){

.header-garage .logo-img img {
    height: 24px;
}
.header-garage .logo-img {
    height: 50px;
}
.header-search .form-control {
    display: none;
}
.header-search {
    border-bottom: none;
    max-width: 30px;
    margin-left: auto;
    margin-right: 0px;
}
.desctop-banner{
	display: none;
}
.mobile-banner{
	display: block !important;
	width: 100%;
}
.mobile-banner img {
    max-height: 140px;
    width: 100%;
}
.brand-img-sec .outer-branded {
    padding: 0;
}
.brand-img-sec {
    padding: 20px 10px 10px;
}

.brand-img-sec .col-4 {
    padding: 5px;
}
.brand-img-sec .outer-branded .brand-logo img {
    height: auto;
    width: 60px;
    object-fit: contain;
}
.brand-img-sec .outer-branded .brand-logo {
    text-align: center;
    margin: 5px 0 5px;
}
.strip-sec h4 {
    font-size: 16px;
    font-weight: 800;
}
.strip-sec {
    padding: 10px 0;
}
.type-cloth-sec .outer-cloth {
    padding: 10px 0px 0px;
}
.type-cloth-sec .outer-cloth h3 {
    font-size: 12px;
    margin-bottom: 0px;
    font-weight: 800;
}
.type-cloth-sec .outer-cloth h5 {
    font-size: 9px;
    font-weight: 600;
}
.type-cloth-sec .outer-cloth .text-content {
    margin: 10px 0 0px;
}
.type-cloth-sec .col-4 {
    padding: 0 5px;
}
.type-cloth-sec {
    padding: 10px 15px;
}
.min-height-95 {
    min-height: 30px;
}
}