.breadcrumb {
    background: none;
/*    position: absolute;*/
    right: 0;
    bottom: 0;
    margin-bottom: 0px;
    float: left;
    font-size: 20px;
    color: #efefef;
}
.breadcrumb li a{
    color: #fff;
}
.banner-heading .banner-title {
    font-size: 40px;
    font-family: inherit;
    color: #fff;
/*       padding: 20px 0px;*/
    font-weight: 400;
}
.banner-heading {
    font-size: 45px;
    color: #fff;
    padding-top: 100px;
    font-weight: 400;
    padding-bottom: 15px;
}

.bg-overlay:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(36, 46, 68, 0.7);
    z-index: -1;
}
.bg-overlay {
    position: relative;
    z-index: 1;
}
a:hover,a:focus{
    outline: none;
    text-decoration: none;
}
.tab .nav-tabs{
    border: none;
    margin-bottom: 10px;
}
.tab .nav-tabs li a{
    padding: 10px 20px;
    margin-right: 15px;
    background: #ef5684;
    font-size: 17px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    border: none;
    border-top: 3px solid #df3d6e;
    border-bottom: 3px solid #df3d6e;
    border-radius: 0;
    overflow: hidden;
    position: relative;
    transition: all 0.3s ease 0s;
}
.tab .nav-tabs li.active a,
.tab .nav-tabs li a:hover{
   border: none;
    border-top: 3px solid #df3d6e;
    border-bottom: 3px solid #df3d6e;
    background: #fff;
    color: #ef5684;
}
/*
.tab .nav-tabs li a:before{
    content: "";
    border-top: 15px solid #f8333c;
    border-right: 15px solid transparent;
    border-bottom: 15px solid transparent;
    position: absolute;
    top: 0;
    left: -50%;
    transition: all 0.3s ease 0s;
}
*/
.tab .nav-tabs li a:hover:before,
.tab .nav-tabs li.active a:before{ left: 0; }
/*
.tab .nav-tabs li a:after{
    content: "";
    border-bottom: 15px solid #f8333c;
    border-left: 15px solid transparent;
    border-top: 15px solid transparent;
    position: absolute;
    bottom: 0;
    right: -50%;
    transition: all 0.3s ease 0s;
}
*/
.tab .nav-tabs li a:hover:after,
.tab .nav-tabs li.active a:after{ right: 0; }
.tab .tab-content{
    padding: 20px 30px;
    border-top: 1px solid #dfdada;
    border-bottom: 1px solid #e3dfe0;
    font-size: 17px;
    color: #333333;
    letter-spacing: 1px;
    line-height: 30px;
    position: relative;
    box-shadow: 0px 1px 3px 1px gainsboro;
}
.tab .tab-content:before{
    content: "";
    border-top: 14px solid #2b303f;
    border-right: 15px solid transparent;
    border-bottom: 15px solid transparent;
    position: absolute;
    top: 0;
    left: 0;
}
.tab .tab-content:after{
    content: "";
    border-bottom: 15px solid #342f3f;
    border-left: 15px solid transparent;
    border-top: 14px solid transparent;
    position: absolute;
    bottom: 0;
    right: 0;
}
.tab .tab-content h3{
    font-size: 24px;
    margin-top: 0;
}
@media only screen and (max-width: 479px){
    .tab .nav-tabs li{
       width: 100%;
    text-align: center;
    margin-bottom: 5px;
   background: #c7043f;
    padding: 11px 20px;
}
    .tab .nav-tabs li a {
       border-right: 0px!important;
    }   
}
.page-title-bx {
    margin-bottom: 20px;
}
.heading {
    font-family: inherit;
    /* text-align: center; */
    font-size: 30px;
}
.txtcolor1 {
    color: #c7043f;
}
.txtcolor2 {
   color: #c7043f;
}
.membership-plan-bx {
    margin-bottom: 20px;
}
.membership-plan-wrapper {
    margin-bottom: 20px;
}
.package-bx {
        border: #e0e0e0 solid 1px;
    border-bottom: 2px solid #c7043f;
    padding: 0px;
    /* min-height: 100px; */
    margin-bottom: 20px;
    border-radius: 3px;
    background: white;
    /* display: flex; */
    /* display: -webkit-box; */
    display: -moz-box;
    display: -ms-flexbox;
    /* display: -webkit-flex; */
    /* display: flex; */
}
.package-bx .package-name {
    background: #c7043f;
    min-height: 60px;
    display: flex;
    align-items: center;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-flex-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    text-align: left;
    padding-left: 20px;
}
.package-bx .package-name h2 {
    font-size: 20px;
    color: #FFFF;
    font-weight: 600;
    text-transform: uppercase;
    margin-top: 10px;
    display: inherit;
}
.package-bx .package-name h2 i {
    font-size: 35px;
    display: inline-block;
    margin-right: 10px;
}
.package-bx .package-name .caret-right {
    position: absolute;
    z-index: 9;
    right: 2px;
    top: 15px;
}
.news-list .col-md-12 {
    overflow: hidden;
}
.pb-80 {
    padding-bottom: 80px;
}
.news-img > img, .news-inner {
    width: 100%;
}
.news-inner .news-img, .news-inner .news-desc, .read-more, .news-post .n-date {
    float: left;
}
.news-inner .news-img {
    position: relative;
    width: 45%;
    height: 280px;
    overflow: hidden;
}
.news-img > img, .news-inner {
    width: 100%;
}
.news-post {
   background: rgb(199, 4, 63) none repeat scroll 0 0;
    bottom: 0;
    padding: 15px 12px;
    position: absolute;
    width: 100%;
}
.news-img .comment, .news-views > a, .single-commmunites > h1, .single-commmunites h2, .news-post .n-date {
    color: #fff;
}
.news-post .n-date {
    font-family: "Montserrat",sans-serif;
    font-weight: 400;
    text-transform: uppercase;
}
.read-more, .news-post .n-date, .news-views {
    display: inline-block;
}
.news-inner .news-img, .news-inner .news-desc, .read-more, .news-post .n-date {
    float: left;
}
.news-inner .news-desc {
       background: #fff none repeat scroll 0 0;
    border-radius: 0 3px 4px 0;
    margin-top: 0px;
    padding: 20px 10px 0px 15px;
    text-align: left;
    transition: all 0.3s ease 0s;
    width: 55%;
    box-shadow: 3px 2px 2px -1px #dadada;
    border-bottom: 4px solid #af0a3c;
    height: 280px;
}
.head_t img:after{
    
}
h3.news-title {
    color: #555;
    font-size: 22px;
    line-height: 30px;
    margin: 0px;
    text-transform: capitalize;
}
.news-desc p.news_desc {
    margin-bottom: 20px;
}
.news-desc p.news_desc {
    font-weight: 300;
}
.couple-column {
    position: relative;
    margin-bottom: 40px;
    padding: 5px;
    border-bottom: 6px solid #f6cfdb;
    border-left: 3px solid #f8e6eb;
    border-right: 3px solid #f8e6eb;
    border-top: 2px solid #f8e6eb;
}
.couple-column .image-column, .couple-column .text-column {
    margin-bottom: 10px;
}
.couple-column .image-column .image-box {
    position: relative;
    height: 260px;
    overflow: hidden;
}
figure {
    margin: 0;
}
.couple-column .image-column .image-box img {
    display: block;
    width: 100%;
}
img {
/*    max-width: 100%;*/
    height: auto;
}
.couple-column .image-column, .couple-column .text-column {
    margin-bottom: 10px;
}
.couple-column .text-column h3 {
    font-size: 26px;
    font-weight: 600;
    text-transform: capitalize;
    color: #ef5684;
    word-spacing: 1px;
    font-family: inherit;
    padding-top: 0px;
    margin-bottom: 0px;
}
.text-left {
    text-align: left;
    padding-top: 20px;
}
.social {
    position: relative;
    margin-top: 18px;
    float: right;
    perspective: 1000px;
}
.social li:first-child a {
    border-radius: 0 5px 0 0;
}
.social li a {
   display: block;
    height: 40px;
    margin-bottom: 8px;
    width: 40px;
    background: #c7043f;
    border-bottom: 1px solid #c7043f;
    font: normal normal normal
 16px/20px 
 'FontAwesome', 'Source Sans Pro', Helvetica, Arial, sans-serif;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    padding: 10px;
    text-decoration: none;
    text-align: center;
    transition: background .5s ease .300ms;
}
a:hover, a:focus, a:visited {
    text-decoration: none;
    outline: none;
}


.social li a:hover span {
    display: block;
    visibility: visible;
    opacity: 1;
    
}

.social li a span {
    width: 136px;
    float: right;
    text-align: center;
    background: #c7043f;
    color: #fff;
    margin: -30px 31px;
    padding: 10px;
    transform-origin: 0;
    visibility: hidden; 
   
    opacity: 0;
    /* transform: rotateY(45deg); */
    /* border-radius: 5px; */
    transition: all .5s ease .300ms;
}
.couple-column {
    position: relative;
    margin-bottom: 40px;
    padding: 5px;
    border-bottom: 3px solid #e18fa8;
    border-left: 3px solid #eccbd5;
    border-right: 3px solid #eccbd5;
    border-top: 2px solid #c7043f6b;
    background: white;
}
.aboutmehr {
    margin-top: 5px;
    margin-bottom: 5px;
    border: 0;
    border-top: 1px solid #a7a7a7;
}
ul li{
    list-style: none;
}
.panel-title > a {
    display: block;
    color: white;
    padding: 15px;
    font-weight: 600;
    font-size: 18px;
    text-decoration: none;
        border-bottom: 5px solid #ec3068;
    background: #ef5684;
    text-decoration: none;
}
.more-less {
   padding: 10px 19px 8px;
    background: #ec3068;
    margin-right: -14px;
    float: right;
    margin-top: -16px;
}