
/*About us*/
.app-icons{
  z-index:9999;
}

.mvp{
  width: 40%;
  position: relative;
  left: -18%;
}

.ceo {
  position: relative;
}

.ceoimg {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 42.5%;
}

.ceoimg > img {
  width: 100%;
}

.ceo {
  width: 100%;
  height: 500px;
  padding: 20px;
  background: rgba(3, 86, 147, 1) url('/bg-left.svg') no-repeat left bottom;
  margin-top: 60px;
}

.partners {
  width: 100%;
  height: 500px;
  padding: 20px;
  background: 
    url('/bg-left.svg') no-repeat left bottom,
    url('/bg-right.svg') no-repeat right bottom,
    rgba(3, 86, 147, 1);
  margin-top: 80px;
}


.who-card{
  padding: 20px;
  width: 49%;
  border: 1px solid rgba(202, 153, 35, 1);
  border-radius: 4px;

}
.counters > div > h3{
  font-size:50px;
  font-weight:bold;
}

.who-smart{
  font-weight:bold;
  font-size: 65px !important;
}

.flip-blue-border{
 border: 2px solid rgba(3, 86, 147, 1) !important;
 border-radius: 4px !important;
}
/*about end*/
.footer {
  margin-top: 40px;
}

.mod-btn{
  padding-top: 0.6rem !important;
  padding-bottom: 0.6rem !important;
}

.family-card{
  justify-content: center;
}
.flip-online-mobile {
  margin-top: 190px;
  padding: 50px;
}
.dropdownflipli{
  cursor:pointer;
}
.cursor-pointer{
  cursor: pointer;
}
.flip-online-mobile > div {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0 auto;
  align-items: center;
  background: rgba(3, 86, 147, 1);
  border-radius: 10px;
  padding: 100px;
  max-height: 550px;
  /* z-index: -1; */
}

@keyframes slideAndStop {
  0% {
    top: 194px;
  }
  50% {
    top: 0;
  }
  100% {
    top: 0;
    position: unset;
    z-index: unset;
  }
}

.phone {
  position: relative;
  top: 194px;
  z-index: -1;
  animation: slideAndStop 1.9s ease-in-out forwards;
}

.family {
  position: relative;
  top: 194px;
  z-index: -1;
  width: 35rem;
  animation: slideAndStop 1.9s ease-in-out forwards;
}

/* .phone {
  position: relative;
  top: 194px;
  z-index: -1;
  animation: slideAndReset 3s ease-in-out;
} */

.loader {
  display: none;
  justify-content: center;
  align-items: center;
  position: fixed;
  background: white;
  width: 100%;
  height: 100%;
  z-index: 99999;
}
.footer-nav > li > a {
  font-size: 20px;
  font-weight: 200;
  color: black;
}
.footer-nav > li > .active {
  font-weight: bold !important;
  color: black !important;
  font-size: 20px !important;
}

.app-title-one {
  font-size: 45px;
  font-weight: 600;
  color: white;
}

.p-title-one {
  font-size: 20px;
  color: rgba(255, 255, 255, 1);
  font-weight: 300;
}

/* .flip-online-mobile > div::before,
.flip-online-mobile > div::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 50%;
  background-size: auto;
}

.flip-online-mobile > div::before {
  left: 0;
  background: url('/bg-left.svg') no-repeat;
}

.flip-online-mobile > div::after {
  right: 0;
  background: url('/bg-right.png') no-repeat;
} */

.bgs {
  position: absolute;
  width: -webkit-fill-available;
  left: 0;
  justify-content: space-between;
  bottom: 0;
  /* z-index: -1; */
}

.flip-banner {
  width: 94%;
  height: 175px;
  background: rgba(237, 184, 56, 1);
  border-radius: 20px;
  position: relative;
  bottom: 65px;
  margin: 0 auto;
  align-items: center;
}

.testimonial-text {
  line-height: 17px;
  font-size: 20px;
  font-weight: lighter;
}

.btn-left-flip {
  padding: 15px;
  background: rgba(3, 86, 147, 1);
  font-size: 30px;
  border-radius: 100%;
  height: 60px;
  width: 60px;
  color: white;

  display: flex;
  font-weight: bold;
  align-items: center;
}

.owl-nav {
  margin-top: 60px;
  gap: 30px;
  display: flex;
  justify-content: center;
}
.btn-right-flip {
  padding: 15px;
  background: rgba(237, 184, 56, 1);
  font-weight: bold;
  font-size: 30px;
  border-radius: 100%;
  height: 60px;
  color: black;
  width: 60px;
  display: flex;
  align-items: center;
}
.light-yellow {
  color: rgba(237, 184, 56, 0.15) !important;
}

.item-profile {
  margin-top: 50px;
}

.rating > i {
  font-size: 20px !important;
}

.rating > i.bi-star-fill {
  color: rgba(237, 184, 56, 1);
}

.item-profile > div > h6 {
  font-size: 24px;
  font-weight: bold;
  margin-top: 4px;
}

.flip-item {
  background: rgba(239, 246, 255, 1) !important;
  padding: 40px;
  width: 550px;
  text-align: left !important;
}

.owl-item .item {
  padding: 40px !important;
  max-height: 371px !important;
    height: 371px !important;
  max-width: 90%; /* This is with the expectation that there are 4 items for the carousel, set in Theme/js/main.js */
}

.owl-carousel .owl-item img {
  width: 65px !important;
}
.p-img {
  border-radius: 100%;
}
.flip-tes {
  margin-top: 50px;
}

.testimony {
  text-align: center;
  margin-top: 80px;
}

.testimony > h5 {
  font-weight: 600 !important;
}

.testimony > h2 {
  font-size: 40px;
  font-weight: 600 !important;
}

.flip-family > h1 {
  font-weight: bold;
}

.flip-family > p {
  font-size: 20px;
  font-weight: 300;
}
.fivestar {
  margin-top: 300px;
  position: relative;
  left: -32px;
}
.mainprog {
  margin-top: 100px;
  height: 12px;
  background: rgba(237, 184, 56, 0.15) !important;
}
.ratings > a {
  font-size: 45px;
  color: rgba(237, 184, 56, 1);
}

.rating-count > h4 {
  font-weight: 600;
  text-align: center;
  font-size: 23px;
}

.unstar {
  color: rgba(237, 184, 56, 0.15) !important;
}

.progmain {
  padding-right: 80px;
  padding-left: 80px;
}
.inside-prog {
  border-radius: 200px;
}

.rounded-bottom2 {
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
}
.card-rating {
  width: 448px;
  height: 360px;
  position: absolute;
  margin-top: 51px;
  right: 27px;
  margin-top: -380px;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
}

.rating-rounded {
  height: 130px;
  width: 130px;
  background: white;
  border-radius: 100px;
  position: absolute;
  margin-top: 34px;
  display: flex;
  right: 34%;
  justify-content: center;
  align-items: center;
  font-size: 50px;
  font-weight: bold;
  color: rgba(237, 184, 56, 1);
}

.flip-yellow {
  background: rgba(237, 184, 56, 1);
}

.text-yellow{
  color:rgba(237, 184, 56, 1);
}

.flip-section-three {
  margin-top: 150px;
}

.flip-cards-one {
  margin-top: 70px;
  gap: 40px;
}

.flip-cus-c > h4 {
  font-weight: bold;
}

.flip-cus-c > h1 {
  font-weight: bold;
  font-size: 50px;
}

.flip-cus-c > p {
  font-size: 22px;
}

.flip-cus-c {
  align-self: center;
}

.mobile-text > h2 {
  font-size: 49px;
  font-weight: bold;
  color: white;
  margin-bottom: 25px;
}

.flip-card > img {
  width: 150px;
  height: 150px;
  align-self: center;
}

.flip-card > h3 {
  font-size: 35px;
  font-weight: bold;
}

.flip-card > p {
  font-size: 24px;
  font-weight: 300;
}

.flip-card {
  background: rgba(239, 246, 255, 1);
  display: flex;
  flex-direction: column;
  width: 432px;
}

.flip-cards-section {
  margin-top: 80px;
  text-align: center;
}

.flip-cards-section > h5 {
  font-weight: 600;
  font-size: 24px;
}

.flip-cards-section > h2 {
  font-weight: bold;
  margin-top: 20px;
  font-size: 45px;
}

.mobile-text {
  padding-right: 90px;
  padding-left: 90px;
  justify-content: center;
  display: flex;
  flex-direction: column;
}

.mobile-text > p {
  font-size: 24px;
  color: white;
  font-weight: 100;
  color: rgb(255 255 255 / 73%) !important;
}

.flip-store-section {
  height: 600px;
  width: 100%;
  padding-top: 50px;
  background: rgba(3, 86, 147, 1) url("/flipgirl.svg") no-repeat right bottom;

  background-size: auto;
  background-attachment: fixed !important;
}

.flip-rating {
  height: 100%;

  width: 100%;
  padding-top: 50px;
  padding-bottom: 130px;
  margin-top: 150px;
  background: rgba(3, 86, 147, 1);
}

.img-store {
  position: relative;
  right: 0;
  bottom: -198px;
}



html, body {
  font-family: "Nunito Sans", sans-serif;
  overflow-x: hidden !important;
  max-width: 100%;
}

.dropdownflip {
  width: 415px;
}

.flip-main-header {
  padding-top: 35px;
}

.flip-header {
  height: 100%;
  width: 100%;
  background: rgba(3, 86, 147, 0.07);
}

.btn-header-blue {
  background: rgba(3, 86, 147, 1) !important;

  border-radius: 200px;

  color: white;
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
  padding-right: 3rem;
  padding-left: 3rem;
}

.btn-header-blue2 {
  background: rgba(3, 86, 147, 1) !important;

  border-radius: 200px;

  color: white;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-right: 3rem;
  padding-left: 3rem;
}

.btn-cus-blue {
  background: rgba(3, 86, 147, 1) !important;

  border-radius: 200px;

  color: white;
  padding-top: 0.9rem !important;
  padding-bottom: 0.9rem !important;
  padding-left: 80px;
  padding-right: 80px;
  margin-top: 30px;
}

.btn-header-yellow {
  background: rgba(237, 184, 56, 1) !important;

  border-radius: 200px;
  padding: 20px;
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
  padding-right: 3rem;
  padding-left: 3rem;
}


.btn-header-yellow2 {
  background: rgba(237, 184, 56, 1) !important;

  border-radius: 200px;
  padding: 20px;
  padding-top: 0.7rem;
  padding-bottom: 0.7rem;
  padding-right: 7rem;
  padding-left: 7rem;
}


.dropdownx:hover .dropdown-menux {
  display: block;
  margin-top: 0;
  /* remove the gap so it doesn't close */
}

.dropdownflipli {
  width: 100%;
  padding: 6px;
}

.dropdown-togglex::after {
  border: none !important;
  font: normal normal normal 14px/1 FontAwesome;
  content: "\f078" !important;
  font-size: 13px;
  font-weight: 400;
}

/* Hover state */
.dropdownx:hover .dropdown-togglex::after {
  content: "\f077" !important;
  /* Change to the desired FontAwesome chevron-up icon */
}

.signin {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 60px;
  padding-left: 60px;
  border-radius: 200px;
  font-weight: 500;
  color: rgba(3, 86, 147, 1);
  border: 1px solid rgba(3, 86, 147, 1) !important;
}

.signin:hover {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 60px;
  padding-left: 60px;
  border-radius: 200px;
  font-weight: 500;
  color: rgba(3, 86, 147, 1);
  border: 1px solid rgba(3, 86, 147, 1) !important;
  background: none;
}

.text-blue {
  color: rgba(3, 86, 147, 1) !important;
}

.active-nav {
  color: rgba(3, 86, 147, 1) !important;
  font-weight: bold;
  text-decoration: underline;
  text-decoration-thickness: 3px;
  text-underline-offset: 4px;

  font-size: 17px !important;
}

.darktext {
  color: rgba(0, 0, 0, 1) !important;
  font-size: 17px !important;
  font-weight: 400;
}

@keyframes moveRightLeft {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(10px); /* Move to the right */
  }
  100% {
    transform: translateX(0); /* Move back to the left */
  }
}

.btn-cus-blue svg {
  animation: moveRightLeft 1s ease-in-out infinite; /* Apply the animation on hover */
}

.btn-header-blue svg {
  animation: moveRightLeft 1s ease-in-out infinite; /* Apply the animation on hover */
}

@keyframes slideAndStopmobile {
  0% {
    top: 194px;
  }
  50% {
    top: 0;
  }
  100% {
    top: 75px !important;
    position: unset;
    z-index: unset;
  }
}

@keyframes slideAndStopfamily {
  0% {
    top: 200px;
  }
  50% {
    top: 0;
  }
  100% {
    top: 75px !important;
    position: unset;
    z-index: unset;
  }
}
/* Medium Devices, Desktops */
@media only screen and (max-width: 992px) {
.ceoimg{
  align-self: end;
  position: absolute !important;
  bottom: 0 !important;
  right: 0 !important;
  width:unset !important;
}
.ceo{
  height: 399px !important;
  padding:0px;
}
  .mvp{
    left:0 !important;
    margin-bottom: 16rem !important;
  }
  div.ceoimg > img{ 
    position: unset !important;
    right: unset !important;
    width: 25rem !important;
  }
.mbmb-1{
  padding:20px !important;
}
  .buttons{
    width:100% !important;
  }
  .digx{
    width: 100% !important;
    left: 0 !important;
    margin-left: 0 !important;
  }
  .sopx{
    font-size:20px !important;
  }
  #ids > div{
    flex-direction: column;
    gap: 20px;
    padding: 20px;
  }

  .ids > .btn-header-blue{
    padding-top: 0.6rem !important;
    padding-bottom: 0.6rem !important;
  }

  .ids{
    width:100%;
  }
  .flip-main-header {
    flex-direction: column !important;
  }

  .mobile-36 {
    font-size: 36px !important;
  }

  .mobile-21 {
    font-size: 20px !important;
  }

  .phone {
    width: -webkit-fill-available !important;
  }

  .unflex {
    flex-direction: column !important;
  }

  .flip-unflex {
    flex-direction: column !important;
  }

  .reduce-padding{
    padding-right: 30px !important;
    padding-left: 30px !important;
  }

  .uncolumn{
    flex-direction: column-reverse !important;
  }

  .btn-header-yellow,
  .btn-header-blue {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .flip-mobile-gap-1 {
    gap: 0.75rem !important;
  }

  .mobile-100 > img {
    width: 100%;
  }

  .flip-mobile-100 {
    width: 100% !important;
  }
  .unpad {
    padding: 0px !important;
  }

  .navbar {
    padding-right: 0.4rem !important;
    padding-left: 0.7rem !important;

    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .navbar-toggler {
    border: none !important;
  }

  .logo {
    width: 100px !important;
  }

  .flip-header {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .hide-mobile {
    display: none;
  }

  .show-mobile {
    display: unset !important;
  }

  .flip-margin-0 {
    margin: 0 auto;
  }

  .flip-1rem {
    font-size: 1.1rem;
  }

  .mobile-dark {
    color: black !important;
  }

  .flip-16 {
    font-size: 16px !important;
  }

  .phone2 {
    position: relative;
    top: 194px;
    width: 100%;
    z-index: -1;
    animation: slideAndStopmobile 1.9s ease-in-out forwards;
  }

  .family2 {
    position: relative;
    top: 200px;
    width: -webkit-fill-available;
    z-index: -1;
    animation: slideAndStopfamily 1.9s ease-in-out forwards;
    margin-top: 38px;
  }

  .mobile-text-one {
    padding: 20px !important;
  }

  .mobile-text-one > h2 {
    font-size: 40px !important;
    font-weight: 400 !important;
  }

  .reduce-mobile-text {
    font-size: 20px !important;
    font-weight: 300 !important;
  }

  .mobile-store > img {
    max-width: 100% !important;
  }

  .mobile-store {
    margin-top: 0px !important;
  }
  .flip-store-section {
    height: 100% !important;
    background: rgba(3, 86, 147, 1) url(/flipgirl.svg) no-repeat right bottom;
    background-attachment: unset !important;
    background-size: 90%;
    padding-bottom: 297px;
  }
  .flip-card {
    width: -webkit-fill-available;
  }

  .flip-cus-c > h1 { 
    font-size: 30px !important;
    margin-top: 20px !important;
}

.flip-cus-c > p {
  font-weight:400 !important;
  font-size: 18px !important;
}

.flip-card > p {
  font-size: 20px !important; 
  font-weight: 400 !important;
}
.flip-cards-section > h2 {
  padding-right: 50px !important;
  padding-left: 50px !important;
  font-size: 30px !important;
}
 

.flip-card > h3 {
  font-size: 27px !important;
  font-weight: 600 !important;
}

.flip-cus-c > .btn-cus-blue{
  padding-bottom: 0.8rem !important;
  padding-top: 0.8rem !important;
  width:-webkit-fill-available !important;
  justify-content: center;
}

.flip-margin-35{
  margin-top: 35px !important;
  width: -webkit-fill-available !important;
}

.flip-section-three {
  margin-top: 80px !important;
}

.flip-rating{
  margin-top:90px !important;
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}

.flip-join > h2{
  font-size: 26px !important;
  width: 70% !important;
}

.card-rating { 
  position: unset !important; 
  margin-top: 50px !important; 
  width:100%;
}

.reduce-26{
  font-size: 19px !important;
}

.app-icons{
  margin-top: 1rem!important;
}

.flip-join{
  padding-left:unset !important;
  padding-right:unset !important;
}

.flip-banner{
  height:100%;
  padding: 1.6rem!important;
}

.flip-family > p{
  font-size: 16px !important;
}

.flip-family > h1 {
  font-size: 22px !important;
}

.reduce-this-part{
  padding-top: 0.6rem !important;
  padding-bottom: 0.6rem !important;
  width: -webkit-fill-available !important;
  display: flex;
  justify-content: center;
  color: white
}

.fill-this{
  width: -webkit-fill-available !important;
}

.testimony > h2 {
  font-size: 28px;
}

.flip-item {
  background: rgba(239, 246, 255, 1) !important;
 
  width: 100% !important;
  text-align: left !important;
}

.owl-item .item{
  max-width:100% !important;
}

.testimonial-text {
  line-height: 12px;
  font-size: 13px;
}
.item-profile > div > h6 {
  font-size: 21px;
}

.item-profile > div > p{
  font-size: 15px;
  font-weight: 300;
}

.flip-online-mobile > div{
  border-radius:0px !important;
  padding: 26px;
  padding-bottom: 64px;
  padding-top: 44px;

}

.bgs > img{
  width: 206px;
}

.app-title-one{
  font-size: 25px;
}

.p-title-one{
  text-align: center;
  line-height: 38px;
  font-size: 21px;
}

.footer{
  flex-direction:column;
  text-align: center;
  gap: 33px;
}

.move-top-flip{
  margin-bottom:30px;
}

.flip-coler{
  flex-direction: column !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;

}

.ratings{
  justify-content: center;
}

.owl-item .item{
  padding: 31px !important;
}

.navbar-nav{
  margin-left:0px !important;
}

.dropdownflip{
  width:100% !important;
}

.mobile-store{
  justify-content:center;
  width: 144px !important;
  margin: 0 auto;
}
.app-icons > img{
  width: 160px !important;

}
.app-icons{
  justify-content: center;
  width: 160px !important;
  margin: 0 auto;
  z-index:9999;
}


.family-bgs > img {
  width: 206px !important;
}

.after-features > h2 {
  
  font-size: 25px !important;
}

.family-store-section {
  height: 100% !important;
  padding-bottom: 65px;
}

.family-features {
  padding-right: 2rem!important;
  padding-left: 2rem!important;
}

.after-features > h2 {
  font-size: 36px !important;
  width: 88%;
  margin: 0 auto;
}
.fam-gap-29{
  margin-top: 70px;
  gap: 29px;
}

.family-card {
 
  max-height: 100% !important;
  min-height: 100% !important;
 
}

.family-card > p {
 
  font-size: 18px !important;
}
.family-flip-section-three {
  padding-right: 2rem!important;
  padding-left: 2rem!important;
  margin-top: 80px !important;
   flex-direction:column !important;
}
.faq-title > h1 {
  font-size: 30px !important;  
}

.fam-a{
  flex-direction: column;
  margin-top: 69px;
  padding-left: 28px !important;
  padding-right: 28px !important;
}

.family-acc{
  padding-left: 28px !important;
  padding-right: 28px !important;
}
 .accordion-item .accordion-button{
font-weight:500 !important;
font-size: 19px !important;
}
.family-faq-section{
  margin-top:0px !important;
  
}

.faq-title{
  margin-top:50px !important;
}

div.school-header{
  padding-right: 1.5rem !important;
}

.school2{
  margin-left: 24px;
  position: relative;
  top: 53px;
  width: 100%;
  z-index: -1;
 
}

div.school-cards-section{
  padding-right: 1rem!important;
  padding-left: 1rem!important;
}
div.flip-cards-section > h2{
     padding-right: 0.8rem !important; 
  padding-left: 0.8rem  !important;
    font-size: 31px !important;
}
div.flip-cards-section > .md-text{
  font-size: 24px !important;
}

 .school-demo{
  padding-right: 1rem!important;
  padding-left: 1rem!important;
}

button.school-demo-btn{
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
  padding-right: 3rem !important;
  padding-left: 3rem !important;
  width: 100%;
  justify-content: center;
}

p.school-card-text{
  width:100% !important;
  font-size: 20px !important;
}
}



.family-store-section {
  height: 640px;
  width: 100%; 
  background: rgba(3, 86, 147, 1);
 
}

.family-bgs { 
  width: -webkit-fill-available;
 
  justify-content: space-between;

  position:absolute;
  
}

.family-bgs > img{
  width:350px;
}

#familythis{
  max-width: 100% !important;
}

.after-features{
  padding-top: 80px;

 

}

.after-features > h5{
  font-weight:lighter;
  color:white;
}

.after-features > h2{
  font-weight:bold;
  color:white;
  font-size:40px;
}

.family-features{
  padding-right: 7rem;
  padding-left: 7rem;
  
}

.family-flip-section-three{
  padding-right: 7rem;
  padding-left: 7rem;
  margin-top:150px;
  gap:30px;
  
}
 

.family-card > h3{
  margin-top:33px;
  color:white;
  font-size: 30px;
  font-weight:bold;
}


.family-card > p{
  
  color:rgba(255, 255, 255, 1);  
  font-weight:200;
  font-size:17px;
}

.family-card > img{
  width:100px;
}

.family-card{
  border:1px solid rgba(255, 255, 255, 1);
  border-radius:10px;
  padding:20px;

  max-height: 327px;
  min-height: 327px;
}



.familyflip-cus-c {
  align-self: flex-start;
}

.familyflip-cus-c > p {
  line-height:40px;
  font-weight:lighter;

}

.family-faq-section{
  margin-top:180px;
  
}

.faq-title{
  margin-top:150px;
  text-align: center;
}

.faq-title > h1{
  font-size:55px;
  font-weight:bold; 
}

.faq-title > h6{
  font-weight:bold;
  font-size:20px;
}

.with-line{
  font-size:40px;
  font-weight:bold;
  margin-top:120px;
}

.with-line::after {
  content: '';
  display: inline-block;
  align-self:center;
  position:relative;
  margin-left:20px;
  width: 80rem; /* Adjust the width of the line as needed */
  height: 1.5px; /* Adjust the height of the line as needed */
  background-color: rgba(204, 204, 204, 1); /* Adjust the color of the line as needed */
  margin-right: 10px; /* Adjust the margin between the line and the text as needed */
 
  margin-bottom:5px;
}


.family-acc{
  padding-left: 45px;
  padding-right: 45px;
}

.fam-a{
  padding-left: 45px;
  padding-right: 45px;
}


.fam-a > h5{
  font-size:32px;
  font-weight:bold;
  width: 300px;
  text-align: left;
}
 
.fam-line{
  border-bottom:0.6px solid  rgba(204, 204, 204, 1); 
  width: -webkit-fill-available;
  padding-right: 2rem;
  padding-left: 2rem;
  align-self:center;
}

.accordion-flush .accordion-item .accordion-button, .accordion-flush .accordion-item .accordion-button.collapsed {
  border-radius: 0;
  border: 1px solid rgba(3, 86, 147, 1);
  padding: 27px;
  font-weight: bold;
  font-size:23px;
  color: rgba(3, 86, 147, 1);
  border-radius: 10px; 
}

.fam-a2{
  margin-top:70px;
}
.accordion {
  --bs-accordion-btn-icon: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M23.0769 3.07692C23.0769 1.375 21.7019 0 20 0C18.2981 0 16.9231 1.375 16.9231 3.07692V16.9231H3.07692C1.375 16.9231 0 18.2981 0 20C0 21.7019 1.375 23.0769 3.07692 23.0769H16.9231V36.9231C16.9231 38.625 18.2981 40 20 40C21.7019 40 23.0769 38.625 23.0769 36.9231V23.0769H36.9231C38.625 23.0769 40 21.7019 40 20C40 18.2981 38.625 16.9231 36.9231 16.9231H23.0769V3.07692Z' fill='%23035693'/%3E%3C/svg%3E%0A");
  --bs-accordion-btn-active-icon: url('data:image/svg+xml,%3Csvg xmlns="http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg" width="24" height="24" viewBox="0 0 24 24"%3E%3Cpath fill="%23035693" d="M19 12.998H5v-2h14z"%2F%3E%3C%2Fsvg%3E');
}
.fam-line2{
  border-bottom:0.6px solid  rgba(204, 204, 204, 1); 
  width: -webkit-fill-available;
  padding-right: 2rem;
  padding-left: 2rem;
  align-self:center;
}

.fam-a2 > h5{
  font-size:32px;
  font-weight:bold;
  width: 200px;
  text-align: left;
}

.see-more{
  padding-left: 45px;
  padding-right: 45px;
  text-align:right;
  text-decoration: none;
  font-size:24px;
  font-weight: bold;

  margin-top:20px;
}

.see-more > a{
  text-decoration: none;
}

.family-card{
  display:flex;
  flex-direction:column;

}

.family-card > img{
  align-self:center;
}

.schoolbg{
 
    position: relative;
    
    z-index: -1; 
    right:0;
 
}

.school-header{
  padding-right:0px !important;
  padding-bottom: 100px !important;
  padding-top: 20px !important;
}

.md-text{
  font-size:28px !important;
  font-weight: 200 !important;
}


.school-card > *{
  color:black !important;
}

.school-card{
  border: 1.5px solid rgba(3, 86, 147, 1);
}

.school-gap{
  margin: 0 auto;
  margin-top:50px;
}

.school-card > p{
  font-size:19px !important;
}

.school-demo-btn{
  padding-top: 1.2rem !important;
  padding-bottom: 1.2rem !important;
  padding-left: 120px !important;
  padding-right: 120px !important;
}

.school-card-text{
  font-weight: 300 !important;
  width: 34rem;
}

#typeschool{
  font-size: 15px !important;
  margin-left:0px !important;
}

.signin:active,.signin:visited{
  background:white !important;
  color: rgba(3, 86, 147, 1) !important
}