*{
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  scroll-behavior: smooth;
  font-family: serif;
}
.navbar-toggler-icon{
color: #fff;
}
.navbar-toggler{
background-color: #fff !important;
}

:root{
  --primary-color: #b197e0;
  --secondary-color: #d8a1e9;
  --secondary-dark-color: ;
  --color-one: #FEF2CD;
  --color-two: #FFEEF1;
  --color-three: #FFE4FD;
  --color-four: #E6FFF5;
  --color-five: #F3D7FB;


  --red-color: red;
  --blue-color: blue;
  --brown-color: brown;
  --white-color: #FDFDFD;
  --color-dark: #192335;
  --color-gray: gray;
  --color-yellow: yellow;
  --color-pink: pink;
  
}

::-webkit-scrollbar{
    width: 5px;
}
::-webkit-scrollbar-thumb{
    background: var(--primary-color);
}
::-webkit-scrollbar-track{
    background: #fff;
}

body{
  background-color: #ffffff;
}
a{
  text-decoration: none;
  color: inherit;
}

a:hover{
  color: inherit;
}


/* ---------buttons-------------------- */

.btn-one{
  color: var(--white-color);
  background-color: #4906c5;
  border-radius: 10px;
  padding: 8px 15px;
  text-align: center;
  border: 1px solid blueviolet;
  transition: .2s linear;
}
.btn-one a{
  color: white;
  text-decoration: none;
}

.btn-one:hover{

  background-color: #4906c5;
  transform: scale(1.1);

}



/* -------------icons----------------- */



/* ------------header--------------------------- */


.bg-header{
  background-color: #4d82c7;
}

/* .bg-header a{
  color: var(--white-color);
} */

.navbar-toggler{
  color: var(--primary-color) !important;
}

.bg-header .nav-link{
  color: #fff !important;
}





/* ----home-marquee------------------ */

.latest{
  background-color: rgb(134, 38, 38);
  color: var(--white-color);
  padding: 10px 5px 7px 5px;
  text-align: center;
  font-size: 24px;
}
.number{
  background-color: rgba(163, 159, 159, 0.877);
  padding: 5px 10px;
  color: white;
  margin: 0 6px 0px 20px;
}



/* ----------------wpn---------------------------- */

.bg-course{
  background-color: #960000;
}

.bg-course .content{
  padding: 30px 0;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  row-gap: 10px;
}

.bg-course .content>.stars>.fa-star{
  color: #E8C136;
  font-size: 18px;
}



/* ------------shorthand-accordian---------------------------------- */

.main-accordian{
  background: linear-gradient(-115deg, #c850c02f, #4159d033);
}

.main-accordian p{
  color: rgb(88, 84, 84);
}

.main-accordian .accordion {
  background-color: #eee;
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
}

.main-accordian .active, .accordion:hover {
  background-color: #ccc; 
}

.main-accordian .panel {
padding: 0 18px;
background-color: white;
max-height: 0;
overflow: hidden;
transition: max-height 0.2s ease-out;
}
.main-accordian .accordion:after {
  content: '\02795'; /* Unicode character for "plus" sign (+) */
  font-size: 13px;
  color: #777;
  float: right;
  margin-left: 5px;
}

 .main-accordian .active:after {
  content: "\2796"; /* Unicode character for "minus" sign (-) */
}

/* ---------------------footer------------------------- */





/* -------------------home-section------------------------------ */
.bg-section-home{
  background: linear-gradient(-115deg, #c270bc, #7888d6);
}
.bg-section-home h1{
  font-size: 28px;
  font-weight: 700;
}

/* ------------------fixed-icons-------------------------- */
.fixed-icons{
z-index:999999;
  width: 30px;
    height: auto;
    display: flex;
    padding: 4px 5px;
    align-items: center;
    row-gap: 5px;
    position: fixed;
    right: 20px;
    bottom: 20px;
    flex-direction: column;
}

.fixed-icons>a>.fa-whatsapp{
    padding: 4px 5px;
    font-size: 36px;
    background-color: #fff;
  border-radius: 50%;
    color: rgb(117, 209, 117);
    transition: .2s linear;
}
.fixed-icons>a>.fa-facebook{
    font-size: 40px;
    background-color: #5c54d4;
    border-radius: 20px;
      color: #fff;
      transition: .2s linear;
}

.fixed-icons>a>.fa-whatsapp:hover{
    background-color:rgb(117, 209, 117);
    color: #fff;

}
.fixed-icons>a>.fa-facebook:hover{
    color: #5c54d4;
    background-color: #fff;

}




/* -------------wpm--box--------------------- */

.wpm-container{
 display: grid;
 justify-content: center;
 grid-gap: 10px;
 grid-template-columns: repeat( auto-fit, minmax(250px, 300px) );
}


 #eighty-wpm .wpm-container .wpm-box .wpm{
  width: 100%;
  background-color: #0e6aa0
}
/* #hundred-wpm .wpm-container .wpm-box .wpm{
  width: 100%;
  background-color: #e94c38
}
 #one-twenty-wpm .wpm-container .wpm-box .wpm{
  width: 100%;
  background-color: #12d32c
}
 #legal-dictation .wpm-container .wpm-box .wpm{
width: 100%;
  background-color: #9139da
}
 #progressive-dictations .wpm-container .wpm-box .wpm{
  background-color: #c51eb7;
  width: 100%;

}*/

 .wpm-container .wpm-box .wpm{
  height: 120px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  background-color: #0e6aa0
}
 .wpm-container .wpm-box .wpm h2 a{
 color: white;
 text-decoration: none;
 font-size: 40px;
 font-style: italic;
 font-weight: bold;
}
 .wpm-container .wpm-box {
  position: relative;

  background-color: rgb(219, 213, 213);
  border-radius: 20px;
  display: flex;
  border: 1px solid rgb(218, 212, 212);
  box-shadow: 0px 0px 20px 3px #fff;
  row-gap: 30px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  overflow: hidden
}
 .wpm-container .wpm-box h4{
 position: absolute;
 top: 35%;
bottom: 50%;
 display: flex;
 justify-content: center;
 align-items: center;
 padding: 0px 10px;
 width: auto;
 height: 60px;
 border-radius: 10px;
 background-color: rgb(243, 0, 53);
 transition: .5s;
}
 .wpm-container .wpm-box h4:hover{
transform: translateY(-5px);
}
 .wpm-container .wpm-box h4 a{
 color: white;
 font-size: 18px;
 text-decoration: none;

}
 .wpm-container .wpm-box .btn-wpm{
  margin:25px 0px 20px 0;
 border: none;
 border-radius: 15px;
 padding: 10px 40px;
 background: linear-gradient(-115deg, #d359cb, #354bbb);
 transition: .2s;

}
 .wpm-container .wpm-box .btn-wpm:hover{
 
 background: linear-gradient(-115deg, #e906da, #092ad1);

}
 .wpm-container .wpm-box .btn-wpm a{
 color: #fff;
 font-size: 20px;

text-decoration: none;
}

/* -----ribbon---- */
.wpm-box .ribbon {
  position: absolute;
  right: -5px;
  top: -5px;
  z-index: 1;
  overflow: hidden;
  width: 93px;
  height: 93px;
  text-align: right;
}
.wpm-box .ribbon span {
  font-size: 0.8rem;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  font-weight: bold;
  line-height: 32px;
  transform: rotate(45deg);
  width: 125px;
  display: block;
  background: #79a70a;
  background: linear-gradient(#9bc90d 0%, #79a70a 100%);
  box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
  position: absolute;
  top: 17px; 
  right: -29px; 
}

.wpm-box .ribbon span::before {
   content: '';
   position: absolute; 
   left: 0px; top: 100%;
   z-index: -1;
   border-left: 3px solid #79A70A;
   border-right: 3px solid transparent;
   border-bottom: 3px solid transparent;
   border-top: 3px solid #79A70A;
}
.wpm-box .ribbon span::after {
   content: '';
   position: absolute; 
   right: 0%; top: 100%;
   z-index: -1;
   border-right: 3px solid #79A70A;
   border-left: 3px solid transparent;
   border-bottom: 3px solid transparent;
   border-top: 3px solid #79A70A;
}

.wpm-box .red span {
  background: linear-gradient(#f70505 0%, #8f0808 100%);
}
.wpm-box .red span::before {
  border-left-color: #8f0808;
  border-top-color: #8f0808;
}
.wpm-box .red span::after {
  border-right-color: #8f0808;
  border-top-color: #8f0808;
}

.wpm-box .blue span {
  background: linear-gradient(#2989d8 0%, #1e5799 100%);
}
.wpm-box .blue span::before {
  border-left-color: #1e5799;
  border-top-color: #1e5799;
}
.wpm-box .blue span::after {
  border-right-color: #1e5799;
  border-top-color: #1e5799;
}




/* -----------------------------------form-login-signup------------------------------------- */

@import url('https://fonts.googleapis.com/css?family=Poppins:400,500,600,700&display=swap');

.main-form {
display: grid;
height: 82vh;
width: 100%;
place-items: center;
background: #f2f2f2;
}
.wrapper{
width: 380px;
background: #fff;
border-radius: 15px;
}

.wrapper-inside{
  border-radius: 15px;  
  background: #fff;
  box-shadow: 0px 15px 20px rgba(0,0,0,0.1);
}
.wrapper .title{
font-size: 35px;
font-weight: 600;
text-align: center;
line-height: 100px;
color: #fff;
user-select: none;
border-radius: 15px 15px 0 0;
background: linear-gradient(-135deg, #c850c0, #4158d0);
}
.wrapper form{
padding: 10px 30px 50px 30px;
}
.wrapper form .field{
height: 50px;
width: 100%;
margin-top: 20px;
position: relative;
}
.wrapper form .field input{
height: 100%;
width: 100%;
outline: none;
font-size: 17px;
padding-left: 20px;
border: 1px solid lightgrey;
border-radius: 25px;
transition: all 0.3s ease;
}
.wrapper form .field input:focus,
form .field input:valid{
border-color: #4158d0;
}
.wrapper form .field label{
position: absolute;
top: 50%;
left: 20px;
color: #999999;
font-weight: 400;
font-size: 17px;
pointer-events: none;
transform: translateY(-50%);
transition: all 0.3s ease;
}
form .field input:focus ~ label,
form .field input:valid ~ label{
top: 0%;
font-size: 16px;
color: #4158d0;
background: #fff;
transform: translateY(-50%);
}
form .content{
display: flex;
width: 100%;
height: 50px;
font-size: 16px;
align-items: center;
justify-content: space-around;
}
form .content .checkbox{
display: flex;
align-items: center;
justify-content: center;
}
form .content input{
width: 15px;
height: 15px;
background: red;
}
form .content label{
color: #262626;
user-select: none;
padding-left: 5px;
}
form .content .pass-link{
color: "";
}
form .field input[type="submit"]{
color: #fff;
border: none;
padding-left: 0;
margin-top: -10px;
font-size: 20px;
font-weight: 500;
cursor: pointer;
background: linear-gradient(-135deg, #c850c0, #4158d0);
transition: all 0.3s ease;
}
form .field input[type="submit"]:active{
transform: scale(0.95);
}
form .signup-link{
color: #262626;
margin-top: 20px;
text-align: center;
}
form .pass-link a,
form .signup-link a{
color: #4158d0;
text-decoration: none;
}
form .pass-link a:hover,
form .signup-link a:hover{
text-decoration: underline;
}               



/* --------------------------form--contact-us------------------------------------ */

 /* Import Google font - Poppins */
 .form-contact {
    min-height: 100vh;
    
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 15px;
    justify-content: center;
    padding: 20px 10px;
    background: rgba(80, 129, 236, 0.356);
  }
  .form-contact .form-container {
    position: relative;
    min-width: 390px;
    max-width: 600px;
    width: 100%;
    background: #fff;
    padding: 25px;
    border-radius: 8px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  }
  .contact-details{
    width: 100%;
  }
  .contact-details p{
    text-align: center;
  }
  .contact-details .detail {
   width: 100%;
    padding: 25px;
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    justify-content: center;
    align-items: center;
    /* flex-direction: column; */
  }
  .contact-details .detail .detail-box {
    background: linear-gradient(-135deg, #b637ad, #4d63d4);
    min-width: 300px;
    max-width: 80%;
    min-height: 170px;
    padding: 11px;
    display: flex;
    font-family: sans-serif;
    color: white;
    justify-content: center;
    flex-direction: column;
    row-gap: 5px;
    align-items: center;
    border-radius: 20px;
    transition: .5s;
   
  }
  .contact-details .detail .detail-box .icon {
    color: black !important;
    cursor: pointer;
    font-weight: 700;
    font-size: 18px;
    background-color: whitesmoke;
    border-radius: 50%;
    padding: 15px;
    transition: .2s;
  }
  .contact-details .detail .detail-box .icon:hover{
    background-color: rgb(90, 87, 87) !important;
    color: whitesmoke !important;
    border-radius: 50%;
  }
  .contact-details .detail .detail-box:nth-child(2) {
    background: linear-gradient(-165deg, #b637ad, #4d63d4);
  }
  .contact-details .detail .detail-box:nth-child(3) {
    background: linear-gradient(-265deg, #b637ad, #4d63d4);
  }
  .contact-details .detail .detail-box:nth-child(4) {
    background: linear-gradient(-215deg, #b637ad, #4d63d4);
  }

  .contact-details .detail .detail-box:hover {
    animation: box .5s;
    background: linear-gradient(-195deg, #b637ad, #4d63d4);
    box-shadow: 0px 0px 10px 2px #092ad19a;
  }
  

  
  .form-contact .form-container header {
    font-size: 1.5rem;
    color: #333;
    font-weight: 500;
    text-align: center;
  }
  .form-contact .form-container header h2 {
    display: inline-block;
    position: relative;
  }
  .form-contact .form-container header h2::after {
    content: "";
    width: 90%;
    border-radius: 50%;
    height: 5px;
    background-color: #1596e0;
    position: absolute;
    bottom: -10px;
    left: 5%;
    right: 5%;
  }
  .form-contact .container .form {
    margin-top: 30px;
  }
  .form-contact .form .input-box,
  .form textarea {
    width: 100%;
    margin-top: 20px;
  }
  .form-contact .input-box label {
    color: #333;
  }
  .form-contact .form :where(.input-box input) {
    position: relative;
    height: 50px;
    width: 100%;
    outline: none;
    font-size: 1rem;
    color: #707070;
    margin-top: 8px;
    border: 1px solid #ddd;
    border-radius: 6px;
    padding: 0 15px;
  }
  .form-contact .form :where(textarea) {
    position: relative;
    width: 100%;
    outline: none;
    font-size: 1rem;
    color: #707070;
    margin-top: 8px;
    border: 1px solid #ddd;
    border-radius: 6px;
    padding: 0 15px;
  }
  .form-contact .input-box input:focus,
  .form-contact .input-box textarea:focus {
    box-shadow: 0 0px 2px rgba(71, 66, 66, 0.301);
  }
  .form-contact .form .column {
    display: flex;
    column-gap: 15px;
  }
  .form-contact .form .gender-box {
    margin-top: 20px;
  }
  .form-contact .form .btn-submit {
    height: 55px;
    width: 100%;
    color: #fff;
    font-size: 1rem;
    font-weight: 400;
    margin-top: 30px;
    border: none;
    cursor: pointer;
    transition: all 0.2s ease;
    background: rgb(130, 106, 251);
  }
  .form .btn-submit:hover {
    background: rgb(88, 56, 250);
  }

  /* ---------------------about-us---------------------- */


.about-section{
   padding: 10px 0px;
  }
  .about-section .about-img img{
    width: 100%;
  }
  .about-img-main{
    padding-left: 20px;
  }

  .about-section .about-img{
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    max-width: 450px;
  }
.about-section .content h2{
color: rgb(52, 116, 212);
font-weight: 600;
position: relative;
display: inline-block;
margin: 20px 0;
}
.about-section .content h2::after{
    content: "";
    width: 90%;
    border-radius: 50%;
    height: 4px;
    background-color: #1596e0;
    position: absolute;
    bottom: -10px;
    left: 5%;
    right: 5%;
}
.about-section p{
color: gray;
}




/* -------------------------------404-------------------------------------- */

.error{
    margin: 80px 0;
    width: 100%;
    display: flex;
    row-gap: 30px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.error>h1{
    color: #4158d0;
  font-size: 50px;
}

.error>p{
    color: #811cd3;
  /* font-size: 50px;        */
}









/* ------------------------------footer---------------------------- */

.bg-footer{
    background-color: #5c54d4;
}

footer .footer-links li{
    display: inline-block;
    padding: 5px;

}
footer .footer-links li a{
    color: white;
    text-decoration: none;
    font-size: 14px;

}

footer a{
    width: auto;
    height: auto;
    text-align: center;

    margin: 0px 10px 0px 5px;
}

footer a .fa-brands{
    font-size: 25px;
    padding: 8px;
    background-color: #fff;
    border-radius: 5px;
    transition: .2s linear;
}
footer a .fa-brands:hover{
   color: white;
    background-color: rgb(90, 146, 209);

}
footer a .fa-youtube{
   color: rgb(175, 64, 64);


}

/* --------privacy-policy------------------------- */


.privacy{
  width: auto;
  padding: 60px;
  background-image: linear-gradient(to right, #97b1ad7a, #a0a7c988);
  height: auto;
}

.privacy>h1{
  text-align: center;
  font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
  font-weight: 600;
  background:linear-gradient(to right, #c850c0, #4158d0);
  background-size: 200% auto; 
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: textclip 2s linear infinite;
  position: relative;
}
@keyframes textclip {
  to {
    background-position: 200% center;
  }
}
.privacy>h1::before{
  content: "";
  width: 170px;
  height: 4px;
  background-color:rgb(59, 113, 212);
  position: absolute;
  bottom: 0;
  
}
.privacy-container{
  line-height: 35px;
  letter-spacing: 1px;
}
.privacy-container> img{
float: right;
shape-outside: circle(50%);
margin-right: 100px;
background: none;
}
.privacy-container>p{
  margin-top: 30px;
  font-size: 15px;
}
.privacy-container>p>a{ 
  color: blue;
}

/* ----------------term-condition----------------------- */


.condition{
  background-image: linear-gradient(to right, #97b1ad7a, #a0a7c988);
padding: 50px;
}
.condition>h1{
    text-align: center!important;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-weight: 600;
    background:linear-gradient(to right, #c850c0, #4158d0);
    background-size: 200% auto; 
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: textclip 2s linear infinite;
    position: relative;
  }
  @keyframes textclip {
    to {
      background-position: 200% center;
    }
  }
  .condition>h1::before{
    content: "";
    width: 170px;
    height: 4px;
    background-color:rgb(59, 113, 212);
    position: absolute;
    bottom: 0;
    
}
.condition-container{
    line-height: 40px;
    letter-spacing: 1px;
}

.condition-container> img{
 float: right;
 shape-outside: circle(50%);
 margin-right: 100px;
}
.condition-container>p{
  margin-top: 30px;
  font-size: 15px;
  width: 100%;
}
.condition>.form-check{
    letter-spacing: 1px;
    font-family: sans-serif;
    
}
.condition>.form-check>.form-check-label>span{
    color: blue;
   
}



/* -----------------------------section-----banner---------------------------- */


.section-banner{
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  row-gap: 10px;
  width: 100%;
  height: 260px;
  overflow: hidden;
  position: relative;
  padding: 10px;
  background: linear-gradient(-115deg, #ce4cc5, #4a5ed3);
  /* margin-bottom: 80px; */
}

.section-banner img:nth-child(1){
 position: absolute;
 top: 0;
 left: 0;
}
.section-banner img:nth-child(2){
 position: absolute;
 bottom: 0;
 right: 0;
}
.section-banner>h2{
  color: black;
  font-size: 40px;
  z-index: 1;
  font-weight: 800;
}
.section-banner>h3{
  z-index: 1;
  color: black;
  font-size: 20px;
  font-weight: 400;
}


body{
  background-color: #fff !important;
}


/* ------------------------- */

.wpm-content{
  width: 100%;
  padding: 20px;
  height: auto;
  background-color: #575555;
  border-radius: 20px;
  color: white;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  row-gap: 10px;
}
.wpm-content>p{
  color: white;
  font-size: 18px;
  font-weight: 500;
}


/* -------------wpm-video------------------------------ */

#main-video-wpm{
  width: 100%;
  height: auto;
  padding: 40px 0;
  background-color: #9ba4d3;
  display: flex;
  justify-content: center;
}

#main-video-wpm .wpm-video{
  width: 700px;
  border: 10px solid linear-gradient(-115deg, #ce4cc5, #4a5ed3);
  overflow: hidden;
  border-radius: 20px;
}

@media (max-width: 768px){
  
#main-video-wpm .wpm-video{
  width: 400px;
  border: 10px solid linear-gradient(-115deg, #ce4cc5, #4a5ed3);
  overflow: hidden;
  border-radius: 20px;
}
.section-banner{
height: 200px
}
.section-banner>h3{
font-size: 16px;
}
.section-banner>h2{
font-size: 25px;
}

}


/* ------------------------ */

.typing-test textarea{
  border: 2px solid rgb(180, 178, 178) !important;
}
.typing-test .btn-submit{
  background-color: rgb(68, 68, 211);
  border: none;
  outline: none;
  padding: 5px 8px;
  margin: 10px ;
  color: white;
  border-radius: 5px;
}



/* -------------------------pop=up---------------------- */

#pop-up{
  position: absolute;
  top: 20%;
  left: 10%;
  border-radius: 10px;
  background-color: #fff;
  width: 80%;
  color: rgb(32, 30, 30);
  height: auto;
  z-index: 1;
  margin: auto;
  overflow: auto;
  animation: pop-up 1s infinite;
  border: 1px solid gray;
  box-shadow: 0px 0px 600px 800px #82a9ce;
}
#pop-up p{
  line-height: 25px !important;
}
#pop-up h5{
  font-size: 30px;
}
#pop-up:hover{
  cursor: pointer;
 animation: none;
}
.close-btn{
  border: none;
  font-size: 40px;
  padding: 0 15px;
}
@keyframes pop-up{
  to{
    transform: scale(1.05);       
                                                            
  }
}


/* --------------dashboard-------------- */

.dashboard-table{
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;

}
.bg-dashboard{
  background-color: #afb9be;
}
.dashboard-table .dashboard-profile{
  width: 300px;
  margin: 40px;
  padding: 10px 10px;
  border-radius: 20px;
  background-color: #c6c7cc;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  row-gap: 12px;
  position: relative;
  /* border: 1px solid black; */

}
.dashboard-table .dashboard-profile h5{
  background-color: rgb(233, 86, 86);
  color: white;
  font-size: 26px;
  padding: 5px 10px;
  border-radius: 5px;

}
.dashboard-table .dashboard-profile .status{
 position: absolute;
 left: 15px;
 top: 15px;
 font-weight: 900;
 color: green;
 font-size: 18px;
}
.dashboard-table .dashboard-profile .admin-detail{
 background-color: white;
 width: 100%;
 border-radius: 20px;
 padding: 10px;
 height: auto;
 

}
.dashboard-table .dashboard-profile .admin-detail p{
font-size: 20px;
font-weight: 800;
}
.dashboard-table .dashboard-profile .admin-detail p>span{
font-size: 17px;
font-weight: 800;
color: green;
}







.dashboard-table .table-striped{
border-radius: 20px !important;

}
.dashboard-table .dashboard-profile .img{
width: 120px;
border-radius: 50%;
overflow: hidden;
}


.container-wpm .nav-pills .nav-item.active{
background-color: #960000 !important;
color: white !important; 
  
}

.bg-wpm-tab{
border-radius: 10px;
background-color: #ded8d8;
display: flex !important;
justify-content: center;
align-items: center !important;
}

.btn-more{
    display: inline-block;
    margin-top: 1rem;
text-decoration:none;
    padding: 8px 15px;
    background: #960000;
border-radius: 5px;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
transition: .3s;
}

.btn-more:hover{
    background: #960000;
color: #fff;
    letter-spacing: .2rem;
}


@media (max-width: 576px){

.container-wpm .nav-pills .nav-link{
width: 100% !important;
  
}
.wpm-container {
    grid-template-columns: repeat( auto-fit, minmax(98%, 100%) );
}
}

@media (max-width: 450px){



}


@media (max-width: 768px){
  

  .dashboard-table{
    width: 99%;
    margin: auto;
  
  }
.main-form {
height: auto;
padding: 20px 0px 20px 0px;
}
.privacy{
  padding: 20px 10px;
}
.condition{
padding: 20px 10px;
}
.privacy-container> img{
margin-right: 1px;
}
.footer .footer-links li a{
font-size: 12px;
}

.footer h6{
font-size: 16px;
}
.bg-section-home h1{
font-size: 20px;
}
h1{
font-size: 22px;
}
p{
font-size: 14px;
}
}

/* ---------------review----- */


.review .btn-download{
  /* margin: 10px; */
  border-radius: 20px;
padding: 8px 20px;
border: none;
background-color: green;
color: white;
transition: .2s;
}
.review .btn-download:hover{
background-color: rgb(4, 68, 4);

}
.review .btn-download a{
  text-decoration: none;
color: white;
}

.review p{
  font-size: 18px;
}

.review .bg-review-one{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;

  padding: 10px 10px 0px 10px;
  border-radius: 20px;
  background-color: #1596e0;
  margin: 5px 0px;
  color: white;
}
.review .bg-review-two{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 10px 10px 0px 10px;
  border-radius: 20px;
  background-color: #03141f;
  color: white;
}
.review .main-download-btn{
  display: flex;
  justify-content: center;
  align-items: center;
}

.review .content-head{
  display: flex;
  justify-content: space-between;
}

.review .content-head p:nth-child(1) span:nth-child(1){
color: red;

font-weight: bold;
}
.review .content-head p:nth-child(2) span:nth-child(1){
color: rgb(60, 103, 245);
font-weight: bold;
}
.review .content-head p:nth-child(3) span:nth-child(1){
color: green;
font-weight: bold;
}



.review .bg-content-head{
  background-color: rgb(218, 218, 218);
  border-radius: 20px;
  padding: 10px 10px 0px 10px;
}
.review .bg-content-head p{
  color: black;
  font-weight: bold;
}

.review .missed{
  color: blue;
}
.review .mistake{
  color: red;
}

.review .correct{
  color: rgb(8, 80, 8);
}

.review .review-content{
  border: 1px solid rgb(213, 213, 218);
  padding: 20px;
  line-height: 30px;
  font-size: 18px;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0px 0px 20px 1px #dbdbdb;
}
.review .review-orignal-content{
  border: 1px solid rgb(213, 213, 218);
  padding: 20px;
  line-height: 30px;
  font-size: 18px;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0px 0px 20px 1px #dbdbdb;
}
.review .review-you-typed{
  border: 1px solid rgb(228, 228, 233);
  padding: 20px;
  line-height: 30px;
  font-size: 18px;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0px 0px 20px 1px #dbdbdb;
}
.review .bg-review-title{
  background-color: #4158d0;
  color: white;
  font-size: 20px;
  text-align: center;
  padding: 10px 0px 0px 0px;
  border-radius: 5px;
}
.home-inside-carousel img{
  height: 550px !important;

}


@media (max-width:768px){
  .home-inside-carousel img{
    height: 250px !important;
  }

.footer-links li a{
    text-decoration: none;
    font-size: 10px !important;

}

  
}


#subscribe-main{
    padding: 40px 0;
}
#subscribe-main>#subscribe-container{
    display: grid;
    grid-gap: 10px;
    border-radius: 20px;
    justify-content: center;
    grid-template-columns: repeat( auto-fit, minmax(250px, 300px) );
   }

   #subscribe-main>.subscription-heading>h2{
    font-size: 38px;
    font-weight: 900;
    color: blueviolet;
    display: inline;
    position: relative;
   }
   #subscribe-main>.subscription-heading>h2::after{
   content: "";
   width: 50%;
   height: 4px;
   background-color: rgb(204, 94, 66);
   position: absolute;
   border-radius: 50%;
   left: 0;
   bottom: -5px;
   }

   #subscribe-main>#subscribe-container>.subscribe{
    border-radius: 25px 5px;
    width: 100%;
    overflow: hidden;
    background-color: rgb(241, 241, 241);
    position: relative;
    transition: .5s;
   }
   #subscribe-main>#subscribe-container>.subscribe:hover{
    transform: translateY(-10px);
   }
   #subscribe-main>#subscribe-container>.subscribe:hover .subscribe-content>.head>.type>.type-rank>h5{
    animation: popup .8s  infinite;
   }

   @keyframes popup{
    from{
        transform: scale(.5);
    }
    from{
        transform: scale(1.2);
    }
   }
   #subscribe-main>#subscribe-container>.subscribe>.subscribe-content{
    width: 100%;
    border: 1px groove burlywood;
   }
   #subscribe-main>#subscribe-container>.subscribe>.subscribe-content>.head{
    width: 100%;
 
    display: flex;
    justify-content: space-between;
    padding: 18px 20px;
   }
   #subscribe-main>#subscribe-container>.subscribe:nth-child(1)>.subscribe-content>.head{
    background-color: rgb(127, 50, 199);
   }
   #subscribe-main>#subscribe-container>.subscribe:nth-child(2)>.subscribe-content>.head{
    background-color: rgb(241, 192, 58);
   }
   #subscribe-main>#subscribe-container>.subscribe:nth-child(3)>.subscribe-content>.head{
    background-color: rgb(23, 202, 226);
   }
   #subscribe-main>#subscribe-container>.subscribe:nth-child(4)>.subscribe-content>.head{
    background-color: rgb(162, 90, 230);
   }
  
   #subscribe-main>#subscribe-container>.subscribe>.subscribe-content>.head>.type{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
   }
   #subscribe-main>#subscribe-container>.subscribe>.subscribe-content>.head>.type>.type-head{
  color: white;
   }
   #subscribe-main>#subscribe-container>.subscribe>.subscribe-content>.head>.type>.type-rank>h5{
    display: inline-block;
    background-color: rgb(226, 25, 216);
    border-radius: 20px ;
    padding: 5px 8px;
  color: white;
   }

   #subscribe-main>#subscribe-container>.subscribe>.subscribe-content>.feature{
    padding: 20px;
    color: rgb(65, 63, 63);
    
   }
   #subscribe-main>#subscribe-container>.subscribe>.subscribe-content>.feature>h5{
    color: rgb(2, 110, 8);
    font-size: 24px;
    
   }


   #subscribe-main>#subscribe-container>.subscribe:nth-child(1)>.subscribe-price{
    background-color: rgba(171, 120, 219, 0.685);
    width: 100%;
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: start;
    row-gap: 15px;
   }
   #subscribe-main>#subscribe-container>.subscribe:nth-child(2)>.subscribe-price{
    background-color: rgba(241, 192, 58, 0.286);
    width: 100%;
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: start;
    row-gap: 15px;
   }
   #subscribe-main>#subscribe-container>.subscribe:nth-child(3)>.subscribe-price{
    background-color: rgba(23, 202, 226, 0.589);
    width: 100%;
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: start;
    row-gap: 15px;
   }
   #subscribe-main>#subscribe-container>.subscribe:nth-child(4)>.subscribe-price{
    background-color: rgba(171, 120, 219, 0.288);
    width: 100%;
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: start;
    row-gap: 15px;
   }
   #subscribe-main>#subscribe-container>.subscribe>.subscribe-price>h6{
  color: white;
  background-color: rgb(5, 112, 131);
  padding: 3px 10px;
  border-radius: 20px;
   }
   #subscribe-main>#subscribe-container>.subscribe>.subscribe-price>.price{
    display: flex;
    align-items: center;
    column-gap: 4px;
   }
   #subscribe-main>#subscribe-container>.subscribe>.subscribe-price>.price>h2{
   color: rgb(185, 11, 11);
   font-weight: 700;
   }
   #subscribe-main>#subscribe-container>.subscribe>.subscribe-price>.price>span:nth-child(1){
   color: rgb(180, 12, 12);
   font-weight: 700;
   }
   #subscribe-main>#subscribe-container>.subscribe:nth-child(1)>.subscribe-price>.btn-subscribe{
   border: none;
   background-color: blueviolet;
   padding: 8px 15px;
   border-radius: 10px;
   }
   #subscribe-main>#subscribe-container>.subscribe:nth-child(2)>.subscribe-price>.btn-subscribe{
   border: none;
   background-color: rgb(241, 192, 58);
   padding: 8px 15px;
   border-radius: 10px;
   }
   #subscribe-main>#subscribe-container>.subscribe:nth-child(3)>.subscribe-price>.btn-subscribe{
   border: none;
   background-color: rgb(23, 202, 226);
   padding: 8px 15px;
   border-radius: 10px;
   }
   #subscribe-main>#subscribe-container>.subscribe:nth-child(4)>.subscribe-price>.btn-subscribe{
   border: none;
   background-color: rgb(162, 90, 230);
   padding: 8px 15px;
   border-radius: 10px;
   }
   #subscribe-main>#subscribe-container>.subscribe>.subscribe-price>.btn-subscribe>a{
 color: white;
 text-decoration: none;
 font-weight: 400;
 transition: .5s;
   }
   #subscribe-main>#subscribe-container>.subscribe>.subscribe-price>.btn-subscribe:hover{
 transform: scale(1.02);
   }










  

