@charset "utf-8";

/* CSS Document */

@import url("https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");

/*----------------------------------------------------- */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
main {
  display: block;
}

audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

audio:not([controls]) {
  display: none;
}

* {
  margin: 0;
  padding: 0;
  outline: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  background: transparent;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

:focus {
  outline: 0;
}

ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a,
a:hover,
a:active,
a:focus {
  outline: none;
  outline-style: none;
  outline-width: 0;
}

img {
  width: auto\9;
  height: auto;
  max-width: 100%;
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}

label,
select,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
input[type="radio"],
input[type="checkbox"] {
  cursor: pointer;
}

input[type="search"] {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

a {
  text-decoration: none;
  box-shadow: none;
  transition: all 0.4s ease-in-out 0s;
}

a:hover {
  text-decoration: none;
  box-shadow: none;
  border-bottom: none;
}

a:focus {
  text-decoration: none;
  box-shadow: none;
  border-bottom: none;
}

h1 {
  font-family: "Roboto Condensed", sans-serif;
}

p {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 20px;
}

body {
  margin: 0;
  padding: 0px;
  font-family: "Roboto", sans-serif;
  background: #fff;
  color: #422712;
  line-height: normal;
  overflow-x: hidden;
  font-weight: 300;
}

.clear {
  clear: both;
  height: 0;
}

.container {
  max-width: 1200px;
  width: 90%;
  padding: 0 20px;
}

.mob_header {
  display: none;
}

/* header start */
header .container {
  position: relative;
}
.header_section {
  background: url("../images/dubai-chocolate-bar-head_bg.png") no-repeat 0 0
    #fae0bd;
  background-size: cover;
  width: 100%;
}
.logo_sec {
  display: block;
  padding: 7px 0;
  width: 260px;
}
.head_btn {
  padding: 26px 0;
  position: absolute;
  transition: 0.8s;
  right: 0;
  width: 300px;
  text-align: right;
}
.head_btn a {
  background: url("../images/login.png") no-repeat 10px center #442812;
  border-radius: 5px;
  padding: 10px 15px 10px 43px;
  color: #fff;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 20px;
  font-weight: 400;
  display: inline-block;
}
.head_btn a i {
  font-size: 16px;
  padding: 0px 0 0 2px;
}
.head_btn a:hover {
  background: url("../images/login.png") no-repeat 10px center #000;
}
.nav_section {
  background: rgb(0, 0, 0, 0.2);
  text-align: center;
}

header .login {
  height: fit-content;
  right: 15px;
  top: 10px;
}
header .createSite {
  font-size: 14px;
  padding: 8px 20px;
  border-radius: 40px;
  font-weight: 600;
  color: #25b0e6;
  background: #fff;
}
header .createSite:hover {
  color: #fff;
  background: #000;
}
header .login .toggle {
  all: unset;
  color: white;
  width: 75px;
  padding: 6px 10px 6px 12px;
  font-weight: 300;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 50px !important;
  font-size: 14px;
  cursor: pointer;
  border: 1px solid #25ace2 !important;
}
header .login .toggle::before {
  content: "";
  width: 17px;
  height: 17px;
  background: url(../images/log-in.png) no-repeat;
  display: flex;
}
header .login .toggle::after {
  content: "";
  width: 6px;
  height: 6px;
  border-width: 0 1px 1px 0;
  border-style: solid;
  transform: rotate(45deg) translate(-2px, 0px);
  transition: 0.4s;
}
header .login .list {
  background-color: white;
  color: #444;
  list-style: none;
  display: grid;
  /*	grid-template-rows: repeat(4, 40px);*/
  overflow: hidden;
  height: 0;
  transition: 0.4s;
}
header .card-body a {
  color: #000;
  border-bottom: 1px solid #000;
  border-bottom-color: rgb(0, 0, 0);
  transition: 0.5s;
  background: none !important;
  border-radius: 0 !important;
  padding: 3px 0;
  margin: 3px 0 16px 0;
  font-size: 14px;
  font-family: arial;
  transition: 0.5s;
}
header .card-body a:hover {
  color: #000;
  border-color: #000;
}
header .card-body {
  position: absolute;
  width: 300px;
  right: 0;
  font-size: 14px;
  padding: 20px 20px 25px;
  background: rgba(251, 239, 223, 0.9);
  z-index: 99;
  border-radius: 10px;
  flex: 1 1 auto;
}
header .card-body .form-control {
  font-size: 14px;
  font-style: italic;
}
.toggle .btn {
  padding: 0 !important;
  background: none !important;
  border: 0;
  color: #fff !important;
  font-size: 14px;
  display: block;
}
.loglogo {
  max-width: 80%;
  margin-bottom: 5px;
}
header .login .list-item {
  display: flex;
  align-items: center;
  transition:
    0.4s,
    transform 0.4s var(--delay);
  transform: translateX(-100%);
  user-select: none;
  cursor: pointer;
  padding: 8px 20px;
  border-bottom: 1px dashed #8a8a8a;
}
header .login .list-item:hover {
  background: #000;
}
header .login .list-item > a {
  color: #000;
  font-size: 13px;
  font-weight: 300;
}
header .login .list-item:hover > a {
  color: #fff;
}
header .login .list-item:last-child {
  border-bottom: 0;
}
header .login .toggle:focus::after {
  transform: rotate(225deg);
}

header .login .toggle:focus ~ .list {
  height: fit-content;
  border-radius: 0 0 10px 10px;
  border: 1px solid #25ace2;
  border-top: transparent;
}
header .login .toggle:focus ~ .list .list-item {
  transform: translateX(0);
}
header .login .toggle:focus {
  border-radius: 10px 10px 0 0;
  border-bottom: transparent;
}
header .login .toggle::before {
  content: "";
  width: 17px;
  height: 17px;
  background: url(../images/log-in.png) no-repeat;
  display: flex;
}
header.inner_banner.sticky .login {
  top: 21px;
}
.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}
.card-body h3 {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 30px;
  font-weight: 700;
  color: #442812;
  padding-bottom: 10px;
  text-align: center;
}
.card-body p {
  padding-bottom: 10px;
}
.fp_field {
  border: 1px solid #442812;
  padding: 10px;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 300;
  margin: 6px 0;
  width: 100%;
  background: #fff;
  color: #442812;
  font-family: "Roboto Condensed", sans-serif;
}

.fb_btn {
  padding: 12px 10px;
  border-radius: 7px;
  font-size: 16px;
  font-weight: 700;
  background: #442812;
  color: #fff;
  text-align: center;
  width: 100%;
  border: none;
  transition: 0.8s;
  font-family: "Roboto Condensed", sans-serif;
}
.fb_btn:hover {
  background: #000;
}

.menu_sec {
  display: block;
  margin: 0;
  padding: 0;
  position: relative;
  font-family: "Roboto Condensed", sans-serif;
}

.menu_sec ul {
  margin: 0;
  padding: 0;
}
.menu_sec ul li {
  /*float: left;*/
  list-style: none;
  margin: 6px 0;
  display: inline-block;
  position: relative;
}

.menu_sec ul li a {
  color: #442812;
  font-size: 18px;
  padding: 5px 15.5px;
  display: inline-block;
  font-weight: 400;
  border: 1px solid transparent;
}
.menu_sec ul li a:hover {
  border: 1px solid #a36845;
  border-radius: 5px;
}
.menu_sec ul li a.acti {
  border: 1px solid #a36845;
  border-radius: 5px;
}
.menu_sec ul li:hover > ul.sub-menu {
  opacity: 1;
  transform: translate(0px, 11px);
}
.menu_sec ul li > ul.sub-menu {
  position: absolute;
  top: 34px;
  left: 0;
  z-index: 2;
  text-align: left;
  color: #242424;
  background: url(../images/sub-menu-bg.jpg) no-repeat top left #fff;
  /*width: max-content;*/
  transform: translate(0px, 30px);
  transition: 0.5s;
  opacity: 0;
  padding: 0 0;
  /*min-width:197px;*/
  width: 230px;
  border-top: 2px solid #4b73b9;
}
.menu_sec ul li > ul.sub-menu > li {
  display: block;
  margin: 0;
}

.menu_sec ul li > ul.sub-menu > li a {
  padding: 10px;
  font-size: 15px;
  display: block;
  text-transform: capitalize;
  border-bottom: 1px solid #e5e5e5;
  color: #000;
}

.menu_sec ul li > ul.sub-menu > li:last-child a {
  border-bottom: none;
}

.menu_sec ul li > ul.sub-menu > li a:hover {
  background: #4b73b9;
  color: #fff;
}
.menu_sec ul li.dropdown > a::after {
  content: "\f078";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  font-size: 12px;
  margin-left: 5px;
}

.menu_sec ul li.dropdown:hover > a::after {
  content: "\f077";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  font-size: 12px;
  margin-left: 5px;
}

/*--banner start---*/
.banner_slide_section .carousel-control.left {
  text-shadow: none;
  background: none;
}
.banner_slide_section .carousel-control.right {
  text-shadow: none;
  background: none;
}
.banner_slide_section .carousel-control {
  width: 8%;
}
.banner_slide_section .item img {
  width: 100%;
  height: 682px;
  object-fit: cover;
}
.banner_slide_section {
  position: relative;
  display: block;
  /* margin-top:-93px; */
}
.banner_slide_section .item::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background: url("../images/dubai-chocolate-bar-ban_btm.png") repeat-x 0 bottom;
  background-size: cover;
  width: 100%;
  height: 127px;
  z-index: 900;
}
.banner_text_block {
  display: block;
  padding: 0;
  position: absolute;
  left: 0;
  top: 124px;
  width: 100%;
  color: #fff;
}
.ban_txt {
  padding-right: 100px;
}
.banner_text_block h1 {
  font-size: 50px;
  font-weight: 800;
  padding-bottom: 20px;
  padding-top: 45px;
}

.banner_text_block h1 span {
  color: #fae0bd;
  font-weight: 300;
}

.banner_text_block p {
  font-size: 20px;
  font-weight: 300;
  font-family: Arial, sans-serif;
}

.ban_form {
  background: rgba(252, 238, 219, 0.71);
  padding: 25px;
  border-radius: 10px;
}
.ban_form h3 {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 30px;
  font-weight: 700;
  color: #442812;
  padding-bottom: 15px;
}
.ban_form h3 span {
  font-weight: 300;
}
.ban_form p {
  font-size: 16px;
  color: #442812;
  padding-bottom: 20px;
}
.ban_form p a {
  color: #442812;
  text-decoration: underline;
}
.ban_form input#name,
input#email,
input#pw {
  border: 1px solid #442812;
  padding: 10px;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 300;
  margin: 6px 0;
  width: 100%;
  background: #fff;
  color: #442812;
  font-family: "Roboto Condensed", sans-serif;
}
.ban_form input#submit_btn {
  padding: 12px 10px;
  border-radius: 7px;
  font-size: 16px;
  font-weight: 700;
  background: #442812;
  color: #fff;
  text-align: center;
  width: 100%;
  border: none;
  transition: 0.8s;
  font-family: "Roboto Condensed", sans-serif;
}
.ban_form input#submit_btn:hover {
  background: #000;
}

/* .bannerSlider .owl-theme .owl-dots{ text-align:left; }

.bannerSlider .owl-dots {
    width: 90%;
    position: absolute;
    bottom: 70px;
	max-width:1170px;
	left:50%;
	right:0;
	margin:0 auto;
}

.bannerSlider .owl-theme .owl-dots .owl-dot span{ margin:5px; }

.bannerSlider .owl-dots > button > span {
    background: rgba(250,250,250,.6) !important;
}
.bannerSlider .owl-dots > button:hover> span, .bannerSlider .owl-dots > button.active > span {
    background: #fff !important;
}

.bannerSlider .owl-dots > button.active > span{ position:relative; }

.bannerSlider .owl-dots > button.active > span:before{ position:absolute; width:18px; height:18px; border:1px solid #fff; border-radius:50%; content:""; left:-4px; top:-4px; }



.btn_1{
	text-transform:uppercase;
	background:#4b73b9;
	font-size:16px;
	letter-spacing:1px;
	font-weight:700;
	padding:10px 20px;
	border-radius:5px;
	color:#fff;
	display:inline-block;
}
.btn_1:hover{
	background:#000;
	color:#fff;
}


.bannerSlider .owl-item > .item {
    display: flex;
    align-items: center;
}

.bannerSlider #banner_slider .owl-nav .owl-prev {
    left: 10px;
}
.bannerSlider #banner_slider .owl-nav .owl-next {
    right: 10px;
}
#encouraging_apparel .owl-stage {
    display: flex;
    flex-wrap: wrap;
    padding: 10px 0;
}
#encouraging_apparel .owl-stage .item, div#encouraging_apparel .owl-stage .item > .serv_box {
    height: 100%;
}
.bannerSlider #banner_slider, #encouraging_apparel {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.bannerSlider #banner_slider .owl-nav, #encouraging_apparel .owl-nav {
    position: absolute;
    width: 100%;
}
.bannerSlider #banner_slider .owl-nav button {
    position: absolute;
    width: 45px;
    height: 45px;
    background: none;
    border-radius: 50%;
    transition: 0.5s;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
	border:1px solid #fff;
}

#encouraging_apparel .owl-nav button {
    position: absolute;
    width: 45px;
    height: 45px;
    background: none;
    border-radius: 50%;
    transition: 0.5s;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
	border:1px solid #5a5a5a;
}

#encouraging_apparel .owl-nav .owl-prev {
    left: -55px; top:-40px;
}
#encouraging_apparel .owl-nav .owl-next {
    right: -55px; top:-40px;
}
.bannerSlider #banner_slider .owl-nav button span, #encouraging_apparel .owl-nav button span {
    font-size: 0;
}
#encouraging_apparel .owl-nav button:hover, .bannerSlider #banner_slider .owl-nav button:hover {
    background: rgba(0,0,0,.5);
}
.bannerSlider #banner_slider .owl-nav button span::before {
    font-size: 16px;
    font-family: 'Font Awesome\ 5 Free';
    font-weight: 800;
    transition: 0.2s;
    color: #fff !important;
}

#encouraging_apparel .owl-nav button span::before {
    font-size: 16px;
    font-family: 'Font Awesome\ 5 Free';
    font-weight: 800;
    transition: 0.2s;
    color: #5a5a5a !important;
}

#encouraging_apparel .owl-nav button:hover span::before{ color:#fff !important; }

.bannerSlider #banner_slider .owl-nav .owl-next span::before, #encouraging_apparel .owl-nav .owl-next span::before {
    content: '\f054';
}
.bannerSlider #banner_slider .owl-nav .owl-prev span::before, #encouraging_apparel .owl-nav .owl-prev span::before {
    content: '\f053';
} */

.serv_section {
  padding: 50px 0 250px 0;
}
.serv_section h2 {
  font-size: 42px;
  text-align: center;
  font-weight: 700;
  color: #8b4b27;
  text-transform: uppercase;
  padding-bottom: 60px;
}
.serv_section h2 span {
  color: #000;
}
.each_serv {
  padding: 20px 0;
}
.each_serv p {
  font-family: Arial, sans-serif;
}
.each_serv h3 {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 25px;
  color: #422712;
  font-weight: 700;
}
.left_pannel {
  text-align: right;
}
.left_pannel img {
  float: right;
  width: 81px;
}
.left_pannel h3 {
  float: right;
  width: 75%;
  padding: 0 20px 0 0;
}
.right_pannel {
  text-align: left;
}
.right_pannel img {
  float: left;
  width: 81px;
}
.right_pannel h3 {
  float: left;
  width: 75%;
  padding: 0 0 0 20px;
}
.es_top {
  padding-bottom: 18px;
  display: inline-block;
}
.es_top img {
  vertical-align: middle;
}
.serv_btm {
  background: url("../images/dubai-pistachio-chocolate-bar.png") no-repeat 0 0;
  background-size: cover;
  widows: 100%;
  padding: 48px 48px 28px 48px;
  color: #fff;
  border-radius: 20px;
  margin-top: 100px;
}
.serv_btm h2 {
  text-align: left;
  padding-bottom: 20px;
  color: #fff;
}
.serv_btm p {
  padding-bottom: 20px;
  font-family: Arial, sans-serif;
}

.recipe_section {
  background: #fbefdf;
  position: relative;
  padding: 20px 0 80px 0;
}
.recipe_section::before {
  content: "";
  position: absolute;
  top: -162px;
  left: 0;
  background: url("../images/dubai-chocolate-bar- brwn_top.png") no-repeat 0 top;
  background-size: cover;
  width: 100%;
  height: 163px;
  z-index: 900;
}
.recipe_section h2 {
  font-size: 42px;

  font-weight: 700;
  color: #8b4b27;
  text-transform: uppercase;
  padding-bottom: 20px;
}
.recipe_section h2 span {
  color: #000;
}
.recipe_section p {
  padding-bottom: 20px;
  font-family: Arial, sans-serif;
}

.recipe_section h3 {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 25px;
  color: #422712;
  font-weight: 700;
}
.ingrad h4 {
  color: #8b4b27;
  font-size: 20px;
  font-weight: 700;
  padding-bottom: 10px;
  padding-top: 20px;
}
.ingrad ul li {
  background: url("../images/dubai-chocolate-bar-tick.png") no-repeat 0 0;
  margin: 10px 0;
  padding-left: 30px;
  list-style: none;
  font-family: Arial, sans-serif;
}
.insta ul {
  padding-left: 30px;
}
.in_num1 span {
  background: #8b4b27;
  padding: 6px;
  color: #fff;
  font-size: 12px;
  border-radius: 50%;
  margin-right: 37px;
  position: relative;
}
.in_num1 span::after {
  content: "";
  height: 1px;
  width: 21px;
  background: #8b4b27;
  position: absolute;
  top: 13px;
  right: -26px;
  z-index: 9;
}
.in_num1 span::before {
  content: "01";
  position: absolute;
  top: -5px;
  right: -36px;
  z-index: 0;
  color: #ded4c8;
  font-size: 32px;
  font-weight: 700;
}
.in2 span::before {
  content: "02";
}
.in3 span::before {
  content: "03";
}
.in4 span::before {
  content: "04";
}
.in5 span::before {
  content: "05";
}

.viral_box {
  background: #442812;
  padding: 50px 30px 30px 30px;
  border-radius: 10px;
  font-family: Arial, sans-serif;
  color: #fbefdf;
  margin-top: 100px;
}
.viral_box span {
  font-weight: 700;
}
.viral_box p {
  text-align: left;
  font-size: 18px;
}

.about_section {
  padding: 80px 0 220px 0;
}
.about_section h2 {
  font-size: 42px;
  font-weight: 700;
  color: #8b4b27;
  text-transform: uppercase;
  padding-bottom: 20px;
  padding-top: 40px;
}
.about_section h2 span {
  color: #000;
}
.about_section p {
  padding-bottom: 20px;
  font-family: Arial, sans-serif;
}

.member_section {
  background: rgb(139, 75, 39);
  background: linear-gradient(
    180deg,
    rgba(139, 75, 39, 1) 0%,
    rgba(139, 75, 39, 1) 30%,
    rgba(255, 255, 255, 1) 30%,
    rgba(255, 255, 255, 1) 100%
  );
  position: relative;
  padding: 20px 0 80px 0;
}
.member_section::before {
  content: "";
  position: absolute;
  top: -162px;
  left: 0;
  background: url("../images/dubai-chocolate-bar- choc-top.png") no-repeat 0 top;
  background-size: cover;
  width: 100%;
  height: 163px;
  z-index: 900;
}
.member_section h2 {
  font-size: 42px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  padding-bottom: 20px;
  padding-top: 20px;
  text-align: center;
}
.member_section p {
  padding-bottom: 40px;
  color: #fff;
  text-align: center;
  font-family: Arial, sans-serif;
}
.member_section h3 {
  font-size: 42px;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
  color: #fff;
  padding-bottom: 30px;
  text-align: center;
}
.member_section h5 {
  font-size: 22px;
  font-weight: 300;
  color: #000;
  padding-top: 20px;
}
.member_section h5 span {
  font-weight: 700;
}
.each_mc {
  background: #fbefdf;
  padding: 20px;
  margin: 10px 0;
  border-radius: 10px;
  min-height: 590px;
}
.each_mc img {
  height: 266px;
  width: 100%;
  object-fit: cover;
  border-radius: 10px;
}
.each_mc h4 a {
  font-size: 25px;
  font-weight: 700;
  padding: 20px 0 3px 0;
  margin-bottom: 15px;
  color: #442812;
  display: inline-block;
  border-bottom: 1px solid #fbefdf;
  transition: 1s;
}
.each_mc h4 a:hover {
  color: #000;
  border-bottom: 1px solid #000;
}
.each_mc p {
  color: #442812;
  text-align: left;
  padding-bottom: 0;
}

.chocobar_section {
  background: url("../images/dubai-chocolate-bar-recipe-1.png") no-repeat 0 0;
  background-size: cover;
  padding: 80px 0;
}
.each_choco {
  min-height: 358px;
  border-radius: 10px;
  background: #fff;
  overflow: hidden;
}
.each_choco img {
  width: 100%;
  min-height: 358px;
  object-fit: cover;
}
.ech_txt {
  padding: 30px 20px 30px 0;
}
.ech_txt p {
  font-family: Arial, sans-serif;
}

.each_choco h3 {
  font-size: 25px;
  font-weight: 700;
  padding: 0 0 20px 0;
  color: #442812;
}

.faq_section {
  padding: 80px 0;
}
.faq_section h2 {
  font-size: 42px;
  font-weight: 700;
  color: #8b4b27;
  text-transform: uppercase;
  padding-bottom: 40px;
}
.faq_section h2 span {
  color: #000;
}
.accordion {
  background-color: #fbefdf;
  color: #383838;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 20px;
  transition: 0.4s;
  border-radius: 5px;
  font-weight: 700;
  margin: 5px 0;
  font-family: Arial, sans-serif;
}
.faq_area p {
  font-family: Arial, sans-serif;
}

.active,
.accordion:hover {
  background-color: #fbefdf;
}
.active {
  margin: 5px 0 0 0;
  border-radius: 5px 5px 0 0;
}
.accordion:after {
  content: "\002B";
  color: #383838;
  font-size: 20px;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}

.active:after {
  content: "\2212";
}
.panel {
  padding: 0 18px 18px 18px;
  display: none;
  background-color: white;
  overflow: hidden;
  font-weight: 300;
  background: #fbefdf;
  border-radius: 0 0 5px 5px;
}
.panel a {
  color: #383838;
  text-decoration: underline;
}

.footer_area {
  background: url("../images/dubai-chocolate-bar-foot_bg.png") no-repeat 0 0;
  background-size: cover;
  padding: 180px 0 0 0;
  text-align: center;
}

.foot_area ul {
  padding: 50px 0;
}
.foot_area ul li {
  font-family: Arial, sans-serif;
  font-size: 16px;
  font-weight: 300;
  color: #402611;
  display: inline-block;
  padding: 0 5px;
}
.foot_area ul li a {
  color: #402611;
  transition-duration: 1.5s;
}
.foot_area ul li a:hover {
  color: #000;
  border-bottom: 1px solid #000;
}
.bottom_footer {
  background: #cbaf90;
  font-family: Arial, sans-serif;
  font-size: 15px;
  font-weight: 300;
  color: #fff;
  padding: 12px 0;
}
.bottom_footer a {
  color: #fff;
}
.bottom_footer a:hover {
  color: #402611;
}

#backToTop {
  display: inline-block;
  background: url(../images/dubai-chocolate-bar-uparrow.png) no-repeat center
    #402611;
  border-radius: 50% !important;
  width: 50px;
  height: 50px;
  text-align: center;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition:
    background-color 0.3s,
    opacity 0.5s,
    visibility 0.5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
  border-radius: 0;
}

#backToTop:hover {
  cursor: pointer;
  background-color: #000;
}
#backToTop:active {
  background-color: #000;
}
#backToTop.show {
  opacity: 1;
  visibility: visible;
}

/*==========inner page css============*/

.inner_banner {
  padding: 80px 0;
  background: url("../images/ban1.png") no-repeat 0 0;
  position: relative;
}

.inner_banner h1 {
  font-size: 50px;
  font-weight: 800;
  color: #fae0bd;
}
.inner_banner h1 span {
  color: #fae0bd;
  font-weight: 300;
}
.recipe_list {
  padding: 40px 0;
  text-align: center;
}
.recipe_list h1 {
  font-size: 42px;
  font-weight: 700;
  color: #8b4b27;
  text-transform: uppercase;
  padding-bottom: 20px;
  text-align: center;
}
.each_recipe {
  border: 1px solid #442812;
  padding: 10px 15px;
  border-radius: 10px;
  margin: 0 7px 15px 7px;
  display: inline-block;
  transition: 0.5s;
}
.each_recipe p {
  font-size: 20px;
  font-weight: 700;
  line-height: 23px;
  color: #8b4b27;
  margin: 3px 0;
  float: left;
  text-align: left;
}
.each_recipe img {
  float: left;
  margin-right: 10px;
}
.each_recipe:hover {
  background: #fbefdf;
}
.inner_guide {
  padding: 40px 0 250px 0;
}
.inner_guide h1 {
  font-size: 42px;
  font-weight: 300;
  color: #8b4b27;
  text-transform: uppercase;
  padding-bottom: 20px;
}
.inner_guide h2 span {
  font-weight: 300;
}
.inner_guide p {
  padding-bottom: 20px;
  font-family: Arial, sans-serif;
}
.inner_guide p span {
  font-weight: 700;
}
.inner_each_mc {
  background: #fbefdf;
  padding: 20px;
  margin: 50px 0 0 0;
  border-radius: 10px;
}
.inner_each_mc img {
  height: 266px;
  width: 100%;
  object-fit: cover;
  border-radius: 10px;
}
.inner_each_mc h4 {
  font-size: 25px;
  font-weight: 700;
  padding: 20px 0 0 0;
  margin-bottom: 15px;
  color: #442812;
}
.inner_each_mc h4 span {
  font-weight: 300;
}
.inner_each_mc p {
  color: #442812;
  text-align: left;
  padding-bottom: 0;
}

.inner_recipe_section {
  background: #fbefdf;
  position: relative;
  padding: 0 0 80px 0;
}
.inner_recipe_section::before {
  content: "";
  position: absolute;
  top: -162px;
  left: 0;
  background: url("../images/dubai-chocolate-bar- brwn_top.png") no-repeat 0 top;
  background-size: cover;
  width: 100%;
  height: 163px;
  z-index: 900;
}
.inner_recipe_section h1 {
  font-size: 42px;
  font-weight: 700;
  color: #8b4b27;
  text-transform: uppercase;
  padding-bottom: 20px;
}
.top_margin {
  margin-top: 80px;
}

.inner_recipe_section p {
  padding-bottom: 20px;
  font-family: Arial, sans-serif;
}
.inner_recipe_section h3 {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 25px;
  color: #422712;
  font-weight: 700;
}
.inner_recipe_section .ingrad h4 {
  color: #8b4b27;
  font-size: 20px;
  font-weight: 700;
  padding-bottom: 10px;
  padding-top: 20px;
}
.inner_recipe_section .ingrad ul li {
  background: url("../images/dubai-chocolate-bar-tick.png") no-repeat 0 0;
  margin: 10px 0;
  padding-left: 30px;
  list-style: none;
  font-family: Arial, sans-serif;
}
.inner_recipe_section .ingrad ul li span {
  font-weight: 700;
}
.inner_recipe_section .insta ul {
  padding-left: 30px;
}
.inner_recipe_section .in_num1 span {
  background: #8b4b27;
  padding: 6px;
  color: #fff;
  font-size: 12px;
  border-radius: 50%;
  margin-right: 37px;
  position: relative;
}
.inner_recipe_section .in_num1 span::after {
  content: "";
  height: 1px;
  width: 21px;
  background: #8b4b27;
  position: absolute;
  top: 13px;
  right: -26px;
  z-index: 9;
}
.inner_recipe_section .in_num1 span::before {
  content: "01";
  position: absolute;
  top: -5px;
  right: -36px;
  z-index: 0;
  color: #ded4c8;
  font-size: 32px;
  font-weight: 700;
}
.inner_recipe_section .in2 span::before {
  content: "02";
}
.inner_recipe_section .in3 span::before {
  content: "03";
}
.inner_recipe_section .in4 span::before {
  content: "04";
}
.inner_recipe_section .in5 span::before {
  content: "05";
}

.inner_tips {
  background: url("../images/dubai-chocolate-bar-recipe-1.png") no-repeat 0 0;
  background-size: cover;
  padding: 80px 0 220px 0;
}
.inner_tips h1 {
  font-size: 42px;
  font-weight: 300;
  color: #fff;
  text-transform: uppercase;
  padding-bottom: 20px;
  text-align: center;
}
.inner_tips h2 span {
  font-weight: 300;
}
.inn_each_choco {
  border-radius: 10px;
  background: #fff;
  overflow: hidden;
  margin: 15px 0;
  min-height: 330px;
}
.inner_tips .inn_each_choco img {
  width: 100%;
  object-fit: cover;
  min-height: 330px;
}
.inn_ech_txt {
  padding: 30px 20px 30px 0;
}

.inn_ech_txt h3 {
  font-size: 20px;
  font-weight: 300;
  color: #442812;
}
.inn_ech_txt h3 span {
  font-weight: 700;
}
.sort_h {
  min-height: 200px !important;
}

.inner_dcbtry {
  padding: 80px 0;
}
.inner_dcbtry img {
  border-radius: 20px;
  margin: 32px 0;
}

.inner_dcbtry h1 {
  font-size: 42px;
  font-weight: 300;
  color: #8b4b27;
  text-transform: uppercase;
  padding-bottom: 20px;
}
.inner_dcbtry h2 span {
  font-weight: 300;
}
.inner_dcbtry p {
  padding-bottom: 20px;
  font-family: Arial, sans-serif;
}
.inner_dcbtry p span {
  font-weight: 700;
}

.inn_variation {
  padding: 0 0 80px 0;
  position: relative;
  background: #fbefdf;
}
.inn_variation::before {
  content: "";
  position: absolute;
  top: -162px;
  left: 0;
  background: url("../images/dubai-chocolate-bar- brwn_top.png") no-repeat 0 top;
  background-size: auto;
  background-size: cover;
  width: 100%;
  height: 163px;
  z-index: 900;
}
.inn_variation h1 {
  font-size: 42px;
  font-weight: 300;
  color: #8b4b27;
  text-transform: uppercase;
  padding-bottom: 20px;
}
.inn_variation h2 span {
  font-weight: 300;
}

.inn_each_serv {
  padding: 14px 0;
}
.inn_each_serv img {
  float: left;
  width: 81px;
}
.var_img {
  border-radius: 20px;
}
.inn_each_serv h3 {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 25px;
  color: #422712;
  font-weight: 700;
  float: left;
  width: 75%;
  padding: 14px 0 0 20px;
}
.inn_es_top {
  padding-bottom: 8px;
  display: inline-block;
}
.inn_each_serv p {
  font-family: Arial, sans-serif;
}
.inn_each_serv p span {
  font-weight: 700;
}

.inner_contact {
  padding: 80px 0;
}
.inn_contform {
  background: rgba(252, 238, 219, 0.71);
  padding: 40px 30px;
  border-radius: 10px;
}
.inn_contform h3 {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 30px;
  font-weight: 700;
  color: #442812;
  padding-bottom: 15px;
  text-transform: uppercase;
}
.inn_contform h3 span {
  font-weight: 300;
}
.inn_contform p {
  font-size: 16px;
  color: #442812;
  padding-bottom: 20px;
  font-family: Arial, sans-serif;
}

.inn_contform input#iname,
input#iemail,
input#iwa,
input#isub {
  border: 1px solid #442812;
  padding: 10px;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 300;
  margin: 0 3px 12px 3px;
  width: 48%;
  background: #fff;
  color: #442812;
  font-family: "Roboto Condensed", sans-serif;
}
.inn_contform textarea#imessage {
  border: 1px solid #442812;
  padding: 10px;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 300;
  margin: 0 3px 12px 3px;
  width: 98%;
  background: #fff;
  color: #442812;
  font-family: "Roboto Condensed", sans-serif;
}
.inn_contform input#isubmit_btn {
  padding: 12px 40px;
  border-radius: 7px;
  font-size: 16px;
  font-weight: 700;
  background: #442812;
  color: #fff;
  text-align: center;
  border: none;
  transition: 0.8s;
  font-family: "Roboto Condensed", sans-serif;
  float: right;
  margin: 0 7px 0 0;
}
.inn_contform input#isubmit_btn:hover {
  background: #000;
}

.inner_contact h2 {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 42px;
  font-weight: 300;
  color: #8b4b27;
  padding-top: 60px;
  text-align: center;
}
.inner_contact h2 span {
  font-weight: 700;
}

.about_top {
  padding: 80px 0 0 0;
  text-align: center;
}
.about_top h1 {
  font-size: 42px;
  font-weight: 300;
  color: #8b4b27;
  text-transform: uppercase;
  padding-bottom: 20px;
  text-align: center;
}
.about_top h1 strong {
  color: #432812;
}

.blog_hosting {
  padding: 40px 0;
}
.blog_hosting h1 {
  font-size: 42px;
  font-weight: 300;
  color: #8b4b27;
  text-transform: uppercase;
  padding-bottom: 20px;
}
.blog_hosting h4 {
  font-size: 24px;
  font-weight: 300;
  color: #8b4b27;
  padding-bottom: 20px;
}
.blog_hosting p {
  padding-bottom: 20px;
  font-family: Arial, sans-serif;
}
.blog_hosting p a {
  text-decoration: underline;
  color: #422712;
}

.never_before {
  padding: 40px 0 240px 0;
}
.nv_cont {
  background: url("../images/dcb_nvbg.png") no-repeat 0 0 #fbefdf;
  background-size: cover;
  border-radius: 20px;
  padding: 50px 30px 30px 30px;
}
.nv_cont h1 {
  font-size: 42px;
  font-weight: 300;
  color: #8b4b27;
  text-transform: uppercase;
}
.nv_cont p {
  font-family: Arial, sans-serif;
  padding-bottom: 20px;
}
.nv_cont p a {
  text-decoration: underline;
  color: #422712;
}

.offer {
  background: #8b4b27;
  position: relative;
  color: #fff;
}
.offer::before {
  content: "";
  position: absolute;
  top: -162px;
  left: 0;
  background: url("../images/dubai-chocolate-bar- choc-top.png") no-repeat 0 top;
  background-size: cover;
  width: 100%;
  height: 163px;
  z-index: 900;
}
.offer h1 {
  font-size: 42px;
  font-weight: 300;
  text-transform: uppercase;
  padding-bottom: 20px;
  text-align: center;
}

.offer p {
  padding-bottom: 20px;
  font-family: Arial, sans-serif;
  text-align: center;
}
.offer p a {
  color: #fff;
  text-decoration: underline;
}
.offer h3 {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 30px;
  font-weight: 300;
  padding: 15px 0;
}
.offer .ingrad_off h4 {
  font-size: 20px;
  font-weight: 700;
  padding-bottom: 10px;
  padding-top: 20px;
}
.offer .ingrad_off p {
  text-align: left;
}
.offer .ingrad_off a {
  color: #fff;
  text-decoration: underline;
}
.offer .ingrad_off ul li {
  background: url("../images/dubai-chocolate-bar-tick_wh.png") no-repeat 0 0;
  margin: 10px 0;
  padding-left: 30px;
  list-style: none;
  font-family: Arial, sans-serif;
}
.top_margin_25 {
  margin-top: 25px;
}

.inner_why {
  background: rgb(139, 75, 39);
  background: linear-gradient(
    180deg,
    rgba(139, 75, 39, 1) 0%,
    rgba(139, 75, 39, 1) 50%,
    rgba(255, 255, 255, 1) 50%,
    rgba(255, 255, 255, 1) 100%
  );
  padding: 80px 0 40px 0;
}

.inner_serv_btm {
  background: url("../images/dcb_about.png") no-repeat 0 0;
  background-size: cover;
  widows: 100%;
  padding: 48px 48px 28px 48px;
  border-radius: 20px;
}
.inner_serv_btm h1 {
  font-size: 42px;
  font-weight: 700;
  color: #442812;
  text-transform: uppercase;
  padding-bottom: 20px;
}
.inner_serv_btm p {
  font-family: Arial, sans-serif;
  padding-bottom: 20px;
}
.inner_serv_btm p a {
  color: #422712;
  text-decoration: underline;
}

.inner_future {
  padding: 40px 0;
}
.inner_future img {
  border-radius: 20px;
}
.inner_future h1 {
  font-size: 42px;
  font-weight: 300;
  color: #8b4b27;
  text-transform: uppercase;
  padding-bottom: 20px;
  margin: 32px 0 0 0;
}
.inner_future p {
  padding-bottom: 20px;
  font-family: Arial, sans-serif;
}
.inner_future p a {
  color: #422712;
  text-decoration: underline;
}
.inn_about_btm {
  padding: 40px 0 80px 0;
  text-align: center;
}

.inn_about_btm h4 {
  padding-bottom: 30px;
  font-family: Arial, sans-serif;
  font-size: 24px;
  font-weight: 300;
}
.inn_about_btm h4 a {
  color: #422712;
  text-decoration: underline;
}
.inn_about_btm h1 {
  font-size: 42px;
  font-weight: 300;
  color: #8b4b27;
}

.inner_creation_section {
  background: url("../images/dcbc_cr_bg.png") no-repeat 0 0;
  position: relative;
  padding: 160px 0 280px 0;
  background-size: cover;
}

.inner_creation_section h1 {
  font-size: 42px;
  font-weight: 300;
  color: #8b4b27;
  text-transform: uppercase;
  padding-bottom: 40px;
  text-align: center;
}

.inner_creation_section p {
  padding-bottom: 20px;
  font-family: Arial, sans-serif;
}
.inner_creation_section h3 {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 25px;
  color: #422712;
  font-weight: 700;
}
.inner_creation_section .ingrad h4 {
  color: #8b4b27;
  font-size: 30px;
  font-weight: 300;
  padding-bottom: 10px;
  padding-top: 0;
}
.inner_creation_section .ingrad ul li {
  background: url("../images/dubai-chocolate-bar-tick.png") no-repeat 0 0;
  margin: 0 0 20px 0;
  padding-left: 30px;
  list-style: none;
  font-family: Arial, sans-serif;
}

.inn_community {
  padding: 0 0 80px 0;
}
.inn_community h1 {
  font-size: 42px;
  font-weight: 300;
  color: #8b4b27;
  text-transform: uppercase;
  padding-bottom: 20px;
  text-align: center;
}
.inn_community h4 {
  color: #8b4b27;
  font-size: 30px;
  font-weight: 300;
  padding-bottom: 40px;
  text-align: center;
}
.inn_community h5 a {
  font-size: 25px;
  font-weight: 700;
  text-decoration: underline;
  color: #8b4b27;
  padding-bottom: 15px;
  display: block;
}
.inn_community h5 a:hover {
  color: #000;
}
.inn_community p {
  padding-bottom: 20px;
  font-family: Arial, sans-serif;
}
.inn_community ul li {
  background: url("../images/dubai-chocolate-bar-tick.png") no-repeat 0 0;
  margin: 0 0 20px 0;
  padding-left: 30px;
  list-style: none;
  font-family: Arial, sans-serif;
}

.dessert {
  margin: 163px 0 0 0;
}
.dessert h1 {
  font-weight: 300;
  text-align: center;
}
.dessert p {
  text-align: center;
}
.dessert .ingrad h2 {
  color: #212121;
  font-size: 30px;
  font-weight: 700;
  padding: 40px 0 0 0;
}
.dessert .ingrad h4 {
  color: #8b4b27;
  font-size: 16px;
  font-weight: 300;
  padding-bottom: 0;
  padding-top: 20px;
  font-family: arial;
  display: flex;
}
.dessert .ingrad h4 strong {
  display: contents;
}
.dessert .insta ul {
  padding-left: 30px;
}
.dessert .in_num1 span {
  background: #8b4b27;
  padding: 6px;
  color: #fff;
  font-size: 12px;
  border-radius: 50%;
  margin-right: 37px;
  position: relative;
  height: 25px;
}
.dessert .in_num1 span::after {
  content: "";
  height: 1px;
  width: 21px;
  background: #8b4b27;
  position: absolute;
  top: 13px;
  right: -26px;
  z-index: 9;
}
.dessert .in_num1 span::before {
  content: "01";
  position: absolute;
  top: -5px;
  right: -36px;
  z-index: 0;
  color: #ded4c8;
  font-size: 32px;
  font-weight: 700;
}
.dessert .in2 span::before {
  content: "02";
}
.dessert .in3 span::before {
  content: "03";
}
.dessert .in4 span::before {
  content: "04";
}
.dessert .in5 span::before {
  content: "05";
}

.inner_guide_creation {
  padding: 40px 0 80px 0;
}
.inner_guide_creation h1 {
  font-size: 42px;
  font-weight: 300;
  color: #8b4b27;
  text-transform: uppercase;
  padding-bottom: 20px;
}

.inner_guide_creation p {
  padding-bottom: 20px;
  font-family: Arial, sans-serif;
}
.inner_dblog {
  margin: -220px 0 80px 0;
  position: relative;
  z-index: 2;
}
.inner_dblog h1 {
  font-size: 42px;
  font-weight: 300;
  color: #8b4b27;
  text-transform: uppercase;
  padding-bottom: 20px;
  text-align: center;
}
.inner_dblog .inner_each_mc {
  background: #a3784d;
  padding: 25px 25px 10px 25px;
  margin: 0;
  border-radius: 10px;
}
.inner_dblog .inner_each_mc img {
  height: 266px;
  width: 100%;
  object-fit: cover;
  border-radius: 10px;
}
.inner_dblog .inner_each_mc h4 a {
  font-size: 25px;
  font-weight: 700;
  padding: 20px 0 0 0;
  margin-bottom: 15px;
  color: #fbefdf;
  text-decoration: underline;
}
.inner_dblog .inner_each_mc h4 a:hover {
  color: #fff;
}
.inner_dblog .inner_each_mc p {
  color: #fbefdf;
  text-align: left;
  padding-bottom: 15px;
  font-family: Arial, sans-serif;
}

.inn_join {
  background: rgb(251, 239, 223);
  background: linear-gradient(
    180deg,
    rgba(251, 239, 223, 1) 0%,
    rgba(251, 239, 223, 1) 50%,
    rgba(255, 255, 255, 1) 50%,
    rgba(255, 255, 255, 1) 100%
  );
}
.inn_join .nv_cont {
  background: url("../images/dcbc_choco_bg.png") no-repeat 0 0 #fbefdf;
  background-size: cover;
  border-radius: 20px;
  padding: 50px 30px 30px 30px;
  color: #fff;
}
.inn_join h1 {
  font-size: 42px;
  font-weight: 300;
  text-transform: uppercase;
  color: #fff;
}
.inn_join p {
  font-family: Arial, sans-serif;
  padding-bottom: 20px;
}
.inn_join h4 {
  font-size: 30px;
  font-weight: 300;
  padding-bottom: 20px;
}
.inn_join ul li {
  background: url("../images/dubai-chocolate-bar-tick_wh.png") no-repeat 0 0;
  margin: 0 0 20px 0;
  padding-left: 30px;
  list-style: none;
  font-family: Arial, sans-serif;
}

.inn_creation_btm {
  padding: 40px 0 80px 0;
  text-align: center;
}
.inn_creation_btm h2 {
  font-size: 42px;
  font-weight: 300;
  color: #8b4b27;
  text-transform: uppercase;
  padding-bottom: 20px;
  margin: 32px 0 0 0;
}
.inn_creation_btm p {
  padding-bottom: 30px;
  font-family: Arial, sans-serif;
}
.inn_creation_btm h4 {
  padding-bottom: 30px;
  font-family: Arial, sans-serif;
  font-size: 24px;
  font-weight: 300;
}
.inn_creation_btm h1 {
  font-size: 42px;
  font-weight: 300;
  color: #8b4b27;
}
.inn_creation_btm h1 a {
  color: #3c1f09;
  text-decoration: underline;
}
.inn_creation_btm h1 a:hover {
  color: #000;
}

.locator {
  padding: 40px 0 160px 0;
  text-align: center;
  background: url("../images/locator_bg.jpg") no-repeat 0 0;
  background-size: cover;
  position: relative;
}

.locator::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background: url("../images/dubai-chocolate-bar-ban_btm.png") repeat-x 0 bottom;
  background-size: auto;
  background-size: cover;
  width: 100%;
  height: 127px;
  z-index: 900;
}
.locator h1 {
  font-size: 42px;
  font-weight: 300;
  color: #fae0bd;
  padding-bottom: 20px;
  text-align: center;
}
.locator h1 strong {
  color: #fff;
}
.location_s {
  background: #fbefdf;
  border-radius: 20px;
  padding: 30px 45px;
  text-align: center;
  width: 80%;
  margin: 0 auto;
}
.location_s h1 {
  font-size: 42px;
  font-weight: 700;
  color: #442812;
  padding-bottom: 15px;
  text-transform: uppercase;
}
.location_s h3 {
  font-size: 30px;
  font-weight: 700;
  color: #8b4b27;
  padding-bottom: 25px;
  text-transform: uppercase;
}
.location_s input#search {
  border: 1px solid #442812;
  padding: 10px;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 300;
  margin: 6px 0 25px;
  width: 100%;
  background: #fff;
  color: #442812;
  font-family: "Roboto Condensed", sans-serif;
}
.location_s button#search_btn {
  padding: 12px 30px;
  border-radius: 7px;
  font-size: 16px;
  font-weight: 700;
  background: #442812;
  color: #fff;
  text-align: center;
  border: none;
  transition: 0.8s;
  font-family: "Roboto Condensed", sans-serif;
}
.location_s button#search_btn:hover {
  background: #000;
}
.search_txt {
  padding: 40px 0;
  text-align: center;
}
.search_txt p {
  padding-bottom: 20px;
  font-weight: 400;
}
.loc_section {
  background: #fcf3e8;
  padding: 60px 0 70px;
  position: relative;
}
.loc_section::before {
  content: "";
  position: absolute;
  top: 120px;
  left: 0;
  background: url("../images/loc.png") no-repeat left 0;
  width: 281px;
  height: 350px;
  z-index: 90;
}
.loc_section h1 {
  font-size: 42px;
  font-weight: 300;
  color: #8b4b27;
  padding-bottom: 15px;
  text-transform: uppercase;
  text-align: center;
}
.loc_section h1 strong {
  color: #141414;
}
.loc_section h2 {
  font-size: 42px;
  font-weight: 300;
  color: #8b4b27;
  padding-bottom: 15px;
  text-transform: uppercase;
  text-align: center;
  position: relative;
  z-index: 100;
}
.loc_section h2 strong {
  color: #141414;
}
.loc_section p {
  text-align: center;
  font-weight: 400;
  position: relative;
  z-index: 100;
}
.each_location {
  border-radius: 20px;
  background: #fff;
  box-shadow: 0px 0px 10px #442812;
  padding: 30px 24px;
  z-index: 122;
  position: relative;
  margin-top: 30px;
  min-height: 557px;
}
.each_location h2 {
  color: #442812;
  text-transform: none;
  font-weight: 700;
  text-align: left;
}
.each_location ul {
  padding: 0;
  margin: 0;
}
.each_location ul li {
  color: #8b4b27;
  font-size: 20px;
  font-weight: 500;
  line-height: 22px;
  padding-bottom: 15px;
  padding-left: 55px;
  padding-top: 9px;
  list-style: none;
  background: url("../images/l1.png") no-repeat 0 0;
}
.each_location ul li strong {
  color: #442812;
}
.each_location ul li:nth-child(2) {
  background: url("../images/l2.png") no-repeat 0 0;
}
.each_location ul li:nth-child(3) {
  background: url("../images/l3.png") no-repeat 0 0;
}
.each_location ul li.notes {
  background: url("../images/l4.png") no-repeat 0 0;
  color: #141414;
  font-size: 16px;
  line-height: 23px;
  font-weight: 300;
}
.instant_section {
  padding: 60px 0 70px;
  position: relative;
}
.instant_section::before {
  content: "";
  position: absolute;
  bottom: 12px;
  right: 0;
  background: url("../images/22_bg.jpg") no-repeat right 0;
  width: 157px;
  height: 433px;
}
.instant_section h1 {
  font-size: 42px;
  font-weight: 700;
  color: #8b4b27;
  padding-bottom: 15px;
  text-align: center;
}
.instant_section h2 strong {
  color: #442812;
}
.instant_section p {
  color: #212121;
  font-weight: 300;
  text-align: center;
}
.store_locator {
  margin-top: 40px;
  border-radius: 0 0 20px 20px;
  position: relative;
  overflow: hidden;
  z-index: 100;
}
.sl_top {
  padding: 55px 100px 15px 100px;
  background: #8b4b27;
  color: #fff;
  text-align: center;
  border-radius: 20px 20px 0 0;
}
.sl_top h1 {
  color: #fff;
}
.sl_top p {
  color: #fff;
}
.sl_btm {
  padding: 25px 100px;
  background: #faecdb;
}
.sl_btm ul li {
  list-style: none;
  padding: 8px 0 8px 40px;
  background: url("../images/1.png") no-repeat 0 0;
}
.sl_btm ul li:nth-child(2) {
  background: url("../images/2.png") no-repeat 0 0;
}
.sl_btm ul li:nth-child(3) {
  background: url("../images/3.png") no-repeat 0 0;
}

.order {
  background: #e3cfc4;
  padding: 80px 0;
}
.order h1 {
  color: #442812;
  font-weight: 700;
}
.order p a {
  color: #8b4b27;
  text-decoration: underline;
}
.order p a:hover {
  color: #000;
}
.top_city {
  padding: 80px 0 120px 0;
  background: url("../images/near_pnt.png") no-repeat 0 0;
  background-size: cover;
}
.top_city h1 {
  font-size: 42px;
  font-weight: 700;
  color: #8b4b27;
  padding-bottom: 15px;
  text-transform: uppercase;
  text-align: center;
}
.top_city h1 strong {
  color: #442812;
}

.city_btn {
  background: #8b4b27;
  border-radius: 20px;
  padding: 35px 10px;
  width: 100%;
  color: #fff;
  text-decoration: underline;
  display: inline-block;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  margin: 15px 0;
}
.city_btn:hover {
  color: #fff;
  text-decoration: none;
  background: #442812;
}
.city_btn.active_city {
  color: #fff;
  text-decoration: none;
  background: #442812;
}
.nearfaq h1 {
  font-size: 42px;
  font-weight: 700;
  color: #442812;
  padding-bottom: 20px;
}
.nearfaq h1 strong {
  color: #8b4b27;
}
.near_faq_area .accordion {
  background-color: #442812;
  color: #fff;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 20px;
  transition: 0.4s;
  border-radius: 5px;
  font-weight: 700;
  margin: 5px 0;
  font-family: Arial, sans-serif;
  position: relative;
  padding-left: 42px;
}
.near_faq_area .accordion::before {
  content: "";
  background: url("../images/round.png") no-repeat 0 0;
  width: 16px;
  height: 16px;
  color: #fff;
  font-size: 18px;
  position: absolute;
  top: 35%;
  left: 18px;
}

.near_faq_area p {
  font-family: Arial, sans-serif;
  padding: 10px 0;
}

.near_faq_area .active,
.near_faq_area .accordion:hover {
  background-color: #8b4b27;
}
.near_faq_area .active {
  margin: 5px 0 0 0;
  border-radius: 5px 5px 0 0;
}
.near_faq_area .accordion:after {
  content: "\002B";
  color: #383838;
  font-size: 20px;
  font-weight: bold;
  float: right;
  margin-left: 5px;
  background: #fff;
  border-radius: 90px;
  padding: 0px 6px;
}

.near_faq_area .active:after {
  content: "\2212";
}
.near_faq_area .panel {
  padding: 0 18px 18px 18px;
  display: none;
  background-color: white;
  overflow: hidden;
  font-weight: 300;
  background: #fbefdf;
  border-radius: 0 0 5px 5px;
}
.near_faq_area .panel a {
  color: #383838;
  text-decoration: underline;
}
.foot_near {
  margin-top: -90px;
}
.pop_loc {
  padding: 60px 0 20px;
  background: url("../images/25_bg.png") no-repeat right bottom;
  position: relative;
}
.pop_loc::before {
  content: "";
  position: absolute;
  top: 30%;
  right: 0;
  background: url("../images/23_bg.png") no-repeat right 0;
  width: 255px;
  height: 322px;
}
.pop_loc::after {
  content: "";
  position: absolute;
  bottom: 30%;
  left: 0;
  background: url("../images/24_bg.png") no-repeat left 0;
  width: 193px;
  height: 526px;
}
.pop_loc h1 {
  font-size: 42px;
  font-weight: 700;
  color: #442812;
  padding-bottom: 20px;
  text-align: center;
}
.pop_loc p {
  text-align: center;
  padding-bottom: 40px;
}
.loc_table table {
  margin-bottom: 40px;
  position: relative;
  z-index: 30;
}
.loc_table .table thead tr {
  background: #8b4b27;
  color: #fcf3e8;
  font-size: 35px;
  font-weight: 700;
  overflow: hidden;
}
.loc_table .table thead tr th {
  padding: 30px 35px;
  border-radius: 0 20px 0 0;
  border-bottom: none;
}
.loc_table .table thead tr th:nth-child(odd) {
  border-right: 3px solid #fcf3e8;
  border-radius: 20px 0 0 0;
}
.loc_table .table tbody tr {
  font-size: 25px;
  color: #442812;
  font-weight: 700;
}
.loc_table .table tbody tr:nth-child(odd) {
  background: #fcf3e8;
}
.loc_table .table tbody tr:nth-child(even) {
  background: #fff;
}
.loc_table .table tbody tr td {
  padding: 30px 35px;
  border: 3px solid #8b4b27;
}
.loc_table .table tbody tr.last_tr td {
  border-radius: 0 0 0 20px;
}
.loc_table .table tbody tr.last_tr td:nth-child(even) {
  border-radius: 0 0 20px 0;
}
.loc_table .table tbody tr ul {
  padding: 0;
  margin: 0 0 20px 0;
}
.loc_table .table tbody tr ul li {
  background: url(../images/dubai-chocolate-bar-tick.png) no-repeat 0 9px;
  padding: 0 0 0 27px;
  list-style: none;
}
.loc_table .table tbody tr a {
  color: #442812;
  text-decoration: underline;
  transition: 0.5s ease;
}
.loc_table .table tbody tr a:hover {
  color: #b5651d;
}
.loc_table .table tbody tr p {
  font-size: 20px;
  font-weight: 300;
  color: #442812;
  text-align: left;
  padding-bottom: 0;
}

.loc_tool {
  background: url("../images/loc_bg.jpg") no-repeat 0 0;
  background-size: cover;
  padding: 80px 0;
}
.loc_tool h1 {
  font-size: 42px;
  font-weight: 300;
  color: #fff;
  padding-bottom: 20px;
}

.content input {
  display: none;
}

.content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #fff;
  border-radius: 20px;
}

.content .list {
  display: flex;
  flex-direction: column;
  position: relative;
  width: 47%;
  background: #8b4b27;
  border-radius: 20px 0 0 20px;
}

.content .list label {
  cursor: pointer;
  line-height: 60px;
  font-size: 25px;
  font-weight: 700;
  color: #fcf3e8;
  padding-left: 25px;
  transition: all 0.5s ease;
  z-index: 10;
}

#home:checked ~ .list label.home,
#blog:checked ~ .list label.blog,
#help:checked ~ .list label.help,
#code:checked ~ .list label.code,
#about:checked ~ .list label.about {
  color: #fff;
}

.content .slider {
  position: absolute;
  left: 0;
  top: 0;
  height: 60px;
  width: 100%;
  transition: all 0.5s ease;
  background: #442812;
}
.content .slider::after {
  content: "";
  background: url("../images/triangle.png") no-repeat 0 0;
  width: 18px;
  height: 33px;
  position: absolute;
  right: -18px;
  top: 14px;
}

#home:checked ~ .list .slider {
  top: 0;
}

#blog:checked ~ .list .slider {
  top: 60px;
}

#help:checked ~ .list .slider {
  top: 120px;
}

#code:checked ~ .list .slider {
  top: 180px;
}

#about:checked ~ .list .slider {
  top: 240px;
}

.content .text-content {
  width: 53%;
  height: 100%;
  color: rgba(255, 255, 255, 0.7);
  padding: 25px;
}

.content .text {
  display: none;
}

.content .text .title {
  font-size: 25px;
  margin-bottom: 10px;
  font-weight: 500;
}

.container .text p {
  color: #212121;
}

.content .text-content .home {
  display: block;
}

#home:checked ~ .text-content .home,
#blog:checked ~ .text-content .blog,
#help:checked ~ .text-content .help,
#code:checked ~ .text-content .code,
#about:checked ~ .text-content .about {
  display: block;
}

#blog:checked ~ .text-content .home,
#help:checked ~ .text-content .home,
#code:checked ~ .text-content .home,
#about:checked ~ .text-content .home {
  display: none;
}

.content .list label:hover {
  color: #fff;
}

.mob_locator {
  display: none;
}

.guide {
  padding: 40px 0;
}
.guide h1 {
  font-size: 42px;
  font-weight: 300;
  color: #8b4b27;
  padding-bottom: 40px;
  text-transform: uppercase;
}
.g_img {
  border-radius: 20px;
  object-fit: cover;
  margin-bottom: 40px;
}
.guide p {
  padding-bottom: 20px;
  font-weight: 300;
}

.side_nav {
  background: #fae1be;
  border-radius: 10px;
  padding: 14px;
}
.side_nav ul {
  padding: 0;
  margin: 0;
}
.side_nav ul li {
  font-size: 18px;
  font-weight: 300;
  text-align: left;
  list-style: none;
  line-height: 40px;
  margin: 2px 0;
  transition: 0.5s ease;
}
.side_nav ul li a {
  color: #8b4b27;
}
.side_nav ul li img {
  float: left;
  margin-right: 10px;
}
.side_nav ul li a:hover,
.side_nav ul li a.active2 {
  font-weight: 800;
}

.border_head h1 {
  font-size: 42px;
  font-weight: 700;
  background: #8b4b27;
  text-align: center;
  color: #fff;
  width: 100%;
  padding: 26px 0;
  border-radius: 25px;
  position: relative;
  z-index: 5;
}
.p-r-0 {
  padding-right: 0;
}
.p-r-0 img {
  min-height: 572px;
  object-fit: cover;
}
.manhattan {
  background: #fcf3e8;
  padding: 83px 0 70px;
  position: relative;
  margin-top: -45px;
  z-index: 3;
}
.manhattan::before {
  content: "";
  position: absolute;
  top: 120px;
  left: 0;
  background: url(../images/loc.png) no-repeat left 0;
  width: 281px;
  height: 350px;
  z-index: 90;
}
.each_f {
  border-radius: 25px;
  background: #fff;
  box-shadow: 0px 0px 10px #442812;
  z-index: 122;
  position: relative;
  overflow: hidden;
}
.factory {
  padding: 30px 24px;
}
.factory h2 {
  color: #442812;
  text-transform: none;
  font-weight: 700;
  text-align: left;
  font-size: 30px;
  padding-bottom: 25px;
}
.factory h3 {
  color: #8b4b27;
  font-weight: 700;
  text-align: left;
  font-size: 25px;
  margin-top: -20px;
  margin-bottom: 20px;
}
.factory ul {
  padding: 0;
  margin: 0;
}
.factory ul li {
  color: #363636;
  font-size: 20px;
  font-weight: 500;
  line-height: 22px;
  padding-bottom: 15px;
  padding-left: 55px;
  padding-top: 9px;
  list-style: none;
  background: url("../images/l1.png") no-repeat 0 0;
}
.factory ul li strong {
  color: #442812;
  font-size: 25px;
}
.factory ul li a {
  color: #363636;
}
.factory ul li a:hover {
  color: #b5651d;
}
.factory ul li:nth-child(2) {
  background: url("../images/web.png") no-repeat 0 0;
}
.factory ul li:nth-child(3) {
  background: url("../images/desc.png") no-repeat 0 0;
}
.factory ul li:nth-child(4) {
  background: url("../images/l2.png") no-repeat 0 0;
}
.factory ul li:nth-child(5) {
  background: url("../images/deli.png") no-repeat 0 0;
}
.factory ul li:nth-child(6) {
  background: url("../images/store.png") no-repeat 0 0;
}
.extra_link {
  color: #363636;
  font-size: 20px;
  font-weight: 500;
  line-height: 22px;
  background: url("../images/web.png") no-repeat 0 0;
  padding: 10px 55px;
  margin: 10px 0 16px;
}
.insta_icon {
  background: url("../images/insta.png") no-repeat 0 0 !important;
}
.extra_link a {
  color: #363636;
}
.extra_link a:hover {
  color: #b5651d;
}
.w-bg {
  background: #fff;
}
.w-bg::before {
  display: none;
}
.up-margin {
  margin-top: -48px;
}
.gap {
  margin-bottom: 80px;
}
.price-icon {
  background: url("../images/l2.png") no-repeat 0 0 !important;
}
.store-icon {
  background: url("../images/store.png") no-repeat 0 0 !important;
}
.prod-icon {
  background: url("../images/desc.png") no-repeat 0 0 !important;
}
.deliv_icon {
  background: url("../images/deli.png") no-repeat 0 0 !important;
}
.fb-icon {
  background: url("../images/fb_icon.png") no-repeat 0 0 !important;
}

.ny_text {
  background: url("../images/ny_bg.jpg") no-repeat 0 0;
  padding: 89px 0;
  background-size: cover;
}

.ny_text_d {
  box-shadow: 0px 0px 10px #442812;
  background: #fbefdf;
  font-size: 16px;
  line-height: 23px;
  color: #442812;
  font-weight: 300;
  padding: 60px;
  border-radius: 25px;
  text-align: center;
}
.queen {
  position: relative;
}
.queen::before {
  content: "";
  background: url("../images/29_bg.png") no-repeat right center;
  width: 165px;
  height: 269px;
  position: absolute;
  right: 0;
  top: -100px;
  z-index: 90;
}
.q_content::before {
  top: 1420px;
}
.island {
  position: relative;
}
.island::before {
  content: "";
  background: url("../images/29_bg.png") no-repeat right center;
  width: 165px;
  height: 269px;
  position: absolute;
  right: 0;
  top: -100px;
  z-index: 90;
}

/* Instagram Embed Styles */
.ig-crop {
  width: 100%;
  max-width: 540px;
  height: 600px;
  margin-left: auto;
  margin-right: 0;
  overflow: hidden;
  border-radius: 0 22px 22px 0;
  position: relative;
}

.ig-crop .instagram-media {
  width: 100% !important;
  max-width: 540px !important;
  margin: 0 0 0 auto !important;
  position: relative;
  top: -60px;
}

/*responsive css*/

@media only screen and (max-width: 1250px) {
  .menu_sec ul li a {
    padding: 7px 26px;
  }
  .banner_text_block {
    top: 73px;
  }
  .banner_slide_section .item img {
    min-height: 804px;
    object-fit: cover;
  }
  .serv_btm {
    background-color: #8b4b27;
    background-blend-mode: multiply;
  }
}

@media only screen and (max-width: 1199px) {
  .ban_txt {
    padding-right: 0;
  }
  .banner_text_block h1 {
    padding-top: 0;
  }
  .menu_sec ul li a {
    padding: 7px 14px;
  }
  .left_pannel h3 {
    padding: 10px 0 0 0;
  }
  .es_top {
    padding-bottom: 6px;
  }
  .right_pannel h3 {
    padding: 10px 0 0 0;
  }
  .viral_box {
    margin-top: 40px;
  }
  .each_choco img {
    min-height: 405px;
  }
  .serve_img img {
  }
  .inn_contform input#iname,
  input#iemail,
  input#iwa,
  input#isub {
    width: 98%;
  }
  .about_top {
    padding: 60px 0 0 0;
  }
  .blog_hosting {
    padding: 20px 0;
  }
  .never_before {
    padding: 10px 0 220px 0;
  }
  .inner_why {
    padding: 40px 0 50px 0;
  }
  .inner_future {
    padding: 20px 0;
  }
  .inn_about_btm {
    padding: 40px 0 40px 0;
  }
  .sort_h {
    min-height: 238px !important;
  }
  .each_location {
    min-height: auto;
  }
  .guide {
    text-align: center;
  }
  .side_nav {
    margin-bottom: 40px;
  }
  .side_nav ul li {
    display: inline-block;
    margin: 5px;
    width: 32%;
  }
  .p-r-0 {
    text-align: center;
    padding-left: 0;
  }
  .p-r-0 img {
    min-height: auto;
    border-radius: 25px;
  }
  .queen::before {
    display: none;
  }
}

@media only screen and (max-width: 1140px) {
  .side_nav ul li {
    width: 48%;
  }
}

@media screen and (max-width: 1024px) {
  .menu_sec ul li a {
    padding: 7px 9px;
  }
  .each_choco {
    min-height: 468px;
  }
  .each_choco img {
    min-height: 470px;
  }
  .inner_guide {
    padding: 0 0 210px 0;
  }
  .top_margin {
    margin-top: 40px;
  }
  .inner_recipe_section {
    padding: 0 0 50px 0;
  }
  .inner_tips {
    padding: 60px 0 200px 0;
  }
  .inn_each_serv h3 {
    width: 70%;
  }
}

@media screen and (max-width: 980px) {
  .head_btn {
    padding: 10px 0 20px 0;
  }
  .logo_sec {
    padding: 23px 0 26px 0;
  }
  .head_btn {
    z-index: 99;
  }

  /*responsive menu*/

  .menu_sec {
    display: none;
  }

  .mob_header {
    display: block;
    float: right;
  }

  .col-lg-3.col-md-3.col-sm-12.col-xm-12.logo_sec_info {
    display: inline-block;
  }

  .logo_sec img {
    margin-bottom: 0px;
  }

  .menu_btn_open {
    float: right;
    margin-top: 0;
    margin-right: 0;
    position: relative;
    top: -5px;
    z-index: +1;
    right: 0px;
  }

  .menu_open {
    font-size: 40px !important;
    color: #8b4b27;
    cursor: pointer;
    transition: 0.5s ease;
    margin-top: 20px;
  }

  .menu_open:hover {
    color: #442812;
  }

  .menu_btn_close {
    float: right;
    margin-right: 50px;
    margin-top: 8px;
  }

  .fa.fa-times.menu_close {
    font-size: 21px;
    color: #ffffff;
    cursor: pointer;
    transition: 0.5s ease;
  }

  .fa.fa-times.menu_close:hover {
    color: #456eb7;
  }

  .topnav.mob_menu.active {
    right: 0%;
    top: 0px;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
  }

  .site_hp.active {
    overflow-y: hidden;
  }

  .mob_menu {
    position: fixed;
    right: -100%;
    top: 0px;
    background-color: #000;
    width: 402px;
    z-index: +999;
    height: auto;
    display: block;
  }

  .mob_menu ul {
    width: 100%;
  }

  .mob_menu li {
    padding: 10px 24px;
    border-bottom: 1px solid #1b1b1b;
    list-style: none;
  }
  .mob_menu li.dropdown > button {
    background: transparent;
    border: 0;
    color: #fff;
    transition: 0.5s ease;
  }

  .mob_menu li.dropdown > button:hover {
    color: #060644;
  }

  .mob_menu li.dropdown > ul.dropdown-menu {
    width: max-content;
    transform: translate(25px, 0px);
    padding: 10px 0;
    border-radius: 0;
    border: 0;
  }
  .mob_menu li.dropdown > ul.dropdown-menu > li {
    padding: 2px 0;
  }
  .mob_menu li.dropdown > ul.dropdown-menu > li > a:hover {
    background: transparent;
    color: #e6148a;
  }
  .mob_menu li.dropdown > button::after {
    content: "\f078";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    font-size: 12px;
    margin-left: 10px;
  }
  .mob_menu a {
    color: #ffffff;
    display: block;
    font-size: 16px;
    text-align: left;
  }

  .mob_menu li.active a {
    color: #ffffff;
    font-weight: 600;
  }

  .mob_menu {
    width: 100%;
    height: 100%;
  }

  .mob_menu a:hover {
    color: #fbefdf;
  }

  .mod_logo_section {
    display: block;
  }

  .logo_section {
    display: none;
    margin-top: 15px;
  }

  .mod_logo_section img {
    width: 100%;
    height: auto;
  }

  /*responsive menu*/

  .serv_section h2 {
    padding-bottom: 20px;
  }
  .left_pannel {
    text-align: center;
  }
  .left_pannel img {
    float: none;
  }
  .left_pannel h3 {
    float: none;
    width: 100%;
  }
  .serve_img img {
    max-height: 200px;
    object-fit: cover;
    border-radius: 20px;
  }
  .right_pannel {
    text-align: center;
  }
  .right_pannel img {
    float: none;
  }
  .right_pannel h3 {
    float: none;
    width: 100%;
  }
  .serv_btm {
    margin-top: 40px;
  }
  .viral_box {
    margin-bottom: 40px;
  }

  .about_section h2 {
    padding-top: 0;
  }
  .each_mc {
    min-height: auto;
  }
  .ech_txt {
    padding: 30px;
  }
  .each_choco {
    min-height: auto;
    margin: 10px 0;
  }
  .each_choco img {
    min-height: auto;
    height: 250px;
  }
  .ech_txt {
    padding: 30px;
  }
  .faq_section img {
    width: 100%;
    margin: 20px 0 0 0;
    max-height: 260px;
    border-radius: 20px;
    object-fit: cover;
  }
  .inn_contform input#iname,
  input#iemail,
  input#iwa,
  input#isub {
    width: 48%;
  }
  .inner_contact img {
    margin-top: 20px;
  }

  .inn_each_choco {
    min-height: auto;
  }
  .inner_tips .inn_each_choco img {
    min-height: auto !important;
    height: 200px;
  }
  .inn_ech_txt {
    padding: 30px;
  }
  .var_img {
    height: 300px;
    width: 100%;
    object-fit: cover;
  }
  .inn_each_serv {
    max-height: 202px;
  }
  .about_top {
    padding: 50px 0 0 0;
  }
  .blog_hosting {
    padding: 10px 0;
  }
  .blog_hosting img {
    margin-bottom: 20px;
  }
  .nv_cont h1 {
    padding-bottom: 20px;
  }
  .inner_why {
    padding: 40px 0 20px 0;
  }
  .inner_serv_btm {
    background: #fbefdf;
  }
  .inner_future {
    padding: 20px 0;
  }
  .inn_about_btm {
    padding: 20px 0 40px 0;
  }
  .if_img {
    margin: 20px auto;
  }
  .space {
    margin-bottom: 20px !important;
  }
  .inner_guide_creation {
    padding: 20px 0 30px 0;
  }
  .content .list label {
    font-size: 20px;
  }
  .locator_near {
    display: none;
  }
  /*mobile locator area start*/
  .mob_locator {
    display: block;
  }
  .mob_locator.accordion {
    background-color: #fbefdf;
    color: #383838;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 20px;
    transition: 0.4s;
    border-radius: 5px;
    font-weight: 700;
    margin: 5px 0;
    font-family: Arial, sans-serif;
  }
  .mob_locator.faq_area p {
    font-family: Arial, sans-serif;
  }

  .mob_locator .active,
  .mob_locator .accordion:hover {
    background-color: #fbefdf;
  }
  .mob_locator .active {
    margin: 5px 0 0 0;
    border-radius: 5px 5px 0 0;
  }
  .mob_locator .accordion:after {
    content: "\002B";
    color: #383838;
    font-size: 20px;
    font-weight: bold;
    float: right;
    margin-left: 5px;
  }

  .mob_locator .active:after {
    content: "\2212";
  }
  .mob_locator .panel {
    padding: 0 18px 18px 18px;
    display: none;
    background-color: white;
    overflow: hidden;
    font-weight: 300;
    background: #fbefdf;
    border-radius: 0 0 5px 5px;
  }
  .mob_locator .panel a {
    color: #383838;
    text-decoration: underline;
  }

  .pop_loc {
    background: none;
  }
}

@media screen and (max-width: 767px) {
  .head_btn {
    float: none;
    text-align: right;
    top: -78px;
    right: 0;
  }

  .menu_open {
    margin-top: 20px;
  }
  .banner_text_block {
    top: 46px;
  }
  .banner_text_block p {
    padding-bottom: 30px;
  }
  .banner_slide_section .item img {
    min-height: 970px;
  }
  .serv_section {
    padding: 40px 0 220px 0;
  }
  .recipe_section {
    padding: 0px 0 60px 0;
  }
  .about_section {
    padding: 60px 0 190px 0;
  }
  .member_section {
    padding: 0px 0 50px 0;
  }
  .chocobar_section {
    padding: 50px 0;
  }
  .faq_section {
    padding: 54px 0;
  }
  .inn_creation_btm {
    padding: 30px 0 40px 0;
  }
  .location_s {
    width: 100%;
  }
  .pop_loc::before {
    display: none;
  }
  .loc_table {
    /* overflow:scroll; */
  }
  .loc_section::before {
    display: none;
  }
  .sl_top {
    padding: 55px 20px 15px 20px;
  }
  .sl_btm {
    padding: 25px 20px;
  }
  .side_nav ul li {
    width: 100%;
  }
}

@media screen and (max-width: 600px) {
  .banner_slide_section .item img {
    min-height: 1189px;
  }
  .inn_contform input#iname,
  input#iemail,
  input#iwa,
  input#isub {
    width: 98%;
  }
  .content .list label {
    font-size: 19px;
    line-height: 20px;
    padding-bottom: 8px;
    padding-top: 11px;
    padding-left: 22px;
  }
  .content .text-content {
    padding: 15px 25px;
  }
  .loc_tool .text p {
    font-size: 14px;
    line-height: 17px;
  }
  .loc_table .table thead tr {
    font-size: 25px;
  }
  .loc_table .table thead tr th {
    padding: 20px 25px;
  }
  .loc_table .table tbody tr {
    font-size: 16px;
  }
  .loc_table .table tbody tr td {
    padding: 20px 10px;
  }
  .loc_table .table tbody tr p {
    font-size: 12px;
  }
  .loc_table .table tbody tr ul {
    margin: 0 0 10px 0;
  }

  .loc_table table {
    margin-bottom: 30px;
  }
  .loc_table .table tbody tr ul li {
    background: url(../images/dubai-chocolate-bar-tick.png) no-repeat 0 3px;
  }
}

@media screen and (max-width: 440px) {
  .banner_slide_section .item img {
    min-height: 1242px;
  }
  .logo_sec {
    width: auto;
  }
  .logo_sec {
    padding: 23px 0 76px 0;
  }
  .member_section h2 {
    padding-top: 0px;
  }
  .head_btn {
    top: -78px;
    text-align: center;
  }
  .content .list {
    width: 62%;
  }
  .content .text-content {
    padding: 10px 18px 10px 20px;
  }
  .content .text-content {
    width: 56%;
  }
  .loc_tool .text p {
    font-size: 12px;
    line-height: 14px;
  }
  .content .list label {
    font-size: 16px;
    line-height: 20px;
    padding-left: 20px;
  }
  .menu_btn_open {
    top: 21px;
  }
  .near_faq_area .accordion::before {
    display: none;
  }
  .near_faq_area .accordion {
    padding-left: 18px;
  }
  .extra_link {
    font-size: 18px;
    padding: 10px 15px 10px 50px;
  }
  .factory h2 {
    font-size: 24px;
  }
  .factory ul li strong {
    font-size: 22px;
  }
  .border_head h1 {
    font-size: 38px;
    padding: 20px 0;
  }
}

@media only screen and (max-width: 360px) {
  .banner_slide_section .item img {
    min-height: 1310px;
  }
  .menu_open {
    margin-top: 37px;
  }
  .head_btn {
    top: -78px;
    text-align: right;
  }
  header .card-body {
    width: 280px;
  }
}

@media only screen and (max-width: 320px) {
  .banner_slide_section .item img {
    min-height: 1420px;
  }
}
