* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
.top_bar, .top-bar-container 
{
    background-color: #000;
    overflow: hidden;
}
.top_bar .row
{
    background-color: #000;
}
.top_content 
{
    text-align: center;
    color: #ffffff;
    font-family: sans-serif;
    font-weight: 600;
    font-size: 14px;
    justify-content: center;
    display: flex;
    padding: 10px;
    word-spacing: 1px;
}
.top_content a 
{
    text-decoration: none;
    color: #ffffff;
}
.logo_bar 
{
    background-color: #f8f8fa;
}
.logo_bar img 
{
    width: 20%;
}
.avail_section 
{
    display: flex;
    justify-content: end;
    vertical-align: middle;
}
.avail_btn a 
{
    text-decoration: none;
    font-size: 14px;
    background-color: transparent;
    color: #b52024;
    font-weight: 600;
}
.banner
{
    width: 100%; 
    background-position: center; 
    height: 600px;
    background-repeat: no-repeat; 
    background-size: cover;
    overflow: hidden;
}
.banner-section h1 
{
    font-size: 62px;
    padding: 200px 50px 180px 0px;
    color: #000000;
    text-align: center;
}
.baneer_content  
{
    color: #b52024;
    font-weight: 700;
}
.container-fluid 
{
    background-color: #f8f8fa;
}
.categories-box .link-btn 
{
    display: block;
    width: 100%;
    height: 100%;
    z-index: 2;
    left: 0;
    top: 0;
    position: absolute;
}
.categories-box .content 
{
    position: absolute;
    top: 30px;
    right: 0px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    background-color: #b52024;
    -webkit-box-shadow: 1px 1px 3px rgba(136, 136, 136, 0.19);
    box-shadow: 1px 1px 3px rgba(136, 136, 136, 0.19);
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 25px;
    padding-right: 25px;
}
.categories-box 
{
    margin-bottom: 30px;
    overflow: hidden;
    position: relative;
}
.categories-box.one,.categories-box.four
{
    margin-bottom: 0px;
}
.categories-box.four img 
{
    padding-top: 5px !important;
}
a:hover 
{
    color: #b52025c3;
    text-decoration: none;
}
.categories-box:hover .content 
{
    background-color: #b52025c3;
}
.categories-box .content h3 
{
    margin-bottom: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
}
.categories-box:hover .content h3 
{
    color: #ffffff;
}
.pb-70 
{
    padding-bottom: 70px;
}

.pt-100 
{
    padding-top: 100px;
}
.categories-box img 
{
    -webkit-transition: 0.5s;
    transition: 0.5s;
    width: 100%;
}
.categories-box:hover img 
{
    -webkit-transform: scale(1.07);
    transform: scale(1.07);
}
.categories-box img 
{
    -webkit-transition: 0.5s;
    transition: 0.5s;
    width: 100%;
}
.summer-sect
{
    display: flex;
    justify-content: center;
}
.summer-section
{
    width: 80%;
    height: 400px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.mobile-summer-section
{
    display:block;
}
svg 
{
    width: 25px;
    height: 25px;
    vertical-align: middle;
}
.title_content 
{
    margin-left: 40px;
    margin-top: -30px;
}
.shipping_title
{
    font-size: 16px;
    font-weight: 600;
}
.shipping_content
{
font-size: 14px;
font-weight: 400;
}
.divider 
{
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 16px;
    display: flex;
    align-items: center;
}
footer a
{
    text-decoration: none;
    padding-left: 5px;
}
.divider::before, .divider::after 
{
    flex: 1;
    content: '';
    padding: 1px;
    background-color: #ddd;
    margin: 15px;
    width: 70%;
}
.divider::before
{
    margin-left: 160px;
}
.divider::after 
{
    margin-right: 160px;
}
.slide--action 
{
    background: #ffffff;
    padding: 50px;
    margin: 54px 30px;
}
.form-group
{
    padding-top: 20px;
}
.free_shipping
{
    padding-inline: 140px;
}
@media only screen and (max-width: 768px){

h6.form-head 
{
    font-size: 14px !important;
    font-weight: 400 !important;;
    text-align: center !important;;
}

.logo_bar .col-12
{
    width: 50%;
}
.logo_bar img {
    width: 80%;
}
.banner
{
   height: auto; 
}
.col-lg-5.banner-section 
{
    width: 100% !important;
}
.banner-section h1
{
    text-align: center !important;
    padding: 50px 0px 0px 0px !important;
    margin-left: 0px !important;
}
.free_shipping
{
    padding-inline: 0px;
}
.col-lg-3 
{
    width: 50%;
    padding-top: 20px;
}
.summer-section
{
    width: 100%;
    height: 100px;
    display: none;
}
.categories-box.one 
{
    margin-bottom: 30px;
}
.divider 
{
    display: grid;
    justify-content: center;
    align-items: center;
    margin-left: 20px;
}
.divider::before 
{
    margin-left: 0px;
    margin: 0px;
}
.divider span 
{
    padding-top: 10px;
    padding-bottom: 10px;
}
.divider::before, .divider::after
{
    width: 100%;
    margin: 0px;
}
.mobile-summer-section
{
    width: 100%;
    height: 200px;
}
}

@media (min-width: 768px) and (max-width: 1365px){
h6.form-head 
{
    font-size: 14px !important;
    font-weight: 400 !important;
    text-align: center !important;
}

.logo_bar img
{
    width: 40%;
}
.banner-section h1
{
    padding: 200px 0px 0px 0px;
}
.categories-box.one img
{
    height: auto;
    padding-bottom: 0px;
}
.col-lg-3 
{
    width: 50%;
    padding-top: 20px;
}
.banner-section h1
{
   font-size: 40px !important;
}
.baneer_content
{
    font-size: 40px !important;
}
.summer-section
{
    width: 100%;
    height: 135px;
}
section.container-fluid.summer-sect {
    padding: 20px;
}
.free_shipping 
{
    padding-inline: 150px;
}
}