.ms-auto {
  margin-left: auto !important;
}
@media (min-width: 1400px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1400px;
  }
}
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl {
  width: 100%;
  padding-right: 45px;
  padding-left: 45px;
  margin-right: auto;
  margin-left: auto;
}
.park-features-thumb img {
  height: 500px;
  object-fit: contain;
}
.navbar-logo-img {
  height: 58px;
  width: 162px;
}
.navbar-logo-img img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}
.footer-about-widget p {
  color: white;
  padding-top: 10px;
}
.font_20 {
  font-size: 20px !important;
}
.font_500 {
  font-weight: 500 !important;
}
.service-list li::marker {
  font-weight: 500;
}
.font_600 {
  font-weight: 600;
}
.mt-30 {
  margin-top: 20px;
}
.ullist {
  list-style: disc;
  margin-left: 20px;
}
.ullist li {
  margin-bottom: 5px;
}
.faq-accrodion .accrodion .accrodion-title h4 {
  padding-right: 10px;
}
.footer-navigation ul li a:hover {
  color: #fff;
}
.park-header-main-menu ul > li > a {
  font-size: 16px;
}
.navbar-light .navbar-toggler {
  border: none;
}
.contact-form .attach {
  color: #ff4f5a;
  cursor: pointer;
}
.park-img {
  height: 300px;
  width: 100%;
}
.park-img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.service-card .icon {
  height: 80px;
  width: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #f9f9f9;
  border-radius: 5px;
}
.service-card .icon img {
  height: 43px;
  width: 43px;
  object-fit: contain;
  filter: invert(37%) sepia(92%) saturate(902%) hue-rotate(322deg)
    brightness(114%) contrast(135%);
}
.service-card {
  display: flex;
  padding: 20px 26px;
  border-radius: 5px;
  gap: 28px;
  height: 100%;

  transition: 0.4s all ease-in;
  cursor: pointer;
  border-style: solid;
  border-width: 1px;
  border-color: #f2f4f8;
}
.service-card:hover .service-title {
  color: #ff4f5a;
  transition: 0.4s all ease-out;
}
.service-card:hover {
  box-shadow: 0px 40px 40px 0px rgba(14, 17, 51, 0.1);
  transition: 0.4s all ease-out;
}
.service-card .service-title {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 10px;
  color: #0e1133;
}
.service-card .service-text {
  font-size: 16px;
  margin-bottom: 0;
}
.service-card .service-detail {
  flex: 1;
}
.service-list {
  list-style-type: auto;
  padding-left: 32px;
}
.service-list li {
  font-size: 20px;
  margin-bottom: 14px;
}
.howworks-title {
  font-size: 44px;
  line-height: 54px;
  margin-bottom: 10px;
}
.park-section-title p.service-text {
  font-size: 16px;
  margin-bottom: 10px;
}
.park-section-title p {
  margin-top: 0;
  font-size: 16px;
}
.park-how-it-work-content .how-it-work-box .text {
  font-size: 16px;
  padding-top: 5px;
}
.park-how-it-work-content .how-it-work-box span {
  background: #ffe6e666;
}
.park-how-it-work-content .how-it-work-box span {
  top: inherit !important;
  transform: inherit;
}
.park-how-it-work-content .how-it-work-box:hover span {
  box-shadow: 0px 14px 20px 0px rgb(130 0 0 / 30%);
}
.park-how-it-work-content .how-it-work-box .title {
  font-size: 18px;
}
.park-how-it-work-content .how-it-work-box:hover .title {
  color: #ff4f5a;
}
.park-how-it-work-content .howworks-text {
  font-size: 20px;
  font-weight: 500;
  color: #0e1133;
}
.park-hero-content p {
  font-size: 16px;
}
/* .img-container {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  padding: 16px;
  border-radius: 5px;
} */
.img-container .img-box {
  margin: 15px;
  position: relative;
  height: 226px;
}
.img-container .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  border-radius: 5px;
}
.park-about-title {
  font-size: 60px;
  line-height: 70px;
  margin-top: 10px;
  margin-bottom: 22px;
}
.park-mission-title {
  font-size: 28px;
  margin-bottom: 15px;
}
.park-hero-thumb {
  position: relative;
  z-index: 10;
  text-align: center;
  max-width: fit-content;
  margin: 0 auto;
}

.park-hero-thumb .thumb {
  height: 600px;
  width: 400px;
  margin: 0 auto;
}
.park-hero-thumb .thumb img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}
.park-hero-thumb .thumb-2 {
  box-shadow: none;
  right: 0px;
  height: 260px;
}
.park-hero-thumb .thumb-2 img {
  height: 100%;

  object-fit: contain;
}
.park-hero-content > span {
  font-size: 18px;
}
.park-header-area {
  padding-top: 10px;
}
.park-sticky.sticky {
  padding-top: 0px;
  padding-bottom: 0px;
}
.park-features-content p {
  font-size: 16px;
}
.park-how-it-work-content .how-it-work-box {
  display: flex;
  align-items: center;
}
.park-team-area .sec-title {
  color: #0e1133;
  font-size: 20px;
  font-weight: 500;
}
.park-features-content .title {
  font-size: 34px;
  line-height: 44px;
  margin-bottom: 5px;
}
.footer-widget-info ul li {
  display: flex;
  align-items: baseline;
  gap: 10px;
}
.footer-widget-info ul li a {
  color: white;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 10px;
  padding-left: 0;
  position: relative;
}
.faq-accrodion .accrodion .accrodion-content p {
  font-size: 16px;
}
.faq-accrodion .accrodion .accrodion-title::before {
  right: 15px;

  height: 32px;
  width: 32px;
  font-size: 12px;
  text-align: center;
  line-height: 31px;
}
.faq-accrodion .accrodion .accrodion-title::after {
  right: 15px;

  height: 32px;
  width: 32px;

  text-align: center;
  line-height: 31px;
  font-size: 12px;
}
.services-icon {
  background: #f1f2f7;
  height: 35px;
  width: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
  border-radius: 50%;
}
.park-features-tabs-btn .nav a.active .services-icon {
  background: #ff4f5a;
}
.park-features-tabs-btn .nav a.active .services-icon img {
  filter: invert(97%) sepia(97%) saturate(12%) hue-rotate(197deg)
    brightness(105%) contrast(104%);
}
.services-icon img {
  filter: invert(39%) sepia(6%) saturate(437%) hue-rotate(202deg)
    brightness(96%) contrast(88%);
  height: 17px;
  width: 17px;
  object-fit: contain;
}
.park-features-tabs-btn .nav a {
  display: flex;
  align-items: center;
}
.footer-widget-info ul li i {
  color: #fff;
}
/* modal */
.bg-orange {
  background: #ff4f5a;
}

.contact-form .correct {
  color: #ff4f5a;
  font-size: 42px;
  margin-bottom: 21px;
}
.coming-card .coming-soon-img {
  height: 70px;
  width: 100%;
  object-fit: contain;
  margin-top: -85px;
}
.coming-card {
  padding: 48px 35px;
}
.contact-form .msg-text {
  font-size: 18px;
}
.close.white-icon {
  color: #fff;
  text-shadow: 0 1px 0 #000;
  opacity: 0.6;
  padding: 10px 16px;
  font-size: 29px;
}
.text-navy {
  color: #0e1133 !important;
}
.modal-btn {
  height: 50px;
  border-radius: 3px;
  background: #ff4f5a;
  color: #fff;
  text-align: center;
  border: none;
  outline: none;
  padding: 0 36px;
  font-size: 14px;
  line-height: 50px;
  font-weight: 600;
  transition: all 0.3s ease;
  width: 100%;
}

.modal-btn:hover {
  box-shadow: 0px 20px 30px 0px rgba(26, 8, 119, 0.24);
}
/* @media (max-width: 1400px) {
    .park-hero-thumb .thumb-2 {
       
        right: 66px;}
} */
@media (max-width: 1600px) {
  .img-container .img-box {
    height: 186px;
  }
}
@media (max-width: 1300px) {
  .img-container .img-box {
    height: 145px;
    margin: 8px;
  }
}
@media (max-width: 1200px) {
  .park-hero-thumb .thumb-2 {
    right: 0px;
  }
  .img-container .img-box {
    height: 146px;
    margin: 8px;
  }
}
@media (min-width: 1024px) {
  .ps-0 {
    padding-left: 0;
  }
  .pe-0 {
    padding-right: 0;
  }
}
@media (max-width: 991.5px) {
  .park-service-area {
    padding-bottom: 235px;
  }
  .navbar {
    padding: 0;
  }
  .park-header-area {
    padding-top: 10px;
  }
  .flex-order-1 {
    order: 1;
  }
  .flex-order-2 {
    order: 2;
  }
  .park-about-title {
    font-size: 35px;
  }
  .img-container .img-box {
    margin: 15px 0;
    height: 176px;
  }
  /* .park-hero-thumb .thumb-2 {
    right: 124px;
  } */
  .park-features-content p {
    font-size: 14px;
  }
  .park-features-content .title {
    font-size: 26px;
  }
  .park-features-thumb img {
    height: 360px;
  }
  .img-container {
    margin-bottom: 20px;
  }
  .services-icon {
    background: #f1f2f7;
    height: 28px;
    width: 28px;
  }
  .services-icon img {
    height: 14px;
    width: 14px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .park-features-tabs-btn .nav a {
    padding: 2px;
    padding-right: 9px;
    padding-left: 10px;
  }
  .park-features-tabs-btn .nav a {
    font-size: 11px;
  }
  .park-features-tabs-btn .nav a i {
    height: 28px;
    width: 28px;
    text-align: center;
    line-height: 27px;
    margin-right: 4px;
  }
}
@media (max-width: 767px) {
  .park-features-tabs-btn .nav {
    flex-direction: column !important;
  }
  .faq-accrodion .accrodion .accrodion-content .inner {
    padding: 10px 38px 0 20px;
  }
  .faq-accrodion .accrodion .accrodion-title h4 {
    padding-right: 26px;
  }
  .park-single-service .icon {
    display: inline-block;
    border-radius: 14px;
    height: 50px;
    width: 50px;
    text-align: center;
    line-height: 49px;
  }
  .park-single-service .icon img {
    height: 24px;
  }
  .park-single-service .park-title {
    font-size: 16px;
    font-weight: 700;
    padding-top: 19px;
    padding-bottom: 10px;
  }
  .park-single-service {
    padding: 38px 30px 28px;
  }
  .park-service-area {
    padding-bottom: 235px;
    padding-top: 0;
    background-size: contain;
  }
  .park-hero-area {
    padding-top: 120px;
    padding-bottom: 90px;
  }
  .park-features-thumb {
    margin-top: 0;
  }
  .park-hero-thumb .thumb {
    height: 400px;
    width: 300px;
    margin: 0 auto;
  }
  .park-hero-thumb .thumb-2 {
    box-shadow: none;
    width: 120px;
    height: 200px;

    /* right: 20px; */
  }
  .park-hero-content .park-title {
    font-size: 25px;
  }
  .park-hero-thumb .thumb-2 img {
    border-radius: 10px;
  }
  .park-hero-thumb .thumb img {
    height: 100%;
    width: 100%;
    object-fit: contain;
  }
  .park-section-title .park-title {
    font-size: 25px;
  }
  .navbar-light .navbar-nav .nav-link {
    font-size: 14px;
    line-height: 20px;
  }
  .park-env {
    position: relative;
    z-index: 1;
    background-position: right;
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .footer-copyright {
    margin-top: 38px;
  }
  .park-env::after {
    content: "";
    position: absolute;
    background-color: #d3d3d3a3;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: -1;
  }
  .park-section-title p {
    font-size: 16px;
  }
  .park-about-title {
    font-size: 30px;
    line-height: 42px;
  }
  .service-card .icon img {
    height: 30px;
    width: 30px;
  }
  .service-card .icon {
    height: 50px;
    width: 50px;
  }
  .service-card {
    gap: 20px;
    padding: 16px;
  }
  .service-list li {
    font-size: 16px;
  }
  .service-card .service-title {
    font-size: 18px;

    margin-bottom: 7px;
  }
  .howworks-title {
    font-size: 30px;
    line-height: 54px;
    margin-bottom: 2px;
  }
  .howworks-text {
    font-size: 18px;
  }
  .park-how-it-work-content .how-it-work-box {
    padding-left: 50px;
    margin-top: 20px;
  }
  .park-how-it-work-content .how-it-work-box span {
    top: 16%;
    height: 35px;
    width: 35px;
    line-height: 34px;
    font-size: 16px;
  }
  .park-how-it-work-content .how-it-work-box .text {
    font-size: 14px;
  }
  .park-how-it-work-content > .title {
    font-size: 30px;
  }
  .park-mission-title {
    font-size: 18px;
    margin-bottom: 10px;
    margin-top: 14px;
  }
  p {
    font-size: 14px;
  }
  .img-container .img-box {
    margin: 10px 0;
  }
  .park-team-area {
    padding-bottom: 50px;
  }
  .park-how-it-work-content .howworks-text {
    font-size: 20px;
  }
  .park-how-it-work-content .how-it-work-box .title {
    font-size: 18px;
  }
  .park-features-area.pb-95 {
    padding-bottom: 50px;
  }
  .font_20 {
    font-size: 16px !important;
  }
  .park-team-area .park-section-title {
    margin-top: 20px;
    padding-bottom: 10px;
  }
  .park-env .park-section-title p {
    font-weight: 600;
  }
  .park-hero-content > span {
    font-size: 16px;
  }
  .navbar-logo-img {
    height: 58px;
    width: 122px;
  }
  .park-features-area.pt-90 {
    padding-top: 0px;
  }
  .park-features-area.pt-100 {
    padding-top: 0px;
  }
  .footer-widget-info ul li {
    justify-content: center;
  }
  .park-section-title p.service-text {
    font-size: 16px;
  }
  .img-container .img-box {
    height: 106px;
  }
  .footer-copyright .apps-download-btn ul li {
    margin-bottom: 20px;
  }
  .park-how-it-work-content .how-it-work-box {
    align-items: baseline;
  }
  .park-features-thumb img {
    height: 320px;
  }
  .container-fluid,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    padding-right: 15px;
    padding-left: 15px;
  }
  .services-icon {
    height: 35px;
    width: 35px;
  }
  .services-icon img {
    height: 17px;
    width: 17px;
  }
  .park-features-tabs-btn .nav a {
    margin-bottom: 8px;
  }
}
.modal-open .modal {
  padding-right: 0px !important;
}
.modal-open {
  padding-right: 0 !important;
}
