/* common start */
.offer_band {
  background-color: var(--accent_color_one);
  margin-left: auto;
  margin-right: auto;
  padding: 10px 15px;
  display: flex;
  gap: 40px;
  align-items: center;
  justify-content: center;
  position: sticky;
  top: 0;
  z-index: 3;
}
.offer_content {
  display: flex;
  align-items: center;
  gap: 10px;
}
.offer_band p {
  margin-bottom: 0;
}
.offer_band * {
  color: var(--off_white);
}
.offer-price {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .offer_band {
    flex-direction: column;
    position: relative;
    padding: 15px 15px;
  }
  .offer_band img {
    width: 50px;
  }
  .offer_band .offer-price {
    font-size: 18px;
  }
  .offer_band {
    gap: 15px;
  }
  .offer_content {
    flex-direction: column;
    gap: 0px;
  }
  .offer_content * {
    font-size: 14px;
    text-align: center;
  }
}

.iso_section {
  background-color: var(--bg_color_one);
}
.iso_section img {
  height: 250px;
  width: auto;
}
.contact_cta {
  box-shadow: 0px 4px 54px 0px rgba(0, 0, 0, 0.06);
  padding-top: 60px;
  padding-bottom: 60px;
  max-width: 1000px;
  width: calc(100% - 30px);
  background-color: #001f4c;
}
.contact_cta * {
  color: var(--off_white);
}
.contact_buttons {
  gap: 60px;
  flex-wrap: wrap;
}
.contact_buttons a {
  text-decoration: none;
}
.contact_buttons .img {
  background-color: var(--secondary_color);
  border-radius: 50%;
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  margin-bottom: 12px;
}
.contact_buttons img {
  padding: 15px;
}
@media (max-width: 767px) {
  .contact_buttons {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    row-gap: 20px;
  }
  .contact_buttons p {
    font-size: 12px;
  }
}
.breadcrumb {
  padding-top: 10px;
  padding-bottom: 4px;
}
.breadcrumb a {
  font-weight: 500;
}
.text_banner {
  padding: 80px 0;
  /* background-color: var(--bg_color_one); */
  background-image: linear-gradient(45deg, #e7f1f1, #b8e8e8);
}
.text_banner p {
  margin-bottom: 8px;
}
.text_banner .description {
  padding: 18px 0 12px 0;
  max-width: 666px;
}
.center_para {
  max-width: 700px;
  margin: 0 auto 0 auto;
  padding-top: 10px;
}
.center_para p {
  margin-bottom: 8px;
}

.image_banner {
  background-color: #32649f;
}
.image_banner h1,
.image_banner h2,
.image_banner p {
  color: #fff;
}

.image_banner .tick_icon::before {
  filter: brightness(5);
}
.image_banner .arrow_btn {
  background-color: var(--secondary_color);
}
.footer_bottom_two {
  display: flex;
  align-items: center;
  border-top: 1px solid #fff;
  justify-content: space-between;
}
.footer_bottom_two .copyright {
  border-top: 0px solid #fff;
}
@media (max-width: 767px) {
  .text_banner {
    padding: 50px 0;
  }
  .calendar_block {
    margin-top: 60px;
    padding-left: 15px;
    padding-right: 15px;
  }
}

.ebook_container {
  gap: 30px;
}
.ebook_container .ebook_box {
  box-shadow: 0px 4px 54px 0px rgba(0, 0, 0, 0.06);
  max-width: 312px;
  width: 100%;
  height: 100%;
  /* flex: 1; */
}
.ebook_container .ebook_box:nth-child(1) {
  transition-delay: 0.1s;
}
.ebook_container .ebook_box:nth-child(2) {
  transition-delay: 0.2s;
}
.ebook_container .ebook_box:nth-child(3) {
  transition-delay: 0.3s;
}
.ebook_container .ebook_box .title {
  font-size: 18px;
  margin-bottom: 18px;
}
.ebook_container .ebook_box .text_center {
  padding: 20px 10px;
}
@media (max-width: 767px) {
  .ebook_container .ebook_box {
    transition-delay: 0s !important;
  }
}
a.box-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.form_box {
  padding: 48px 50px 50px;
  background-color: var(--grey);
  position: sticky;
  top: 15px;
  margin: auto;
  max-width: 550px;
}
.banner_btn {
  position: relative;
  background-color: var(--secondary_color);
  width: -moz-fit-content;
  width: fit-content;
  padding: 17px 35px 17px 20px;
  display: flex;
  gap: 10px;
  align-items: center;
  margin-top: 15px;
  transition: 0.3s;
}
.banner_btn.no_bg .call_btn {
  background-color: var(--secondary_color);
}

.banner_btn .call_btn {
  background-color: #fff;
  border-radius: 50%;
  width: 47px;
  height: 47px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.banner_btn.no_bg .call_btn img {
  filter: brightness(5);
}

.banner_btn .call_btn img {
  width: 20px;
}
.banner_btn span,
.banner_btn div {
  transition: 0.3s;
}
.banner_btn .num {
  font-weight: 500;
  font-size: 120%;
}
.banner_btn a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.banner_btn.no_bg {
  padding: 0;
  background-color: transparent;
}
@media (max-width: 767px) {
  .form_box {
    margin-top: 30px;
    padding: 25px 22px;
  }
}
/* common end */

/* header start */
.topbar {
  /* background-color: var(--accent_color_two); */
  background-color: var(--primary_color);
  padding: 5px 0;
}
.topbar * {
  color: #fff;
}
.topbar img {
  filter: contrast(0) brightness(5);
}
.enquiry ul {
  gap: 36px;
  padding: 0;
}
.enquiry img {
  margin-right: 8px;
}
.enquiry a,
.enquiry span {
  text-decoration: none;
  font-size: 13px;
  margin-right: 4px;
}
.highlight_btn a {
  display: inline-block;
  /* background-color: rgba(255, 255, 255, 0.7); */
  background-color: #fff;
  color: var(--text_color);
  padding: 7px 18px;
  text-decoration: none;
  font-size: 16px;
  transition: 0.4s;
  line-height: 1;
}
.highlight_btn a:hover {
  background-color: var(--secondary_color);
  color: #fff;
}
.navbar-toggler {
  display: none;
  z-index: 4;
}
.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  transition: box-shadow 0.15s ease-in-out;
}
.bar1,
.bar2,
.bar3 {
  width: 25px;
  height: 2px;
  background-color: #333;
  margin: 6px 0;
  transition: 0.4s;
}
@media (min-width: 1200px) {
  header#header {
    position: sticky;
    top: -48px;
    background-color: #fff;
    z-index: 999;
  }
}
@media (max-width: 767px) {
  .desk_only {
    display: none !important;
  }
  .topbar .f_r_aj_between {
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }
  .navbar-toggler {
    display: block;
  }
  .enquiry ul {
    flex-wrap: nowrap;
    flex-direction: row-reverse;
    justify-content: center;
  }
  .enquiry ul .f_w_a {
    display: flex;
    flex-wrap: nowrap;
  }
  .enquiry ul a {
    font-size: 11px;
  }
  .highlight_btn a {
    font-size: 11px;
  }
  header#header {
    position: sticky;
    top: -45px;
    z-index: 999;
    background-color: #fff;
  }
  .topbar .f_r_aj_between > div {
    width: 100%;
  }
}
.header {
  box-shadow: 0 4px 6px #0000001a;
}
.overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #00000075;
}
/* .header{
    padding-top: 20px;
    padding-bottom: 20px;
} */
.header .logo {
  display: flex;
}
.header .logo a {
  display: flex;
}
.header .logo img {
  width: 200px;
}
.navbar-nav {
  display: flex;
  gap: 25px;
  list-style: none;
}
.nav-item {
  position: relative;
}
.nav-item > a {
  display: block;
  padding-top: 30px;
  padding-bottom: 30px;
}
.nav-link.active,
.dropdown-item.active {
  color: var(--secondary_color);
}
.dropdown-menu {
  left: 0;
  top: 57px;
  opacity: 0;
  z-index: 99;
  width: 265px;
  margin-top: 0;
  display: block;
  padding: 10px 25px;
  border: none;
  border-radius: 0;
  position: absolute;
  visibility: hidden;
  transition: all 0.2s ease-in-out;
  transform: translate3d(0, 18px, 0);
  background-color: #fff;
  list-style: none;
}
.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.nav-item.dropdown:hover ul.dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translate3d(0, 0, 0);
}
ul.dropdown-menu a {
  display: block;
  padding: 8px 0;
  font-size: 15px;
}
ul.dropdown-menu li:not(:last-child) a {
  border-bottom: 1px dashed rgba(0, 0, 0, 0.1);
}
@media (max-width: 1199px) {
  .header {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .header .logo img {
    width: 160px;
  }
  .header .f_r_aj_between {
    flex-direction: row;
    align-items: center;
  }
  .overlay {
    z-index: 3;
  }
  .menu {
    width: 100%;
    height: 100vh;
    position: fixed;
    z-index: 4;
    background-color: #fff;
    top: 0;
    left: 0;
    max-width: 260px;
    /* display: none; */
    transition: 0.5s;
    transform: translateX(-100%);
  }
  .menu.active {
    transform: translateX(0%);
  }
  .menu .navbar-nav {
    flex-direction: column;
    gap: 0;
    padding-left: 30px;
    padding-top: 40px;
  }
  .nav-item > a {
    padding: 12px 0;
  }
  .navbar-toggler {
    cursor: pointer;
  }
  .dropdown-menu {
    display: none;
    position: relative;
    top: 0;
    width: 100%;
    padding: 10px 15px;
  }
  .nav-item.dropdown:hover ul.dropdown-menu,
  .nav-item.dropdown:focus ul.dropdown-menu {
    opacity: 1;
    visibility: visible;
    display: block;
    transform: translate3d(0, 0, 0);
  }
}
/* header end */

/* footer start */
footer {
  background-color: var(--accent_color_two);
  margin-top: 80px;
}
footer .copyright {
  font-size: 14px;
  border-top: 1px solid #fff;
}
#toTop {
  display: none;
  position: fixed;
  left: 20px;
  bottom: 20px;
  z-index: 998;
  background: var(--primary_color);
  border-radius: 50%;
  padding: 10px;
  cursor: pointer;
  width: 50px;
  height: 50px;
  box-sizing: border-box;
  border: 1px solid white;
}
.links ul {
  padding-left: 0;
  list-style: none;
}
.links ul li {
  padding-bottom: 8px;
}
.links ul a {
  text-decoration: none;
  transition: 0.3s;
}
.links ul a:hover {
  padding-left: 5px;
  color: var(--primary_color);
}
.footer_block {
  background-color: var(--primary_color);
  padding: 50px 50px 83px;
  margin-top: -80px;
}
.footer_block * {
  /* color: #CDD4CD; */
  color: #fff;
}
.logo_width {
  width: 220px;
}
.contact_icons .f_r_a_center {
  gap: 8px;
}
.contact_icons img {
  width: 20px;
}
.contact_icons a {
  text-decoration: none;
}
.newsletter_sec {
  max-width: 410px;
}
.newsletter_sec button {
  margin-top: 0;
}
.connect_flex {
  display: flex;
  align-items: center;
  gap: 8px;
}
.connect_flex a {
  display: flex;
  align-items: center;
}
.connect_flex img {
  height: 24px;
}
@media (min-width: 1025px) {
  .newsletter_col {
    padding-left: 55px;
  }
}
@media (max-width: 767px) {
  .newsletter_col {
    display: none;
  }
  .links .f_w > *:not(:first-child) {
    padding-top: 30px;
  }
  .footer_block {
    padding: 50px;
  }
  .newsletter_col {
    width: 100%;
  }
}
/* footer end */

/* Popup */
.popup-wrap,
.ebook-wrap {
  position: fixed;
  width: 100%;
  bottom: 0;
  /* display: flex; */
  display: none;
  align-items: center;
  height: 100%;
  justify-content: center;
  overflow-x: hidden;
  overflow-y: auto;
  z-index: 999;
  background-color: #00000029;
}
body.showPopup .popup-wrap {
  display: flex;
}
#popup {
  /* background-image: linear-gradient(0deg, #083370, #154892, #205baf, #2664bd); */
  width: 900px;
  background-image: linear-gradient(45deg, #e7f1f1, #b8e8e8);
  background-color: var(--primary_color);
  max-width: 1000px;
  padding: 40px 50px;
  position: relative;
}
.get_off {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: inherit;
  font-size: inherit;
  color: #fff;
}
.get_off .orange {
  color: var(--secondary_color);
}
#popup h3 {
  font-size: 20px;
  /* color: var(--headingBlue); */
  /* color: #fff; */
}
#popup .form-control {
  border: 1px solid var(--text_color);
  background-color: transparent;
  color: var(--text_color);
  padding: 10px;
}
#popup button.form-control {
  background-color: var(--primary_color);
  border-color: var(--primary_color);
}
#popup button.form-control:hover {
  border-color: var(--text_color);
}
#popup .form-control::placeholder {
  /* color: #fff; */
  opacity: 0.7;
}
.offer_text {
  /* color: #fff; */
}
#popup form {
  margin-top: 20px;
}
#popup .row.button-class {
  display: block;
}
#popup button.theme-btn {
  width: 100%;
  background-color: #fff;
  color: #00337c;
  padding: 6px 2em !important;
}
#popup .popup-close {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 30px;
  cursor: pointer;
}
#popup .popup-close img {
  width: 100%;
}
.button-class {
  display: flex;
}

.extra .box {
  background-color: #fff;
  background-image: none !important;
  padding: 20px 30px !important;
}

.button-class .col-md {
  flex: inherit;
  width: auto;
}

.alert-blue-gradient {
  background-image: linear-gradient(90deg, #cadffe, #fefefe);
}
.alert-red-gradient {
  background-image: linear-gradient(90deg, #ffc2c2, #fefefe);
}

/* Media Queries */
@media (max-width: 1024px) and (min-width: 992px) {
  #popup {
    max-width: 800px;
  }
  #popup .theme-btn {
    font-size: 16px;
  }
}

@media (max-width: 991px) {
  #popup {
    max-width: 90%;
    /* max-width: 300px; */
    padding: 30px 15px;
    /* min-width: 330px; */
    max-height: 100vh;
    overflow: auto;
  }
  #popup h3 {
    margin-top: 20px;
    font-size: 14px;
    color: #fff;
  }
  .get_off {
    font-size: 14px;
  }
  .offer_text {
    color: #fff;
    font-size: 14px;
  }
  #popup .row {
    flex-direction: column-reverse;
  }
  #popup .form-control,
  #popup .form-control::placeholder {
    font-size: 14px;
  }
  #popup input.form-control,
  #popup textarea.form-control {
    font-size: 14px;
  }
  #popup .popup_img {
    max-width: 145px;
  }
  #popup .col-md-6 {
    padding-left: 0;
    padding-right: 0;
  }
}
/* popup end */

/* table start */
table.custom {
  width: 100%;
}
table.custom th {
  background-color: var(--secondary_color);
  color: #fffafa;
}
table.custom.blue th {
  background-color: var(--primary_color);
  color: #fffafa;
}
table.custom tr {
  text-align: center;
}
table.custom th {
  padding: 12px;
  border: 1px solid #ddd;
}
table.custom td {
  padding: 12px;
  border: 1px solid #ddd;
}
table.custom tr {
  background-color: white;
}
/* table.custom tr:hover {
  background-color: #D2E4FF !important;
} */

table.custom-new {
  width: 100%;
}
table.custom-new th {
  background-color: var(--secondary_color);
  color: #fffafa;
}
table.custom-new tr {
  text-align: center;
}
table.custom-new th {
  padding: 12px;
  border: 1px solid #ddd;
}
table.custom-new td {
  padding: 12px;
  border: 1px solid #ddd;
}
table.custom-new tr {
  background-color: white;
}

@media (max-width: 767px) {
  table.custom-new td {
    border: 1px solid #ddd;
    padding: 0;
    font-size: 14px;
  }
  table.custom-new th {
    border: 1px solid #ddd;
    padding: 0;
    font-size: 14px;
  }
}
/* table end */

#why .grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  width: fit-content;
  margin: auto;
  margin-right: 0;
}
#why .grid.four {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 30px;
}
#why .grid.four img {
  width: 100%;
  height: auto;
}
@media (max-width: 767px) {
  #why .grid {
    padding-top: 30px;
    margin-right: auto;
  }
  #why .grid.four {
    gap: 12px;
  }
}

/* faq start */
.faq_container .accordion_box {
  background-color: var(--grey);
  margin-bottom: 24px;
}
.faq_container .accordion_box:nth-child(1) {
  transition-delay: 0.01s;
}
.faq_container .accordion_box:nth-child(2) {
  transition-delay: 0.02s;
}
.faq_container .accordion_box:nth-child(3) {
  transition-delay: 0.03s;
}
.faq_container .accordion_box:nth-child(4) {
  transition-delay: 0.04s;
}
.faq_container .accordion_box:nth-child(5) {
  transition-delay: 0.05s;
}
.faq_container .accordion_box:nth-child(6) {
  transition-delay: 0.06s;
}
.faq_container .accordion_box:nth-child(7) {
  transition-delay: 0.07s;
}
.faq_container .accordion_box:nth-child(8) {
  transition-delay: 0.08s;
}
.faq_container .accordion_box:nth-child(9) {
  transition-delay: 0.09s;
}
.faq_container .accordion_box button {
  position: relative;
  cursor: pointer;
  width: 100%;
  padding: 22px 40px 22px 25px;
  background-color: transparent;
  border: none;
  text-align: left;
}
.faq_container .accordion_box button * {
  font-size: 18px;
  font-weight: 500;
}
.faq_container .accordion_box button::before {
  content: "";
  position: absolute;
  right: 25px;
  top: 0;
  bottom: 0;
  margin: auto;
  background-image: url(/img/down-arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 10px;
  height: 10px;
  transition: 0.35s;
}
.faq_container .accordion_box button.active::before {
  transform: rotate(180deg);
}
.faq_container .accordion_box .panel {
  padding: 0px 40px 0 25px;
  max-height: 0;
  overflow: hidden;
  transition: 0.5s;
}
@media (max-width: 767px) {
  .faq_container .accordion_box button * {
    font-size: 16px;
  }
  .faq_container .accordion_box p {
    font-size: 14px;
  }
}
/* faq end */

.offer-band-2 {
  background-color: #e4eee5;
  padding: 15px;
  border-radius: 24px;
}
.offer-band-2 * {
  color: #4e9f9f;
}
.offer-band-2 h3 {
  margin-bottom: 12px;
}
.offer-band-2 .flex {
  display: flex;
  align-items: center;
  max-width: 870px;
  margin: auto;
}
.offer-band-2 img {
  max-width: 200px;
  position: relative;
  z-index: 1;
}
.offer-band-2 .content {
  background-color: #fff;
  border-radius: 0px 20px 20px 0px;
  padding: 20px 20px 20px 80px;
  margin-left: -88px;
}
@media (max-width: 767px) {
  .offer-band-2 .flex {
    flex-direction: column;
  }
  .offer-band-2 .content {
    margin-left: 0;
    border-radius: 24px;
    padding: 20px;
    margin-top: 20px;
  }
}

/* testimonial start */
.testimonial {
  box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.06);
  padding: 40px 49px 35px;
  margin: 20px 15px;
  width: 600px;
}
.testimonial .name {
  color: var(--primary_color);
  font-weight: 500;
  font-size: 18px;
}
.testimonial .name .link {
  font-size: 14px;
  padding-top: 4px;
}
.testimonial .review {
  display: flex;
  flex-direction: column-reverse;
}
.testimonials .slick-dots li button {
  background-color: var(--secondary_color);
  border-radius: 50%;
  width: 8px;
  height: 8px;
  padding: 0 !important;
  transition: 0.3s;
  opacity: 0.5;
}
.testimonials .slick-dots li button::before {
  display: none;
}
.testimonials .slick-dots li {
  width: 8px;
  height: 8px;
  margin: 0 8px;
}
.testimonials .slick-dots li.slick-active button {
  opacity: 1;
  transform: scale(1.5);
}
.testimonials .slick-track {
  display: flex;
}
.testimonials .slick-slide {
  height: inherit;
}
.testimonials .quote {
  padding-bottom: 20px;
}
.testimonials button.slick-arrow,
.testimonials button.slick-arrow:hover,
.testimonials button.slick-arrow:focus {
  background-image: url(/img/btn-arrow.svg);
  background-repeat: no-repeat;
  width: 50px;
  height: 50px;
  background-color: var(--text_color);
  border-radius: 50%;
  z-index: 1;
  bottom: -90px;
  top: auto;
  right: 0;
  left: 0;
  margin: auto;
}
.testimonials button.slick-next.slick-arrow {
  right: -65px;
}
.testimonials button.slick-prev.slick-arrow {
  left: -65px;
}
@media (max-width: 1024px) {
  .testimonial {
    width: 600px;
  }
}
@media (max-width: 700px) {
  .testimonial {
    width: 500px;
  }
}
@media (max-width: 700px) {
  .testimonial {
    width: 500px;
  }
}
@media (max-width: 600px) {
  .testimonial {
    width: 300px;
    padding: 20px 25px 25px;
  }
  .testimonial p,
  .testimonial .name .link {
    font-size: 12px;
  }
  .testimonial .name {
    font-size: 14px;
  }
  .testimonial .slick-slide img {
    width: 35px;
  }
}
/* testimonial end */

/* video play start */
.video_play {
  position: relative;
  overflow: hidden;
  /* border: 4px solid var(--secondary_color); */
}
.video_play::after {
  content: "";
  position: absolute;
  width: 100%;
  height: calc(100% - 5px);
  left: 0;
  top: 0;
  /* background-image: linear-gradient(18deg, #fff, transparent); */
  background-color: #00337c4a;
  z-index: 0;
}
.video_play .play-btn {
  position: absolute;
  inset: 0;
  margin: auto;
  width: 40px;
  /* border-radius: 50%; */
  /* border: 2px solid var(--secondary_color); */
  /* background-color: #fff; */
  z-index: 1;
  animation: 4s zoom infinite;
  cursor: pointer;
}
.video_play.white .play-btn {
  filter: contrast(0) brightness(3);
}
.video_play img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.video_play::after {
  display: none;
}
.video_play {
  top: 0;
}
@media (min-width: 768px) {
  .video_play iframe {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .video_play iframe {
    height: 210px;
    width: calc(100vw - 30px);
  }
}
@keyframes zoom {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  1000% {
    transform: scale(1);
  }
}
/* video play end */

.form_bg_two {
  background-color: var(--bookkeeping);
}
.no_bg {
  background-color: transparent !important;
}
.step_img.no_bg img {
  padding: 0 !important;
}
.select_pack {
  font-size: 22px;
  font-weight: 600;
  color: var(--primary_color);
}
.recent_blogs {
  display: flex;
  width: 100%;
}
.recent_blogs .blog-box img {
  height: 210px;
  width: 100%;
  object-fit: cover;
}
.recent_blogs .blog-box {
  background-color: #fff;
}
.recent_blogs .content {
  padding: 15px 24px 24px 24px;
}
.recent_blogs .content h3 {
  margin-bottom: 12px;
}
.pagination {
  padding-top: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.page-number-button {
  background-color: transparent;
  margin: 5px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  border: none;
}
#prevPage {
  transform: scaleX(-1);
}
.pagination-button {
  background-color: #fff;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: 0.5s;
  border: none;
  outline: none;
  margin: 0 15px;
  color: var(--text_color);
}
button.page-number-button.pagination-active {
  color: var(--secondary_color);
  font-weight: 500;
  transform: scale(1.2);
}
.recent_blogs .blog-box p {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
}
@media (max-width: 767px) {
  .recent_blogs {
    padding-bottom: 0;
    display: inline-flex;
    width: 100%;
    overflow-x: auto;
  }
  .recent_blogs .blog-box {
    width: 100%;
    min-width: 300px;
  }
  .recent_blogs .col-md-4 {
    padding-left: 0;
    padding-right: 20px;
  }
  .pagination .recent_blogs .col-md-4 {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.form_box {
  overflow: hidden;
}
@media (max-width: 767px) {
  .mob_highlight {
    background-color: var(--primary_color) !important;
  }
  .mob_highlight h3 {
    color: #fff;
  }
  .mob_highlight button,
  .mob_highlight button:hover,
  .mob_highlight button:focus {
    background-color: #fff;
    border: 2px solid var(--primary_color);
    color: var(--text_color);
  }
  .mob_highlight button span,
  .mob_highlight button:hover span,
  .mob_highlight button:focus span {
    color: var(--text_color);
  }
  .mob_highlight button img,
  .mob_highlight button:hover img,
  .mob_highlight button:focus img {
    filter: brightness(0) !important;
  }
  .mob_highlight button::before {
    display: none;
  }
}

[title="reCAPTCHA"],
.grecaptcha-badge {
  visibility: hidden;
}
.h-100 {
  height: 100%;
}
.package_box {
  background-color: #f2ebea;
  padding: 30px;
}
.package_box .sale-price {
  font-weight: bold;
}
.package_box .price span,
.package_box .sale-price span {
  color: var(--primary_color);
  font-size: 32px;
  font-weight: bold;
}
@media (max-width: 767px) {
  .d_f {
    flex-direction: column;
  }
  .package_box {
    margin-bottom: 40px;
  }
}
.non-interactive {
  pointer-events: none;
}

.packs {
  display: flex;
  background-color: #fff;
  border-radius: 4px;
  width: fit-content;
  margin-bottom: 8px;
  border: 1px solid #f2ebea;
}
.packs .title {
  background-color: #f2ebea;
  border-radius: 4px;
  color: #101010;
  font-weight: 500;
  padding: 5px 22px;
  min-width: 153px;
  text-align: center;
}
.packs .cancel {
  color: #df5f32;
  text-decoration: line-through;
  font-size: 80%;
  font-weight: 500;
  padding: 5px 22px;
  display: flex;
  align-items: center;
  min-width: 120px;
}
.packs .price {
  color: #056899;
  font-weight: 600;
  padding: 5px 22px;
  display: flex;
  align-items: center;
  text-decoration: solid;
  font-size: 100%;
  min-width: 145px;
  justify-content: center;
}

@media (min-width: 768px) {
  .package-short-des.vcfo {
    display: flex;
    justify-content: flex-start;
    gap: 30px;
    flex-wrap: wrap;
  }

  .vcfo .packs {
    flex-direction: column;
  }
}

@media (max-width: 767px) {
  .packs {
    width: 100%;
  }
  .packs .cancel {
    min-width: auto;
  }
  .packs .price {
    min-width: auto;
  }
}
@media (max-width: 370px) {
  .package-short-des {
    display: flex;
    flex-wrap: wrap;
  }
  .packs {
    flex-direction: column;
    text-align: center;
    align-items: center;
    width: fit-content;
    margin-inline: auto;
  }
}

.pricing_table {
  text-align: center;
  width: 100%;
  gap: 6px;
  overflow: hidden;
}
.pricing_table > div {
  flex: 1;
  border: 1px solid #f2ebea;
  position: relative;
}
.pricing_table p {
  margin-bottom: 0;
}
.pricing_table .price,
.pricing_table .cancel {
  justify-content: center;
  margin-bottom: 0;
}
.pricing_table .cancel {
  font-size: 85%;
}
.price_title {
  background-color: #f2ebea;
  font-weight: 500;
  padding: 8px 8px;
}
.pricing_table > div p {
  height: 42px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.pricing_table > div p:not(:last-child)::after {
  content: "";
  width: calc(100% + 8px);
  height: 1px;
  position: absolute;
  left: 0;
  background-color: #f2ebea;
  bottom: 0;
}

@media (max-width: 1400px) {
  .pricing_table > div p,
  .pricing_table.packs .price,
  .pricing_table .cancel {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .price_note {
    margin: auto;
    font-size: 14px;
    padding: 0 15px 0 15px;
  }
  .pricing_table > div p {
    font-size: 15px !important;
  }
  .price_title {
    font-size: 15px;
  }
  .pricing_table .price {
    font-size: 15px !important;
    padding-left: 0;
    padding-right: 0;
  }
}

@media (max-width: 370px) {
  .pricing_table.packs {
    flex-direction: row;
    /* width: fit-content; */
  }
  .table_wrap {
    overflow: hidden;
  }
  .pricing_table.packs {
    overflow: auto;
  }
  /* .pricing_table > div{
    width: 150px;
  } */
  .price_title,
  .pricing_table .price,
  .pricing_table > div p {
    font-size: 12px !important;
    white-space: nowrap;
    padding-left: 6px;
    padding-right: 6px;
  }
}
.announcement {
  /* padding: 20px 0 0 0; */
  display: flex;
  align-items: center;
  justify-content: space-between;
  /* background-color: var(--primary_color); */
  background-image: linear-gradient(45deg, #00347cbe, var(--primary_color));
  /* position: sticky;  */
  z-index: 2;
  top: 75px;
}
.main-announcement {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  padding-top: 2px;
}
.main-announcement img {
  width: 100px;
}
.main-announcement * {
  color: #fff;
  font-size: 22px;
}
.main-announcement p {
  margin-bottom: 0;
}
.main-announcement .opaque {
  opacity: 0.5;
}
.main-announcement .orange {
  color: var(--secondary_color);
  font-weight: 500;
}
@media (max-width: 767px) {
  .announcement {
    position: relative;
    margin-top: -75px;
    margin-bottom: 60px;
  }
  .main-announcement {
    padding: 20px 0px 20px;
    flex-direction: column;
    justify-content: center;
  }
  .inner-main-announcement {
    text-align: center;
  }
}
@media (max-width: 355px) {
  .announcement {
    background-image: linear-gradient(180deg, #00347cbe, var(--primary_color));
  }
  .main-announcement {
    gap: 14px;
  }
  .main-announcement p,
  .main-announcement span {
    font-size: 16px;
  }
}

.mt-27 {
  margin-top: 27px !important;
}
.form-control {
  margin-top: 18px;
  margin-bottom: 0;
}

/* Calender Page */
#calendar_title {
  margin-top: 40px;
  text-align: center;
}
#calendar_sub_title {
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: center;
  font-weight: 500;
  font-size: 26px;
}
#tab {
  display: flex;
  justify-content: center;
  align-items: center;
}
#inner_tab {
  background-color: #f2f2f2;
  padding: 20px;
  margin-top: 20px;
}
#grid {
  display: flex;
  align-items: center;
  gap: 20px;
  cursor: pointer;
}
.inner_grid {
  background-color: #f2f2f2;
  padding: 10px;
  display: flex;
  align-items: center;
  gap: 20px;
}
.active:not(.nav-link):not(.dropdown-item) {
  background-color: #fff;
  padding: 10px;
}
.inner_grid p {
  margin-bottom: 10px;
  font-size: 16px;
}
.inner_grid #name {
  font-size: 18px;
  font-weight: 600;
}
.inner_grid .p_text_style {
  font-weight: 500;
}
.inner_grid img {
  height: 120px;
  width: 105px;
}
.calendar_block {
  display: none;
}

.calendar_block.active {
  display: block;
}
.calendar_block {
  margin-top: -20px;
}
@media (max-width: 767px) {
  h2,
  .h2 {
    font-size: 26px;
  }
  #calendar_sub_title {
    font-size: 22px;
  }
  #grid {
    flex-direction: column;
    gap: 5px;
  }
  #inner_tab {
    padding: 10px;
  }
  .inner_grid {
    padding: 10px;
  }
  .active {
    padding: 10px;
  }
  .inner_grid p {
    font-size: 14px;
  }
  .inner_grid #name {
    font-size: 16px;
  }
  .calendar_block {
    margin-top: 40px;
  }
  .inner_grid img {
    height: 100px;
    width: 93.44px;
  }
}

.faq-content {
  padding: 0px 15px;
}
.faq-section {
  border-radius: 12px;
  border: 1px solid black;
  margin-bottom: 30px;
}
.faq-section h2 {
  background-color: #b8e8e8;
  border-bottom: 1px solid black;
  color: black;
  border-radius: 10px;
  padding: 15px;
  font-size: 20px;
  font-weight: 500;
}
