@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,300&display=swap");
body {
  font-size: 16px;
   font-family: "Roboto", sans-serif;
  color: #646464;
}

a {
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  text-decoration: none;
  color: #646464;
}

a:hover {
  text-decoration: none;
  color: #ee6a3e;
}

a:focus {
  text-decoration: none;
}

button {
  outline: 0 !important;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
  padding: 0;
}

button:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  color: #141414;
  font-weight: 400;
}

.d-table {
  width: 100%;
  height: 100%;
}

.d-table-cell {
  vertical-align: middle;
}

p {
  font-size: 16px;
  margin-bottom: 15px;
  line-height: 1.7;
}

p:last-child {
  margin-bottom: 0;

}

img {
  max-width: 100%;
  height: auto;
}

.form-control {
  height: 45px;
  color: #141414;
  border: 1px solid #dddddd;
  background-color: #eeeeee;
  font-size: 16px;
  padding: 10px 10px;
  width: 100%;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  border-radius: 5px;
}

.form-control::-webkit-input-placeholder {
  color: #898C90;
}

.form-control:-ms-input-placeholder {
  color: #898C90;
}

.form-control::-ms-input-placeholder {
  color: #898C90;
}

.form-control::placeholder {
  color: #898C90;
}

.form-control:focus {
  color: #000000;
  background-color: #eeeeee;
  -webkit-box-shadow: unset;
          box-shadow: unset;
  outline: 0;
  border: 1px solid #ee6a3e;
}

.form-control:hover:focus, .form-control:focus {
  -webkit-box-shadow: unset;
          box-shadow: unset;
}

textarea.form-control {
  height: auto;
}

.ptb-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.ptb-10 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.ptb-30 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.pt-100 {
  padding-top: 100px;
}

.pb-100 {
  padding-bottom: 100px;
}

.pt-70 {
  padding-top: 70px;
}

.pb-70 {
  padding-bottom: 70px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pb-150 {
  padding-bottom: 150px;
}

.pt-50 {
  padding-top: 50px;
}

.mt-30 {
  margin-top: 30px;
}

.mb-30 {
  margin-bottom: 30px;
}

.ml-15 {
  margin-left: 15px;
}

.mr-15 {
  margin-right: 15px;
}

.ml-50 {
  margin-left: 50px;
}

.mr-50 {
  margin-right: 50px;
}

/*
Bg-color Style*/
.bg-color-e9dbc8 {
  background-color: #e9dbc8;
}

.bg-color-f5f5f5 {
  background-color: #f5f5f5;
}

.bg-color-fbfbfb {
  background-color: #fbfbfb;
}

.bg-color-3c312b {
  background-color: #7e736f;
}

.bg-color-0f0e0e {
  background-color: #535c68;
}

.bg-color-1e1d1d {
  background-color: #454d56;
}

.bg-color-fff9f8 {
  background-color: #fff9f8;
}

.bg-color-ee6a3e {
  background: #ee6a3e;
}

/*
Default Btn Area Style*/
.default-btn {
  font-size: 16px;
  color: #ffffff;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  text-align: center;
  position: relative;
  z-index: 1;
  overflow: hidden;
  display: -ms-inline-grid;
  display: inline-grid;
  padding: 12px 14px;
  background-color: #ee6a3e;
  border-radius: 5px;
}

.default-btn.active {
  background-color: #f7b22c;
  color: #ffffff;
}

.default-btn.active:hover {
  color: #ffffff;
  background-color: #ee6a3e;
}

.default-btn:hover {
  color: #ffffff;
  background-color: #f7b22c;
}
/*
Default71 Btn Area Style*/
.default71-btn {
  font-size: 16px;
  color: #ffffff;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  text-align: center;
  position: relative;
  z-index: 1;
  overflow: hidden;
  display: -ms-inline-grid;
  display: inline-grid;
  padding: 12px 50px;
  background-color: #ee6a3e;
  border-radius: 5px;
}
.default71-btn.active {
  background-color: #f7b22c;
  color: #ffffff;
}
.default71-btn.active:hover {
  color: #ffffff;
  background-color: #ee6a3e;
}
.default71-btn:hover {
  color: #ffffff;
  background-color: #f7b22c;
}
/*
Default Btn 88 Area Style*/
.default-btn-88 {
  font-size: 16px;
  color: #000;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  text-align: center;
  position: relative;
  z-index: 1;
  overflow: hidden;
  display: -ms-inline-grid;
  display: inline-grid;
  padding: 12px 14px;
  background-color: #f7b22c;
  border-radius: 5px;
  width:100%;
}
.default-btn-88.active {
  background-color: #f7b22c;
  color: #ffffff;
}
.default-btn-88.active:hover {
  color: #ffffff;
  background-color: #ee6a3e;
}
.default-btn-88:hover {
  color: #ffffff;
  background-color: #ee6a3e;
}
/*
Section Title Area Style*/
.section-title {
  max-width: 700px;
  margin: -5px auto 30px;
  text-align: center;
  position: relative;
}

.section-title .top-title {
  font-size: 18px;
  color: #ee6a3e;
  display: block;
  margin-bottom: 5px;
  font-weight: 500;
}

.section-title h2 {
  font-size: 30px;
  margin-bottom: 15px;
}

.section-title h2 span {
  color: #ee6a3e;
}

.section-title h2:last-child {
  margin-bottom: 0;
}

.section-title p {
  max-width: 600px;
  margin: auto;
}

.section-title p span {
  color: #ee6a3e;
}

.section-title.white-title span {
  color: #ee6a3e;
}

.section-title.white-title h2 {
  color: #ffffff;
}

.section-title.white-title p {
  color: #ffffff;
}

.section-title.left-title {
  margin-left: 0;
  text-align: left;
  max-width: 645px;
}

.section-title.left-title h2 {
  max-width: 700px;
}

.section-title.left-title p {
  margin-left: 0;
}

.section-title.left-title .default-btn {
  position: absolute;
  top: 0;
  right: 0;
}

/*
Top Header Style
======================================================*/
.top-header-area {
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #eeeeee;
}

.top-header-area .container-fluid {
  max-width: 1720px;
  margin: auto;
  padding-left: 30px;
  padding-right: 30px;
}

.header-left-content {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}

.header-left-content li {
  display: inline-block;
  margin-right: 30px;
  font-size: 15px;
}

.header-left-content li:last-child {
  margin-right: 0;
}

.header-left-content li span {
  color: #141414;
  font-weight: 500;
}

.header-left-content li a {
  color: #3c312b;
}

.header-left-content li a:hover {
  color: #ee6a3e;
}

.header-middle-content {
  text-align: center;
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}

.header-middle-content li p {
  color: #141414;
}

.header-middle-content li p a {
  color: #ee6a3e;
  font-size: 15px;
}

.header-right-content {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  text-align: right;
}

.header-right-content li {
  display: inline-block;
  margin-right: 30px;
  font-size: 15px;
}

.header-right-content li a {
  color: #141414;
}

.header-right-content li a:hover {
  color: #ee6a3e;
}

.header-right-content li:last-child {
  margin-right: 0;
}

.header-right-content .language {
  position: relative;
  padding-left: 20px;
  background-color: #ffffff;
  border-radius: 50px;
  font-size: 15px;
}

.header-right-content .language .form-select {
  background-color: transparent;
  border: none;
  background-size: 16px 13px;
  cursor: pointer;
  color: #646464;
  font-size: 15px;
}

.header-right-content .language .form-select:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.header-right-content .language i {
  position: absolute;
  top: 7px;
  left: 10px;
}

/*
Navbar Area Style
======================================================*/
.navbar-area {
  position: relative;
  background-color: #ffffff;
  padding-top: 5px;
  padding-bottom: 5px;
}

.navbar-area.is-sticky {
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  position: fixed;
  -webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
          animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
  -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
}

.navbar-area .container-fluid {
  max-width: 1720px;
  margin: auto;
  padding-left: 30px;
  padding-right: 30px;
}

.navbar-area.style-three {
  background-color: transparent;
}

.navbar-area.style-three.is-sticky {
  background-color: #3c312b;
}

.desktop-nav {
  padding-top: 0;
  padding-bottom: 0;
}

.desktop-nav .navbar {
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  z-index: 2;
  padding-right: 0;
  padding-top: 0;
  padding-left: 0;
  padding-bottom: 0;
}

.desktop-nav .navbar ul {
  margin-bottom: 0;
  list-style-type: none;
}

.desktop-nav .navbar .navbar-nav .nav-item {
  position: relative;
  padding-bottom: 20px;
  padding-top: 20px;
  padding-right: 0;
  padding-left: 0;
}

.desktop-nav .navbar .navbar-nav .nav-item a {
  font-size: 17px;
  color: #141414;
  line-height: 1;
  position: relative;
  font-weight: 400;
  padding-left: 0;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  margin-left: 9px;
  margin-right: 9px;
}

.desktop-nav .navbar .navbar-nav .nav-item a.dropdown-toggle {
  padding-right: 20px;
}

.desktop-nav .navbar .navbar-nav .nav-item a.dropdown-toggle::after {
  display: none;
}

.desktop-nav .navbar .navbar-nav .nav-item a.dropdown-toggle::before {
  content: "\EA4E";
  position: absolute;
  top: 0;
  right: 0;
  font-family: remixicon !important;
  line-height: 1;
  font-size: 17px;
}

.desktop-nav .navbar .navbar-nav .nav-item a:hover, .desktop-nav .navbar .navbar-nav .nav-item a:focus, .desktop-nav .navbar .navbar-nav .nav-item a.active {
  color: #ee6a3e;
}

.desktop-nav .navbar .navbar-nav .nav-item a i {
  font-size: 18px;
  line-height: 0;
  position: relative;
  top: 4px;
}

.desktop-nav .navbar .navbar-nav .nav-item:last-child a {
  margin-right: 0;
}

.desktop-nav .navbar .navbar-nav .nav-item:first-child a {
  margin-left: 0;
}

.desktop-nav .navbar .navbar-nav .nav-item:hover a, .desktop-nav .navbar .navbar-nav .nav-item:focus a, .desktop-nav .navbar .navbar-nav .nav-item.active a {
  color: #ee6a3e;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu {
  -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background: #ffffff;
  position: absolute;
  visibility: hidden;
  border-radius: 0;
  display: block;
  width: 250px;
  border: none;
  z-index: 99;
  opacity: 0;
  top: 80px;
  left: 0;
  padding: 0;
  border-radius: 5px;
  overflow-y: auto;
direction: rtl;
max-height: 353px; 
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li {
  padding: 0;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li a {
  color: #141414;
  padding: 15px;
  border-bottom: 1px dashed #ededed;
  margin: 0;
  font-size: 17px;
  font-weight: 400;
  line-height: 1;
  display: block;
  position: relative;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li a.dropdown-toggle::after {
  display: none;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li a.dropdown-toggle::before {
  content: "\EA4E";
  position: absolute;
  top: 14px;
  right: 13px;
  font-family: remixicon !important;
  line-height: 1;
  font-size: 17px;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li a:hover, .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li a:focus, .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li a.active {
  color: #ee6a3e;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu {
  left: 250px;
  top: 0;
  opacity: 0;
  visibility: hidden;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a {
  color: #141414;
  border-bottom: 1px dashed #ededed;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  position: relative;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a.dropdown-toggle::after {
  display: none;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a.dropdown-toggle::before {
  content: "\EA4E";
  position: absolute;
  top: 14px;
  right: 13px;
  font-family: remixicon !important;
  line-height: 1;
  font-size: 17px;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:hover, .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:focus, .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a.active {
  color: #ee6a3e;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu {
  left: 250px;
  top: 0;
  opacity: 0;
  visibility: hidden;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
  color: #000000;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
  color: #ee6a3e;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
  left: -250px;
  top: 0;
  opacity: 0;
  visibility: hidden;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
  color: #000000;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
  color: #ee6a3e;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
  left: -250px;
  top: 0;
  opacity: 0;
  visibility: hidden;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
  color: #000000;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
  color: #ee6a3e;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
  left: -250px;
  top: 0;
  opacity: 0;
  visibility: hidden;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
  color: #000000;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
  color: #ee6a3e;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
  left: -250px;
  top: 0;
  opacity: 0;
  visibility: hidden;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
  color: #000000;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
  color: #ee6a3e;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
  color: #ee6a3e;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  top: -15px;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
  color: #ee6a3e;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  top: -1px;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
  color: #ee6a3e;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
  opacity: 1;
  top: -1px;
  visibility: visible;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
  color: #ee6a3e;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
  opacity: 1;
  top: -15px;
  visibility: visible;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li.active a {
  color: #ee6a3e;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  top: -15px;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li.active a {
  color: #ee6a3e;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  top: 0;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li:last-child a {
  border-bottom: none;
}

.desktop-nav .navbar .navbar-nav .nav-item:hover .dropdown-menu {
  top: 100%;
  opacity: 1;
  margin-top: 0;
  visibility: visible;
}

.desktop-nav .navbar .others-options {
  margin-left: 30px;
}

.desktop-nav .navbar .others-options ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}

.desktop-nav .navbar .others-options ul li {
  margin-right: 20px;
  display: inline-block;
}

.desktop-nav .navbar .others-options ul li:last-child {
  margin-right: 0;
}

.desktop-nav .navbar .others-options ul li .default-btn.login {
  background-color: transparent;
  color: #ee6a3e;
}

.desktop-nav .navbar .others-options ul li .default-btn.login:hover {
  background-color: #f7b22c;
  color: #ffffff;
}

.desktop-nav.style-three .navbar .navbar-nav .nav-item a {
  color: #ffffff;
}

.desktop-nav.style-three .navbar .others-options ul li .default-btn.login {
  color: #ffffff;
}

.mobile-responsive-nav {
  display: none;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
  }
}

/*
Others Option For Responsive Area Style
======================================================*/
.others-option-for-responsive {
  display: none !important;
}

.others-option-for-responsive .dot-menu {
  padding: 0 10px;
  height: 30px;
  cursor: pointer;
  z-index: 999;
  position: absolute;
  right: 60px;
  top: -35px;
}

.others-option-for-responsive .dot-menu .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 30px;
}

.others-option-for-responsive .dot-menu .inner .circle {
  height: 5px;
  width: 5px;
  border-radius: 100%;
  margin: 0 2px;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  background-color: #ee6a3e;
}

.others-option-for-responsive .dot-menu:hover .inner .circle {
  background-color: #ee6a3e;
}

.others-option-for-responsive .container {
  position: relative;
}

.others-option-for-responsive .container .container {
  position: absolute;
  right: -2px;
  top: 15px;
  max-width: 320px;
  margin-left: auto;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
  z-index: 2;
  padding-left: 15px;
  padding-right: 15px;
}

.others-option-for-responsive .container .container.active {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
}

.others-option-for-responsive .others-options {
  background-color: #ededed;
  padding: 20px;
  text-align: center;
}

.others-option-for-responsive .others-options ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}

.others-option-for-responsive .others-options ul li {
  margin-right: 20px;
  display: inline-block;
}

.others-option-for-responsive .others-options ul li:last-child {
  margin-right: 0;
}

/*
Banner Area Style
======================================================*/
.banner-area {
  overflow: hidden;
}

.banner-area .container-fluid {
  max-width: 1720px;
  padding-left: 30px;
  padding-right: 30px;
}

.banner-area.bg-2 {
  background-image: url(../images/banner/banner-bg-2.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  position: relative;
  z-index: 1;
}

.banner-area.bg-2::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, right top, left top, from(#141414), to(rgba(20, 20, 20, 0)));
  background: linear-gradient(270deg, #141414 0%, rgba(20, 20, 20, 0) 100%);
}

.banner-content {
  position: relative;
}

.banner-content h1 {
  font-size: 85px;
  margin-top: -17px;
  margin-bottom: 14px;
}

.banner-content p {
  margin-bottom: 40px;
}

.banner-content .banner-btn {
  margin-bottom: 100px;
}

.banner-content .banner-btn .default-btn.active {
  margin-left: 30px;
}

.banner-content ul {
  padding-left: 0;
  margin-bottom: 30px;
  list-style-type: none;
  margin-left: 25px;
}

.banner-content ul li {
  display: inline-block;
  margin-left: -25px;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.banner-content ul li:hover {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  z-index: 1;
}

.banner-content span i {
  color: #ee6a3e;
}

.banner-content span strong {
  color: #141414;
}

.banner-content .shape {
  position: absolute;
}

.banner-content .shape.shape-1 {
  bottom: 70px;
  left: 190px;
}

.banner-content .shape.shape-2 {
  top: -150px;
  left: 0;
}

.banner-content .shape.shape-3 {
  bottom: 0;
  right: 0;
}

.banner-content.style-two {
  max-width: 500px;
  margin-left: auto;
}

.banner-content.style-two h1 {
  color: #ffffff;
  font-size: 35px;
}

.banner-content.style-two .bg-color {
  background-color: #f7b22c;
  border-radius: 10px 10px 0 0;
  padding: 10px;
  text-align: center;
}

.banner-content.style-two .bg-color span {
  display: block;
  margin-bottom: 8px;
  color: #3c312b;
}

.banner-content.style-two .bg-color h3 {
  margin-bottom: 0;
  font-size: 28px;
}

.banner-content.style-three h1 {
  color: #ffffff;
}

.transfer-form {
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  padding: 14px;
  border-radius: 0 0 10px 10px;
}

.transfer-form .form-group {
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  padding: 20px 20px;
  border-radius: 10px;
  position: relative;
  margin-bottom: 20px;
}

.transfer-form .default-btn {
  width: 100%;
}

.banner-img {
  position: relative;
  text-align: center;
  z-index: 1;
}

.banner-img .banner-img-shape {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: -1;
  -webkit-animation: rotation 50s infinite;
          animation: rotation 50s infinite;
}

@-webkit-keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
            transform: rotate(359deg);
  }
}

@keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
            transform: rotate(359deg);
  }
}

/*
Btro Info Area Style
======================================================*/
.btro-info-area {
  position: relative;
}

.btro-info-area .shape-1 {
  position: absolute;
  top: 50px;
  right: 50px;
  -webkit-animation: FocuS 1s linear 1s infinite;
          animation: FocuS 1s linear 1s infinite;
}

.btro-info-area .shape-2 {
  position: absolute;
  bottom: 50px;
  left: 50px;
  -webkit-animation: FocuS 1s linear 1s infinite;
          animation: FocuS 1s linear 1s infinite;
}

.btro-info-content {
  text-align: center;
  max-width: 960px;
  margin: auto;
}

.btro-info-content p {
  font-size: 20px;
  color: #cfc9c6;
}

.btro-info-content p span {
  color: #f7b22c;
}

.btro-info-content p a {
  color: #ee6a3e;
}

@-webkit-keyframes FocuS {
  0% {
    opacity: 0;
  }
  75% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes FocuS {
  0% {
    opacity: 0;
  }
  75% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

/*
Single Choose Us Area Style
======================================================*/
.why-choose-area {
  position: relative;
  z-index: 1;
}

.why-choose-area .col-lg-3:nth-child(4) .single-choose-us {
  margin-top: -190px;
}

.why-choose-area .col-lg-3:nth-child(3) .single-choose-us {
  margin-top: -90px;
}

.why-choose-area .col-lg-3:nth-child(2) .single-choose-us {
  margin-top: 10px;
}

.why-choose-area .col-lg-3:nth-child(1) .single-choose-us {
  margin-top: 110px;
}

.why-choose-area .choose-shape {
  position: absolute;
  bottom: 150px;
  right: 400px;
  -webkit-animation: rotation 50s infinite linear;
          animation: rotation 50s infinite linear;
}

.single-choose-us {
  margin-bottom: 30px;
}

.single-choose-us img {
  margin-bottom: 20px;
  border:6px solid #f1e7e6;
}

.single-choose-us .why-choose-content h3 {
  font-size: 22px;
  margin-bottom: 10px;
}


/*
Unified Area Style
======================================================*/
.unified-platform-area {
  overflow: hidden;
}

.unified-platform-content .top-title {
  color: #ee6a3e;
  font-size: 22px;
  font-weight: 400;
  display: block;
  margin-bottom: 5px;
}

.unified-platform-content h2 {
  font-size: 30px;
  margin-bottom: 20px;
}

.unified-platform-content.ml-30 {
  margin-left: 30px;
}

.single-unified-platform {
  margin-bottom: 30px;
}

.single-unified-platform i {
  font-size: 30px;
  color: #141414;
  position: relative;
  z-index: 1;
  line-height: 1;
  margin-bottom: 15px;
  display: inline-block;
}

.single-unified-platform i::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: #f7b22c;
  width: 20px;
  height: 20px;
  border-radius: 50px;
  z-index: -1;
}

.single-unified-platform h3 {
  font-size: 22px;
  margin-bottom: 15px;
}

.unified-img {
  position: relative;
}

.unified-img .unified-shape-1 {
  position: absolute;
  bottom: -50px;
  right: -50px;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  -webkit-animation: rotation 50s infinite linear;
          animation: rotation 50s infinite linear;
}

.unified-img .unified-shape-2 {
  position: absolute;
  top: -30px;
  left: -30px;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  -webkit-animation: rotation 50s infinite linear;
          animation: rotation 50s infinite linear;
}

/*
Support Area Style
======================================================*/
.single-support {
  margin-bottom: 30px;
}

.single-support img {
  margin-bottom: 8px;
}

.single-support h3 {
  font-size: 22px;
  margin-bottom: 4px;
}

.single-support h3 a {
  color: #141414;
}
/*
Shop-Support Area Style
======================================================*/
.single-shop-support {
  margin-bottom: 30px;
}

.single-shop-support img {
  margin-bottom: 8px;
  width:100%;
  height:300px;
}

.single-shop-support h3 {
  font-size: 20px;
  margin-bottom: 4px;
}

.single-shop-support h3 a {
  color: #141414;
}

/*
Customers Area Style
======================================================*/
.customers-area {
  position: relative;
  z-index: 1;
}

.customers-area .section-title {
  margin-bottom: 50px;
}

.customers-area .lines {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  margin: auto;
  width: 90vw;
  z-index: -1;
}

.customers-area .lines .line {
  position: absolute;
  width: 2px;
  height: 100%;
  top: 0;
  left: 50%;
  overflow: hidden;
}

.customers-area .lines .line::after {
  content: "";
  display: block;
  position: absolute;
  height: 10px;
  width: 100%;
  top: 0;
  left: 0;
  background-color: #ffffff;
  -webkit-animation: moveLeftBounces-one 20s linear infinite;
          animation: moveLeftBounces-one 20s linear infinite;
}

.customers-area .lines .line:nth-child(1) {
  margin-left: -25%;
}

.customers-area .lines .line:nth-child(1)::after {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}

.customers-area .lines .line:nth-child(3)::after {
  -webkit-animation-delay: 2.5s;
          animation-delay: 2.5s;
}

.customers-area .lines .line:nth-child(3) {
  margin-left: 25%;
}

.customers-area .lines .line-two {
  position: absolute;
  width: 2px;
  height: 100%;
  top: 0;
  left: 50%;
  background: rgba(255, 255, 255, 0.1);
  overflow: hidden;
}

.customers-area .lines .line-two::after {
  content: "";
  display: block;
  position: absolute;
  height: 10px;
  width: 100%;
  top: 0;
  left: 0;
  background-color: #ee6a3e;
  -webkit-animation: moveLeftBounces-two 20s linear infinite;
          animation: moveLeftBounces-two 20s linear infinite;
}

.customers-area .lines .line-two:nth-child(1) {
  margin-left: -25%;
}

.customers-area .lines .line-two:nth-child(1)::after {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}

.customers-area .lines .line-two:nth-child(3)::after {
  -webkit-animation-delay: 2.5s;
          animation-delay: 2.5s;
}

.customers-area .lines .line-two:nth-child(3) {
  margin-left: 25%;
}

.customers-area .lines .line-three {
  position: absolute;
  width: 2px;
  height: 100%;
  top: 0;
  left: 50%;
  background: rgba(255, 255, 255, 0.1);
  overflow: hidden;
}

.customers-area .lines .line-three::after {
  content: "";
  display: block;
  position: absolute;
  height: 10px;
  width: 100%;
  top: 0;
  left: 0;
  background-color: #ee6a3e;
  -webkit-animation: moveLeftBounces-one 20s linear infinite;
          animation: moveLeftBounces-one 20s linear infinite;
}

.customers-area .lines .line-three:nth-child(1) {
  margin-left: -25%;
}

.customers-area .lines .line-three:nth-child(1)::after {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}

.customers-area .lines .line-three:nth-child(3)::after {
  -webkit-animation-delay: 2.5s;
          animation-delay: 2.5s;
}

.customers-area .lines .line-three:nth-child(3) {
  margin-left: 25%;
}

@keyframes moveLeftBounces-one {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(656px);
            transform: translateY(656px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.customers-single-item {
  position: relative;
  padding-left: 130px;
}

.customers-single-item .quote {
  line-height: 1;
  font-size: 70px;
  color: #ee6a3e;
  position: absolute;
  top: 0;
  left: 0;
}

.customers-single-item p {
  margin-bottom: 35px;
  font-size: 18px;
  color: #141414;
  font-weight: 500;
}

.customers-single-item ul {
  padding-left: 0;
  margin-bottom: 10px;
  list-style-type: none;
}

.customers-single-item ul li {
  display: inline-block;
}

.customers-single-item ul li i {
  color: #f7b22c;
}

.customers-single-item h3 {
  font-size: 20px;
  margin-bottom: 5px;
}

.customers-single-item span {
  color: #ee6a3e;
}

.customers-slide {
  position: relative;
  max-width: 870px;
  margin: auto;
}

.customers-slide.owl-theme .owl-dots {
  margin-top: 0;
  position: absolute;
  right: 0;
  bottom: 0;
}

.customers-slide.owl-theme .owl-dots .owl-dot span {
  border-radius: 0;
  background-color: #f7b22c;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.customers-slide.owl-theme .owl-dots .owl-dot.active span {
  background-color: #ee6a3e;
}

.customers-bg {
  position: relative;
  z-index: 1;
}

.customers-bg .counter-shape {
  position: absolute;
  top: 100px;
  left: 0;
  -webkit-animation: rotation 50s infinite;
          animation: rotation 50s infinite;
}

/*
Blog Area Style
======================================================*/
.single-blog-item {
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
}

.single-blog-item .blog-content {
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  padding: 14px;
  max-width: 350px;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  margin-top: -80px;
  z-index: 1;
  position: relative;
  margin-left: auto;
}

.single-blog-item .blog-content ul {
  padding-left: 0;
  margin-bottom: 4px;
  list-style-type: none;
}

.single-blog-item .blog-content ul li {
  display: inline-block;
  position: relative;
  font-size: 14px;
  padding-left: 0px;
  margin-right: 30px;
}

.single-blog-item .blog-content ul li:last-child {
  margin-right: 0;
}

.single-blog-item .blog-content ul li i {
  position: absolute;
  top: 2px;
  left: 0;
  color: #ee6a3e;
}

.single-blog-item .blog-content h3 {
  font-size: 22px;
  margin-bottom: 0;
}

.single-blog-item .blog-content h3 a {
  color: #141414;
}

.single-blog-item:hover .blog-content h3 a {
  color: #ee6a3e;
}

.blog-slide.owl-theme .owl-nav {
  margin-top: 0 !important;
}

.blog-slide.owl-theme .owl-nav .owl-prev, .blog-slide.owl-theme .owl-nav .owl-next {
  background-color: transparent;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background-color: #ffffff;
  color: #ee6a3e;
  -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: -25px;
  -webkit-transform: translateY(-70px);
          transform: translateY(-70px);
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.blog-slide.owl-theme .owl-nav .owl-prev:hover, .blog-slide.owl-theme .owl-nav .owl-next:hover {
  background-color: #ee6a3e;
  color: #ffffff;
}

.blog-slide.owl-theme .owl-nav .owl-next {
  left: auto;
  right: -25px;
}
/*
recipecate Area Style
======================================================*/
.single-recipecate-item {
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
}

.single-recipecate-item .recipecate-content {
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  padding: 14px;
  max-width: 350px;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  margin-top: -80px;
  z-index: 1;
  position: relative;
  margin-left: auto;
}

.single-recipecate-item .recipecate-content ul {
  padding-left: 0;
  margin-bottom: 4px;
  list-style-type: none;
}

.single-recipecate-item .recipecate-content ul li {
  display: inline-block;
  position: relative;
  font-size: 14px;
  padding-left: 0px;
  margin-right: 30px;
}

.single-recipecate-item .recipecate-content ul li:last-child {
  margin-right: 0;
}

.single-recipecate-item .recipecate-content ul li i {
  position: absolute;
  top: 2px;
  left: 0;
  color: #ee6a3e;
}

.single-recipecate-item .recipecate-content h3 {
  font-size: 22px;
  margin-bottom: 0;
}

.single-recipecate-item .recipecate-content h3 a {
  color: #141414;
}

.single-recipecate-item:hover .recipecate-content h3 a {
  color: #ee6a3e;
}

.recipecate-slide.owl-theme .owl-nav {
  margin-top: 0 !important;
}

.recipecate-slide.owl-theme .owl-nav .owl-prev, .recipecate-slide.owl-theme .owl-nav .owl-next {
  background-color: transparent;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background-color: #ffffff;
  color: #ee6a3e;
  -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: -25px;
  -webkit-transform: translateY(-70px);
          transform: translateY(-70px);
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.recipecate-slide.owl-theme .owl-nav .owl-prev:hover, .recipecate-slide.owl-theme .owl-nav .owl-next:hover {
  background-color: #ee6a3e;
  color: #ffffff;
}

.recipecate-slide.owl-theme .owl-nav .owl-next {
  left: auto;
  right: -25px;
}
.single-recipecate-item img{width:100%; height:360px; object-fit:cover;}

/*
Footer Area Style
======================================================*/
.footer-area {
  position: relative;
  z-index: 1;
}

.footer-area::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/footer-bg-shape.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto;
  -webkit-animation: FocuS 1s linear 1s infinite;
          animation: FocuS 1s linear 1s infinite;
  z-index: -1;
}

.single-widget {
  margin-bottom: 30px;
}

.single-widget.ml-30 {
  margin-left: 40px;
}

.single-widget h3 {
  color: #ffffff;
  font-size: 22px;
  margin-bottom: 20px;
}

.single-widget .footer-logo {
  margin-bottom: 20px;
}

.single-widget p {
  color: #bebebe;
}

.single-widget .use-full-link {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}

.single-widget .use-full-link li {
  margin-bottom: 15px;
}

.single-widget .use-full-link li:last-child {
  margin-bottom: 0;
}

.single-widget .use-full-link li a {
  color: #bfbfbf;
}

.single-widget .use-full-link li a:hover {
  color: #f7b22c;
}

.single-widget .address-link {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.single-widget .address-link li {
  color: #bfbfbf;
  position: relative;
  padding-left: 25px;
  margin-bottom: 17px;
}

.single-widget .address-link li span {
  color: #ffffff;
}

.single-widget .address-link li:last-child {
  margin-bottom: 0;
}

.single-widget .address-link li i {
  position: absolute;
  top: 2px;
  left: 0;
  color: #f7b22c;
}

.single-widget .address-link li a {
  color: #bfbfbf;
}

.single-widget .address-link li a:hover {
  color: #ee6a3e;
}

.single-widget .social-link {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  line-height: 1;
}

.single-widget .social-link li {
  display: inline-block;
  margin-right: 10px;
}

.single-widget .social-link li:last-child {
  margin-right: 0;
}

.single-widget .social-link li span {
  font-weight: 600;
  position: relative;
  top: -10px;
  margin-right: 10px;
  color: #bebebe;
}

.single-widget .social-link li a i {
  color: #bebebe;
  font-size: 30px;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.single-widget .social-link li a:hover i {
  color: #ee6a3e;
}

.copy-right-content {
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
}

.copy-right-content p {
  color: #ffffff;
}

.copy-right-content p span {
  color: #ee6a3e;
}

.copy-right-content p a {
  color: #ee6a3e;
}

/*
Fast Secure Area Style
======================================================*/
.fast-secure-content {
  margin-right: 50px;
}

.fast-secure-content .top-title {
  color: #ee6a3e;
  font-size: 18px;
  font-weight: 400;
  display: block;
  margin-bottom: 5px;
}

.fast-secure-content h2 {
  font-size: 30px;
  margin-bottom: 20px;
}

.fast-secure-content p {
  margin-bottom: 30px;
}

.fast-secure-content ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}

.fast-secure-content ul li {
  position: relative;
  margin-bottom: 15px;
  padding-left: 25px;
}

.fast-secure-content ul li i {
  color: #ee6a3e;
  position: absolute;
  top: 1px;
  left: 0;
}

.fast-secure-content .default-btn {
  margin-top: 15px;
}

.fast-mg {
  position: relative;
}

.fast-mg .fast-img-1 {
  position: relative;
  bottom: -100px;
  left: -100px;
}

.fast-mg .fast-img-2 {
  position: absolute;
  bottom: 0;
  right: 0;
}


/*
Started Area Style
======================================================*/
.started-bg {
  background-color: #ee6a3e;
  border-radius: 12px;
  position: relative;
}

.started-bg .started-content {
  max-width: 920px;
  margin: auto;
  text-align: center;
  padding: 50px;
}

.started-bg .started-content h3 {
  font-size: 18px;
  color: #ffffff;
  margin-bottom: 20px;
}

.started-bg .started-content p {
  font-size: 22px;
  color: #ffffff;
  margin-bottom: 30px;
}

.started-bg .started-content .started-btn .default-btn {
  background-color: #f7b22c;
  margin-right: 20px;
}

.started-bg .started-content .started-btn .default-btn:hover {
  background-color: #141414;
}

.started-bg .started-content .started-btn .default-btn:last-child {
  margin-right: 0;
}

.started-bg .started-content .started-btn .default-btn.active {
  background-color: #141414;
}

.started-bg .started-content .started-btn .default-btn.active:hover {
  background-color: #f7b22c;
}

.started-bg .shape.shape-1 {
  position: absolute;
  top: 50px;
  left: 50px;
  -webkit-animation: rotation 50s infinite linear;
          animation: rotation 50s infinite linear;
}

.started-bg .shape.shape-2 {
  position: absolute;
  bottom: 100px;
  left: 100px;
  -webkit-animation: rotation 50s infinite linear;
          animation: rotation 50s infinite linear;
}

.started-bg .shape.shape-3 {
  position: absolute;
  bottom: 30%;
  right: -50px;
}

/*
Why Area Style
======================================================*/
.single-why-bitr {
  margin-bottom: 30px;
}

.single-why-bitr i {
  background-image: url(../images/why-bitr-icon-bg.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto;
  height: 100%;
  padding: 30px;
  color: #ffffff;
  font-size: 45px;
  border-radius: 12px;
  line-height: 1;
  display: inline-block;
  margin-bottom: 28px;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.single-why-bitr h3 {
  font-size: 22px;
  margin-bottom: 15px;
}

.single-why-bitr p a {
  color: #ee6a3e;
}

.single-why-bitr:hover i {
  -webkit-transform: rotateY(360deg);
          transform: rotateY(360deg);
}

/* 
Page Title Area Style
=====================================================*/
.page-title-area {
  position: relative;
  z-index: 1;
  background-color:#f7b22c;
  padding-top: 10px;
  padding-bottom: 10px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.page-title-area::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, right top, left top, from(#141414), to(rgba(20, 20, 20, 0)));
  background: linear-gradient(270deg, #c53f12 0%, rgba(20, 20, 20, 0) 100%);
  z-index: -1;
  -webkit-transform: matrix(-1, 0, 0, 1, 0, 0);
          transform: matrix(-1, 0, 0, 1, 0, 0);
  z-index: -1;
}

.page-title-content {
  position: relative;
  max-width: 860px;
}

.page-title-content h2 {
  margin-bottom: 7px;
  font-size: 30px;
  color: #ffffff;
}

.page-title-content ul {
  padding-left: 0;
  list-style-type: none;
  margin-bottom: 0;
}

.page-title-content ul li {
  display: inline-block;
  position: relative;
  font-size: 16px;
  padding-right: 15px;
  margin-left: 15px;
  color: #ffffff;
}

.page-title-content ul li a {
  color: #ffffff;
}

.page-title-content ul li a:hover {
  color: #ee6a3e;
}

.page-title-content ul li::before {
  content: "";
  position: absolute;
  top: 10px;
  right: -3px;
  background-color:#ffcb66;
  width: 5px;
  height: 5px;
  border-radius: 50%;
}

.page-title-content ul li.active {
  color: #ffffff;
}

.page-title-content ul li:first-child {
  margin-left: 0;
}

.page-title-content ul li:last-child {
  padding-right: 0;
}

.page-title-content ul li:last-child::before {
  display: none;
}

/* 
cooking-class Details Area Style
=====================================================*/
.cooking-class-details-content {
  max-width: 860px;
  margin: auto;
}

.cooking-class-details-content h2 {
  font-size: 30px;
  margin-bottom: 6px;
}

.cooking-class-details-content .user {
  padding-left: 0;
  margin-bottom: 10px;
  list-style-type: none;
}

.cooking-class-details-content .user li {
  display: inline-block;
  margin-right: 30px;
}

.cooking-class-details-content .user li span{
  display: inline-block;
  margin-right: 6px;
  font-size:24px;
}

.cooking-class-details-content .user li:last-child {
  margin-right: 0;
}

.cooking-class-details-content .user li i {
  color: #ee6a3e;
  margin-right: 5px;
  position: relative;
  top: 1px;
}

.cooking-class-details-content .details-img {
  margin-bottom: 30px;
}

.cooking-class-details-content h3 {
  font-size: 22px;
}
.cooking-class-details-content .leave-form {
  margin-top: 0px;
}

.cooking-class-details-content .leave-form h3 {
  margin-bottom: 30px;
}

.cooking-class-details-content .leave-form .form-group {
  margin-bottom: 8px;
}

.cooking-class-details-content .leave-form .form-group label {
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 600;
  color: #141414;
}

.cooking-class-details-content .leave-form .form-group .form-control {
  background-color: transparent;
  border: 1px solid #eaeaea;
}

.cooking-class-details-content .leave-form .form-group .form-control:focus {
  border-color: #ee6a3e;
}

.cooking-class-details-content .leave-form .form-group .form-control::-webkit-input-placeholder {
  font-size: 14px;
}

.cooking-class-details-content .leave-form .form-group .form-control:-ms-input-placeholder {
  font-size: 14px;
}

.cooking-class-details-content .leave-form .form-group .form-control::-ms-input-placeholder {
  font-size: 14px;
}

.cooking-class-details-content .leave-form .form-group .form-control::placeholder {
  font-size: 14px;
}

.cooking-class-details-content .gap-30 {
  margin-bottom: 30px;
}

.cooking-class-details-about{ background:#eff2f5; padding:20px;}
.cooking-class-details-about h2{font-size: 28px; margin-bottom:10px; color: #221c1a;}
.cooking-class-details-menu h2{font-size: 28px; margin-bottom:10px; color: #36849d;}
.cooking-class-details-description h2{font-size: 28px; margin-bottom:10px; color: #46914f;}
.cooking-class-details-menu{ background:#eafaff; padding:20px; margin-top:20px;}
.cooking-class-details-description{ background:#e9f1ea; padding:20px; margin-top:20px;}
/* 
shop-pro-item Details Area Style
=====================================================*/
.shop-pro-item-details-content {
  max-width: 860px;
  margin: auto;
}

.shop-pro-item-details-content h2 {
  font-size: 30px;
  margin-bottom: 6px;
}

.shop-pro-item-details-content .user {
  padding-left: 0;
  margin-bottom: 10px;
  list-style-type: none;
}

.shop-pro-item-details-content .user li {
  display: inline-block;
  margin-right: 30px;
}

.shop-pro-item-details-content .user li span{
  display: inline-block;
  margin-right: 6px;
  font-size:24px;
}

.shop-pro-item-details-content .user li:last-child {
  margin-right: 0;
}

.shop-pro-item-details-content .user li i {
  color: #ee6a3e;
  margin-right: 5px;
  position: relative;
  top: 1px;
}

.shop-pro-item-details-content .details-img {
  margin-bottom: 30px;
}

.shop-pro-item-details-content h3 {
  font-size: 22px;
}
.shop-pro-item-details-content .leave-form {
  margin-top: 0px;
}

.shop-pro-item-details-content .leave-form h3 {
  margin-bottom: 30px;
}

.shop-pro-item-details-content .leave-form .form-group {
  margin-bottom: 8px;
}

.shop-pro-item-details-content .leave-form .form-group label {
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 600;
  color: #141414;
}

.shop-pro-item-details-content .leave-form .form-group .form-control {
  background-color: transparent;
  border: 1px solid #eaeaea;
}

.shop-pro-item-details-content .leave-form .form-group .form-control:focus {
  border-color: #ee6a3e;
}

.shop-pro-item-details-content .leave-form .form-group .form-control::-webkit-input-placeholder {
  font-size: 14px;
}

.shop-pro-item-details-content .leave-form .form-group .form-control:-ms-input-placeholder {
  font-size: 14px;
}

.shop-pro-item-details-content .leave-form .form-group .form-control::-ms-input-placeholder {
  font-size: 14px;
}

.shop-pro-item-details-content .leave-form .form-group .form-control::placeholder {
  font-size: 14px;
}

.shop-pro-item-details-content .gap-30 {
  margin-bottom: 30px;
}
.shop-pro-item-details-description{ background:#fbefe2; padding:20px;}
.shop-pro-item-details-description h2{font-size: 28px; margin-bottom:10px; color:#d18802;}
.shop-pro-item-details-additional-info h2{font-size: 28px; margin-bottom:10px; color:#cb4d27;}
.shop-pro-item-details-additional-info{ background:#ffeaf9; padding:20px; margin-top:20px;}
/* 
recipe Details Area Style
=====================================================*/
.recipe-details-content {
  max-width: 860px;
  margin: auto;
}

.recipe-details-content h2 {
  font-size: 30px;
  margin-bottom: 10px;
}

.recipe-details-content .user {
  padding-left: 0;
  margin-bottom: 10px;
  list-style-type: none;
}

.recipe-details-content .user li {
  display: inline-block;
  margin-right: 30px;
}

.recipe-details-content .user li:last-child {
  margin-right: 0;
}

.recipe-details-content .user li i {
  color: #ee6a3e;
  margin-right: 5px;
  position: relative;
  top: 1px;
}

.recipe-details-content .details-img img {
  margin-bottom: 30px;
  width:100%;
  height:460px;
  object-fit:cover;
}

.recipe-details-content h3 {
  font-size: 22px;
}

.recipe-details-content .available-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.recipe-details-content .available-list li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 15px;
}

.recipe-details-content .available-list li i {
  position: absolute;
  top: 2px;
  left: 0;
  color: #ee6a3e;
}

.recipe-details-content .orderone-list ol {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.recipe-details-content .orderone-list  li {
  position: relative;
  padding-left: 5px;
  margin-bottom: 15px;
}

.recipe-details-content .orderone-list li i {
  position: absolute;
  top: 2px;
  left: 0;
  color: #ee6a3e;
}

.recipe-details-content .gap-30 {
  margin-bottom: 30px;
}

/* 
Main Contact Area Style
=====================================================*/
.contact-form {
  background-color: #ffffff;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  padding: 40px;
  border-radius: 10px;
  border: 1px solid #f1a429;
}

.contact-form h2 {
  font-size: 30px;
  margin-bottom: 20px;
}

.contact-form .form-group {
  margin-bottom: 30px;
}

.contact-form .form-group label {
  margin-bottom: 10px;
  font-size: 15px;
  font-weight: 600;
  color: #141414;
}

.contact-form .form-group .form-control:focus {
  border-bottom: 1px solid #ee6a3e;
}

.contact-form .form-group .form-control::-webkit-input-placeholder {
  font-size: 16px;
}

.contact-form .form-group .form-control:-ms-input-placeholder {
  font-size: 16px;
}

.contact-form .form-group .form-control::-ms-input-placeholder {
  font-size: 16px;
}

.contact-form .form-group .form-control::placeholder {
  font-size: 16px;
}

.contact-form .form-check {
  padding-left: 25px;
}

.contact-form .form-check a {
  color: #ee6a3e;
}

.contact-form.faq-contact {
  max-width: 860px;
  margin: auto;
  background-color: #f4f4f4;
  padding: 50px;
  border-radius: 10px;
}

.list-unstyled {
  color: #dc3545;
  margin-top: 10px;
  font-size: 14px;
}

.hidden {
  display: none;
}

#msgSubmit {
  margin-top: 30px;
  font-size: 20px;
}

.contacts-info {

  -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  padding: 40px;
  border-radius: 10px;
  border: 1px solid #eeeeee;
}

.contacts-info h2 {
  font-size: 30px;
  margin-bottom: 10px;
}

.contacts-info p {
  margin-bottom: 20px;
}

.contacts-info .address {
  list-style-type: none;
  margin-bottom: 30px;
  padding-left: 0;
}

.contacts-info .address .location span {
  font-size: 22px;
  color: #141414;
  display: block;
  margin-bottom: 8px;
  font-weight: 700;
}

.contacts-info .address li {
  position: relative;
  margin-bottom: 20px;
}

.contacts-info .address li a {
  color: #ffffff;
  display: block;
}

.contacts-info .address li a:hover {
  color: #ee6a3e;
}

.contacts-info .address li span {
  font-size: 20px;
  color: #141414;
  display: block;
  margin-bottom: 8px;
  font-weight: 700;
}

.contacts-info .address li:last-child {
  margin-bottom: 0;
}

.contacts-info .address li ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}

.contacts-info .address li ul li {
  display: inline-block;
  margin-right: 15px;
  margin-bottom: 0;
}

.contacts-info .address li ul li:last-child {
  margin-right: 0;
}

.contacts-info .address li ul li a {
  background-color: rgba(104, 105, 125, 0.3);
  width: 30px;
  height: 30px;
  line-height: 30px;
  display: inline-block;
  text-align: center;
  border-radius: 50px;
}

.contacts-info .address li ul li a i {
  font-size: 16px;
  color: #ffffff;
}

.contacts-info .address li ul li a:hover {
  background-color: #ee6a3e;
}

.contacts-info iframe {
  width: 100%;
  height: 183px;
}

.map-content iframe {
  display: block;
  width: 100%;
  height: 600px;
  border-radius: 10px;
  border: 1px solid #eeeeee;
}

/*
User Area CSS
=====================================================*/
.user-form {
  max-width: 800px;
  margin: auto;

  -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  padding: 30px;
  border-radius: 10px;
}
.ty{background:#ffbb36;}
.user-form h3 {
  margin-bottom: 30px;
  font-size: 25px;
}

.user-form .form-group {
  margin-bottom: 30px;
}

.user-form .form-group label {
  font-size: 15px;
  margin-bottom: 12px;
  font-weight: 600;
  color: #141414;
}

.user-form .form-group .form-control {
  font-size: 14px;
}

.user-form .login-action {
  margin-bottom: 30px;
}

.user-form .login-action .form-check {
  display: inline-block;
}

.user-form .login-action .form-check a {
  color: #ee6a3e;
}

.user-form .login-action .forgot-login {
  display: block;
  text-align: right;
}

.user-form .default-btn {
  margin-bottom: 30px;
  width: 100%;
}

.user-form .or {
  text-align: center;
  font-size: 18px;
  display: block;
  margin-bottom: 15px;
  position: relative;
}

.user-form .or::before {
  content: "";
  position: absolute;
  top: 12px;
  left: 0;
  width: 45%;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.1);
}

.user-form .or::after {
  content: "";
  position: absolute;
  top: 12px;
  right: 0;
  width: 45%;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.1);
}

.user-form .or-login {
  display: block;
  text-align: center;
  padding: 15px 30px;
  margin-bottom: 30px;
  font-size: 15px;
  color: #ffffff;
  border-radius: 5px;
}

.user-form .or-login:hover {
  color: #ffffff;
}

.user-form .or-login.facebook {
  background-color: #3b5998;
}

.user-form .or-login.google {
  background-color: #dd4b39;
}

.user-form .create {
  font-size: 16px;
  text-align: right;
}

.user-form .create a {
  color: #ee6a3e;
}

.user-form .create #remember-2 {
  position: relative;
  top: 1px;
}

.user-form .create .form-check-input {
  border: 1px solid #ee6a3e;
  border-radius: 0 !important;
}

/* 
Main Content Text Style
=====================================================*/
.main-content-text h1, .main-content-text h2, .main-content-text h3, .main-content-text h4, .main-content-text h5, .main-content-text h6 {
  margin-bottom: 15px;
}

.main-content-text h1 {
  font-size: 30px;
}

.main-content-text h2 {
  font-size: 26px;
}

.main-content-text h3 {
  font-size: 22px;
}

.main-content-text h4 {
  font-size: 22px;
}

.main-content-text h5 {
  font-size: 20px;
}

.main-content-text h6 {
  font-size: 18px;
}

.main-content-text .gap-20 {
  margin-bottom: 30px;
}

.main-content-text ul {
  padding: 0;
  list-style-type: none;
  margin-bottom: 0;
}

.main-content-text ul li {
  position: relative;
  margin-bottom: 10px;
  padding-left: 35px;
}

.main-content-text ul li:last-child {
  margin-bottom: 0;
}

.main-content-text ul li i {
  position: absolute;
  top: -6px;
  left: 0;
  color: #ee6a3e;
  font-size: 25px;
}

.main-content-text ol {
  padding-left: 18px;
}

.main-content-text ol li {
  margin-bottom: 10px;
}

.main-content-text ol li::marker {
  color: #ee6a3e;
}

.main-content-text ol li:last-child {
  margin-bottom: 0;
}

.main-content-text a {
  color: #ee6a3e;
}

.main-content-text a:hover {
  text-decoration: underline;
}

.main-content-text .content-gap-mb-20 {
  margin-bottom: 20px;
}

.main-content-text .content-gap-mb-30 {
  margin-bottom: 30px;
}

/*
404 Error Area Style
=====================================================*/
.error-content {
  text-align: center;
  z-index: 1;
  position: relative;
}

.error-content h1 {
  font-size: 300px;
  line-height: 1;
  font-weight: 700;
  color: #ee6a3e;
  margin-top: -38px;
}

.error-content h1 .a {
  display: inline-block;
}

.error-content h1 .red {
  color:#f6af2c;
  display: inline-block;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.error-content h1 .b {
  display: inline-block;
}

.error-content h3 {
  margin: 10px 0 0;
  position: relative;
  color:#dd4d1d;
}

.error-content p {
  margin: 20px 0 20px;
  font-size: 19px;
  color: #646464;
}

/*
Go Top Style*/
.go-top {
  position: fixed;
  cursor: pointer;
  right: 3%;
  top: 87%;
  background-color: #ee6a3e;
  z-index: 4;
  width: 40px;
  text-align: center;
  height: 42px;
  line-height: 42px;
  -webkit-transform: scale(0);
          transform: scale(0);
  visibility: hidden;
  -webkit-transition: .9s;
  transition: .9s;
}

.go-top i {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: 0 auto;
  color: #ffffff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-size: 20px;
}

.go-top i:last-child {
  opacity: 0;
  visibility: hidden;
  top: 60%;
}

.go-top::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: #ee6a3e;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.go-top:hover {
  color: #ffffff;
  background-color: #ee6a3e;
}

.go-top:hover::before {
  opacity: 1;
  visibility: visible;
}

.go-top:hover i:first-child {
  opacity: 0;
  top: 0;
  visibility: hidden;
}

.go-top:hover i:last-child {
  opacity: 1;
  visibility: visible;
  top: 50%;
}

.go-top:focus {
  color: #ffffff;
}

.go-top:focus::before {
  opacity: 1;
  visibility: visible;
}

.go-top:focus i:first-child {
  opacity: 0;
  top: 0;
  visibility: hidden;
}

.go-top:focus i:last-child {
  opacity: 1;
  visibility: visible;
  top: 50%;
}

.go-top.active {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
  visibility: visible;
  right: 3%;
  top: 84%;
  -webkit-transform: scale(1);
          transform: scale(1);
}
/*
Page-navigation Area Style*/
.pagination-area {
  margin-top: 10px;
  text-align: center;
}

.pagination-area .page-numbers {
  width: 45px;
  height: 45px;
  line-height: 45px;
  color: #898c90;
  text-align: center;
  display: inline-block;
  position: relative;
  margin-left: 3px;
  margin-right: 3px;
  font-size: 16px;
  border-radius: 50%;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
}

.pagination-area .page-numbers:hover {
  color: #ffffff;
  background-color: #ee6a3e;
}

.pagination-area .page-numbers i {
  font-size: 20px;
  font-weight: normal;
}

.pagination-area .page-numbers.next {
  top: 3px;
}

.pagination-area .page-numbers.current {
  color: #ffffff;
  border-color: #ee6a3e;
  background-color: #ee6a3e;
}


/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
  -webkit-animation-name: fadeIn; /* Fade in the background */
  -webkit-animation-duration: 0.4s;
  animation-name: fadeIn;
  animation-duration: 0.4s;
  border-radius:0px;
  border:none;
}

/* Modal Content */
.modal-content {
  position: fixed;
  bottom: 0;
  background-color: #fefefe;
  width: 100%;
  -webkit-animation-name: slideIn;
  -webkit-animation-duration: 0.4s;
  animation-name: slideIn;
  animation-duration: 0.4s;
   border-radius:0px;
     border:none;
}

/* The Close Button */
.close {
  color: white;
  float: right;
  font-size: 28px;
  font-weight: bold;
   border-radius:0px;
}
.modal-header h2{text-align:center;}
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
   border-radius:0px;
}
.modal-header {
  padding: 2px 16px;
  background-color: #eda92c;
  color: white;
   border-radius:0px;
}

.modal-body {padding: 2px 16px; border-radius:0px;}

.modal-footer {
  padding: 2px 16px;
  background-color: #5cb85c;
  color: white;
   border-radius:0px;
}

/* Add Animation */
@-webkit-keyframes slideIn {
  from {bottom: -300px; opacity: 0} 
  to {bottom: 0; opacity: 1}
}

@keyframes slideIn {
  from {bottom: -300px; opacity: 0}
  to {bottom: 0; opacity: 1}
}

@-webkit-keyframes fadeIn {
  from {opacity: 0} 
  to {opacity: 1}
}

@keyframes fadeIn {
  from {opacity: 0} 
  to {opacity: 1}
}

.ingreadient{background:#fff3ba; padding:20px; margin-right:5px; margin-bottom:20px; border-top:2px solid #f7b22c;}
.direction{background:#ffe7df; padding:20px;  margin-bottom:20px; border-top:2px solid #e5821d;}
.lk{color:#fff;}
.price{margin-bottom:6px;}
.cookimg img{width:100%; height:410px; object-fit:cover;}
.gap-10{margin-bottom:10px;}

.cooking-class-eco img {
    width: 100%;
    height:300px;
    object-fit: cover;
}
.line-cooking-class{
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 22px;
}
.bg-white8{background:#f7f4f1;}
.font-bold a{color:#c74313;}
.text-muted-price {color:#333; margin-bottom:30px;}

 /* 14. bill-check-confort page css here */
.user-actions {
  margin-bottom: 20px;
}
.user-actions h3 {
  font-size: 13px;
  font-weight: 400;
  background-color: #f7f6f7;
  padding: 15px 10px;
  border-top: 3px solid #1d7e7d;
  margin-bottom: 0;
}
.user-actions h3 a {
  color: #1d7e7d;
}

.bill-check-confort_info {
  border: 1px solid #ededed;
  margin-top: 25px;
  padding: 20px 30px;
}
.bill-check-confort_info p {
  margin-bottom: 15px;
}
.bill-check-confort_info a {
  color: #1d7e7d;
  margin-top: 15px;
  display: block;
}
.bill-check-confort_info.coupon_info form {
  display: flex;
}
@media only screen and (max-width: 767px) {
  .bill-check-confort_info.coupon_info form {
    flex-direction: column;
  }
}

.form_group {
  margin-bottom: 20px;
}
.form_group label {
  font-size: 14px;
  display: block;
  line-height: 18px;
}
.form_group input {
  border: 1px solid #ededed;
  background: none;
  height: 45px;
  width: 350px;
  padding: 0 20px;
}
@media only screen and (max-width: 767px) {
  .form_group input {
    width: 100%;
  }
}
.form_group button {
  display: inline-block;
  width: 80px;
  background: #232323;
  border: 0;
  color: #ffffff;
  font-weight: 500;
  text-transform: capitalize;
  font-size: 13px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin-right: 20px;
  cursor: pointer;
  height: 40px;
  line-height: 40px;
  border-radius: 3px;
}
.form_group button:hover {
  background: #1d7e7d;
}

.form_group input[type="checkbox"] {
  width: 15px;
  height: 15px;
  margin-right: 10px;
  position: relative;
  top: 3px;
}
@media only screen and (max-width: 767px) {
  .form_group input[type="checkbox"] {
    margin-right: 3px;
  }
}

.form_group.group_3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.form_group.group_3 label {
  margin-bottom: 0;
  line-height: 34px;
  cursor: pointer;
}
.form_group.group_3 label:hover {
  color: #1d7e7d;
}

#bill-check-confort_coupon input {
  background: none;
  border: 1px solid #ededed;
  width: 200px;
  height: 45px;
  font-size: 12px;
  padding: 0 20px;
  color: #232323;
}
#bill-check-confort_coupon button {
  width: 130px;
  background: #232323;
  color: #ffffff;
  font-weight: 500;
  text-transform: capitalize;
  font-size: 13px;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border: 0;
  height: 45px;
  line-height: 45px;
  border-radius: 3px;
  margin-left: 5px;
}
@media only screen and (max-width: 767px) {
  #bill-check-confort_coupon button {
    margin-top: 20px;
  }
}
#bill-check-confort_coupon button:hover {
  background: #1d7e7d;
}

.mb-20 {
  margin-bottom: 20px;
}
.bill-check-confort_form h3 {
  font-size: 16px;
  line-height: 30px;
  padding: 5px 10px;
  text-transform: capitalize;
  color: #ffffff;
  background: #e99921;
  font-weight: 500;
}
.bill-check-confort_form input {
  border: 1px solid #e99921;
  background: none;
  height: 40px;
  width: 100%;
  padding: 0 20px;
  color: #232323;
}
.bill-check-confort_form .nice-select {
  width: 100%;
}
.bill-check-confort_form .nice-select ul.list {
  width: 100%;
  height: 180px;
  overflow: auto;
}
.bill-check-confort_form .nice-select::after {
  top: 56%;
}
.bill-check-confort_form label {
  font-weight: 500;
}
.bill-check_form label span {
  color: #1d7e7d;
}
.bill-check-confort_form label.righ_0 {
  cursor: pointer;
  font-size: 15px;
  line-height: 27px;
  padding: 5px 10px;
  text-transform: capitalize;
  color: #ffffff;
  background: #232323;
  font-weight: 500;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin-bottom: 0;
  border-radius: 5px;
}
@media only screen and (max-width: 767px) {
  .bill-check-confort_form label.righ_0 {
    font-size: 13px;
    line-height: 25px;
    padding: 3px 10px;
  }
}
.bill-check-confort_form label.righ_0:hover {
  background: #232323;
}

.bill-check-confort_form input[type="checkbox"] {
  width: 15px;
  height: 15px;
  position: relative;
  top: 2px;
  margin-right: 10px;
}

.order_button button {
  cursor: pointer;
  font-size: 20px;
  line-height: 30px;
  padding: 10px 50px;
  text-transform: capitalize;
  color: #ffffff;
  background-color:#c64212;

  font-weight: 500;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin-bottom: 0;
  border-radius: 5px;
}
@media only screen and (max-width: 767px) {
  .order_button button {
    font-size: 14px;
  }
}
.order_button button:hover {
 background-color: #e99921;
}

@media only screen and (max-width: 767px) {
  .order-notes {
    margin-bottom: 58px;
  }
}
.order-notes textarea {
  border: 1px solid #e99921;
  border-radius: 0;
  height: 45px;
  max-width: 100%;
  padding: 0 30px 0 20px;
  background: none;
  font-size: 13px;
  resize: none;
  line-height: 45px;
  width: 100%;
  color: #232323;
}
.order-notes label {
  line-height: 13px;
}

.bill-check-confort_section {
  margin-bottom: 57px;
}
@media only screen and (max-width: 767px) {
  .bill-check-confort_section {
    margin-bottom: 60px;
  }
}

.order_table {
  margin-bottom: 35px;
}
.order_table table {
  width: 100%;
}
.order_table table thead tr th {
  min-width: 50%;
  text-align: center;
  padding: 15px 0;
  border-bottom: 1px solid #ddd;
}
.order_table table tbody tr td {
  min-width: 50%;
  text-align: center;
  padding: 15px 0;
  border-bottom: 1px solid #ddd;
}
.order_table table tfoot tr th {
  min-width: 50%;
  text-align: center;
  padding: 15px 0;
  border-bottom: 1px solid #ddd;
}
.order_table table tfoot tr td {
  min-width: 50%;
  text-align: center;
  padding: 15px 0;
  border-bottom: 1px solid #ddd;
}

.panel-default input[type="radio"] {
  width: 15px;
  height: 15px;
  position: relative;
  top: 2px;
  margin-right: 10px;
}

.panel-default img {
  width: 160px;
}

.order_button button {
  border: 0;
}

.card-body1 {
  margin-bottom: 15px;
}
.opkt{margin-top:50px;}
/*bill-check-confort page css end*/
/*meanmenu page css start*/
a.meanmenu-reveal{display:none}.mean-container .mean-bar{float:left;width:100%;position:relative;background:#0c1923;padding:4px 0;min-height:42px;z-index:999999}.mean-container a.meanmenu-reveal{width:22px;height:22px;padding:13px 13px 11px;position:absolute;top:0;right:0;cursor:pointer;color:#fff;text-decoration:none;font-size:16px;text-indent:-9999em;line-height:22px;font-size:1px;display:block;font-family:Arial,Helvetica,sans-serif;font-weight:700}.mean-container a.meanmenu-reveal span{display:block;background:#fff;height:3px;margin-top:3px}.mean-container .mean-nav{float:left;width:100%;background:#0c1923;margin-top:44px}.mean-container .mean-nav ul{padding:0;margin:0;width:100%;list-style-type:none}.mean-container .mean-nav ul li{position:relative;float:left;width:100%}.mean-container .mean-nav ul li a{display:block;float:left;width:90%;padding:1em 5%;margin:0;text-align:left;color:#fff;border-top:1px solid #383838;border-top:1px solid rgba(255,255,255,.5);text-decoration:none;text-transform:uppercase}.mean-container .mean-nav ul li li a{width:80%;padding:1em 10%;border-top:1px solid #f1f1f1;border-top:1px solid rgba(255,255,255,.25);opacity:.75;filter:alpha(opacity=75);text-shadow:none!important;visibility:visible}.mean-container .mean-nav ul li.mean-last a{border-bottom:0;margin-bottom:0}.mean-container .mean-nav ul li li li a{width:70%;padding:1em 15%}.mean-container .mean-nav ul li li li li a{width:60%;padding:1em 20%}.mean-container .mean-nav ul li li li li li a{width:50%;padding:1em 25%}.mean-container .mean-nav ul li a:hover{background:#252525;background:rgba(255,255,255,.1)}.mean-container .mean-nav ul li a.mean-expand{margin-top:1px;width:26px;height:32px;padding:12px!important;text-align:center;position:absolute;right:0;top:0;z-index:2;font-weight:700;background:rgba(255,255,255,.1);border:0!important;border-left:1px solid rgba(255,255,255,.4)!important;border-bottom:1px solid rgba(255,255,255,.2)!important}.mean-container .mean-nav ul li a.mean-expand:hover{background:rgba(0,0,0,.9)}.mean-container .mean-push{float:left;width:100%;padding:0;margin:0;clear:both}.mean-nav .wrapper{width:100%;padding:0;margin:0}.mean-container .mean-bar,.mean-container .mean-bar *{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}.mean-remove{display:none!important}

/*owl-carousel page css start*/
.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;touch-action:manipulation;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot{background:0 0;color:inherit;border:none;padding:0!important;font:inherit}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}

/*font-face page css start*/
@font-face {
    font-family: "flaticon";
    src: url("../fonts/flaticon.ttf?d12c95950a03e0e5fd0c1b8ad3d73792") format("truetype"),
url("../fonts/flaticon.woff?d12c95950a03e0e5fd0c1b8ad3d73792") format("woff"),
url("../fonts/flaticon.woff2?d12c95950a03e0e5fd0c1b8ad3d73792") format("woff2"),

}
i[class^="flaticon-"]:before, i[class*=" flaticon-"]:before {
    font-family: flaticon !important;
    font-style: normal;
    font-weight: normal !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.flaticon-percentage:before {
    content: "\f101";
}
.flaticon-fluctuation:before {
    content: "\f104";
}
.flaticon-contract:before {
    content: "\f106";
}
.flaticon-linkedin:before {
    content: "\f113";
}
.flaticon-phone-call:before {
    content: "\f114";
}
.flaticon-location-pin:before {
    content: "\f115";
}
.flaticon-check-mark:before {
    content: "\f118";
}
.flaticon-email:before {
    content: "\f119";
}
.flaticon-star:before {
    content: "\f11a";
}
.flaticon-cheque:before {
    content: "\f11b";
}
.flaticon-instagram:before {
    content: "\f11d";
}
.flaticon-facebook:before {
    content: "\f11e";
}
.flaticon-search:before {
    content: "\f129";
}
.flaticon-right-arrow:before {
    content: "\f132";
}
.flaticon-down-arrow:before {
    content: "\f133";
}
.flaticon-left-quote:before {
    content: "\f134";
}
.flaticon-wallet:before {
    content: "\f135";
}
.flaticon-id-card:before {
    content: "\f140";
}
.flaticon-analytics-2:before {
    content: "\f127";
}
.flaticon-target:before {
    content: "\f10d";
}
.flaticon-shield:before {
    content: "\f124";
}
.flaticon-profits:before {
    content: "\f138";
}

@font-face {
  font-family: "remixicon";

  src: url('../fonts/remixicon.eot?t=1708865856766#iefix') format('embedded-opentype'), /* IE6-IE8 */
  url("../fonts/remixicon.woff2?t=1708865856766") format("woff2"),
  url("../fonts/remixicon.woff?t=1708865856766") format("woff"),
  url('../fonts/remixicon.ttf?t=1708865856766') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/

  font-display: swap;
}

[class^="ri-"], [class*=" ri-"] {
  font-family: 'remixicon' !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.ri-dropdown-list:before { content: "\f3c3"; }
.ri-arrow-up-s-fill:before { content: "\ea77"; }
.ri-arrow-left-fill:before { content: "\ea5f"; }
.ri-arrow-left-line:before { content: "\ea60"; }
.ri-arrow-left-right-fill:before { content: "\ea61"; }
.ri-arrow-left-right-line:before { content: "\ea62"; }
.ri-arrow-right-line:before { content: "\ea6c"; }
.ri-check-line:before { content: "\eb7b"; }