@font-face {
    font-family: 'Proxima Nova';
    src: url('../fonts/ProximaNova-Bold.woff2') format('woff2'),
        url('../fonts/ProximaNova-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Proxima Nova';
    src: url('../fonts/ProximaNovaA-Thin.woff2') format('woff2'),
        url('../fonts/ProximaNovaA-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Proxima Nova';
    src: url('../fonts/ProximaNovaA-Bold.woff2') format('woff2'),
        url('../fonts/ProximaNovaA-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Proxima Nova';
    src: url('../fonts/ProximaNova-Regular.woff2') format('woff2'),
        url('../fonts/ProximaNova-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Proxima Nova';
    src: url('../fonts/ProximaNovaA-Light.woff2') format('woff2'),
        url('../fonts/ProximaNovaA-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Proxima Nova';
    src: url('../fonts/ProximaNovaT-Thin.woff2') format('woff2'),
        url('../fonts/ProximaNovaT-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Proxima Nova';
    src: url('../fonts/ProximaNova-Extrabld.woff2') format('woff2'),
        url('../fonts/ProximaNova-Extrabld.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'Proxima Nova';
    src: url('../fonts/ProximaNova-Semibold.woff2') format('woff2'),
        url('../fonts/ProximaNova-Semibold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}



*{ box-sizing: border-box; }
*:focus{outline:none;}
::-moz-focus-inner{border:0;}

body { margin:0px;font-family: 'Proxima Nova'; color: #334155; font-size: 20px; font-weight: 400; letter-spacing: 0.5px; line-height: 24px;}
ul{ margin:0px; padding:0px; }

a { transition: ease 0.5s; text-decoration:none; color: #0F172A; }
p {  padding: 0;  margin: 0 0 25px; }
p:last-child { margin-bottom: 0; }
p { line-height: 32px; }


::-webkit-scrollbar { width: 10px; }
::-webkit-scrollbar-track { border: 1px solid #E9E9E9; }
::-webkit-scrollbar-thumb { background-color: #E9E9E9; }

::-webkit-input-placeholder{opacity:1; color: #334155; }
::-moz-placeholder{opacity:1; color: #334155; } 
:-ms-input-placeholder{opacity:1; color: #334155; }
:-moz-placeholder{opacity:1; color: #334155; }

textarea, select, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="file"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"]
{ font-family: 'Proxima Nova'; border-radius:0; border:none; padding:10px; margin:0 0 15px 0; font-size:18px; font-weight:400; width: 100%;}
.inputs-list{margin:0 0 15px;}
input[type="submit"]::-moz-focus-inner{border: 0;}
textarea{resize:none;}


h1,h2,h3,h4,h5,h6{ margin-top:0px; margin-bottom:15px; line-height: normal; font-weight:700; color:#0F172A; font-family: 'Proxima Nova'; letter-spacing: 0.5px; } 

h1 {font-size: 64px;line-height: 70px;}
h2{font-size: 56px;line-height: 85px;}
h3{font-size: 40px;line-height: 50px;}
h4{font-size: 32px; line-height: 48px;}
h5{font-size: 28px; line-height: 42px;}
h6{font-size: 24px;line-height: 36px;}

.text_white { color: #fff; }
.text_white h3 , .text_white h4 , .text_white h2 , .text_white h1 , .text_white h5 , .text_white h6 { color: #1D252D; }
.mt-140{margin-top: 140px;}
.mb-140{margin-bottom: 140px;}

ul , li { list-style: none;}
/*span {  color: #334155; }*/
.row {  margin: 0 -15px; }

.title_section { width: 100%; margin-bottom: 50px;}
.title_section h2 { margin-bottom: 10px; }
.title_section .sub_title { margin-bottom: 20px; }
.title_section.text_center { margin-left: auto; margin-right: auto;}
.title_line h5 { margin-bottom: 34px; }
.title_line:after { content: ""; width: 100px; height: 2px; background: #C26D16; display: table;  margin-bottom: 20px; }
.body_size { font-size: 20px; line-height: 28px; }
.body_18 { font-size: 18px; line-height: 26px;  }

.text_center { text-align: center; }
.text_left{text-align: left;}
.text_right{text-align: right;}
.text_justify { text-align: justify; }


.padding-right-container { padding-right: calc((100%  - 1300px) / 2); } 
.padding-left-container { padding-left: calc((100%  - 1300px) / 2); }

.container { float:none; width:100%; max-width: 1600px; padding: 0 15px; margin:0 auto; }
.container1400{ max-width: 1400px;}
.container1150{max-width: 1150px;}
.container:before , .container:after {clear:both; content: ""; display:table;}

.container_right { padding-right: calc((100%  - 1170px) / 2); } 
.container_left { padding-left: calc((100%  - 1170px) / 2); }


.flex { display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex }
/*  flex top */
.flextop { -webkit-box-align: start; -moz-box-align: start; -webkit-align-items: start; -ms-flex-align: start ; align-items: start; align-items: flex-start; }
/*  flex center */
.flexcenter { -webkit-box-align: center; -moz-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; }
/*  flex bottom */
.flexbottom { -webkit-box-align: end ; -moz-box-align: end ; -webkit-align-items: end; -ms-flex-align: end ; align-items: end ; align-items: flex-end ; } 
.reverse{ flex-direction: row-reverse; }
.justify_left{ justify-content: flex-start; }
.justify_right{ justify-content: flex-end; }
.justify_center{ justify-content: center; }
.flex_row { flex-wrap: wrap; }
.row { margin: 0 -15px;  }
.set_img { background-size: cover; background-repeat: no-repeat; background-position: center; }
.get_img { position: relative; z-index: 1; }
.get_img .set_img {  position: absolute;  left: 0; right: 0; top: 0; bottom: 0; z-index: -1; opacity: 0.9; }

.btn a { background: #D62828; color: #fff; padding: 19px 44px 18px; border-radius: 40px; font-size: 20px; font-weight: 600; position: relative; overflow: hidden; display: inline-block; }
.link a { color: #FF7000; font-size: 20px; font-weight: 600; display: inline-block; }
.btn2 a { background: transparent; color: #FF7000; border: 1px solid #FF7000;  }
.btn3 a { background: #fff; color: #0F172A; }

/*.btn_arrowR a { padding: 12px 50px 12px 24px; }*/
.btn_arrowR img { display: inline-block; margin-top: -3px; vertical-align: middle; margin-left: 5px; }
.btn_arrowL img { display: inline-block; margin-top: -3px; vertical-align: middle; margin-right: 5px;   }

.btn span:last-child { position: absolute; left: 0; right: 0; text-align: center; top: 80%; transform: translateY(-50%); opacity: 0; }
.btn span { transition: ease 0.5s; }
.btn a:hover span:last-child { top: 50%; opacity: 1; }
.btn a:hover span:first-child { top: -30px; opacity: 0; }
.btn span:first-child { position: relative; top: 0; }

.btn a:hover { transform: scale(1.02);  }

/*header*/
.header_section {padding: 12px 0; position: fixed; left: 0; right: 0; top: 0; z-index: 999; }
.header_left { width: 50%; }
.header_right { width: 50%; }
.header_logo img { width: 100%; max-width: 150px; }

.menu > ul > li {  padding: 18px 20px; display: inline-block; }
.menu ul li a { font-size: 18px; font-weight: 600; }
.menu ul li a:hover { color: #FF7000; }
.menu ul li.menu-item-has-children:after { content: ""; display: inline-block; width: 12px; height: 7px; background: url('../images/down_icon.svg') no-repeat center / contain; vertical-align: middle; margin-top: -3px; margin-left: 5px; }

.header_icon ul li { display: inline-block; margin: 8px; line-height: 0; }
.header_icon ul li svg { width: 17px; height: 21px; }
.header_icon ul li svg path { transition: ease 0.5s;  }
.header_icon ul li a:hover svg path { stroke: #FF7000; }
.header_section .btn { margin-left: 20px; }
.header_section .btn a { font-size: 16px; padding: 8px 24px 8px; }
.header_left .btn { display: none; }

.menu ul li.menu-item-has-children { position: relative; }
ul.sub-menu { position: absolute; width: 180px; background: #D62828; top: 100%; opacity: 0; visibility: hidden; }
ul.sub-menu li a { color: #fff; padding: 8px 15px; display: block; font-size: 16px; line-height: normal; }
.menu ul li.menu-item-has-children:hover ul.sub-menu { opacity: unset; visibility: visible; }
.menu ul li.menu-item-has-children ul.sub-menu li { width: 100%; padding: 0; }
ul.sub-menu li a:hover { background: #FF7000; padding-left: 20px; color: #fff; }

.header_section.fixed {background: #fff;box-shadow: 0 7px 48px -20px rgb(0 0 0 / 20%);padding: 5px 0;}

/**/
.hero_section { min-height: calc(100vh - 122px); padding: 100px 0; }
.hero_content { width: 100%; max-width: 830px; margin: auto; text-align: center; }
.hero_section .btn { padding-top: 25px; }


/**/
.shop_section { padding: 120px 0; }
.shop_wrap { flex-wrap: wrap; }
.shop_item { width: 25%; text-align: center; padding: 0 15px; }
.shop_img img { width: 100%; max-width: 40px; height: 40px; }
.shop_img { background: #F1F5F9; margin: 0px 125px 24px; border-radius: 100px; width: 100px; height: 100px; margin: 0 auto 24px; display: flex; text-align: center; justify-content: center; align-items: center; }
.shop_content {max-width: 280px; margin: auto;}
.shop_content h6 { margin-bottom: 6px; }

/**/
.sweet_section { padding: 0 30px;  }
.sweet_main_wrap { background: #FFF7ED; border: 1px solid #FFEDD5; border-radius: 24px; padding: 120px 0 70px; }
.sweet_section .title_section { max-width: 660px; margin-bottom: 60px; }
.sweet_wrap { width: 100%; max-width: 1260px; margin: auto; }
.sweet_item { width: 50%; text-align: center; padding: 0 30px 30px; }
.sweet_img { background: #fff; border-radius: 16px; padding: 36px; box-shadow: 0px 12px 16px -4px rgba(16, 24, 40, 0.08), 0px 4px 6px -2px rgba(16, 24, 40, 0.03); margin: 0 auto 40px; }
.sweet_img img { width: 300px; height: 300px; object-fit: contain; filter: drop-shadow(11px 18px 10px rgba(0 0 0 / 0.2)); }
.sweet_content { width: 100%; max-width: 565px; margin: auto; }


/**/
.services_section { padding: 120px 0; overflow: hidden; }
.services_section .title_section { margin-bottom: 70px; }

.services_row { margin: 0 -30px; }
.services_box { width: 25%; overflow: hidden; text-align: center; border-radius: 10px; margin: 0 0 50px; padding: 0 30px; }
.tag { position: absolute; top: 15px; left: 15px; background: #FFFFFF; border-radius: 8px; font-weight: 600; font-size: 16px; line-height: 24px; text-align: center; letter-spacing: -0.4px; color: #0F172A; display: flex; align-items: center; padding: 6px 11px; z-index: 2; }
.tag svg { margin-right: 10px; }
.services_img { line-height: 0; }
.services_img a {  height: 310px; position: relative;width: 100%; display: inline-block; border-radius: 8px; overflow: hidden; }
.services_img img { width: 100%; height: 100%; object-fit: cover; transition: ease 0.5s; }
.services_img a:hover img { transform: scale(1.2); }
.service_price_name { padding: 25px 0 0; }
.service_price_name span { font-weight: 600; font-size: 20px; line-height: 30px }
.services_section .btn a { padding: 19px 24px 18px; }
.services_section .btn { margin-top: 40px; }

/**/

.mo_section { padding: 0 30px; }
.mo_main_wrap { background: #0F172A; padding: 120px 80px;  border-radius: 16px;  }
.mo_left { width: 40%; }
.mo_right { width: 56%; padding-left: 60px; margin-left: auto; margin-right: 24px; }
.mo_content {max-width: 555px;}
.mo_img img { width: 100%; height: 320px; object-fit: cover; border-radius: 6px; }
.mo_img { line-height: 0; position: relative; z-index: 1; }
.mo_img:after { content: ""; position: absolute; top: -35px; left: -35px; right: -35px; bottom: -35px; background: linear-gradient(90deg, #EE0979 0%, #FF6A00 100%); z-index: -1; border-radius: 16px; }
.mo_content p { color: #fff; }
.mo_content h3 { color: #fff; font-weight: 800; }

/**/
.emoji_Section { padding: 120px 0; }
.emoji_item { width: 33.33%;margin-left: 80px; }
.emoji { display: flex; }
.emoji img { max-width: 36px; height: 36px; width: 100%; }
.emoji p { width: calc(100% - 36px); padding-left: 10px; }

/**/
.uniqe_section { padding: 0 30px; }
.uniqe_main_wrap { background: #F1F5F9; padding: 100px 15px; border-radius: 16px; }
.uniqe_section .title_section { max-width: 720px; margin-bottom: 120px; }
.uniqe_left { width: 50%; text-align: center; }
.uniqe_right { width: 50%; padding-left: 30px; }
.uniqe_img img { width: 100%; max-width: 540px; height: 630px; object-fit: cover; }
.uniqe_content h6 { font-size: 20px; line-height: 30px; font-weight: 600; margin-bottom: 6px; }
.uniqe_content p { font-size: 18px; }
.uniqe_content { width: 100%; max-width: 710px; margin-bottom: 24px; }
/**/
.satisfy_section { margin: 100px 0;}
.satisfy_wrap { min-height: 700px; padding: 200px 0; border-radius: 16px; }
.satisfy_content h2 { color: #fff; margin-bottom: 20px; }
.satisfy_content { width: 100%; max-width: 675px; margin: auto; }


/**/
.gallery_section { padding:0px 30px; }
.gallery_main_wrap { background:#F1F5F9; padding:80px 0 50px; border-radius: 16px; }
.gallery_section .title_section { max-width:900px; }
.gallery_wrap { padding: 0 80px; position: relative; }
.gallery_left{ width:50%; text-align:right; }
.gallery_right{ width:50%; padding-left:30px; }
.gallery_img { display: flex; flex-wrap: wrap; justify-content: space-between; }
.gallery_img img { width: 100%; height: 675px; border-radius: 8px; object-fit: cover; }
.gallery_left .gallery_img img { width: calc(100% / 2 - 15px); height: 323px; margin-bottom: 30px; box-shadow: 0px 20px 24px -4px rgba(16, 24, 40, 0.08), 0px 8px 8px -4px rgba(16, 24, 40, 0.03); object-fit: cover; }
.gallery_wrap .btn { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); }
.gallery_wrap .btn a { padding-left: 15px; padding-right: 20px; }

/**/
.footer_wrap { background: #FFFFFF; box-shadow: 0px 32px 64px 20px rgba(16, 24, 40, 0.05); border-radius: 24px; padding: 80px 90px; }
footer { padding: 100px 30px; }
.footer_top_sec { display: flex; border-bottom: 1px solid rgb(0 0 0 / 20%); padding-bottom: 60px; }
.footer_top_left { width: 50%; }
.footer_top_right { width: 50%; }
.footer_top_right { display: flex; justify-content: space-between; padding: 0 30px; }
.footer_menu ul li a { font-weight: 700; font-size: 24px; line-height: 36px; }
.footer_menu ul li a:hover { color: #FF7000; }
.footer_menu ul li { margin-bottom: 13px; }
.footer_menu:last-child ul li a { font-size: 18px; line-height: 27px; font-weight: 600; }
.footer_top_left h2 { line-height: normal; margin-bottom: 8px; }
.footer_top_left p { font-weight: 400; font-size: 18px; line-height: 27px; }
.footer_wrap form { position: relative; width: 100%; max-width: 410px; }
.footer_wrap form input { border: 1px solid #CBD5E1; box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05); border-radius: 90px; font-weight: 600; font-size: 20px; line-height: 30px; color: #334155; padding-left: 30px; padding-right: 80px; margin-bottom: 0; }
.footer_wrap form button { position: absolute; right: 0; top: 0; bottom: 0; background: transparent; border: none; width: 85px; height: 52px; display: flex; align-items: center; justify-content: center; cursor: pointer; }
.footer_b_sec { padding-top: 60px; display: flex; font-weight: 400; font-size: 14px; line-height: 20px; }
.footer_b_left { width: 50%; }
.footer_b_right { width: 50%; display: flex; justify-content: space-between; padding-left: 30px; }
.footer_b_col.copyright_text { width: 187px; }
.footer_b_sec p { line-height: 20px; }
.copyright_text li { display: block; margin-bottom: 10px; }
.social_list ul li { display: inline-block; vertical-align: middle; margin-right: 20px; }
.social_list ul li a { width: 32px; height: 32px; display: flex; background: rgb(100 116 139 / 10%); align-items: center; justify-content: center; border-radius: 100%; }
.social_list { margin-top: 54px; }
.footer_b_sec .copyright_text ul { margin-bottom: 66px; }
.payment_list ul li { display: inline-block; vertical-align: middle; margin-right: 8px; }
.payment_list { margin-top: 85px; }
.payment_list ul li a { background: rgb(100 116 139 / 10%); border-radius: 4px; display: flex; padding: 4px 14px; line-height: 0; min-height: 32px; align-items: center; justify-content: center; }

.footer_b_sec a:hover { color: #FF7000; }

.testimonial-section { padding-bottom: 100px; }
.testimonial-wrap { background: #1E293B; border-radius: 25px; display: flex; overflow: hidden; }
.testimonial-left { width: 60%; padding: 60px 55px 90px; color: #fff; font-weight: 600; font-size: 32px; line-height: 56px; position: relative; }
.testimonial_right { width: 40%; }
.testimonial_slider_one { height: 100%; }
.testimonial_slider_one .slick-list { height: 100%; }
.testimonial_slider_one .slick-track { height: 100%; }
.testimonial_slider_one .slick-slide { }
.testimonial_slider_one .slick-slide > div { height: 100%; }
.testimonial_slider_one .slick-slide div { height: 100%; }
.testimonial-section .container { max-width: 1410px; }
.star ul li { display: inline-block; }
.star { margin-bottom: 20px; }
.testimonial-left p { line-height: 50px; }
.testimonial_name { font-weight: 600; font-size: 18px; line-height: 27px; margin-top: 50px; }
.testimonial_description { font-weight: 400; font-size: 16px; line-height: 24px; }
ul.slick-dots { position: absolute; bottom: -37px; line-height: 0; }
ul.slick-dots li { display: inline-block; height: auto; line-height: 0; margin-right: 12px; }
ul.slick-dots li button { font-size: 0; padding: 0; background: #667085; border-radius: 10px; width: 11px; height: 11px; border: none; cursor: pointer; }
ul.slick-dots li.slick-active button { background: #FFFFFF; }

.ebiz-toggle { display: none; }


@media(max-width: 1500px){
    .services_img a { height: 270px; }

    .uniqe_main_wrap { padding: 100px 35px; }
    .shop_section { padding: 100px 0; }
    .sweet_main_wrap { padding-top: 100px; }
    .services_section { padding: 100px 0; }
    .emoji_Section { padding: 100px 0; }
    .satisfy_wrap { min-height: 610px; padding: 170px 0; }
    .gallery_left .gallery_img img { height: 253px; }
    .gallery_img img { height: 534px; }
}

@media(max-width: 1300px){
    .services_img a { height: 220px; }
    .services_box { padding: 0 15px; }
    .services_row { margin: 0 -15px; }
    .mo_main_wrap { padding: 100px 40px; }
    .gallery_wrap { padding: 30px; }
    .footer_wrap { padding: 80px 30px; }

}


@media(max-width: 1200px){

    .container { max-width: 962px; }

    h1 { font-size: 50px; line-height: normal; }

   .header_left { display: none; }

   .header_logo img { max-width: 120px; }

   .header_right { width: auto; flex: 1; }

    .shop_item { width: 50%; margin-bottom: 50px; }
    .shop_section { padding-bottom: 60px; padding-top: 80px; }
    .sweet_main_wrap { padding: 60px 0; }
    .services_section { padding: 70px 0; }
    .services_box { width: 33.333%; }
    .services_row { justify-content: center; }
    .uniqe_wrap { flex-wrap: wrap; }
    .uniqe_left { width: 100%; }
    .uniqe_right { width: 100%; }
    .uniqe_img img { height: auto; max-width: 300px; }
    .uniqe_main_wrap { padding: 60px 30px; }
    .satisfy_wrap { min-height: 550px; padding: 129px 0; }
    .testimonial-left { font-size: 24px; line-height: 34px; }
    .testimonial-left p { line-height: 34px; }
    .testimonial_name { margin-top: 30px; }
    .gallery_main_wrap { padding: 60px 25px; }
    .gallery_wrap { padding: 0; }
    .gallery_left .gallery_img img { width: calc(100% / 2 - 10px); margin-bottom: 20px; height: 213px; }
    .gallery_right { padding-left: 20px; }
    .gallery_img img { height: 445px; }
    .social_list ul li { margin-right: 8px; }

    .ebiz-toggle { display: inline-block; position: relative; right: 0; width: 35px; height: 28px; background: transparent; border: none; margin: auto; vertical-align: middle; margin-left: 15px; top: -4px; }
    .ebiz-toggle span, .ebiz-toggle span:after, .ebiz-toggle span:before { background: #D62828; width: 100%; height: 4px; position: absolute; left: 0; right: 0; top: 0; bottom: 0; margin: auto; }
    .ebiz-toggle span:after, .ebiz-toggle span:before { content: ""; transition: all 0.5s; }
    .ebiz-toggle span:before { transform: translateY(-10px); }
    .ebiz-toggle span:after { transform: translateY(10px); }
    .body-subopen .ebiz-toggle span { background: transparent; }
    .body-subopen .ebiz-toggle span:before { transform: rotate(45deg); top: 0; } 
    .body-subopen .ebiz-toggle span:after { top: 0; transform: rotate(-45deg); } 

    .header_left { position: absolute; top: 100%; left: 0; right: 0; background: #f5fbff; padding: 20px 0; width: 100%; }
    .header_left ul { padding: 0 15px; }
    .header_left ul > li > a { font-weight: 700; font-size: 18px; line-height: 23px; display: inline-block; padding: 10px 0; width: 100%; }
    .header_left ul > li ul.sub-menu { display: none; opacity: 1; visibility: visible; }
    .header_left ul > li { margin: 0; width: 100%; padding: 0;  }
    span.mobile-toggle:after { content: "\276F"; transform: rotate(90deg);  font-size: 18px; color: #063674; }
    span.mobile-toggle { position: absolute; right: 0;  font-weight: 700;  font-size: 28px; top: 0; width: 40px;  display: flex;    align-items: center;   justify-content: center;     height: 40px; }
    .header_left ul li.menu-item-has-children { position: relative; }
    span.mobile-toggle.ebiz-subopen { transform: scale(-1); }
    .header_left ul > li ul.sub-menu li a { background: rgb(222 242 255 / 80%); width: 100%; display: block; font-weight: 700; font-size: 18px; line-height: 30px; color: #D62828; padding: 3px 15px 8px; margin-bottom: 6px; }
    .header_left ul > li ul.sub-menu { margin-bottom: 20px; }
    .sub-menu span.mobile-toggle { font-size: 20px; color: #28A7FC; top: 1px; }
    .header_left ul > li ul.sub-menu ul.sub-menu li a { padding-left: 30px; }
    .header_left ul > li ul.sub-menu {position: relative;background: transparent;margin: 0;transition: all 0s;width: 100%;}
    .menu ul li.menu-item-has-children:after { display:none; }

    .header_left { max-height: calc(100vh - 180px);overflow: auto; }

    .header_left .menu { width: 100%; max-width: 962px; margin: auto; }


}


@media(max-width: 991px){
    .sweet_img img { width: 200px; height: 200px; }
    .mo_wrap { flex-direction: column-reverse; }
    .mo_left { width: 100%; }
    .mo_right { width: 100%; padding: 0; margin-bottom: 60px; }
    .mo_img:after { top: -25px; left: -25px; right: -25px; bottom: -25px; }
    .emoji_item { margin-left: 29px; }
    .emoji_Section { padding: 60px 0; }
    .gallery_wrap .btn a { min-width: 350px; }
    .gallery_right { width: 100%; padding-left: 0; }
    .gallery_wrap { flex-wrap: wrap; }
    .gallery_left { width: 100%; }
    .container { max-width: 750px; }
    .footer_top_left { width: 100%; }
    .footer_top_sec { flex-wrap: wrap; }
    .footer_top_right { width: 100%; padding: 40px 0 0; }
    .footer_wrap { padding: 50px 30px; }
    .footer_b_left { width: 100%; }
    .footer_b_sec { flex-wrap: wrap; }
    .footer_b_right { width: 100%; padding: 50px 0 0; }

    .header_left .menu { max-width: 750px; }

}

@media(max-width: 767px){
    body { font-size: 16px; line-height: 24px; }
    p { line-height: 24px; }
    h1 { font-size: 36px; }
    h3 { font-size: 30px;  line-height: 38px; }
    h2 { font-size: 30px; line-height: 38px; }
    h4 { font-size: 24px; line-height: normal; margin-bottom: 6px; }
    h5 { font-size: 20px; line-height: normal; margin-bottom: 14px; }
    .btn a { font-size: 14px; padding: 10px 25px; }
    .hero_section { padding: 70px 0; }
    .ebiz-toggle { top: 0; }
    .header_right .btn { display: none; }
    .shop_item { width: 100%; max-width: 380px; margin: 0 auto 50px; }
    .shop_section { padding-top: 70px; }
    .sweet_section { padding: 0; }
    .sweet_section .container { padding: 0; }
    .sweet_main_wrap { padding: 40px 15px; }
    .sweet_item { width: 100%; padding: 0 0 50px; }
    .sweet_wrap { flex-wrap: wrap; }
    .sweet_item:last-child { padding-bottom: 0; }
    .services_box { width: 100%; max-width: 300px; }
    .mo_section { padding: 0; }
    .mo_section .container { padding: 0; }
    .emoji_item { width: 100%; margin: 0 0 41px; }
    .emoji_wrap { flex-wrap: wrap; }
    .emoji_Section { padding-bottom: 50px; }

    .mo_main_wrap { padding: 60px  30px; }
    .mo_img:after { top: -15px; left: -15px; right: -15px; bottom: -15px; }

    .uniqe_section { padding: 0; }
    .uniqe_section .container { padding: 0; }
    .uniqe_section .title_section { margin-bottom: 60px; }
    .uniqe_right { padding-left: 0; }
    .uniqe_main_wrap { padding-bottom: 30px; }
    .satisfy_section { margin: 40px 0; }
    .satisfy_wrap { padding: 60px 0; min-height: auto; }
    .testimonial-left { width: 100%; padding: 30px 24px; }
    .testimonial-wrap { flex-wrap: wrap; }
    .testimonial_slider_box { font-size: 18px; line-height: 24px; }
    .testimonial-left p { line-height: 25px; }
    .testimonial_right { width: 100%; line-height: 0; }
    .testimonial_slider_one .slick-slide .testimonial_img { height: 350px; margin-top: 50px; }

    .testimonial-section { padding-bottom: 60px; }
    .gallery_section { padding: 0; }
    .gallery_wrap .btn { position: static; text-align: center; width: 100%; display: table; margin: 30px auto 0; transform: none; }
    .gallery_wrap .btn a { min-width: auto; padding: 10px 15px; }
    .gallery_left .gallery_img img { height: 113px; }
    .gallery_img img { height: 395px; }
    .gallery_wrap { width: 100%; max-width: 390px; margin: auto; }
    
    footer { padding: 40px 0; }
    .footer_wrap { padding: 30px 15px; text-align: center; }
    .footer_top_right { display: block; }
    .footer_menu { padding-bottom: 20px; }
    .footer_top_sec { padding-bottom: 0px; }
    .footer_b_right { display: block; padding-top: 20px; }
    .footer_b_col.copyright_text { width: 100%; margin-top: 40px; }
    .social_list { margin-top: 40px; }
    .footer_b_sec .copyright_text ul { margin-bottom: 30px; }
    .payment_list ul li { margin: 6px 5px; }
    .payment_list { margin-top: 40px; }

    .header_section { padding: 5px 0; }

}

@media(max-width: 400px){
    .gallery_left .gallery_img img { width: 100%; height: 143px; }
    .gallery_img img { height: 275px; }
     .gallery_wrap .btn a { padding: 10px 14px; }
    .btn_arrowL img { width: 20px; height: 20px; }

}