:root {
  font-family: system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
}
html {
  font-size-adjust: 0.5;
}

@font-face { font-family: Okra; font-display: swap; src: url(fonts/OkraRegular.woff2) format("woff2"), url(fonts/OkraRegular.ttf) format("truetype");font-style: normal; font-weight: 400;
}

@font-face {
  font-family: Okra;font-display: swap;src: url(fonts/OkraMedium.woff2) format("woff2"), url(fonts/OkraMedium.ttf) format("truetype");font-style: normal;font-weight: 500;
}

@font-face {
  font-family: Okra;font-display: swap;src: url(fonts/OkraSemiBold.woff2) format("woff2"), url(fonts/OkraSemiBold.ttf) format("truetype");font-style: normal;font-weight: 600;
}

@font-face {
  font-family: Okra;font-display: swap;src: url(fonts/OkraBold.woff2) format("woff2"), url(fonts/OkraBold.ttf) format("truetype");font-style: normal;font-weight: 700;
}

/* Ultra Light Italic */
@font-face {
    font-family: "SF Pro Display";
    src: url("fonts/SFPRODISPLAYULTRALIGHTITALIC.OTF") format("opentype");
    font-weight: 200;
    font-style: italic;
    font-display: swap;
}

/* Thin Italic */
@font-face {
    font-family: "SF Pro Display";
    src: url("fonts/SFPRODISPLAYTHINITALIC.OTF") format("opentype");
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

/* Light Italic */
@font-face {
    font-family: "SF Pro Display";
    src: url("fonts/SFPRODISPLAYLIGHTITALIC.OTF") format("opentype");
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

/* Regular */
@font-face {
    font-family: "SF Pro Display";
    src: url("fonts/SFPRODISPLAYREGULAR.OTF") format("opentype");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

/* Medium */
@font-face {
    font-family: "SF Pro Display";
    src: url("fonts/SFPRODISPLAYMEDIUM.OTF") format("opentype");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

/* SemiBold Italic */
@font-face {
    font-family: "SF Pro Display";
    src: url("fonts/SFPRODISPLAYSEMIBOLDITALIC.OTF") format("opentype");
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}

/* Bold */
@font-face {
    font-family: "SF Pro Display";
    src: url("fonts/SFPRODISPLAYBOLD.OTF") format("opentype");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

/* Heavy Italic */
@font-face {
    font-family: "SF Pro Display";
    src: url("fonts/SFPRODISPLAYHEAVYITALIC.OTF") format("opentype");
    font-weight: 800;
    font-style: italic;
    font-display: swap;
}

/* Black Italic */
@font-face {
    font-family: "SF Pro Display";
    src: url("fonts/SFPRODISPLAYBLACKITALIC.OTF") format("opentype");
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}

:root { 
  --primary-bg-color: #f58220;
  --secondary-bg-color: #003a97;
  --primary-text-color: #f58220;
  --secondary-text-color: #003a97;
  --defult-text-black-color: #000000;
  --defult-text-white-color: #ffffff;
  --font-body: "Okra", sans-serif; 
  --font-heading: "SF Pro Display", sans-serif; 
}

* {
  box-sizing: border-box;
  outline: none;
}

::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
  background: #003a97;
}

::-webkit-scrollbar-thumb:hover {
  background: #003a97;
}

* {
  scrollbar-width: thin;
  scrollbar-color: rgba(11, 20, 26, 0.2) transparent;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  font-weight: 400;
}

body {
/*  font-family: Okra, sans-serif;*/
  font-family: "SF Pro Display", sans-serif;
  font-optical-sizing: auto; 
  font-size: 16px;
  line-height: 1.2;
  padding: 0px;
  margin: 0px;
  font-weight: 400;
  color: #555555; 
  background: #ffffff;
  overflow-x: hidden;
  -ms-overflow-x: hidden;
  letter-spacing: .6px; 
}
.container {
  max-width: 100%;
  padding-right: 6rem;
  padding-left: 6rem;
  margin-right: auto;
  margin-left: auto;
}

.container {
  width: 100%;
}

ul {
  padding-left: 0;
}

.navcontine {
  flex-wrap: nowrap !important;
}

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

.navbar-brand p {
  margin: 0px;
  font-size: 13px;
  color: #43a37b;
  line-height: 20px;
  padding-left: 8px;
}

.your-header .mrgntop {
  padding: 0px;
  height: 80px; 
}

.navcontine .navbar-brand {
  padding: 0px;
  padding-top: 0px;
  height: auto;
  align-items: center;
  display: inline-block;
  margin-right: 0;
}

.navcontine .heder-second {
  height: 70px;
  align-items: center;
  display: flex;
}

.heder-second {
  display: flex;
  flex-direction: row;
}

.nav-item {
  padding: 0px 10px;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  z-index: 999;
}

.dropbtn {
  padding: 10px 20px;
  border-radius: 6px;
  font-size: 16px;
  font-weight: 600;
  color: #003a97;
  border: none;
  background-color: transparent;
  transition: all .3s;
}

.fa-caret-up {
  display: none !important;
  transition: 500ms;
}

.dropdown:hover .dropbtn {
  background-color: #003a97;
  color: #fff;
}

.dropdown .dropbtn>i {
  transition: all .3s;
}

.dropdown:hover .dropbtn>i {
  transform: rotateX(180deg);
}

.dropdown:hover .dropbtn .fa-caret-up {
  display: flex !important;
  padding-top: 0px;
}

.dropdown:hover .dropbtn .fa-caret-down {
  display: none;
}

.drop-tb {
  background-color: #fff;
  border: 1px solid rgb(179, 177, 177);
  border-radius: 10px;
  margin-top: 10px;
  min-width: 250px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 4 !important;
}

.header {
  background: #fbf3ef;
}

footer {
  position: relative;
}

.footer-address-list li:hover a {
  color: var(--secondary-text-color);
}

footer.shaps-foot::before {
  content: "";
  background: url("/resources/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.shaps-foot:after {
  content: "";
  background: url("/resources/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-address-list {
  padding: 0;
}

.footer-address-list li {
  color: #6a6a8e;
  display: flex;
  padding: 0 0 5px 0;
}

.footer-address-list li > span {
  position: relative;
  top: 5px;
}

.footer-address-list li i {
  margin: 0 15px 0 0;
  display: initial;
  font-size: 21px;
}

.footer-address-list li p {
  font-weight: 400;
  font-size: 16px;
  line-height: 25px;
}

.footer-address-list li a {
  color: #6a6a8e;
  font-size: 16px;
  line-height: 24px;
  position: relative;
}

.footer-address-list li a {
  font-size: 14px;
}

footer.shaps-foot:before {
  content: "";
  background: url("/resources/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-img {
  height: 80px;
  overflow: hidden;
  margin: 0px 0 0 0px;
}

.footer-img svg path {
  fill: #edf4ff;
}

.footer2-row2 {
  padding: 0px 0 50px 0;
  z-index: 2;
  position: relative;
}

.footer2-row2 h2 {
  margin-bottom: 25px;
  font-size: 20px;
  font-weight: 500;
  margin-top: 30px;
  color: #341f18;
}

.footer2-row2 h4 {
  margin-bottom: 25px;
  font-size: 20px;
  font-weight: 500;
  margin-top: 30px;
  color: #341f18;
}

.footer3-row3 {
  background: #ffffff;
  padding: 0px 0;
}

.text-mail {
  display: inline-flex;
}

.copyright {
  text-align: center;
  color: #6a6a8e;
}

.footer-social-media-icons {
  margin: 0 0 20px 0;
  position: relative;
}

.footer-social-media-icons a {
  color: #6a6a8e;
  font-size: 20px !important;
  border-radius: 4px;
  margin: 0 5px;
  width: 35px;
  height: 35px;
  display: inline-block;
  text-align: center;
  line-height: 34px;
}

.footer-social-media-icons a:hover {
  color: #db2d07;
}

.footer-copyright p {
  font-size: 16px;
  position: relative;
  z-index: 9;
}

.footer-note {
  margin-top: 10px;
  line-height: 17px;
}

.aboubg1 {
  background-image: linear-gradient(#edf4ff, #eef3fa, #fcfcfc00);
}

.about-section1 {
  text-align: center;
  padding-top: 70px;
}

.aboubg1 .about-section1.blog-details-breadcrumb-sec-cus {
  padding-top: 150px;
  padding-bottom: 20px;
}

.whyus {
  padding: 0 0 100px;
  background-image: linear-gradient(#ff000000, #edf4ff);
}

.whyus1 {
  padding: 0 0 30px;
  height: 100px;
  background-image: linear-gradient(#ff000000, #edf4ff);
}

.about-section1 h1 {
  font-size: 38px;
  line-height: 1.2;
  font-weight: 500;
}

.blue-clr {
  color: #db2d07;
}

.labbotm {
  font-size: 12px;
  line-height: 1.4;
}

.labbotm span {
  color: #4285f4;
}

.red-clr {
  color: #4285f4;
}

.green-clr {
  color: #34a853;
}

.about-section1 p {
  font-size: 16px;
  line-height: 1.3;
}

.about-section1 {
  padding-top: 170px;
  padding-bottom: 100px;
}

.aboubg {
  background-size: contain;
  position: relative;
  height: 215px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.logoicn img {
  width: 30px;
}

.about-heding span {
  font-size: 28px;
  color: #000000;
}

.aboubg span {
  background: rgb(144 191 245 / 34%);
  height: 300px;
  width: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 33% 66% 70% 30% / 49% 62% 38% 51%;
  transition: 0.5s;
  -webkit-transition: 0.5s;
}

.abou-sct h2 {
  font-size: 32px;
  line-height: 1.2;
  font-weight: 500;
  color: #000;
}

.abou-sct p {
  display: block;
  color: #333;
  text-align: justify;
  font-size: 15px;
  line-height: 1.3;
}

.abou-sct1 h2 {
  font-size: 32px;
  line-height: 1.2;
  font-weight: 500;
  color: #000;
}

.abou-sct1 p {
  display: block;
  color: #333;
  text-align: justify;
  font-size: 15px;
  line-height: 1.3;
  width: 100%;
}

.borderbotm {
  padding-bottom: 0;
  margin-bottom: 0px;
}

.projects_info {
  position: relative;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  width: 100%;
}

.banner_info .projects_info .count {
  padding: 25px 20px 25px;
}

.whyus .count {
  display: inline-flex;
  width: 50%;
  color: #333;
  cursor: pointer;
  padding-top: 20px;
  align-items: center;
  gap: 12px;
}

.whyus .count_txt {
  width: 85%;
}

.whyus .count_icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  align-items: baseline;
}

.count_txt {
  display: inline-flex;
  flex-direction: column;
}

.banner_info .projects_info .pro_txt, .counter_area .projects_info .pro_txt {
  line-height: 23px;
  font-size: 14px;
}

.about-why-choose-about-title {
  font-size: 15px;
  font-weight: 400;
  text-transform: capitalize;
  line-height: 22px;
}

.counter_area {
  margin-top: 30px;
}

.counter_area:last-child {
  border-bottom: none !important;
}

.clinte-review .carousel-item {
  background-color: rgb(255, 255, 255);
  width: 100%;
  height: 100%;
}

.testimonial-text {
  padding-bottom: 30px;
}

.testimonial-text h3 {
  font-size: 22px;
  margin-bottom: 12px;
  font-weight: 300;
  text-align: center;
  color: #f15a5a;
}

.testimonial-text p {
  color: #555;
  font-size: 15px;
  text-align: center;
  line-height: 21px;
  width: 90%;
  margin: auto;
}

.testimonial-thumb img {
  width: 100%;
  max-width: 48px;
  max-height: 48px;
  border-radius: 50%;
  box-shadow: 0 0 2px 0 #ddd;
}

.testimonial-three {
  margin-bottom: 80px;
}

.testimonial-title h4 {
  margin-bottom: 3px;
  color: #333;
  margin-top: 0;
  font-weight: 500;
  font-size: 17px;
}

.testimonial-title span {
  font-size: 13px;
  color: #f15a5a;
  font-weight: 500;
}

.testimonial-title {
  padding-left: 20px;
}

.clinte-review .carousel-dark .carousel-indicators [data-bs-target] {
  background-color: #f15a5a;
  width: 20px;
}

.testmolal {
  margin-top: 40px;
}

.bagcolor {
  background-color: var(--secondary-bg-color) !important;
  color: #fff;
  font-size: 16px;
  height: 50px !important;
}

.input-group {
  border-radius: 6px;
  height: 53px !important;
  width: 70%;
}

.modal-heding {
  font-size: 22px;
  font-weight: 600;
  color: #333;
  line-height: 1.2;
  margin-bottom: 3px;
}

.newactibg {
  background-image: linear-gradient(#edf4ff, #eef3fa, #fcfcfc00);
}

.Who {
  margin-top: -30px;
}

.newmg-top {
  margin-top: -50px;
}

.icolistnew {
  display: flex;
  justify-self: center;
  list-style: none;
}

.billing-text-area {
  text-align: left;
  padding-top: 80px;
}

.biling-main-btn {
  background-color: #f15a5a;
  border: 1px solid #f15a5a;
  padding: 13px 15px;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  border-radius: 10px;
}

.biling-main-btn:hover {
  background-color: #f14444;
}

.main-top {
  height: 300px;
}

.main-top img {
  object-fit: contain;
}

.privcpara li {
  color: #555555;
  font-size: 15px;
  line-height: 23px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.2px;
  text-align: justify;
  text-transform: lowercase !important;
}

.about-text h3 {
  color: #341f18;
  font-size: 25px;
  line-height: 1.2;
} 

.mandi-fturch p {
  color: #476788;
  font-size: 16px;
  line-height: 23px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.2px;
}

.biling-small-card {
  width: 100%;
  transition: 0.5s;
  margin-top: 10px;
}

.biling-small-card:hover {
  background-color: #f7e1e1;
  border-radius: 6px;
  box-shadow: 0 3px 4px 1px #5756551f;
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.biling-small-card img {
  width: 90px;
  height: 90px;
  border-radius: 5px;
  padding: 20px;
  border: none;
  transition: 0.9s ease-out;
  background-color: #f58c8c;
}

.biling-card-para {
  padding: 17px;
  padding-left: 10px;
}

.num-para1 {
  font-size: 24px;
  font-weight: 700;
  color: #212529;
  margin-bottom: 3px;
}

.clin-para {
  font-size: 14px;
  margin-bottom: 0;
  white-space: nowrap;
}

.text-area-new {
  text-align: center;
}

.text-area-new h2 {
  font-size: 30px;
  line-height: 37px;
  font-weight: 600;
  color: #000;
}

.text-area-new p {
  color: #333;
  font-size: 16px;
  line-height: 23px;
}

.login-icon1 i {
  padding: 20px 24px;
  background-color: #ffe5e6;
  color: #f15a5a;
  font-size: 25px;
  border-radius: 10px;
}

.login-para1 {
  padding-left: 15px;
}

.directors2 {
  width: 400px;
  text-align: center;
  margin: auto;
}

.directors2 img {
  width: 100%;
  height: 100%;
}

.login-para1 h3 {
  font-size: 20px;
  font-weight: 500;
}

.User-login {
  margin-top: 10px;
}

.directors h2 {
  font-size: 27px;
  line-height: 35px;
  font-weight: 600;
  padding-bottom: 22px;
}

.login-para1 p {
  font-size: 15px;
  line-height: 18px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.2px;
}

.servis-new {
  display: flex;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}

.servis-new .login-icon1 {
  width: 12%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  box-shadow: 0 0 15px 0 #ddd;
  height: 75px;
}

.servis-new .login-icon1 img {
  width: 55px;
  height: 55px;
  padding: 5px;
  filter: invert(75%) sepia(15%) saturate(0%) hue-rotate(236deg) brightness(96%) contrast(86%);
}

.servis-new .login-para1 {
  width: 88%;
}

.servis-new.active .login-icon1 {
  background-color: #f15a5a;
}

.servis-new .active .login-icon1 img {
  filter: invert(0) brightness(10.5);
}

.servis-new:hover .login-icon1 {
  background-color: #f15a5a;
}

.servis-new:hover .login-icon1 img {
  filter: invert(0) brightness(10.5);
}

.hhppclid {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.clint a {
  display: inline-block;
  vertical-align: top;
  text-align: center;
  padding: 30px 20px;
  margin: 5px;
  cursor: pointer;
  box-shadow: 0 0 1px 0 #4e4e4e;
  position: relative;
}

.clint 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;
}

.clint img {
  height: 80px;
  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;
}

.clint a:hover img {
  opacity: 1;
  filter: grayscale(0);
}

.fix-icons-footer-cus {
  position: fixed;
  right: 0;
  top: 75%;
  background-color: #b7d2fd0;
  border-radius: 0px;
  transition: all 0.5s ease-in-out;
  z-index: 999;
}

.fomenu input:-ms-input-placeholder {
  color: #fff;
  opacity: 1;
}

.fomenu input::-moz-placeholder {
  color: #fff;
  opacity: 1;
}

.fomenu input:-moz-placeholder {
  color: #fff;
  opacity: 1;
}

.fomenu input::-webkit-input-placeholder {
  color: #fff;
  opacity: 1;
}

.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;
}

.search-icon {
  padding: 10px 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.fix-icons-footer-cus a {
  color: #003a97;
  line-height: normal;
  border: none;
  height: 35px;
  width: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  transition: all 0.5s ease-in-out;
}

.fix-icons-footer-cus .serch {
  color: var(--secondary-text-color);
  line-height: normal;
  border: 1px solid var(--secondary-bg-color);
  height: 35px;
  width: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  transition: all 0.5s ease-in-out;
  cursor: pointer;
}

.fix-icons-footer-cus i {
  font-size: 48px;
}

.bi-search {
  display: flex;
}

.bi-x {
  display: none;
}

#myDIV {
  display: none;
}

.fomenu {
  margin-right: 47px;
  margin-top: 111px;
  border: none;
}

.fixd-icon {
  position: fixed;
  right: 0;
  top: 40%;
  z-index: 999;
}

.forcont {
  border-radius: 0px;
  border: none;
  width: 100%;
  height: 100%;
  padding: 16px;
  background-color: #8aacec;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}

.phone-icon:hover {
  background-color: var(--primary-bg-color);
  border-radius: 8px 0 0 8px;
}

.whatsapp-icon-cus:hover {
  background-color: var(--primary-bg-color);
  border-radius: 8px 0 0 8px;
}

.search-icon:hover {
  background-color: var(--primary-bg-color);
  border-radius: 0px 0 0 0px;
}

.main-conent {
  height: 100vh;
  width: 100vw;
  display: grid;
  align-items: center;
}

.thak-logo {
  width: 100px;
  height: 100px;
  margin: auto;
}

.thak-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  text-align: center;
}

.thak h1 {
  font-size: 40px;
  margin-top: 0px;
}

.thak p {
  font-size: 17px;
  line-height: 30px;
  width: 100%;
  margin: auto;
}

.thak button {
  border: none;
  background-color: #003a97;
  margin-top: 20px;
  padding: 15px 30px;
  color: #fff;
  box-shadow: 2px 2px 11px 2px #cbe0f3;
  border-radius: 4px;
}

.breadcrumbs {
  position: relative;
  background: none repeat scroll 0 0 #fcfcfc;
  border: 1px solid #e3e3e3;
  border-radius: 2px;
  font-size: 80%;
  height: 22px;
  line-height: 22px;
  overflow: hidden;
  padding: 5px;
  margin-top: 150px;
  -webkit-box-sizing: initial;
  -moz-box-sizing: initial;
  box-sizing: initial;
}

.breadcrumbs > span {
  position: relative;
  padding: 10px 15px;
}

.breadcrumbs > span:after.breadcrumbs > span:before {
  z-index: 1;
  content: " ";
  border: 19px solid transparent;
  height: 0;
  width: 0;
  right: -27px;
  top: -1px;
  position: absolute;
  border-left-color: #ddd;
}

.breadcrumbs a {
  color: #333;
}

.breadcrumbs > span:after {
  border-left-color: #fcfcfc;
  right: -24px;
  border-width: 18px;
  top: 0;
}

.breadcrumbs > label {
  padding-left: 15px;
  margin-bottom: 0;
}

label {
  display: inline-block;
}

.single-leading-author {
  color: #000;
  font-size: 18px;
  font-weight: 500;
}

.single-leading-info {
  margin-bottom: 15px;
  position: relative;
}

.single-leading-author h1 {
  color: #000;
  font-size: 20px;
  font-weight: 500;
}

.single-leading-author h1 a {
  color: #000;
  font-size: 18px;
  font-weight: 500;
}

.border_box1 {
  border-bottom: 1px dashed #504646;
  padding-bottom: 8px;
  border-top: 1px dashed #504646;
  padding-top: 11px;
}

.content_newday {
  list-style: outside none none;
  margin: 0 0 5px;
  padding: 0;
}

.content_newday > li:last-child {
  border-right: medium none;
  margin-right: 0;
  padding-right: 0;
}

.content_newday > li {
  border-right: 1px solid #ddd;
  color: #888;
  display: inline-block;
  height: 15px;
  line-height: 15px;
  margin-right: 5px;
  padding-right: 5px;
  transition: all 0.5s ease-out 0s;
}

.content_newday > li span {
  padding-left: 5px;
}

.lnr {
  font-family: Linearicons;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.box_shadow1 {
  background: #f5f5f5 none repeat scroll 0 0;
  box-shadow: 0 0 1px 0 #f5f5f5;
  padding: 10px 10px;
}

.list-post-nowon {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}

.list-post-nowon > li {
  display: flex;
  width: 100%;
}

.index-nowon-newday {
  width: 40px;
  transition: all 0.5s ease-out 0s;
}

.article-details-main img {
  width: 100%;
}

.index-nowon-newday img {
  width: 100%;
  border-radius: 50%;
}

.content-nowon-newday {
  width: 90%;
  padding-left: 12px;
  transition: all 0.5s ease-out 0s;
}

.content-nowon-newday h3 {
  font-size: 13px;
  font-weight: 500;
  margin: 0 0 8px;
  border-bottom: 1px dashed #ccc;
  padding-bottom: 10px;
}

.content-nowon-newday h3 a {
  display: block;
  color: #333;
  transition: all 0.5s ease-out 0s;
}

.main-content-single2 {
  line-height: 24px;
  font-size: 15px;
  color: #1d1d1d;
  padding: 15px 0 0;
  text-align: justify;
}

.sidebar-cus {
  width: 100%;
}

.sidebar-cus img {
  width: 100% !important;
}

.marking {
  color: #db2d07;
}

.heding6 {
  font-size: 19px;
}

.heding6:hover {
  color: #db2d07;
}

.contact-form-page {
  padding: 0px 15px;
  width: 100%;
  overflow-x: hidden;
}

.contactForm .label {
  color: #000;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
}

#contactForm .form-control {
  font-size: 16px;
}

.contactForm .form-control {
  border: 1px solid #dadce0;
  font-size: 12px;
}

.form-control[type="text"]:focus, .form-control.form-select:focus {
  border: 1px solid var(--secondary-bg-color) !important;
  box-shadow: none;
}

.form-control {
  height: 50px;
  color: rgba(0, 0, 0, 0.8);
  font-size: 14px;
  border-radius: 5px;
  border: none;
}

.contactForm .form-control2 {
  border: none;
  width: 50%;
  font-size: 14px;
  font-weight: 500;
}

.form-control2 {
  height: 45px;
  background: #fff;
  color: rgba(0, 0, 0, 0.8);
  font-size: 14px;
  border-radius: 4px;
  border: none;
  width: 100%;
}

.clodbtn {
  margin-top: 0 !important;
  background-size: 20px;
  background-color: #ed1d24;
  background-image: url(/resources/images/cross-small.svg);
  opacity: 1;
  border-radius: 100%;
  width: 10px;
  height: 10px;
  position: relative;
  top: -35px;
  right: -15px;
}

.clodbtn:hover {
  opacity: 1;
}

.btn-close:focus {
  outline: 0;
  box-shadow: none;
  opacity: 1;
}

.modlwidth {
  width: 87%;
}

.modl-cont {
  padding-left: 10px;
  padding-right: 10px;
}

.modl-bom {
  border-bottom: none !important;
}

.modl-bom h1 {
  font-size: 25px;
}

.modl-bom p {
  font-size: 12px;
  color: #707070;
  margin-bottom: 0;
}

.subbtn {
  font-size: 16px;
  font-weight: 600;
  background-color: #003a97;
  color: #fff;
  letter-spacing: 1px;
  border: none;
}

.subbtn1 {
  font-size: 15px;
  font-weight: 600;
  background-color: transparent;
  color: #0e0c0c;
  letter-spacing: 1px;
  border: 2px solid #ccc;
}

.list-title h2 {
  text-align: center;
  font-size: 30px;
}

.list-title p {
  font-size: 16px;
  line-height: 25px;
  text-align: center;
}

.blog-details-content-sec-main-cus .list-main-cus {
  padding: 0px 0 0px;
  background-image: linear-gradient(#ff000000, #ff000000);
  width: 100%;
  overflow-x: hidden;
}

.blog-details-content-sec-main-cus .main-content-single2 img {
  padding: 5px 0;
}

.list-main-cus {
  padding: 0px 0 80px;
  background-image: linear-gradient(#ff000000, #edf4ff);
  width: 100%;
  overflow-x: hidden;
}

.list-content-blog {
  margin-top: 20px;
}

.catbshadow {
  background: #fff none repeat scroll 0 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.3);
  padding: 15px;
}

.content-light {
  margin-bottom: 15px;
}

.list-light {
  margin-bottom: 15px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 15px;
}

.list-main {
  display: flex;
  align-items: flex-start;
  justify-content: start;
}

.list-main .recent-article-list-img {
  width: 30%;
}

.list-main .search-light-info {
  padding-left: 15px;
  width: 70%;
}

.list-main .search-light-info > h3 {
  font-size: 14px;
  font-weight: 600;
  margin: 0 0 10px;
  border-bottom: 1px dashed #ccc;
  padding-bottom: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.search-light-info h3 a {
  color: #333;
}

.search-light-info h3 a:hover {
  color: #e14d26;
}

img {
  width: 100%;
}

.list-main .search-light-info > p {
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  margin: 0;
  line-height: 22px;
  font-size: 15px;
}

.recent-artical-sidebar-article-cus .media-card {
  border-radius: 8px;
  border: 1px solid #dde9fc;
  background: #fff;
  box-shadow: 0 0 12px 1px rgba(0, 0, 0, 0.08);
  padding-bottom: 10px;
  height: 100%;
  margin-bottom: 24px;
  overflow: hidden;
}

.recent-artical-sidebar-article-cus .media-card .blog-main-img-cus img {
  min-height: 210px;
}

.recent-artical-sidebar-article-cus .media-inner {
  padding: 0 10px;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
}

.recent-artical-sidebar-article-cus .media-card h4 {
  color: #000;
  font-size: 18px;
  font-weight: 500;
  font-style: normal;
  line-height: 1.2;
  margin-top: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  min-height: 48px;
}

.recent-artical-sidebar-article-cus .media-card h2 {
  color: #000;
  font-size: 18px;
  font-weight: 500;
  font-style: normal;
  line-height: 1.2;
  margin-top: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  min-height: 48px;
}

.item-search-light {
  margin-bottom: 15px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 15px;
}

.recent-artical-sidebar-article-cus .media-card h4 a {
  color: #000;
  font-weight: 400;
}

.recent-artical-sidebar-article-cus .media-card h2 a {
  color: #000;
  font-weight: 400;
}

.recent-artical-sidebar-article-cus .media-card p {
  color: #2c2d2f;
  margin: 0;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.listmargn {
  margin-top: 50px;
}

.listtab {
  color: #333;
  font-size: 14px;
  font-weight: 500;
  padding: 12px 15px;
  letter-spacing: 0.5px;
  text-decoration: none;
  text-transform: uppercase;
}

.listnav:hover a {
  background-color: #db2d07;
  color: #fff;
}

.listnav {
  padding: 0px 10px !important;
}

.fixed-header {
  background-color: #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.17);
  position: fixed;
  z-index: 99999;
  top: 0px;
}

.logo {
  width: 200px !important;
}

.logo img {
  width: 200px;
}

.food-menu h3 {
  font-size: 25px;
  line-height: 30px;
  font-weight: 500;
  color: #1b1919;
}

.food-menu p {
  font-size: 15px;
  line-height: 18px;
}

.color-food {
  background-color: #f15a5a;
  padding: 40px 20px;
  margin-top: 30px;
  border-radius: 15px;
}

.food-icon {
  width: 150px;
  height: 70px;
  margin: auto;
  text-align: center;
}

.food-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.color-food h4 {
  font-size: 18px;
  line-height: 22px;
  color: #fff;
  font-weight: 500;
  text-align: center;
}

.color-food p {
  font-size: 15px;
  line-height: 18px;
  color: #fff;
  text-align: center;
  margin-bottom: 0px;
}

.propulercard {
  padding: 20px;
  box-shadow: 4px 4px 8px 4px #f7f6f6;
  border-radius: 10px;
  margin-top: 30px;
  background-color: #f7e5e5;
}

.propulercard .card-body {
  padding: 0px;
  padding-top: 10px;
  padding-left: 5px;
}

.propulercard img {
  border-radius: 10px;
  height: 250px;
}

.propulercard h5 {
  font-size: 25px;
  font-weight: 500;
  color: #f15a5a;
}

.propulercard p {
  font-size: 15px;
  color: #000;
  line-height: 17px;
  font-weight: 400;
}

.buybtn a {
  background-color: #f15a5a;
  color: #fff;
  border-radius: 20px;
  font-size: 14px;
}

.buybtn:hover a {
  background-color: #f14444;
  color: #fff;
}

.margn {
  margin-top: 70px;
}

.box-contin {
  width: 90%;
  margin: auto;
}

.home-banner {
  margin-bottom: 115px;
  width: 100%;
  position: relative;
  z-index: -1;
  padding: 50px 0;
}

.inner-banner {
  position: relative;
  z-index: 2;
}

.banner h1 {
    font-size: 48px;
    margin: 0 0 10px;
    font-weight: 600;
    line-height: 1.1;
    letter-spacing: -.8px;
    color: #000000;
}

.seco-heding {
  color: #341f18;
  font-size: 38px;
  font-weight: 500;
  line-height: 1.2;
}

.banner p {
font-size: 16px;
line-height: 1.3; 
max-width: 90%;
}

.cretbtn button {
  border: none;
  background-color: #f26621;
  color: #fff;
  padding: 12px 18px;
  border-radius: 10px;
  margin-right: 20px;
  font-size: 16px;
  font-weight: 500;
}

.cretbtn1 button {
  background-color: #fce7f3;
  border: 2px solid #f9a8d4;
  padding: 12px 13px;
  border-radius: 10px;
  color: #f9a8d4;
  font-size: 16px;
  font-weight: 500;
}

.warp {
  overflow: hidden;
}

.home-banner::after {
  height: 5000px;
  width: 5000px;
  -webkit-transform: rotateZ(6deg) skewX(-50deg) scaleX(-1);
  -ms-transform: rotate(6deg) skewX(-50deg) scaleX(-1);
  transform: rotateZ(6deg) skewX(-50deg) scaleX(-1);
  top: auto;
  bottom: -35px;
  left: 92%;
  -webkit-transform-origin: 0 100%;
  -ms-transform-origin: 0 100%;
  transform-origin: 0 100%;
  z-index: 1;
  background: #fcf6ea;  
  background-color: #fcf6ea;
  color: #fee4e8;
  content: "";
  position: absolute;
  border-radius: 1px;
}

.about-text {
  margin-top: 0px;
}

.about-text h2 {  
    color: #000000;
    font-size: 48px;
    line-height: 1.1;
    font-weight: 800;
    font-family: var(--font-heading);
    letter-spacing: -1px;
    margin-bottom: 1rem;
}

.about-text p {
  color: #555555;
  font-size: 15px; 
  line-height: 1.3;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.2px;
  text-align: justify;
}

.centerdv {
  margin: auto;
  float: none;
}

header {
width: 100%; 
transition: all ease 500ms;
height: 80px; 
align-items: center;
backdrop-filter: blur(16px);
-webkit-backdrop-filter: blur(16px);
background: #fbf6eadb;
/*border-bottom: 1px solid #e3dccc;*/ 
left: 0;
position: fixed;
right: 0;
top: 0;
z-index: 100;
}

.margitop {
  margin-top: 200px !important;
}

.banner-img img {
  width: 85%; 
  position: relative;
  z-index: 0;
  margin: 0 0 0 auto;
  display: block;
}

.about-img {
  width: 100%;  
  border: 10px;
  margin-left: 0px;
}

.about-home-services-cus-main .hm-services-new {
  width: 100%;
}

.about-home-services-cus-main .hm-services-new .sr-boc-wrap {
  display: flex;
  flex-wrap: wrap;
}

.about-home-services-cus-main .hm-services-new .sr-new-box {
  width: 25%;
}

.about-home-services-cus-main .hm-services-new .sr-new-box {
  float: left;
  padding: 10px;
}

.about-home-services-cus-main .hm-services-new .sr-new-box .sr-new-box-inner {
  position: relative;
  -webkit-box-shadow: 0 16px 36px 0 16px 36px rgb(34 82 130 / 8%);
  box-shadow: 0 16px 36px rgb(34 82 130 / 8%);
  overflow: hidden;
  border-radius: 0;
}

.about-home-services-cus-main .hm-services-new .sr-new-box .front-side {
  border-radius: 0;
  background: #fff;
  padding: 30px 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
}

.about-home-services-cus-main .hm-services-new .sr-new-box .front-side {
  min-height: 360px;
}

.about-home-services-cus-main .hm-services-new .sr-new-box .back-side {
  border-radius: 0;
  background: #f26621;
  padding: 30px 10px 30px 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  opacity: 0;
  z-index: 2;
  overflow-y: auto;
}

.about-home-services-cus-main .hm-services-new .sr-new-box:nth-child(2) {
  margin-top: 140px;
}

.about-home-services-cus-main .hm-services-new .sr-new-box:nth-child(4) {
  margin-top: 140px;
}

.about-home-services-cus-main .hm-services-new .sr-new-box:nth-child(5) {
  margin-top: -140px;
}

.about-home-services-cus-main .hm-services-new .sr-new-box:nth-child(7) {
  margin-top: -140px;
}

.about-home-services-cus-main .hm-services-new .sr-new-box .sr-new-box-inner:hover .back-side {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  opacity: 1;
}

a {
  text-decoration: none;
}

.about-home-services-cus-main .btn-2 {
  display: inline-block;
  height: 35px;
  line-height: 30px;
  padding: 0 20px;
  border-radius: 25px;
  color: #fff;
  font-size: 13px;
  border: 2px solid #fff;
  text-align: center;
  font-weight: 400;
  margin-top: 15px;
}

.about-home-services-cus-main .btn-2:hover {
  border: 2px solid #fff;
  background: #fff;
  color: #f26621;
}

.about-home-services-cus-main .hm-services-new .sr-new-box .front-side h4 {
  color: #2f3336;
  margin: 0 0 15px;
  font-size: 18px;
}

.about-home-services-cus-main .hm-services-new .sr-new-box p {
  font-size: 15px;
  line-height: 25px;
}

.about-home-services-cus-main .hm-services-new .sr-new-box .back-side h4 {
  color: #fff;
  margin: 0 0 15px;
  font-size: 20px;
}

.about-home-services-cus-main .hm-services-new .sr-new-box .back-side ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}

.about-home-services-cus-main .hm-services-new .sr-new-box .back-side ul li {
  padding: 5px 0 0 13px;
  position: relative;
}

.about-home-services-cus-main .hm-services-new .sr-new-box .back-side ul li::before {
  content: "î¡¶";
  font-family: linearicons;
  display: block;
  position: absolute;
  left: 0px;
  top: 9px;
  font-size: 12px;
}

.about-home-services-cus-main .hm-services-new .sr-new-box .sr-icon {
  display: block;
  margin: 0px 0px 20px;
}

.feature_bg {
  position: relative;
  padding: 60px 0px 210px;
  margin-top: 80px;
}

.feature_bg .feature-svg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: -100px;
  z-index: 1;
}

.feature_list {
  position: relative;
  z-index: 111;
}

.title-box9 {
  margin-bottom: 30px;
}

.title9 {
  margin: 10px 0 8px;
  font-size: 38px;
  font-weight: 500;
  text-transform: capitalize;
  line-height: 1.2;
}

.title-box9 p, .sub-title9 {
  display: inline-block;
  color: #777;
  font-size: 16px;
  line-height: 25px;
}

.feature_list .feature-box-style-01 {
  margin-bottom: 20px;
}

.why-choose-us-main {
  margin-top: 120px;
}

.why-choose-us-main .feature-box-flex-cus {
  display: flex !important;
  align-items: center;
  width: 100%;
}

.feature-box-info {
  display: block;
  vertical-align: top;
}

.why-choose-us-main .feature-box-icon {
  width: 15%;
  height: auto;
  margin-bottom: 10px !important;
}

.why-choose-us-main .feature-box-flex-cus h3 {
  font-size: 17px;
  color: #000;
  width: 75%;
  text-align: left;
}

.title-box9 {
  margin-bottom: 30px;
}

.txt-green {
  color: #db2d07 !important;
}

.title-box9 span, .sub-title9 {
  display: inline-block;
  color: #707070;
  font-size: 16px;
  line-height: 1.4;
}

.faq-home-bg .accordion-item {
  border-radius: 10px;
  border: 1px solid #cfcfcf;
  background: rgba(247, 247, 251, 0.5);
  margin-bottom: 6px;
}

.faq-content {
  line-height: 23px;
  font-size: 15px;
}

.blog-main-cus {
  padding: 0 0 50px;
  background-image: linear-gradient(#f0f6ff00, #edf4ff);
}

.pad-top10 {
  padding-top: 10px !important;
}

.blog-box-main-cus {
  background-color: #edf4ff;
  display: block;
  max-width: 100%;
  border-radius: 10px;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  margin-bottom: 24px;
}

.slider-card2::after {
  content: url(../images/ic_quotenew.svg);
  height: 50px;
  width: 50px;
  background-color: #f15a5a;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom-left-radius: 30%;
  right: 0;
  top: 0;
}

.blog-image-cus {
  height: 300px;
  position: relative;
}

.blog-content-overlay-cus {
  background-color: #cee0f6;
  display: flex;
  flex-direction: column;
  height: auto;
  width: 100%;
  padding: 18px 16px 28px;
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(calc(100% - 114px));
  transition: all .3s ease-in-out;
}

.blog-content-heading-cus {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 78px;
  margin-bottom: 18px;
}

.blog-content-heading-cus .blog-title {
  color: #000;
  font-size: 20px !important;
  font-weight: 400;
  line-height: 1.3;
  text-align: center;
  padding-bottom: 0;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  max-height: 100%;
  overflow: hidden;
}

.blog-content-overlay-cus p {
  color: #000;
  font-size: 16px;
  line-height: 1.25;
  text-align: center;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  height: 100px;
  overflow: hidden;
  margin-bottom: 18px;
  font-weight: 400;
}

.blog-content-overlay-cus .blog-btn-cus {
  flex-grow: 1;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.blog-content-overlay-cus .blog-btn-cus a {
  background-color: #fff;
  text-align: center;
  min-width: 48px;
  padding: 7px;
  border-radius: 50%;
}

.blog-content-overlay-cus .blog-btn-cus a i {
  color: #03334e;
  font-size: 20px;
  font-weight: 700 !important;
  line-height: 34px !important;
  display: block;
  position: relative;
  left: 0px;
}

.blog-image-cus img {
  object-fit: cover;
  height: 75%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.box-intro8 h2 {
  color: #000000;
  font-size: 48px;
  line-height: 1.1; 
  font-weight: 800;
  font-family: var(--font-heading);
  letter-spacing: -1px;
  margin-bottom: 1rem;
  text-transform: none;
}
.box-intro8 p {
  color: #555555;
  font-size: 16px;
  line-height: 1.3;
  font-weight: 400;
  font-family: var(--font-heading);
  letter-spacing: .6px;
}

.why-choose-us-main {
  margin-bottom: -110px;
}

.blog-box-main-cus:hover .blog-content-overlay-cus {
  padding-top: 24px;
  transform: none;
}

.why-choose-us-main .item-feature-box-custom:hover .feature-box-icon span {
  color: #fff;
  background: linear-gradient(109deg, #341f18, #815445);
}

.download {
  background: url(../images/do-you-have-more-questions.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 0 34px 34px;
  position: relative;
}

.download::after {
  content: "";
  background-color: rgb(255 255 255 / 0%);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-image: linear-gradient(#fff0, #f69358);
}

.download h3 {
  color: #fff;
  font-size: 19px;
  font-style: normal;
  font-weight: 800;
  line-height: 22px;
  padding-top: 255px;
  z-index: 999;
  position: relative;
}

.download p {
  color: #110000;
  margin-bottom: 10px;
  z-index: 999;
  position: relative;
  line-height: 1.2;
}

.btn.btn-download {
  width: 100%;
  height: 62px;
  border-radius: 4px;
  background: var(--secondary-bg-color);
  color: #fff;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 45px;
  letter-spacing: -0.4px;
  z-index: 999;
  position: relative;
}

.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;
}

.faq-home-bg .accordion-button:not(.collapsed) {
  color: var(--primary-bg-color) !important;
}

.box-intro8 {
  text-align: center;
  width: 80%;
  margin: 0 auto 30px;
}

.why-choose-us-main .feature-box-icon span {
  position: relative;
  font-size: 21px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: #db2d07;
  line-height: normal;
  width: 45px;
  height: 45px;
  border-radius: 33% 66% 70% 30% / 49% 62% 38% 51%;
  margin-top: 5px;
  transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
}

.defult-btn-cus {
  margin-top: 20px;
}

.defult-btn-cus .sub_btn {
  background: #db0909;
  text-align: center;
  color: var(--defult-text-white-color);
  display: inline-block;
  min-width: 180px;
  padding: 14px 30px;
  font-size: 16px;
  font-weight: 500;
  border-radius: 10px;
  margin-top: 30px;
  transition: all 0.3s;
  background: linear-gradient(to right, #003a97, #1c68e5, #377be9, #337bf0);
  position: relative;
  overflow: hidden;
  border: none;
}

.defult-btn-cus .sub_btn:hover span.circle {
  top: -10%;
  right: -80px;
}

.defult-btn-cus .sub_btn span.circle {
  background: rgba(255, 255, 255, 0.2);
  display: block;
  position: absolute;
  top: -10%;
  right: -130px;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  -webkit-transition: 1.2s cubic-bezier(0.17, 0.85, 0.438, 0.99);
  -o-transition: 1.2s cubic-bezier(0.17, 0.85, 0.438, 0.99);
  transition: 1.2s cubic-bezier(0.17, 0.85, 0.438, 0.99);
}

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  background-color: #ffffff;
  z-index: 999;
  border-bottom: 1px solid #f0f0f0;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.17);
}

.contet {
margin-top: 0px !important;
position: relative;
top: 80px;
margin-bottom: 80px; 
}

.add-heding {
  font-size: 25px;
  font-weight: 400;
  margin-top: 10px;
  color: #341f18;
}

.add-foot {
  list-style: none;
}

.add-foot li {
  font-size: 16px;
  line-height: 30px;
  color: #6a6a8e;
  position: relative;
  z-index: 2;
}

.add-foot li span a i {
  font-size: 20px;
  color: #6a6a8e;
  margin-left: 0px;
}

.add-foot li i {
  color: #6a6a8e;
  font-size: 18px;
}

.add-foot li a {
  font-size: 16px;
  line-height: 24px;
  padding-left: 9px;
  padding-right: 9px;
  color: #6a6a8e;
}

.hline {
  border-top: 1px solid #c0c4c7;
  margin: 0;
  position: relative;
}

.heding-secto .top-sub-title { 
  display: block;
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 2rem;
  --tw-text-opacity: 1;
}

.para-dcr {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 23px;
}

.you-ned h3, .you-need-right h3 {
    color: #000;
    font-size: 36px;
    font-weight: 600;
    line-height: 1.1;
    letter-spacing: -.8px;
}

.you-ned h3 span, .you-need-right h3 span {
  color: var(--secondary-text-color);
}

.you-ned p, .you-need-right p {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
}

.your-needs img {
  width: 100%;
  border-radius: 11px;
}

.you-ned {
  margin-left: 46px;
}

.you-need-right {
  padding-right: 46px;
}

.myorder {
  margin-top: 80px;
}

.explor {
  font-size: 16px;
  align-items: center;
  font-weight: 500;
  color: var(--secondary-text-color);
}

.explor:hover {
  color: var(--primary-bg-color);
}

.hedertb {
  font-size: 16px;
  color: var(--defult-text-white-color);
  font-weight: 500;
  padding: 11px 24px;
  background-color: #003a97;
  text-transform: uppercase !important;
  border-radius: 6px;
  line-height: 1.5;
  border: 1px solid #003a97;
  transition: 500ms;
}

.hedertb:hover {
  background-color: transparent;
  border: 1px solid #003a97;
  color: #003a97;
}

.login-btn {
  font-size: 16px;
  color: #003a97;
  font-weight: 500;
  padding: 11px 24px;
  background-color: transparent;
  text-transform: uppercase;
  border-radius: 6px;
  line-height: 1.5;
  border: 1px solid #003a97;
  transition: 500ms;
}

.login-btn:hover {
  background-color: #003a97;
  border: 1px solid #003a97;
  color: var(--defult-text-white-color);
}

.header-contact-number {
  color: #003a97;
  display: flex;
  position: relative;
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 600;
  align-items: center;
  gap: 3px;
}

.dropdown-content a {
  color: black;
  padding: 10px 16px;
  text-decoration: none;
  display: block;
  transition: all .3s;
  margin: 10px;
}

.dropdown-content span {
  visibility: hidden;
}

.dropdown-content a:hover {
  background-color: rgb(0 58 151);
  margin: 10px;
  border-radius: 4px;
  color: #fff;
}

.dropdown-content a:hover span {
  visibility: visible;
  color: #fff;
}

.dropdown:hover .dropdown-content {
  display: block;
}

.accordion-button-cus:not(.collapsed)::after {
  background-image: url(../images/minus.png) !important;
}

.accordion-button-cus:after {
  background-image: url(../images/plus.png) !important;
  --bs-accordion-btn-icon-width: 1rem;
}

.list-content-blog .row .col-lg-4 {
}

.testimonials {
  background-color: #f33f0200;
  position: relative;
}

.testimonials .container {
/*  max-width: 100vw;*/
/*  margin-left: unset;*/
}
#customers-testimonials .owl-item{
  transition: all .3s ease-in-out;
}
#customers-testimonials .owl-item.active.center {
    transform: scale(1.05); 
}

#customers-testimonials .item {
  text-align: center;
  margin: 0px;  
}

.item-feature-box.text-center {
  display: block;
}

.review-rating-main-custom {
  margin-bottom: 1.5rem;
  box-shadow: 0 10px 30px rgb(20 20 60 / 20%);
  background: #ffffff;
  padding: 2rem;
  border-radius: 15px;
  position: relative;
  overflow: hidden; 
}
.review-rating-main-custom::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 5px; 
    background: var(--primary-text-color); 
}
.review-rating-main-custom .feature-box-info h3{
    font-size: 18px;
    margin: 0px 0 6px;
    line-height: 1.2;
    font-weight: 600;
    color: #303133;
    text-align: start; 
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2; 
}

.review-rating-main-custom.feature-box-style-03 {
  margin: 0rem; 
  box-shadow: 0 10px 30px rgb(20 20 60 / 20%);
  background: #ffffff;
  padding: 2rem;
  border-radius: 15px;
  min-height: 350px; 
}
#customers-testimonials .owl-item.active.center .review-rating-main-custom.feature-box-style-03{
  border: 1px solid var(--primary-text-color);
  border-bottom: none;
}
.feature-box-style-03 {
    margin-bottom: 20px;
    box-shadow: 0 10px 30px rgb(20 20 60 / 20%);
    background: #ffffff;
    padding: 2rem; 
    border-radius: 12px;
}
.review-rating-main-custom .stars {
    display: flex;
    gap: 4px;
    margin-bottom: 22px;
}
.review-rating-main-custom .stars svg {
    width: 20px;
    height: 20px;
    color: var(--primary-text-color); 
}

.item-feature-box.text-center .feature-box-info {
  padding: 0;
  display: block;
}

.feature-box-info {
  vertical-align: top;
}

.feature-box-info h3 {
  font-size: 15px;
  margin: 5px 0;
  line-height: 20px;
  font-weight: 600;
  color: #303133;
}

.size-lg {
  text-align: start;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.review-rating-main-custom .feature-box-info .desc {
  color: #555555;
  margin-bottom: 1rem;
  font-size: 14px;
  line-height: 1.3;
  text-align: justify;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
} 

.feature-box-info .desc {
  color: #555555;
  margin-bottom: 1rem;
  font-size: 14px;
  line-height: 1.3;
  text-align: justify;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.item-feature-box.text-center .client-review-img-content {
  margin-bottom: 0px; 
  margin-top: 0px;
  margin-left: 0px;
  position: absolute;
  bottom: 2rem;
}

.feature-box-style-03.item-feature-box .client-review {
  width: 100%;
  height: auto;
  align-items: center;
  justify-content: normal;
}

.feature-box-style-03.item-feature-box .feature-box-link {
  display: flex;
  margin: 0;
}

.feature-box-style-03.item-feature-box .client-review img {
border-radius: 100%;
width: 65px;
max-height: 65px; 
border: 2px solid #fff;
box-shadow: 0 0 3px rgb(0 0 0 / 20%);
-webkit-transition: 0.6s ease-out;
transition: 0.6s ease-out;
aspect-ratio: 1 / 1;
background: #ececf5;
overflow: hidden;
}

.client-name-desc {
  display: block;
  text-align: left;
  margin-left: 10px;
}

.client-name-desc h3 {
  font-size: 18px;
  margin-bottom: 3px;
  margin-top: 0;
  color: var(--primary-text-color);
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  font-weight: 400; 
}

.client-name-desc p {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  font-size: 12px;
  line-height: normal;
  margin: 0;
  -webkit-line-clamp: 1;
  color: #000000;
}

.testimonials .cover {
  position: absolute;
  top: 0;
  width: calc(25vw - 12px);
  pointer-events: none;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

.testimonials .cover.left {
  left: 0;
  background: -webkit-linear-gradient(left, #fff 20%, rgba(255, 255, 255, 0));
  background: linear-gradient(to right, #fff 20%, rgba(255, 255, 255, 0));
}

.testimonials .cover.right {
  right: 0;
  background: -webkit-linear-gradient(right, #fff 20%, rgba(255, 255, 255, 0));
  background: linear-gradient(to left, #fff 20%, rgba(255, 255, 255, 0));
}

.testimonials .cover {
  bottom: 0;
  position: absolute;
  z-index: 9; 
}

.left {
  float: left;
}

.right {
  float: right;
}

.about-features .features-image {
  display: flex;
  justify-content: center;
  gap: 25px;
  align-items: start;
  padding: 30px;
  background: linear-gradient(90deg, #f8d8d9, #f9d9db00);
  border-radius: 20px;
}

.features-image img {
  width: 240px;
  height: auto;
}

.about-rule img {
  width: 208px;
  height: auto;
}

.about-takeaway .title-cus {
  display: flex;
  align-items: center; 
  gap: 6px;
  margin-bottom: 1rem;
  justify-content: center;
}

.about-takeaway .title-cus .takeaway-icon {
  width: 50px;
  height: 50px;
  background: #ffffff; 
  border-radius: 50%;
  padding: 10px;
}

.about-takeaway .title-cus .takeaway-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.feature .takeaway { 
padding: 16px 20px;
background: linear-gradient(90deg, #ddecfb, #e0eefb00);
border-top-left-radius: 20px;
border-bottom-left-radius: 20px;
}

.feature .homedelivery {
  padding: 0;
  background: linear-gradient(90deg, #e2d2ff, rgb(249 217 219 / 0%));
  display: flex;
  justify-content: center;
  gap: 1.5rem;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}
.feature .homedelivery .take-card:first-child{
  background: linear-gradient(90deg, #e2d2ff, rgb(249 217 219 / 0%));
  padding: 16px 20px;
  overflow: hidden; 
  width: 100%;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}
.feature .homedelivery .take-card:first-child .title-cus h3 {
    color: #8544df;
}
.feature .homedelivery .take-card:last-child{
  background: linear-gradient(90deg, #f8d8d900, rgb(249 217 219 / 0%));
  padding: 16px 20px;
  overflow: hidden; 
  width: 100%; 
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}
.feature .homedelivery .take-card:last-child .title-cus h3 { 
    color: #8544df;
}
.feature .roomservice-desh-view .homedelivery{
  padding: 0;
  background: linear-gradient(90deg, #ddecfb, rgb(224 238 251 / 0%)); 
  display: flex;
  justify-content: center;
  gap: 1.5rem; 
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}
.home-deivery-desh-view .hero-badge, .roomservice-desh-view .hero-badge, .inventory-manage-main-cus .hero-badge{
display: inline-flex;
align-items: center;
gap: 8px; 
padding: 6px 12px;
border: 1.5px solid var(--primary-text-color);
border-radius: 999px;
color: var(--primary-text-color);
font-weight: 400;
font-size: 12px;
background: #fff8f1;
margin-bottom: 1rem;
}
.home-deivery-desh-view .hero-badge svg, .roomservice-desh-view .hero-badge svg, .inventory-manage-main-cus .hero-badge svg{
    width: 16px;
    height: 16px;  
} 

.home-deivery-desh-view .feature-grid, .roomservice-desh-view .feature-grid{
  display: grid;
  grid-template-columns: repeat(2, 1fr); 
  gap: 12px;
  max-width: 100%;   
  flex-wrap: wrap;
  border: none;
  padding: 0;
  border-radius: 0;
  }
.home-deivery-desh-view .feature-card, .roomservice-desh-view .feature-card{
  border-radius: 12px;
  padding: 16px 12px 16px;
  text-align: center; 
  background: #faf6f1;
  }
.home-deivery-desh-view .feature-card:nth-child(1), .roomservice-desh-view .feature-card:nth-child(1){ 
  background:#fdf1e4; 
}
.home-deivery-desh-view .feature-card:nth-child(2), .roomservice-desh-view .feature-card:nth-child(2){ 
  background:#fdeeee; 
}
.home-deivery-desh-view .feature-card:nth-child(3), .roomservice-desh-view .feature-card:nth-child(3){ 
  background:#eef0fb; 
}
.home-deivery-desh-view .feature-card:nth-child(4), .roomservice-desh-view .feature-card:nth-child(4){ 
  background:#f2eefb; 
}

.home-deivery-desh-view .feature-card .icon-wrap, .roomservice-desh-view .feature-card .icon-wrap{
    width: 36px;
    height: 36px;
    margin: 0 auto 0px; 
    display: flex;
    align-items: center;
    justify-content: center;
  }
.home-deivery-desh-view .feature-card .icon-wrap svg, .roomservice-desh-view .feature-card .icon-wrap svg{ 
  width:24px; 
  height:24px; 
}

.home-deivery-desh-view .feature-card span, .roomservice-desh-view .feature-card span{
  display: block;
  font-size: 12.5px;
  color: #555555;
  line-height: 1.1; 
  }

.feature .takeaway.customer-menu {
  padding: 16px 20px; 
  background: linear-gradient(90deg, #ffd18c, rgb(255 209 140 / 0%));
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  height: 100%;
} 
.feature .homedelivery .take-card.analytics{
    background: linear-gradient(90deg, #ddecfb, rgb(224 238 251 / 0%));
    padding: 20px 16px;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}
.feature .homedelivery .take-card.reports{
    background: linear-gradient(90deg, #f8ffb200, rgb(248 255 178 / 0%));
    padding: 20px 16px;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}


.about-takeaway .title-cus h3 { 
font-size: 22px;
margin-bottom: 0px;
color: #2a6bb1; 
}

.about-deatils h3 {
    color: #000000;
    font-size: 28px;
    font-weight: 600;
    line-height: 1.1;
    letter-spacing: -.8px;
    margin-bottom: 1rem;
}

.about-deatils h3 span {
    font-size: inherit;
    font-weight: 600;
    color: inherit;
}

.about-deatils .para-soft {
  font-size: 14px;
  line-height: 1.4;
}

.about-deatils .need-para {
  margin-bottom: 0px;
  font-size: 14px;
  padding-bottom: 12px; 
}

.about-deatils .need-list {
  margin-bottom: 0px;
  padding-left: 20px;
}

.about-deatils .need-list li {
  font-size: 14px;
  padding-bottom: 6px;
}
.about-deatils .need-list li:last-child {
  padding-bottom: 12px;
}

.about-deatils .need-list li p {
  line-height: 1.4;
  margin-bottom: 0px;
}

.about-deatils .need-list li p strong {
  font-weight: 700;
}

.customer-deatils .customer-main {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}

.customer-deatils {
background: linear-gradient(180deg, #ffd18c, rgb(255 209 140 / 50%));
padding: 12px 24px;
border-radius: 20px;
border-top-left-radius: 20px;
border-bottom-left-radius: 20px;
height: 100%;
display: flex; 
flex-direction: column;
align-items: center;
justify-content: center;
}
.customer-deatils .about-takeaway{
  justify-content: start;
  width: 100%;
}
.customer-deatils .about-takeaway .title-cus {
    display: flex;
    align-items: center; 
    gap: 6px;
    margin-bottom: 1rem;
    justify-content: start;
}
.customer-deatils .about-takeaway .title-cus h3 {
    font-size: 22px;
    margin-bottom: 0px;
    color: var(--primary-text-color);
}

.customer-main .about-deatils h3 {
  font-size: 28px;
}

.analytics {
  background: linear-gradient(180deg, #ddecfb, rgb(224 238 251 / 50%));
  padding: 20px 16px;
  border-radius: 20px;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px; 
}
.reports{
background: linear-gradient(180deg, #f8ffb2, rgb(248 255 178 / 50%));
padding: 20px 16px;
border-radius: 20px;
border-top-left-radius: 20px;
border-bottom-left-radius: 20px;
}
.feature .homedelivery .take-card.reports .about-takeaway .title-cus h3 {
    font-size: 22px;
    margin-bottom: 0px;
    color: var(--reportscardbg); 
}
.feature .homedelivery .take-card.analytics .about-takeaway .title-cus h3 {
    font-size: 22px;
    margin-bottom: 0px;
    color: var(--analyticscardbg); 
}
.feature .takeaway.customer-menu .about-takeaway .title-cus h3 {
    font-size: 22px;
    margin-bottom: 0px;
    color: var(--customermenucardbg);
}

.inventory {
  padding: 30px 0px 30px 30px;
  background: linear-gradient(90deg, #daebfb, #dbecfb00);
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}

.inventory .takeaway-image {
  padding: 0px 20px;
}

.inventory .about-deatils h3 {
  color: #000;
}

.booking-step .title-booking h3 {
font-size: 18px;
font-weight: 600;
margin-bottom: 0px; 
padding-bottom: 5px;
color: #000000;
}

.booking-step .step1 {
  margin-bottom: 20px;
}

.booking-step .title-booking p {
  margin-bottom: 0px;
  font-size: 14px;
  line-height: 1.3;
}

.booking-step .step1:last-child {
  margin-bottom: 0px;
}

.home-delivery .need-list {
  list-style: none;
  padding-left: 0px;
}

.delivery-tab .nav-tabs .nav-link .about-takeaway .title-cus {
  margin-bottom: 0px;
  gap: 5px;
}

.delivery-tab .nav-tabs .nav-link .about-takeaway .takeaway-icon {
  max-width: 40px;
  height: 40px;
  padding: 6px;
  border: 1px solid #b9cdfb;
}

.delivery-tab .nav-tabs .nav-link.active .about-takeaway .takeaway-icon {
  background: #b9cdfb;
}

.delivery-tab .nav-tabs .nav-link.active .about-takeaway h3 {
  color: #ff6b00 !important;
}

.delivery-tab .nav-tabs .nav-link {
  padding: 0px;
  border: none;
}

.delivery-tab .nav-tabs .nav-link .about-takeaway .title-cus h3 {
  font-size: 15px;
  margin-bottom: 0px;
  text-align: left;
  color: #333;
}

.delivery-tab .nav {
  flex-wrap: nowrap;
  margin-bottom: 20px;
  border-bottom: none;
  gap: 11px;
}

.home-deivery-desh-view, .roomservice-desh-view, .inventory {
  display: block;
}

.home-delivery, .inventory-phone-view, .roomservice-phone-view {
  display: none;
}

.title-booking ul {
  padding-left: 0px;
  margin-bottom: 0px;
  padding-top: 10px;
  list-style: none;
}

.title-booking ul li {
  padding-bottom: 5px;
}

.title-booking ul li p {
  margin-bottom: 0px;
}

.title-booking ul li p strong {
  font-weight: 600;
}

.new_row_pding .col-md-4 {
  padding-left: 6px;
  padding-right: 6px;
}

.feature-box-info h3:before {
  background: url(https://d6xcmfyh68wv8.cloudfront.net/assets/home/top-quotation.svg) no-repeat;
  background-size: contain;
  content: "";
  height: 33px;
  width: 43px;
  display: block;
  margin-bottom: 10px;
  filter: invert(38%) sepia(78%) saturate(2957%) hue-rotate(359deg) brightness(101%) contrast(98%);
}

.owl-carousel {
  position: relative;
}

.dark-orange-text {
  color: var(--primary-text-color) !important; 
}
.dark-blue-text {
  color: var(--secondary-text-color) !important;  
}


.card-for-built {
    padding: 15px;
    border-radius: 12px; 
    text-align: center; 
    min-height: auto; 
    border: 1px solid #eef0f6;
    box-shadow: 0 4px 20px rgba(20, 20, 60, 0.05);
    position: relative;
    overflow: hidden;
}
.card-for-built::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0; 
    bottom: 0;
    height: 3px; 
    border-radius: 0px 0px 15px 15px;
    background: var(--accent);
}

.card-for-built h4 {
  text-align: center;
  margin-bottom: 0px;
  font-size: 16px;
  color: #080806;
}

.card-for-built h2 {
  text-align: center; 
  color: var(--accent);
  font-size: 1rem;
  font-weight: 600;
  margin: 0 0 6px;
  font-family: var(--font-heading);
}
.title-underline {
    width: 35px;
    height: 2px;
    border-radius: 12px;
    margin: 0 auto 6px;
    background: var(--accent);
}
.card-for-built p {
    color: #707070;
    font-size: 14px; 
    line-height: 1.2;  
    margin-bottom: 0;
  }

.card-for-built img {
  height: 115px;
  min-width: 115px;
  object-fit: contain;
  padding-bottom: 10px;
}

.price-card {
  background: #ddd;
  padding: 15px;
  border-radius: 20px;
  text-align: center;
  min-height: 230px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  border: 5px solid transparent;
}

.medium-devices {
  background: #e3eeff;
  border-color: #003a97;
}

.year-price {
  font-size: 29px;
  font-weight: 600;
}

.year-price span {
  font-size: 12px;
  font-weight: 500;
}

.price-card h3 {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 0px;
  padding-bottom: 4px;
}

.price-card h2 {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 0px;
  padding-bottom: 4px;
}

.price-card .devices {
  font-style: italic;
  font-size: 14px;
  margin-bottom: 0px;
  padding-bottom: 15px;
}

.price-card .devices-conut {
  font-size: 16px;
  margin-bottom: 0px;
  padding-bottom: 15px;
  color: #5a5757;
}

.saving {
  color: #09aa09;
  font-size: 14px;
  font-weight: 500;
}

.saving del {
  color: #5a5757;
  font-weight: 400;
}

.login-google a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #b4d2f5;
  padding: 10px;
  border-radius: 50px;
  color: #000000;
  border: 3px solid #000000;
  font-size: 15px;
}

.login-google a span img {
  width: 30px;
}

.about-week .trail {
  font-size: 30px;
  color: #22a222;
  font-weight: 600;
  font-style: normal;
  margin-bottom: 0px;
  padding-bottom: 5px;
}

.about-week .feetrial {
  color: #22a222;
  font-weight: 500;
  font-size: 14px;
}

.features .table thead tr th {
  background-color: #8ab3f7 !important;
  font-weight: 500;
  font-size: 15px;
  color: #040303;
  border: 1px solid #dee2e6;
  border-top: 1px solid #dee2e6;
  border-bottom: 1px solid #dee2e6;
  border-collapse: collapse;
}

.features .table tbody td {
  background: transparent;
  font-size: 14px;
  border: 1px solid #dee2e6;
  border-top: 1px solid #dee2e6;
  border-bottom: 1px solid #dee2e6;
  border-collapse: collapse;
}

.features .table tbody td .pricing-table-data-icon-text-cus {
  display: flex;
  align-items: center;
  line-height: 1.4;
  gap: 6px;
}

.features .table tbody td span {
  display: block;
}

.table-hover > tbody > tr.table-hover-disable:hover > * {
  background-color: #d3161600 !important;
  box-shadow: none;
}

.table-hover > tbody > tr.table-hover-disable td {
  font-weight: 600;
  font-size: 17px;
  padding: 15px 8px;
}

.table-hover > tbody > tr.table-hover-disable td span {
  display: flex;
  height: auto;
  justify-content: flex-start;
  align-items: center;
  gap: 6px;
}

.table-hover > tbody > tr.table-hover-disable td span img {
  width: 25px;
  height: auto;
}

.features .table tbody td span img {
  width: 25px;
}

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

.check-mark {
  color: green;
  font-weight: bold;
}

.bottom-link ul {
  display: inline-flex;
  justify-content: center;
  gap: 20px;
  list-style: none;
  margin-bottom: 0px;
  padding-bottom: 30px;
  padding-left: 0px;
}

.bottom-link ul li a {
  color: #6a6a8e;
  font-size: 14px;
}

.bottom-link ul li a:hover {
  color: #003a97;
}

.navbar-nav {
}

.navbar-nav .nav-item {
}

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

.contactnameeMsg {
  position: absolute;
  font-size: 10px;
  bottom: -12px;
  color: #ed1d24 !important;
}

.form-group {
  position: relative;
  margin-bottom: 24px;
}

.btn_box {
  position: relative;
}

.btn_box .captcha_code {
  display: flex;
}

.btn_box .captcha_code .input-group-text {
  border-radius: 0px 6px 6px 0px;
  position: absolute;
  right: 0;
  padding: 0;
  height: 50px;
}

.btn_box .captcha_code .input-group-text img {
  height: 48px;
  width: 100%;
  object-fit: contain;
  border-radius: 0 6px 6px 0px;
}

.paddingrightleft {
  padding-right: 6px;
  padding-left: 6px;
}

.modal-content.custom-modal-home {
  background: url("/resources/images/modal_BG.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.modal.custom-modal-home-main-cus {
  z-index: 999999;
}

.modal-backdrop {
  z-index: 99999;
}
.underline-group {
    display: flex;
    gap: 8px;
    margin-bottom: 28px;
}
.underline-group .bar {
    height: 3px; 
    border-radius: 15px;
}
.underline-group .bar.orange {
    width: 50px;
    background: var(--primary-text-color); 
}
.underline-group .bar.blue { 
    width: 50px;
    background: var(--secondary-text-color);
}
.mission-box {
display: flex;
    align-items: flex-start;
    gap: 16px;
    background: #fff;
    border: 1px solid #eef0f6;
    border-radius: 12px;
    box-shadow: 0 6px 24px rgba(20, 20, 60, 0.05);
    padding: 16px 12px; 
    margin: 16px 0 16px; 
}
.mission-icon {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: #fff;
    border: 1px solid #eef0f6;
    box-shadow: 0 4px 14px rgba(20, 20, 60, 0.06);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.mission-icon svg {
    width: 28px;
    height: 28px;
    color: var(--primary-text-color); 
}
.mission-box h5 {
    font-size: 1.02rem;
    font-weight: 800;
    margin: 0 0 3px; 
    color: var(--font-body);
    font-family: var(--font-heading);
} 
.mission-box p {
    color: #555555;
    font-size: 15px;
    line-height: 1.3;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0.2px;
    text-align: justify;
    margin-bottom: 0; 
}

/* Owl nav arrows */
  .owl-carousel .owl-nav{
    position:absolute;
    top:50%;
    left:0;
    right:0;
    transform:translateY(-50%);
    display:flex;
    justify-content:space-between;
    pointer-events:none;
    margin:0;
  }
  .owl-carousel .owl-nav button.owl-prev,
  .owl-carousel .owl-nav button.owl-next{
    pointer-events:all;
    width:48px;
    height:48px;
    border-radius:50%;
    background:var(--primary-text-color) !important;
    color:#fff !important;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:0;
    box-shadow:0 6px 16px rgba(245,130,32,0.35);
    transition:transform .2s ease, background .2s ease;
  }
  .owl-carousel .owl-nav button.owl-prev{ margin-left:-24px; }
  .owl-carousel .owl-nav button.owl-next{ margin-right:-24px; }
  .owl-carousel .owl-nav button.owl-prev:hover,
  .owl-carousel .owl-nav button.owl-next:hover{
    background:#d96d10 !important;
    transform:scale(1.06);
  }
  .owl-carousel .owl-nav button svg{
    width:20px;
    height:20px;
  }

  .owl-carousel .owl-dots{
    display:flex;
    justify-content:center;
    gap:8px;
    margin-top: 0.5rem;
  } 
  .owl-carousel .owl-dots .owl-dot span{
    width:9px;
    height:9px;
    border-radius:50%;
    background:#d9d9e3; 
    display:block;
    transition:background .2s ease, width .2s ease;
  }
  .owl-carousel .owl-dots .owl-dot.active span{
    background:var(--primary-text-color);
  }

  .owl-carousel .owl-stage-outer{ 
    padding: 1rem 0rem 2.5rem;   
  } 
  .feature-grid {
    border: 1px solid #eef0f6;
    border-radius: 12px;
    display: flex;
    flex-wrap: wrap;
    padding: 16px 10px;
}
.feature-grid .fitem {
    flex: 1 1 0;
    min-width: 130px;
    text-align: center;
    padding: 0px 6px;
    position: relative;
}
.fitem .ic-circle {
    width: 45px;
    height: 45px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 8px;
}
.fitem .ic-circle svg {
    width: 18px;
    height: 18px; 
}
.bg-blue-soft {
    background: #e8effe;
    color: #1a2fb0;
}
.bg-red-soft {
    background: #fdeaea;
    color: #e0455a;
}
.bg-blue-soft2 {
    background: #e8effe;
    color: #29399d;
}
.bg-orange-soft {
    background: #fdf1e0;
    color: #f58220;
}
.fitem h6 {
    font-size: 0.8rem;
    font-weight: 500;
    color: #003a97;
    margin: 0 0 6px;
    line-height: 1.2;
}
.fitem p {
    font-size: 0.8rem;
    margin: 0;
    line-height: 1.3;
    text-align: center;
}
.hero-buttons {
  display: flex; 
  gap: 16px;
  margin-top: 2.5rem;
}
.btn-demo-lg {
  background: var(--secondary-bg-color);
  color: #fff;
  border: none;
  padding: 8px 24px;
  border-radius: 8px; 
  font-weight: 500;
  font-size: 0.88rem;
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  height: 45px;
  cursor: pointer;
}
.btn-demo-lg:hover {
    background: #131c66;
    color: #fff;
}
.btn-demo-lg svg {
    width: 18px;
    height: 18px;
}
.btn-explore-lg {
    background: #fff;
    color: var(--secondary-bg-color);
    border: 1.5px solid var(--secondary-bg-color);
    padding: 8px 24px;
    border-radius: 8px;
    font-weight: 700;
    font-size: 0.88rem;
    text-decoration: none;
    display: flex;
    align-items: center;
    height: 45px;
}
.btn-explore-lg:hover {
    background: #f2f4ff; 
    color: var(--secondary-bg-color);
}
.banner .feature-icons-row {
  display: flex;
    gap: 2.5rem;
    margin-bottom: 3rem;
    margin-top: 2rem;
    flex-wrap: wrap;
}
.banner .feature-icon-item {
    text-align: center;
    width: auto; 
}
.banner .feature-icon-item .ic-box {
    width: 50px;
    height: 50px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 10px;
}
.banner .feature-icon-item .ic-box svg {
    width: 24px;
    height: 24px;
}
.banner .feature-icon-item p {
    font-size: 0.8rem;
    font-weight: 500;
    color: var(--secondary-bg-color);
    margin: 0;
    line-height: 1.2; 
    max-width: 100%;   
}
.bg-blue-soft {
    background: #e8effe;
    color: var(--secondary-bg-color);
}
.bg-green-soft {
    background: #e6f8ef;
    color: #1caa61;
}
.bg-orange-soft {
    background: #fdece0;
    color: var(--primary-text-color);
}
.bg-pink-soft {
    background: #fde8ec;
    color: #e6486a;
}
.bg-purple-soft {
    background: #ece9ff;
    color: #1a3fdb;
}
.feature .inventory-manage-main-cus{
background: linear-gradient(90deg, #e3f3e9 0%, #f1f8f3 55%, #ffffff 100%);
padding: 16px 20px;
overflow: hidden; 
width: 100%;
border-top-left-radius: 20px;
border-bottom-left-radius: 20px;
}

.inventory-manage-main-cus .feat-list-item {
    display: flex;
    gap: 12px;
    padding: 16px 0;
    border-bottom: 1px solid #eef0f6;
}
.inventory-manage-main-cus .feat-list-item:last-child {
  border-bottom: none;
}
.inventory-manage-main-cus .feat-list-item .ic-box {
  width: 50px;
  height: 50px; 
  border-radius: 8px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--inventoryclr);
}
.inventory-manage-main-cus .feat-list-item .ic-box svg {
    width: 28px;
    height: 28px; 
}
.inventory-manage-main-cus .feat-list-item h3 {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 5px;
    letter-spacing: -.6px;
    color: var(--inventoryclr);
}
.inventory-manage-main-cus .feat-list-item p {
    font-size: 14px;
    line-height: 1.3; 
    margin: 0; 
}
.feature .inventory-manage-main-cus .expenses {
    padding: 0;
    background: linear-gradient(90deg, #e7edfc00 0%, rgb(231 237 252 / 0%) 55%, #ffffff00 100%);
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
} 
.feature .inventory-manage-main-cus .homedelivery{
  padding: 0;
  background: linear-gradient(90deg, #e2d2ff00, rgb(249 217 219 / 0%));
  display: flex;
  justify-content: center; 
  gap: 1.5rem;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}
.feature .inventory-manage-main-cus .homedelivery .take-card:first-child {
  background: linear-gradient(90deg, #fdece000 0%, rgb(253 236 224 / 0%) 55%, #ffffff00 100%);
  padding: 0; 
  overflow: hidden;
  width: 100%;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}
.feature .inventory-manage-main-cus .homedelivery .take-card:last-child {
    background: linear-gradient(90deg, #e3f3e900 0%, #f1f8f300 55%, #ffffff00 100%); 
    padding: 0;
    overflow: hidden;
    width: 100%;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}
.inventory-manage-main-cus .about-takeaway .title-cus h3 {
    font-size: 22px;
    margin-bottom: 0px;
    color: #2e6bf0;
}
.feature .inventory-manage-main-cus .homedelivery .take-card:first-child .title-cus h3 {
    color: #e6402f;
}
.feature .inventory-manage-main-cus .homedelivery .take-card:last-child .title-cus h3 {
    color: #1a8a4a;
}
.mobile-app-download-main-cus{
  padding: 80px 0 0; 
}
.mobile-app-download-main-cus .row-flex {
    display: flex;
    align-items: center;
    gap: 1.5rem; 
}
.mobile-app-download-main-cus .hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 6px 12px;
    border: 1.5px solid var(--primary-text-color);
    border-radius: 999px;
    color: var(--primary-text-color);
    font-weight: 400;
    font-size: 12px;
    background: #fff8f1;
    margin-bottom: 1rem;
}
.mobile-app-download-main-cus .hero-badge svg { 
    width: 16px;
    height: 16px;
}
.mobile-app-download-main-cus .content-col h2 { 
    color: #000000;
    font-size: 48px;
    line-height: 1.1;
    font-weight: 800;
    font-family: var(--font-heading);
    letter-spacing: -1px;
    margin-bottom: 1rem;
}
.title-underline {
    width: 100px;
    height: 4px;
    background: linear-gradient(90deg, var(--primary-text-color), rgba(245, 130, 32, 0.15));
    border-radius: 3px; 
    margin: 24px 0 26px;
}
.mobile-app-download-main-cus .hero-desc {
  color: #555555;
  font-size: 16px; 
  line-height: 1.3;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.2px;
  text-align: justify;
  max-width: 500px;
}
.mobile-app-download-main-cus .feature-icons-row {
  display: flex;
    gap: 0px; 
    margin-bottom: 40px;
    flex-wrap: wrap;
    margin-top: 3rem;
}
.mobile-app-download-main-cus .feature-icon-item {
  width: 140px; 
  border-right: 1px solid #f5f5f5;
  padding: 0 16px;
}
.mobile-app-download-main-cus .feature-icon-item:first-child { 
  padding-left: 0;
}
.mobile-app-download-main-cus .feature-icon-item:last-child {
  border-right: none;
  padding-right: 0;
}
.mobile-app-download-main-cus .feature-icon-item .ic-box {
    width: 50px;
    height: 50px;
    border-radius: 8px;  
    display: flex;
    align-items: center;
    justify-content: center; 
    margin-bottom: 12px;
    background: var(--mobileappdldfeaturebg);
    color: var(--mobileappdldfeaturetxt); 
}
.mobile-app-download-main-cus .feature-icon-item .ic-box svg {
    width: 26px;
    height: 26px; 
}
.mobile-app-download-main-cus .feature-icon-item h6 {
    font-size: 0.95rem;
    font-weight: 400;
    color: #000000;
    margin: 0 0 3px;
}
.mobile-app-download-main-cus .feature-icon-item p {
    font-size: 0.8rem;
    margin: 0;
    line-height: 1.2;
}

.mobile-app-download-main-cus .playstore-btn {
    display: inline-flex;
    align-items: stretch;
    border: 1.5px solid #eef0f6;
    border-radius: 6px; 
    overflow: hidden;
    text-decoration: none;
    box-shadow: 0 4px 14px rgba(20, 20, 60, 0.05);
}
.mobile-app-download-main-cus .playstore-left {
    width: 160px;
    height: 45px;
    background: var(--secondary-text-color);  
    border: 1px solid rgb(0 0 0 / 8%);
    border-radius: 6px; 
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    transition: border-color 0.2s, background 0.2s;
}
.mobile-app-download-main-cus .playstore-left:hover {
    border-color: rgba(255, 255, 255, 0.18);
    background: var(--primary-text-color);
    color: #ffffff; 
}
.mobile-app-download-main-cus .playstore-left svg {
    width: 25px; 
    height: 25px;
}
.mobile-app-download-main-cus .playstore-left img {
    width: 25px;  
    height: 25px;
}
.mobile-app-download-main-cus .playstore-left .txt {
display: block;
    font-size: 10.5px;
    font-weight: 400;
}
.mobile-app-download-main-cus .playstore-left .txt .small {
    display: block;
    font-size: 10.5px;
    font-weight: 400;
}
.mobile-app-download-main-cus .playstore-left .txt .big {
    font-size: 1rem;
    font-weight: 400;
    color: #ffffff;
}
.mobile-app-download-main-cus .app-badges {
    display: flex;
    gap: 12px;
    width: 100%;
    margin: 8px auto 0;
    align-items: center;
    justify-content: start;
}
.mobile-app-download-main-cus .playstore-right {
    background: var(--primary-text-color);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 22px;
}
.mobile-app-download-main-cus .playstore-right svg {
    width: 20px;
    height: 20px;
    color: #fff;
}
.mobile-app-download-main-cus .content-col {
    flex: 0 0 50%;
    max-width: 50%; 
}
.mobile-app-download-main-cus .phone-col {
    flex: 1;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center; 
}
.mobile-app-download-main-cus .phone-col .phone-frame{}
.mobile-app-download-main-cus .phone-col .phone-frame img{
    width: 90%;  
    height: auto;
    margin: 0 0 0 auto; 
    display: block;
}
.mobile-app-download-main-cus .app-download-now-text-cus {
    font-weight: 500;
    font-size: 1rem;
    margin-top: 24px;
    margin-bottom: 0;
}
.mobile-app-download-wave{
      position: absolute;
    top: -100px;
    right: -90px;
    width: 730px;
    height: 697px;
    z-index: 0;
    pointer-events: none;
}

.mobile-app-download-wave::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 50%;
    background: radial-gradient(circle at center, rgba(245, 130, 32, 0.18) 0%, rgba(245, 130, 32, 0.12) 38%, rgba(245, 130, 32, 0.06) 58%, rgba(245, 130, 32, 0.02) 72%, transparent 82%);
}
.mobile-app-download-wave::after {
  content: "";
  position: absolute; 
  width: 445px;
  height: 445px;
  right: -4px;
  top: 80px;
  border-radius: 50%;
  background: radial-gradient(circle, rgb(255 242 231 / 10%) 0, rgb(245 130 32 / 2%) 60%, #00000000 78%);
}  

.mobile-app-download-main-cus .download-btn {
  position: relative;
  display: flex; 
  align-items: stretch;
  width: 100%;
  max-width: 500px;
  border-radius: 15px;
  overflow: hidden;
  text-decoration: none;
  box-shadow: 0 10px 30px rgba(20, 20, 60, 0.18); 
  transition: transform .2s ease, box-shadow .2s ease;
}
.mobile-app-download-main-cus .side {
  flex: 1; 
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 12px 12px;
  position: relative;
  overflow: hidden;
}
.mobile-app-download-main-cus .side-google {
  background: linear-gradient(135deg, #0d2b6b 0%, #14357e 55%, #1a2f5e 100%);
  clip-path: polygon(0 0, 100% 0, 92% 100%, 0% 100%);
  justify-content: flex-start;
  padding-right: 30px; 
}
.mobile-app-download-main-cus .side-google a{
    justify-content: flex-start;
    padding-right: 70px;
    flex: 1;
    display: flex;
    align-items: center;
    gap: 16px;
}
.mobile-app-download-main-cus .or-badge {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  font-size: 0.8rem;
  color: #1a1a2e;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.2);
  z-index: 5;
  letter-spacing: 0.5px;
}
.mobile-app-download-main-cus .side-apple {
  background: linear-gradient(94.32deg, #f9603d 4.78%, #f79c0e 96.98%);
  clip-path: polygon(8% 0, 100% 0, 100% 100%, 0% 100%);
  justify-content: flex-end;
  padding-left: 30px;
  margin-left: -3.7%; 
}
.mobile-app-download-main-cus .side-apple a{
    justify-content: flex-start;
    padding-left: 70px;
    display: flex;
    align-items: center;
    gap: 16px; 
}
.mobile-app-download-main-cus .side-google::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 70px;
    background-image: radial-gradient(rgba(255, 255, 255, 0.12) 1.4px, transparent 1.4px);
    background-size: 10px 10px;
    opacity: 0.6;
}
.mobile-app-download-main-cus .icon-box {
  width: 50px;
  height: 50px; 
  border-radius: 12px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}
.mobile-app-download-main-cus .icon-box svg {
    width: 28px;
    height: 28px;
} 
.mobile-app-download-main-cus .icon-box img {
    width: 28px;
    height: 28px;
}
.mobile-app-download-main-cus .label-text {
    color: #fff;
    line-height: 1.3;
    white-space: nowrap;
}
.mobile-app-download-main-cus .label-text .small {
    font-size: 0.78rem;
    font-weight: 400;
    opacity: 0.9;
    letter-spacing: 0.5px;
}
.mobile-app-download-main-cus .label-text .big {
    font-size: 1.2rem;
    font-weight: 500;
    letter-spacing: 0.2px;
}
.mobile-app-download-main-cus .icon-box.apple-icon {
    background: transparent;
    border: 2px solid rgba(255, 255, 255, 0.85);
}
.mobile-app-download-main-cus .icon-box.apple-icon svg {
    width: 26px;
    height: 26px;
}
.mobile-app-download-main-cus .icon-box.apple-icon img {
    width: 26px;
    height: 26px;
}
.mobile-app-download-main-cus .side-apple::after {
    content: "";
    position: absolute;
    right: -40px;
    top: -40px;
    width: 160px;
    height: 160px;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.25), transparent 70%);
} 



 
@media(min-width:1600px){ 
.banner h1 {
    font-size: 63px;
    margin: 0 0 10px;
    font-weight: 600;
    line-height: 1.1;
    letter-spacing: -.8px;
    color: #000000;
}
.banner p {
font-size: 18px; 
line-height: 1.3; 
max-width: 80%;
} 
.banner-img img {
width: 80%;
position: relative;
z-index: 0;
margin: 0 auto;
display: block;
}
 .banner .feature-icon-item p {
font-size: 1rem; 
font-weight: 500;
color: var(--secondary-bg-color);
margin: 0;
line-height: 1.2;
width: 100%;
max-width: 100%;
}
.you-ned h3, .you-need-right h3 {
color: #000000;
font-size: 42px;
font-weight: 600;
line-height: 1.1; 
letter-spacing: -.8px;
}  
.mobile-app-download-main-cus .phone-col .phone-frame img {
margin: 0 0 0 auto;
width: 70%; 
height: auto;
display: block;
} 
.mobile-app-download-main-cus .hero-desc {
    color: #555555;
    font-size: 16px;
    line-height: 1.3;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0.2px;
    text-align: justify;
    max-width: 550px;
}
.mobile-app-download-main-cus .feature-icon-item {
    width: auto;
    border-right: 1px solid #f5f5f5;
    padding: 0 16px;
}
.mobile-app-download-main-cus .content-col {
    flex: 0 0 50%;
    max-width: 50%;
}

}

@media (max-width: 991px) {
  .container {
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-right: auto;
    margin-left: auto;
  }
  .about-img {
    margin-left: 4px;
  }

  .you-ned {
    margin-left: 0px;
    margin-top: 0px;
  }

  .why-choose-us-main .feature-box-flex-cus h3 {
    margin-left: 13px;
  }

  .btn.btn-download {
    font-size: 16px;
    height: 50px;
    line-height: 1.2;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .phone-hide {
    display: none;
  }

  .customer-deatils {
    min-height: auto;
  }

  .about-features .features-image, .takeaway, .customer-deatils, .analytics, .inventory .take-card, .feature .homedelivery {
    margin-bottom: 25px;
  }

  .takeaway .takeaway-image, .homedelivery .takeaway-image, .analytics .takeaway-image, .inventory .take-card .takeaway-image {
    text-align: center;
  }

  .takeaway .takeaway-image img, .homedelivery .takeaway-image img, .analytics .takeaway-image img, .inventory .take-card .takeaway-image img {
    height: 500px;
    width: auto;
  }

  .analytics {
    background: linear-gradient(180deg, #fff6e2, transparent);
    border-top-right-radius: 20px;
  }

  .inventory {
    background: linear-gradient(180deg, #daebfb, transparent);
    border-top-right-radius: 20px;
  }

  .customer-deatils {
    background: linear-gradient(180deg, #b6fce9, transparent);
    border-top-right-radius: 20px;
  }

  .feature .homedelivery {
    background: linear-gradient(180deg, #f8d8d9, transparent);
    border-top-right-radius: 20px;
  }

  .download h3 {
    padding-top: 160px;
  }

  .revers-row {
    flex-direction: column-reverse;
  }

  .revers-row .you-ned {
    margin-left: 0px;
    margin-top: 0px;
    padding-bottom: 20px;
  }

  .revers-row .how-to-use {
    padding-bottom: 30px;
  }

  .revers-row .about-deatils {
    padding-bottom: 20px;
  }

  .card-for-built {
    margin-bottom: 24px;
  }

  .home-deivery-desh-view, .roomservice-desh-view, .inventory {
    display: none;
  }

  .home-delivery, .inventory-phone-view, .roomservice-phone-view {
    display: block;
  }

  .feature .takeaway .takeaway-image, .homedelivery .take-card .takeaway-image, .customer-main .takeaway-image, .analytics .takeaway-image, .inventory .takeaway-image, .inventory-phone-deatils .take-card .takeaway-image {
    text-align: center;
  }

  .feature .takeaway .takeaway-image img, .homedelivery .take-card .takeaway-image img, .customer-main .takeaway-image img, .analytics .takeaway-image img, .inventory .takeaway-image img, .inventory-phone-deatils .take-card .takeaway-image img {
    height: 400px;
    width: auto;
    margin: auto;
    text-align: center;
  }

  .about-deatils h3 {
    font-size: 24px;
    line-height: 1.2;
    margin-bottom: 5px;
  }

  .about-deatils h3 span {
    font-size: 24px;
    font-weight: 500;
    color: #000000;
  }

  .about-deatils .para-soft {
    font-size: 15px;
    line-height: 1.2;
    margin-bottom: 0px;
    padding-bottom: 10px;
  }

  .about-deatils .need-para {
    font-size: 18px;
    padding-bottom: 5px;
  }

  .about-deatils .need-list li {
    font-size: 15px;
    padding-bottom: 6px;
  }

  .home-delivery .need-list {
    padding-bottom: 10px;
  }

  .inventory-phone-deatils {
    background: linear-gradient(180deg, #daebfb, #dbecfb00);
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    padding: 20px 20px 20px 20px;
  }

  .feature .takeaway {
    background: linear-gradient(180deg, #ddecfb, #e0eefb00);
  }

  .you-need-right {
    padding-right: 12px;
    padding-bottom: 25px;
  }

  .delivery-tab .nav-tabs .nav-link .about-takeaway .title-cus {
    margin-bottom: 0px;
    gap: 5px;
  }

  .delivery-tab .nav-tabs .nav-link .about-takeaway .takeaway-icon {
    max-width: 60px;
    height: 60px;
    padding: 12px;
    border: 1px solid #b9cdfb;
  }

  .delivery-tab .nav-tabs .nav-link.active .about-takeaway .takeaway-icon {
    background: #b9cdfb;
  }

  .delivery-tab .nav-tabs .nav-link {
    padding: 0px;
    border: none;
  }

  .delivery-tab .nav-tabs .nav-link .about-takeaway .title-cus h3 {
    font-size: 20px;
    margin-bottom: 0px;
    text-align: left;
    color: #333;
  }

  .delivery-tab .nav {
    flex-wrap: nowrap;
    margin-bottom: 20px;
    border-bottom: none;
    gap: 12px;
    overflow-x: auto;
    overflow-y: hidden;
    padding-bottom: 10px;
    align-items: center;
    justify-content: center;
  }

  .about-deatils .need-list {
    margin-bottom: 0px;
    padding-left: 0px;
    list-style: none;
  }

  #nav-tab::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: #c8def7;
  }

  #nav-tab::-webkit-scrollbar {
    height: 3px;
    background-color: #ffffff;
  }

  #nav-tab::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #ffffff;
  }

  .home-delivery .delivery-tab {
    margin-top: 30px;
  }

  .roomservice-phone-view .delivery-tab {
    margin-top: 30px;
  }

  .inventory-phone-view .delivery-tab {
    margin-top: 30px;
  }

  .testimonials .cover {
    bottom: 0;
    position: absolute;
    display: none;
    z-index: 9; 
  }

  .blog-content-heading-cus .blog-title {
    color: #000;
    font-size: 16px !important;
  }

  .blog-content-overlay-cus p {
    color: #000;
    font-size: 12px;
  }

  .banner h1 {
    font-size: 30px;
    margin: 0 0 10px;
    font-weight: 800;
    line-height: 1.2;
  }

  .banner-img img {
    width: 100%;
    position: relative;
    z-index: 0;
    margin: 0 0 0 auto;
    display: block;
  }

  .about-text h2 {
    color: #341f18;
    font-size: 28px;
    line-height: 1.2;
    font-weight: 500;
  }

  .seco-heding {
    font-size: 28px;
    font-weight: 500;
    line-height: 1.2;
  }

  .you-ned h3, .you-need-right h3 {
    color: #000;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.2;
  }

  .box-intro8 {
    text-align: center;
    width: 100%;
    margin: 0 auto 30px;
  }

  .box-intro8 h2 {
    font-size: 28px;
    font-weight: 500;
    line-height: 1.2;
    margin: 10px 0 8px;
    color: var(--secondary-text-color); 
  }

  .title9 {
    margin: 10px 0 8px;
    font-size: 28px;
    font-weight: 500;
    text-transform: capitalize;
    line-height: 1.2;
  }

  .accordion-button-cus {
    position: relative;
    height: 70px;
    border-radius: 10px !important;
    background: #fff !important;
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.12;
  }

  .footer2-row2 h4 {
    margin-bottom: 16px;
    font-size: 18px;
    font-weight: 500;
    margin-top: 30px;
    color: #341f18;
  }

  .about-section1 h1 {
    font-size: 28px;
    line-height: 1.2;
    font-weight: 500;
  }

  .aboubg {
    margin-top: 60px;
    margin-bottom: 60px;
    justify-content: start;
  }

  .blog-box-main-cus {
    margin-bottom: 24px;
  }
}

@media (max-width: 800px) {
  .blog-box-main-cus {
    margin-bottom: 24px;
  }
}

@media (max-width: 768px) {
  .aboubg {
    margin-top: 60px;
  }

  .container-fluid {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    width: 100%;
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    margin-right: auto;
    margin-left: auto;
  }

  .abou-sct1 p {
    display: block;
    width: 100% !important;
  }

  .about-why-choose-about-title {
    padding-left: 16px;
  }

  .revers {
    flex-direction: column-reverse !important;
  }
}

@media (max-width: 767px) {
  .container {
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-right: auto;
    margin-left: auto;
  }
  .navbar-brand img {
    width: 100%;
  }

  .login-btn {
    padding: 8px 8px;
    font-size: 11px;
    margin-left: 0px;
  }

  .dropbtn {
    padding: 8px 6px;
  }

  .you-ned h3, .you-need-right h3, .box-intro8 h2 {
    font-size: 20px;
    line-height: normal;
  }

  .you-need-right {
    padding-right: 12px;
    padding-top: 20px;
    padding-bottom: 0;
  }

  .faq-home-bg .accordion {
    padding-bottom: 20px;
  }

  .download h3 {
    padding-top: 180px;
  }

  .download {
    padding: 0 25px 30px;
  }

  .abou-sct h2 {
    margin-top: 15px;
    line-height: normal;
  }

  .features-image img {
    width: 130px;
    height: auto;
  }

  .about-rule img {
    width: 130px;
    height: auto;
  }

  .feature .takeaway {
    margin-bottom: 25px;
    background: linear-gradient(180deg, #ddecfb, #e0eefb00);
    border-top-right-radius: 20px;
  }

  .about-deatils h3 span {
    font-size: 20px;
  }

  .feature .takeaway .takeaway-image, .homedelivery .take-card .takeaway-image, .customer-main .takeaway-image, .analytics .takeaway-image, .inventory .takeaway-image, .inventory-phone-deatils .take-card .takeaway-image {
    text-align: center;
  }

  .feature .takeaway .takeaway-image img, .homedelivery .take-card .takeaway-image img, .customer-main .takeaway-image img, .analytics .takeaway-image img, .inventory .takeaway-image img, .inventory-phone-deatils .take-card .takeaway-image img {
    height: 300px;
    width: auto;
    margin: auto;
    text-align: center;
  }

  .feature .homedelivery {
    display: block;
    margin-bottom: 25px;
  }

  .homedelivery .take-card, .analytics {
    margin-bottom: 25px;
    min-height: 300px;
  }

  .customer-deatils .customer-main {
    display: flex;
    flex-direction: column-reverse;
  }

  .customer-deatils, .inventory .take-card {
    margin-bottom: 25px;
  }

  .card-for-built {
    margin-bottom: 24px;
  }

  .home-deivery-desh-view, .roomservice-desh-view, .inventory {
    display: none;
  }

  .home-delivery, .inventory-phone-view, .roomservice-phone-view {
    display: block;
  }

  .about-deatils h3 {
    font-size: 20px;
    line-height: 1.2;
    margin-bottom: 15px;
  }

  .about-deatils .para-soft {
    font-size: 15px;
    line-height: 1.2;
    margin-bottom: 0px;
    padding-bottom: 10px;
  }

  .about-deatils .need-para {
    font-size: 18px;
    padding-bottom: 5px;
  }

  .about-deatils .need-list li {
    font-size: 15px;
    padding-bottom: 6px;
  }

  .home-delivery .need-list {
    padding-bottom: 10px;
  }

  .inventory-phone-deatils {
    background: linear-gradient(180deg, #daebfb, #dbecfb00);
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    padding: 20px 20px 20px 20px;
  }

  .delivery-tab .nav-tabs .nav-link .about-takeaway .takeaway-icon {
    max-width: 35px;
    width: 35px;
    height: 35px;
    padding: 0px;
    border: 1px solid #b9cdfb;
    align-items: center;
    justify-content: center;
    display: flex;
  }

  .about-takeaway .title-cus .takeaway-icon img {
    width: 20px;
    height: 20px;
    display: block;
    object-fit: cover;
  }

  .price-card {
    margin-bottom: 25px;
  }

  .banner-img {
    text-align: center;
  }

  .drop-tb {
    min-width: 200px;
  }

  .navcontine .heder-second {
    gap: 10px;
  }

  .home-delivery .delivery-tab {
    margin-top: 30px;
  }

  .roomservice-phone-view .delivery-tab {
    margin-top: 30px;
  }

  .inventory-phone-view .delivery-tab {
    margin-top: 30px;
  }

  .delivery-tab .nav-tabs .nav-link .about-takeaway .title-cus {
    margin-bottom: 0px;
    gap: 5px;
    display: flex;
    align-items: center;
    justify-content: start;
  }

  .delivery-tab .nav-tabs .nav-link .about-takeaway .title-cus h3 {
    font-size: 14px;
    margin-bottom: 0px;
    text-align: left;
    color: #333;
    width: 65%;
  }

  .testimonials .cover.left {
    display: none;
  }

  .testimonials .cover.right {
    display: none;
  }

  .new_row_pding .col-md-4 {
    padding-left: 12px;
    padding-right: 12px;
  }

  .seco-heding {
    font-size: 20px;
    line-height: 1.2;
  }

  .booking-step .title-booking h3 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 0px;
    padding-bottom: 5px;
  }

  .blog-content-heading-cus .blog-title {
    color: #000;
    font-size: 18px !important;
  }

  .blog-content-overlay-cus p {
    font-size: 14px;
  }

  .you-ned {
    margin-left: 0px;
    margin-top: 30px;
  }

  .bottom-link ul {
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: start;
    gap: 6px;
    list-style: none;
    margin-bottom: 0px;
    padding-bottom: 30px;
    padding-left: 0px;
  }

  .add-foot {
    list-style: none;
    padding: 0;
  }

  .dropdown-content a {
    padding: 6px 12px;
    margin-top: 8px;
  }

  .banner-img img {
    width: 100%;
    position: relative;
    z-index: 0;
    margin: auto;
  }

  .aboubg {
    margin-top: 0px;
    height: auto;
    margin-bottom: 0px;
    justify-content: center;
  }

  .abou-sct {
    margin-top: 24px;
  }

  .whyus .count {
    display: inline-flex;
    width: 100%;
    color: #333;
    cursor: pointer;
    padding-top: 24px;
    align-items: center;
    gap: 12px;
  }

  .footer-copyright p {
    font-size: 16px;
    position: relative;
    z-index: 9;
    line-height: 1.4;
  }

  .footer3-row3 .bottom-link {
    position: relative;
    z-index: 99999;
  }

  .footer-img {
    height: 40px;
    position: relative;
    top: -3px;
  }
}

@media (max-width: 515px) {
  .nav-item {
    padding: 0px 0px !important;
  }
}

@media (max-width: 480px) {
  .aboubg span {
    height: 221px;
    width: 247px;
  }

  .modlwidth {
    width: 100% !important;
  }

  .box_shadow1 {
    margin-top: 10px;
  }

  .banner h2 {
    font-size: 27px;
    margin: 0 0 18px;
    width: 100%;
  }

  .banner p {
    font-size: 16px;
  }

  .feature_bg .feature-svg {
    top: -84px;
  }

  .whyus {
    padding: 0 0 30px;
  }

  .biling-small-card img {
    width: 60px;
    height: 60px;
    padding: 11px;
  }

  .servis-new .login-icon1 {
    width: 20%;
    height: 60px;
  }

  .servis-new .login-para1 {
    width: 80%;
  }

  .clin-para {
    font-size: 13px;
  }

  .biling-card-para {
    padding-left: 5px;
  }

  .home-banner::after {
    bottom: -40px;
    width: 1223px;
  }

  .home-banner {
    margin-bottom: 100px;
  }

  .main-top {
    height: 250px;
  }

  .footer2-row2 h4 {
    margin-bottom: 10px;
  }

  .footer2-row2 h2 {
    margin-bottom: 10px;
  }

  .footer2-row2 {
    padding: 0px 0 30px 0;
  }

  .num-para1 {
    font-size: 20px;
  }

  .biling-small-card:hover {
    -ms-transform: none;
    -webkit-transform: none;
    transform: none;
    background-color: #f7e1e100;
    box-shadow: 0 0px 0px 0px #5756551f;
  }

  .mandi-fturch p {
    text-align: justify;
  }

  .abou-sct h2 {
    font-size: 21px;
    line-height: normal;
  }

  .abou-sct1 h2 {
    font-size: 20px;
    line-height: 25px;
  }

  .banner {
    padding-top: 0px;
  }

  .Who {
    margin-top: 0px;
  }

  .myorder {
    margin-top: 25px;
  }

  .why-choose-us-main .feature-box-flex-cus {
    display: block !important;
    align-items: center;
    width: 100%;
  }

  .why-choose-us-main .feature-box-icon {
    margin-left: 20px;
  }

  .list-main .search-light-info > h3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3 !important;
    -webkit-box-orient: vertical;
  }

  .abou-sct1 p {
    display: block;
    width: 100% !important;
  }

  .navbar-brand {
    margin-bottom: 10px;
    width: 100px;
  }

  .nav-item {
    padding: 0px 0px !important;
  }

  .count_txt {
    display: inline-flex;
    flex-direction: column;
    padding-left: 0px !important;
  }

  .marginnwtp {
    margin-top: 20px;
  }

  .about-why-choose-about-title {
    padding-left: 0px;
    font-size: 14px;
    line-height: 17px;
  }

  .list-title h2 {
    font-size: 26px !important;
  }

  .thak p {
    width: 80% !important;
    margin: auto;
  }

  .icolistnew {
    display: block !important;
    justify-self: center;
  }

  .margitop {
    margin-top: 140px !important;
  }

  .billing-text-area {
    padding-top: 0px !important;
  }

  .about-section1 h1 {
    font-size: 21px;
    line-height: 25px;
  }

  .text-area-new h2 {
    font-size: 21px;
    line-height: 22px;
  }

  .directors2 {
    width: 300px;
    text-align: center;
    margin: auto;
  }

  .directors h2 {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 10px;
  }

  .login-para1 p {
    font-size: 15px;
    line-height: 21px;
  }

  .login-para1 h3 {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 0px;
  }

  .title9 {
    font-size: 21px;
    line-height: 25px;
  }

  .recrss .row {
    flex-direction: column-reverse;
  }

  .biling-main-btn {
    padding: 11px 10px;
    font-size: 14px;
  }

  .about-text h2 {
    font-size: 20px;
    line-height: 1.2;
  }

  .banner h1 {
    font-size: 32px;
    margin-bottom: 15px;
    line-height: 1.1;
  }

  .fixed-header {
    height: 65px;
  }

  .fixed-header.navbar {
    padding: 0px;
  }

  .dropdown {
    margin-top: 0px;
  }

  .navcontine .navbar-brand {
    height: auto;
  }
}

@media (max-width: 450px) {
  .navbar-brand img {
    width: 120px;
  }

  .hedertb {
    font-size: 10px;
    padding: 10px 5px;
  }
}

@media (max-width: 415px) {
  .about-text h3 {
    font-size: 23px;
  }

  .accordion-button-cus {
    height: 88px;
    font-size: 14px;
  }

  .nav-item {
    padding: 11px 0px;
  }

  .text-mail {
    display: inline-block;
  }
}

@media (max-width: 389px) {
  .hedertb {
    font-size: 11px;
    padding: 7px 7px;
  }

  .dropbtn {
    font-size: 14px;
  }

  .navbar-brand img {
    width: 140px;
  }
}

@media (max-width: 375px) {
  .navbar-brand img {
    width: 95px;
  }

  .login-btn {
    padding: 8px 6px;
    font-size: 10px;
  }

  .modal-heding {
    font-size: 26px !important;
  }

  .hedertb {
    font-size: 10px;
    padding: 8px 6px;
    margin-left: 0px;
  }

  .dropbtn {
    font-size: 12px;
  }

  .banner h2 {
    font-size: 21px;
    margin: 0 0 5px;
  }

  .banner p {
    font-size: 15px;
  }

  .about-text h3 {
    font-size: 21px;
  }

  .about-text p {
    font-size: 15px;
  }

  .heding-secto span {
    font-size: 13px;
  }

  .para-dcr {
    font-size: 16px;
  }

  .you-ned h3 {
    font-size: 20px;
  }

  .you-ned p {
    font-size: 16px;
  }

  .explor {
    font-size: 16px;
  }

  .accordion-button-cus {
    height: 70px;
    font-size: 15px;
    line-height: 21px;
  }

  .list-main .search-light-info > h3 {
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }

  .about-section1 {
    padding-top: 130px;
    padding-bottom: 80px;
  }

  .aboubg1 .about-section1.blog-details-breadcrumb-sec-cus {
    padding-top: 150px;
    padding-bottom: 20px;
  }

  .list-main {
    display: block !important;
    align-items: center;
    margin: auto;
  }

  .list-main .recent-article-list-img {
    width: 100% !important;
    margin: auto;
  }

  .list-main .search-light-info {
    padding-left: 0px !important;
    width: 100% !important;
    margin-top: 15px;
  }
}

@media (max-width: 360) {
  .navbar-brand {
    margin-bottom: 10px;
  }

  .hedertb {
    font-size: 7px;
    padding: 10px 6px;
  }

  .banner-img {
    text-align: center;
  }
}

@media (max-width: 340) {
  .navbar-brand {
    width: 77px !important;
  }

  .hedertb {
    font-size: 7px;
    padding: 10px 6px;
  }
}