

@font-face {
    font-family: regularFont;
    src: url(../fonts/Avenir-Medium-09.ttf);
}

@font-face {
    font-family: boldFont;
    src: url(../fonts/Avenir-Heavy-05.ttf);
}

@font-face {
    font-family: 'hausa';
    src: url('../fonts/hausa.ttf'); /* IE */
    src: url('../fonts/hausa.ttf') format('truetype');
}

@font-face {
    font-family: 'AGA-Arabesque';
    src: url('/fonts/AGA-Arabesque.woff') format('woff');
}

@font-face {
    font-family: 'AGA-Arabesque';
    src: url('../fonts/AGA-Arabesque.ttf'); /* IE */
    src: url('../fonts/AGA-Arabesque.ttf') format('truetype');
}

a {
    outline: none;
}

b, strong {
    font-weight: normal;
}

body, html {
    margin: 0;
    padding: 0;
    font-family: "regularFont";
    direction: ltr;
}

#sucessMessage, #ErrorMessage, #FillMessage {
    color: #ff6a00;
    font-size: 18px;
    position: relative;
    top: 0px;
    display: none;
    margin-right: 131px;
}

.container-fluid {
    padding-right: 0;
    padding-left: 0;
}

.pageNotFound {
    margin: auto;
    width: 775px;
    text-align: center;
    font-size: 1.5rem;
    color: #233654;
    display: block;
    height: 100%;
    margin-top: 85px;
}

    .pageNotFound img {
        width: 100%;
    }

    .pageNotFound p {
        margin-top: 10px;
    }

    .pageNotFound button {
        background: #00C2CB !important;
        background: -webkit-gradient(linear, 0 0, 0 right, from(#00C2CB), to(#00a4bd)) !important;
        background: -webkit-linear-gradient(to right,#00C2CB, #00a4bd) !important;
        background: -moz-linear-gradient(to right,#00C2CB, #00a4bd) !important;
        background: -ms-linear-gradient(to right,#00C2CB, #00a4bd) !important;
        background: -o-linear-gradient(to right,#00C2CB, #00a4bd) !important;
        background: linear-gradient(to right,#00C2CB, #00a4bd) !important;
        -pie-background: linear-gradient(to right,#00C2CB, #00a4bd) !important;
        color: #fff;
        font-size: 1rem;
        padding: 8px 70px;
        border: none;
        border-radius: 30px;
        -webkit-border-radius: 30px;
        -moz-border-radis: 30px;
        margin-bottom: 60px;
    }

header {
    height: 160px;
    width: 100%;
    padding: 0;
    margin: 0;
    background: rgba(13, 63, 116, 0.8);
    background: -moz-linear-gradient(bottom, rgba(4, 66, 128, 0.8) 0%, rgba(21, 29, 51, 0.8) 100%);
    background: -webkit-linear-gradient(bottom, rgba(4, 66, 128, 0.8) 0%,rgba(21, 29, 51, 0.8) 100%);
    background: linear-gradient(to bottom, rgba(4, 66, 128, 0.8) 0%,rgba(21, 29, 51, 0.8) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#044280', endColorstr='#151d33',GradientType=0 );
    background-size: cover;
    position: relative;
    z-index: 1;
}

    header div {
        float: left;
    }

    header .col-11 {
        float: none !important;
        margin: auto;
        height: 100%;
    }

    header .col-9 {
        margin-top: 25px;
    }

        header .col-9 img {
            float: left;
            margin-left: 70px;
        }

.longLanguages {
    width: 81%;
    padding-left: 10px;
}

.longHeader {
    font-size: 2.8rem !important;
}

header div ul {
    display: inline-block;
    direction: ltr;
    float: left;
    margin-top: 30px;
}

    header div ul li {
        display: inline-block;
        margin: 0 6px;
    }

        header div ul li a {
            color: #fff;
            text-decoration: none !important;
        }

            header div ul li a:hover, header div ul li a:active, header div ul li a.active {
                color: rgb(249,158,69);
            }

.open > .dropdown-menu {
    display: block;
}

header .col-3 {
    margin-top: 50px;
}

    header .col-3 img {
        width: 26px;
        margin-top: 5px;
        float: left;
    }

    header .col-3 select {
        direction: rtl;
        border-color: transparent;
        float: left;
    }

/****-------Custom select box-------****/
.customSelect {
    position: relative;
    right: 40px;
}

    .customSelect select {
        display: none; /*hide original SELECT element:*/
    }

.select-selected {
    background-color: transparent;
}
    /*style the arrow inside the select element:*/
    .select-selected:after {
        position: absolute;
        content: "";
        top: 20px;
        right: 0px;
        width: 0;
        height: 0;
        border: 6px solid transparent;
        border-color: #ffffff transparent transparent transparent;
    }
    /*point the arrow upwards when the select box is open (active):*/
    .select-selected.select-arrow-active:after {
        border-color: transparent transparent #fff transparent;
        top: 10px;
    }
/*style the items (options), including the selected item:*/
.select-selected {
    color: #ffffff !important;
}

.select-items div, .select-selected {
    color: #143a67;
    padding: 8px 16px;
    border: 1px solid transparent;
    /*border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;*/
    cursor: pointer;
    user-select: none;
}

.select-items div {
    width: 100%;
    text-align: left;
    border-bottom: 1px solid #efeaea;
}

    .select-items div:last-child {
        border-bottom: none;
    }
/*style items (options):*/
.select-items {
    position: absolute;
    background-color: #fff;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 99;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-shadow: #ccc 0px 2px 3px;
    -moz-box-shadow: #ccc 0px 2px 3px;
    box-shadow: #ccc 0px 2px 3px;
    width: 150px;
    height: 300px;
    overflow-y: scroll;
    overflow-x: hidden;
}
/*hide the items when the select box is closed:*/
.select-hide {
    display: none;
}

.select-items div:hover, .same-as-selected {
    background-color: rgba(0, 0, 0, 0.1);
}
/**--------------**/
header .col-11 {
    float: none;
    margin: auto;
}

header .col-3 .col-5 {
    padding-right: 0;
}

header .col-3 .btn-primary, header .col-3 .btn-primary:focus, header .col-3 .btn-primary:active {
    background: #00C2CB !important;
    background: -webkit-gradient(linear, 0 0, 0 left, from(#00C2CB), to(#00a4bd)) !important;
    background: -webkit-linear-gradient(to left,#00C2CB, #00a4bd) !important;
    background: -moz-linear-gradient(to left,#00C2CB, #00a4bd) !important;
    background: -ms-linear-gradient(to left,#00C2CB, #00a4bd) !important;
    background: -o-linear-gradient(to left,#00C2CB, #00a4bd) !important;
    background: linear-gradient(to left,#00C2CB, #00a4bd) !important;
    -pie-background: linear-gradient(to left,#00C2CB, #00a4bd) !important;
    float: right;
    padding: 2px 25px;
    border-radius: 25px;
    min-width: 150px;
    width: auto;
    border: none !important;
    box-shadow: none !important;
    margin-top: 5px;
    margin-right: 70px;
}

    header .col-3 .btn-primary img {
        position: relative;
        left: -14px;
        display: block;
        float: left;
        width: 20px;
        margin-bottom: 2px;
        margin-top: 2px;
    }

.searchHere {
    float: none;
    margin: 0 auto;
    background-color: #fff;
    display: flex;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    -webkit-box-shadow: #b7b2b2 0px 1px 5px;
    -moz-box-shadow: #b7b2b2 0px 1px 5px;
    box-shadow: #b7b2b2 0px 1px 5px;
    position: relative;
    top: -20px;
    height: 40px;
}

    .searchHere .input-group {
        direction: rtl;
    }

.searchIcon {
    background: #00C2CB;
    background: -webkit-gradient(linear, 0 0, 0 left, from(#00C2CB), to(#00a4bd));
    background: -webkit-linear-gradient(to left,#00C2CB, #00a4bd);
    background: -moz-linear-gradient(to left,#00C2CB, #00a4bd);
    background: -ms-linear-gradient(to left,#00C2CB, #00a4bd);
    background: -o-linear-gradient(to left,#00C2CB, #00a4bd);
    background: linear-gradient(to left,#00C2CB, #00a4bd);
    -pie-background: linear-gradient(to left,#00C2CB, #00a4bd);
    border: none;
    border-radius: 25px;
    width: 30px;
    height: 30px;
    position: relative;
    top: 5px;
    right: -9px;
    cursor: pointer;
}

    .searchIcon img {
        width: 25px;
        margin: auto;
        position: relative;
        display: block;
        top: 2px;
    }

.searchHere input {
    height: 30px;
    top: 5px;
    text-align: left;
    border: none;
    outline: none;
    box-shadow: none;
    background-color: transparent;
}

.searchHere .form-control:focus {
    background-color: transparent;
    box-shadow: none;
}
/**------------------Carosel style--------------------------**/
.carouselSection {
    background-image: url(../imgs/bg@2x.png);
    height: 692px;
    background-size: 100% 100%;
    position: relative;
    top: -160px;
    width: 100%;
    /* overflow: hidden; */
    border-radius: 0 0 50px 50px;
    -webkit-border-radius: 0 0 50px 50px;
    -moz-border-radius: 0 0 50px 50px;
}

.carousel-caption {
    /* width: 610px;
     position: absolute;
     right: 16%;
     top: 180px;
     float: right;
     left: unset;
     z-index: 10000;*/
    width: 80%;
    position: absolute;
    right: 0;
    top: 200px;
    float: none;
    left: 0;
    margin: auto;
    z-index: 0;
}

    .carousel-caption h2 {
        color: #fff;
        font-family: "regularFont";
        font-size: 3.8rem;
    }

    .carousel-caption p {
        color: #ff9d3b;
        font-size: 1.6rem;
        margin-top: 19px;
    }

    .carousel-caption h4 {
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        border-radius: 40px;
        background: #00C2CB;
        background: -webkit-gradient(linear, 0 0, 0 right, from(#00C2CB), to(#00a4bd));
        background: -webkit-linear-gradient(to right,#00C2CB, #00a4bd);
        background: -moz-linear-gradient(to right,#00C2CB, #00a4bd);
        background: -ms-linear-gradient(to right,#00C2CB, #00a4bd);
        background: -o-linear-gradient(to right,#00C2CB, #00a4bd);
        background: linear-gradient(to right,#00C2CB, #00a4bd);
        -pie-background: linear-gradient(to right,#00C2CB, #00a4bd);
        padding: 15px 22px;
        width: 590px;
        margin: auto;
        font-size: 1.8rem;
    }

.carousel-ru {
    height: 725px !important;
}

.carousel-ru-H4 {
    min-width: 590px !important;
    width: auto !important;
}

.carousel-caption img:first-child {
    width: 4%;
    display: inline-block;
}

.carousel-caption img {
    width: 335px;
    display: block;
    margin: auto;
    margin-top: 5px;
}

.carousel-caption button {
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 25px;
    background: #ff9547;
    background: -webkit-gradient(linear, 0 0, 0 right, from(#ff9547), to(#FF7471));
    background: -webkit-linear-gradient(to right,#ff9547, #FF7471);
    background: -moz-linear-gradient(to right,#ff9547, #FF7471);
    background: -ms-linear-gradient(to right,#ff9547, #FF7471);
    background: -o-linear-gradient(to right,#ff9547, #FF7471);
    background: linear-gradient(to right, #ff9547, #FF7471);
    -pie-background: linear-gradient(to right,#ff9547, #FF7471);
    color: #fff;
    font-weight: normal;
    margin-top: 6px;
    padding: 3px 24px;
    font-size: 1rem;
    cursor: text !important;
}

.carousel-item img:first-child {
    width: 77%;
    position: relative;
    left: 7%;
    top: -190px;
    z-index: 999;
}

.carousel-control-next:focus, .carousel-control-next:hover, .carousel-control-prev:focus, .carousel-control-prev:hover, .carousel-control-next, .carousel-control-prev {
    width: 67px;
    height: 67px;
    background-color: #d8d9db;
    border-radius: 60px;
    top: 270px;
}

.carousel-control-prev-icon {
    background-image: url("../imgs/left@2x.png");
    width: 73px;
    height: 73px;
}

.carousel-control-next-icon {
    background-image: url("../imgs/right@2x.png");
    width: 73px;
    height: 73px;
}

.carousel-control-prev {
    left: 190px;
}

.carousel-control-next {
    right: 190px;
}

.carousel-indicators {
    top: 550px;
    left: unset;
    margin-right: 30.5%;
}

    .carousel-indicators li {
        width: 15px;
        height: 15px;
        border: 1px solid #233654;
        border-radius: 15px;
        background-color: transparent;
    }

    .carousel-indicators .active {
        background-color: #233654;
    }

.carousel-caption .downloadApp {
    width: 400px;
    display: block;
    float: none;
    margin: auto;
    height: 80px;
}

    .carousel-caption .downloadApp a {
        display: inline-block;
        width: 150px;
        height: 49px;
        background-color: #151d33;
        border-radius: 8px;
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        padding: 5px 35px;
        background-size: 80%;
        background-repeat: no-repeat;
        background-position: center;
        margin-top: 15px;
    }

    .carousel-caption .downloadApp .googlePlay {
        background-image: url("../imgs/googlePlay.png");
    }

    .carousel-caption .downloadApp .appStore {
        background-image: url("../imgs/appStore.png");
    }

/**-----------------------Temp sonan Style--------------------------**/
.tempSonan {
    min-height: 530px;
    position: relative;
    top: 0px;
    ;
}

    .tempSonan h2 {
        color: #233654;
        text-align: center;
        margin: auto;
        position: absolute;
        top: 15px;
        background-image: url(../imgs/time@2x.png);
        background-position: center 0px;
        background-repeat: no-repeat;
        left: 0;
        right: 0;
        font-weight: bold;
        line-height: 245px;
    }

    .tempSonan div {
        position: relative;
        top: 190px;
        float: none;
        margin: auto;
        text-align: center;
    }

        .tempSonan div a img {
            display: block;
            width: 100%;
        }

        .tempSonan div a {
            float: left;
            text-align: center;
            text-decoration: none;
            margin-left: 5px;
            width: 13%;
            margin-right: 5px;
        }

            .tempSonan div a span {
                color: #171d2b;
                position: relative;
                top: 15px;
                padding: 1px 15px;
                font-size: 1rem;
                display: inline-block;
            }

            .tempSonan div a:hover span {
                color: #fff;
                background: #ff9547;
                background: -webkit-gradient(linear, 0 0, 0 right, from(#ff9547), to(#FF7471));
                background: -webkit-linear-gradient(to right,#ff9547, #FF7471);
                background: -moz-linear-gradient(to right,#ff9547, #FF7471);
                background: -ms-linear-gradient(to right,#ff9547, #FF7471);
                background: -o-linear-gradient(to right,#ff9547, #FF7471);
                background: linear-gradient(to right, #ff9547, #FF7471);
                ;
                -pie-background: linear-gradient(to right,#ff9547, #FF7471);
                border-radius: 20px;
                -webkit-border-radius: 20px;
                -moz-border-radius: 20px;
            }
/**--------------------------unTimedSonan-------------------------------**/
.unTimedSonan {
    background-image: url("../imgs/b.g@2x.png");
    background-size: cover;
    min-height: 1000px;
    background-position: center;
    border-width: 12px 0 0 0;
    border-top: 10px solid #00a3bc;
    position: relative;
}

    .unTimedSonan:before {
        content: '';
        position: absolute;
        width: 100%;
        height: 10px;
        background: linear-gradient(to left, #00a3bc, #71cbbf);
        top: -10px;
        left: 0;
    }

.rightImge {
    float: right;
    width: 46%;
    position: relative;
    top: 60px;
    right: 45px;
}

.titleAndSlider {
    width: 42%;
    margin-left: 10%;
}

.untimedsonanTitle {
    text-align: center;
    font-family: boldFont;
    background-image: url(../imgs/noTime@2x.png);
    background-repeat: no-repeat;
    background-position: center 0;
    position: relative;
    top: 60px;
    height: 165px;
    background-size: 80px;
}

    .untimedsonanTitle h1 {
        color: #233654;
        position: relative;
        top: 80px;
        background-image: url(../imgs/islamic@2x.png);
        background-repeat: no-repeat;
        background-position: center;
        /*padding-bottom: 84px;*/
        padding-bottom: 125px;
    }
/**-------Slider------**/
#slider-div {
    max-width: 1000px;
    max-height: 430px;
    height: auto;
    padding: 10px;
    overflow: hidden;
    margin: 0 auto;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: #fff;
    border: 1px solid #ccc;
}

#slider {
    max-width: 1000px;
    width: auto;
    max-height: 480px;
    overflow: hidden;
    position: relative;
    margin: 0 auto;
    padding: 0;
    border: 0;
    top: 155px;
}

    #slider ul {
        width: 100%;
        min-height: 100%;
        margin: 0;
        padding: 0;
        border: 0;
        list-style: none;
        display: block;
        float: left;
        overflow: hidden;
    }

        #slider ul li {
            width: 100%;
            min-height: 100%;
            margin: 0;
            padding: 0;
            list-style-type: none;
            float: left;
            overflow: hidden;
            border: 0;
            display: block;
        }

            #slider ul li img {
                border: 0;
                margin: 0;
                padding: 0;
                max-width: 100%;
                min-height: 100%;
                margin: auto;
            }

    #slider li a {
        /* width: 35px;
     height: 60px;
     margin: 0px;
     position: absolute;
     top: 41%;
     outline: 0;
     opacity: 0.2*/
        float: none;
        width: 32%;
        text-decoration: none;
        text-align: center;
        padding-bottom: 50px;
        display: inline-block;
    }

    #slider a img {
        display: block;
        margin: auto;
    }

    #slider span {
        color: #191d26;
        padding: 3px 15px;
        width: 100%;
        display: inline-block;
        height: 50px;
        overflow: hidden;
    }

    #slider a:hover span {
        color: #fff;
        background: #ff9547;
        background: -webkit-gradient(linear, 0 0, 0 right, from(#ff9547), to(#FF7471));
        background: -webkit-linear-gradient(to right,#ff9547, #FF7471);
        background: -moz-linear-gradient(to right,#ff9547, #FF7471);
        background: -ms-linear-gradient(to right,#ff9547, #FF7471);
        background: -o-linear-gradient(to right,#ff9547, #FF7471);
        background: linear-gradient(to right, #ff9547, #FF7471);
        ;
        -pie-background: linear-gradient(to right,#ff9547, #FF7471);
        border-radius: 15px;
        -webkit-border-radius: 15px;
        -moz-border-radius: 15px;
    }

/*#slider a:hover { opacity: 0.5 }*/
#subuprev, #subunext {
    position: absolute;
    display: block;
    cursor: pointer;
    width: 50px;
    height: 50px;
    top: 160px;
}

#subuprev {
    left: 0;
    background-image: url(../imgs/left@2x.png);
}

#subunext {
    right: 0;
    background-image: url("../imgs/right@2x.png");
}

#sliderBulet {
    width: 100px;
    height: 30px;
    position: absolute;
    bottom: 0;
    left: 0%;
    right: 0;
    margin: auto;
    overflow: hidden;
}

    #sliderBulet > div {
        width: 15px;
        height: 15px;
        border: 1px solid #233654;
        border-radius: 15px;
        background-color: transparent;
        display: inline-block;
        margin-left: 15px;
    }

.bulletactive {
    background-color: #233654 !important;
}

.slider-title {
    /*    position: absolute;
        left: 30px;
        top: 0px;
        z-index: 2;
        background: url("black-dot.png");
        padding: 20px;
        font-size: 26px;
        color: #fff;*/
}
/**--------------------------------------------------**/
footer {
    background-image: url("../imgs/footer.png");
    background-repeat: no-repeat;
    background-size: cover;
    height: 150px;
    margin-top: -78px;
    z-index: 111;
    position: relative;
}

.footerWrapper {
    float: none;
    margin: auto;
    height: 75%;
}

    .footerWrapper p {
        color: #e3a262;
        position: absolute;
        top: 115px;
        left: 0;
        right: 0;
        text-align: center;
    }

.footerLogo {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: -55px;
}

.footerLinks {
    display: inline-block;
    list-style-type: none;
    position: absolute;
    top: 75px;
    direction: rtl;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
}

    .footerLinks li {
        display: inline-block;
        margin: 0 15px;
    }

        .footerLinks li a {
            color: #fff;
            text-decoration: none;
        }

.footerSocials {
    position: absolute;
    top: 35px;
    left: 0;
    right: 0;
    text-align: center;
    display: inline-block;
    list-style-type: none;
    direction: rtl;
}

    .footerSocials li {
        display: inline-block;
        margin: 0 10px;
    }

        .footerSocials li a {
            width: 50px;
            height: 50px;
            display: block;
            padding-top: 8px;
        }

.fb {
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    background: #578fc8;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#578fc8), to(#285889));
    background: -webkit-linear-gradient(#578fc8, #285889);
    background: -moz-linear-gradient(#578fc8, #285889);
    background: -ms-linear-gradient(#578fc8, #285889);
    background: -o-linear-gradient(#578fc8, #285889);
    background: linear-gradient(#578fc8, #285889);
    -pie-background: linear-gradient(#578fc8, #285889);
}

.tw {
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    background: #01C6CE;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#01C6CE), to(#00aac1));
    background: -webkit-linear-gradient(#01C6CE, #00aac1);
    background: -moz-linear-gradient(#01C6CE, #00aac1);
    background: -ms-linear-gradient(#01C6CE, #00aac1);
    background: -o-linear-gradient(#01C6CE, #00aac1);
    background: linear-gradient(#01C6CE, #00aac1);
    -pie-background: linear-gradient(#01C6CE, #00aac1);
}

.yt {
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    background: #FE6E6E;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#FE6E6E), to(#ff5757));
    background: -webkit-linear-gradient(#FE6E6E, #ff5757);
    background: -moz-linear-gradient(#FE6E6E, #ff5757);
    background: -ms-linear-gradient(#FE6E6E, #ff5757);
    background: -o-linear-gradient(#FE6E6E, #ff5757);
    background: linear-gradient(#FE6E6E, #ff5757);
    -pie-background: linear-gradient(#FE6E6E, #ff5757);
}

.copyRight {
    text-align: center;
    line-height: 38px;
    color: #fff;
    background-color: rgba(255,255,255,0.1);
    margin-bottom: 0;
}

#scroll-to {
    /* display: none;*/
    opacity: 0;
    transition-property: opacity;
}

    #scroll-to a:nth-child(1) {
        -webkit-transition-delay: 1s;
        -moz-transition-delay: 1s;
        transition-delay: 1s;
    }

    #scroll-to a:nth-child(2) {
        -webkit-transition-delay: 2s;
        -moz-transition-delay: 2s;
        transition-delay: 2s;
    }

    #scroll-to a:nth-child(3) {
        -webkit-transition-delay: 3s;
        -moz-transition-delay: 3s;
        transition-delay: 3s;
    }

    #scroll-to a:nth-child(4) {
        -webkit-transition-delay: 4s;
        -moz-transition-delay: 4s;
        transition-delay: 4s;
    }

    #scroll-to a:nth-child(5) {
        -webkit-transition-delay: 5s;
        -moz-transition-delay: 5s;
        transition-delay: 5s;
    }

    #scroll-to a:nth-child(6) {
        -webkit-transition-delay: 6s;
        -moz-transition-delay: 6s;
        transition-delay: 6s;
    }

    #scroll-to a:nth-child(7) {
        -webkit-transition-delay: 7s;
        -moz-transition-delay: 12s;
        transition-delay: 12s;
    }

.fade {
    opacity: 0;
}

#fade1 {
    transition-property: opacity;
    transition-duration: 0.2s;
    transition-delay: 0.1s;
}

#fade2 {
    transition-property: opacity;
    transition-duration: 0.3s;
    transition-delay: 0.1s;
}

#fade3 {
    transition-property: opacity;
    transition-duration: 0.4s;
    transition-delay: 0.1s;
}

#fade4 {
    transition-property: opacity;
    transition-duration: 0.5s;
    transition-delay: 0.1s;
}

#fade5 {
    transition-property: opacity;
    transition-duration: 0.6s;
    transition-delay: 0.1s;
}

#fade6 {
    transition-property: opacity;
    transition-duration: 0.7s;
    transition-delay: 0.1s;
}

#fade7 {
    transition-property: opacity;
    transition-duration: 0.8s;
    transition-delay: 0.1s;
}
/**-----------Abwab Inner page--------------**/
.innerHeader {
    height: 60px;
    background: #64cac0 !important;
    background: -webkit-gradient(linear, 0 0, 0 right, from(#64cac0), to(#00a3bc)) !important;
    background: -webkit-linear-gradient(to right,#64cac0, #00a3bc) !important;
    background: -moz-linear-gradient(to right,#64cac0, #00a3bc) !important;
    background: -ms-linear-gradient(to right,#64cac0, #00a3bc) !important;
    background: -o-linear-gradient(to right,#64cac0, #00a3bc) !important;
    background: linear-gradient(to right,#64cac0, #00a3bc) !important;
    -pie-background: linear-gradient(to right,#64cac0, #00a3bc) !important;
    margin-top: 0;
    position: relative;
    z-index: 0;
    direction: ltr;
    text-align: left;
    padding-left: 175px;
    color: #fff;
    padding-top: 6px;
}

    .innerHeader a {
        color: #fff;
        text-decoration: none;
        position: relative;
    }

    .innerHeader > a::after {
        border-color: #e27a12;
        border-style: solid;
        position: absolute;
        top: 35px;
        right: 0px;
        width: 88%;
        height: 0px;
        /* background: rgba(0,0,0,0.1); */
        content: '';
        opacity: 0;
        -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
        -moz-transition: opacity 0.3s, -moz-transform 0.3s;
        transition: opacity 0.3s, transform 0.3s;
        left: 0;
        margin: auto;
        border-width: 4px;
        border-radius: 5px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
    }

    .innerHeader > a.active::after {
        opacity: 1;
    }

    .innerHeader span:nth-child(2) {
        font-weight: bold;
    }

    .innerHeader span:nth-child(3) {
        font-size: 0.8rem;
        margin-right: 10px;
    }

.innerWrapper {
    float: none;
    margin: auto;
    margin-top: 75px;
}

    .innerWrapper div {
        float: left;
    }
/* Style the tab */
.tab {
    float: right;
    width: 100%;
    min-height: 300px;
    height: auto;
}

    /* Style the buttons inside the tab */
    .tab button {
        display: block;
        background-color: inherit;
        padding: 22px 16px;
        width: 100%;
        border: none;
        outline: none;
        text-align: left;
        cursor: pointer;
        transition: 0.3s;
        font-size: 17px;
        border: 1px solid #d8e0e2;
        margin-bottom: 15px;
        min-height: 95px;
        border-radius: 8px;
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        position: relative;
        background-image: url(../imgs/right@2x.png);
        background-repeat: no-repeat;
        background-position: 108% center;
        background-color: #eeeeee;
    }

        .tab button:before {
            height: 75px;
            display: block;
            width: 8px;
            border-right: 1px white;
            content: '';
            left: -9px;
            top: 8px;
            position: absolute;
            border-radius: 6px 0px 0px 6px;
        }

        .tab button:nth-child(1):before {
            background-color: #443665;
        }

        .tab button:nth-child(2):before {
            background-color: #00a3bc;
        }

        .tab button:nth-child(3):before {
            background-color: #ff9d3b;
        }

        .tab button:nth-child(4):before {
            background-color: #ff7373;
        }

        .tab button span:first-child {
            color: #233654;
            display: block;
            font-weight: bold;
        }

        .tab button span:nth-child(2), .sonanNumber {
            color: #e27a12 !important;
            display: inline-block !important;
            font-size: 15px;
        }

.sonanNumber {
    width: auto !important;
    float: none !important;
}
/* Change background color of buttons on hover */
/*.tab button:hover {
    background-color: #eeeeee;
}*/

/* Create an active/current "tab button" class */
.tab button.active {
    background-color: #eeeeee;
    border: 2px solid #00a3bc;
}

/* Style the tab content */
.sonanSection {
    padding: 0;
}

.tabcontent {
    float: left;
    padding: 0px 0px;
    width: 100%;
    border-left: none;
    min-height: 300px;
    height: auto;
    text-align: right;
}

.circleIcon {
    font-size: 0;
    border: 6px solid;
    color: #fff;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    position: relative;
    top: -10px;
    width: 16px;
    height: 16px;
}

.circleIconBlue {
    border-color: #00a3bc !important;
}

.circleIconPurple {
    border-color: #233654 !important;
}

.circleIconPink {
    border-color: #ff7373 !important;
}

.circleIconOrange {
    border-color: #e27a12 !important;
}

.tabCard {
    direction: ltr;
    padding: 0;
    border: 1px solid #c0d7db;
    padding: 15px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    margin-bottom: 15px;
    text-align: left;
    min-height: 205px;
}

    .tabCard:before {
        content: '';
        position: absolute;
        width: 100%;
        height: 5px;
        background: linear-gradient(to left, #00a3bc, #71cbbf);
        top: 0px;
        left: 0;
        border-radius: 26px 26px 0 0;
    }

.tabCardBlue {
}

.tabCardPurple {
}

.tabCardPink {
}

.tabCardBlue:before {
    background: linear-gradient(to left, #00a3bc, #71cbbf);
}

.tabCardPurple:before {
    background: linear-gradient(to left, #443665, #8a64c5);
}

.tabCardPink:before {
    background: linear-gradient(to left, #ff7373, #ff9d3b);
}

.tabCard h5 {
    color: #00a3bc;
    width: 82%;
}

.tabCard a {
    text-decoration: none;
}

.tabCard p {
    color: #233654;
    max-height: 337px;
    overflow: hidden;
}

.tabCardControls {
    text-align: center;
    margin-top: 10px;
}

    .tabCardControls button, .tabCardControls a {
        border: none;
        background-color: transparent;
        color: #283a58;
        outline: none;
        cursor: pointer;
    }

.tabCardSocials {
    display: none;
    width: 275px;
    float: none !important;
    margin: auto;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -webkit-border-radius: 50px;
}

    .tabCardSocials a {
        width: 60px;
        height: 65px;
        display: inline-block;
        margin-top: 5px;
    }

        .tabCardSocials a img {
            width: 100%;
        }

.tabCardControls button {
    width: 30px;
    height: 30px;
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
    margin: 0 20px;
}

    .tabCardControls button i {
        display: none;
    }

    .tabCardControls button:nth-child(1) {
        background-image: url("../imgs/copyOutline.png");
    }

    .tabCardControls button:nth-child(2) {
        background-image: url("../imgs/playOutline.png");
    }

    .tabCardControls button:nth-child(3) {
        background-image: url("../imgs/share@2x.png");
    }

.sonanDetails {
    color: #044280;
}
/***--------sonan audio style------------***/
.sonnaAudio {
    text-align: center;
    display: none;
    height: 52px;
}

    .sonnaAudio div {
        float: none !important;
        position: relative;
        direction: rtl;
    }

.simpleAudioPlayer {
    margin: auto;
    height: 40px;
    margin-top: 12px;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
}

    .simpleAudioPlayer .trackInfo {
        margin-top: 4px;
    }

    .simpleAudioPlayer .progressBar {
        width: 70%;
        height: 5px;
        position: relative;
        padding: 0 10px;
        border-bottom: 1px solid #ddd;
        background: #ddd;
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#63cdda', endColorstr='#53e0ed', GradientType=1 );
        top: 17px;
        right: 65px;
    }

    .simpleAudioPlayer .trackInfo .progressTime {
        color: #aaa;
        text-align: left;
        float: left !important;
        width: 10%;
        padding-left: 12px;
        left: 28px;
    }

    .simpleAudioPlayer .controls .play, .simpleAudioPlayer .controls .pause {
        position: absolute;
        height: 30px;
        width: 30px !important;
        top: -24px;
        left: -10px;
    }

    .simpleAudioPlayer .controls .icon-play {
        background-image: url(../imgs/whiteplay@2x.png);
    }

    .simpleAudioPlayer .controls .icon-pause {
        background-image: url(../imgs/pause@2x.png);
    }

    .simpleAudioPlayer .controls .icon-play, .simpleAudioPlayer .controls .icon-pause {
        background-size: 30px;
        background-position: center;
        background-color: #00a3bc;
        border-radius: 25px;
        -webkit-border-radius: 25px;
        -moz-border-radius: 25px;
    }

    .backward, .forward, .stop, .simpleAudioPlayer .trackInfo .trackTitle, .waves {
        display: none;
    }
/**----**/
.Ads336-280 {
    width: 336px;
    height: 280px;
    float: none !important;
    margin: auto;
    position: relative;
    display: block;
    background-color: #fff;
    margin-bottom: 15px;
    margin-top: 15px;
    display: none;
}

.Ads320-50 {
    width: 320px;
    height: 50px;
    float: none !important;
    margin: auto;
    position: relative;
    display: block;
    background-color: #fff;
    margin-bottom: 15px;
    margin-top: 15px;
    display: none;
}

.Ads320-100 {
    width: 320px;
    height: 100px;
    float: none !important;
    margin: auto;
    position: relative;
    display: block;
    background-color: #fff;
    margin-bottom: 15px;
    margin-top: 15px;
    display: none;
}

.Ads970-90 {
    width: 970px;
    height: 90px;
    float: none !important;
    margin: auto;
    position: relative;
    display: block;
    background-color: #fff;
    margin-bottom: 15px;
    margin-top: -150px;
}

.Ads970-250 {
    width: 970px;
    height: 250px;
    float: none !important;
    margin: auto;
    position: relative;
    display: block;
    background-color: #fff;
    margin-bottom: 15px;
    margin-top: 25px;
}

.Ads300-600, .Ads300-250 {
    margin: auto;
    float: none;
    background-color: #fff;
}

.Ads300-600 {
    width: 300px;
    height: 600px;
}

.Ads300-250 {
    width: 300px;
    height: 250px;
    margin-top: 20px;
}

.Ads728-90 {
    right: 0;
    width: 728px;
    height: 90px;
    float: none !important;
    margin: auto;
    position: relative;
    background-color: #fff;
    margin-bottom: 1%;
    background-color: #adb5bd;
}

.Ads728-90-en {
    display: flex;
    width: 728px;
    height: 90px;
    float: none !important;
    margin: auto;
    position: relative;
    background-color: #adb5bd;
}

.youtube {
    background: #203757 !important;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#203757), to(#07417c)) !important;
    background: -webkit-linear-gradient(to bottom,#203757, #07417c) !important;
    background: -moz-linear-gradient(to bottom,#203757, #07417c) !important;
    background: -ms-linear-gradient(to bottom,#203757, #07417c) !important;
    background: -o-linear-gradient(to bottom,#203757, #07417c) !important;
    background: linear-gradient(to bottom,#203757, #07417c) !important;
    -pie-background: linear-gradient(to bottom,#203757, #07417c) !important;
    position: absolute;
    right: 17px;
    top: 5px;
    padding: 3px 10px;
    border-radius: 0 0 5px 5px;
    -webkit-border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
}

.innerSonan {
    margin-left: 15px;
}

.innerFooter {
    margin-top: 75px;
    z-index: 111;
    position: relative;
    display: inline-block;
    width: 100%;
}

.abwabAndSonan .sonanSection {
    /*width: 100% !important;
    max-width: 100% !important;*/
}

    .abwabAndSonan .sonanSection .tabCard {
        width: 49%;
        margin-left: 1%;
        height: 180px !important;
        overflow: hidden;
    }

.abwabAndSonan .col-9 .tabCard p {
    height: auto;
    max-height: 75px;
}
/****/
/****Increment couner***/
.counterSection {
    text-align: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 11;
    left: 0;
}

    .counterSection button {
        border: none;
        outline: none;
        border: none;
    }

.increment {
    background-image: url(../imgs/unactiveCounter@2x.png);
    width: 100px;
    height: 120px;
    margin: auto;
    float: none;
    background-color: transparent;
    background-repeat: no-repeat;
    text-align: center;
    font-size: 2rem;
    background-position: center;
    line-height: 130px;
}

    .increment:focus {
        background-image: url(../imgs/active@2x.png);
        outline: none;
    }

.counterSection p {
    color: #00a3bc;
    font-weight: bold;
    margin-bottom: 5px;
}

.beZero {
    background: #64cac0 !important;
    background: -webkit-gradient(linear, 0 0, 0 right, from(#00C2CB ), to(#00a4bd)) !important;
    background: -webkit-linear-gradient(to right,#00C2CB, #00a4bd) !important;
    background: -moz-linear-gradient(to right,#00C2CB, #00a4bd) !important;
    background: -ms-linear-gradient(to right,#00C2CB, #00a4bd) !important;
    background: -o-linear-gradient(to right,#00C2CB, #00a4bd) !important;
    background: linear-gradient(to right,#00C2CB, #00a4bd) !important;
    -pie-background: linear-gradient(to right,#00C2CB, #00a4bd) !important;
    color: #fff;
    padding: 1px 15px;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
}

.azkar {
    position: relative;
}

    .azkar .youtube {
        top: -35px;
    }

    .azkar .tabCard {
        min-height: 210px;
    }

    .azkar div:nth-child(2) {
        margin-top: 25px;
        padding-right: 0;
        float: right;
    }

    .azkar .tabCardControls {
        margin-top: 0;
        position: relative;
    }

    .azkar .col-9 p {
        margin-bottom: 40px;
        margin-top: 10px;
        font-size: 19px;
    }

    .azkar .sonnaAudio div {
        margin-top: 0;
    }

    .azkar .simpleAudioPlayer {
        width: 410px;
    }

        .azkar .simpleAudioPlayer .progressBar {
            width: 62%;
        }

        .azkar .simpleAudioPlayer .trackInfo .progressTime {
            left: 40px;
        }

        .azkar .simpleAudioPlayer .controls .icon {
            top: 4px;
        }

    .azkar .sonanDetails {
        color: #00a3bc;
    }
/******azkar home section******/
.azkarSection {
    float: none;
    margin: auto;
    text-align: center;
    display: block;
    direction: rtl;
    margin-bottom: 65px;
}

    .azkarSection h2 {
        color: #233654;
        text-align: center;
        margin-top: 25px;
        font-weight: bold;
        font-size: 2.5rem;
    }

.azkarParent {
    display: flex;
    flex-direction: row;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
}

    .azkarParent div {
        flex-grow: 1;
        float: none;
        -webkit-border-radius: 15px;
        -moz-border-radius: 15px;
        border-radius: 15px;
        -webkit-box-shadow: #607d8b85 0px 3px 15px;
        -moz-box-shadow: #607d8b85 0px 3px 15px;
        box-shadow: #607d8b85 0px 3px 15px;
        background: #fff;
        padding-bottom: 20px;
        margin-left: 4%;
        transition: transform .5s;
        max-width: 21%;
        display: inline-block;
        margin-top: 90px;
        cursor: pointer;
        position: relative;
    }
        /*.azkarSection div{
    float: none;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    -webkit-box-shadow: #607d8b85 0px 3px 15px;
    -moz-box-shadow: #607d8b85 0px 3px 15px;
    box-shadow: #607d8b85 0px 3px 15px;
    background: #fff;
    padding-bottom: 20px;
    margin-left: 4%;
    transition: transform .5s;
    max-width: 21%;
    display: inline-block;
    margin-top: 90px;
    cursor: pointer;
}*/
        .azkarParent div:hover {
            -ms-transform: scale(1.2); /* IE 9 */
            -webkit-transform: scale(1.2); /* Safari 3-8 */
            transform: scale(1.2);
            border: 1px solid #00C2CB;
        }

.azkarSection div p {
    width: 80%;
    margin: auto;
    margin-bottom: 30px;
    overflow: hidden;
    font-size: 17px;
    direction: ltr;
}

.azkarParent div:before {
    content: '';
    position: absolute;
    width: 86%;
    height: 7px;
    top: -3.5px;
    left: 0;
    border-radius: 26px;
    right: 0;
    margin: auto;
    z-index: 0;
}

.azkarParent div:before {
    background: linear-gradient(to left, #ff7373, #ff9d3b);
}

.azkarSection div:hover:before {
    background: linear-gradient(to left, #443665, #8a64c5);
}

.azkarSection div img {
    width: 100px;
    margin-top: -50px;
    position: relative;
    z-index: 10;
}

.azkarSection div h5 {
    font-weight: bold;
}

.azkarSection div a {
    color: #fff;
    text-decoration: none;
    background: #00C2CB;
    background: -webkit-gradient(linear, 0 0, 0 right, from(#00C2CB), to(#00a4bd));
    background: -webkit-linear-gradient(to right,#00C2CB, #00a4bd);
    background: -moz-linear-gradient(to right,#00C2CB, #00a4bd);
    background: -ms-linear-gradient(to right,#00C2CB, #00a4bd);
    background: -o-linear-gradient(to right,#00C2CB, #00a4bd);
    background: linear-gradient(to right,#00C2CB, #00a4bd);
    -pie-background: linear-gradient(to right,#00C2CB, #00a4bd);
    padding: 8px 40px;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    margin: auto;
    width: 195px;
    margin-top: 22px;
}


.talqeenSection {
    direction: ltr;
    text-align: left;
    height: 770px;
    position: relative;
}

    .talqeenSection img:first-child {
        width: 43%;
        display: inline-block;
        height: 100%;
        float: left;
        -moz-transform: scaleX(-1);
        -o-transform: scaleX(-1);
        -webkit-transform: scaleX(-1);
        transform: scaleX(-1);
        filter: FlipH;
        -ms-filter: "FlipH";
    }

    .talqeenSection div {
        display: inline-block;
        width: 59%;
        height: 100.5%;
        position: absolute;
        top: -2px;
        right: 0;
        background-image: url(../imgs/talkin-bg@2xx.png);
        background-repeat: no-repeat;
        z-index: 11111;
        background-size: 100% 100%;
    }

        .talqeenSection div h1 {
            color: #fff;
            margin-left: 30px;
            margin-top: 14px;
            font-size: 3rem;
        }

        .talqeenSection div hr {
            width: 26px;
            height: 4px;
            mix-blend-mode: undefined;
            border-radius: 4px;
            background-color: #ff9d3b;
            text-align: right !important;
            float: left;
            margin-left: 32px;
            margin-top: -5px;
        }

        .talqeenSection div p:nth-child(4) {
            width: 90%;
            height: 46.5px;
            text-align: left;
            color: #00c7ce;
            margin-top: 25px;
            margin-left: 30px;
            font-size: 25px;
            margin-bottom: 40px;
        }

        .talqeenSection div p:nth-child(5), .talqeenSection div p:nth-child(6) {
            color: #fff;
            margin-left: 30px;
            font-size: 20px;
        }

            .talqeenSection div p:nth-child(5) span, .talqeenSection div p:nth-child(6) span {
                color: #233654;
                border: 5px solid #ff9d3b;
                width: 20px;
                height: 20px;
                line-height: 3px;
                margin: 5px;
                display: inline-block;
                font-size: 25px;
                border-radius: 10px;
                -webkit-border-radius: 10px;
                -moz-border-radius: 10px;
            }

        .talqeenSection div a {
            background: linear-gradient(to left, #ff7373, #ff9d3b);
            color: #fff;
            padding: 8px 45px;
            margin-right: 1px;
            border-radius: 0px 20px 20px 0;
            text-decoration: none;
            font-weight: bold;
            top: 18px;
            position: relative;
            z-index: -1;
        }

    .talqeenSection .talqeenRight:before {
        content: '';
        position: absolute;
        width: 10px;
        height: 580px;
        top: 110px;
        border-radius: 26px;
        left: -3px;
        z-index: 0;
        background: #00C2CB;
        background: -webkit-gradient(linear, 0 0, 0 right, from(#00C2CB), to(#00a4bd));
        background: -webkit-linear-gradient(to right,#00C2CB, #00a4bd);
        background: -moz-linear-gradient(to right,#00C2CB, #00a4bd);
        background: -ms-linear-gradient(to right,#00C2CB, #00a4bd);
        background: -o-linear-gradient(to right,#00C2CB, #00a4bd);
        background: linear-gradient(to right,#00C2CB, #00a4bd);
        -pie-background: linear-gradient(to right,#00C2CB, #00a4bd);
    }

.talqeenMic {
    width: 90.7px !important;
    height: 90.7px !important;
    background-color: #ffffff !important;
    border: solid 2.5px #00a3bc !important;
    border-radius: 50px !important;
    -webkit-border-radius: 50px !important;
    -moz-border-radius: 50px !important;
    margin-top: 170px !important;
    margin-left: 30px !important;
    position: relative !important;
    background-image: none !important;
    text-align: center;
}

    .talqeenMic img {
        position: absolute;
        top: 50%;
        transform: translateY(-50%) !important;
        left: 0;
        right: 0;
        margin: auto;
        height: 40px !important;
    }
/***********tlqeen enlish page************/
div.meta-container {
    float: right !important;
}

    div.meta-container div.song-title {
        text-align: left !important;
        left: -100% !important;
        direction: ltr !important;
        right: unset !important;
    }
/**------sonan Details wrapper--------**/
.sonanDetailsWrapper {
}

    .sonanDetailsWrapper .tab button {
        background-color: #fff;
        padding: 22px 16px;
        border: 0.5px solid #e6e6e6;
        margin-bottom: 0;
        min-height: 60px;
        height: auto;
        background-image: none;
        border-radius: 8px;
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        line-height: 25px;
        font-size: 16px;
        display: inline-flex;
        text-align: left;
        direction: ltr;
    }

        .sonanDetailsWrapper .tab button:before, .sonanDetailsWrapper .tab button:nth-child(1):before, .sonanDetailsWrapper .tab button:nth-child(2):before, .sonanDetailsWrapper .tab button:nth-child(3):before, .sonanDetailsWrapper .tab button:nth-child(4):before {
            background-color: transparent;
        }

        .sonanDetailsWrapper .tab button:first-child {
            border-radius: 8px;
            -webkit-border-radius: 8px;
            -moz-border-radius: 8px;
        }

        .sonanDetailsWrapper .tab button.active {
            background-color: rgba(192, 215, 219, 0.6);
            background-image: url(../imgs/right@2x.png);
            background-repeat: no-repeat;
            background-position: 105% center;
            border-radius: 8px;
            -webkit-border-radius: 8px;
            -moz-border-radius: 8px;
            border: 2px solid #00a3bc;
        }

        .sonanDetailsWrapper .tab button span:nth-child(2) {
            color: #233654 !important;
            display: block;
            font-weight: bold;
            width: 89%;
        }

        .sonanDetailsWrapper .tab button .circleIcon {
            float: right;
            top: 5px;
            margin-right: 10px;
            border: 5px solid;
        }

    .sonanDetailsWrapper .sonnaAudio {
        top: 0px;
    }

.purpleButton.active:before, .purpleButtonNormal:before {
    background-color: #233654 !important;
}

.blueButton.active:before, .blueButtonNormal:before {
    background-color: #00a3bc !important;
}

.orangeButton.active:before, .orangeButtonNormal:before {
    background-color: #ff9d3b !important;
}

.pinkButton.active:before, .pinkButtonNormal:before {
    background-color: #ff7373 !important;
}

.purpleButton .circleIcon {
    border-color: #233654 !important;
}

.blueButton .circleIcon {
    border-color: #00a3bc !important;
}

.orangeButton .circleIcon {
    border-color: #ff9d3b !important;
}

.pinkButton .circleIcon {
    border-color: #ff7373 !important;
}

.sonanDetailsWrapper .tab button:before {
    /* height: 42px;*/
    height: 80%;
}

.sonanDetailsWrapper .tabCard {
    text-align: center;
    padding-bottom: 60px;
}

.sonnaImg {
    width: 150px;
    height: 150px;
    border: 3px solid #fff;
    padding: 2px;
    border: 1px solid #00a3bc;
    background-color: #fff;
    margin-bottom: 15px;
    border-radius: 80px;
    -webkit-border-radius: 80px;
    -moz-border-radius: 80px;
}

.sonanDetailsWrapper .tabCard h5 {
    color: #00a3bc;
    width: 99%;
    font-size: 1.5rem;
    font-weight: bold;
}

.sonanDetailsWrapper .tabCard .zekrBold {
    font-weight: bold;
}

.sonanDetailsWrapper .tabCard .sonanDetails {
    color: #094b97;
}

.sonanDetailsWrapper .tabCard p {
    text-align: left;
    max-height: inherit;
    line-height: 2rem;
    font-size: 19px;
    /*   margin-bottom: 60px;*/
}

.sonanDetailsWrapper .tabCardControls {
    background-color: #c0d7db;
    position: absolute;
    bottom: 0;
    right: 0;
    border-radius: 0px 0px 5px 5px;
    padding: 8px;
}
/**-------zekr Details-------**/
.zekrDetails {
}

    .zekrDetails .counterSection {
        float: none;
        margin: auto;
        position: absolute;
        right: 0;
        left: 0;
        height: 166px;
        top: 85px;
    }

        .zekrDetails .counterSection p {
            margin-bottom: 5px !important;
        }

    .zekrDetails .tabCard h5 {
        margin-top: 210px;
    }

    .zekrDetails .increment {
        width: 130px;
        height: 150px;
        background-size: 90%;
        margin-top: 10px;
        font-weight: bold;
        font-size: 3rem;
        line-height: 165px;
    }

.zekrInner {
    margin-top: 230px;
}

.headerSpace {
    margin-top: -24px;
}
/**Loading Div**/
.loading {
    background-image: url("../imgs/loading.gif");
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    display: none;
}
/**-----search page-----**/
.searchHeader {
    background-image: url(../imgs/searchHeader.png);
    background-repeat: no-repeat;
    background-size: 100% 156%;
    height: 230px;
    background-position: 0 -60px;
    position: relative;
    z-index: -1;
}

.searchWrapper {
    height: auto;
    min-height: 600px;
    direction: rtl;
}

.searchResltCount {
    float: left !important;
}

    .searchResltCount span:first-child {
        font-size: 16px;
        line-height: 1.89;
        color: #00a3bc;
    }

    .searchResltCount span:nth-child(2) {
        color: #233654;
        font-size: 4rem;
    }

.searchRightColumn .Ads300-250 {
    float: left;
}

.searchWrapper .card {
    width: 100%;
    text-align: right;
}

    .searchWrapper .card .card-header {
        color: #044280;
        font-size: 30px;
        background-color: #fff;
        border-bottom-style: dashed;
    }

    .searchWrapper .card .card-title {
        color: #233654;
    }

        .searchWrapper .card .card-title a {
            text-decoration: none;
            line-height: 40px;
            color: #233654;
        }

.orangeSpan {
    color: #e27a12;
}

.searchWrapper .abwabSearch:before {
    height: 80%;
    display: block;
    width: 8px;
    border-right: 1px white;
    content: '';
    right: -9px;
    top: 10%;
    position: absolute;
    border-radius: 0 5px 5px 0;
    background: linear-gradient(to bottom, #443665, #443665);
}

.searchWrapper .abwabSearch .circleIcon {
    border: 5px solid #233654;
}

.searchResult {
    line-height: 3.2rem;
    float: left;
    margin-right: 10px;
}

.searchWrapper {
    height: auto;
    min-height: 600px;
    direction: rtl;
}

.searchResltCount {
    font-size: 2rem;
    position: relative;
    top: 5px;
}

.searchWrapper .card {
    width: 100%;
    text-align: left;
    margin-bottom: 25px;
    direction: ltr;
}

    .searchWrapper .card .card-header {
        color: #044280;
        font-size: 30px;
        background-color: #fff;
        border-bottom-style: dashed;
        font-weight: bold;
    }

    .searchWrapper .card .card-title, .searchWrapper .card-body p {
        color: #233654;
    }

.card-body p {
    margin-bottom: 0;
}

.hadeeth, .searchWord {
    font-weight: bold;
}

.orangeSpan, .searchWord {
    color: #e27a12;
}

.searchWord {
    font-size: 1.3rem;
}

.hadeethDetails {
    color: #044280;
}

.blueSpan {
    color: #00a3bc;
}

.timedSearchSonan, .unTimedSearchSonan {
    width: 30px;
    height: 30px;
    background-repeat: no-repeat;
    background-size: cover;
    display: inline-block;
    position: relative;
    top: 10px;
}

.timedSearchSonan {
    background-image: url(../imgs/timeIcon@2x.png);
}

.unTimedSearchSonan {
    background-image: url(../imgs/untimedIcon@2x.png);
}

.searchWrapper .abwabSearch:before, .searchWrapper .sonanSearch:before, .searchWrapper .azkarSearch:before {
    height: 90%;
    display: block;
    width: 8px;
    border-right: 1px white;
    content: '';
    left: -9px;
    top: 20px;
    position: absolute;
    border-radius: 5px 0px 0px 5px;
}

.searchWrapper .abwabSearch:before {
    background: linear-gradient(to bottom, #443665, #443665);
}

.searchWrapper .sonanSearch:before {
    background: linear-gradient(to bottom, #00c7ce, #00a3bc);
}

.searchWrapper .azkarSearch:before {
    background: linear-gradient(to bottom, #ff7373, #ff9d3b);
}

.searchWrapper .abwabSearch .circleIcon {
    border: 5px solid #233654;
}

.searchWrapper .card-body {
    border-bottom: 1px solid #c0d7db;
    padding: 2px 10px;
}
/**--------Talqeen Pzge------**/
.talqeenWrapper {
}

    .talqeenWrapper .sonnaAudio {
        display: block;
    }

{
}

.talqeenWrapper .tabCard h5 {
    color: #233654;
    font-weight: bold;
    font-size: 1.1rem;
}
/****-----Modal style----****/
.fade-scale {
    transform: scale(0);
    opacity: 0;
    -webkit-transition: all .25s linear;
    -o-transition: all .25s linear;
    transition: all .25s linear;
}

    .fade-scale.show {
        opacity: 1;
        transform: scale(1);
    }

.modal.show {
    -webkit-transition: .3s ease;
    transition: .3s ease;
}

.modal-title {
    color: #233654;
    font-weight: bold;
    text-align: center;
    width: 100%;
}

    .modal-title span {
        color: #00a3bc;
    }

.modal-header .close {
    position: absolute;
    opacity: 1;
    border: 3px solid #233654;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 4px;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    padding: 5px;
    top: 30px;
}

    .modal-header .close span {
        text-align: center;
    }

.modal-body {
    color: #233654;
    text-align: right;
}

    .modal-body h3 {
        font-size: 1.3rem;
        text-align: center;
        margin-bottom: 30px;
    }

.form-control {
    text-align: left;
    color: #919191;
    border: 1px solid #233654;
    padding: 0.575rem .75rem;
}

.modal-content:before {
    content: '';
    position: absolute;
    width: 86%;
    height: 8px;
    top: -4px;
    left: 0;
    border-radius: 26px;
    right: 0;
    margin: auto;
    z-index: 0;
    background: linear-gradient(to left, #ff7373, #ff9d3b);
}
/*****/
.choose_file {
    position: relative;
    display: inline-block;
    border-radius: 8px;
    width: 250px;
    padding: 4px 6px 4px 37px;
    color: #233654;
    margin-top: 2px;
    background-image: url(../imgs/attach.png);
    background-repeat: no-repeat;
    background-position: center left;
    text-align: left;
    float: left;
    width: 100%;
}

    .choose_file span {
        margin-right: 30px;
    }

    .choose_file input[type="file"] {
        -webkit-appearance: none;
        position: absolute;
        top: 0;
        left: 0;
        opacity: 0;
    }
/****/
/*Radio box*/
.modal-body h5 {
    font-weight: bold;
    width: 100%;
    margin: auto;
    text-align: center;
}

.custom-radio {
    width: 33%;
    float: left;
    font-size: 0.7rem;
    margin-top: 15px;
    padding-right: 0.5rem;
    text-align: left;
}

.custom-control-label {
    margin-left: 5px;
    margin-top: 4px;
}

.custom-control-input {
    left: 1px;
    top: 5px;
    z-index: 1;
}

.custom-control-label::after, .custom-control-label::before {
    left: 10px;
    riht: unset;
}

.custom-control-label::before {
    border: 2px solid #f99e45;
    background-color: #fff;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
    background-color: rgb(249,158,69);
}

.custom-control-input:checked ~ .custom-control-label::before {
    color: rgb(249,158,69);
    background-color: rgb(249,158,69);
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
    background-color: rgb(249,158,69);
}

.custom-control-label::after {
    width: 0rem;
    height: 0rem;
}

.sendContactUs {
    background: #00C2CB !important;
    background: -webkit-gradient(linear, 0 0, 0 right, from(#00C2CB), to(#00a4bd)) !important;
    background: -webkit-linear-gradient(to right,#00C2CB, #00a4bd) !important;
    background: -moz-linear-gradient(to right,#00C2CB, #00a4bd) !important;
    background: -ms-linear-gradient(to right,#00C2CB, #00a4bd) !important;
    background: -o-linear-gradient(to right,#00C2CB, #00a4bd) !important;
    background: linear-gradient(to right,#00C2CB, #00a4bd) !important;
    -pie-background: linear-gradient(to right,#00C2CB, #00a4bd) !important;
    float: none;
    padding: 6px 25px;
    border-radius: 25px;
    width: 150px;
    border: none !important;
    box-shadow: none !important;
    position: absolute;
    right: 0;
    left: 0;
    margin: auto;
    margin-top: 15px;
}
/***---------About us page----------***/
.aboutUsPage {
    min-height: 700px;
    top: 0px;
    z-index: -1;
    margin-bottom: 126px;
    width: 80%;
    margin: auto;
    direction: ltr;
    text-align: left;
}

    .aboutUsPage h1 {
        color: #e27a12;
        width: 100%;
        text-align: center;
        font-weight: bold;
        margin-top: 35px;
        margin-bottom: 30px;
        font-size: 3.5rem;
    }

    .aboutUsPage h4 {
        background: #00C2CB !important;
        background: -webkit-gradient(linear, 0 0, 0 right, from(#00C2CB), to(#00a4bd)) !important;
        background: -webkit-linear-gradient(to right,#00C2CB, #00a4bd) !important;
        background: -moz-linear-gradient(to right,#00C2CB, #00a4bd) !important;
        background: -ms-linear-gradient(to right,#00C2CB, #00a4bd) !important;
        background: -o-linear-gradient(to right,#00C2CB, #00a4bd) !important;
        background: linear-gradient(to right,#00C2CB, #00a4bd) !important;
        -pie-background: linear-gradient(to right,#00C2CB, #00a4bd) !important;
        padding: 2px 25px;
        border-radius: 10px;
        width: 315px;
        position: relative;
        height: 55px;
        left: -5%;
        top: 20px;
        text-align: left;
        display: inline-block;
        color: #fff;
        line-height: 40px;
    }

        .aboutUsPage h4:before {
            content: '';
            position: absolute;
            width: 6px;
            height: 65%;
            top: 18%;
            border-radius: 26px;
            left: -2px;
            margin: auto;
            z-index: 0;
            background: #ffffff;
        }

    .aboutUsPage h5 {
        position: relative;
        top: 30px;
        font-weight: bold;
        color: #233654;
    }

    .aboutUsPage h1 span {
        color: #233654;
    }

.rightAboutUs {
    width: 47%;
    position: relative;
    float: left;
}

    .rightAboutUs:before {
        content: '';
        position: absolute;
        width: 2px;
        height: 65%;
        top: 28%;
        border-radius: 26px;
        left: -1.7%;
        margin: auto;
        z-index: 0;
        background: #00c7ce;
    }

    .rightAboutUs img:first-child {
        width: 96%;
        -webkit-transform: scaleX(-1);
        transform: scaleX(-1);
    }

    .rightAboutUs img:nth-child(2) {
        position: absolute;
        bottom: -7%;
        left: -2%;
    }

.aboutUsPage p {
    width: 43%;
    position: relative;
    right: 0%;
    text-align: left;
    display: inline-block;
    top: 35px;
    font-size: 1.3rem;
    line-height: 2.3rem;
    color: #233654;
}

    .aboutUsPage p span {
        font-size: 1.5rem;
        font-weight: bold;
        color: #00BCD4;
    }

.modal-header {
    border-bottom: none;
}

.modal-footer {
    border-top: none;
}

.modal-content {
    border-radius: 25px;
}

.modal-dialog {
    top: 50%;
    transform: translateY(-50%) !important;
}

.modal-backdrop.show {
    background-color: #233654;
    opacity: 0.9;
}

.searchWrapper .sonanSearch .circleIcon, .searchWrapper .azkarSearch .circleIcon {
    border: 5px solid #233654;
}


/**New Talqeen**/
.jp-interface {
    left: unset;
    right: 45px;
}

.jp-details {
    font-weight: bold;
    text-align: left;
    cursor: default;
    position: absolute;
    right: 0;
    top: 33px;
    left: 0;
    direction: ltr;
}

    .jp-details .jp-title h5 {
        font-size: 1rem;
        font-weight: bold;
        text-align: left;
        direction: ltr;
    }
    /***/
    .jp-details .jp-title {
        direction: ltr;
    }
/*----------Hide mobile on desktop----------*/
.mobileNav, .mobileNavMenu, .mobileSearch, .mobileCarousel, #sliderResponsive, #sliderResponsive #sliderBulet, .ektedaaMobile, .mobileLanguage, .searchWrapper .sonanSearch .timedSearchSonan, .searchWrapper .azkarSearch .unTimedSearchSonan {
    display: none;
}
/*****/
@media screen and (min-device-width: 1441px) and (max-device-width: 1680px) {
    .longLanguages {
        width: 80%;
        padding-left: 0;
    }

    header .col-3 .btn-primary, header .col-3 .btn-primary:focus, header .col-3 .btn-primary:active {
        margin-right: 0;
    }
    /* .carouselSection {
         height: 625px;
     }
     .carousel-item img:first-child {
         width: 70%;
         position: relative;
         left: 10%;
         top: -170px;
         z-index: 999;
     }
     .carousel-caption h2 {
         font-size: 2.2rem;
     }
     .carousel-caption {
         width: 500px;
         right: 17%;
         top: 60px;
     }
     .carousel-indicators {
         top:375px;
     }*/
    .tempSonan {
        top: 0px;
    }

    footer {
        background-size: 100%;
        background-image: url(../imgs/footer.png);
        background-repeat: no-repeat;
        margin-top: -100px;
        z-index: 111;
        position: relative;
    }

    .azkarSection h2 {
        text-align: center;
        margin-top: 25px;
        margin-bottom: 5px;
    }

    .talqeenSection {
        direction: ltr;
        text-align: left;
        height: 640px;
        position: relative;
    }

        .talqeenSection .talqeenRight:before {
            content: '';
            position: absolute;
            width: 10px;
            height: 450px;
            top: 100px;
            border-radius: 26px;
            left: -3px;
            z-index: 0;
            background: #00C2CB;
            background: -webkit-gradient(linear, 0 0, 0 right, from(#00C2CB), to(#00a4bd));
            background: -webkit-linear-gradient(to right,#00C2CB, #00a4bd);
            background: -moz-linear-gradient(to right,#00C2CB, #00a4bd);
            background: -ms-linear-gradient(to right,#00C2CB, #00a4bd);
            background: -o-linear-gradient(to right,#00C2CB, #00a4bd);
            background: linear-gradient(to right,#00C2CB, #00a4bd);
            -pie-background: linear-gradient(to right,#00C2CB, #00a4bd);
        }

    .talqeenMic {
        width: 90.7px !important;
        height: 90.7px !important;
        background-color: #ffffff !important;
        border: solid 2.5px #00a3bc !important;
        border-radius: 50px !important;
        -webkit-border-radius: 50px !important;
        -moz-border-radius: 50px !important;
        margin-top: 75px !important;
        margin-right: 30px !important;
        position: relative !important;
        background-image: none !important;
        text-align: center;
    }

    .tempSonan div a {
        margin-left: 5px;
        margin-right: 5px;
    }

    progress.amplitude-song-played-progress {
        width: 56% !important;
    }

    .sendContactUs {
        margin-top: 30px;
    }
}

@media screen and (min-device-width: 1200px) and (max-device-width: 1440px) {
    .longLanguages {
        width: 77%;
    }

    header div ul li {
        display: inline-block;
        margin: 0 4px;
        font-size: 0.8rem;
    }

    .carousel-caption h2 {
        font-size: 2rem;
    }

    .talqeenMic img {
        height: 40px !important;
    }

    .talqeenSection div h1 {
        font-size: 3rem;
    }

    .talqeenSection div p:nth-child(4) {
        width: 90%;
        font-size: 20px;
    }

    .talqeenSection div p:nth-child(5), .talqeenSection div p:nth-child(6) {
        font-size: 17px;
    }

    .talqeenSection {
        height: 500px;
    }

    .talqeenMic {
        margin-top: 35px !important;
    }

    .talqeenSection .talqeenRight:before {
        height: 435px;
        top: 35px;
    }

    .innerWrapper {
        max-width: 98.333333%;
    }

    progress.amplitude-song-played-progress {
        width: 55% !important;
    }

    .customSelect {
        right: 80px;
    }

    header div ul li {
        display: inline-block;
        margin: 0 5px;
    }

    #slider span {
        width: 58%;
    }

    .aboutUsPage p {
        width: 50%;
        top: 25px;
        font-size: 1rem;
    }

    .abwabAndSonan .sonanSection {
        max-width: 73%;
    }
}

@media only screen and (max-width: 768px) {
    .carousel-ru-H4 {
        min-width: 95% !important;
        width: 95% !important;
    }

    .carousel-ru {
        height: 600px !important;
    }

    .longHeader {
        font-size: 1.4rem !important;
    }

    .aboutUsPage h5 {
        top: 60px;
    }

    .pageNotFound {
        width: 80%;
        font-size: 1rem;
    }

    .innerHeader > a.active::after {
        opacity: 0;
    }

    .unTimedSonan {
        border-top: 5px solid #00a3bc;
    }

        .unTimedSonan:before {
            height: 5px;
            top: -5px;
        }

    #slider ul li img {
        max-width: 100px;
    }
    /* For mobile phones: */
    .searchWrapper .abwabSearch:before, .searchWrapper .sonanSearch:before, .searchWrapper .azkarSearch:before {
        left: -6px;
    }
    /**contact us modal**/
    .modal-title {
        font-size: 1.5rem;
    }

    .modal-body h3 {
        font-size: 1.2rem;
    }

    .form-control {
        font-size: 1rem;
    }

    .choose_file {
        background-size: 25px;
    }

        .choose_file span {
            font-size: 0.8rem;
            margin-right: 20px;
        }

    .modal-body h5 {
        font-size: 1rem;
    }

    .custom-control-label {
        font-size: 0.7rem;
    }
    /**Header**/
    header div ul li a {
        padding: .8rem 1rem !important;
        font-size: 1.2rem;
    }
    /****/
    .carousel-inner, .carouselExampleIndicators, .carousel-control-prev, .carousel-control-next, .carousel-indicators, #sliderBulet, .ektedaaDesktop, .Ads728-90, .leftInner, .rightInner, .talqeenInnerHeader, .Ads970-90, .Ads970-250 {
        display: none;
    }

    .ektedaaMobile, .mobileNav, .mobileNavMenu, .mobileSearch, .mobileFirstSection, .mobileCarousel, .Ads336-280, .Ads320-50, .Ads320-100 {
        display: block;
    }

    .searchWrapper .sonanSearch .circleIcon, .searchWrapper .azkarSearch .circleIcon {
        display: inline-block;
    }
    /*--------Header style----------*/
    .ektedaaMobile {
        margin: auto;
        margin-top: 35px;
    }

    header .col-3 {
        margin-top: 22px;
        display: none;
    }

    header .col-9 {
        margin-top: 25px;
        float: none;
        margin: auto;
        text-align: center;
        height: 80px;
    }

    .customSelect, header .col-3 .col-5, .desktopNav, .searchHere, .desktopCarousel {
        display: none;
    }

    header .col-9 img {
        float: none;
        margin-right: auto;
        margin-left: auto;
        width: 40%;
        position: relative;
        z-index: 222;
        top: 7px;
    }

    header {
        height: 80px;
        background-size: contain;
    }

    .aboutUsPage h1 {
        display: none;
    }

    .aboutUsPage {
        width: 100%;
        text-align: center;
    }

    .rightAboutUs {
        width: 100%;
        position: unset;
        float: none;
        top: 0;
        min-height: 160px;
    }

        .rightAboutUs img:first-child {
            width: 100%;
            position: absolute;
            display: block;
        }

    .aboutUsPage {
        min-height: 735px;
    }

        .aboutUsPage h4:before {
            display: none;
        }

        .aboutUsPage h4 {
            width: 260px;
            position: absolute;
            height: 49px;
            right: 0;
            top: 36%;
            text-align: center;
            display: inline-block;
            color: #fff;
            line-height: 40px;
            left: 0;
            margin: 0 auto;
            display: initial;
            font-size: 1.2rem;
            padding: 5px 25px;
        }

        .aboutUsPage p {
            width: 94%;
            position: relative;
            right: 0%;
            text-align: right;
            display: inline-block;
            font-size: 1rem;
            line-height: 2rem;
            color: #233654;
            margin-right: 3%;
            margin-top: 20px;
        }

    .rightAboutUs img:nth-child(2) {
        position: absolute;
        top: 115%;
        right: 0;
        left: 0;
        margin: auto;
    }

    .aboutUsPage p span {
        font-size: 1.2rem;
    }

    .innerFooter {
        margin-top: 87px;
    }

    .mobileNav {
        width: 35px;
        height: 35px;
        background-image: url(../imgs/menu.png);
        background-color: transparent;
        border: none;
        box-shadow: none;
        outline: none;
        position: absolute;
        top: 22px;
        left: 15px;
        background-size: cover;
    }

    .closeMenu {
        color: #fff;
        font-size: 2rem;
        position: absolute;
        right: 15px;
        top: 15px;
        font-weight: bold;
        background-color: #1a2c49;
        border: none;
    }

    .mobileNavMenu {
        display: none;
        background-color: rgba(27, 40, 66, 0.7);
        position: absolute;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: 111;
    }

        .mobileNavMenu ul {
            width: 100%;
            padding-right: 0;
            padding-left: 0;
            background-color: rgb(27,40,66);
            position: relative;
            top: 50px;
            padding-top: 10px;
            padding-bottom: 35px;
        }

            .mobileNavMenu ul li {
                display: block;
                text-align: center;
                background-color: rgb(27,40,66);
                border-bottom: 1px solid rgba(221, 221, 221, 0.1);
                width: 60%;
                margin: auto;
            }

    .mobileSearch {
        position: absolute;
        top: 19px;
        right: 65px;
    }

    .mobileLanguage {
        position: absolute;
        top: 26px;
        right: 15px;
        background-image: url(../imgs/languageIconMobile.png);
        width: 32px;
        height: 32px;
        background-size: cover;
        display: block;
    }

    select.mobileLanguage {
        background-color: transparent;
        border: none;
        color: transparent;
    }

    .searchIcon img {
        width: 32px;
    }
    /**----------first section style---------**/

    .carouselSection {
        height: 540px;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        border-radius: 40px;
    }

    .carousel-caption h4 {
        font-size: 0.9rem;
        width: 88%;
        margin: auto;
        padding: 10px 22px;
    }

    .carousel-caption {
        width: 100%;
        position: absolute;
        right: 0;
        top: 110px;
        float: none;
        left: 0;
        z-index: 0;
        margin: auto;
    }

        .carousel-caption .downloadApp {
            width: 100%;
        }

            .carousel-caption .downloadApp a {
                display: inline-block;
                width: 125px;
            }

        .carousel-caption h2 {
            font-size: 1.8rem;
            margin-top: 50px;
        }

            .carousel-caption h2 span img {
                width: 11% !important;
                display: inline;
                margin: auto;
            }

        .carousel-caption button {
            margin-top: 15px;
            padding: 3px 24px;
            font-size: 1rem;
        }

        .carousel-caption p {
            font-size: 1rem;
        }

        .carousel-caption img {
            width: 200px;
        }
    /***azkar section***/
    .azkarSection {
        width: 95%;
        max-width: 95%;
        height: auto;
        margin-bottom: 25px;
    }

        .azkarSection h2 {
            margin-top: -150px;
            font-size: 1.5rem;
            margin-bottom: 20px;
        }

        .azkarSection div {
            max-width: 100%;
            display: block;
            margin-top: 10px;
            text-align: left;
            direction: ltr;
        }

            .azkarSection div p {
                width: 72%;
                margin: auto;
                margin-left: 85px;
                min-height: 96px;
                overflow: hidden;
                font-size: 0.8rem;
                height: auto;
            }

            .azkarSection div h5 {
                color: #00a7be;
                margin-left: 80px;
                padding-top: 15px;
                font-weight: bold;
                font-size: 1.1rem;
            }

            .azkarSection div a {
                position: absolute;
                top: 0;
                right: 0;
                width: 100%;
                height: 100%;
                background: transparent;
                color: transparent;
            }

            .azkarSection div:before {
                content: '';
                position: absolute;
                width: 2%;
                height: 70%;
                top: 15%;
                left: -1%;
                border-radius: 26px;
                right: unset;
                margin: auto;
                z-index: 0;
            }

            .azkarSection div:before, .azkarSection div:hover:before {
                background: linear-gradient(to bottom, #ff7373, #ff9d3b);
            }

            .azkarSection div:hover {
                -ms-transform: scale(1); /* IE 9 */
                -webkit-transform: scale(1); /* Safari 3-8 */
                transform: scale(1);
                border: none;
            }

            .azkarSection div img {
                width: 22%;
                margin-top: 0;
                position: absolute;
                z-index: 0;
                top: 0;
                bottom: 0;
                margin: auto;
                left: 11px;
            }

    .talqeenSection {
        /*height: 565px;*/
        height: 640px;
        position: relative;
        width: 94%;
        margin: auto;
        float: none;
        border-radius: 10px;
        overflow: hidden;
    }

        .talqeenSection img:first-child {
            width: 100%;
            display: inline-block;
            height: 50%;
        }

        .talqeenSection div {
            display: inline-block;
            width: 100%;
            height: 60%;
            position: absolute;
            top: 40%;
            left: 0;
            background-image: url(../imgs/talqeenBottom.png);
            background-repeat: no-repeat;
            z-index: 11111;
            background-size: 100% 100%;
        }

        .talqeenSection .talqeenRight:before {
            content: '';
            position: absolute;
            width: 50%;
            height: 7px;
            top: -4px;
            right: 0;
            border-radius: 26px;
            margin: auto;
            z-index: 0;
            background: #00C2CB;
            background: -webkit-gradient(linear, 0 0, 0 right, from(#00C2CB), to(#00a4bd));
            background: -webkit-linear-gradient(to right,#00C2CB, #00a4bd);
            background: -moz-linear-gradient(to right,#00C2CB, #00a4bd);
            background: -ms-linear-gradient(to right,#00C2CB, #00a4bd);
            background: -o-linear-gradient(to right,#00C2CB, #00a4bd);
            background: linear-gradient(to right,#00C2CB, #00a4bd);
            -pie-background: linear-gradient(to right,#00C2CB, #00a4bd);
        }

    .talqeenMic {
        width: 50.7px !important;
        height: 50.7px !important;
        background-color: #ffffff !important;
        border: solid 2.5px #00a3bc !important;
        border-radius: 50px !important;
        -webkit-border-radius: 50px !important;
        -moz-border-radius: 50px !important;
        margin-top: -25px !important;
        margin: auto !important;
        position: absolute !important;
        background-image: none !important;
        text-align: center;
        margin-left: auto;
        left: 0;
        right: 0;
        top: -25px !important;
    }

        .talqeenMic img {
            /* height: 35px !important;*/
            height: auto !important;
            width: 60% !important;
        }

    .talqeenSection div h1 {
        margin-right: 0;
        margin-top: 34px;
        font-size: 1.6rem;
        text-align: center;
        margin-left: 0;
        font-weight: bold;
    }

    .talqeenSection div hr {
        display: none;
    }

    .talqeenSection div p:nth-child(4) {
        width: 95%;
        height: 46.5px;
        text-align: center;
        color: #00c7ce;
        margin-top: 3px;
        margin-right: auto;
        font-size: 16px;
        margin-bottom: 35px;
        margin-left: auto;
    }

    .talqeenSection div p:nth-child(5), .talqeenSection div p:nth-child(6) {
        color: #fff;
        margin-right: 6px;
        font-size: 15px;
        margin-bottom: 5px;
    }

        .talqeenSection div p:nth-child(5) span, .talqeenSection div p:nth-child(6) span {
            color: #233654;
            border: 5px solid #ff9d3b;
            width: 15px;
            height: 15px;
            line-height: 3px;
            margin: 5px;
            display: inline-block;
            font-size: 0;
            border-radius: 10px;
            -webkit-border-radius: 10px;
            -moz-border-radius: 10px;
            position: relative;
            top: -5px;
        }

    .talqeenSection div a {
        background: linear-gradient(to left, #ff7373, #ff9d3b);
        color: #fff;
        padding: 6px 45px;
        margin-right: auto;
        border-radius: 20px 20px 20px 20px;
        text-decoration: none;
        font-weight: bold;
        top: 10px;
        position: relative;
        z-index: -1;
        margin-left: auto;
        left: 23%;
    }

    .talqeenWrapper .col-3 {
        max-width: 100%;
        float: none;
        margin: auto;
    }

    .talqeenWrapper .tab button {
        display: inline-block;
        width: 50%;
        background-image: none;
        text-align: center;
        font-size: 12px;
        font-weight: normal;
        border: 1px solid #00a3bc;
        background-color: #fff;
        font-family: regularFont;
        min-height: 35px;
        transition: none;
        padding: 10px 15px;
        float: right;
        margin-top: 15px;
        min-height: auto;
    }

        .talqeenWrapper .tab button:first-child {
            -webkit-border-radius: 0 8px 8px 0;
            moz-border-radius: 0 8px 8px 0;
            border-radius: 0 8px 8px 0;
        }

        .talqeenWrapper .tab button:last-child {
            -webkit-border-radius: 8px 0 0 8px;
            -moz-border-radius: 8px 0 0 8px;
            border-radius: 8px 0 0 8px;
        }

    .talqeenWrapper .tab {
        min-height: 80px;
        display: flex;
        direction: rtl;
    }

        .talqeenWrapper .tab button:before {
            display: none;
        }

        .talqeenWrapper .tab button:active, .talqeenWrapper .tab button.active {
            background: linear-gradient(to left,#00a3bc, #00c7ce) !important;
            color: #fff;
            background-color: white;
        }

            .talqeenWrapper .tab button:active span:first-child, .talqeenWrapper .tab button.active span:first-child {
                color: #fff;
            }

        .talqeenWrapper .tab button span:nth-child(2), .talqeenWrapper .sonanNumber {
            display: none !important;
        }

    .tempSonan {
        min-height: 550px;
        position: relative;
        top: 0;
        width: 94%;
        margin: auto;
        margin-top: 25px;
        margin-bottom: 15px;
        border-radius: 10px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border: 1px solid #ddd;
        padding-bottom: 100px;
        display: flex;
    }

        .tempSonan h2 {
            color: #233654;
            text-align: center;
            margin: auto;
            position: absolute;
            top: 0;
            background-image: url(../imgs/time@2x.png);
            background-position: center 0px;
            background-repeat: no-repeat;
            left: 0;
            right: 0;
            font-weight: bold;
            /*line-height: 56px;*/
            line-height: 27px;
            background-size: 15%;
            font-size: 1.2rem;
            padding-top: 45px;
        }

        .tempSonan div {
            top: 100px;
        }

            .tempSonan div a {
                display: inline-block;
                text-align: center;
                text-decoration: none;
                margin-left: 7px;
                width: 43%;
                margin-right: 7px;
                padding-bottom: 35px;
            }

                .tempSonan div a span {
                    color: #171d2b;
                    position: relative;
                    top: 15px;
                    padding: 1px 0px;
                    font-size: 1rem;
                    display: inline-block;
                    max-height: 47px;
                    overflow: hidden;
                }

                .tempSonan div a:last-child {
                    display: block;
                    margin-right: auto;
                    margin-left: auto;
                    float: none;
                }

    .rightImge {
        /* display: none;*/
        float: none;
        width: 92%;
        position: absolute;
        top: 615px;
        right: 0;
        left: 0;
        margin: auto;
    }

    .titleAndSlider {
        width: 94%;
        margin-left: auto;
        margin-right: auto;
        height: 615px;
        overflow: hidden;
        margin-bottom: 80px;
    }

    .untimedsonanTitle h1 {
        color: #233654;
        position: relative;
        top: 80px;
        background-image: url(../imgs/islamic@2x.png);
        background-repeat: no-repeat;
        background-position: center;
        padding-bottom: 84px;
        background-size: 80%;
        font-size: 1.5rem;
    }

    .untimedsonanTitle {
        top: 10px;
        height: 60px;
        background-size: 60px;
    }

    .desktopCarousel {
        display: none;
    }

    #slider li a {
        width: 45%;
        float: none;
        text-decoration: none;
        text-align: center;
        padding-bottom: 25px;
        display: inline-block;
        margin-left: 4%;
        margin-top: 15px;
    }

    #slider span {
        padding: 3px 3px;
        /*width: 85%;*/
        display: grid;
        position: relative;
        top: 0px;
        font-size: 16px;
        text-align: center;
        /****/
        width: 95%;
        overflow: visible;
    }

    .unTimedSonan {
        min-height: 735px;
        background-image: none;
    }

    footer {
        background-size: 100% 100%;
        height: 100px;
        margin-top: -27px;
    }

    .footerWrapper {
        float: none;
        margin: auto;
        height: 75%;
        max-width: 100%;
    }

    .footerSocials {
        top: 18px;
    }

        .footerSocials li a {
            width: 40px;
            height: 40px;
            padding-top: 4px;
        }

    .copyRight {
        line-height: 0px;
        padding: 12px 0;
        position: relative;
        bottom: 0;
        font-size: 12px;
    }
    /*******abwab responsive******/
    .innerHeader {
        background: #c0d7db !important;
        min-height: 40px;
        padding-left: 15px;
        text-align: left;
        margin-bottom: 10px;
        height: auto;
        padding-bottom: 8px;
    }

        .innerHeader img {
            display: none;
        }

        .innerHeader span {
            color: #044280;
        }

            .innerHeader span:nth-child(2), .innerHeader span:nth-child(3) {
                position: relative;
                top: 5px;
                left: 8px;
            }

        .innerHeader p {
            padding-right: 0;
            position: absolute;
            left: 10px;
            top: 8px;
            color: #044280;
        }

    .abwabResponsiveWrapper {
        margin-top: 0;
    }

        .abwabResponsiveWrapper .tab button {
            padding: 10px 0px !important;
            border: none;
            background-image: url(../imgs/right@2x.png);
            background-position: right center;
            background-size: 40px;
            min-height: 40px;
        }

            .abwabResponsiveWrapper .tab button span:nth-child(2), .sonanNumber {
                font-size: 13px;
            }

            .abwabResponsiveWrapper .tab button .circleIcon {
                top: 5px;
                border: 4px solid;
                font-size: 4px;
                width: 12px;
                height: 12px;
            }

    .innerWrapper {
        margin-top: 0;
        max-width: 100%;
    }

    .abwabAndSonan .sonanSection {
        float: none;
        max-width: 100%;
    }

        .abwabAndSonan .sonanSection .tabCard {
            width: 100%;
            margin-right: 0;
            height: 180px;
            overflow: hidden;
            min-height: auto;
        }

    .sonanSection .tabCardControls {
        display: none;
    }

    .sonanSection .tabCard:before {
        height: 2px;
    }

    .abwabAndSonan .sonanSection .tabCard .circleIcon {
        font-size: 0;
        border: 4px solid;
        color: #fff;
        border-radius: 8px;
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        position: relative;
        top: -8px;
        width: 12px;
        height: 12px;
    }

    .abwabAndSonan .sonanSection .tabCard .circleIconPurple {
        border-color: #233654;
    }

    .abwabAndSonan .sonanSection .tabCard .circleIconBlue {
        border-color: #00a3bc;
    }

    .abwabAndSonan .sonanSection .tabCard .circleIconPink {
        border-color: #ff7373;
    }

    .abwabAndSonan .sonanSection .tabCard h5 {
        font-size: 1rem;
        font-weight: bold;
    }

    .sonanSection .tabCard .youtube {
        right: 7px;
        top: 2px;
        padding: 1px 6px;
    }

    .abwabAndSonan .col-9 .tabCard p {
        height: auto;
        max-height: 115px;
        font-size: 0.8rem;
    }
    /**-------azkar section-------**/
    .sonanSection {
        max-width: 100%;
    }

    .counterSection {
        top: unset;
        bottom: -25px;
        max-width: 100%;
        right: 0;
        height: 50px;
        background-color: #c0d7db;
        color: #233654;
        border-radius: 0 0 5px 5px;
    }

        .counterSection p, .counterSection button {
            color: #233654;
        }

        .counterSection:active p, .counterSection:active button, .counterSection:hover p, .counterSection:hover button {
            color: #fff;
        }

        .counterSection:active, .counterSection:hover {
            background: #64cac0 !important;
            background: -webkit-gradient(linear, 0 0, 0 right, from(#00C2CB ), to(#00a4bd)) !important;
            background: -webkit-linear-gradient(to right,#00C2CB, #00a4bd) !important;
            background: -moz-linear-gradient(to right,#00C2CB, #00a4bd) !important;
            background: -ms-linear-gradient(to right,#00C2CB, #00a4bd) !important;
            background: -o-linear-gradient(to right,#00C2CB, #00a4bd) !important;
            background: linear-gradient(to right,#00C2CB, #00a4bd) !important;
            -pie-background: linear-gradient(to right,#00C2CB, #00a4bd) !important;
            color: #fff;
        }

    .azkar div:nth-child(2) {
        float: none;
        max-width: 100%;
        margin-top: 0px;
    }

    .azkar .youtube {
        display: none;
    }

    .counterSection:active .beZero, .counterSection:hover .beZero {
        display: block;
    }

    .azkar .beZero {
        display: none;
        background: none !important;
        background-image: url(../imgs/repeat.png) !important;
        padding: 1px 15px;
        border-radius: 25px;
        -webkit-border-radius: 25px;
        -moz-border-radius: 25px;
        position: absolute;
        top: 11px;
        right: 20px;
        color: transparent !important;
        background-position: center !important;
        background-repeat: no-repeat !important;
        background-size: 100% !important;
        width: 30px;
    }

    .azkar .increment {
        background-image: none;
        width: 100px;
        height: 50px;
        margin: auto;
        float: none;
        background-color: transparent;
        background-repeat: no-repeat;
        text-align: center;
        font-size: 2rem;
        background-position: center;
        line-height: 50px;
        position: absolute;
        right: 0;
        left: 0;
    }

    .azkar .counterSection p {
        font-weight: normal;
        margin-bottom: 5px;
        width: 25%;
        float: left;
        margin-top: 16px;
        font-size: 0.8rem;
    }

    .azkar .circleIcon {
        font-size: 0px;
        border: 4px solid;
        color: #fff;
        border-radius: 8px;
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        position: relative;
        top: -7px;
        width: 14px;
        height: 14px;
    }
    /*******Talqeen Page******/
    div.meta-container div.song-title {
        text-align: center !important;
        color: #263238 !important;
        font-size: 20px !important;
        position: absolute;
        left: 0 !important;
        top: -35px;
    }

    .song-title .circleIcon {
        font-size: 0px;
        border: 4px solid;
        color: #fff;
        border-radius: 8px;
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        position: relative;
        top: -7px;
        width: 13px;
        height: 13px;
    }

    div.meta-container {
        top: 35px !important;
        padding: 15px 10px !important;
    }

    div.player {
        height: 115px;
    }

    .talqeenWrapper .tabCard h5 {
        font-size: 1rem;
        width: 100%;
    }

    progress.amplitude-song-played-progress {
        width: 57% !important;
        top: 20px !important;
    }

    div.meta-container div.time-container div.duration, div.meta-container div.time-container div.current-time {
        top: 14px !important;
    }
    /**inner sonan details**/
    .sonanDetailsWrapper .tabCard h5 {
        font-size: 1.2rem;
    }

    .sonanDetailsWrapper .tabCard p {
        font-size: 1rem;
        line-height: 30px;
        /*text-align: justify;*/
    }

    .zekrDetails .counterSection {
        float: none;
        margin: auto;
        position: absolute;
        right: 0;
        left: 0;
        height: 166px;
        top: 0;
        background-color: transparent;
        margin-top: 80px;
    }

        .zekrDetails .counterSection:active, .zekrDetails .counterSection:hover {
            background: none !important;
        }

            .zekrDetails .counterSection:active button, .zekrDetails .counterSection:hover button, .zekrDetails .counterSection:active p, .zekrDetails .counterSection:hover p {
                color: #233654 !important;
            }

            .zekrDetails .counterSection .beZero, .zekrDetails .counterSection:active .beZero, .zekrDetails .counterSection:hover .beZero {
                color: #fff !important;
                display: inline-block !important;
            }

    .zekrDetails .sonanSection .tabCardControls {
        display: block;
    }
    /**search inner**/
    .searchWrapper .col-6 {
        max-width: 100%;
    }

    .searchInner {
        display: none;
    }

    .searchWrapper .card .card-header {
        font-size: 20px;
    }

    .searchWrapper .card .card-title {
        font-size: 1rem;
    }

    .searchWrapper .card-body p {
        font-size: 0.9rem;
    }

    .searchWord {
        font-size: 1rem;
    }

    .headerSearch .searchHere {
        display: block;
        top: 25px;
        height: 35px;
        max-width: 65.333333%;
        box-shadow: none;
        position: absolute;
        margin: auto;
        right: 0;
        left: 0;
    }

    .headerSearch .col-9 img, .headerSearch .mobileSearch, .unTimedSearchSonan, .timedSearchSonan {
        display: none;
    }

    .headerSearch .searchIcon {
        background: none;
    }

        .headerSearch .searchIcon img {
            top: 0;
        }

    .searchWrapper .card-header {
        padding: .3rem 1.25rem;
    }

    .searchWrapper .card-body {
        padding-bottom: 9px;
        padding-top: 9px;
    }

    .searchWrapper .abwabSearch {
        margin-top: 15px;
    }

        .searchWrapper .abwabSearch .circleIcon, .searchWrapper .sonanSearch .circleIcon, .searchWrapper .azkarSearch .circleIcon {
            border: 2px solid #233654;
            font-size: 0px;
            top: -8px;
            width: 10px;
            height: 10px;
        }

        .searchWrapper .abwabSearch:before, .searchWrapper .sonanSearch:before, .searchWrapper .azkarSearch:before {
            width: 5px;
        }

    .modal-dialog {
        min-height: 97%;
    }

    .modal-content {
        height: 99%;
        position: absolute;
    }
    /**audio  in inner page**/
    .simpleAudioPlayer .controls .icon {
        top: 19px;
    }

    .simpleAudioPlayer .progressBar {
        width: 45%;
    }

    .simpleAudioPlayer .trackInfo .progressTime {
        left: 50px;
    }
    /****/
    .sonanDetailsWrapper .sonanSection .tabCardControls {
        display: block;
    }

    .tabCardSocials a {
        width: 45px;
        height: 50px;
    }

    .tabCardSocials {
        width: 215px;
    }

    .tabCardControls button {
        width: 30px;
        height: 30px;
    }
}

@media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) {
    .aboutUsPage h5 {
        top: 80px;
    }

    .pageNotFound {
        width: 80%;
        font-size: 1rem;
    }

    .unTimedSonan {
        border-top: 5px solid #00a3bc;
    }

        .unTimedSonan:before {
            height: 5px;
            top: -5px;
        }

    #slider ul li img {
        max-width: 100px;
    }
    /* For mobile phones: */
    .searchWrapper .abwabSearch:before, .searchWrapper .sonanSearch:before, .searchWrapper .azkarSearch:before {
        left: -6px;
    }
    /**contact us modal**/
    .modal-title {
        font-size: 1.5rem;
    }

    .modal-body h3 {
        font-size: 1.2rem;
    }

    .form-control {
        font-size: 1rem;
    }

    .choose_file {
        background-size: 25px;
    }

        .choose_file span {
            font-size: 0.8rem;
            margin-right: 20px;
        }

    .modal-body h5 {
        font-size: 1rem;
    }

    .custom-control-label {
        font-size: 0.8rem;
    }
    /***/
    .carousel-inner, .carouselExampleIndicators, .carousel-control-prev, .carousel-control-next, .carousel-indicators, #sliderBulet, .ektedaaDesktop, .Ads728-90, .leftInner, .rightInner, .talqeenInnerHeader {
        display: none;
    }

    .ektedaaMobile, .mobileNav, .mobileNavMenu, .mobileSearch, .mobileFirstSection, .mobileCarousel {
        display: block;
    }

    .searchWrapper .sonanSearch .circleIcon, .searchWrapper .azkarSearch .circleIcon {
        display: inline-block;
    }
    /*--------Header style----------*/
    .ektedaaMobile {
        margin: auto;
        margin-top: 35px;
    }

    header .col-3 {
        margin-top: 22px;
        display: none;
    }

    header .col-9 {
        margin-top: 25px;
        float: none;
        margin: auto;
        text-align: center;
        height: 80px;
    }

    .customSelect, header .col-3 .col-5, .desktopNav, .searchHere, .desktopCarousel {
        display: none;
    }

    header .col-9 img {
        float: none;
        margin-right: auto;
        margin-left: auto;
        width: 40%;
        position: relative;
        z-index: 222;
        top: 7px;
    }

    header {
        height: 80px;
        background-size: contain;
    }

    .aboutUsPage h1 {
        display: none;
    }

    .aboutUsPage {
        width: 100%;
        text-align: center;
    }

    .rightAboutUs {
        width: 100%;
        position: unset;
        float: none;
        top: 0;
        min-height: 160px;
    }

        .rightAboutUs img:first-child {
            width: 100%;
            position: absolute;
            display: block;
        }

    .aboutUsPage {
        min-height: 735px;
    }

        .aboutUsPage h4:before {
            display: none;
        }

        .aboutUsPage h4 {
            width: 260px;
            position: absolute;
            height: 49px;
            right: 0;
            top: 34%;
            text-align: center;
            display: inline-block;
            color: #fff;
            line-height: 40px;
            left: 0;
            margin: 0 auto;
            display: initial;
            font-size: 1.2rem;
            padding: 5px 25px;
        }

        .aboutUsPage p {
            width: 94%;
            position: relative;
            right: 0%;
            text-align: justify;
            display: inline-block;
            font-size: 1rem;
            line-height: 2rem;
            color: #233654;
            margin-right: 3%;
            margin-top: 45px;
        }

    .rightAboutUs img:nth-child(2) {
        position: absolute;
        top: 115%;
        right: 0;
        left: 0;
        margin: auto;
    }

    .aboutUsPage p span {
        font-size: 1.2rem;
    }

    .innerFooter {
        margin-top: 87px;
    }

    .mobileNav {
        width: 35px;
        height: 35px;
        background-image: url(../imgs/menu.png);
        background-color: transparent;
        border: none;
        box-shadow: none;
        outline: none;
        position: absolute;
        top: 22px;
        left: 15px;
        background-size: cover;
    }

    .closeMenu {
        color: #fff;
        font-size: 2rem;
        position: absolute;
        right: 15px;
        top: 15px;
        font-weight: bold;
        background-color: #1a2c49;
        border: none;
    }

    .mobileNavMenu {
        display: none;
        background-color: rgba(27, 40, 66, 0.7);
        position: absolute;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: 111;
    }

        .mobileNavMenu ul {
            width: 100%;
            padding-right: 0;
            padding-left: 0;
            background-color: rgb(27,40,66);
            position: relative;
            top: 50px;
            padding-top: 10px;
            padding-bottom: 35px;
        }

            .mobileNavMenu ul li {
                display: block;
                text-align: center;
                background-color: rgb(27,40,66);
                border-bottom: 1px solid rgba(221, 221, 221, 0.1);
                width: 60%;
                margin: auto;
            }

    .mobileSearch {
        position: absolute;
        top: 19px;
        right: 65px;
    }

    .mobileLanguage {
        position: absolute;
        top: 26px;
        right: 15px;
        background-image: url(../imgs/languageIconMobile.png);
        width: 32px;
        height: 32px;
        background-size: cover;
        display: block;
    }

    select.mobileLanguage {
        background-color: transparent;
        border: none;
        color: transparent;
    }

    .searchIcon img {
        width: 32px;
    }
    /**----------first section style---------**/

    .carouselSection {
        height: 540px;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        border-radius: 40px;
    }

    .carousel-caption h4 {
        font-size: 0.9rem;
        width: 88%;
        margin: auto;
        padding: 10px 22px;
    }

    .carousel-caption {
        width: 100%;
        position: absolute;
        right: 0;
        top: 110px;
        float: none;
        left: 0;
        z-index: 0;
        margin: auto;
    }

        .carousel-caption .downloadApp {
            width: 100%;
        }

            .carousel-caption .downloadApp a {
                display: inline-block;
                width: 125px;
            }

        .carousel-caption h2 {
            font-size: 2rem;
            margin-top: 50px;
        }

            .carousel-caption h2 span img {
                width: 11% !important;
                display: inline;
                margin: auto;
            }

        .carousel-caption button {
            margin-top: 15px;
            padding: 3px 24px;
            font-size: 1rem;
        }

        .carousel-caption p {
            font-size: 1rem;
        }

        .carousel-caption img {
            width: 200px;
        }
    /***azkar section***/
    .azkarSection {
        width: 95%;
        max-width: 95%;
        height: auto;
        margin-bottom: 25px;
    }

        .azkarSection h2 {
            margin-top: -150px;
            font-size: 1.5rem;
            margin-bottom: 20px;
        }

        .azkarSection div {
            max-width: 100%;
            display: block;
            margin-top: 10px;
            text-align: left;
        }

            .azkarSection div p {
                width: 72%;
                margin: auto;
                margin-left: 85px;
                height: 96px;
                overflow: hidden;
                font-size: 0.8rem;
            }

            .azkarSection div h5 {
                color: #00a7be;
                margin-left: 80px;
                padding-top: 15px;
                font-weight: bold;
                font-size: 1.1rem;
            }

            .azkarSection div a {
                position: absolute;
                top: 0;
                right: 0;
                width: 100%;
                height: 100%;
                background: transparent;
                color: transparent;
            }

            .azkarSection div:before {
                content: '';
                position: absolute;
                width: 2%;
                height: 70%;
                top: 15%;
                left: -1%;
                border-radius: 26px;
                right: unset;
                margin: auto;
                z-index: 0;
            }

            .azkarSection div:before, .azkarSection div:hover:before {
                background: linear-gradient(to bottom, #ff7373, #ff9d3b);
            }

            .azkarSection div:hover {
                -ms-transform: scale(1); /* IE 9 */
                -webkit-transform: scale(1); /* Safari 3-8 */
                transform: scale(1);
                border: none;
            }

            .azkarSection div img {
                width: 22%;
                margin-top: 0;
                position: absolute;
                z-index: 0;
                top: 0;
                bottom: 0;
                margin: auto;
                left: 11px;
            }

    .talqeenSection {
        height: 589px;
        position: relative;
        width: 94%;
        margin: auto;
        float: none;
        border-radius: 10px;
        overflow: hidden;
    }

        .talqeenSection img:first-child {
            width: 100%;
            display: inline-block;
            height: 50%;
        }

        .talqeenSection div {
            display: inline-block;
            width: 100%;
            height: 60%;
            position: absolute;
            top: 40%;
            left: 0;
            background-image: url(../imgs/talqeenBottom.png);
            background-repeat: no-repeat;
            z-index: 11111;
            background-size: 100% 100%;
        }

        .talqeenSection .talqeenRight:before {
            content: '';
            position: absolute;
            width: 50%;
            height: 7px;
            top: -4px;
            right: 0;
            border-radius: 26px;
            margin: auto;
            z-index: 0;
            background: #00C2CB;
            background: -webkit-gradient(linear, 0 0, 0 right, from(#00C2CB), to(#00a4bd));
            background: -webkit-linear-gradient(to right,#00C2CB, #00a4bd);
            background: -moz-linear-gradient(to right,#00C2CB, #00a4bd);
            background: -ms-linear-gradient(to right,#00C2CB, #00a4bd);
            background: -o-linear-gradient(to right,#00C2CB, #00a4bd);
            background: linear-gradient(to right,#00C2CB, #00a4bd);
            -pie-background: linear-gradient(to right,#00C2CB, #00a4bd);
        }

    .talqeenMic {
        width: 50.7px !important;
        height: 50.7px !important;
        background-color: #ffffff !important;
        border: solid 2.5px #00a3bc !important;
        border-radius: 50px !important;
        -webkit-border-radius: 50px !important;
        -moz-border-radius: 50px !important;
        margin-top: -25px !important;
        margin: auto !important;
        position: absolute !important;
        background-image: none !important;
        text-align: center;
        margin-left: auto;
        left: 0;
        right: 0;
        top: -25px !important;
    }

        .talqeenMic img {
            /* height: 35px !important;*/
            height: auto !important;
            width: 60% !important;
        }

    .talqeenSection div h1 {
        margin-right: 0;
        margin-top: 34px;
        font-size: 1.4rem;
        text-align: center;
        margin-left: 0;
        font-weight: bold;
    }

    .talqeenSection div hr {
        display: none;
    }

    .talqeenSection div p:nth-child(4) {
        width: 95%;
        height: 46.5px;
        text-align: center;
        color: #00c7ce;
        margin-top: 3px;
        margin-right: auto;
        font-size: 16px;
        margin-bottom: 45px;
        margin-left: auto;
    }

    .talqeenSection div p:nth-child(5), .talqeenSection div p:nth-child(6) {
        color: #fff;
        margin-right: 6px;
        font-size: 15px;
        margin-bottom: 5px;
    }

        .talqeenSection div p:nth-child(5) span, .talqeenSection div p:nth-child(6) span {
            color: #233654;
            border: 5px solid #ff9d3b;
            width: 15px;
            height: 15px;
            line-height: 3px;
            margin: 5px;
            display: inline-block;
            font-size: 0;
            border-radius: 10px;
            -webkit-border-radius: 10px;
            -moz-border-radius: 10px;
            position: relative;
            top: -5px;
        }

    .talqeenSection div a {
        background: linear-gradient(to left, #ff7373, #ff9d3b);
        color: #fff;
        padding: 2px 45px;
        margin-right: auto;
        border-radius: 20px 20px 20px 20px;
        text-decoration: none;
        font-weight: bold;
        top: 10px;
        position: relative;
        z-index: -1;
        margin-left: auto;
        left: 26%;
    }

    .talqeenWrapper .col-3 {
        max-width: 100%;
        float: none;
        margin: auto;
    }

    .talqeenWrapper .tab button {
        display: inline-block;
        width: 48%;
        background-image: none;
        text-align: center;
        font-size: 12px;
        font-weight: normal;
        border: 1px solid #00a3bc;
        background-color: #fff;
        font-family: regularFont;
        min-height: 30px;
        transition: none;
        padding: 10px 15px;
        float: right;
        margin-top: 15px;
    }

        .talqeenWrapper .tab button:first-child {
            -webkit-border-radius: 0 8px 8px 0;
            moz-border-radius: 0 8px 8px 0;
            border-radius: 0 8px 8px 0;
        }

        .talqeenWrapper .tab button:last-child {
            -webkit-border-radius: 8px 0 0 8px;
            -moz-border-radius: 8px 0 0 8px;
            border-radius: 8px 0 0 8px;
        }

    .talqeenWrapper .tab {
        min-height: 80px;
    }

        .talqeenWrapper .tab button:before {
            display: none;
        }

        .talqeenWrapper .tab button:active, .talqeenWrapper .tab button.active {
            background: linear-gradient(to left,#00a3bc, #00c7ce) !important;
            color: #fff;
            background-color: white;
        }

            .talqeenWrapper .tab button:active span:first-child, .talqeenWrapper .tab button.active span:first-child {
                color: #fff;
            }

        .talqeenWrapper .tab button span:nth-child(2), .talqeenWrapper .sonanNumber {
            display: none !important;
        }

    .tempSonan {
        min-height: 550px;
        position: relative;
        top: 0;
        width: 94%;
        margin: auto;
        margin-top: 25px;
        margin-bottom: 15px;
        border-radius: 10px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border: 1px solid #ddd;
        padding-bottom: 100px;
        display: flex;
    }

        .tempSonan h2 {
            color: #233654;
            text-align: center;
            margin: auto;
            position: absolute;
            top: 0px;
            background-image: url(../imgs/time@2x.png);
            background-position: center 0px;
            background-repeat: no-repeat;
            left: 0;
            right: 0;
            font-weight: bold;
            line-height: 31px;
            background-size: 15%;
            font-size: 1.2rem;
            padding-top: 45px;
        }

        .tempSonan div {
            top: 100px;
        }

            .tempSonan div a {
                display: inline-block;
                text-align: center;
                text-decoration: none;
                margin-left: 7px;
                width: 44%;
                margin-right: 7px;
                padding-bottom: 35px;
            }

                .tempSonan div a:last-child {
                    display: block;
                    margin-right: auto;
                    margin-left: auto;
                    float: none;
                }

    .rightImge {
        /* display: none;*/
        float: none;
        width: 92%;
        position: absolute;
        top: 615px;
        right: 0;
        left: 0;
        margin: auto;
    }

    .titleAndSlider {
        width: 94%;
        margin-left: auto;
        margin-right: auto;
        height: 615px;
        overflow: hidden;
        margin-bottom: 80px;
    }

    .untimedsonanTitle h1 {
        color: #233654;
        position: relative;
        top: 80px;
        background-image: url(../imgs/islamic@2x.png);
        background-repeat: no-repeat;
        background-position: center;
        padding-bottom: 84px;
        background-size: 80%;
        font-size: 1.5rem;
    }

    .untimedsonanTitle {
        top: 10px;
        height: 60px;
        background-size: 60px;
    }

    .desktopCarousel {
        display: none;
    }

    #slider li a {
        width: 45%;
        float: none;
        text-decoration: none;
        text-align: center;
        padding-bottom: 25px;
        display: inline-block;
        margin-left: 4%;
        margin-top: 15px;
    }

    #slider span {
        padding: 3px 3px;
        width: 100%;
        display: grid;
        position: relative;
        top: 9px;
        font-size: 16px;
        text-align: center;
        overflow: visible;
    }

    .unTimedSonan {
        min-height: 735px;
        background-image: none;
    }

    footer {
        background-size: 100% 100%;
        height: 100px;
        margin-top: -27px;
    }

    .footerWrapper {
        float: none;
        margin: auto;
        height: 75%;
        max-width: 100%;
    }

    .footerSocials {
        top: 18px;
    }

        .footerSocials li a {
            width: 40px;
            height: 40px;
            padding-top: 4px;
        }

    .copyRight {
        line-height: 0px;
        padding: 12px 0;
        position: relative;
        bottom: 0;
        font-size: 12px;
    }
    /*******abwab responsive******/
    .innerHeader {
        background: #c0d7db !important;
        min-height: 40px;
        padding-left: 15px;
        text-align: left;
        margin-bottom: 10px;
        height: auto;
        padding-bottom: 8px;
    }

        .innerHeader img {
            display: none;
        }

        .innerHeader span {
            color: #044280;
        }

            .innerHeader span:nth-child(2), .innerHeader span:nth-child(3) {
                position: relative;
                top: 5px;
                left: 8px;
            }

        .innerHeader p {
            padding-right: 0;
            position: absolute;
            left: 10px;
            top: 8px;
            color: #044280;
        }

    .abwabResponsiveWrapper {
        margin-top: 0;
    }

        .abwabResponsiveWrapper .tab button {
            padding: 10px 0px !important;
            border: none;
            background-image: url(../imgs/right@2x.png);
            background-position: right center;
            background-size: 40px;
            min-height: 40px;
        }

            .abwabResponsiveWrapper .tab button span:nth-child(2), .sonanNumber {
                font-size: 13px;
            }

            .abwabResponsiveWrapper .tab button .circleIcon {
                top: 5px;
                border: 4px solid;
                font-size: 4px;
                width: 12px;
                height: 12px;
            }

    .innerWrapper {
        margin-top: 0;
        max-width: 100%;
    }

    .abwabAndSonan .sonanSection {
        float: none;
        max-width: 100%;
    }

        .abwabAndSonan .sonanSection .tabCard {
            width: 100%;
            margin-right: 0;
            height: 180px;
            overflow: hidden;
            min-height: auto;
        }

    .sonanSection .tabCardControls {
        display: none;
    }

    .sonanSection .tabCard:before {
        height: 2px;
    }

    .abwabAndSonan .sonanSection .tabCard .circleIcon {
        font-size: 0;
        border: 4px solid;
        color: #fff;
        border-radius: 8px;
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        position: relative;
        top: -8px;
        width: 12px;
        height: 12px;
    }

    .abwabAndSonan .sonanSection .tabCard .circleIconPurple {
        border-color: #233654;
    }

    .abwabAndSonan .sonanSection .tabCard .circleIconBlue {
        border-color: #00a3bc;
    }

    .abwabAndSonan .sonanSection .tabCard .circleIconPink {
        border-color: #ff7373;
    }

    .abwabAndSonan .sonanSection .tabCard h5 {
        font-size: 1rem;
        font-weight: bold;
    }

    .sonanSection .tabCard .youtube {
        right: 7px;
        top: 2px;
        padding: 1px 6px;
    }

    .abwabAndSonan .col-9 .tabCard p {
        height: auto;
        max-height: 115px;
        font-size: 0.8rem;
    }
    /**-------azkar section-------**/
    .sonanSection {
        max-width: 100%;
    }

    .counterSection {
        top: unset;
        bottom: -25px;
        max-width: 100%;
        right: 0;
        height: 50px;
        background-color: #c0d7db;
        color: #233654;
        border-radius: 0 0 5px 5px;
    }

        .counterSection p, .counterSection button {
            color: #233654;
        }

        .counterSection:active p, .counterSection:active button, .counterSection:hover p, .counterSection:hover button {
            color: #fff;
        }

        .counterSection:active, .counterSection:hover {
            background: #64cac0 !important;
            background: -webkit-gradient(linear, 0 0, 0 right, from(#00C2CB ), to(#00a4bd)) !important;
            background: -webkit-linear-gradient(to right,#00C2CB, #00a4bd) !important;
            background: -moz-linear-gradient(to right,#00C2CB, #00a4bd) !important;
            background: -ms-linear-gradient(to right,#00C2CB, #00a4bd) !important;
            background: -o-linear-gradient(to right,#00C2CB, #00a4bd) !important;
            background: linear-gradient(to right,#00C2CB, #00a4bd) !important;
            -pie-background: linear-gradient(to right,#00C2CB, #00a4bd) !important;
            color: #fff;
        }

    .azkar div:nth-child(2) {
        float: none;
        max-width: 100%;
        margin-top: 0px;
    }

    .azkar .youtube {
        display: none;
    }

    .counterSection:active .beZero, .counterSection:hover .beZero {
        display: block;
    }

    .azkar .beZero {
        display: none;
        background: none !important;
        background-image: url(../imgs/repeat.png) !important;
        padding: 1px 15px;
        border-radius: 25px;
        -webkit-border-radius: 25px;
        -moz-border-radius: 25px;
        position: absolute;
        top: 11px;
        right: 20px;
        color: transparent !important;
        background-position: center !important;
        background-repeat: no-repeat !important;
        background-size: 100% !important;
        width: 30px;
    }

    .azkar .increment {
        background-image: none;
        width: 100px;
        height: 50px;
        margin: auto;
        float: none;
        background-color: transparent;
        background-repeat: no-repeat;
        text-align: center;
        font-size: 2rem;
        background-position: center;
        line-height: 50px;
        position: absolute;
        right: 0;
        left: 0;
    }

    .azkar .counterSection p {
        font-weight: normal;
        margin-bottom: 5px;
        width: 25%;
        float: left;
        margin-top: 16px;
        font-size: 0.8rem;
    }

    .azkar .circleIcon {
        font-size: 0px;
        border: 4px solid;
        color: #fff;
        border-radius: 8px;
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        position: relative;
        top: -7px;
        width: 14px;
        height: 14px;
    }
    /*******Talqeen Page******/
    div.meta-container div.song-title {
        text-align: center !important;
        color: #263238 !important;
        font-size: 20px !important;
        position: absolute;
        right: 0 !important;
        top: -35px;
    }

    .song-title .circleIcon {
        font-size: 0px;
        border: 4px solid;
        color: #fff;
        border-radius: 8px;
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        position: relative;
        top: -7px;
        width: 13px;
        height: 13px;
    }

    div.meta-container {
        top: 35px !important;
        padding: 15px 10px;
    }

    div.player {
        height: 115px;
    }

    .talqeenWrapper .tabCard h5 {
        font-size: 1rem;
        width: 100%;
    }

    progress.amplitude-song-played-progress {
        width: 57% !important;
    }
    /**inner sonan details**/
    .sonanDetailsWrapper .tabCard h5 {
        font-size: 1.2rem;
    }

    .sonanDetailsWrapper .tabCard p {
        font-size: 1rem;
        line-height: 30px;
    }

    .zekrDetails .counterSection {
        float: none;
        margin: auto;
        position: absolute;
        right: 0;
        left: 0;
        height: 166px;
        top: 0;
        background-color: transparent;
        margin-top: 80px;
    }

        .zekrDetails .counterSection:active, .zekrDetails .counterSection:hover {
            background: none !important;
        }

            .zekrDetails .counterSection:active button, .zekrDetails .counterSection:hover button, .zekrDetails .counterSection:active p, .zekrDetails .counterSection:hover p {
                color: #233654 !important;
            }

            .zekrDetails .counterSection .beZero, .zekrDetails .counterSection:active .beZero, .zekrDetails .counterSection:hover .beZero {
                color: #fff !important;
                display: inline-block !important;
            }

    .zekrDetails .sonanSection .tabCardControls {
        display: block;
    }
    /**search inner**/
    .searchWrapper .col-6 {
        max-width: 100%;
    }

    .searchInner {
        display: none;
    }

    .searchWrapper .card .card-header {
        font-size: 20px;
    }

    .searchWrapper .card .card-title {
        font-size: 1rem;
    }

    .searchWrapper .card-body p {
        font-size: 0.9rem;
    }

    .searchWord {
        font-size: 1rem;
    }

    .headerSearch .searchHere {
        display: block;
        top: 25px;
        height: 35px;
        max-width: 65.333333%;
        box-shadow: none;
        position: absolute;
        margin: auto;
        right: 0;
        left: 0;
    }

    .headerSearch .col-9 img, .headerSearch .mobileSearch, .unTimedSearchSonan, .timedSearchSonan {
        display: none;
    }

    .headerSearch .searchIcon {
        background: none;
    }

        .headerSearch .searchIcon img {
            top: 0;
        }

    .searchWrapper .card-header {
        padding: .3rem 1.25rem;
    }

    .searchWrapper .card-body {
        padding-bottom: 9px;
        padding-top: 9px;
    }

    .searchWrapper .abwabSearch {
        margin-top: 15px;
    }

        .searchWrapper .abwabSearch .circleIcon, .searchWrapper .sonanSearch .circleIcon, .searchWrapper .azkarSearch .circleIcon {
            border: 2px solid #233654;
            font-size: 0px;
            top: -8px;
            width: 10px;
            height: 10px;
        }

        .searchWrapper .abwabSearch:before, .searchWrapper .sonanSearch:before, .searchWrapper .azkarSearch:before {
            width: 5px;
        }

    .modal-content, .modal-dialog {
        min-height: 97%;
    }
    /**audio  in inner page**/
    .simpleAudioPlayer .controls .icon {
        top: 19px;
    }

    .simpleAudioPlayer .progressBar {
        width: 45%;
    }

    .simpleAudioPlayer .trackInfo .progressTime {
        left: 50px;
    }
    /****/
    .sonanDetailsWrapper .sonanSection .tabCardControls {
        display: block;
    }

    .tabCardSocials a {
        width: 45px;
        height: 50px;
    }

    .tabCardSocials {
        width: 215px;
    }
}


@media only screen and (max-width: 320px) {

    .carousel-caption h2 {
        font-size: 1.4rem;
    }

    .carousel-caption p {
        color: #e17a11;
        font-size: 1.1rem;
    }

    .carousel-caption h4 {
        font-size: 0.8rem;
    }

    .azkarSection div p {
        height: 94px;
    }

    .talqeenSection div p:nth-child(4) {
        font-size: 13px;
        margin-bottom: 15px;
    }

    .tempSonan div {
        top: 115px;
        max-width: 90.333333%;
    }

    .titleAndSlider {
        margin-bottom: 62px;
    }

    progress.amplitude-song-played-progress {
        width: 50% !important;
    }

    .modal-content, .modal-dialog {
        min-height: 93%;
    }

    .rightAboutUs {
        height: auto !important;
        min-height: 140px;
    }

    .aboutUsPage h4 {
        top: 215px;
    }

    .aboutUsPage p {
        margin-top: 0;
    }

    .tabCard h5 {
        width: 82%;
    }

    .simpleAudioPlayer .progressBar {
        width: 37%;
    }

    .talqeenWrapper .col-3 {
        max-width: 100%;
    }

    .mobileNavMenu ul li {
        width: 80%;
    }

    .modal-header {
        border-bottom: none;
        padding-top: 37px;
    }

    .modal-body h3 {
        font-size: 1rem;
        margin-bottom: 20px;
    }

    .form-group {
        margin-bottom: 0.5rem;
    }

    .sonanDetailsWrapper .tabCard p {
        text-align: justify;
    }

    .custom-control-label {
        font-size: 0.7rem;
    }

        .custom-control-label::after, .custom-control-label::before {
            left: 10px;
            riht: unset;
        }
}
