.top-mobile {
  color: white;
  line-height: 40px;
  font-weight: 600;
}
.nav-link a {
  color: black;
  font-weight: 600;
}
.title-content {
  margin-top: 50px;
  text-align: center;
  font-size: 16px;
  line-height: 27px;
}
.logo-img-class {
  height: 50px;
  width: 280px;
}
.test_title {
  animation: blink-animation 1s steps(5, start) infinite;
  -webkit-animation: blink-animation 1s steps(5, start) infinite;
}
.card {
  -moz-box-direction: normal;
  -moz-box-orient: vertical;
  background-color: #fff;
  border-radius: 0.25rem;
  display: flex;
  flex-direction: column;
  position: relative;
  margin-bottom: 1px;
  border: none;
}
.card-header:first-child {
  border-radius: 0;
  border-radius: 100px !important;
}
.card-header {
  background-color: #18ba60;
  margin-bottom: 0;
  padding: 13px 1.25rem;
  border: none;
}
.card-header a {
  width: 97%;
  float: left;
  color: #565656;
  text-decoration: none;
}

.card-header h3 {
  margin: 0 0 0px;
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  font-weight: bold;
  color: #fff;
}
.card-block {
  -moz-box-flex: 1;
  flex: 1 1 auto;
  padding: 20px;
  color: #666;
  box-shadow: inset 0px 4px 5px rgba(0, 0, 0, 0.1);
  border-top: 1px soild #000;
  border-radius: 0;
  font-family: "Poppins", sans-serif;
  font-weight: 501;
}
#allpacakage .benifits-ul {
  margin: 0 0px 30px 0px;
  padding: 0;
  float: left;
  width: 100%;
}
.benifits-li {
  color: white;
  font-size: 16px;
  font-weight: 600;
  margin-left: 24px;
  list-style: none;
}
.benifits-li::before {
  content: "\f058";
  font-family: "Font Awesome 5 Free";
  color: #18ba60;
  font-size: 12px;
  display: inline-table;
}
.benifits-text {
  color: #d5d5d5;
  font-size: 16px;
  margin-left: 0;
  margin-top: 8px;
  font-weight: 500;
}
.newBox .benifits-li {
  margin: 0 auto;
  display: table;
}
.partners {
  position: relative;
}
.partners h5 {
  text-align: center;
  font-weight: 600;
  color: #4a4a4a;
  margin-top: 25px;
  margin-bottom: 31px;
  font-size: 18px;
  text-transform: uppercase;
  position: relative;
}
.partners h5:after {
  width: 50px;
  height: 5px;
  position: absolute;
  content: "";
  bottom: -12px;
  left: 43%;
  background-color: #18ba60;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.clients_counts {
  display: flex;
}
.partners .img {
  display: flex;
  justify-content: center;
}
.partners .img img {
  width: 40%;
  height: 68px;
  object-fit: contain;
}
.happy_clients {
  padding: 10px;
  box-shadow: 0 6px 9px #b5b5b5;
  text-align: center;
  height: 70px;
  border-radius: 8px;
  background-image: linear-gradient(45deg, #0f9353, #02d060);
  color: #fff;
  margin-right: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 128px;
  margin: 0 auto;
  margin-right: 10px;
  font-size: 12px;
}
.happy_clients_bold {
  font-size: 18px;
  font-weight: 600;
  color: #fff;
}
/*here is the section of who need the fssai licence*/

/*here is the syle of why us*/
.why-us-img-div {
  margin-top: 50px;
}

.accordion-cus-head {
  font-weight: 600;
}
.child-ans-text {
  margin-left: 37px;
  margin-top: 10px;
}
/*here is the style of footer accordation*/

/*here is the custom what we offer and requirement*/
.custom-ul-style {
  margin-top: 18%;
}
/*here is the custom what we offer and requirement*/
.free_consult {
  text-align: center;
  padding: 40px 0 40px 0;
  font-size: 20px;
  display: table;
  margin: 0 auto;
}
.mobile_view {
  display: none;
}
.free_consult a {
  color: #000;
  background: #ffc801;
  padding: 10px 20px;
  text-decoration: none;
  border-radius: 5px;
  box-shadow: 2px 3px 5px #cac9c9;
  display: inline-table;
  animation: blinkingBackground 1s infinite;
}
.benifts-heading h2::after {
  left: 50% !important;
  transform: translateX(-50%) !important;
  margin-left: 0;
}
.benifts-heading::after {
  left: 50% !important;
  transform: translateX(-50%) !important;
  margin-left: 0 !important;
}
@keyframes blinkingBackground {
  0% {
    background-color: #bd8300;
  }
  50% {
    background-color: #efa706;
  }
  100% {
    background-color: #ffd401;
  }
}
.trust_reviewstrat {
  padding: 20px;
  box-shadow: 0 2px 3px #a9a9a9;
  margin-top: 30px;
  background: #f1f1f1;
  min-height: 250px;
  position: relative;
}
.review_title {
  text-align: center;
}
#reviews {
  margin-top: 1px;
}
.review_title span {
  color: #00b67a;
  font-size: 36px;
  font-weight: 600;
  margin-left: -98px;
  display: inline-block;
  vertical-align: middle;
}
.review_title img {
  width: 29%;
}
.trust_reviewstrat img {
  width: 26% !important;
}
.trust_reviewstrat i {
  float: right;
}
.trust_reviewstrat h3 {
  font-size: 18px;
  font-weight: 600;
}
.trust_reviewstrat h4 {
  text-transform: capitalize;
  position: absolute;
  bottom: 7px;
}
.trust_reviewstrat h4 span {
  font-size: 14px;
  font-weight: 600;
  color: #000;
  margin-bottom: 5px;
  display: block;
}
.trust_reviewstrat h4 span:after {
  content: "\a";
  white-space: pre;
}
.owl-one .owl-nav {
  display: none;
}
.owl-one .owl-dots {
  display: block;
  text-align: center;
  margin: 12px 0;
}
.owl-one .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px;
  background: #afadad;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 0.2s ease;
  border-radius: 30px;
}
.owl-one .owl-dots .owl-dot.active span,
.owl-one .owl-dots .owl-dot:hover span {
  background: #5d5d5d;
}
.food__cont {
  width: 100%;
  text-align: center;
  margin-bottom: 40px;
}
img.food__img {
  width: 50px;
  margin: 14px 0;
}

.food__cont h2 {
  color: #383838;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
  /* letter-spacing: 1px; */
  margin: 5px 0;
}

.license_area p {
  font-size: 16px;
  color: #333;
  margin-bottom: 15px;
}
.licsnse_info {
  padding: 20px;
  border-radius: 20px;
  border: solid 1px #444;
  min-height: 580px;
}
.licsnse_info h4 {
  color: #eb8a43;
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 10px;
}
.licsnse_info ul li {
  display: inline-block;
  color: #444;
  padding-left: 20px;
  margin-bottom: 5px;
  position: relative;
  font-size: 15px;
}
.licsnse_info ul li:before {
  content: "";
  position: absolute;
  top: 7px;
  left: 0;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #4cb050;
}
.licsnse_info ul .li_sub {
  padding-left: 20px;
}
.licsnse_info ul .li_sub li:before {
  content: "";
  position: absolute;
  top: 11px;
  left: 0;
  width: 7px;
  height: 2px;
  border-radius: 0;
  background: #4cb050;
}
.lic_bot_info {
  padding: 30px 0;
  background: #faf4c2;
  margin: 30px 0;
}
.lic_bot_info p {
  color: #000;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  line-height: 28px;
}
.fssai_reg_area {
  padding: 10px 0 40px;
  background: #f16906;
}
.fssai_reg_area p {
  color: #fff;
  font-size: 15px;
  margin-bottom: 15px;
}
.penalty_info {
  min-height: 180px;
  margin-top: 25px;
  padding: 0 15px;
}
.penalty_area p {
  color: #444;
  font-size: 15px;
  text-align: center;
  line-height: 24px;
}
.penalty_area .penalty_info img {
  margin: 0 0 15px;
  margin: 0 auto 15px;
  display: table;
}
.renew_licence_area p {
  font-size: 16px;
  color: #333;
  margin-bottom: 15px;
}
.renew_licence_area img {
  width: 100%;
}
.renew_licence_area ul li {
  display: block;
  padding-left: 40px;
  font-size: 16px;
  color: #333;
  position: relative;
  margin-top: 20px;
  line-height: 26px;
}
.renew_licence_area ul li i {
  position: absolute;
  left: 0;
  font-size: 26px;
  color: #13be67;
}
.renew_licence_area {
  padding: 20px 0 50px;
  background: #ede7e7;
}
.penalty_area {
  padding: 20px 0 30px;
}
.reg_doc_area p {
  font-size: 16px;
  margin-bottom: 15px;
}
.reg_doc_area h4 {
  color: #e76b11;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 15px;
}
.reg_doc_area ul li {
  color: #333;
  font-size: 16px;
  padding-left: 20px;
  margin-bottom: 10px;
  display: block;
  position: relative;
}
.reg_doc_area ul li:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #4bb050;
}
.reg_doc_area {
  padding: 20px 0 40px;
}
.procedure_area {
  padding: 20px 0 40px;
  background: #10c167;
  position: relative;
  margin-bottom: 100px;
}
.procedure_area .benifts-heading::after {
  background: #fff;
}
.procedure_area p {
  text-align: center;
  font-size: 16px;
  color: #fff;
  margin-bottom: 15px;
}
.procedure_area ul {
  margin-top: 60px;
}
.procedure_area ul li {
  font-size: 16px;
  color: #fff;
  margin-bottom: 15px;
  display: block;
  position: relative;
  padding-left: 26px;
}
.procedure_area ul li i {
  position: absolute;
  top: 3px;
  left: 0;
}
.procedure_area ul .procedure_sub {
  padding-left: 25px;
}
.procedure_area ul .procedure_sub li {
  margin-bottom: 10px;
}
.procedure_area ul .procedure_sub li:before {
  content: "";
  position: absolute;
  top: 4px;
  left: 0;
  width: 7px;
  height: 7px;
  background: #fff;
  border-radius: 50%;
}
.procedure_area img {
  position: absolute;
  bottom: -100px;
  left: 50%;
  transform: translateX(-50%);
  width: 330px;
}

@media screen and (max-width: 768px) {
  .trust_reviewstrat img {
    width: 50% !important;
  }
  .block_heading h2 {
    font-size: 23px;
  }
  .trust_reviewstrat {
    min-height: 389px;
  }
  .review_title img {
    width: 63%;
  }
  .review_title span {
    font-size: 27px;
    margin-left: -68px;
    margin-top: -20px;
  }
  .title {
    font-family: "Poppins", sans-serif;
    text-align: center;
    font-size: 22px;
    color: #2e363a;
    font-weight: 600;
  }
}
@media screen and (max-width: 767px) {
  .licsnse_info {
    min-height: auto;
    margin-bottom: 20px;
  }
  .lic_bot_info {
    padding: 20px 15px;
    margin: 15px 0 30px;
  }
  .lic_bot_info p {
    font-size: 16px;
    line-height: 24px;
  }
  .fssai_reg_area {
    padding: 0 0 30px;
  }
  .fssai_reg_area p {
    margin-bottom: 10px;
  }
  .penalty_area {
    padding: 0 0 30px;
  }
  .penalty_info {
    min-height: auto;
    margin-top: 25px;
  }
  .renew_licence_area {
    padding: 0 0 30px;
  }
  .renew_licence_area ul li {
    padding-left: 34px;
    font-size: 15px;
    margin-top: 10px;
    line-height: 20px;
  }
  .renew_licence_area ul li i {
    font-size: 22px;
  }
  .reg_doc_area {
    padding: 0 0 20px;
  }
  .reg_doc_area h4 {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .reg_doc_area p {
    font-size: 15px;
    margin-bottom: 10px;
  }
  .reg_doc_area ul li {
    font-size: 15px;
  }
  .procedure_area {
    padding: 0 0 30px;
  }
  .procedure_area .benifts-heading::after {
    background: #fff;
    bottom: -11px !important;
    top: auto;
  }
  .procedure_area ul {
    margin-top: 20px;
  }
  .procedure_area img {
    position: relative;
    bottom: 0;
    width: 300px;
  }
  .procedure_area {
    margin-bottom: 0;
  }
  #howWework .block_padding {
    padding: 0;
  }
  .process_section {
    margin: 0 auto 20px;
  }
  .accordion-cus-head {
    margin: 0 0 10px 0;
  }
  .benifits-li {
    margin-left: 0 !important;
  }
}

@media screen and (max-width: 600px) {
  .process_section p {
    font-size: 15px;
    min-height: 32px;
  }
  .top-mobile {
    font-size: 8px;
    font-weight: bold;
    line-height: 48px;
  }
  .custom-pull-left {
    float: left !important;
    width: 100%;
    background-color: #385067;
  }

  .benifits-small-div {
    width: 100%;
  }
  .benifits-li::before {
    left: 8px;
  }
  .newBox .benifits-li {
    padding-left: 25px;
  }
  .benifits-text {
    margin-left: 31px;
  }
  .accordaion-main-div {
    height: auto;
  }
  .accordion-cus-head {
    line-height: 24px;
    font-size: 14px;
    margin-left: 16px;
    padding: 10px;
  }
  .child-ans-text {
    margin-left: 17px;
  }
  .child-ans-div-1 {
    margin-top: -11px;
  }
  .logo-img-class {
    height: 100%;
    width: 80%;
  }

  td {
    padding: 0px;
    font-size: 10px;
  }
  .block_heading h2::after {
    top: 90%;
  }
}

.review_title {
  margin-top: 45px;
}
#howWework {
  margin-bottom: 45px;
}

/* start 26-03-2025 */
.from_order_change,
.adjustPadding,
.penalty_area,
.penalty_area_bottom,
.reviews,
#whyUs {
  float: left;
  width: 100%;
}
.from_order_change_two_mobile,
.from_order_change_one_mobile {
  display: none;
}
@media (max-width: 767px) {
  .from_order_change {
    display: grid;
  }
  .from_order_change_one {
    order: 3;
  }
  .from_order_change_two {
    order: 2;
  }
  .from_order_change_three {
    order: 1;
    margin-top: 20px;
  }
  .from_order_change_two_destop,
  .from_order_change_one_destop {
    display: none;
  }
  .from_order_change_two_mobile,
  .from_order_change_one_mobile {
    display: block;
  }
  .new_float_block {
    float: left;
    width: 100%;
  }
}

/* end 26-03-2025 */
@media (min-width: 768px) and (max-width: 1200px) {
  .new_float_block {
    float: left;
    width: 100%;
  }
  .new_div_section_tab {
    width: 100%;
  }
  .penalty_info {
    min-height: 218px;
  }
}
@media (max-width: 767px) {
  .penalty_area_tab_section_view .col-xs-4 {
    width: 100% !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .title-content p {
    padding: 0 15px;
  }
  .card-header {
    margin-bottom: 16px;
  }
  .process_section i {
    font-size: 122px;
    font-style: normal;
    padding: 5px 0 0 0;
    margin: 0 auto;
    display: table;
    margin-top: 0;
    text-align: center;
    position: absolute;
    bottom: -20px;
    right: 2px;
    color: #206709;
    font-weight: 600;
    z-index: 0;
  }
  #howWework {
    margin-bottom: 0px;
  }
  .trust_reviewstrat {
    min-height: 340px;
  }
  .trust_reviewstrat h3 {
    margin-top: 12px;
    margin-bottom: 12px;
    height: 60px;
  }
  .block_padding {
    padding: 40px 0 0 0;
  }
}

/* ganguly section modification start */
.apply_food_license_online_registration {
  float: left;
  width: 100%;
  padding: 60px 0;
}
.apply_food_license_online_registration_right h1 {
  color: #000000;
  font-size: 32px;
}
.aflorr_red {
  margin-top: 24px;
  color: #e60000;
  font-size: 18px;
}
.aflorr_black {
  color: #212121;
  font-size: 18px;
}
.apply_food_license_online_registration_right ul {
  margin-top: 20px;
}
.apply_food_license_online_registration_right ul li {
  color: #000000;
  font-size: 16px;
  padding-left: 34px;
  margin-bottom: 15px;
  list-style: none;
  position: relative;
}
.apply_food_license_online_registration_right ul li:last-child {
  margin-bottom: 0;
}
.apply_food_license_online_registration_right ul li::after {
  position: absolute;
  top: 0;
  left: 0;
  content: url(https://www.onlinelegalindia.com/images/fssai-registration-campaign/tick.webp);
  overflow: auto;
}
.aflorr_black {
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .apply_food_license_online_registration {
    padding: 40px 0;
  }
  .apply_food_license_online_registration_left {
    text-align: center;
  }
  .apply_food_license_online_registration_right h1 {
    font-size: 24px;
  }
  .apply_food_license_online_registration_right {
    margin-top: 30px;
  }
}
.fssai_registration_campaign_ganguly_banner {
  float: left;
  width: 100%;
  background-image: url("https://www.onlinelegalindia.com/images/fssai-registration-campaign/banner-fssai.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 20px 0 0 0;
  overflow: hidden;
}

.ganguly-left {
  height: 100%;
  display: flex;
  align-items: center;
}

.ganguly-banner-content {
  padding-top: 60px;
}

.banner-top-line {
  width: 60px;
  height: 4px;
  background: #f47b20;
  margin-bottom: 15px;
}

.banner-title {
  font-size: 48px;
  line-height: 1.1;
  color: #111;
  margin-bottom: 15px;
  font-family: Arial, sans-serif;
}

.banner-title .orange {
  color: #f47b20;
}

.banner-sub {
  font-size: 17px;
  color: #444;
  margin-bottom: 35px;
  max-width: 420px;
  line-height: 1.5;
}

.banner-stats {
  display: flex;
  align-items: flex-start;
  gap: 35px;
  flex-wrap: wrap;
}

.stat {
  position: relative;
  text-align: center;
}

.stat:not(:last-child)::after {
  content: "";
  position: absolute;
  right: -18px;
  top: 8px;
  width: 1px;
  height: 85px;
  background: #000;
}

.stat-icon {
  font-size: 20px;
  margin-bottom: 8px;
}

.stat .value {
  font-size: 24px;
  font-weight: 700;
  color: #111;
  line-height: 1;
  margin-bottom: 8px;
}

.stat .label {
  font-size: 14px;
  color: #444;
  line-height: 1.4;
  font-weight: unset;
}

.ganguly-right {
  text-align: right;
  display: flex;
  justify-content: flex-end;
}

.ganguly-right img {
  max-width: 100%;
}
.banner_stats_new_modification {
  margin-top: 40px;
}
#allpacakage,
.penalty_area,
.fssairgsoc_three,
.reviews {
  float: left;
  width: 100%;
}
.fssai_registration_ganguly_sukhala_order_change {
  float: left;
  width: 100%;
}
.bd_example_mobile_new_modification {
  display: none;
}
.apply_food_license_online_registration_left {
  text-align: center;
}
.fssai_registration_mobile {
  display: none;
}
/* ================= MOBILE ================= */

@media (max-width: 767px) {
  .from_order_change_three {
    margin-top: 0;
  }
  .fssai_registration_destop {
    display: none;
  }
  .fssai_registration_mobile {
    display: block;
  }
  .bd_example_destop_new_modification {
    display: none;
  }
  .bd_example_mobile_new_modification {
    display: block;
    margin-top: 30px;
  }
  #contact {
    margin-top: 30px;
  }
  .fssai_registration_ganguly_sukhala_order_change {
    display: grid;
  }
  .fssairgsoc_three {
    order: 1;
  }
  .fssairgsoc_one {
    order: 2;
  }
  .fssairgsoc_two {
    order: 3;
  }
  .ganguly-right {
    justify-content: center;
  }
  .fssai_registration_campaign_ganguly_banner {
    padding: 20px 0 0;
    background-position: center;
  }

  .ganguly-banner-content {
    max-width: 100%;
    text-align: left;
    padding-top: 30px;
  }

  .banner-top-line {
    width: 163px;
    height: 3px;
    margin-bottom: 12px;
  }

  .banner-title {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 15px;
  }

  .banner-sub {
    display: none;
  }

  .banner-stats {
    flex-direction: column;
    align-items: center;
    gap: 18px;
    margin-top: 20px;
  }

  .stat {
    width: 100%;
  }

  .stat:not(:last-child)::after {
    content: "";
    width: 180px;
    height: 1px;
    background: #000;
    left: 50%;
    transform: translateX(-50%);
    top: auto;
    bottom: -10px;
  }

  .stat .value {
    font-size: 28px;
  }

  .stat .label {
    font-size: 13px;
  }

  .ganguly-right {
    text-align: center;
    margin-top: 20px;
  }

  .ganguly-right img {
    width: 100%;
    max-width: 260px;
  }
  .ganguly-left {
    display: unset;
  }
}
@media (min-width: 1200px) and (max-width: 1300px) {
  .ganguly-right img {
    height: 410px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .apply_food_license_online_registration_left {
    margin-bottom: 30px;
  }
  .ganguly-right {
    justify-content: center;
  }
  .ganguly-left {
    display: unset;
  }
  .banner-stats {
    justify-content: center;
    margin-bottom: 40px;
  }
  .fssairgsoc_two_row,
  .fssairgsoc_three_custom_container {
    display: flex;
  }
  .fssairgsoc_two_row_one,
  .fssairgsoc_two_row_two,
  .fssairgsoc_three_custom_container_one,
  .fssairgsoc_three_custom_container_two {
    width: 50%;
  }
}

/* ganguly section modification end */

/* new design page start */
.fssairgsoc_modification {
  position: relative;
  overflow: hidden;
  background: url("https://www.onlinelegalindia.com/images/fssai-food-labeling/hero-banner-bg.webp")
    no-repeat center center;
  background-size: cover;
  padding-top: 40px;
}

.fssairgsoc_modification .container {
  position: relative;
  z-index: 2;
}

.fssairgsoc_modification_left {
  max-width: 560px;
}

.fssairgsoc_modification_left h1 {
  font-size: 44px;
  line-height: 50px;
  font-weight: 700;
  color: #0c2240;
  margin-bottom: 20px;
}

.fssairgsoc_modification_left h1 span {
  color: #ff4602;
}
.fssairgsoc_modification,
.compliance_support_section,
.complete_breakdown_fassi,
.who_should_use_this_service,
.compliance_packages_modification,
.how_we_work_section_modification,
.what_you_receive,
.why_choose_us_new_section_modification,
.faq_new_section_modification_block,
.faq_bottom_section {
  float: left;
  width: 100%;
}
.new_common_section_padding {
  padding: 48px 0;
}
.new_background_color_two {
  background-color: #ededed;
}
.fssairgsoc_modification_left p {
  font-size: 16px;
  color: #293442;
  margin-bottom: 6px;
}

.fssai_btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #0c2240;
  color: #fff !important;
  text-decoration: none !important;
  padding: 16px 30px;
  border-radius: 12px;
  font-size: 16px;
  font-weight: 600;
  margin-top: 15px;
  transition: 0.3s;
}

.fssai_btn:hover {
  background: #ff6600;
  color: #fff;
}

.fssai_btn span {
  font-size: 20px;
}

.fssairgsoc_modification_right {
  text-align: right;
  position: relative;
}
.nbcti_text h2 {
  color: #000d1f;
  font-size: 32px;
  border-bottom: 1px solid #ff731c;
  display: inline;
  margin-bottom: 20px;
}
.nbcti_text p {
  color: #3d434b;
  font-size: 16px;
}
.first_p {
  margin-top: 10px;
}
#contact {
  margin-bottom: 0;
}
.compliance_support_section {
  background: #e9dfcf;
}

.compliance_support_wrapper {
  display: flex;
  align-items: center;
}

/* Left Side */
.compliance_support_section_left h2 {
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
  color: #000d1f;
  margin-bottom: 25px;
  font-family: "Poppins";
}

.compliance_support_section_left p {
  font-size: 16px;
  line-height: 28px;
  color: #3d434b;
  margin-bottom: 25px;
  max-width: 500px;
}

.benefits_title {
  font-size: 18px;
  font-weight: 600;
  color: #111;
  margin-bottom: 15px;
}

.compliance_support_section_left ul {
  padding-left: 18px;
  margin: 0;
}

.compliance_support_section_left ul li {
  font-size: 16px;
  line-height: 32px;
  color: #4b5563;
  margin-bottom: 5px;
}

/* Right Side */
.compliance_support_section_right {
  text-align: center;
}
.complete_breakdown_fassi_inner h2 {
  color: #000d1f;
  text-align: center;
  font-size: 32px;
  font-family: "Poppins";
}
.complete_breakdown_fassi_inner_img img {
  width: 100%;
  margin-top: 30px;
}
.who_should_use_this_service {
  background-color: #010a1f;
}
.who_should_use_this_service_left {
  text-align: right;
}
/* Right Side */
.who_should_use_this_service_right {
  padding-top: 20px;
}

.who_should_use_this_service_right h2 {
  color: #ffffff;
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 15px;
  font-family: "Poppins";
}

.who_should_use_this_service_right ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.who_should_use_this_service_right ul li {
  position: relative;
  padding-left: 40px;
  color: #ffffff;
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 18px;
  font-weight: 500;
}

/* Icon */
.who_should_use_this_service_right ul li::after {
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  width: 24px;
  height: 24px;
  background: url("https://www.onlinelegalindia.com/images/fssai-food-labeling/who-should-check-icon.webp")
    no-repeat center center;
  background-size: contain;
}
.compliance_packages_modification {
  background: #ffffff;
}

.compliance_packages_heading {
  text-align: center;
  margin-bottom: 50px;
}

.compliance_packages_heading h2 {
  font-size: 32px;
  font-weight: 700;
  color: #000d1f;
  margin: 0;
  font-family: "Poppins";
}
.package_deliverables_gap_modification {
  margin-top: 40px;
}

/* Package Box */
.compliance_package_box {
  border: 1px solid #a9a9a9;
  border-radius: 8px;
  padding: 25px 20px 30px;
  min-height: 100%;
}

.starter_package {
  background: #ededed;
}

.advanced_package {
  background: #d6edbe;
}

.compliance_package_box h4 {
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  color: #222;
  margin-bottom: 10px;
}

.package_price {
  text-align: center;
  font-size: 38px;
  line-height: 45px;
  font-weight: 700;
  color: #111;
  padding-bottom: 18px;
  margin-bottom: 25px;
  border-bottom: 1px solid #9b9b9b;
}

/* UL LI */
.compliance_package_box ul {
  margin: 0 0 25px;
  padding: 0;
  list-style: none;
}

.compliance_package_box ul li {
  position: relative;
  padding-left: 28px;
  font-size: 15px;
  line-height: 28px;
  color: #333;
  margin-bottom: 10px;
}

/* Font Awesome Icon */
.compliance_package_box ul li::after {
  content: "\f058";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 14px;
  color: #2ca53c;
}

/* Deliverables */
.package_deliverables h5 {
  font-size: 16px;
  font-weight: 700;
  color: #222;
  margin-bottom: 10px;
}

.package_deliverables p {
  font-size: 14px;
  line-height: 24px;
  color: #333;
  margin: 0;
}

.how_we_work_section_modification {
  background: #efe4c9;
}

.how_we_work_section_modification_inner h2 {
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 40px;
  color: #0c1d3d;
  font-family: "Poppins";
}

.how_we_work_section_modification_inner_modification {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
  gap: 20px;
}

/* line */
.how_we_work_section_modification_inner_modification::before {
  content: "";
  position: absolute;
  top: 35px;
  left: 10%;
  width: 80%;
  height: 2px;
  background: #ff5a00;
  z-index: 0;
}

.work_step {
  width: 20%;
  text-align: center;
  position: relative;
  z-index: 1;
}

.step_number {
  width: 70px;
  height: 70px;
  border: 3px solid #ff5a00;
  border-radius: 50%;
  background: #fff;
  margin: 0 auto 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  font-weight: 600;
  color: #000;
}

.work_step p {
  font-size: 16px;
  line-height: 1.6;
  color: #222;
  max-width: 160px;
  margin: 0 auto;
}
.why_choose_us_new_section_modification {
  background: url("https://www.onlinelegalindia.com/images/fssai-food-labeling/why-choose-bg.webp")
    no-repeat center center;
  background-size: cover;
}

/* vertical center */
.flex_row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

/* LEFT SIDE */
.why_choose_us_new_section_modification_left h2 {
  font-size: 32px;
  font-weight: 700;
  color: #000d1f;
  margin-bottom: 20px;
  font-family: "Poppins";
}

.why_choose_text {
  font-size: 16px;
  line-height: 1.7;
  color: #4d4d4d;
  margin-bottom: 28px;
  max-width: 470px;
}

/* LIST */
.why_choose_list {
  padding: 0;
  margin: 0;
  list-style: none;
}

.why_choose_list li {
  position: relative;
  padding-left: 34px;
  margin-bottom: 14px;
  font-size: 16px;
  color: #111;
  font-weight: 500;
}

/* green circle icon */
.why_choose_list li:before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 1px;
  width: 20px;
  height: 20px;
  background: #3ea53e;
  border-radius: 50%;
  color: #fff;
  font-size: 12px;
  line-height: 20px;
  text-align: center;
  font-weight: bold;
}

/* RIGHT IMAGE */
.why_choose_us_new_section_modification_right {
  text-align: center;
}

.why_choose_us_new_section_modification_right img {
  border-radius: 14px;
  display: inline-block;
  width: 100%;
  max-width: 420px;
}
.accordion-cus-head {
  background-color: #ffceca !important;
  color: #000 !important;
}
.faq_new_heading h2 {
  text-align: center;
  font-size: 32px;
  margin-bottom: 30px;
}

.faq_bottom_section_inner {
  background: #efe2bf;
  border-radius: 15px;
  padding: 50px 20px;
}

.faq_bottom_section_inner h2 {
  font-size: 32px;
  font-weight: 700;
  color: #111;
  margin: 0 0 35px;
  text-align: center;
}
.faq_bottom_section_inner h2 span {
  display: block;
}
.review_btn {
  background: #ff6500;
  color: #fff !important;
  border-radius: 30px;
  padding: 14px 38px;
  font-size: 16px;
  font-weight: 600;
  border: none;
  display: inline-block;
  transition: 0.3s ease;
}
.get_my_label_reviewed {
  display: flex;
  align-items: center;
  justify-content: center;
}
.new_background_color_two_inner_mobile {
  display: none;
}
.complete_breakdown_fassi_mobile {
  display: none;
}
/* Main Image */
.popup-img {
  width: 100%;
  cursor: pointer;
  border-radius: 10px;
  transition: 0.3s;
}

.popup-img:hover {
  transform: scale(1.02);
}

/* Modal */
#imagePopup .modal-content {
  background: transparent;
  border: none;
  box-shadow: none;
}

#imagePopup .modal-body {
  padding: 20px;
  text-align: center;
  position: relative;
}

/* Close Button */
.popup_close_btn {
  position: absolute;
  top: -5px;
  right: 10px;
  color: #ff4602;
  font-size: 40px;
  opacity: 1;
  z-index: 999;
}
/* Popup Image */
#zoomImage {
  max-width: 100%;
  margin: auto;
  transition: 0.4s ease;
  cursor: zoom-in;
  border-radius: 10px;
}

/* Double Click Zoom */
#zoomImage.zoomed {
  transform: scale(1.8);
  cursor: zoom-out;
}
/* Main Image */
.popup-img {
  max-width: 100%;
  cursor: pointer;
  border-radius: 10px;
}

/* Modal */
#imagePopup .modal-dialog {
  width: 90%;
  max-width: 1000px;
}

#imagePopup .modal-content {
  background: transparent;
  border: none;
  box-shadow: none;
}

#imagePopup .modal-body {
  position: relative;
  text-align: center;
  overflow: auto;
  padding: 20px;
}

/* Close */

/* Zoom Image */
#zoomImage {
  max-width: 100%;
  transition: 0.4s ease;
  cursor: zoom-in;
  transform-origin: center center;
}

/* Double Click Zoom */
#zoomImage.zoomed {
  transform: scale(2);
  cursor: zoom-out;
}
#zoomImage {
  transition: transform 0.3s ease;
  cursor: zoom-in;
}
.complete_breakdown_fassi_mobile_modification {
  background-color: #fff !important;
}
.complete_breakdown_fassi_inner_img_mobile {
  display: none;
}
.faq_bottom_section {
  padding-bottom: 40px;
}
.gst_rdiobtn label {
  display: unset;
}
.gst_rdiobtn ul li:last-child {
  padding-bottom: 10px;
}
.gst_rdiobtn ul li:nth-child(1) {
  padding-top: 10px;
}
.gst_rdiobtn ul li {
  color: #404040;
  margin-bottom: 6px;
  font-weight: 600;
}
/* Responsive */

@media (max-width: 1199px) {
  .fssairgsoc_modification_left h1 {
    font-size: 42px;
    line-height: 50px;
  }
}

@media (max-width: 991px) {
  .faq_bottom_section_inner {
    padding: 40px 20px;
  }

  .faq_bottom_section_inner h2 {
    font-size: 28px;
  }
  .why_choose_us_new_section_modification {
    padding: 60px 0;
  }

  .why_choose_us_new_section_modification_left h2 {
    font-size: 34px;
  }

  .why_choose_text {
    font-size: 15px;
  }

  .why_choose_list li {
    font-size: 15px;
  }
  .compliance_packages_modification {
    padding: 60px 0;
  }

  .compliance_packages_heading h2 {
    font-size: 34px;
    line-height: 46px;
  }

  .compliance_package_box {
    margin-bottom: 30px;
  }

  .package_price {
    font-size: 32px;
    line-height: 40px;
  }
  .compliance_support_wrapper {
    display: block;
  }

  .compliance_support_section {
    padding: 50px 0;
    text-align: center;
  }

  .compliance_support_section_left h2 {
    font-size: 34px;
    line-height: 46px;
  }

  .compliance_support_section_left p {
    margin: 0 auto 25px;
  }

  .compliance_support_section_left ul {
    text-align: left;
    display: inline-block;
  }

  .compliance_support_section_right {
    margin-top: 40px;
  }
  .fssairgsoc_modification {
    padding: 60px 0 40px;
    text-align: center;
  }

  .fssairgsoc_modification_left {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .fssairgsoc_modification_left h1 {
    font-size: 38px;
    line-height: 46px;
  }

  .fssairgsoc_modification_right {
    text-align: center;
  }
}

@media (max-width: 767px) {
  #imagePopup .modal-dialog {
    margin-top: 51px !important;
  }
  .complete_breakdown_fassi_inner_img_destop {
    display: none;
  }
  .complete_breakdown_fassi_inner_img_mobile {
    display: block;
  }
  .complete_breakdown_fassi_inner_img_mobile {
    margin-top: 20px;
  }
  #zoomImage.zoomed {
    transform: scale(1.5);
  }
  .complete_breakdown_fassi_mobile {
    display: block;
  }
  .complete_breakdown_fassi_destop {
    display: none;
  }
  .fssairgsoc_modification {
    text-align: left;
  }
  .first_p {
    margin-bottom: 10px;
  }
  .fssairgsoc_modification_left h1 {
    margin-bottom: 10px;
  }
  .nbcti_text h2 {
    font-size: 24px;
    margin-top: 20px;
  }
  .new_background_color_two_inner_mobile {
    display: block;
    padding: 30px 15px;
  }
  .fssairgsoc_modification {
    background: url(https://www.onlinelegalindia.com/images/fssai-food-labeling/hero-banner-bg-mobile.webp)
      no-repeat center center;
    padding: 0 !important;
    background-size: cover;
  }
  .fssai_registration_ganguly_sukhala_order_change {
    display: grid;
  }
  .fssairgsoc_modification_right {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .from_order_change_three {
    order: 1;
  }
  .fssairgsoc_modification {
    order: 2;
  }
  .new_background_color_two_inner_mobile {
    order: 3;
  }
  .new_background_color_two_inner_destop {
    display: none;
  }
  .new_background_color_two {
    padding: 0 !important;
  }
  .fssairgsoc_modification {
    margin-top: 40px;
  }
  .new_common_section_padding {
    padding: 40px 0;
  }
  .complete_breakdown_fassi {
    padding-left: 15px;
    padding-right: 15px;
  }
  .complete_breakdown_fassi_inner h2 {
    font-size: 24px;
  }
  .who_should_use_this_service_row {
    display: grid;
  }
  .who_should_use_this_service_row_one {
    order: 2;
  }
  .who_should_use_this_service_row_two {
    order: 1;
  }
  .who_should_use_this_service_right {
    padding-top: 0px;
  }
  .who_should_use_this_service_right h2 {
    font-size: 24px;
  }
  .who_should_use_this_service_right ul li {
    font-size: 16px;
  }
  .new_background_color_two {
    background-color: #fff;
  }
  .faq_bottom_section {
    padding: 25px 10px;
  }

  .faq_bottom_section_inner {
    padding: 30px 15px;
    border-radius: 12px;
  }

  .faq_bottom_section_inner h2 {
    font-size: 20px;
    line-height: 1.5;
    margin-bottom: 25px;
  }

  .review_btn {
    padding: 12px 25px;
    font-size: 14px;
  }
  .flex_row {
    display: block;
  }

  .why_choose_us_new_section_modification_left {
    margin-bottom: 35px;
  }

  .why_choose_us_new_section_modification_left h2 {
    font-size: 24px;
    margin-bottom: 15px;
  }
  .faq_new_heading h2 {
    padding: 0 15px;
    font-size: 24px;
  }
  .faq_bottom_section_inner h2 span {
    display: unset;
    margin-left: 5px;
  }
  .why_choose_text {
    margin: 0 auto 25px;
    font-size: 15px;
  }

  .why_choose_list {
    display: inline-block;
    text-align: left;
  }

  .why_choose_list li {
    font-size: 15px;
    margin-bottom: 12px;
  }

  .why_choose_us_new_section_modification_right img {
    max-width: 100%;
  }
  .how_we_work_section_modification {
    padding: 40px 0;
  }

  .how_we_work_section_modification_inner h2 {
    font-size: 24px;
    margin-bottom: 36px;
  }
  .what_you_receive_right {
    margin-top: 30px;
  }
  .how_we_work_section_modification_inner_modification {
    flex-direction: column;
    align-items: center;
    gap: 40px;
  }

  /* remove horizontal line */
  .how_we_work_section_modification_inner_modification::before {
    display: none;
  }

  .work_step {
    width: 100%;
  }

  .step_number {
    width: 70px;
    height: 70px;
    font-size: 30px;
    margin-bottom: 15px;
  }

  .work_step p {
    max-width: 220px;
    font-size: 16px;
  }
  .compliance_packages_modification {
    padding: 45px 15px;
  }

  .compliance_packages_heading {
    margin-bottom: 35px;
  }

  .compliance_packages_heading h2 {
    font-size: 24px;
    line-height: 36px;
  }

  .compliance_package_box {
    padding: 22px 18px 25px;
  }
  .package_deliverables_gap_modification {
    margin-top: 0px;
  }
  .package_price {
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 22px;
  }

  .compliance_package_box ul li {
    font-size: 14px;
    line-height: 25px;
    padding-left: 25px;
  }

  .package_deliverables p {
    font-size: 13px;
    line-height: 22px;
  }
  .compliance_support_section {
    padding: 40px 0;
  }
  .compliance_support_section {
    text-align: left;
  }
  .compliance_support_section_left h2 {
    font-size: 24px;
    line-height: 32px;
  }
  .compliance_support_section_left p {
    margin-bottom: 10px;
  }
  .compliance_support_section_left h2 {
    margin-bottom: 10px;
  }
  .compliance_support_wrapper {
    display: grid;
  }
  .compliance_support_wrapper_two {
    order: 1;
  }
  .compliance_support_wrapper_one {
    order: 2;
  }
  .compliance_support_section_left p {
    font-size: 15px;
    line-height: 26px;
  }

  .compliance_support_section_left ul li {
    font-size: 15px;
    line-height: 28px;
  }

  .compliance_support_section_right img {
    max-width: 85%;
  }
  .nbcti_img {
    text-align: center;
  }

  .fssairgsoc_modification {
    padding: 45px 0 30px;
  }

  .fssairgsoc_modification_left h1 {
    font-size: 36px;
    line-height: 44px;
  }

  .fssairgsoc_modification_left p {
    font-size: 14px;
    line-height: 24px;
  }

  .fssai_btn {
    padding: 14px 22px;
    font-size: 14px;
  }
  #zoomImage.zoomed {
    transform: scale(2);
    cursor: zoom-out;
  }

  /* Remove modal padding for better mobile zoom */
  #imagePopup .modal-body {
    padding: 10px;
    overflow: auto;
    text-align: center;
  }

  #imagePopup .modal-dialog {
    width: 95%;
    margin: 20px auto;
  }

  #imagePopup .modal-body {
    position: relative;
    padding: 10px;
    overflow: auto;
    text-align: center;
  }

  /* Fixed Close Button */
  .popup_close_btn {
    position: fixed;
    top: -34px;
    right: 15px;
    z-index: 99999;
    background: #000 !important;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    opacity: 1;
    font-size: 28px;
    line-height: 30px;
    text-align: center;
    color: #ff4602;
    text-shadow: none;
  }

  #zoomImage {
    transition: transform 0.3s ease;
    cursor: zoom-in;
  }

  #zoomImage.zoomed {
    transform: scale(2);
    cursor: zoom-out;
  }
  #imagePopup .modal-dialog {
    width: 100%;
    margin: 0;
    height: 100%;
  }

  #imagePopup .modal-content {
    height: 100%;
    border-radius: 0;
  }

  #imagePopup .modal-body {
    position: relative;
    height: 100vh;
    overflow: auto;
    padding: 60px 15px 15px;
    text-align: center;
  }

  /* Fixed Close Button */
  .popup_close_btn {
    position: fixed;
    top: 10px;
    right: 10px;
    z-index: 99999;
    background: #000 !important;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    opacity: 1;
    font-size: 28px;
    line-height: 30px;
    text-align: center;
    color: #ff4602 !important;
  }

  /* Image */
  #zoomImage {
    max-width: 100%;
    height: auto;
    transition: transform 0.3s ease;
    transform-origin: center center;
    cursor: zoom-in;
  }

  /* Zoom */
  #zoomImage.zoomed {
    transform: scale(2);
    cursor: zoom-out;
  }
}

@media (max-width: 480px) {
  .fssairgsoc_modification_left h1 {
    font-size: 36px;
    line-height: 44px;
  }
}
@media (max-width: 350px) {
  .fssairgsoc_modification_left h1 {
    font-size: 30px;
    line-height: 38px;
  }
}
/* new design page end */
