@font-face {
    font-family: 'PT Sans Regular';
    src: url('../../fonts/PTSansRegular.ttf');
}

@font-face {
    font-family: 'PF Regal Swash Pro Regular';
    src: url('../../fonts/PFRegalSwashPro-Regular.otf');
}

body {
    font-family: 'PT Sans Regular';
    background-color: #f9f9f9;
}

.header {
    background-color: #00845f;
    color: #fff;
}

.top-header {
    padding: 15px 0;
    background-image: url(../images/bg-header.png);
    background-repeat: repeat-x;
    background-size: auto 100%;
}

.select-city {
    background-color: transparent;
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-bottom: 1px dashed #fff;
    margin-left: 7px;
    font-size: 16px;
    font-weight: 700;
    width: 60px;
}

.select-city option, .select-city optgroup {
    background: rgba(0, 132, 95, 0.8);
    color: #fff;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
}

.menu .navbar {
    margin-bottom: 0;
    min-height: auto;
}

.menu li a {
    color: #fff;
    font-weight: 700;
    line-height: 16px;
    white-space: nowrap;
    font-size: 16px;
}

.menu li a:hover,
.menu li a:focus {
    background-color: transparent;
    color: #fff;
}

.language {
    text-align: right;
    padding: 7px 0
}

.language a {
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    line-height: 20px;
    margin-left: 7px;
    cursor: pointer;
}

.language a.active,
.language a:hover {
    color: #e1cb17;
    text-decoration: underline;
}

.city-list {
    padding: 6px 15px;
}

.icon-down-arrows {
    width: 6px;
    height: 6px;
    background-image: url(../images/down-arrows.png);
    display: inline-block;
    margin-left: 5px;
}

.bottom-header {
    background-image: url(../images/bg-top.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 20px 0 25px 0;
    color: #fff;
}

.top-btns {
    text-align: right;
}

.top-btns button {
    height: 28px;
    border: 1px solid #ff0;
    background-color: #008482;
    color: #fff;
    padding: 0 20px;
    margin-bottom: 20px;
    margin-left: 15px;
}

.list-namaz-time {
    padding-left: 0;
    padding-top: 15px;
    padding-bottom: 15px;
}

.list-namaz-time li {
    list-style: none;
    text-align: center;
    display: table-cell;
    width: 1%;
    font-size: 21px;
    font-weight: 500;
    cursor: pointer;
    transition: all ease .4s;
}

.list-namaz-time li span {
    display: block;
}

.name-namaz {
    margin-top: 15px;
}

.list-namaz-time li:hover,
.list-namaz-time li.active {
    -ms-transform: scale(1.2);
    /* IE 9 */
    -webkit-transform: scale(1.2);
    /* Safari */
    transform: scale(1.2);
    /* Standard syntax */
}

.list-namaz-time li.active span.time-namaz {
    border: 1px solid #fc0;
}

.date-info {
    padding: 10px 15px;
}

.date-info p {
    font-size: 14px;
}

.icon-bar {
    background-color: #fff;
}

.logotype {
    width: 100px;
}

.content {
    background-color: #f9f9f9;
    padding: 20px 0;
    min-height: 568px;
}

.img-news-right {
    height: 154px;
    object-fit: cover;
}

.img-news img {
    width: 100%;
}

.img-news {
    margin-bottom: 43px;
    position: relative;
}

.big-img-news {
    position: relative
}

.big-img-news img {
    width: 100%;
    height: 351px;
    object-fit: cover;
}

.text-on-img {
    position: absolute;
    top: 50%;
    left: 40px;
    transform: translate(0, -50%);
    font-size: 18px;
    font-weight: 400;
    line-height: 20px;
    color: #fff;
}

.text-on-img button {
    height: 29px;
    background-color: #448ccb;
    border-radius: 1px;
    border: 2px solid transparent;
    padding: 0px 15px;
    transition: all ease .4s;
}

.text-on-img button:hover {
    border-color: #448ccb;
    color: #448ccb;
    background-color: #fff;
}

.text-min {
    display: block;
    font-size: 13px;
    color: #d1d3d6;
}

.text-on-img p {
    height: 65px;
    margin-bottom: 0;
}

.taharat-box {
    color: #fff;
    font-size: 21px;
    font-weight: 700;
    line-height: 20px;
    position: absolute;
    bottom: 40px;
    left: 40px;
}

.title-min-box {
    text-align: center;
    font-size: 21px;
    font-weight: 700;
    line-height: 20px;
}

.right-box-ayat {
    background-color: #fff;
    height: 350px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.66);
    padding: 15px 0;
}

.right-box-ayat > div {
    overflow: auto;
    height: 320px;
    padding: 0 20px;
    color: #424242;
}

.right-box-ayat > div::-webkit-scrollbar {
    width: 10px;
}

.right-box-ayat > div::-webkit-scrollbar-track {
    /*    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);*/
    background-color: #f4f4f4;
}

.right-box-ayat > div::-webkit-scrollbar-thumb {
    background-color: #ebebeb;
    outline: 1px solid slategrey;
}

.list-mashit {
        background-image: url(../images/bg-header.png);
    padding: 10px 15px;
}

.title-mashit {
    color: #fff;
    font-size: 21px;
}

.more-info-meshit a {
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    color: #fff;
    float: right;
}

.slider-meshit {
    background-color: #fff;
    height: 301px;
    overflow: hidden;
    padding: 62px 0;
}

.meshits {
    position: relative;
    text-align: center;
}

.name-meshit {
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    bottom: 0px;
    color: #fff;
    padding-bottom: 15px;
    padding-top: 15px;
    background-image: linear-gradient(to top, black 0%, transparent 100%);
    width: 177px;
}

.meshits img {
    width: 177px;
    height: 177px;
    object-fit: cover;
    margin: 0 auto;
}

.page-title {
    color: #363636;
    font-size: 24px;
    font-weight: 400;
    line-height: 20px;
    text-align: center;
}

.content-bottom-box {
    padding: 30px 0;
}

.data-list p {
    color: black;
    font-size: 15px;
    font-weight: 400;
    height: 126px;
    overflow: hidden;
    margin-bottom: 0;
}

.data-list h4 {
    font-size: 19px;
    font-weight: 700;
    text-align: center;
}

.data-list {
    height: 200px !important;
    background-color: white;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.66);
    padding: 10px 20px 20px 20px;
;
    margin: 10px 15px;
    overflow: hidden;
}

.slider-bottom {
    margin-top: 20px;
}

.slider-bottom .slick-next:before {
    content: url(../images/arrows-right.png);
}

.slider-bottom .slick-prev:before {
    content: url(../images/arrows-left.png);
}

.slider-bottom .slick-prev,
.slider-bottom .slick-next {
    z-index: 5;
}

.slider-bottom .slick-next {
    right: 0;
}

.slider-bottom .slick-list {
    width: 95%;
}

.footer {
    background-color: #131a17;
    padding: 30px 0;
    color: #fff;
    font-size: 12px;
}

.footer p {
    margin-bottom: 0;
}

.footer p a {
    color: #fff;
    text-decoration: underline;
}

.footer-text2 {
    text-align: right;
}

.list-more-data {
    height: 350px;
    background-color: white;
    border: 1px solid #4a8361;
    margin: 15px 0;
    overflow: hidden;
}

.list-more-data img {
    width: 100%;
    height: 195px;
    object-fit: cover;
}

.text-data {
    color: black;
    font-size: 13px;
    font-weight: 300;
    line-height: 17px;
    overflow: hidden;
    margin-bottom: 0;
    height: 100px;
}

.list-more-data h3 {
    color: black;
    font-size: 19px;
    font-weight: 700;
    margin-top: 0;
    height: 45px;
    overflow: hidden;
    margin-bottom: 10px;
    text-align: center;
}

.link-more-info {
    text-align: center;
    font-size: 19px;
    font-weight: 300;
    font-style: italic;
    line-height: 32px;
}

.link-more-info a {
    color: #4a8361;
}

.pagination li a {
    font-size: 16px;
    color: #3b7c78;
    font-size: 16px;
    font-weight: 700;
    background-color: transparent;
    border: 0;
}

.pagination li a:hover,
.pagination li a:focus {
    background-color: #eed849;
    border-radius: 4px;
}

.pagination li a img {
    width: 10px;
}

.title-tabs {
    font-size: 25px;
    font-weight: 400;
    line-height: 20px;
    border-bottom: 1px solid #b7b7b7;
    padding-bottom: 20px;
}

.content-tabs-box {
    font-size: 18px;
}

.fillter-category ul li {
    list-style: none;
    font-size: 18px;
    font-style: italic;
    cursor: pointer;
    border-bottom: 1px solid #ddd;
}
.fillter-category > ul > li span{
    display: block;
    background-image: url(../images/bg-header.png);
    color: #fff;
    padding: 3px 10px;
}
/*
.fillter-category > ul > li span:hover,
.fillter-category > ul > li span.active {
    color: #1085df;
    font-weight: 700;
}
*/

.fillter-category > ul > li span.active + .in-category {
    display: block;
    background: #ddd;
}

.fillter-category ul {
    padding-left: 0;
}

.in-category {
     padding: 10px 15px 10px 30px !important;
    display: none;
}
.in-category li{
        border-bottom: 1px dashed #126484;
}
.in-category li{
     list-style: disc !important;
}
.in-category li,
.in-category li:hover,
.in-category li.active {
    color: #126484;
}
.in-category a:hover{
    text-decoration: none;
}

.page-namaz {
    color: #363636;
    font-size: 18px;
    font-style: italic;
    line-height: 20px;
    padding: 20px 0;
}

.book-text {
    font-size: 17px;
    font-weight: 400;
    line-height: 20px;
}

.list-left-block {
    padding-left: 0;
    font-size: 18px;
    padding: 15px 0;
}

.list-left-block li {
    padding: 7px 0;
    list-style: none;
    line-height: 20px;
}

.left-box {
    background-color: #fcfdff;
}

.select-category select {
    background-color: #fcfdff;
    width: 100%;
    height: 40px;
    border: 0;
    padding: 0 10px;
    font-size: 16px;
}

.img-and-text > div {
    display: inline-block;
    vertical-align: middle;
}

.img-and-text {
    margin-bottom: 20px;
}

.img-and-text > div img {
    padding-right: 15px;
}

.text-sure {
    padding: 3% 15%;
}

.text-sure li {
    list-style: none;
}

.text-arab {
    font-size: 38px;
    line-height: 45px;
    margin-bottom: 40px;
}

.img-namaz {
    width: 250px;
    height: 350px;
    object-fit: contain;
    max-width: 100%;
    border: 3px solid #fff;
}

.sure-box {
    height: 350px;
    overflow: auto;
}

.tab-link li {
    border: 0;
}

.link-next-page a {
    color: #00845f;
    font-size: 15px;
}

.link-next-page {
    text-align: right;
}

.tab-link li a {
    color: #000;
    font-size: 15px;
    margin-right: 0;
    padding: 8px 30px
}

.tab-link li.active a,
.tab-link li.active a:hover,
.tab-link li.active a:focus {
    border-radius: 0;
    border: 0px;
    font-weight: 600;
    color: #fff;
    background-image:url(../images/bg-header.png);
}

.tab-link {
    border: 0;
}

.tab-link li a:hover {
    color: #1085df;
}

.tab-link li a,
.tab-link li a:hover {
    border: 1px solid transparent;
    background-color: transparent;
}

.about_content {
    background-color: #eee;
    padding: 15px;
}

.audio-box audio {
    width: 100%;
    margin: 15px auto;
}

.sure-box p span {
    display: block;
}

.list-sure {
    background-color: #fff;
    /*    background-color: rgba(0, 252, 181, 0.13);*/
    /*    border: 1px solid #00845f;*/
    padding: 15px;
    font-size: 16px;
    margin-bottom: 15px;
    margin-top: 25px;
}

.block-sure {
    border: 1px solid #00845f;
}

.block-sure .col-md-4 {
    padding: 0;
}

.arrows-right {
    background-image: url(../images/right-arrow.png);
    width: 16px;
    height: 16px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
    margin-right: 5px;
}

.top-text {
    font-size: 16px;
}

.audio-sure {
    padding: 15px 0;
}

.audio-sure audio {
    width: 85%;
}

.down-audio {
    float: right;
}

.down-audio a {
    color: #5a5a5a;
}

.icon-down {
    width: 16px;
    height: 16px;
    display: inline-block;
    background-image: url(../images/download.png);
    vertical-align: middle;
    margin-right: 5px;
}

.duga-box {
    margin-bottom: 30px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 30px;
}

.duga-box:last-child {
    border: 0;
}

.main-serch {
    margin: 15px auto;
    width: 60%;
    position: relative;
}

.main-serch input[type="text"] {
    width: 100%;
    height: 35px;
    padding: 0 45px 0 15px;
    outline: none;
    border: 1px solid #fc0;
    background-color: transparent;
    font-size: 16px;
}

.main-serch input[type="submit"] {
    position: absolute;
    top: 0;
    right: 0;
    height: 35px;
    width: 35px;
    outline: none;
    background-color: #fc0;
    border: 0;
    background-image: url(../images/search.png);
    background-repeat: no-repeat;
    background-position: center;
}

.icons-t {
    width: 16px;
    height: 16px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 2px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
}

.top_news {
    border: 1px solid #ddd;
    padding: 10px;
    margin-bottom: 14px;
}

.top_news span {
    margin-right: 25px;
    color: #000;
    font-weight: 500;
    font-size: 15px;
}

.icon-auther {
    background-image: url(../images/author.png);
}

.icon-date {
    background-image: url(../images/calendar_b.png);
}

.icon-link {
    background-image: url(../images/source.png);
}

.icon-view {
    background-image: url(../images/eye_b.png);
}

.icon-comment {
    background-image: url(../images/comment.png);
}

.link-bottom ul {
    font-size: 16px;
    padding-left: 0;
}

.link-bottom ul li {
    list-style: none;
    margin-bottom: 3px;
}

.add-comment input {
    width: 49.5%;
    height: 35px;
    padding: 0 15px;
    border: 1px solid #ddd;
    border-radius: 3px;
    margin-bottom: 15px;
    outline: none;
}

.add-comment input[type="submit"] {
    float: right;
    background-color: #008a88;
    color: #fff;
}

.box-comments {
    width: 70%;
    margin-bottom: 40px;
}

.add-comment textarea {
    width: 100%;
    display: block;
    min-height: 120px;
    padding: 10px 15px;
    outline: none;
    margin-bottom: 15px;
    border: 1px solid #ddd;
    border-radius: 3px;
}

.img-comments {
    float: left;
}

.img-comments img {
    width: 50px;
    height: 50px;
    object-fit: cover;
    border-radius: 50%;
}

.text-commnets {
    margin-left: 65px;
}

.btn-ask-comment {
    float: right;
    background-color: #008a88;
    color: #fff;
    border: 0;
    padding: 3px 15px;
    min-width: 100px;
    border-radius: 3px;
}

.item-comment {
    border-top: 1px solid #ddd;
    padding: 15px 5px;
}

.item-comment-admin {
    background: rgba(0, 138, 136, 0.17);
}

.ask-commnet {
    margin-left: 50px;
}

.fullstoryBottom {
    margin-top: 25px;
}

.text-commnets h4 {
    font-weight: 500;
    margin-top: 0;
    color: #008a88;
}

.type-namaz {
    padding-left: 0;
}

.type-namaz li {
    list-style: none;
    margin-bottom: 10px;
}

.list-namaz {
    margin-top: 30px;
    font-size: 16px;
}

.type-namaz li.active a {
    color: #1085df;
}

.type-namaz li a {
    color: #333;
}

.box .top:before {
    content: url(../images/white-drop.png);
    margin-left: -35px;
    margin-right: 20px;
}
.box .top {
    background-color: #008986;
    color: #fff;
    padding: 13px 15px 13px 65px;
    font-size: 18px;
    cursor: pointer;
    background-image:url(../images/bg-header.png);
    background-repeat:repeat;
}

.box {
    margin-bottom: 15px;
}

.box .bottom {
    display: none;
}

.select-namaz-xs {
    display: none;
}

img {
    max-width: 100%;
}

.text-wrap2 {
    padding: 10px;
}

.text-wrap2 h5 {
    font-size: 15px;
    color: #000;
    max-height: 48px;
    overflow: hidden;
    margin-top: 0;
}

.main-content {
    position: relative;
}

.right-icons {
    position: absolute;
    top: 44%;
    width: 50px;
    left: 90%;
}

.right-icons a img {
    margin-bottom: 10px;
}

.affix {
    top: 0;
    width: 100%;
    background-image: url(../images/bg-header.png);
    background-repeat: repeat;
    /*    background-size: auto 100%;*/
    z-index: 1000;
    left: 0;
}

.affix .list-namaz-time li {
    font-size: 18px;
}

.affix .list-namaz-time {
    max-width: 900px;
    margin: 0px auto;
}

.affix .name-namaz {
    margin-top: 10px;
}

.back-to-top {
    cursor: pointer;
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none;
    border-radius: 100%;
    z-index: 1000;
}
.date-now{
    border-bottom: 1px dashed #fff;
}
.name-namaz-t > span > img{
    margin-left: 5px;
}
@media (min-width:1300px) {
    .container {
        width: 1270px
    }
}
@media (min-width:767px) {
    .fillter-category{
        padding-left: 0;
    }
}
@media (max-width:1200px) {
    .menu {
        position: absolute;
        right: 0px;
        top: 8px;
        padding: 0;
        z-index: 3;
        width: 100%;
    }
    .navbar-collapse {
        background-color: #008683;
    }
    .top-header {
        position: relative;
    }
    .language {
        padding-right: 45px;
    }
    .menu > .row {
        margin: 0;
    }
    .menu .navbar-toggle {
        margin-right: 5px;
    }
    .right-box-ayat,
    .slider-meshit {
        margin-bottom: 30px;
    }
    .main-serch {
        width: 100%;
    }
    .box-comments {
        width: 100%;
    }
}

@media (max-width:992px) {
    .date-info p {
        font-size: 12px;
    }
    .list-namaz-time li {
        font-size: 16px;
        padding: 0 7px;
    }
    .list-namaz-time {
        margin: 0 -15px;
    }
}

@media (max-width:767px) {
    .select-city {
        font-size: 14px;
    }
    .language span {
        font-size: 12px;
    }
    .name-namaz {
        margin-top: 6px;
    }
    .list-namaz-time li {
        font-size: 12px;
    }
    .logotype {
        width: 70px;
    }
    .big-img-news img {
        height: 250px;
        margin-bottom: 30px;
    }
    .slider-bottom .slick-list {
        width: 92%;
    }
    .footer p,
    .footer-text2 {
        text-align: center;
        margin-bottom: 10px;
    }
    .page-namaz {
        font-size: 14px;
    }
    .text-arab {
        font-size: 16px;
    }
    .tab-link li {
        width: 25%;
        text-align: center;
    }
    .sure-box {
        height: auto;
        overflow: inherit;
    }
    .link-next-page a {
        font-size: 14px;
    }
    .tab-link li a {
        padding: 10px;
        font-size: 13px;
    }
    .select-namaz-xs {
        display: block;
        width: 100%;
        border: 1px solid #ddd;
        padding: 10px;
    }
    .type-namaz {
        display: none;
    }
    .list-namaz {
        margin-top: 0;
    }
    .affix .list-namaz-time li {
        font-size: 12px;
    }
    .affix .list-namaz-time {
        padding: 6px;
    }
    .affix .name-namaz {
        margin-top: 6px;
    }
}

@media (max-width:319px) {
    .select-city {
        font-size: 12px;
    }
    .language span {
        font-size: 10px;
    }
}

/*styles git ignore*/

.select-day,
.select-month {
    width: 38.5%;
    height: 40px;
    border: 1px solid #000;
    font-size: 16px;
    margin-bottom: 10px;
    color: #6f6f6f;
}

.select-year,
.select-holiday-year {
    width: 20%;
    height: 40px;
    border: 1px solid #000;
    font-size: 16px;
    margin-bottom: 10px;
    color: #6f6f6f;
}

.holiday-name {
    width: 78.5%;
    height: 40px;
    border: 1px solid #000;
    font-size: 16px;
    margin-bottom: 10px;
    color: #6f6f6f;
}

.add-comment input[type="submit"] {
    margin-top: 10px;
}

.breadcrumb {
    background-color: transparent;
    padding: 0;
}

.breadcrumb li a {
    color: #000;
    font-size: 16px;
}

.block {
    border: 1px solid #ccc;
    padding: 30px ;
    margin-bottom: 10px;
}

.namaz_correct.col-md-1
{
    padding: 0;
    margin-right: 10px;
}

.font-size label {
    font-size: 17px;
}

.map-body {
    background: rgba(37, 193, 3, 0.08);
}

.drop-down-li ul, .drop-down-li li a {
    background: url(../images/bg-header.png);
}