form.signup{
    width: 400px;
    background-color: rgb(83 128 246 / 49%);
    position: absolute;
    border-radius: 10px;
    backdrop-filter: blur(10px);
    border: 2px solid rgba(255,255,255,0.1);
    box-shadow: 0 0 40px rgba(8,7,16,0.6);
    padding: 15px 20px;
}
form.signup *{
    font-family: 'Poppins',sans-serif;
    color: #ffffff;
    letter-spacing: 0.5px;
    outline: none;
    border: none;
}
form.signup h3{
        font-size: 28px;
    line-height: 25px;
    text-align: center;
}
/*form.signup label{
    display: block;
    margin-top: 20px;
    font-size: 16px;
    font-weight: 500;
}*/
form.signup input{
        display: block;
    height: 43px;
    width: 100%;
    background-color: rgb(255 255 255 / 36%);
    border-radius: 3px;
    padding: 0px 8px;
    margin-top: 5px;
    font-size: 15px;
    font-weight: 300;
}
::placeholder{
    color: blue !important;
}
form.signup button{
    margin-top: 10px;
    width: 100%;
    background-color: #ffffff;
    color: #080710;
    padding: 15px 0;
    font-size: 18px;
    font-weight: 600;
    border-radius: 5px;
    cursor: pointer;
}
.row>* {
    margin-top: 10px !important;
}
h1{
    font-size: 22px;font-weight: 200 !important;
}
.btn-main{
    padding:5px 10px !important;
}
.none{display: none !important;}
.g-recaptcha div{margin:0 auto;padding-top: 4px;}
.one{border:0px solid lime;}
.two{border:0px solid red;}
.three{border:0px solid orange;}
.four{border:0px solid magenta;}
.five{border:0px dotted cyan;    display: block;}
.six{border:0px dashed yellow;vertical-align: middle;}
/*.two, .three, .four, .five, .six{display: block !important;position: relative;float:none;}*/
.py-5.mg1 {
    padding-bottom: 0rem !important;
}
.owl-carousel.owl-drag .owl-item {
    padding:10px 0;
}
.plinks {
    margin-bottom: 3.5rem !important;
}
a.flink:hover {
    letter-spacing: 1px;
}
a.flink {
    color: var(--light);
    font-weight: normal;
    transition: .3s;
}
.dropdown-toggle::after {
    vertical-align: 0px;
}
.vnone{
    visibility: hidden;
}
.g-5.left {
    --bs-gutter-x: 0rem;
}
.justify{
    text-align: justify;
}
.service-item:hover > a {
    color:white;border-color: white;
}
.service-item {
    height: auto;margin-bottom: 10px;
}
.btnC {
    width: 159px;
    display: inline-block;text-align: center;
    position: relative;
    z-index: 1;
    overflow: hidden;
    text-decoration: none;
    font-family: sans-serif;
    padding: 0.75em 1em;
    color: blue;
    border: 0.15em solid blue;
    border-radius: calc(0.75em + 0.5em + 0.15em);
}
.btnC:before, .btnC:after {
  content: "";
  position: absolute;
  top: -1.5em;
  z-index: -1;
  width: 200%;
  aspect-ratio: 1;
  border: none;
  border-radius: 40%;
  background-color: rgb(59 166 244 / 75%);
  transition: 4s;
}
.btnC:before {
  left: -80%;
  transform: translate3d(0, 5em, 0) rotate(-340deg);
}
.btnC:after {
  right: -80%;
  transform: translate3d(0, 5em, 0) rotate(390deg);
}
.btnC:hover, .btnC:focus {
  color: white;
  text-decoration: underline;
}
.btnC:hover:before, .btnC:hover:after, .btnC:focus:before, .btnC:focus:after {
  transform: none;
  background-color: rgb(59 166 244 / 75%);
}
/*--------------------------------
   5. PRICING AREA
--------------------------------*/
#pricing {
    /*padding: 80px 0;*/
}

.pricing--wrapper {
    padding-top: 45px;
    overflow: hidden;
}

/* 5.1. PRICING SLIDER ITEM */
.pricing--slider-item {
    /*padding-top: 45px;*/
}

/* 5.2. PRICING ITEM */
.pricing--item {
    padding: 15px;
    background-color: #fff;
    border: 1px solid #e9e9e9;
    -webkit-transition: box-shadow .25s ease-in-out;
            transition: box-shadow .25s ease-in-out;
    text-align: center;
    z-index: 0;
}

.pricing--item:hover,
.pricing--item.popular {
    box-shadow: 0 16px 24px 2px rgba(0,0,0,.14),0 6px 30px 5px rgba(0,0,0,.12),0 8px 10px -5px rgba(0,0,0,.2);
    z-index: 1;
}
.pricing--item:hover{
    z-index: 2;
}

.pricing--item:last-child {
   /* border-right: none;*/
}

.pricing--item.popular {
    margin-top: -45px;
    color: #fff;
    /*background-color: #ff4718;
    border-color: #ff4718;*/
}

/* 5.3. PRICING POPULAR TAG */
.pricing--popular-tag {
    display: inline-block;
    padding: 9px 30px;
    
    background-color: #fff;
    font-family: 'Oswald', sans-serif;
    font-size: 36px;
    line-height: 44px;
    margin: 0 auto;
    margin-bottom: 30px;
}
.pricing--popular-tag.red{color: #e68787;}
.pricing--popular-tag.green{color: #78bb78;}
.pricing--popular-tag.blue{color: #8d8dff;}
.pricing--body h3 strong.red{color: #e68787;}
.pricing--body h3 strong.green{color: #78bb78;}
.pricing--body h3 strong.blue{color: #8d8dff;}
.pricing--item.popular.red{background-color: #e68787;border-color: red;}
.pricing--item.popular.green{background-color: #78bb78;border-color: green;}
.pricing--item.popular.blue{background-color: #8d8dff;border-color: blue;}
.pricing--footer .btn.red{background-color: #e68787;border-color: red;color: #fff; padding: 10px 20px;}
.pricing--footer .btn.green{background-color: #78bb78;border-color: green;color: #fff; padding: 10px 20px;}
.pricing--footer .btn.blue{background-color: #8d8dff;border-color: blue;color: #fff; padding: 10px 20px;}
.col-md-10.col-md-offset-1 {
    margin: 0 auto;
}
.card-header h2 {
    text-align: left;
}
/* 5.4. PRICING HEADER */
.pricing--header h2 {
    margin: -4px 0 0;
    color: #303030;
    font-size: 36px;
    line-height: 40px;
}

.pricing--item.popular .pricing--header h2 {
    color: #fff;
        font-weight: bold;
}
.pricing--item.popular .pricing--header h3 {
    color: #fff;
    font-size: 1.50rem;
}

/* 5.5. PRICING BODY */
.pricing--body {
    padding-left: 10px;
    padding-right: 10px;
}

.pricing--body h3 {
    margin: 0;
    padding: 18px 0 15px;
    color: #303030;
    font-size: 16px;
    line-height: 20px;
}

.pricing--item.popular .pricing--body h3 {
    color: #fff;
}

.pricing--body h3 strong {
    display: block;
    margin-top: 5px;
    /*color: #ff4718;*/
    font-size: 48px;
    line-height: 56px;
}

.pricing--item.popular .pricing--body h3 strong {
    color: #fff;
}

/* 5.6. PRICING FOOTER */
.pricing--footer {
    margin-top: 26px;
}

.pricing--footer .btn--default {
    color: #303030;
    border-color: #303030;
}

.pricing--item.popular .pricing--footer .btn--default {
    color: #fff;
    border-color: #fff;
}
.banner--item {
    margin-bottom: 20px;
}
.row.plan {
    margin-top: 35px;
}
.page{
    width: 65%;
}
/*CSS Flickr style pagination*/
div.pagination {
  padding: 3px;
  margin: 3px;
  text-align:center;display: block;
  padding-bottom: 15px;
}
  
div.pagination a {
  border: 1px solid #dedfde;
  margin-right: 3px;
  margin-top: 8px;
  padding: 2px 6px;
  background-position: bottom;
  text-decoration: none;
  color: #2124B1;
  display: inline-block;      box-shadow: 2px 2px 7px #2124b1;  
}
div.pagination a:hover, div.meneame a:active {
  border: 1px solid black;
  background-image:none;
  background-color:#2124B1;
  color: #fff;
  text-shadow: #0066CD 1px 1px 1px;
}
div.pagination span.current {
  margin-right:3px;
  padding:2px 6px;
  font-weight: bold;
    color: black;
    border: 1px dotted blue;
}
div.pagination span.disabled {
  margin-right:3px;
  padding:2px 6px;
  color: #adaaad;
}
.readqaidaQuran{
    text-align: center;
    box-shadow: rgb(50 50 93 / 25%) 0px 6px 12px -2px, rgb(0 0 0 / 30%) 0px 3px 7px -3px;
    min-height: 71px;
}
.qaidaQuran
{
  border: 0px solid lime;
  text-align:center;
}
@media screen and (max-width: 999px) {
  .page {
    width: 80% !important;
  }
}
@media screen and (max-width: 768px) {
  .page {
    width: 100% !important;
  }
}
@media screen and (max-width: 480px) {
  .page {
    width: 100% !important;
  }
}

select option{
  background-color: var(--primary);
}
select {
    background: linear-gradient( 135deg , var(--primary) 0%, #abc1fb 100%) !important  ;
}
select#part {
    position: relative;
    border: 0;
    display: block;
    outline: 0;
    font: inherit;
    padding: 1rem 4rem 1rem 1rem;
    color: white;
    margin:0 auto;
    border-radius: 0.25em;
    box-shadow: 0 0 1em 0 rgba(0, 0, 0, 0.2);
    cursor: pointer;
    position: relative;
}
img.page{
    width:100%;    margin: 0 auto;
    display: block;
}
.question {
    padding: 10px;
    border-radius: 6px;
    background: white;
    transition: all 0.5s ease;
    margin-bottom: 15px;
    font-size: 14px;
}

.question:hover {
    background-color: #3a51d3;
}

.question.open {
    -webkit-box-shadow: 0px 0px 17px -1px rgba(0,0,0,0.13);
    -moz-box-shadow: 0px 0px 17px -1px rgba(0,0,0,0.13);
    box-shadow: 0px 0px 17px -1px rgba(0,0,0,0.13);
}

.question .faqAnswer { 
    display: none; 
    padding: 20px 10px;
    line-height: 28px;
    color: rgba(0,0,0,0.6);
    font-size: 17px;
}

.question.open:hover {
    background: white;
}

.question h4 {
    border-radius: 6px;
    margin: 0px;
    padding: 10px;
    color: black;
    font-weight: 400;
    font-size: 20px;
    cursor: pointer;
}

.question h4.open {
    border-radius: 6px;
    margin: 0px;
    color: white;
    background-color: #3a51d3;
    cursor: pointer;
}

.question:hover h4 {
    color: white;
}
.red{color:red !important;}
/*Error Messages Style*/
.vpb_info {  
  text-align:left;
  border: 1px solid #999; 
  padding:8px 10px 8px 10px; 
  font: bold 12px verdana;
  -moz-box-shadow: 0 0 5px #888; 
  -webkit-box-shadow: 0 0 5px#888;
  box-shadow: 0 0 5px #888;
  text-shadow: 2px 2px 2px #ccc;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  font-family:Verdana, Geneva, sans-serif; 
  font-size:11px; 
  line-height:20px;
  font-weight:normal;
  color: black !important;
  background: #BDE5F8; 
}
.error{
  background-color: #F7902D;  
  margin-bottom: 40px;
  padding: 12px 20px;
    width: 100%;
    font-size: 1em;
    margin-bottom: 10px;
    font-family: "Georgia", Times, serif;
    color: rgb(40, 40, 40) !important;
}
.success{
  background-color: #48e0a4; 
  padding: 12px 20px;
    width: 100%;
    font-size: 1em;
    margin-bottom: 10px;
    font-family: "Georgia", Times, serif;
    color: rgb(40, 40, 40) !important;
}

.success-msg{
    background:#E9F7DD;
    border: 1px solid #ABD0A8;
    color: #589051;
    margin-bottom: 10px;
    max-width: 1129px;
    padding: 11px 16px; 
    display:none;
    text-align:center;
}
.error-msg {
    background: #F7DDE0;
    border: 1px solid #D0A8A8;
    color: #905151;
    margin-bottom: 10px;
    max-width: 1129px;
    padding: 11px 16px;
    display:none;
    text-align:center;
}
.vpb_success {
    width: 98%;
    font-family: Verdana, Geneva, sans-serif; 
    font-size:11px; 
    padding:10px; 
    background: #2CB149;
    color: #fff !important; 
    border:1px solid #F1F1F1;
    box-shadow: 0 0 20px #cbcbcb;
    -moz-box-shadow: 0 0 20px #cbcbcb;
    -webkit-box-shadow: 0 0 20px #cbcbcb;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px; line-height:20px;margin-top: 10px;
}
.bg-primary {
    background-color: #2124B1 !important;
    /*background-color: #78bb78 !important;*/
    /*background-color: #e68787 !important;*/
    /*background-color: #8d8dff !important;*/
}
@media (max-width: 991px){
    .py-5{
        padding-top: 0px !important;
        padding-bottom: 8rem !important;
    }
    form.signup{
        width: 90%;
        position: absolute;
        display: inline-block;
        right: 5%;
    }
}
@media (max-width: 600px){
    .btn-main {
        padding: 5px 5px !important;
        margin-right: 0px !important;
        font-size: 15px;
    }
   .btn-main.qaidah span{
        display: none;
    }
    .btnC {
        display: block;
        margin: 0 auto;
        margin-bottom: 5px;width: 75%;
    }
    select#part {
        width:100% !important;
        font-size: 11px;
    }

}
@media (max-width: 500px){
    #regform h3 {
        margin-top: 0px;
    }
}