/* 

    320px—480px: Mobile devices
    481px—768px: iPads, Tablets
    769px—1024px: Small screens, laptops
    1025px—1200px: Desktops, large screens
    1201px and more— Extra large screens, TV

*/

* {
  box-sizing: border-box;
}

@import url("https://fonts.googleapis.com/css2?family=Cabin&family=Poppins&family=Roboto&family=Josefin+Sans&family=Muli&family=Open+Sans");
@import url("https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,wght@0,200;0,300;0,400;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,600;1,700;1,800;1,900&display=swap");
@import url("http://fonts.cdnfonts.com/css/itc-avant-garde-pro-md");
a:hover {
  text-decoration: none;
}

body {
  font-family: "Nunito sans", sans-serif;
}

table {
  table-layout: fixed;
}

/* ================ */
/* ================ */
/* SECTION B STARTS */

.b01 {
  padding: 0 0.2rem;
  margin: 0.5rem 0;
}

.b02 {
  font-size: 1.4rem;
  font-weight: 500;
  padding: 1rem 0;
  color: rgba(255, 255, 255, 0.658);
  min-height: 50px;
  font-family: "Nunito sans", sans-serif;
  cursor: pointer;
}

.b02 i {
  color: #ffeaba;
  font-size: 2rem;
  padding: 0.7rem 0;
}

.b02:hover {
  color: #fff;
}

.b03 {
  background: url(../images/uncram-best-online-test-series.webp);
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-box-shadow: 0px 5px 10px -3px rgba(230, 230, 235, 1);
  -moz-box-shadow: 0px 5px 10px -3px rgba(230, 230, 235, 1);
  box-shadow: 0px 5px 10px -3px rgba(230, 230, 235, 1);
  border-radius: 10px;
  margin-top: 1rem;
  padding: 5rem 4.5rem 0rem 4.5rem;
  z-index: 999;
  min-height: 560px;
}

.b031 {
  background: white;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  height: 90vh;
}

.b04 {
  color: #000066;
  font-weight: 700;
  font-size: 58px;
  font-family: "Nunito sans", sans-serif;
  line-height: 1.2;
  margin-bottom: 0;
}

.b05 {
  color: #000066;
  font-size: 64px;
}

.b04-ca {
  color: #000066;
  font-weight: 750;
  font-size: 58px;
  font-family: "Nunito sans", sans-serif;
  line-height: 1.2;
  margin-bottom: 0;
}

.b05-ca {
  color: #000066;
  font-size: 64px;
}

.b0004 {
  color: #005fd2;
  font-weight: 700;
  font-size: 5rem;
  font-family: "Nunito sans", sans-serif;
  line-height: 1.2;
  margin-top: 10rem;
  margin-bottom: -33px;
}

.b06 {
  color: #005fd2;
  font-size: 2.3rem;
  font-weight: 600;
}

.b07 {
  margin-top: 4rem;
}

.b08 {
  margin-bottom: 1rem;
  padding-right: 2.5rem;
  padding-left: 2.5rem;
}

.b09 {
  padding: 3rem 2rem;
  border-radius: 5px;
  background: #fff;
  -webkit-box-shadow: 0px 7px 12px 0px rgb(230, 230, 230);
  -moz-box-shadow: 0px 7px 12px 0px rgb(230, 230, 230);
  box-shadow: 0px 7px 12px 0px rgb(230, 230, 230);
}

.b10 {
  font-size: 2.8rem;
}

.b11 {
  color: #7fa0de;
}

.b12 {
  color: #7fa0de;
}

.b13 {
  color: #7fa0de;
}

.b14-1 {
  font-size: 1.5rem;
  color: #444;
}
.b14-2 {
  font-size: 1.8rem;
  color: #444;
  display: none;
}

.b15 {
  margin-top: 4rem;
}

.b16 {
  align-self: center;
  border-style: solid;
  border-width: 1px;
  box-shadow: rgba(132, 132, 132, 0.2) 15px 28px 25px -18px;
  box-sizing: border-box;
  font-weight: 600;
  cursor: pointer;
  display: inline-block;
  font-size: 1.6rem;
  line-height: 23px;
  outline: none;
  padding: 0.7rem 1.5rem;
  margin: 0.4rem;
  border-radius: 5px;
  transition: all ease-in-out 0.1s;
}

.b16:hover {
  box-shadow: rgba(0, 0, 0, 0.3) 2px 8px 8px -5px;
}

.b16:focus {
  box-shadow: rgba(0, 0, 0, 0.3) 2px 8px 4px -6px;
}

.b17 {
  background-color: #000066;
  border-color: #000066;
  color: #fff;
}

.b18 {
  background-color: #ffffffbb;
  border-color: #1b2945;
  color: #000066;
}

/* ============================== */
/* SECTION B RESPONSIVE STARTS */

/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
  .b03 {
    padding: 4rem 0.5rem;
    min-height: auto;
    background: url(../images/best-learning-platform-back-mob.webp);
    background-size: cover;
  }
  .b04 {
    font-size: 2.8rem;
  }
  .b05 {
    font-size: 2.4rem;
  }
  .b06 {
    font-size: 1.4rem;
  }
  .b07 {
    padding-left: 0rem;
    padding-right: 0rem;
    margin-top: 2rem;
  }
  .b08 {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .b09 {
    padding: 1.5rem 0rem;
  }
  .b10 {
    font-size: 2rem;
  }
  .b19 {
    padding: 0rem;
  }
  .b14-1 {
    display: none;
  }
  .b14-2 {
    display: block;
    font-size: 1.15rem;
  }
  .b15 {
    margin-top: 2rem;
  }
  .b16 {
    font-size: 1.3rem;
    line-height: 23px;
    padding: 0.3rem 1rem;
    margin: 0.4rem;
  }
  .b031 {
    height: auto;
  }

  .b04-ca {
    font-size: 2.2rem;
  }
  .b05-ca {
    font-size: 2.2rem;
  }
  .b0004 {
    font-size: 4rem;
    margin-top: 2rem;
  }
}

/* Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {
  .some-class {
    display: block;
  }
  .b031 {
    height: auto;
  }
}

/* Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {
  .some-class {
    display: block;
  }
  .b031 {
    height: auto;
  }
}

/* Large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) {
  .some-class {
    display: block;
  }
}

/* SECTION B RESPONSIVE ENDS */
/* ========================= */

/* SECTION B ENDS */
/* ============== */
/* ============== */

/* ================ */
/* ================ */
/* SECTION C STARTS */

.c01 {
  margin: 0rem -1.5rem 0rem -1.5rem;
  padding-bottom: 5rem;
  background: #fff;
}
.c02 {
  background: #fff;
  top: -2rem;
  padding: 0;
}
.c03 {
  padding: 0;
  margin-top: 8rem;
}
.c04 {
  margin-bottom: 4rem;
  font-size: 3.5rem;
  font-weight: 800;
  color: #1b2945;
}
.c05 {
  padding: 2rem 1rem 1rem 1rem;
  border-radius: 10px;
}
.c06 {
  cursor: default;
}
.c07 {
  background: #eee;
  border-radius: 5px;
  padding: 2.5rem 1.5rem;
}
.c08 {
  width: 7rem;
  height: 7rem;
}
.c09 {
  font-size: 2.1rem;
  margin-bottom: 0;
}
.c10 {
  font-size: 4rem;
  margin-bottom: 0;
  color: #7fa0de;
  font-weight: 700;
}
.c11-1 {
  font-size: 2.7rem;
  margin-bottom: 0;
}
.c11-2 {
  color: #000066;
  font-weight: 700;
}
.c12 {
  font-size: 3.5rem;
  text-align: center;
  margin-bottom: 0;
  color: #1b2945;
}
.c13 {
  font-size: 3.9rem;
  text-align: center;
  margin-bottom: 0;
  color: #7fa0de;
  font-weight: 700;
}
.c14 {
  font-size: 1.7rem;
  text-align: center;
  margin-bottom: 0;
  color: #1b2945;
}
.c15 {
  font-size: 2.1rem;
  text-align: center;
  margin-bottom: 0;
  color: #1b2945;
  padding-top: 1rem;
}
.c16 {
  font-size: 4rem;
  text-align: center;
  margin-bottom: 0;
  color: #7fa0de;
  font-weight: 700;
}
.c17 {
  font-size: 2.3rem;
  text-align: center;
  margin-bottom: 0;
  color: #1b2945;
}
.c18 {
  background: #fff;
  border-radius: 10px;
  padding: 2rem;
  margin-top: 5rem;
  border: 1px solid #ddd;
  text-align: center;
}
.c19 {
  color: #bf2f2f;
  font-size: 2.7rem;
  padding-top: 1rem;
  font-weight: 600;
}
.c20 {
  align-self: center;
  background-color: #d4e6c1;
  border-style: solid;
  border-width: 2px;
  border-color: #d4e6c1;
  box-shadow: rgba(0, 0, 0, 0.1) 15px 28px 25px -18px;
  box-sizing: border-box;
  color: rgb(7, 11, 48);
  font-weight: 500;
  cursor: pointer;
  display: inline-block;
  font-size: 1.4rem;
  line-height: 23px;
  outline: none;
  padding: 0.8rem 1.5rem;
  margin: 0.4rem;
  border-radius: 2px;
}
.c20:hover {
  box-shadow: rgba(0, 0, 0, 0.3) 2px 8px 8px -5px;
  color: #1b2945;
}
.c20:focus {
  box-shadow: rgba(0, 0, 0, 0.3) 2px 8px 4px -6px;
  color: #1b2945;
}
.c21 {
  width: 2.5rem;
  height: 2.5rem;
}
.c22 {
  background-color: #fff;
  width: 100%;
  height: auto;
  border: 1px solid #eee;
  overflow-x: scroll;
  overflow-y: hidden;
  white-space: nowrap;
  padding: 1.5rem;
  font-weight: 1.6rem;
  color: #27296d;
  font-weight: 600;
}
.c23 {
  padding: 0;
}

/* ============================== */
/* SECTION C RESPONSIVE STARTS */

/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
  .c01 {
    background: #fff;
  }
  .c02 {
    background: #fff;
  }
  .c03 {
    margin-top: 4rem;
  }
  .c04 {
    margin-bottom: 2rem;
    font-size: 2.5rem;
  }
  .c05 {
    padding: 2rem 1rem 1rem 1rem;
  }
  .c06 {
    margin-bottom: 2rem;
    padding-right: 0rem;
    padding-left: 0rem;
    padding-top:4rem;
  }
  .c18 {
    margin-top: 2rem;
  }
  .c22 {
    overflow-x: unset;
    overflow-y: unset;
    white-space: unset;
    font-weight: 600;
    border: none;
    text-align: left;
  }
  .c20 {
    font-size: 1.3rem;
    width: 100%;
    text-align: left;
  }
}

/* Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {
  .some-class {
    display: block;
  }
}

/* Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {
  .some-class {
    display: block;
  }
}

/* Large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) {
  .some-class {
    display: block;
  }
}

/* SECTION C RESPONSIVE ENDS */
/* ========================= */

/* SECTION C ENDS */
/* ============== */
/* ============== */

/* ================ */
/* ================ */
/* SECTION D STARTS */

.d02 {
  padding: 0rem;
}
.d03 {
  margin-bottom: 1rem;
  padding: 0;
  margin-top: 2rem;
}
.d04 {
  padding: 2rem;
  border-radius: 5px;
  background: #f3ffe7;
}
.d05 {
  font-size: 2.6rem;
  font-weight: 600;
  color: #1b2945;
}
.d06 {
  color: #09034d;
}
.d07 {
  font-size: 3rem;
}
.d08 {
  color: #09034d;
}
.d09 {
  width: 3rem;
  height: 3rem;
  margin-bottom: 1rem;
}

/* ============================== */
/* SECTION D RESPONSIVE STARTS */

/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
}

/* Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {
  .some-class {
    display: block;
  }
}

/* Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {
  .some-class {
    display: block;
  }
}

/* Large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) {
  .some-class {
    display: block;
  }
}

/* SECTION D RESPONSIVE ENDS */
/* ========================= */

/* SECTION D ENDS */
/* ============== */
/* ============== */

/* ================ */
/* ================ */
/* SECTION D-2 STARTS */

.d202 {
  padding: 0rem;
}
.d203 {
  margin-bottom: 1rem;
  padding: 0;
  margin-top: 4rem;
}
.d204 {
  padding: 2rem;
  border-radius: 15px;
  background: #e7edff;
}
.d205 {
  font-size: 2.7rem;
  font-weight: 600;
  color: #1b2945;
}
.d206 {
  color: #3bbc56;
  font-size: 40px;
  font-weight: bold;
}
.d207 {
  font-size: 3rem;
}
.d208 {
  color: #09034d;
}
.d209 {
  width: 3rem;
  height: 3rem;
  margin-bottom: 1rem;
}

.d0205 {
  display: none;
}

/* ============================== */
/* SECTION D-2 RESPONSIVE STARTS */

/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
  .d205 {
    display: none;
  }
  .d0205 {
    display: block;
    font-size: 2.3rem;
    font-weight: 600;
    color: #1b2945;
  }
  .d0206 {
    color: #d92248;
    font-size: 2.2rem;
  }
  .d0207 {
    font-size: 1.6rem;
  }
  .d0208 {
    color: #09034d;
  }
  .d0209 {
    width: 3rem;
    height: 3rem;
    margin-bottom: 1rem;
  }
}

/* Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {
  .some-class {
    display: block;
  }
}

/* Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {
  .some-class {
    display: block;
  }
}

/* Large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) {
  .some-class {
    display: block;
  }
}

/* SECTION D-2 RESPONSIVE ENDS */
/* ========================= */

/* SECTION D-2 ENDS */
/* ============== */
/* ============== */

/* ================ */
/* ================ */
/* SECTION E STARTS */
.e01 {
  margin: 7rem 0 7rem 0;
}
.e02 {
  margin-bottom: 2rem;
  font-size: 3.5rem;
  font-weight: 800;
  color: #1b2945;
}
.e03 {
  width: 4%;
  height: 4px;
  display: block;
  margin-top: 2rem;
  margin-left: auto;
  margin-right: auto;
  border-radius: 10px;
  margin-bottom: 4rem;
  background-color: #214c63;
}
.e04 {
  margin-top: 2rem;
}
.e05 {
  margin-bottom: 1.5rem;
}
.e06 {
  width: 10rem;
}
.e07 {
  color: #064570;
  font-size: 1.5rem;
  font-weight: 600;
}

/* ============================== */
/* SECTION E RESPONSIVE STARTS */

/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
  .e01 {
    margin: 5rem 0 5rem 0;
  }
  .e02 {
    font-size: 2.8rem;
    line-height: 35px;
  }
  .e03 {
    width: 10%;
  }
}

/* Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {
  .some-class {
    display: block;
  }
}

/* Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {
  .some-class {
    display: block;
  }
}

/* Large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) {
  .some-class {
    display: block;
  }
}

/* SECTION E RESPONSIVE ENDS */
/* ========================= */

/* SECTION E ENDS */
/* ============== */
/* ============== */

/* ================ */
/* ================ */
/* SECTION F STARTS */

.wrapper {
  width: 100%;
  height: auto;
  overflow: hidden;
  padding: 10px 0;
}
.owl-carousel .owl-item img {
  display: block;
}
.f01 {
  margin: 5rem -15px 25px -15px;
}
.f02 {
  font-size: 3em;
  color: #1b2945;
  font-weight: 800;
  margin-top: 30px;
  font-family: "Nunito Sans", sans-serif;
  margin-bottom: 0;
}
.f03 {
  width: 4%;
  height: 4px;
  display: block;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 10px;
  margin-bottom: 20px;
  background-color: #214c63;
}
.f04 {
  padding: 0 10px;
}
.f05 {
  padding: 15px;
  background-color: #fff;
  background-size: 100%;
  font-family: "Nunito sans", sans-serif;
  border-radius: 15px;
  -webkit-box-shadow: 0px 0px 14px -4px rgba(176, 176, 176, 1);
  -moz-box-shadow: 0px 0px 14px -4px rgba(176, 176, 176, 1);
  box-shadow: 0px 0px 14px -4px rgba(176, 176, 176, 1);
}
.f05:hover .f07 {
  /*border: 1px solid #5cc2e9;*/
}
.f06 {
  padding: 0;
}
.f07 {
  width: 100%;
  height: 140px;
  /*border: 2px dotted #5cc2e9;*/
  padding: 2px;
  border-radius: 5%;
}

.testimonial-img-text {
  display: flex;
  align-items: center;
}

.f08 {
  color: #d92248;
  text-align: left;
  font-size: 1.8rem;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  padding-left: 15px;
  font-weight: bolder;
}
.f09 {
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: 1.5rem;
  line-height: 25px;
  text-align: justify;
  color: #555;
  margin-top: 15px;
}

/* ============================== */
/* SECTION F RESPONSIVE STARTS */

/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
  .f02 {
    font-size: 3rem;
  }
  .f03 {
    width: 10%;
  }
}

/* Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {
  .some-class {
    display: block;
  }
}

/* Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {
  .some-class {
    display: block;
  }
}

/* Large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) {
  .some-class {
    display: block;
  }
}

/* SECTION F RESPONSIVE ENDS */
/* ========================= */

/* SECTION F ENDS */
/* ============== */
/* ============== */

/* ================ */
/* ================ */
/* SECTION G STARTS */
.g01 {
  margin: 50px 0 60px 0;
}
.g02 {
  padding: 0rem;
}
.g03 {
  width: 100%;
}
.g04 {
  font-weight: 700;
  margin-bottom: 0rem;
}
.g05 {
  color: #ccc;
  font-size: 2.8rem;
  margin-bottom: 2rem;
}
.g06 {
  padding: 0;
}
.g07 {
  font-size: 1.5rem;
  color: #1b2945;
}
.g08 {
  width: 15px;
  height: 15px;
}
.g09 {
  padding: 0rem;
  margin-top: 2rem;
}
.g10 {
  background: #09034d;
  border: none;
}

/* ============================== */
/* SECTION G RESPONSIVE STARTS */

/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
  .g01 {
    margin-top: 3rem;
    margin-bottom: 4rem;
  }
  .g001 {
    padding: 0rem;
  }
  .g002 {
    padding: 0rem;
  }
  .g03 {
    display: none;
  }
  .g04 {
    text-align: left;
    font-size: 3.2rem;
  }
  .g05 {
    text-align: left;
    font-size: 2.6rem;
  }
}

/* Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {
  .some-class {
    display: block;
  }
}

/* Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {
  .some-class {
    display: block;
  }
}

/* Large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) {
  .some-class {
    display: block;
  }
}

/* SECTION G RESPONSIVE ENDS */
/* ========================= */

/* SECTION G ENDS */
/* ============== */
/* ============== */

/* ///////////////////////////////////////////////////// */
/* ///////////////////////////////////////////////////// */
/* ========== UNCRAM EXAM PREPERATION PRODUCTS ========= */
/* ///////////////////////////////////////////////////// */
/* ///////////////////////////////////////////////////// */

/* ================= */
/* ================= */
/* SECTION AA STARTS */

.aa01 {
  margin-top: 8rem;
  margin-bottom: 0rem;
}
.aa02 {
  font-weight: 800;
  margin-bottom: 3rem;
      margin-top: 30px;
}
.aa03 {
  color: #09034d;
}
.aa04 {
  background-color: #fff;
  width: 100%;
  height: auto;
  border: 1px solid #eee;
  overflow-x: scroll;
  overflow-y: hidden;
  white-space: nowrap;
  padding: 1.5rem;
  font-weight: 1.6rem;
  color: #27296d;
  font-weight: 600;
  margin-bottom: 2rem;
}
.aa05 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  color: #1e1e73;
}
.aa06 {
  background: #eee;
  border-radius: 5px;
  padding: 1rem;
}
.aa07 {
  border: 1px solid #eee;
  padding: 3.5rem 2rem 2rem 2rem;
  margin-bottom: 3rem;
}
.aa08 {
  padding: 0rem;
}
.aa09 {
  font-weight: 600;
  font-size: 1.6rem;
  color: #1e1e73;
}
.aa10 {
  color: #999;
  font-size: 1.2rem;
}
.aa11 {
  font-weight: 600;
  font-size: 1.6rem;
}
.aa12 {
  color: #09034d;
  font-weight: 600;
}
.aa13 {
  cursor: pointer;
}
.aa14 {
  background: #eee;
  padding: 15px 15px 5px 15px;
  margin-bottom: 30px;
}
.aa15 {
  padding: 0;
}
.aa16 {
  font-weight: 600;
  font-size: 1.6rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #1e1e73;
  margin-bottom: 0;
}
.aa17 {
  margin-bottom: 0px;
  width: 30px;
  height: 30px;
}
.aa18 {
  color: #999;
  font-size: 1.2rem;
  padding-left: 35px;
}
.aa19 {
  padding-left: 0;
  padding-right: 0;
  margin-top: 1.3rem;
  margin-bottom: 1rem;
}
.aa020 {
  font-size: 1.2rem;
}
.aa20 {
  font-weight: 700;
  font-size: 1.2rem;
}
.aa21 {
  font-weight: 700;
  color: #239d2b;
  font-size: 1.2rem;
}
.aa22 {
  padding: 0;
  margin-top: 10px;
  color: #09034d;
  font-weight: 600;
  border-top: 1px solid #ccc;
  padding-top: 5px;
}

/* ============================ */
/* SECTION AA RESPONSIVE STARTS */

/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
  .aa02 {
    font-size: 2.8rem;
  }
  .aa07 {
    padding: 3rem 1rem 1rem 1rem;
  }
  .aa020 {
    font-size: 1.4rem;
  }
  .aa20 {
    font-size: 1.4rem;
  }
  .aa21 {
    font-size: 1.3rem;
  }
}

/* Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {
  .some-class {
    display: block;
  }
}

/* Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {
  .some-class {
    display: block;
  }
}

/* Large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) {
  .some-class {
    display: block;
  }
}

/* SECTION AA RESPONSIVE ENDS */
/* ========================== */

/* SECTION AA ENDS */
/* =============== */
/* =============== */

/* ================= */
/* ================= */
/* SECTION BB STARTS */

.bb01 {
  background: url("../images/UNCRAM TEST SERIES FOR CA - 2.webp");
  background-size: cover;
  background-repeat: no-repeat;
  padding: 20px 0;
}
.bb02 {
  text-align: center;
}
.bb03 {
  padding: 0rem;
}
.bb04 {
  text-align: center;
  font-size: 2.2rem;
  color: #070564;
}
.bb05 {
  font-weight: 700;
}
.bb06 {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 0;
  font-size: 3.6rem;
}
.bb07 {
  font-size: 5rem;
  font-weight: 700;
  color: #070564;
  margin-top: 3px;
  margin-bottom: 3px;
}
.bb08 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4.3rem;
}
.bb09 {
  font-weight: 700;
  color: #7abf31;
}
.bb10 {
  margin-top: 40px;
}
.bb11 {
  align-self: center;
  background-color: #1b2945bb;
  border-style: solid;
  border-width: 2px;
  border-color: #1b2945;
  box-shadow: rgba(0, 0, 0, 0.2) 15px 28px 25px -18px;
  box-sizing: border-box;
  color: #fff;
  font-weight: 600;
  cursor: pointer;
  display: inline-block;
  font-size: 1.6rem;
  line-height: 23px;
  outline: none;
  padding: 0.7rem 1.5rem;
  margin: 4px;
  border-radius: 5px;
  width: 50%;
}
.bb11:hover {
  box-shadow: rgba(0, 0, 0, 0.3) 2px 8px 8px -5px;
}
.bb11:focus {
  box-shadow: rgba(0, 0, 0, 0.3) 2px 8px 4px -6px;
}

/* ============================ */
/* SECTION BB RESPONSIVE STARTS */

/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
  .bb02 {
    padding: 0rem;
  }
  .bb06 {
    font-size: 2.5rem;
  }
  .bb07 {
    font-size: 6rem;
  }
  .bb08 {
    font-size: 3.5rem;
  }
}

/* Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {
  .some-class {
    display: block;
  }
}

/* Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {
  .some-class {
    display: block;
  }
}

/* Large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) {
  .some-class {
    display: block;
  }
}

/* SECTION BB RESPONSIVE ENDS */
/* ========================== */

/* SECTION BB ENDS */
/* =============== */
/* =============== */

/* ================= */
/* ================= */
/* SECTION CC STARTS */

.cc01 {
  margin-top: 40px;
  margin-bottom: 40px;
}
.cc02 {
  padding: 0rem 1rem;
}
.cc03 {
  margin-bottom: 40px;
  font-size: 3.5rem;
  font-weight: 800;
  color: #1b2945;
  text-align: center;
}
.cc04 {
  padding: 20px 10px 10px 10px;
  border-radius: 10px;
}
.cc05 {
  cursor: default;
}
.cc06 {
  background: #eee;
  border-radius: 5px;
  padding: 25px 15px;
  min-height: 240px;
  max-height: 240px;
}
.cc07 {
  width: 70px;
  height: 90px;
}
.cc08 {
  font-size: 1.5rem;
  margin-bottom: 0;
  text-align: justify;
  font-weight: 600;
  padding-top: 15px;
}

/* ============================ */
/* SECTION CC RESPONSIVE STARTS */

/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
  .cc03 {
    font-size: 3.2rem;
  }
  .cc06 {
    margin-bottom: 2.5rem;
    min-height: auto;
    padding: 3rem 2rem;
  }
  .cc07 {
    width: 70px;
    height: 100px;
  }
}

/* Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {
  .some-class {
    display: block;
  }
}

/* Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {
  .some-class {
    display: block;
  }
}

/* Large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) {
  .some-class {
    display: block;
  }
}

/* SECTION CC RESPONSIVE ENDS */
/* ========================== */

/* SECTION CC ENDS */
/* =============== */
/* =============== */

/* ================= */
/* ================= */
/* SECTION DD STARTS */

.dd01 {
  margin-top: 30px;
  margin-bottom: 30px;
}
.dd02 {
  margin-bottom: 30px;
}
.dd03 {
  padding-left: 0px;
  padding-right: 0px;
}
.dd04 {
  margin-bottom: 40px;
  font-size: 3.5rem;
  font-weight: 800;
  color: #1b2945;
  text-align: center;
}
.dd05 {
  padding-left: 0px;
  padding-right: 0px;
}
.dd06 {
  width: 50%;
  height: 300px;
}

/* ============================ */
/* SECTION DD RESPONSIVE STARTS */

/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
  .dd04 {
    font-size: 3rem;
  }
  .dd06 {
    width: 100%;
    height: 250;
  }
}

/* Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {
  .some-class {
    display: block;
  }
}

/* Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {
  .some-class {
    display: block;
  }
}

/* Large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) {
  .some-class {
    display: block;
  }
}

/* SECTION DD RESPONSIVE ENDS */
/* ========================== */

/* SECTION DD ENDS */
/* =============== */
/* =============== */

/* ================= */
/* ================= */
/* SECTION EE STARTS */

.ee01 {
  padding: 0rem;
}
.ee02 {
  margin-top: 40px;
  margin-bottom: 40px;
}
.ee03 {
  margin-bottom: 20px;
  font-size: 2.8rem;
  font-weight: 700;
  color: #060561;
  text-align: center;
}
.ee04 {
  text-align: justify;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 2rem;
  line-height: 1.5;
}
.ee05 {
  align-self: center;
  background-color: #1b2945bb;
  border-style: solid;
  border-width: 2px;
  border-color: #1b2945;
  box-shadow: rgba(0, 0, 0, 0.2) 15px 28px 25px -18px;
  box-sizing: border-box;
  color: #fff;
  font-weight: 600;
  cursor: pointer;
  display: inline-block;
  font-size: 1.6rem;
  line-height: 23px;
  outline: none;
  padding: 0.7rem 1.5rem;
  margin: 4px;
  border-radius: 5px;
}
.ee05:hover {
  box-shadow: rgba(0, 0, 0, 0.3) 2px 8px 8px -5px;
}
.ee05:focus {
  box-shadow: rgba(0, 0, 0, 0.3) 2px 8px 4px -6px;
}

/* ============================ */
/* SECTION EE RESPONSIVE STARTS */

/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
}

/* Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {
  .some-class {
    display: block;
  }
}

/* Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {
  .some-class {
    display: block;
  }
}

/* Large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) {
  .some-class {
    display: block;
  }
}

/* SECTION EE RESPONSIVE ENDS */
/* ========================== */

/* SECTION EE ENDS */
/* =============== */
/* =============== */

/* ================= */
/* ================= */
/* SECTION FF STARTS */

.ff01 {
  margin-top: 20px;
  margin-bottom: 20px;
}
.ff02 {
  padding: 0rem 1.5rem;
}
.ff03 {
  background: #fff;
  border-radius: 10px;
  padding: 20px;
  border: 1px solid #ddd;
}
.ff04 {
  color: #bf2f2f;
  font-size: 2.3rem;
  font-weight: 700;
}
.ff05 {
  align-self: center;
  background-color: #d4e6c1;
  border-style: solid;
  border-width: 2px;
  border-color: #d4e6c1;
  box-shadow: rgba(0, 0, 0, 0.1) 15px 28px 25px -18px;
  box-sizing: border-box;
  color: rgb(7, 11, 48);
  font-weight: 500;
  cursor: pointer;
  display: inline-block;
  font-size: 1.4rem;
  line-height: 23px;
  outline: none;
  padding: 0.8rem 1.5rem;
  margin: 4px;
  border-radius: 2px;
}
.ff05:hover {
  box-shadow: rgba(0, 0, 0, 0.3) 2px 8px 8px -5px;
  color: #1b2945;
}
.ff05:focus {
  box-shadow: rgba(0, 0, 0, 0.3) 2px 8px 4px -6px;
  color: #1b2945;
}
.ff06 {
  width: 25px;
  height: 25px;
}

/* ============================ */
/* SECTION FF RESPONSIVE STARTS */

/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
}

/* Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {
  .some-class {
    display: block;
  }
}

/* Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {
  .some-class {
    display: block;
  }
}

/* Large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) {
  .some-class {
    display: block;
  }
}

/* SECTION FF RESPONSIVE ENDS */
/* ========================== */

/* SECTION FF ENDS */
/* =============== */
/* =============== */

/* ================= */
/* ================= */
/* SECTION GG STARTS */

.gg01 {
  background: #fff;
  border-radius: 10px;
  padding: 20px;
  margin-top: 100px;
  border: 1px solid #ddd;
  margin-bottom: 20px;
}
.gg02 {
  color: #bf2f2f;
  font-size: 2.3rem;
  padding-right: 20px;
}
.gg03 {
  align-self: center;
  background-color: #d4e6c1;
  border-style: solid;
  border-width: 2px;
  border-color: #d4e6c1;
  box-shadow: rgba(0, 0, 0, 0.1) 15px 28px 25px -18px;
  box-sizing: border-box;
  color: rgb(7, 11, 48);
  font-weight: 500;
  cursor: pointer;
  display: inline-block;
  font-size: 1.4rem;
  line-height: 23px;
  outline: none;
  padding: 0.8rem 1.5rem;
  margin: 4px;
  border-radius: 2px;
}
.gg03:hover {
  box-shadow: rgba(0, 0, 0, 0.3) 2px 8px 8px -5px;
  color: #1b2945;
}
.gg03:focus {
  box-shadow: rgba(0, 0, 0, 0.3) 2px 8px 4px -6px;
  color: #1b2945;
}
.gg04 {
  width: 25px;
  height: 25px;
}

/* ============================ */
/* SECTION GG RESPONSIVE STARTS */

/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
  .gg03 {
    width: 100%;
    text-align: left;
    font-size: 1.3rem;
  }
}

/* Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {
  .some-class {
    display: block;
  }
}

/* Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {
  .some-class {
    display: block;
  }
}

/* Large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) {
  .some-class {
    display: block;
  }
}

/* SECTION GG RESPONSIVE ENDS */
/* ========================== */

/* SECTION GG ENDS */
/* =============== */
/* =============== */

/* ================== */
/* ================== */
/* SECTION AAA STARTS */

.aaa001 {
  margin-top: 8rem;
  margin-bottom: 6rem;
}
.aaa01 {
  margin-top: 3rem;
  margin-bottom: 3rem;
  padding: 2rem;
}
.aaa03 {
  width: 50%;
}
.aaa06 {
  padding: 0 0 5px 0;
  border-bottom: 1px solid #eee;
  margin-bottom: 15px;
}
.aaa07 {
  font-weight: 600;
  font-size: 2.7rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #1e1e73;
  margin-bottom: 0;
}
.aaa08 {
  color: #999;
  font-size: 1.2rem;
  padding-left: 5px;
}
.aaa10 {
  padding-right: 0px;
  padding-left: 0px;
  margin-bottom: 15px;
}
.aaa11 {
  font-weight: 700;
  font-size: 2rem;
  padding-right: 5px;
  padding-left: 0px;
}
.aaa12 {
  font-weight: 700;
  color: #239d2b;
  padding-right: 10px;
  padding-left: 0px;
  font-size: 1.7rem;
}
.aaa13 {
  padding-right: 5px;
  padding-left: 0px;
}
.aaa14 {
  padding: 15px 0;
  color: #09034d;
  font-weight: 600;
  font-size: 1.6rem;
}
.aaa15 {
  cursor: pointer;
  border: 1px solid #09034d;
  padding: 0.7rem 1.5rem;
  border-radius: 5px;
}
.aaa16 {
  padding-left: 0px;
  padding-right: 0;
  margin-top: 10px;
  margin-bottom: 10px;
}
.aaa17 {
  font-weight: 600;
  font-size: 1.6rem;
}
.aaa18 {
  font-size: 1.5rem;
  color: #555;
}

/* ============================ */
/* SECTION AAA RESPONSIVE STARTS */

/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
  .aaa01 {
    padding: 0rem;
  }
  .aaa04 {
    padding: 0rem;
  }
}

/* Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {
  .some-class {
    display: block;
  }
}

/* Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {
  .some-class {
    display: block;
  }
}

/* Large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) {
  .some-class {
    display: block;
  }
}

/* SECTION AAA RESPONSIVE ENDS */
/* ========================== */

/* SECTION AAA ENDS */
/* ================ */
/* ================ */

/* ================== */
/* ================== */
/* SECTION BBB STARTS */

.bbb01 {
  margin-top: 0rem;
}
.bbb02 {
  font-weight: 700;
  font-size: 2.4rem;
  color: #1b2945;
  margin-bottom: 40px;
  padding-left: 15px;
  padding-right: 15px;
}
.bbb03 {
  margin-bottom: 20px;
}
.bbb04 {
  background: #eee;
  padding: 15px 15px 5px 15px;
}
.bbb05 {
  font-weight: 600;
  font-size: 1.6rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #1e1e73;
  margin-bottom: 0;
}
.bbb06 {
  width: 30px;
  height: 30px;
  margin-bottom: 0px;
}
.bbb07 {
  color: #999;
  font-size: 1.2rem;
  padding-left: 35px;
}
.bbb08 {
  padding-left: 0;
  padding-right: 0;
  margin-top: 1.3rem;
  margin-bottom: 1rem;
}
.bbb09 {
  font-weight: 700;
  font-size: 1.6rem;
}
.bbb10 {
  font-weight: 700;
  color: #239d2b;
}
.bbb11 {
  padding: 0;
  margin-top: 10px;
  color: #09034d;
  font-weight: 600;
  border-top: 1px solid #ccc;
  padding-top: 5px;
}
.bbb12 {
  cursor: pointer;
}

/* ============================ */
/* SECTION BBB RESPONSIVE STARTS */

/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
  .bbb01 {
    padding: 0rem;
    margin-top: 0rem;
  }
}

/* Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {
  .some-class {
    display: block;
  }
}

/* Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {
  .some-class {
    display: block;
  }
}

/* Large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) {
  .some-class {
    display: block;
  }
}

/* SECTION BBB RESPONSIVE ENDS */
/* ========================== */

/* SECTION BBB ENDS */
/* ================ */
/* ================ */

.heading-under-line {
  width: 4%;
  height: 4px;
  display: block;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 10px;
  margin-bottom: 20px;
  background-color: #214c63;
}

.top-hed-menu {
  border-bottom: 1px solid #d1d1d1;
  font-family: "Nunito sans", sans-serif;
}
.top-hed-menu .container ul {
  padding: 0 10px;
}
.top-hed-menu ul {
  display: flex;
  list-style: none;
  justify-content: start;
  overflow-x: auto;
  margin-top: 5px;
  margin-bottom: 5px;
}
.top-hed-menu ul li {
  margin-right: 30px;
}
.top-hed-menu ul li:nth-child(1) a {
  color: #fff;
}
.top-hed-menu ul li a {
  font-size: 12px;
  font-weight: 700;
  color: #938e8e;
  white-space: nowrap;
  padding: 7px 0;
  display: block;
  line-height: 1.4;
}
.top-hed-menu .container ul {
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.top-hed-menu .container ul::-webkit-scrollbar {
  display: none;
}

/* CSS */
.button-52 {
  align-self: center;
  background-color: #05bcfe88;
  border-style: solid;
  border-width: 2px;
  border-color: #09034d;
  box-shadow: rgba(0, 0, 0, 0.2) 15px 28px 25px -18px;
  box-sizing: border-box;
  color: #fff;
  font-weight: 600;
  cursor: pointer;
  display: inline-block;
  font-size: 1.6rem;
  line-height: 23px;
  outline: none;
  padding: 0.7rem 1.5rem;
  margin: 4px;
  border-radius: 5px;
}

.button-52:hover {
  box-shadow: rgba(0, 0, 0, 0.3) 2px 8px 8px -5px;
}

.button-52:focus {
  box-shadow: rgba(0, 0, 0, 0.3) 2px 8px 4px -6px;
}

.button-53 {
  align-self: center;
  background-color: #919193;
  border-style: solid;
  border-width: 2px;
  border-color: #67676a;
  box-shadow: rgba(0, 0, 0, 0.2) 15px 28px 25px -18px;
  box-sizing: border-box;
  color: #fff;
  font-weight: 600;
  cursor: pointer;
  display: inline-block;
  font-size: 1.4rem;
  line-height: 23px;
  outline: none;
  padding: 0.6rem 1.5rem;
  margin: 4px;
  border-radius: 5px;
}

.button-53:hover {
  box-shadow: rgba(0, 0, 0, 0.3) 2px 8px 8px -5px;
}

.button-53:focus {
  box-shadow: rgba(0, 0, 0, 0.3) 2px 8px 4px -6px;
}

.button-54 {
  align-self: center;
  background-color: #d4e6c1;
  border-style: solid;
  border-width: 2px;
  border-color: #d4e6c1;
  box-shadow: rgba(0, 0, 0, 0.1) 15px 28px 25px -18px;
  box-sizing: border-box;
  color: rgb(7, 11, 48);
  font-weight: 500;
  cursor: pointer;
  display: inline-block;
  font-size: 1.4rem;
  line-height: 23px;
  outline: none;
  padding: 0.8rem 1.5rem;
  margin: 4px;
  border-radius: 2px;
}

.button-54:hover {
  box-shadow: rgba(0, 0, 0, 0.3) 2px 8px 8px -5px;
  color: #1b2945;
}

.button-54:focus {
  box-shadow: rgba(0, 0, 0, 0.3) 2px 8px 4px -6px;
  color: #1b2945;
}

.exam-prep-2:hover {
  color: #2874f0;
}

.scroll-bar-ep {
  background-color: #fff;
  width: 100%;
  height: auto;
  border: 1px solid #eee;
  overflow-x: scroll;
  overflow-y: hidden;
  white-space: nowrap;
  padding: 1.5rem;
  font-weight: 1.6rem;
  color: #27296d;
  font-weight: 600;
}

/*================================== FINAL CSS NAV ==========================*/

.show {
  display: block;
}
.cart-mobbb {
  display: none;
}
.cart-desk {
  display: block;
}

.navbar-default {
  background: #fff;
  min-height: 62px;
  padding-top: 1%;
  padding-right: 1%;
  border-top: 8px solid #172050;
}
.navbar-default .navbar-nav li a {
  color: #001437;
  font-size: 1.1em;
  font-weight: 700;
  font-family: "Nunito sans", sans-serif;
}
.navbar-default .navbar-nav li a i {
  color: #bbb;
}
.navbar-default .navbar-nav li a:hover {
  color: #0066ec;
}
.navbar-brand {
  padding: 15px 5px;
}
.brand-image {
  width: 180px;
  margin-top: -15px;
  padding-left: 5px;
  padding-right: 5px;
}
.signup-uncram {
  padding: 8px;
}
.dropdown {
  position: relative;
  display: inline-block;
}
.dropdown a:hover {
  background-color: #ddd;
}
.dropbtn {
  color: #172050;
  padding: 16px;
  font-size: 1em;
  border: none;
  cursor: pointer;
}
.dropbtn:hover,
.dropbtn:focus {
  background-color: #2980b9;
}
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #fff;
  overflow: auto;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
  width: 100%;
}
.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

/*================================== FINAL CSS NAV MOB ======================*/

@media (max-width: 349px) {
  .brand-image {
    width: 130px;
    margin-top: -5px;
  }
}

@media screen and (min-width: 350px) and (max-width: 767px) {
  .brand-image {
    width: 150px;
    margin-top: -5px;
  }
}

@media (max-width: 767px) {
  .navbar-default .navbar-nav li a {
    border: 2px dotted #172050;
    font-size: 0.9em;
  }
  .navbar-default .navbar-nav li a:hover {
    color: #001437;
  }
  .navbar-default .navbar-collapse,
  .navbar-default .navbar-form {
    border-color: #fff;
  }
  .navdesign li a {
    border: 2px dotted #fff;
    text-align: center;
    margin: 2px;
  }
  .cart-mobbb {
    display: block;
    position: relative;
    right: 20px;
    float: right;
    background: #eee;
    border: 2px solid #e7e7e7;
    border-radius: 5px;
    padding: 2px;
  }
  .cart-desk {
    display: none !important;
  }
  .cart-mob-btn {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 3px;
    padding-top: 3px;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .navbar-default .navbar-nav li a {
    padding: 13px 5px;
  }
  .brand-image {
    width: 160px;
    margin-top: -8px;
  }
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
  .brand-image {
    width: 170px;
    margin-top: -8px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1320px) {
  .navbar-default .navbar-nav li a {
    font-size: 0.9em;
  }
}

@media screen and (min-width: 1201px) and (max-width: 1320px) {
  .brand-image {
    width: 190px;
    margin-top: -15px;
  }
}

/*================================== FINAL CSS NAV CLOSE ====================*/

/*================================== FINAL CSS 1 ============================*/

.testum1-hero {
  display: table;
  position: relative;
  background-size: cover;
  padding: 90px 0 0px 0;
  color: #fff;
  width: 100%;
  background: white;
}

.uncram-hero {
  display: table;
  position: relative;
  background-size: cover;
  padding: 85px 0px 0px 0;
  color: #fff;
  width: 100%;
  background: -moz-linear-gradient(
    to bottom,
    rgb(9 9 43) 0%,
    rgb(16 19 115) 35%,
    rgb(10 10 91) 60%,
    rgb(21 21 114) 100%
  );
  background: -webkit-linear-gradient(
    to bottom,
    rgb(9 9 43) 0%,
    rgb(16 19 115) 35%,
    rgb(10 10 91) 60%,
    rgb(21 21 114) 100%
  );
  background: -o-linear-gradient(
    to bottom,
    rgb(9 9 43) 0%,
    rgb(16 19 115) 35%,
    rgb(10 10 91) 60%,
    rgb(21 21 114) 100%
  );
  background: -ms-linear-gradient(
    to bottom,
    rgb(9 9 43) 0%,
    rgb(16 19 115) 35%,
    rgb(10 10 91) 60%,
    rgb(21 21 114) 100%
  );
  background: linear-gradient(
    to bottom,
    rgb(9 9 43) 0%,
    rgb(16 19 115) 35%,
    rgb(10 10 91) 60%,
    rgb(21 21 114) 100%
  );
}
.course-list-padding {
  padding: 0 2px;
  margin: 5px 0;
}

.uncram-courses {
  font-size: 1.05em;
  font-weight: 500;
  padding: 10px 0;
  color: rgba(255, 255, 255, 0.658);
  min-height: 50px;
  font-family: "Nunito sans", sans-serif;
  cursor: pointer;
}
.uncram-courses i {
  color: #05bcfecc;
  font-size: 1.4em;
  padding: 7px 0;
}
.uncram-courses:hover {
  color: #fff;
}

/*================================== FINAL CSS 1 MOB ========================*/

@media (max-width: 300px) {
  .uncram-hero {
    padding-top: 70px;
  }
  .uncram-courses {
    font-size: 0.75em;
  }
  .uncram-courses i {
    font-size: 1.4em;
  }
}

@media screen and (min-width: 301px) and (max-width: 349px) {
  .uncram-hero {
    padding-top: 70px;
  }
  .uncram-courses {
    font-size: 0.85em;
  }
  .uncram-courses i {
    font-size: 1.45em;
  }
}

@media screen and (min-width: 350px) and (max-width: 991px) {
  .uncram-hero {
    padding-top: 70px;
  }
  .uncram-courses {
    font-size: 0.95em;
  }
  .uncram-courses i {
    font-size: 1.5em;
  }
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
  .uncram-hero {
    padding-top: 80px;
  }
  .uncram-courses {
    font-size: 0.85em;
  }
  .uncram-courses i {
    font-size: 1.45em;
  }
}

@media screen and (min-width: 1201px) and (max-width: 1320px) {
  .uncram-hero {
    padding-top: 90px;
  }
  .uncram-courses {
    font-size: 0.9em;
  }
  .uncram-courses i {
    font-size: 1.5em;
  }
}

/*================================== FINAL CSS 1 CLOSE ======================*/

/*================================== FINAL CSS 2 ============================*/

.uncram-exam-prep-section-1-bg {
  background: url(../images/best-learning-platform-back-desktop-pocha.png);
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-box-shadow: 0px 5px 10px -3px rgba(230, 230, 235, 1);
  -moz-box-shadow: 0px 5px 10px -3px rgba(230, 230, 235, 1);
  box-shadow: 0px 5px 10px -3px rgba(230, 230, 235, 1);
  border-radius: 10px;
  margin-top: 10px;
  padding: 50px 45px 0px 45px;
  z-index: 999;
  min-height: 560px;
}
.uncram-exam-prep-section-1-bg h1 {
  color: #d92248;
  font-weight: 700;
  font-size: 57px;
  font-family: "Nunito sans", sans-serif;
  margin-top: 10px;
  line-height: 1.2;
  margin-bottom: 0;
}
.with-uncram-exam-prep {
  color: #09034d;
  font-size: 4.5rem;
}
.written-practice-and-mcq {
  color: #d92248;
  font-size: 2.3rem;
  font-weight: 600;
}

.uncram-exam-prep-3-qualities-container {
  margin-top: 20px;
}
.uncram-exam-prep-3-each-quality-1 {
  margin-bottom: 10px;
  padding-right: 25px;
  padding-left: 25px;
}
.uncram-exam-prep-3-each-quality-2 {
  padding: 30px 20px;
  border-radius: 5px;
  background: #fff;
  -webkit-box-shadow: 0px 0px 10px 1px rgba(204, 204, 204, 1);
  -moz-box-shadow: 0px 0px 10px 1px rgba(204, 204, 204, 1);
  box-shadow: 0px 0px 10px 1px rgba(204, 204, 204, 1);
}
.uncram-exam-prep-3-each-quality-3 {
  font-size: 2.8rem;
}
.uncram-exam-prep-3-each-quality-4 {
  font-size: 1.8rem;
  color: #444;
}

.uncram-exam-prep-2-btn-margin {
  margin-top: 40px;
}

.uncram-exam-prep-section-1-bg h6 {
  color: #4c6186;
  margin-bottom: 0;
}
.mobile-login {
  visibility: hidden;
  display: none;
}
.login-form-margin {
  margin-top: 25px;
}
.uc-login-form-1 {
  margin-bottom: 4px;
}
.uc-login-form-2 {
  padding: 2px;
}
.uc-login-form-3 {
  margin-bottom: 0;
}
.input-group-addon {
  border: 0px;
  background: #09034d;
  color: #ffffff;
  font-size: 1em;
}
.form-control {
  border: 1px solid #ccc;
  padding: 20px;
  font-size: 1em;
}
.log-btn {
  background: #09034d;
  color: #ffffff;
  padding: 8px 0;
  font-size: 1.1em;
  font-weight: 600;
}
.log-btn:hover {
  color: #fff;
}
.forgot-pass {
  color: #1b2945;
  cursor: pointer;
  font-size: 1em;
  margin-top: 5px;
}
.reg-link {
  font-size: 0.9em;
  color: #1b2945;
  margin-top: 5px;
}

/*================================== FINAL CSS 2 MOB ========================*/

@media (max-width: 300px) {
  .uncram-exam-prep-section-1-bg {
    background: url(../images/best-learning-platform-back-mob.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 25px;
  }
  .uncram-exam-prep-section-1-bg h1 {
    font-size: 1.35em;
    margin-bottom: 0;
  }
  .uncram-exam-prep-section-1-bg h6 {
    margin-top: 0;
  }
  .login-form-margin {
    margin-top: 5px;
    padding-left: 0;
    padding-right: 0;
  }
  .mobile-login {
    visibility: visible;
    color: #4bc3b7;
    font-size: 1.1em;
    font-weight: 700;
    display: block;
  }
  .reg-link {
    font-size: 0.55em;
  }
  .forgot-pass {
    font-size: 0.55em;
  }
  .form-control {
    padding: 5px;
    font-size: 0.7em;
  }
  .input-group-addon {
    font-size: 0.6em;
  }
  .log-btn {
    font-size: 0.8em;
    padding: 5px 0;
  }
  .uc-login-form-1 {
    padding-left: 5px;
    padding-right: 5px;
  }
}

@media screen and (min-width: 301px) and (max-width: 349px) {
  .uncram-exam-prep-section-1-bg {
    background: url(../images/best-learning-platform-back-mob.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 25px;
  }
  .uncram-exam-prep-section-1-bg h1 {
    font-size: 1.6em;
    margin-bottom: 0;
  }
  .uncram-exam-prep-section-1-bg h6 {
    margin-top: 0;
  }
  .login-form-margin {
    margin-top: 5px;
    padding-left: 0;
    padding-right: 0;
  }
  .mobile-login {
    visibility: visible;
    color: #4bc3b7;
    font-size: 1.3em;
    font-weight: 700;
    display: block;
  }
  .reg-link {
    font-size: 0.7em;
  }
  .forgot-pass {
    font-size: 0.7em;
  }
  .form-control {
    padding: 5px;
    font-size: 0.8em;
  }
  .input-group-addon {
    font-size: 0.7em;
  }
  .log-btn {
    font-size: 0.85em;
  }
  .uc-login-form-1 {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media screen and (min-width: 350px) and (max-width: 400px) {
  .uncram-exam-prep-section-1-bg {
    background: url(../images/best-learning-platform-back-mob.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 25px;
  }
  .uncram-exam-prep-section-1-bg h1 {
    font-size: 1.8em;
    margin-bottom: 0;
  }
  .uncram-exam-prep-section-1-bg h6 {
    margin-top: 0;
  }
  .login-form-margin {
    margin-top: 5px;
    padding-left: 0;
    padding-right: 0;
  }
  .mobile-login {
    visibility: visible;
    color: #4bc3b7;
    font-size: 1.4em;
    font-weight: 700;
    display: block;
  }
  .reg-link {
    font-size: 0.8em;
  }
  .forgot-pass {
    font-size: 0.8em;
  }
  .form-control {
    padding: 10px;
    font-size: 0.9em;
  }
  .input-group-addon {
    font-size: 0.8em;
  }
  .log-btn {
    font-size: 0.9em;
  }
  .uc-login-form-1 {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media screen and (min-width: 401px) and (max-width: 499px) {
  .uncram-exam-prep-section-1-bg {
    background: url(../images/best-learning-platform-back-mob.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 25px;
  }
  .uncram-exam-prep-section-1-bg h1 {
    font-size: 2.2em;
    margin-bottom: 0;
  }
  .uncram-exam-prep-section-1-bg h6 {
    margin-top: 0;
  }
  .login-form-margin {
    margin-top: 5px;
    padding-left: 0;
    padding-right: 0;
  }
  .mobile-login {
    visibility: visible;
    color: #4bc3b7;
    font-size: 1.6em;
    font-weight: 700;
    display: block;
  }
  .reg-link {
    font-size: 0.9em;
  }
  .forgot-pass {
    font-size: 0.9em;
  }
  .form-control {
    padding: 15px;
    font-size: 0.95em;
  }
  .input-group-addon {
    font-size: 0.85em;
  }
  .log-btn {
    font-size: 0.95em;
  }
  .uc-login-form-1 {
    padding-left: 25px;
    padding-right: 25px;
  }
}

@media screen and (min-width: 500px) and (max-width: 600px) {
  .uncram-exam-prep-section-1-bg {
    background: url(../images/best-learning-platform-back-mob.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 25px;
  }
  .uncram-exam-prep-section-1-bg h1 {
    font-size: 2.8em;
    margin-bottom: 0;
  }
  .uncram-exam-prep-section-1-bg h6 {
    margin-top: 0;
  }
  .login-form-margin {
    margin-top: 5px;
    padding-left: 0;
    padding-right: 0;
  }
  .mobile-login {
    visibility: visible;
    color: #4bc3b7;
    font-size: 1.7em;
    font-weight: 700;
    display: block;
  }
  .reg-link {
    font-size: 0.9em;
  }
  .forgot-pass {
    font-size: 0.9em;
  }
  .form-control {
    padding: 20px;
    font-size: 0.95em;
  }
  .input-group-addon {
    font-size: 0.9em;
  }
  .log-btn {
    font-size: 1em;
  }
  .uc-login-form-1 {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media screen and (min-width: 601px) and (max-width: 767px) {
  .uncram-exam-prep-section-1-bg {
    background: url(../images/best-learning-platform-back-mob.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 25px;
  }
  .uncram-exam-prep-section-1-bg h1 {
    font-size: 3.8em;
    margin-bottom: 0;
  }
  .uncram-exam-prep-section-1-bg h6 {
    margin-top: 0;
  }
  .login-form-margin {
    margin-top: 5px;
    padding-left: 0;
    padding-right: 0;
  }
  .mobile-login {
    visibility: visible;
    color: #4bc3b7;
    font-size: 2em;
    font-weight: 700;
    display: block;
  }
  .reg-link {
    font-size: 0.9em;
  }
  .forgot-pass {
    font-size: 0.9em;
  }
  .form-control {
    padding: 20px;
    font-size: 1em;
  }
  .input-group-addon {
    font-size: 0.9em;
  }
  .log-btn {
    font-size: 1.1em;
  }
  .uc-login-form-1 {
    padding-left: 60px;
    padding-right: 60px;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .uncram-exam-prep-section-1-bg h1 {
    font-size: 2.8em;
    margin-bottom: 0;
    margin-top: 50px;
  }
  .uncram-exam-prep-section-1-bg h6 {
    margin-top: 0;
  }
  .login-form-margin {
    margin-top: 5px;
    padding-left: 0;
    padding-right: 0;
  }
  .mobile-login {
    visibility: visible;
    color: #4bc3b7;
    font-size: 1.6em;
    font-weight: 700;
    display: block;
  }
  .reg-link {
    font-size: 0.8em;
  }
  .forgot-pass {
    font-size: 0.8em;
  }
  .form-control {
    padding: 10px;
    font-size: 0.9em;
  }
  .input-group-addon {
    font-size: 0.8em;
  }
  .log-btn {
    font-size: 0.9em;
  }
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
  .uncram-exam-prep-section-1-bg h1 {
    font-size: 3em;
    margin-bottom: 0;
  }
  .uncram-exam-prep-section-1-bg h6 {
    margin-top: 0;
  }
  .login-form-margin {
    margin-top: 10px;
    padding-left: 0;
    padding-right: 0;
  }
  .reg-link {
    font-size: 0.8em;
  }
  .forgot-pass {
    font-size: 0.8em;
  }
  .form-control {
    padding: 15px;
    font-size: 0.8em;
  }
  .input-group-addon {
    font-size: 0.8em;
  }
  .log-btn {
    font-size: 0.9em;
  }
}

@media screen and (min-width: 1201px) and (max-width: 1320px) {
  .uncram-exam-prep-section-1-bg h1 {
    font-size: 3.8em;
    margin-bottom: 0;
  }
  .uncram-exam-prep-section-1-bg h6 {
    margin-top: 0;
  }
  .login-form-margin {
    margin-top: 20px;
    padding-left: 0;
    padding-right: 0;
  }
  .reg-link {
    font-size: 0.9em;
  }
  .forgot-pass {
    font-size: 0.9em;
  }
  .form-control {
    padding: 15px;
    font-size: 0.9em;
  }
  .input-group-addon {
    font-size: 0.9em;
  }
  .log-btn {
    font-size: 0.95em;
  }
}

/*================================== FINAL CSS 2 CLOSE ======================*/

/*================================== FINAL CSS 3 ============================*/

.deals-of-the-day-back1 {
  margin: 0px -15px 0px -15px;
  padding-bottom: 0px;
  background: #fafafa;
}
.deals-of-the-day-back2 {
  background: #fafafa;
  top: -20px;
  padding: 0;
}
.deals-of-the-day-back3 {
  padding: 0;
  margin-top: 80px;
}
.deals-of-the-day-back4 h2 {
  font-size: 3em;
  color: #1b2945;
  font-weight: 700;
  margin-top: 50px;
  font-family: "Nunito Sans", sans-serif;
}
.deals-of-the-day-1 {
  padding-right: 0;
  padding-left: 0;
}
.deals-of-the-day-2 {
  width: 100%;
  background: #fafafa;
  padding: 0px;
}
.deals-of-the-day-3 {
  padding: 0px;
  margin: 0px;
  width: 100%;
}
.deals-of-the-day-4 {
  padding: 0 4px;
}
.deals-of-the-day-5 {
  width: 300px;
  height: 160px;
  border-radius: 8px;
}

.top-hed-menu1 {
  font-family: "Nunito sans", sans-serif;
}
.top-hed-menu1 .container ul {
  padding: 0px;
}
.top-hed-menu1 ul {
  display: flex;
  list-style: none;
  justify-content: start;
  overflow-x: auto;
  margin-top: 0px;
  margin-bottom: 0px;
}
.top-hed-menu1 ul li {
  margin-right: 0px;
}
.top-hed-menu1 ul li a {
  font-size: 12px;
  color: #ccc;
  white-space: nowrap;
  padding: 0px 0;
  display: block;
}
.top-hed-menu1 .container ul {
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.top-hed-menu1 .container ul::-webkit-scrollbar {
  display: none;
}

/*================================== FINAL CSS 3 MOB ========================*/

@media (max-width: 300px) {
  .heading-under-line {
    width: 10%;
    margin-top: 10px;
    margin-bottom: 20px;
  }
  .deals-of-the-day-back4 h2 {
    font-size: 1.5em;
    margin-top: 40px;
  }
  .deals-of-the-day-5 {
    width: 250px;
    height: 125px;
  }
}

@media screen and (min-width: 301px) and (max-width: 349px) {
  .heading-under-line {
    width: 10%;
    margin-top: 10px;
    margin-bottom: 20px;
  }
  .deals-of-the-day-back4 h2 {
    font-size: 1.7em;
    margin-top: 40px;
  }
  .deals-of-the-day-5 {
    width: 250px;
    height: 120px;
  }
}

@media screen and (min-width: 350px) and (max-width: 400px) {
  .heading-under-line {
    width: 10%;
    margin-top: 10px;
    margin-bottom: 20px;
  }
  .deals-of-the-day-back4 h2 {
    font-size: 2em;
    margin-top: 40px;
  }
  .deals-of-the-day-5 {
    width: 280px;
    height: 140px;
  }
}

@media screen and (min-width: 401px) and (max-width: 499px) {
  .heading-under-line {
    width: 10%;
    margin-top: 15px;
    margin-bottom: 20px;
  }
  .deals-of-the-day-back4 h2 {
    font-size: 2.2em;
  }
  .deals-of-the-day-5 {
    width: 300px;
    height: 150px;
  }
}

@media screen and (min-width: 500px) and (max-width: 600px) {
  .heading-under-line {
    width: 10%;
    margin-top: 15px;
    margin-bottom: 20px;
  }
  .deals-of-the-day-back4 h2 {
    font-size: 2.5em;
  }
  .deals-of-the-day-5 {
    width: 300px;
    height: 150px;
  }
}

@media screen and (min-width: 601px) and (max-width: 767px) {
  .deals-of-the-day-back4 h2 {
    font-size: 2.8em;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .deals-of-the-day-back4 h2 {
    font-size: 2.8em;
  }
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
  .deals-of-the-day-back4 h2 {
    font-size: 3em;
  }
}

@media screen and (min-width: 1201px) and (max-width: 1320px) {
  .deals-of-the-day-back4 h2 {
    font-size: 3em;
  }
}

/*================================== FINAL CSS 3 CLOSE ======================*/

/*================================== FINAL CSS 4 ============================*/

.best-learning-platform-our-services {
  background: #fafafa;
  padding-bottom: 30px;
}
.best-learning-services-margin {
  margin-bottom: 20px;
  background: #fafafa;
}
.best-learning-services {
  font-family: "Nunito sans", sans-serif;
  margin-top: 20px;
}
.best-learning-services h2 {
  font-size: 2.3em;
  color: #1b2945;
  font-weight: 700;
  margin-top: 30px;
  font-family: "Nunito sans", sans-serif;
}
.services-margin {
  margin: 7px 0;
  padding: 0 1px;
}

.test-series-2,
.easy-notes-2,
.video-classes-2,
.live-classes-2,
.skill-dev-2,
.current-affairs-2 {
  -webkit-box-shadow: 0px 5px 10px -3px rgb(169, 169, 172);
  -moz-box-shadow: 0px 5px 10px -3px rgb(169, 169, 172);
  box-shadow: 0px 5px 10px -3px rgb(169, 169, 172);
  padding: 10px;
}
.test-series-2 h6,
.easy-notes-2 h6,
.video-classes-2 h6,
.live-classes-2 h6,
.skill-dev-2 h6,
.current-affairs-2 h6 {
  font-size: 1.1em;
  line-height: 22px;
  color: #4c6186;
}
.test-series-1 h3 i,
.easy-notes-1 h3 i,
.video-classes-1 h3 i,
.live-classes-1 h3 i,
.skill-dev-1 h3 i,
.current-affairs-1 h3 i {
  font-size: 3em;
  background: -webkit-linear-gradient(#172050, #17528a, #172050);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.test-series-1 h4,
.easy-notes-1 h4,
.video-classes-1 h4,
.live-classes-1 h4,
.skill-dev-1 h4,
.current-affairs-1 h4 {
  color: #012b72;
  font-weight: 600;
  font-size: 1.4em;
}
.test-series-1:hover h3 i,
.easy-notes-1:hover h3 i,
.video-classes-1:hover h3 i,
.live-classes-1:hover h3 i,
.skill-dev-1:hover h3 i,
.current-affairs-1:hover h3 i {
  background: -webkit-linear-gradient(#999, #999, #999);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.btn-services {
  color: #012b72;
  background: #fff;
  border: 1px solid #999;
  position: relative;
  font-size: 1em;
}
.btn-services:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: rgba(17, 20, 50, 0.4);
  -webkit-transition: none;
  -moz-transition: none;
  transition: none;
}
.btn-services:hover:after {
  width: 120%;
  background-color: rgba(255, 255, 255, 0);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

/*================================== FINAL CSS 4 MOB ========================*/

@media (max-width: 300px) {
  .best-learning-services h2 {
    font-size: 1.5em;
    margin-top: 20px;
  }
  .test-series-1 h4,
  .easy-notes-1 h4,
  .video-classes-1 h4,
  .live-classes-1 h4,
  .skill-dev-1 h4,
  .current-affairs-1 h4 {
    font-size: 1.2em;
  }
  .test-series-2 h6,
  .easy-notes-2 h6,
  .video-classes-2 h6,
  .live-classes-2 h6,
  .skill-dev-2 h6,
  .current-affairs-2 h6 {
    font-size: 0.6em;
    line-height: 20px;
  }
  .test-series-1 h3 i,
  .easy-notes-1 h3 i,
  .video-classes-1 h3 i,
  .live-classes-1 h3 i,
  .skill-dev-1 h3 i,
  .current-affairs-1 h3 i {
    font-size: 2em;
  }
  .btn-services {
    font-size: 0.6em;
  }
  .our-services-mob-pad {
    padding-left: 0;
    padding-right: 0;
  }
}

@media screen and (min-width: 301px) and (max-width: 349px) {
  .best-learning-services h2 {
    font-size: 1.7em;
    margin-top: 20px;
  }
  .test-series-1 h4,
  .easy-notes-1 h4,
  .video-classes-1 h4,
  .live-classes-1 h4,
  .skill-dev-1 h4,
  .current-affairs-1 h4 {
    font-size: 1.3em;
  }
  .test-series-2 h6,
  .easy-notes-2 h6,
  .video-classes-2 h6,
  .live-classes-2 h6,
  .skill-dev-2 h6,
  .current-affairs-2 h6 {
    font-size: 0.7em;
    line-height: 20px;
  }
  .test-series-1 h3 i,
  .easy-notes-1 h3 i,
  .video-classes-1 h3 i,
  .live-classes-1 h3 i,
  .skill-dev-1 h3 i,
  .current-affairs-1 h3 i {
    font-size: 2.2em;
  }
  .btn-services {
    font-size: 0.8em;
  }
  .our-services-mob-pad {
    padding-left: 0;
    padding-right: 0;
  }
}

@media screen and (min-width: 350px) and (max-width: 400px) {
  .best-learning-services h2 {
    font-size: 2em;
    margin-top: 20px;
  }
  .test-series-1 h4,
  .easy-notes-1 h4,
  .video-classes-1 h4,
  .live-classes-1 h4,
  .skill-dev-1 h4,
  .current-affairs-1 h4 {
    font-size: 1.5em;
  }
  .test-series-2 h6,
  .easy-notes-2 h6,
  .video-classes-2 h6,
  .live-classes-2 h6,
  .skill-dev-2 h6,
  .current-affairs-2 h6 {
    font-size: 0.9em;
    line-height: 20px;
  }
  .test-series-1 h3 i,
  .easy-notes-1 h3 i,
  .video-classes-1 h3 i,
  .live-classes-1 h3 i,
  .skill-dev-1 h3 i,
  .current-affairs-1 h3 i {
    font-size: 2.5em;
  }
  .btn-services {
    font-size: 0.85em;
  }
  .our-services-mob-pad {
    padding-left: 0;
    padding-right: 0;
  }
}

@media screen and (min-width: 401px) and (max-width: 499px) {
  .best-learning-services h2 {
    font-size: 2.2em;
    margin-top: 20px;
  }
  .test-series-1 h4,
  .easy-notes-1 h4,
  .video-classes-1 h4,
  .live-classes-1 h4,
  .skill-dev-1 h4,
  .current-affairs-1 h4 {
    font-size: 1.7em;
  }
  .test-series-2 h6,
  .easy-notes-2 h6,
  .video-classes-2 h6,
  .live-classes-2 h6,
  .skill-dev-2 h6,
  .current-affairs-2 h6 {
    font-size: 0.95em;
    line-height: 20px;
  }
  .test-series-1 h3 i,
  .easy-notes-1 h3 i,
  .video-classes-1 h3 i,
  .live-classes-1 h3 i,
  .skill-dev-1 h3 i,
  .current-affairs-1 h3 i {
    font-size: 2.7em;
  }
  .btn-services {
    font-size: 0.9em;
  }
  .our-services-mob-pad {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media screen and (min-width: 500px) and (max-width: 600px) {
  .best-learning-services h2 {
    font-size: 2.5em;
    margin-top: 20px;
  }
  .test-series-1 h4,
  .easy-notes-1 h4,
  .video-classes-1 h4,
  .live-classes-1 h4,
  .skill-dev-1 h4,
  .current-affairs-1 h4 {
    font-size: 1.9em;
  }
  .test-series-2 h6,
  .easy-notes-2 h6,
  .video-classes-2 h6,
  .live-classes-2 h6,
  .skill-dev-2 h6,
  .current-affairs-2 h6 {
    font-size: 1em;
    line-height: 20px;
  }
  .test-series-1 h3 i,
  .easy-notes-1 h3 i,
  .video-classes-1 h3 i,
  .live-classes-1 h3 i,
  .skill-dev-1 h3 i,
  .current-affairs-1 h3 i {
    font-size: 2.9em;
  }
  .btn-services {
    font-size: 0.95em;
  }
  .our-services-mob-pad {
    padding-left: 25px;
    padding-right: 25px;
  }
}

@media screen and (min-width: 601px) and (max-width: 767px) {
  .best-learning-services h2 {
    font-size: 2.8em;
    margin-top: 20px;
  }
  .test-series-1 h4,
  .easy-notes-1 h4,
  .video-classes-1 h4,
  .live-classes-1 h4,
  .skill-dev-1 h4,
  .current-affairs-1 h4 {
    font-size: 1.9em;
  }
  .test-series-2 h6,
  .easy-notes-2 h6,
  .video-classes-2 h6,
  .live-classes-2 h6,
  .skill-dev-2 h6,
  .current-affairs-2 h6 {
    font-size: 1em;
    line-height: 20px;
  }
  .test-series-1 h3 i,
  .easy-notes-1 h3 i,
  .video-classes-1 h3 i,
  .live-classes-1 h3 i,
  .skill-dev-1 h3 i,
  .current-affairs-1 h3 i {
    font-size: 3em;
  }
  .btn-services {
    font-size: 0.95em;
  }
  .our-services-mob-pad {
    padding-left: 50px;
    padding-right: 50px;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .best-learning-services h2 {
    font-size: 2.8em;
    margin-top: 20px;
  }
  .test-series-1 h4,
  .easy-notes-1 h4,
  .video-classes-1 h4,
  .live-classes-1 h4,
  .skill-dev-1 h4,
  .current-affairs-1 h4 {
    font-size: 1.9em;
  }
  .test-series-2 h6,
  .easy-notes-2 h6,
  .video-classes-2 h6,
  .live-classes-2 h6,
  .skill-dev-2 h6,
  .current-affairs-2 h6 {
    font-size: 0.95em;
    line-height: 15px;
  }
  .test-series-1 h3 i,
  .easy-notes-1 h3 i,
  .video-classes-1 h3 i,
  .live-classes-1 h3 i,
  .skill-dev-1 h3 i,
  .current-affairs-1 h3 i {
    font-size: 3em;
  }
  .btn-services {
    font-size: 0.95em;
  }
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
  .best-learning-services h2 {
    font-size: 2.8em;
    margin-top: 20px;
  }
  .test-series-1 h4,
  .easy-notes-1 h4,
  .video-classes-1 h4,
  .live-classes-1 h4,
  .skill-dev-1 h4,
  .current-affairs-1 h4 {
    font-size: 1.4em;
  }
  .test-series-2 h6,
  .easy-notes-2 h6,
  .video-classes-2 h6,
  .live-classes-2 h6,
  .skill-dev-2 h6,
  .current-affairs-2 h6 {
    font-size: 0.85em;
    line-height: 20px;
  }
  .test-series-1 h3 i,
  .easy-notes-1 h3 i,
  .video-classes-1 h3 i,
  .live-classes-1 h3 i,
  .skill-dev-1 h3 i,
  .current-affairs-1 h3 i {
    font-size: 2.8em;
  }
  .btn-services {
    font-size: 0.8em;
  }
}

@media screen and (min-width: 1201px) and (max-width: 1320px) {
  .best-learning-services h2 {
    font-size: 2.8em;
    margin-top: 20px;
  }
  .test-series-1 h4,
  .easy-notes-1 h4,
  .video-classes-1 h4,
  .live-classes-1 h4,
  .skill-dev-1 h4,
  .current-affairs-1 h4 {
    font-size: 1.6em;
  }
  .test-series-2 h6,
  .easy-notes-2 h6,
  .video-classes-2 h6,
  .live-classes-2 h6,
  .skill-dev-2 h6,
  .current-affairs-2 h6 {
    font-size: 0.95em;
    line-height: 20px;
  }
  .test-series-1 h3 i,
  .easy-notes-1 h3 i,
  .video-classes-1 h3 i,
  .live-classes-1 h3 i,
  .skill-dev-1 h3 i,
  .current-affairs-1 h3 i {
    font-size: 3em;
  }
  .btn-services {
    font-size: 0.85em;
  }
}

/*================================== FINAL CSS 4 CLOSE ======================*/

/*================================== FINAL CSS 5 ============================*/

.uncram-2features-padding {
  padding-top: 0px;
  padding-bottom: 40px;
  background: #f1f8fe;
}
.uncram-features-heading {
  font-size: 3em;
  color: #1b2945;
  font-weight: 700;
  margin-top: 30px;
  font-family: "Nunito Sans", sans-serif;
  margin-bottom: 0;
}
.uncram-features-1 {
  padding-top: 20px;
  padding-bottom: 20px;
}
.uncram-features-2 {
  padding-top: 0px;
}
.uncram-features-3 {
  text-align: center;
  color: #1b2945;
  font-family: "Nunito Sans", sans-serif;
  font-size: 1.5em;
  font-weight: 600;
  margin-top: 10px;
}
.uncram-features-4 {
  text-align: justify;
  color: #545454;
  font-family: "Nunito Sans", sans-serif;
  font-size: 1.2em;
  line-height: 1.4;
}
.uncram-features-image {
  width: 100%;
  margin-bottom: 10px;
}

/*================================== FINAL CSS 5 MOB ========================*/

@media (max-width: 300px) {
  .uncram-features-1 {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .uncram-features-11 {
    padding-left: 0;
    padding-right: 0;
  }
  .uncram-features-heading {
    font-size: 1.5em;
  }
  .uncram-features-1 {
    padding-left: 0px;
    padding-right: 0px;
  }
  .uncram-features-3 {
    font-size: 1em;
  }
  .uncram-features-4 {
    font-size: 0.8em;
  }
}

@media screen and (min-width: 301px) and (max-width: 349px) {
  .uncram-features-1 {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .uncram-features-11 {
    padding-left: 0;
    padding-right: 0;
  }
  .uncram-features-heading {
    font-size: 1.7em;
  }
  .uncram-features-1 {
    padding-left: 0px;
    padding-right: 0px;
  }
  .uncram-features-3 {
    font-size: 1.1em;
  }
  .uncram-features-4 {
    font-size: 0.8em;
  }
}

@media screen and (min-width: 350px) and (max-width: 400px) {
  .uncram-features-1 {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .uncram-features-11 {
    padding-left: 0;
    padding-right: 0;
  }
  .uncram-features-heading {
    font-size: 2em;
  }
  .uncram-features-1 {
    padding-left: 0px;
    padding-right: 0px;
  }
  .uncram-features-3 {
    font-size: 1.2em;
  }
  .uncram-features-4 {
    font-size: 0.95em;
  }
}

@media screen and (min-width: 401px) and (max-width: 499px) {
  .uncram-features-1 {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .uncram-features-11 {
    padding-left: 0;
    padding-right: 0;
  }
  .uncram-features-heading {
    font-size: 2.2em;
  }
  .uncram-features-1 {
    padding-left: 0px;
    padding-right: 0px;
  }
  .uncram-features-3 {
    font-size: 1.4em;
  }
  .uncram-features-4 {
    font-size: 1em;
  }
}

@media screen and (min-width: 500px) and (max-width: 600px) {
  .uncram-features-1 {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .uncram-features-heading {
    font-size: 2.5em;
  }
  .uncram-features-3 {
    font-size: 1.5em;
  }
  .uncram-features-4 {
    font-size: 1em;
  }
}

@media screen and (min-width: 601px) and (max-width: 767px) {
  .uncram-features-1 {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .uncram-features-heading {
    font-size: 2.8em;
  }
  .uncram-features-3 {
    font-size: 1.5em;
  }
  .uncram-features-4 {
    font-size: 1em;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .uncram-features-1 {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .uncram-features-heading {
    font-size: 2.8em;
  }
  .uncram-features-3 {
    font-size: 1.1em;
    margin-top: 5px;
  }
  .uncram-features-4 {
    font-size: 0.9em;
  }
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
  .uncram-features-1 {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .uncram-features-heading {
    font-size: 2.8em;
  }
  .uncram-features-3 {
    font-size: 1.3em;
  }
  .uncram-features-4 {
    font-size: 0.9em;
  }
}

@media screen and (min-width: 1201px) and (max-width: 1320px) {
  .uncram-features-1 {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .uncram-features-heading {
    font-size: 3em;
  }
  .uncram-features-3 {
    font-size: 1.3em;
  }
  .uncram-features-4 {
    font-size: 1em;
  }
}

/*================================== FINAL CSS 5 CLOSE ======================*/

/*================================== FINAL CSS 6 ============================*/

.best-features-online-learning-back {
  background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.9)),
    url(../images/back22.jpg);
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  background-repeat: no-repeat;
  padding: 15px 0;
}
.best-features-online-learning-back h2 {
  font-size: 3em;
  color: #fff;
  font-weight: 700;
  margin-bottom: 20px;
  font-family: "Nunito sans", sans-serif;
  text-align: center;
}
.online-learning-feature-margin {
  margin: 10px 0;
}
.online-learning-feature {
  padding: 10px 2px;
}
.online-learning-feature h3 {
  font-size: 2.5em;
  text-align: center;
  color: #ddd;
}
.online-learning-feature h3 i {
  padding: 15px;
  border-radius: 5px;
  border: 3px solid #313a35;
}
.online-learning-feature h3 i:hover {
  background: #fff;
  color: #313a35;
}
.online-learning-feature h4 {
  font-size: 1.6em;
  text-align: center;
  color: #fff;
  font-family: "Nunito sans", sans-serif;
  font-weight: 500;
}
.online-learning-feature p {
  padding: 0 8px;
  border-left: 1px solid #666;
  border-right: 1px solid #666;
  color: #ccc;
  font-family: "Nunito sans", sans-serif;
  text-align: center;
  font-size: 1.2em;
}

/*================================== FINAL CSS 6 MOB ========================*/

@media (max-width: 300px) {
  .best-features-online-learning-back h2 {
    font-size: 1.5em;
  }
  .best-features-online-learning-back {
    background-attachment: scroll;
  }
  .online-learning-feature h3 {
    font-size: 1.7em;
  }
  .online-learning-feature h4 {
    font-size: 1.2em;
  }
  .online-learning-feature p {
    font-size: 0.8em;
  }
}

@media screen and (min-width: 301px) and (max-width: 349px) {
  .best-features-online-learning-back h2 {
    font-size: 1.7em;
  }
  .best-features-online-learning-back {
    background-attachment: scroll;
  }
  .online-learning-feature h3 {
    font-size: 1.8em;
  }
  .online-learning-feature h4 {
    font-size: 1.2em;
  }
  .online-learning-feature p {
    font-size: 0.9em;
  }
}

@media screen and (min-width: 350px) and (max-width: 400px) {
  .best-features-online-learning-back h2 {
    font-size: 2em;
  }
  .best-features-online-learning-back {
    background-attachment: scroll;
  }
  .online-learning-feature h3 {
    font-size: 2em;
  }
  .online-learning-feature h4 {
    font-size: 1.3em;
  }
  .online-learning-feature p {
    font-size: 1em;
  }
}

@media screen and (min-width: 401px) and (max-width: 499px) {
  .best-features-online-learning-back h2 {
    font-size: 2.2em;
  }
  .best-features-online-learning-back {
    background-attachment: scroll;
  }
  .online-learning-feature h3 {
    font-size: 2.1em;
  }
  .online-learning-feature h4 {
    font-size: 1.5em;
  }
  .online-learning-feature p {
    font-size: 1em;
  }
}

@media screen and (min-width: 500px) and (max-width: 600px) {
  .best-features-online-learning-back h2 {
    font-size: 2.5em;
  }
  .best-features-online-learning-back {
    background-attachment: scroll;
  }
  .online-learning-feature h3 {
    font-size: 2.2em;
  }
  .online-learning-feature h4 {
    font-size: 1.6em;
  }
  .online-learning-feature p {
    font-size: 1em;
  }
}

@media screen and (min-width: 601px) and (max-width: 767px) {
  .best-features-online-learning-back h2 {
    font-size: 2.8em;
  }
  .best-features-online-learning-back {
    background-attachment: scroll;
  }
  .online-learning-feature h3 {
    font-size: 2.3em;
  }
  .online-learning-feature h4 {
    font-size: 1.6em;
  }
  .online-learning-feature p {
    font-size: 1.1em;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .best-features-online-learning-back h2 {
    font-size: 2.8em;
  }
  .online-learning-feature h3 {
    font-size: 2.7em;
  }
  .online-learning-feature h4 {
    font-size: 1.5em;
  }
  .online-learning-feature p {
    font-size: 1.2em;
  }
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
  .best-features-online-learning-back h2 {
    font-size: 2.8em;
  }
  .online-learning-feature h3 {
    font-size: 1.9em;
  }
  .online-learning-feature h4 {
    font-size: 1.3em;
  }
  .online-learning-feature p {
    font-size: 0.8em;
  }
}

@media screen and (min-width: 1201px) and (max-width: 1320px) {
  .best-features-online-learning-back h2 {
    font-size: 3em;
  }
  .online-learning-feature h3 {
    font-size: 1.9em;
  }
  .online-learning-feature h4 {
    font-size: 1.3em;
  }
  .online-learning-feature p {
    font-size: 1em;
  }
}

/*================================== FINAL CSS 6 CLOSE ======================*/

/*================================== FINAL CSS 7 ============================*/

.uncram-offers {
  background: linear-gradient(
      rgba(255, 255, 255, 0.9),
      rgba(255, 255, 255, 0.9)
    ),
    url(../images/uncram-offers-background.gif);
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  background-repeat: no-repeat;
  padding: 15px 0;
}
.uncram-offers-2 {
  padding-top: 0px;
  padding-bottom: 0px;
}
.uncram-offers-20 {
  padding-top: 20px;
  padding-bottom: 20px;
}
.uncram-offers-heading {
  font-size: 3em;
  color: #1b2945;
  font-weight: 700;
  margin-top: 30px;
  font-family: "Nunito Sans", sans-serif;
  margin-bottom: 0;
}
.uncram-offers-3 {
  text-align: center;
  color: #1b2945;
  font-family: "Nunito Sans", sans-serif;
  font-size: 1.5em;
  font-weight: 600;
  margin-top: 10px;
}
.uncram-offers-4 {
  text-align: justify;
  color: #545454;
  font-family: "Nunito Sans", sans-serif;
  font-size: 1.2em;
  line-height: 1.4;
}
.uncram-offers-image {
  width: 100%;
  margin-bottom: 10px;
}

/*================================== FINAL CSS 7 MOB ========================*/

@media (max-width: 300px) {
  .uncram-offers {
    background-attachment: scroll;
  }
  .uncram-offers-heading {
    font-size: 1.5em;
  }
  .uncram-offers-11 {
    padding-left: 0;
    padding-right: 0;
  }
  .uncram-offers-2 {
    padding: 0;
  }
  .uncram-offers-3 {
    font-size: 1em;
  }
  .uncram-offers-4 {
    font-size: 0.8em;
  }
}

@media screen and (min-width: 301px) and (max-width: 349px) {
  .uncram-offers {
    background-attachment: scroll;
  }
  .uncram-offers-heading {
    font-size: 1.7em;
  }
  .uncram-offers-11 {
    padding-left: 0;
    padding-right: 0;
  }
  .uncram-offers-2 {
    padding: 0;
  }
  .uncram-offers-3 {
    font-size: 1.1em;
  }
  .uncram-offers-4 {
    font-size: 0.8em;
  }
}

@media screen and (min-width: 350px) and (max-width: 400px) {
  .uncram-offers {
    background-attachment: scroll;
  }
  .uncram-offers-heading {
    font-size: 2em;
  }
  .uncram-offers-11 {
    padding-left: 0;
    padding-right: 0;
  }
  .uncram-offers-2 {
    padding: 0;
  }
  .uncram-offers-3 {
    font-size: 1.2em;
  }
  .uncram-offers-4 {
    font-size: 0.9em;
  }
}

@media screen and (min-width: 401px) and (max-width: 499px) {
  .uncram-offers {
    background-attachment: scroll;
  }
  .uncram-offers-heading {
    font-size: 2.2em;
  }
  .uncram-offers-11 {
    padding-left: 0;
    padding-right: 0;
  }
  .uncram-offers-2 {
    padding: 0;
  }
  .uncram-offers-3 {
    font-size: 1.2em;
  }
  .uncram-offers-4 {
    font-size: 0.95em;
  }
}

@media screen and (min-width: 500px) and (max-width: 600px) {
  .uncram-offers {
    background-attachment: scroll;
  }
  .uncram-offers-heading {
    font-size: 2.5em;
  }
  .uncram-offers-2 {
    padding: 0 15px;
  }
  .uncram-offers-3 {
    font-size: 1.3em;
  }
  .uncram-offers-4 {
    font-size: 1em;
  }
}

@media screen and (min-width: 601px) and (max-width: 767px) {
  .uncram-offers {
    background-attachment: scroll;
  }
  .uncram-offers-heading {
    font-size: 2.8em;
  }
  .uncram-offers-2 {
    padding: 0 15px;
  }
  .uncram-offers-3 {
    font-size: 1.4em;
  }
  .uncram-offers-4 {
    font-size: 1.1em;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .uncram-offers-heading {
    font-size: 2.8em;
  }
  .uncram-offers-2 {
    padding: 0 15px;
  }
  .uncram-offers-3 {
    font-size: 1.1em;
  }
  .uncram-offers-4 {
    font-size: 0.9em;
  }
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
  .uncram-offers-heading {
    font-size: 2.8em;
  }
  .uncram-offers-2 {
    padding: 0 15px;
  }
  .uncram-offers-3 {
    font-size: 1.3em;
  }
  .uncram-offers-4 {
    font-size: 0.9em;
  }
}

@media screen and (min-width: 1201px) and (max-width: 1320px) {
  .uncram-offers-heading {
    font-size: 3em;
  }
  .uncram-offers-2 {
    padding: 0 15px;
  }
  .uncram-offers-3 {
    font-size: 1.3em;
  }
  .uncram-offers-4 {
    font-size: 1em;
  }
}

/*================================== FINAL CSS 7 CLOSE ======================*/

/*================================== FINAL CSS 8 ============================*/

.wrapper {
  width: 100%;
  height: auto;
  overflow: hidden;
  padding: 10px 0;
}
.uc-student {
  margin: 10px -15px 25px -15px;
}
.uc-student h2 {
  font-size: 3em;
  color: #1b2945;
  font-weight: 700;
  margin-top: 30px;
  font-family: "Nunito Sans", sans-serif;
  margin-bottom: 0;
}
.uc-student-box {
  padding: 15px;
  background: url(../images/uncram-student-back-min.jpg);
  background-size: 100%;
  background-repeat: no-repeat;
  font-family: "Nunito sans", sans-serif;
}
.uc-student-box:hover .uc-student-img {
  border: 4px solid #5cc2e9;
}
.uc-student-box h6 {
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: 0.9em;
}
.uc-student-1 {
  padding: 0 2px;
}
.uc-student-2 {
  padding: 0;
}
.uc-student-3 {
  color: #d92248;
  text-align: center;
  font-size: 1.2em;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.owl-carousel .owl-item img {
  display: block;
}
.uc-student-img {
  width: 100%;
  height: 110px;
  border: 2px dotted #5cc2e9;
  padding: 5px;
  border-radius: 50%;
  margin-left: auto;
  margin-right: auto;
}

/*================================== FINAL CSS 8 MOB ========================*/

@media (max-width: 300px) {
  .uc-student h2 {
    font-size: 1.5em;
  }
}

@media screen and (min-width: 301px) and (max-width: 349px) {
  .uc-student h2 {
    font-size: 1.7em;
  }
}

@media screen and (min-width: 350px) and (max-width: 400px) {
  .uc-student h2 {
    font-size: 2em;
  }
}

@media screen and (min-width: 401px) and (max-width: 499px) {
  .uc-student h2 {
    font-size: 2.2em;
  }
}

@media screen and (min-width: 500px) and (max-width: 600px) {
  .uc-student h2 {
    font-size: 2.5em;
  }
}

@media screen and (min-width: 601px) and (max-width: 767px) {
  .uc-student h2 {
    font-size: 2.8em;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .uc-student h2 {
    font-size: 2.8em;
  }
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
  .uc-student h2 {
    font-size: 2.8em;
  }
}

@media screen and (min-width: 1201px) and (max-width: 1320px) {
  .uc-student h2 {
    font-size: 3em;
  }
}

/*================================== FINAL CSS 8 CLOSE ======================*/

/*================================== FINAL CSS FOOTER =======================*/

.foot-bg {
  background: #062458;
  padding-top: 45px;
  padding-bottom: 0px;
}
.about-section {
  padding-top: 5px;
  padding-bottom: 5px;
  margin-bottom: 10px;
  border-left: 1px solid #444;
  border-right: 1px solid #444;
}
.about-section h4 {
  color: #fff;
  font-size: 2.2em;
  font-weight: 600;
}
.about-section p {
  color: #fff;
  font-size: 1em;
  text-align: justify;
}
.contact-section {
  padding-top: 5px;
  padding-bottom: 5px;
  margin-bottom: 10px;
}

.contact-section a p {
  color: #fff;
  font-size: 1.3rem;
}
.contact-section a:hover {
  text-decoration: none;
}
.contact-section p {
  color: #fff;
  font-size: 1em;
}
.follow-section {
  padding-top: 5px;
  padding-bottom: 5px;
  margin-bottom: 10px;
}
.follow-section h4 {
  color: #fff;
  font-size: 2.2em;
  font-weight: 600;
}
.follow-section a span {
  color: #fff;
  font-size: 1.6em;
  padding: 1px;
  margin: 8px;
}
.visit-section {
  padding-top: 10px;
  padding-bottom: 5px;
  margin-bottom: 10px;
}
.visit-section h3 {
  color: rgb(2, 178, 241);
  margin-top: 0;
}
.uncram-location {
  width: 300px;
  height: 300px;
}
.footer-img {
  width: 150px;
  height: 100px;
}
.right-section {
  padding-top: 5px;
  padding-bottom: 5px;
  text-align: center;
  color: #005068;
}
.right-section h5 {
  font-size: 0.9em;
}
.bg-foot1 {
  padding-top: 5px;
  background: rgb(2, 178, 241);
}
.bg-foot2 {
  padding-top: 5px;
  background: rgba(59, 255, 177, 0.2);
}

/*================================== FINAL CSS FOOTER MOB ===================*/

@media (max-width: 767px) {
  .foot-bg {
    padding-top: 25px;
    text-align: center;
  }
  .contact-section h4 {
    font-size: 2em;
  }
  .contact-section a p {
    font-size: 1em;
  }
  .contact-section p {
    font-size: 1em;
  }
  .about-section {
    border-left: none;
    border-right: none;
  }
  .about-section h4 {
    font-size: 2em;
  }
  .about-section p {
    font-size: 1em;
  }
  .follow-section h4 {
    font-size: 2em;
  }
  .follow-section a span {
    font-size: 1.8em;
  }
  .footer-img {
    width: 100px;
    height: 70px;
  }
}

@media screen and (min-width: 768px) and (max-width: 992px) {
  .contact-section h4 {
    font-size: 1.4em;
  }
  .contact-section a p {
    font-size: 0.9em;
  }
  .contact-section p {
    font-size: 0.7em;
  }
  .about-section h4 {
    font-size: 1.4em;
  }
  .about-section p {
    font-size: 1em;
  }
  .follow-section h4 {
    font-size: 1.4em;
  }
  .follow-section a span {
    font-size: 1.2em;
  }
}

@media screen and (min-width: 993px) and (max-width: 1200px) {
  .contact-section h4 {
    font-size: 1.4em;
  }
  .contact-section a p {
    font-size: 0.9em;
  }
  .contact-section p {
    font-size: 0.7em;
  }
  .about-section h4 {
    font-size: 1.4em;
  }
  .about-section p {
    font-size: 1em;
  }
  .follow-section h4 {
    font-size: 1.4em;
  }
  .follow-section a span {
    font-size: 1.2em;
  }
}

@media screen and (min-width: 1200px) and (max-width: 1320px) {
  .contact-section h4 {
    font-size: 1.9em;
  }
  .contact-section a p {
    font-size: 0.9em;
  }
  .contact-section p {
    font-size: 0.9em;
  }
  .about-section h4 {
    font-size: 2.2em;
  }
  .about-section p {
    font-size: 0.9em;
  }
  .follow-section h4 {
    font-size: 1.9em;
  }
  .follow-section a span {
    font-size: 1.4em;
  }
}

@media (max-width: 300px) {
  .footer-img {
    width: 70px;
    height: 50px;
  }
  .uncram-location {
    width: 240px;
    height: 120px;
    margin-bottom: 20px;
  }
  .right-section h5 {
    font-size: 0.8em;
  }
}

@media screen and (min-width: 301px) and (max-width: 349px) {
  .footer-img {
    width: 90px;
    height: 60px;
  }
  .uncram-location {
    width: 260px;
    height: 130px;
    margin-bottom: 20px;
  }
  .right-section h5 {
    font-size: 0.8em;
  }
}

@media screen and (min-width: 350px) and (max-width: 400px) {
  .footer-img {
    width: 100px;
    height: 65px;
  }
  .uncram-location {
    width: 280px;
    height: 140px;
    margin-bottom: 20px;
  }
  .right-section h5 {
    font-size: 0.8em;
  }
}

@media screen and (min-width: 401px) and (max-width: 499px) {
  .footer-img {
    width: 120px;
    height: 70px;
  }
  .uncram-location {
    width: 300px;
    height: 150px;
    margin-bottom: 20px;
  }
  .right-section h5 {
    font-size: 0.9em;
  }
}

@media screen and (min-width: 500px) and (max-width: 600px) {
  .footer-img {
    width: 120px;
    height: 70px;
  }
  .uncram-location {
    width: 300px;
    height: 150px;
    margin-bottom: 20px;
  }
  .right-section h5 {
    font-size: 0.9em;
  }
}

@media screen and (min-width: 601px) and (max-width: 767px) {
}

@media screen and (min-width: 768px) and (max-width: 991px) {
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
}

@media screen and (min-width: 1201px) and (max-width: 1320px) {
}

/*================================== FINAL CSS FOOTER CLOSE =================*/

.morecontent span {
  display: none;
}
.morelink {
  display: block;
}

/*=============================PARENT CSS================================*/

.btn-amt {
  background: #dfdfdf;
  border-top: 1px solid #838383;
  color: #2b3c7d;
  padding: 4px 8px;
  font-size: 0.9em;
  margin-top: 0px;
  border-radius: 0 0 4px 4px;
}
.btn-amt:hover {
  color: #1b2945;
  text-decoration: none;
}

.pro-hover:hover .pro-hover-2 {
  color: #2874f0;
}

/*=======================================================================*/

/*===============================PARENT CSS===============================*/

.ca-students-why-1 {
  padding: 0;
  margin-top: 20px;
}

/*.best-learning-services h4{font-size: 2em;color: #0083C2;font-weight: 500;}*/

/*========================================================================*/

/*===============================PARENT CSS===============================*/

.bottom-icons {
  display: none;
}
.register-img {
  width: 100px;
}
.uncram-reviews-padding {
  padding-left: 45px;
  padding-right: 45px;
}

/*========================================================================*/

/*===============================MOBILE RESPONSIVE========================*/

/*========================================================================*/

/*//////////////////////////////// PARENT CSS ////////////////////////////////*/

.cafo-types-1 {
  top: -20px;
  background: #fafafa;
}
.cafo-types-2 {
  padding-left: 15px;
  padding-right: 15px;
  margin-top: 30px;
}
.cafo-types-3 {
  text-align: left;
}
.cafo-types-1-btn {
  color: #1b2945;
  border-radius: 0px;
  font-family: "Muli", sans-serif;
  border-left: 3px solid #1b2945;
  background: #ebebeb;
  font-size: 1.3em;
}
.cafo-types-2-btn {
  color: #999;
  border-radius: 0px;
  font-family: "Muli", sans-serif;
  border-left: 1px solid #999;
  background: #fff;
  font-size: 1.3em;
}
.cafo-types-3-btn {
  color: #999;
  border-radius: 0px;
  font-family: "Muli", sans-serif;
  border-left: 1px solid #999;
  background: #fff;
  font-size: 1.3em;
}
.types-of-ca-test-series-box-margin {
  margin: 20px 0;
}
.types-of-ca-test-series-box-padding {
  padding-left: 30px;
  padding-right: 30px;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: "Open sans", sans-serif;
}
.ca-test-series-type-img {
  width: 100px;
}

/*///////////////// MOBILE VERSION STARTS //////////////////////////////*/

@media (max-width: 300px) {
  .cafo-types-1 {
    padding-left: 0;
    padding-right: 0;
  }
  .cafo-types-2 {
    padding-left: 0;
    padding-right: 0;
  }
  .cafo-types-3 {
    padding-left: 0;
    padding-right: 0;
  }
  .cafo-types-1-btn {
    font-size: 0.8em;
    text-align: center;
  }
  .cafo-types-2-btn {
    font-size: 0.8em;
    text-align: center;
  }
  .cafo-types-3-btn {
    font-size: 0.8em;
    text-align: center;
  }
  .types-of-ca-test-series-box-padding {
    padding-left: 0px;
    padding-right: 0px;
    margin-top: 0px;
    margin-bottom: 20px;
  }
  .types-of-ca-test-series-box-margin {
    margin: 5px 0 10px 0;
  }
  .ca-test-series-type-img {
    width: 70px;
  }
}

@media screen and (min-width: 301px) and (max-width: 349px) {
  .cafo-types-1 {
    padding-left: 0;
    padding-right: 0;
  }
  .cafo-types-2 {
    padding-left: 0;
    padding-right: 0;
  }
  .cafo-types-3 {
    padding-left: 0;
    padding-right: 0;
  }
  .cafo-types-1-btn {
    font-size: 0.9em;
    text-align: center;
  }
  .cafo-types-2-btn {
    font-size: 0.9em;
    text-align: center;
  }
  .cafo-types-3-btn {
    font-size: 0.9em;
    text-align: center;
  }
  .types-of-ca-test-series-box-padding {
    padding-left: 0px;
    padding-right: 0px;
    margin-top: 0px;
    margin-bottom: 20px;
  }
  .types-of-ca-test-series-box-margin {
    margin: 5px 0 10px 0;
  }
  .ca-test-series-type-img {
    width: 80px;
  }
}

@media screen and (min-width: 350px) and (max-width: 400px) {
  .cafo-types-1 {
    padding-left: 0;
    padding-right: 0;
  }
  .cafo-types-2 {
    padding-left: 0;
    padding-right: 0;
  }
  .cafo-types-3 {
    padding-left: 0;
    padding-right: 0;
  }
  .cafo-types-1-btn {
    font-size: 1.1em;
    text-align: center;
  }
  .cafo-types-2-btn {
    font-size: 1.1em;
    text-align: center;
  }
  .cafo-types-3-btn {
    font-size: 1.1em;
    text-align: center;
  }
  .types-of-ca-test-series-box-padding {
    padding-left: 0px;
    padding-right: 0px;
    margin-top: 0px;
    margin-bottom: 20px;
  }
  .types-of-ca-test-series-box-margin {
    margin: 5px 0 10px 0;
  }
  .ca-test-series-type-img {
    width: 80px;
  }
}

@media screen and (min-width: 401px) and (max-width: 499px) {
}

@media screen and (min-width: 500px) and (max-width: 600px) {
}

@media screen and (min-width: 601px) and (max-width: 767px) {
}

@media screen and (min-width: 768px) and (max-width: 992px) {
}

@media screen and (min-width: 993px) and (max-width: 1200px) {
}

@media screen and (min-width: 1201px) and (max-width: 1320px) {
}

/*///////////////// MOBILE VERSION ENDS ////////////////////////////////*/

/*//////////////////////////////// PARENT CSS ////////////////////////////////*/

.ca-test-series-ch {
  padding: 0 10px;
  border: 1px solid #27296d;
  background-color: #fff;
  text-align: center;
  font-size: 1em;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(184, 184, 184, 1);
  -moz-box-shadow: 0px 0px 5px 0px rgba(184, 184, 184, 1);
  box-shadow: 0px 0px 5px 0px rgba(184, 184, 184, 1);
}
.ca-test-series-ch-1 {
  background: #27296d;
  padding: 2px;
}
.ca-test-series-ch-11 {
  background: #ebebeb;
  padding: 3px;
}
.ca-test-series-ch h3 {
  color: #27296d;
  font-weight: 600;
  margin: 10px 0;
}
.ca-test-series-ch ul {
  color: #27296d;
  text-align: justify;
  line-height: 30px;
  padding: 5px 5px 5px 20px;
  background: #27296d29;
  border-radius: 5px;
}
.ca-test-series-ch-btn {
  background: #27296d;
  color: #fff;
  border-radius: 5px;
  font-size: 1.2rem;
  font-family: "Open sans", sans-serif;
  font-weight: 600;
  padding: 10px;
  border: none;
  margin-bottom: 5px;
}
.ca-test-series-ch-btn:hover {
  color: #ccc;
}

.ca-test-series-7 {
  padding: 0 10px;
  border: 1px solid #53ba63;
  background-color: #fff;
  text-align: center;
  font-size: 1em;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(184, 184, 184, 1);
  -moz-box-shadow: 0px 0px 5px 0px rgba(184, 184, 184, 1);
  box-shadow: 0px 0px 5px 0px rgba(184, 184, 184, 1);
}
.ca-test-series-7-1 {
  background: #53ba63;
  padding: 2px;
}
.ca-test-series-7-11 {
  background: #ebebeb;
  padding: 3px;
}
.ca-test-series-7 h3 {
  color: #27296d;
  font-weight: 600;
  margin: 10px 0;
}
.ca-test-series-7 ul {
  color: #53ba63;
  text-align: justify;
  line-height: 30px;
  padding: 5px 5px 5px 20px;
  background: #53ba6317;
  border-radius: 5px;
}
.ca-test-series-7-btn {
  background: #53ba63;
  color: #fff;
  border-radius: 5px;
  font-size: 1.2rem;
  font-family: "Open sans", sans-serif;
  font-weight: 600;
  padding: 10px;
  border: none;
  margin-bottom: 5px;
}
.ca-test-series-7-btn:hover {
  color: #ccc;
}

.ca-test-series-3 {
  padding: 0 10px;
  border: 1px solid #0178b9;
  background-color: #fff;
  text-align: center;
  font-size: 1em;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(184, 184, 184, 1);
  -moz-box-shadow: 0px 0px 5px 0px rgba(184, 184, 184, 1);
  box-shadow: 0px 0px 5px 0px rgba(184, 184, 184, 1);
}
.ca-test-series-3-1 {
  background: #0178b9;
  padding: 2px;
}
.ca-test-series-3-11 {
  background: #ebebeb;
  padding: 3px;
}
.ca-test-series-3 h3 {
  color: #27296d;
  font-weight: 600;
  margin: 10px 0;
}
.ca-test-series-3 ul {
  color: #0178b9;
  text-align: justify;
  line-height: 30px;
  padding: 5px 5px 5px 20px;
  background: #0178b91f;
  border-radius: 5px;
}
.ca-test-series-3-btn {
  background: #0178b9;
  color: #fff;
  border-radius: 5px;
  font-size: 1.2rem;
  font-family: "Open sans", sans-serif;
  font-weight: 600;
  padding: 10px;
  border: none;
  margin-bottom: 5px;
}
.ca-test-series-3-btn:hover {
  color: #ccc;
}

/*///////////////// MOBILE VERSION STARTS //////////////////////////////*/

@media (max-width: 300px) {
  .ca-test-series-ch h3 {
    font-size: 1em;
  }
  .ca-test-series-ch ul {
    padding-left: 23px;
    font-size: 0.8em;
    line-height: 20px;
  }
  .ca-test-series-ch-btn {
    font-size: 0.7em;
  }
  .ca-test-series-7 h3 {
    font-size: 1em;
  }
  .ca-test-series-7 ul {
    padding-left: 23px;
    font-size: 0.8em;
    line-height: 20px;
  }
  .ca-test-series-7-btn {
    font-size: 0.7em;
  }
  .ca-test-series-3 h3 {
    font-size: 1em;
  }
  .ca-test-series-3 ul {
    padding-left: 23px;
    font-size: 0.8em;
    line-height: 20px;
  }
  .ca-test-series-3-btn {
    font-size: 0.7em;
  }
}

@media screen and (min-width: 301px) and (max-width: 349px) {
  .ca-test-series-ch h3 {
    font-size: 1.4em;
  }
  .ca-test-series-ch ul {
    padding-left: 23px;
  }
  .ca-test-series-ch-btn {
    font-size: 1em;
  }
  .ca-test-series-7 h3 {
    font-size: 1.4em;
  }
  .ca-test-series-7 ul {
    padding-left: 23px;
  }
  .ca-test-series-7-btn {
    font-size: 1em;
  }
  .ca-test-series-3 h3 {
    font-size: 1.4em;
  }
  .ca-test-series-3 ul {
    padding-left: 23px;
  }
  .ca-test-series-3-btn {
    font-size: 1em;
  }
}

@media screen and (min-width: 350px) and (max-width: 400px) {
  .ca-test-series-ch h3 {
    font-size: 1.4em;
  }
  .ca-test-series-ch ul {
    padding-left: 23px;
  }
  .ca-test-series-ch-btn {
    font-size: 1em;
  }
  .ca-test-series-7 h3 {
    font-size: 1.4em;
  }
  .ca-test-series-7 ul {
    padding-left: 23px;
  }
  .ca-test-series-7-btn {
    font-size: 1em;
  }
  .ca-test-series-3 h3 {
    font-size: 1.4em;
  }
  .ca-test-series-3 ul {
    padding-left: 23px;
  }
  .ca-test-series-3-btn {
    font-size: 1em;
  }
}

@media screen and (min-width: 401px) and (max-width: 499px) {
}

@media screen and (min-width: 500px) and (max-width: 600px) {
}

@media screen and (min-width: 601px) and (max-width: 767px) {
}

@media screen and (min-width: 768px) and (max-width: 992px) {
}

@media screen and (min-width: 993px) and (max-width: 1200px) {
}

@media screen and (min-width: 1201px) and (max-width: 1320px) {
}

/*///////////////// MOBILE VERSION ENDS ////////////////////////////////*/

/*=======================================================================*/

/*=================================FOOTER ENDS========================================================*/

/*=================================ADMIN PANEL BEGINS=================================================*/

.admin-login-back {
  background: -moz-linear-gradient(
    top,
    rgba(104, 77, 125, 1) 0%,
    rgba(24, 8, 59, 1) 100%
  );
  background: -webkit-gradient(
    left top,
    left bottom,
    color-stop(0%, rgba(104, 77, 125, 1)),
    color-stop(100%, rgba(24, 8, 59, 1))
  );
  background: -webkit-linear-gradient(
    top,
    rgba(104, 77, 125, 1) 0%,
    rgba(24, 8, 59, 1) 100%
  );
  background: -o-linear-gradient(
    top,
    rgba(104, 77, 125, 1) 0%,
    rgba(24, 8, 59, 1) 100%
  );
  background: -ms-linear-gradient(
    top,
    rgba(104, 77, 125, 1) 0%,
    rgba(24, 8, 59, 1) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(104, 77, 125, 1) 0%,
    rgba(24, 8, 59, 1) 100%
  );
  background-repeat: no-repeat;
  padding: 20px 0;
  height: 100vh;
}
.admin-login-back-2 h2 {
  color: #172050;
  font-weight: 600;
  font-family: "Poppins" sans-serif;
}
.admin-login-back-2 {
  background: rgba(230, 230, 230, 0.3);
  padding: 20px 30px 30px 30px;
  border-radius: 4px;
  margin-top: 30%;
  -webkit-box-shadow: 1px 1px 5px 2px rgba(66, 117, 115, 1);
  -moz-box-shadow: 1px 1px 5px 2px rgba(66, 117, 115, 1);
  box-shadow: 1px 1px 5px 2px rgba(66, 117, 115, 1);
}

/*======================================================================*/

/*====================ADMIN PANEL ENDS=======================*/

.contact-us-box {
  -webkit-box-shadow: 1px 1px 4px 1px rgba(200, 200, 200, 0.8);
  -moz-box-shadow: 1px 1px 4px 1px rgba(200, 200, 200, 0.8);
  box-shadow: 1px 1px 4px 1px rgba(200, 200, 200, 0.8);
  padding: 0;
}
.contact-us-head {
  color: #172050;
  margin-bottom: 30px;
  font-weight: 600;
}
@media (max-width: 768px) {
  .contact-us-head {
    font-size: 2em;
  }
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
  .contact-us-head {
    font-size: 2.2em;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1450px) {
  .contact-us-head {
    font-size: 2.5em;
  }
}

/*==============================MOBILE RESPONSIVE========================*/

/*=======================================================================*/

.free-videos-head {
  color: #172050;
  margin-bottom: 30px;
  font-weight: 600;
}
.btn-notes {
  background: #172050;
  border: #172050;
  color: #fff;
  border-radius: 2px;
  width: 6%;
}
.btn-notes:hover {
  background: #fff;
  color: #172050;
  border: 1px solid #172050;
}
.video-back {
  padding: 0 2px 10px 2px;
  box-shadow: 1px 1px 2px 1px #bbb;
  border: 1px solid #ccc;
  margin-top: 20px;
}
.video-topic {
  font-size: 1em;
  padding-left: 0;
  font-weight: 500;
  color: #172050;
  white-space: nowrap;
  width: 83%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
  cursor: pointer;
}
.video-part {
  font-weight: 500;
  color: #444;
  text-align: right;
  white-space: nowrap;
  width: 17%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
  cursor: default;
}
.video-course {
  color: #666;
  font-weight: 500;
  white-space: nowrap;
  width: 38%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
  text-align: left;
  cursor: default;
}
.video-subject {
  color: #888;
  font-weight: 500;
  white-space: nowrap;
  width: 38%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
  text-align: left;
  cursor: default;
}
.play-video-back {
  padding: 0;
  cursor: pointer;
}
.play-video-back i {
  color: #172050;
  margin: 55px 0;
}
.play-video-back i:hover {
  color: #444;
}

/*=========================================================================*/

@media (max-width: 767px) {
  .free-videos-head {
    font-size: 2em;
  }
  .paddingzero {
    padding: 0;
  }
}

@media screen and (min-width: 768px) and (max-width: 992px) {
  .free-videos-head {
    font-size: 2.2em;
  }
  .video-subject {
    width: 110px;
  }
}

@media screen and (min-width: 993px) and (max-width: 1200px) {
  .free-videos-head {
    font-size: 2.2em;
  }
  .video-subject {
    width: 110px;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1450px) {
  .free-videos-head {
    font-size: 2.5em;
  }
}

/*=======================================================================*/

.clear {
  clear: both;
  display: block;
  height: 0;
  width: auto;
}

.faq-row-container {
  font-family: "Nunito sans", sans-serif;
}

.faq-row {
  background-color: #fff;
  margin-bottom: 12px;
  position: relative;
  overflow: hidden;
  min-height: 200px;
}

.faq-row-handle > a {
  cursor: pointer;
  display: block;
  color: #172050;
  font-weight: normal;
  font-size: 1em;
  padding: 7px 10px 7px 10px;
  line-height: 20px;
  text-decoration: none;
  outline: 0;
  float: left;
  border: #ddd 1px solid;
}

.faq-row-handle a.open {
  color: #09034d;
  font-weight: 600;
  background: #fff;
}

.faq-row-content {
  display: none;
  position: absolute;
  width: 100%;
  min-height: 200px;
}

.faq-row-content.open {
  display: block;
  min-height: 200px;
}

/*///////////////////////////////////////////////////////////////////////*/

/*=======================================================================*/

/* NEW CSS STARTS HERE */
.course-card-container {
  display: flex;
     
  align-items: center;
  flex-direction: row;
  justify-content: space-around;
  margin-top: 5rem;
  margin-bottom: 5rem;
}

.course-card {
	width:350px;
  position: relative;
  border: solid 2px #09034d33;
  background-image: url('https://www.toptal.com/designers/subtlepatterns/uploads/p6.png');
  background-repeat: repeat;
  background-size: auto;
  padding: 20px;
  display: flex;
  flex-direction: column;
  row-gap: 1.5rem;
  border-radius: 10px;
  box-shadow: rgba(9, 0, 8, 0.1) 10px 10px 9px 3px, rgba(0, 0, 0, 0.06) 5px 6px 5px 4px;
  flex: 1;
  cursor: default;

  overflow: hidden;
  transition: all 0.4s ease;
}

/* Corner Sticker */
.course-card::before {
  content: "NEW";
    position: absolute;
    top: 16px;
    right: -53px;
    background-color: #000066;
    color: #000066;
    font-size: 10px;
    font-weight: bold;
    padding: 5px 35px;
    transform: rotate(45deg);
    transform-origin: top right;
    transition: all 0.4s ease;
    z-index: 5;
    box-shadow: 0 8px 9px rgba(8, 6, 4, 0.2);
}

/* On hover: sticker grows slightly and changes color */
.course-card:hover::before {
    background-color: #000066;
    transform: rotate(24deg) scale(1.1);
}


.course-card-h3 {
  color: #001437;
  font-size: 3rem;
  font-weight: 700;
  margin: 0;
}
.fa-arrow-circle-down{
	
	    color: #09034d;
	
}
.course-card-link {
  color: #001437;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 1.5rem;
  font-weight: 400;
  border: 2px solid #09034d59;
  padding: 2px 5px;
  border-radius: 5px;
}

.course-card-icon {
  font-size: 3rem;
  color: #d5e8ff;
}

@media (max-width: 767px) {
  .course-card-container {
    flex-direction: column;
    row-gap: 3rem;
  }

  .course-card {
    margin-left: auto;
    margin-right: auto;
    flex: 1;
	width:300px !important;
    width: 100%;
    row-gap: 1rem;
  }

  .course-card-h3 {
    font-size: 2rem;
  }

  .course-card-link {
    font-size: 1.25rem;
  }

  .course-card-icon {
    font-size: 2.5rem;
  }
}

@media screen and (min-width: 768px) and (max-width: 992px) {
  .course-card-container {
    flex-direction: column;
    row-gap: 3rem;
  }

.course-card {
  position: relative;
  border: solid 2px #09034d;
  background-image: url('https://www.toptal.com/designers/subtlepatterns/uploads/p6.png');
  background-repeat: repeat;
  background-size: auto;
  padding: 20px;
  display: flex;
  flex-direction: column;
  row-gap: 1.5rem;
  border-radius: 10px;
  box-shadow: rgba(9, 0, 8, 0.1) 10px 10px 9px 3px, rgba(0, 0, 0, 0.06) 5px 6px 5px 4px;
  flex: 1;
  cursor: default;
 
  overflow: hidden;
  transition: all 0.4s ease;
}

/* Corner Sticker */
.course-card::before {
  content: "NEW";
    position: absolute;
    top: 16px;
    right: -53px;
    background-color: #000066;
    color: #000066;
    font-size: 10px;
    font-weight: bold;
    padding: 5px 35px;
    transform: rotate(45deg);
    transform-origin: top right;
    transition: all 0.4s ease;
    z-index: 5;
    box-shadow: 0 8px 9px rgba(8, 6, 4, 0.2);
}

/* On hover: sticker grows slightly and changes color */
.course-card:hover::before {
    background-color: #000066;
    transform: rotate(24deg) scale(1.1);
}


  .course-card-h3 {
    font-size: 2rem;
  }

  .course-card-link {
    font-size: 1.25rem;
  }

  .course-card-icon {
    font-size: 2.5rem;
  }
}

/* NEW CSS ENDS HERE */
