* {
  padding: 0;
  margin: 0;
}
body {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-size-adjust: 0.5;
  font-weight: 400;
  font-style: normal;
  line-height: 1.3;
}
img {
  height: auto;
  max-width: 100%;
}
a {
  text-decoration: none;
}
header {
  position: static;
  left: 0;
  right: 0;
  z-index: 99;
}
header .navbar {
  padding: 0px;
}
header .navbar-nav {
  display: flex;
  align-items: center;
  gap: 20px;
}
header .navbar .nav-item .nav-link {
  color: #003a97;
  font-size: 18px;
  padding: 0px;
  font-weight: 500;
}
header .navbar .nav-item .nav-link:hover {
  color: #ff6400;
}
header .navbar .nav-item .nav-link.book-btn {
  font-size: 16px;
  color: #fff;
  font-weight: 500;
  padding: 8px 20px;
  background-color: #003a97;
  text-transform: uppercase !important;
  border-radius: 6px;
  line-height: 1.5;
  border: 1px solid #003a97;
  transition: 500ms;
}
header .navbar .nav-item .nav-link.book-btn:hover {
  background-color: #ff6400;
  border-color: #ff6400;
}
header .navbar .nav-item .nav-link.contact-btn {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
header .navbar .nav-item .nav-link.login-btn {
  background-color: #32319200;
  color: #003a97;
  font-size: 16px !important;
  padding: 7px 20px;
  border-radius: 6px;
  border: 2px solid #003a97;
  transition: 500ms;
}
header .navbar .nav-item .nav-link.login-btn:hover {
  background-color: #003a97;
  color: #fff;
}
header .navbar .nav-item .nav-link.contact-btn img {
  width: 25px;
  height: 25px;
  object-fit: contain;
}
header .navbar-brand {
  width: 170px;
  object-fit: contain;
}
.fixed-header {
  background-color: #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.17);
  animation: slide-down 0.7s;
  position: sticky;
  top: 0;
  z-index: 999;
}
footer {
  position: relative;
}
footer::before {
  content: "";
  background: url(../images/shape-2.png);
  position: absolute;
  width: 250px;
  height: 250px;
  bottom: 0;
  z-index: 0;
  left: 0;
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 100%;
  opacity: 0.5;
}
footer:after {
  content: "";
  background: url(../images/shape-1.png);
  position: absolute;
  width: 200px;
  height: 370px;
  background-repeat: no-repeat;
  top: 35%;
  z-index: 0;
  right: 0;
  background-position: center right;
  background-size: 80%;
  opacity: 0.5;
}
.footer-shape {
  height: 80px;
  overflow: hidden;
  margin: 0px 0 0 0px;
  fill: #eef5fe;
}
.top-footer {
  padding: 0px 0 50px 0;
  z-index: 2;
  position: relative;
}
.top-footer h4 {
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 500;
  margin-top: 30px;
  color: #000000;
}
.top-footer .footer-link-list {
  padding: 0;
  list-style: none;
}
.top-footer .footer-link-list li {
  display: flex;
  padding: 0 0 5px 0;
}
.top-footer .footer-link-list li a {
  color: #6a6a8e;
  font-size: 14px;
  line-height: 24px;
  position: relative;
  padding-left: 15px;
}
.top-footer .footer-link-list li a::before {
  content: "";
  position: absolute;
  background-image: url(../images/footer-right-arrow.png);
  background-size: 15px 15px;
  width: 15px;
  height: 15px;
  left: 0;
  background-position: center;
  top: 5px;
}
.footer-bottom {
  background: #ffffff;
  padding: 0px 0;
  text-align: center;
}
.footer-bottom .footer-bottom-wrap .title {
  font-size: 25px;
  font-weight: 400;
  margin-top: 10px;
  color: #000000;
}
.footer-contact-details p {
  font-size: 16px;
  line-height: 17px;
  color: #6a6a8e;
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0px;
}
.footer-contact-details p .location-icon img {
  width: 25px;
  height: 25px;
  object-fit: contain;
  filter: invert(20%) sepia(80%) saturate(600%) hue-rotate(200deg)
    brightness(70%) contrast(110%);
}
.footer-contact-details p .location-link img {
  width: 22px;
  height: 22px;
  object-fit: contain;
  filter: invert(20%) sepia(80%) saturate(600%) hue-rotate(200deg)
    brightness(70%) contrast(110%);
  margin-left: 8px;
}
.footer-contact-details .contact-list {
  list-style: none;
  padding-left: 0;
  display: flex;
  justify-self: center;
  gap: 20px;
}
.footer-contact-details .contact-list li,
.footer-contact-details .contact-list li a {
  font-size: 16px;
  line-height: 30px;
  color: #6a6a8e;
  position: relative;
  z-index: 2;
}
.social-media-links {
  margin: 0 0 16px 0;
  position: relative;
}
.social-media-links a {
  color: #6a6a8e;
  font-size: 20px !important;
  border-radius: 4px;
  margin: 0 5px;
  width: 30px;
  height: 35px;
  display: inline-block;
  text-align: center;
  line-height: 34px;
}
.social-media-links a svg {
  width: 20px;
  height: 20px;
  color: #123c95;
}
.copywrite p {
  font-size: 15px;
  position: relative;
  z-index: 9;
  color: #6a6a8e;
}
.copywrite .footer-note {
  margin-top: 10px;
  line-height: 17px;
  margin-bottom: 1rem;
}
.footer-bootom-links {
  position: relative;
  z-index: 9;
}
.footer-bootom-links ul {
  display: inline-flex;
  justify-content: center;
  gap: 20px;
  list-style: none;
  margin-bottom: 0px;
  padding-bottom: 12px;
  padding-left: 0px;
}
.footer-bootom-links ul li a {
  color: #6a6a8e;
  font-size: 14px;
  position: relative;
}
.footer-bootom-links ul li:not(:last-child) a::after {
  content: "|";
  position: absolute;
  padding-left: 9px;
  font-size: 16px;
  color: #b1b1b1;
  font-weight: 300;
}
.footer-bootom-links ul li a:hover,
.top-footer .footer-link-list li a:hover {
  color: #003a97;
}
.our-clients {
  padding: 0px 0px 50px 0px;
}
.home-section {
  border-bottom-left-radius: 1.5rem;
  border-bottom-right-radius: 1.5rem;
  padding-bottom: 0px;
  padding-top: 75px;
}
.home-section .inner-home-content {
  text-align: left;
}
.home-banner {
  position: relative;
  padding: 25px 0px 0px 0px;
  width: auto;
}
.home-banner img {
  width: 100%;
  height: auto;
  aspect-ratio: 1000 / 309;
}
.inner-home-content h1 {
  color: #000;
  font-size: 37px;
  font-weight: 500;
}
.inner-home-content p {
  font-size: 16px;
  line-height: 1.3;
  margin: auto;
  margin-top: 1rem;
}
.defult-btn {
  border-radius: 4px;
  border-style: none;
  border-width: 1px;
  display: inline-block;
  --tw-bg-opacity: 1;
  background-color: #f28128;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.25rem;
  padding: 0.85rem 1rem;
  color: #fff;
  width: 190px;
  margin-top: 1.5rem;
  text-align: center;
}
.home-banner-right {
  max-width: 390px;
  background-color: #f5f5f5;
  position: relative;
  z-index: 3;
  width: 100%;
  box-shadow: rgba(0, 0, 0, 0.024) 0px 8px 0px;
  border-width: 1px;
  border-style: solid;
  border-color: rgb(231, 235, 240);
  border-image: initial;
  border-radius: 10px;
  margin: auto;
  float: inline-end;
}
.home-banner-right .right-title {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #000;
  padding: 24px 24px 0px;
}
.home-banner-right .hero-app-featured {
  padding: 10px 0px 0px;
}
.home-banner-right .hero-app-featured .app-featured-item {
  position: relative;
  cursor: pointer;
  padding: 6px 18px 16px;
  transition: background-color 0.4s;
  border-radius: 0px;
}
.home-banner-right .hero-app-featured .app-featured-item a {
  font-size: 16px;
  position: relative;
  display: flex;
  width: 100%;
  justify-content: flex-start;
  align-items: center;
  padding: 0 0 0 48px;
}
.home-banner-right .hero-app-featured .app-featured-item a .content .title {
  display: block;
  color: #000;
  font-size: 16px;
  margin-bottom: 3px;
  line-height: 1.2;
  cursor: pointer;
  font-weight: 500;
}
.home-banner-right .hero-app-featured .app-featured-item a .content .para {
  font-size: 12px;
  line-height: 1.3;
  color: #212121;
  height: auto;
}
.home-banner-right .hero-app-featured .app-featured-item a::after {
  width: 9px;
  height: 9px;
  content: "";
  rotate: 135deg;
  display: block;
  position: absolute;
  top: 50%;
  left: 95%;
  transform: translateX(-50%) translateY(-50%);
  border-top: 1.99px solid rgb(118, 118, 118);
  border-left: 1.99px solid rgb(118, 118, 118);
  transition: right 0.5s;
}
.home-banner-right .hero-app-featured .app-featured-item a .featured-icon {
  min-width: 35px;
  height: 35px;
  position: absolute;
  left: 0;
  margin-bottom: 15px;
}
.home-banner-right .hero-app-featured .app-featured-item a .featured-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.aboutus-wrapper {
  padding-top: 80px;
}
.aboutus-wrapper .title-cus {
  padding-bottom: 60px;
}
.our-clients-crd a {
  display: flex;
  vertical-align: top;
  text-align: center;
  padding: 30px 5px;
  margin: 5px;
  cursor: pointer;
  box-shadow: 0 0 1px 0 #4e4e4e;
  position: relative;
  justify-content: center;
}
.our-clients-crd a::before {
  content: "";
  position: absolute;
  background: #fff;
  top: -15px;
  left: -15px;
  bottom: -15px;
  right: -15px;
  transform: scale(0.8);
  transition: ease-in-out 0.3s;
  opacity: 0;
  visibility: hidden;
  z-index: 1;
}
.our-clients-crd img {
  height: auto;
  object-fit: contain;
  position: relative;
  filter: grayscale(1);
  opacity: 0.5;
  z-index: 11;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  height: 90px;
  width: auto;
}
.our-products-wrap {
  background-image: linear-gradient(to top, #ffffff, #d6d3d3, #ffffff);
  border-radius: 30px;
  padding-bottom: 50px;
  color: #fff;
}
.who-we-card {
  background-color: #003a97;
  border: 1px solid #ffffff0d;
  border-radius: 1.5rem;
  overflow: hidden;
  min-height: 380px;
}
.flex-crd {
  display: flex;
  justify-content: center;
  align-items: center;
  align-items: flex-end;
  min-height: 380px;
}
.flex-crd .content p {
  width: 100%;
  text-align: left;
  margin: 0px;
  color: #fff !important;
}
.flex-crd h3 {
  width: 100%;
}
.who-we-card {
  color: #fff;
}
.who-we-card .content h3 {
  text-align: left;
  line-height: 1.4;
  font-size: 24px;
  color: rgb(255 255 255);
  font-weight: 600;
}
.flex-crd .content {
  flex: 1;
  padding-left: 1.5rem;
  padding-bottom: 1.5rem;
  padding-top: 1.5rem;
  display: flex;
  align-items: center;
  height: 350px;
  flex-direction: column;
  justify-content: center;
}
.flex-crd .image-cus {
  max-width: 500px;
  width: 401px;
  padding-top: 50px;
  height: auto;
}
.flex-crd .image-cus img,
.image-cus img {
  width: 100%;
  height: auto;
}
.our-products-wrap .bottom-para {
  padding-bottom: 40px;
}
.block-crd .content {
  padding-top: 2rem;
  padding-left: 2rem;
  padding-right: 2rem;
}
.about-features .features-image-cus {
  display: flex;
  justify-content: center;
  gap: 25px;
  align-items: start;
  padding: 30px;
  background: linear-gradient(90deg, #f8d8d9, #f9d9db00);
  border-radius: 20px;
}
.about-features .features-image-cus img {
  width: 240px;
  height: auto;
}
.booking-step .step1 {
  margin-bottom: 20px;
}
.booking-step .title-booking h3 {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 0px;
  padding-bottom: 5px;
}
.booking-step .title-booking p {
  margin-bottom: 0px;
  font-size: 14px;
  line-height: 1.3;
}
.whatwedo {
  padding: 0px 0px 50px 0px;
}
.margn {
  margin-top: 40px;
}
.takeaway {
  padding: 29px 25px;
  background: linear-gradient(90deg, #ddecfb, #e0eefb00);
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}
.about-takeaway .title-cus {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 25px;
  justify-content: center;
}
.about-takeaway .title-cus .takeaway-icon {
  width: 50px;
  height: 50px;
  background: #ffffff;
  border-radius: 50%;
  padding: 12px;
}
.about-takeaway .title-cus .takeaway-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.about-takeaway .title-cus h3 {
  font-size: 20px;
  margin-bottom: 0px;
  color: #000;
}
.homedelivery {
  padding: 25px 25px 25px 26px;
  background: linear-gradient(90deg, #f8d8d9, #f9d9db00);
  display: flex;
  justify-content: center;
  gap: 35px;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  min-height: 560px;
}
.homedelivery .take-card {
  flex: 1;
}
.about-deatils h3 {
  font-size: 22px;
  font-weight: 500;
  color: #003a97;
  line-height: 1.2;
  margin-bottom: 16px;
}
.about-deatils h3 span {
  color: #000000;
}
.about-deatils .para-soft {
  margin: auto;
  font-size: 16px;
  color: #333;
  margin-bottom: 0px;
  line-height: 1.3;
}
.about-deatils .need-list {
  margin-bottom: 0px;
  padding-left: 20px;
}
.about-deatils .need-list li {
  font-size: 14px;
  padding-bottom: 6px;
}
.build-trust-wrapper {
  color: #000000;
  padding-top: 50px;
  padding-bottom: 40px;
}
.build-trust-wrapper .title-cus h2,
.our-clients .title-cus h2,
.our-products-wrap h2,
.whatwedo .title-cus h2,
.our-solutions .title-cus h2,
.testimonial-wrapper .title-cus h2,
.blog-wrapper .title-cus h2 {
  font-size: 30px;
  font-weight: 500;
  color: #000;
  margin: auto;
  margin-bottom: 0.5rem !important;
  line-height: 1.2;
}
.build-trust-wrapper .title-cus p,
.build-trust-wrapper .title p,
.our-clients .title-cus p,
.our-products-wrap p,
.whatwedo .title-cus p,
.our-solutions .title-cus p,
.testimonial-wrapper .title-cus p,
.blog-wrapper .title-cus p {
  font-size: 16px;
  color: #333;
  margin: auto;
  margin-bottom: 0px;
  line-height: 1.3;
  font-weight: 400;
}
.build-trust-wrapper .title-cus h2 {
  width: 80%;
  margin: auto;
  margin-bottom: 4px;
}
.build-trust-wrapper .title-cus p {
  width: 70%;
  margin: auto;
}
.build-trust-wrapper .title h2 {
  font-size: 24px;
  color: #000000;
  font-weight: 500;
}
.build-trust-wrapper .title p {
  font-size: 16px;
  color: #333;
  line-height: 1.3;
  width: 100%;
  margin: inherit;
  margin-bottom: 1rem;
}
.border-dotted {
  border-right: 1px dotted rgb(227 229 241);
}
.margin-bottom {
  border-bottom: 1px dotted rgb(227 229 241);
}
.build-trsut-card {
  padding-bottom: 1rem;
  padding-top: 1rem;
  padding-right: 1rem;
  padding-left: 1rem;
  text-align: center;
}
.build-trsut-card .trsut-icon img {
  width: 70px;
  margin-bottom: 16px;
  transition: transform 0.4s ease;
  height: auto;
}
.build-trsut-card .trsut-icon:hover img {
  transform: scale(1.1);
}
.build-trsut-card h3 {
  font-size: 24px;
  line-height: 1;
  color: #003a97;
  margin-bottom: 0px;
  font-weight: 500;
}
.build-trsut-card p {
  font-size: 16px;
  line-height: 1.3;
  color: #333;
  margin-bottom: 0;
}
.our-clients .title-cus {
  margin-bottom: 40px;
}
.block-crd-2 {
  height: 380px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-direction: column;
}
.who-we-card .content p {
  line-height: 1.3;
  margin: 0px;
  color: #fff;
  font-size: 14px;
  width: 100%;
}
.our-solutions .title-cus,
.blog-wrapper .title-cus,
.testimonial-wrapper .title-cus {
  padding-bottom: 30px;
}
.whatwedo .title-cus h2,
.our-products-wrap h2 {
  max-width: 880px;
}
.whatwedo .title-cus p,
.our-products-wrap p {
  width: 75%;
  margin: auto;
}
.about-features {
  margin-top: 4rem;
}
.our-solutions .title-cus h2 {
  width: 700px;
}
.our-solutions {
  padding-bottom: 50px;
}
.our-solutions .title-cus p {
  width: 52%;
  margin: auto;
}
.question-wrapper .accordion {
  background: #fff;
}
.question-wrapper .accordion-item {
  border-radius: 0px;
  border-bottom: 1px solid #f5f5f5;
  background: rgb(247 247 251 / 0%);
  margin-bottom: 0px;
  border-top: none;
  border-left: none;
  border-right: none;
}
.question-wrapper .accordion-item h2 {
}
.question-wrapper .accordion-item:last-child {
  border-bottom: none;
}
.question-wrapper .accordion-button-cus {
  position: relative;
  height: 70px;
  border-radius: 10px !important;
  background: #fff !important;
  color: #000;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
}
.question-wrapper .accordion-item .accordion-button {
  background: #ffffff;
  font-size: 18px;
  font-weight: 500;
  color: #000;
  border-bottom: none;
  box-shadow: none;
  padding-left: 0px;
  padding-right: 0px;
}
.question-wrapper .accordion-button::after {
  background-image: url(../images/faq-plus.png);
}
.question-wrapper .accordion-button:not(.collapsed)::after {
  background-image: url(../images/faq-min.png);
}
.question-wrapper .accordion-button:not(.collapsed) {
  color: #003a97;
}
.accordion-body {
  padding-top: 0px;
  padding-left: 0px;
}
.accordion-body p {
  font-size: 16px;
  line-height: 1.3;
  font-weight: 400;
  color: #333;
}
.question-wrapper .accordion-item .accordion-header .accordion-button:focus {
  box-shadow: none;
  color: #000;
}
.modal-header {
  padding: 1rem 1.5rem;
}
.modal-header .modal-title h3 {
  margin-bottom: 0px;
  color: #000000;
  font-size: 22px;
  font-weight: 500;
}
.modal-header .modal-title p {
  font-size: 13px;
  margin-bottom: 0;
}
.modal-header .btn-close {
position: relative;
    right: -26px;
    top: -41px;
    background-color: red;
    background-image: url(../images/modal-close-cus.svg);
    background-size: 16px;
    border-radius: 50%;
    padding: 6px;
    font-size: 10px;
    opacity: 1;
    min-width: 10px;
}
.modal-header .btn-close:focus {
  box-shadow: none;
}
.book-demo .form-group {
  margin-bottom: 25px;
  position: relative;
}
.book-demo .form-group .form-control {
  height: 44px;
  background: #fff;
  color: rgba(0, 0, 0, 0.8);
  border: 1px solid #dadce0;
  font-size: 13px;
  border-radius: 4px;
}
.book-demo .form-group .form-control:focus {
  box-shadow: none;
  border: 1px solid #003a97;
}
.book-demo .labbotm {
  font-size: 13px;
  line-height: 1.4;
  padding-left: 4px;
}
.labbotm span {
  color: #f58220;
}
.errors {
  position: absolute;
  color: #9f0505;
  font-size: 12px;
  padding-left: 4px;
}
.sabmit-btn {
  font-size: 15px;
  font-weight: 600;
  background-color: #003a97;
  color: #fff;
  letter-spacing: 1px;
  border: 1px solid #003a97;
  width: 40%;
  height: 45px;
  border-radius: 6px;
  margin: auto;
  text-align: center;
  justify-content: center;
  display: flex;
  align-items: center;
}
.form-group .input-group .input-group-text {
  background: #000;
  color: #fff;
  font-style: italic;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  border-left: 1px solid #000;
}
.blog-wrapper {
  background-image: linear-gradient(#f0f6ff00, #edf4ff);
  padding-bottom: 50px;
}
.blog-card {
  border: 1px solid #e2edff;
  border-radius: 10px;
  background: #fff;
}
.media-inner h3 {
  font-weight: 500;
  font-size: 18px;
  margin-bottom: 0.5rem;
  line-height: 1.4;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.media-inner h3 a {
  color: #000;
}
.media-inner {
  padding: 15px 15px 15px;
}
.blog-main-img-cus img {
  min-height: 210px;
  height: 220px;
  object-fit: cover;
  width: 100%;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.blog-main-img-cus {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.blog-card .media-inner p {
  font-size: 14px;
  line-height: 1.3;
  font-weight: 400;
  color: #333;
  margin-bottom: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  line-break: anywhere;
  width: 100% !important;
  text-align: start !important;
  padding-bottom: 0px !important;
}
.testimonial-wrapper {
  padding-bottom: 50px;
}
.review-item {
  width: 75%;
  margin: auto;
}
.review-cus {
  position: relative;
}
.review-item .inner-cus {
  position: relative;
  background: #ffffff;
  padding: 0px 20px 0px 20px;
  border-radius: 0px;
  border-radius: 6px;
}
.review-item .inner-cus .quote-icon {
  float: inline-start;
  position: absolute;
  left: -16px;
  top: 0px;
}
.review-item .inner-cus .quote-icon img {
  width: 15px !important;
  height: 15px;
}
.quote-icon-right img {
  width: 15px !important;
  height: 15px;
  float: right;
  transform: rotate(180deg);
}
.testimonial-wrapper .owl-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 0px;
  margin-top: 10px;
}
.testimonial-wrapper .owl-nav button.owl-next,
.testimonial-wrapper .owl-nav button.owl-prev {
  background: #003a97;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  color: #fff;
  font-size: 23px;
}
.review-item .inner-cus p {
  font-size: 14px;
  line-height: 1.3;
  font-weight: 400;
  color: #3c3c3c;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  text-align: center;
}
.quote-icon-right {
  position: absolute;
  bottom: 0px;
  right: -16px;
}
.profile-details-cus {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2px;
  margin-bottom: 5px;
  flex-direction: column;
}
.profile-details-cus .profil-image {
  min-width: 70px;
  height: 70px;
  border-radius: 50%;
  border: 1px solid #003a97;
}
.profile-details-cus .profil-image img {
  width: 100%;
  height: 100%;
}
.profile-details-cus .content h3 {
  font-size: 18px;
  color: #003a97;
  margin-bottom: 0px;
  font-weight: 600;
  text-align: center;
  line-height: 1.2;
}
.profile-details-cus .content p {
  font-size: 14px;
  color: #000;
}
.testimonial-wrapper .owl-theme .owl-dots .owl-dot span {
  width: 20px;
  height: 4px;
  margin: 0px 5px;
  background: #d6d6d6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 0.2s ease;
  border-radius: 30px;
}
.testimonial-wrapper .owl-theme .owl-dots .owl-dot.active span {
  background: #003a97;
}
.testimonial-wrapper .owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 15px;
}
.our-clients-crd a:hover img {
  opacity: 1;
  filter: grayscale(0);
}
.our-clients-crd a:hover:before {
  transform: scale(1);
  box-shadow: 0 3px 22px rgb(0 0 0 / 12%);
  opacity: 1;
  visibility: visible;
}
.fix-icons-footer-cus {
  position: fixed;
  right: 0;
  bottom: 25%;
  background-color: #f58220;
  border-radius: 10px 0 0 10px;
  z-index: 99;
  transition: all 0.5s ease-in-out;
}
.phone-icon {
  padding: 10px 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.whatsapp-icon-cus {
  padding: 10px 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.fix-icons-footer-cus a {
  color: #fff;
  line-height: normal;
  border: 1px solid #fff;
  height: 35px;
  width: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  transition: all 0.5s ease-in-out;
  padding: 7px;
}
.fix-icons-footer-cus i {
  font-size: 16px;
}
.blog-pg-wrapper {
  padding-bottom: 0px;
  padding-top: 60px;
  margin-top: -1px;
}
.blog-list .blog-card {
  margin-bottom: 20px;
}
.blog-list {
  padding: 30px 0px 40px 0px;
  background-image: linear-gradient(#f0f6ff00, #edf4ff);
}
.blog-pg-wrapper h1 {
  text-align: center;
  font-size: 30px;
  font-weight: 500;
}
.blog-pg-wrapper p {
  width: 80%;
  margin: auto;
  font-size: 16px;
  text-align: center;
  padding-bottom: 30px;
  line-height: 1.3;
}
.blog-details-pg {
  padding-top: 10px;
  padding-bottom: 40px;
}
.blog-details-pg img {
  padding-bottom: 15px;
  padding-top: 15px;
}
.blog-details-pg div {
  font-size: 15px;
  line-height: 1.5;
  padding-bottom: 5px;
}
.blog-details-pg p {
  text-align: justify;
  line-break: anywhere;
  font-size: 16px;
  color: #333;
  margin-bottom: 10px;
  line-height: 1.3;
}
.blog-details-pg h2 {
  font-size: 28px;
  font-weight: 500;
  color: #000000;
  margin-top: 20px;
  margin-bottom: 6px;
}
.blog-details-pg h2:first-child {
  margin-top: 0px;
}
.blog-details-pg h3 {
  font-size: 24px;
  font-weight: 500;
  color: #000000;
  margin-bottom: 6px;
}
.blog-details-pg h4 {
  font-size: 22px;
  font-weight: 500;
  color: #000000;
  margin-bottom: 6px;
}
.blog-details-pg h5 {
  font-size: 20px;
  font-weight: 500;
  color: #000000;
  margin-bottom: 6px;
}
.blog-details-pg h6 {
  font-size: 18px;
  font-weight: 500;
  color: #000000;
  margin-bottom: 6px;
}
.blog-details-list {
  text-align: start;
}
.blog-details-list li {
  text-align: start;
  font-size: 16px;
  color: #333;
  font-weight: 400;
  padding-bottom: 12px;
}
.blog-details-pg-image {
  border: 1px solid #ddd;
  border-radius: 10px;
  text-align: center;
  margin-bottom: 20px;
  margin-top: 20px;
}
.footer-contact-details .contact-list li a svg {
  margin-right: 2px;
  color: #123c95;
}
.thankyou-wrpper {
  padding: 80px 0px 80px 0px;
  background-image: linear-gradient(#f0f6ff00, #edf4ff);
  text-align: center;
}
.thankyou-wrpper .thankyou-icon img {
  width: 150px;
  margin: auto 0 16px;
  object-fit: contain;
}
.error-icon img {
  width: 150px;
  margin: auto 0 16px;
  object-fit: contain;
}
.thankyou-wrpper h1 {
  font-size: 28px;
  color: #000;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 6px;
}
.thankyou-wrpper p {
  font-size: 16px;
  color: #787777;
  font-weight: 400;
  margin-bottom: 12px;
}
.thanks-pg .your-header {
  background-color: #fff;
}
.modal-main-cus {
}
.modal-main-cus .modal-body {
  padding: 2rem 35px;
}
.modal-main-cus .modal-content {
  background-image: url(../images/home-popup-bg.webp);
  background-size: cover;
  background-position: center;
}
.modal-main-cus .modal-content .modal-header {
  border-bottom: 0px;
  padding: 20px 30px 5px 30px;
}
.gototop {
  background-color: #003a97;
  width: 40px;
  height: 40px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition:
    background-color 0.3s,
    opacity 0.5s,
    visibility 0.5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
  display: flex;
  justify-content: center;
  align-items: center;
}
.gototop img {
  width: 22px;
  height: 22px;
}
.gototop:hover {
  cursor: pointer;
  background-color: #f58220;
}
.gototop:active {
  background-color: #f58220;
}
.gototop.show {
  opacity: 1;
  visibility: visible;
}
.paddleftright {
  padding-left: 6px;
  padding-right: 6px;
}
@media screen and (max-width: 991px) {
  .navbar-toggler {
    display: none !important;
  }
  .your-header .navbar .container {
    display: flex;
    justify-content: flex-start;
    flex-wrap: nowrap;
  }
  .your-header .navbar .navbar-collapse {
    display: flex;
  }
  header .navbar-nav {
    display: flex;
    align-items: center;
    gap: 5px;
    flex-direction: row;
  }
  .book-btn {
    display: none;
  }
  header .navbar .nav-item .nav-link {
    font-size: 16px;
  }
  header .navbar .nav-item .nav-link.contact-btn img {
    width: 20px;
    height: 20px;
    object-fit: contain;
  }
  header .navbar .nav-item .nav-link.login-btn {
    font-size: 14px !important;
    padding: 4px 12px;
  }
  .our-solutions .title-cus p {
    width: 85%;
    margin: auto;
  }
  .homedelivery {
    min-height: 480px;
    gap: 40px;
    padding: 25px 25px 15px 25px;
  }
  .margn {
    margin-top: 40px;
  }
  .whatwedo {
    padding: 0px 0px 50px 0px;
  }
  .about-deatils {
    padding-top: 15px;
  }
  .flex-crd {
    flex-direction: column;
  }
  .who-we-card .content h3 {
    text-align: center;
    font-size: 20px;
  }
  .who-we-card .content p {
    text-align: center;
    width: 100%;
  }
  .block-crd .content {
    padding-top: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .flex-crd .content {
    padding-right: 1.5rem;
  }
  .flex-crd .image-cus {
    width: 245px;
    padding-top: 50px;
  }
  .home-banner-right .hero-app-featured .app-featured-item {
    padding: 12px 20px;
  }
  .home-banner-right .hero-app-featured .app-featured-item a .content .para {
    font-size: 13px;
  }
  .home-section {
    padding-top: 50px;
    margin-top: -2px;
  }
  .inner-home-content h1 {
    font-size: 30px;
  }
  .build-trust-wrapper .title-cus h2,
  .our-clients .title-cus h2,
  .whatwedo .title-cus h2,
  .our-solutions .title-cus h2,
  .our-products-wrap h2,
  .blog-wrapper .title-cus h2,
  .testimonial-wrapper .title-cus h2 {
    font-size: 24px;
    width: 100%;
  }
  .build-trust-wrapper .title h2 {
    font-size: 30px;
  }
  .whatwedo .title-cus p,
  .our-products-wrap p {
    width: 100%;
    margin: auto;
  }
  .blog-wrapper .title-cus,
  .testimonial-wrapper .title-cus {
    padding-bottom: 20px;
  }
  .media-inner h3 a {
    color: #000;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .review-item {
    width: 100%;
    margin: auto;
  }
  .blog-pg-wrapper {
    padding-top: 30px;
  }
  .blog-pg-wrapper h1 {
    font-size: 28px;
  }
  .blog-pg-wrapper p {
    width: 100%;
    margin: auto;
    font-size: 16px;
    text-align: center;
    padding-bottom: 30px;
    line-height: 1.3;
  }
  .blog-details-pg h2 {
    font-size: 22px;
    font-weight: 600;
    color: #000000;
    margin-top: 20px;
    margin-bottom: 6px;
  }
  .blog-details-pg h3 {
    font-size: 20px;
    font-weight: 500;
    color: #000000;
    margin-bottom: 6px;
  }
  .footer-shape {
    height: 50px;
  }
  .blog-wrapper {
    padding-bottom: 35px;
  }
  .build-trust-wrapper .title-cus h2 {
    width: 100%;
  }
  .build-trust-wrapper .title-cus p {
    width: 100%;
    margin: auto;
  }
  .about-takeaway .title-cus h3 {
    font-size: 16px;
    margin-bottom: 0px;
    color: #000;
  }
  .about-takeaway .title-cus .takeaway-icon {
    width: 35px;
    height: 35px;
    background: #ffffff;
    border-radius: 50%;
    padding: 6px;
  }
  .about-deatils h3 {
    font-size: 18px;
    font-weight: 500;
    color: #003a97;
    line-height: 1.2;
    margin-bottom: 16px;
  }
  .blog-card {
    border: 1px solid #e2edff;
    border-radius: 10px;
    background: #fff;
    margin-bottom: 24px;
  }
  .home-banner-right {
    max-width: 100%;
    margin-top: 24px;
  }
  .home-banner-right .hero-app-featured .app-featured-item a .featured-icon {
    min-width: 35px;
    height: 35px;
    position: absolute;
    left: 0;
    margin-bottom: 6px;
  }
  .margin-bottom {
    border-bottom: none;
  }
  .build-trsut-card h3 {
    font-size: 20px;
    line-height: 1.2;
    color: #003a97;
    margin-bottom: 0px;
    font-weight: 500;
  }
  .build-trsut-card p {
    font-size: 14px;
    line-height: 1.3;
    color: #333;
    margin-bottom: 0;
  }
  .our-clients-crd img {
    height: 50px;
    object-fit: contain;
    position: relative;
    filter: grayscale(1);
    opacity: 0.5;
    z-index: 11;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
  }
  .our-clients-crd a {
    padding: 12px 5px;
  }
  .thankyou-wrpper .thankyou-icon img {
    width: 120px;
    margin: auto 0 6px;
    object-fit: contain;
  }
  .thankyou-wrpper h1 {
    font-size: 20px;
    color: #000;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 6px;
  }
  .thankyou-wrpper p {
    font-size: 16px;
    color: #787777;
    font-weight: 400;
    margin-bottom: 0px;
  }
}
@media screen and (max-width: 767px) {
  .gototop {
    margin: 0px;
    bottom: 25px;
    right: 15px;
  }
  .inner-home-content h1,
  .our-solutions .title-cus h2,
  .inner-home-content p {
    width: auto;
  }
  .inner-home-content h1 {
    font-size: 22px;
    text-align: center;
  }
  .home-section .inner-home-content {
    text-align: center;
  }
  .inner-home-content p {
    font-size: 13px;
    line-height: normal;
    text-align: center;
  }
  .defult-btn {
    width: 150px;
  }
  .home-section {
    height: auto;
    padding-top: 40px;
    margin-top: -1px;
  }
  .home-banner {
    position: relative;
    padding: 15px 0px;
    width: auto;
    margin: auto;
  }
  .our-clients {
    padding: 40px 0px;
    margin-top: 0px;
  }
  .our-products-wrap {
    padding-bottom: 40px;
  }
  .whatwedo .title-cus h2,
  .our-solutions .title-cus h2 {
    font-size: 35px;
  }
  .whatwedo {
    padding: 0px 0px 0px 0px;
  }
  .build-trust-wrapper .title h2 {
    font-size: 20px;
  }
  .build-trsut-card {
    text-align: center;
    padding-bottom: 10px;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .our-solutions .title-cus p {
    width: auto;
    margin: auto;
  }
  .build-trust-wrapper .title {
    text-align: center;
    padding-bottom: 1rem;
  }
  header .navbar .nav-item .nav-link.login-btn {
    font-size: 14px !important;
  }
  .home-banner-right .right-title {
    padding: 10px 20px 0px;
  }
  .home-banner-right .hero-app-featured .app-featured-item {
    padding: 6px 15px;
  }
  .home-banner-right .hero-app-featured .app-featured-item a {
    padding: 0 0 0 40px;
  }
  .home-banner-right .hero-app-featured .app-featured-item a .content .title {
    font-size: 15px;
  }
  .home-banner-right .hero-app-featured .app-featured-item a .content .para {
    font-size: 12px;
    height: auto;
  }
  .build-trust-wrapper .title-cus h2,
  .our-clients .title-cus h2 {
    font-size: 20px;
    margin-bottom: 0px;
  }
  .build-trust-wrapper {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .build-trust-wrapper .title-cus p {
    padding-bottom: 30px;
    font-size: 14px;
    width: auto;
  }
  .build-trust-wrapper .title p,
  .our-clients .title-cus p {
    font-size: 14px;
  }
  .build-trsut-card .trsut-icon img {
    width: 60px;
  }
  .build-trsut-card h3 {
    font-size: 18px;
    margin-bottom: 0px;
  }
  .build-trsut-card p {
    font-size: 13px;
  }
  .our-clients .title-cus {
    margin-bottom: 15px;
  }
  .our-products-wrap .bottom-para {
    padding-bottom: 2rem;
    width: auto;
    font-size: 13px;
  }
  .flex-crd {
    flex-direction: column;
  }
  .whatwedo .title-cus p,
  .our-solutions .title-cus p,
  .our-products-wrap p {
    width: auto;
    font-size: 13px;
  }
  .takeaway {
    margin-bottom: 30px;
    background: linear-gradient(180deg, #ddecfb, #e0eefb00);
    border-top-left-radius: 20px;
    border-bottom-left-radius: 0px;
    border-top-right-radius: 20px;
  }
  .about-takeaway .title-cus .takeaway-icon {
    width: 35px;
    height: 35px;
    background: #ffffff;
    border-radius: 50%;
    padding: 6px;
  }
  .about-takeaway .title-cus {
    margin-bottom: 20px;
  }
  .about-takeaway .title-cus h3 {
    font-size: 16px;
  }
  .homedelivery {
    flex-direction: row;
    padding: 15px 15px 15px 15px;
    gap: 10px;
    background: linear-gradient(180deg, #f8d8d9, #f9d9db00);
    border-top-left-radius: 20px;
    border-bottom-left-radius: 0px;
    min-height: auto;
    border-top-right-radius: 20px;
  }
  .who-we-card {
    margin-bottom: 15px;
  }
  .about-deatils {
    margin-top: 20px;
  }
  .whatwedo .title-cus h2,
  .our-solutions .title-cus h2,
  .our-products-wrap h2,
  .blog-wrapper .title-cus h2,
  .testimonial-wrapper .title-cus h2,
  .about-deatils h3,
  .about-deatils h3 span,
  .who-we-card .content h3 {
    font-size: 20px;
  }
  .who-we-card .content p,
  .blog-wrapper .title-cus p,
  .testimonial-wrapper .title-cus p {
    font-size: 13px;
  }
  .takeaway-image {
    text-align: center;
  }
  .takeaway-image img {
    width: auto;
    height: auto;
  }
  .takeaway .takeaway-image img {
    width: auto;
    height: 340px;
  }
  .our-solutions {
    padding-bottom: 40px;
  }
  .blog-card {
    margin-bottom: 20px;
  }
  .blog-wrapper {
    padding-bottom: 40px;
  }
  .footer-shape {
    margin: -7px 0 0 0px;
    height: 40px;
  }
  .review-item .inner-cus p {
    font-size: 14px;
  }
  .profile-details-cus .content h3 {
    font-size: 13px;
  }
  .profile-details-cus .content p {
    font-size: 9px;
    color: #000;
  }
  .profile-details-cus .profil-image {
    min-width: 40px;
    height: 40px;
    border-radius: 50%;
  }
  .review-item .inner-cus {
    padding: 10px 10px 10px 10px;
  }
  .review-item .inner-cus .quote-icon img,
  .quote-icon-right img {
    width: 15px !important;
    height: 15px;
  }
  .testimonial-wrapper .owl-nav button.owl-next,
  .testimonial-wrapper .owl-nav button.owl-prev {
    background: #003a97;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    color: #fff;
    font-size: 18px;
  }
  .testimonial-wrapper {
    padding-bottom: 40px;
  }
  .blog-wrapper .title-cus,
  .testimonial-wrapper .title-cus {
    padding-bottom: 30px;
  }
  .top-footer h4 {
    margin-top: 8px;
    margin-bottom: 8px;
    font-size: 16px;
  }
  .top-footer .footer-link-list li a {
    font-size: 13px;
    line-height: 21px;
  }
  .flex-crd .image-cus {
    max-width: fit-content;
  }
  .our-clients-crd a {
    margin: 0px;
    padding: 10px 5px;
  }
  .our-clients-crd img {
    height: 60px;
  }
  .your-header.fixed-header .navbar .container {
    padding: 6px 12px 6px 12px;
  }
  .media-inner h3 {
    font-size: 15px;
  }
  .media-inner p {
    font-size: 13px;
  }
  .footer-bootom-links ul {
    display: inline-flex;
    flex-wrap: wrap;
    padding-bottom: 0;
    margin-bottom: 12px;
    gap: 6px;
  }
  .footer-bootom-links ul li {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .footer-bootom-links ul li a {
    padding-right: 5px;
    font-size: 13px;
    padding-left: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .copywrite .footer-note,
  .copywrite p {
    font-size: 13px;
  }
  .copywrite p span {
    display: block;
    margin-top: 3px;
  }
  .footer-contact-details p {
    font-size: 14px;
    line-height: 20px;
    color: #6a6a8e;
    position: relative;
    z-index: 2;
    display: block;
    align-items: flex-start;
  }
  .footer-contact-details .contact-list {
    margin-bottom: 5px;
  }
  .top-footer {
    padding: 0px 0 0px 0;
  }
  .flex-crd .content {
    text-align: center;
  }
  .review-item .inner-cus .quote-icon,
  .quote-icon-right {
    display: none;
  }
  .blog-pg-wrapper h1 {
    font-size: 24px;
  }
  .blog-pg-wrapper p {
    width: 100%;
    margin: auto;
    font-size: 14px;
    text-align: center;
  }
  .blog-pg-wrapper {
    padding-bottom: 10px;
    padding-top: 50px;
    margin-top: -1px;
  }
  .blog-list {
    padding: 30px 0px 40px 0px;
  }
  .blog-details-pg h2 {
    font-size: 18px;
  }
  .blog-details-pg h3 {
    font-size: 16px;
  }
  .build-trust-wrapper .title p {
    width: auto;
  }
  .build-trust-wrapper .title-cus h2 {
    width: auto;
  }
  .review-item {
    width: auto;
    margin: auto;
  }
  .profile-details-cus {
    margin-bottom: 10px;
  }
  .testimonial-wrapper .owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 0px;
  }
  .error-icon img,
  .thankyou-wrpper .thankyou-icon img {
    width: 100px;
    height: auto;
    object-fit: contain;
  }
  .thankyou-wrpper h1 {
    font-size: 20px;
  }
  .thankyou-wrpper p {
    margin-bottom: 6px;
  }
  .thankyou-wrpper {
    padding: 40px 0px 40px 0px;
  }
  .home-banner-right {
    float: none;
  }
  .home-banner-right .right-title {
    padding: 15px 30px 0px;
  }
  .home-banner-right .hero-app-featured .app-featured-item a .featured-icon {
    min-width: 30px;
    height: 30px;
  }
  .blog-details-pg-image img,
  .navbar-brand img {
    width: 100% !important;
    height: auto !important;
  }
  header .navbar .nav-item .nav-link {
    font-size: 12px;
  }
  .margin-bottom {
    border-bottom: 1px dotted rgb(227 229 241);
  }
  .question-wrapper .accordion-item .accordion-button {
    font-size: 16px;
  }
  .accordion-body p {
    font-size: 14px;
    line-height: 1.3;
    font-weight: 400;
    color: #333;
  }
  .home-banner-right .hero-app-featured {
    padding: 10px 0px 15px;
  }
  .question-wrapper .accordion-button::after {
    background-size: 14px;
  }
  .blog-details-pg p {
    font-size: 14px;
  }
  .blog-details-list li {
    text-align: start;
    font-size: 14px;
    color: #333;
    font-weight: 400;
    padding-bottom: 12px;
  }
  header .navbar-brand {
    width: auto;
    object-fit: contain;
    margin: 0;
  }
  .footer-bottom .footer-bottom-wrap .title {
    font-size: 20px;
    font-weight: 400;
    margin-top: 10px;
    color: #000000;
    position: relative;
    z-index: 1;
  }
  .blog-main-img-cus img {
    object-fit: inherit;
  }
  .top-footer .footer-link-list li a::before {
    background-size: 12px 12px;
  }
  .modal-main-cus .modal-body {
    padding: 2rem 20px;
}
.modal-main-cus .modal-content .modal-header {
    border-bottom: 0px;
    padding: 15px 30px 5px 15px;
}
}
@media screen and (max-width: 320px) {
  .footer-contact-details .contact-list li,
  .footer-contact-details .contact-list li a {
    font-size: 14px;
  }
  header .navbar-brand {
    flex: 2;
  }
  .your-header .navbar .navbar-collapse {
    flex: 4;
  }
  .about-takeaway .title-cus h3 {
    font-size: 14px;
  }
  .fix-icons-footer-cus {
    bottom: 35%;
  }
  .phone-icon,
  .whatsapp-icon-cus {
    padding: 7px 7px;
  }
  .fix-icons-footer-cus a {
    height: 30px;
    width: 30px;
    padding: 6px;
  }
  .gototop {
    width: 35px;
    height: 35px;
  }
}
