/* .container-fluid {
    padding-left: 0;
    padding-right: 0;

} */

.body {
    position: relative;
}

a:hover {
    text-decoration: none;
}

.top-head {
    padding: 5px 22px;
    display: flex;
    align-items: center;
    border-bottom: 0.5px solid #BCBCBC;
}

a, button {
    cursor: pointer;
}

.mt--5{
    margin-top: -5px;
}

.mr-10{
    margin-right: 10px;
}

.logo {
    max-width: 324px;
    margin-right: 18px;
}

.logo-wrap {
    display: flex;
    align-items: center;
}

.language_drpdwn {
    display: none;
}

.language_drpdwn .btn {
    background-color: transparent;
    border: none;
    color: #848484;
}

.language_drpdwn .btn:focus {
    box-shadow: none;
}

.language_drpdwn .btn:after {
    border: 0;
    background: url(../images/lang-arrw.png) no-repeat;
    width: 8px;
    height: 4px;
    background-size: cover;
    vertical-align: 0.155em;
    margin-left: 0.155em;
}

.right-header {
    width: 91%;
    text-align: right;
}

.right-header ul {
    margin-bottom: 0;
}

.right-header ul li {
    list-style: none;
    width: 100%;
    display: inline;
    margin-right: 20px;
}

.right-header ul li span {
    position: relative;
}

.right-header ul li .search:after {
    background: url(../images/search.png) no-repeat;
    width: 17px;
    height: 17px;
    background-size: cover;
    content: '';
    position: absolute;
    left: 16px;
    bottom: 0;
    top: 0;
    margin: auto;
}

.search input {
    padding: 13px 15px 14px 40px;
    width: 100%;
    max-width: 290px;
    border: 1px solid #EFEFEF;
    transition: all 0.3s;
    font: 500 16px 'Raleway';
    color: #818181;
}

.search input:focus {
    outline: none;
    border: 1px solid #585858;
    transition: all 0.3s;
}

.right-header ul li:first-child {
    margin-right: 40px;
}

.right-header ul li a:hover {
    text-decoration: none;
}

.notification a:after {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    background-color: #ef1255;
    border-radius: 50px;
    top: 4px;
    right: 1px;
}

.notification a {
    position: relative;
}

.more a {
    color: #3D3D3D;
    font: 500 14px 'Raleway';
}

.me a {
    color: #3D3D3D;
    font: 500 14px 'Raleway';
    position: relative;
    padding-left: 18px;
}

.me a:before {
    background: url(../images/user.png) no-repeat;
    background-size: cover;
    width: 12px;
    height: 12px;
    position: absolute;
    content: '';
    top: 1px;
    left: 0;
    margin: auto;
}

.login a {
    color: #EF1255;
    font: 500 14px 'Raleway';
}

.sign_up a {
    color: #fff;
    font: 500 14px 'Raleway';
    background-color: #EF1255;
    padding: 9px 20px;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: box-shadow;
    transition-property: box-shadow;
}

.sign_up a:hover {
    box-shadow: 0 10px 10px -10px rgba(39, 4, 15, 0.35);
    text-decoration: none;
}

.more-links {
    position: absolute;
    left: 0;
    width: 140px;
    max-width: 200px;
    display: flex;
    flex-direction: column;
    text-align: left;
    background-color: #ffff;
    box-shadow: 0 10px 10px -10px rgba(39, 4, 15, 0.35);
    border: 1px solid #ccc;
    padding: 10px;
    display: none;
    z-index: 999;
}

.more-links a {
    font: 500 12px/20px 'Raleway';
    padding: 2px 0px;
    transition: all 0.3s;
}

.more-links a:hover, .more-links a.active {
    color: #EF1255;
    transition: all 0.3s;
}

.more img {
    margin-left: 5px;
}

.more {
    position: relative;
}

.more a:focus + .more-links, .more-links:hover {
    display: flex;
    transition: all 0.3s;
}

.main-tabs {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 160px;
}

.tab-pill a {
    position: relative;
    padding-left: 25px;
    font: 600 16px 'Raleway';
    color: #585858;
}

.tab-pill a:before {
    content: '';
    position: absolute;
    width: 19px;
    height: 18px;
    background-size: contain;
    left: 0;
    top: 1px;
    background-repeat: no-repeat;
    /* transition: all 0.3s; */
}

.home:before {
    background-image: url(../images/home.png);
}

.tab-pill:hover > .home:before, .tab-pill.active > .home:before {
    background-image: url(../images/home_hover.png);
    transition: all 0.3s;
}

.videos:before {
    background-image: url(../images/videos.png);
}

.tab-pill:hover > .videos:before, .tab-pill.active > .videos:before {
    background-image: url(../images/video_hover.png);
    transition: all 0.3s;
}

.events:before {
    background-image: url(../images/event.png);
}

.tab-pill:hover > .events:before, .tab-pill.active > .events:before {
    background-image: url(../images/event_hover.png);
    transition: all 0.3s;
}

.blogs:before {
    background-image: url(../images/blogs.png);
}

.tab-pill:hover > .blogs:before, .tab-pill.active > .blogs:before {
    background-image: url(../images/blogs_hover.png);
    transition: all 0.3s;
}

.prayer-request:before {
    background-image: url(../images/about-icon.svg);
}

.tab-pill:hover > .morelinks-container > .prayer-request:before, .tab-pill.active >.morelinks-container > .prayer-request:before {
    background-image: url(../images/about-icon_hover.svg);
}

.tab-pill {
    position: relative;
}

.tab-pill:after {
    display: none;
    content: '';
    position: absolute;
    width: 80%;
    height: 2px;
    background-color: #EF1255;
    left: 0;
    bottom: 0;
    right: 0;
    margin: 0 auto;
}

.tab-pill:hover:after, .tab-pill.active:after {
    display: block;
}

.tab-pill:hover:after {
    display: block;
}

.tab-pill:hover>a , .tab-pill.active>a , .tab-pill.active > .morelinks-container > a, .tab-pill:hover .morelinks-container > a, .tab-pill .morelinks > a:hover{
    text-decoration: none;
    color: #EF1255;
    transition: all 0.3s;
}

.tab-pill .morelinks > a{
    padding:0;
    margin-bottom: 15px;
}

.tab-pill .morelinks > a:last-child{
    margin-bottom: 0;
}

.tab-pill .morelinks > a:hover{
    cursor:pointer;
}

.tab-pill{
    position: relative;
}

.morelinks {
    position: absolute;
    left: 0;
    top:100%;
    width: 100%;
    min-width:170px;
    display: flex;
    flex-direction: column;
    text-align: left;
    background-color: #ffff;
    box-shadow: 0 10px 10px -10px rgba(39, 4, 15, 0.35);
    border: 1px solid #ccc;
    padding: 20px;
    display: none;
    z-index: 999;
}

.tab-pill:hover .morelinks{
    display: flex;
}
.tab-pill {
    flex: 1;
    text-align: center;
    padding: 20px 0;
    cursor: pointer;
}

.tab-pill .prayer-request:before {
    width: 27px;
    height: 18px;
}

.tab-pill .prayer-request {
    padding-left: 33px;
}

.banner-main {
    background-color: #1B212D;
    border-radius: 0px 0px 0px 100px;
    padding: 52px 0;
    margin-bottom: 80px;
}

h1 {
    font: 300 45px 'Raleway';
    color: #FFFFFF;
    text-transform: uppercase;
}

.banner-text h1 {
    margin-bottom: 55px;
}

.sub-texts p {
    font: 500 18px/21px "Raleway";
    color: #FFFFFF;
}

.be-christ p {
    font: 300 18px/18px "Raleway";
    color: #fff;
    position: relative;
    padding-left: 11px;
    margin-bottom: 0;
    display: flex;
    align-items: center;
}

.be-christ p span {
    color: #EF1758;
    font: 700 18px/21px "Raleway";
    text-transform: uppercase;
}

.be-christ p:before {
    content: '';
    position: absolute;
    width: 4px;
    height: 28px;
    background-color: #fff;
    left: 0;
}

.banner-text-wrap {
    padding-top: 64px;
    padding-left: 40px;
}

#owl .item img {
    display: block;
    /*width: auto;*/
    height: 100%;
    min-height: 470px;
    object-fit: cover;
}

.owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: -38px !important;
    text-align: right;
}

.banner-carousel .owl-stage-outer {
    z-index: -1;
}

.owl-theme .owl-dots .owl-dot span {
    background: #888888 !important;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #ef1255 !important;
}

.banner-carousel .owl-carousel {
    position: relative;
}

.banner-carousel .owl-carousel:before {
    content: '';
    position: absolute;
    background: url(../images/dots.svg) no-repeat;
    width: 149px;
    height: 137px;
    left: -60px;
    z-index: -1;
    bottom: 100px;
}

.banner-carousel .item {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    max-height: 470px;
    width: 100%;
}

.banner-detail-wrap {
    position: absolute;
    color: #fff;
    background-color: #09090991;
    padding: 40px 45px;
    max-width: 610px;
}

#owl .banner-action a img {
    width: 14px;
    height: 15px;
    min-height: 16px;
    float: left;
    margin-right: 10px;
    object-fit: contain;
}

.owl-carousel {
    display: -webkit-box;
    display: flex;
}

.owl-carousel .owl-item {
    display: -webkit-box;
    display: flex;
    -webkit-box-flex: 1;
    flex: 1 0 auto;
}

.highlight {
    text-align: right;
    margin-bottom: 17px;
}

.highlight span {
    font: 700 18px/21px "Raleway";
    letter-spacing: 2.83px;
    background-color: #EF1758;
    padding: 10px 32px;
}

.detail-head h3 {
    font: 700 46px/54px "Raleway";
    margin-bottom: 27px;
}

.banner-mini-detail ul {
    display: flex;
    align-items: center;
    list-style: none;
    font: 500 18px/21px Raleway;
    padding: 0;
    margin-bottom: 32px;
}

.banner-mini-detail li {
    margin-right: 8px;
}

.banner-mini-detail li:nth-child(even) {
    color: #ef1255;
}

.banner-action a {
    display: flex;
    float: left;
    background-color: #EF1758;
    align-items: center;
    padding: 12px 37px;
    color: #fff;
    font: 500 18px/21px Raleway;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: box-shadow;
    transition-property: box-shadow;
}

.banner-action a:hover {
    text-decoration: none;
    box-shadow: 0 10px 10px -10px rgba(39, 4, 15, 0.35);
    background-color: #ff3270;
}

/* mobile screen nav */

.container .header {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    padding-top: 2px;
    z-index: 9999;
}

.content {
    padding: 40px 5% 20px;
    text-align: justify;
    max-height: 100%;
    color: #333;
    overflow-y: scroll;
}

.content img {
    width: 100%;
    position: relative;
    display: block;
    margin: 40px auto 30px;
}

.mobile_logo {
    float: left;
    max-width: 240px;
}

/* End container/placeholder */

/* Menu Header */

.header {
    background: #fff;
    overflow: hidden;
    height: 70px;
    width: 100%;
    z-index: 9;
    position: fixed;
    transition: all 0.4s ease-out, background 1s ease-out;
}

.header.menu-open {
    height: 100%;
    background: #fff;
    transition: all 0.45s ease-out, background 0.8s ease-out;
    overflow-y: scroll;
}

/* Menu List items */

.mobile-nav {
    display: none;
}

.mobile-menu {
    clear: both;
    /*overflow: scroll;*/
}

.header ul.menu {
    position: relative;
    display: block;
    padding: 0px 15px 0;
    list-style: none;
}

.header ul.menu li.menu-item a {
    display: block;
    position: relative;
    color: #000;
    text-decoration: none;
    font-size: 16px;
    line-height: 2.8;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
}

.header ul.menu li.menu-item {
    border-bottom: 1px solid #333;
    margin-top: 5px;
    opacity: 0;
    transition: opacity 0.6s cubic-bezier(0.4, 0.01, 0.165, 0.99), -webkit-transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    transition: transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99), opacity 0.6s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    transition: transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99), opacity 0.6s cubic-bezier(0.4, 0.01, 0.165, 0.99), -webkit-transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99);
}

/* .header ul.menu li.menu-item:nth-child(1) {
	transition-delay: 0.5s;
}
.header ul.menu li.menu-item:nth-child(2) {
	transition-delay: 0.45s;
}
.header ul.menu li.menu-item:nth-child(3) {
	transition-delay: 0.4s;
}
.header ul.menu li.menu-item:nth-child(4) {
	transition-delay: 0.35s;
}
.header ul.menu li.menu-item:nth-child(5) {
	transition-delay: 0.3s;
}
.header ul.menu li.menu-item:nth-child(6) {
	transition-delay: 0.25s;
}
.header ul.menu li.menu-item:nth-child(7) {
	transition-delay: 0.2s;
}
.header ul.menu li.menu-item:nth-child(8) {
	transition-delay: 0.15s;
}
.header ul.menu li.menu-item:nth-child(9) {
	transition-delay: 0.1s;
}
.header ul.menu li.menu-item:nth-child(10) {
	transition-delay: 0.05s;
} */

.header.menu-open ul.menu li.menu-item {
    opacity: 1;
    background-color: #f7f6f6;
    padding-left: 15px;
    border-radius: 0px;
    margin: 10px 0;
    border-bottom: 1px solid #ef1758;
}

.owl-carousel .owl-stage {
    display: -webkit-box;
    display: flex;
}

.owl-carousel .owl-item {
    display: -webkit-box;
    display: flex;
    -webkit-box-flex: 1;
    flex: 1 0 auto;
}

/* Menu Icon */

.icon-container {
    position: relative;
    display: inline-block;
    z-index: 2;
    float: right;
    /* Simply change property to float left to switch icon side :) */
    height: 70px;
    width: 55px;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    transition: all 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
}

.icon-container #menuicon {
    width: 20px;
    height: 10px;
    position: relative;
    display: block;
    margin: -4px auto 0;
    top: 50%;
}

#menuicon .bar {
    width: 100%;
    height: 1px;
    display: block;
    position: relative;
    background: #000;
    transition: all 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
}

#menuicon .bar.bar1 {
    -webkit-transform: translateY(0px) rotate(0deg);
    transform: translateY(0px) rotate(0deg);
}

#menuicon .bar.bar2 {
    -webkit-transform: translateY(6px) rotate(0deg);
    transform: translateY(6px) rotate(0deg);
}

.menu-open .icon-container {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.menu-open .icon-container #menuicon .bar {
    transition: all 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    transition-delay: 0.1s;
}

.menu-open .icon-container #menuicon .bar.bar1 {
    -webkit-transform: translateY(4px) rotate(45deg);
    transform: translateY(4px) rotate(45deg);
}

.menu-open .icon-container #menuicon .bar.bar2 {
    -webkit-transform: translateY(3px) rotate(-45deg);
    transform: translateY(3px) rotate(-45deg);
}

.mobile-nav {
    margin-bottom: 70px;
}

/* Menu List items */

.pad-38 {
    padding: 0 38px;
}

.eyebrow-head {
    color: #EF1758;
    text-transform: uppercase;
    font: 500 16px/21px 'Raleway';
    margin-bottom: 0;
}

.about-text-wrap h3 {
    color: #4D4D4D;
    font: bold 38px 'Raleway';
    margin-bottom: 18px;
}

.about-us-text {
    color: #4D4D4D;
    font: 400 16px/28px 'Raleway';
    margin-bottom: 16px;
}

.highlgt-head {
    color: #1B212D;
    font: 500 18px 'Raleway';
}

.highlight-text {
    color: #1B212D;
    font: bold 16px 'Raleway';
}

.aboutus-wrapper {
    max-width: 490px;
}

.aboutus-wrapper {
    position: relative;
}

.aboutus-wrapper:before {
    content: '';
    background: url(../images/dots2.svg) no-repeat;
    position: absolute;
    width: 100%;
    max-width: 149px;
    z-index: -1;
    height: 137px;
    bottom: -52px;
    left: -58px;
}

.about-pseudo {
    position: relative;
}

.about-pseudo:after {
    content: '';
    background: url(../images/rectangle.svg) no-repeat;
    position: absolute;
    width: 100%;
    max-width: 432px;
    height: 100%;
    right: 0;
    z-index: -1;
    bottom: 0;
}

.owl-nav button, .owl-nav_recent button {
    position: absolute;
    top: 50%;
    background-color: #000;
    color: #fff;
    margin: 0;
    transition: all 0.3s ease-in-out;
}

.owl-nav button.owl-prev, .owl-nav_recent button.owl-prev {
    left: 0;
}

.owl-nav button.owl-next, .owl-nav_recent button.owl-next {
    right: 0;
}

.owl-dots {
    text-align: center;
    padding-top: 15px;
}

.owl-dots button.owl-dot {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    display: inline-block;
    background: #ccc;
    margin: 0 3px;
}

.owl-dots button.owl-dot.active {
    background-color: #000;
}

.owl-dots button.owl-dot:focus {
    outline: none;
}

.owl-nav button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.38) !important;
}

.owl-nav span {
    font-size: 70px;
    position: relative;
    top: -5px;
}

.owl-nav button:focus {
    outline: none;
}

.owl-common .item img {
    display: block;
    /*width: auto;*/
    height: 100%;
    max-height: 174px;
    object-fit: cover;
}

.owl-common .item-wrap {
    /* max-height: 174px; */
    position: relative;
    min-height: 100px;
}

.m-bot80 {
    margin-bottom: 80px;
}

.main-content, .main-content_recent, .main-content_pe {
    position: relative;
}

.main-content .owl-theme .custom-nav, .main-content_recent .owl-theme .custom-nav_recent, .main-content_pe .owl-theme .custom-nav_pe {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin-top: 0;
    height: 100%;
}

.main-content .owl-theme .custom-nav .owl-prev, .main-content .owl-theme .custom-nav .owl-next, .main-content_recent .owl-theme .custom-nav_recent .owl-prev, .main-content_recent .owl-theme .custom-nav_recent .owl-next, .main-content_pe .owl-theme .custom-nav_pe .owl-prev, .main-content_pe .owl-theme .custom-nav_pe .owl-next {
    position: absolute;
    height: 100%;
    color: inherit;
    background: none;
    border: 1px solid #ECECEC;
    z-index: 100;
    padding: 0 4px;
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #fff;
    border-radius: 0;
}

.main-content .owl-theme .custom-nav .owl-prev i, .main-content .owl-theme .custom-nav .owl-next i, .main-content_recent .owl-theme .custom-nav_recent .owl-prev i, .main-content_recent .owl-theme .custom-nav_recent .owl-next i, .main-content_pe .owl-theme .custom-nav_pe .owl-prev i, .main-content_pe .owl-theme .custom-nav_pe .owl-next i {
    font-size: 2.5rem;
    color: #cecece;
}

.main-content .owl-theme .custom-nav .owl-prev, .main-content_recent .owl-theme .custom-nav_recent .owl-prev, .main-content_pe .owl-theme .custom-nav_pe .owl-prev {
    left: 0;
}

.main-content .owl-theme .custom-nav .owl-next, .main-content_recent .owl-theme .custom-nav_recent .owl-next, .main-content_pe .owl-theme .custom-nav_pe .owl-next {
    right: 0;
}

.owl-theme .owl-nav [class*='owl-']:hover {
    background: #fff !important;
}

.custom-nav img, .custom-nav_recent img {
    margin-bottom: 9px;
}

.custom-nav p, .custom-nav_recent p {
    margin-bottom: 0;
    color: #000;
    font: 600 12px 'Raleway';
}

.date-dur-post {
    position: absolute;
    top: 13px;
    left: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.date-dur-post span:first-child {
    color: #1B212D;
    font: 600 18px 'Raleway';
    background-color: #ffffffd1;
    padding: 4px 14px;
}

.date-dur-post span:last-child {
    background-color: #161616;
    color: #fff;
    font: 400 12px 'Raleway';
    padding: 7px 9px;
    border-radius: 3px;
    margin-right: 10px;
    margin-left: auto;
    /* Added  on 13 - 3 - 2020 */
}

.play-fav {
    position: absolute;
    bottom: 0px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding-left: 13px;
    padding-bottom: 13px;
    padding-right: 13px;
}

.owl-common .play-fav span .video-play__img {
    width: 42px;
    height: 42px;
    min-height: 42px;
}

.owl-common .play-fav a .fav {
    width: 22px;
    height: 19px;
    min-height: 19px;
}

.owl-common .play-fav a .fav-selected {
    width: 21px;
    height: 19px;
    min-height: 19px;
    display: none;
}

.owl-common .play-fav .fav-done .fav {
    display: none;
}

.owl-common .play-fav .fav-done .fav-selected {
    display: block;
}

.post-slidr__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 53px;
    margin-bottom: 25px;
}

.slider_header h2 {
    color: #1B212D;
    font: 800 38px 'Raleway';
    margin-bottom: 0;
}

.see-all a {
    color: #F72967;
    text-transform: uppercase;
    font: 600 16px 'Raleway';
}

.post-name {
    color: #262626;
    font: bold 18px 'Raleway';
    margin-bottom: 0;
    margin-top: 12px;
    margin-left: 13px;
}

.post-activity {
    color: #262626;
    font: bold 16px 'Raleway';
    margin-bottom: 5px;
    margin-top: 12px;
    margin-left: 13px;
}

.post_head {
    color: #262626;
    margin-left: 13px;
    margin-bottom: 0;
    font: 500 14px 'Raleway';
}

.verse-wrap_main {
    position: relative;
    max-height: 656px;
    margin: 27px 0;
    height: 100%;
}

.verse-wrap img {
    height: 100%;
}

.verse-wrap {
    height: 100%;
    max-height: 630px;
}

.verse-wrap_main:after {
    content: '';
    position: absolute;
    background: url(../images/verse-rectangle.svg) no-repeat;
    left: -100px;
    max-width: 451px;
    width: 100%;
    top: 0;
    bottom: 0;
    background-position: center;
    background-size: contain;
    z-index: -1;
    margin: -45px 0;
}

.verseoftheday {
    padding-left: 60px;
    margin-top: 28px;
    box-shadow: 0px 17px 33px #0000000F;
    margin-right: 53px;
    padding-top: 65px;
    padding-bottom: 43px;
    height: 100%;
    max-height: 630px;
}

.verseoftheday_logo {
    width: 134px;
    height: 96px;
    margin-bottom: 20px;
}

.commonheight_400 {
    min-height: 400px;
}

.mh-400 {
    min-height: 400px;
}

.verseday_head p {
    color: #EF1758;
    font: 800 55px 'Raleway';
    margin-bottom: 68px;
}

.verse p {
    color: #4D4D4D;
    font: 500 18px/28px 'Raleway';
    padding-right: 20px;
}

.verse span {
    color: #3D3D3D;
    font: bold 18px 'Raleway';
}

.verse {
    margin-bottom: 12px;
}

.verse-share {
    display: flex;
    justify-content: flex-end;
}

.verse-share a {
    background-color: #f5f5f5;
    padding: 18px 47px;
    color: #3D3D3D;
    font: 600 16px 'Raleway';
}

.verseday_head {
    position: relative;
}

/* .verseday_head:after {
    content: '';
    position: absolute;
    background: url(../images/verse_arrow.svg) no-repeat;
    width: 62px;
    height: 112px;
    top: 12px;
    right: 3px;
    background-size: contain;
} */

.owl-common .item {
    position: relative;
    background-color: #fff;
    padding-bottom: 10px;
    border: 1px solid #efeeee;
    width: 100%;
}

.post-detail {
    position: absolute;
    bottom: 0;
}

.gray-bg {
    background-color: #F8F8F8;
    padding: 50px 0;
}

.blog-image {
    height: 273px;
    margin-bottom: 15px;
}

.blog-image img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.blog-type p {
    font: 600 14px 'Raleway';
    margin-bottom: 14px;
}

.color_pink {
    color: #F72967;
}

.color_blue {
    color: #1D59B2;
}

.color_9729f7 {
    color: #9729F7;
}

.blog-header p {
    color: #4D4D4D;
    font: bold 16px 'Raleway';
    margin-bottom: 7px;
}

.blog_detail {
    display: flex;
    align-items: center;
}

.blog_detail p {
    color: #808080;
    font: 400 12px 'Raleway';
    margin-right: 15px;
}

.blog_detail p img {
    margin-right: 5px;
}

.blog-wrapper {
    background-color: #fff;
    border: 1px solid #E5E5E5;
    height: 100%;
    transition: all .4s;
}

.blog-wrapper:hover {
    box-shadow: 0 10px 10px -10px rgba(39, 4, 15, 0.35);
    transition: all .4s;
}

.blog_detail_main {
    padding-left: 13px;
}

/* .owl-carousel_testimonial .owl-stage-outer {
    max-width: 812px;
} */

.owl-carousel_testimonial .item {
    max-width: 812px;
    margin: auto;
    text-align: center;
    background-color: #fff;
    box-shadow: 0px 15px 52px #0000001A;
    margin-bottom: 47px;
    padding: 38px 53px;
}

.testimonial_text p.heading {
    color: #242424;
    font: 500 20px 'Raleway';
}

.testimonial_text p {
    color: #4D4D4D;
    font: 500 16px 'Raleway';
    text-align: center;
}

.testimonial_image {
    margin-bottom: 30px;
}

.testimonial_image img {
    max-width: 45px;
    margin: auto;
}

.t_person {
    width: 67px;
    height: 67px;
    margin-right: 18px;
}

.t_person img {
    border-radius: 63%;
    height: 100%;
    object-fit: cover;
}

.testimonial_detail {
    display: flex;
    align-items: center;
    justify-content: center;
}

.t_person_detail {
    text-align: center;
}

.t_person_detail p:first-child {
    color: #1B212D;
    font: 600 16px 'Raleway';
    margin-bottom: 2px;
}

.t_person_detail p:last-child {
    color: #777777;
    font: 500 14px 'Raleway';
    margin-bottom: 0;
}

.t_person_detail {
    position: relative;
}

/* .t_person_detail:after {
    content: '';
    background: url(../images/testimonial_arrow.svg) no-repeat;
    background-size: contain;
    width: 90px;
    height: 90px;
    position: absolute;
    top: -42px;
    right: -86px;
} */

#carousel_testimonial.owl-theme .owl-nav.disabled + .owl-dots {
    text-align: center;
    margin-top: 0px !important;
}

.ftr-bg {
    background-color: #1B212D;
    padding-top: 50px;
}

.ftr_logo {
    margin-bottom: 24px;
}

.footer_logo_main p {
    color: #FFFFFF;
    font: 400 13px/19px 'Raleway';
    max-width: 320px;
}

.ftr-links ul {
    list-style: none;
}

.ftr-links ul li a {
    color: #D8D8D8;
    font: 400 14px 'Raleway';
    transition: all .4s;
}

.ftr-links ul li a:hover {
    color: #fff;
    transition: all .4s;
}

.ftr-links ul li:first-child {
    color: #FFFFFF;
    font: 500 16px 'Raleway';
    margin-bottom: 30px;
}

.ftr-links ul li {
    margin-bottom: 10px;
}

.ftr_address p {
    padding-left: 40px;
    line-height: 24px;
}

.ftr_address {
    color: #D8D8D8;
    font: 400 14px 'Raleway';
}

.ftr-links {
    margin-top: 35px;
}

.copy_right {
    background-color: #282E3A;
}

.copy_right p {
    color: #A1A1A1;
    font: 400 14px 'Raleway';
    text-align: center;
    padding: 20px;
    margin-bottom: 0;
}

/* Comon forms */
.login_input .continue:disabled {
    max-width: 190px;
    background-color: #585858;
}

.cc-link{
    cursor: pointer;
}

.cc-list-item-title{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

/* Login signup popup styles */

.login_wrap .modal-dialog .modal-content .close {
    text-align: right;
    padding: 12px;
    line-height: 0.5;
}

.login_wrap .modal-dialog .modal-content .close:focus {
    outline: none;
}

.login_popup {
    display: flex;
    flex-direction: column;
    max-width: 429px;
    margin: auto;
}

.login_logo {
    margin-bottom: 30px;
    max-width: 240px;
}

.login_wrap .modal-dialog .modal-content .modal-body {
    width: 100%;
}

.login_input label {
    width: 100%;
    color: #575757;
    font: 500 14px 'Raleway';
}

.login_input input[type=text],.login_input input[type=file],  .login_input input[type=tel], .login_input input[type=number], .login_input input[type=email], .login_input input[type=password], .login_input input[type=date], .login_input select {
    width: 100%;
    height: 55px;
    border: 1px solid #E6E6E6;
    padding: 8px 14px;
    box-shadow: 0px 8px 30px #00000014;
    margin-bottom: 30px;
}

.login_input input[type=radio],.login_input input[type=checkbox]{
    width: 25px;
    height: 25px;
}


.radioLabel
{
    display: flex;
    align-items: center;
}


.login_input .continue {
    background-color: #F52B65;
    border: none;
    font: 500 14px 'Raleway';
    color: #fff;
    padding: 18px 48px;
    max-width: 170px;
    cursor: pointer;
}

.login_wrap .modal-content {
    padding-bottom: 50px;
}

.login_form {
    margin-bottom: 45px;
}

.dashed_line {
    margin-bottom: 45px;
    border-bottom: 1px dashed #000;
}

.login_header {
    margin-bottom: 30px;
}

.login_header h2 {
    font: bold 34px 'Raleway';
    color: #1B212D;
}

.login_header p {
    color: #A4A4A4;
    font: 500 14px 'Raleway';
    margin-bottom: 0;
}

.login_via {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-flow: wrap;
    max-width: 375px;
}

.login_via button {
    display: flex;
    align-items: center;
    color: #4D4D4D;
    font: 500 16px 'Raleway';
    box-shadow: 0px 8px 19px #00000014;
    border: 1px solid #ECECEC;
    background-color: #fff;
    padding: 10px 20px;
    max-width: 170px;
    width: 100%;
    margin-bottom: 20px;
}

.login_via button:first-child span {
    margin-right: 10px;
    background-color: #3C5A99;
    width: 39px;
    height: 39px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 4px 5px #3C5A9933;
}

.login_via span img {
    width: 9px;
}

.login_via .google img {
    width: 13px;
}

.login_via button:nth-child(2) span {
    margin-right: 10px;
    background-color: #fff;
    width: 39px;
    height: 39px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 4px 5px #3C5A9933;
}

/* Login Phone Number */

.telphne {
    position: relative;
}

.telphne .iti {
    width: 100%;
}

.input_validation {
    position: absolute;
    left: 0;
    bottom: 8px;
}

#valid-msg {
    color: #00C900;
    font-size: 14px;
}

#error-msg, .error-msg {
    color: red;
    font-size: 14px;
}

#password-error-message, #login-error-message{
    position: absolute;
    left: 0;
    bottom: 8px;
}

input.error {
    border: 1px solid #FF7C7C;
}

.hide {
    display: none
}

.pswd_wrap_fg {
    position: relative;
}

.forgot_password {
    position: absolute;
    right: 0;
    bottom: 0;
    color: #f52b65;
    font: 500 14px 'Raleway';
}

.forgot_password:hover {
    color: #f52b65;
}

.profile-edit-cancel.login-cancel-button {
    font: 500 14px 'Raleway';
}

.login-cancel-button:focus {
    outline: none;
}

/* Login signup popup styles */

/* Video listing page styles */

.category_heading {
    background-color: #1B212D;
    color: #fff;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-flow: wrap;
}

.category_heading p {
    font: 800 28px 'Raleway';
    text-align: center;
    padding: 14px 53px;
    margin-bottom: 0;
}

.category_sidebar {
    background-color: #F3F3F3;
    padding: 10px 0;
}

.all_category_list ul {
    list-style: none;
    padding-left: 0;
}

.cat_heading {
    color: #141414;
    font: 700 18px 'Raleway';
    padding: 10px 30px;
    border-bottom: 1px solid #fff;
}

.all_category_list {
    padding: 10px 30px;
    max-height: 300px;
    overflow-y: scroll;
}

.all_category_list ul li a {
    color: #4D4D4D;
    font: 500 14px 'Raleway';
    transition: all 0.3s;
}

.all_category_list ul li a:hover, .all_category_list ul li a.active {
    font: 500 14px 'Raleway';
    color: #EF1758;
    transition: all 0.3s;
    text-decoration: none;
}

.all_category_list ul li {
    margin-bottom: 10px;
}

.listing_wrap {
    position: relative;
    background-color: #fff;
    border: 1px solid #efeeee;
    height: 100%;
    transition: all .4s;
}

.listing_wrap:hover {
    box-shadow: 0 10px 10px -10px rgba(39, 4, 15, 0.35);
    transition: all .4s;

}

.listing_img {
    position: relative;
    min-height: 100px;
}

.listing_img img {
    display: block;
    height: 100%;
    max-height: 174px;
    object-fit: cover;
    width: 100%;
}

.listing_name {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 13px;
}

.play-fav span .fav {
    width: 22px;
    height: 19px;
    min-height: 19px;
}

.play-fav span .fav-selected {
    width: 21px;
    height: 19px;
    min-height: 19px;
    display: none;
}

.play-fav .fav-done .fav {
    display: none;
}

.play-fav .fav-done .fav-selected {
    display: block;
}

.listing_name p {
    margin-bottom: 0;
    color: #333333;
    font: 500 14px/20px 'Raleway';
}

.listing_name span {
    background-color: #F5F3F3;
    font: 600 12px 'Raleway';
    padding: 6px;
}

.d-m-bot30 {
    margin-bottom: 30px;
}

.breadcrumb {
    margin-bottom: 0;
    background-color: transparent;
    padding: 0.75rem 3.3rem;
}

.breadcrumb-item a {
    color: #fff;
}

/* Video listing page styles */

/* Event Listing Page */

.ev_location {
    background: none;
    color: #EF1758;
    font: 600 12px 'Raleway';
    padding: 0;
    display: inline-flex;
    margin-bottom: 8px;
}

.ev_location img {
    margin-right: 5px;
}

.ev-list-detail {
    padding: 0 13px 13px;
}

.evt-list__date_head {
    color: #000;
    font: 600 12px 'Raleway';
    margin-bottom: 7px;
}

.evt-list__datetime {
    color: #8B8B8B;
    font: 500 12px 'Raleway';
    margin-bottom: 0;
}

/* Event Listing Page */

.login_input {
    display: flex;
    flex-direction: column;
}

.iti {
    margin-bottom: 30px;
}

/* blog listing */

.blg_type_f72967, .blg_type_1d59b2, .blg_type_9729f7 {
    padding: 12px 10px;
}

.blg_type_f72967 p {
    color: #F72967;
    font: 600 12px 'Raleway';
    margin-bottom: 0;
}

.blg_type_1d59b2 p {
    color: #1D59B2;
    font: 600 12px 'Raleway';
    margin-bottom: 0;
}

.blg_type_9729f7 p {
    color: #9729F7;
    font: 600 12px 'Raleway';
    margin-bottom: 0;
}

.blog_name {
    margin-bottom: 32px;
}

.blog_name p {
    color: #4D4D4D;
    font: 700 16px 'Raleway';
    padding: 0px 10px;
}

.blg_list_detail {
    display: flex;
    align-items: center;
    padding: 0px 10px;
    margin-bottom: 10px;
    position: absolute;
    bottom: 0;
}

.blg_list_detail span {
    color: #808080;
    font: 400 12px 'Raleway';
    display: flex;
    align-items: center;
    margin-right: 10px;
}

.blg_list_detail span img {
    margin-right: 5px;
}

/* blog listing */

/* Event detail styles */

.event_det_header {
    color: #393939;
    font: 800 62px 'Raleway';
    text-align: center;
    margin: 40px 0;
}

.detail_page_bg {
    background-repeat: no-repeat;
    /* max-height: 570px; */
    background-size: cover;
    border-radius: 20px;
    padding-top: 50px;
    padding-bottom: 30px;
    position: relative;
    z-index: 1;
    min-height: 464px;
}

.event_det_header {
    color: #393939;
    font: 800 48px 'Raleway';
    text-align: center;
    margin: 40px 0;
}

.detail_page_bg:before {
    /* background: rgb(57, 57, 57); */
    background: linear-gradient(180deg, rgba(57, 57, 57, 0.16) 0%, rgba(0, 0, 0, 0.88) 100%);
    height: 100%;
    border-radius: 20px;
    content: '';
    position: absolute;
    width: 100%;
    z-index: -1;
    top: 0;
    bottom: 0;
}

.background_gradient {
    /* background: rgb(57, 57, 57);
    background: linear-gradient(180deg, rgba(57, 57, 57, 0.51) 0%, rgba(0, 0, 0, 1) 100%);
    height: 100%;
    border-radius: 20px; */
}

.detail_play-fav .favt-wrap {
    display: flex;
    align-items: center;
}

.detail_play-fav .fav-done .fav {
    display: none;
}

.detail_play-fav .fav-done .fav-selected {
    display: block;
}

.detail_play-fav .fav-done .fav-selected {
    display: block;
}

.detail_play-fav .fav-done .fav {
    display: none;
}

.detail_play-fav span .fav {
    width: 32px;
    height: 30px;
    min-height: 30px;
}

.detail_play-fav span .fav-selected {
    width: 32px;
    height: 30px;
    min-height: 30px;
    display: none;
}

.detail_play-fav a .fav {
    width: 22px;
    height: 19px;
    min-height: 19px;
}

.detail_play-fav a .fav-selected {
    width: 21px;
    height: 19px;
    min-height: 19px;
    display: none;
}

.detail_play-fav .fav-done .fav {
    display: none;
}

.detail_play-fav .fav-done .fav-selected {
    display: block;
}

.breadcrumb_like {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.breadcrumb_like .breadcrumb .breadcrumb-item:before {
    color: #fff;
    font-style: italic;
}

.breadcrumb_like nav {
    padding: 0 2.526rem;
}

.breadcrumb_like .breadcrumb {
    padding: 8px;
    background-color: #0006;
}

.detail_play-fav {
    margin: 0 2.526rem;
    background-color: #0006;
    padding: 5px;
    border-radius: 5px;
}

.breadcrumb_like .breadcrumb .breadcrumb-item {
    font-style: italic;
    font-family: 'Raleway';
    font-size: 14px;
}

.breadcrumb_like .breadcrumb .breadcrumb-item.active {
    color: #fff;
    text-decoration: underline;
}

.like_count {
    color: #FFFFFF;
    font: 500 16px 'Raleway';
    text-align: center;
}

.details_all_head {
    padding: 67px 100px;
}

.details_all_head_mod {
    padding: 20px 2.526rem;
    position: absolute;
    bottom: 0;
}

.details_all_head_mod .details_tagline {
    padding: 18px;
}

.detail_eyebrow__head {
    color: #FFFFFF;
    font: 600 16px 'Raleway';
    text-transform: uppercase;
    position: relative;
    padding: 0 15px;
}

.detail_eyebrow__head:after {
    content: '';
    position: absolute;
    width: 6px;
    height: 26px;
    background-color: #EF1758;
    left: 0;
    top: 0;
    margin: 0 auto;
    bottom: 0;
}

.details_header h2 {
    color: #fff;
    font: 800 62px 'Raleway';
    max-width: 1000px;
    margin-bottom: 0;
}

.details_header {
    padding: 15px 0;
}

.details_tagline {
    color: #fff;
    font: 400 14px 'Raleway';
    margin-bottom: 0;
}

.event_full_detail {
    box-shadow: 0px 3px 53px #0000001F;
    max-width: 1061px;
    margin: auto;
    padding: 30px 40px;
    border-radius: 15px;
    display: flex;
    align-items: center;
}

.event_full_detail_wrapper {
    margin: 0 15px;
    display: flex;
}

.ed_small_head h4 {
    color: #303030;
    font: 800 32px 'Raleway';
    margin-bottom: 20px;
}

.detail-mini_head p {
    font: 600 14px 'Raleway';
    color: #1B212D;
}

.each_speaker .speaker_image {
    width: 58px;
    object-fit: cover;
    border-radius: 5px;
    height: 57px;
    box-shadow: 0px 5px 14px #00000030;
    margin-bottom: 10px;
}

.speaker_image img {
    width: 100%;
    height: 100%;
}

.each_speaker {
    display: flex;
    flex-direction: column;
    margin-right: 30px;
    text-align: center;
    width: 80px;
    word-break: break-word;
    align-items: center;
    margin-bottom: 20px;
}

.speaker_image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 5px;
}

.speaker_name {
    color: #747474;
    font: 600 12px 'Raleway';
}

.key_speakers {
    display: flex;
    margin-bottom: 20px;
    flex-flow: wrap;
}

.detail-mini_head {
    display: flex;
    justify-content: space-between;
}

.detail_host {
    position: relative;
    padding-left: 30px;
}

.detail_host:before {
    content: '';
    position: absolute;
    height: 100%;
    width: 1px;
    background: #c5c5c5;
    left: 0;
    top: 0;
    margin: auto;
    bottom: 0;
}

.share-w-other p {
    font: 600 14px 'Raleway';
    color: #1B212D;
}

.share_w_icons a {
    background-color: #F3F3F3;
    border-radius: 61px;
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
}

.share-w_warap {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.share_w_icons {
    display: flex;
    align-items: center;
}

.event_register button {
    background-color: #EF1758;
    border: none;
    color: #fff;
    font: 500 16px 'Raleway';
    padding: 20px 63px;
    cursor: pointer;
}

.event-detail_devider {
    position: relative;
    padding-right: 55px;
    width: 100%;
}

.event-detail_devider:before {
    width: 1px;
    height: 100%;
    border-left: 1px dashed #A7A7A7;
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 0;
}

.event_date_time, .event_add_head, .event_det_images p {
    display: flex;
    align-items: center;
    color: #7D7D7D;
    font: 500 16px 'Raleway';
}

.event_date_time img, .event_add_head img {
    margin-right: 5px;
}

.event_det_date_time .event_date, .event_det_date_time .event-time, .event_loc {
    color: #1B212D;
    font: 600 16px 'Raleway';
    margin-bottom: 8px;
}

.event_det_date_time, .event_address {
    margin-bottom: 20px;
}

.event_images_mre {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 288px;
}

.event_images_mre a {
    margin-right: 8px;
}

.event_images_mre a img {
    border-radius: 5px;
    object-fit: cover;
    height: 50px;
    border-radius: 5px;
    object-fit: cover;
    height: 50px;
    min-width: 69px;
    width: 100%;
}

.event_images_mre a:hover {
    text-decoration: none;
}

.mfp-arrow-left:before {
    margin-left: 25px;
    border-right: none;
}

.event_images_mre .video, .event_images_mre .image {
    position: relative;
}

.event_images_mre .video span, .event_images_mre .image span {
    position: absolute;
    left: 0;
    color: #fff;
    text-align: center;
    font: 600 12px 'Raleway';
    bottom: 0;
    background-color: #0000006e;
    height: 100%;
    margin: auto;
    display: flex;
    align-items: center;
    padding: 0 5px;
    border-radius: 5px;
    width: 100%;
}

.popup-gallery {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.mfp-arrow-right:before {
    border-left: none;
}

.event_det_date_time_wrapper {
    padding-left: 55px;
    min-width: 250px;
}

.event_register button:hover {
    box-shadow: 0 10px 10px -10px rgba(39, 4, 15, 0.35);
    text-decoration: none;
}

.event-detail-dec h2, .event_location h4, .event_contact h4 {
    font: 800 38px/45px "Raleway";
    margin-bottom: 20px;
}

.event-detail-dec p {
    font: 500 14px/23px "Raleway";
}

.hw-connect {
    margin-bottom: 30px;
}

.hw-connect h4 {
    font: bold 24px 'Raleway';
}

.hw-connect p {
    font: 500 14px/21px "Raleway";
    margin-bottom: 0;
}

.hw-connect p a {
    color: #EF1758;
}

.hw-connect p a:hover {
    text-decoration: none;
}

.get-direction a {
    background-color: #F62C66;
    padding: 13px 20px;
    color: #fff;
    font: 400 12px 'Raleway';
    border-radius: 5px;
}

.get-direction a {
    text-decoration: none;
}

.get-direction a img {
    margin-right: 5px;
}

.event_detial_map {
    margin-bottom: 30px;
    height: 199px;
}

.event_detial_map iframe {
    border-radius: 10px;
}

.event_detial_map .get-direction {
    position: relative;
    margin-top: -50px;
    margin-left: 10px;
    z-index: 10;
}

.contact_item_head {
    color: #4D4D4D;
    font: 500 16px 'Raleway';
    margin-bottom: 4px;
}

.contact_item_text {
    color: #3C6AC7;
    font: 500 16px 'Raleway';
}

.lnum {
    font-variant-numeric: lining-nums;
    -moz-font-feature-settings: "lnum" 1;
    -moz-font-feature-settings: "lnum=1";
    -ms-font-feature-settings: "lnum" 1;
    -o-font-feature-settings: "lnum" 1;
    -webkit-font-feature-settings: "lnum" 1;
    font-feature-settings: "lnum" 1;
}

.event-detail-dec {
    max-width: 653px;
}

.event_register {
    margin-left: 40px;
    margin-bottom: 40px;
}
.share-w_warap .event_register {
    margin-bottom: 0;

}
.key_speakers_wrap {
    width: 100%;
    min-width: 150px;
}
/* Event detail styles */

/* Blog detail styles */

.blog_detial_tag {
    color: #fff;
    display: flex;
    align-items: center;
    padding-left: 0;
    font: 300 14px 'Raleway';
}

.blog_detial_tag li {
    padding-right: 25px;
}

.blog_detial_tag li:first-child {
    list-style: none;
}

.blg_det_type_f72967 p {
    color: #9729F7;
    font: 500 16px 'Raleway';
    margin-bottom: 10px;
}

.blog_detail_main_content h4 {
    color: #242424;
    font: bold 32px 'Raleway';
}

.blog_detail_main_content .blg_list_detail {
    margin-bottom: 30px;
    padding-left: 0;
}

.blog-detail_content_text p {
    color: #464646;
    font: 500 16px/24px 'Raleway';
}

.blog-detail_content_text {
    margin-bottom: 30px;
}

.detail_tag {
    display: flex;
    align-items: center;
    margin-bottom: 40px;
    flex-wrap: wrap;
}

.detail_tag p {
    color: #464646;
    font: 600 16px 'Raleway';
    margin-right: 15px;
    margin-bottom: 15px;
}

.m-bot40 {
    margin-bottom: 40px;
}

.detail_tag a {
    padding: 8px 15px;
    border-radius: 30px;
    color: #464646;
    font: 500 14px 'Raleway';
    background: #F6F6F6;
    transition: all .4s;
    margin-right: 15px;
    margin-bottom: 15px;
}

.detail_tag a:hover {
    text-decoration: none;
    background: #EF1758;
    transition: all .4s;
    color: #fff;
}

.blg-aut_wrap {
    display: flex;
    align-items: center;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.blg_aut_img {
    width: 58px;
    border-radius: 44px;
    height: 58px;
    margin-right: 13px;
}

.blg_aut_img img {
    width: 100%;
    border-radius: 50%;
    object-fit: cover;
    height: 100%;
}

.blg_aut_det h5 {
    color: #636161;
    font: bold 16px 'Raleway';
}

.blg_aut_det p {
    color: #272727;
    font: 500 14px/15px 'Raleway';
    margin-bottom: 0;
}

.author_sec h5 {
    font-family: 'Raleway';
}

/* Blog detail styles */

/* video details styles */

.video_section {
    background: #000;
}

.verse_share {
    position: relative;
}

.verse_share .video_share_lnks {
    top: 50px;
}

.plyr--full-ui input[type=range] {
    color: #EF1758 !important;
}

.plyr__control--overlaid {
    background: rgba(239, 23, 88, 0.8) !important;
}

.plyr--video .plyr__control.plyr__tab-focus, .plyr--video .plyr__control:hover, .plyr--video .plyr__control[aria-expanded=true] {
    background: #EF1758 !important;
}

.plyr__control.plyr__tab-focus {
    box-shadow: 0 0 0 5px rgba(239, 23, 88, 0.5) !important;
}

.plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]::before {
    background: #EF1758 !important;
}

.video_tags span {
    color: #4C94DC;
    font: 500 14px/16px 'Raleway';
}

.video_wrapper {
    margin-bottom: 30px;
}

.video_tags {
    margin-bottom: 15px;
}

.main_video_details h2 {
    color: #414141;
    font: 600 32px/37px 'Raleway';
}

.video_small_details {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 30px;
    border-bottom: 1px solid #EFEFEF;
    margin-bottom: 30px;
}

.vid-time_view {
    display: flex;
}

.vid-time_view p {
    color: #474747;
    font: 500 14px 'Raleway';
    margin-bottom: 0;
    margin-right: 10px;
}

.vid_category {
    color: #474747;
    font: 600 14px/15px 'Raleway';
    background: #FBFBFB;
    padding: 10px 35px;
}

.vid_action_section {
    background-color: #F9F9F9;
    padding: 26px 20px;
    margin-bottom: 30px;
}

.vid_action_section a {
    color: #474747;
    font: 500 16px 'Raleway';
}

.vid_action_section a {
    margin-right: 14px;
    position: relative;
}

.vid_action_section a img {
    margin-right: 6px;
}

.vid_action_section a:hover {
    text-decoration: none;
}

.vid_like .like_count {
    color: #474747;
}

.vid_liked_img {
    display: none;
}

.vid_like.vid_liked .vid_liked_img {
    display: inline-block;
}

.vid_like.vid_liked .vid_like_normal {
    display: none;
}

.video_share_lnks {
    position: absolute;
    display: flex;
    align-items: center;
    flex-direction: column;
    background-color: #ffffff;
    box-shadow: 0 10px 10px -10px rgba(39, 4, 15, 0.35);
    padding: 14px;
    left: 0;
    border-radius: 2px;
    z-index: 9;
}

.video_share_lnks span {
    font-size: 16px;
    line-height: 25px;
}

.video_share_lnks span:hover {
    color: #EF1255;
}

.video_share_lnks {
    display: none;
}

.share_now .video_share_lnks {
    display: flex;
}

.vid_watchlist_sel {
    display: none;
}

.vid_added_watch .vid_watchlist_sel {
    display: inline-block;
}

.vid_added_watch .vid_watchlist_normal {
    display: none;
}

.video_det_description p {
    font: 500 14px/19px 'Raleway';
    color: #474747;
}

.video_desc_readmore a {
    color: #EF1758;
    font: 600 14px 'Raleway';
}

.video_det_description {
    display: flex;
    flex-direction: column;
    padding-bottom: 30px;
    border-bottom: 1px solid #EFEFEF;
    margin-bottom: 30px;
}

.comments_total {
    color: #313131;
    font: 600 14px/15px 'Raleway';
}

.load_more_comments {
    background: #F5F5F5;
    width: 100%;
    display: flex;
    text-align: center;
    justify-content: center;
    color: #313131;
    font: 500 14px Raleway;
    padding: 12px;
    border: 1px solid #E3E3E3;
    margin-bottom: 25px;
}

.load_more_comments:hover {
    text-decoration: none;
    color: #313131;
}

.com_per_img {
    width: 58px;
    border-radius: 44px;
    height: 58px;
    margin-right: 13px;
}

.com_per_img img {
    width: 100%;
    border-radius: 50%;
    object-fit: cover;
    height: 100%;
}

.vid_comment_wrap {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #EFEFEF;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.com_per_comment h5 {
    color: #636161;
    font: bold 16px 'Raleway';
}

.com_per_comment h5 span {
    color: #707070;
    font: 400 14px 'Raleway';
}

.com_per_comment p {
    color: #272727;
    font: 500 14px/15px 'Raleway';
    margin-bottom: 0;
}

.vid_your_comment .vid_your_comment_wrap {
    display: flex;
    flex-direction: column;
}

.post_cmt {
    float: right;
}

.vid_your_comment .com_per_img {
    float: left;
}

.vid_your_comment_wrap {
    color: #272727;
    font: 600 14px/15px 'Raleway';
}

.vid_your_comment_wrap input {
    padding: 5px;
    font: 500 16px 'Raleway';
    margin-bottom: 20px;
    width: 100%;
}

.post_cmt {
    float: right;
    background: #EF1758;
    border: none;
    color: #fff;
    font: 500 14px 'Raleway';
    padding: 10px 25px;
}

.related_videos h2 {
    font: Bold 24px 'Raleway';
    margin-bottom: 15px;
}

.toggle {
    cursor: pointer;
    display: inline-block;
}

.toggle-switch {
    display: inline-block;
    background: #ccc;
    border-radius: 16px;
    width: 50px;
    height: 28px;
    position: relative;
    vertical-align: middle;
    transition: background 0.25s;
}

.toggle-switch:before, .toggle-switch:after {
    content: "";
}

.toggle-switch:before {
    display: block;
    background: linear-gradient(to bottom, #fff 0%, #eee 100%);
    border-radius: 50%;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 4px;
    left: 4px;
    transition: left 0.25s;
}

.toggle:hover .toggle-switch:before {
    background: #fff;
}

.toggle-checkbox:checked + .toggle-switch {
    background: #F62C66;
}

.toggle-checkbox:checked + .toggle-switch:before {
    left: 25px;
}

.toggle-checkbox {
    position: absolute;
    visibility: hidden;
}

.toggle-label {
    margin-left: 5px;
    position: relative;
    top: 2px;
    font: 500 18px 'Raleway';
}

.relate_video_thumbnail img {
    width: 110px;
    height: 67px;
    border-radius: 5px;
    object-fit: cover;
}

.related_videos_itm {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.relate_video_det h5 {
    color: #313131;
    font: 600 14px "Raleway";
}

.relate_video_thumbnail {
    margin-right: 15px;
}

.relate_video_det p {
    color: #9F9F9F;
    font: 400 12px/14px 'Raleway';
    margin-bottom: 0;
}

.related_videos form {
    margin-bottom: 30px;
}

.related_videos_itm:hover {
    text-decoration: none;
}

.vid_your_comment {
    float: left;
    width: 100%;
    margin-bottom: 30px;
}

/* video details styles */

/* About us page styles */

.abt_us_page_bg {
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 20px;
    padding-top: 50px;
    padding-bottom: 80px;
    position: relative;
    z-index: 1;
    min-height: 464px;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.abt_us_page_bg:before {
    background: rgb(57, 57, 57);
    background: linear-gradient(180deg, rgba(57, 57, 57, 0.51) 0%, rgba(0, 0, 0, 1) 100%);
    height: 100%;
    border-radius: 20px;
    content: '';
    position: absolute;
    width: 100%;
    z-index: -1;
    top: 0;
    bottom: 0;
}

.abt_pg_head h3 {
    color: #EF1255;
    font: 800 38px 'Raleway';
    text-align: center;
    margin-bottom: 50px;
    position: relative;
}

/* .abt_pg_head h3::before {
    content: '';
    position: absolute;
    background: url(../images/abt_arrow.svg) no-repeat;
    width: 43px;
    height: 78px;
    background-size: cover;
    right: -50px;
    top: 5px;
} */

.abt_pg_head p {
    color: #FFFFFF;
    font: 400 28px 'Raleway';
    text-align: center;
    max-width: 946px;
    margin: auto;
}

.abt_pg_head span {
    display: flex;
    align-items: center;
    justify-content: center;
}

.abt-our_vis_mis {
    box-shadow: 0px 19px 46px #00000012;
    padding: 50px;
    height: 100%;
    text-align: center;
    border-radius: 15px;
}

.abt-our_vis_mis h4 {
    color: #EF1758;
    font: 800 38px 'Raleway';
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.abt-our_vis_mis h5 {
    color: #585858;
    font: 600 24px 'Raleway';
    margin-bottom: 30px;
}

.abt-our_vis_mis p {
    color: #585858;
    font: 500 16px/31px 'Raleway';
}

.abt-our_vis_mis h4:before {
    content: '';
    position: absolute;
    height: 1px;
    width: 126px;
    background-color: #B5B5B5;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.our_values {
    font: 800 38px 'Raleway';
    color: #1B212D;
    margin-bottom: 40px;
}

.our_values span {
    color: #EF1758;
}

.values_text h5 {
    color: #3B3B3B;
    font: 800 28px 'Raleway';
    margin-bottom: 10px;
}

.values_text p {
    color: #3B3B3B;
    font: 500 16px/23px 'Raleway';
    max-width: 530px;
}

.values_img {
    margin-bottom: 20px;
}

.our_value_5gs {
    margin-bottom: 40px;
}

.branches_head {
    color: #1B212D;
    font: 800 38px 'Raleway';
    text-align: center;
    margin-bottom: 30px;
}

.each_branches {
    box-shadow: 0px 7px 28px #00000017;
    padding: 15px;
    margin-bottom: 30px;
    height: 84%;
}

.branch_name_wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 16px;
    flex-wrap: wrap;
}

.branch_names h4 {
    color: #F62C66;
    font: bold 16px 'Raleway';
}

.branch_names p {
    color: #787878;
    font: 300 12px 'Raleway';
    margin-bottom: 0;
}

.branch_contanct p {
    color: #787878;
    font: 500 12px 'Raleway';
    margin-bottom: 5px;
}

.branch_contanct span {
    color: #414141;
    font: 500 12px 'Raleway';
}

.branch_name_wrap .get-direction {
    margin: 11px 0;
}

#map_tuts{
    box-shadow: 0px 7px 28px #00000017;
    padding: 15px;
    width: 100%;
    height: 400px;
}

/* About us page styles */

/* Join Us Page Styles */

.join_us_header {
    border-radius: 20px;
    padding-top: 15px;
    padding-bottom: 15px;
    z-index: 1;
    min-height: 100px;
}
.join_us_header p {
    font: 300 20px 'Raleway';
}
.join_us_header h3 {
    margin-bottom: .5rem;
}
/* End Join Us Page Styles */

/*testimonial listing style*/

/* .testimonial_wrap {
    background: url(../images/testimonial_arrow.svg) no-repeat 90% 110%;
} */

.testimonial_text p:nth-child(2) {
    margin-bottom: 40px;
}

.testimonial_listing .item {
    max-width: 1112px;
    margin: auto;
    text-align: justify;
    background-color: #fff;
    box-shadow: 0px 15px 52px #0000001A;
    margin-bottom: 47px;
    padding: 38px 53px;
}

.testimonial_listing .testimonial_detail {
    display: block;
}

.testimonial_listing .testimonial_text p {
    text-align: justify;
}
.testimonial_listing .t_person_detail{
    text-align: left;
}

.more {
    display: none;
}

.read-more-btn {
    font-weight: 600;
}

/*testimonial listing style*/

/*prayer request style*/

.prayer-request-wrap .bottom-content {
    display: flex;
    justify-content: space-between;
}

.prayer-request-wrap h1 {
    text-align: left;
    font: Bold 23px/27px Raleway;
    color: #0C0C0C;
    margin-bottom: 24px;
    text-transform: none;
}

.prayer-request-wrap .main-text {
    text-align: left;
    font: normal 18px/29px Raleway;
    letter-spacing: 0;
    color: #565656;
    margin-bottom: 29px;
}

.prayer-request-wrap .bottom-content p {
    text-align: left;
    font: 18px/29px Raleway;
    letter-spacing: 0;
    color: #15387D;
    margin-bottom: 0;
}

.prayer-request-read-more {
    color: #3A3A3A;
    font-weight: 600;
}

.prayer-request-wrap .bottom-content button {
    font: 14px/16px Raleway;
    color: #FFFFFF;
    opacity: 1;
    width: 134px;
    height: 45px;
    border: none;
    background-color: #F62C66;
}

.prayer-request-wrap .bottom-content span {
    text-align: left;
    font: 14px/16px Raleway;
    color: #9F9F9F;
    margin-right: 32px;
}

.prayer-request-wrap .prayer-shedule {
    display: flex;
    justify-content: space-between;
}

.prayer-request-wrap .prayer-shedule .prayer-request-time {
    font: 600 14px/16px Raleway;
    letter-spacing: 0;
    color: #4D4D4D;
}

.prayer-request-wrap .prayer-shedule .prayer-request-location {
    font: 600 16px/29px Raleway;
    letter-spacing: 0;
    color: #777777;
}

/*prayer request style*/

/*profile edit style*/

#profile-edit-section .profile-photo {
    background-color: #F9F9F9
}

#image-upload-img {
    cursor: pointer;
}

#profile-edit-section .profile-photo-top button {
    font: normal 14px/16px Raleway;
    border: none;
    width: 203px;
    border-radius: 5px;
    height: 40px;
    background-color: #FFF;
    color: #262626;
}

#profile-edit-section .profile-photo-bottom p {
    font: normal 14px/16px Raleway;
    color: #262626;
    max-width: 212px;
    margin: 0 auto;
}

#profile-edit-section .profile-edit-form p {
    font: normal 16px/19px Raleway;
    color: #EF1758;
    margin-bottom: 20px;
}

.mar-bot-26 {
    margin-bottom: 26px !important;
}

.profile-edit-form label {
    width: 100%;
    color: #575757;
    font: 500 14px 'Raleway';
}

.profile-edit-form input {
    width: 100%;
    height: 55px;
    border: 1px solid #E6E6E6;
    padding: 8px 14px;
    box-shadow: 0px 8px 30px #00000014;
    margin-bottom: 30px;
}

.profile-edit-form .iti {
    width: 100%;
}

.save_notification {
    position: fixed;
    bottom: 50px;
    right: 50px;
    z-index: 9999;
}

.saved_correct {
    margin: 0;
    background-color: #fff;
    box-shadow: 0 10px 10px -10px rgba(39, 4, 15, 0.35);
    padding: 15px 25px;
    border: 1px solid #4CAF50;
    border-radius: 10px;
    font: 600 16px 'Raleway';
    display: flex;
    align-items: center;
}

.saved_correct img {
    width: 22px;
    height: 100%;
    margin-right: 5px;
}

.saved_error {
    margin: 0;
    background-color: #fff;
    box-shadow: 0 10px 10px -10px rgba(39, 4, 15, 0.35);
    padding: 15px 25px;
    border: 1px solid #F44336;
    border-radius: 10px;
    font: 600 16px 'Raleway';
    display: flex;
    align-items: center;
}

.saved_error img {
    width: 22px;
    height: 100%;
    margin-right: 5px;
}

.upload_pp:before {
    content: url(../images/pe_camera_icon.svg);
    margin-right: 4px;
}

.def_profile {
    position: relative;
    display: inline-block;
}

#image-upload-form .def_profile::before {
    content: '';
    margin-right: 5px;
    position: absolute;
    background: url(../images/pe_main.svg) no-repeat;
    width: 34px;
    height: 34px;
    background-size: contain;
    right: -14px;
    bottom: 23px;
}

.category_small_srn {
    display: none;
}

/*profile edit style*/

/*profile style*/

.category_heading-profile {
    margin-bottom: 0px !important;
}

.profile-overview-section {
    margin-bottom: 80px;
}

.profile-photo {
    width: 100%;
    padding: 121px 10px 43px 10px;
    background-color: #FF336D;
    text-align: center;
}

.profile-photo-top {
    padding-bottom: 30px;
    margin-bottom: 20px;
    border-bottom: 1px solid #fff;
}

.profile-photo .profile-photo-top img, .profile-photo .profile-photo-top object {
    border: 3px solid #fff;
    border-radius: 20px;
    height: 112px;
    width: 112px;
    margin-bottom: 33px;
    box-shadow: 0px 7px 54px #0000001C;
}

.profile-photo .profile-photo-top p {
    font: normal 21px/25px Raleway;
    color: #FFFFFF;
    margin-bottom: 5px;
}

.profile-photo .profile-photo-top span {
    font: normal 16px/19px Raleway;
    color: #FFFFFF;
}

.profile-photo .profile-photo-top span:before {
    content: url(../images/location-icon.svg);
    margin-right: 5px;
    vertical-align: middle;
}

.profile-photo-bottom button {
    font: normal 16px/19px Raleway;
    border: none;
    width: 224px;
    border-radius: 5px;
    height: 43px;
    color: #EF1758;
    text-align: center;
    margin-bottom: 15px;
    background-color: #fff;
}

.profile-photo-bottom .profile-prayer-request {
    margin-bottom: 0px;
}

.profile-photo-bottom .profile-change-pass:before {
    content: url(../images/icon-lock.svg);
    margin-right: 4px;
}

.profile-photo-bottom .profile-logout:before {
    content: url(../images/icon-logout.svg);
    margin-right: 8px;
    vertical-align: middle;
}

.profile-overview p {
    font: Bold 23px/27px Raleway;
    color: #343434;
    margin-bottom: 0px;
}

.profile-overview {
    padding: 80px 53px 0px 70px;
}

.profile-overview-main {
    margin-bottom: 40px;
}

.edit-prof-btn {
    background-color: #EF1255;
    border: none;
    width: 131px;
    height: 42px;
    font: normal 13px/15px Raleway;
    color: #fff;
}

.profile-edit-cancel {
    background-color: #fff;
    border: none;
    width: 131px;
    color: #000000;
    height: 42px;
    font: normal 13px/15px Raleway;
}

.profile-overview-row {
    display: flex;
    padding: 32px 0px 14px 0px;
    border-bottom: 1px solid #9F9F9F;
}

.profile-overview-row span {
    width: 50%;
}

.prof-dob:before {
    content: url(../images/icon-date.svg);
    vertical-align: middle;
    margin-right: 12px;
}

.prof-phone:before {
    content: url(../images/icon-phone.svg);
    vertical-align: middle;
    margin-right: 12px;
}

.prof-email:before {
    content: url(../images/icon-email.svg);
    vertical-align: middle;
    margin-right: 12px;
}

.profile-overview-row span:nth-child(1) {
    font: normal 15px/16px Raleway;
    color: #9F9F9F;
}

.profile-overview-row span:nth-child(2) {
    font: normal 15px/16px Raleway;
    color: #000000;
}

.verified {
    width: 16px;
    height: 16px;
    margin-left: 8px;
}

.paswd-chnage .input-group-btn {
    position: absolute;
    right: 0;
    margin: 9px;
}

.paswd-chnage .input-group-btn .btn, .paswd-chnage .input-group-btn .btn:focus {
    background-color: transparent;
    border: none;
    outline: none;
    box-shadow: none;
}

.paswd-chnage .input-group-btn .btn {
    opacity: .3;
}

.paswd-chnage .input-group-btn .btn:hover {
    opacity: 1;
}

.paswd-chnage .input-group-btn .btn span img {
    width: 20px;
    height: 20px;
}
.password-update-error{
    margin-top: -10px;
    font-size: 12px;
    margin-bottom: 20px;
    display: none;
}
/*profile style*/

/* Common styles */

.pagination {
    justify-content: flex-end;
}

.page-item.active .page-link {
    background-color: #f72967;
    border-color: #f72967;
}

.page-link {
    color: #4A4A4A;
    padding: 0.8rem 0.95rem;
}

.page-link:hover {
    color: #4A4A4A;
}

.page-link:focus {
    box-shadow: none;
}

.btn-group {
    width: 100%;
}

.category_drpdwn {
    width: 100%;
}

.dropdown-menu {
    max-height: 260px;
    overflow-y: scroll;
    width: 100%;
}

.category_drpdwn {
    color: #141414;
    font: 700 16px 'Raleway';
    padding: 10px 30px;
    border-bottom: 1px solid #fff;
}

.dropdown-menu.show {
    margin-top: 68px;
    background: #F3F3F3;
    color: #4D4D4D;
    font: 500 14px 'Raleway';
    transition: all 0.3s;
}

.dropdown-item {
    word-break: break-word;
    white-space: pre-wrap;
    padding: 0.65rem 1.5rem;
}

/* Common styles */

/* Contact page styles  */

.contact_header {
    max-width: 880px;
    text-align: center;
    margin: auto;
}

.contact_header h2 {
    color: #fff;
    text-align: center;
    font: 800 42px 'Raleway';
    margin-bottom: 30px;
}

.contact_header p {
    color: #fff;
    font: 400 14px/26px 'Raleway';
}

.contact_us {
    color: #000;
    font: bold 28px 'Raleway';
    margin-bottom: 20px;
}

.login_input textarea {
    margin-bottom: 30px;
    width: 100%;
    border: 1px solid #E6E6E6;
    padding: 8px 14px;
    box-shadow: 0px 8px 30px #00000014;
}

.contact_map {
    height: 400px;
    background-color: #ccc;
    margin-bottom: 30px;
}

.contact_info h5 {
    font: bold 18px 'Raleway';
}

.contact_info p {
    font: 500 14px 'Raleway';
}

/* Contact page styles  End */

/* Search page styles */

.mobile_search {
    width: 100%;
    border: none;
    padding: 5px 9px;
    background-color: #e6e6e6;
    border-radius: 5px;
}

.mobile_search_wrap {
    padding: 0 15px;
}

.search_results {
    display: none;
    box-shadow: 0px 3px 34px #00000029;
    padding: 10px;
    width: 320px;
    text-align: right;
    position: absolute;
    z-index: 6;
    background: #fff;
    right: 0;
    margin-top: 10px;
    max-height: 400px;
    overflow-y: scroll;
}

.search_results::-webkit-scrollbar {
    width: 10px;
}

.search_results::-webkit-scrollbar-track {
    background-color: #ebebeb;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

.search_results::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #F62C66;
}

.search {
    z-index: 1040;
}

.video_results h4, .blog_results h4, .event_results h4 {
    font: bold 28px 'Raleway';
    text-align: left;
}

.res_videos_itm, .res_blog_itm, .event_blog_itm {
    margin-bottom: 10px;
    display: flex;
    align-items: center;
}

.res_video_thumbnail, .res_blog_thumbnail, .res_event_thumbnail {
    margin-right: 15px;
}

.res_video_thumbnail img {
    width: 90px;
    height: 60px;
    border-radius: 5px;
    object-fit: cover;
}

.res_blog_thumbnail img {
    width: 67px;
    height: 60px;
    border-radius: 5px;
    object-fit: cover;
}

.res_event_thumbnail img {
    width: 92px;
    height: 70px;
    border-radius: 5px;
    object-fit: cover;
}

.res_video_det, .res_blog_det, .res_event_det {
    text-align: left;
}

.res_video_det h5, .res_blog_det h5, .res_event_det h5 {
    color: #313131;
    font: 600 14px/18px Raleway;
}

.res_video_det p, .res_event_det p {
    color: #9F9F9F;
    font: 400 12px/14px 'Raleway';
    margin-bottom: 0;
}

.res_blog_det p {
    color: #FC015F;
    font: 400 12px/14px 'Raleway';
    margin-bottom: 0;
}

.video_results {
    margin-top: 20px;
}

.search_more {
    color: #F62C66;
    font: 600 14px 'Raleway';
    background-color: #F9F9F9;
    text-align: left;
    width: 100%;
    display: flex;
    padding: 10px;
    transition: all .4s;
    margin-bottom: 30px;
}

.search_more:hover {
    color: #F62C66;
    background-color: #e6e6e6;
    transition: all .4s;
}

.search_tst_pryr {
    color: #3D3D3D;
    font: 600 14px 'Raleway';
    width: 100%;
    background-color: #F9F9F9;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}

.search_tst_pryr:hover {
    color: #3D3D3D;
}

/* Search page styles */

/* Prayer request form */

.request_form {
    max-width: 700px;
    margin: auto;
}

.pryr_req_prirts .toggle-checkbox {
    width: auto;
}

.pryr_req_prirts .toggle-label {
    font: 500 16px 'Raleway';
}

.pryr_req_prirts {
    margin-bottom: 15px;
}

/* Prayer request form */
.add-btn-container {
    margin-right: -50px;
    position: relative;
}

.add_btn {
    position: fixed;
    bottom: 20px;
    right: 20px;
}

.add_btn button {
    border: none;
    background-color: #ef1255;
    color: #fff;
    padding: 10px;
    font: 600 14px 'Raleway';
}

.add_btn button:hover {
    box-shadow: 0 10px 10px -10px rgba(39, 4, 15, 0.35);
}

.saved_correct {
    display: none;
}

.saved_error {
    display: none;
}

.content h1 {
    color: #000;
    text-align: left;
}
.content {
    text-align: left;
}

/* Prayer request form end */

/* recognitions */
.recognitions_container{
    padding: 54px 48px 41px;
}
.recognition_section{
    background: #FFFFFF ;
    box-shadow: 0px 0px 30px #0000001F;
    margin-bottom: 40px;
}
.recognition_section_bg{
    position: absolute;
    top:0;
    bottom:0;
    left:0;
    width: 270px;
    background:#EF1758;
}
.recognition_section_bg_right{
    left:unset;
    right: 0;
}
.recognition_image {
    display: flex;
    align-items: center;
    position: relative;
    padding:66px 20px 64px 96px;
    justify-content: center;
}
.recognition_image_right{
    justify-content: flex-end;
    padding:66px 96px 64px 20px;
}
.recognition_image img{
    max-height: 500px;
    max-width:100%;
    object-fit: contain;
    position: relative;
    z-index: 1;
}
.recognition_content {
    padding: 69px 65px 60px 15px;
}
.recognition_content_left{
    padding: 69px 15px 68px 65px;
}
.recognition_content .recognition_name{
    font: bold 16px/29px "Raleway";
    letter-spacing: 0px;
    color: #EF1758;
    padding:16px 28px;
    background: rgba(255, 66, 120, 6%);
    margin-bottom: 33px;
    display: inline-block;
}
.recognition_content .recognition_title{
    font: bold 30px/35px "Raleway";
    letter-spacing: -0.6px;
    color: #0C0C0C;
    margin-bottom: 20px;
}
.recognition_content .recognition_para{
    font: 500 16px/29px "Raleway";
    letter-spacing: 0px;
    color: #565656;
    margin-bottom: 18px;
}
.recognition_content .recognition_readmore{
    display: inline-block;
    text-decoration: underline;
    font: 500 16px/29px "Raleway";
    letter-spacing: 0px;
    color: #FF4B7E;
    margin-bottom: 42px;
}
.recognition_content .recognition_photos h6{
    font: bold 18px/21px "Raleway";
    letter-spacing: -0.36px;
    color: #0C0C0C;
    margin-bottom: 15px;
}
.recognition_content .recognition_photos ul{
    list-style: none;
    padding: 0;
    margin-bottom: 0;
}
.recognition_content .recognition_photos li{
    display: inline-block;
}
.recognition_content .recognition_photos li img{
    width: 90px;
    height: 90px;
    object-fit: cover;
    border-radius: 5px;
    margin-right: 21px;
    margin-bottom: 8px;
}

    /* Modal */
.recognitions_container .modal{
    padding-right:0 !important;
}
.recognitions_container .modal-container{
    display: flex;
    min-height: 100vh;
    align-items: center;
    margin: 0 15px;
}
.recognitions_container .modal-dialog{
    margin:0.5rem auto;
}
.recognitions_container .modal-header button{
    outline:none;
}
.recognitions_container .carousel{
    max-height: 700px;
    overflow: hidden;
  }
.recognitions_container .carousel-item img {
    width: 100%;
    object-fit: contain;
}
/* .carousel
  .item img {
      height: auto;
    } */
     /* Modal */

/* recognitions */

/* Ministry-Profile */
.ministry-profile-container{
    padding:51px 47px 31px;
}
.ministry_profile{
    padding: 48px 60px 40px;
    background: #FFFFFF ;
    box-shadow: 0px 0px 30px #0000000D;
    margin-bottom: 30px;
    position: relative;
}
.ministry_profile_content{
    padding-left: 230px;
    position: relative;
}
.ministry_profile_detail h4{
    font: bold 30px/35px "Raleway";
    letter-spacing: 0px;
    color: #EF1758;
    margin-bottom: 21px;
    padding-top: 27px;
}
.ministry_profile_detail h5{
    font: normal 20px/24px "Raleway";
    letter-spacing: 0px;
    color: #EF1758;
    margin-bottom: 24px;
}
.ministry_profile_links{
    padding: 38px 60px 30px 290px;
    background: #EF1758;
    margin: 0 -60px 0 -290px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.ministry_profile_links ul{
    list-style: none;
    padding:0;
    margin-bottom: 0;
}
.ministry_profile_links ul li{
    display: inline-flex;
    align-items: center;
    margin-bottom:9px;
}
.ministry_profile_links_contact li{
    margin-right: 40px;
}
.ministry_profile_links_contact li a{
    font: 500 14px/16px "Raleway";
    letter-spacing: 0px;
    color: #FFFFFF;
    margin-left:12px;
}
.ministry_profile_links_social{
    margin: 0 -13px;
}
.ministry_profile_links_social li{
    margin: 0 13px;
}
.ministry_profile_image{
    position: absolute;
    left:0;
    top:0;
    width:190px;
    height:190px;
}
.ministry_profile_description{
    padding-top:40px;
}
.ministry_profile_description h6{
    font: normal 600 16px/29px "Raleway";
    letter-spacing: 0px;
    color: #0C0C0C;
    margin-bottom: 22px;
}
.ministry_profile_description p{
    font: 500 14px/26px "Raleway";
    letter-spacing: 0px;
    color: #565656;
    margin-bottom: 0;
}
.ministry_profile_description p a{
    font: bold 14px/26px "Raleway";
    letter-spacing: 0px;
    color: #EF1758;
}
.ministry_logo{
    position: absolute;
    top: 32px;
    right:17px;
}
/* Ministry-Profile */


/* Bible Study */
.bible-container{
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
    float: right;
    height: 70px;
    width: 55px;
}

.bible-study-link{
    display: none;
}
.bible-study-link span{
    padding-left: 5px;
    color: #EF1255;
    font: 600 14px 'Raleway';
}
.bible-study{
    cursor: pointer;
}
.bible-study .container-fluid{
    max-width: 1160px;
    margin: 72px auto 66px;
}
.bible-study_content .eyebrow-head{
    text-transform: none;
    margin-bottom: 13px;
}
.bible-study_content_title{
font: bold 38px/45px 'Raleway';
letter-spacing: 0px;
color: #4D4D4D;
margin-bottom: 21px;
}
.bible-study_content_heading{
font: bold 21px/25px 'Raleway';
letter-spacing: 0px;
color: #3D3D3D;
text-transform: uppercase;
margin-bottom: 23px;
}
.bible-study_content .about-us-text{
    margin-bottom: 35px;
}
.bible-study_content_btn{
background: #EF1758;
padding: 20px 57px;
border: none;
outline: none;
text-align: center;
font: 500 16px/19px 'Raleway';
letter-spacing: 0px;
color: #FFFFFF;
opacity: 1;
}
.bible-study_content_btn:hover, .bible-study_content_btn:focus{
    outline: none;
}
.bible-study_image{
    position: relative;
    margin-top: 10px;
}
.bible-study_image > div{
display: inline-block;
position: relative;
max-width: 100%;
}
.bible-study_image::after{
content: "";
background: #FCD3DF;
width: 126px;
height: 126px;
position: absolute;
left: -22px;
bottom: -25px;
border-radius: 65px;
}
.bible-study_image > div::before{
content: "";
border: 30px solid #FCD3DF;
width: 205px;
height: 205px;
position: absolute;
right: -50px;
top: -52px;
border-radius: 105px;
}
.bible-study_image > div::after{
content: "";
background: url('../images/dotsNew.svg') no-repeat;
position: absolute;
right: -39px;
bottom: -39px;
width: 129px;
height: 118px;
}
.bible-study_image{
position: relative;
}
.bible-study_image img{
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 450px;
}
.bible-detail{
    margin-bottom: 67px;
}
.bible-detail .all_category_list ul li a.active{
color: #EF1758;
font: 600 14px/19px 'Raleway';
}
.bible-detail_content{
padding: 27px 28px 25px 38px;
box-shadow: 0px 12px 33px #0000000D;
margin-bottom: 33px;
}
.bible-detail_nav{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 45px;
}
.bible-detail_nav_dropdowns{
    display: flex;
}
.bible-detail_nav_dropdown{
    position: relative;
    margin-right: 35px;
}
.bible-detail_nav_dropdown > a{
    font: 600 18px/21px 'Raleway';
    color: #585858;
    text-decoration: none;
}
.bible-detail_nav .more{
    display: block;
}
.bible-detail_nav_dropdown > a > img{
    margin-left: 5px;
}

.days-links{
    width: 344px;
   max-width: 344px;
   padding: 25px 17px;
   box-shadow: 0px 5px 19px #00000029;
   border-radius: 3px;
   border: 0;
  }
.days_dropdown{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: -8px -3px;
}
.days_dropdown a{
   font: normal 12px/14px 'Raleway';
   letter-spacing: 0px;
   color: #4B4B4B;
   max-width: 23px;
   height: 23px;
   display: inline-flex;
   align-items: center;
   justify-content: center;
   width: calc( 10% - 6px);
   margin: 8px 3px;
   border-radius: 20px;
   padding:0;
}
.days_dropdown a:hover, .days_dropdown a:focus, .days_dropdown a.active{
   background-color: #FF4378;
   color: #ffffff;
   text-decoration: none;
}

.font-edit-dropdown .font-tools img{
    margin-left: 0;
}
.font-tools{
    max-width: 191px;
    width: 191px;
    left:-80px;
    padding: 17px 21px;
}
.font-tools > div{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.font-size{
    margin-bottom: 17px;
}
.font-size > .font-tool-image{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 63px;
    height: 45px;
    border-radius: 9px;
    background: #F6F6F6;
}
.font-tool-image{
    cursor: pointer;
}
.line-height > .font-tool-image{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 32px;
    border-radius: 7px;
    background: transparent;
}
.line-height > .font-tool-image.active{
    background: #F6F6F6;
}

.bible-detail_myquestion, .bible-detail_myquestion:focus{
    color: #EF1758;
    font: 500 16px/19px 'Raleway';
    text-decoration: none;
}
.bible-detail_myquestion img{
    margin-left: 10px;
}
.bible-detail_myquestion{
    display: flex;
    align-items: center;
}

.bible-detail_myquestion .full-text{
    display: block;
}
.bible-detail_myquestion .short-text{
    display: none;
}

.content_heading{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 24px;
}
.content_heading_day{
font: 600 19px/22px 'Raleway';
    color: #4D4D4D;
    margin-bottom: 0;
}
.content_heading_date{
font: 600 16px/29px 'Raleway';
    color: #777777;
    margin-bottom: 0;
}
.bible-detail_content_title{
font: 600 26px/30px 'Raleway';
color: #EF1758;
margin-bottom: 20px;
}
.bible-detail_content_heading{
    color: #0C0C0C;
    font: 600 28px/33px 'Raleway';
    letter-spacing: -0.56px;
    margin-bottom: 20px;
}
.bible-passage-content {
    font-size: 18px;
    line-height: 29px;
}.bible-passage-content p {
    padding-bottom: 20px;
}
.bible-detail_content p{
font-weight: 500;
font-family: 'Raleway';
color: #565656;
margin-bottom: 0;
}
.bible-detail_content hr{
    margin: 17px 0 23px;
}
.bible-detail_content_note .bible-detail_content_title{
    margin-bottom: 0;
}
.bible-detail .bible-study_content_btn{
display: block;
margin-left: auto;
}
.bible-question .card{
border-radius: 0;
border: none;
box-shadow: 0px 12px 33px #0000000D;
margin-bottom: 20px;
padding: 23px 24px 30px 39px;
}
.bible-question .card-header{
padding: 0;
background-color: transparent;
border-radius: 0;
border: none;
cursor: pointer;
}
.bible-question .card-header:not(.card-header-wrapper){
display: flex;
align-items: center;
justify-content: space-between;
}
.bible-question .card-header h2, .bible-question .card-header h2 button{
    padding: 0;
    color: #0C0C0C;
    font: 600 28px/33px 'Raleway';
    letter-spacing: -0.56px;
    text-decoration: none;
}
.bible-question .card-body{
    padding: 0;
    padding-top: 12px;
}
.bible-question .card-body p{
    margin-bottom: 20px;
    font: 500 18px/29px 'Raleway';
    color: #565656;
}
.bible-question .author img{
    margin-right: 8.6px;
}
.bible-question .author{
color: #949494;
font: 500 18px/21px 'Raleway';
margin-bottom: 0;
display: inline-flex;
align-items: center;
}
.card-header_section{
display: flex;
align-items: center;
justify-content: space-between;
margin-bottom: 22px;
}
.card-header_section > div{
display: flex;
align-items: center;
justify-content: start;
}
.accordion_date{
margin-bottom: 0;
font: 400 12px/14px 'Raleway';
color: #949494;
margin-right: 26px;
}
.accordion-btn{
    position: relative;
}
.accordion-btn .accordion_open{
position: absolute;
opacity: 0;
left: 0;
top: 12px;
}
.card-header .accordion-btn .accordion_open{
position: absolute;
opacity: 1;
left: 0;
top: 12px;
}
.card-header .accordion-btn .accordion_close{
opacity: 0;
}
.card-header.collapsed .accordion-btn .accordion_open{
opacity: 0;
}
.card-header.collapsed .accordion-btn .accordion_close{
opacity: 1;
}
.status{
font: 400 18px/29px 'Raleway';
margin-bottom: 0;
}
.status_unanswered{
color: #EC2A2A;
}
.status_pending{
color: #FFAF47;
}
.reason{
font: 400 18px/21px 'Raleway';
color: #B4B4B4;
margin-top: 11px;
margin-bottom: 0;
}
.addnote_btn, .addnote_btn:hover, .addnote_btn:focus{
background: #F5F5F5 0% 0% no-repeat padding-box;
border-radius: 5px;
border: none;
outline: none;
color: #9A9A9A;
font: 400 18px/21px 'Raleway';
width: 100%;
padding: 15px;
margin-top: 20px;
}

/* Bible Study */
/* Modal */
.ask-question-modal .modal-content{
border-radius: 0;
padding-bottom:0;
}
.ask-question-modal.login_wrap .modal-body{
padding: 26px 32px;
}
.modal_heading{
    color: #0C0C0C;
    font: 600 28px/33px 'Raleway';
    letter-spacing: -0.56px;
    margin-bottom: 21px;
}
.modal_para{
    color: #B4B4B4;
    font: 500 14px/16px 'Raleway';
    margin-bottom: 20px;
    letter-spacing: 0.2px;
}
.modal_textarea, .modal_textarea:focus{
    padding: 21px 24px;
    color: #8D99AE;
    font: 500 18px/15px 'Raleway';
    border: 0;
    background-color: #F2F2F2;
    width: 100%;
    resize: none;
    outline: none;
    margin-bottom: 20px;
    height: 179px;
}
.action-buttons{
    text-align: end;
}
.action-button,  .action-button:focus{
    padding: 12px 37px;
    font: 500 16px/19px 'Raleway';
    border: none;
    outline: none;
    cursor: pointer;
}
.action-button_cancel, .action-button_cancel:focus{
border: 1px solid #EF1758;
color: #EF1758;
margin-right: 16px;
background: #ffffff;
}
.action-button_submit{
background-color: #EF1758;
color: #ffffff;
}
.bible-reading-question-error{
    display: none;
}
.modal_close_btn, .modal_close_btn:focus{
    position: absolute;
    right: 28px;
    top:28px;
    padding: 0;
    background-color: transparent;
    border: none;
    outline: none;
    font-size: 30px;
    color: #707070;
    line-height: 0;
    cursor: pointer;
}
.note_textarea{
    /* height: 332px; */
}
/* Modal */

/* Media queries */

@media (max-width: 1074px) and (min-width: 992px) {
    .search input {
        max-width: 217px;
    }
}

@media (max-width: 991px) {
    .mobile-nav {
        display: block;
        width: 100%;
        z-index: 999;
    }

    .menu-opened {
        height: 100%;
        position: fixed;
    }

    .top-head {
        display: none;
    }

    .main-tabs {
        display: none;
    }
.login_wrap {
    top: 62px;
}
    .pad-38 {
        padding: 0 0;
    }

    .verseday_head:after {
        display: none;
    }

    .verseoftheday {
        padding-left: 30px;
        margin-top: 28px;
        box-shadow: 0px 17px 33px #0000000F;
        margin-right: 10px;
        padding-top: 65px;
        padding-bottom: 43px;

    }

    .verse-wrap img {
        height: auto;
    }

    .verseday_head p {
        margin-bottom: 20px;
    }


    .verse-wrap_main:after {
        display: none;
    }

    .m-bot30 {
        margin-bottom: 30px;
    }

    .banner-text-wrap {
        padding-top: 0px;
        padding-left: 0px;
        padding-bottom: 30px;
    }

    .footer_logo_main {
        padding-top: 50px;
    }

    .owl-carousel_testimonial .item {
        margin: 47px 20px;

    }

    /* Event detail styles */
    .event_full_detail {
        flex-direction: column;
        align-items: start;
        padding: 30px 15px;
        width: 100%;
    }

    .each_speaker {
        margin-right: 15px;
        margin-bottom: 10px;
    }

    .event-detail_devider {
        position: relative;
        padding-bottom: 40px;
        padding-right: 0;
        margin-bottom: 40px;
    }

    .event_det_date_time_wrapper {
        padding-left: 0;
    }

    .event-detail_devider:before {
        border-bottom: 1px dashed #A7A7A7;
        border-left: 0;
        width: 100%;
        height: 1px;
        bottom: 0;
        top: 100%;
    }

    .detail-mini_head {
        flex-flow: wrap;
    }

    .share-w_warap {
        flex-flow: wrap;
    }

    .key_speakers {
        margin-bottom: 0px;
    }

    .detail_host:before {
        width: 100%;
        height: 1px;
        bottom: 100%;
    }

    .detail_host {
        padding-left: 0;
        padding-top: 15px;
        width: 100%;
    }

    .share_w_icons {
        margin-bottom: 20px;
    }

    .event-detail-dec h2, .event_location h4, .event_contact h4 {
        font: 800 28px/35px "Raleway";
        margin-bottom: 10px;
    }

    .event_det_header{
        font-size: 32px;
    }

    /* Event detail styles end*/
    .category_small_srn {
        display: block;
        margin-bottom: 30px;
    }

    .dropdown-menu.show {
        margin-top: 2px;
    }

    .category_sidebar {
        display: none;
    }

    /* Prayer Request */
    .add-btn-container{
        margin-right: -15px;
    }

    /* Recognitions */
    .recognition_content{
        padding: 69px 65px 60px 65px;
    }
    /* Recognitions */
}

@media (max-width: 767px) {
    .banner-main {
        border-radius: 0;
        padding: 30px 0;
    }

    h1 {
        font: 300 32px 'Raleway';
    }

    .sub-texts p {
        font: 500 16px/18px "Raleway";
        color: #FFFFFF;
    }

    .aboutus-wrapper {
        max-width: 100%;
    }

    .aboutus-wrapper:before {
        display: none;
    }

    .about-pseudo:after {
        display: none;
    }

    .about-pseudo {
        margin-top: 40px;
    }

    .owl-theme .owl-nav.disabled + .owl-dots {
        margin-top: 0px !important;
        text-align: center;
    }

    .verseoftheday {
        margin-right: 0;
        padding-left: 15px;
        padding-right: 15px;
    }
    .date-dur-post span:first-child {
        font: 600 16px 'Raleway';
    }
    /* About us styles */
    .abt_pg_head p {
        color: #FFFFFF;
        font: 400 21px 'Raleway';
        text-align: center;
        max-width: 946px;
        margin: auto;
        padding: 0 15px;
    }
    .join_us_header p {
        font: 400 16px 'Raleway';
        padding: 0 15px;
    }

    .join_us_header h3 {
        font: 800 28px 'Raleway';
    }

    /* About us styles */

    /* Video Detail */

    .main_video_details h2 {
        font: 600 20px/30px 'Raleway';
    }
    /* End Video Detail */
    /* Recognitions */
    .recognitions_container{
        padding: 14px 14px 41px;
    }
    .recognition_content{
        padding: 39px 35px 30px 35px;
    }
    .recognition_image{
        padding: 66px 30px 64px 30px;
    }
    .recognition_content .recognition_name {
        font: bold 14px/25px "Raleway";
        margin-bottom: 23px;
    }
    .recognition_content .recognition_title {
        font: bold 25px/30px "Raleway";
    }
    .recognition_content .recognition_para, .recognition_content .recognition_readmore{
        font: 500 14px/25px "Raleway";
    }
    /* Recognition */
   /* Ministry-Profile */
   .ministry-profile-container{
        padding: 14px 14px 30px;
   }
   .ministry_profile{
        padding: 20px;
   }
   .ministry_profile_description {
        padding-top: 20px;
    }
    .ministry_profile_description h6{
        margin-bottom: 16px;
    }
    .ministry_profile_description p{
        font: 500 12px/20px "Raleway";
    }
    .ministry_profile_content{
        padding-left: 105px;
    }
    .ministry_profile_image {
        width: 90px;
        height: 90px;
    }
    .ministry_profile_detail h4 {
        font: bold 16px/19px "Raleway";
        margin-bottom: 5px;
        padding-top: 0;
    }
    .ministry_profile_detail h5 {
        font: normal 10px/14px "Raleway";
        margin-bottom: 12px;
    }
    .ministry_profile_links {
        padding: 12px 20px 15px 125px;
        margin: 0px -20px 0 -125px;
    }
    .ministry_profile_links_social {
        margin: 0 -5px;
    }
    .ministry_profile_links_social li{
        margin: 0 5px;
    }
    .ministry_profile_links ul li img{
        transform: scale(0.8);
    }
    .ministry_profile_links ul.ministry_profile_links_contact li{
        margin-bottom: 5px;
    }
    .ministry_profile_links ul.ministry_profile_links_social li{
        margin-bottom: 0;
    }
   .ministry_logo{
       top:7px;
       right:5px;
       width:42px;
   }
   /* Ministry-Profile */
   /* Bible Study */
    .bible-study_image{
        margin-bottom: 40px;
    }
    .bible-study_image::after, .bible-study_image > div::before, .bible-study_image > div::after{
        display: none;
    }
    .bible-study_image > div{
        width: 100%;
    }
    .bible-detail_nav{
        margin-top: 30px;
    }
    /* Bible Study */

    .bible-detail_nav_dropdown
    {
        margin-right: 20px;
    }
}

@media (min-width: 576px)
{
    /* Recognition Modal */
    .recognitions_container .modal-dialog {
        max-width: 900px;
        width: 100%;
    }
    /* Recognition Modal */

    /* Bible Question Modal */
    .ask-question-modal .modal-dialog {
        max-width: 676px;
    }
    /* Bible Question  Modal */
}
@media (max-width: 576px) {
    .banner-detail-wrap {
        padding: 41px 10px;
    }

    .detail-head h3 {
        font: 700 28px/28px "Raleway";
    }
    .about-text-wrap h3 {
        font: bold 28px 'Raleway';
    }
    .verseday_head p {
        font: 800 35px 'Raleway';
    }
    .verse p {
        font: 500 16px/24px 'Raleway';
    }
    .abt_pg_head p {
    font: 400 16px 'Raleway';
    }
    .abt_pg_head h3 {
        font: 800 38px 'Raleway';
    }
    .join_us_header h3 {
        font: 800 24px 'Raleway';
    }
    .banner-mini-detail ul {
        font: 500 14px/21px Raleway;
        flex-flow: column;
        align-items: flex-start;
    }
    .our_values {
        font: 800 28px 'Raleway';
    }
    .values_text h5 {
        font: 800 24px 'Raleway';
    }
    .ftr-links ul {
        padding-left: 0;
    }

    .ftr_address p {
        padding-left: 0;
    }

    .owl-carousel_testimonial .item {
        padding: 38px 10px;
    }

    .testimonial_detail {
        flex-direction: column;
    }

    .t_person {
        margin-right: 0;
        margin-bottom: 20px;
    }

    .t_person_detail {
        text-align: center;
    }
    .page-link {
        padding: 0.7rem 0.75rem;
    }
    .testimonial_listing .item {
        padding: 38px 15px;
    }
    /* event detail styles added */
    .details_all_head {
        padding: 67px 15px 0;
    }

    .details_header h2 {
        font: 800 32px 'Raleway';
    }

    .breadcrumb_like .breadcrumb {
        padding: 0 0.94rem;
    }

    .detail_play-fav {
        padding: 5px 0.94rem;
    margin: 0 0.826rem;
    }

    .detail_play-fav span .fav {
        width: 21px;
        height: 19px;
        min-height: 19px;
    }

    .detail_play-fav span .fav-selected {
        width: 21px;
        height: 19px;
        min-height: 19px;
    }

    .detail_page_bg {
        padding-bottom: 50px;
        min-height: 380px;
        padding-top: 20px;
        max-height: 100%;
    }
    .breadcrumb_like nav {
        padding: 0 0.526rem;
    }
    .breadcrumb_like nav {
        padding: 0px 0.826rem;
    }

    .event-detail-dec h2, .event_location h4, .event_contact h4 {
        font: 800 24px/28px "Raleway";
        margin-bottom: 5px;
    }

    .event_det_header{
        font-size: 28px;
    }
.details_all_head_mod {
    padding: 20px 0.826rem;
}
.detail_tag p {
    width: 100%;
}
    /* event detail styles added */
    /* About us styles */
    .branch_name_wrap {
        flex-direction: column;
        align-items: flex-start;
    }

    .branch_name_wrap .get-direction {
        margin: 14px 0;
    }

    .abt-our_vis_mis {
        padding: 15px;
    }

    /* About us styles */
    /* mini header strip */
    .category_heading {
        justify-content: center;
    }

    .category_heading p {
        padding: 14px 15px;
        font: 800 18px 'Raleway';
        text-align: left;
    }

    .breadcrumb {
        padding: 10px 15px;
    }

    /* mini header strip */
    .post-slidr__header {
        padding: 0 20px;
    }

    .slider_header h2 {
        font: 800 24px 'Raleway';
    }
    .abt_us_page_bg {
        padding-left: 15px;
        padding-right: 15px;

    }

    /* Recognition */
    .recognition_image{
        padding: 30px;
    }
    .recognition_image img{
        height:auto;
    }
    .recognition_section_bg{
        width:50%;
    }
    /* Recognition */

    /* Modal */
    .recognitions_container .carousel-item img {
        height: 350px;
    }
     /* Modal */

     .bible-detail_myquestion .full-text{
         display: none;
     }
     .bible-detail_myquestion .short-text{
         display: block;
     }
}

@media (max-width: 480px) {
    .container {
        margin: 0 auto;
        width: 100%;
        height: 100%;
        box-shadow: none;
    }

    .container .header {
        position: fixed;
    }

    .content {
        overflow-y: hidden;
    }

    .main-content .owl-theme .custom-nav .owl-prev, .main-content .owl-theme .custom-nav .owl-next {
        padding: 0 3px;
    }

    .login_via button {
        max-width: 100%;
        justify-content: center;
    }

    /* Video detail section */

    .main_video_details h2 {
        font: 600 16px/25px 'Raleway';
    }

    .vid_action_section {
        padding: 26px 10px;
    }

    .vid_action_section a {
        margin-bottom: 0;
        display: inline-block;
    }

    .vid_action_section .action-text {
        display: none;
    }

    /* Video detail section */
    /*profile section*/
    .profile-overview {
        padding: 80px 15px 0px 15px;
    }

    /*profile section*/
    /* Recognition */
    .recognition_content .recognition_photos li img {
        width: 70px;
        height: 70px;
        object-fit: cover;
        border-radius: 5px;
        margin-right: 10px;
        margin-bottom: 8px;
    }
    /* Recognition */

    .days-links {
        width: 280px;
    }

    .bible-detail_nav_dropdown
    {
        margin-right: 8px;
    }
}


/* Modal app download */
#app-dwnld {
    z-index: 999999;
}
#app-dwnld .modal-content {
    background-color: #F52B65;
    border: none;
    position: relative;
}
#app-dwnld .close {
    text-align: right;
    padding: 10px;
    position: absolute;
    right: 20px;
    z-index: 999;
    color: #fff;
}
.mobile_mockup {
    text-align: center;
    padding: 30px 0;
}
.mobile_mockup img {
    max-width: 220px;
}
.app_dwn_logo {
    margin-bottom: 30px;
}
.app_dwn_logo img {
    max-width: 230px;
}
.main-text-app h1 {
    font: 300 32px 'Raleway';
}
.engage {
    font: 400 14px/27px "Raleway";
    color: #fff;
}
.app_dwnld_icons {
    display: flex;
    align-items: center;
    margin-top: 30px;
    flex-wrap: wrap;

}
.app-dwnload_text {
    padding: 40px 0;
}
.app_dwnld_icons a {
    margin-right: 30px;
    margin-bottom: 20px;
}
.app_dwnld_icons a img {
    max-width: 120px;
}
.app-dnld-body {
    padding: 0;
}
.blue_theme {
    background-color: #1B212D;
    border-radius: 0 0 0 60px;
}

/* Modal app download */
