@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;
}
: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;
}
* {
  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;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
}
body {
  font-family: Okra, sans-serif;
  font-optical-sizing: auto;
  font-size: 16px;
  line-height: 1;
  padding: 0px;
  margin: 0px;
  font-weight: 300;
  color: #171010;
  background: #fff;
  overflow-x: hidden;
  -ms-overflow-x: hidden;
}
.navcontine {
  flex-wrap: nowrap !important;
}
.navbar-brand img {
  width: 120px;
  height: auto;
}
.navbar-brand p {
  margin: 0px;
  font-size: 13px;
  color: #43a37b;
  line-height: 20px;
  padding-left: 8px;
}
.your-header .mrgntop {
  padding: 0px;
  height: 70px;
}
.navcontine .navbar-brand {
  padding: 0px;
  padding-top: 6px;
  height: 70px;
  align-items: center;
  display: inline-block;
}
.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: 10px;
  font-size: 16px;
  font-weight: 600;
  color: #003a97;
  border: none;
  background-color: transparent;
  .fa-caret-up {
    display: none;
    transition: 500ms;
  }
}
.dropdown:hover .dropbtn {
  background-color: #dde6ff;
  display: flex;
  gap: 4px;
  transition: 500ms;
  .fa-caret-up {
    display: flex;
    padding-top: 0px;
  }
  .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;
  z-index: 9999999;
  background: linear-gradient(to bottom, #dbecfb00, #daebfb);
  padding-top: 70px;
}
.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: 270px;
  height: 220px;
  background-repeat: no-repeat;
  top: 35%;
  z-index: 0;
  right: 0;
  background-position: center right;
  background-size: contain;
  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;
  position: relative;
  z-index: 999999;
}
.footer-img svg path {
  fill: #edf4ff;
}
.footer2-row2 {
  padding: 0px 0 50px 0;
  z-index: 999999;
  position: relative;
}
.footer2-row2 h4 {
  margin-bottom: 25px;
  font-size: 20px;
  font-weight: 500;
  margin-top: 30px;
  color: #341f18;
}
.footer3-row3 {
  /* padding: 20px 0; */
  padding-bottom: 20px;
}
.text-mail {
  display: inline-flex;
}
.copyright {
  text-align: center;
  color: #000000;
}
.footer-social-media-icons {
  margin: 0 0 0px 0;
  position: relative;
}
.footer-social-media-icons a {
  color: #333333;
  font-size: 25px !important;
  border-radius: 4px;
  margin: 0 5px;
  width: 45px;
  height: auto;
  display: inline-block;
  text-align: center;
  line-height: 34px;
}
.footer-social-media-icons a:hover {
  color: #02a561;
}
.footer-copyright p {
  font-size: 16px;
}
.footer-note {
  margin-top: 0px;
  line-height: 17px;
}
.aboubg1 {
  background-image: linear-gradient(#edf4ff, #eef3fa, #fcfcfc00);
}
.about-section {
  position: relative;
  z-index: 9999;
}
/* .about-section {
  background: linear-gradient(318deg, #b8d3fbeb, #b8d3fb00);
background: linear-gradient(270deg, rgba(184, 211, 251, 1) 0%, rgb(190 215 250) 44%, rgba(255, 255, 255, 1) 77%, rgba(247, 247, 247, 1) 100%);
} */
.about-section1 {
  text-align: center;
  padding-top: 70px;
}
.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: 30px;
  line-height: 35px;
}
.blue-clr {
  color: #db2d07;
}
.labbotm {
  font-size: 13px;
  line-height: 20px;
}
.labbotm span {
  color: 4285f4;
}
.red-clr {
  color: #4285f4;
}
.green-clr {
  color: #34a853;
}
.about-section1 p {
  font-size: 16px;
  line-height: 25px;
}
.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: 37px;
}
.about-heding span {
  font-size: 28px;
  /* color: #2822227a; */
  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: 30px;
  line-height: 37px;
  font-weight: 400;
  color: #000;
}
.abou-sct p {
  display: block;
  color: #333;
  text-align: justify;
  font-size: 15px;
  line-height: 23px;
}
.abou-sct1 h2 {
  font-size: 30px;
  line-height: 37px;
  font-weight: 400;
  color: #000;
}
.abou-sct1 p {
  display: block;
  color: #333;
  text-align: justify;
  font-size: 15px;
  line-height: 23px;
  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;
}
.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: 28px;
}
.newactibg {
  background-image: linear-gradient(#edf4ff, #eef3fa, #fcfcfc00);
  /* box-shadow: inset 0px 900px 500px -600px #f1bbbb; */
}
.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: #1c1b1b;
  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;
}
.about-text h2 {
  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: 40%;
  background-color: #b7d2fd;
  border-radius: 8px 0 0 0;
  transition: all 0.5s ease-in-out;
  z-index: 999999999;
}
.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,
.dowload-icon,
.whatsapp-icon-cus,
.search-icon {
  padding: 10px 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.fix-icons-footer-cus a {
  color: #003a97;
  line-height: normal;
  border: 1px solid #003a97;
  height: 35px;
  width: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  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: 16px;
}
.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: 49%;
  z-index: 999999999;
}
.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;
}
.dowload-icon:hover {
  background-color: var(--primary-bg-color);
  border-radius: 8px 0 0 0px;
}
.phone-icon:hover {
  background-color: var(--primary-bg-color);
}
.whatsapp-icon-cus:hover {
  background-color: var(--primary-bg-color);
}
.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: 2px solid #e4dcdc;
}
.form-control[type="text"]:focus {
  border: 2px solid var(--secondary-bg-color) !important;
}
.form-control {
  height: 50px;
  background: #fff;
  color: rgba(0, 0, 0, 0.8);
  font-size: 14px;
  border-radius: 5px;
  border: none;
}
.contactForm .form-control2 {
  border: none;
}
.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: -45px !important;
}
.modlwidth {
  width: 87%;
}
.modl-cont {
  padding-left: 10px;
  padding-right: 10px;
}
.modl-bom {
  border-bottom: none !important;
  padding-bottom: 0px !important;
}
.modl-bom h1 {
  font-size: 25px;
}
.modl-bom p {
  font-size: 13px;
}
.subbtn {
  font-size: 15px;
  font-weight: 600;
  background-color: #5693f5;
  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;
}
.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: 15px;
}
.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-style: normal;
  line-height: normal;
  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 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);
  animation: slide-down 0.7s;
  position: fixed;
  z-index: 999;
  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;
}
.pdding {
  padding-top: 70px;
}
.box-contin {
  width: 90%;
  margin: auto;
}
.home-banner {
  margin-bottom: 0px;
  width: 100%;
  position: relative;
  z-index: 999;
  padding-top: 0px;
  background: #b8d3fbeb;
  height: 100vh;
  background-size: cover;
  background-position: center;
  background: #fee4e8;
}

.banner {
  /* padding-top: 90px; */
  padding-left: 70px;
}
.header-bottom .qr {
  width: 100px;
  height: 100px;
}
.header-bottom .qr img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.conat-list {
  display: flex;
  justify-content: flex-start;
  gap: 10px;
  list-style: none;
  padding-left: 0px;
  margin-bottom: 0px;
}
.conat-list li a {
  color: #000000;
  font-size: 17px;
}
.inner-banner {
  position: absolute;
  z-index: 2;
  padding: 0px 0px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.banner h1 {
  font-size: 46px;
  margin: 0 0 10px;
  font-weight: 500;
  line-height: 46px;
}
.banner .pos-heding {
  color: #f5802f;
  background: #fff;
  padding: 1px 12px;
  border-radius: 10px;
  line-height: 72px !important;
}
.banner h1 .restaurant-title {
  font-size: 25px;
  font-family: cursive;
  line-height: 2.1;
}
.madeeasy-tile {
  text-align: center;
  font-size: 25px;
  font-family: cursive;
  font-weight: 300;
}
.seco-heding {
  color: #341f18;
  font-size: 30px;
  font-weight: 400;
  line-height: 35px;
}
.banner p {
  font-size: 17px;
  line-height: 25px;
  padding-top: 0px;
}
.cretbtn button {
  border: none;
  background-color: #f26621;
  color: #fff;
  padding: 12px 18px;
  border-radius: 10px;
  margin-right: 20px;
  font-size: 16px;
  font-weight: 500;
}
.banner-img {
  height: auto !important;
  width: auto;
  position: relative;
  top: 0;
  right: 0;
  bottom: 0;
  margin-right: 40px;
}
.banner-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.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;
}

.about-text {
  margin-top: 0px;
}
.about-text h2 {
  color: #341f18;
  font-size: 30px;
  line-height: 1.2;
}
.about-text p {
  color: #1c1b1b;
  font-size: 15px;
  line-height: 23px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.2px;
  text-align: justify;
}
.centerdv {
  margin: auto;
  float: none;
}
header {
  position: absolute;
  z-index: 2;
  width: 100%;
  top: 0;
  transition: all ease 500ms;
  height: 70px;
}
.margitop {
  margin-top: 200px !important;
}

.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: 30px;
  font-weight: 400;
  text-transform: capitalize;
  line-height: 35px;
}
.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: #1c1b1b;
  font-size: 16px;
  line-height: 25px;
}
.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);
  z-index: 9999999;
}
.pad-top10 {
  padding-top: 10px !important;
}
.blog-box-main-cus {
  height: 360px;
  background-color: #edf4ff;
  display: block;
  max-width: 100%;
  border-radius: 15px;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  position: relative !important;
}
.slider-card2::after {
  content: url(https://www.vidyalayaschoolsoftware.com/webassets/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 {
}
.blog-content-overlay-cus {
  background-color: #cee0f6;
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%;
  padding: 18px 16px 28px;
  position: absolute !important;
  top: 0;
  left: 0;
  right: 0;
  transform: none;
  top: calc(100% - 114px);
  transition: all 0.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: #000000;
  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: 22px;
  font-weight: 700 !important;
  line-height: 34px !important;
  display: block;
  position: relative;
  left: 2px;
}
.blog-image-cus img {
  object-fit: cover;
  height: 75%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.box-intro8 h2 {
  font-size: 30px;
  font-weight: 400;
  line-height: 35px;
  margin: 10px 0 8px;
  color: #000;
  text-transform: capitalize;
}
.box-intro8 p {
  color: #1c1b1b;
  font-size: 15px;
  line-height: 20px;
}
.why-choose-us-main {
  margin-bottom: -110px;
}
.blog-box-main-cus:hover .blog-content-overlay-cus {
  padding-top: 24px;
  transform: none;
  top: calc(100% - 360px);
}
.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/help-more-questions.webp);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 0 34px 34px;
}
.download h3 {
  color: #fff;
  font-size: 19px;
  font-style: normal;
  font-weight: 800;
  line-height: 22px;
  padding-top: 255px;
}
.download p {
  color: #dbdbdb;
  margin-bottom: 10px;
}
.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;
}
.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;
  margin-bottom: 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;
}
.add-heding {
  font-size: 25px;
  font-weight: 400;
  margin-top: 10px;
  color: #341f18;
}
.add-heding span {
  color: #02a561;
}
.address ul {
  list-style-type: none;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 0px;
  padding-bottom: 18px;
  margin-bottom: 0px;
}
.address ul li {
  margin-right: 25px;
  margin-top: 10px;
}
.address li p {
  display: flex;
  font-size: 14px;
  margin-bottom: 0px;
}
.address li i {
  font-size: 14px;
  width: 30px;
  height: 30px;
  border: 1px solid #02a561;
  color: #02a561;
  border-radius: 50%;
  margin-right: 6px;
  text-align: center;
  line-height: 30px;
  padding-right: 0px;
}
.address li p span {
  text-align: left;
}
.address li p span strong {
  display: block;
  color: #02a561;
  font-weight: 500;
  font-size: 17px;
  padding-bottom: 4px;
}
.address li p a {
  color: #020202 !important;
}
.address h5 {
  font-size: 25px;
  color: #f58220;
  margin-bottom: 4px;
  letter-spacing: 0.1px;
  font-weight: 500;
  padding-bottom: 6px;
}
.gst-number {
  padding-bottom: 6px;
  display: flex;
  justify-content: center;
  gap: 14px;
  font-size: 16px;
  margin-bottom: 0px;
  color: #000;
}
.add-foot {
  list-style: none;
  margin-bottom: 0px;
  padding-left: 0px;
}
.add-foot li {
  font-size: 16px;
  line-height: 30px;
  color: #000;
  position: relative;
  z-index: 2;
  margin-bottom: 5px;
}
.add-foot li span a i {
  font-size: 20px;
  color: #333333;
  margin-left: 0px;
}
.add-foot li i {
  color: #000000;
  font-size: 15px;
}
.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 span {
  display: block;
  font-size: 16;
  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: 25px;
  font-weight: 400;
  line-height: 30px;
}
.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%;
  position: relative;
  z-index: 2;
  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: #000;
}
.explor:hover {
  color: var(--secondary-text-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: 8px;
  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: 8px;
  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: 500ms;
  margin: 10px;
  span {
    visibility: hidden;
    transition: 500ms;
  }
}
.dropdown-content a:hover {
  background-color: #ddebff;
  margin: 10px;
  color: var(--secondary-text-color);
  border-radius: 4px;
  span {
    visibility: visible;
    color: var(--secondary-text-color);
  }
}
.dropdown:hover .dropdown-content {
  display: block;
}
.accordion-button-cus:not(.collapsed)::after {
  background-image: url(https://www.checkkarlo.com/images/minus.png) !important;
}
.accordion-button-cus:after {
  background-image: url(https://www.checkkarlo.com/images/plus.png) !important;
  --bs-accordion-btn-icon-width: 1rem;
}
.list-content-blog .row .col-lg-4 {
  padding: 4px;
}
.testimonials {
  background-color: #f33f0200;
  position: relative;
}
.testimonials .container {
  max-width: 100vw;
  margin-left: unset;
}
#customers-testimonials .item {
  text-align: center;
  margin: 5px;
}
.item-feature-box.text-center {
  display: block;
}
.review-rating-main-custom {
  padding: 30px 20px;
}
.feature-box-style-03 {
  margin-bottom: 20px;
  /* box-shadow: 0 2px 5px rgb(0 0 0 / 30%); */
  border: 1px solid #ddd;
  background: #fff;
  padding: 12px;
  border-radius: 6px;
}
.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;
}
.feature-box-info .desc {
  color: #333;
  margin-bottom: 0;
  font-size: 15px;
  line-height: 22px;
  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: 15px;
  margin-top: 15px;
  margin-left: 20px;
}
.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 {
  max-height: 65px;
  border-radius: 100%;
  width: 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;
}
.client-name-desc {
  display: block;
  text-align: left;
  margin-left: 10px;
}
.client-name-desc h3 {
  font-size: 18px;
  margin-bottom: 0;
  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;
}
.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: 250px;
  height: auto;
}
.about-rule img {
  width: 208px;
  height: auto;
}

.about-takeaway .title-cus {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 25px;
  justify-content: center;
}
.about-takeaway .title-cus .takeaway-icon {
  width: 65px;
  height: 65px;
  background: #ffffff;
  border-radius: 50%;
  padding: 15px;
}
.about-takeaway .title-cus .takeaway-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.feature .takeaway {
  padding: 20px;
  background: linear-gradient(90deg, #ddecfb, #e0eefb00);
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}
.feature .homedelivery {
  padding: 25px 25px 25px 40px;
  background: linear-gradient(90deg, #f8d8d9, #f9d9db00);
  display: flex;
  justify-content: center;
  gap: 60px;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  /* min-height: 604px; */
}
.about-takeaway .title-cus h3 {
  font-size: 19px;
}
.about-deatils h3 {
  font-size: 25px;
  font-weight: 300;
  color: #676767;
  line-height: 1.3;
  margin-bottom: 25px;
}
.about-deatils h3 span {
  font-size: 22px;
  font-weight: 500;
  color: #02a561;
}
.about-deatils .para-soft {
  font-size: 14px;
  line-height: 1.4;
}
.about-deatils .need-para {
  margin-bottom: 0px;
  font-size: 14px;
  padding-bottom: 15px;
}
.about-deatils .need-list {
  margin-bottom: 0px;
  padding-left: 20px;
}
.about-deatils .need-list li {
  font-size: 14px;
  padding-bottom: 15px;
}
.about-deatils .need-list li p {
  line-height: 1.4;
  margin-bottom: 0px;
}
.about-deatils .need-list li p strong {
  font-weight: 700;
  color: #02a561;
}
.customer-deatils .customer-main {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
.customer-deatils {
  background: linear-gradient(90deg, #f8d8d9, #f9d9db00);
  padding: 6px 30px;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}
.customer-main .about-deatils h3 {
  font-size: 24px;
}
.analytics {
  background: linear-gradient(90deg, #ddecfb, #e0eefb00);
  padding: 20px 30px;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}
.inventory {
  padding: 30px 0px 30px 0px;
  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: 22px;
  font-weight: 600;
  margin-bottom: 0px;
  padding-bottom: 5px;
}
.booking-step .step1 {
  margin-bottom: 15px;
}
.booking-step .title-booking p {
  margin-bottom: 0px;
  font-size: 14px;
  line-height: 1.3;
}
.booking-step .step1:last-child {
  margin-bottom: 0px;
}
.pointers {
  position: relative;
  z-index: 9999999;
  cursor: pointer;
}
.new_row_pding {
  overflow: hidden;
}
.home-deivery-desh-view,
.roomservice-desh-view,
.inventory {
  display: block;
}
.home-delivery,
.inventory-phone-view,
.roomservice-phone-view {
  display: none;
}
.logo-baroucher {
  position: absolute;
  width: 330px;
  right: 0;
}
.logo-baroucher-bottom {
  position: absolute;
  bottom: -80px;
  left: 0;
  right: 0;
  width: 100%;
  height: auto;
  z-index: 10;
  pointer-events: none;
}
.logo-baroucher-bottom img {
  width: 100%;
  height: auto;
  display: block;
}
.site-log {
  position: absolute;
  bottom: 20px;
  left: 10px;
}
.goto-arrow {
  width: 155px;
  margin-left: 170px;
}
@media (max-width: 990px) {
  .about-img {
    margin-left: 4px;
  }
  .you-ned {
    margin-left: 24px;
    margin-top: 30px;
  }
  .why-choose-us-main .feature-box-flex-cus h3 {
    margin-left: 13px;
  }
  .btn.btn-download {
    font-size: 19px;
  }
  .phone-hide {
    display: none;
  }
  .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, #ddecfb, #e0eefb00);
    border-top-right-radius: 20px;
  }
  .inventory {
    background: linear-gradient(180deg, #daebfb, #dbecfb00);
    border-top-right-radius: 20px;
    padding: 10px 10px 10px 10px;
  }
  .customer-deatils {
    background: linear-gradient(180deg, #f8d8d9, #f9d9db00);
    border-top-right-radius: 20px;
  }
  .feature .homedelivery {
    background: linear-gradient(180deg, #f8d8d9, #f9d9db00);
    border-top-right-radius: 20px;
    min-height: auto;
  }
  .download h3 {
    padding-top: 160px;
  }
  .home-deivery-desh-view,
  .roomservice-desh-view,
  .inventory {
    display: none;
  }
  .takeaway .takeaway-image,
  .homedelivery .takeaway-image,
  .analytics .takeaway-image,
  .inventory .take-card .takeaway-image,
  .inventory-phone-deatils .takeaway-image {
    text-align: center;
  }
  .takeaway .takeaway-image img,
  .homedelivery .takeaway-image img,
  .analytics .takeaway-image img,
  .inventory .take-card .takeaway-image img,
  .inventory-phone-deatils .takeaway-image img,.customer-main .takeaway-image img{
    height: 500px;
    width: auto;
  }
  .home-delivery,
  .inventory-phone-view,
  .roomservice-phone-view {
    display: block;
  }
  .inventory-phone-deatils {
    background: linear-gradient(180deg, #daebfb, #dbecfb00);
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    padding: 20px 20px 20px 20px;
  }
  .customer-deatils {
    min-height: auto;
  }
  .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 #02a561;
  }
  .delivery-tab .nav-tabs .nav-link.active .about-takeaway .takeaway-icon {
    background: #02a561;
  }
  .delivery-tab .nav-tabs .nav-link.active .about-takeaway .title-cus h3 {
    color: #02a561;
  }
  .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: 25px;
    overflow-x: auto;
    overflow-y: hidden;
    padding-bottom: 10px;
  }
  .about-deatils .need-list {
    margin-bottom: 0px;
    padding-left: 0px;
    list-style: none;
  }
  .about-deatils h3 {
    font-size: 20px;
    line-height: 1.2;
    margin-bottom: 5px;
  }
  .you-need-right {
    padding-right: 0px;
    padding-bottom: 25px;
  }
  .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: 20px;
  }
  .revers-row .about-deatils {
    padding-bottom: 20px;
  }
  #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;
  }
}
@media (max-width: 912px) {
  .home-banner {
    height: 55vh;
  }
  .logo-baroucher-bottom {
    bottom: -22px;
  }
  .banner {
    padding-left: 40px;
  }
}
@media (max-width: 800px) {
  .blog-box-main-cus {
    margin-top: 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) {
  .navbar-brand img {
    width: 115px;
  }
  .login-btn {
    padding: 6px 8px;
    font-size: 11px;
    margin-left: 10px;
  }
  .you-ned h3,
  .you-need-right h3,
  .box-intro8 h2 {
    font-size: 24px;
    line-height: normal;
  }
  .you-need-right {
    padding-right: 0px;
    padding-bottom: 20px;
  }
  .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;
  }
  .feature .takeaway .takeaway-image,
  .homedelivery .take-card .takeaway-image,
  .customer-main .takeaway-image,
  .analytics .takeaway-image,
  .inventory .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 {
    height: 300px !important;
    width: auto;
    margin: auto;
    text-align: center;
  }
  .feature .homedelivery {
    display: block;
    margin-bottom: 25px;
    padding: 25px 25px 25px 25px;
  }
  .homedelivery .take-card,
  .analytics {
    margin-bottom: 25px;
    min-height: 300px;
  }
  .customer-deatils .customer-main {
    display: flex;
    flex-direction: column-reverse;
  }
  .inventory .about-deatils {
    padding: 10px;
  }
  .card-for-built {
    margin-bottom: 20px;
  }
  .customer-deatils,
  .inventory .take-card {
    margin-bottom: 25px;
    padding-top: 20px;
  }
  .pdding {
    padding-top: 20px;
  }
  .banner .pos-heding {
    line-height: 41px !important;
  }
  .banner p {
    width: 100%;
  }
  .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: 20px;
  }
  .revers-row .about-deatils {
    padding-bottom: 20px;
  }
  .address ul {
    display: ruby;
    position: relative;
    z-index: 99999;
  }
  .address li p {
    margin-bottom: 10px;
  }
  .address h5 {
    position: relative;
    z-index: 999999;
  }
  .gst-number {
    position: relative;
    z-index: 999;
  }
  .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;
  }
  .banner-img {
    width: 80%;
    margin: auto;
  }
  .logo-baroucher-bottom {
    bottom: -1px;
  }
  .home-banner {
    height: 90vh;
  }
}
@media (max-width: 540px){
      .home-banner {
        height: 100vh;
    }
    .banner h1{
          font-size: 29px;
    margin: 0 0 10px;
    font-weight: 500;
    line-height: 45px;
    }
        .banner-img {
        width: 69%;
        margin: auto;
    }
    
}
@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;
  }
  .aboubg {
    margin-top: 45px;
    height: 215px;
  }
  .biling-small-card img {
    width: 60px;
    height: 60px;
    padding: 11px;
  }
  .footer-img {
    height: 40px;
  }
  .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;
  }
  .main-top {
    height: 250px;
  }
  .footer2-row2 h4 {
    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 {
    margin-top: 60px;
  }
  .abou-sct h2 {
    font-size: 21px;
    line-height: normal;
  }
  .abou-sct1 h2 {
    font-size: 20px;
    line-height: 25px;
  }
  .banner {
    padding-top: 0px;
    padding-left: 0px;
  }
  .Who {
    margin-top: 0px;
  }
  .margn {
    margin-top: 20px;
  }
  .myorder {
    margin-top: 50px;
  }
  .you-ned {
    margin-left: 11px;
  }
  .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: 20px;
    margin-bottom: 1px;
    line-height: 25px;
  }
  .fixed-header {
    height: 75px;
  }
  .fixed-header.navbar {
    padding: 0px;
  }
  .dropbtn {
    padding: 6px 15px;
  }
  .dropdown {
    margin-top: 0px;
  }
  .navcontine .navbar-brand {
    height: auto;
  }
}
@media (max-width: 450px) {
  .navbar-brand img {
    width: 130px;
  }
  .hedertb {
    font-size: 10px;
    padding: 10px 5px;
  }
      .home-banner {
        height: 65vh;
    }
}
@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;
  }
      .home-banner {
        height: 68vh;
    }
}
@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: 6px 5px;
    font-size: 10px;
    margin-left: 10px;
  }
  .modal-heding {
    font-size: 26px !important;
  }
  .hedertb {
    font-size: 10px;
    padding: 6px 4px;
    margin-left: 5px;
  }
  .dropbtn {
    font-size: 12px;
  }
  .drop-tb {
    min-width: 160px;
  }
  .dropdown-content a {
    padding: 2px 2px;
    margin-top: 8px;
  }
  .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;
  }
  .seco-heding {
    font-size: 21px;
  }
  .heding-secto span {
    font-size: 13px;
  }
  .para-dcr {
    font-size: 16px;
  }
  .you-ned h3 {
    font-size: 21px;
  }
  .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: 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;
  }
  .home-banner {
        height: 80vh;
    }
   .banner-img {
    width: 60% !important;
    margin: auto;
  }
}
@media (max-width: 360) {
  .navbar-brand {
    margin-bottom: 10px;
  }
  .hedertb {
    font-size: 7px;
    padding: 10px 6px;
  }
}
@media (max-width: 340) {
  .navbar-brand {
    width: 77px !important;
  }
  .hedertb {
    font-size: 7px;
    padding: 10px 6px;
  }
  
}
.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: #02a561 !important;
}
.card-for-built {
  padding: 10px;
  border-radius: 10px;
  border: 1px solid #c5dcf7;
  text-align: center;
  min-height: 150px;
}
.card-for-built h4 {
  text-align: center;
  margin-bottom: 0px;
  font-size: 16px;
  color: #080806;
}
.card-for-built img {
  height: 115px;
  min-width: 115px;
  object-fit: contain;
  padding-bottom: 10px;
}

.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: 700;
}
@-moz-document url-prefix() {
  .logo-baroucher-bottom {
    bottom: 0; /* Test without negative offset */
  }
}
