:root {
  --primary-color: #f42f2c;
}

::selection {
  background-color: #f42f2c;
  color: #fff;
}
body {
  color: #777;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.625em;
  position: relative;
  overflow-x: hidden;
}
ol,
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
select {
  display: block;
}
figure {
  margin: 0;
}
a {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
iframe {
  border: 0;
}
a,
a:focus,
a:hover {
  text-decoration: none;
  outline: 0;
}
p {
    line-height: 24px;
    font-size: 15px;
}
.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn.focus:active,
.btn:active:focus,
.btn:focus {
  text-decoration: none;
  outline: 0;
}
.btn i {
  font-size: 1em;
  line-height: inherit;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Poppins", sans-serif;
  color: #222;
  line-height: 1.2em !important;
  margin-bottom: 0;
  margin-top: 0;
  font-weight: 600;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin-bottom: 0;
  margin-top: 0;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  color: #222;
}
h1,
.h1 {
  font-size: 36px;
}
h2,
.h2 {
  font-size: 30px;
}
h3,
.h3 {
  font-size: 24px;
}
h4,
.h4 {
  font-size: 18px;
}
h5,
.h5 {
  font-size: 16px;
}
h6,
.h6 {
  font-size: 14px;
  color: #222;
}
td,
th {
  border-radius: 0px;
}
.clear::before,
.clear::after {
  content: " ";
  display: table;
}
.clear::after {
  clear: both;
}
.mt-10 {
  margin-top: 10px;
}
.mt-20 {
  margin-top: 20px;
}
.mt-30 {
  margin-top: 30px;
}
.mt-40 {
  margin-top: 40px;
}
.mb-10 {
  margin-bottom: 10px;
}
.mb-20 {
  margin-bottom: 20px;
}
.mb-30 {
  margin-bottom: 30px;
}
.pt-20 {
  padding-top: 20px;
}
.pt-90 {
  padding-top: 90px;
}

.pb-20 {
  padding-bottom: 20px;
}
.pb-30 {
  padding-bottom: 30px;
}
.pb-40 {
  padding-bottom: 40px;
}
.pb-50 {
  padding-bottom: 50px;
}
.pb-60 {
  padding-bottom: 60px;
}
.pb-70 {
  padding-bottom: 70px;
}
.pb-90 {
  padding-bottom: 90px;
}
.pb-120 {
  padding-bottom: 120px;
}
.text-white {
  color: #fff;
}
.transition {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.text-center {
  text-align: center;
}
.flex-column {
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.relative {
  position: relative;
}
.overlay {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.container.no-padding {
  padding-left: 0;
  padding-right: 0;
}
.no-padding {
  padding: 0;
}
.whole-wrap {
  background-color: #f9f9ff;
}
.section-top-border {
  padding: 50px 0;
  border-top: 1px dotted #eee;
}
.switch-wrap {
  margin-bottom: 10px;
}
.switch-wrap p {
  margin: 0;
}
.sample-text-area {
  background: #f9f9ff;
  padding: 100px 0 70px 0;
}
.sample-text {
  margin-bottom: 0;
}
.text-heading {
  margin-bottom: 30px;
  font-size: 24px;
}
.typo-list {
  margin-bottom: 10px;
}
@media (max-width: 767px) {
    
    .typo-sec {
        margin-bottom: 30px;
    }
  
    .area-flex {
        display: flex;
        justify-content: space-around;
        flex-direction: column;
    }
    
    .footer-links {
        display: flex;
        gap: 5px;
        flex-direction: column;
    }
    
    .footer-links-cl {
        width: 100% !important;
    }
        
}

@media (max-width: 767px) {
  .element-wrap {
    margin-top: 30px;
  }
}
b,
sup,
sub,
u,
del {
  color: #f42f2c;
}
h1 {
  font-size: 36px;
}
h2 {
  font-size: 30px;
}
h3 {
  font-size: 24px;
}
h4 {
  font-size: 18px;
}
h5 {
  font-size: 16px;
}
h6 {
  font-size: 14px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.5em;
}
.typography h1,
.typography h2,
.typography h3,
.typography h4,
.typography h5,
.typography h6 {
  color: #777;
}
.button-area {
  background: #f9f9ff;
}
.button-area .border-top-generic {
  padding: 70px 15px;
  border-top: 1px dotted #eee;
}
.button-group-area .genric-btn {
  margin-right: 10px;
  margin-top: 10px;
}
.button-group-area .genric-btn:last-child {
  margin-right: 0;
}
.circle {
  border-radius: 20px;
}
.genric-btn {
  display: inline-block;
  outline: none;
  line-height: 40px;
  padding: 0 30px;
  font-size: 0.8em;
  text-align: center;
  text-decoration: none;
  font-weight: 500;
  cursor: pointer;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.genric-btn:focus {
  outline: none;
}
.genric-btn.e-large {
  padding: 0 40px;
  line-height: 50px;
}
.genric-btn.large {
  line-height: 45px;
}
.genric-btn.medium {
  line-height: 30px;
}
.genric-btn.small {
  line-height: 25px;
}
.genric-btn.radius {
  border-radius: 3px;
}
.genric-btn.circle {
  border-radius: 20px;
}
.genric-btn.arrow {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.genric-btn.arrow span {
  margin-left: 10px;
}
.genric-btn.default {
  color: #222;
  background: #f9f9ff;
  border: 1px solid transparent;
}
.genric-btn.default:hover {
  border: 1px solid #f9f9ff;
  background: #fff;
}
.genric-btn.default-border {
  border: 1px solid #f9f9ff;
  background: #fff;
}
.genric-btn.default-border:hover {
  color: #222;
  background: #f9f9ff;
  border: 1px solid transparent;
}
.genric-btn.primary {
  color: #fff;
  background: #f42f2c;
  border: 1px solid transparent;
}
.genric-btn.primary:hover {
  color: #f42f2c;
  border: 1px solid #f42f2c;
  background: #fff;
}
.genric-btn.primary-border {
  color: #f42f2c;
  border: 1px solid #f42f2c;
  background: #fff;
}
.genric-btn.primary-border:hover {
  color: #fff;
  background: #f42f2c;
  border: 1px solid transparent;
}
.genric-btn.success {
  color: #fff;
  background: #4cd3e3;
  border: 1px solid transparent;
}
.genric-btn.success:hover {
  color: #4cd3e3;
  border: 1px solid #4cd3e3;
  background: #fff;
}
.genric-btn.success-border {
  color: #4cd3e3;
  border: 1px solid #4cd3e3;
  background: #fff;
}
.genric-btn.success-border:hover {
  color: #fff;
  background: #4cd3e3;
  border: 1px solid transparent;
}
.genric-btn.info {
  color: #fff;
  background: #38a4ff;
  border: 1px solid transparent;
}
.genric-btn.info:hover {
  color: #38a4ff;
  border: 1px solid #38a4ff;
  background: #fff;
}
.genric-btn.info-border {
  color: #38a4ff;
  border: 1px solid #38a4ff;
  background: #fff;
}
.genric-btn.info-border:hover {
  color: #fff;
  background: #38a4ff;
  border: 1px solid transparent;
}
.genric-btn.warning {
  color: #fff;
  background: #f4e700;
  border: 1px solid transparent;
}
.genric-btn.warning:hover {
  color: #f4e700;
  border: 1px solid #f4e700;
  background: #fff;
}
.genric-btn.warning-border {
  color: #f4e700;
  border: 1px solid #f4e700;
  background: #fff;
}
.genric-btn.warning-border:hover {
  color: #fff;
  background: #f4e700;
  border: 1px solid transparent;
}
.genric-btn.danger {
  color: #fff;
  background: #f44a40;
  border: 1px solid transparent;
}
.genric-btn.danger:hover {
  color: #f44a40;
  border: 1px solid #f44a40;
  background: #fff;
}
.genric-btn.danger-border {
  color: #f44a40;
  border: 1px solid #f44a40;
  background: #fff;
}
.genric-btn.danger-border:hover {
  color: #fff;
  background: #f44a40;
  border: 1px solid transparent;
}
.genric-btn.link {
  color: #222;
  background: #f9f9ff;
  text-decoration: underline;
  border: 1px solid transparent;
}
.genric-btn.link:hover {
  color: #222;
  border: 1px solid #f9f9ff;
  background: #fff;
}
.genric-btn.link-border {
  color: #222;
  border: 1px solid #f9f9ff;
  background: #fff;
  text-decoration: underline;
}
.genric-btn.link-border:hover {
  color: #222;
  background: #f9f9ff;
  border: 1px solid transparent;
}
.genric-btn.disable {
  color: #222, 0.3;
  background: #f9f9ff;
  border: 1px solid transparent;
  cursor: not-allowed;
}
.generic-blockquote {
  padding: 30px 50px 30px 30px;
  background: #fff;
  border-left: 2px solid #f42f2c;
}
@media (max-width: 991px) {
  .progress-table-wrap {
    overflow-x: scroll;
  }
}
.progress-table {
  background: #fff;
  padding: 15px 0px 30px 0px;
  min-width: 800px;
}
.progress-table .serial {
  width: 11.83%;
  padding-left: 30px;
}
.progress-table .country {
  width: 28.07%;
}
.progress-table .visit {
  width: 19.74%;
}
.progress-table .percentage {
  width: 40.36%;
  padding-right: 50px;
}
.progress-table .table-head {
  display: flex;
}
.progress-table .table-head .serial,
.progress-table .table-head .country,
.progress-table .table-head .visit,
.progress-table .table-head .percentage {
  color: #222;
  line-height: 40px;
  text-transform: uppercase;
  font-weight: 500;
}
.progress-table .table-row {
  padding: 15px 0;
  border-top: 1px solid #edf3fd;
  display: flex;
}
.progress-table .table-row .serial,
.progress-table .table-row .country,
.progress-table .table-row .visit,
.progress-table .table-row .percentage {
  display: flex;
  align-items: center;
}
.progress-table .table-row .country img {
  margin-right: 15px;
}
.progress-table .table-row .percentage .progress {
  width: 80%;
  border-radius: 0px;
  background: transparent;
}
.progress-table .table-row .percentage .progress .progress-bar {
  height: 5px;
  line-height: 5px;
}
.progress-table .table-row .percentage .progress .progress-bar.color-1 {
  background-color: #6382e6;
}
.progress-table .table-row .percentage .progress .progress-bar.color-2 {
  background-color: #e66686;
}
.progress-table .table-row .percentage .progress .progress-bar.color-3 {
  background-color: #f09359;
}
.progress-table .table-row .percentage .progress .progress-bar.color-4 {
  background-color: #73fbaf;
}
.progress-table .table-row .percentage .progress .progress-bar.color-5 {
  background-color: #73fbaf;
}
.progress-table .table-row .percentage .progress .progress-bar.color-6 {
  background-color: #6382e6;
}
.progress-table .table-row .percentage .progress .progress-bar.color-7 {
  background-color: #a367e7;
}
.progress-table .table-row .percentage .progress .progress-bar.color-8 {
  background-color: #e66686;
}
.single-gallery-image {
  margin-top: 30px;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  background-size: cover !important;
  height: 200px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.single-gallery-image:hover {
  opacity: 0.8;
}
.unordered-list li {
  position: relative;
  padding-left: 30px;
  line-height: 1.82em !important;
}
.unordered-list li:before {
  content: "";
  position: absolute;
  width: 14px;
  height: 14px;
  border: 3px solid #f42f2c;
  background: #fff;
  top: 4px;
  left: 0;
  border-radius: 50%;
}
.ordered-list {
  margin-left: 30px;
}
.ordered-list li {
  list-style-type: decimal-leading-zero;
  color: #f42f2c;
  font-weight: 500;
  line-height: 1.82em !important;
}
.ordered-list li span {
  font-weight: 300;
  color: #777;
}
.ordered-list-alpha li {
  margin-left: 30px;
  list-style-type: lower-alpha;
  color: #f42f2c;
  font-weight: 500;
  line-height: 1.82em !important;
}
.ordered-list-alpha li span {
  font-weight: 300;
  color: #777;
}
.ordered-list-roman li {
  margin-left: 30px;
  list-style-type: lower-roman;
  color: #f42f2c;
  font-weight: 500;
  line-height: 1.82em !important;
}
.ordered-list-roman li span {
  font-weight: 300;
  color: #777;
}
.single-input {
  display: block;
  width: 100%;
  line-height: 40px;
  border: none;
  outline: none;
  background: #fff;
  padding: 0 20px;
}
.single-input:focus {
  outline: none;
}
.input-group-icon {
  position: relative;
}
.input-group-icon .icon {
  position: absolute;
  left: 20px;
  top: 0;
  line-height: 40px;
  z-index: 3;
}
.input-group-icon .icon i {
  color: #797979;
}
.input-group-icon .single-input {
  padding-left: 45px;
}
.single-textarea {
  display: block;
  width: 100%;
  line-height: 40px;
  border: none;
  outline: none;
  background: #fff;
  padding: 0 20px;
  height: 100px;
  resize: none;
}
.single-textarea:focus {
  outline: none;
}
.single-input-primary {
  display: block;
  width: 100%;
  line-height: 40px;
  border: 1px solid transparent;
  outline: none;
  background: #fff;
  padding: 0 20px;
}
.single-input-primary:focus {
  outline: none;
  border: 1px solid #f42f2c;
}
.single-input-accent {
  display: block;
  width: 100%;
  line-height: 40px;
  border: 1px solid transparent;
  outline: none;
  background: #fff;
  padding: 0 20px;
}
.single-input-accent:focus {
  outline: none;
  border: 1px solid #eb6b55;
}
.single-input-secondary {
  display: block;
  width: 100%;
  line-height: 40px;
  border: 1px solid transparent;
  outline: none;
  background: #fff;
  padding: 0 20px;
}
.single-input-secondary:focus {
  outline: none;
  border: 1px solid #f09359;
}
.default-switch {
  width: 35px;
  height: 17px;
  border-radius: 8.5px;
  background: #fff;
  position: relative;
  cursor: pointer;
}
.default-switch input {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}
.default-switch input + label {
  position: absolute;
  top: 1px;
  left: 1px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #f42f2c;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.2);
  cursor: pointer;
}
.default-switch input:checked + label {
  left: 19px;
}
.single-element-widget {
  margin-bottom: 30px;
}
.primary-switch {
  width: 35px;
  height: 17px;
  border-radius: 8.5px;
  background: #fff;
  position: relative;
  cursor: pointer;
}
.primary-switch input {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.primary-switch input + label {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.primary-switch input + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  border-radius: 8.5px;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.primary-switch input + label:after {
  content: "";
  position: absolute;
  top: 1px;
  left: 1px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #fff;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.2);
  cursor: pointer;
}
.primary-switch input:checked + label:after {
  left: 19px;
}
.primary-switch input:checked + label:before {
  background: #f42f2c;
}
.confirm-switch {
  width: 35px;
  height: 17px;
  border-radius: 8.5px;
  background: #fff;
  position: relative;
  cursor: pointer;
}
.confirm-switch input {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.confirm-switch input + label {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.confirm-switch input + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  border-radius: 8.5px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  cursor: pointer;
}
.confirm-switch input + label:after {
  content: "";
  position: absolute;
  top: 1px;
  left: 1px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #fff;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.2);
  cursor: pointer;
}
.confirm-switch input:checked + label:after {
  left: 19px;
}
.confirm-switch input:checked + label:before {
  background: #4cd3e3;
}
.primary-checkbox {
  width: 16px;
  height: 16px;
  border-radius: 3px;
  background: #fff;
  position: relative;
  cursor: pointer;
}
.primary-checkbox input {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.primary-checkbox input + label {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border-radius: 3px;
  cursor: pointer;
  border: 1px solid #f1f1f1;
}
.primary-checkbox input:checked + label {
  background: url(../img/elements/primary-check.png) no-repeat center
    center/cover;
  border: none;
}
.confirm-checkbox {
  width: 16px;
  height: 16px;
  border-radius: 3px;
  background: #fff;
  position: relative;
  cursor: pointer;
}
.confirm-checkbox input {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.confirm-checkbox input + label {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border-radius: 3px;
  cursor: pointer;
  border: 1px solid #f1f1f1;
}
.confirm-checkbox input:checked + label {
  background: url(../img/elements/success-check.png) no-repeat center
    center/cover;
  border: none;
}
.disabled-checkbox {
  width: 16px;
  height: 16px;
  border-radius: 3px;
  background: #fff;
  position: relative;
  cursor: pointer;
}
.disabled-checkbox input {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.disabled-checkbox input + label {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border-radius: 3px;
  cursor: pointer;
  border: 1px solid #f1f1f1;
}
.disabled-checkbox input:disabled {
  cursor: not-allowed;
  z-index: 3;
}
.disabled-checkbox input:checked + label {
  background: url(../img/elements/disabled-check.png) no-repeat center
    center/cover;
  border: none;
}
.primary-radio {
  width: 16px;
  height: 16px;
  border-radius: 8px;
  background: #fff;
  position: relative;
  cursor: pointer;
}
.primary-radio input {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.primary-radio input + label {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  cursor: pointer;
  border: 1px solid #f1f1f1;
}
.primary-radio input:checked + label {
  background: url(../img/elements/primary-radio.png) no-repeat center
    center/cover;
  border: none;
}
.confirm-radio {
  width: 16px;
  height: 16px;
  border-radius: 8px;
  background: #fff;
  position: relative;
  cursor: pointer;
}
.confirm-radio input {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.confirm-radio input + label {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  cursor: pointer;
  border: 1px solid #f1f1f1;
}
.confirm-radio input:checked + label {
  background: url(../img/elements/success-radio.png) no-repeat center
    center/cover;
  border: none;
}
.disabled-radio {
  width: 16px;
  height: 16px;
  border-radius: 8px;
  background: #fff;
  position: relative;
  cursor: pointer;
}
.disabled-radio input {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.disabled-radio input + label {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  cursor: pointer;
  border: 1px solid #f1f1f1;
}
.disabled-radio input:disabled {
  cursor: not-allowed;
  z-index: 3;
}
.disabled-radio input:checked + label {
  background: url(../img/elements/disabled-radio.png) no-repeat center
    center/cover;
  border: none;
}
.default-select {
  height: 40px;
}
.default-select .nice-select {
  border: none;
  border-radius: 0px;
  height: 40px;
  background: #fff;
  padding-left: 20px;
  padding-right: 40px;
}
.default-select .nice-select .list {
  margin-top: 0;
  border: none;
  border-radius: 0px;
  box-shadow: none;
  width: 100%;
  padding: 10px 0 10px 0px;
}
.default-select .nice-select .list .option {
  font-weight: 300;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  line-height: 28px;
  min-height: 28px;
  font-size: 12px;
  padding-left: 20px;
}
.default-select .nice-select .list .option.selected {
  color: #f42f2c;
  background: transparent;
}
.default-select .nice-select .list .option:hover {
  color: #f42f2c;
  background: transparent;
}
.default-select .current {
  margin-right: 50px;
  font-weight: 300;
}
.default-select .nice-select::after {
  right: 20px;
}
@media (max-width: 991px) {
  .left-align-p p {
    margin-top: 20px;
  }
}
.form-select {
  height: 40px;
  width: 100%;
}
.form-select .nice-select {
  border: none;
  border-radius: 0px;
  height: 40px;
  background: #fff !important;
  padding-left: 45px;
  padding-right: 40px;
  width: 100%;
}
.form-select .nice-select .list {
  margin-top: 0;
  border: none;
  border-radius: 0px;
  box-shadow: none;
  width: 100%;
  padding: 10px 0 10px 0px;
}
.form-select .nice-select .list .option {
  font-weight: 300;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  line-height: 28px;
  min-height: 28px;
  font-size: 12px;
  padding-left: 45px;
}
.form-select .nice-select .list .option.selected {
  color: #f42f2c;
  background: transparent;
}
.form-select .nice-select .list .option:hover {
  color: #f42f2c;
  background: transparent;
}
.form-select .current {
  margin-right: 50px;
  font-weight: 300;
}
.form-select .nice-select::after {
  right: 20px;
}
.header-top {
  padding: 20px 0px;
}

a.home-icon {
    font-size: 25px;
    color: #fff;
}

.main-menu {
  padding-bottom: 20px;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding-left: 15px;
  padding-right: 15px;
}
#header {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  transition: all 0.5s;
  z-index: 997;
}
#header.header-scrolled {
  transition: all 0.5s;
  background-color: rgba(34, 34, 34, 0.9);
}
#header.header-scrolled .header-top {
  display: none;
}
#header.header-scrolled .main-menu {
  background: transparent;
  border: none;
}
.nav-menu,
.nav-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}
.nav-menu ul {
  position: absolute;
  display: none;
  top: 100%;
  right: 0;
  z-index: 99;
}
.nav-menu li {
  position: relative;
  white-space: nowrap;
}
.nav-menu > li {
  float: left;
}
.nav-menu li:hover > ul,
.nav-menu li.sfHover > ul {
  display: block;
}
.nav-menu ul ul {
  top: 0;
  right: 100%;
}
.nav-menu ul li {
  min-width: 180px;
}
.sf-arrows .sf-with-ul {
  padding-right: 30px;
}
.sf-arrows .sf-with-ul:after {
  content: "\f107";
  position: absolute;
  right: 15px;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
}
.sf-arrows ul .sf-with-ul:after {
  content: "\f105";
}
@media (max-width: 768px) {
  #nav-menu-container {
    display: none;
  }
}
.nav-menu a {
  padding: 0 8px 0px 8px;
  text-decoration: none;
  display: inline-block;
  color: #fff;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  text-transform: uppercase;
  outline: none;
  display: flex;
  align-items: center;
  gap: 8px;
}

.nav-menu a span {
  padding-top: 2px;
}

.nav-menu li:hover > a {
  color: #f42f2c;
}
.nav-menu > li {
  margin-left: 10px;
}
.nav-menu ul {
  margin: 20px 0 0 0;
  padding: 10px;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  background: #fff;
}
.nav-menu ul li {
  transition: 0.3s;
}
.nav-menu ul li a {
  padding: 5px 10px;
  color: #333;
  transition: 0.3s;
  display: block;
  font-size: 12px;
  text-transform: none;
}
.nav-menu ul li:hover > a {
  color: #f42f2c;
}
.nav-menu ul ul {
  margin-right: 10px;
  margin-top: 0;
}
#mobile-nav-toggle {
  float: right;
  z-index: 999;
  border: 0;
  background: none;
  font-size: 24px;
  display: none;
  transition: all 0.4s;
  outline: none;
  cursor: pointer;
}
.menu-title {
  color: #fff;
  display: none;
}
#mobile-nav-toggle i {
  color: #fff;
  font-weight: 900;
}
.nav-right {
  display: none;
}
@media (max-width: 991px) {
  #mobile-nav-toggle {
    display: inline;
  }
  .menu-title {
    display: inline-block;
  }
  #nav-menu-container {
    display: none;
  }
  .nav-right {
    display: flex;
    gap: 20px;
    align-items: center;
  }
  .nav-right a {
    display: flex;
    gap: 15px;
    color: #fff;
  }
  .menu-row {
    display: none !important;
  }

  .main-menu {
    display: flex;
    justify-content: space-between;
  }
}
#mobile-nav {
  position: fixed;
  top: 0;
  padding-top: 18px;
  bottom: 0;
  z-index: 998;
  background: rgba(0, 0, 0, 0.8);
  left: -260px;
  width: 260px;
  overflow-y: auto;
  transition: 0.4s;
}
#mobile-nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
#mobile-nav ul li {
  position: relative;
}
#mobile-nav ul li a {
  color: #fff;
  font-size: 13px;
  text-transform: uppercase;
  overflow: hidden;
  padding: 10px 22px 10px 15px;
  position: relative;
  text-decoration: none;
  width: 100%;
  display: block;
  outline: none;
  font-weight: 400;
}
#mobile-nav ul li a:hover {
  color: #fff;
}
#mobile-nav ul li li {
  padding-left: 30px;
}
#mobile-nav ul .menu-has-children i {
  position: absolute;
  right: 0;
  z-index: 99;
  padding: 15px;
  cursor: pointer;
  color: #fff;
}
#mobile-nav ul .menu-has-children li a {
  text-transform: none;
}
#mobile-nav ul .menu-item-active {
  color: #f42f2c;
}
#mobile-body-overly {
  width: 100%;
  height: 100%;
  z-index: 997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(0, 0, 0, 0.7);
  display: none;
}
body.mobile-nav-active {
  overflow: hidden;
}
body.mobile-nav-active #mobile-nav {
  left: 0;
}
body.mobile-nav-active #mobile-nav-toggle {
  color: #fff;
}
.section-gap {
  padding: 120px 0;
}
.alert-msg {
  color: #fff;
}
#logo {
  padding-left: 15px;
}
#nav-menu-container {
  padding-right: 15px;
}
.primary-btn {
  background: #f42f2c;
  line-height: 42px;
  padding-left: 30px;
  padding-right: 30px;
  border: none;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  position: relative;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  cursor: pointer;
  position: relative;
}
.primary-btn:focus {
  outline: none;
}
.primary-btn span {
  color: #fff;
  position: absolute;
  top: 50%;
  transform: translateY(-60%);
  right: 30px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.primary-btn:hover {
  color: #fff;
}
.primary-btn:hover span {
  color: #fff;
  right: 20px;
}
.primary-btn.white {
  border: 1px solid #fff;
  color: #fff;
}
.primary-btn.white span {
  color: #fff;
}
.primary-btn.white:hover {
  background: #fff;
  color: #f42f2c;
}
.primary-btn.white:hover span {
  color: #f42f2c;
}
.overlay {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.banner-area {
  background: url(../img/bg-banner.jpg) center center/cover;
  background-size: cover;
}
@media (max-width: 767px) {
  .banner-area {
    height: 767px !important;
  }
}
.banner-content {
  margin-top: 100px;
}
@media (max-width: 1024px) {
  .banner-content {
    margin-top: 100px;
  }
}
@media (max-width: 736px) and (min-width: 415px) {
  .banner-content {
    margin-top: 140px;
  }
}
.banner-content h6 {
  text-transform: uppercase;
  font-weight: 300;
  letter-spacing: 2px;
}
.banner-content h1 {
  font-size: 40px;
  font-weight: 700;
  margin: 20px 0;
}
@media (max-width: 767px) {
  .banner-content h1 {
    font-size: 40px;
  }
}
.banner-content p {
  max-width: 515px;
  margin-bottom: 30px;
}
.banner-content .primary-btn:hover {
  background: #222;
  color: #fff;
}
.home-about-left p {
  margin: 20px 0;
  max-width: 490px;
}
.home-about-left .primary-btn:hover {
  box-shadow: 0px 20px 20px 0px rgba(245, 63, 81, 0.2);
}
@media (max-width: 991px) {
  .home-about-left {
    margin-bottom: 50px;
  }
}

/* Menu Area */
.menu-area {
  background: #f9f9ff;
}
.menu-area .primary-btn {
  color: #fff;
  background-color: #f42f2c;
  margin-left: auto;
  margin-right: auto;
}
.filter-wrap {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0px 10px 30px 0px rgba(153, 153, 153, 0.2);
}
.menu-area .filters {
  text-align: center;
}
.menu-area .filters {
  padding: 0;
  overflow: hidden;
}
.filter-wrap {
  display: table;
}
.filter-wrap li {
  display: table-cell;
  border-right: 1px solid #edf6ff;
}
@media (max-width: 414px) {
  .filter-wrap li {
    display: block !important;
  }
}
.filter-wrap li:last-child {
  border: none;
}
.menu-area .filters li {
  padding: 40px 0px;
  max-width: 184px;
  cursor: pointer;
  position: relative;
  color: #222;
  font-size: 12px;
  font-weight: 500;
}
@media (max-width: 768px) {
  .menu-area .filters li {
    padding: 20px 0px;
  }
}
@media (max-width: 767px) {
  .menu-area .filters li {
    padding: 12px 0px;
    font-size: 10px;
  }
}
@media (max-width: 414px) {
  .menu-area .filters li {
    max-width: 100% !important;
  }
}
.menu-area .filters li:last-child {
  border-right: none;
}
.menu-area .filters li.active {
  color: #fff;
  background: #f42f2c;
}
.menu-area .filters-content {
  margin-top: 50px;
}
.menu-area .filters-content .show {
  opacity: 1;
  visibility: visible;
  transition: all 350ms;
}
.menu-area .filters-content .hide {
  opacity: 0;
  visibility: hidden;
  transition: all 350ms;
}
.menu-area .filters-content .item {
  text-align: center;
  cursor: pointer;
  margin-bottom: 30px;
}
.menu-area .filters-content .item img {
  border-radius: 10px;
}
.menu-area .filters-content .item img {
  width: 100%;
}
.single-menu {
  background: #fff;
  border-radius: 10px;
  margin-top: 20px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.single-menu .title-wrap {
  margin-bottom: 10px;
}
.single-menu p {
  margin-bottom: 0px;
  max-width: 392px;
  color: #000;
}
.single-menu .price {
  color: #f42f2c;
}

.menu-img {
  flex-shrink: 0;
}

.menu-img img {
  width: 120px;
  object-fit: cover;
  height: 100%;
  aspect-ratio: 1/1;
  border-radius: 5px 0 0 5px;
}
.menu-info {
    padding: 20px;
    width: calc(100% - 130px);
}

/* single menu popup css */

.single-menu-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 9999;
  display: none;
}

.single-menu-popup-inner {
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

.single-menu-popup-content {
  max-width: 520px;
  width: 100%;
  background-color: #fff;
  border-radius: 5px;
  position: relative;
}

.popup-close {
  position: absolute;
  right: -10px;
  top: -10px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  border: 1px solid black;
  font-size: 20px;
  color: #000;
  font-weight: 600;
  cursor: pointer;
}

.single-menu-img {
  width: 100%;
  height: 240px;
}

.single-menu-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 5px 5px 0 0;
}

.popup-text-content {
  padding: 20px;
}

.menu-desc {
  color: #000;
  margin-top: 12px;
  margin-bottom: 10px;
}

.popup-footer {
  padding: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.qty-mutation {
  display: flex;
}

.qty-mutation span {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.qty-mutation > * {
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  border: 1px solid rgb(96, 96, 96);
  border-radius: 5px;
  color: #000;
  font-size: 16px;
}

.qty-mutation .decrement-control {
  border-radius: 5px 0 0 5px;
  cursor: pointer;
}

.qty-mutation input {
  outline: 0px;
  font-size: 16px;
  text-align: center;
  border-radius: 0;
  border-right: none;
  border-left: none;
}

.qty-mutation .increment-control {
  border-radius: 0 5px 5px 0;
  cursor: pointer;
}

.btn-cart {
  height: 40px;
  border: none;
  background: var(--primary-color);
  color: #fff;
  padding: 10px 20px;
  border-radius: 5px;
  cursor: pointer;
}

/* single menu popup css end */

.reservation-area {
  background: url(../img/reservation-bg.jpg) no-repeat center/cover;
}
.reservation-area .overlay-bg {
  background: rgba(17, 22, 24, 0.75);
}
.reservation-area .reservation-right,
.reservation-area .reservation-left {
  position: relative;
}
.reservation-area .reservation-right .form-wrap {
  background: #fff;
  padding: 40px 40px;
}
.reservation-area .reservation-right .form-wrap .form-control {
  border-radius: 0px;
  margin-bottom: 10px;
  border-color: #eeeeee;
  font-size: 13px;
  font-weight: 300;
  padding: 0.575rem 0.75rem;
  color: #999999;
}
.reservation-area .reservation-right .form-wrap .form-control:focus {
  box-shadow: none;
}
.reservation-area .reservation-right .form-wrap .nice-select {
  border: 1px solid #eeeeee;
}
.reservation-area .reservation-right .primary-btn {
  text-transform: capitalize !important;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.reservation-area .reservation-right .primary-btn:hover {
  box-shadow: -14.142px 14.142px 20px 0px rgba(244, 47, 44, 0.2);
}
.reservation-area .reservation-right .nice-select {
  padding-left: 12px;
  padding-right: 0px;
}
.reservation-area .reservation-right .nice-select .list {
  border: 1px solid #eee;
}
.reservation-area .reservation-right .nice-select .list .option {
  padding-left: 12px;
}
@media (max-width: 991px) {
  .reservation-area .reservation-right {
    margin-top: 50px;
  }
 
  
}
@media (max-width: 768px) {
 .col-lg-5.reservation-right {
    flex: 0 0 100%;
    max-width: 100%;
}
}



.gallery-area {
  background: #f9f9ff;
}
.gallery-area .primary-btn {
  color: #fff;
  background-color: #f42f2c;
  margin-left: auto;
  margin-right: auto;
}
.filter-wrap {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0px 10px 30px 0px rgba(153, 153, 153, 0.2);
}
.gallery-area .filters {
  text-align: center;
}
.gallery-area .filters {
  padding: 0;
  overflow: hidden;
}
.filter-wrap {
  display: table;
}
.filter-wrap li {
  display: table-cell;
  border-right: 1px solid #edf6ff;
}
.filter-wrap li:last-child {
  border: none;
}
.gallery-area .filters li {
  padding: 40px 0px;
  max-width: 184px;
  cursor: pointer;
  position: relative;
  color: #222;
  font-size: 12px;
  font-weight: 500;
}
@media (max-width: 768px) {
  .gallery-area .filters li {
    padding: 20px 0px;
  }
}
@media (max-width: 767px) {
  .gallery-area .filters li {
    padding: 12px 0px;
    font-size: 10px;
  }
}
.gallery-area .filters li:last-child {
  border-right: none;
}
.gallery-area .filters li.active {
  color: #fff;
  background: #f42f2c;
}
.gallery-area .filters-content {
  margin-top: 50px;
}
.gallery-area .filters-content .show {
  opacity: 1;
  visibility: visible;
  transition: all 350ms;
}
.gallery-area .filters-content .hide {
  opacity: 0;
  visibility: hidden;
  transition: all 350ms;
}
.gallery-area .filters-content .item {
  text-align: center;
  cursor: pointer;
  margin-bottom: 30px;
}
.gallery-area .filters-content .item img {
  border-radius: 10px;
}
.gallery-area .filters-content .item img {
  width: 100%;
}
.gallery-area .filters-content {
  margin-top: 50px;
}
.gallery-area .filters-content .show {
  opacity: 1;
  visibility: visible;
  transition: all 350ms;
}
.gallery-area .filters-content .hide {
  opacity: 0;
  visibility: hidden;
  transition: all 350ms;
}
.gallery-area .filters-content .item {
  text-align: center;
  cursor: pointer;
  margin-bottom: 30px;
}
.gallery-area .filters-content .item img {
  border-radius: 10px;
}
.gallery-area .filters-content .item img {
  width: 100%;
}
.single-gallery {
  margin-bottom: 30px;
}
.single-gallery img {
  width: 100%;
}
.review-area {
  background: url(../img/review-bg.jpg) no-repeat center/cover;
}
.review-area .owl-carousel .owl-item img {
    width: auto !important;
    max-width: 80px;
    max-height: 80px;
}
.review-area .owl-dots {
  text-align: center;
  bottom: 5px;
  margin-top: 50px;
  width: 100%;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}
.review-area .owl-dot {
  height: 10px;
  width: 10px;
  display: inline-block;
  background: rgba(244, 47, 44, 0.2);
  margin-left: 5px;
  margin-right: 5px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.review-area .owl-dot.active {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  background: #f42f2c;
}
.single-review {
  text-align: center;
}
.single-review img {
  margin-right: auto;
  margin-left: auto;
  display: block;
}
.single-review h4 {
  margin-top: 20px;
}
.single-review p {
  margin-top: 20px;
  max-width: 555px;
  margin-right: auto;
  margin-left: auto;
  display: block;
  font-style: italic;
}
.single-review .star .checked {
  color: #ffc000;
}
.single-blog .thumb {
  overflow: hidden;
}
.single-blog .thumb img {
  width: 100%;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.single-blog:hover img {
  transform: scale(1.1);
}
.single-blog:hover h4 {
  color: #f42f2c;
}
.single-blog h4 {
  margin-bottom: 12px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.single-blog a {
  color: #222;
}
.single-blog .date {
  background-color: #000;
  color: #fff;
  font-weight: 100;
  padding: 2px 15px;
  width: 115px;
  text-align: center;
  margin-top: 20px;
}
@media (max-width: 991px) {
  .single-blog {
    margin-bottom: 30px;
  }
}
.link-nav {
  margin-top: 10px;
  margin-bottom: 0px;
}
.about-banner {
  background: url(../img/top-banner.jpg) no-repeat bottom right/cover;
  background-size: cover;
}
.about-banner .overlay-bg {
  background: rgba(4, 9, 30, 0.4);
}
.about-content {
  margin-top: 185px;
  padding: 90px 0px;
  text-align: center;
}
.about-content h1 {
  font-size: 36px;
  font-weight: 600;
}
.about-content a {
  color: #fff;
  font-weight: 300;
  font-size: 14px;
}
.about-content .lnr {
  margin: 0px 10px;
  font-weight: 600;
}
.single-service .thumb {
  overflow: hidden;
}
.single-service .thumb img {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 100%;
}
.single-service h4 {
  margin: 20px 0;
}
.single-service:hover h4 {
  color: #f42f2c;
}
.single-service:hover .thumb img {
  transform: scale(1.1);
}
@media (max-width: 991px) {
  .single-service {
    margin-bottom: 30px;
  }
}
.blog-home-banner {
  background: url(../img/blog/blog-home-banner.jpg) bottom;
  background-size: cover;
  padding: 130px 0px;
}
.blog-home-banner .primary-btn {
  border-radius: 0px;
  background: #fff;
  color: #222;
  font-weight: 600;
  border: 1px solid transparent;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.blog-home-banner .primary-btn:hover {
  background: transparent;
  border-color: #fff;
  color: #fff;
}
.blog-home-banner .overlay-bg {
  background: rgba(0, 0, 0, 0.5);
}
.blog-header-content h1 {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 414px) {
  .blog-header-content h1 {
    font-size: 30px;
  }
}
.blog-header-content p {
  margin: 20px 0px;
}
.top-category-widget-area {
  background-color: #f9f9ff;
}
.top-category-widget-area .single-cat-widget {
  position: relative;
  text-align: center;
}
.top-category-widget-area .single-cat-widget .overlay-bg {
  background: rgba(0, 0, 0, 0.85);
  margin: 7%;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.top-category-widget-area .single-cat-widget img {
  width: 100%;
}
.top-category-widget-area .single-cat-widget .content-details {
  top: 32%;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  color: #fff;
  bottom: 0px;
  position: absolute;
}
.top-category-widget-area .single-cat-widget .content-details h4 {
  color: #fff;
}
.top-category-widget-area .single-cat-widget .content-details span {
  display: inline-block;
  background: #fff;
  width: 60%;
  height: 1%;
}
.top-category-widget-area .single-cat-widget:hover .overlay-bg {
  background: rgba(244, 47, 44, 0.85);
  margin: 7%;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
@media (max-width: 991px) {
  .top-category-widget-area .single-cat-widget {
    margin-bottom: 50px;
  }
}
.post-content-area {
  background-color: #f9f9ff;
}
.post-content-area .single-post {
  margin-bottom: 50px;
}
.post-content-area .single-post .meta-details {
  text-align: right;
  margin-top: 35px;
}
@media (max-width: 767px) {
  .post-content-area .single-post .meta-details {
    text-align: left;
  }
}
.post-content-area .single-post .meta-details .tags {
  margin-bottom: 30px;
}
.post-content-area .single-post .meta-details .tags li {
  display: inline-block;
  font-size: 14px;
}
.post-content-area .single-post .meta-details .tags li a {
  color: #222;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.post-content-area .single-post .meta-details .tags li a:hover {
  color: #f42f2c;
}
@media (max-width: 1024px) {
  .post-content-area .single-post .meta-details {
    margin-top: 0px;
  }
}
.post-content-area .single-post .user-name a,
.post-content-area .single-post .date a,
.post-content-area .single-post .view a,
.post-content-area .single-post .comments a {
  color: #777;
  margin-right: 10px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.post-content-area .single-post .user-name a:hover,
.post-content-area .single-post .date a:hover,
.post-content-area .single-post .view a:hover,
.post-content-area .single-post .comments a:hover {
  color: #f42f2c;
}
.post-content-area .single-post .user-name .lnr,
.post-content-area .single-post .date .lnr,
.post-content-area .single-post .view .lnr,
.post-content-area .single-post .comments .lnr {
  font-weight: 900;
  color: #222;
}
.post-content-area .single-post .feature-img img {
  width: 100%;
}
.post-content-area .single-post .posts-title h3 {
  margin: 20px 0px;
}
.post-content-area .single-post .excert {
  margin-bottom: 20px;
}
.post-content-area .single-post .primary-btn {
  background: #fff !important;
  color: #222 !important;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  border-radius: 0px !important;
}
.post-content-area .single-post .primary-btn:hover {
  background: #f42f2c !important;
  color: #fff !important;
}
.posts-list .posts-title h3 {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.posts-list .posts-title h3:hover {
  color: #f42f2c;
}
.blog-pagination {
  padding-top: 60px;
  padding-bottom: 120px;
}
.blog-pagination .page-link {
  border-radius: 0;
}
.blog-pagination .page-item {
  border: none;
}
.page-link {
  background: transparent;
  font-weight: 400;
}
.blog-pagination .page-item.active .page-link {
  background-color: #f42f2c;
  border-color: transparent;
  color: #fff;
}
.blog-pagination .page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #777;
  border: none;
}
.blog-pagination .page-link .lnr {
  font-weight: 600;
}
.blog-pagination .page-item:last-child .page-link,
.blog-pagination .page-item:first-child .page-link {
  border-radius: 0;
}
.blog-pagination .page-link:hover {
  color: #fff;
  text-decoration: none;
  background-color: #f42f2c;
  border-color: #eee;
}
.sidebar-widgets {
  padding-bottom: 120px;
}
.widget-wrap {
  background: #fafaff;
  padding: 20px 0px;
  border: 1px solid #eee;
}
@media (max-width: 991px) {
  .widget-wrap {
    margin-top: 50px;
  }
}
.widget-wrap .single-sidebar-widget {
  margin: 30px 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #eee;
}
.widget-wrap .single-sidebar-widget:last-child {
  border-bottom: none;
  margin-bottom: 0px;
}
.widget-wrap .search-widget form.search-form input[type="text"] {
  color: #fff;
  padding: 10px 22px;
  font-size: 14px;
  border: none;
  float: left;
  width: 80%;
  border-bottom-left-radius: 20px;
  border-top-left-radius: 20px;
  background: #f42f2c;
}
.widget-wrap .search-widget ::-webkit-input-placeholder {
  color: #fff;
}
.widget-wrap .search-widget ::-moz-placeholder {
  color: #fff;
}
.widget-wrap .search-widget :-ms-input-placeholder {
  color: #fff;
}
.widget-wrap .search-widget :-moz-placeholder {
  color: #fff;
}
.widget-wrap .search-widget form.search-form button {
  float: left;
  width: 20%;
  padding: 10px;
  background: #f42f2c;
  color: #fff;
  font-size: 17px;
  border: none;
  cursor: pointer;
  border-bottom-right-radius: 20px;
  border-top-right-radius: 20px;
}
.widget-wrap .search-widget form.search-form::after {
  content: "";
  clear: both;
  display: table;
}
.widget-wrap .user-info-widget {
  text-align: center;
}
.widget-wrap .user-info-widget a h4 {
  margin-top: 40px;
  margin-bottom: 5px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.widget-wrap .user-info-widget .social-links li {
  display: inline-block;
  margin-bottom: 10px;
}
.widget-wrap .user-info-widget .social-links li a {
  color: #222;
  padding: 10px;
  font-size: 14px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.widget-wrap .user-info-widget .social-links li a:hover {
  color: #f42f2c;
}
.widget-wrap .popular-post-widget .popular-title {
  background: #f42f2c;
  color: #fff;
  text-align: center;
  padding: 12px 0px;
}
.widget-wrap .popular-post-widget .popular-post-list {
  margin-top: 30px;
}
.widget-wrap .popular-post-widget .popular-post-list .thumb img {
  width: 100%;
}
.widget-wrap .popular-post-widget .single-post-list {
  margin-bottom: 20px;
}
.widget-wrap .popular-post-widget .single-post-list .details {
  margin-left: 12px;
}
.widget-wrap .popular-post-widget .single-post-list .details h6 {
  font-weight: 600;
  margin-bottom: 10px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.widget-wrap .popular-post-widget .single-post-list .details h6:hover {
  color: #f42f2c;
}
.widget-wrap .popular-post-widget .single-post-list .details p {
  margin-bottom: 0px;
}
.widget-wrap .ads-widget img {
  width: 100%;
}
.widget-wrap .post-category-widget .category-title {
  background: #f42f2c;
  color: #fff;
  text-align: center;
  padding: 12px 0px;
}
.widget-wrap .post-category-widget .cat-list li {
  padding-top: 15px;
  padding-bottom: 8px;
  border-bottom: 2px dotted #eee;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.widget-wrap .post-category-widget .cat-list li p {
  font-weight: 300;
  font-size: 14px;
  margin-bottom: 0px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.widget-wrap .post-category-widget .cat-list li a {
  color: #777;
}
.widget-wrap .post-category-widget .cat-list li:hover {
  border-color: #f42f2c;
}
.widget-wrap .post-category-widget .cat-list li:hover p {
  color: #f42f2c;
}
.widget-wrap .newsletter-widget .newsletter-title {
  background: #f42f2c;
  color: #fff;
  text-align: center;
  padding: 12px 0px;
}
.widget-wrap .newsletter-widget .col-autos {
  width: 100%;
}
.widget-wrap .newsletter-widget p {
  text-align: center;
  margin: 20px 0px;
}
.widget-wrap .newsletter-widget .bbtns {
  background: #f42f2c;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  padding: 8px 20px;
  border-radius: 0;
}
.widget-wrap .newsletter-widget .input-group-text {
  background: #fff;
  border-radius: 0px;
  vertical-align: top;
}
.widget-wrap .newsletter-widget .input-group-text i {
  color: #ccc;
  margin-top: -1px;
}
.widget-wrap .newsletter-widget .form-control {
  border-left: none !important;
  border-right: none !important;
  border-radius: 0px;
  font-size: 13px;
  color: #ccc;
  padding: 9px;
  padding-left: 0px;
}
.widget-wrap .newsletter-widget .form-control:focus {
  box-shadow: none;
  border-color: #ccc;
}
.widget-wrap .newsletter-widget ::-webkit-input-placeholder {
  font-size: 13px;
  color: #ccc;
}
.widget-wrap .newsletter-widget ::-moz-placeholder {
  font-size: 13px;
  color: #ccc;
}
.widget-wrap .newsletter-widget :-ms-input-placeholder {
  font-size: 13px;
  color: #ccc;
}
.widget-wrap .newsletter-widget :-moz-placeholder {
  font-size: 13px;
  color: #ccc;
}
.widget-wrap .newsletter-widget .text-bottom {
  margin-bottom: 0px;
}
.widget-wrap .tag-cloud-widget .tagcloud-title {
  background: #f42f2c;
  color: #fff;
  text-align: center;
  padding: 12px 0px;
  margin-bottom: 30px;
}
.widget-wrap .tag-cloud-widget ul li {
  display: inline-block;
  border: 1px solid #eee;
  background: #fff;
  padding: 4px 14px;
  margin-bottom: 10px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.widget-wrap .tag-cloud-widget ul li:hover {
  background: #f42f2c;
}
.widget-wrap .tag-cloud-widget ul li:hover a {
  color: #fff;
}
.widget-wrap .tag-cloud-widget ul li a {
  font-size: 12px;
  color: #222;
}
.single-post-area {
  padding-top: 80px;
  padding-bottom: 80px;
}
.single-post-area .meta-details {
  margin-top: 20px !important;
}
.single-post-area .social-links li {
  display: inline-block;
  margin-bottom: 10px;
}
.single-post-area .social-links li a {
  color: #222;
  padding: 7px;
  font-size: 14px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.single-post-area .social-links li a:hover {
  color: #f42f2c;
}
.single-post-area .quotes {
  margin-top: 20px;
  padding: 30px;
  background-color: #fff;
  box-shadow: -20.84px 21.58px 30px 0px rgba(176, 176, 176, 0.1);
}
.single-post-area .arrow {
  position: absolute;
}
.single-post-area .arrow .lnr {
  font-size: 20px;
  font-weight: 600;
}
.single-post-area .thumb .overlay-bg {
  background: rgba(0, 0, 0, 0.8);
}
.single-post-area .navigation-area {
  border-top: 1px solid #eee;
  padding-top: 30px;
}
.single-post-area .navigation-area .nav-left {
  text-align: left;
}
.single-post-area .navigation-area .nav-left .thumb {
  margin-right: 20px;
  background: #000;
}
.single-post-area .navigation-area .nav-left .thumb img {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.single-post-area .navigation-area .nav-left .lnr {
  margin-left: 20px;
  opacity: 0;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.single-post-area .navigation-area .nav-left:hover .lnr {
  opacity: 1;
}
.single-post-area .navigation-area .nav-left:hover .thumb img {
  opacity: 0.5;
}
@media (max-width: 767px) {
  .single-post-area .navigation-area .nav-left {
    margin-bottom: 30px;
  }
}
.single-post-area .navigation-area .nav-right {
  text-align: right;
}
.single-post-area .navigation-area .nav-right .thumb {
  margin-left: 20px;
  background: #000;
}
.single-post-area .navigation-area .nav-right .thumb img {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.single-post-area .navigation-area .nav-right .lnr {
  margin-right: 20px;
  opacity: 0;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.single-post-area .navigation-area .nav-right:hover .lnr {
  opacity: 1;
}
.single-post-area .navigation-area .nav-right:hover .thumb img {
  opacity: 0.5;
}
@media (max-width: 991px) {
  .single-post-area .sidebar-widgets {
    padding-bottom: 0px;
  }
}
.comments-area {
  background: #fafaff;
  border: 1px solid #eee;
  padding: 50px 20px;
  margin-top: 50px;
}
@media (max-width: 414px) {
  .comments-area {
    padding: 50px 8px;
  }
}
.comments-area h4 {
  text-align: center;
  margin-bottom: 50px;
}
.comments-area a {
  color: #222;
}
.comments-area .comment-list {
  padding-bottom: 30px;
}
.comments-area .comment-list:last-child {
  padding-bottom: 0px;
}
.comments-area .comment-list.left-padding {
  padding-left: 25px;
}
@media (max-width: 413px) {
  .comments-area .comment-list .single-comment h5 {
    font-size: 12px;
  }
  .comments-area .comment-list .single-comment .date {
    font-size: 11px;
  }
  .comments-area .comment-list .single-comment .comment {
    font-size: 10px;
  }
}
.comments-area .thumb {
  margin-right: 20px;
}
.comments-area .date {
  font-size: 13px;
  color: #cccccc;
}
.comments-area .comment {
  color: #777777;
}
.comments-area .btn-reply {
  background-color: #fff;
  color: #222;
  border: 1px solid #eee;
  padding: 8px 30px;
  display: block;
  font-weight: 600;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.comments-area .btn-reply:hover {
  background-color: #f42f2c;
  color: #fff;
}
.comment-form {
  background: #fafaff;
  text-align: center;
  border: 1px solid #eee;
  padding: 50px 20px;
  margin-top: 50px;
}
.comment-form h4 {
  text-align: center;
  margin-bottom: 50px;
}
.comment-form .name {
  padding-left: 0px;
}
@media (max-width: 991px) {
  .comment-form .name {
    padding-right: 0px;
  }
}
.comment-form .email {
  padding-right: 0px;
}
@media (max-width: 991px) {
  .comment-form .email {
    padding-left: 0px;
  }
}
.comment-form .form-control {
  padding: 12px;
  background: #fff;
  border: none;
  border-radius: 0px;
  width: 100%;
  font-size: 13px;
  color: #777777;
}
.comment-form .form-control:focus {
  box-shadow: none;
  border: 1px solid #eee;
}
.comment-form ::-webkit-input-placeholder {
  font-size: 13px;
  color: #777;
}
.comment-form ::-moz-placeholder {
  font-size: 13px;
  color: #777;
}
.comment-form :-ms-input-placeholder {
  font-size: 13px;
  color: #777;
}
.comment-form :-moz-placeholder {
  font-size: 13px;
  color: #777;
}
.comment-form .primary-btn {
  border-radius: 0px !important;
  border: 1px solid transparent;
  color: #fff;
  font-weight: 600;
}
.comment-form .primary-btn:hover {
  background: transparent;
  border-color: #f42f2c !important;
  color: #f42f2c !important;
}
.contact-page-area {
  background: #f9f9ff;
}
.contact-page-area .map-wrap {
  margin-bottom: 120px;
}
@media (max-width: 991px) {
  .contact-page-area .map-wrap {
    margin-bottom: 50px;
  }
}
.contact-page-area .form-area .form-control:focus {
  box-shadow: none !important;
  border-color: #ced4da !important;
}
.contact-page-area .form-area input {
  padding: 15px;
}
.contact-page-area .form-area input,
.contact-page-area .form-area textarea {
  border-radius: 0;
  font-size: 13px !important;
}
.contact-page-area .form-area textarea {
  height: 190px;
  margin-top: 0px;
  padding: 15px;
}
.contact-page-area .form-area .genric-btn {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  border-radius: 0 !important;
  font-size: 14px;
  text-transform: uppercase !important;
}
.contact-page-area .form-area .genric-btn:hover {
  border: 1px solid #f42f2c;
  color: #f42f2c !important;
}
@media (max-width: 991px) {
  .contact-page-area .address-wrap {
    margin-bottom: 30px;
  }
}
.contact-page-area .address-wrap .single-contact-address {
  margin-bottom: 8px;
}
.contact-page-area .address-wrap .single-contact-address h5 {
  font-weight: 300;
  font-size: 16px;
  margin-bottom: 5px;
}
.contact-page-area .address-wrap .single-contact-address .lnr {
  font-size: 30px;
  font-weight: 500;
  color: #f42f2c;
  margin-right: 30px;
}
.footer-area h4 {
  padding-bottom: 30px;
}
.footer-area .number {
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  line-height: 30px;
}
.footer-area .genric-btn {
  background: #f42f2c;
  border: none;
  border-radius: 57px;
  height: 36px;
  line-height: 41px;
}
.footer-area .primary-btn {
  background-color: #f42f2c;
}
.footer-area .primary-btn:hover .lnr {
  color: #f42f2c;
}
.footer-area .single-footer-widget h4 {
  color: #fff;
}
.footer-widget-wrap {
  background: #f42f2c;
  color: #fff;
}
@media (max-width: 991px) {
  .single-footer-widget {
    margin-bottom: 30px;
  }
}
.single-footer-widget .navbar-form {
  width: 100%;
}
.single-footer-widget .navbar-form .form-control {
  border: none;
  border-radius: 20px;
  font-size: 13px;
  background-color: #f9f9ff;
  border: 1px solid #f9f9ff;
}
.single-footer-widget .navbar-form .form-control:focus {
  box-shadow: none !important;
}
.single-footer-widget .navbar-form .add-on {
  background: #f9f9ff;
  border-radius: 20px;
  border: 1px solid #fff;
}
.single-footer-widget .navbar-form .genric-btn {
  padding: 0px;
}
.single-footer-widget .navbar-form .genric-btn:hover {
  background-color: #f42f2c;
}
.single-footer-widget .navbar-form .genric-btn:hover .lnr {
  color: #fff;
}
.single-footer-widget .navbar-form .error {
  color: #fff;
}
.single-footer-widget .navbar-form .lnr {
  padding: 11px;
  font-weight: 900;
  font-size: 13px !important;
  color: #fff;
}
.single-footer-widget .hr-list li {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(238, 238, 238, 0.3);
}
.footer-bottom-wrap {
  background: #222;
  color: #fff;
}
.footer-bottom {
  padding: 15px 0px;
}
@media (max-width: 991px) {
  .footer-bottom .social-icons {
    text-align: left !important;
    margin-top: 15px;
  }
}
.footer-bottom .social-icons li {
  display: inline-block;
}
.footer-bottom .social-icons li a {
  display: inline-block;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  background: #111111;
  color: #fff;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.footer-bottom .social-icons li a:hover {
  background: #f42f2c;
  color: #111111;
}
.footer-text a,
.footer-text i {
  color: #f42f2c;
}

.menu-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media (max-width: 991px) {
  .nav-desktop {
    display: none;
  }
}

/* Loader */

.loader {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
  z-index: 9999;
}
.loader-wrap-init {
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
.loader ul {
  margin: 0 0 10px 0;
  padding: 0;
  list-style: none;
  width: 60px;
  text-align: center;
  animation: wave 2.5s infinite linear;
  animation-fill-mode: forwards;
}
.loader li {
  display: inline-block;
  background: #faf1d9;
  height: 30px;
  width: 9px;
  border-radius: 0 100%;
  transform: rotate(12deg);
}
.cup {
  background: #f2e3b4;
  width: 60px;
  height: 54px;
  border-radius: 0 0 50% 50%;
  position: relative;
}
.cup:before {
  content: "";
  position: absolute;
  width: 66px;
  height: 20px;
  border-radius: 50%;
  background: inherit;
  left: -3px;
  top: -10px;
}
.cup:after {
  content: "";
  position: absolute;
  width: 56px;
  height: 12px;
  border-radius: 50%;
  background: #3a2f28;
  left: 2px;
  top: -6px;
}
.loader span {
  background: #f2e3b4;
  width: 13px;
  height: 20px;
  position: absolute;
  right: -13px;
  top: 10px;
  border-radius: 0 50% 50% 0;
}
.loader span:before {
  content: "";
  position: absolute;
  top: 4px;
  left: 0;
  background: #bf7c2c;
  width: 10px;
  height: 12px;
  border-radius: 0 50% 50% 0;
}
.loader span:after {
  content: "";
  position: absolute;
  top: 40px;
  left: -50px;
  background: #f2e3b4;
  width: 40px;
  height: 8px;
  border-radius: 50%;
}

@keyframes wave {
  0% {
    opacity: 0;
    transform: translateY(15px);
  }
  50% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(-15px);
  }
}

/* Custom Code */

h6.banner-title span {
  background-color: #d6940e;
  padding: 3px 10px;
  border-radius: 12px;
}

.brand-color {
  color: #f42f2c;
}
.brand-bg-color {
  /*background: #f42f2c;*/
  color: #fff;
}

/* Apply to all devices, no media query */
.col-lg-5 {
  flex: 0 0 41.66667%;
  max-width: 41.66667%;
}

@media (min-width: 992px) {
  .col-lg-7 {
    flex: 0 0 58.33333%; /* flex-grow: 0, flex-shrink: 0, flex-basis: 58.33333% (7/12 of the container) */
    max-width: 58.33333%; /* Ensures the column cannot exceed 58.33% width */
  }
}

/* Gallery Carousel custom css */

.filter-wrap {
  max-width: calc(100% - 120px);
  margin: 0 auto;
  border-radius: 0;
  overflow: visible !important;
}

.owl-prev,
.owl-next {
  position: absolute;
  top: 0;
}

.owl-prev {
  left: -60px;
  height: 100%;
  background: red;
  width: 60px;
  border-radius: 10px 0 0 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
}

.owl-next {
  right: -60px;
  height: 100%;
  background: red;
  width: 60px;
  border-radius: 0 10px 10px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
}

.owl-carousel .owl-item {
  display: flex;
  justify-content: center;
  align-items: center;
}

.gallery-area .filters li {
  width: 100%;
}

.gallery-area .filters li.active {
  background-color: #d6940e;
}

.menu-area .filters li {
  width: 100%;
}

.menu-area .filters li.active {
  color: #fff;
  background-color: #d6940e;
}

/* Login */
.main-content {
  width: 100%;
  max-width:800px;
  border-radius: 20px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  margin: 5em auto;
  display: flex;
}
.company__info {
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center right;
}

.login_form {
  background-color: #fff;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}


.form-heading {
  padding-top: 25px;
}

.form-label {
  margin-bottom: 0;
}
.form__input {
  width: 100%;
  border: 0px solid transparent;
  border-radius: 0;
  border-bottom: 1px solid #ddd;
  padding: 10px 10px 10px;
  outline: none;
  margin: 15px auto;
  transition: all 0.5s ease;
}

.form__input:focus {
  border-bottom-color: var(--primary-color);
  box-shadow: 0 0 5px rgba(0, 80, 80, 0.4);
  border-radius: 4px;
}

.btn {
  transition: all 0.5s ease;
  width: 70%;
  border-radius: 30px;
  color: var(--primary-color);
  font-weight: 600;
  background-color: #fff;
  border: 1px solid var(--primary-color);
  margin-top: 1.5em;
  margin-bottom: 1em;
  width: 100%;
}
.btn:hover,
.btn:focus {
  background-color: var(--primary-color);
  color: #fff;
}

@media screen and (max-width: 767px) {
  .main-content {
    width: 90%;
  }
  .company__info {
    display: none;
  }
  .login_form {
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
  }
}

@media screen and (min-width: 767px) and (max-width: 1199px) {
  .main-content {
    width: 90%;
  }
}

.remember-me {
    display: flex;
}

input#remember_me {
    width: 100px;
}

.remember-me label {
    font-size: 12px !important;
    margin: 0px !important;
}

/* Cart */

.cart-column {
    padding: 20px;
    display: flex;
    gap: 15px;
}

@media screen and (max-width: 767px) {

    .cart-column {

        flex-direction: column;
    }

    .left-column-cart, .right-column-cart  {
        width: 100% !important;
    }

    
    .totals .totals-item {
        margin-bottom: 10px;
        display: flex;
        justify-content: space-between;
        width: 100%;
        flex-direction: row;
    }

}


.left-column-cart {
    width: 50%;
}

.right-column-cart {
    width: 50%;
}

.pickup-cart {
    display: flex;
    justify-content: space-between;
}

.pickup-cart-column {
    display: flex;
    align-items: center;
    gap: 15px;
}

.pickup-cart-column label {
    margin: 0 !important;
}

.product-image {
    width: 12%;
}

.product-details {
  width: 37%;
}

.product-price {
  width: 10%;
}

.product-quantity {
  width: 20%;
}

.product-removal {
  width: 9%;
}

.product-line-price {
  width: 12%;
}

/* This is used as the traditional .clearfix class */
/*.group:before, .shopping-cart:before,*/
/*.column-labels:before,*/
/*.product:before,*/
/*.totals-item:before,*/
/*.group:after,*/
/*.shopping-cart:after,*/
/*.column-labels:after,*/
/*.product:after,*/
/*.totals-item:after {*/
/*  content: "";*/
/*  display: table;*/
/*}*/

/*.group:after, .shopping-cart:after,*/
/*.column-labels:after,*/
/*.product:after,*/
/*.totals-item:after {*/
/*  clear: both;*/
/*}*/

.group, .shopping-cart,
.column-labels,
.product,
.totals-item {
  zoom: 1;
}

/* Apply clearfix in a few places */
/* Apply dollar signs */
.product .product-price:before,
.product .product-line-price:before,
.totals-value:before {
  content: "AED ";
}



/* Column headers */

.column-labels {
      display: flex;
      padding: 0 15px;
      background-color: var(--primary-color);
      gap: 15px;
}
.column-labels label {
  padding: 15px 0;
  margin-bottom: 0;
  color: #fff;
  font-weight: 600;
}
/*.column-labels .product-image,*/
/*.column-labels .product-details,*/
/*.column-labels .product-removal {*/
/*  text-indent: -9999px;*/
/*}*/

/* Product entries */
.product {
    margin-bottom: 20px;
    border-bottom: 1px solid #eee;
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 15px;
}
.product .product-image {
  text-align: center;
}
.product .product-image img {
  width: 80px;
}
.product .product-details .product-title {
  margin-right: 20px;
  font-family: "HelveticaNeue-Medium", "Helvetica Neue Medium";
  color: #000;
  font-weight: 700;
}
.product .product-details .product-description {
  margin: 5px 20px 5px 0;
  line-height: 1.4em;
}
.product .product-quantity input {
  width: 40px;
}
.product .remove-product {
  border: 0;
  padding: 4px 8px;
  background-color: var(--primary-color);
  color: #fff;
  font-family: "HelveticaNeue-Medium", "Helvetica Neue Medium";
  font-size: 12px;
  border-radius: 3px;
  cursor: pointer;
}
.product .remove-product:hover {
  background-color: #000;
}

.product .remove-product:focus{
    outline: none;
}

/* Totals section */

.totals {
    padding: 0 15px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.totals .totals-item {
    margin-bottom: 10px;
    display: flex;
    justify-content: space-between;
    width:70%;
}
.totals .totals-item label {
  font-weight: 600;
  margin-bottom: 0;
}
.totals .totals-item .totals-value {
  text-align: right;
}
.totals .totals-item-total {
  font-family: "HelveticaNeue-Medium", "Helvetica Neue Medium";
}

.checkout-area {
    padding: 15px 15px 25px;
}

.checkout {
    border: 0;
    padding: 12px 25px;
    background-color: var(--primary-color);
    color: #fff;
    font-size: 18px;
    border-radius: 5px;
    cursor: pointer;
}

.checkout:hover {
  background-color: #000;
}

.shopping-cart {
    width: 100%;
}

/* Make adjustments for tablet */
@media screen and (max-width: 720px) {
    .product{
        flex-wrap: wrap;
    }
  .shopping-cart {
    margin: 0;
    padding-top: 20px;
  }

  .column-labels {
    display: none;
  }

  .product-image {
    width: auto;
  }
  .product-image img {
    margin: 0 0 10px 10px;
  }

  .product-details {
    margin-bottom: 10px;
    width: auto;
  }
  
  .product-quantity{
      width: 100px;
  }

  .product-price {
    width: 70px;
  }

  .product-removal {
    width: auto;
  }

  .product-line-price {
    width: 70px;
  }
  
  .totals .totals-item{
      width: 70%;
  }
}

@media(max-width: 425px){
   .totals .totals-item {
        width: 100%;
        display: flex;
        flex-direction: row;
    }
}
/* Make more adjustments for phone */
@media screen and (max-width: 350px) {
  .product-removal {
    float: right;
  }

  .product-line-price {
    float: right;
    clear: left;
    width: auto;
    margin-top: 10px;
  }

  .product .product-line-price:before {
    content: "Item Total: AED ";
  }

  .totals .totals-item label {
    width: 60%;
  }
  .totals .totals-item .totals-value {
    width: 40%;
  }
}



/* Profile */

 .profile-container {
  padding: 30px;
}

.profile-header {
  text-align: center;
  margin-bottom: 15px;
}

.profile-info {
  margin-bottom: 30px;
}

.profile-img {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  object-fit: cover;
  border: 4px solid #ddd;
  margin-bottom: 20px;
}

.right-column {
    padding: 0 20px 0 40px;
    border-left: 1px solid #eee;
}

.right-column h4 {
    margin-bottom: 25px;
}

.right-column table {
  width: 100%;
  border-collapse: collapse;
}

.right-column th, .right-column td {
  padding: 12px;
  text-align: left;
  border-bottom: 1px solid #ddd;
}

.right-column th {
  background-color: #f1f1f1;
}

.right-column tr:hover {
  background-color: #f0f8ff;
}

.profile-links a {
    color: #000;
    display: block;
    padding: 7px 0;
    border-top: 1px solid #ddd;
}

.profile-links h5 {
    margin-bottom: 20px;
}

.btn-view {
    padding: 5px 15px;
    background: var(--primary-color);
    color: #fff;
    border-radius: 5px;
}

.profile-btns {
    display: flex;
    gap: 10px;
}

.btn-edit-profile {
    padding: 5px 10px;
    background: #000;
    color: #fff;
    border-radius: 5px;
}

.btn-edit-profile:hover {
    color: #fff;
}

.btn-inline-logout{
   padding: 5px 10px;
    background: var(--primary-color);
    color: #fff;
    border-radius: 5px;
}

.btn-inline-logout:hover {
    color: #fff;
}


/* General Layout and Background */
body {
    font-family: 'Arial', sans-serif;
    margin: 0;
    padding: 0;
}

/* Checkout Form Container */
.checkout-form-shopping-cart {
    max-width: 900px;
    margin: 40px auto;
    background-color: #fff;
    border-radius: 10px;
    padding: 30px;
}

/* Cart Totals Section */
.totals {
    margin-bottom: 30px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 20px;
}

.totals-item {
    display: flex;
    justify-content: space-between;
    padding: 10px 0;
    font-size: 16px;
}

.totals-item label {
    font-weight: bold;
    color: #333;
}

.totals-item .totals-value {
    font-size: 18px;
    color: #333;
}

.totals-item-total {
    font-size: 20px;
    font-weight: bold;
    color: #000;
}

/* Checkout Form */
.checkout-form {
    background-color: #f9f9f9;
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

/* Checkout Form Header */
.checkout-form h3 {
    font-size: 20px;
    margin-bottom: 20px;
    text-align: center;
    color: #333;
}

/* Form Group (Labels + Inputs) */
.form-group {
    margin-bottom: 10px;
}

.form-group label {
    display: block;
    font-size: 16px;
    color: #555;
    margin-bottom: 8px;
    font-weight: bold;
}

.form-group input, select, textarea {
    width: 100%;
    padding: 7px;
    font-size: 14px;
    border: 1px solid #ddd;
    border-radius: 5px;
    box-sizing: border-box;
    background-color: #fff;
}

.select2-container {
    width:100%;
}

.form-group input:focus {
    border-color: #007BFF;
    outline: none;
}

.form-group input::placeholder {
    color: #888;
}

/* Submit Button */
.checkout-btn {
    width: 100%;
    padding: 14px;
    background-color: #f42f2c;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    margin-top: 20px;
}

.checkout-btn:hover {
    background-color: black;
}

.checkout-btn:focus {
    outline: none;
}

.checkout-form-shopping-cart .totals {
    display: flex;
}

.checkout-form-shopping-cart  .totals .totals-item {
    width:100% !important;
}

/* Responsive Design */
@media (max-width: 768px) {
    .checkout-form-shopping-cart {
        padding: 20px;
    }

    .totals-item {
        flex-direction: column;
        align-items: flex-start;
    }

    .totals-item .totals-value {
        font-size: 16px;
    }

    .checkout-form input {
        font-size: 14px;
    }

    .checkout-btn {
        font-size: 16px;
    }
}


.qty-mutation.product-quantity {
    display: flex;
    justify-content: center;
}


/* Edit Profile */



/* Main container */

.profile-update-form {
    
    .container {
        width: 100%;
        max-width: 800px;
        margin: 0 auto;
        background-color: #fff;
        padding: 30px;
        border-radius: 8px;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    }
    
    /* Title */
    h2 {
        text-align: center;
        margin-bottom: 30px;
        color: #333;
    }
    
    /* Form Elements */
    form {
        display: flex;
        flex-direction: column;
    }
    
    /* Input and Textarea Styling */
    input[type="text"],
    input[type="email"],
    textarea {
        width: 100%;
        padding: 10px;
        margin: 10px 0;
        border: 1px solid #ddd;
        border-radius: 4px;
        font-size: 16px;
    }
    
    textarea {
        height: 100px;
        resize: vertical;
    }
    
    /* Label Styling */
    label {
        font-size: 16px;
        margin-bottom: 8px;
        color: #555;
    }
    
    /* Button */
    button[type="submit"] {
        background-color: #f42f2c;
        color: white;
        border: none;
        padding: 12px 20px;
        font-size: 18px;
        cursor: pointer;
        border-radius: 4px;
        transition: background-color 0.3s ease;
        margin-top: 15px;
    }
    
    button[type="submit"]:hover {
        background-color: black;
    }
    
    /* Success and Error Messages */
    .success, .error {
        text-align: center;
        padding: 10px;
        margin-top: 20px;
        border-radius: 4px;
    }
    
    .success {
        background-color: #d4edda;
        color: #155724;
    }
    
    .error {
        background-color: #f8d7da;
        color: #721c24;
    }
    
    /* Responsive Design */
    @media (max-width: 768px) {
        .container {
            padding: 20px;
        }
    
        input[type="text"],
        input[type="email"],
        textarea {
            font-size: 14px;
        }
    
        button[type="submit"] {
            font-size: 16px;
            padding: 10px 15px;
        }
    }
    
    
    
    max-width: 500px;
    margin:0 auto;
   

}




/* Admin Panel */

.admin_sitebar {
    height: 100vh;
    background: rgb(255, 255, 255);
    width: 300px;
    box-shadow: 1px 1px 3px #00000017;
    font-size: 13px;
    font-family: 'Roboto';
    position: fixed;
    top: 0;
    transition: transform 1s ease;
    transform: translateX(0);
    z-index: 9999;
    max-width: 500px;
    min-width: 300px;
    box-shadow: 10px 0 15px rgb(0 0 0 / 4%);
}

.resizer {
  width: 10px;
  cursor: ew-resize;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
}


.sitebar_top_menu {
    background-color: black;
    height: 40px;
    padding: 0 10px;
}



.sidebar_body {
  height: calc(100vh - 80px);
  overflow-y: scroll;
  overflow-x: hidden;
}
.sidebar_body {
  overflow-y: auto;
}

.sidebar_body {
  scrollbar-width: thin;
  scrollbar-color: #a5a5a5 #ffffff;
}

/* Chrome, Edge, and Safari */
.sidebar_body::-webkit-scrollbar {
  width: 3px;
}

.sidebar_body::-webkit-scrollbar-track {
  background: #ffffff;
}

.sidebar_body::-webkit-scrollbar-thumb {
  background-color: #8f54a0;
  border-radius: 4px;
  border: 1px solid #ffffff;
}

.sidebar_body:active::-webkit-scrollbar-thumb,
.sidebar_body:focus::-webkit-scrollbar-thumb,
.sidebar_body:hover::-webkit-scrollbar-thumb {
    visibility: visible;
}

.sidebar_body::-webkit-scrollbar-thumb {
    background-color: darkgrey;
    visibility: hidden;
}

.sidebar_body::-webkit-scrollbar {
    width: 4px;
    height: 4px;
}


.subtitile_bg {
  background-color: var(--subtitle);
}
.subtitile_b:after {
  color: var(--subtitle);
}
.common_bg {
  background-color: var(--common_list);
}
.common_txt {
  color: var(--common_list);
}

.common_list_span_i {
  color: var(--common_txt_span);
}
.image_after_b:after {
  border-bottom: 1px solid var(--image);
}
.subtitile_b:after {
  border-bottom: 1px solid var(--subtitle);
}
.logo_b:after {
  border-bottom: 1px solid var(--logo);
}
.common_bg:after {
  border-bottom: 1px solid var(--common_list);
}
.common_tab_menu ul li a span {
  font-size: 12px !important;
}

/* Start tab menu */
.common_tab_menu ul {
  display: flex;
  align-items: center;
  cursor: pointer;
  border-radius: 3px;
  border: 1px solid #d5d8dc;
  /* height: 29px; */
}
.common_tab_menu ul li {
  text-align: center;
  /* font-size: 15px; */
  flex-basis: 50%;
  padding: 3px 0;
  font-weight: 500;
  text-transform: uppercase;
  color: #826853;
}
.common_tab_menu ul li i {
  padding-left: 5px;
}
.common_tab_menu ul li.active {
  background: #d5d8dc;
}

.sidebar_footer {
    height: 40px;
    display: flex;
    padding: 0 15px;
    align-items: center;
    padding-right: 0;
    background-color: rgb(34, 33, 33);
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 9999;
    left: 0;
}
.sidebar_footer_icon ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.sidebar_footer_icon {
  width: 65%;
}
.sidebar_footer_icon ul li {
  padding-right: 18px;
  cursor: pointer;
  position: relative;
}
.sidebar_footer_icon ul li i {
  font-size: 15px;
}
.sidebar_footer_btn {
  width: 35%;
  height: 100%;
  background-color: #8b8b8b;
}
.sidebar_footer_btn input {
  border: none;
  outline: none;
  height: 100%;
  background: transparent;
  width: 100%;
  text-align: center;
  font-size: 11px;
  cursor: pointer;
}
.sidebar_footer_icon ul li span {
  position: absolute;
  top: -36px;
  left: -32px;
  background-color: #3a3636;
  font-size: 9px;
  padding: 3px 3px;
  border-radius: 3px;
  display: none;
  /* right: 0; */
  /* width: 100%; */
  width: 95px;
  text-align: center;
  color: white;
}
.sidebar_footer_icon ul li span::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}
.sidebar_footer_icon ul li:hover span {
  display: block;
}
.block_inner_main {
  padding: 10px 0;
  padding-bottom: 20px;
}
/* previous code end */
.details_menu {
}
.details_menu_heading ul li {
  display: flex;
  color: #d70505;
  font-weight: 700;
  font-size: 13px;
  align-items: center;
  padding: 12px 0;
  border-bottom: 2px solid #ececec;
}
.details_menu_heading ul li span {
  display: flex;
  align-items: center;
  margin-left: 15px;
  padding: 3px;
  border: 1px solid #d7050552;
}
.details_menu_heading ul li i {
  color: black;
  padding-right: 6px;
}
.details_menu_content {
  color: black;
}



.sitebar_top_menu ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
}

.sitebar_top_menu ul li h4 {
    font-size: 15px;
    font-weight: 700;
    color: white;
    margin: 0;
    text-transform: capitalize;
}

.sitebar_top_menu ul li {
    color: white;
    display: flex;
    align-items: center;
}


/* Form in modal */

.block_inner_main #editform {
    padding: 0;
}

#editform .form-control {
    padding: 0px 7px !important;
    height: 30px;
    font-size:12px;
}

h3.control-bg-heading {
    font-size: 14px;
    margin: 10px 0px;
}

.sidebar_footer_btn .submit-main-form:hover {
    background-color: #f0abfc;
}

.mb-4 {
    margin-bottom: 7px;
}

/* Styling for Tabs */
.fields_tabs_wrap {
  font-family: Arial, sans-serif;
  padding-bottom: 20px;
}
/* Tab container */
.fields_tabs {
  /* margin-bottom: 20px; */
  background-color: #f1f1f1;
  border-radius: 5px 5px 0 0;
  overflow: hidden;
}

/* List of tabs */
.fields_tabs ul {
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Tab links */
.fields_tabs ul li {
  flex: 1;
}

.fields_tabs ul li a {
  display: block;
  padding: 10px 20px;
  text-align: center;
  color: #555;
  text-decoration: none;
  background-color: #ddd;
  transition: background-color 0.3s ease, color 0.3s ease;
  font-weight: 500;
}

/* Tab link hover effect */
.fields_tabs ul li a:hover {
  background-color: #bbb;
  color: #fff;
}

/* Active tab styling */
.fields_tabs ul li a.active {
  background-color: #007bff;
  color: white;
}

/* Tab content container */
.fields_tabs_contents {
  border: 1px solid #ddd;
  padding: 6px;
  border-radius: 0 0 5px 5px;
}
/* Tab content areas */
.widget_tab_area {
  display: none; /* Hide all tab content by default */
}

.widget_tab_area.active {
  display: block; /* Show active tab content */
}

/* Optional: Add smooth fadeIn transition for content */
.widget_tab_area {
  display: none;
  animation: fadeIn 0.3s ease-in-out;
}

/* FadeIn Animation */
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}



/* main css */
.block_main_area {
  padding: 30px 15px;
  padding-top: 0;
  position: relative;
}
.common_title {
  position: relative;
  z-index: 9;
  margin-bottom: 8px;
}
.common_title span {
  border-radius: 3px;
  padding: 5px 0px;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  color: rgba(0,0,0,0.6);
  text-shadow: 2px 2px 3px rgba(255,255,255,0.1);
}
.common_title_area p {
  color: #919191;
  font-size: 11px;
  font-style: italic;
  padding: 8px 0;
  font-weight: 400;
  line-height: 1.4;
}
.common_title_area {
  margin-top: 20px !important;
}
.common_title_area p span {
  font-size: 11px;
  color: #504339;
  font-weight: 500;
}

/* Fields */

h4.field-heading {
  font-weight: 500;
  text-align: center;
  margin-bottom: 20px;
}
span.subtitle-heading {
  border-radius: 3px;
  padding: 8px 5px;
  font-size: 12px;
  font-weight: 700;
  border-top: 1px solid #CCC;
  border-bottom: 1px solid #ccc;
}


.common_tab_menu {
    margin-bottom: 20px;
}

#tabs-nav {
    list-style: none;
    padding: 0;
}

#tabs-nav li {
    display: inline;
}

#tabs-nav li a{
  display: block;
  padding: 6px 0;
  text-decoration: none !important;
}

#tabs-nav li.active a {
    font-weight: bold;
    display:block;
}



/* Media Modal */


/* Media */

.media-box {
  width: 100%;
  height: 120px;
  background: gray;
  position: relative;
  overflow: hidden;
}

.media-hover {
  width: 100%;
  position: absolute;
  bottom: -30px;
  padding: 10px;
  height: 30px;
  background: #252525;
  text-align: center;
  color: #fff;
  font-size: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease;
  cursor: pointer;
}  

.media-box:hover .media-hover{
  bottom: 0;
}

.media-selected-image {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    border: 1px solid #ccc;
}

.media-selected-image img {
width: 100%;
height: 100%;
object-fit: cover;
}

span.media-trash {
position: absolute;
right: 5px;
top: 5px;
color: #fbfbfb;
display: flex;
padding: 3px;
align-items: center;
justify-content: center;
font-size: 11px;
}

#textModal.modal {
  z-index: 99999999 !important;
}

/* Modal styles */
.modal {
  display: none;
  position: fixed;
  z-index: 999999 !important;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.8);
}

.modal-content {
  background-color: #fff;
  margin: 10% auto;
  padding: 20px;
  border: 1px solid #888;
  width: 60%; /* Adjust based on your needs */
  max-width: 1000px; /* Limit max width */
  min-width:600px;
  border-radius: 8px; /* Rounded corners */
  position:relative;
}

.modal-content  .close {
  color: #aaa;
  font-size: 28px;
  font-weight: bold;
  position: absolute !important;
  top: 10px;
  right: 15px;
}

.modal-content  .close:hover,
.modal-content  .close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

.assets-gallery {
  margin-top: 20px;
  display: flex;
  gap: 15px;
}

.left-asset-column {
  width: 150px;
}

.left-asset-column .tabs {
  display: flex;
  flex-direction: column;
  gap: 15px;
  position: relative;
  width: 100%;
}

.left-asset-column .tabs .tab-button.active {
  background-color: #3498db;
  color: white;
  border-bottom: 2px solid #3498db;
}

.left-asset-column .tabs .tab-button {
  display: inline-block;
  padding: 10px 20px;
  margin-right: 5px;
  background-color: #f1f1f1;
  border: 1px solid #ccc;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
  transition: background-color 0.3s;
  width: 100%;
  height: auto;
}

.left-asset-column .tabs .tab-button:hover {
  background-color: #ddd;
}

.list-of-all-category-ofimages ul {
  list-style: none;
  padding: 0;
}

.list-of-all-category-ofimages li {
  margin: 5px 0;
}

.list-of-all-category-ofimages a {
  text-decoration: none;
  color: #0073aa; /* WordPress blue */
}

.list-of-all-category-ofimages a:hover {
  text-decoration: underline;
}

.category-wise-assets-image-prevview {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 15px;
  max-height: 400px;
  overflow-y: auto;
}

.category-wise-assets-image-prevview .image-item {
  flex: 1 0 21%;
  max-width: 108px;
  position: relative;
  display: flex;
}

.category-wise-assets-image-prevview .image-item img {
  object-fit: cover;
  aspect-ratio: 1;
}

.category-wise-assets-image-prevview img {
  width: 100%; /* Make images responsive */
  height: auto; /* Maintain aspect ratio */
  border-radius: 4px; /* Optional: rounded corners */
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2); /* Subtle shadow for depth */
}

.image-item {
      cursor: pointer; /* Show pointer cursor */
  }

  .image-item.selected {
      border: 2px solid #0073aa; /* Highlight selected image */
      border-radius: 4px; /* Optional: rounded corners */
  }


/* Icon Modal Columns */
.modal-columns {
  display: flex;
}

.modal-columns .modal-left-column {
  width: 200px;
}

ul.modal-category-list li span.selected {
  background-color: antiquewhite;
}

.modal-columns .modal-left-column {
  width: 200px;
  padding: 15px 27px 15px 0;
}

.modal-columns .modal-right-column {
  width: calc(100% - 200px);
}

.hide{
  display:none
}

.show{
  display:flex
}


/* filter */
.filter-box {
  display: flex;
  justify-content: space-between;
}

.filter-input input {
  border-bottom: 1px solid #ccc;
}

button#confirm-selection {
    padding: 5px;
    margin-top: 20px;
}




.checkout-btns {
    display: flex;
    gap: 15px;
}

.reservation-area .reservation-right .form-wrap label
{
    font-weight:bold;
}


/* canceled */
.canceled-content {
    padding: 50px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.canceled-note {
    font-size: 20px;
}


/* Header */
section.header {
    height: 450px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

@media (max-width: 767px) {
    
    section.header {
        height: 650px;
    }
}

.text-white {
    color:#fff;
}



/* Header*/
.top-header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 5px auto;
}

.top-header ul {
    display: flex;
    gap: 15px;
}

.top-header ul li a {
    font-size: 16px;
    color: #000000;
    padding: 30px 12px;
}

a.add-listing {
    padding: 8px 20px;
    color: #ea1b41 !important;
    border-radius: 30px;
    min-width: 150px;
    position: relative;
    background: transparent;
    border: 2px solid #ea1b41 !important;
    transition: all ease 0.4s;
    display: flex;
    gap: 6px;
    align-items: center;
}

a.add-listing:hover {
    background: #ea1b41 !important;
    border: 2px solid #ea1b41 !important;
    color: #ffffff !important;
}

h1.text-white.header-high-light {
    padding-top: 60px;
}

/* header search */

.header-search-bar {
    max-width: 100%;
    margin: 20px auto;
    padding: 20px;
    border-radius: 8px;
   
    
    form {
        display: flex;
        justify-content: space-between;
        gap: 20px;
    }
    
    .form-wrapper {
        min-width: 400px;
        display: flex;
        flex-direction: row;
        background-color: #f5f5f5;
        border-top-left-radius: 5px;
        border-bottom-left-radius: 5px;
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
    }
    
    label {
        font-size: 14px;
        color: #555;
        width: 170px;
        line-height: 40px;
        margin: 0;
        padding: 3px 10px;
        
    }
    
    select {
        padding: 10px;
        font-size: 16px;
        border: 1px solid #cccccc6e;
        border-radius: 0;
        outline: none;
        background-color: #fff;
        transition: border-color 0.3s ease;
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
    }
    
    select:focus {
        border:none;
    }
    
    .btn-submit-form-sec {
        flex-basis: 100%;
        display: flex;
        justify-content: flex-end;
        align-items: center;
    }
    
    .btn-submit-form {
        padding: 10px 20px;
        background-color: #e1a00d;
        color: white;
        border: none;
        border-radius: 4px;
        cursor: pointer;
        font-size: 16px;
        transition: background-color 0.3s ease;
    }
    
    .btn-submit-form:hover {
        background-color: #0056b3;
    }
    
    .disable-submit {
        background-color: #ccc;
        cursor: not-allowed;
    }
    
    .disable-submit:hover {
        background-color: #ccc;
    }
    
}

@media (max-width: 767px) {
    .top-header ul li a {
        font-size: 16px;
        color: #000000;
        padding: 10px 10px;
    }
    
    .header-search-bar form {
        display: flex;
        justify-content: space-between;
        gap: 20px;
        flex-direction: column;
    }
    
    .home-categories a {
        border: 1px solid #ccc;
        padding: 10px;
        box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
        width: 100% !important;
    }
    
    .form-wrapper {
        min-width: 100% !important;
        display: flex;
        flex-direction: row;
        background-color: #f5f5f5;
    }
    
    .form-wrapper {
        display: flex;
        flex-direction: row;
        background-color: #f5f5f5;
        width: 100%;
    }
}


.swiper.mySwiper {
    margin-bottom:15px;
}
.swiper.mySwiper .swiper-slide img {
    max-height: 100px;
    max-width: 200px;
}

.swiper.mySwiper .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100px;
}

.swiper.mySwiper .swiper-slide {
    text-align: center;
    padding: 10px;
}


/* Home Categories Section */
.heading-title {
    padding: 30px 0px 0px 0px;
}

.company-search-title {
    padding: 3px;
    height: 30px;
    border: 1px solid;
    background-color: #efefef;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

button.btn-search {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.company-search-box {
    height: 30px;
    border: 1px solid;
    background-color: #efefef;
    position:relative;
}

.company-search-box  input {
    border: 0px;
    line-height: 26px;
    width: 280px;
}

.company-search-box input {
    border: 0; /* No border by default */
    outline: none; /* Removes the default focus outline */
}

.company-search-box input:focus {
    border: none; /* Ensures no border when focused */
    outline: none; /* Removes any focus outline as well */
}

.search-results {
    position: absolute;
    background-color: white;
    max-height: 300px;
    width: 500px;
    z-index: 9999;
    top: 150px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    padding: 15px;
    height: auto;
    overflow-y: auto;
    display: none;
}

@media (max-width: 767px) {   
    .search-results {
        position: absolute;
        background-color: white;
        max-height: 300px;
        width: 350px !important;
        z-index: 9999;
        top: 200px;
        box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
        padding: 15px;
        height: auto;
        overflow-y: auto;
        display: none;
    }
}

.home-categories {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    padding-bottom: 20px;
}

.home-categories a {
    width: calc(25% - 15px  );
    border: 1px solid #ccc;
    padding: 10px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    border-radius: 4px;
}

.home-single-category img {
    max-height: 25px;
    max-width: 25px;
}

.company-search {
    display: flex;
    justify-content: center;
    margin-bottom: 50px;
    align-items: center;
    max-width: 300px;
    margin: 0 auto;
    margin-bottom: 30px;
}

/* Container for pagination */
.pagination {
    text-align: center;
    margin: 20px 0;
    display: flex;
    justify-content: center;
}

/* Style for each pagination link */
.pagination a {
    display: inline-block;
    padding: 8px 16px;
    margin: 0 5px;
    text-decoration: none;
    background-color: #f0f0f0;
    color: var(--primary-color);
    border: 1px solid var(--primary-color);
    border-radius: 4px;
    transition: background-color 0.3s ease, color 0.3s ease;
}

/* Hover effect for pagination links */
.pagination a:hover {
    background-color: var(--primary-color);
    color: white;
}

/* Style for the current (active) page */
.pagination strong {
    display: inline-block;
    padding: 8px 16px;
    margin: 0 5px;
    background-color: var(--primary-color);
    color: white;
    border: 1px solid var(--primary-color);
    border-radius: 4px;
}

/* Style for the "Prev" and "Next" buttons */
.pagination a:first-child, .pagination a:last-child {
    font-weight: bold;
    background-color: #f9f9f9;
}

/* Style for the ellipsis (...) */
.pagination span {
    display: inline-block;
    padding: 8px 16px;
    margin: 0 5px;
    color: #888;
}



/* Footer */
.discovery-gallery {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    overflow: hidden;
    width: 100%;
}

.discovery-gallery .image {
    background-size: cover;
    border-radius: 4px;
    width: 25%;
    overflow: hidden;
    position: relative;
    height: 150px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.discovery-gallery .image:after {
    background: linear-gradient(0deg,rgba(0,0,0,.6),rgba(0,0,0,.2) 40%,rgba(0,0,0,.2) 80%,rgba(0,0,0,.4));
    z-index: 1;
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.discovery-gallery .image {
    border: .5px solid #21d12f;
    padding: 5px;
}



.discovery-gallery-second {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    overflow: hidden;
    width: 100%;
}

.discovery-gallery-second .image {
    background-size: cover;
    border-radius: 4px;
    width: 33.33%;
    overflow: hidden;
    position: relative;
    height: 150px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.discovery-gallery-second .image:after {
    background: linear-gradient(0deg,rgba(0,0,0,.6),rgba(0,0,0,.2) 40%,rgba(0,0,0,.2) 80%,rgba(0,0,0,.4));
    z-index: 1;
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}


.discovery-gallery-second .image {
    border: .5px solid #21d12f;
    padding: 5px;
}


.discovery-gallery .image p, .discovery-gallery-second .image p {
    z-index: 2;
    color: #fff;
    margin-top: 10px;
    margin-bottom: 0;
}

@media (max-width: 767px) {
    .discovery-gallery .image {
        width: 50%;
    }
    .discovery-gallery-second .image {
        width: 50%;
    }

}

/* Copyright */

section.footer-section-and-copy {
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #191f2b;
    margin-top: 50px;
}

.pt-20 {
    padding-top: 20px;
}
.p2-20 {
    padding-top: 20px;
}


.footer-links li {
    display: flex;
    align-items: center;
    height: 25px;
}

@media (max-width: 767px) {
    .footer-links ul {
        height: auto !important;

    }
    
    .footer-links li {
        width: 100%;
        display: flex;
        align-items: center;
        height: 25px;
    }
}


h3.footer-heading {
    color: #fff;
}

.social-others {
    text-align: center;
}

.social-others p {
    color: #fff;
    text-align: left;
}

.social-list {
    display: flex;
    gap: 10px;
    margin-bottom: 15px;
    margin-top: 15px;
}

.social-list a {
    padding: 3px;
    /*border: 1px solid #ccc;*/
    width: 30px;
    height: 30px;
    color: white;
}

.social-list a i {
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer-links a {
    color: #ffffff;
}

p.copyright {
    color: #ccc;
}

p.copyright a {
    color: #fff;
}

/* company Profile */
.company-profile {
    background-color: #fdfdfd;
    box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.07);
    padding: 20px 25px;
    border-radius: 4px;
    border: 1px solid rgba(0, 0, 0, 0.05);
}

h2.profile-name {
    color: #fff;
    margin-left: 15px;
    font-size: 25px;
    text-transform: uppercase;
    z-index: 99;
    position: absolute;
    left: 126px;
}

.company-profile i {
    color: var(--primary-color);
}

.company-profile i {
    color: var(--primary-color);
    font-size: 20px;
    margin-right: 20px;
    width: 30px;
    border: 1px solid #ccc;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 30px;
    border-radius: 50%;
}

.profile-item {
    margin: 6px 0;
}

.profile-item > div {
    display: flex;
}

/* Owner Profile */
.owener-profile {
    background-color: #fdfdfd;
    box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.07);
    border-radius: 4px;
    padding: 20px;
    transform: translate3d(0, 0, 0);
    border: 1px solid rgba(0, 0, 0, 0.05);
    position: relative;
    z-index: 1;
}

.owner-avatar {
    border-radius: 50%;
    margin: 0px auto;
    width: 200px;
    height: 200px;
    overflow: hidden;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    border: 1px solid #ccc;
}

.utf_listing_headline_part {
    position:relative;
}

.utf_listing_headline_part:after {
    position: absolute;
    content: '';
    left: 0px;
    bottom: -10px;
    height: 2px;
    width: 40px;
    background-color: #ff2222;
}

.margin-bottom-30 {
    margin-bottom: 30px!important;
}

.margin-top-30 {
    margin-top: 30px!important;
}

.utf_listing_headline_part:after {
    position: absolute;
    content: '';
    left: 0px;
    bottom: -10px;
    height: 2px;
    width: 40px;
    background-color: #ff2222;
}

.owner-avatar img {
    object-fit: cover;
    width: 200px;
    height: 200px;
}

.company-logo {
    width: 100px;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    margin-left: 20px;
    border: 2px solid #fff;
    padding: 5px;
    background-color: #fff;
    border-radius: 10px;
    z-index: 99;
    position: absolute;
}
.company-logo img {
    max-width: 100%;
    max-height: 100px;
}

.com-social-list {
    display: flex;
    gap: 10px;
    margin-top: 20px;
    margin-bottom: 20px;
    align-items: center;
    justify-content: center;
}

.com-social-list a {
    width: 35px;
    height: 35px;
    border: 1px solid var(--primary-color);
    display: flex;
    justify-content: center;
    align-items: center;
    color:var(--primary-color);
}

.owner-name {
    padding: 15px 0;
}

.company-banner {
    height: 150px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    background-size: cover;
    background-position: center center;
    margin-bottom: 30px;
    border-radius: 5px;
    overflow: hidden;
}

.company-banner::before {
    content: ""; /* This is essential to create a visible pseudo-element */
    position: absolute;
    top: 0; /* Ensures it covers the top of the parent */
    left: 0; /* Ensures it covers the left side of the parent */
    width: 100%; /* Ensures it spans the full width of the parent */
    height: 100%; /* Ensures it spans the full height of the parent */
    background-color: rgba(0, 0, 0, 0.5); /* Optional: dark overlay */
    z-index: 1; /* Lower than content z-index, higher than background */
}

@media (max-width: 767px) {
    .company-banner {
        height: 230px;
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
        background-size: cover;
        background-position: center center;
        margin-bottom: 20px;
        border-radius: 5px;
        overflow: hidden;
        flex-direction: column;
    } 
    
    .company-logo {
        width: 100px;
        height: 100px;
        display: flex;
        justify-content: center;
        align-items: center;
        overflow: hidden;
        margin-left: 20px;
        border: 2px solid #fff;
        padding: 5px;
        background-color: #fff;
        border-radius: 10px;
        z-index: 99;
        position: relative;
    }
    
    h2.profile-name {
        color: #fff;
        margin-left: 15px;
        font-size: 25px;
        text-transform: uppercase;
        z-index: 99;
        position: relative;
        left: auto;
        /* margin-top: 200px; */
        text-align: center;
    }
    
    .company-search-box  input {
        border: 0px;
        line-height: 26px;
        width: 200px;
    }
    
    img.bannerbg {
        position: absolute;
    }
}


.listing_tags_section a {
    border: 1px solid #e0e0e0;
    color: #707070;
    padding: 3px 15px;
    font-size: 15px;
    font-weight: 600;
    margin-right: 10px;
    border-radius: 4px;
    display: inline-block;
    margin-top: 8px;
    transition: all 250ms ease;
    -webkit-transition: all 250ms ease;
}

.listing_tags_section a:hover {
    background: #ff2222;
    color: #ffffff;
    border-color: #ff2222 !important;
}

.margin-bottom-40 {
    margin-bottom: 40px!important;
}

.company-aboutus {
    display: flex;
    flex-direction: column;
}

.grid-container {
  columns: 5 200px;
  column-gap: 1.5rem;
  width: 100%;
  margin: 0 auto;
  a {
    width: 150px;
    margin: 0 1.5rem 1.5rem 0;
    display: inline-block;
    width: 100%;
    border: solid 2px black;
    padding: 5px;
    box-shadow: 5px 5px 5px rgba(0,0,0,0.5);
    border-radius: 5px;
    transition: all .25s ease-in-out;
    &:hover img {
      /*filter: grayscale(0);*/
    }
    &:hover {
      border-color: coral;
    }
    img {
      width: 100%;
      /*filter: grayscale(100%);*/
      border-radius: 5px;
      transition: all .25s ease-in-out;
    }

  }
}

/* Office Hour */
.margin-top-35 {
    margin-top: 35px!important;
}

.utf_box_widget h3 {
    width: 100%;
    font-size: 20px;
    line-height: 40px;
    padding: 0 0 10px;
    margin: 5px 0 10px 0;
    display: block;
    font-weight: 600;
    text-align: left;
    border-bottom: 1px solid #e8e8e8;
}

.opening-hours ul {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 16px;
}

.opening-hours ul li {
    width: 100%;
    font-size: 15px;
    font-weight: 400;
    color: #66676b;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    margin: 0;
    padding: 6px 0;
    transition: 0.2s;
    cursor: default;
}

.opening-hours ul li span {
    float: right;
    font-weight: 400;
    font-size: 14px;
}

.mb-3 {
    margin-bottom: 15px !important;
}

/* Footer Ads */
.footer-fixed-ads-space img {
    width: 100%;
}


.mySwiperFooterSlider img {
    width: 100%;
}

.mySwiperFooterSlider {
    margin-bottom: 30px;
}

.header-logos {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 50px;
}

@media (max-width: 767px) {
    
    .top-header {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
        margin-top: 10px;
    }
    
    .header-logos {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        gap: 50px;
        margin-bottom: 20px;
    }
    
}

.header-logos a img {
    width: 150px;
    height: 80px;
}


/* Fuel */

section.footer-section-fuel {
    margin-top: 30px;
}

.fuel-section-content {
    height: 250px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.fuel-section-content h3 {
    color: #fff;
}

.fuel-section-content a {
    background-color: var(--primary-color);
    padding: 8px 20px;
    margin-top: 15px;
    color: #fff;
}

/* Footer */
.footer-links {
    display: flex;
    gap: 5px;
}

.footer-links ul {
    display: flex;
    width: 100%;
    flex-direction: column;
}

.footer-links-cl {
    width: 25%;
}

.footer-links-cl h3 {
    margin-bottom: 15px;
    color: #ffffff;
    text-transform: uppercase;
    margin-bottom: 20px;
    font-weight: 600;
    font-size: 15px;
    letter-spacing: 1px;
}

.footer-links-cl a {
    color: rgba(245, 255, 255, 0.6);
    font-size: 14px;
}


/* Category Wise */
.category-wise-companies {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.category-wise-banner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.category-wise-banner h2 {
    position: absolute;
    padding: 5px;
    background-color: #ccc;
}

@media (max-width: 767px) {
   .category-wise-banner h2{
        font-size: 20px; 
   }
}

.category-wise-item {
    width: 100%;
    display: flex;
    flex-direction: row;
    border-bottom: 1px solid #00000017;
    gap: 20px;
}

.category-wise-item-logo {
    width: 200px;
    min-height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.category-wise-item-img {
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.category-wise-item-img {
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #ccc;
    height: 180px;
    width: 180px;
    overflow: hidden;
}

.category-wise-item-img img {
    max-width: 100%;
    max-height: 100%;
}

.category-wise-item-details {
    width: calc( 100% - 220px );
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}



.item-details-title a {
    color: #000;
    font-size: 15px;
}

.item-details-links {
    display: flex;
    gap: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.item-details-links a {
    padding: 4px 10px;
    background: var(--primary-color);
    border-radius: 5px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.item-details-tags {
    font-size: 12px;
    color: #000000;
}

.item-details-details > * {
    font-size: 15px;
}

.d-none {
    display: none;
}

.area-flex {
    display: flex;
    justify-content: space-around;
    margin-top: 20px;
}

.area-flex .h3 {
    font-size: 20px;
}


@media (max-width: 767px) {
    
    .category-wise-item {
        width: 100%;
        display: flex;
        flex-direction: column;
        border-bottom: 1px solid #00000017;
        gap: 20px;
    }
    
    .item-details-links {
        display: flex;
        gap: 10px;
        margin-top: 10px;
        margin-bottom: 10px;
        flex-wrap: wrap;
    }

}

@media (max-width: 767px) {
    .category-wise-item-details {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
}

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #FFFFFF;
    z-index: 99999;
    opacity: .97;
}
#loader {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #1f365c;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}
#loader:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #5c7179;
    -webkit-animation: spin 3s linear infinite;
    animation: spin 3s linear infinite;
}
#loader:after {
    content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #000000;
    -webkit-animation: spin 1.5s linear infinite;
    animation: spin 1.5s linear infinite;
}
@-webkit-keyframes spin {
    0%   {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes spin {
    0%   {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/* Page */
.page-content h2.breadcrumb {
    margin-bottom: 15px;
}

.page-content ul {
    list-style: square;
    padding-left: 30px;
}

br {
  display: none;
}

@media (max-width: 767px) {

    .footer-fixed-ads-space {
        margin-bottom: 20px;
    }
    
    a.add-listing {
        margin-bottom: 10px;
        margin-top: 20px;
    }

}

.google-map-area iframe {
    width: 100%;
}

h2#title {
    margin-bottom: 30px;
}

button.btn-search {
    background-color: #e1a00d;
    color: white;
    border: none;
    padding: 4px;
    width: 28px;
    border: 1px solid #ccc;
}

.long-text-box {
    max-height: 200px;
    overflow: hidden;
    transition: max-height 0.5s ease;
}

.more-texts {
    display: inline-block;
    cursor: pointer;
    color: #007bff;
}

button#toggle-btn {
    width: 100px;
}

.other-page {
    display:none !important;
}

.max-header { 
  height : 270px !important;   
}

@media (max-width: 767px) {
    .max-header { 
      height : 470px !important;   
    }
}