
/*==================================
  Dachurch Tab Start
====================================*/

p{
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
}
li{
    list-style: none;
}
.tab-style1  .tab-description{
    color: #666666;
}
.tab-style1 .nav {
    display: block;
    position: absolute;
    bottom: 170px;
    right: 40px;
    border: none;
    z-index: 9;
}
.tab-style1 img{
    width: 100%;
    object-fit: cover;
    object-position: top;
    height: 640px;
}
.tab-style1 .arrow-left li:before {
    content: ">";
    font-weight: 800;
    color: #ff6418;
    position: absolute;
    left: 0px;
}
.tab-style1 p{
    margin-bottom: 15px;
}
.tab-style1 .arrow-left {
    position: relative;
    margin-bottom: 30px;
    padding-left: 17px;
}
.nav-link{
  padding: 2px 15px 2px 1px;
  text-align: right;
  cursor: pointer;
  border-radius: 0;
}
.tab-style1  h3.tab-heading {
    margin-bottom: 15px;
    margin-top: -5px;
}
.tab-style1  .tab-content {
    padding: 110px 0px 117px 0px;
}
.tab-style1  .nav-tabs .nav-link.active {
    color: #ffff;
    background-color: #ff6418;
    border-radius: 0;
    border: none;
}
.tab-style1 .nav-item #tab-counter2{
    padding: 2px 15px 2px 19px;
}
.tab-style1 .nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover ,.nav-tabs .nav-link{
    border: none;
    background: #fff;
    color: #222;
}
.tab-style1  .nav li{
    MARGIN-BOTTOM: 10PX;
}
.tab-style1 a.tab-content-btn{
    background-color: #ff6418;
    padding: 20px 50px;
    border-radius: 50px;
    display: inline-flex;
}
.tab-style1 div#myTabContent:before {
    content: "";
    background: url(https://demos.webinane.com/dachurch/wp-content/uploads/2021/12/bless-me.jpg);
    position: absolute;
    width: 50vw;
    right: 56%;
    top: 50%;
    transform: translateY(-50%);
    height: 60%;
    z-index: 1;
    background-size: cover;
    background-repeat: no-repeat;
    background: #f9f9f9;
}
.tab-style1 .tab-content>.active {
    z-index: 2;
    position: relative;
}
.tab-style1 div#myTabContent {
    position: relative;
}






















