@font-face {
  font-family: "Heebo", sans-serif;
  src: url(../font/Heebo-VariableFont_wght.ttf) format("truetype");
  font-family: "Inter", sans-serif;
  src: url(../font/Inter-VariableFont_slnt,wght.ttf) format("truetype");
}
.dropdown-item.active,
.dropdown-item:active {
  background-color: rgb(232.8709677419, 109.0866935484, 105.6290322581);
  color: inherit;
}

.container {
  max-width: 1200px;
}

.navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
  color: #FFFFFF;
}

label {
  text-transform: capitalize;
}

.contact-map .form-control {
  background-color: #FFFFFF;
  padding: pxtorem(10) pxtorem(16);
  border-color: rgb(226.9, 226.9, 226.9);
}
.contact-map .form-control:focus {
  border-color: #ddd;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}
.contact-map .form-control.invalid {
  border-color: #dc3545;
}

.btn {
  font-size: 0.9rem;
  font-weight: 600;
  padding: 0.5rem 1rem;
  text-transform: capitalize;
  min-width: 100px;
}
@media only screen and (max-width : 576px) {
  .btn {
    font-size: 13px;
  }
}

.btn:focus {
  outline: none;
  box-shadow: none;
}

.btn-primary {
  background-color: #df2c27;
  color: #FFFFFF;
  border-color: rgb(214.8677419355, 36.8060483871, 31.8322580645);
}
.btn-primary:hover, .btn-primary:active, .btn-primary:focus {
  background-color: rgb(205.9838709677, 35.2842741935, 30.5161290323) !important;
  color: #FFFFFF;
  border-color: rgb(219.3096774194, 37.5669354839, 32.4903225806) !important;
  box-shadow: none !important;
  outline: none;
}

.btn-outline-secondary {
  border-color: #f3961c;
}
.btn-outline-secondary:hover, .btn-outline-secondary:active, .btn-outline-secondary:focus {
  background-color: #f3961c;
}

.btn-outline-light {
  color: #626262;
  border-color: #C3C3C3;
}
.btn-outline-light:hover, .btn-outline-light:active, .btn-outline-light:focus {
  background-color: #C3C3C3;
}

.btn-fluid {
  width: 100%;
}

.input-group-text {
  -webkit-border-radius: 3rem;
  -moz-border-radius: 3rem;
  border-radius: 3rem;
  border-color: rgb(226.9, 226.9, 226.9);
}

.input-group .form-text {
  display: block;
  width: 100%;
  text-align: left;
  padding-left: 2.5rem;
}

.btn-group-sm > .btn, .btn-sm {
  font-size: 12px;
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

.btn-outline-light:not(:disabled):not(.disabled).active, .btn-outline-light:not(:disabled):not(.disabled):active, .show > .btn-outline-light.dropdown-toggle {
  background-color: #f3961c;
  color: #FFFFFF;
}

.form-control::placeholder {
  color: #929292 !important;
  opacity: 0.75;
}

.form-control:-ms-input-placeholder {
  color: #929292 !important;
  opacity: 0.75;
}

.form-control::-ms-input-placeholder {
  color: #929292 !important;
  opacity: 0.75;
}

.btn-xs {
  padding: 0.25rem 0.6125rem;
}

/***************************************************************************************************/
/******************************************** /.F.O.R.M ********************************************/
/***************************************************************************************************/
/***************************************************************************************************/
/********************************************* T.A.B.S *********************************************/
/***************************************************************************************************/
/***************************************************************************************************/
/******************************************** /.T.A.B.S ********************************************/
/***************************************************************************************************/
/***************************************************************************************************/
/******************************************** T.A.B.L.E ********************************************/
/***************************************************************************************************/
table thead th {
  text-transform: uppercase;
}

.modal-content {
  padding: 1.5rem 0.75rem;
  border-radius: 0;
}

.modal-header {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
}
.modal-header .modal-title {
  font-size: 1.3rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-family: "Inter", sans-serif;
  line-height: 1;
}

.modal-header,
.modal-footer {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.modal-form-btn {
  margin-top: pxtorem(50) !important;
}

.accordion .card .card-header {
  cursor: pointer;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
}
.accordion .card .card-header[aria-expanded=true] .card-header-caret {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.accordion .card .card-header .text-icon-left {
  margin-right: 0.75rem;
}
.accordion .card .card-header .card-header-caret {
  margin-left: auto;
}
@media only screen and (max-width : 767px) {
  .accordion .card .card-body {
    padding: 1rem;
  }
}

.pagination-wrapper {
  text-align: center;
}

.pagination-general,
.pagination {
  display: -webkit-inline-flex;
  display: -ms-inline-flex;
  display: inline-flex;
}
.pagination-general .page-item.active .page-link,
.pagination .page-item.active .page-link {
  background-color: #df2c27;
  color: #FFFFFF;
  border-color: #df2c27;
}
.pagination-general .page-item.disabled .page-link,
.pagination .page-item.disabled .page-link {
  color: #C3C3C3;
}
.pagination-general .page-item .page-link,
.pagination .page-item .page-link {
  color: inherit;
  border: 0;
  -webkit-border-radius: 0.25rem !important;
  -moz-border-radius: 0.25rem !important;
  border-radius: 0.25rem !important;
}

.lightbox-backdrop {
  z-index: 999 !important;
}

.chat-conversation-message-each .lightbox-container .lightbox-img-thumbnail {
  height: auto !important;
  width: auto !important;
  max-width: 12rem;
}

.lightbox-img-thumbnail {
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}

.badge-primary {
  background-color: rgb(232.8709677419, 109.0866935484, 105.6290322581);
  color: inherit;
  border: 1px solid #df2c27;
}

.badge-warning {
  background-color: rgb(255, 51, 51);
}

.custom-control-label:before, .custom-control-label:after {
  top: 3px;
  box-shadow: none;
}

@media only screen and (min-width : 992px) {
  .px-lg-5 {
    padding-left: 7rem !important;
    padding-right: 7rem !important;
  }
}

.display-4 {
  font-size: 3.1rem !important;
}
@media only screen and (max-width : 576px) {
  .display-4 {
    font-size: 2.1rem !important;
  }
}

.border-radius-none {
  border-radius: 0 !important;
}

.bg-primary {
  background: #df2c27 !important;
}

.bg-purple {
  color: #8b38cb;
  background: rgb(233.2788844622, 217.7370517928, 245.2629482072);
}

.bg-yellow {
  color: rgb(253, 183, 53);
  background: rgb(254.5, 237, 204.5);
}

.bg-pink {
  color: rgb(223, 44, 60);
  background: rgb(249.8641975309, 221.1358024691, 223.7037037037);
}

.bg-green {
  color: #2dcc70;
  background: rgb(208.3012048193, 244.6987951807, 223.6385542169);
}

.color-green {
  color: #2dcc70;
}

.light-bg {
  background: #faf3ed;
}

.bg-white {
  background: #fff;
}

.box-shadow {
  filter: drop-shadow(0px 23px 26px rgba(68, 47, 84, 0.25));
}

.line-height-2 {
  line-height: 1.4 !important;
}
@media only screen and (max-width : 576px) {
  .line-height-2 {
    line-height: 1.15 !important;
  }
}

@media only screen and (max-width : 991px) {
  .float-none-md {
    float: none !important;
  }
  .text-center-md {
    text-align: center !important;
  }
  .mb-md-30 {
    margin-bottom: 30px !important;
  }
  .mt-md-30 {
    margin-top: 30px !important;
  }
}
@media only screen and (max-width : 991px) {
  .mb-sm-device {
    margin-bottom: 30px;
  }
  .mb-sm-device:last-child {
    margin-bottom: 0;
  }
  .mt-md-200 {
    margin-top: 200px !important;
  }
  .mt-md-150 {
    margin-top: 150px !important;
  }
  .mt-md-50 {
    margin-top: 50px;
  }
  .mb-sm-30 {
    margin-bottom: 30px !important;
  }
  .m-0-sm {
    margin: 0 !important;
  }
  .pl-sm-10 {
    padding-left: 15px !important;
  }
}
@media only screen and (max-width : 576px) {
  .d-none-sm-md-device {
    display: none;
  }
  .d-block-sm-md-device {
    display: block !important;
  }
  .pl-sm-30 {
    padding-left: 30px !important;
  }
  .mb-sm-device {
    margin-bottom: 30px;
  }
  .mb-sm-device:last-child {
    margin-bottom: 0;
  }
  .mt-0-sm {
    margin-top: 0 !important;
  }
  .mt-4-sm {
    margin-top: 2rem !important;
  }
  .mt-sm-150 {
    margin-top: 150px !important;
  }
  .text-center-sm {
    text-align: center !important;
  }
  .ml-0-sm {
    margin-left: 0 !important;
  }
  .pl-sm-10 {
    padding-left: 15px !important;
  }
  .d-none-sm {
    display: none;
  }
  .float-none-sm {
    float: none !important;
  }
  .mt-sm-20 {
    margin-top: 20px !important;
  }
  .mt-sm-200 {
    margin-top: 220px !important;
  }
  .mb-sm-30 {
    margin-bottom: 30px !important;
  }
  .copyright .py-3-sm {
    padding: 0.5rem 0 !important;
  }
  .pt-sm-20 {
    padding-top: 20px !important;
  }
  .mb-sm-20 {
    margin-bottom: 20px !important;
  }
  .m-0-sm {
    margin: 0 !important;
  }
  .mt-sm-120 {
    margin-top: 120px;
  }
}
.mb-50 {
  margin-bottom: -55px;
}
@media only screen and (max-width : 991px) {
  .mb-50 {
    margin-bottom: -45px;
  }
}

.pb-80 {
  padding-bottom: 80px;
}
@media only screen and (max-width : 1199px) {
  .pb-80 {
    padding-bottom: 40px;
  }
}
@media only screen and (max-width : 991px) {
  .pb-80 {
    padding-bottom: 40px;
  }
}
@media only screen and (max-width : 576px) {
  .pb-80 {
    padding-bottom: 40px;
  }
}

.pt-80 {
  padding-top: 80px;
}
@media only screen and (max-width : 1199px) {
  .pt-80 {
    padding-top: 40px;
  }
}
@media only screen and (max-width : 991px) {
  .pt-80 {
    padding-top: 40px;
  }
}
@media only screen and (max-width : 576px) {
  .pt-80 {
    padding-top: 40px;
  }
}

.border-top-style {
  border-top: 10px solid #df2c27;
  border-radius: 40px;
}

.p-50 {
  padding: 50px 150px;
}
@media only screen and (min-width : 992px) {
  .p-50 {
    padding: 50px;
  }
}
@media only screen and (max-width : 991px) {
  .p-50 {
    padding: 50px;
  }
}
@media only screen and (max-width : 576px) {
  .p-50 {
    padding: 30px;
  }
}

.text-md {
  font-size: 35px !important;
}
@media only screen and (max-width : 576px) {
  .text-md {
    font-size: 25px !important;
  }
}

.text-dark {
  color: #111 !important;
}

.f-20 {
  font-size: 20px;
}
@media only screen and (max-width : 576px) {
  .f-20 {
    font-size: 18px;
  }
}

.f-18 {
  font-size: 18px;
}

.f-16 {
  font-size: 16px;
}

.pt-30 {
  padding-top: 30px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pt-50 {
  padding-top: 50px;
}

.pb-50 {
  padding-bottom: 50px;
}

.theme-light {
  color: #929292;
}

.theme-dark {
  color: #626262;
}

.theme-primary {
  color: rgb(232.8709677419, 109.0866935484, 105.6290322581);
}

.pt-3-style {
  padding-top: 10px;
}

.pt-5-style {
  padding-top: 20px;
}

.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: none !important;
}

.form-control:focus {
  outline: none;
  box-shadow: none;
}

.f-45 {
  font-size: 45px !important;
}
@media only screen and (max-width : 991px) {
  .f-45 {
    font-size: 35px !important;
  }
}
@media only screen and (max-width : 576px) {
  .f-45 {
    font-size: 25px !important;
  }
}

.mt-10 {
  margin-top: 5rem !important;
}

.mt-lg-100 {
  margin-top: 100px;
}

.mt-lg-80 {
  margin-top: 80px;
}

.mt-90 {
  margin-top: 97px;
}

.mt-120 {
  margin-top: 120px;
}

.theme-dark-color {
  color: #000;
}

.text-primary {
  color: #df2c27 !important;
}

.text-hover:hover {
  color: #df2c27;
}

.f-12 {
  font-size: 12px;
}

.f-14 {
  font-size: 14px;
}

.w-55 {
  width: 50% !important;
}
@media only screen and (max-width : 576px) {
  .w-55 {
    width: 50% !important;
  }
}

.w-20 {
  width: 20%;
}
@media only screen and (max-width : 576px) {
  .w-20 {
    width: 50%;
  }
}

.w-34 {
  width: 34%;
}
@media only screen and (max-width : 576px) {
  .w-34 {
    width: 50%;
  }
}

.divider {
  border: 0.8px solid #E8E8E8;
  margin: 50px 0;
}

img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.section-gap {
  padding: 80px 0;
}
@media only screen and (max-width : 1199px) {
  .section-gap {
    padding: 40px 0;
  }
}
@media only screen and (max-width : 991px) {
  .section-gap {
    padding: 40px 0;
  }
}
@media only screen and (max-width : 767px) {
  .section-gap {
    padding: 40px 0;
  }
}

.high-section-gap {
  padding: 200px 0;
}

.header-general, .header-general-md,
.header-general-sm {
  color: #191919;
  font-size: pxtorem(28);
  font-weight: 500;
}

.header-general-md {
  font-size: pxtorem(26) !important;
}

.header-general-sm {
  font-size: pxtorem(22) !important;
}

.header-general-xs {
  font-size: pxtorem(18) !important;
}

.font-size-21 {
  font-size: 21px;
}

.font-size-small {
  font-size: 14px !important;
}

.font-weight-500 {
  font-weight: 500 !important;
}

.text-muted {
  color: #8D8D8D !important;
}

.link-muted {
  color: #929292;
  text-decoration: none;
}
.link-muted:hover {
  color: #626262;
  text-decoration: none;
}

.link-secondary {
  color: #f3961c;
}

.btn-icon {
  font-size: 0.825rem;
}

.btn-icon-left {
  margin-right: 0.75rem;
}

.btn-icon-right {
  margin-left: 0.75rem;
}

.btn-like-a {
  border: none;
  outline: none;
  box-shadow: none;
}
.btn-like-a:focus {
  box-shadow: none;
  outline: none;
}

.validation-message {
  display: block;
  font-size: 80%;
  width: 100%;
  margin-top: 0.25rem;
  text-align: left;
}

.validation-message-error {
  color: #dc3545;
}

.validation-message-success {
  color: rgb(26.5662650602, 120.4337349398, 66.1204819277);
}

.input-group .validation-message {
  padding-left: 2.5rem;
}

.resend-link-message {
  display: block;
}
.resend-link-message .resend-link {
  color: rgb(117.1451612903, 20.0665322581, 17.3548387097);
  cursor: pointer;
}
.resend-link-message .resend-link:hover {
  text-decoration: underline;
}

.btn-group-inline {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
}
.btn-group-inline .btn:not(:last-child) {
  margin-right: 0.375rem;
}

.theme-color {
  color: rgb(244.280334728, 161.2029288703, 52.219665272) !important;
}

.text-orange {
  color: rgb(255, 51, 51);
}

.text-gray {
  color: #b2b2b2 !important;
}

.bg-none {
  background: none !important;
}

.text-shadow {
  text-shadow: 1px 1px 1px lightgrey;
}

.social-icons {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
}
.social-icons a i {
  height: 35px;
  line-height: 35px;
  text-align: center;
  border-radius: 50%;
}
.social-icons .icon {
  padding: 8px 10px;
}
.social-icons .icon i {
  color: white;
  font-size: 1.1rem;
}

.cta .social-icons a i {
  border: 1px solid black;
  width: 35px;
}

.scroll-to-top {
  position: fixed;
  z-index: 98;
  bottom: -60px;
  right: 8px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  color: white;
  background: #df2c27;
  cursor: pointer;
  transition: 0.5s;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.scroll-to-top svg {
  height: 30px;
  width: 30px;
}
.scroll-to-top.top-arrow {
  bottom: 60px;
}
.scroll-to-top:hover {
  background: rgb(255, 51, 51);
}

.facebook-bg-color {
  background: #4267B2;
}

.twitter-bg-color {
  background: #00acee;
}

.youtube-bg-color {
  background: #AB3F1B;
}

/***************************************************************************************************/
/****************************************** G.E.N.E.R.A.L ******************************************/
/**************************************************************************************************/
.cat-row {
  margin-top: 40px;
}

@media only screen and (max-width : 576px) {
  .w-50 {
    width: 100% !important;
  }
}

.text-orange {
  color: #df2c27 !important;
}

.bg-orange {
  background: rgb(255, 51, 51) !important;
}
.bg-orange.btn {
  box-shadow: none;
}
.bg-orange.btn:hover {
  background: #f3961c !important;
}

.border-none {
  border: none !important;
}

.owl-dots {
  display: flex;
  margin-top: 10px;
  justify-content: center;
}
.owl-dots .owl-dot {
  margin: 5px;
}
.owl-dots .owl-dot.active span {
  background: rgb(255, 51, 51);
}
.owl-dots .owl-dot span {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.2);
}

.cart-btn {
  text-transform: capitalize;
  border: none;
  padding: 8px 15px;
}
.cart-btn:focus {
  outline: none;
  box-shadow: none;
}

.hide-overflow {
  overflow: hidden;
}

.bg-white {
  background: white !important;
}

.rotate-180 {
  transform: rotate(180deg);
}

.nice-select.table_number {
  background: none;
  border-radius: 3px;
}
.nice-select .list {
  width: 100%;
}

.datepicker {
  padding: 0;
}
.datepicker * {
  font-size: 12px;
}
.datepicker .datepicker-days .datepicker-switch {
  padding: 12px 0;
}
.datepicker .datepicker-days .dow {
  padding: 6px 8px;
  border: 1px solid lightgrey;
  color: rgb(255, 51, 51);
}
.datepicker .datepicker-days .day {
  padding: 8px 10px;
  border: 1px solid lightgrey;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.datepicker .datepicker-days .day.active {
  background: rgb(255, 51, 51);
}
.datepicker .datepicker-days .day.active:hover {
  background: rgb(255, 51, 51);
}
.datepicker .datepicker-days .day.today {
  background: #df2c27;
  color: white;
}
.datepicker .datepicker-days .day.today:hover {
  background: #df2c27;
  color: white;
}
.datepicker .datepicker-days .day:hover {
  background: #df2c27;
  color: white;
}
.datepicker .datepicker-days .day.disabled:hover {
  cursor: not-allowed;
  background: none;
  color: #999;
}

.title-wrapper .title {
  font-weight: bold;
  display: inline-block;
  position: relative;
  padding-bottom: 20px;
}
.title-wrapper .title h1 {
  font-size: 30px;
  color: rgb(255, 51, 51);
  line-height: 25px;
}
.title-wrapper .title p {
  text-transform: capitalize;
  font-size: 2rem;
}
@media only screen and (max-width : 576px) {
  .title-wrapper .title p {
    font-size: 1.5rem;
  }
}

.owl-nav {
  display: flex;
  justify-content: center;
}
.owl-nav div {
  color: white !important;
  text-align: center;
  margin: 5px;
}

@media only screen and (max-width : 767px) {
  .display-3 {
    font-size: 2.1rem;
  }
}

.text-decoration-none {
  text-decoration: none;
  border-bottom: 0 !important;
}

.fa-2x {
  font-size: 1.3em;
}

#choose_srv_Modal {
  z-index: 1000;
}
#choose_srv_Modal .modal-header {
  border-bottom: none;
}
#choose_srv_Modal .modal-title {
  font-size: 1.5rem;
  font-weight: 500;
}
#choose_srv_Modal .service_each {
  transition: 0.3s;
  cursor: pointer;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
#choose_srv_Modal .service_each:hover, #choose_srv_Modal .service_each.active {
  background: #E8E8E8;
}
#choose_srv_Modal .address_btn, #choose_srv_Modal .select_date_btn, #choose_srv_Modal .select_time_btn {
  border: none;
  background: #f7f9fc;
  border: 1px solid #E8E8E8;
  transition: 0.3s;
  outline: none;
}
#choose_srv_Modal .address_btn:hover, #choose_srv_Modal .select_date_btn:hover, #choose_srv_Modal .select_time_btn:hover {
  background: #E8E8E8;
}
#choose_srv_Modal #show_pickup, #choose_srv_Modal #show_delivery, #choose_srv_Modal #show_now, #choose_srv_Modal #show_later, #choose_srv_Modal #show_later .select_time_btn {
  display: none;
}
#choose_srv_Modal .append-subbox .date_time_wrap {
  display: flex;
  max-width: 300px;
  margin: auto;
}

#choose_loc_Modal {
  background: rgba(0, 0, 0, 0.8);
  z-index: 1111;
}
@media only screen and (max-width : 576px) {
  #choose_loc_Modal .modal-body #map {
    height: 300px !important;
  }
}
#choose_loc_Modal .modal-body input {
  background: #E8E8E8;
  height: 45px;
  border: none;
}

#add_to_cart_Modal .modal-header img {
  width: 350px;
  height: 230px;
  margin: auto;
}
#add_to_cart_Modal .food-name {
  border-bottom: 1px solid #C3C3C3;
}
#add_to_cart_Modal .toppings-drop .drop-head {
  border-bottom: 1px solid #C3C3C3;
  background: #f7f9fc;
  cursor: pointer;
  transition: 0.4s;
}
#add_to_cart_Modal .toppings-drop .drop-head:hover {
  background: #E8E8E8;
}
#add_to_cart_Modal .toppings-drop .drop-content {
  border-bottom: 1px solid #C3C3C3;
  display: none;
}
#add_to_cart_Modal .toppings-drop .drop-content .drop-content-each {
  border-bottom: 1px dashed #C3C3C3;
}
#add_to_cart_Modal .toppings-drop .drop-content .drop-content-each:last-child {
  border: none;
}
#add_to_cart_Modal .instruction {
  border-bottom: 1px solid rgb(255, 51, 51);
}
#add_to_cart_Modal .instruction input {
  box-shadow: none;
  border: none;
}
#add_to_cart_Modal .cart-footer .qty-count .bttn {
  border: 1px solid lightgrey;
  width: 40px;
  padding: 0;
  text-align: center;
}
#add_to_cart_Modal .cart-footer .qty-count .bttn.add-btn, #add_to_cart_Modal .cart-footer .qty-count .bttn.minus-btn {
  transition: 0.3s;
  cursor: pointer;
}
#add_to_cart_Modal .cart-footer .qty-count .bttn.add-btn:hover, #add_to_cart_Modal .cart-footer .qty-count .bttn.minus-btn:hover {
  background: #E8E8E8;
}
#add_to_cart_Modal .cart-footer .qty-count .bttn.value {
  pointer-events: none;
  border-right: 1px solid transparent;
  border-left: 1px solid transparent;
  width: 60px;
}
#add_to_cart_Modal .cart-footer .qty-count .bttn.value input {
  border: none;
  border: none;
  padding: 0;
  background: none;
  width: 25px;
  text-align: center;
}
@media only screen and (max-width : 576px) {
  #add_to_cart_Modal .cart-footer {
    display: block !important;
  }
  #add_to_cart_Modal .cart-footer button.theme-btn {
    width: 100%;
    margin-top: 15px;
  }
  #add_to_cart_Modal .cart-footer button.theme-btn span.text-white {
    float: right;
    margin-left: 0 !important;
  }
  #add_to_cart_Modal .cart-footer .qty-count .minus-btn, #add_to_cart_Modal .cart-footer .qty-count .add-btn {
    flex: 0 0 20%;
  }
  #add_to_cart_Modal .cart-footer .qty-count .value {
    flex: 0 0 60%;
  }
  #add_to_cart_Modal .cart-footer .qty-count .bttn {
    height: 50px;
    line-height: 35px;
  }
}

#cart_view_Modal .table th, .sticky-cart-content .table th {
  border-top: none;
}
#cart_view_Modal .promo-code input, .sticky-cart-content .promo-code input {
  height: 45px;
  border-left: 1px solid #E8E8E8 !important;
  border-radius: none;
}
#cart_view_Modal .promo-code button, .sticky-cart-content .promo-code button {
  border: none;
  height: 45px;
  line-height: 45px;
  outline: none;
  width: 50px;
  background: none;
  border: 1px solid #E8E8E8;
}
#cart_view_Modal .promo-code button:hover, .sticky-cart-content .promo-code button:hover {
  background: #f7f9fc;
}

.sticky-cart-content {
  transition: 0.4s;
  position: fixed;
  right: -420px;
  top: 54%;
  transform: translateY(-50%);
  max-width: 420px;
  width: 100%;
  z-index: 1025;
}
.sticky-cart-content .cart-inner {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
.sticky-cart-content .cs-scrollbar {
  max-height: 350px;
}
.sticky-cart-content .cs-scrollbar * {
  font-size: 0.9rem;
}
@media only screen and (max-width : 576px) {
  .sticky-cart-content .cs-scrollbar * {
    font-size: 13px;
  }
}
.sticky-cart-content .close i {
  font-size: 1.5rem;
}
.sticky-cart-content.toggle {
  right: 0;
}
@media only screen and (max-width : 576px) {
  .sticky-cart-content {
    top: calc(50% + 25px);
  }
  .sticky-cart-content p, .sticky-cart-content li {
    font-size: 0.9rem;
  }
}
.sticky-cart-content .table td {
  vertical-align: middle !important;
}
.sticky-cart-content .table tr.blocker {
  position: relative;
  opacity: 0.5;
  pointer-events: none;
}
.sticky-cart-content .table tr.blocker::after {
  opacity: 1 !important;
  content: "\f110";
  position: absolute;
  top: 40%;
  left: 45%;
  font-family: "Font Awesome 5 Free";
  z-index: 3;
  font-weight: 600;
  color: grey;
  animation: spinner-border 0.75s linear infinite;
  color: rgb(255, 51, 51);
  font-size: 1.5rem;
}

#choose_orderdate_Modal .modal-content, #choose_ordertime_Modal .modal-content, .modal-scrollable .modal-content {
  overflow: visible;
}
#choose_orderdate_Modal .modal-body, #choose_ordertime_Modal .modal-body, .modal-scrollable .modal-body {
  overflow: hidden;
  overflow-y: auto;
  max-height: 75vh;
}
#choose_orderdate_Modal .modal-body::-webkit-scrollbar, #choose_ordertime_Modal .modal-body::-webkit-scrollbar, .modal-scrollable .modal-body::-webkit-scrollbar {
  width: 10px;
  background: #E8E8E8;
}
#choose_orderdate_Modal .modal-body::-webkit-scrollbar-thumb, #choose_ordertime_Modal .modal-body::-webkit-scrollbar-thumb, .modal-scrollable .modal-body::-webkit-scrollbar-thumb {
  background: #C3C3C3;
}
#choose_orderdate_Modal .modal-body .date-each, #choose_orderdate_Modal .modal-body .time-each, #choose_ordertime_Modal .modal-body .date-each, #choose_ordertime_Modal .modal-body .time-each, .modal-scrollable .modal-body .date-each, .modal-scrollable .modal-body .time-each {
  border-bottom: 1px solid #E8E8E8;
  cursor: pointer;
  transition: 0.3;
}
#choose_orderdate_Modal .modal-body .date-each:last-child, #choose_orderdate_Modal .modal-body .time-each:last-child, #choose_ordertime_Modal .modal-body .date-each:last-child, #choose_ordertime_Modal .modal-body .time-each:last-child, .modal-scrollable .modal-body .date-each:last-child, .modal-scrollable .modal-body .time-each:last-child {
  border-bottom: none;
}
#choose_orderdate_Modal .modal-body .date-each:hover, #choose_orderdate_Modal .modal-body .time-each:hover, #choose_ordertime_Modal .modal-body .date-each:hover, #choose_ordertime_Modal .modal-body .time-each:hover, .modal-scrollable .modal-body .date-each:hover, .modal-scrollable .modal-body .time-each:hover {
  background: #f7f9fc;
}

.text-hover:hover {
  text-decoration: underline;
}

.hide-overflow {
  overflow: hidden;
}

.rotate-180 {
  transform: rotate(180deg);
}

.profile-select {
  background: #E8E8E8 !important;
}
.profile-select span.current {
  font-weight: bold;
}
.profile-select .default.text {
  color: black !important;
  opacity: 0.7 !important;
}
.profile-select .menu {
  scrollbar-width: thin;
}
.profile-select .menu::-webkit-scrollbar {
  width: 10px;
  background: #E8E8E8;
}
.profile-select .menu::-webkit-scrollbar-thumb {
  background: #C3C3C3;
}

.nice-select option {
  color: black;
}
.nice-select span.current {
  opacity: 0.7;
}
.nice-select .list {
  max-height: 220px;
  overflow-y: auto;
  scrollbar-width: thin;
}
.nice-select .list::-webkit-scrollbar {
  width: 10px;
  background: #E8E8E8;
}
.nice-select .list::-webkit-scrollbar-thumb {
  background: #C3C3C3;
}

.datepicker {
  padding: 0;
}
.datepicker * {
  font-size: 12px;
}
.datepicker .datepicker-days .datepicker-switch {
  padding: 12px 0;
}
.datepicker .datepicker-days .dow {
  padding: 6px 8px;
  border: 1px solid lightgrey;
  color: rgb(255, 51, 51);
}
.datepicker .datepicker-days .day {
  padding: 8px 10px;
  border: 1px solid lightgrey;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.datepicker .datepicker-days .day.active {
  background: rgb(255, 51, 51);
}
.datepicker .datepicker-days .day.active:hover {
  background: rgb(255, 51, 51);
}
.datepicker .datepicker-days .day.today {
  background: #df2c27;
  color: white;
}
.datepicker .datepicker-days .day.today:hover {
  background: #df2c27;
  color: white;
}
.datepicker .datepicker-days .day:hover {
  background: #df2c27;
  color: white;
}
.datepicker .datepicker-days .day.disabled:hover {
  cursor: not-allowed;
  background: none;
  color: #999;
}

.mdtp__wrapper {
  top: 50%;
  transform: translate(-50%, -50%);
  bottom: unset;
}

.pagination .page-link {
  color: #df2c27;
  padding: 0.5rem 0.9rem;
  outline: none;
  box-shadow: none;
}
.pagination .page-link:hover {
  background: #df2c27;
  color: white;
  border: 1px solid transparent;
}
.pagination .page-link.current {
  background: rgb(255, 51, 51);
  color: white;
  border: 1px solid rgb(255, 51, 51);
}

.custom-switch .custom-control-label {
  cursor: pointer;
}
.custom-switch .custom-control-label::after {
  top: 5.5px !important;
  left: -49px !important;
  width: 18px !important;
  height: 18px !important;
  background-color: #C3C3C3;
  border-radius: 50px !important;
}
.custom-switch .custom-control-label::before {
  left: -3.25rem !important;
  width: 2.8rem !important;
  border-radius: 50px !important;
  height: calc(1.4rem + 1px) !important;
  border: 1px solid #C3C3C3;
}
.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  transform: translateX(20px);
}

.custom-switch .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: none;
  box-shadow: none;
}

.custom-switch .custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: none;
}

.custom-switch input:checked ~ .custom-control-label::before {
  color: rgb(255, 51, 51) !important;
  border-color: rgb(255, 51, 51) !important;
  background-color: white !important;
}

.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: rgb(255, 51, 51) !important;
}

.payment-card input:checked ~ .custom-control-label {
  border: 1px solid rgb(255, 51, 51) !important;
  color: rgb(255, 51, 51);
  transform: scale(1.02);
}
.payment-card input:checked ~ .custom-control-label::before {
  box-shadow: none;
  color: rgb(255, 51, 51) !important;
  border-color: rgb(255, 51, 51) !important;
  background-color: rgb(255, 51, 51) !important;
}
.payment-card .custom-control-label {
  cursor: pointer;
  border: 1px solid #E8E8E8;
  transition: 0.3s;
}
.payment-card .custom-control-label:hover {
  transform: scale(1.02);
  color: rgb(255, 51, 51) !important;
  border: 1px solid rgb(255, 51, 51) !important;
}
.payment-card .custom-control-label:hover::before {
  color: rgb(255, 51, 51) !important;
  border-color: rgb(255, 51, 51) !important;
  background-color: rgb(255, 51, 51) !important;
}
.payment-card .custom-control-label::after {
  display: none;
}
.payment-card .custom-control-label::before {
  top: 50%;
  transform: translateY(-50%);
  left: 25px;
}
.payment-card .custom-radio {
  padding-left: 0;
}

.payment-lists .input-group i {
  width: 50px;
  line-height: 50px;
  text-align: center;
  height: 100%;
  background: #f7f9fc;
  border: 1px solid #E8E8E8;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
}
.payment-lists .input-group input {
  border: 1px solid #E8E8E8 !important;
  padding-left: 60px;
  height: 50px;
}

input:checked ~ .custom-control-label::before {
  color: rgb(255, 51, 51) !important;
  border-color: rgb(255, 51, 51) !important;
  background-color: rgb(255, 51, 51) !important;
}

.action .remove-btn {
  border: none;
  background: none;
}
.action .remove-btn:focus {
  outline: none;
}

.cs-scrollbar {
  overflow-y: auto;
  overflow-x: hidden;
}
.cs-scrollbar::-webkit-scrollbar {
  width: 5px;
  background: #E2E2E2;
  border-radius: 5px;
}
.cs-scrollbar::-webkit-scrollbar-thumb {
  background: #BCBCBC;
  border-radius: 5px;
  border-radius: 5px;
}
@media only screen and (max-width : 576px) {
  .cs-scrollbar::-webkit-scrollbar {
    width: 2px;
  }
}

.cs-validation .field .ui.prompt.label {
  border: none !important;
  background: none !important;
  color: #dc3545 !important;
}

.response-text {
  font-size: 14px;
}
.response-text.error {
  background: rgba(220, 53, 69, 0.0784313725);
  color: #dc3545;
}
.response-text.error p {
  color: #dc3545 !important;
}
.response-text.success {
  background: rgba(40, 167, 69, 0.1490196078);
  color: #28a745;
}
.response-text.success p {
  color: #28a745;
}

.svg-cart-icon svg {
  height: 25px;
  width: 25px;
  fill: white;
}

.cart-empty .svg-cart-icon svg {
  height: 50px;
  width: 50px;
  fill: #C3C3C3;
}

.badge-warning {
  box-shadow: none;
  outline: none;
}
.badge-warning:hover, .badge-warning:focus {
  background: red !important;
  box-shadow: none !important;
  outline: none;
}

.text-error {
  color: #dc3545;
}

#card_errors {
  color: #dc3545;
  padding-top: 5px;
}

.terms input:checked ~ .custom-control-label::before {
  color: rgb(255, 51, 51) !important;
  border-color: rgb(255, 51, 51) !important;
  background-color: rgb(255, 51, 51) !important;
}

.header-height {
  min-height: 77px;
}
@media only screen and (max-width : 576px) {
  .header-height {
    min-height: 60px;
  }
}

.user-dashboard {
  height: calc(100vh - 80px);
}
.user-dashboard .wrapper .left-sidebar.h-100 {
  background: #1b2026;
}

.loading-div {
  min-height: 200px;
  display: grid;
  place-items: center;
}

.cart-empty {
  min-height: 200px;
  display: grid;
  place-items: center;
}

#not_available_Modal i {
  font-size: 2.8em;
  color: #CC0000;
  opacity: 0.7;
  margin-bottom: 20px;
  padding: 10px;
  width: 80px;
  height: 80px;
  line-height: 55px;
  border-radius: 50%;
  border: 2px solid #CC0000;
}

#card-input-box {
  display: none;
}

#order-detail-modal .modal-dialog {
  max-width: 600px;
}
#order-detail-modal tr:first-child th, #order-detail-modal tr:first-child td {
  border-top: none;
}
#order-detail-modal th[scope=row] {
  width: 25%;
}

.tip-wrapper .tips {
  display: flex;
}
.tip-wrapper .tips button {
  border: none;
  flex: 0 0 20%;
  text-align: center;
  padding: 8px;
  border-right: 1px solid rgba(255, 255, 255, 0.1294117647);
  color: white;
  background: #df2c27;
}
.tip-wrapper .tips button.active, .tip-wrapper .tips button:hover, .tip-wrapper .tips button:focus {
  background: linear-gradient(to right, rgb(255, 158, 0), #df3165) !important;
  outline: none;
}
.tip-wrapper .or {
  border-bottom: 2px dashed #C3C3C3;
  height: 11px;
}
.tip-wrapper .or span {
  background: white;
  padding: 0 15px;
}
.tip-wrapper .input-group i {
  width: 50px;
  line-height: 40px;
  text-align: center;
  height: calc(100% - 3px);
  background: #F9F9F9;
  border-right: 1px solid #E8E8E8;
  position: absolute;
  left: 2px;
  top: 2px;
  z-index: 5;
}
.tip-wrapper .input-group input {
  border: 1px solid #E8E8E8;
  padding-left: 60px;
  height: 45px;
}
.tip-wrapper .input-group input:focus {
  border: 1px solid #5c6165;
}

#order-success-modal .modal-lg {
  padding: 15px;
}
#order-success-modal .table th {
  border-top: none;
}
#order-success-modal .table .item {
  width: 70%;
}
#order-success-modal .table td p {
  line-height: 20px;
}
#order-success-modal .check-icon {
  text-align: center;
}
#order-success-modal .check-icon svg {
  height: 60px;
  width: 60px;
  background: #3cbe98;
  padding: 10px;
  border-radius: 50%;
  fill: white;
}

.product-price {
  white-space: nowrap;
}

.food-description {
  color: black;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  min-height: 45px;
}
@media only screen and (max-width : 576px) {
  .food-description {
    min-height: unset;
  }
}

.search-food {
  background: rgb(219.25, 219.25, 219.25);
}
.search-food .search-loader {
  position: absolute;
  z-index: 3;
  right: 30px;
  top: 17px;
}
.search-food .search-loader i {
  position: absolute;
}
.search-food .input-group {
  max-width: 400px;
  margin: auto;
}
.search-food .input-group input {
  height: 50px;
  border: none;
  -webkit-border-radius: 50px !important;
  -moz-border-radius: 50px !important;
  border-radius: 50px !important;
  padding-right: 40px;
  padding-left: 20px;
}
.search-food .input-group .srch-btn {
  border: none;
  padding: 6px 15px;
  position: absolute;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  background: rgb(255, 51, 51);
  color: white;
  z-index: 3;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.3s;
}
.search-food .input-group .srch-btn:hover {
  background: rgb(255, 25.5, 25.5);
}
.search-food .input-group .srch-btn:focus {
  outline: none;
}

.input-group .psw-show-btn {
  position: absolute;
  top: 8px;
  right: 8px;
  z-index: 5;
  background: none;
}

input::-ms-reveal,
input::-ms-clear {
  display: none;
}

.pending-text {
  color: black;
}

.redeem-text {
  color: #dd3722;
}

.expired-text {
  opacity: 0.5;
}

.sticky-cart-icon {
  display: none;
}
.sticky-cart-icon .cart-icon {
  position: fixed;
  z-index: 999;
  bottom: 100px;
  right: 20px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  text-align: center;
  color: white;
  background: #626262;
  cursor: pointer;
  transition: 0.4s;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  display: grid;
  place-items: center;
}
.sticky-cart-icon .cart-icon .cart-num {
  position: absolute;
  color: white;
  background: #f3961c;
  min-height: 25px;
  min-width: 25px;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  left: unset;
  font-size: 1rem;
  right: -10px;
  top: -10px;
  padding: 2px;
}
.sticky-cart-icon .cart-icon:hover {
  transform: scale(1.1);
}

.header-cart-icon .cart-icon {
  width: 50px;
  height: 50px;
  line-height: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  text-align: center;
  color: white;
  background: rgb(255, 51, 51);
  cursor: pointer;
  transition: 0.4s;
  display: grid;
  place-items: center;
}
@media only screen and (max-width : 767px) {
  .header-cart-icon .cart-icon {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
  .header-cart-icon .cart-icon .cart-num {
    min-height: 22px !important;
    min-width: 22px !important;
    font-size: 0.8rem !important;
  }
}
.header-cart-icon .cart-icon .cart-num {
  position: absolute;
  color: white;
  transition: 0.4s;
  background: rgb(255, 51, 51);
  border: 1px solid white;
  min-height: 25px;
  min-width: 25px;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  left: unset;
  font-size: 1rem;
  right: -10px;
  top: -10px;
}
.header-cart-icon .cart-icon:hover {
  background: red;
}

.cart-icon {
  position: relative;
}
.cart-icon .cart-num {
  position: absolute;
  color: white;
  background: rgb(255, 51, 51);
  height: 20px;
  line-height: 20px;
  width: 20px;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  left: 90%;
  top: -15px;
  padding: 0;
  display: grid;
  place-items: center;
}

.line-ctrl {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.ui.form .field.error .input, .ui.form .field.error label, .ui.form .fields.error .field .input, .ui.form .fields.error .field label {
  color: #dc3545 !important;
}

.cart-counter .qty-btn {
  border: 1px solid rgb(255, 51, 51);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: none;
  color: rgb(255, 51, 51);
  outline: none;
  transition: 0.3s;
}
@media only screen and (max-width : 576px) {
  .cart-counter .qty-btn {
    font-size: 0.8rem;
    height: 25px;
    width: 25px;
    text-align: center;
  }
}
.cart-counter .qty-btn:hover {
  background: rgb(255, 51, 51);
  color: white;
}
.cart-counter .qty-count {
  line-height: 30px;
  width: 30px;
}

.side-line-right {
  position: relative;
  display: inline-block;
  padding-right: 20px;
}
@media only screen and (max-width : 991px) {
  .side-line-right {
    overflow: hidden;
  }
}
.side-line-right:before {
  content: "";
  position: absolute;
  height: 2px;
  background: #df2c27;
  width: 100px;
  top: 50%;
  left: 100%;
  transform: translateY(-50%);
}

.home-slider .owl-dots {
  display: flex;
  justify-content: center;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 20px;
}
.home-slider .owl-dots .owl-dot {
  width: 18px !important;
  height: 18px !important;
  margin: 5px;
  border-radius: 50%;
  background: #e6e6e6;
  background: none;
  border: 2px solid rgba(255, 255, 255, 0.5);
  outline: none !important;
  position: relative;
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
  display: inline-block;
}
.home-slider .owl-dots .owl-dot.active span {
  background: white;
}
.home-slider .owl-dots .owl-dot span {
  position: absolute;
  width: 12px;
  height: 12px;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 50% !important;
  left: 50%;
  top: 50%;
  display: block;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.price {
  white-space: nowrap;
}

.floating-cart-btn {
  position: fixed;
  width: 100%;
  left: 0;
  bottom: 0;
  z-index: 11;
}
.floating-cart-btn .svg-cart-icon {
  position: relative;
}
.floating-cart-btn .svg-cart-icon .num {
  position: absolute;
  top: -5px;
  right: -15px;
  text-align: center;
  width: 10px;
}

.modal-backdrop {
  z-index: 999;
}

.input-icon {
  position: relative;
}
.input-icon i {
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.input-icon input {
  padding-left: 30px !important;
}

.status {
  width: 100%;
  display: block;
  max-width: 100px;
  margin: auto;
  text-align: center;
  border-radius: 4px;
  padding: 0 12px;
  font-weight: 500;
  font-size: 0.9rem !important;
}
.status.status-pending {
  color: #ffb64d;
  background: #fff5e6;
}
.status.status-declined {
  color: #ff536f;
  background: #ffecef;
}
.status.status-delivered {
  color: #2ed7b6;
  background: #d9f8f2;
}

.text-animation {
  font-weight: bold;
  color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-animation: hue 6s infinite linear;
}

.bg-b {
  background-image: linear-gradient(to right, #df2c27 0%, #f3961c 36%, #f3961c 65%, #df2c27 100%);
}

.section-header span {
  font-family: "Dancing Script", cursive;
  font-size: 30px;
}
@media only screen and (max-width : 576px) {
  .section-header span {
    font-size: 25px;
  }
}
.section-header h2 {
  display: block;
  color: #111;
  text-transform: capitalize;
  margin-bottom: 10px;
  font-size: 30px;
  line-height: 40px;
}
@media only screen and (max-width : 576px) {
  .section-header h2 {
    font-size: 25px;
    line-height: 35px;
  }
}
.section-header h4 {
  display: block;
  color: #111;
  text-transform: capitalize;
  margin-bottom: 10px;
  font-size: 30px;
  line-height: 40px;
  font-weight: 600;
}
@media only screen and (max-width : 576px) {
  .section-header h4 {
    font-size: 25px;
    line-height: 35px;
  }
}

.heading-title {
  font-size: 16px;
  color: #111;
  font-weight: bold;
}

.h4-class {
  color: #111;
  text-align: left;
  font-family: "Work Sans", Sans-serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 45px;
  vertical-align: middle;
}
@media only screen and (max-width : 991px) {
  .h4-class {
    font-size: 25px;
  }
}
@media only screen and (max-width : 576px) {
  .h4-class {
    font-size: 20px;
    line-height: 35px;
  }
}

.title-section {
  font-size: 30px;
  color: #df2c27 !important;
}

.card-img-section {
  position: relative;
  z-index: 3;
}
@media only screen and (max-width : 576px) {
  .card-img-section .image-group {
    display: none;
  }
}
.card-img-section .place-holder-2 {
  margin-bottom: 20px;
  position: absolute;
  bottom: 0;
  left: 0;
  max-width: 500px;
}
@media only screen and (max-width : 576px) {
  .card-img-section .place-holder-2 {
    left: 30px;
    max-width: 300px;
  }
}
.card-img-section .place-holder-2 img {
  border-radius: 16px 16px 16px 16px;
}
.card-img-section .place-holder-1 {
  margin-top: 22px;
  margin-bottom: 20px;
}
.card-img-section .place-holder-1 img.cardImgSize {
  border-radius: 16px 16px 16px 16px;
}
.card-img-section .place-holder-1 img.cardImg2 {
  height: 900px;
  border-radius: 16px 16px 16px 16px;
}
@media only screen and (max-width : 1199px) {
  .card-img-section .place-holder-1 img.cardImg2 {
    height: auto;
  }
}
@media only screen and (max-width : 991px) {
  .card-img-section .place-holder-1 img.cardImg2 {
    height: auto;
  }
}
@media only screen and (max-width : 576px) {
  .card-img-section .place-holder-1 img.cardImg2 {
    height: auto;
  }
}
.card-img-section .place-holder-1 img.cardImg {
  height: 600px;
  border-radius: 16px 16px 16px 16px;
}
@media only screen and (max-width : 1199px) {
  .card-img-section .place-holder-1 img.cardImg {
    height: auto;
  }
}
@media only screen and (max-width : 991px) {
  .card-img-section .place-holder-1 img.cardImg {
    height: auto;
  }
}
@media only screen and (max-width : 576px) {
  .card-img-section .place-holder-1 img.cardImg {
    height: auto;
  }
}
.card-img-section .place-holder-1 img.loyalityImage {
  height: 400px;
  border-radius: 16px 16px 16px 16px;
}
.card-img-section .place-holder-3 {
  position: absolute;
  right: -20px;
  bottom: 60px;
}
@media only screen and (max-width : 991px) {
  .card-img-section .place-holder-3 {
    right: 30px;
    bottom: 0;
  }
}
@media only screen and (max-width : 576px) {
  .card-img-section .place-holder-3 {
    right: 10px;
    bottom: 30px;
  }
}
.card-img-section .place-holder-3 img {
  border-radius: 28px;
  max-width: 240px;
}
@media only screen and (max-width : 576px) {
  .card-img-section .place-holder-3 img {
    max-width: 140px;
  }
}
.card-img-section .place-holder-4 {
  position: absolute;
  bottom: 10px;
  right: 0px;
}
@media only screen and (max-width : 991px) {
  .card-img-section .place-holder-4 {
    right: 10px;
  }
}
@media only screen and (max-width : 576px) {
  .card-img-section .place-holder-4 {
    bottom: 0px;
    right: 20px;
  }
}
.card-img-section .place-holder-4 img {
  border-radius: 21px;
  max-width: 200px;
}
@media only screen and (max-width : 576px) {
  .card-img-section .place-holder-4 img {
    max-width: 130px;
  }
}
.card-img-section .place-holder-5 {
  position: absolute;
  bottom: 0;
  left: -30px;
}
@media only screen and (max-width : 991px) {
  .card-img-section .place-holder-5 {
    left: 10px;
  }
}
@media only screen and (max-width : 576px) {
  .card-img-section .place-holder-5 {
    left: 10px;
  }
}
.card-img-section .place-holder-5 img {
  border-radius: 21px;
  max-width: 260px;
}
@media only screen and (max-width : 576px) {
  .card-img-section .place-holder-5 img {
    max-width: 160px;
  }
}
.card-img-section .ml--10 {
  margin-left: -10px;
}
@media only screen and (max-width : 576px) {
  .card-img-section .ml--10 {
    margin-left: 0;
  }
}
.card-img-section p {
  text-align: left;
  font-size: 18px;
  letter-spacing: 1px;
}
@media only screen and (max-width : 991px) {
  .card-img-section p {
    text-align: unset;
  }
}

.about .welcome-content .body p {
  margin-bottom: 49px;
  line-height: 2;
}
@media only screen and (max-width : 576px) {
  .about .welcome-content .body p {
    margin-bottom: 30px;
  }
}
@keyframes hue {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 2000px 0;
  }
}

.one {
  background-image: url("../img/dots-new.webp");
}
@media only screen and (max-width : 576px) {
  .one {
    background-image: none;
  }
}
.one.visible {
  background-image: url("../img/dots-new.webp");
}
@media only screen and (max-width : 576px) {
  .one.visible {
    background-image: none;
  }
}

.footer {
  background: #111;
  background-size: cover;
  background-position: center;
  position: relative;
  padding-top: 3em;
}
.footer .footer-logo {
  max-width: 100px;
}
.footer h6 {
  color: #fff;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 700;
  margin-bottom: 16px;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.footer .icon {
  color: #ddd;
}
.footer .icon svg {
  height: 18px;
  width: 18px;
}
.footer .social-icons {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width : 991px) {
  .footer .social-icons {
    justify-content: left;
  }
}
@media only screen and (max-width : 576px) {
  .footer .social-icons {
    justify-content: left;
  }
}
.footer .social-icons .icon {
  padding: 8px 10px;
}
.footer .social-icons .icon i {
  color: white;
  font-size: 1.1rem;
}
.footer .social-icons li a {
  display: inline-block;
  margin: 0 5px;
  height: 40px;
  width: 40px;
  line-height: 40px;
  border-radius: 50%;
  background: #df2c27;
  text-align: center;
  transition: 0.3s;
}
.footer .social-icons li a i {
  color: white;
}
.footer .social-icons li a:hover {
  box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.2);
  transform: translateY(-5px) scale(1.1);
  background: #f3961c;
}
.footer .social-icons li a:hover i {
  color: white;
}
.footer .footer-links a {
  color: #ddd;
  font-size: 14px;
  transition: 0.3s;
  margin-bottom: 1rem;
}
.footer .other-links {
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer .other-links a {
  font-size: 14px;
  color: #ddd;
}
.footer .other-links .seperator {
  height: 20px;
  border-right: 2px solid #b2b2b2;
}
.footer .location-f {
  font-size: 14px;
  word-spacing: 0px;
  color: #ddd;
}

.copyright {
  border-top: 1px solid rgba(178, 178, 178, 0.2901960784);
}
.copyright p {
  font-size: 14px;
  color: #ddd;
}

.two {
  background-image: url("../img/waves-bg-2.webp");
}
@media only screen and (max-width : 576px) {
  .two {
    background-image: none;
  }
}
.two.visible {
  background-image: url("../img/waves-bg-2.webp");
}
@media only screen and (max-width : 576px) {
  .two.visible {
    background-image: none;
  }
}

#newsletter {
  background-color: transparent;
  background-image: linear-gradient(180deg, #df2c27 0%, #f3961c 100%);
  border-radius: 16px;
  position: relative;
}
#newsletter .overlay {
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
  background-position: center center;
  background-repeat: no-repeat;
  opacity: 1;
  transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}
@media only screen and (max-width : 576px) {
  #newsletter {
    text-align: center;
  }
}
#newsletter .btn-right {
  float: right;
}
@media only screen and (max-width : 576px) {
  #newsletter .btn-right {
    float: none;
  }
}
@media (max-width: 1024px) {
  #newsletter .theme-btn {
    padding: 10px !important;
  }
}
#newsletter h4 {
  font-size: 35px;
  letter-spacing: 0.5px;
  margin: 0;
  font-weight: 700;
  color: white;
  font-family: "Heebo", sans-serif;
}
@media only screen and (max-width : 576px) {
  #newsletter h4 {
    font-size: 25px;
  }
}
#newsletter h5 {
  font-size: 35px;
  letter-spacing: 0.5px;
  margin: 0;
  font-weight: 700;
  color: white;
  font-family: "Heebo", sans-serif;
}
@media only screen and (max-width : 576px) {
  #newsletter h5 {
    font-size: 25px;
  }
}
#newsletter p {
  font-size: 22px;
}
@media only screen and (max-width : 576px) {
  #newsletter p {
    font-size: 16px;
    margin-bottom: 30px;
  }
}

.about-us-wrapper {
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 229px 0 252px;
}
@media only screen and (max-width : 576px) {
  .about-us-wrapper {
    padding: 50px 0;
  }
}
@media only screen and (max-width : 991px) {
  .about-us-wrapper {
    padding: 89px 0 112px;
  }
}
.about-us-wrapper img {
  height: auto;
  width: auto;
  object-fit: contain;
}
@media only screen and (max-width : 576px) {
  .about-us-wrapper img {
    display: none;
  }
}
@media only screen and (max-width : 991px) {
  .about-us-wrapper img {
    display: none;
  }
}
.about-us-wrapper .about-us-1 {
  right: 0;
  top: 150px;
  width: 300px;
  height: 300px;
}
.about-us-wrapper .about-us-2 {
  width: 300px;
  height: 300px;
  left: 0;
  bottom: 150px;
}
.about-us-wrapper .about-us-1, .about-us-wrapper .about-us-2 {
  position: absolute;
}
.about-us-wrapper .about-us-board {
  padding: 23px 20px;
  background: #181818;
  width: 53.84%;
  margin: auto;
  color: #fff;
  text-align: center;
  position: relative;
  z-index: 9;
}
@media only screen and (max-width : 576px) {
  .about-us-wrapper .about-us-board {
    width: 100%;
    padding: 10px;
  }
}
@media only screen and (max-width : 991px) {
  .about-us-wrapper .about-us-board {
    width: 80%;
    padding: 10px;
  }
}
.about-us-wrapper .about-us-board p {
  line-height: 2;
  margin-bottom: 60px;
}
.about-us-wrapper .about-us-board .inner {
  padding: 64px 34px 51px;
  border: 1px solid #accadd;
}
.about-us-wrapper .about-us-board .heading {
  margin-bottom: 25px;
}
.about-us-wrapper .about-us-board .heading h2 {
  color: #fff;
  font-size: 55px;
  font-family: "Gabriela", serif;
  font-weight: 400;
}
@media only screen and (max-width : 576px) {
  .about-us-wrapper .about-us-board .heading h2 {
    font-size: 30px;
  }
}
@media only screen and (min-width : 768px) {
  .about-us-wrapper .about-us-board .heading h2 {
    font-size: 35px;
  }
}
.about-us-wrapper .about-us-board .heading .border-place {
  transform: translate(-8px, -11px);
}
.about-us-wrapper .about-us-board .heading img {
  max-width: 100%;
}

.page-not-found {
  position: relative;
  height: 100vh;
  align-items: center;
  text-align: center;
  display: flex;
  justify-content: center;
  background-size: cover;
}
.page-not-found h1 {
  color: #df2c27;
  font-size: 220px;
  display: block;
  height: auto;
  line-height: 220px;
  font-weight: 700;
}
@media only screen and (max-width : 576px) {
  .page-not-found h1 {
    font-size: 150px;
    line-height: 150px;
  }
}
.page-not-found h3 {
  font-weight: 900;
  font-size: 30px;
  color: #111;
  margin-bottom: 10px;
}

.tooltip-wide .tooltip-inner {
  min-width: 320px;
  width: 320px;
}

.btn-list {
  min-width: 50px;
  border: 1px solid #ddd;
}
.btn-list:hover {
  border-color: #f3961c;
}
.btn-list i {
  font-size: 18px;
}
.btn-list:focus {
  box-shadow: none;
  outline: none;
}

.partner-slider .video-play img {
  width: auto;
}
.partner-slider .video-play a {
  color: #111;
}
.partner-slider .video-play a:hover {
  color: #df2c27;
}
.partner-slider .item img {
  filter: grayscale(100);
  opacity: 0.5;
  transition: all 0.3s;
  height: auto;
  max-width: 100%;
  max-height: 80px;
  object-fit: contain;
}
.partner-slider .item img:hover {
  filter: grayscale(0);
  opacity: 1;
  transition: all 0.3s;
}

.shape {
  position: absolute;
  right: -6%;
  top: -1%;
  z-index: -1;
}
@media (max-width: 1024px) {
  .shape {
    right: 0;
  }
}
@media only screen and (max-width : 991px) {
  .shape {
    display: none;
  }
}
@media only screen and (max-width : 576px) {
  .shape {
    display: none;
  }
}

.shape1 {
  position: absolute;
  left: -6%;
  top: -1%;
  z-index: -1;
}
@media only screen and (max-width : 991px) {
  .shape1 {
    display: none;
  }
}
@media only screen and (max-width : 576px) {
  .shape1 {
    display: none;
  }
}

.more-info-icon li {
  position: relative;
  margin-bottom: 8px;
  font-size: 16px;
  font-weight: bold;
}
.more-info-icon li .icon-check svg {
  height: 20px;
  width: 20px;
}

.info-icon {
  color: #df2c27;
  display: inline-block;
}

.theme-slider .owl-carousel .owl-prev {
  position: absolute;
  left: 10px;
  top: 51%;
  background: none;
  font-size: 1.5rem;
  line-height: 45px;
}
.theme-slider .owl-carousel .owl-prev:hover {
  background: none;
}
.theme-slider .owl-carousel .owl-next {
  position: absolute;
  right: 10px;
  top: 50%;
  background: none;
  font-size: 1.5rem;
  line-height: 45px;
}
.theme-slider .owl-carousel .owl-next:hover {
  background: none;
}
@media only screen and (max-width : 576px) {
  .theme-slider .owl-carousel .owl-nav {
    margin-top: 0;
    opacity: 0;
  }
}
.theme-slider .owl-carousel .owl-dots {
  position: absolute;
  bottom: -40px;
  left: 50%;
  transform: translateX(-50%);
}
.theme-slider .owl-carousel .owl-dots .owl-dot span {
  background: #ddd;
  width: 8px;
  height: 8px;
  transition: 0.3s;
}
.theme-slider .owl-carousel .owl-dots .owl-dot.active span {
  background: #df2c27;
}

.count-section .count-number {
  font-size: 38px;
  line-height: 1.5em;
}
.count-section .count_detail img {
  max-height: 58px;
  max-width: 100%;
  height: auto;
  width: auto;
}
.count-section .count_detail h5 {
  font-size: 19px;
  font-weight: 400;
  line-height: 2.5;
}

.testimonial .profile-desc p {
  font-size: 18px;
  color: #666565;
  font-style: italic;
}
.testimonial .information .c-name {
  font-size: 22px;
  font-weight: 600;
  color: #111;
  margin-top: 20px;
}
.testimonial .owl-theme .owl-dots {
  justify-content: left;
}
.testimonial .owl-theme .owl-dots .owl-dot.active span {
  background: #df2c27;
  border-radius: 6px;
  width: 22px;
  height: 6px;
}
.testimonial .owl-theme .owl-dots .owl-dot span {
  color: #E8E8E8;
  width: 12px;
  height: 12px;
  border-radius: 50%;
}

.above-footer .img-f img {
  height: 400px;
  width: auto;
  margin-bottom: -80px;
}

.mb-device:nth-child(1) {
  margin-bottom: 30px !important;
}
.mb-device:nth-child(2) {
  margin-bottom: 30px !important;
}
.mb-device:nth-child(3) {
  margin-bottom: 0px !important;
}
@media only screen and (max-width : 1199px) {
  .mb-device:nth-child(3) {
    margin-bottom: 0 !important;
  }
}
@media only screen and (max-width : 991px) {
  .mb-device:nth-child(3) {
    margin-bottom: 0 !important;
  }
}
@media only screen and (max-width : 576px) {
  .mb-device:nth-child(3) {
    margin-bottom: 30px !important;
  }
}
.mb-device:nth-child(4) {
  margin-bottom: 0 !important;
}

.services .single-service {
  border: 1px solid rgba(230, 85, 36, 0.3294117647);
  box-sizing: border-box;
  border-radius: 10px;
  padding: 25px 20px;
  position: relative;
  display: flex;
  width: 100%;
  height: 100%;
  transition: all 0.5s ease-out 0s;
}
@media only screen and (max-width : 576px) {
  .services .single-service {
    display: block;
    text-align: center;
  }
}
.services .single-service:hover:after {
  visibility: visible;
  opacity: 1;
}
.services .single-service:hover::before {
  display: block;
}
.services .single-service::before {
  position: absolute;
  content: "";
  right: 0;
  bottom: 0;
  height: 90px;
  width: 90px;
  background: radial-gradient(105.91% 105.91% at 37.1% 19.35%, rgba(13, 29, 50, 0.6) 0%, rgba(217, 10, 44, 0) 83.11%);
  border-radius: 50%;
  opacity: 0.3;
  display: none;
  transition: all 0.5s ease-out 0s;
}
.services .single-service:after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  visibility: hidden;
  opacity: 0;
  background: linear-gradient(152.97deg, rgba(223, 44, 39, 0.53) 0%, rgba(248, 150, 28, 0.5) 100%);
  border-radius: 10px;
  transition: all 0.5s ease-out 0s;
}
.services .single-service span {
  font-size: 35px;
  font-weight: 700;
  -webkit-text-stroke: 2px rgba(243, 150, 28, 0.35);
  -webkit-text-fill-color: transparent;
  letter-spacing: 2px;
  position: absolute;
  right: 10px;
  top: 10px;
  line-height: 1;
  transition: all 0.5s ease-out 0s;
  font-family: "Barlow", sans-serif;
}
.services .single-service .service-icon {
  margin-top: 15px;
  min-width: 70px;
}
@media only screen and (max-width : 576px) {
  .services .single-service .service-icon {
    margin-bottom: 30px;
  }
}
.services .single-service .service-icon .service-icon-box {
  background-color: #df2c27;
  height: 65px;
  width: 65px;
  line-height: 65px;
  text-align: center;
  border-radius: 50%;
  position: relative;
  z-index: 1;
  display: inline-block;
  align-items: center;
  text-align: center;
  justify-content: center;
}
.services .single-service .service-icon .service-icon-box::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  border: 1px solid rgba(223, 44, 39, 0.15);
  border-radius: 50%;
  left: -5px;
  top: -10px;
  z-index: -1;
}
.services .single-service .service-icon .service-icon-box::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  border: 1px solid rgba(223, 44, 39, 0.15);
  border-radius: 50%;
  right: -5px;
  top: -10px;
  z-index: -1;
}
.services .single-service .service-icon .service-icon-box i {
  font-size: 25px;
  color: #fff;
  vertical-align: middle;
}
.services .single-service .service-icon .service-icon-box svg {
  height: 30px;
  width: 30px;
  fill: white;
}
.services .single-service .service-content {
  margin-left: 15px;
}
.services .single-service .service-content h3 {
  font-size: 20px;
  font-weight: 500;
  color: #111;
  text-transform: capitalize;
  margin-bottom: 10px;
}
.services .single-service .service-content p {
  color: rgba(0, 0, 0, 0.7);
  font-size: 16px;
  margin-bottom: 20px;
}
.services .single-service .service-content a {
  display: inline-block;
  color: #df2c27;
  font-size: 16px;
  font-weight: 500;
  text-transform: capitalize;
  z-index: 1;
  position: relative;
}

.features {
  position: relative;
  z-index: 3;
}
.features .img-box {
  position: relative;
}
.features .img-box img {
  height: 500px;
  object-fit: cover;
  margin-left: auto;
}
@media only screen and (max-width : 576px) {
  .features .img-box img {
    height: 300px;
    margin: auto;
  }
}
.features .features-list-back p {
  text-align: justify;
  word-spacing: -2px;
}
@media only screen and (max-width : 991px) {
  .features .features-list-back p {
    text-align: unset;
  }
}
.features .text-animation {
  font-weight: bold;
  color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-animation: hue 6s infinite linear;
}
@keyframes hue {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 2000px 0;
  }
}
.features .bg-b {
  background-image: linear-gradient(to right, #CC5052 0%, #df2c27 36%, #df2c27 65%, #CC5052 100%);
}
.features .single-features-list {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  padding: 15px;
  margin: 15px 0;
  transition-property: all;
  transition-duration: 0.5s;
  border-radius: 0 30px;
  background: #fff;
}
.features .single-features-list:hover {
  transform: scale(1.05);
}
@media only screen and (max-width : 576px) {
  .features .single-features-list {
    padding: 40px 15px;
  }
  .features .single-features-list.h-100 {
    height: auto !important;
  }
}
.features .features-list p {
  text-align: justify;
  word-spacing: -2px;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.7);
}
.features .features-list i {
  font-size: 35px;
  color: #df2c27;
  margin-bottom: 8px;
}
.features .features-title {
  color: #111;
  font-size: 16px;
  line-height: 27px;
  margin-top: 10px;
}
.features .features-list-image {
  width: 100%;
  max-width: 100%;
  min-width: 100%;
  margin: 0 auto;
  height: 180px;
  border-radius: 0 30px;
  background-size: cover;
}
.features .feature-left {
  position: relative;
  display: flex;
  align-items: center;
  gap: 15px;
  max-width: 620px;
  width: 100%;
  margin-right: 0;
}
@media only screen and (max-width : 991px) {
  .features .feature-left {
    margin: 80px 0;
  }
}
@media only screen and (max-width : 576px) {
  .features .feature-left {
    margin: 80px 0;
  }
}
.features .feature-left img {
  width: 240px;
}
@media only screen and (max-width : 1199px) {
  .features .feature-left img {
    width: 160px;
  }
}
@media only screen and (max-width : 576px) {
  .features .feature-left img {
    width: 180px;
  }
}
.features .feature-left .h2-feature-img3 {
  margin-top: 20px;
}
.features .feature-left .h2-feature-img2 {
  left: 132px;
  top: -115px;
  position: absolute;
}
@media only screen and (max-width : 1199px) {
  .features .feature-left .h2-feature-img2 {
    left: 95px;
    top: -80px;
  }
}
@media only screen and (max-width : 576px) {
  .features .feature-left .h2-feature-img2 {
    left: 100px;
    top: -90px;
  }
}
.features .feature-left .h2-feature-img4 {
  left: 122px;
  bottom: -124px;
  position: absolute;
}
@media only screen and (max-width : 1199px) {
  .features .feature-left .h2-feature-img4 {
    left: 80px;
    bottom: -90px;
  }
}
@media only screen and (max-width : 576px) {
  .features .feature-left .h2-feature-img4 {
    left: 95px;
    bottom: -106px;
  }
}
.features .rounded-radius {
  border-radius: 30px 0 30px 0;
}
@media only screen and (max-width : 576px) {
  .features .rounded-radius {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width : 768px) {
  .features .rounded-radius {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width : 992px) {
  .features .rounded-radius {
    margin-bottom: 0px;
  }
}
@media only screen and (max-width : 576px) {
  .features .main-container {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

.faq-section .icon {
  background: #fff;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.faq-section .icon i {
  justify-content: center;
  align-items: center;
  display: flex;
  color: #df2c27;
  font-size: 50px;
  padding: 0.5em;
}

.accordion .card {
  border-radius: 0;
  background-color: transparent;
  border: 1px solid transparent;
}
.accordion .card .card-header {
  padding: 20px 0;
}
.accordion .card .card-header .btn-link {
  color: #df2c27;
  text-decoration: none;
  letter-spacing: 1px;
  padding: 0;
  font-size: 20px;
  padding-left: 45px;
}
@media only screen and (max-width : 576px) {
  .accordion .card .card-header .btn-link {
    font-size: 15px;
  }
}
.accordion .card .card-header .btn-link.collapsed {
  color: #272727;
}
.accordion .card .card-header .btn-link:hover {
  text-decoration: none;
}
.accordion .card .card-header .btn-link:focus {
  box-shadow: none;
}
.accordion .card .card-body {
  font-size: 18px;
  padding: 20px 0;
  padding-left: 50px;
}
@media only screen and (max-width : 576px) {
  .accordion .card .card-body {
    font-size: 14px;
  }
}
.accordion > .card > .card-header {
  background: transparent;
  border-bottom: 1px solid #E4E4E4;
  border-top: 1px solid #E4E4E4;
  display: block;
}
.accordion .accordion-button {
  position: relative;
}
.accordion .accordion-button::before {
  content: "";
  background-image: url(../img/svg-icons/plus-icon.svg);
  background-repeat: no-repeat;
  fill: #000;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #ededed;
  height: 30px;
  width: 30px;
  background-size: 18px;
  background-position: center;
  transition: 0.5s ease-in-out;
}
.accordion .accordion-button:hover::before {
  background-color: #fd2b09;
}
.accordion .accordion-button:not(.collapsed)::before {
  background-image: url(../img/svg-icons/minus-white-icon.svg);
  fill: #df2c27;
  background-color: #fd2b09;
  background-size: 20px;
}

.position-sticky {
  position: sticky;
  top: 80px;
}

.contact-bg {
  width: 100%;
  position: relative;
  background-size: cover;
  margin: 0 auto;
}
.contact-bg .content {
  border: 1px solid rgba(153, 153, 153, 0.2);
  border-radius: 15px;
  padding: 30px 0;
  margin: 0;
  border-radius: 20px !important;
}
@media only screen and (max-width : 576px) {
  .contact-bg .content {
    padding: 0;
  }
}
.contact-bg .content .commun-card {
  display: flex;
  justify-content: center;
  align-items: center;
  border-right: 1px solid rgba(153, 153, 153, 0.2);
}
.contact-bg .content .commun-card .inf h5 {
  font-size: 1rem;
}
@media only screen and (max-width : 576px) {
  .contact-bg .content .commun-card {
    justify-content: start;
    padding: 10px 20px;
  }
  .contact-bg .content .commun-card .inf h5 {
    font-size: 1rem;
  }
}
.contact-bg .content .commun-card:last-of-type {
  border: 0;
}
.contact-bg .content .commun-card .icon {
  flex-shrink: 0;
  margin-right: 20px;
}
@media only screen and (max-width : 991px) {
  .contact-bg .content .commun-card .icon {
    margin-right: 10px;
  }
}
@media only screen and (max-width : 576px) {
  .contact-bg .content .commun-card .icon {
    margin-right: 15px;
  }
}
.contact-bg .content .commun-card .icon img {
  filter: drop-shadow(-10px 10px 20px rgba(8, 76, 186, 0.4666666667));
  animation: scale_up_down 1s ease-in-out infinite alternate both;
  width: auto;
  height: auto;
  transition: all 0.3s ease;
  max-width: 100%;
  max-height: 100%;
}
.contact-bg .content .commun-card .icon-45 {
  width: 25px;
  font-size: 25px;
  color: #df2c27;
}
.contact-bg .content .logo {
  max-width: 100px;
}
.contact-bg .content .logo img {
  object-fit: contain;
  margin: 0 auto;
  vertical-align: middle;
}
.contact-bg .content .logo .img-1 {
  height: 45px;
  width: 50px;
}
.contact-bg .content .logo .img-2 {
  height: 50px;
  width: 120px;
}
.contact-bg .content .logo .brand-logo {
  display: flex;
  height: 100%;
  width: 100%;
  justify-content: flex-end;
  align-items: center;
}
@media only screen and (max-width : 576px) {
  .contact-bg .content .logo .brand-logo {
    justify-content: flex-start;
  }
}

@keyframes scale_up_down {
  0% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(1);
  }
}
.contact-map {
  position: relative;
  z-index: 2;
}
.contact-map .inner-wrapper {
  position: relative;
}
.contact-map .inner-wrapper img {
  height: auto;
}
.contact-map .inner-wrapper .contact_message {
  position: absolute;
  right: -150px;
  top: 100px;
  border-bottom-left-radius: 30px;
  pointer-events: none;
  max-width: 30%;
}
@media only screen and (max-width : 576px) {
  .contact-map .inner-wrapper .contact_message {
    right: 0;
    top: 30px;
  }
}
.contact-map .inner-wrapper .contact_a {
  position: absolute;
  left: 0;
  bottom: 0;
  border-bottom-left-radius: 30px;
  pointer-events: none;
  max-width: 20%;
}
.contact-map p {
  font-family: "Heebo", sans-serif;
}
.contact-map .ui.form input, .contact-map .ui.form textarea {
  border: 1px solid #ddd;
  border-radius: 0;
}
.contact-map .ui.form input {
  padding: 1.5em;
}
.contact-map .label-class {
  font-weight: 600 !important;
  color: rgba(0, 0, 0, 0.7) !important;
}

.mobile-device-slider .item img {
  border-radius: 36px;
  max-width: 230px;
}
.mobile-device-slider .owl-carousel:after {
  content: "";
  position: absolute;
  height: 100%;
  width: 350px;
  top: 0;
  left: -30%;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  z-index: 2;
  background-image: url(../img/phone-frame.webp);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
@media only screen and (min-width : 992px) {
  .mobile-device-slider .owl-carousel:after {
    left: -26%;
  }
}
@media only screen and (max-width : 991px) {
  .mobile-device-slider .owl-carousel:after {
    left: -67%;
  }
}
@media only screen and (max-width : 576px) {
  .mobile-device-slider .owl-carousel:after {
    left: -30%;
  }
}

.p-25 {
  padding: 25px !important;
}

.p-style {
  text-align: justify;
  word-spacing: -2px;
}

.bulleted-list {
  color: #df2c27;
  font-size: 8px;
  vertical-align: middle;
  margin-top: -1px;
}

.dropdown {
  position: relative;
  cursor: pointer;
  user-select: none;
  max-width: 260px;
}
.dropdown__window {
  display: none;
}
.dropdown__window .megamenu {
  box-shadow: 0px 12px 20px 0px rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 100%;
  left: -16px;
  width: auto;
  background: #fff;
  z-index: 1;
  border-radius: 8px;
  pointer-events: none;
  transform: translateY(10px);
  transition: all 0.3s;
  display: flex;
}
@media only screen and (max-width : 991px) {
  .dropdown__window .megamenu {
    box-shadow: none;
  }
}
@media only screen and (max-width : 576px) {
  .dropdown__window .megamenu {
    box-shadow: none;
  }
}
.dropdown__window .megamenu.full {
  width: 100%;
  max-width: 1200px;
  position: fixed;
  left: 50%;
  transform: translateX(-50%) translateY(0);
  flex-wrap: wrap;
  top: 117px !important;
}
@media only screen and (max-width : 991px) {
  .dropdown__window .megamenu {
    max-width: 300px;
    position: fixed;
    left: auto;
    transform: translateX(0%) translateY(0);
    top: 50px !important;
    right: 0;
  }
}
@media only screen and (max-width : 576px) {
  .dropdown__window .megamenu {
    max-width: 300px;
    position: fixed;
    left: auto;
    transform: translateX(0%) translateY(0);
    top: 50px !important;
    right: 0;
  }
}
.dropdown__window .megamenu ul li a span {
  white-space: initial;
}
.dropdown__window .megamenu .is-left {
  padding: 24px 40px;
}
.dropdown__window .megamenu .is-right {
  padding: 24px 40px;
  border-left: 1px solid #f2f4f8;
}
.dropdown__window .megamenu h5 {
  margin: 0 0 24px 0;
  color: #b0bcca;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 2px;
  font-weight: 700;
  text-transform: uppercase;
  white-space: nowrap;
}
.dropdown__window .megamenu ul.cols3 li {
  height: 110px;
  padding: 0;
  margin: 0;
}
.dropdown__window .megamenu ul li {
  margin: 0 -15px;
  padding: 0;
}
.dropdown__window .megamenu ul li a {
  font-size: 16px;
  padding: 0;
  padding: 15px;
  white-space: nowrap;
  border-radius: 8px;
  color: #111 !important;
}
.dropdown__window .megamenu ul li:hover {
  color: #111 !important;
  background: #f7f9fc;
}
.dropdown__window .megamenu ul li:hover span {
  font-size: 13px;
  color: #b0bcca;
  display: block;
  font-weight: 400;
  margin-top: 5px;
  padding: 0;
}
.dropdown__window .megamenu ul li:hover i {
  height: 30px;
  width: 30px;
  border-radius: 50%;
  font-size: 14px;
  text-align: center;
  line-height: 28px;
  transition: all 500ms ease;
  float: left;
  margin-right: 10px;
  margin-bottom: 40px;
}
.dropdown__window .megamenu:hover .megamenu {
  opacity: 1;
  transition: all 0.3s;
  pointer-events: auto;
}
.dropdown__window--active {
  display: block;
  visibility: visible;
}
.dropdown__window > * {
  font-size: 14px;
  cursor: pointer;
  display: block;
  padding: 1rem 0 1rem 1rem;
  font-weight: 400;
  text-align: left;
  line-height: 1.42857143;
  color: #fff;
  white-space: nowrap;
}

.text-animation {
  font-weight: bold;
  color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-animation: hue 6s infinite linear;
}

.bg-b {
  background-image: linear-gradient(to right, #f4b41c 0%, #df2c27 36%, #df2c27 65%, #f4b41c 100%);
}

@keyframes hue {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 2000px 0;
  }
}
@keyframes cursor {
  0%, 100% {
    border-color: #df2c27;
  }
}
@keyframes text {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
.main-container {
  width: 100%;
  margin: 15px;
  height: 300px;
}
@media only screen and (max-width : 1199px) {
  .main-container {
    margin: 0;
    height: 320px;
  }
}
@media only screen and (max-width : 991px) {
  .main-container {
    height: 300px;
    margin: 0;
  }
}
@media only screen and (max-width : 576px) {
  .main-container {
    margin: 0;
  }
}
.main-container .front {
  position: absolute;
  transform: perspective(600px) rotateY(0deg);
  height: 100%;
  backface-visibility: hidden;
  transition: transform 0.5s linear 0s;
  background: #fff;
  border-radius: 0 30px;
  padding: 20px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  color: #fff;
}
@media only screen and (max-width : 1199px) {
  .main-container .front {
    position: relative;
    max-width: 300px;
    min-width: 300px;
    width: 300px;
  }
}
@media only screen and (max-width : 991px) {
  .main-container .front {
    position: relative;
    max-width: 350px;
    min-width: 350px;
    width: 350px;
  }
}
@media only screen and (max-width : 576px) {
  .main-container .front {
    position: relative;
    max-width: 350px;
    min-width: 350px;
    width: 350px;
  }
}
.main-container .front img {
  border-radius: 0 30px;
  height: 250px;
}
@media only screen and (max-width : 1199px) {
  .main-container .front img {
    height: 220px;
  }
}
@media only screen and (max-width : 991px) {
  .main-container .front img {
    height: 200px;
  }
}
@media only screen and (max-width : 576px) {
  .main-container .front img {
    height: 220px;
  }
}
.main-container .front h3 {
  color: #111;
  font-size: 18px;
  line-height: 27px;
  margin-top: 10px;
}
.main-container .back {
  position: absolute;
  transform: perspective(600px) rotateY(180deg);
  background: #fff;
  color: #111;
  height: 100%;
  border-radius: 0 30px;
  padding: 20px;
  backface-visibility: hidden;
  transition: transform 0.5s linear 0s;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}
@media only screen and (max-width : 1199px) {
  .main-container .back {
    max-width: 300px;
    min-width: 300px;
    width: 300px;
  }
}
@media only screen and (max-width : 991px) {
  .main-container .back {
    max-width: 350px;
    min-width: 350px;
    width: 350px;
  }
}
@media only screen and (max-width : 576px) {
  .main-container .back {
    max-width: 350px;
    min-width: 350px;
    width: 350px;
  }
}
.main-container .back p {
  text-align: left;
  word-spacing: -2px;
  font-size: 18px;
  color: rgba(0, 0, 0, 0.7);
}
.main-container .back h3 {
  color: #111;
  font-size: 18px;
  line-height: 27px;
  margin-bottom: 20px;
  margin-top: 20px;
}
@media only screen and (max-width : 1199px) {
  .main-container .back h3 {
    margin-top: 0;
  }
}
@media only screen and (max-width : 991px) {
  .main-container .back h3 {
    margin-top: 0;
  }
}
@media only screen and (max-width : 576px) {
  .main-container .back h3 {
    margin-top: 0;
  }
}
.main-container:hover .front {
  transform: perspective(600px) rotateY(-180deg);
}
.main-container:hover .back {
  transform: perspective(600px) rotateY(0deg);
}

.feature-wrapper .tabs-block {
  display: flex;
  align-items: center;
  justify-content: center;
}

.feature-wrapper .tabs {
  display: flex;
}
.feature-wrapper .tabs .tab-body p {
  font-size: 18px;
}
@media only screen and (max-width : 576px) {
  .feature-wrapper .tabs .tab-body p {
    font-size: 16px;
  }
}
.feature-wrapper .tabs .tab-body h2 {
  font-size: 2rem;
}
@media only screen and (max-width : 576px) {
  .feature-wrapper .tabs .tab-body h2 {
    font-size: 22px !important;
  }
}
.feature-wrapper .tabs > ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: 30%;
  background-color: #df2c27;
}
@media only screen and (max-width : 991px) {
  .feature-wrapper .tabs > ul {
    width: 25%;
  }
}
@media only screen and (max-width : 576px) {
  .feature-wrapper .tabs > ul {
    width: 18%;
  }
}
.feature-wrapper .tabs > ul li {
  display: block;
}
.feature-wrapper .tabs > ul li:not(:last-child) {
  border-bottom: 1px solid #dd5753;
}
.feature-wrapper .tabs > ul li a {
  flex-wrap: wrap;
}
.feature-wrapper .tabs > ul li a.active {
  background-color: #faf3ed !important;
  color: #df2c27;
}
.feature-wrapper .tabs > ul li a.active .filter-color {
  filter: invert(22%) sepia(44%) saturate(3705%) hue-rotate(344deg) brightness(99%) contrast(112%);
}
.feature-wrapper .tabs > ul li a:hover:not(.active) {
  color: #fff;
}
.feature-wrapper .tabs > ul li a > div {
  width: 100%;
  display: flex;
  width: 100%;
}
@media only screen and (max-width : 991px) {
  .feature-wrapper .tabs > ul li a > div {
    text-align: center;
  }
}
@media only screen and (max-width : 576px) {
  .feature-wrapper .tabs > ul li a > div {
    text-align: center;
  }
}
.feature-wrapper .tabs > ul li a > div.tab-label {
  width: 100%;
  margin-top: 0.2rem;
  line-height: 1;
}
@media only screen and (max-width : 991px) {
  .feature-wrapper .tabs > ul li a > div.tab-label {
    display: block !important;
  }
}
.feature-wrapper .tabs > ul li a > div.tab-label .icon {
  margin-top: 2px;
  width: 20px;
}
@media only screen and (max-width : 576px) {
  .feature-wrapper .tabs > ul li a > div.tab-label .icon {
    width: auto;
  }
}
@media only screen and (max-width : 991px) {
  .feature-wrapper .tabs > ul li a > div.tab-label .text-title {
    display: block;
    margin-top: 10px;
  }
  .feature-wrapper .tabs > ul li a > div.tab-label .icon {
    display: inline-block;
    margin-right: 0 !important;
  }
}
@media only screen and (max-width : 576px) {
  .feature-wrapper .tabs > ul li a > div.tab-label .text-title {
    display: none;
  }
  .feature-wrapper .tabs > ul li a > div.tab-label .icon {
    display: block;
  }
}
.feature-wrapper .tabs section {
  width: 70%;
  background-color: #faf3ed;
  padding: 1rem;
  display: none;
  word-wrap: break-word;
  border-bottom: 6px solid #df2c27;
  width: calc(100% - 150px);
  padding: 2rem 2rem;
}
@media only screen and (max-width : 991px) {
  .feature-wrapper .tabs section {
    width: 75%;
  }
}
@media only screen and (max-width : 576px) {
  .feature-wrapper .tabs section {
    width: 82%;
    padding: 1rem;
  }
}
.feature-wrapper .tabs section > * {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.2s, transform 0.2s;
}
.feature-wrapper .tabs section > *:nth-child(1) {
  transition-delay: 0.2s;
}
.feature-wrapper .tabs section > *:nth-child(2) {
  transition-delay: 0.3s;
}
.feature-wrapper .tabs section > *:nth-child(3) {
  transition-delay: 0.4s;
}
.feature-wrapper .tabs section > *:nth-child(4) {
  transition-delay: 0.5s;
}
.feature-wrapper .tabs section > *:nth-child(5) {
  transition-delay: 0.6s;
}
.feature-wrapper .tabs section > *:nth-child(6) {
  transition-delay: 0.7s;
}
.feature-wrapper .tabs section > *:nth-child(7) {
  transition-delay: 0.8s;
}
.feature-wrapper .tabs section > *:nth-child(8) {
  transition-delay: 0.9s;
}
.feature-wrapper .tabs section > *:nth-child(9) {
  transition-delay: 1s;
}
.feature-wrapper .tabs section > *:nth-child(10) {
  transition-delay: 1.1s;
}
.feature-wrapper .tabs section > *:nth-child(11) {
  transition-delay: 1.2s;
}
.feature-wrapper .tabs section > *:nth-child(12) {
  transition-delay: 1.3s;
}
.feature-wrapper .tabs section > *:nth-child(13) {
  transition-delay: 1.4s;
}
.feature-wrapper .tabs section > *:nth-child(14) {
  transition-delay: 1.5s;
}
.feature-wrapper .tabs section > *:nth-child(15) {
  transition-delay: 1.6s;
}
.feature-wrapper .tabs section > *:nth-child(16) {
  transition-delay: 1.7s;
}
.feature-wrapper .tabs section > *:nth-child(17) {
  transition-delay: 1.8s;
}
.feature-wrapper .tabs section > *:nth-child(18) {
  transition-delay: 1.9s;
}
.feature-wrapper .tabs section > *:nth-child(19) {
  transition-delay: 2s;
}
.feature-wrapper .tabs section > *:nth-child(20) {
  transition-delay: 2.1s;
}
.feature-wrapper .tabs section.active {
  display: block;
}
.feature-wrapper .tabs section.active-content > * {
  opacity: 1;
  transform: translateY(0);
}

.feature-wrapper .tabs > ul li a {
  display: flex;
  border-bottom: none;
  text-decoration: none;
  background-color: #df2c27;
  color: #fff;
  padding: 1rem 1.5rem;
  transition: all 0.2s ease-in-out;
  word-wrap: break-word;
}
@media only screen and (max-width : 991px) {
  .feature-wrapper .tabs > ul li a {
    padding: 1rem;
  }
}

.feature-wrapper .tabs > ul li a:hover,
.feature-wrapper .tabs > ul li a:focus,
.feature-wrapper .tabs > ul li a:active {
  border-bottom: none;
  outline: 0;
}

.text-sm {
  font-size: 15px !important;
}

.pricing-section .single-pricing-box {
  font-family: "Inter", sans-serif;
  padding: 20px 12px;
  background-color: #f2f1f5;
  border: 1px solid #eee7fd;
  height: auto;
}
@media only screen and (max-width : 576px) {
  .pricing-section .single-pricing-box {
    margin: 0 20px;
  }
}
.pricing-section .single-pricing-box h3 {
  font-size: 32px;
  line-height: 48px;
  font-weight: 600;
  letter-spacing: 0px;
  margin-bottom: 10px;
}
.pricing-section .single-pricing-detail .icon svg {
  height: 20px;
  width: 20px;
}
@media only screen and (max-width : 576px) {
  .pricing-section .single-pricing-detail {
    margin: 0 20px;
  }
}
.pricing-section .price-detail-container {
  display: flex;
  flex-direction: row;
  margin-bottom: 16px;
}
.pricing-section .price-container {
  display: flex;
  margin-right: 8px;
}
.pricing-section .price__detail {
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 130px;
}
.pricing-section .p-detail {
  font-size: 14px;
  line-height: 24px;
  font-weight: 600;
  min-height: 100px;
}
@media only screen and (max-width : 1199px) {
  .pricing-section .p-detail {
    min-height: 120px;
  }
}
@media only screen and (max-width : 576px) {
  .pricing-section .p-detail {
    min-height: auto;
  }
}
.pricing-section .price {
  font-size: 64px;
  line-height: 72px;
  font-weight: 600;
  letter-spacing: -2.1px;
  color: #171321;
}
.pricing-section .dollar-sign {
  position: relative;
  top: 15px;
}
.pricing-section .text-body {
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
}
.pricing-section .text-body-2 {
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
}
.pricing-section .learn-more {
  font-size: 20px;
  color: #df2c27;
  text-decoration: underline;
}
.pricing-section .learn-more:hover {
  color: #272727;
}

.bg-value {
  border-radius: 4px 4px 80px 4px;
  background: #faf3ed !important;
  border: 1px solid #eee7fd;
}

.bg-active {
  background: #f5ece5 !important;
}

.bg-dark-btn {
  background: #171321 !important;
}

.contact-map .custom-control-label {
  font-size: 18px;
}
.contact-map .custom-control-label:before, .contact-map .custom-control-label:after {
  top: 0;
  box-shadow: none;
  width: 1.5rem;
  height: 1.5rem;
  margin-left: -10px;
}
.contact-map .custom-control.custom-checkbox {
  padding-left: 3rem;
}
@media only screen and (max-width : 991px) {
  .contact-map .custom-control.custom-checkbox {
    margin-bottom: 10px;
  }
}
@media only screen and (max-width : 576px) {
  .contact-map .custom-control.custom-checkbox {
    padding-left: 2rem;
    margin-bottom: 10px;
  }
}

.border-style {
  background-color: #faf3ed;
  padding: 20px 30px;
}

.title-style span {
  font-family: "Heebo", Sans-serif;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.5em;
  padding-bottom: 15px;
  color: #d42a25;
  border-bottom: 2px solid #df2c27;
}
@media only screen and (max-width : 576px) {
  .title-style span {
    padding-bottom: 0;
  }
}

.card-padding {
  padding: 30px 50px;
}

.free-trial {
  position: relative;
  z-index: 1;
}
.free-trial .nice-select {
  border-radius: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 0px;
  padding: 1.5em;
  background: #faf3ed;
}
.free-trial .form-inner-section {
  position: relative;
  padding: 30px 50px;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 35px rgba(0, 0, 0, 0.18);
  box-shadow: 0px 0px 35px rgba(0, 0, 0, 0.18);
}
@media only screen and (max-width : 991px) {
  .free-trial .form-inner-section {
    margin-top: 0;
  }
}
@media only screen and (max-width : 576px) {
  .free-trial .form-inner-section {
    margin-top: 0;
    padding: 30px;
  }
}
.free-trial .ui.form input, .free-trial .ui.form textarea {
  border: 1px solid #f0e4d9;
  border-radius: 0;
  background: #faf3ed;
}
.free-trial .ui.form input {
  padding: 1.5em 1em;
}
.free-trial .info-inner {
  position: relative;
  display: block;
}
.free-trial .info-inner .text {
  position: relative;
  display: block;
  margin-bottom: 34px;
}
.free-trial .info-inner .text h2 {
  font-weight: 600;
}
.free-trial .info-inner .info-list {
  list-style: none;
  padding: 0px;
  margin: 0px;
}
.free-trial .info-inner .info-list li {
  position: relative;
  display: block;
  padding-left: 100px;
  margin-bottom: 32px;
  min-height: 80px;
}
.free-trial .info-inner .info-list li:last-child {
  margin-bottom: 0px;
}
.free-trial .info-inner .info-list li:last-child .icon:after {
  background: none;
}
.free-trial .info-inner .info-list li .icon {
  position: absolute;
  display: inline-block;
  left: 0px;
  top: 8px;
  width: 70px;
  height: 70px;
  line-height: 76px;
  border: 1px solid #d5d5d5;
  font-size: 24px;
  text-align: center;
  border-radius: 50%;
  transition: all 500ms ease;
  color: #df2c27;
}
.free-trial .info-inner .info-list li .icon svg {
  position: relative;
  left: 3px;
  height: 30px;
  width: 30px;
  top: -5px;
}
.free-trial .info-inner .info-list li .icon i {
  position: relative;
  left: 3px;
}
.free-trial .info-inner .info-list li .icon::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  border: 1px solid #d5d5d5;
  border-radius: 50%;
  left: 5px;
  top: 0px;
}
.free-trial .info-inner .info-list li .icon::after {
  position: absolute;
  content: "";
  background: #d5d5d5;
  width: 1px;
  height: 25px;
  left: 35px;
  top: 80px;
}
.free-trial .info-inner .info-list li h4 {
  display: block;
  font-size: 20px;
  line-height: 25px;
  font-weight: 600;
  margin-bottom: 9px;
}
.free-trial .info-inner .info-list li p {
  margin-bottom: 17px;
  width: 80%;
}
.free-trial .info-inner .info-list li p a {
  color: #75706d;
}
.free-trial .info-inner .info-list li p a:hover {
  color: #df2c27;
}

.footer .col-lg-2 {
  flex: 0 0 20%;
  max-width: 20%;
}
@media only screen and (max-width : 1199px) {
  .footer .col-lg-2 {
    flex: 0 0 20%;
    max-width: 20%;
  }
}
@media only screen and (max-width : 991px) {
  .footer .col-lg-2 {
    flex: 0 0 25%;
    max-width: 25%;
  }
}
@media only screen and (max-width : 576px) {
  .footer .col-lg-2 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.service-item-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 10px;
}
.service-item-wrapper .service-item {
  background-color: #fff;
  border: 1px solid #df2c27;
  border-radius: 40px;
  padding: 12px 26px;
  color: #df2c27;
  text-align: center;
  font-family: "Heebo", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  letter-spacing: 1px;
  line-height: 1.5;
  margin-bottom: 10px;
  cursor: pointer;
}
@media only screen and (max-width : 576px) {
  .service-item-wrapper .service-item {
    padding: 10px 18px;
  }
}
.service-item-wrapper .service-item:hover {
  background-color: #ee9a76;
  border: 1px solid #ee9a76;
}
.service-item-wrapper .service-item.selected {
  color: #fff;
  background-color: #df2c27;
}

.btn-style-3 {
  width: auto;
  padding: 17px 40px;
  background: #fff;
  color: #df2c27;
  border: none;
  border-radius: 0.625em;
  font-size: 20px;
  font-weight: 500;
  cursor: pointer;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.btn-style-3:hover {
  color: #fff;
}
.btn-style-3:after {
  content: "";
  background: black;
  position: absolute;
  z-index: -1;
  left: -20%;
  right: -20%;
  top: 0;
  bottom: 0;
  transform: skewX(-45deg) scale(0, 1);
  transition: all 0.5s;
}
.btn-style-3:hover:after {
  transform: skewX(-45deg) scale(1, 1);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.privacy-policy .mb-list li {
  margin-bottom: 5px;
}
.privacy-policy .list-style li {
  list-style: disc;
}
.privacy-policy .heading {
  font-size: 22px;
}
.privacy-policy .inner-text p {
  font-size: 18px;
  line-height: 1.5;
}

.policy-link {
  color: #df2c27;
  font-weight: bold;
}

.theme-text {
  color: #df2c27;
}

#counter {
  position: absolute;
  right: 30px;
  top: 120px;
  font-size: 14px;
}

.position-relative {
  position: relative;
}

.class-pl-5 {
  padding-left: 3rem;
}
@media only screen and (max-width : 767px) {
  .class-pl-5 {
    padding-left: 2rem;
  }
}
@media only screen and (max-width : 576px) {
  .class-pl-5 {
    padding-left: 1rem;
  }
}

.tab-label .icon-img .filter-color {
  filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(283deg) brightness(106%) contrast(101%);
}

.fancybox-content {
  width: 90% !important;
  height: 570px !important;
  overflow-y: scroll !important;
  transform: translate(70px, 50px) !important;
  cursor: default !important;
}
@media only screen and (max-width : 1199px) {
  .fancybox-content {
    width: 90% !important;
    transform: translate(50px, 50px) !important;
  }
}
@media only screen and (max-width : 991px) {
  .fancybox-content {
    width: 90% !important;
    transform: translate(40px, 50px) !important;
  }
}
@media only screen and (max-width : 576px) {
  .fancybox-content {
    width: 80% !important;
    transform: translate(40px, 50px) !important;
  }
}
.fancybox-content .fancybox-image {
  height: auto !important;
}

.fancybox-inner ::-webkit-scrollbar {
  width: 8px;
}
.fancybox-inner ::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.fancybox-inner ::-webkit-scrollbar-thumb {
  background: #888;
}
.fancybox-inner ::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.footer-btn {
  font-size: 18px;
  font-weight: 500;
  padding: 10px 20px;
  color: #fff !important;
  cursor: pointer;
  text-align: center;
  border: none;
  background-size: 300% 100%;
  border-radius: 8px;
  transition: all 0.4s ease-in-out;
  background-image: linear-gradient(to right, #df2c27, #f3961c, #df2c27);
}
.footer-btn:hover {
  background-position: 100% 0;
  transition: all 0.4s ease-in-out;
  color: #fff;
}
.footer-btn:focus {
  outline: none;
}

@media only screen and (max-width : 576px) {
  .down-arrow {
    display: none !important;
  }
}

.switch {
  display: inline-block;
  position: relative;
  width: 50px;
  height: 25px;
  border-radius: 20px;
  background: #dfd9ea;
  transition: background 0.28s cubic-bezier(0.4, 0, 0.2, 1);
  vertical-align: middle;
  cursor: pointer;
}
.switch::before {
  content: "";
  position: absolute;
  top: 1px;
  left: 2px;
  width: 22px;
  height: 22px;
  background: #fafafa;
  border-radius: 50%;
  transition: left 0.28s cubic-bezier(0.4, 0, 0.2, 1), background 0.28s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.28s cubic-bezier(0.4, 0, 0.2, 1);
}
.switch:active::before {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.28), 0 0 0 20px rgba(128, 128, 128, 0.1);
}

input:checked + .switch {
  background: #df2c27;
}

input:checked + .switch::before {
  left: 27px;
  background: #fff;
}

input:checked + .switch:active::before {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.28), 0 0 0 20px rgba(0, 150, 136, 0.2);
}

.switch-btn-div {
  display: flex;
  align-items: center;
  justify-content: center;
  align-items: baseline;
}
.switch-btn-div h6 {
  font-weight: 600;
  color: #acbdcd;
}
.switch-btn-div h6.active {
  color: #000;
}

.btn_remove {
  background: transparent;
  border: none;
}
.btn_remove:focus {
  outline: none;
}
.btn_remove img {
  height: 30px;
}

.product-table th, .product-table td {
  border: none !important;
  padding: 0.3rem;
}
.product-table .form-control {
  height: calc(1.8em + 0.75rem + 2px);
  border: 1px solid #e3e3e3;
  border-radius: 0;
}

.package-sec .input-group-text {
  border-radius: 0;
}
.package-sec .select2-container--default .select2-selection--single {
  border: 1px solid #e3e3e3;
  border-radius: 0;
}
.package-sec .select2-container .select2-selection--single {
  height: calc(1.8em + 0.75rem + 2px);
}
.package-sec .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 42px;
}
.package-sec .select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 8px;
}
.package-sec .select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #e3e3e3;
}

#value-package-features {
  display: none;
}

.comparison-pricing .single-pricing-detail .icon svg {
  height: 16px;
  width: 16px;
}
.comparison-pricing .text-body-2 {
  font-size: 16px !important;
  line-height: 20px !important;
  font-weight: 600;
  color: #df2c27;
}
.comparison-pricing .single-pricing-box {
  overflow: auto;
  position: relative;
  z-index: 1;
  padding: 0;
}
.comparison-pricing .single-pricing-box .content {
  padding: 20px 20px;
}
.comparison-pricing .sticky-header-sm {
  padding: 20px 20px;
  border: 1px solid #eee7fd;
}
.comparison-pricing .sticky-header {
  padding: 20px 20px;
  border: 1px solid #eee7fd;
}
.comparison-pricing .sticky-header.stuck {
  z-index: 99;
  position: fixed;
  transform: translateY(90px);
  top: -13px;
  width: 302.7px;
}
@media only screen and (max-width : 576px) {
  .comparison-pricing .sticky-header.stuck {
    width: 100%;
  }
}
.comparison-pricing .price-start {
  border-bottom: 1px solid #dfb5a2;
  padding: 10px 0;
  font-size: 15px;
}
@media only screen and (max-width : 991px) {
  .comparison-pricing .price-start {
    font-size: 12px;
  }
}
@media only screen and (max-width : 576px) {
  .comparison-pricing .price-start {
    font-size: 14px;
  }
}
.comparison-pricing .price-start strong {
  font-size: 18px;
}
@media only screen and (max-width : 991px) {
  .comparison-pricing .price-start strong {
    font-size: 15px;
  }
}
@media only screen and (max-width : 576px) {
  .comparison-pricing .price-start strong {
    font-size: 16px;
  }
}
.comparison-pricing .section-line {
  border-bottom: 1px solid #dfb5a2;
}
.comparison-pricing .rating-style {
  font-size: 16px !important;
  color: #4658c2 !important;
  font-weight: 600;
}
.comparison-pricing .rating-style span {
  vertical-align: text-top;
}
.comparison-pricing .rating-img {
  height: 22px;
  width: auto;
}
.comparison-pricing .pricing-list {
  min-height: 140px;
}
@media only screen and (max-width : 991px) {
  .comparison-pricing .feature-list span {
    font-size: 12px;
  }
}
@media only screen and (max-width : 576px) {
  .comparison-pricing .feature-list span {
    font-size: 14px;
  }
}
.comparison-pricing .p-detail {
  font-weight: 500;
  min-height: auto;
}
@media only screen and (max-width : 576px) {
  .comparison-pricing .p-detail {
    margin-bottom: 10px;
  }
}
.comparison-pricing .p-detail p {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  min-height: 60px;
}
.comparison-pricing .logo-header {
  display: flex;
  justify-content: left;
  align-items: center;
  flex-direction: row;
}
.comparison-pricing .logo-header .logo {
  max-width: 70px;
  padding: 3px;
}
.comparison-pricing .logo-header .logo img {
  height: auto;
}
.comparison-pricing .logo-header .title {
  width: 80%;
}
.comparison-pricing .logo-header .title h3 a {
  font-size: 16px;
  color: #111;
  margin-left: 10px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  display: block;
}
@media only screen and (max-width : 576px) {
  .comparison-pricing .single-pricing-detail {
    margin: 0;
  }
}
.comparison-pricing ::-webkit-scrollbar {
  width: 0px;
}
.comparison-pricing ::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.comparison-pricing ::-webkit-scrollbar-thumb {
  background: #ddd;
}
.comparison-pricing ::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.referral-note {
  font-size: 14px;
  margin-top: 15px;
  color: #444;
  background: #fff3e0;
  padding: 10px 12px;
  border-radius: 6px;
  display: flex;
  align-items: center;
  gap: 8px;
  animation: fadeIn 0.6s ease;
}
.referral-note svg {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
}

#promo_code_Modal .modal-dialog {
  max-width: 600px;
}
#promo_code_Modal .modal-content {
  border-radius: 10px;
  padding: 30px;
}

.copy-code-btn {
  background: #df2c27;
  color: #fff;
  padding: 12px 25px;
  border: none;
  border-radius: 6px;
  font-size: 16px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: background 0.3s, transform 0.2s;
}
.copy-code-btn:focus {
  outline: none;
  box-shadow: none;
}
.copy-code-btn.success {
  background: #28a745;
}
.copy-code-btn svg {
  vertical-align: middle;
}/*# sourceMappingURL=main.css.map */