/*!*************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[10].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[10].use[3]!./src/app/assets/css/upsc-test-series.css ***!
  \*************************************************************************************************************************************************************************************************************************************************************************************/
.font-14{
font-size: 14px;    
}
.font-30{
font-size: 30px;  
}
.text-spheron{
  color: #FC9928;
}
.text-justify{
  text-align: justify;
}
.test-series-banner{
background-image: linear-gradient(-130deg, rgb(255, 226, 159) 0%, rgba(252, 153, 40, 0.34) 48%, rgba(252, 153, 40, 0.06) 100%);
    align-items: center;
    margin-bottom: 10px;
    display: flex;
    position: relative;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
    border-radius: 10px;
    gap: 10px;
    padding: 5px 10px;  
}
.testimg {
    background-attachment: fixed;
    width: 130px;
}
.test-series-banner h2 {
    font-family: fontAwesome;
    font-size: 35px;
    color: rgb(0, 0, 0);
    font-weight: 900 !important;
}
.test-series-banner p {
    color: rgb(0, 0, 0);
    font-size: 18px;
    font-weight: 900;
}
.img-shadow-lg{
box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
border-radius: 8px;
/* padding: 1px;     */
}



/* second start */
.bg-spheron2{
  background-image: linear-gradient(173deg, #fdb328bd, #fff5e3); 
  box-shadow: rgba(67, 71, 85, 0.27) 0px 0px 0.25em, rgba(90, 125, 188, 0.05) 0px 0.25em 1em;
  border-radius: 15px;
  padding: 5px 60px;
  display: flex;
  gap: 20px;
  justify-content: space-between;
  width: 100%;
  place-items: center;
}

.test-series-flex{
width: 100%; 
place-items: center; 
border-radius: 15px;
box-shadow: 0 0 .25em #43475545, 0 .25em 1em #5a7dbc0d;  
}

.oval-speech {
  position:relative;
  margin: 1em auto 50px;
  padding: 20px 30px;
  text-align:center;
  color:#fff;
  background: linear-gradient(#7a8597, #111822);
  /* background:#5a8f00;
  background:-webkit-gradient(linear, 0 0, 0 100%, from(#b8db29), to(#5a8f00));
  background:-moz-linear-gradient(#b8db29, #5a8f00);
  background:-o-linear-gradient(#b8db29, #5a8f00);
  background:linear-gradient(#b8db29, #5a8f00); */
  -webkit-border-top-left-radius:220px 120px;
  -webkit-border-top-right-radius:220px 120px;
  -webkit-border-bottom-right-radius:220px 120px;
  -webkit-border-bottom-left-radius:220px 120px;
  border-radius:220px / 120px;
}

.oval-speech p {
  font-size:16px;
  font-weight: 600;
}

.oval-speech:before {
  content:"";
  position:absolute;
  z-index:-1;
  bottom:-30px;
  right:50%;
  height:30px;
  border-right:60px solid #111822;
  background:#111822;
  border-bottom-right-radius:80px 50px;
  transform:translate(0, -2px);
}

.oval-speech:after {
  content:"";
  position:absolute;
  z-index:-1;
  bottom:-30px;
  right:50%;
  width:60px;
  height:30px;
  background:#fff;
  border-bottom-right-radius:40px 50px;
  transform:translate(-30px, -2px);
}

.oval-thought {
  position:relative;
  width:210px;
      margin: 1em auto 50px;
    padding: 20px 20px;
  text-align:center;
  color:#fff;
  background: linear-gradient(#a55565, #400e18);
  /* background:#075698;
  background:-webkit-gradient(linear, 0 0, 0 100%, from(#2e88c4), to(#075698));
  background:-moz-linear-gradient(#2e88c4, #075698);
  background:-o-linear-gradient(#2e88c4, #075698);
  background:linear-gradient(#2e88c4, #075698); */
  -webkit-border-top-left-radius:220px 120px;
  -webkit-border-top-right-radius:220px 120px;
  -webkit-border-bottom-right-radius:220px 120px;
  -webkit-border-bottom-left-radius:220px 120px;
  border-radius:220px / 120px;
}

.oval-thought p {
  font-size:16px;
  font-weight: 600;
}

.oval-thought:before {
  content:"";
  position:absolute;
  bottom:-20px;
  left:50px;
  width:30px;
  height:30px;
  background:#400e18;
  border-radius:30px;
}

.oval-thought:after {
  content:"";
  position:absolute;
  bottom:-30px;
  left:30px;
  width:15px;
  height:15px;
  background:#400e18;
  border-radius:15px;
}

.oval-quotes {
  position:relative;
width: 230px;
    height: 150px;
     margin: 1em auto 50px;
    padding: 20px 20px;
  color:#ffffff;
  /* background:#ffed26; */
  background: #a00c0e;
  -webkit-border-top-left-radius:400px 350px;
  -webkit-border-top-right-radius:400px 350px;
  -webkit-border-bottom-right-radius:400px 350px;
  -webkit-border-bottom-left-radius:400px 350px;
  border-radius:400px / 350px;
}

.oval-quotes:before {
  content:"\201C";
  position:absolute;
  z-index:1;
  top:20px;
  left:-25px;
  font:80px/1 Georgia, serif;
  color:#a00c0e;
}

.oval-quotes:after {
  content:"\201D";
  position:absolute;
  z-index:1;
  bottom:0;
  right: -25px;
  font:80px/0.25 Georgia, serif;
  color:#a00c0e;
}

.oval-quotes p {
  padding:0px 0 0;
  margin:0 auto;
  text-align:center;
  font-size: 16px;
  font-weight: 600;
}

.oval-quotes p:before {
  content:"";
  position:absolute;
  z-index:-1;
  bottom:-30px;
  right:55%;
  width:180px;
  height:60px;
  background:#fff;
  border-bottom-right-radius:40px 50px;
  transform:translate(-30px, -2px);
}

.oval-quotes p:after {
  content:"";
  position:absolute;
  z-index:-2;
  bottom:-30px;
  right:25%;
  height:80px;
  border-right:150px solid #a00c0e;
  background:#a00c0e;
  border-bottom-right-radius:200px 100px;
  transform:translate(0, -2px);
  display:block;
  width:0;
}

.oval-quotes + p {
  position:relative; 
  width:150px;
  margin:0 0 2em;
  font-size:18px;
  font-weight:bold;
}
.plus-icon{
font-size: 40px;    
}

.test-box{
box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
border-radius:8px;
background: linear-gradient(180deg, #fc992866, #ffffff);
overflow: hidden;
position: relative;
margin-bottom: 20px;
}
.off-badge{
line-height: 1.5;
    padding: 0.35em 2.65em;
    transform: rotate(-45deg);
    margin-top: 11px;
    margin-left: -38px;
    position: absolute;
    font-size: 12px;
}
.blink-off{
    text-decoration: blink;
	-webkit-animation-name: blinker;
	-webkit-animation-duration: 0.6s;
	-webkit-animation-iteration-count:infinite;
	-webkit-animation-timing-function:ease-in-out;
	-webkit-animation-direction: alternate;
}
.test-box>h2{
font-size: 25px; 
padding: 10px; 
font-family: fontAwesome;
font-weight: 900;
margin-left: 55px;  
}
.price-section{
place-items: center;    
}
.price-section>div{
width: 50%;
}
.price-section>div:nth-child(2){
text-align: center;    
}
.actual-amount{
position: relative; 
font-size: 18px;  
padding: 0px 10px; 
width: -moz-fit-content; 
width: fit-content;
margin-bottom: 5px !important;
}
 .actual-amount:before{
    position: absolute;
    content: "";
    left: 25px;
    top: 50%;
    width: 40px;
    right: 0;
    border-top: 2px solid #dd0031!important;
    border-color: inherit;
    transform:rotate(45deg);
  }
  .actual-amount:after{
    position: absolute;
    content: "";
    left: 25px;
    top: 50%;
    width: 40px;
    right: 0;
    border-top: 2px solid #dd0031!important;
    border-color: inherit;
    transform:rotate(-45deg);
  }
  .now-text, .after-off-amount{
   font-size: 18px; 
   font-weight: 700;
   color: #000;
   margin-bottom: 0px !important;
   padding: 0px 10px;
  }
  .after-off-amount{
  font-size: 20px;  
  }
  .after-off-amount>small{
  font-size: 12px;
  color: #424242; 
  font-weight: normal; 
  }
  .down-enroll-flex{
    padding: 15px; 
    display: flex;
    gap: 5px;
    place-items: center;
    justify-content: center;
  }
  .download-schedule-btn{
    font-size: 14px;
    background-color: #000;
    padding: 3px 15px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    border: 1px solid #000;
  }
  .download-schedule-btn:hover{
   color: #fff; 
   background-color: #000;
  }
  .enroll-test-series-btn{
    text-align: center;
    border: 1px solid #000;
    font-size: 14px;
    color: #000;
    background-color: #fff;
    padding: 3px 15px;
    font-weight: 700;
  }
   .enroll-test-series-btn:hover{
    color: #000;
    border: 1px solid #000;
   }
   .download-schedule-btn:focus, .enroll-test-series-btn:focus{
   box-shadow: none; 
   }

   @media only screen and (max-width:991px) { 
   .oval-speech{
    padding: 10px 15px;
   }
   .oval-speech:after{
    height: 31px;
   }
   .oval-thought{
    width: 150px;
    padding: 10px;
   }
   .oval-quotes{
    width: 150px;
    height: 125px;
    padding: 10px;
   }
   .oval-quotes p:before{
    width: 80px;
    height: 85px;
   }
   .oval-quotes p:after{
    height: 80px;
    bottom: -27px;
    right: 20%;
   }
   .oval-speech p, .oval-thought p, .oval-quotes p{
   font-size: 14px; 
   }}
   @media only screen and (max-width:767px){
   .plus-icon{
    font-size: 20px;
   } 
   .oval-thought{
    width: 100px;
   }
   .oval-thought:before{
    left: 15px;
   }
   .oval-thought:after{
   left: 0px; 
   }
   .oval-quotes {
    width: 120px;
    height: 115px;
    padding: 10px 5px;
    }
    .oval-quotes:after{
      right: -18px;
      font: 60px / .25 Georgia, serif;
    }
    .oval-quotes:before{
      font: 60px / 1 Georgia, serif;
      left: -18px;
    }
   }
   @media only screen and (max-width:507px) {
    .test-series-banner{
      gap: 0px;
    }
    .test-series-banner h2{
      font-size: 25px;
    }
   }
   @media only screen and (max-width:500px) {
   .oval-quotes:after, .oval-quotes:before{
    font: 0px / 0 Georgia, serif;
   } 
   .oval-speech p, .oval-thought p, .oval-quotes p {
      font-size: 13px;
    }
    .oval-quotes {
    width: 100px;
    height: 100px;
    padding: 5px 5px;
    }
    .oval-quotes p:before {
    width: 88px;
    height: 85px;
    }
    .oval-thought {
    width: 90px;
    padding: 8px;
    }
    .oval-thought:before{
    width: 20px;
    height: 20px;
    bottom: -12px;
    }
    .oval-thought:after{
    bottom: -20px;
    width: 10px;
    height: 10px;
    }
    .oval-speech {
    padding: 7px 7px;
    }
    .oval-speech:before{
    height: 27px;
    bottom: -28px;
    }
   }
    @media only screen and (max-width:407px) {
    .test-series-banner{
      gap: 0px;
    }
    .test-series-banner h2{
      font-size: 22px;
    }
   }
