.time-list3 {
    margin-left: 0;
    margin-right: 0;
}
.time-list3 > li {
    padding: 10px 10px !important;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    min-height: 145px;
    flex: 0 0 20% !important;
    max-width: 20% !important;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
}
.time-list3 > li.error-li {
    width: 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.time-list3 > li span {
    display: block;
    width: 100%;
    text-align: center;
}
.time-list3 > li span.ntime {
    margin-bottom: 0;
}
.time-list3 > li span.ntime.jummah {
    margin-top: 0;
}
.time-list3 > li span.start-time.jummah-l:not(:first-child) {
    padding-top: 10px;
    border-top: 1px solid #465d4b;
    margin-top: 5px;
}
@media (min-width: 768px) {
    .time-list3 > li {
        padding: 10px 25px;
   }
}
@media (min-width: 1071px) {
    .time-list3li {
        flex: 0 0 16.66667% !important;
        max-width: 16.66667% !important;
   }
}
div#countdown-container {
    margin-top: -30px !important;
}
div#countdown-container #namaz-counter > p {
    font-size: 16px;
}
.prayer-times-floating {
    max-width: 300px;
    background-color: #fff;
    border-radius: 5px 0 0 5px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.08);
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 99999;
    overflow: hidden;
}
@media (min-width: 768px) {
    .prayer-times-floating {
        min-width: 340px;
   }
}
.prayer-times-floating .table {
    margin-bottom: 0;
}
.prayer-times-floating .table .tr-heading {
    background: #c6d1f3;
    font-weight: 600;
    text-transform: uppercase;
}
.prayer-times-floating .table td {
    width: 32%;
}
.prayer-times-floating.toggled {
    z-index: 9999999;
}
.prayer-times-head {
    padding: 10px 20px;
   /* text-align: center;
    */
    background: #3F51B5;
    display: flex;
    justify-content: space-between;
    cursor: pointer;
}
.prayer-times-head h3 {
    margin: 0;
    font-size: 20px;
    font-weight: 600;
    color:#fff;
}
.prayer-times-head h3 span {
    display: none;
}
.prayer-times-head.toggled h3 span {
    display: inline-block;
}
.prayer-times-head.toggled .prayer-times-toggle-icon i:before {
    content: '\f078';
}
.prayer-times-body {
    padding: 0;
    display: none;
    border-top: 1px solid #ddd;
}
.prayer-times-toggle-icon {
    width: 25px;
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #222;
    -webkit-border-radius: 0.2rem;
    -moz-border-radius: 0.2rem;
    border-radius: 0.2rem;
    color: #fff;
    margin-left: 20px;
}
.jummah-row {
    background-color: #ebf0ff;
}
.daily-namaz-row {
    background-color: #fff;
}
@media (max-width: 767px) {
    .time-wrap3.overlap245 {
        margin-top: -9.3125rem !important;
   }
    .time-wrap3.overlap245 .sec-title {
        margin-bottom: 1.8125rem;
   }
    .time-wrap3.overlap245 .sec-title-inner > h2 {
        font-size: 24px !important;
   }
    .time-wrap3.overlap245 div#countdown-container {
        margin-top: -15px !important;
   }
    .time-wrap3.overlap245 div#countdown-container #namaz-counter > p {
        padding: 0px 5px 0px 0;
   }
}
.jummah-time {
    color: #f7941e;
    display: flex;
    justify-content: center;
    padding: 10px 15px;
   /* display: inline-block;
    */
   /* min-width: 300px;
    */
   /* border-radius: 30px;
    */
    margin-top: 0px;
    z-index: 111;
    position: relative;
   /* margin: 0 auto;
    */
    text-align: center;
    align-self: center;
   /* margin-left: 319px;
    */
    top: -10px;
   /* box-shadow: 0 0 5px;
    */
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
}
.jummah-time-wrapper {
    background: #283b6f;
}
.jummah-time-wrapper .jummah-section-title {
    color: #fff;
    margin: 0;
    padding: 15px 0 30px 0;
    display: inline-block;
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
}
.jummah-time-wrapper .jummah-section-title:after {
    content: '';
    position: absolute;
    bottom: 18px;
    left: 0;
    right: 0;
    width: 100%;
    height: 2px;
    background: #fff;
}
.jummah-time-block {
    padding: 5px 10px;
   /* background: #fff;
    */
    line-height: 1;
    border-radius: 30px;
    padding-right: 30px;
    position: relative;
}
.jummah-time-block:after {
    content: "/";
    position: absolute;
    right: 8px;
    font-size: 32px;
    font-weight: 400;
    font-family: 'Montserrat', sans-serif;
    top: 50%;
    transform: translateY(-46%);
}
.jummah-time-block:last-child {
    padding-right: 0;
}
.jummah-time-block:last-child:after {
    display: none;
}
