* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scrollbar-color: #55bdca #ffffff;
  scrollbar-width: thin;
}

body {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  color: #022249;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}


a {
  color: #022249;
  text-decoration: none;
  display: inline-block;
}

p {
  margin-bottom: 15px;
}

ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

:root {
  --blue: #022249;
  --mid-blue:#0056b3;
  --white: #ffffff;
  --yellow: #ffdb31;
  --darkyellow: #f7d223;
  --balck: #000000;
  --orange: #e8783e;
  --orange-hover: #eb4b0799;
  --darkgray: #969db2;
  --red: #c61522;
  --lightgray: #efefef;
  --lightblack: #022249;
  --skyblue: #55bdca;
  --green: #28a745;
  --black-hover-shadow: #33333375;
  --light-blue:#83bcf9;
}

::-webkit-scrollbar {
  width: 8px;
  height: 0.5em;
}

::-webkit-scrollbar-thumb {

  /* background: rgba(85, 189, 202, .9); */
  background: #55bdca;
  border: 0.1em solid var(--white);
  /* border-radius: 100vw; */
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

a {
  text-decoration: none;
  display: inline-block;
  color: var(--blue);
}

a:hover,
a:focus {
  color: var(--blue);
}


h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  color: var(--lightblack);
  font-family: 'Poppins', sans-serif;
}

h1 {
  font-family: 'League Spartan', sans-serif;
  font-weight: 700;
}

h2 {
  font-size: 20px;
  margin-bottom: 15px;
  font-family: 'League Spartan', sans-serif;
}

h3 {
  font-size: 16px;
  margin-bottom: 10px;
}

h4 {
  font-size: 16px;
  margin-bottom: 10px;
}

h5 {
  font-size: 14px;
}

h6 {
  font-size: 10px;
}

p {
  margin-bottom: 15px;
}

ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.form-field {
  display: block;
  width: 100%;
  padding: 0.375rem 0.25rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #555;
  opacity: 0.6;
  background-color: var(--white);
  border: none;
  border-bottom: 1px solid rgba(85, 85, 85, .6);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin-bottom: 16px;
}

.form-field:focus {
  border-bottom: 1px solid rgba(85, 85, 85, .6);
}

.form-field:focus-visible {
  outline: none;
}

.aboutUsSection form textarea {
  resize: none;
  margin-bottom: 40px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;

}

.w-100 {
  width: 100%;
}

.w-130 {
  min-width: 130px;
}

.mb-mb-5 {
  margin-bottom: 40px;
}

.bg-lightblue {
  background: #55bdca33;
}

.bg-blue {
  background-color: var(--blue);
}

form select option {
  font-weight: 600;
}

/* ===============aboutusSection============== */


.aboutUsSection .heading-image {
  margin-bottom: 35px;
  text-align: center;
}


.aboutUsSection form h4 {
  margin-bottom: 28px;
  font-weight: 700;
  font-size: 16px;
  color: var(--blue);
  padding-left: 5px;

}

.aboutUsSection form {
  padding: 25px;
  box-shadow: 0 5px 15px 0 rgb(0 0 0 / 11%);
  background-color: var(--white);
  position: relative;
  max-width: 380px;
  margin: auto;
}

.aboutUsSection form::before {
  content: "";
  border-left: 5px solid var(--orange);
  position: absolute;
  height: 69%;
  left: -5px;
  top: 0;
}

.aboutUsSection form::after {
  content: "";
  border-bottom: 5px solid var(--orange);
  position: absolute;
  width: 75%;
  top: -5px;
  left: -5px;
}

.aboutUsSection form select {
  color: #000;
  opacity: unset;
}
.wpcf7-form-control-wrap select.form-field{
  opacity: unset;
}
.aboutUsSection form textarea {
  border: 1px solid rgba(85, 85, 85, .6);
}

.aboutUsSection button {
  margin-top: 20px;
}

.aboutUsSection .nav-pills .nav-link {
  color: var(--blue);
  opacity: 0.5;
  font-size: 14px;
  font-weight: 600;
  margin-top: 0;
  padding: 0.7rem 0.5rem;
}

.aboutUsSection .nav-pills .nav-link.active {
  color: var(--blue);
  background: unset;
  font-weight: 600;
  opacity: 1;
}

.aboutUsSection .navDetailWrap .tab-content {
  padding: 0 10px;
  margin-bottom: 30px;
}


.aboutUsSection .navDetailWrap .director {
  display: block;
}

.aboutUsSection .nav-item {
  padding: 0.5rem;
}

.aboutUsSection .nav-item .nav-link {
  padding: 0;
}

.navPills {
  padding: 0 10px;
  margin-bottom: 20px;
  justify-content: center;
  background: rgba(85, 189, 202, .2);
}

.flexColumn {
  flex-direction: column-reverse;
}

/* ==========slider section */
.videoSection {
  overflow: hidden;
}
.videoSection .slider .slick-next:before { content: '\2192' !important;  }
.videoSection .slider .slick-prev::before {  content: '\2190' !important;
  left: 28px;
}
.videoSection .slider .slick-next:before,
.videoSection .slider .slick-prev::before{
  position: absolute;
  color: var(--blue);
  font-size: 34px;
  bottom: -70px !important ;
}



.videoSection .slider .slick-next:before {
  right: 28px;
}

/* .videoSection h2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
} */

.videoSection h2 {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  margin-bottom: 0;
  text-align: center;
  max-width: 540px;
}

.videoSection::before {
  content: "";
  position: absolute;
  top: 12px;
  left: 0;
  width: 100%;
  height: 32px;
  background: rgba(85, 189, 202, .2);
  z-index: -1;
}

.mt-40 {
  margin-top: 44px;
}

.infomative-video {
  text-align: center;
}

.videoSection .infomative-video iframe {
  max-height: 180px !important;
  max-width: 100% !important;
}

.max-size {
  margin-top: 20px;
}

.videothumbnail {
  position: relative;
  margin: 5px;
}

.videothumbnail::before {
  content: "";
  border-left: 5px solid var(--orange);
  position: absolute;
  height: 75%;
  top: 26%;
  left: -5px;
}

.videothumbnail::after {
  content: "";
  position: absolute;
  left: -5px;
  border-bottom: 5px solid var(--orange);
  width: 60%;
  bottom: -5px;
}

.videothumbnail span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 30px;
  width: 30px;
  display: inline-flex;
}

.videothumbnail span svg {
  fill: var(--white);
}

.videothumbnail:hover span svg {
  fill: var(--orange);
}

.slick-slide.is-active .videothumbnail img {
  opacity: .5;
}

.slick-slide.is-active .videothumbnail span svg {
  fill: var(--orange);
}

.videoSection .smalldescription {
  margin-top: 50px;
}

.videoSection .smalldescription span {
  font-family: "Poppins";
  display: block;
  font-size: 16px;
  margin-bottom: 10px;
  font-weight: 600;
}

.slider-nav .slick-slide {
  cursor: pointer;
}


/* aboutSection */


/* ===================whyKipsSection=========================== */
.whyKipsSection h2 {
  text-align: center;
  margin-bottom: 25px;
}

.whyKipsSection .accordion-item .accordion-button.collapsed {
  color: var(--white);
  background-color: #02224980;
  box-shadow: none;
}

.whyKipsSection .accordion-item .accordion-button {
  font-weight: 600;
  font-family: "Poppins", "sans-serif";
  font-size: 16px;
  padding: 1rem;
  box-shadow: none;
}

.whyKipsSection .accordion-button::after {
  background-image: url(../images/arrow-down.svg) !important;
  width: 19px;
  height: 11px;
  background-size: cover;
}

.whyKipsSection .accordion-item {
  border: unset;
}

.whyKipsSection .accordion-button:not(.collapsed) {
  color: var(--white);
  background-color: var(--skyblue);
}

.trackPointsWrapper ul li {
  position: relative;
  padding-left: 26px;
}

.trackPointsWrapper ul li::before {
  content: "";
  position: absolute;
  top: 3px;
  left: 0;
  height: 14px;
  width: 14px;
  background-image: url('./assets/images/check-circle2.svg');
}


/* ==================featured books */
.FeaturedBooksSection h2 {
  text-align: center;
  margin-bottom: 25px;
}

.featuredBookCard {
  text-align: center;
  padding: 0 15px;
}

.mb-book {
  margin-bottom: 30px;
}

.featuredBookCard .bookWrapper {
  max-width: 200px;
  margin: auto;
}

.featuredBookCard .bookWrapper img {
  box-shadow: 0 10px 30px 0 rgb(0 0 0 / 15%);
}

.featuredBookCard .bookDetail {
  margin-top: 15px;
}

.btnWrap {
  text-align: center;
}

.whyKipsSection .accordion-header {
  margin-bottom: 5px;
}

.whyKipsSection .accordion-collapse {
  margin-bottom: 10px;
}



/* ====================success strory================= */
.successStorySection {
  overflow: hidden;
  margin: 2.5rem 0;
}

.successStorySection::before {
  content: "";
  position: absolute;
  top: 12px;
  left: 0;
  width: 100%;
  height: 32px;
  background: rgba(85, 189, 202, .2);
  z-index: -1;
}

.successStorySection h2 {
  font-size: 24px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  font-weight: 700;
  width: 100%;
  text-align: center;
  margin-bottom: 0;
  max-width: 700px;
}

.mt-50 {
  margin-top: 40px;
}

.successStoryCard {
  background: var(--white);
  position: relative;
  box-shadow: 0 5px 20px 0 hsl(0deg 0% 48% / 16%);
  margin: 5px;
  /* padding: 10px 15px;
  font-size: 14px; */
}

.successStoryCard::before {
  content: "";
  border-left: 5px solid var(--orange);
  position: absolute;
  height: 75%;
  left: -5px;
  top: 25%;
}

.successStoryCard::after {
  content: "";
  border-bottom: 5px solid var(--orange);
  position: absolute;
  width: 60%;
  left: -5px;
  bottom: -5px;
}

.successStoryCard h3 {
  text-transform: uppercase;
  color: var(--skyblue);
  font-family: "Poppins";
  font-weight: 600;
  margin-top: 15px;
  margin-bottom: 5px;
  font-size: 16px;
}

.successStoryCard span {
  text-transform: uppercase;
  display: inline-block;
  font-size: 15px;
  color: var(--blue);
  font-weight: 700;
  margin-bottom: 10px;
}

/* .successStoryCard img {
  border-radius: 50%;
} */

.slick-dots li button {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  margin: 0 3px;
  background-color: var(--white);
  font-size: 0px;
  line-height: 0px;
  border: 2px solid var(--skyblue);
}

.slick-dots li.slick-active button {
  background-color: var(--skyblue);
  border-radius: 50%;
  width: 8px;
  height: 8px;
  border: 2px solid var(--skyblue);
}

.slick-dots li button:hover {
  background-color: var(--skyblue);
}

.successStorySection .successStoriesSlider {
  margin-bottom: 40px;
}
.siteBanner .slick-dots {
  bottom: -34px;
}
.successStorySection .successStoriesSlider .slick-dots {
  bottom: -78px;
}


.successStory-DetailWrapper {
  min-height: 260px;
}




/* =====================flipcard====================== */
.locationsSection h2 {
  text-align: center;
  margin-bottom: 40px;
}

.locationsSection .locationCard {
  border-radius: 30px;
  transition: .5s;
  position: relative;
  display: block;
  max-width: 300px;
  margin: auto;
  height: 100%;
  min-height: 122px;
}

.locationCard .locationDetail {
  background-color: var(--white);
  width: 100%;
  height: 100%;
  border-radius: 4px;
  backface-visibility: hidden;
  transform: perspective(1000px) rotateY(0deg);
  transition: .5s;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.locationCard .locationDetail h3 {
  text-align: center;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(2, 34, 73, .267);
  margin-bottom: 12px;
}

.locationCard:hover .locationDetail {
  transform: perspective(1000px) rotateY(180deg);
  display: flex;
}

.locationCard .content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 4px;
  backface-visibility: hidden;
  transform: perspective(1000px) rotateY(-180deg);
  background: var(--skyblue);
  transition: .5s;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: var(--white);
  padding: 0 15px;
  text-align: center;

}

.locationCard .content span {
  display: block;
  margin-top: 5px;
}

.locationCard:hover .content {
  transform: perspective(1000px) rotateY(0);
}

.contactInfo p {
  margin-bottom: 0;
}


.line-break {
  margin: 0 7px;
}

.phone,
.whatsapp {
  position: relative;
  padding-left: 16px;
}

.phone::before {
  content: "";
  position: absolute;
  top: 3px;
  left: 0;
  background-image: url('./assets/images/phone.svg');
  height: 11px;
  width: 11px;
}

.whatsapp::before {
  content: "";
  position: absolute;
  top: 3px;
  left: 0;
  background-image: url('./assets/images/whatsapp.svg');
  height: 12px;
  width: 11px;
}

.recaptcha-message {
  font-size: 9px;
  color: #ccc;
  text-align: center;
}
.recaptcha-message a{
  color:var(--light-blue) ;
}
.locationDetail .contactInfo span {
  font-size: 12px;
}

.locationCard .locationDetail .contactInfo {
  text-align: center;
  display: block;
}

.locationCard .content .svgIcon {
  width: 34px;
  height: 34px;
  fill: var(--white);
}

.mb-20 {
  margin-bottom: 30px;
}

.float {
  position: fixed;
  width: 50px;
  height: 50px;
  bottom: 20px;
  right: 30px;
  background-color: #25d366;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  box-shadow: 6px 6px 25px 0 rgba(17, 69, 132, .15);
  box-shadow: 2px 2px 3px #999;
  z-index: 1000;
}

.float svg {
  padding: 4px 1px 0 0;
  width: 40px;
  height: 40px;
}

.footerSection {
  background-color: var(--blue);
  padding-top: 2rem;
}

.footerSection ul li a,
.footerSection ul li span,
.footerSection h3 {
  color: var(--white);
  transition: .3s;
}

.footerSection ul li address {
  margin-bottom: 0;
  font-style: initial;
}

.footerSection h3 {
  font-family: "Poppins";
  font-weight: 700;
  margin-bottom: 25px;
  letter-spacing: 1px;
  font-size: 18px;
}

.card-title{
  color: var(--skyblue);
}

.footerSection ul li {
  padding-bottom: 15px;
}

/* =============== */

#addContent {
  display: none;
}

/* ==============custom accordion */
#pills-accr {
  flex-direction: column;
}

#pills-accr .nav-link+div {
  opacity: 0;
  height: 0;
  visibility: hidden;
  overflow: hidden;
}

#pills-accr .nav-link.active+div {
  height: initial;
  opacity: 1;
  visibility: visible;
  transition: all linear 0.5s;
}

.whyKipsSection .nav .nav-item {
  margin-bottom: 5px;
}

.whyKipsSection .nav .nav-item .nav-link {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 1rem 1.25rem;
  font-weight: 400;
  font-family: "Poppins", "sans-serif";
  font-size: 16px;
  padding: 1rem;
  border: 0;
  border-radius: 0;
  background-color: var(--blue);
  color: var(--white);
  text-align: left;
  
}

/*.whyKipsSection .nav .nav-item .nav-link::after {
  content: "";
  flex-shrink: 0;
  margin-left: auto;
  background-image: url('./assets/images/arrow-down.svg') !important;
  width: 19px;
  height: 11px;
  background-size: cover;
  transition: transform 0.4s ease-in-out;
}

.whyKipsSection .nav .nav-item .nav-link.active::after {
  background-image: url('./assets/images/arrow-down.svg') !important;
  transform: rotate(-180deg);
}*/

.whyKipsSection .nav .nav-item .nav-link.active {
  color: var(--white);
  background-color: var(--skyblue);
}

.whyKipsSection .contentBox {
  padding: 20px 4px;
}

.programsOfferedContent {
  padding: 20px 4px;
}

.programsOfferedContent ul {
  list-style: disc;
  padding-left: 20px;
  margin: 16px 0;
}



.footerSection ul li span {
  padding-right: 8px;
}



.envelop {
  display: inline-flex;
  height: 14px;
  width: 14px;
  fill: var(--white);
}

.mail-link,
.phone-link {
  position: relative;
  padding-left: 28px;  
}
/* .mail-link {background: url("./assets/images/email(1).svg") no-repeat;background-position-y: 1px;}
.phone-link {background: url("./assets/images/phone(1).svg") no-repeat;background-position-y: 1px;} */

.envelop {
  position: absolute;
  top: 3px;
  left: 0;
}

.copyRight {
  text-align: center;
  background: var(--blue);
  border-top: 0.8px solid #bdbdbd;
  color: var(--white);
  padding: 12px 0;
  font-size: 12px;
}

/* .footerSection ul li a:hover {
  color: var(--skyblue);
} */

.footerSection ul li a:hover svg {
  fill: var(--skyblue);
}

.topBtn,
.questionMark {
  display: none;
  justify-content: center;
  align-items: center;
  position: fixed;
  bottom: 95px;
  right: 30px;
  z-index: 99;
  border: none;
  outline: none;
  background-color: var(--skyblue);
  opacity: 0.5;
  color: white;
  cursor: pointer;
  border-radius: 50%;
  height: 50px;
  width: 50px;
}

.questionMark {
  right: 85px !important;
}

.qscrolled {
  display: flex !important;
}

.topBtn:hover,
.questionMark:hover {
  background-color: var(--skyblue);
  opacity: 1;
}
.topBtn:hover svg,
.questionMark:hover svg{
  fill: var(--white);

}
.topBtn svg {
  height: 40px;
  width: 40px;
  fill: var(--blue);
}

.questionMark svg {
  height: 26px;
  width: 26px;
  fill: var(--blue);
}


/* ============pop up form================ */
/* The Modal (background) */
.bottomModal {
  display: none;
  align-items: center;
  position: fixed;
  z-index: 999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.4);
  padding: 60px 15px 15px 15px;
}

/* Modal Content/Box */
.modal-Content {
  position: relative;
  margin: auto;
}

.modal-Content .wpcf7 {
  padding: 25px;
  box-shadow: 0 5px 15px 0 rgb(0 0 0 / 11%);
  background-color: var(--white);
  max-width: 380px;
  margin: auto;
  height: 100%;
  max-height: 478px;
  width: 100%;
  overflow-y: scroll;
  margin: auto;
}

.bottomModal {
  overflow: hidden;
}

.modal-Content::before {
  content: "";
  border-left: 5px solid var(--orange);
  position: absolute;
  height: 69%;
  left: -5px;
  top: 0;
}

.modal-Content::after {
  content: "";
  border-bottom: 5px solid var(--orange);
  position: absolute;
  width: 75%;
  top: -5px;
  left: -5px;
}


.modal-Content textarea {
  border: 1px solid rgba(85, 85, 85, .6);
  resize: none;
  margin-bottom: 40px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.modal-Content button {
  margin-top: 20px;
}

.modal-Content h4 {
  margin-bottom: 20px;
  font-weight: 700;
  font-size: 16px;
  color: var(--blue);
  padding-left: 5px;
}

/* The Close Button (x) */
.close {
  position: absolute;
  right: 10px;
  top: 0;
  color: #000;
  font-size: 35px;
  font-weight: bold;
  cursor: pointer;
}

/* Add Zoom Animation */
.animate {
  -webkit-animation: animatezoom 0.6s;
  animation: animatezoom 0.6s
}

@-webkit-keyframes animatezoom {
  from {
    -webkit-transform: scale(0)
  }

  to {
    -webkit-transform: scale(1)
  }
}

@keyframes animatezoom {
  from {
    transform: scale(0)
  }

  to {
    transform: scale(1)
  }
}

/* =====POP UP FORM END===== */
.footerSection .container {
  padding-bottom: 20px;
}

.orderNowSection {
  padding: 1.5rem;
  text-align: center;
  position: relative;
  margin-bottom: 32px;
}

.orderNowSection h1 {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -25px;
  font-size: 20px;
}

.labelContainer {
  display: block;
  position: relative;
  cursor: pointer;
}

.labelContainer input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}


.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.labelContainer input:checked~.checkmark:after {
  display: block;
}


.labelContainer .checkmark:after {
  right: 15px;
  top: 3px;
  width: 5px;
  height: 10px;
  border: solid var(--balck);
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.labelContainer .checkmark::before {
  content: "";
  height: 18px;
  width: 18px;
  position: absolute;
  right: 10px;
  top: 0;
  border: 1px solid #00000047;
}

.orderBooksSection .featuredBookCard .bookWrapper {
  max-width: unset;
  margin: unset;
}

.bookPrice {
  color: var(--skyblue);
  display: block;
  margin-top: 8px;
  font-weight: 600;
  font-size: 14px;
}

.formStyleAll {
  padding: 25px;
  box-shadow: 0 5px 15px 0 rgb(0 0 0 / 11%);
  background-color: var(--white);
  /* max-width: 380px; */
  position: relative;
  margin: 26px auto auto auto;
  max-width: 380px;
}

.formStyleAll::before {
  content: "";
  border-left: 5px solid var(--orange);
  position: absolute;
  height: 69%;
  left: -5px;
  top: 0;
}

.formStyleAll::after {
  content: "";
  border-bottom: 5px solid var(--orange);
  position: absolute;
  width: 75%;
  top: -5px;
  left: -5px;
}

.formStyleAll h4 {
  margin-bottom: 40px;
}

.formStyleAll textarea {
  border: 1px solid rgba(85, 85, 85, .6);
  resize: none;
  margin-bottom: 40px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.selectAllLabel {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 26px;
  cursor: pointer;
  font-size: 18px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-align: center;
}

.selectAllLabel input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.select-All .slCheckmark {
  position: absolute;
  top: 3px;
  left: 0;
  height: 18px;
  width: 18px;
  border: 1px solid var(--balck);
}


.slCheckmark:after {
  content: "";
  position: absolute;
  display: none;
}

.selectAllLabel input:checked~.slCheckmark:after {
  display: block;
}

.selectAllLabel .slCheckmark:after {
  left: 5px;
  top: 1px;
  width: 5px;
  height: 10px;
  border: solid var(--balck);
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}


.pastPapersSection {
  padding-bottom: 2rem;
}


.pastPaperCardWrap {
  box-shadow: 0 5px 20px 0 hsl(0deg 0% 48% / 16%);
  background-color: var(--white);
  padding: 22px;
  height: 100%;
}

.mb-pp {
  margin-bottom: 50px;
}

.paper-year-heading {
  display: flex;
  gap: 0 20px;
  align-items: center;
  margin-bottom: 24px;
}

.paper-year-heading h2 {
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 700;
}

.paper-year-heading span {
  width: 32px;
  height: 32px;
  background: var(--blue);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.paper-year-heading span::before {
  content: "";
  border-left: 3px solid var(--orange);
  position: absolute;
  height: 20px;
  left: -3px;
  top: 12px;
}

.paper-year-heading span::after {
  content: "";
  border-bottom: 2px solid var(--orange);
  position: absolute;
  width: 70%;
  top: 32px;
  left: -2.5px;
}

.paper-year-heading svg {
  height: 18px;
  width: 20px;
  fill: var(--white);
}

.pastPaperCardWrap ul li {
  padding-bottom: 12px;
}

.pastPaperCardWrap ul li a {
  font-size: 14px;
}

.pastPaperCardWrap ul li:last-of-type {
  padding-bottom: 0;
}

.test-yourself-section h2 {
  margin-bottom: 15px;
}

.smallHeadingTestYourSelf {
  font-size: 16px;
  margin-bottom: 15px;
  display: block;
  text-align: center;
}

/* test Your Self */

.checkFieldsWrapper {
  padding: 10px 0;
}

.radioBtnLabel {
  display: block;
  position: relative;
  padding-left: 28px;
  margin-bottom: 10px;
  cursor: pointer;
  font-size: 14px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.radioBtnLabel input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.radioBtnSpan {
  position: absolute;
  top: 0;
  left: 0;
  height: 16px;
  width: 16px;
  /* background-color: #eee; */
  border-radius: 50%;
  border: 1px solid #00000042;
}

.radioBtnLabel:hover input~.radioBtnSpan {
  background-color: var(--skyblue);
}

.radioBtnLabel input:checked~.radioBtnSpan {
  background-color: var(--skyblue);
  box-shadow: 2px 2px 6px grey;
}

.radioBtnSpan:after {
  content: "";
  position: absolute;
  display: none;
}

.radioBtnLabel input:checked~.radioBtnSpan:after {
  display: block;
}

.radioBtnLabel .radioBtnSpan:after {
  top: 4px;
  left: 4px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: white;
}

.test-yourself-section .contentBox {
  margin-bottom: 10px;
  border-bottom: 1px solid #2d343461;
  padding-bottom: 30px;
}

.inside-content {
  margin-bottom: 10px;
}

.footerImgWrap {
  margin-bottom: 15px;
}

.sm-icons ul {
  display: flex;
  align-items: center;
  gap: 0 12px;
}

.sm-icons ul li {
  padding-bottom: 0;
  /* background-color: var(--white);
  border-radius: 6px; */
}

.sm-icons ul li a {
  height: 30px;
  transition: .3s;
  width: 30px;
  border-radius: 3px;
  background: var(--white);
  /* opacity: .6; */
  display: flex;
  justify-content: center;
  align-items: center;
}

.sm-icons ul li a svg {
  height: 20px;
  width: 20px;
  fill: var(--blue);
}

/* .more {
  display: none;
} */


.wpcf7-not-valid-tip {
  position: relative;
  left: 0;
  bottom: 0;
  margin: -10px 0 20px 0;
  display: block;
  font-size: 14px;
  color: red;
}

.wpcf7-form .wpcf7-response-output {
  font-size: 14px;
  text-align: center;
  padding: 1em 0;
  margin: 10px 0 !important;
}



body.remove-scroll {
  overflow-y: hidden;
  position: relative;
  height: 100%;
}

.c-wrapper {
  position: relative;
  padding-top: 80px;
}

.c-wrapper h1 {
  position: absolute;
  top: 35px;
  text-transform: uppercase;
  left: 0;
  width: 100%;
  text-align: center;
}

.c-wrapper::before {
  content: "";
  position: absolute;
  top: 48px;
  left: 0;
  height: 32px;
  width: 100%;
  background-color: var(--white);
}

/* contact form custom design */
.orderBook-Label br {
  display: none;
}

.orderBook-Label {
  display: flex;
  gap: 0 18px;
  flex-direction: column-reverse;
  justify-content: center;
  align-items: center;
  padding: 0 15px;
}

.orderBook-Label .bookDetail {
  text-align: center;
}

.orderBooksSection .wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
  display: block;
}

.orderBooksSection .wpcf7-list-item label input {
  margin-right: 50px;
  visibility: hidden;
  width: 0px;
  height: 0px;
  opacity: 0;
  display: none;
}

.orderBooksSection .wpcf7-list-item label span {
  width: 193px;
  height: 235px;
  position: relative;
  font-size: 0px;
  cursor: pointer;
  position: relative;
  background-repeat: no-repeat;
  /* background-position: left center; */
  /* background-size: contain; */
  background-position: center;
  background-size: cover;
  background-image: url("./assets/images/current-affairs.png");
}

.orderBooksSection .row .col-sm-6:nth-child(1) .wpcf7-list-item-label {
  background-image: url("./assets/images/current-affairs.png");
}

.orderBooksSection .row .col-sm-6:nth-child(2) .wpcf7-list-item-label {
  background-image: url("./assets/images/essay-encyclopedia.png");
}

.orderBooksSection .row .col-sm-6:nth-child(3) .wpcf7-list-item-label {
  background-image: url("./assets/images/gsa.png");
}

.orderBooksSection .row .col-sm-6:nth-child(4) .wpcf7-list-item-label {
  background-image: url("./assets/images/gender-studies.png");
}

.orderBooksSection .row .col-sm-6:nth-child(5) .wpcf7-list-item-label {
  background-image: url("./assets/images/pakistan-affairs.png");
}

.orderBooksSection .row .col-sm-6:nth-child(6) .wpcf7-list-item-label {
  background-image: url("./assets/images/mine-of-general-knowledge.png");
}

.orderBooksSection .row .col-sm-6:nth-child(7) .wpcf7-list-item-label {
  background-image: url("./assets/images/sociology.png");
}

.orderBooksSection .row .col-sm-6:nth-child(8) .wpcf7-list-item-label {
  background-image: url("./assets/images/political-science.png");
}

.orderBooksSection .row .col-sm-6:nth-child(9) .wpcf7-list-item-label {
  background-image: url("./assets/images/islamiyat.png");
}

.orderBooksSection .row .col-sm-6:nth-child(10) .wpcf7-list-item-label {
  background-image: url("./assets/images/islamiyat-urdu.png");
}

.orderBooksSection .row .col-sm-6:nth-child(11) .wpcf7-list-item-label {
  background-image: url("./assets/images/exploring-world-of-english.png");
}

.orderBooksSection .row .col-sm-6:nth-child(12) .wpcf7-list-item-label {
  background-image: url("./assets/images/history-of-usa.png");
}

.orderBooksSection .wpcf7-list-item label span::before {
  content: "";
  width: 21px;
  height: 21px;
  position: absolute;
  right: -18%;
  top: 0;
  background-color: #fff;
  border: 1px solid #d9e0ee;
  border-radius: 3px;
}

.orderBooksSection .wpcf7-list-item label span::after {
  position: absolute;
  right: -14%;
  top: 4px;
  width: 6px;
  height: 11px;
  border: solid white;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.orderBooksSection .wpcf7-list-item label input:checked~.wpcf7-list-item-label:before {
  background-color: #3aa5a9;
}

.orderBooksSection .wpcf7-list-item label input:checked~.wpcf7-list-item-label:after {
  z-index: 99;
}

.orderBooksSection .wpcf7-list-item {
  display: flex;
  width: 100%;
  margin: 0;
}

.orderBooksSection .wpcf7-list-item label {
  display: flex;
  flex-direction: row;
  width: 100%;
}

.orderBook-Label .bookDetail h5 {
  font-size: 16px;
  margin-bottom: 10px;
  color: var(--skyblue);
  font-family: "Poppins";
  font-weight: 600;
}

/* .authorNameDetail .authorName,
.authorNameDetail .authorDetail {font-weight: 600;} */

.featuredBookCard .author-name span:not(:nth-child(1)),
.authorNameDetail span:nth-child(2),
.authorNameDetail span:nth-child(3){font-weight: 600;}
.authorNameDetail span:nth-child(1),
.authorNameDetail span:nth-child(2){  display: inline;}
.featuredBookCard .author-name span:nth-child(3),
.authorNameDetail span:nth-child(3){  display: block;}
.authorNameDetail{font-size: 13px;}
.test-ContentBox .result {
  position: relative;
  width: 100%;
  padding: 5px 0;
  font-weight: 700;
  color: var(--balck);
}

.test-ContentBox .result .msg {
  position: absolute;
  left: 112px;
  top: -47px;
  font-size: 14.4px;
}

.test-ContentBox .result .msg.correct,
.test-ContentBox .result .success {
  color: var(--green);
}

.test-ContentBox .result .danger {
  padding-left: 25px;
  color: var(--red);
  background: url('./assets/images/cancel.svg') no-repeat left top;
}

.test-ContentBox .result .msg.correct {
  padding-left: 25px;
  background: url('./assets/images/correct.svg') no-repeat left top;
}

.quesWrap .goforit {
  margin-top: 15px;
}

.quesWrap .quiz-question {
  margin-bottom: 15px;
  display: block;
}

.orderBook-Label .authorDetail {
  display: block;
}

.orderBook-Label .bookDetail {
  font-size: 14px;
}


.mt-lg-10 {
  margin-top: 40px;
}

.nav-link {
  cursor: pointer;
}


.footerSection ul li a:hover {
  color: var(--skyblue);
}


.w3-animate-top {
  position: relative;
  animation: animatetop 1.5s
}


@keyframes animatetop {
  from {
    top: -300px;
    opacity: 0
  }

  to {
    top: 0;
    opacity: 1
  }
}

.w3-animate-opacity {
  animation: opac 2s
}

@keyframes opac {
  from {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

.w3-animate-left {
  position: relative;
  animation: animateleft 1s
}


@keyframes animateleft {
  from {
    left: -300px;
    opacity: 0
  }

  to {
    left: 0;
    opacity: 1
  }
}

/* payment method section style  */
.payment-method-Section {
  color: var(--lightblack);
}

.payment-method-Section .bankCell {
  position: relative;
  padding-left: 73px;
}

.payment-method-Section .bank-Img-wrap {
  position: absolute;
  left: 0;
  top: -3px;
}

.payment-method-Section .bankCardWrap {
  margin-bottom: 30px;
}

.payment-method-Section {
  padding-bottom: 30px;
  padding-top: 30px;
}

.payment-method-Section .TopStaticSection h2 {
  margin-bottom: 5px;
}

.payment-method-Section .TopStaticSection p {
  margin-bottom: 0;
}

.payment-method-Section .TopStaticSection {
  margin-bottom: 30px;
}

.payment-method-Section .bankName {
  font-weight: 500;
}

.payment-method-Section .bankData span:last-child {
  font-size: 14px;
}
.MD-avatar {max-width: 100px; border-radius: 50%; overflow: hidden; margin: 18px 0;     box-shadow: 3px 3px 8px 2px #ccc; }

@media (min-width: 400px) {
  .aboutUsSection .nav-item {
    padding: 0.5rem 1rem;
  }

  .orderBooksSection .featuredBookCard {
    display: flex;
    text-align: left;
    gap: 0 15px;
  }

  /* .orderBooksSection .featuredBookCard .bookWrapper , */
  .orderBooksSection .featuredBookCard .bookDetail {
    flex: 0 0 auto;
    width: 50%;
    margin-top: 0;
    padding-top: 35px;
  }

  .labelContainer .checkmark:after {
    right: unset;
    left: 51.7%;
  }

  .labelContainer .checkmark::before {
    right: unset;
    left: 50%;
  }

  .selectAllLabel {
    text-align: left;
  }

  .aboutUsSection .nav-pills .nav-link {
    padding: 0;
  }


}

@media (min-width: 576px) {

  .videoSection .slider .slick-prev:before,
  .videoSection .slider .slick-next:before {
    bottom: -88px !important ;
  }

  .videoSection .infomative-video iframe {
    max-height: 320px !important;
  }

  .successStorySection .successStoriesSlider .slick-slide {
    padding: 0 15px;
  }

  .locationCard .locationDetail h3 {
    padding-bottom: 14px;
  }

  .locationCard .locationDetail {
    padding: 20px 15px;
  }

  .labelContainer .checkmark::before {
    left: 49%;
  }

  .labelContainer .checkmark::after {
    left: 50.4%;
  }

  .orderNowSection h1 {
    font-size: 24px;
  }

  .mt-50 {
    margin-top: 48px;
  }

  .aboutUsSection .navDetailWrap .tab-content {
    margin-bottom: 50px;
  }

}

@media (min-width: 768px) {
  .payment-method-Section {
    padding-bottom: 50px;
    padding-top: 50px;
  }

  body {
    font-size: 16px;
  }

  h2 {
    font-size: 22px;
  }
.footerSection ul li{
  font-size: 15px;
}
  .aboutUsSection .nav-pills .nav-link {
    font-size: 16px;
  }

  .aboutUsSection .navDetailWrap {
    font-size: 16px;
  }

  .aboutUsSection .navDetailWrap h5 {
    font-size: 16px;
  }

  .aboutUsSection .navDetailWrap .director {
    font-size: 14px;
  }

  .float {
    right: 30px;
    bottom: 35px;
  }

  .v_mobile {
    display: none;
  }

  .whyKipsSection .container {
    position: relative;
  }

  .whyKipsSection h2 {
    position: relative;
    text-align: left;
    margin-bottom: -12px;
    margin-left: 26px;
    z-index: 2;
    display: block;

  }

  .trackPointsWrapper ul li {
    padding-left: 35px;
    padding-bottom: 6px;
  }

  .trackPointsWrapper ul li::before {
    position: absolute;
    top: 4px;
    left: 0;
    height: 16px;
    width: 16px;
  }

  .featuredBookCard .bookWrapper {
    max-width: 200px;
    margin: 0 auto;
  }

  .programsOfferedSection h2 {
    margin-left: 0;
    text-align: end;
    font-size: 22px;
    margin-bottom: -12px;
  }

  .programsOfferedSection .flex-direction {
    flex-direction: row-reverse;
  }

  .programsOfferedSection .rightTabDetails {
    padding-right: 15px;
  }

  .programsOfferedSection .pill-list {
    margin-left: auto;
  }

  .locationCard .locationDetail h3 {
    font-size: 18px;
  }

  .locationCard .locationDetail {
    padding: 20px;
  }

  .locationDetail .contactInfo span {
    font-size: 14px;
  }

  .phone::before {
    height: 13px;
    width: 13px;
  }

  .whatsapp::before {
    height: 16px;
    width: 13px;
  }

  .phone,
  .whatsapp {
    padding-left: 20px;
  }

  .line-break {
    margin: 0 10px;
  }

  .locationCard .content span {
    font-size: 14px;
  }



  /* ======================= */
  #pills-accr .nav-link.active+div {
    display: none;
  }

  .whyKipsSection .nav .nav-item {
    margin-bottom: 0;
  }

  .whyKipsSection .nav {
    box-shadow: 0 5px 15px 0 rgb(0 0 0 / 16%);
    background-color: var(--white);
    padding: 24px 0;
    padding-bottom: 25px;
    max-width: 295px;
    font-size: 1rem;
    position: relative;
  }

  .whyKipsSection .nav::before {
    content: "";
    border-left: 5px solid var(--orange);
    position: absolute;
    height: 55%;
    left: -5px;
    top: 45%;
  }

  .whyKipsSection .nav::after {
    content: "";
    border-bottom: 5px solid var(--orange);
    position: absolute;
    width: 45%;
    bottom: 0%;
    left: -5px;
  }

  .whyKipsSection .nav .nav-item .nav-link.active {
    background-color: var(--skyblue);
    font-weight:700;
    color: var(--white);
  }

  .whyKipsSection .nav .nav-item .nav-link {
    color: var(--blue);
    background-color: var(--white);
    padding: 12px 25px;
    font-size: 14px;
    text-transform: uppercase;
    text-align: left;
  }

  .whyKipsSection .nav .nav-item .nav-link::after {
    display: none;
  }

  .whyKipsSection ul li .nav-link.active {
    color: var(--white);
    background-color: var(--skyblue);
  }

  .whyKipsSection .tabDetailContent {
    line-height: 1.6;
    font-size: 16px;
  }

  .programsOfferedContent {
    padding: unset;
  }

  .programsOfferedContent h3 {
    font-size: 18px;
  }


  .mb-mb-5 {
    margin-bottom: 60px;
  }

  .spacing {
    padding: 3rem 0;
  }

  .FeaturedBooksSection h2 {
    margin-bottom: 45px;
  }

  .successStorySection {
    margin: 2rem 0;
  }

  .locationsSection h2 {
    margin-bottom: 45px;
  }

  .orderBooksSection .featuredBookCard .bookDetail {
    font-size: 13px;
  }

  .labelContainer .checkmark::before {
    left: 50%;
  }

  .labelContainer .checkmark::after {
    left: 51.6%;
  }

  .smallHeadingTestYourSelf {
    display: none;
  }

  .test-yourself-section .tabDetailContent .tab-pane {
    font-size: 14px;
    box-shadow: 0 5px 20px 0 rgb(0 0 0 / 11%);
    background-color: var(--white);
    padding: 24px 30px;
  }

  .test-yourself-section .test-ContentBox .contentBox:first-of-type {
    padding-top: 0;
  }

  .test-yourself-section .tabDetailContent {
    margin-top: -35px;
  }

  .test-yourself-section .small-head {
    font-size: 20px;
    /* font-family: "Heading"; */
    font-family: "Poppins";
    text-transform: uppercase;
  }

  .radioBtnSpan {

    top: 4px;

  }

  .successStoryCard h3 {

    font-size: 17px;
  }

  .successStoryCard span {

    font-size: 16px;

  }
  .successStorySection h2 {
    font-size: 32px;
  }

  .successStorySection {
    margin: 3rem 0;
  }

  .videoSection {
    padding: 3rem 0 4rem 0;
  }

  .mb-book {
    margin-bottom: 40px;
  }

  .c-wrapper::before {

    top: 52px;

  }

  .tab-content br {
    display: none;
  }

  .videoSection h2 {
    max-width: 720px;
  }

}

@media (min-width: 992px) {
  .pageContentWrapper {
    padding-top: 80px;
  }

  h2 {
    font-size: 28px;
  }

  h3 {
    font-size: 24px;
  }

  h4 {
    font-size: 20px;
  }

  h5 {
    font-size: 18px;
  }

  .aboutUsSection {
    padding-top: 2.5rem;
  }

  .aboutUsSection form {
    margin-top: -128px;
  }
  .book-card{
    display: flex;
    flex-direction: row-reverse;
    gap: 14px;
    justify-content: flex-end;
  }
  .page-id-162 .bookDetail{
    padding-top: 35px;
  }
.card-title {
  font-size: 15px;
}

  .videoSection .infomative-video iframe {
    max-height: 450px !important;
    max-width: 100% !important;
  }


  .videoSection::before {
    top: 15px;
    content: "";
    left: 50%;
    width: 725px;
    height: 627px;
    transform: translateX(-50%);
    background: transparent;
    z-index: -1;
    border: 30px solid rgba(85, 189, 202, .2);
  }

  .mt-40 {
    margin-top: 40px;
  }

  .videoSection .videobox h2 {
    font-size: 28px;
  }

  .videoSection .smalldescription {
    margin-top: 5px;
  }

  .videoSection .smalldescription .btnc {
    padding: 10px 14px;
  }

  .whyKipsSection .tbcontent {
    font-size: 18px;
    line-height: 1.8;
  }

  .featuredBookCard .bookWrapper {
    max-width: unset;
    margin: unset;
  }

  .featuredBookCard .bookWrapper img {
    max-width: 200px;
    min-height: 210px;
  }

  .featuredBookCard {
    display: flex;
    align-items: center;
    gap: 0 20px;
    padding: 0;
    text-align: left;
  }


  .successStorySection::before {
    content: "";
    position: absolute;
    top: 15px;
    width: 725px;
    height: 640px;
    left: 50%;
    transform: translateX(-50%);
    background-color: transparent;
    z-index: -1;
    border: 30px solid rgba(85, 189, 202, .2);
  }

  .successStorySection h2 {
    font-size: 28px;
  }

  .mt-50 {
    margin-top: 40px;
  }

  .successStorySection {
    margin: 40px 0;
  }

  .successStoriesSlider .slick-arrow {
    /* background: var(--skyblue) !important; */
    width: 40px;
    height: 40px;
    border: 2px solid var(--skyblue) !important;
    border-radius: 50%;
    opacity: .7;
    z-index: 3;
    padding-left: 1px;
  }

  .successStoriesSlider .slick-prev {
    left: -30px;
  }

  .successStoriesSlider .slick-next {
    right: -30px;
  }

  .successStorySection .successStoriesSlider .slick-prev:before {
    /* content: url('data:image/svg+xml;utf8,<svg viewBox="0 0 320 512" width="18" height="18" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><path fill="green" d="M34.52 239.03L228.87 44.69c9.37-9.37 24.57-9.37 33.94 0l22.67 22.67c9.36 9.36 9.37 24.52.04 33.9L131.49 256l154.02 154.75c9.34 9.38 9.32 24.54-.04 33.9l-22.67 22.67c-9.37 9.37-24.57 9.37-33.94 0L34.52 272.97c-9.37-9.37-9.37-24.57 0-33.94z"></path></svg>'); */
    content: "❮" !important;
    color: var(--skyblue);
  }

  .successStorySection .successStoriesSlider .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 1;
  }

  .successStorySection .successStoriesSlider .slick-next:before {
    /* content: url('data:image/svg+xml;utf8,<svg viewBox="0 0 320 512" width="18" height="18" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><path fill="green" d="M285.476 272.971L91.132 467.314c-9.373 9.373-24.569 9.373-33.941 0l-22.667-22.667c-9.357-9.357-9.375-24.522-.04-33.901L188.505 256 34.484 101.255c-9.335-9.379-9.317-24.544.04-33.901l22.667-22.667c9.373-9.373 24.569-9.373 33.941 0L285.475 239.03c9.373 9.372 9.373 24.568.001 33.941z"></path></svg>'); */
    content: "❯" !important;
    color: var(--skyblue);
  }

  .whyKipsSection h2 {
    margin-bottom: -18px;
  }

  .programsOfferedSection h2 {
    font-size: 24px;
    margin-right: 14px;
    margin-bottom: -14px;
  }

  .programsOfferedSection .nav {
    margin-left: auto;
  }

  .footerSection {
    padding-top: 2.5rem;
  }

  .footerSection .container {
    padding-bottom: 1.8rem;
  }

  .modal-Content h4 {
    margin-bottom: 28px;
  }



  .locationsSection .locationCard {
    max-width: unset;
  }

  .p-top {
    padding-top: 83px;
  }

  .orderBooksSection .featuredBookCard .bookWrapper img {
    max-width: 100%;
    height: auto;
  }

  .orderBooksSection .featuredBookCard {
    align-items: unset;
  }

  .orderNowSection h1 {
    font-size: 28px;
  }

  .orderNowSection {
    padding: 2rem;
  }

  .pastPaperCardWrap ul li a {
    position: relative;
    display: flex;
    align-items: center;
  }

  .pastPaperCardWrap ul li a::after {
    content: "";
    flex-shrink: 0;
    margin-left: auto;
    background-image: url('./assets/images/eye-solid.svg');
    width: 18px;
    height: 14px;
    background-size: cover;
    transition: transform 0.4s ease-in-out;
    visibility: hidden;
  }

  .pastPaperCardWrap ul li a:hover {
    font-weight: 700;
  }

  .pastPaperCardWrap ul li a:hover::after {
    visibility: visible;
  }

  .test-yourself-section,
  .pastPapersSection {
    padding: 4rem 0;
  }


  .c-wrapper h1 {
    top: 45px;
  }

  .c-wrapper::before {
    border-bottom: 32px solid var(--white);
    border-left: 30px solid var(--white);
    border-top: 32px solid var(--white);
    border-right: 30px solid var(--white);
    background: transparent;
    top: 64px;
    left: 50%;
    transform: translateX(-50%);
    width: 875px;
    height: 960px;
  }

  .c-wrapper .container {
    position: relative;
  }

  .pastPapersSection .mt-lg-10 {
    margin-top: 100px;
  }

  .test-yourself-section h2 {
    font-size: 24px;
  }

  .page-template-front-page header {
    background-color: transparent;
  }

  .mb-book {
    margin-bottom: 60px;
  }

  .orderBooksSection .formStyleAll h4 {
    font-size: 16px;
  }

  .orderBook-Label .bookDetail {
    padding-top: 30px;
  }

  .orderBook-Label .authorNameDetail {
    min-height: 58px;
  }

  .orderBook-Label {
    flex-direction: row-reverse;
    justify-content: left;
    align-items: flex-start;
    padding: 0;
  }

  .orderBook-Label .bookDetail {
    text-align: left;
  }

  .flexColumn {
    flex-direction: unset;
  }

  .navPills {
    padding-left: 23%;
  }

  .aboutUsSection .heading-image {
    margin-bottom: 60px;
  }

  .programsOfferedContent h3 {
    font-size: 20px;
  }

  .successStory-DetailWrapper {
    min-height: 295px;
  }

  .w3-animate-opacity {
    animation: unset
  }

}

@media (min-width: 1200px) {
    .siteBanner .slick-dots {
    bottom: 10px;
}
  .close { right: 20px;}
  .videoSection .slider .slick-next:before {
    right: 33px;
  }

  .videoSection .slider .slick-prev:before,
  .videoSection .slider .slick-next:before {
    bottom: -100px !important;
  }

  .payment-method-Section .bankCell {
    padding-left: 83px;
  }

  .payment-method-Section .bankCardWrap {
    margin-bottom: 50px;
  }

  .payment-method-Section {
    padding-bottom: 60px;
    padding-top: 75px;
  }

  .payment-method-Section .TopStaticSection {
    margin-bottom: 50px;
  }

  h2 {
    font-size: 36px;
  }


  .aboutUsSection .nav-pills .nav-link {
    font-size: 18px;
  }

  .aboutUsSection .nav .nav-item {
    padding: 0.9rem 2rem;
  }

  .aboutUsSection {
    padding-top: 3rem;
    position: relative;
    padding-bottom: 6rem;
  }


  .mt-xl-10 {
    margin-top: 0;
  }

  .aboutUsSection form {
    margin-top: -184px;
  }

  .aboutUsSection .navDetailWrap .tab-content {
    padding: 30px 0 0 0;
  }

  .aboutUsSection .navDetailWrap {
    padding-left: 65px;
  }




  .aboutUsSection .heading-image img {
    width: 162px;
    height: 54px;
  }

  .aboutUsSection .tab-content .tab-pane {
    line-height: 1.5;
  }

  .aboutUsSection .nav-link:hover {
    color: var(--blue);
    opacity: 1;
    font-weight: 600;

  }

  .videoSection .smalldescription span {
    font-size: 20px;
    line-height: 1.2;
  }

  .max-size {
    max-width: 980px;
    margin: 20px auto 0 auto;
  }

  .videoSection .videobox {
    height: 640px;
  }

  .videoSection .smalldescription {
    margin-top: 0;
  }

  .videoSection .smalldescription span {
    font-size: 22px;
  }


  .FeaturedBooksSection h2 {
    margin-bottom: 60px;
  }

  .featuredBookCard .bookWrapper img {
    /* max-width: unset;
    min-height: unset; */
    max-width: 167px;
    min-height: 210px;
  }

  .featuredBookCard .bookDetail div {
    font-size: 13px;
  }

  .featuredBookCard .bookDetail span {
    font-size: 13px;
  }

  .mb-book {
    margin-bottom: 90px;
  }


/* 
  .successStoryCard {
    padding: 10px 25px;
  } */

  .successStorySection {
    margin: 110px 0;
  }



  .mt-50 {
    margin-top: 65px;
    margin-bottom: 65px;
  }

  .successStorySection .successStoriesSlider {
    margin-bottom: 0;
  }

  .footerSection ul li address a {
    max-width: 280px;
  }

  .footerSection h3 {
    margin-bottom: 30px;
  }

  .whyKipsSection {
    padding: 6rem 0;
  }

  .labelContainer .checkmark::before {
    left: 48%;
  }

  .labelContainer .checkmark:after {
    left: 49.6%;
  }

  .orderBooksSection .px-0 {
    padding-right: calc(var(--bs-gutter-x) * .5) !important;
    padding-left: calc(var(--bs-gutter-x) * .5) !important;
  }

  .orderNowSection {
    padding: 2.5rem;
  }

  .orderNowSection h1 {
    font-size: 34px;
    bottom: -32px;
  }

  .formStyleAll button {
    margin-top: 15px;
  }


  .pastPapersSection .container {
    position: relative;
    z-index: 2;
  }



  .test-yourself-section .nav {
    padding: 30px 0 30px 0;
  }

  .test-yourself-section h2 {
    margin-bottom: -16px;
  }

  .test-yourself-section .tabDetailContent .tab-pane {
    padding-right: 0;
  }

  .test-yourself-section .test-ContentBox {
    max-height: 500px;
    overflow: hidden;
    overflow-y: scroll;
    padding-right: 30px;
  }

  .radioBtnLabel {
    margin-bottom: 5px;
  }

  .test-yourself-section .contentBox {

    border-bottom: 1px solid rgb(45 52 52 / 15%);

  }

  .videoSection {
    padding-bottom: 8rem;
  }

  .whyKipsSection .nav .nav-item .nav-link:hover {
    background-color: var(--skyblue);
    color: var(--white);
    font-weight:700;
    transition: .15s;
  }

  .FeaturedBooksSection {
    padding: 6rem 0;
  }

  .footerImgWrap {
    margin-bottom: 30px;
  }

  .whyKipsSection .nav .nav-item .nav-link {

    font-size: 16px;
  }

  .ml-lg-left {
    margin-left: -5px;
  }

  .programsOfferedSection h2 {
    font-size: 28px;
  }

  .formStyleAll {
    margin: 5px 0 0 auto;
  }

  .aboutUsSection .heading-image {
    margin-bottom: 120px;
  }

  .navPills {
    padding-left: 34%;
  }

  .successStorySection::before {
    height: 680px;
  }

  .successStoriesSlider .slick-prev {
    left: -55px;
  }

  .successStoriesSlider .slick-next {
    right: -55px;
  }

}

@media (min-width: 1400px) {
  h1 {
    font-size: 38px;
  }

  h3 {
    font-size: 24px;
  }

  h4 {
    font-size: 20px;
  }

  h5 {
    font-size: 18px;
  }

  .videoSection .slider .slick-next:before {
    right: 48px;
  }

  .successStorySection .successStoryHeading {
    height: 536px;
    width: 1220px;
  }

  .successStorySection::before {
    height: 610px;
    width: 1220px;
  }

  .successStoriesSlider .slick-prev {
    left: -50px;
  }

  .successStoriesSlider .slick-next {
    right: -50px;
  }

  .successStorySection {
    padding: 4rem 0;
  }

  .locationsSection {
    padding: 6rem 0;
  }

  .labelContainer .checkmark::before {
    left: 50%;
  }

  .labelContainer .checkmark:after {
    left: 51.6%;
  }

  .pastPaperCardWrap ul li a {
    font-size: 16px;
  }

  .c-wrapper::before {
    width: 1180px;
    top: 96px;
  }

  .test-yourself-section {
    padding: 6rem 0;
  }

  .test-yourself-section .test-ContentBox {
    max-height: 750px;
  }

  .aboutUsSection {
    padding-bottom: 8rem;
  }

  .whyKipsSection .tabDetailContent {
    font-size: 18px;
  }

  .pastPapersSection {
    padding: 6rem 0;
  }

  .videoSection .smalldescription span {
    margin-bottom: 16px;
  }

  .videoSection .smalldescription .btnc {
    padding: 10px 24px;
  }

  .modal-Content {
    position: fixed;
    bottom: 120px;
    right: 160px;
    margin: unset;
  }

  .c-wrapper h1 {
    top: 75px;
  }

  .navPills {
    padding-left: 29%;
  }

  .successStory-DetailWrapper {
    min-height: 260px;
  }

  .mt-50 {
    margin-top: 30px;
  }

  .successStorySection h2 {
    max-width: 1200px;
    font-size: 36px;
  }

}

@media (min-width: 1600px) {
  .navPills {
    padding-left: 21%;
  }

  .payment-method-Section .bankData {
    font-size: 20px;
  }

  .payment-method-Section .bank-Img-wrap {
    top: 3px;
  }

  .payment-method-Section .bankData span:last-child {
    font-size: 18px;
  }

}