@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
:root {
  --qondri-font: "Barlow", sans-serif;
  --qondri-gray: #747f8e;
  --qondri-gray-rgb: 116, 127, 142;
  --qondri-white: #ffffff;
  --qondri-white-rgb: 255, 255, 255;
  --qondri-black: #000;
  --qondri-black-rgb: 24, 56, 98;
  --qondri-base: #58595b;
  --qondri-base-rgb: 137, 185, 46;
  --qondri-primary: #f2f5f8;
  --qondri-primary-rgb: 242, 245, 248;
  --qondri-bdr-color: #dee3e8;
  --qondri-bdr-color-rgb: 222, 227, 232;
  --common-text: #58595b;
  --common-yellow: #efd207;
}

.header-sec {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header-sec .call-sec img {
  width: 26px;
  height: 26px;
  -o-object-fit: contain;
     object-fit: contain;
}
.header-sec .call-sec a {
  text-decoration: none;
  color: #000;
}

.header-style-1 {
  background-color: #efd207 !important;
}

.top-header {
  background-color: #000;
  text-align: center;
  padding: 7px 0px;
}
.top-header h4 {
  color: #fff;
  font-size: 15px;
}
@media (max-width: 767px) {
  .top-header h4 {
    padding: 0px 10px;
  }
}

@media (min-width: 992px) {
  .hero-style-2 {
    margin-top: 80px;
  }
}
.services-section .section-title h2 {
  color: #58595b !important;
  font-weight: 500;
  font-size: 50px;
}
@media (max-width: 767px) {
  .services-section .section-title h2 {
    font-size: 40px;
  }
}

.fadein {
  opacity: 0;
  transition: all 1.5s;
  transform: translate(0, 100px);
}

.fadein.visible {
  opacity: 1;
  transform: translate(0, 0);
}

h1,
h2,
li {
  font-family: "Montserrat", serif;
}

.pt-30 {
  padding-top: 30px;
}

@media (min-width: 992px) {
  .dv-center {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.dv-mob-center {
  display: flex;
  align-items: center;
  justify-content: center;
}

.home-service {
  padding-top: 70px;
  padding-bottom: 70px;
}
.home-service .services-slider {
  padding: 30px 0px;
  padding-bottom: 30px;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
}
@media (min-width: 576px) and (max-width: 767px) {
  .home-service .services-slider {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .home-service .services-slider {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 575px) {
  .home-service .services-slider {
    grid-template-columns: repeat(2, 1fr);
  }
}
.home-service .services-slider .grid {
  text-align: center;
  border: none !important;
  padding: 20px 35px !important;
}
@media (max-width: 575px) {
  .home-service .services-slider .grid {
    padding: 5px 35px !important;
  }
  .home-service .services-slider .grid h3 {
    margin: 10px 0 1em !important;
  }
}
.home-service .services-slider .grid h3 {
  color: #363434;
  font-size: 17px;
  font-weight: 400;
}
.home-service .services-slider .grid .icon img {
  width: 140px;
  height: 140px;
  transition: all 1500ms linear;
}
.home-service .services-slider .grid .icon img:hover {
  transform: rotateY(180deg);
}
@media (max-width: 400px) {
  .home-service .services-slider .grid .icon img {
    height: 100px;
  }
}
.home-service .services-slider .grid .icon-6 img {
  width: 160px;
  height: 140px;
  transition: all 1500ms linear;
  filter: opacity(70%);
  border: none;
}
@media (max-width: 400px) {
  .home-service .services-slider .grid .icon-6 img {
    height: 100px;
  }
}
@media (max-width: 575px) {
  .home-service .section-title {
    margin-bottom: 20px !important;
  }
}

.btn-wrapper {
  text-align: center;
}
.btn-wrapper .btn-grey {
  border-radius: 8px;
  background-color: var(--common-yellow);
  color: #000;
  border-color: #ededed;
  transition: 0.3s;
  font-family: "Montserrat", serif;
  font-weight: 500;
  letter-spacing: 0.5px;
  padding-left: 40px;
  padding-right: 40px;
}
.btn-wrapper .btn-grey:hover {
  color: #000;
  background-color: #ded9d9;
  border-color: #ded9d9;
  transition: 0.3s;
}

.section-title h2,
.section-title-s2 h2 {
  color: #58595b !important;
}

.section-title > span,
.section-title-s2 > span,
.about-section .details .quoter {
  color: #000 !important;
  padding-bottom: 10px;
}

p {
  color: #58595b;
}

.cta-section {
  min-height: 600px;
  text-align: left !important;
  display: flex;
  align-items: flex-end;
}
@media (max-width: 991px) {
  .cta-section {
    min-height: 100%;
  }
  .cta-section:before {
    background-position: left !important;
  }
}
.cta-section:before {
  background-size: cover;
}
.cta-section h2 {
  color: var(--common-yellow) !important;
  font-weight: 700;
  font-size: 50px;
}
@media (max-width: 767px) {
  .cta-section h2 {
    font-size: 40px;
  }
}
.cta-section p {
  font-size: 26px;
  color: #ffffff;
  max-width: 440px;
  letter-spacing: 0.3px;
  line-height: 32px;
  padding-bottom: 35px;
}
.cta-section .theme-btn-s2 {
  background-color: #fce177;
  padding: 12px 50px;
  border-radius: 7px;
  color: #1c1b1b;
}

.mlr-30 {
  margin-left: -30px;
  margin-right: 30px;
}

.about-section {
  background-image: url(../images/logo/bg-02.png);
  width: 100%;
  height: 100%;
  background-repeat: repeat;
  position: relative;
}
@media (min-width: 576px) {
  .about-section {
    padding: 60px 0px;
  }
}
@media (max-width: 575px) {
  .about-section .overlay {
    position: absolute;
    background-color: rgba(210, 205, 205, 0.5098039216);
    width: 100%;
    height: 100%;
  }
  .about-section .abt-right, .about-section .abt-left {
    padding-top: 60px;
  }
}
@media (min-width: 992px) {
  .about-section .abt-left {
    max-width: 90%;
  }
}
.about-section .abt-left .qrcode {
  display: flex;
  flex-direction: column;
  gap: 40px;
  padding: 10px;
}
@media (max-width: 767px) {
  .about-section .abt-left .qrcode img {
    width: 150px;
  }
}
.about-section .abt-left .img-store {
  padding: 0px 10px;
}
.about-section .abt-left .img-store img {
  border-radius: 10px;
}
.about-section .abt-left .abt-img img {
  height: 327px;
  width: 400px;
  -o-object-fit: contain;
     object-fit: contain;
}
.about-section .abt-right .icon-currency img,
.about-section .abt-right .icon-location img,
.about-section .abt-right .icon-calendar img {
  width: 20px;
  height: 20px;
}
.about-section .abt-right .icon-currency img {
  border-radius: 50%;
}
.about-section .abt-right ul li {
  color: #000;
  display: flex;
  gap: 10px;
  align-items: flex-end;
  padding-bottom: 5px;
}
.about-section .abt-right .section-title-s2 h2 {
  font-size: 20px;
  color: #000 !important;
  font-weight: 600;
  max-width: 480px;
  line-height: 34px;
  letter-spacing: 0.5px;
}
@media (max-width: 991px) {
  .about-section .abt-right .section-title-s2 h2 {
    text-align: center;
  }
}
.about-section .abt-right .btn-wrapper .btn-grey {
  background-color: #080907;
  color: #ffffff;
  padding: 13px 50px;
}
.about-section .abt-right .btn-wrapper .btn-grey:hover {
  color: #ffffff;
}
.about-section .abt-right .btn-wrapper {
  text-align: right;
  margin-top: 10px;
}
@media (max-width: 991px) {
  .about-section .abt-right .btn-wrapper {
    text-align: left;
  }
}
@media (max-width: 991px) {
  .about-section .abt-right {
    padding-top: 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
@media (max-width: 991px) {
  .about-section .img-video-holder {
    margin-top: 0px;
  }
}

@media (max-width: 767px) {
  .d-mb-only {
    display: none !important;
  }
}
/*--------------------------------------------------------------
# How We Work
--------------------------------------------------------------*/
.how-we-work {
  position: relative;
  display: block;
  padding: 70px 0 70px 0px;
  background-color: var(--qondri-white);
  z-index: 1;
}
@media (max-width: 767px) {
  .how-we-work {
    padding-top: 30px;
  }
}
.how-we-work .why-left .why-list li,
.how-we-work .why-right .why-list li {
  position: relative;
  padding-left: 20px;
  color: #58595b;
  font-size: 16px;
  font-weight: 500;
  padding-bottom: 15px;
}
.how-we-work .why-left .why-list li::before,
.how-we-work .why-right .why-list li::before {
  content: "";
  background-image: url("../images/tick.svg");
  width: 20px;
  position: absolute;
  font-size: 14px;
  left: 0px;
  height: 20px;
  background-size: contain;
  top: 2px;
}
@media (max-width: 575px) {
  .how-we-work .why-right {
    padding-left: 15px;
  }
}
.how-we-work .grid-sec {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.how-we-work .grid-sec .why-middle img {
  width: 500px;
}
@media (max-width: 575px) {
  .how-we-work .grid-sec .why-middle img {
    display: none;
  }
}
@media (max-width: 991px) {
  .how-we-work .grid-sec {
    flex-direction: column;
  }
}
.how-we-work .btn-wrapper .btn-grey {
  background-color: #fce177;
}
.how-we-work .section-title h2 {
  font-weight: 500;
}

.hero-slider .swiper-pagination-bullet-active {
  color: #fff;
  background: #0b0c0c;
}

.page-title h2 {
  color: #000;
}

.abt-choose {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media (min-width: 1200px) {
  .abt-choose .col-xl-auto {
    width: auto;
  }
}
.abt-choose .align-items-center {
  /* -webkit-box-align: center !important; */
  /* -webkit-align-items: center !important; */
  align-items: center !important;
}
.abt-choose .justify-content-between {
  justify-content: space-between !important;
  display: -webkit-flex;
}
@media (min-width: 1300px) {
  .abt-choose .row {
    --bs-gutter-x: 24px;
  }
}
.abt-choose .g-4,
.abt-choose .gy-4 {
  --bs-gutter-y: 1.5rem;
}
.abt-choose .service-block:not(:last-child) {
  margin-bottom: 30px;
}
.abt-choose .service-block {
  display: flex;
  align-items: center;
  gap: 25px;
  max-width: 358px;
}
.abt-choose .fadeInLeft {
  animation-name: fadeInLeft;
}
.abt-choose .service-block:hover .service-block_img img {
  transform: rotateY(180deg);
}
.abt-choose .service-block_img img {
  transition: all 0.4s ease-in-out;
}
.abt-choose .service-block_img {
  min-width: 60px;
}
.abt-choose .section-title__title {
  max-width: 500px;
  margin: 0 auto;
}
.abt-choose .box-title a {
  color: #000;
}
@media (max-width: 1199px) {
  .abt-choose .xl-only {
    display: none;
  }
}
@media (max-width: 767px) {
  .abt-choose .md-row {
    flex-direction: column;
  }
}
@media (min-width: 768px) {
  .abt-choose .service-block.style1 {
    direction: rtl;
  }
  .abt-choose .service-block.style1:nth-child(2) {
    padding: 0 48px 0 0;
  }
  .abt-choose .service-block:nth-child(2) {
    padding-left: 48px;
  }
}

#success-message,
#error-message {
  display: none !important;
  /* Hidden by default */
}

.price-page .contact-section:before {
  background-color: #fff;
}
.price-page .price-sec {
  padding: 30px 0px;
}
.price-page .section-title span {
  font-size: 34px;
}
.price-page .section-title h2 {
  font-size: 18px;
  max-width: 440px;
  margin: 0 auto;
  font-weight: 500;
}
.price-page .contact-section form input {
  border: 1px solid rgba(0, 0, 0, 0.28);
}
.price-page .theme-btn:hover,
.price-page .theme-btn:focus,
.price-page .theme-btn:active {
  background-color: #000;
}

.contact-info-section .contact-info h5,
.contact-info-section .contact-info .icon i,
.contact-form .theme-btn {
  color: #000;
}

.contact-form .theme-btn:hover,
.contact-form .theme-btn:focus,
.contact-form .theme-btn:active {
  background-color: #000;
}

.contact-section form input,
.contact-section form select,
.contact-section form textarea {
  border: 1px solid rgba(0, 0, 0, 0.28);
}

.contact-form .theme-btn:hover {
  color: #fff;
}

button.back-to-top {
  margin: 0 !important;
  padding: 0 !important;
  background: #fff;
  height: 0px;
  width: 0px;
  overflow: hidden;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  color: transparent;
  clear: both;
  visibility: hidden;
  position: fixed;
  cursor: pointer;
  display: block;
  border: none;
  right: 50px;
  bottom: 75px;
  font-size: 0px;
  outline: 0 !important;
  z-index: 99;
  transition: all 0.3s ease-in-out;
}

button.back-to-top:hover,
button.back-to-top:active,
button.back-to-top:focus {
  outline: 0 !important;
}

button.back-to-top::before,
button.back-to-top::after {
  content: "";
  display: block;
  vertical-align: middle;
  border-bottom: solid 10px #000;
  border-left: solid 10px transparent;
  line-height: 0;
  border-right: solid 10px transparent;
  height: 0;
  margin: 18px auto 0;
  width: 0;
  border-radius: 20px;
  visibility: hidden;
}

button.back-to-top.show::after,
button.back-to-top.show::before {
  visibility: visible;
}

button.back-to-top::after {
  border-bottom-color: #fff;
  position: relative;
  top: -24px;
}

button.back-to-top.show {
  display: block;
  background: #fff;
  color: #00ab6c;
  font-size: 25px;
  right: 25px;
  bottom: 50px;
  height: 50px;
  width: 50px;
  visibility: visible;
  box-shadow: 0px 2px 4px 1px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0px 2px 4px 1px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 2px 4px 1px rgba(0, 0, 0, 0.25);
}

button.back-to-top.show:active {
  box-shadow: 0px 4px 8px 2px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0px 4px 8px 2px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 4px 8px 2px rgba(0, 0, 0, 0.25);
}

html {
  scroll-behavior: smooth;
}

.single-services-page .service-sidebar .service-list-widget a:hover,
.single-services-page .service-sidebar .service-list-widget .current a,
.single-services-page .service-sidebar .download-widget ul a {
  background-color: #000;
}
.single-services-page .service-sidebar .service-list-widget a:hover,
.single-services-page .service-sidebar .service-list-widget .current a {
  color: #fff !important;
}
.single-services-page .service-sidebar .service-list-widget a {
  background: rgba(187, 187, 187, 0.2196078431);
}
.single-services-page .service-sidebar .contact-widget,
.single-services-page .service-sidebar .contact-widget:before,
.single-services-page .service-single-section .service-single-content ul li span {
  background-image: none;
  background-color: #000;
}
.single-services-page .service-sidebar .contact-widget a:hover {
  color: #201e1e;
}
.single-services-page .service-sidebar .contact-widget a {
  color: #000;
  border-radius: 4px;
}
.single-services-page .service-single-section .service-single-content h5 {
  font-size: 22px;
  color: #343232;
  font-weight: 600;
  padding-bottom: 10px;
}
.single-services-page .service-single-section .service-single-content h2,
.single-services-page .service-single-section .service-single-content h3,
.single-services-page .service-single-section .service-single-content ul li,
.single-services-page .service-sidebar .service-list-widget a {
  color: var(--common-text);
}
.single-services-page .service-single-section .service-single-content blockquote {
  background-color: #f3f3f3;
}
.single-services-page .service-single-section .service-single-content blockquote:before {
  color: #282a2d;
}
.single-services-page .service-single-section .service-single-tab .nav .active a,
.single-services-page .service-single-section .service-single-tab .nav a:hover {
  background-color: #000;
  color: #fff;
}
.single-services-page .service-single-section .service-single-tab .nav a {
  color: #000;
}
.single-services-page .service-single-section .service-single-content .theme-btn:hover,
.single-services-page .service-single-section .service-single-content .theme-btn:focus {
  background-color: #000;
}

.services-section h3,
.services-section-s3 h3 {
  color: #000;
}

.hero-style-2 .slide-title,
.hero-style-2 .slide-text {
  max-width: 100%;
}

.home-banner {
  position: relative;
}
.home-banner .banner-overlay {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.1529411765);
  width: 100%;
  height: 100%;
  top: 0;
}
.home-banner h2,
.home-banner p {
  text-align: center !important;
}
.home-banner h2 {
  font-size: 60px;
  font-weight: 600;
  color: #fbdc07;
  margin-bottom: 5px;
}
@media (max-width: 767px) {
  .home-banner h2 {
    font-size: 40px;
  }
}
.home-banner p {
  color: #000;
  font-size: 24px;
}

.hero-slider {
  height: calc(100vh - 80px) !important;
}

.franchise-banner {
  position: relative;
  background: url(../images/Signboard\ Mockup\ .jpg) no-repeat center center;
  background-size: cover;
  color: #fff;
  margin-top: 80px;
}
@media (max-width: 991px) {
  .franchise-banner {
    margin-top: 0;
  }
}
.franchise-banner .container {
  position: relative;
  z-index: 2;
}
.franchise-banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}
.franchise-banner h2 {
  color: #FBDC07 !important;
  margin-bottom: 1rem;
  font-size: 58px;
  text-transform: capitalize;
}
@media (max-width: 768px) {
  .franchise-banner h2 {
    text-align: center;
  }
}
.franchise-banner p {
  color: #fff;
  font-size: 1rem;
  line-height: 1.5;
  margin-bottom: 1.5rem;
  font-weight: 600;
}
@media (max-width: 768px) {
  .franchise-banner p {
    text-align: center;
  }
}
.franchise-banner .btn-wrapper {
  text-align: left;
  margin-top: 20px;
}
@media (max-width: 768px) {
  .franchise-banner .btn-wrapper {
    margin-top: 30px;
    text-align: center;
  }
}
.franchise-banner .btn-wrapper a {
  border: none;
}
.franchise-banner .btn-wrapper a:hover {
  background-color: #000;
  color: #fff;
}

.franchise2 .btn-wrapper {
  text-align: left;
  margin-top: 20px;
}
.franchise2 .btn-wrapper a {
  background-color: #FBDC07 !important;
}
.franchise2 .btn-wrapper a:hover {
  background-color: #000 !important;
  color: #fff;
}
.franchise2 .col-md-6 .section-title-s2 h2 .text1 {
  color: #FBDC07 !important;
}
@media (max-width: 768px) {
  .franchise2 .col-md-6 .section-title-s2 h2 {
    font-size: 35px;
  }
}
.franchise2 .col-md-6 .franchise-img {
  box-shadow: 17px -13px 0px 4px rgb(251, 220, 7);
}
.franchise2 .col-md-6 .franchise-img img {
  -o-object-fit: contain;
     object-fit: contain;
  height: 100%;
     
}

.franchise3 {
  background-color: #fff;
  padding: 50px 0px !important;
}
@keyframes upDown {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-20px);
  }
}
.franchise3 .franchise-img img {
  animation: upDown 2s ease-in-out infinite;
  height: 100%;
}
@media (max-width: 991px) {
  .franchise3 .franchise-img img {
    width: 100%;
  }
}
.franchise3 .franchise-details {
  margin-top: 20px;
}
@media (min-width: 576px) {
  .franchise3 .franchise-details {
    padding-left: 50px;
  }
}
.franchise3 .section-title-s2 h2 {
  font-weight: 800;
  color: #000 !important;
}
.franchise3 .section-title-s2 h2 .text1 {
  background-color: #FBDC07 !important;
}
.franchise3 .section-title-s2 h2 .text2 {
  color: #FBDC07 !important;
}

.price-page .faq-two .section-title__title h2,
.price-page .section-title span {
  color: #58595b !important;
  font-family: "Montserrat", serif;
  font-size: 40px;
  line-height: 50px;
  font-weight: 500;
  margin: 0;
}
@media (max-width: 575px) {
  .price-page .faq-two .section-title__title h2,
  .price-page .section-title span {
    font-size: 30px;
    line-height: 40px;
  }
}
.price-page .franchise-page-banner {
  position: relative;
}
.price-page .franchise-page-banner .overlay {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.8196078431);
  width: 100%;
  height: 100%;
  top: 0;
}
.price-page .franchise-page-banner .banner-content {
  position: relative;
}
.price-page .franchise-page-banner .banner-content h3 {
  color: #efd207;
  font-size: 45px;
  max-width: 530px;
}
.price-page .franchise-page-banner .banner-content h4 {
  color: #fff;
  font-size: 30px;
  line-height: 38px;
}
.price-page .franchise-page-banner .banner-content .btn-grey {
  padding: 12px 40px;
}
@media (max-width: 767px) {
  .price-page .franchise-page-banner .banner-content {
    text-align: center;
  }
  .price-page .franchise-page-banner .banner-content h3 {
    margin: 0 auto;
  }
}
.price-page .franchise-page-banner .btn-wrapper {
  padding-top: 20px;
}
.price-page .page-title .container {
  padding-top: 0;
}
.price-page .why-franchise {
  padding: 70px 0px;
  padding-top: 50px;
}
.price-page .why-franchise h2 {
  font-size: 34px;
  line-height: 46px;
  font-weight: 600;
  color: #58595b;
}
@media (max-width: 575px) {
  .price-page .why-franchise h2 {
    padding-bottom: 20px;
  }
}
.price-page .why-franchise h3 {
  font-size: 22px;
  line-height: 28px;
  font-weight: 600;
  color: #000;
}
.price-page .why-franchise p {
  font-size: 16px;
}
.price-page .why-franchise .consultant-service-box {
  box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.1019607843);
  background: #fff;
  padding: 20px;
  text-align: center;
  border-radius: 20px;
  margin: 15px 0;
}
.price-page .franchise-support {
  padding: 70px 0px;
}
@media (max-width: 575px) {
  .price-page .franchise-support {
    padding-bottom: 20px;
  }
}
.price-page .franchise-support .support-content .img-wrapper img {
  height: 500px;
  -o-object-fit: contain;
     object-fit: contain;
}
.price-page .franchise-support .support-content .support-list li {
  display: flex;
  font-size: 20px;
  padding-bottom: 30px;
  color: #000;
  gap: 20px;
}
@media (max-width: 991px) {
  .price-page .franchise-support .support-content .support-list li {
    font-size: 16px;
  }
}
.price-page .franchise-support .support-content .support-list li img {
  width: 26px;
  height: 26px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 991px) {
  .price-page .franchise-support .support-content .support-list {
    padding-top: 0px;
  }
}
@media (max-width: 575px) {
  .price-page .franchise-support .support-content .img-wrapper {
    display: none;
  }
}
.price-page .franchise-benefits {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-color: #fafbfd;
  padding: 70px 0px;
}
@media (max-width: 575px) {
  .price-page .franchise-benefits {
    padding-bottom: 20px;
    padding-top: 30px;
  }
}
.price-page .franchise-benefits .section-title span {
  max-width: 710px;
  margin: 0 auto;
}
.price-page .franchise-benefits .grid-section {
  padding-top: 20px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
@media (min-width: 575px) and (max-width: 767px) {
  .price-page .franchise-benefits .grid-section {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 575px) {
  .price-page .franchise-benefits .grid-section {
    grid-template-columns: repeat(1, 1fr);
  }
}
.price-page .franchise-benefits .grid-section .grid {
  display: flex;
  gap: 10px;
  background-color: #FFFFFF;
  padding: 35px 35px 35px 35px;
  border-radius: 10px 10px 10px 10px;
  box-shadow: 0px 25px 70px 0px rgba(0, 0, 0, 0.07);
}
.price-page .franchise-benefits .grid-section .grid .icon-wrapper img {
  width: 26px;
  height: 26px;
  -o-object-fit: contain;
     object-fit: contain;
}
.price-page .franchise-benefits .grid-section .grid .content-wrapper h4 {
  color: #000;
  font-size: 17px;
  margin: 0;
}
.price-page .franchise-benefits .btn-wrapper {
  padding-top: 50px;
}
.price-page .franchise-benefits .btn-wrapper .btn-grey {
  background-color: #fce177;
}
.price-page .Franchise-Business-Model-section {
  padding: 70px 0px;
  padding-bottom: 100px;
}
.price-page .Franchise-Business-Model-section .d-flex {
  display: flex;
}
.price-page .Franchise-Business-Model-section .model-box {
  margin-top: 30px;
}
.price-page .Franchise-Business-Model-section .model-box .icon-box {
  width: 100px;
  height: 100px;
  border-radius: 100px;
  transition: 0.3s ease;
  padding: 10px;
  background-color: #E4E5EA;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  margin: 10px auto;
  background-color: #FBDC07;
}
.price-page .Franchise-Business-Model-section .model-box .icon-box .white-box {
  width: 100%;
  height: 100%;
  display: flex;
  transition: 0.3s ease;
  padding: 15px;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  background-color: #fff;
}
.price-page .Franchise-Business-Model-section .model-box h4 {
  font-size: 16px;
  margin-bottom: 2px;
  line-height: 22px;
}
.price-page .Franchise-Business-Model-section .model-box .text-color {
  color: #858484;
}
.price-page .Franchise-Business-Model-section .ml-auto,
.price-page .Franchise-Business-Model-section .mx-auto {
  margin-left: auto !important;
}
.price-page .Franchise-Business-Model-section .mr-auto,
.price-page .Franchise-Business-Model-section .mx-auto {
  margin-right: auto !important;
}
@media (min-width: 575px) and (max-width: 767px) {
  .price-page .Franchise-Business-Model-section .d-flex {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 575px) {
  .price-page .Franchise-Business-Model-section .d-flex {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    margin-top: -20px;
  }
}
@media (max-width: 767px) {
  .price-page .Franchise-Business-Model-section {
    padding: 0px 0px;
    padding-bottom: 70px;
  }
  .price-page .Franchise-Business-Model-section .row:before {
    display: none;
  }
}
.price-page .faq-two {
  padding-top: 70px !important;
}
.price-page .contact-section:before {
  background-color: rgba(246, 247, 249, 0.8196078431) !important;
}
.price-page .contact-section {
  padding-bottom: 35px !important;
}
@media (max-width: 575px) {
  .price-page .contact-section {
    padding-bottom: 5px !important;
    padding-top: 30px;
  }
}
.price-page .contact-section .submit-area {
  padding-top: 20px;
}

.preloader .sk-folding-cube .sk-cube:before {
  background-color: #efd207 !important;
}

.page-title {
  background: url(../images/services/service-banner.jpg) center center/cover no-repeat local !important;
  position: relative;
}
.page-title::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 0;
}
.page-title h2 {
  color: #efd207 !important;
}/*# sourceMappingURL=custom.css.map */
