/* /*Footer_CSS_style */

@media screen and ( min-width:768px) {
    
.footer_quick_link_btn_wrap {
    display: flex;
    justify-content: flex-start;
    width: 467px;
    margin-top: 40px;

}

.footer_quick_link_btn {
    margin-left: 40px;
}

.footer_quick_link_btn li {
    font-family: "Heebo", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    line-height: 22px;
}

#footer_quick_link_btn_title {
    font-family: "Titillium Web", sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 7px;
}

.footer_brand_brief_wrap {
   display: grid;
   grid-template-columns: repeat(5, 130px);
   grid-template-rows: repeat(4, 60px);

}

.about_us_list {
    grid-column: 3/6 ;
    grid-row:1/3 ;
    width: 390px;
margin-top: 30px;

    }

.about_us_list h3 {
    font-family: "Titillium Web", sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 32px;
    line-height: 24px;
    margin-bottom: 10px;
}

.about_us_list p {
    font-family: "Heebo", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    line-height: 22px;
    width: 320px;
    margin-top: 5px;
}

.sub_news {
   grid-row:3/5 ;
   grid-column: 3/6;
   margin-top: 30px;
}

.sub_news h3 {
    font-family: "Heebo", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 10px;
}

.sub_news_input {
    position: relative;
}

.sub_news_input input[type=email] {
    background-color: #ffffff;
    border-radius: 50px;
    border: none;
    width: 375px;
    height: 30px;
}

::placeholder {
    font-family: "Heebo", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    line-height: 22px;
    color: #141414;


}

.sub_news_input [placeholder="Enter your email*"] {
    padding-left: 1em;
    font-size: 16px;
}

.sub_news_input button {
    background-color: #F69CBC;
    border: 3px solid #141414;
    border-radius: 50px;
    width: 120px;
    height: 25px;
    font-family: "Darumadrop One", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    line-height: 18px;
    position: absolute;
    right: 8px;
    bottom: 3px;
}

.footer_section_area {
    display: flex;
    justify-content: center;
    background-color: #F1EFDB;
    border: 3px solid #141414;
}

.footer_logo {
    width: 240px;
    height: 181px;
    grid-column:1/3 ;
    grid-row:1/4 ;
    margin-top: 40px;
    margin-left: 10px;
    
    
}

.footer_logo img {
    width: 210px;
    height: 161px;

}

.footer_copyright {

    background-color: #F07943;
    color: #ffffff;
    border: 3px solid #141414;
    height: 80px;
}

.footer_copyright p {
    font-family: "Heebo", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    margin-top: 30px;
}

}

@media screen and (max-width:767px ) {
    
        
.footer_quick_link_btn_wrap {
    display: none;

}

.footer_quick_link_btn {
    margin-left: 40px;
}

.footer_quick_link_btn li {
    font-family: "Heebo", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    line-height: 22px;
}

#footer_quick_link_btn_title {
    font-family: "Titillium Web", sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 7px;
}

.footer_brand_brief_wrap {
    display: grid;
    grid-template-columns:repeat(4, 100px) ;
    grid-template-rows:repeat(3,100px) ;
}

.about_us_list {
grid-column: 3/5 ;
grid-row:1/3 ;
max-width: 200px;
flex-wrap: wrap;
display: flex;
margin-left: 15px;

}

.about_us_list h3 {
    font-family: "Titillium Web", sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 28px;
    line-height: 24px;
    margin-bottom: 10px;
    padding-top: 40px;
}

.about_us_list p {
    font-family: "Heebo", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    line-height: 22px;
    width: 320px;
}

.sub_news {
margin-top: 10px;
margin-left: 5px;
    grid-row:3/4 ;
    grid-column:1/5 ;
}

.sub_news h3 {
    font-family: "Heebo", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 10px;
}

.sub_news_input {
    position: relative;
}

.sub_news_input input[type=email] {
    background-color: #ffffff;
    border-radius: 50px;
    border: none;
    width: 380px;
    height: 30px;
}

::placeholder {
    font-family: "Heebo", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    line-height: 22px;
    color: #141414;


}

.sub_news_input [placeholder="Enter your email*"] {
    padding-left: 1em;
    font-size: 16px;
}

.sub_news_input button {
    background-color: #F69CBC;
    border: 3px solid #141414;
    border-radius: 50px;
    width: 120px;
    height: 25px;
    font-family: "Darumadrop One", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    line-height: 18px;
    position: absolute;
    right: 8px;
    bottom: 3px;
}

.footer_section_area {
    display: flex;
    justify-content: center;
    background-color: #F1EFDB;
    border: 3px solid #141414;
}

.footer_logo {
    width: 200px;
    height: 141px;
    padding-top: 30px;
    padding-left: 5px;
}

.footer_logo img {
    width: 180px;
    height: 141px;
}

.footer_copyright {

    background-color: #F07943;
    color: #ffffff;
    border: 3px solid #141414;
    height: 40px;
}

.footer_copyright p {
    font-family: "Heebo", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 9px;
    line-height: 18px;
    text-align: center;
   margin-top: 13px;
}

}