@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800;900&family=Montserrat:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,700&display=swap");
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.5.0/font/bootstrap-icons.css");
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&family=Montserrat:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,700&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');


::-moz-selection {
  color: #fff;
  background: #ffbe4d;
}

::selection {
  color: #fff;
  background: #ffbe4d;
}

::-moz-selection {
  color: #fff;
  background: #ffbe4d;
}

::-webkit-selection {
  color: #fff;
  background: #ffbe4d;
}

* {
  outline: none !important;
  text-decoration: none !important;
  list-style: none;
}

ul, li {
  padding: 0;
  margin: 0;
  list-style: none;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Poppins", sans-serif;
}

.title-div {
  display: inline-block;
  width: 100%;
  margin-bottom: 80px;
  position: relative;
}

.title-div h1, .title-div h2 {
  color: #130f49;
  font-weight: 600;
  margin-top: 5px;
}

.title-div.large h1, .title-div.large h2 {
  font-size: 60px;
}

.title-div.medium h1, .title-div.medium h2 {
  font-size: 48px;
  font-weight: 600;
  margin-bottom: 10px;
}

.title-div.small h1, .title-div.small h2 {
  font-size: 30px;
}

.title-div.center {
  text-align: center;
  position: relative;
  padding-bottom: 25px;
}

.title-div small {
  font-size: 20px;
  color: #707e8e;
}

.title-div.bold h1, .title-div.bold h2 {
  font-weight: 600;
}

.title-div.light h1, .title-div.light h2 {
  color: #fff;
}

.align-right {
  text-align: right;
}

body {
  font-family: "Poppins", sans-serif;
  background: #fff;
  font-size: 15px;
  cursor: default;
}

::-moz-selection {
  color: #fff;
  background: #fedf62;
}

::selection {
  color: #fff;
  background: #fedf62;
}

::-moz-selection {
  color: #fff;
  background: #fedf62;
}

::-webkit-selection {
  color: #fff;
  background: #fedf62;
}

* {
  outline: none !important;
  text-decoration: none !important;
  list-style: none;
}

ul, li {
  padding: 0;
  margin: 0;
  list-style: none;
}

.btn{ letter-spacing: 1px; font-weight: 600 !important;}
.btn-primary {
  background-color: #ffd34e !important;
  color: #1b1b1b !important;
  padding: 18px 50px;
  border: none !important;
  font-weight: bold;
  position: relative;
  border-radius: 60px;
  font-size: 0.9rem;
  text-transform: uppercase;
}
.btn-light {
  background-color: #fff !important;
  color: #1b1b1b !important;
  padding: 18px 50px;
  border: none !important;
  font-weight: bold;
  position: relative;
  border-radius: 60px;
  font-size: 0.9rem;
  text-transform: uppercase;
}
.btn-primary i {
  font-size: 1.7rem;
  position: absolute;
  top: 10px;
}

header {
  position: relative;
}

header .me-auto {
  margin-right: 0 !important;
}

.navbar {
  padding: 0.3rem 0;
  transition: all 0.2s ease-out;
  border-bottom: solid 1px #eee;
}

.bg-light {
  background: #fff !important;
}

.navbar-brand span {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 1px;
  font-family: Raleway;
  border: solid 2px #fff;
  border-radius: 5px;
  padding: 0 8px;
}

.navbar-brand {
  max-width: 200px;
  transition: all 0.1s ease-in;
}

.navbar-brand img {
  width: 100%;
}

.navbar-nav .nav-item {
  margin: 0 18px;
}

.navbar-nav .nav-item .nav-link {
  padding: 14px 0;
  font-size: 15px;
  font-weight: 600;
  color: #130f49;
  transition: all 0.2s ease-in;
}

.navbar-nav .nav-item .nav-link:hover, .navbar-nav .nav-item .nav-link:focus, .navbar-nav .nav-item .nav-link:active {
  color: #ffbe4d;
}

.navbar-nav .nav-item .nav-link ion-icon {
  font-size: 20px;
  position: relative;
}

nav {
  border: none;
  transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
}

.shrink {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 10px 15px -8px rgba(0, 0, 0, 0.05);
}

.navbar-nav .nav-item .nav-link.nav-button {
  padding: 16px 35px !important;
  background: #2d3748;
  color: #fff;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  position: relative;
  transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  overflow: hidden;
  border: solid 2px #2d3748;
}

.navbar-nav .active .nav-link {
  color: #ff2f7d !important;
}

.order {
  background: #ffdb16 !important;
  color: #16171e !important;
  border: none !important;
  font-weight: 600 !important;
  padding: 16px 30px 16px 30px !important;
  border-radius: 50px;
}

.order:hover {
  color: #16171e !important;
}

.shrink .navbar-nav .nav-item .nav-link.nav-button {
  padding: 10px 35px !important;
}

.navbar-nav .nav-item .nav-link.nav-button {
  padding: 15px 35px !important;
  background: #2d3748;
  color: #fff;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  position: relative;
  transition: all 0.2s ease-in;
}

.shrink .more {
  padding: 16px 50px 16px 35px !important;
}

.navbar-nav .nav-item:last-child .nav-link ion-icon {
  font-size: 26px;
  color: #343742;
  --ionicon-stroke-width: 20px;
}

header .me-auto {
  margin-left: auto !important;
}

.navbar .btn-primary {
  background: #fedf62 !important;
  color: #082a50 !important;
  border-radius: 10px;
  padding-left: 25px !important;
  padding-right: 25px !important;
  border: solid 2px #ffbe4d;
  box-shadow: none;
  transition: all 0.2s ease-out;
  text-transform: none !important;
}

header .social {
  margin-top: 5px;
}

header .social li {
  display: inline-block;
  margin-left: 25px;
}

header .social li a {
  color: #55527c;
  font-size: 23px;
  transition: all 0.1s ease-out;
}

header .social li a:hover {
  color: #ffbe4d;
}

header .social li a i {
  transition: all 0.15s ease-out;
  border-radius: 100%;
  box-shadow: 0 0px 4px 0px rgba(102, 90, 255, 0), inset 0 0px 4px 0px rgba(102, 90, 255, 0);
}

header .social li a:hover i {
  box-shadow: 0 0px 0px 10px #ffbe4d, inset 0 0px 15px 2px #ffbe4d;
}

#navbar_top {
  transition: all 0.4s ease-out;
}

.fixed-top {
  position: fixed;
  top: -50px;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-top {
  transform: translateY(50px);
  transition: transform 0.2s;
  padding: 0.2rem 0;
  box-shadow: 0 10px 25px -10px rgba(0, 0, 0, 0.04);
}

.navbar-nav .nav-item:last-child {
  margin-right: 0;
}

.top-bar .social {
  float: right;
}

.top-bar .social li a i {
  color: #fff;
  font-size: 20px;
}

.top-bar {
  float: left;
  width: 100%;
  background: #1b1b1b;
  height: 51px;
  position: relative;
  z-index: 9999999999;
}

.mail-info {
  display: table;
  float: left;
  margin: 0;
  padding: 0;
  height: 51px;
}

.mail-info li {
  display: table-cell;
  vertical-align: middle;
  position: relative;
}

.mail-info li a {
  padding-left: 6px;
  color: #fff;
  font-weight: 600;
  font-size: 15px;
  font-family: Montserrat !important;
}

.mail-info li span {
  font-weight: 500;
  font-size: 15px;
  color: #bbc2cd;
  font-family: Montserrat !important;
}

.mail-info li:first-child {
  padding-left: 45px;
}

.call-info {
  display: table;
  float: left;
  margin: 0 40px 0 0;
  padding: 0;
  height: 51px;
}

.call-info li {
  display: table-cell;
  vertical-align: middle;
  position: relative;
}

.call-info li span {
  font-weight: 500;
  font-size: 15px;
  color: #bbc2cd;
  font-family: Montserrat !important;
}

.call-info li a {
  margin-left: 10px;
  transition: all 0.1s ease-out;
  font-family: Montserrat !important;
}

.call-info li strong {
  font-weight: 600;
  font-size: 15px;
  color: #fff;
  font-family: Montserrat !important;
}

.call-info li a:hover strong {
  color: #fff;
}

.close-btn {
  position: absolute;
  width: 51px;
  height: 51px;
  right: 0;
  top: 0;
  background: #ff2f7d;
  color: #fff;
  display: table;
  text-align: center;
}

.close-btn ion-icon {
  display: table-cell;
  vertical-align: middle;
  font-size: 30px;
}

.call-info li i, .mail-info li i {
  color: #fff;
  position: relative;
  font-size: 16px;
  border-radius: 6px;
  margin-right: 5px;
}

.mail-info li i{ font-size: 20px; top: 1px;}

.faq-section {
  padding: 90px 0;
}

.accordion-item {
  border: none !important;
  border-radius: 15px !important;
  background: #f3f5f9 !important;
  margin-bottom: 20px;
}

.accordion-button {
  background: none !important;
  box-shadow: none !important;
  padding: 30px;
  font-size: 16px;
  font-weight: bold;
  color: #080e1c !important;
}

.accordion-body {
  padding: 0 30px 30px 30px !important;
}

.accordion-button:after {
  background-image: url(../images/right-arrow.png);
  background-size: 14px;
  width: 14px;
  height: 12px;
}

.accordion-button:not(.collapsed):after {
  background-image: url(../images/right-arrow.png);
  background-size: 14px;
  width: 14px;
  height: 12px;
  transform: rotate(-90deg);
}

.owl-nav {
  width: 100%;
  display: flex;
  align-content: space-between;
  justify-content: space-between;
  height: 52px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}

.owl-prev, .owl-next {
  width: 52px;
  height: 52px;
  border-radius: 15px;
  text-align: center;
  background: #fff;
  box-shadow: 0 17px 38px 0 rgba(32, 54, 108, 0.1) !important;
  color: #fedf62;
  font-size: 1.8rem;
  position: relative;
  line-height: 52px;
  transition: all 0.2s ease-out;
}

.owl-prev {
  left: -75px;
}

.owl-next {
  right: -75px;
}

.owl-prev:hover, .owl-next:hover {
  background: #fedf62;
  color: #fff;
}

.newsletter-box {
  padding: 40px;
  background: #fff;
  border-radius: 15px;
  box-shadow: 0 17px 38px 0 rgba(32, 54, 108, 0.25);
  position: relative;
  top: -65px;
  margin-bottom: 30px;
}
.newsletter-box h4 {
  font-size: 24px;
  color: #1b1b1b;
  font-weight: 600;
  margin-bottom: 0;
}
.newsletter-box small {
  color: #5d5e69;
}
.newsletter-box .form-control {
  padding: 12px 12px 12px 55px;
  background: #f4f4f4 url(../images/email-icon.png) no-repeat left 18px center;
  border-radius: 10px;
  border: none;
  font-size: 16px !important;
  box-shadow: none !important;
  transition: none;
  height: 59px;
}
.newsletter-box .form-control:focus {
  box-shadow: inset 0 0px 0px 2px #fedf62 !important;
  background-color: #fff;
}
.newsletter-box .form-control ::-moz-placeholder {
  opacity: 0.6;
}
.newsletter-box .form-control ::placeholder {
  opacity: 0.6;
}
.newsletter-box .input-group {
  min-width: 550px;
}
.newsletter-box .btn svg{ margin-right: 4px;}


.banner-section{ display: inline-block; width: 100%; background: url(../images/banner.webp) no-repeat center center; background-size: cover; padding: 150px 0; height: 1056px;}
.banner-caption{ max-width: 950px; margin: auto;}
.banner-caption h1{ font-size: 48px; color: #fff; font-weight: 600; margin-top: 20px;}
.banner-caption small{ font-size: 30px; color: #fedf62;}
.banner-caption .btn-primary{ font-size: 1.2rem !important; letter-spacing: 3px;}

.small-features{ display: inline-block; width: 100%; margin-top: 150px;}
.feature-item{ text-align: left;}
.feature-icon{ width: 62px; height: 62px; border-radius: 100%; background: rgba(255,211,78,.9); text-align: center; display: flex; align-items: center; justify-content: center; margin-right: 15px;}
.feature-icon i{ font-size: 24px;}
.feature-info h4{ font-size: 30px; color: #fff; margin-bottom: 0;}
.feature-info small{ font-size: 16px;}

.form-box{ display: inline-block; width: 100%; min-height: 418px;}
.form-box .title-div{ margin-bottom: 20px;}
.form-box .title-div h2{ font-weight: bold;}
.form-box .title-div:after{ display: none;}
.form-box .form-control{ border-radius: 50px; height: 57px; font-size: 0.9rem; padding: 10px 30px; border-color: #cecece;}
.form-box .form-control:focus{ border-color: #ffd34e; box-shadow: none !important;}
.form-box textarea{ height: auto !important; border-radius: 20px !important; padding-top: 20px !important;}
.form-box .btn{ position: absolute; bottom: 20px; right: 20px; padding: 16px 30px; border-radius: 20px;}
.form-box .relative{ position: relative;}
.form-box .card-body{ padding: 3.5rem;}

.why-choose-section{ display: inline-block; width: 100%; padding: 30px 0 100px;}
.why-choose-section:before{ position:absolute; content:''; left:0; right:0; bottom:0; background:#f8f9fd; height:100px; z-index:-1;}
.why-choose-wrap{ float:left; width:100%; padding:60px; background:#fff; box-shadow:0 3px 40px 2px rgba(164,172,198,.2);}
.why-choose-section .title-div{ margin-bottom:70px;}
.why-choose-section .title-div h2{ font-size:42px;}
.box-item{ display:inline-block; width:100%; padding:30px; margin-bottom:20px; box-shadow: 0 5px 30px 0 rgba(150,167,201,.24) !important; min-height: 250px;}
.title-box{ display:flex; width:100%; margin-bottom: 20px; align-items: center;}
.title-box .icon{ display: flex; justify-content: center; align-items: center; text-align:center; width:63px; height: 63px; background: #fff; border-radius: 100%; box-shadow: 0 1px 15px 1px rgba(0,0,0,.1); margin-right: 15px; transition: all 0.2s ease-out;}
.title-box .icon svg{ width: 36px; color:#1b1b1b;}
.title-box .icon i{ font-size: 1.6rem; position: relative; top: 2px;}
.title-box .title-text{ display:table-cell; vertical-align:middle; text-align:left;}
.title-box .title-text h4{ font-size:21px; color:#1e253b; margin:0; font-weight: 500;}
.box-item p{ font-size:15px; line-height: 26px; color:#727886;}
.box-item .title-box .icon{ background: #ffd34e; box-shadow: none;}
.box-item:hover .title-box .icon{ transform: scale(1.1);}

.how-it-works{ background:#fedf62; padding-bottom:150px; position: relative;}
.how-it-works .container{ position: relative; z-index: 1; }
/*.how-it-works:before{ position:absolute; content:''; top:0; left:0; right:0; margin:auto; height:150px; background:#fff; clip-path: polygon(0px 0px, 100% 0px, 100% 0%, 0px 100%, 0% 60%);}*/
/*.how-it-works:after{ position:absolute; content:''; bottom:0; left:0; right:0; margin:auto; height:150px; background:#f5f6f7; clip-path: polygon(0px 0px, 100% 144px, 100% 100%, 0px 100%, 0% 65%); transform: rotateY(180deg);}*/
.step-box{ display:inline-block; max-width: 465px; border-radius:6px; box-shadow:0 10px 25px -2px rgba(0,0,0,.07); background:#fff; padding:40px 35px; padding-top:50px;}
.step-item{ display:inline-block; width:100%; padding-bottom:25px; position:relative; padding-right:30px; counter-increment: my-sec-counter;}
.step-item .title-text h4{ font-size:18px; font-weight:600; color:#23272b; margin-bottom:10px;}
.step-item .title-text p{ font-size:13px; color:#636a79; margin:0; line-height:18px;}
.step-box .btn{ width:100%; text-align:center;}
.step-item:after{ position:absolute; content:''; content: "0" counter(my-sec-counter) ""; right:0; font-size:24px; color:#e8eaed; font-weight:600; width:30px; height:30px; background:#fff; text-align:center; top:-4px;}
.step-item.down:before{ display:none;}
.how-it-works .title-div{ padding-left:60px; margin-top: 220px; max-width: 650px;}
.how-it-works .title-div h2{ font-size:60px; margin-bottom:30px; line-height:60px;}
.how-it-works .title-div p{ font-size:18px; line-height:30px; color:#1b1b1b;}
.how-it-works .title-div:after{ position:absolute; content:''; width:250px; height:250px; background:url(../images/dot-texture.png) repeat center center; z-index:0; right:-90px; bottom:-250px;}
.step-item .icon{ width: 78px; height: 78px; background: #fff6dc; box-shadow: none !important;}
.step-item:hover .icon{ background: #ffd34e;}
.step-item .icon svg{ transition: all 0.1s ease-out;}
.step-item:hover .icon svg{ transform: scale(1.1);}

.plans-section{ display: inline-block; width: 100%; padding: 30px 0 50px; background: #f5f6f7; position: relative;}
.plans-section .title-div{ margin-bottom: 30px;}
.plans-section .nav-link{ font-size: 16px; font-weight: 600; color: #797979; padding: 15px 25px; text-align: center; transition: all 0.1s ease-out;}
.plans-section .nav-pills .nav-link{ position: relative;}
.plans-section .nav-pills .nav-link:before{ position: absolute; content: ''; left: 0; right: 0; bottom: -5px; margin: auto; border-bottom: solid 5px #eee;}
.plans-section .nav-pills .nav-link:first-child:before{ border-radius: 10px 0 0 10px;}
.plans-section .nav-pills .nav-link:last-child:before{ border-radius: 0 10px 10px 0;}
.plans-section .nav-pills .nav-link.active{ background: none !important; color: #1b1b1b !important;}
.plans-section .nav-link.active:before{ border-color: #ffd34e !important; border-radius: 10px !important;}
.plans-section .tab-pane{ padding: 30px 0;}
.plans-section .tab-content .card-body{ padding: 0;}
.plans-section .tab-content .card-body .alert{ border: none; border-radius: 0; background: #fedf62; font-size: 16px; font-weight: 600; color: #1b1b1b; padding: 1rem 2.3rem;}
.plans-section .card-title{ margin-bottom: 0; font-size: 16px; color: #8b9098; position: relative;}
.plans-section .card-title strong{ color: #029769; font-weight: 600; font-size: 36px;}
.plans-section .card-header{ background: none; border: none; padding: 1.5rem 2.3rem;}
.plans-section .tab-content .card-body .icon-bullets{ padding: 1rem 2.3rem;}
.plans-section .tab-content .card-body .icon-bullets li{ margin-bottom: 20px; font-size: 14px; color: #8b8c8f; margin-left: 40px; position: relative;}
.plans-section .tab-content .card{ box-shadow: 0 5px 30px 0 rgba(150,167,201,.13);}
.plans-section .tab-content .card-body .icon-bullets li:before{ position: absolute; content: ''; left: -40px; top: 0; bottom: 0; margin: auto; width: 27px; height: 27px; background: url(../images/check.png) no-repeat center center; background-size: 27px;}
.card-footer{ padding: 1rem 2.3rem 2rem 2.3rem; border: none; background: none;}
.card-footer .btn{ width: 100%; border-radius: 50px; padding: 0.7rem; letter-spacing: 0; font-weight: 500 !important; font-size: 15px;}
.card-footer .btn-secondary{ background: #f5f6f7; border-color: #f5f6f7; color: #1b1b1b; }
.card-footer .btn-secondary:hover{ background: #029769; color: #fff; border-color: transparent;}
.plans-section .card-title .badge{ position: absolute; border-radius: 6px 0 0 6px !important; height: 30px; right: -2.3rem; top: 0; bottom: 0; margin: auto; font-weight: normal; text-transform: uppercase; padding: 8px 15px; font-size: 0.8rem;}
.plans-section .card-title .text-bg-danger{ background: #fde8e8 !important; color: #e80d0d !important;}
/*.plans-section:after{ position:absolute; content:''; bottom:0; left:0; right:0; margin:auto; height:150px; background:#fff; clip-path: polygon(0px 0px, 100% 144px, 100% 100%, 0px 100%, 0% 65%); transform: rotateY(180deg);}*/
.container{ max-width: 1200px; position: relative; z-index: 1;}

.about-section{ display: inline-block; width: 100%; padding: 60px 0 50px; background: #fff;}
.about-img{ max-width: 551px;}
.about-content{ font-size: 15px; line-height: 28px; color: #4c4f56;}
.card .text-body-secondary{ font-size: 14px; color: #727986 !important;}
.card .fs-5{ font-size: 18px;}
.card .icon{ width: 81px; height: 81px; border-radius: 100%; background: #fedf62; margin: auto; display: flex; align-items: center; justify-content: center;}
.food-safety .fs-2{ margin-bottom: 35px;}
.food-safety .card{ box-shadow: 0 5px 30px 0 rgba(150,167,201,.24) !important; min-height: 370px;}
.food-safety .card .icon i{ font-size: 1.6rem;}

.cta-section{ display: inline-flex; align-items: center; width: 100%; min-height: 600px; background: #ccc url(../images/cta-bg.jpg) no-repeat center center; background-size: cover;}
.cta-section .title-div p{ font-size: 21px; color: #443e27; line-height: 36px;}

.feedback-section{ float: left; width: 100%; padding: 70px 0 130px; overflow: hidden; background: #f9f9f9; position: relative;}
.feedback-section .title-div{ margin-bottom: 50px;}
.message-box{ display:inline-block; width:100%; padding:30px; background:#fff; border-radius:15px; box-shadow:0 10px 30px -3px rgba(0,0,0,.1);}
.user-title{ display:inline-block; width:100%; position:relative; margin: 0 0 15px 0;}
.user-icon{ width:58px; height:58px; background:#f0f0f0; border-radius:100%; position:absolute; top:0; bottom:0; margin:auto;}
.feedback-section .owl-stage-outer{ overflow:visible;}
.feedback-section .owl-item{ opacity: 0; transition: all 0.2s ease-out;}
.feedback-section .owl-item.active{ opacity:1;}
.user-details{ position:relative; width:100%; padding-left:75px;}
.user-details h4{ margin:0; color:#424958; font-weight:700; font-size:18px;}
.user-details small{ font-size:14px; color:#8b9098;}
.message-box blockquote{ padding:25px 0; position:relative; color:#69707f; font-size:18px; line-height:36px; font-family:Montserrat !important; text-indent:55px;}
.message-box blockquote:before{ position:absolute; content:''; width:41px; height:36px; background:url(../images/quote-icon.jpg) no-repeat center center; background-size:100%; z-index:0; left:0px; top:20px;}
.message-box blockquote p{ margin:0; position:relative; z-index:1; font-size: 16px; line-height: 26px;}
.message-bottom{ position:relative; margin-top: 20px;}
.message-bottom .date{ float:left; width:auto; color:#babfc8; font-size:14px;}
.message-bottom .ratings{ float:right; width:auto;}
.message-bottom .ratings ion-icon{ font-size:20px; color:#f7931e;}
.feedback-section .owl-nav{ width:100% !important; height:0; position:absolute; left:0; right:0; top:-40px; bottom:0; margin:auto; z-index:999;}
.feedback-section .owl-prev, .feedback-section .owl-next{ width:50px; height:50px; font-size: 30px; text-align:center; transition:all 0.2s ease-in; border-radius:100%; vertical-align:middle !important; position:absolute; color:#192d35 !important; background: #ffd34e !important; position: absolute; z-index: 999;} 
.feedback-section .owl-prev{ left: -70px !important;} 
.feedback-section .owl-next{ float:right; right: -70px !important;}
.feedback-section .owl-prev:hover, .feedback-section .owl-next:hover{ opacity:1;}
.owl-dots{ width: 100%; margin: 30px auto 0 auto; text-align: center;}
.owl-dot{ width: 14px; height: 14px; border-radius: 100%; background: #e9e9ea; display: inline-block; margin: 0 5px;}
.owl-dot.active{ background: #ffd34e;}
.feedback-section::before{
  position: absolute;
  content: '';
  width: 250px;
  height: 250px;
  background: url(../images/dot-texture.png) repeat center center;
  z-index: 1;
  right: 0;
  bottom: 0;
}

.faq-section {
  padding: 90px 0;
  display: inline-block;
  width: 100%;
}

.faq-section .title-div{
  margin-bottom: 30px;
}

.faq-section .caption{
  padding-right: 50px;
}
.faq-section .caption p{
  font-size: 16px;
  color: #353a44;
  line-height: 28px;
}

.accordion-item {
  border: none !important;
  border-radius: 15px !important;
  background: #f7f8f9 !important;
  margin-bottom: 20px;
}

.accordion-button {
  background: none !important;
  box-shadow: none !important;
  padding: 30px;
  font-size: 16px;
  font-weight: 600;
  color: #080e1c !important;
}

.accordion-body {
  padding: 0 30px 30px 30px !important;
}

.accordion-button:after {
  background-image: url(../images/right-arrow.png);
  background-size: 14px;
  width: 14px;
  height: 12px;
  opacity: 0.4;
}

.accordion-button:not(.collapsed):after {
  background-image: url(../images/right-arrow.png);
  background-size: 14px;
  width: 14px;
  height: 12px;
  transform: rotate(-90deg);
  opacity: 1;
}


.contact-section{ display: inline-block; width: 100%; padding: 100px 0 160px; background: #f7f7f7;}
.contact-section .form-control{ font-size: 14px; color: #373737; padding: 0.8rem 0; background: none; border: none; border-bottom: solid 1px #2c241e; border-radius: 0; box-shadow: none !important;}
.contact-section .form-control::placeholder{ color: #373737;}
.contact-section .btn{ width: auto;}
.contacts h4{ position: relative; padding-bottom: 25px;}
.contacts h4:after{ position: absolute; content: ''; width: 80px; border-bottom: solid 3px #ffd34e; left: 0; bottom: 0;}
.form-wrap{ padding-right: 40px;}
.contact-section .card{ box-shadow: 0 7px 46px 0px rgba(183,183,183,.24) !important;}

.list-box{ margin-top: 30px;}
.list-box li{ margin-bottom: 30px;}
.list-box .icon{ margin: 0; width: 57px; height: 57px; margin-right: 15px;}
.list-box li small{ color: #6d6e72; font-size: 15px;}

footer {
  float: left;
  width: 100%;
}

.footer-top {
  background: #1b1b1b;
  padding-bottom: 80px;
}
.footer-top .description {
  color: #afafb5;
  font-size: 15px;
  line-height: 24px;
  padding-right: 0;
}
.footer-top h5 {
  display: inline-block;
  padding: 6px 10px;
  background: #383838;
  border-radius: 6px;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 55px;
}
.footer-top .link-wrap li {
  margin-bottom: 18px;
}
.footer-top .link-wrap li a {
  display: inline-block;
  width: 100%;
  font-size: 1rem;
  color: #afafb5;
}
.footer-top .link-wrap li a:hover {
  text-decoration: underline !important;
}
.footer-top .note {
  padding-top: 40px;
  margin-top: 50px;
  border-top: solid 1px #1f2242;
  text-align: center;
  color: #717a92;
  font-size: 0.9rem;
}
.footer-top .note p {
  margin: 0;
}

.logo {
  max-width: 120px !important;
  margin-bottom: 35px;
}
.logo img {
  width: 100%;
}

.newsletter-box {
  padding: 40px;
  background: #fff;
  border-radius: 15px;
  box-shadow: 0 17px 38px 0 rgba(32, 54, 108, 0.25);
  position: relative;
  top: -65px;
  margin-bottom: 30px;
}
.newsletter-box small {
  color: #5d5e69;
}
.newsletter-box .form-control:focus {
  box-shadow: inset 0 0px 0px 2px #ffd34e !important;
  background-color: #fff;
}
.newsletter-box .form-control ::-moz-placeholder {
  opacity: 0.6;
}
.newsletter-box .form-control ::placeholder {
  opacity: 0.6;
}
.newsletter-box .input-group {
  min-width: 550px;
}
.newsletter-box .input-group .btn {
  padding: 14px 35px;
  font-size: 16px;
  font-weight: 600;
  border-radius: 0 10px 10px 0;
  letter-spacing: 0;
  text-transform: none;
}

.links li {
  padding: 0 10px;
}
.links li a {
  color: #fff;
  text-decoration: underline !important;
}
.links li:last-child {
  padding-right: 0;
}
.links li:first-child {
  padding-left: 0;
  position: relative;
}
.links li:first-child:after {
  position: absolute;
  content: "";
  height: 12px;
  width: 1px;
  background: #fff;
  right: 0;
  top: 4px;
}

.footer-bottom {
  background: #000;
  padding: 25px 0;
  color: #fff;
  font-size: 0.9rem;
}
.footer-bottom .social a {
  padding: 0 10px;
  font-size: 1rem;
  color: #fff;
}


.inner-banner{ background-image: url(../images/inner-banner.jpg); height: auto; padding: 70px 0 50px;}
.inner-banner .title-div h2{ font-size: 48px;}
.content-section{ padding: 80px 0;}
.cta-section .title-div p{ color: #130f49; opacity: 0.7;}
.inner-banner .title-div{ margin-top: -70px;}
.content-section .card{ position: relative;}
.content-section .card p{ font-size: 1rem; line-height: 1.6rem;}
.content-section .container{ position: relative;}
.content-section .container:before{ position: absolute; content: ''; left: 0; top: 100px; margin: auto; width: 500px; height: 500px; background: url(../images/dot-texture.png) repeat center center; background-size: 50px; opacity: 0.5;}

.tab-pane .owl-stage-outer{ overflow: visible;}
.row-reverse { flex-direction: row-reverse !important; }
.contact-section .accordion-item {
    background: #ffffff !important;
}

/* Media Quaries */

@media screen and (max-width: 1365px) {
  .owl-nav{ display: none;}
  body{ overflow-x: hidden !important;}
}

@media screen and (max-width: 991px) {
  .box-item{ margin-bottom: 30px;}
  .how-it-works .title-div{ padding-left: 0;}
  .title-div h2{ font-size: 42px !important; line-height: 52px !important;}
  .plans-section .card-header, .plans-section .tab-content .card-body .alert, .plans-section .tab-content .card-body .icon-bullets{ padding: 1rem 1.5rem;}
  .card-footer{ padding: 0rem 1.5rem 1.5rem 1.5rem;}
  .plans-section .card-title .badge{ right: -1.5rem;}
  .plans-section .tab-content .card-body .icon-bullets li{ font-size: 13px;}
  .plans-section .card-title strong{ font-size: 30px;}
  .banner-section{ padding: 80px 0;}
  .small-features{ margin-top: 80px;}
  .banner-caption{ max-width: 850px;}
  .banner-section{ height: 900px;}
  .form-box .card-body{ padding: 2.5rem !important;}
  .about-img{ max-width: 100%;}
  .about-img img{ width: 100%;}
  .food-safety .card{ margin-bottom: 25px;}
  .about-section{ padding-bottom: 0;}
  .cta-section{ background-position: left center; min-height: auto !important;}
  .cta-section{ min-height: 450px;}
  .cta-section .title-div{ padding: 2.5rem; background: rgba(0,0,0,.7); max-width: 500px; float: right;}
  .cta-section .title-div h2, .cta-section .title-div p{ color: #fff;}
  .cta-section .container{ padding: 0;}
  .top-bar .social{ display: none;}
  .newsletter-box .d-flex{ display: inline-block !important; width: 100%;}
  .newsletter-box .input-group{ margin-top: 25px;}
  .contact-section .card-body{ padding: 1.5rem !important;}
  /* .inner-banner .title-div{ background: none;} */
  .about-section{ padding-top: 250px;}
}

@media screen and (max-width: 767px) {
  .banner-section{ height: auto;}
  .why-choose-section{ padding: 0 !important;}
  .banner-caption h1{ font-size: 36px;}
  .title-div h2{ font-size: 36px !important; line-height: 42px !important;}
  .banner-caption small{ font-size: 24px;}
  .feature-info small{ font-size: 14px;}
  .feature-item{ display: inline-block !important; text-align: center;}
  .feature-icon{ margin: 0 auto 15px auto;}
  .top-bar{ height: auto;}
  .mail-info li:first-child{ padding-left: 0;}
  .form-box fieldset{ margin-bottom: 15px;}
  .form-box fieldset.mt-4{ margin-top: 0 !important;}
  .form-box .btn{ position: static;}
  .box-item{ padding: 15px;}
  .plans-section .tab-content .card{ margin-bottom: 15px;}
  .faq-section .caption{ padding-right: 0; margin-bottom: 50px;}
  .form-wrap{ padding-right: 0;}
  .form-wrap .btn{ margin-left: 0.5rem;}
  .contact-section .card{ margin-top: 50px;}
  .call-info{ margin-bottom: 5px;}
  .call-info, .mail-info{ display: inline-block; height: auto;}
  .top-bar{ padding: 0.8rem 0;}
  .newsletter-box .input-group{ min-width: auto !important;}
  .navbar-nav .nav-item{ margin: 0;}
  .navbar .btn-primary{ text-align: center;}
  .food-safety{ margin-top: 40px !important;}
  .how-it-works{ 
/*    margin-top: 50px; */
    padding-bottom: 0;
  }
  .how-it-works .title-div{ margin-top: 60px;margin-bottom: 0px !important;}
  .how-it-works .title-div::after{ display: none;}
  .feedback-section, .faq-section{ padding: 50px 0;}
  .step-box{ max-width: 100%; padding: 25px;margin-top: 60px;}
  .cta-section .title-div{ margin-top: 0; max-width: 100%;}
  .inner-banner{ padding-bottom: 0;}
  .content-section{ padding: 30px 0;}
  .content-section .card-body{ padding: 1.5rem !important;}
  .plans-section .tab-content .card{ border-radius: 25px !important;}
  .footer-top h5{ margin-bottom: 25px;}
  .footer-top .link-wrap{ margin-bottom: 40px;}
  .footer-top{ padding-bottom: 20px !important;}
  .about-section{ padding-top: 0 !important;}
  .food-safety .card{ min-height: auto;}
  .box-item{ min-height: auto !important;}
  .why-choose-section{ padding-bottom: 40px !important;}
}

@media screen and (max-width: 640px) {
  .newsletter-box .input-group, .newsletter-box .form-control{ display: inline-block !important; width: 100% !important;}
  .newsletter-box .form-control{ border-radius: 10px !important; margin-bottom: 10px;}
  .newsletter-box .input-group .btn{ border-radius: 10px !important; width: 100%; font-size: 1rem !important;}
  .contact-section{ padding-bottom: 100px; padding-top: 50px;}
  .cta-section .title-div p{ line-height: 26px; font-size: 16px;}
  .cta-section .btn{ margin-top: 30px !important;}  
  .cta-section .title-div p{ opacity: 0.85;}
  .feedback-section .title-div{ margin-bottom: 20px !important;}
  .banner-caption .btn-primary{ font-size: 1rem !important; letter-spacing: 1px;}
  .plans-section{ padding-bottom: 20px;}
}

@media screen and (max-width: 480px) {
  .form-box .card-body{ padding: 1.5rem !important;}
  .banner-section{ padding-bottom: 40px !important;}
  .btn{ font-size: 0.8rem !important; padding: 1rem 2.5rem !important;}
  .feedback-section:before{ display: none;}
  .about-content{margin-bottom: 50px !important;}
  .why-choose-section .title-div { margin-top:60px; }
  .about-section .title-div { margin-top: 60px; }
}

