@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

html,
body {
  height: 100%;
  font-family: "Poppins", sans-serif;
  -webkit-font-smoothing: antialiased;
  font-weight: 500;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  color: #000;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
}

.label-color {
  color: #979797;
}

p {
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  color: #7C7C7C;
  line-height: 25px;
}

img {
  max-width: 100%;
}

input:focus,
select:focus,
button:focus,
textarea:focus {
  outline: none;
}

a:hover,
a:focus {
  text-decoration: none;
  outline: none;
  color: #0047C6;
}

a {
  color: #3629b7;
}

ul,
ol {
  padding: 0;
  margin: 0;
}

/* .header-div {
  background-image: url("../images/banner_bg_new2.png");
  background-size: 100% 100%;
} */
.banner {
  background-image: url("../images/banner_bg_new2.png");
  /* background-size: cover; */
  background-size: 100% 100%;
}

.pp_block h2 {
  text-transform: uppercase;
  color: #ffffff;
  padding: 30px 0;
}

.pp_content p {
  color: #000
}

.pp_content ul {
  margin: 0px 50px;
  font-size: 15px;
  line-height: 28px;
  margin-bottom: 20px;
}

header .logo {
  max-width: 25%;
}

.form h4 {
  color: #6a6a6a;
  font-size: 16px;
  text-transform: capitalize;
  margin: 25px 0 10px;
  font-weight: 500;
}

.home-btn {
  padding: 4px 30px;
  border-radius: 50px;
  color: #ffffff;
  margin-top: 20px;
}

.mt-30 {
  margin-top: 30px;
}

.home-btn:hover {
  color: #ffffff;
  background: #efb814;
}

.hm_btn {
  color: #3795D9;
  text-decoration: none;
  font-weight: 600;
}

.fixed {
  position: fixed;
  top: 0;
  width: 100%;
  background-color: #ffffff;
  box-shadow: 0 0 10px #ccc;
  width: 100%;
  z-index: 8;
}

.up_btn {
  background: #42A5DE;
  color: #ffffff;
}

.up_btn:hover {
  background: #2587bf;
  color: #ffffff;
}

header .navbar {
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
}

header nav {
  display: flex;
  justify-content: space-between;
}

header nav ul {
  display: flex;
  align-items: center;
}

header nav ul li {
  list-style: none;
}

header nav ul a {
  padding-right: 30px;
  color: #122F62;
  display: block;
  font-family: "Poppins", sans-serif;
  font-size: 17px;
  line-height: 2;
  text-decoration: none;
  transition: all ease .3s;
}

header nav ul a:hover,
header nav ul a.active {
  color: #000;
  text-decoration: none;
  transition: all ease .3s;
}

header .social-menu button {
  padding: 10px;
  margin-left: 10px;
  border-radius: 15px;
}

.menu-toggle {
  color: #3795D9;
  line-height: 50px;
  font-size: 24px;
  cursor: pointer;
  display: none;
}

.social-menu li a img {
  width: 20px;
}

.social-menu li a span {
  position: relative;
}

.testt_dec {
  text-align: center;
  color: #000000;
  font-size: 20px;
  width: 42%;
  margin: 0 auto;
  line-height: 30px;
  padding-top: 15px;
}

.social-menu li a span::after {
  position: absolute;
  content: attr(data-cart);
  width: 16px;
  height: 16px;
  border-radius: 100px;
  right: -6px;
  background: red;
  top: -6px;
  font-size: 10px;
  display: flex;
  justify-content: center;
  padding: 3px;
}

.slide-menu-right {
  right: -500px;
  top: 0;
  width: 500px;
  height: 100%;
}

.social-menu li:not(:first-of-type) a .social-icon {
  border-radius: 100px;
  border: 1px solid #fff;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.success-h2 {
  font-size: 20px;
  font-weight: 500;
  text-align: left;
  color: #122F62;
  margin-bottom: 12px;
}

.process-1 {
  position: relative;
  margin: 0px 0px 0px 35px;
}

.process-1 ul li {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  margin-bottom: 5px;
  margin-left: 20px;
}

button.close-menu {
  color: #fff;
  background: none;
  border: none;
  border-radius: 5px;
  display: block;
  margin: 30px 0;
  width: 60px;
  float: right;
}

button.close-menu .fa-circle-xmark {
  color: #f25555;
  font-size: 25px
}

#regform .form-control {
  padding: 12px 15px;
  margin-bottom: 10px;
}

.process-1:nth-child(1),
.process-1:nth-child(3) {
  top: -208px;
}

.process-1:nth-child(2),
.process-1:nth-child(4) {
  top: -45px;
}


@media (max-width: 1024px) {
  h2.success-h2 {
    font-size: 16px;
  }

  .process-1:nth-child(1),
  .process-1:nth-child(3) {
    top: -155px;
  }

  .process-1:nth-child(2),
  .process-1:nth-child(4) {
    top: -28px;
  }

}

@media (max-width: 991px) {



  div.pattern-1 {
    display: none;
  }

  .d-sm-none {
    display: none;
  }

  .d-sm-block {
    display: block;
  }

  div.pattern-2 {
    display: none;
  }

  section.platform-provides .nav.nav-pills {
    justify-content: center !important;
  }

  .menu-toggle {
    display: block;
  }

  .blogs .blog-card {
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
  }

  .blogs .blog-card .blog-content {
    order: 2;
  }

  header nav {
    position: absolute;
    width: 100%;
    height: calc(100vh);
    background: #fff;
    top: 0;
    left: -100%;
    transition: 0.5s;
  }

  header nav.active {
    left: 0;
  }

  header nav ul:not(.social-menu) {
    display: block;
    overflow-y: scroll;
  }

  header nav ul:not(.social-menu) a {
    font-size: 12px;
  }

  .mobile-button {
    position: absolute;
    top: 16%;
  }



  header nav {
    flex-direction: column;
  }

  header nav ul:not(.social-menu) li {
    list-style: none;
    padding: 15px 20px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  }

  header nav ul.social-menu {
    justify-content: center;
    margin-bottom: 0;
    width: 100%;
    background: #fff;
    padding: 10px 0;
  }

  .close-btn {
    color: #000;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .close-btn svg {
    font-size: 24px;
  }

  .logo-mob {
    max-width: 100px;
  }

  header {
    position: relative;
  }

  .navbar {
    position: initial;
  }

}

@media (max-width:1300px) {


  header nav ul li a {
    /* height: 50px; */

    font-size: 12px;

  }

  .social-menu li:not(:first-of-type) a .social-icon {

    width: 25px;
    height: 25px;

    font-size: 10px;
  }

  .social-menu li a img {
    width: 16px;
  }

  .nav-menu li a {
    text-transform: capitalize;
    font-size: 15px;
  }

  header nav ul li a {

    padding-right: 15px;
  }

}

nav ul li a:not(:only-child):after,
nav ul li a:visited:not(:only-child):after {
  padding-left: 4px;
  content: " ▾";
}

nav ul li a:focus {
  color: #2D7ABE;
}

.nav-dropdown {
  position: absolute;
  display: none;
  z-index: 1;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.15);
}

.nav-dropdown li a {
  display: block;
  padding: 5px 20px;
  line-height: 30px;
  background: #fff;
  color: #000;
  box-shadow: 0 0 30px 0 rgb(0 0 0 / 5%);
  text-decoration: none;
  border-bottom: 1px solid #ddd;
}

@media only screen and (max-width: 798px) {
  .nav-mobile {
    display: block;
  }



  .nav-dropdown {
    position: static;
  }
}

@media screen and (min-width: 799px) {
  .nav-list {
    display: block !important;
  }
}

section {
  padding: 40px 0;
}

.hero {
  padding-top: 20px;
}

/* .hero button {
  padding: 10px;
  border-radius: 20px;
  font-weight: bold;
  font-size: 18px;
  font-family: Poppins;
  background: #42A5DE;
} */
.logo_img {
  width: 65%;
}

.banner img {
  max-width: 55%;
  height: auto;
  margin-left: 18%;
}

.details_block {
  margin-left: 20%;
}

.hero h1 {
  /* font-size: 50px;
  font-weight: 500;
  line-height: 55px;
  text-align: left;
  text-transform: uppercase;
  background: #122F62;
  background: linear-gradient(to right, #122F62 0%, #42A5DE 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; */
  font-size: 90px;
  font-weight: bolder;
  line-height: 79px;
  text-align: left;
  text-transform: uppercase;
  color: #F9C623;
  margin-top: 12%;
}

.bprice_block h3 {
  font-size: 50px;
  font-weight: 800;
  line-height: 70px;
  text-align: left;
  color: var(--dark-blue, rgba(18, 48, 98, 1));
  text-transform: uppercase;
  margin-bottom: 10px;
  padding-right: 40px;
  font-family: "Roboto", sans-serif;
}

.bprice_block h3.strike:first-child {
  position: relative;
  color: var(--dark-blue, rgba(18, 48, 98, 1));
}

.bprice_block h3.strike:first-child::after {
  content: '';
  position: absolute;
  left: -4px;
  top: 50%;
  width: 88%;
  height: 4px;
  background-color: red;
  transform: rotate(-4deg);
  transform-origin: left center;
}

.hero .btn {
  background: #123062;
  font-weight: bold;
  font-size: 20px;
}

.hero h2 {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 60px;
  margin: 10px 0 5px;
  color: #122F62;
  letter-spacing: 2px;
}

.hero p {
  color: #122F62;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 23px;
  margin-bottom: 30px;
}

.hero . {
  background: #123062;
  font-weight: bold;
  font-size: 22px;
}

.scp_block p {
  padding: 5px 0;
  margin: 0;
  color: #000;
  font-size: 20px;
}

.scp_block {
  text-align: center;
}

.scp_block h2 {
  font-size: 38px;
  padding: 0;
  color: #122F62
}

.scp_block img {
  width: 60%;
}

.scp_block h3 {
  font-weight: 500;
  text-transform: uppercase;
  color: #f25555;
  font-size: 26px;
}

.hero span {
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
  text-align: left;
  padding: 5px;
}

.hero svg {
  margin-left: 15px;
  color: white;
  background-color: yellow;
  border-radius: 25px;
  width: 50px;
}

.block_n {
  background: #EFF6FA;
  padding: 20px;
  border-radius: 18px;
  min-height: 290px;
  margin-bottom: 30px;
}
.block_n svg {
  width: 19%;
  height: 80px;
}
.block_n h3 {
  font-size: 20px;
  margin: 15px 0;
}
.block_n p {
  font-size: 30px;
  padding: 0px;
  margin: 0;
  font-weight: 500;
}
.block_n  a {
  font-size: 24px;
    color: #123062;
    text-decoration: none;
}
/* .hero img {
  height: 450px;
} */
.intro {
  background-color: #123062;
  padding: 20px 0 10px;

}

.intro p {
  font-size: 16px;
  text-align: left;
  color: white;
}

.reg_btn img {
  width: 35%;
}

.intro img {
  height: 50px;
}

.nf_img {
  width: 45% !important
}

.nf_title {
  font-size: 50px;
  margin-bottom: 20px !important;
  margin-top: 12px !important
}

.advantages {
  align-items: center;
  padding-top: 15px;
}

.advantages h1 {
  font-size: 35px;
  font-weight: 600;
  line-height: 40px;
  text-align: center;
  margin-top: 30px;
  color: rgba(18, 48, 98, 1);
}

.advantages h2 {
  font-size: 23px;
  font-weight: 600;
  line-height: 23px;
  padding-top: 15px;
  text-align: center;
  color: #46609B;
}

.advantages p {
  font-size: 15px;
  font-weight: 400;
  line-height: 22px;
  padding-top: 5px;
  text-align: center;
  color: #000;
  width: 56%;
  margin: 3px auto;
}

.advantages button {
  margin-top: 25px;
  border-radius: 20px;
  padding: 10px;
  border-color: #42A5DE;
}

.advantages button svg {
  color: #122F62;
}

.advantages img {
  margin-top: 20px;
  padding: 20px;
}

.info .card {
  background-color: #122F62;
  border-radius: 10px;
  padding: 10px;
}

.info .card h1 {
  font-size: 35px;
  font-weight: 600;
  line-height: 40px;
  text-align: center;
  color: white;
  padding-top: 0px;
  padding-bottom: 0;
}

.info .card p {
  color: white;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  text-align: center;
  padding: 0;
  margin: 0
}

.success h1 {
  font-size: 30px;
  font-weight: 400;
  line-height: 40px;
  text-align: center;
  color: #123062;
  text-transform: uppercase
}

.success span {
  color: var(--dark-blue, #123062);
  font-size: 30px;
  font-weight: 600;
  line-height: 40px;
  text-align: center;
}

.success .card {
  background: #FFFFFF;
  box-shadow: 10px 15px 50px 0px #00000026;
  margin-top: 35px;
  border-radius: 45px;
}

.success .card h2 {
  font-size: 20px;
  font-weight: 500;
  line-height: 34px;
  text-align: left;
  color: #122F62;
}

.success .card ul li {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  margin-bottom: 5px;
  margin-left: 20px;
}

.etutor {
  align-items: center;
}

.etutor h1 {
  font-size: 40px;
  font-weight: 400;
  line-height: 40px;
  text-align: center;
  color: #123062;
}

.etutor span {
  color: var(--dark-blue, #123062);
  font-size: 40px;
  font-weight: 600;
  line-height: 40px;
  text-align: center;
}

.etutor .card {
  margin-top: 20px;
  background: #EFF6FA;
  padding: 20px;
  border-radius: 45px;
  border: 0px solid;
}

.etutor .card h2 {
  font-size: 19px;
  font-weight: 500;
  line-height: 20px;
  text-align: center;
  color: #122F62;
  margin-bottom: 10px;
  padding-top: 20px;
}

.etutor .card p {
  font-size: 15px;
  font-weight: 400;
  line-height: 23px;
  text-align: center;
  color: #000000;
}

.font-10 {
  font-size: 10px;
}

.font-12 {
  font-size: 12px;
}

.app button {
  margin-top: 40px;
  border-radius: 30px;
  padding: 10px 20px;
  border-color: #42A5DE;
  font-weight: bold;
  color: #fff;
  background-color: #42A5DE;
  margin: 0 0 0 30px;
}

.etutor .btn {
  margin-top: 40px;
  border-radius: 30px;
  padding: 10px 20px;
  border-color: #42A5DE;
  font-weight: bold;
  color: #fff;
  background-color: #42A5DE;
}

.border-top-footer {
  border-top: 1px solid #7b7b7b;
  padding-top: 30px;
}

.etutor .btn svg {
  color: #fff;
}

.carousel-control-next,
.carousel-control-prev {
  opacity: 1 !important;
}

.text h1 {
  font-size: 35px;
  font-weight: 700;
  line-height: 45px;
  text-align: center;
  background: -webkit-linear-gradient(rgba(18, 47, 98, 1), rgba(66, 165, 222, 1));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.testimonials h1 {
  font-size: 40px;
  font-weight: 400;
  line-height: 40px;
  text-align: center;
  color: #123062;
}

.border-right-test {
  border-right: 1px solid #ccc;
}

.testimonials span {
  color: var(--dark-blue, #123062);
  font-size: 40px;
  font-weight: 600;
  line-height: 40px;
  text-align: center;
}

.testimonials .card {
  padding: 45px;
  margin-top: 20px;
  border: 0px solid;
}

.testimonials .card h2 {
  font-size: 22px;
  font-weight: 500;
  text-align: center;
  color: #2C7BBF;
  text-transform: capitalize;
  padding: 22px 0;
}

.testimonials .card p {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  padding-top: 10px;
  text-align: center;
  width: 60%;
  margin: 0 auto;
  color: #000;
  margin-bottom: 30px;
}

.testimonials .card p span {
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
  padding-top: 10px;
  text-align: center;
  color: #333333;
}

.testimonials .card h6 {
  font-size: 17px;
  font-weight: 400;
  line-height: 28px;
  text-align: center;
  min-height: 200px;
}

.testimonials .card .user_img {
  width: 20%;
}

.testimonials button span.carousel-control-prev-icon {
  left: 0;
}

.testimonials button span.carousel-control-next-icon {
  right: 0;
}

.testimonials button span {
  background-color: #42A5DE;
  height: 20px;
  width: 20px;
  color: white;
  padding: 15px;
  border-radius: 50px;
  position: absolute;
  padding: 20px
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
  background-size: 65% 100% !important;
}


.app .card {
  background: #eef1f4;
  border-radius: 100px 100px 0px 100px;
  border: none;
  padding: 20px 20px 160px;
}

.app .card h1 {
  font-size: 28px;
  font-weight: 700;
  line-height: 35px;
  margin-top: 110px;
  margin-left: 35px;
  text-align: left;
  color: #212121;
}

.app .card p {
  font-size: 17px;
  font-weight: 400;
  line-height: 30px;
  margin-top: 20px;
  margin-left: 35px;
  text-align: left;
  color: #212121;
  margin-bottom: 15px;
}

.contact {
  background: #F5F5F5;
  padding: 50px;
  margin-top: 100px
}

.Contact .form {
  margin-top: 10px;
}

.contact .form .form-control {
  border: 0px 3px 0px 0px solid;
}

.contact h1 {
  margin-top: 25px;
  font-size: 35px;
  font-weight: 400;
  line-height: 46px;
  text-align: left;
  color: #123062;
  text-transform: uppercase;
  margin-bottom: 0px;
}

.contact h1 span {
  font-size: 35px;
  font-weight: 700;
  line-height: 26px;
  text-align: left;
  color: #123062;
}



.contact .card {
  background: #FFFFFF;
  box-shadow: 10px 15px 50px 0px #00000026;
  margin-top: 25px;
  border-radius: 45px;
}

.contact .card h2 {
  font-size: 24px;
  font-weight: 400;
  line-height: 33.6px;
  padding-top: 15px;
  text-align: left;
  color: #122F62;
}

.contact .card p {
  font-size: 18px;
  font-weight: 400;
  line-height: 18px;
  text-align: left;
}

.contact .card img {
  height: 100px;
  padding: 15px;
}

.contact button {
  padding: 0px 0 25px;
  margin-top: 0;
  border-radius: 20px;
  font-weight: bold;
  font-size: 18px;
  background: none
}

.contact form {
  width: 70%;
}

.contact .form-control {
  background: none;
  border: none;
  border-bottom: 1px solid #7B7B7B;
  border-radius: 0;
  margin-bottom: 30px;
}

.footer {
  align-items: center;
  background-color: #123062;
  padding: 30px 0;
}

.footer .card {
  text-align: center;
  align-items: center;
  background-color: #123062;
  border: 0px solid;
  padding: 10px
}

.footer .card p {
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  text-align: center;
  color: white;
  margin-bottom: 30px;
}

.footer .card img {
  margin-bottom: 20px;
}

.footer .card .card-footer {
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
  color: white;
  padding-top: 33px;
  width: 100%;
  text-align: center;
  border-top: 1px solid;
  margin-top: 20px;
}

.footer .form-control {
  background: transparent;
  padding: 10px 10px;
  font-size: 12px;
}

.footer .form-control::placeholder {
  /* Edge 12-18 */
  color: #ffffff;
}
.quick_links{
  margin-top: 29%;
  text-transform: uppercase;
}
.quick_block{
  width: 100% !important;
  margin-left: 15px !important;
}
.quick_block li a{
  line-height: 32px !important;
  font-size: 15px;
}
.footer h3 {
  font-size: 22px;
  font-weight: 400;
  line-height: 30px;
  color: white;
  margin-bottom: 12px;
}

.footer h6 {
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  color: white;
}
.email_text{
  font-size: 14px !important;
}
.footer span {
  color: white;
  font-size: 14px;
  font-weight: normal;
}
#btn-back-to-top{
  bottom:120px !important;
}
.footer .fa {
  color: white;
}

.footer ul {
  width: 50%;
  margin: 0 auto;
}

.footer li {
  list-style: none;
}

.footer li a {
  color: white;
  font-weight: 300;
  text-decoration: none;
  line-height: 38px
}

.footer a {
  color: white;
  font-weight: 300;
  text-decoration: none;
  line-height: 38px
}

.footer svg {
  color: white;
}

.footer .card .card-footer p {
  font-size: 16px;
  font-weight: 300;
}

/* custom styles */
.btn-outline {
  padding: 8px 35px;
  border-radius: 50px;
  color: #122F62;
  border: 1px solid #42A5DE;
  margin-right: 5px;
}

.btn-outline:hover {
  background: #2587bf;
  color: #ffffff;
}

.disabled {
  padding: 8px 50px;
  border-radius: 50px;
  color: #ffffff !important;
  background: #42A5DE !important;
}

.disabled:hover {
  background: #2587bf !important;
  color: #ffffff !important;
}

.btn-solid {
  padding: 8px 20px;
  border-radius: 50px;
  color: #ffffff;
  background: #42A5DE;
}

.btn-solid:hover {
  background: #2587bf;
  color: #ffffff;
}
.whats-float {
  position: fixed;
  transform:translate(0px,0px);
  bottom:0;
  left:0;
  width:160px;
  overflow: hidden;
  background-color: #25d366;
  color: #FFF;
  border-radius:12px 12px 0px 0px;
  z-index: 10;
  transition: all 0.5s ease-in-out;
  vertical-align: middle
}
.whats-float a span {
  color: white;
  font-size: 15px;
  padding-top: 10px;
  padding-bottom: 0;
  position: absolute;
  line-height: 16px;
  font-weight: bolder;
}

.whats-float i {
  font-size: 30px;
  color: white;
  line-height: 30px;
  padding: 10px;
  transform:rotate(0deg);
  transition: all 0.5s ease-in-out;
  text-align:center;

}
.whats-float svg{
  width:13%;
  margin: 5px 8px;

}
/* .whats-float svg:hover {
  color: #FFFFFF;
  transform:translate(0px,0px);
}

.whats-float svg:hover  {
  transform:rotate(360deg);
} */
.btn {
  font-size: 16px;
  font-weight: normal;
}

.hero a {
  color: #000000;
  text-decoration: none;
  margin-left: 15px;
}

.hero a img {
  margin-right: 9px;
  width: 6%;
}

.star_img {
  width: 22%;
  margin-bottom: 20px;
}

.app_img {
  width: 42%;
  position: absolute;
  right: 0px;
  bottom: 0;
}

.border-right {
  border-right: 1px solid #123062;
  margin-right: 15px;
}

.social_icons {
  display: flex;
  gap: 0px;
}

.social_icons img {
  width: 55%;
}

.signup_bg {
  background-image: url("../images/bg10.jpeg");
  background-size: cover;
  height: 100vh;
}

.signup_bg .p-20 {
  padding: 40px;
}

.signup_bg .left_block img {
  width: 100%;
  margin-top: 0px;
}

.signup_bg h2 {
  font-size: 35px;
  text-transform: uppercase;
  padding-top: 0px;
  line-height: 38px;
  background: -webkit-linear-gradient(rgba(18, 47, 98, 1), rgba(66, 165, 222, 1));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent
}

.signup_bg h2 span {
  display: block;
}

.form {
  background: #ffffff;
  padding: 80px 60px;
  border-radius: 18px;
  margin-top: 60px;
}

.form h3 {
  color: #000000;
  font-size: 24px;
  text-transform: uppercase;
  margin: 25px 0 10px;
}

.form .form-control {
  margin-bottom: 15px;
  padding: 15px;
  border-radius: 4px;
}

.form .form-control::placeholder {
  color: #b9b9b9;
}

.form .form-control:focus {
  box-shadow: none;
}

.form .btn-solid {
  margin-top: 10px;
}

.form p {
  color: #828282;
  text-align: center;
}

.w-40 {
  width: 40%;
}

.cusm_drop .form-select {
  -bs-form-select-bg-img: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e);
  display: block;
  width: 100%;
  padding: .375rem 2.25rem .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #5c5c5c !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #f5f5f5 !important;
  background-image: var(--bs-form-select-bg-img), var(--bs-form-select-bg-icon, none);
  background-repeat: no-repeat;
  background-position: right .75rem center;
  background-size: 16px 12px;
  border: none;
  border-bottom: 1px solid #7B7B7B;
  border-radius: 0;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  text-transform: uppercase;
}

/* custom styles end */
@media (max-width:1080px) {
  .banner {
    background-image: url("../images/mobile_bg_updated1.jpg");
    background-size: cover;
  }

  .details_block {
    margin-left: 7%;
  }

  .hero h1 {
    font-size: 80px;
  }

  .app .card h1 {
    margin-top: 30px;
  }

  .text h1 {
    font-size: 30px;
  }

  .testt_dec {
    width: 80%;
  }

  .advantages p {
    width: 95%;
  }
}
@media (max-width:840px) {
  .banner {
    background-image: url("../images/mobile_bg_updated1.jpg");
    background-size: cover;
  }

  .details_block {
    margin-left: 7%;
  }

  .hero h1 {
    font-size: 80px;
  }

  .app .card h1 {
    margin-top: 30px;
  }

  .text h1 {
    font-size: 30px;
  }

  .testt_dec {
    width: 80%;
  }

  .advantages p {
    width: 95%;
  }
}

@media (max-width:1180px) {
  .border-top-footer {
    display: flex;
    flex-direction: column;
  }
  .hero .btn {
    background: #123062;
    font-weight: bold;
    font-size: 16px;
  }

  .details_block {
    margin-left: 7%;
  }
  .logo_img {
    width: 60%;
  }
  .info .card h1 {
    font-size: 27px;
  }
  .info .card p {
    font-size: 16px;
  }
  .success .card img {
    padding-top: 0px;
    width: 40%;
  }

  .w-40 {
    width: 60%;
  }

  .form {
    background: #ffffff;
    padding: 30px 20px;
    border-radius: 18px;
    margin-top: 0px;
  }

  .signup_bg .p-20 {
    padding: 10px;
  }

  .intro img {
    height: 30px;
  }

  .advantages img {
    margin-top: 0px;
    padding: 20px;
    width: 30%;
  }

  .nf_img {
    width: 100% !important
  }

  .hero h1 {
    font-size: 50px;
    font-weight: bold;
    line-height: 42px;
  }

  .hero p {
    color: #122F62;
    font-weight: bold;
    text-transform: uppercase;
    font-size:19px;
    margin-bottom: 20px;
    margin-top: 10px;
  }

  .hero h3 {
    font-size: 34px;
    margin-bottom: 0px;
    line-height: 50px;
  }

  .btn-solid {
    padding: 8px 30px;
  }

  .advantages h1 {
    font-size: 30px;
    margin-top: 10px;
  }

  .info .card p {
    margin: 0 0 30px;
  }

  .text h1 {
    font-size: 24px;
    line-height: 32px;
  }

  .success h1 {
    font-size: 25px;
  }

  .success span {
    font-size: 25px;
  }

  .app .card {
    padding: 0;
  }

  .app .card h1 {
    font-size: 24px;
    line-height: 30px;
    margin-top: 20px;
    margin-left: 0;
    text-align: center;
  }

  .app .card p {
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    margin-top: 10px;
    margin-left: 0;
    text-align: left;
    color: #212121;
    margin-bottom: 20px;
  }

  .app_img {
    width: 100%;
    position: static;
  }

  .contact form {
    width: 100%;
  }

  .contact {
    background: #F5F5F5;
    padding: 10px 20px;
    padding-bottom: 10px;
    margin-top: 60px;
  }

  .border-right {
    border: none;
  }

  .contact .card h2 {
    font-size: 22px;
    font-weight: 400;
    line-height: 26px;
    padding-top: 15px;
    text-align: left;
    color: #122F62;
    margin-bottom: 12px;
  }

  .testimonials h1,
  .testimonials span {
    font-size: 30px;
  }

  section {
    padding: 20px 0;
  }

  header .logo {
    max-width: 50%;
    margin-bottom: 10px;
    margin-top: 10px
  }

  .logo-mob {
    max-width: 50%;
  }

  .footer .card .card-footer {
    width: 100%;
  }

  .signup_bg h2 {
    font-size: 24px;
    line-height: 30px;
  }

  .advantages h2 {
    padding-top: 0;
  }

  .advantages p {
    width: 80%;
    line-height: 20px;
  }

  .etutor .card {
    margin-top: 10px;
    padding: 5px;
    border-radius: 25px;
  }

  .etutor .card h2 {
    padding-top: 0;
  }

  .testimonials .card {
    padding: 0;
    margin-top: 0;
    border: 0px solid;
  }

  .contact .card img {
    height: 60px;
    padding: 0;
  }

  .slide-menu-right {
    width: 420px;
  }

  .hero h2 {
    font-size: 36px;
  }
  .app .card h1{
    margin-top: 60px;
  }
  .app{
    padding-top:90px;
  }
}
@media (max-width:480px) {
  .email_text{
    font-size: 13px !important;
  }
  .footer_bottom p{
    padding-bottom: 50px;
  }

}
@media (max-width:390px) {
  .footer_bottom p{
    padding-bottom: 50px;
  }
  .footer_bottom .d-flex {
    flex-direction: column;
  }

  .hero a {
    margin-left: 4px;
  }
}
.pp_content .accordion {
  margin-top: 40px;
}

.pp_content .accordion .card {
  border: none;
  margin-bottom: 20px;
  background: #f8f7f7;
  padding: 10px
}

.pp_content .accordion .card h2 {
  background: url(https://cdn0.iconfinder.com/data/icons/entypo/91/arrow56-512.png) no-repeat calc(100% - 10px) center;
  background-size: 20px;
  cursor: pointer;
  font-size: 14px;

}
.pp_content .accordion h2 {
  padding-right: 30px; /* Ensures space between text and arrow on larger screens */
}
.pp_content .accordion .card h2.collapsed {
  background-image: url(https://cdn0.iconfinder.com/data/icons/arrows-android-l-lollipop-icon-pack/24/expand2-256.png);
  /* margin-left: 5px */
}

.pp_content .accordion .card-body {
  padding-left: 0;
  padding-right: 0;
  font-weight: normal;
  font-size: 15px;
}
.pp_content .accordion .card-body ul{
  margin: 10px 50px;
  font-size: 14px;
}

@media (max-width: 768px) {
  .block_n h3 {
    font-size: 20px;
    margin: 5px 0;
}
.block_n a {
  font-size: 20px;
  color: #123062;
  text-decoration: none;
}
  .block_n {
    background: #EFF6FA;
    padding: 20px;
    border-radius: 18px;
    min-height: 210px;
    margin-bottom: 30px;
  }
  .quick_links {
    margin-top: 0;
  }
  .pp_content .accordion .card h2 {
    font-size: 13px; /* Adjust font size for mobile */
    padding-right: 35px; /* Increase padding to avoid merging */
    background-position: calc(100% - 15px) center; /* Position arrow with more space */
    background-size: 18px; /* Reduce icon size for mobile */
  }
  
  .pp_content .accordion .card-body {
    font-size: 14px; /* Adjust font size for better readability on mobile */
  }

  .pp_content .accordion .card-body ul {
    margin: 10px 20px; /* Adjust list margins to fit mobile screens */
  }
}
