:root {
  --org: #8FD6F0;
  --wht: #ffffff;
  --drk: #0C0C0C;
  --textdrk: #0C0C0C;
}
.page-template-innerpages {
  /*inner-wrapper*/
  /* FAQS*/
}
.page-template-innerpages .common-banner:after {
  content: "";
  width: 100%;
  position: absolute;
  height: 250px;
  z-index: 0;
  bottom: -1px;
  background: linear-gradient(0deg, #f3fbfd 15%, rgba(0, 0, 0, 0) 100%);
}
@media (max-width: 767px) {
  .page-template-innerpages .common-banner:after {
    background: none;
  }
}
.page-template-innerpages .common-banner:before {
  content: "";
  width: 100%;
  position: absolute;
  height: 100%;
  z-index: 0;
  bottom: -1px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.6) 100%, rgba(0, 0, 0, 0) 100%);
}
.page-template-innerpages .inner-wrapper {
  background-color: #f3fbfd;
}
.page-template-innerpages .inner-wrapper .wrapper {
  display: flex;
  padding-bottom: 4rem;
  padding-top: 4rem;
}
@media (max-width: 1199px) {
  .page-template-innerpages .inner-wrapper .wrapper {
    padding-bottom: 0rem;
  }
}
.page-template-innerpages .inner-wrapper .inner-left {
  width: 70%;
  background-color: #fff;
  padding: 40px;
  border-radius: 20px;
  border: 1px solid rgba(0, 0, 0, 0.14);
}
.page-template-innerpages .inner-wrapper .inner-left h1, .page-template-innerpages .inner-wrapper .inner-left h2, .page-template-innerpages .inner-wrapper .inner-left h3, .page-template-innerpages .inner-wrapper .inner-left h4, .page-template-innerpages .inner-wrapper .inner-left h5, .page-template-innerpages .inner-wrapper .inner-left h6 {
  font-family: "Sharp Sans";
  color: var(--dark);
  display: inline-block;
  margin-bottom: 15px;
}
.page-template-innerpages .inner-wrapper .inner-left figure {
  margin-bottom: 15px !important;
}
.page-template-innerpages .inner-wrapper .inner-left ol {
  margin-left: 0;
  margin-bottom: 15px !important;
  text-align: left !important;
}
.page-template-innerpages .inner-wrapper .inner-left h2 {
  font-size: 31px;
}
.page-template-innerpages .inner-wrapper .inner-left h3 {
  font-size: 25px;
}
.page-template-innerpages .inner-wrapper .inner-left p {
  font-size: 14px;
  color: var(--dark);
  font-family: var(--text);
  line-height: 28px;
  margin-bottom: 15px !important;
}
.page-template-innerpages .inner-wrapper .inner-left ul {
  margin-bottom: 15px !important;
  text-align: left !important;
}
.page-template-innerpages .inner-wrapper .inner-left ul li {
  font-size: 14px;
  color: var(--dark);
  font-family: var(--text);
  line-height: 28px;
}
.page-template-innerpages .inner-wrapper .inner-left a {
  color: var(--primary);
  font-weight: bold;
  font-family: var(--text);
  text-decoration: underline;
}
.page-template-innerpages .inner-wrapper .inner-left .aagb__accordion_title {
  font-size: 20px !important;
}
@media (max-width: 1199px) {
  .page-template-innerpages .inner-wrapper .inner-left {
    width: 100%;
  }
}
.page-template-innerpages .inner-wrapper .right-inner {
  width: 30%;
  padding-left: 50px;
  /*Section 1*/
  /*Section 2*/
  /*Section 3*/
}
.page-template-innerpages .inner-wrapper .right-inner .section-1 {
  text-align: center;
  border-radius: 15px;
  background-color: var(--darkAlt);
  position: relative;
  box-shadow: 0px 0px 30px 0 rgba(21, 32, 70, 0.15);
  padding: 30px;
  display: flex;
  flex-direction: column;
  align-items: anchor-center;
  gap: 20px;
}
@media (max-width: 1199px) {
  .page-template-innerpages .inner-wrapper .right-inner .section-1 img {
    max-width: 20rem;
  }
}
.page-template-innerpages .inner-wrapper .right-inner .section-1 svg {
  fill: var(--light);
  width: 80px;
}
.page-template-innerpages .inner-wrapper .right-inner .section-1 .sideBarTitle {
  font-size: 20px;
  font-family: "Sharp Sans";
  line-height: 28px;
  color: white;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.page-template-innerpages .inner-wrapper .right-inner .section-1 a {
  font-size: 14px;
  font-weight: 500;
  line-height: 50px;
  font-family: "Poppins";
  display: inline-block;
  padding: 0 25px;
  border-radius: 100px;
  color: var(--dark);
  background-color: #fff;
}
.page-template-innerpages .inner-wrapper .right-inner .section-1 a img {
  width: 18px;
  margin-right: 5px;
}
.page-template-innerpages .inner-wrapper .right-inner .section-2 {
  box-shadow: 0px 0px 30px 0 rgba(21, 32, 70, 0.15);
  padding: 30px;
  background-color: white;
  border-radius: 15px;
  margin-top: 40px;
  gap: 25px;
  display: flex;
  flex-direction: column;
}
.page-template-innerpages .inner-wrapper .right-inner .section-2 .sideBarTitle {
  font-size: 20px;
  font-family: "Sharp Sans";
  line-height: 28px;
  text-align: center;
  text-transform: capitalize;
}
.page-template-innerpages .inner-wrapper .right-inner .section-2 svg {
  fill: var(--primary);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.page-template-innerpages .inner-wrapper .right-inner .section-2 .gform-theme--foundation form .gform_fields {
  row-gap: 17px;
}
.page-template-innerpages .inner-wrapper .right-inner .section-2 .gform-theme--foundation form .gform_fields input {
  background-color: #F4F8FA;
  border: none;
  border-radius: 100px;
  padding: 10px 25px;
  height: auto;
  font-family: "Poppins";
}
.page-template-innerpages .inner-wrapper .right-inner .section-2 .gform-theme--foundation form .gform_fields textarea {
  background-color: #F4F8FA;
  border: none;
  border-radius: 30px;
  padding: 25px 25px 10px;
  height: auto;
  font-family: "Poppins";
  height: 100px;
}
.page-template-innerpages .inner-wrapper .right-inner .section-2 .gform-theme--foundation form .gform_footer.top_label input {
  border: none;
  font-size: 14px;
  font-family: "Sharp Sans";
  border-radius: 40px;
  letter-spacing: 0px;
  width: 100%;
  background-color: var(--primary) !important;
  padding: 0px 45px !important;
  line-height: 64px !important;
  color: var(--dark);
}
@media (max-width: 1400px) {
  .page-template-innerpages .inner-wrapper .right-inner .section-2 .gform-theme--foundation form .gform_footer.top_label input {
    padding: 0 0px;
  }
}
.page-template-innerpages .inner-wrapper .right-inner .section-3 {
  box-shadow: 0px 0px 30px 0 rgba(21, 32, 70, 0.15);
  padding: 30px;
  background-color: white;
  border-radius: 15px;
  margin-top: 40px;
  display: flex;
  flex-direction: column;
}
.page-template-innerpages .inner-wrapper .right-inner .section-3 svg {
  margin: 20px 0;
  fill: var(--primary);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.page-template-innerpages .inner-wrapper .right-inner .section-3 .sideBarTitle {
  font-size: 20px;
  font-family: "Sharp Sans";
  line-height: 28px;
  margin: 0px 0 0px;
  text-align: center;
}
.page-template-innerpages .inner-wrapper .right-inner .section-3 a {
  display: inline-block;
  width: 100%;
  margin-bottom: 6px;
  line-height: 32px;
  font-size: 14px;
  font-family: "Poppins";
  color: var(--dark);
  font-weight: 600;
}
.page-template-innerpages .inner-wrapper .right-inner .section-3 a i {
  margin-right: 6px;
  color: var(--dark);
  font-size: 18px;
  line-height: 32px;
}
.page-template-innerpages .inner-wrapper .right-inner .section-3 > a:nth-child(2n) i {
  color: var(--primary);
}
@media (max-width: 1199px) {
  .page-template-innerpages .inner-wrapper .right-inner {
    width: 100%;
    padding-left: 0;
    margin-top: 40px;
  }
}
.page-template-innerpages .aab__accordion_subheading, .page-template-innerpages .aagb__accordion_subheading {
  display: none;
}
.page-template-innerpages .aab__accordion_head.aab_right_icon, .page-template-innerpages .aagb__accordion_head.aab_right_icon {
  background-color: #1a5a92 !important;
  padding: 25px;
}
.page-template-innerpages .aab__accordion_head.aab_right_icon .aab__accordion_title, .page-template-innerpages .aab__accordion_head.aab_right_icon .aagb__accordion_title, .page-template-innerpages .aagb__accordion_head.aab_right_icon .aab__accordion_title, .page-template-innerpages .aagb__accordion_head.aab_right_icon .aagb__accordion_title {
  color: white;
}
.page-template-innerpages .aab__accordion_head.aab_right_icon span.aab__icon.dashicons, .page-template-innerpages .aab__accordion_head.aab_right_icon span.aagb__icon.dashicons, .page-template-innerpages .aagb__accordion_head.aab_right_icon span.aab__icon.dashicons, .page-template-innerpages .aagb__accordion_head.aab_right_icon span.aagb__icon.dashicons {
  color: white;
}
