body {
  margin: 0px;
  padding: 0px;
}

a {
  text-decoration: none;
}

html {
  scroll-behavior: smooth;
}
a.navbar-brand img {
  border: 1px solid #000;
  border-radius: 50%;
  box-shadow: 0px 0px 18px 5px #ffff00ad;
}

.navbar {
  padding: 20px 10px 20px 0px;
  background-color: #28a7e9;
  transition: all ease 0.4s;
}

.navbar-brand {
  font-size: 22px;
  color: white !important;
}

.navbar .navbar-nav li a {
  font-size: 18px;
  color: white;
}

:root {
  --green: #64a84d;
}


/* Animation */
.animate {
  padding: 0px 10px 0px 0px;
  transition: all ease 0.4s;
}


/*wwdrfw*/
.animated-icon1,
.animated-icon2,
.animated-icon3 {
  width: 30px;
  height: 20px;
  position: relative;
  margin: 0px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}

.animated-icon1 span,
.animated-icon2 span,
.animated-icon3 span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}


.animated-icon2 span {
  background: #e3f2fd;
}


.animated-icon2 span:nth-child(1) {
  top: 0px;
}

.animated-icon2 span:nth-child(2),
.animated-icon2 span:nth-child(3) {
  top: 10px;
}

.animated-icon2 span:nth-child(4) {
  top: 20px;
}

.animated-icon2.open span:nth-child(1) {
  top: 11px;
  width: 0%;
  left: 50%;
}

.animated-icon2.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.animated-icon2.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.animated-icon2.open span:nth-child(4) {
  top: 11px;
  width: 0%;
  left: 50%;
}

.sticky.is-sticky {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 1000;
  width: 100%;
}

a.navbar-brand {
  max-width: 118px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0px;
}

.navbar-light .navbar-nav .nav-link {
  font-family: 'DM Sans', sans-serif;
  color: #000;
  padding-right: 25px;
  color: #fff;
}


/*mobile-nav*/
.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  background-color: #000000e0;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;

}

.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

.sidenav a:hover {
  color: #f1f1f1;
}

.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}


#banner {
  background-image: url(../images/banner.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 664px;
  position: relative;
}

.bg-light {
  background-color: #f8f9fa00 !important;
}

.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show>.nav-link {
  color: #fcdb21;
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
  color: #fcdb21;
}

.banner-content h1 {
  font-family: 'Playball', cursive;
  color: #fff;
  font-weight: 500;
  font-size: 50.49px;
  line-height: 49.71px;
}

.banner-content {
  text-align: center;
  margin-top: 0px;
  position: relative;
}

.content-part {
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.banner-content h2 {
  text-align: center;
  font-family: 'DM Sans', sans-serif;
  color: #fff;
  font-size: 26px;
  margin-top: 20px;
}

.banner-content p {
  text-align: center;
  font-family: 'DM Sans', sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 24.29px;
  max-width: 439px;
  margin: 22px auto;
}

.green-button {
  background-color: var(--green);
  color: #fff;
  font-family: 'DM Sans', sans-serif;
  padding: 9px 23px;
  margin-top: 15px;
  transition: 1s;
}

.green-button:hover {
  border: 1px solid #fff;
  background: transparent;
  color: #fff;
}

.bottom-shape {
  position: absolute;
  bottom: -1px;
  left: 0px;
}

.image-content h3 {
  font-family: 'DM Sans', sans-serif;
  font-size: 22px;
  margin-top: 12px;
  text-align: center;
}

.image-thumb {
  overflow: hidden;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  border: 10px solid #64a84d;
  box-shadow: 0px 0px 9px 5px #78787859;
}

div#section-2 {
  position: relative;
  top: -113px;
}

#top-box {
  margin-top: -23px;
}

#section-three {
  text-align: center;
  margin-top: -70px;
  position: relative;
}

div#section-three h3 {
  font-family: 'DM Sans', sans-serif;
  font-size: 20px;
  position: relative;
  top: 80px;
}

div#section-three h2 {
  font-family: 'Playball', cursive;
  font-weight: 500;
  max-width: 368px;
  margin: 1px auto;
}

img.leafs {
  position: absolute;
  top: 35px;
  right: 0px;
}

img.img-fluid.shape3 {
  margin-bottom: -21px;
}

#forth-section {
  background-color: #f4f4f4;
  padding-top: 80px;
  padding-bottom: 133px;
  position: relative;
}

#forth-section:after {
  position: absolute;
  content: "";
  top: 20%;
  right: 0px;
  width: 104px;
  height: 205px;
  background-image: url(../images/after.png);
  background-size: cover;
  background-repeat: no-repeat;
}

.top-shape {
  position: absolute;
  top: -6px;
  left: 0px;
}

.image-round-box {
  overflow: hidden;
  width: 400px;
  height: 400px;
  border-radius: 50%;
  border: 13px solid #f3ce38;
  margin-top: 80px;
  box-shadow: 0px 0px 9px 5px #a4a3a359;
}

.section-right-part h2 {
  font-family: 'Playball', cursive;
  font-weight: 500;
  font-size: 40px;
}

.section-right-part p {
  margin-top: 16px;
  font-family: 'DM Sans', sans-serif;
  font-size: 16px;
}

.show-button {
  color: #64a84d;
  font-family: 'DM Sans', sans-serif;
  margin-top: 0px;
  padding: 0px;
}

.show-button:hover {
  color: #e27e34;
}

.section-right-part {
  margin-top: 94px;
}

svg.bi.bi-arrow-right {
  position: relative;
  top: 4px;
  left: 5px;
}

.animate {
    background-color: #000000aa !important;
    z-index: 999;
    height: 140px;
}

.event-image img {
  width: 100%;
  height: 480px;
  object-fit: cover;
  border-radius: 12px;
  box-shadow: 0px 0px 6px 5px #adaaaa3d;
}

.image-thumbs {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  transition: 1s;
}

.image-content-box h3 {
  font-family: 'Playball', cursive;
  font-size: 30px;
  line-height: 100px;
}

.image-content-box {
  text-align: center;
  border: 1px solid #fff;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 9999;
  bottom: -24px;
  width: 132px;
  height: 100px;
  border-radius: 50%;
  background-color: #fff;

  overflow: hidden;
}

.image-thumbs img {
  transition: 1s;
}

.image-thumbs:hover img {
  transform: scale(1.5);
}

.image-thumbs:hover .image-content-box {
  border: 1px solid #64a84d;
  background-color: #64a84d;
  color: #fff;
}

div#fifth-section {
  margin-top: -78px;
}

.menu-section-left h2 {
  font-family: 'Playball', cursive;
  font-size: 40px;
}

.menu-section-left h3 {
  font-family: 'DM Sans', sans-serif;
  font-size: 25px;
  margin-top: 10px;
}

.menu-image-box {
  max-width: 269px;
  border: 5px solid #f3ce38;
}

.main-dishes-menu {
  display: flex;
  margin-top: 0px;
}

.menu-right {
  margin-left: 21px;
}

.manu-xx {
  display: flex;
  justify-content: space-between;
}

.menu-right-right {
  font-family: 'Playball', cursive;
  font-size: 22px;
}

.menu-right-left span {
  color: #ccc;
  margin-left: 8px;
}

.menu-right p {
  font-family: 'DM Sans', sans-serif;
  font-size: 16px;
}

.menu-right-left h4 {
  font-size: 22px;
  font-family: 'DM Sans', sans-serif;
}

.menu-section-right {
  position: relative;
}

.round_shape {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  width: 135px;
  height: 135px;
  text-align: center;
  border-radius: 50%;
  padding: 15px;
  box-shadow: 0px 0px 13px 4px #00000042;
}

.round_shape h3 {
  font-family: 'Playball', cursive;
  font-size: 25px;
  color: #e27e34;
  margin-top: 10px;
}

.round_shape h5 {
  font-family: 'DM Sans', sans-serif;
  font-size: 20px;
}

.box_one img {
  transition: 1s;
}

.box_one {
  overflow: hidden;
}

.menu-right-box:hover img {
  transform: scale(1.5);

}

#green-button:hover {
  background-color: #e27e34;
  color: #fff;
}

.owl-item {
  width: 128.906px;
  margin-right: 10px;
}

.product-image {
  border-radius: 8px;
}

.home-demo .item {
  background: #fff;
}

.home-demo h2 {
  color: #FFF;
  text-align: center;
  padding: 5rem 0;
  margin: 0;
  font-style: italic;
  font-weight: 300;
}

.product_image {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
}

.product-price {
  position: absolute;
  bottom: -13px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #fff;
  width: 80px;
  height: 80px;
  text-align: center;
  border-radius: 50%;
  line-height: 80px;
  font-size: 25px;
  font-family: 'Playball', cursive;

}

.product-name h3 {
  font-size: 22px;
  text-align: center;
  margin-top: 18px;
  font-family: 'DM Sans', sans-serif;
}

button.owl-dot.active {
  border: 1px solid #e27e34;
  width: 8px;
  height: 8px;
  border-radius: 50px;
  background-color: #e27e34 !important;
}

button.owl-dot {
  border: 1px solid #ccc;
  width: 8px;
  height: 8px;
  margin-left: 5px;
  background-color: #ccc !important;
  border-radius: 50px;
}

.owl-dots {
  text-align: center;
  padding-bottom: 20px;
}

.leaf-elements {

  position: absolute;
  left: 23px;
  top: 30px;

}

button.owl-prev {
  position: absolute;
  left: 0px;
  top: 50%;
  font-size: 48px !important;
  transform: translateY(-50%);
  background-color: #fff !important;
}

button.owl-next {
  position: absolute;
  right: 0px;
  top: 50%;
  font-size: 48px !important;
  transform: translateY(-50%);
  background-color: #fff !important;
}

button:focus {
  outline: 1px dotted;
  outline: 0px auto -webkit-focus-ring-color;
}

.fancybox-container {
  z-index: 100000 !important;
}

#nine-section h2 {
  font-family: 'Playball', cursive;
  font-size: 32px;
}

#testimonials-section {
  background-image: url(../images/bg3.jpg);
  background-size: cover;
  height: 540px;
  position: relative;
}

.testimonials-box-slider {
  max-width: 828px;
  background-color: #fff;
  width: 100%;
  margin: 0px auto;
  padding-top: 50px;
  height: 100%;
}

.testimonial-boxs p {
  font-family: 'DM Sans', sans-serif;
  font-size: 16px;
  max-width: 636px;
  margin: 0px auto;
  word-wrap: break-word;
}

.testimonial-boxs .user-name {
  font-family: 'Playball', cursive;
  font-size: 25px;
  color: #e17322;
  margin-top: 16px;
  display: block;
}

.user img {
  margin: 0px auto;
  text-align: center;
}

.user {
  border: 2px solid #64a84d;
  width: 100px;
  height: 100px;
  border-radius: 50px;
  overflow: hidden;
  margin: 16px auto;
}

.testimonial-boxs {
  padding-bottom: 50px;
}

.testimonial-boxs h3 {
  color: #e27e34;
  font-family: 'Playball', cursive;
  font-size: 32px;
}

.testimonial-boxs h4 {
  font-family: 'DM Sans', sans-serif;
  font-size: 25px;
}

img.img-fluid.elements {
  position: absolute;
  top: 0px;
  left: 0px;
  max-width: 240px;
}

img.img-fluid.elements2 {
  position: absolute;
  bottom: 0px;
  left: 0px;
  max-width: 240px;
}

img.img-fluid.elements3 {
  position: absolute;
  top: 25%;
  right: 0px;
  max-width: 240px;
}

.blog-content h2 {
  font-family: 'DM Sans', sans-serif;
  font-size: 23px;
  margin-top: 17px;
  text-align: center;
  font-weight: 600;
}

.blog-thumbnail-image {
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0px 0px 6px 5px #0000001f;
}

.date {
  position: absolute;
  top: 0px;
  background-color: #fff;
  width: 80px;
  height: 63px;
  text-align: center;
  font-size: 20px;
  line-height: 20px;
  padding-top: 10px;
  border-radius: 0px 0px 10px 10px;
  margin-left: 20px;
  font-family: 'Playball', cursive;
}

.form-box h2 {
  font-family: 'Playball', cursive;
  font-size: 32px;
}

.form-box p {
  font-family: 'DM Sans', sans-serif;
  font-size: 18px;
  margin-top: 6px;
  font-weight: 500;
}

button.btn.btn-primary {
  background-color: #64a84d;
  border: none;
  max-width: 150px;
  width: 100%;
  padding: 10px 18px;
  font-family: 'DM Sans', sans-serif;
}

::placeholder {
  font-family: 'DM Sans', sans-serif;
  font-size: 14px;
}

div#contact-section {
  background-image: url(../images/bg5.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  height: 548px;
  padding-top: 38px;
  padding-bottom: 38px;
}

.contact-section-box {
  background-color: #fff;
  padding-top: 25px;
  padding-bottom: 25px;
  max-width: 841px;
  padding-right: 25px;
  padding-left: 25px;
  margin: 0px auto;
}

.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #368b10;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgb(0 123 255 / 0%);
}

.footer-logo img {
  max-width: 130px;
  margin-top: -29px;
}

footer {
  margin-top: 50px;
  border-top: 2px solid #64a84d;
  background-color: #fff8f6;
}

img.img-fluid.ftr-line {
  max-width: 119px;
}

.widget p {
  margin-top: 10px;
  font-family: 'DM Sans', sans-serif;
}

.social a img {
  max-width: 37px;
  margin-right: 2px;
}

.widget ul {
  list-style: none;
  padding: 0px;
}

.widget li {
  margin-bottom: 13px;
}

.widget li a {
  font-family: 'DM Sans', sans-serif;
  font-size: 15px;
  color: #000;
  text-decoration: none;
}

.widget li a:hover {
  color: #64a84d;
}

.widget h3 {
  font-size: 21px;
  font-weight: 700;
  color: #e6711b;
}

button.btn.btn-outline-success.my-2.my-sm-0 {
  background-color: #e6711b;
  color: #fff;
  border: none;
  margin-top: 4px !important;
}

input.form-control.mr-sm-2 {
  width: 178px;
  margin-top: 7px;
  border: none;
  height: 40px;
  font-family: 'DM Sans', sans-serif;
}

#copyright {
  background-color: #e6711b;
  padding-top: 5px;
  padding-bottom: 5px;
}

#copyright p {
  padding-bottom: 0px;
  margin-bottom: 0px;
  color: #fff;
  font-family: 'DM Sans', sans-serif;
}

.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show>.btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgb(0 123 255 / 0%);
}

primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #64a84d;
  border-color: #64a84d;
}

.svg_icon {
  color: #64a84d;
  margin-right: 4px;
  position: relative;
  top: 3px;
}

.arrow-icon {
  color: #64a84d;
  margin-right: 8px;
  position: relative;
  top: 3px;
}

div#mobile-nav {
  background-color: #000;
  position: fixed;
  width: 100%;
  left: 0px;
  top: 0px;
  z-index: 100;
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #f3d10e;
}

div#mobile-nav {
  display: none;
}

.mobile-nav {
  text-align: right;
  color: #f3d10e;
}

#mobile_nav ul {
  list-style: none;
  padding: 0px;
}

#mobile_nav li a {
  color: #fff;
  font-family: 'DM Sans', sans-serif;
  font-size: 16px;
  text-decoration: none;
  font-weight: 400;
}

.mobile-icon {
  margin-right: 5px;
  position: relative;
  top: 3px;
  color: #f3d10e;
}
.survey-page{
    background:url('../images/background.jpeg') no-repeat;
    background-size:cover;
    background-color: #000a;
    background-blend-mode: color;
}
.survey-box{
    background: #64A84D;
    width: 300px;
    border-radius: 10px;
    padding: 20px;
    margin: 50px auto;
    color:#fff;
    overflow:hidden;
    height: 450px;
    position: relative;
}
.survey-box img{
    width: 100px;
    display:block;
    margin:0 auto;
}
.survey-box h4{
    text-align: center;
}
.survey-box .step{
    height: 200px;
    transition: all 0.5s ease-in-out;
    position: absolute;
    width: 260px;
    right:2000px;
}
.rating{
    list-style: none;
    padding-left: 0;
    text-align:center;
}
.rating li i{
    font-size: 35px;
    cursor: pointer;
}
.rating li{display:inline;}
.survey-box .step.one{display:block;left: 20px;}
.survey-box .step label{color: #000;}
.survey-box .step label span{color: #f00;}
/*responsive-design=================================================================================================*/
@media (min-width: 992px) and (max-width: 1200px) {}

@media (min-width: 768px) and (max-width: 991px) {
  .image-round-box {
    width: 320px;
    height: 320px;
  }

  #forth-section:after {
    top: 4%;
  }

  .event-image img {
    height: 276px;
  }

  .menu-image-box {
    margin-bottom: 18px;
  }

  img.img-fluid.elements {
    max-width: 168px;
  }

  img.img-fluid.elements2 {
    max-width: 140px;
  }

  img.img-fluid.elements3 {
    max-width: 119px;
    top: 11%;
  }

  .blog-content h2 {
    font-size: 19px;
  }

  .blog-thumbnail {
    margin-top: 18px;
  }

  footer {
    margin-top: 77px;
  }

  div#mobile-nav {
    display: block;
  }

  nav#desktop-design {
    display: none;
  }

  .mobile-logo-section img {
    max-width: 92px;
    position: absolute;
    border: 1px solid #f3d10e;
    border-radius: 50px;
  }

  .banner-content p {
    margin: 7px auto;
    font-size: 14px;
    line-height: 19.29px;
  }
}

@media (min-width: 576px) and (max-width:767px) {
  #desktop-design {
    display: none;
  }

  .banner-content {
    margin-top: 31px;
  }

  .banner-content h1 {
    font-size: 25.49px;
    line-height: 27.71px;
  }

  .banner-content h2 {
    font-size: 17px;
    margin-top: 2px;
  }

  .image-thumb img {
    width: 100%;
  }

  div#section-2 {
    top: -45px;
  }

  #banner {
    height: 455px;
  }

  .image-thumb {
    border: 2px solid var(--green);
  }

  .image-content h3 {
    font-size: 14px;
    line-height: 21px;
  }

  .content-part {
    width: 100%;
  }

  .image-11 img {
    opacity: 0;
  }

  .image-round-box {
    margin-top: 0px;
  }

  #forth-section:after {
    display: none;
  }

  .image-round-box {
    width: 308px;
    height: 308px;
  }

  .section-right-part {
    margin-top: 33px;
  }

  .image-thumbs {
    margin-top: 25px;
  }

  .menu-section-left h2 {
    font-size: 33px;
  }

  .main-dishes-menu {
    flex-direction: column;
  }

  .menu-right {
    margin-left: 0px;
    margin-top: 15px;
  }

  .menu-image-box {
    max-width: 100%;
  }

  .pr-1 {
    padding-right: 15px !important;
  }

  .col-xl-6.mt-2.pl-1 {
    padding-left: 15px !important;
  }

  .leaf-elements {
    display: none;
  }

  img.img-fluid.elements {
    max-width: 98px;
  }

  img.img-fluid.elements2 {
    max-width: 77px;
  }

  img.img-fluid.elements3 {
    max-width: 85px;
  }

  .testimonial-boxs {
    padding-left: 10px;
    padding-right: 10px;
  }

  img.leafs {
    display: none;
  }

  .blog-thumbnail {
    margin-top: 18px;
  }

  div#contact-section {
    height: 100%;
  }

  .widget {
    margin-top: 18px;
  }

  .contact-section-box img {
    width: 100%;
  }

  .form-box h2 {
    text-align: center;
  }

  div#mobile-nav {
    display: block;
  }
}

@media (min-width: 320px) and (max-width: 575px) {
  #desktop-design {
    display: none;
  }

  .banner-content {
    margin-top: 31px;
  }

  .banner-content h1 {
    font-size: 25.49px;
    line-height: 27.71px;
  }

  .banner-content h2 {
    font-size: 17px;
    margin-top: 2px;
  }

  .image-thumb img {
    width: 100%;
  }

  div#section-2 {
    top: -45px;
  }

  #banner {
    height: 455px;
  }

  .image-thumb {
    border: 2px solid var(--green);
  }

  .image-content h3 {
    font-size: 14px;
    line-height: 21px;
  }

  .content-part {
    width: 100%;
    top: 79%;
  }

  .image-11 img {
    opacity: 0;
  }

  .image-round-box {
    margin-top: 0px;
  }

  #forth-section:after {
    display: none;
  }

  .image-round-box {
    width: 308px;
    height: 308px;
  }

  .section-right-part {
    margin-top: 33px;
  }

  .image-thumbs {
    margin-top: 25px;
  }

  .menu-section-left h2 {
    font-size: 33px;
  }

  .main-dishes-menu {
    flex-direction: column;
  }

  .menu-right {
    margin-left: 0px;
    margin-top: 15px;
  }

  .menu-image-box {
    max-width: 100%;
  }

  .pr-1 {
    padding-right: 15px !important;
  }

  .col-xl-6.mt-2.pl-1 {
    padding-left: 15px !important;
  }

  .leaf-elements {
    display: none;
  }

  img.img-fluid.elements {
    max-width: 98px;
  }

  img.img-fluid.elements2 {
    max-width: 77px;
  }

  img.img-fluid.elements3 {
    max-width: 85px;
  }

  .testimonial-boxs {
    padding-left: 10px;
    padding-right: 10px;
  }

  img.leafs {
    display: none;
  }

  .blog-thumbnail {
    margin-top: 18px;
  }

  div#contact-section {
    height: 100%;
  }

  .widget {
    margin-top: 18px;
  }

  .contact-section-box img {
    width: 100%;
  }

  .form-box h2 {
    text-align: center;
  }

  div#mobile-nav {
    display: block;
  }

  nav#desktop-design {
    display: none;
  }

  .mobile-logo-section img {
    max-width: 92px;
    position: absolute;
    border: 1px solid #f3d10e;
    border-radius: 50px;
  }

  .banner-content p {
    margin: 7px auto;
    font-size: 14px;
    line-height: 19.29px;
  }
}