body {
    padding: 0px;
    margin: 0px;
    font-family: "Montserrat", sans-serif;
    font-size: 17px;
    color: #272727;
}
body {
    min-height: 100vh;
}
.wrapper{
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}
.custom-h{
    flex: 1;
}
/* body,
html {
    height: 100%;
    min-height: 100vh;
    max-height: auto;
} */
/* fonts */
@font-face {
    font-family: "arabic-font";
    src: url("https://db.onlinewebfonts.com/t/2c1ce06a505728976c1d2993407312b5.eot"); /* IE9*/
    src: url("https://db.onlinewebfonts.com/t/2c1ce06a505728976c1d2993407312b5.eot?#iefix")
            format("embedded-opentype"),
        /* IE6-IE8 */
            url("https://db.onlinewebfonts.com/t/2c1ce06a505728976c1d2993407312b5.woff2")
            format("woff2"),
        /* chrome firefox */
            url("https://db.onlinewebfonts.com/t/2c1ce06a505728976c1d2993407312b5.woff")
            format("woff"),
        /* chrome firefox */
            url("https://db.onlinewebfonts.com/t/2c1ce06a505728976c1d2993407312b5.ttf")
            format("truetype"),
        /* chrome firefox opera Safari, Android, iOS 4.2+*/
            url("https://db.onlinewebfonts.com/t/2c1ce06a505728976c1d2993407312b5.svg#KFGQPC Uthmanic Script HAFS")
            format("svg"); /* iOS 4.1- */
}
@font-face {
    font-family: lateef;
    src: url(../font/lateef.ttf);
}
@font-face {
    font-family: qalam;
    src: url(../font/qalam.ttf);
}
/* fonts */
/* @font-face {
    font-family: avenir-book;
    src: url(../font/avenir-book.otf);
  } */
/* fonts */
/* @font-face {
    font-family: avenir-Roman;
    src: url(../font/avenir-Roman.otf);
  } */
.header .navbar {
    background-color: #02407e;
    min-height: 90px;
    padding: 0px;
    -webkit-transition: all 0.7s ease-in-out;
    -moz-transition: all 0.7s ease-in-out;
    -ms-transition: all 0.7s ease-in-out;
    -o-transition: all 0.7s ease-in-out;
    transition: all 0.7s ease-in-out;
}
.header .nav-menu {
    margin-left: 100px;
}
.pt {
    padding-top: 100px;
}

.banner {
    background-image: url("../img/hero-bg.png");
    /* height: 115vh; */
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: -142px;
    background-position: center;
}
.agent-home {
    background-image: url("../img/express-header.png");
    /* height: 100vh; */
    background-repeat: no-repeat;
    background-size: cover;
}
.agent-home p {
    color: #fff;
    font-size: 26px;
}
.ack-text {
    color: #272727;
    font-size: 28px;
}
.banner .inner {
    /* position: relative;
      top: 40%; */
    padding: 50px 0px 20px 0px;
}
.navbar-nav .dropdown-toggle::after {
    display: none !important;
}
.dropdown-toggle i {
    padding-left: 10px;
}
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: #fafafa;
}
.navbar {
    transition: top 0.3s;
}
.ml-50 {
    margin-left: 35px;
    width: 10px;
}
.previous .ml-50 {
    margin-left: 0px;
    margin-right: 35px;
    transform: rotate(180deg);
}
/* .banner-content h3 {
  color: #fff;
  font-family: Montserrat;
  font-size: 36px;
  font-weight: 200;
}
.banner-content p {
  color: #fff;
  font-size: 22px;

} */
.banner-content img {
    max-width: 300px;
}
.banner .button {
    padding: 15px 25px;
    font-size: 19px;
    border-radius: 50px;
    font-weight: 300;
    color: #084e92;
}
.banner .btn-label i {
    margin-left: 50px;
}
.navbar-light .navbar-nav .nav-link {
    color: #fff;
    font-size: 15px;
    padding-left: 25px;
    font-family: Montserrat;
    font-weight: 600;
    transition: top 0.3s;
}
.navbar-light .navbar-nav .nav-link:hover {
    color: #ccc;
}
.navbar-light .navbar-nav .nav-link.active {
    color: #fff;
}
.header .darkHeader {
    background-color: rgba(38, 38, 38, 0.9);
    transition: top 0.3s;
    min-height: 70px;
}
.header .darkHeader .navbar-brand img {
    transition: top 0.3s;

    height: 50px;
}
.header .darkHeader .navbar-nav .nav-link {
    color: #fff;
    font-size: 13px;
    padding-left: 25px;
    font-family: Montserrat;
    font-weight: 600;
    transition: top 0.3s;
}
.desk-hide {
    display: none;
}
.quran {
    text-align: center;
}
.quran .d-img {
    height: 480px;
    width: 290px;
    text-align: center;
    transform: translate(100px, 100px);
}
.bg-light {
    background: #fafafa;
}
.p-100 {
    padding: 100px 0px;
}
.heading {
    font-weight: 700;
}
.pillars h3 {
    font-weight: 600;
}
.pillars p {
    font-weight: 300;
}
.pillars img {
    width: 100px;
}
.acknowledge .pillars img {
    height: 75px;
    width: auto;
}
.acknowledge .pillars p {
    color: #0d649b;
}
.c-border {
    border: 8px solid #60a4e3;
    border-radius: 10px;
}
.c-border img {
    position: relative;
    top: -25px;
    left: 25px;
}
.pl-5 {
    padding-left: 50px;
}
.about .btn-light {
    color: #000;
    background-color: #f4f4f4;
    border-color: #f4f4f4;
    padding: 10px 20px;
    font-weight: 500;
}
.about .shadow {
    box-shadow: 0 0.1rem 5px rgba(0, 0, 0, 0.15) !important;
}
.about .ml-50 {
    margin-left: 25px;
    width: 7px;
}

blockquote.quote {
    position: relative;
    text-align: center;
    padding: 1rem 1.2rem;
    width: 80%; /* create space for the quotes */
    margin: 1rem auto 2rem;
}

blockquote.quote:before,
blockquote.quote:after {
    font-family: FontAwesome;
    position: absolute;
    font-size: 14px;
}
blockquote.EN:before {
    content: "";
    top: 9px;
    margin-right: -20px;
    right: 100%;
    background-image: url("../img/q1.png");
    width: 18px;
    height: 15px;
    background-repeat: no-repeat;
}
blockquote.EN:after {
    content: "";
    margin-left: -50px;
    left: 100%;
    top: auto;
    background-image: url("../img/q2.png");
    width: 18px;
    height: 15px;
    background-repeat: no-repeat;
    bottom: 10px;
}
.good-muslim .good {
    background-color: #fff;
    min-height: 330px;
    border: 1px solid #e2e1e1;
    border-radius: 7px;
    margin-bottom: 10px;
}
.good img {
    width: 90px;
}
.p-70 {
    padding: 70px 0px;
}
.content-5 {
    position: relative;
}
.icon-5 {
    position: absolute;
    right: -35px;
    top: 30%;
}
.inverse .icon-5 {
    position: absolute;
    left: -35px;
    top: 30%;
}
.icon-5 img {
    width: 70px;
}
/* .nopadding {
  padding: 0px;
  margin: 0px;
}
.pad-left-0{
  padding-left: 0px;
}
.pad--0{

} */
.noinverse .content-5 {
    padding-right: 100px;
}
.inverse .content-5 {
    padding-left: 100px;
}
footer {
    background: #02407e;
    color: #fff;
    font-size: 14px;
    width: 100%;
}
.footer-small {
    z-index: 9999;
    background: #02407e;
    color: #fff;
    font-size: 14px;
    position: relative;
    width: 100%;
    bottom: 0px;
}
.f-logo {
    width: 200px;
}
footer h4 {
    font-weight: 600;
}
.f-ul,
.social-icon {
    margin: 0px;
    padding: 0px;
    list-style: none;
}
.f-ul li a {
    text-decoration: none;
    color: #fff;
}
.f-ul li {
    padding-bottom: 8px;
}
.border-b {
    padding-bottom: 50px;
    border-bottom: 1px solid #fff;
}
.p-70-f {
    padding-top: 70px;
    padding-bottom: 0px;
}
.copyright {
    padding: 20px 0px;
}
.copyright p {
    margin-bottom: 0px;
    padding-top: 10px;
}
.social-icon li {
    display: inline;
    padding-left: 5px;
}
.social-icon {
    text-align: right;
}
.social-icon li a img {
    width: 35px;
}
/* .modal-title {
    font-size: 56px;
    font-family: "Montserrat";
    font-weight: normal;
}
.modal-header,
.modal-footer {
    border: none;
    padding-bottom: 0px;
    margin-bottom: 0px;
} */
/* .modal-content {
    background-color: transparent;
    color: #fff;
} */
.modal-backdrop.show {
    opacity: 0.9;
}
.modal-content p {
    font-size: 24px;
}
#login .modal-body {
    background: #f9f9f9;
    color: #000;
    border-radius: 5px;
    padding: 1.5rem;
}
.txt-line {
    width: 100%;
    text-align: center;
    border-bottom: 1px solid #fff;
    line-height: 0.1em;
    margin: 10px 0 20px;
}
.signup-btn {
    font-size: 21px;
    background-color: #166599;
    border-color: #166599;
    padding: 15px 20%;
    border-radius: 7px;
}
.signup-btn:hover {
    background-color: #166599;
}
.signup-btn:focus {
    color: #fff;
    background-color: #166599;
    border-color: #166599;
    box-shadow: none;
}
.txt-line span {
    background: #0a0c0c;
    padding: 0 10px;
    opacity: 0.9;
}
.social-btn img {
    max-width: 290px;
}
.social-btn {
    display: block;
}
.btn-close {
    position: absolute;
    right: 10%;
    top: 10%;
    opacity: 1;
    width: auto;
    height: auto;
}
.btn-close i {
    color: #fff;
    font-size: 30px;
}
.btn-close:focus {
    outline: 0;
    box-shadow: none;
}
/* #grad1 .height-class {
  height: 85.2vh;
} */
.cong-next-btn {
    max-width: 350px;
}
.mx-w-800 {
    max-width: 800px;
    margin: 0 auto;
}
.mx-w-820 {
    max-width: 820px;
    margin: 0 auto;
}
.text-black {
    color: #000;
}
.l-h-0 {
    line-height: inherit !important;
}
.pt-sans {
    font-family: PT Sans;
    font-size: 24px;
    font-weight: 700;
    /* line-height: 55px; */
    margin-bottom: 0px;
    color: #02407e;
}
.hr-line {
    background: #00000066;
    margin: 40px 0px;
}
.jp-listen {
    color: #fff;
    font-size: 17px;
    font-family: "PT Sans";
    background: #0b5c98;
    border-radius: 24px;
    padding: 4px 20px 4px 4px;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 10px;
}
.jp-listen:hover {
    color: #fff;
}
.play-btn {
    width: 34px;
}
ul.custom-ul {
    list-style: none;
    padding-left: 0;
}
.custom-ul li {
    position: relative;
    padding-left: 1.6em; /* space to preserve indentation on wrap */
    margin-bottom: 15px;
    font-family: "PT Sans";
    font-size: 22px;
    color: #000;
}
.custom-ul li:before {
    content: ""; /* placeholder for the SVG */
    position: absolute;
    left: 0; /* place the SVG at the start of the padding */
    width: 24px;
    top: 5px;
    height: 24px;
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20 6L9 17L4 12' stroke='%23084E92' stroke-width='4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.p-provide {
    font-family: "PT Sans";
    font-size: 22px;
    font-weight: 700 !important;
    padding-left: 35px;
}

.box-white {
    background: #ffffff4d;
    border: 1px solid #084e9299;
    padding: 24px 40px;
    border-radius: 8px;
    height: 100%;
}
.box-white h3 {
    font-family: "El Messiri";
    font-size: 26px;
    font-weight: 700;
    color: #084e92;
}
.box-white p {
    font-family: PT Sans;
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 0px;
    color: #000000;
}
.font-el {
    font-family: "El Messiri";
}
.font-22 {
    font-size: 22px;
}
.font-32 {
    font-size: 32px;
}
#bg {
    object-fit: cover;
    background-repeat: repeat-x;
    position: fixed;
    top: 0;
    left: 0;
    filter: blur(1px);
    /* Preserve aspet ratio */
    min-width: 100%;
    min-height: 100%;
    z-index: -9999;
}
.footer-btn {
    transition: all 0.4s ease;
    bottom: -100px;
    padding: 10px;
}

.btn-fixed {
    position: fixed;
    width: 100%;
    left: 0;
    bottom: 0;
    background: #fff;
    padding: 10px;
    margin-bottom: 0px !important;
    z-index: 1000;
}
.show-class {
    display: block !important;
}
.hide-class {
    display: none !important;
}
.modal-content .size-16 {
    font-size: 16px;
}
.font-size-18 {
    font-size: 18px !important;
}
.modal-content .size-16 a {
    color: #fff;
    text-decoration: none;
}
.modal-content .size-16 a:hover {
    color: #fff;
    text-decoration: none;
}
.about-page img {
    border-radius: 5px;
}
.welcome {
    background-image: url("../img/bg-n.jpg");

    background-repeat: no-repeat;
    background-size: cover;

    height: 100%;

    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.shahada {
    background-image: url("../img/shahada-bg.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.pt-50 {
    padding-top: 157px;
    padding-bottom: 150px;
}
.shahada-inner {
    /* padding: 0px 100px; */
    /* text-align: center; */
    color: #272727;
    font-weight: 600;
    font-size: 18px;
}
.kalam {
    font-family: lateef;
    font-size: 55px;
    /* padding: 0px 60px; */
    color: #02407e;
    /* line-height: 35px; */
    direction: rtl;
}
.kalam .color-y {
    color: #e6bf2a;
}
hr.hr-center {
    margin: 10px 70px;
}
.kalma-eng {
    font-size: 32px;
    /* padding: 0px 60px; */
    color: #000;
    line-height: 40px !important;
    font-weight: 600;
}
.fw-600 {
    font-weight: 600;
}
.kalma-eng .color-y {
    color: #e6bf2a;
}
.player-word {
    font-family: lateef;
    font-size: 46px;
    padding: 0px 10px;
    color: #0d649b;
}
/* .player-c {
  background-color: rgba(13, 100, 155, 0.2);
  width: 180px;
  height: 180px;
  border-radius: 50%;
  position: absolute;
  right: 20%;
  margin-top: 30px;
} */
.player-c {
    background-color: rgba(13, 100, 155, 0.2);
    width: 180px;
    height: 180px;
    border-radius: 50%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
}
.inner-circle {
    width: 150px;
    height: 150px;
    background-color: #ededed;
    border-radius: 50%;
    position: relative;
    border: 10px solid rgba(13, 100, 155, 0.3);
    top: 15px;
    left: 15px;
}
.timer {
    text-align: center;
    font-size: 20px;
    font-weight: 500;
}
.info-text {
    color: #085093;
    font-size: 20px;
    font-weight: 700;
    padding: 0 50px;
}
.hide {
    display: none;
}
.signup-page .navbar {
    background: #093c5d;
}
.bold-heading {
    color: #fff;
    font-size: 28px;
    font-weight: 700;
    padding-top: 20px;
}
.signup-heading {
    color: #02407e;
    font-size: 42px;
    font-weight: 500;
    padding-top: 0px;
}
.signup-heading-welcome {
    color: #02407e;
    font-size: 36px;
    font-weight: 300;
    padding-top: 60px;
}
.cong {
    font-size: 52px;
    font-weight: 800;
    color: #000;
}
.cong-img {
    width: 250px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}
.cong-img img {
    max-width: 200px;
    border: 3px solid #02407e;
    padding: 10px 20px;
    border-radius: 10px;
    background: #fff;
}
.welcome-img {
    width: 300px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}
.welcome-desc {
    color: #fff;
    font-size: 22px;
}
.form-control::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #fff;
    opacity: 1; /* Firefox */
}

.form-control:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #fff;
}

.form-control::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #fff;
}

#msform {
    text-align: center;
    position: relative;
    margin-top: 20px;
}

#msform fieldset .form-card {
    background: transparent;
    border: 0 none;
    border-radius: 0px;
    padding: 20px 40px 30px 40px;
    box-sizing: border-box;
    width: 94%;
    margin: 0 3% 20px 3%;
    position: relative;
}

#msform fieldset {
    background: transparent;
    border: 0 none;
    border-radius: 0.5rem;
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding-bottom: 20px;
    position: relative;
    margin-bottom: 100px;
}

#msform fieldset:not(:first-of-type) {
    display: none;
}

#msform fieldset .form-card {
    text-align: left;
    color: #9e9e9e;
}

#msform input,
#msform textarea {
    padding: 10px;
    border: none;
    border-bottom: 1px solid #ccc;
    border-radius: 0px;
    margin-bottom: 50px;
    margin-top: 2px;
    width: 100%;
    box-sizing: border-box;
    font-family: montserrat;
    color: #fff;
    font-size: 16px;
    letter-spacing: 1px;
    background: transparent;
}

#msform input:focus,
#msform textarea:focus {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: none;
    font-weight: bold;
    border-bottom: 1px solid skyblue;
    outline-width: 0;
}

#msform .action-button {
    padding: 7px 21px;
    font-size: 19px;
    border-radius: 50px;
    font-weight: 500;
    color: #084e92;
    margin: 60px 5px;
    margin-top: 20px !important;
}

#msform .action-button:hover,
#msform .action-button:focus {
    box-shadow: 0 0 0 2px white, 0 0 0 3px skyblue;
}

#msform .action-button-previous {
    width: 100px;
    background: #616161;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 0px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 5px;
}

#msform .action-button-previous:hover,
#msform .action-button-previous:focus {
    box-shadow: 0 0 0 2px white, 0 0 0 3px #616161;
}

select.list-dt {
    border: none;
    outline: 0;
    border-bottom: 1px solid #ccc;
    padding: 2px 5px 3px 5px;
    margin: 2px;
}

select.list-dt:focus {
    border-bottom: 2px solid skyblue;
}

.card {
    z-index: 0;
    border: none;
    border-radius: 0.5rem;
    position: relative;
}

.fs-title {
    font-size: 25px;
    color: #2c3e50;
    margin-bottom: 10px;
    font-weight: bold;
    text-align: left;
}

#progressbar {
    margin-bottom: 35px;
    overflow: hidden;
    color: #fff;
    padding: 0px;
    position: relative;
    z-index: 9;
}

#progressbar .active {
    color: #fff;
}

#progressbar li {
    list-style-type: none;
    font-size: 18px;
    width: 33.3%;
    float: left;
    position: relative;
}

#progressbar #account:before {
    font-family: "Montserrat", sans-serif;
    content: "01";
}

#progressbar #personal:before {
    font-family: "Montserrat", sans-serif;
    content: "02";
}

#progressbar #payment:before {
    font-family: "Montserrat", sans-serif;
    content: "03";
}

#progressbar #confirm:before {
    font-family: FontAwesome;
    content: "\f00c";
}

#progressbar li:before {
    width: 50px;
    height: 50px;
    line-height: 45px;
    display: block;
    font-size: 18px;
    color: lightgray;
    background: #fff;
    border-radius: 50%;
    margin: 0 auto 10px auto;
    padding: 2px;
}

#progressbar li:after {
    content: "";
    width: 100%;
    height: 2px;
    background: lightgray;
    position: absolute;
    left: 0;
    top: 25px;
    z-index: -1;
}

#progressbar li.active:before,
#progressbar li.active:after {
    background: #188fdf;
    color: #fff;
    font-weight: bold;
}

.radio-group {
    position: relative;
    margin-bottom: 25px;
}

.radio {
    display: inline-block;
    width: 204;
    height: 104;
    border-radius: 0;
    background: lightblue;
    box-shadow: 0 2px 2px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    cursor: pointer;
    margin: 8px 2px;
}

.radio:hover {
    box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.3);
}

.radio.selected {
    box-shadow: 1px 1px 2px 2px rgba(0, 0, 0, 0.1);
}

.fit-image {
    width: 100%;
    object-fit: cover;
}
#progressbar #step1:before {
    content: "1";
    color: #fff;
}

#progressbar #step2:before {
    content: "2";
    color: #fff;
}

#progressbar #step3:before {
    content: "3";
    color: #fff;
}

#progressbar li:last-child:after {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    position: absolute;
    left: -50%;
}

#progressbar li:nth-child(2):after {
    left: -50%;
}

#progressbar li:first-child:after {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    position: absolute;
    left: 50%;
}

#progressbar li:last-child:after {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

#progressbar li:first-child:after {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.icon-in {
    position: relative;
}
.icon-in i {
    position: absolute;
    top: 12px;
    right: 26px;
    font-size: 20px;
    color: #fff;
    font-weight: 100;
}
.signup-page .copyright {
    padding: 10px 0px;
}
/* .signup-page footer {
  position: fixed;
  bottom: 0px;
  width: 100%;
} */

.text-class {
    color: #fff;
    font-size: 20px;
}
.number .row input {
    font-size: 20px !important;
    text-align: center;
}
.dropselect select {
    border: none;
    background-color: transparent;
    border-bottom: 1px solid #ccc;
    border-radius: 0px;
    color: #fff;
    margin-bottom: 10px;
    padding: 10px;
    background-image: url(../img/select-arrow.png);
    background-size: inherit;
}
.dropselect .form-select:focus {
    box-shadow: none !important;
}
.dropselect input {
    margin-bottom: 10px !important;
}
.login-now {
    color: #fff;
    text-decoration: none;
}
.login-now:hover {
    text-decoration: none;
    color: #fff;
}
.dropselect select option {
    color: #000;
}
#grad1 {
    height: 100%;
}
#grad1 .row {
    display: flex;
    align-items: center;
}
.pt-70 {
    padding-top: 70px;
}
.pb-150 {
    padding-bottom: 80px;
}
.pillars-slider {
    padding-bottom: 70px;
}
/* .pillars-slider .owl-carousel .owl-item img {
  width: 50%;
} */
/* .pillars-slider .owl-stage-outer {
  margin-bottom: 25px;
} */
.slider-heading {
    font-size: 48px;
    color: #fff;
}
.pillars-slider .owl-theme .owl-nav [class*="owl-"]:hover {
    background-color: transparent;
}
.pillars-slider .owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #e9ecf1;
    opacity: 1;
}
.pillars-slider .owl-theme .owl-dots .owl-dot span {
    width: 15px;
    height: 5px;
    margin: 5px 7px;
    background: #e9ecf1;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity 0.2s ease;
    border-radius: 2px;
    opacity: 0.5;
}
.slider-text {
    color: #fff;
}
.pillars-slider .owl-nav {
    text-align: left;
    padding-left: 85px;
    margin-bottom: 10px;
}
.piller-btn {
    position: relative;
    z-index: 9999;
}
.piller-ml {
    margin-left: 50px;
}
.piller-btn img {
    /* position: absolute; */
    width: 200px;
}
.pillar-accept-checkbox {
    margin-left: 50px;
}
.pillars-slider .owl-dots {
    text-align: left;
    padding-left: 85px;
}
.good-muslimsingle .signup-heading {
    color: #02407e;
    font-size: 48px;
    font-weight: 800;
}
.good-btn img {
    width: 200px;
    margin: 0 auto;
}
.good-muslimsingle .good img {
    width: 70px;
}
.good-muslimsingle {
    padding-bottom: 80px;
}
.good-muslimsingle .good {
    background-color: transparent;
    color: #fff;
}
.good-muslimsingle blockquote.EN:before {
    background-image: none;
}
.good-muslimsingle blockquote.EN:after {
    background-image: none;
}
.hide-piller-btn {
    display: none;
}
.display-piller-btn {
    display: block;
}
.progress-hide {
    display: none;
}
.color-yellow {
    color: #e6bf2a;
}
.green-color {
    color: #23de27;
}
.welcome-muslim-color {
    color: #0c619a;
}
.muslim-color-2 {
    color: #0c619a;
}

.btn-color-blue {
    background-color: #0d649b;
    border: none;
    padding: 7px 30px;
    border-radius: 15px;
}
.btn-color-blue:hover {
    background-color: #0d649b;
}
.pt-60 {
    padding-top: 60px;
}
#yes .modal-content {
    background-color: #fff;
    color: #000;
}
.email-cong {
    border: none;
    border-bottom: 1px solid #353535;
    border-radius: 0px;
}
.number-color {
    color: #074e92;
}
.email-cong:focus {
    color: #212529;
    background-color: #fff;
    border-color: none;
    outline: 0;
    box-shadow: none;
}
.express-btn {
    width: 290px !important;
    background-color: #0d649b !important;
    border: 2px solid #0d649b !important;
    color: #fff !important;
    padding: 10px;
    border-radius: 5px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;

    /* -webkit-appearance: none; */
}

.express-btn:hover {
    background-color: #0d649b;
    border: 2px solid #0d649b;
    color: #fff;
}
.express-btn .ml-50 {
    margin-left: 120px;
    width: 10px;
}
.av-heading-welcome {
    font-size: 26px;
    font-weight: 300;
    padding-top: 60px;
}
.av-container img {
    width: 200px;
}
.av-container {
    margin: 0px 100px;
}
.audio,
.video {
    position: relative;
}
.av-bg {
    background-color: #ebebeb;
    height: 40px;
    position: absolute;
    top: 30%;
    width: 74%;
    z-index: -99;
    margin-right: 18%;
}
.video .av-bg {
    background-color: #ebebeb;
    height: 40px;
    position: absolute;
    top: 30%;
    width: 74%;
    margin-left: 18%;
    z-index: -99;
}
.audio h3 {
    padding-right: 55px;
}
.video h3 {
    padding-left: 60px;
}
/* slide */
/*coming soon*/
.coming-soon img {
    width: auto !important;
}
.cust-h {
    display: none;
}

/*ui changes ss*/

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.six-pillars .hover-div {
    border-radius: 10px;
    width: 350px;
    height: 380px;
    transition: 0.5s ease-out;
    border: 1px solid #000000;
}
.six-pillars-new .hover-div {
    width: auto !important;
    margin-bottom: 20px;
}

.qualities .hover-div {
    border-radius: 10px;
    /* width: 380px; */
    height: 480px;
    transition: 0.5s ease-out;
    border: 1px solid #000000;
}

.qualities .hover-div {
    height: 100%;
}

#user-message::placeholder {
    color: gray;
}

/* .qualities .hover-div:hover .hover-content,
.six-pillars .hover-div:hover .hover-content,
.five-pillars .hover-div:hover .hover-content {
  display: flex;
  flex-direction: column;
  animation-name: fadeIn;
  animation-duration: 0.3s;
  justify-content: center;
}

.qualities .hover-content,
.six-pillars .hover-content,
.five-pillars .hover-content {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #02407e;
  color: white;
  padding: 10px;
  transition: 0.5s ease-out;
} */

.six-pillars .owl-carousel,
.five-pillars .owl-carousel {
    /* max-width: 1150px; */
    margin: 0 auto;
    padding-left: 7rem;
}

/* .qualities .hover-content img,
.six-pillars .hover-content img,
.five-pillars .hover-content img {
  height: 60px;
  width: 60px !important;
} */

/* .qualities .box-title {
  font-size: 26px;
  font-weight: 600;
} */

/* .qualities .box-text,
.six-pillars .box-text,
.five-pillars .box-text {
  font-size: 24px;
  font-weight: bold;
  line-height: 28px;
} */

/* .qualities .pillar-detail,
.six-pillars .pillar-detail,
.five-pillars .pillar-detail {
  text-align: left;
  font-size: 20px;
  font-weight: 400;
} */

.qualities .pillar-detail ul {
    padding-left: 25px;
}

.qualities .pillar-detail ul li {
    font-size: 20px;
}

.qualities .pillar-detail ul li::marker {
    font-size: 1.5rem;
}

.six-pillars .owl-carousel .owl-nav,
.five-pillars .owl-carousel .owl-nav {
    text-align: left;
    padding-left: 85px;

    /* margin-bottom: 15px; */
}

/* .six-pillars .owl-nav .owl-prev img,
.six-pillars .owl-nav .owl-next img,
.five-pillars .owl-nav .owl-prev img,
.five-pillars .owl-nav .owl-next img {
  height: 50px;
  width: 50px;
} */

.six-pillars .owl-nav .owl-prev.disabled img,
.six-pillars .owl-nav .owl-next.disabled img,
.five-pillars .owl-nav .owl-prev.disabled img,
.five-pillars .owl-nav .owl-next.disabled img {
    opacity: 0.5;
}

/* .six-pillars .owl-nav .owl-prev,
.five-pillars .owl-nav .owl-prev {
  position: absolute;
  top: 40%;
  left: -5%;
} */

/* .six-pillars .owl-nav .owl-next,
.five-pillars .owl-nav .owl-next {
  position: absolute;
  top: 40%;
  right: -5%;
} */

.congratulations .confetti {
    height: 245px;
}

.shahada-btn {
    background-color: #fff;
}

.recite .recite-item {
    flex: 1;
}

/*homepage*/
.bg-light-blue {
    background-color: #e1ebf4;
}

.bg-blue-light {
    background-color: #e0ebf3;
}

.ps-80 {
    padding-left: 80px;
}

.navbar-light .navbar-nav .about-btn {
    font-family: El Messiri;
    font-size: 20px;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    border: 1px solid rgba(255, 255, 255, 1);
    border-radius: 10px;
}

.navbar-light .about-btn {
    font-family: El Messiri;
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    border: 1px solid rgba(255, 255, 255, 1);
    border-radius: 10px;
    color: #fff;
}

.navbar-light .nav-link:hover {
    color: #084e92;
    background-color: #fff;
    border: none;
}

.navbar-light .navbar-nav .nav-link:hover {
    color: #084e92;
    background-color: #fff;
    border: none;
}

.head-process .navbar-light .about-btn {
    color: #084e92;
    border-color: #084e92;
}

.head-process .navbar-light .navbar-nav .about-btn:hover {
    color: #fff;
    background-color: #084e92;
}

.banner-content h3 {
    color: #fff;
    font-size: 40px;
    font-family: "EL Messiri";
    /* line-height: 70px; */
    font-weight: 700;
}

.banner-content .aoa {
    color: #fff;
    font-size: 20px;
    font-family: "EL Messiri";
    line-height: 70px;
    font-weight: 700;
}

.banner-content .about-content {
    font-family: El Messiri;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 0.015em;
    /* text-align: justify; */
    padding: 0px 220px;
}
.accept-islam-btn{
    z-index: 1;
    position: relative;
}
.banner-content .accept-islam-btn span {
    font-family: El Messiri;
    font-size: 22px;
    font-weight: 400;
    line-height: 34px;
    letter-spacing: 0.02em;
    text-align: left;
    line-height: 1.5;
}
.banner-content .accept-islam-btn p {
    font-family: El Messiri;
    font-size: 26px;
    font-weight: 700;
    letter-spacing: 0.02em;
    text-align: left;
    line-height: 1;
}

.banner .button {
    padding: 15px 35px;
}
.hero-bottom{
    position: relative;
    bottom: 60px;
}

.hero-bottom .scroll-btn {
    font-family: PT Sans;
    font-size: 22px;
    font-weight: 700;
    line-height: 23px;
    letter-spacing: 0em;
    text-align: left;
}

.hero-bottom .counter .count {
    font-family: "EL Messiri";
    font-size: 40px;
    font-weight: 800;
    line-height: 49px;
    letter-spacing: 0.02em;
}

.hero-bottom .counter .text {
    font-family: El Messiri;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0.02em;
}

.hero-bottom .counter .content {
    font-family: El Messiri;
    font-size: 20px;
    font-weight: 700;
    line-height: 26px;
    letter-spacing: 0.02em;
}

.hero-bottom .counter .content span {
    font-family: El Messiri;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0.02em;
}

.home-faqs {
    padding-top: 80px;
    padding-bottom: 80px;
    font-family: El Messiri;
}

.home-faqs .heading {
    font-size: 44px;
    font-weight: 700;
    line-height: 1;
}

.home-faqs .subtitle {
    font-size: 44px;
    font-weight: 600;
    line-height: 1;
    color: #626262;
}

.home-faqs .content {
    font-size: 18px;
    font-weight: 400;
    line-height: 1;
    padding-right: 100px;
}

.home-faqs .accordion .accordion-button::after {
    display: none;
}

.home-faqs .accordion .plus-minus-toggle {
    cursor: pointer;
}

.home-faqs .accordion .collapsed.plus-minus-toggle::before {
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 15px;
    content: "";
    background-image: url('data:image/svg+xml,<svg width="12" height="11" viewBox="0 0 12 11" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M11.12 4.904V6.32H6.656V10.688H5.144V6.32H0.68V4.904H5.144V0.511999H6.656V4.904H11.12Z" fill="%230B5C98"/></svg>');
    background-repeat: no-repeat;
    background-size: 1.25rem;
    transition: transform 0.2s ease-in-out;
}

.home-faqs .accordion .plus-minus-toggle:before {
    content: "";
    background-image: url('data:image/svg+xml,<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 12 11" style="enable-background:new 0 0 12 11;" xml:space="preserve"><style type="text/css">.st0{fill:%230B5C98;}</style><rect x="0.7" y="4.9" class="st0" width="10.4" height="1.4"/></svg>');
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 15px;
    content: "";
    background-repeat: no-repeat;
    background-size: 1.25rem;
    transition: transform 0.2s ease-in-out;
}

.home-faqs .accordion .accordion-item {
    background-color: transparent;
    border: none;
}

.home-faqs .accordion-button {
    background-color: transparent !important;
    box-shadow: none !important;
    color: #000;
    font-family: El Messiri;
    font-size: 22px;
    font-weight: 600;
    line-height: 23px;
}

.home-faqs .accordion-body {
    padding: 0.5rem 3.5rem;
    color: #5a5a5a;
    font-family: PT Sans;
    font-size: 18px;
    font-weight: 400;
    line-height: 23px;
}

.home-faqs .faq-border {
    height: 0.5px;
}

.border-b {
    padding-bottom: 25px;
}

.f-ul li a {
    text-decoration: none;
    color: #fff;
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 400;
    line-height: 36px;
    letter-spacing: 0.02em;
    text-align: left;
}

/*about page*/
.py-80 {
    padding: 80px 0px;
}

.about-banner {
    background-image: url(../img/about-banner.png);
    height: 100vh;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: -162px;
    background-position: center;
}
.about-banner .inner{
    height: 100%;
    display: flex;
    align-items: center;
}
.about-banner .button {
    padding: 15px 35px;
    font-size: 19px;
    border-radius: 50px;
    font-weight: 300;
    color: #084e92;
}

.about-banner .hero-top .banner-content {
    margin-top: 110px;
}

.about-banner .hero-top .banner-content .about-title {
    font-family: El Messiri;
    font-size: 44px;
    font-weight: 700;
    line-height: 69px;
    letter-spacing: 0.02em;
    text-align: center;
}

.about-banner .hero-top .banner-content .about-text {
    font-family: El Messiri;
    font-size: clamp(2rem, 1vw + 1rem, 2.5rem);
    font-weight: 600;
    /* line-height: 40px; */
    letter-spacing: 0.02em;
    text-align: center;
    /* padding: 0px 185px; */
    margin-top: 20px;
}

.about-banner .hero-top .banner-content .about-details p {
    font-family: PT Sans;
    font-size: 22px;
    font-weight: 400;
    line-height: 34px;
    letter-spacing: 0.02em;
    text-align: center;
    padding: 0px 85px;
}

.about .section-heading {
    font-family: El Messiri;
    font-size: 44px;
    font-weight: 700;
    line-height: 45px;
    letter-spacing: 0.02em;
    text-align: left;
}

.about .section-content {
    font-family: PT Sans;
    font-size: 22px;
    font-weight: 400;
    line-height: 36px;
    letter-spacing: 0.02em;
    text-align: left;
}

.about .section-img {
    border-radius: 10px;
    max-width: 80%;
}

.pillars-of-islam .image-container {
    position: relative;
    color: white;
    border-radius: 10px;
    box-shadow: 0px 4px 4px 0px #00000040;
}

.pillars-of-islam .image-container img {
    border-radius: 10px;
    width: 100%;
}

.pillars-of-islam .img-text {
    position: absolute;
    top: 0%;
    left: 0%;
    border-radius: 10px;
    /* background-color: rgba(0, 0, 0, 0.6); */
    height: 100%;
    /* transform: translate(-50%, -50%); */
}

.pillars-of-islam .img-text .img-title {
    font-family: El Messiri;
    font-size: 32px;
    font-weight: 700;
    line-height: 50px;
    letter-spacing: 0.02em;
}

.pillars-of-islam .img-text .img-content {
    font-family: PT Sans;
    font-size: 18px;
    font-weight: 400;
    line-height: 36px;
    letter-spacing: 0.02em;
}

.inverse .pillars-img,
.noinverse .pillars-img {
    width: 100%;
    height: 340px;
}

.inverse .icon-5,
.icon-5 {
    top: 40% !important;
}

.free-will-list img {
    margin-bottom: 15px;
}

.free-will-list .list-heading {
    font-family: El Messiri;
    font-size: 24px;
    font-weight: 700;
    line-height: 38px;
    letter-spacing: 0.02em;
    text-align: left;
    color: #084e92;
}

.free-will .foot-note {
    background-color: #fff;
    border: 1px solid #084e92;
    border-radius: 10px;
    padding: 25px 90px;
}

.free-will .foot-note p {
    font-family: PT Sans;
    font-size: 22px;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: 0.02em;
}

.what-is-shahada .content {
    font-family: El Messiri;
    font-size: 22px;
    font-weight: 700;
    line-height: 36px;
    letter-spacing: 0.02em;
    text-align: left;
}

.what-is-shahada .card {
    border: 0.5px solid #084e92;
    height: 462px;
}

.what-is-shahada .card .thumbnail {
    height: 120px;
    width: 120px;
    margin-bottom: 20px;
}

.what-is-shahada .card .card-title {
    font-family: El Messiri;
    font-size: 24px;
    font-weight: 700;
    line-height: 38px;
    letter-spacing: 0.02em;
    color: #272727;
}

.what-is-shahada .card .card-content {
    font-family: PT Sans;
    font-size: 18px;
    font-weight: 400;
    line-height: 36px;
    letter-spacing: 0.02em;
    color: #343434;
}

.slider-container {
    padding-left: 7rem;
}

.qualities-slider .owl-nav .owl-next {
    position: absolute;
    top: -12%;
    right: 2%;
}

.qualities-slider .owl-nav .owl-next .slide-text {
    font-family: PT Sans;
    font-size: 16px;
    font-weight: 700;
    color: #02407e;
}

.qualities-slider .owl-item.active {
    /* width: 320px !important; */
}

.qualities-slider .slider-item {
    /* width: 320px; */
    height: 380px;
    border: 0.5px solid #084e92;
    border-radius: 10px;
}

.qualities-slider .slider-img {
    width: 120px !important;
    text-align: center;
}

.qualities-slider .slider-item .slider-title {
    font-family: El Messiri;
    font-size: 24px;
    font-weight: 700;
    line-height: 38px;
    text-align: center;
    letter-spacing: 0.02em;
}

.qualities-slider .slider-item .slider-content {
    font-family: PT Sans;
    font-size: 22px;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: 0.02em;
    color: #272727;
}

/*about page*/

/* welcome-page */

.welcome-page .welcome-title {
    font-family: El Messiri;
    font-size: 48px;
    font-weight: 700;
    line-height: 81px;
    letter-spacing: 0em;
    text-align: center;
}

.welcome-page .welcome-title span {
    color: #02407e;
}

.welcome-page .welcome-text {
    font-family: El Messiri;
    font-size: 30px;
    font-weight: 700;
    line-height: 55px;
    letter-spacing: 0em;
    text-align: center;
}

.welcome-page .welcome-desc {
    background-image: url(../img/welcome-text-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 10px;
    font-family: PT Sans;
    font-size: 26px;
    font-weight: 400;
    line-height: 55px;
    letter-spacing: 0em;
    text-align: center;
    padding: 20px 137px;
}

.welcome-page .welcome-desc span {
    font-weight: 600;
}

.next-btn,
.back-btn {
    font-family: PT Sans;
    font-size: 22px;
    font-weight: 700;
    line-height: 23px;
    color: #02407e !important;
}

.back-btn:hover,
.back-btn:focus .next-btn:hover,
.next-btn:focus {
    box-shadow: none !important;
    color: #02407e;
}

/* welcome-page */

/* video-page */

.video-page .video-title {
    font-family: El Messiri;
    font-size: 40px;
    font-weight: 700;
    line-height: 40px;
    letter-spacing: 0em;
    text-align: center;
}

.video-page .video-title span {
    color: #02407e;
}

.video-page .video-text {
    font-family: El Messiri;
    font-size: 22px;
    font-weight: 400;
    line-height: 55px;
    letter-spacing: 0em;
    text-align: center;
}

.responsive-video {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
    /* padding-top: 25px; */
    border-radius: 10px;
    height: 0;
    overflow: hidden;
    margin-top: 10px;
}

.responsive-video video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.video-page{
    /* padding: 0px;
    height: calc(100vh - 192px);
    display: flex;
    align-items: center; */
}
/* .video-screen{
    width: 44%;
} */

/* video-page */

/* shahada */
.shahada-page .shahada-title {
    font-family: El Messiri;
    font-size: 40px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0em;
    text-align: center;
}

.shahada-page .shahada-title span {
    color: #02407e;
}

.shahada-page .shahada-bottom-text {
    font-family: PT Sans;
    font-size: 24px;
    font-weight: 700;
    line-height: 55px;
    letter-spacing: 0em;
    text-align: center;
    color: #02407e;
}

.shahada-page .bottom-btn {
    border: 1px solid #d1d1db;
    font-family: PT Sans;
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    color: #272727;
    display: flex;
    gap: 5px;
    align-items: center;
    text-transform: uppercase;
}

.shahada-page .bottom-btn:hover {
    background-color: #02407e !important;
}

.shahada-page .shahada-text {
    font-family: El Messiri;
    font-size: 20px;
    font-weight: 700;
    line-height: 1px;
    color: #02407e;
}

.shahada-page .translation-start {
    font-family: El Messiri;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.4;
    color: #000;
}

.shahada-page .translation-text {
    font-family: El Messiri;
    font-size: 26px;
    font-weight: 400;
    line-height: 60px;
    letter-spacing: 0em;
    /* text-align: left; */
    color: #000;
}

.shahada-row {
    border-bottom: 1px solid #0000001a;
}

.flex-1 {
    flex: 1;
}

.shahada-page.five-pillars .five-pillar-content {
    font-family: El Messiri;
    font-size: 26px;
    font-weight: 400;
    line-height: 55px;
    padding: 0px 110px;
}

.shahada-page.five-pillars .five-pillar-content span {
    font-weight: 700;
}

.shahada-page.free-will-page .shahada-box,
.shahada-page.five-pillars .shahada-box {
    background-image: url(../img/welcome-text-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 10px;
    margin: 0px 80px;
}

.shahada-page.five-pillars .shahada-box .title {
    font-family: El Messiri;
    font-size: 40px;
    font-weight: 400;
    line-height: 55px;
    letter-spacing: 0em;
    text-align: center;
}

.shahada-page.five-pillars .shahada-box .title span {
    font-weight: 700;
}

.shahada-page.five-pillars .shahada-box .content {
    font-family: El Messiri;
    font-size: 26px;
    font-weight: 700;
    line-height: 55px;
    letter-spacing: 0em;
    text-align: center;
}

.pe-8 {
    padding-right: 8rem;
}

.shahada-page.emaan-pillars .six-pillars .owl-carousel .owl-item.active {
    width: 350px !important;
}

.shahada-page.emaan-pillars .six-pillars .owl-carousel .owl-stage-outer {
    height: 420px;
}

.shahada-page.emaan-pillars .six-pillars .hover-div img {
    height: 70px !important;
}

.shahada-page.emaan-pillars .six-pillars .hover-div .pillar-one {
    width: 69px !important;
}

.shahada-page.emaan-pillars .six-pillars .hover-div .pillar-two {
    width: 118px !important;
}

.shahada-page.emaan-pillars .six-pillars .hover-div .pillar-three {
    width: 88px !important;
}
.shahada-page.emaan-pillars .six-pillars .hover-div .pillar-four {
    width: 66px !important;
}

.shahada-page.emaan-pillars .six-pillars .hover-div .pillar-five {
    /* width: 60px !important; */
}
.shahada-page.emaan-pillars .six-pillars .hover-div .pillar-six {
    width: 70px !important;
}

.shahada-page.emaan-pillars .six-pillars .hover-div .pillar-title,
.shahada-page.muslim-qualities .qualities .quality-title {
    font-family: El Messiri;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.2;
}

.shahada-page.muslim-qualities .qualities .quality-title {
    height: 55px;
}

.shahada-page.muslim-qualities .qualities .quality-title span,
.shahada-page.emaan-pillars .six-pillars .hover-div .pillar-title span {
    color: #02407e;
}

.shahada-page.emaan-pillars .six-pillars .hover-div .pillar-text {
    font-family: PT Sans;
    font-size: 24px;
    font-weight: 400;
    line-height: 1.35;
}

.shahada-page.emaan-pillars .six-pillars .owl-nav .owl-next {
    position: absolute;
    top: -9%;
    right: 1%;
}
.shahada-page.emaan-pillars .six-pillars .owl-nav .owl-next img {
    height: 30px;
    width: 30px;
}

.shahada-page.emaan-pillars .six-pillars .owl-nav .owl-next .slide-text {
    font-family: PT Sans;
    font-size: 16px;
    font-weight: 700;
    color: #02407e;
}

.shahada-page.emaan-pillars .shahada-bottom p {
    line-height: 1;
}

.shahada-page.emaan-pillars .shahada-bottom .mob-btn {
    margin: 0px 15px;
}

.shahada-page.muslim-qualities .qualities img {
    height: 80px !important;
}

.shahada-page.muslim-qualities .qualities .quality-detail ul li {
    font-family: PT Sans;
    font-size: 24px;
    font-weight: 400;
    line-height: 1.35;
}

.shahada-page.muslim-qualities .qualities .slider-img {
    height: 80px;
    width: 20%;
}

.shahada-page.free-will-page .shahada-box {
    margin: 0px;
}

.shahada-page.free-will-page .shahada-box .arabic-text {
    font-size: 45px;
    font-weight: 400;
}

.shahada-page.free-will-page .shahada-box .translation-text span {
    padding: 10px 0px;
    border-top: 1px solid #ffffff99;
    border-bottom: 1px solid #ffffff99;
    font-size: 30px;
}

.shahada-page.take-shahada-page .shahada-row .kalma-eng,
.shahada-page.take-shahada-page .shahada-row .shahada-inner {
    font-family: El Messiri;
    font-size: 22px;
    font-weight: 400;
    line-height: 34px;
}
.shahada-page.take-shahada-page .kalam {
    font-family: qalam;
    font-size: 44px;
}

.shahada-page.take-shahada-page .shahada-row.listen-shahada .listen p {
    font-family: PT Sans;
    font-size: 20px;
    font-weight: 700;
    line-height: 55px;
    color: #02407e;
}

.shahada-page.congo-page .shahada-title {
    font-family: El Messiri;
    font-size: 50px;
    font-weight: 700;
    line-height: 1;
}
.shahada-page.congo-page .f-46{
    font-size: 46px;
}
.shahada-page.congo-page .f-32{
    font-size: 32px;
}
.last-p-book{
    margin: 0 auto;
    width: 85%;
}


.shahada-page.congo-page h2 {
    font-family: El Messiri;
    font-size: 36px;
    font-weight: 700;
    line-height: 56px;
    color: #000 !important;
}

.shahada-page.congo-page .register-text {
    font-family: PT Sans;
    font-size: 26px;
    font-weight: 700;
    line-height: 34px;
    letter-spacing: 0em;
    /* text-align: center; */
    color: #02407e !important;
}

.shahada-page.congo-page h2 span {
    color: #02407e;
}

.shahada-page.congo-page p {
    font-family: PT Sans;
    font-size: 26px;
    font-weight: 400;
    line-height: 34px;
    letter-spacing: 0em;
    /* text-align: center; */
    color: #000 !important;
}

.shahada-page.congo-page ol li {
    font-family: PT Sans;
    font-size: 22px;
    font-weight: 700;
    line-height: 28px;
    letter-spacing: 0em;
    text-align: left;
    color: #000 !important;
}

.shahada-page.congo-page .join-now-btn {
    color: white;
    background-color: #02407e;
    border: 2px solid #05407e;
}

.shahada-page.congo-page .join-now-btn:hover {
    color: #02407e !important;
    background-color: transparent;
    border: 2px solid #05407e;
}

.shahada-page.congo-page .register-from {
    background-color: #0b5c981a;
    /* border: 1px solid #02407e; */
    border-radius: 24px;
}

.shahada-page.congo-page .register-from h3 {
    font-family: PT Sans;
    font-size: 24px;
    font-weight: 700;
    line-height: 35px;
    text-align: center;
}

.shahada-page.congo-page .register-from .register-form-text {
    font-family: PT Sans;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5;
}

.shahada-page.congo-page .register-from .form-control {
    background-color: #fff;
    font-family: PT Sans;
    font-size: 18px;
    font-weight: 400;
    line-height: 21px;
    text-align: left;
    border: 1px solid #c3c3c3;
    color: #000;
    padding: 0.375rem 2.25rem 0.375rem 0.75rem;
}

.shahada-page.congo-page .register-from .form-control::placeholder {
    color: #c3c3c3;
}
.shahada-page.congo-page .register-from .form-control:focus {
    box-shadow: none;
    font-weight: 500;
}

.shahada-page.congo-page .register-from button {
    font-family: PT Sans;
    font-size: 18px;
    font-weight: 700;
    line-height: 21px;
    border-radius: 8px;
    border: 2px solid #02407e;
}

.shahada-page.congo-page .register-from button:hover,
.shahada-page.congo-page .register-from button:active,
.shahada-page.congo-page .register-from button:focus {
    background-color: transparent;
    border: 2px solid #02407e !important;
    color: #02407e !important;
    box-shadow: none;
}

.shahada-page.congo-page .register-from button:hover .download-icon,
.shahada-page.congo-page .register-from button:active .download-icon,
.shahada-page.congo-page .register-from button:focus .download-icon {
    stroke: #02407e;
}

/* shahada */

/*contact-modal*/
.modal-backdrop {
    background-color: #00000066;
}

.contact-modal {
    z-index: 99999;
}

.contact-modal .modal-content {
    border: 1px solid rgba(2, 64, 126, 1);
    border-radius: 10px;
    background-color: rgba(255, 255, 255, 1);
}

.contact-modal .modal-content h5 {
    color: rgba(0, 0, 0, 1);
    font-size: 24px;
    text-align: center;
    font-family: PT Sans;
    font-weight: 700;
    line-height: 1.5;
}

.contact-modal .modal-content .modal-subtext {
    font-family: PT Sans;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    color: rgba(0, 0, 0, 1);
}

.contact-modal .modal-content .modal-subtext .learn-more {
    color: #02407e !important;
    text-decoration: underline !important;
}

.contact-modal .modal-content .modal-footer .footer-text {
    font-family: PT Sans;
    font-size: 14px;
    font-weight: 400;
    color: rgba(0, 0, 0, 1);
}

.contact-modal .modal-content .btn-close {
    right: -12%;
    top: 1.5%;
    background: #fff;
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.contact-modal .modal-content .btn-close:hover {
    opacity: 1;
}

.contact-modal .contact-form .form-control {
    border: 1px solid #c3c3c3;
    background: transparent;
}

.contact-modal .contact-form .form-floating > label {
    color: #d4d4d4;
}

.contact-modal .contact-form .submit-btn {
    border-radius: 8px;
    background-color: #02407e;
}
.certi-form input,
.certi-form select {
    border: 1px solid #d1d1db !important;
    height: 40px;
    box-shadow: none;
}
.form-select:focus {
    box-shadow: none;
    border-color: #d1d1db;
}
.certi-form .form-label {
    color: #121217;
    font-family: Inter;
    font-weight: 500;
    font-size: 14px;
}
.certi-form .form-control::placeholder,
.certi-form select {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #6c6c89;
    font-family: Inter;
    font-weight: 400;
    font-size: 14px;
    opacity: 1; /* Firefox */
}

/*contact-modal*/

/*ui changes ss*/

.show-desktop {
    display: flex !important;
}

.desktop-hide {
    display: none !important;
}

.certificate-box {
    position: relative;
}

.certificate-box .certificate-text {
    position: absolute;
    top: 50%;
    left: 62%;
    transform: translate(-50%, -50%);
    min-width: 450px;
}

.certificate-box .certificate-text .shahada-title {
    font-size: 30px;
}

.certificate-box .certificate-text .issue-text {
    color: #626262;
    font-size: 14px;
    text-align: center;
}

.certificate-box .certificate-text .name {
    color: #272727;
    font-size: 24px;
    font-weight: bold;
    font-family: "Montserrat", sans-serif;
    text-align: center;
}

.certificate-box .certificate-text .description {
    text-align: center;
    font-size: 14px;
    font-family: Inter;
    font-weight: 500;
}

.certificate-box .certificate-text .founder,
.certificate-box .certificate-text .issue-date,
.certificate-box .certificate-text .id {
    font-size: 12px;
    font-family: Inter;
    font-weight: 500;
}

.certificate-box .certificate-text .id {
    color: #626262 !important;
}

.certificate-img {
    display: none;
}

.claim-page .guidance_modal .modal-content{
    background-color: #fff;
    border-radius: 16px;
    border: 2px solid #084e92;
    padding: 18px;
    text-align: center;
}

.claim-page .guidance_modal .modal-content h5{
    font-family: El Messiri;
    font-size: 32px;
    color: #02407e;
}

.claim-page .guidance_modal .modal-content p{
    font-family: PT Sans;
    font-size: 18px;
    font-weight: 400;
}

.claim-page .guidance_modal .modal-content .btn-close{
    border: none !important;
    right: 5%;
}

.claim-page .guidance_modal .modal-content .btn-close:hover,
.claim-page .guidance_modal .modal-content .btn-close:active{
    border: none !important;
}

.last-btn{
    text-transform: none !important;
    min-width: 258px;
    padding: 12px !important;
}

.shahada-page .bottom-btn:hover svg path{
    fill: #fff;
}

@media screen and (max-width: 1366px) {
    .welcome-page .welcome-desc{
        padding: 35px;
        font-size: 22px;
    }
    .banner-content h3{
        font-size: 40px;
    }
    .banner-content .about-content{
        font-size: 20px;
    }
}

@media screen and (max-width: 1200px) {
    .certificate-box {
        display: none;
    }
    .certificate-img {
        display: block;
    }
}
/* Responsive */
@media screen and (max-width: 1200px) and (min-width: 992px) {
    .header .nav-menu {
        margin-left: 40px;
    }
}

@media screen and (max-width: 1024px) {
    .mobile-hide {
        display: none !important;
    }
    .show-mobile {
        display: block !important;
    }
    .banner-content .about-content {
        padding: 0px 20px;
        font-size: 22px;
    }
    .banner-content h3 {
        line-height: 1;
    }
    .accept-islam-btn img {
        height: 40px;
        width: 40px;
    }
    .banner-content .accept-islam-btn span {
        font-size: 18px;
    }
    .banner-content .accept-islam-btn p {
        font-size: 20px;
    }
    .banner .button {
        padding: 10px 30px;
    }
    .hero-top {
        margin-top: 80px !important;
        padding-top: 0px !important;
    }
    .hero-bottom {
        padding-top: 0px !important;
    }
    .home-faqs .subtitle {
        font-size: 28px;
    }

    .about-banner .hero-top {
        margin-top: 0px !important;
    }
    .about-banner .hero-top .banner-content {
        margin-top: 200px;
    }
    .about .section-heading,
    .about .section-content {
        line-height: 1;
    }
    .pillars-of-islam .img-text .img-content,
    .free-will .foot-note p {
        line-height: 1.3;
    }
    .inverse .pillars-img,
    .noinverse .pillars-img {
        height: 300px;
    }
    .welcome-page .welcome-text {
        font-size: 26px;
    }
    .welcome-page .welcome-desc {
        padding: 20px 60px;
    }
    .video-page .video-text {
        font-size: 22px;
    }
    .shahada-row {
        flex-direction: column;
        justify-content: center !important;
        text-align: center;
    }
    .shahada-bottom {
        margin-bottom: 24px;
    }
    .shahada-page .ref-text {
        text-align: center !important;
        margin-bottom: 20px;
    }
    .shahada-top.prophet {
        flex-direction: column;
    }
    .shahada-page.prophet .top-btn,
    .shahada-page .top-btn {
        margin-top: 0px !important;
    }
    .shahada-page.prophet .shahada-bottom-text {
        line-height: 1.4;
    }
    .shahada-page .shahada-title {
        padding: 0px;
    }
    .shahada-page.five-pillars .shahada-top {
        flex-direction: column;
        justify-content: center;
        margin-bottom: 0px !important;
    }
    .shahada-page.five-pillars .shahada-top .top-btn {
        text-align: center !important;
    }

    .shahada-page.five-pillars .shahada-box .content,
    .shahada-page.five-pillars .five-pillar-content {
        line-height: 1.5;
        padding: 0px 0px;
    }

    .shahada-page.five-pillars .shahada-box .title,
    .shahada-page.five-pillars .shahada-box {
        margin: 0px !important;
    }
    .qualities .hover-div {
        height: 500px;
    }
    .shahada-page.free-will-page .shahada-top {
        padding: 0px !important;
    }
    .shahada-page.congo-page ol {
        margin-left: 0px !important;
    }

    .shahada-page.muslim-qualities .owl-carousel .owl-nav .owl-next {
        position: absolute;
        top: -12%;
        right: 1%;
    }

    .shahada-page.muslim-qualities .owl-carousel .owl-nav .owl-next img {
        height: 30px;
        width: 30px;
    }

    .shahada-page.muslim-qualities
        .owl-carousel
        .owl-nav
        .owl-next
        .slide-text {
        font-family: PT Sans;
        font-size: 16px;
        font-weight: 700;
        color: #02407e;
    }
}
@media screen and (max-width: 1024px) {
    .hero-bottom {
        position: inherit;
        bottom: 60px;
    }
}

@media screen and (max-width: 1024px) and (min-width: 768px) {
    .about-banner {
        height: 110vh;
    }
    .about-banner .hero-top .banner-content .about-details p {
        font-size: 18px;
        line-height: 1.5;
    }
    .shahada-page.muslim-qualities .qualities .slider-img {
        height: 80px;
        width: 15%;
    }
}

@media screen and (max-width: 991px) and (min-width: 768px) {
    .banner .inner {
        padding: 130px 0px 20px 0px;
    }
    .quran {
        text-align: center;
        margin-top: 20px;
    }
    .quran .d-img {
        height: 350px;
        transform: initial;
        width: 230px;
    }
    blockquote.EN:after {
        bottom: 0px;
    }
    .inverse .icon-5,
    .icon-5 {
        display: none;
    }
    .noinverse .content-5 {
        padding-right: 0px;
    }
    .inverse .content-5 {
        padding-left: 0px;
        padding-top: 20px;
    }
    .f-logo {
        margin-bottom: 30px;
    }
    .navbar-light .navbar-toggler {
        background-color: #fff;
    }
    .navbar-toggler:focus {
        box-shadow: none;
    }
    .header .nav-menu {
        margin-left: 0px;
    }
    .navbar-light .navbar-nav .nav-link {
        padding-left: 0px;
    }
    .header .darkHeader .navbar-nav .nav-link {
        padding-left: 0px;
    }
    .about-banner {
        height: 120vh;
    }
    .about-banner .hero-top .banner-content .about-text {
        font-size: 28px;
        padding: 0px 20px;
    }
    .about-banner .hero-top .banner-content .about-details p {
        font-size: 20px;
        line-height: 1.5;
        padding: 0px 20px;
    }
    .about .section-heading,
    .about .section-content {
        line-height: 1.3;
    }
    .what-is-shahada .card .card-content,
    .pillars-of-islam .img-text .img-content,
    .free-will .foot-note p {
        line-height: 1.5;
    }
    .free-will .foot-note {
        padding: 25px 45px;
    }
    .border-b {
        justify-content: center;
    }
    .welcome-page .welcome-title {
        font-size: 35px;
        line-height: 50px;
    }
    .welcome-page .welcome-text {
        line-height: 40px;
    }
    .welcome-page .welcome-desc {
        font-size: 20px;
        line-height: 30px;
    }
    .video-page .video-title {
        font-size: 35px;
        margin-bottom: 20px !important;
    }
    .video-page .video-text {
        line-height: 30px;
    }
    .shahada-row {
        flex-direction: column-reverse;
        justify-content: center !important;
        text-align: center;
        margin-top: 10px;
    }
    .shahada-page .translation-text {
        line-height: 1.5;
    }
    .shahada-bottom {
        flex-direction: column;
    }
    .shahada-top {
        justify-content: center;
    }
    .shahada-top .top-btn {
        text-align: center !important;
    }
    .shahada-page.five-pillars .shahada-box .title {
        font-size: 32px;
    }
    .shahada-page.five-pillars .shahada-box .content {
        font-size: 24px;
    }
    .qualities .hover-div {
        height: 300px;
    }
    .shahada-page.muslim-qualities .qualities .quality-title {
        height: 20px;
    }
    .shahada-page.free-will-page .shahada-box {
        padding: 20px 0px !important;
    }
    .shahada-page.congo-page ol {
        margin-left: 5rem !important;
    }
    .shahada-page.muslim-qualities .owl-carousel .owl-nav .owl-next {
        top: -18%;
    }
}
@media screen and (max-width: 767px) {
    .banner .inner {
        padding: 130px 0px 20px 0px;
    }
    .quran {
        text-align: center;
        margin-top: 20px;
    }
    .quran .d-img {
        height: 350px;
        transform: initial;
        width: auto;
    }
    .inverse .icon-5,
    .icon-5 {
        display: none;
    }
    .noinverse .content-5 {
        padding-right: 0px;
    }
    .inverse .content-5 {
        padding-left: 0px;
        padding-top: 20px;
    }
    .c-border {
        border: 4px solid #60a4e3;
        border-radius: 10px;
    }
    .c-border img {
        position: unset;
    }
    .copyright div {
        text-align: center;
    }
    .copyright .social-icon {
        text-align: center;
        margin-top: 10px;
    }
    .f-logo {
        margin-bottom: 30px;
    }
    .navbar-light .navbar-toggler {
        background-color: #fff;
    }
    .navbar-toggler:focus {
        box-shadow: none;
    }
    .header .nav-menu {
        margin-left: 0px;
    }
    .navbar-light .navbar-nav .nav-link {
        padding-left: 0px;
    }
    .header .darkHeader .navbar-nav .nav-link {
        padding-left: 0px;
    }
    #progressbar li {
        font-size: 15px;
    }
    .congratulations .confetti {
        height: auto;
    }
    .congratulations .neg-m {
        margin-top: 0;
    }
    .shahada .recite-row,
    .shahada .recite-row .text-row {
        flex-direction: column;
    }
    .shahada .recite-row .listen {
        text-align: center;
        margin-bottom: 16px;
    }
    .shahada .recite-row .listen img {
        height: 42px;
        width: 42px !important;
    }
    .shahada .recite-row .text-row .recite-item {
        margin-top: 16px;
        text-align: center;
    }
    .shahada .recite-row .text-row .recite-item .lang-info {
        margin-bottom: 8px;
    }
    .shahada .recite-row .text-row .arabic-kalma {
        direction: rtl;
    }
    .hero-top {
        margin-top: 0px !important;
        padding-top: 0px !important;
    }
    .banner-content .about-content {
        padding: 0px 10px;
    }
    .hero-bottom {
        padding-top: 35px !important;
    }
    .home-faqs {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .border-b {
        justify-content: center;
    }

    .banner {
        margin-top: -142px;
    }
    .banner-content {
        margin-top: 40px;
    }
    .about-banner {
        height: 120vh;
    }
    .about-banner .hero-top .banner-content .about-title {
        font-size: 44px !important;
    }
    .about-banner .hero-top .banner-content .about-text {
        padding: 0px !important;
        line-height: 1.2;
        font-size: 22px;
    }
    .about-banner .hero-top .banner-content .about-details p {
        font-size: 18px;
        line-height: 1.5;
        padding: 0px !important;
    }
    .about .section-heading {
        font-size: 44px !important;
    }
    .about .section-content {
        font-size: 18px;
        line-height: 1.5;
    }
    .pillars-of-islam .img-text .img-content {
        line-height: 36px;
    }
    .pillars-of-emaan .section-content {
        padding: 0px !important;
    }
    .inverse .pillars-img,
    .noinverse .pillars-img {
        height: 200px !important;
    }
    .free-will-list {
        padding-left: 0px !important;
    }
    .free-will .foot-note {
        padding: 25px 15px !important;
    }
    .free-will .foot-note p {
        font-size: 18px !important;
    }
    .what-is-shahada .card .card-content {
        line-height: 1.5;
    }
    .slider-container {
        padding-left: 1rem !important;
    }
    .welcome-page .welcome-title {
        font-size: 35px;
        line-height: 50px;
    }
    .welcome-page .welcome-text {
        line-height: 40px;
    }
    .welcome-page .welcome-desc {
        font-size: 20px;
        line-height: 30px;
    }
    .video-page .video-title,
    .video-page .video-text {
        line-height: 30px;
    }
    .shahada-row {
        flex-direction: column;
        justify-content: center !important;
    }
    .shahada-top {
        justify-content: center;
    }
    .shahada-top .top-btn {
        text-align: center !important;
        margin-top: 0px !important;
        margin-bottom: 0px !important;
    }
    .shahada-page .translation-text,
    .shahada-page .shahada-bottom-text {
        line-height: 1.4;
    }
    .shahada-bottom {
        flex-direction: column;
    }
    .shahada-page .shahada-bottom-text {
        font-size: 22px;
    }
    .shahada-page.five-pillars .five-pillar-content {
        text-align: justify;
        font-size: 22px;
    }
    .shahada-page.five-pillars .shahada-box .title {
        font-size: 28px;
    }
    .shahada-page.five-pillars .shahada-box .content {
        font-size: 22px;
    }
    .six-pillars .owl-carousel,
    .five-pillars .owl-carousel {
        padding-left: 1rem;
        margin-bottom: 20px;
    }
    .qualities .hover-div {
        height: 420px;
    }
    .shahada-page.muslim-qualities .qualities .quality-title {
        height: 30px;
    }
    .shahada-page.muslim-qualities .qualities .quality-detail {
        margin-top: 30px !important;
    }
    .shahada-page.free-will-page .shahada-box {
        padding: 10px 15px !important;
    }

    .shahada-page.free-will-page .shahada-box .translation-text {
        font-size: 20px;
    }
    .shahada-page.congo-page .register-from {
        margin: 24px 0px 24px 0px !important;
    }
    .shahada-page.congo-page ol {
        margin-left: 0px !important;
    }
    .shahada-page.muslim-qualities .owl-carousel .owl-nav .owl-next {
        top: -14%;
        right: 3%;
    }
}

@media screen and (max-width: 767px) {
    .banner-content h3 {
        font-size: 45px;
    }
    .scroller {
        display: block !important;
    }
    .hero-bottom {
        text-align: center;
        gap: 10px;
        flex-direction: column-reverse;
    }
    .banner {
        /* height: 135vh; */
    }
    .scroller .counter {
        text-align: center !important;
    }
    .home-faqs .title {
        text-align: center;
    }
    .p-footer-sm {
        padding-top: 60px;
    }
    .f-logo {
        margin-bottom: 0px;
    }
    .f-ul li a {
        line-height: 1 !important;
    }
}

@media screen and (max-width: 700px) {
    .contact-modal .modal-content .btn-close {
        top: 1%;
        right: 2%;
        background: transparent;
    }
}

@media screen and (max-width: 342px) {
    .banner-sub {
        flex-direction: column;
        margin-bottom: 24px;
    }
    .banner-content .aoa {
        line-height: 24px;
    }
}

@media screen and (max-width: 320px) {
    .banner-content img {
        max-width: 250px;
    }
    .banner-content h3 {
        font-size: 30px;
        margin-top: 20px;
    }
    .banner .button {
        margin-top: 10px !important;
    }
    #msform .action-button {
        padding: 7px 14px;
        font-size: 16px;
        border-radius: 50px;
        font-weight: 500;
        color: #084e92;
        margin: 60px 5px;
        margin-top: 20px !important;
    }
    .banner-sub {
        flex-direction: column;
    }
    .banner-sub .aoa {
        line-height: 1;
        margin-top: 20px;
    }
    .home-faqs .accordion-button {
        font-size: 18px;
    }
    .home-faqs .accordion-body {
        padding-right: 15px;
        padding-left: 15px;
    }
    .banner-content {
        margin-top: 45px;
    }
    .banner {
        /* height: 150vh; */
    }
    .about-banner {
        height: 145vh;
    }
}
.form-control {
    box-shadow: inset 0 1px 3px 0 rgb(0 0 0 / 8%);
    border-radius: 5px;
    padding: 0 20px;
    font-size: 16px;
    color: #666;
    line-height: 50px;
    background: #02407e4a;
    border: 3px solid #02407e;
    /* color: #02407e; */
}
.form-control:focus {
    color: #212529;
    background-color: #fff;
    border-color: #02407eb5;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgb(2 64 126 / 19%);
}
.form-label,
.form-check-label {
    color: #02407e;
}
.form-check-input {
    background-color: #b0c2d4;
    border: 2px solid rgb(2 64 126);
}
a {
    text-decoration: none !important;
    color: transparent;
}
.spacex {
    margin-right: 20px;
}
.btn-primary {
    color: #fff;
    background-color: #02407e;
    border-color: #02407e;
    border-radius: 30px;
}

.lang-info {
    font-weight: 700;
    font-size: 20px;
}
.congrts {
    font-size: 30px;
    font-weight: 600;
    color: #02407e;
}
@media screen and (min-width: 500px) {
    .mobile-show {
        display: none;
    }
}
video {
    width: 100%;
    height: auto;
}
/* .custom-h {
    min-height: 90vh;
} */

.icon-mob {
    position: relative;
}

.acknowledge {
    background-image: url("../../assets/img/shahada-bg.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

a[type="submit"] {
    color: transparent !important;
    background-color: transparent !important;
    background: none !important;
    background-image: none !important;
}
/* box css /////////////////////////////////////////////////////////*/

.gallery_product {
    margin-bottom: 30px;
}
.pillar-box {
    text-align: center;
    border-radius: 10px;
    width: 100%;
    height: 250px;
    position: relative;
    display: inline-block;
    padding: 2em 2em;
    color: #333;
    background: linear-gradient(to left, transparent 50%, #02407e 50%) right;
    background-size: 200%;
    transition: 0.5s ease-out;
    border: 4px solid #02407e;
}
.pillar-box.small-boxx {
    max-width: 416px;
}
/* adssssssssssss */
.new-hover:hover .pillar-box {
    background-position: left;
}

/* mkjkmkm */
.h-button {
    width: 100%;
    height: 100%;
    text-align: center;
    transition: 0.5s ease-out;
    color: #fff;
}
.h-button .btn {
    border: 1px solid #fff;
    border-radius: 30px;
    padding: 10px 35px;
    color: #fff;
}
.box-content {
    margin-top: 10px;
    display: block;
}
/* .pillar-box:hover .box-content {
  display: none;
} */
.new-hover .h-button {
    display: none;
}
.new-hover:hover .box-content {
    visibility: hidden;
}
.h-button {
    position: absolute;
    top: 0;
    left: 0;
}
.new-hover:hover .h-button {
    display: block;
    padding: 15px;
}

/* .box-title {
  color: #02407e;
} */
.w-img {
    width: 50%;
}
.pillar-detail {
    text-align: left;
    font-size: 13px;
}
.btn-box {
    padding: 2em 2em;
}
/* verse ref */
.verse-ref {
    max-width: 850px;
    margin: 20px auto;
    text-align: right;
    color: #fff;
}
/* cong container */
.cong-container {
    max-width: 650px;
    background-color: #fff;
    border-radius: 16px;
    border: 2px solid #084e92;
    padding: 32px;
}
/* .custom-h-cog{
  height: 75vh;
} */
.custom-h-cog {
    /* min-height: calc(90vh - 80px); */
}

/* register page */
.register-box {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
/* box css end */
.btn-outline-primary {
    color: #06407e;
    border: 3px solid #06407e;
    font-weight: 600;
    border-radius: 7px !important;
}
.btn-outline-primary:hover {
    color: #fff;
    background-color: #06407e;
    border-color: #06407e;
}
.wide-btn {
    padding: 7px 35px;
}
.shahada-btn {
    padding: 0.375rem 2.75rem;
}
.fa {
    border: 2px solid #02407e;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    line-height: 22px;
    background: #02407e;
    color: #fff;
    font-size: 14px;
}
.fas {
    background: #ffffff;
    font-size: 60px;
    color: #02407e;
}
.btn-outline-primary:hover .fa {
    background: #fff;
    color: #02407e;
    border: 2px solid #fff;
    font-size: 14px;
}
.fa-arrow-right {
    margin-left: 5px;
}
.fa-arrow-left {
    margin-right: 5px;
}
.recording-btn a {
    margin: 0 10px;
}
.border-text {
    border: 4px solid #02407e;
    border-radius: 15px;
}
.primry-text {
    color: #02407e;
}
.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
    color: #fff;
    background-color: #707070;
    border: #707070;
}
.neg-m {
    margin-top: -6em;
}

.text-primary {
    color: #02407e !important;
    margin-bottom: 20px;
}
.otp .form-control {
    width: 45px;
    height: 45px;
    padding: 0;
    text-align: center;
}
.small-box {
    height: 250px;
}
.s-box {
    margin-top: 20px !important;
}
.cust-width {
    width: 180px;
}
.bold-text {
    font-weight: bold;
    font-size: 22px;
}
.free-img img {
    width: 50%;
}
.footer-small {
    height: 80px;
}

/* .footer-small .social-icon,
.footer-small  .copyright p {
  display: none;
} */
.p-box {
    font-size: 22px;
}
/* .arabic-text-2{
  font-size: 30px;
  font-weight: 700;
  color: black;
} */
.arabic-text {
    font-size: 30px;
    font-weight: 700;
    color: #02407e;
    font-family: qalam;
}

.translation-text {
    font-size: 20px;
    font-weight: bold;
    color: #06407e;
}

#cover-spin {
    position: fixed;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.7);
    z-index: 9999;
    display: none;
}

@-webkit-keyframes spin {
    from {
        -webkit-transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

#cover-spin::after {
    content: "";
    display: block;
    position: absolute;
    left: 48%;
    top: 40%;
    width: 40px;
    height: 40px;
    border-style: solid;
    border-color: #0d649b;
    border-top-color: transparent;
    border-width: 4px;
    border-radius: 50%;
    -webkit-animation: spin 0.8s linear infinite;
    animation: spin 0.8s linear infinite;
}
.bismillah {
    font-size: 18px;
    font-weight: 600;
    color: #000;
}
.bismillah-arabic {
    font-size: 22px;
    font-weight: 600;
    color: #000;
}
.arabic-text img {
    width: 18px;
}
.text-align {
    text-align: left;
}
.pad-right {
    padding-right: 55px;
    padding-left: 50px;
    font-size: 19px;
}
.bismillah-eng,
.bismillah-arabic {
    font-weight: 600;
}
.box-center {
    float: none !important;
}
.emaan-check {
    font-size: 25px;
    font-weight: 600;
}

a.disabled {
    pointer-events: none;
    cursor: default;
}
.mob-btn {
    margin: 0px 15px;
}
.emaan-check .form-check-label {
    color: #0a0c0c;
}
.btn-box .disabled {
    border: 3px solid #707070;
}
.recording-btn .disabled {
    border: 3px solid #707070;
}
.banner-heading {
    max-width: 800px;
    text-align: center;
    margin: 10px auto;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
span {
    line-height: 1.2 !important;
}

@media screen and (max-width: 1400px) and (min-width: 990px) {
    .about-banner {
        height: auto;
    }
    .hero-top {
        margin-bottom: 0px !important ;
    }
}

@media screen and (max-width: 500px) {
    /* .desk-hide{
    display: block;
    width: 70px;
    position: absolute;
    left: 40%;
    top: -34px;
  }
  .icon-mob{
    position: relative;
  } */
    .cust-width {
        width: 100%;
        margin: 5px 0px !important;
    }
    .mob-font {
        font-size: 18px;
    }
    .pad-right {
        padding-right: 15px;
        padding-left: 15px;
        margin-top: 20px;
    }
    .mobile-hide {
        display: none;
    }
    .cust-h {
        display: block;
        height: 100px;
    }
    h2 {
        font-size: 24px !important;
    }
    .shahada-page.take-shahada-page .kalam {
        font-family: qalam;
        font-size: 34px;
    }
    .kalma-eng {
        /* font-size: 15px; */
        font-weight: 600;
    }
    .cong {
        font-size: 30px;
    }
    /* .custom-h {
    min-height: auto;
  } */
    .piller-btn img {
        position: inherit;
        width: 200px;
    }
    .no-p {
        padding-left: 0 !important;
    }
    .pillars-slider .owl-nav {
        text-align: center;
        padding-left: 0;
    }
    .pillars-slider .owl-dots {
        text-align: center;
        padding-left: 0;
    }
    .pbff {
        margin-bottom: 50px;
    }
    .heading {
        text-align: center;
    }
    .btn-close {
        right: 5%;
        top: 5%;
        width: auto;
        height: auto;
        z-index: 1000;
    }
    .modal-content p {
        font-size: 20px;
    }
    .modal-title {
        font-size: 40px;
    }
    .signup-btn {
        font-size: 15px;
    }
    .social-btn img {
        max-width: 200px;
    }
    .pillars-slider .owl-carousel .owl-item img {
        width: 30%;
    }
    .mob-center {
        text-align: center;
    }
    blockquote.EN:after {
        margin-left: -50px;
    }
    .fw-bold {
        font-size: 20px;
    }
    .l-h-0 {
        line-height: 1.3 !important;
    }
    .take-shahada-page {
        text-align: center;
    }
    .take-shahada-page .pt-sans {
        margin-bottom: 20px;
    }
    .hr-line {
        margin: 20px 0px;
    }
    .listen-shahada {
        justify-content: center;
    }
    .box-white {
        margin-bottom: 15px;
    }
    .wide-btn {
        padding: 10px 35px !important;
    }
    .footer-small {
        height: auto !important;
    }
    .emaan-check {
        font-size: 16px !important;
    }
    .translation-text {
        font-size: 16px;
    }
    .lang-info {
        font-size: 15px;
    }
    .shahada-inner {
        /* font-size: 15px; */
    }
    .pt-50 {
        padding-top: 20px;
        padding-bottom: 52px;
    }
    .bold-text {
        font-size: 16px;
    }
    .shahada-bottom .d-flex {
        width: 100%;
        margin-top: 10px;
    }
    .mob-btn {
        /* padding: 7px 20px !important; */
        margin: 5px !important;
        width: 100%;
        justify-content: center;
    }
    .custom-h-cog {
        /* min-height: calc(100vh - 170px); */
    }
    .recording-btn a {
        /* margin: 5px 10px !important; */
    }
    .mob-center {
        text-align: center;
        gap: 30px;
    }
    .banner {
        /* height: 140vh; */
    }
    .slider-container {
        padding-left: 1rem !important;
    }
    .what-is-shahada .card {
        height: auto;
    }
    .about-banner {
        height: 120vh;
    }
    .pillars-of-islam .img-text {
        padding: 15px !important;
    }
    .shahada-row {
        flex-direction: column-reverse;
        margin-top: 10px;
    }
    .six-pillars .hover-div {
        width: 320px;
        height: 360px;
    }
    .shahada-page.emaan-pillars .six-pillars .owl-carousel .owl-item.active {
        width: 320px !important;
    }
    .shahada-page.emaan-pillars .six-pillars .hover-div .pillar-title {
        line-height: 1;
    }
    .shahada-page.emaan-pillars .six-pillars .hover-div .pillar-text {
        line-height: 1.1;
    }
    .shahada-page.muslim-qualities .qualities .quality-title {
        line-height: 1;
    }
    .qualities .hover-div {
        height: auto;
    }
    .shahada-page.muslim-qualities .qualities .quality-detail ul li {
        line-height: 1.3;
    }
    .shahada-page.free-will-page .shahada-box .translation-text {
        padding: 10px 0px;
        border-top: 1px solid #ffffff99;
        border-bottom: 1px solid #ffffff99;
    }
    .shahada-page.free-will-page .shahada-box .translation-text {
        font-size: 20px;
    }
    .shahada-page.free-will-page .shahada-box .translation-text span {
        border: none;
    }
    .shahada-top {
        margin-top: 20px;
    }
    .shahada-page.congo-page .shahada-title {
        font-size: 40px;
    }
    .contact-modal .modal-content h5 {
        font-size: 20px;
        padding: 0px !important;
    }
    .contact-modal .modal-content {
        padding: 16px !important;
    }
    .contact-modal .contact-form {
        padding: 8px 0px !important;
    }
    .take-shahada-page .box-white {
        text-align: left;
    }
    .take-shahada-page .bottom-box {
        gap: 20px;
    }
    .arabic-text {
        margin-bottom: 8px !important;
    }
}
@media screen and (max-width: 460px) {
    .six-pillars .hover-div {
        height: auto;
    }
}
@media screen and (max-width: 376px) {
    .banner {
        /* height: 145vh; */
    }
}

@media screen and (max-width: 321px) {
    .pillar-box {
        height: auto !important;
    }
    .h-button .text-start {
        font-size: 12px;
    }
    .btn-box {
        padding: 5px;
        margin-top: 20px;
    }
    .banner {
        /* height: 150vh; */
    }
    .about-banner {
        height: 145vh;
    }
    .pillars-of-islam .img-text .img-title {
        line-height: 1;
    }
    .pillars-of-islam .img-text .img-content {
        line-height: 1.5;
    }
    .qualities-slider .owl-item.active {
        /* width: 290px !important; */
    }
    .qualities-slider .slider-item {
        width: 280px;
        height: 400px;
    }
    .about .section-heading {
        font-size: 36px !important;
    }
    .six-pillars .hover-div {
        width: 290px;
    }
    .shahada-page.muslim-qualities .qualities .quality-title {
        font-size: 22px;
    }
    .shahada-page.muslim-qualities .qualities .quality-detail {
        margin-top: 20px !important ;
    }
    .shahada-page.muslim-qualities .qualities .quality-detail ul li {
        font-size: 20px;
    }
    .inverse .pillars-img,
    .noinverse .pillars-img {
        height: auto !important;
    }
}

@media screen and (max-width: 900px) {
    .desk-hide {
        display: block;
        width: 70px;
        position: absolute;
        right: 0;
        top: -34px;
    }
}

@media only screen and (min-height: 844px) {
    .about-banner {
        height: 100vh;
    }
    .welcome-page .welcome-title {
        margin-top: 100px !important;
    }
    .good-muslimsingle {
        padding-bottom: 189px;
    }
    .video-page{
        padding: 0px;
        height: calc(100vh - 192px);
        display: flex;
        align-items: center;
    }
    .shahada-page.free-will-page .shahada-box .translation-text {
        font-size: 18px;
    }
    .banner {
        height: 105vh;
    }
    .home-banner{
        height: auto;
    }
}

@media only screen and (min-height: 932px) {
    .about-banner {
        height: 85vh;
    }
    .banner {
        height: 95vh;
    }
    .home-banner{
        height: auto;
    }
}

/* css new  */

.wlcm-muslism-text {
    color: #06407e !important;
}
