body {
    padding-top:0px;
    /*font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";*/
    font-family: 'Source Sans Pro';
    overflow-x:hidden; 
}

*{
    word-break: break-word;
}

@font-face {
    font-family: 'ben_brownregular';
    src: url('../fonts/benbrown-webfont.woff2') format('woff2'), url('fonts/benbrown-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'ben_brownregular';
    src: url('../fonts/benbrown-webfont.woff2') format('woff2'),
        url('../fonts/benbrown-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
.sweet-alert{
  font-family: 'Source Sans Pro' !important;   
}

.top_banner_wrapper{
    height: 500px;
    background-position: bottom center;
        background-repeat: no-repeat;
    background-size: cover;	
    position:relative; 
}
/*
.navbar-fixed-top{
 top:10px !important; 	
} */

.navbar-fixed-top.small-header {
    background-color: #ffffff;
    box-shadow: 0px 0px 23px rgba(0, 0, 0, 0.78);
    top:0px !important; 
}
.header-wrap {
    width: 100%;
    position: relative;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    padding:0px 10px;
    background: #ffffff;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    justify-content: space-between;
}
.header-top-right {
    display: flex;
    align-items: center;
    width: 86%;
    padding: 0 0 0 7px;
}

.top-logo {
    width: 15%;
    padding: 0 0;
    z-index: 1;
    position: relative;
}
.top-logo a {
    display: inline-block;
    width: 100%;
}
.top-logo img {
    width: 160px;
    transition: .5s ease all;
    max-width:100% !important; 
    margin:0px !important; 
}
.nav-menu-inner {
    position: relative;
    margin-left: auto;
    margin-right: 0;
    width: 100%;
    padding-left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    /* pointer-events: none; */
}
.menu-top {
    position: relative;
    display: flex;
    margin-bottom: 0;
}
.menu-top li:first-child {
    margin-left: 0;
    padding-left: 0;
}
ul.menu-top li {
    display: inline-block;
    margin: 0;
    color: #FFF;
    position: relative;
    padding: 0px 0;
    vertical-align: middle;
}
.menu-top > li > a {
    padding: 21px 15px 21px !important;
    color: #000;
    position: relative;
    font-size: 14px;
    display: flex;
    align-items: center;
    text-decoration: none;
    text-transform: capitalize;
}
.menu-top li.current-menu-item a, .menu-top li a:hover {
    background-image: linear-gradient(30deg, #0b9cf7 0%, #2b3eff 100%);
    color: #ffffff;
}
.navbar-subnav{
 border:0px !important; 
}
.navbar-subnav .profile-page-buttons > ul > li{
padding:0px !important; 	
float: left;
}
.navbar-subnav .profile-page-buttons{
padding:0px !important; 	
}
.navbar-subnav .profile-page-buttons ul li a {
    color: #fff;
    background: none !important;
    border-radius: 3px;
    font-weight: normal !important;
    font-size: 13px !important;
    color: #000;
    border-radius:0px; 
    font-family: 'Source Sans Pro', sans-serif;
}
.navbar-subnav{
background:#fff !important; 	
}
.header_search_input{
 position:absolute;
 display:none;  	
}
.nav_box{
  display:flex; 
  position:relative;   
}

.right_navigation_wrap {
    display: flex;
    align-items: center;
    list-style: none;
    margin: 0px;
    width: auto;
    justify-content: left;
    padding: 0;
}

.right_navigation_wrap li{
margin:0px 0px !important; 	
}
.navbar{
min-height:30px !important;
background:none !important;
border:0px !important;   	
}



.right_navigation_wrap .button-top a {
    display: inline-block;
    color: #fff;
    padding: 4px 20px;
    border-radius: 30px;
    position: relative;
    font-weight:300 !important;
    text-transform: capitalize;
    font-size: 13px;
    line-height: 24px;
    width: 96px;
    background: none;
    margin: 0 5px;
    background-image: linear-gradient(30deg, #0b9cf7 0%, #2b3eff 100%);
    font-weight: normal !important;
    text-align: center;
    text-decoration: none;
        border: 1px solid #2b4db1;
}
.right_navigation_wrap .button-top a.btn1 {
    background: #fff;
    color: #2b4db1;
    border: 1px solid #2b4db1;
}
.search_collapse{
display:block !important; 	
}

.search_collapse button {
    background: none;
    padding: 0 10px 0 0;
    margin: 0;
}

.page-banner-wrap {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    margin: auto;
}
.page-banner-wrap .container {
    height: 100%;
    display: flex;
    align-items: center;
    position: relative;
}
.common-banner-title {
    padding-left: 68px;
    margin-top:68px;
}
.page-banner-wrap .banner-title {
    font-size: 50px;
}
.banner-title {
    font-size: 60px;
    line-height: 60px;
    color: #fff;
    text-transform: capitalize;
    font-weight: 700;
}
.sub-heading {
    max-width: 450px;
    color: #fff;
    line-height: 26px;
    margin-top: 10px;
} 
#site-feedback-widget{
display:none !important; 	
}
.page-banner-wrap .container:before {
    content: "";
    position: absolute;
    height: 100%;
    top: 0;
    bottom: 0;
    right: 15px;
    width: 1px;
    background: rgba(166, 255, 0, 0.21);
    z-index: 0;
}
.page-banner-wrap .container:after {
    content: "";
    position: absolute;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 15px;
    width: 1px;
    background: rgba(166, 255, 0, 0.21);
    z-index: 0;
}
.navbar-subnav .profile-page-buttons ul li.active a, .navbar-subnav .profile-page-buttons ul li a:hover {
    background-image: linear-gradient(30deg, #0b9cf7 0%, #2b3eff 100%) !important;
    color: #ffffff !important;
}
.footer{
 background:url(../img/footer-bg.jpg);
     background-repeat: no-repeat;
    background-size: cover; 
    padding-top:0px !important; 	
}
.footer-logo {
    text-align: center;
    margin-bottom: 30px;
    margin-top: 40px;
}
.footer .footer-top img {
     margin-bottom:0px !important; 
     max-width:100% !important; 
     margin-left:0px !important; 
}
.footer-content {
    max-width: 780px;
    margin: auto;
    text-align: center;
    margin-bottom: 20px;
}
.footer-content p{
    color: #c1c1c1;
    line-height: 24px;
    font-size:16px; 	
}
.footer-mail {
    margin-bottom: 30px;
    margin-top: 40px;
    text-align: center;
    position: relative;
    width: 100%;
}
.footer-mail:after, .footer-mail:before {
    content: "";
    width: 30%;
    position: absolute;
    height: 1px;
    background: #757575;
    right: 0;
    margin: auto;
    top: 0;
    bottom: 0;
}
.footer-mail:before {
    right: inherit;
    left: 0;
}
.footer .footer-mail a {
    display: inline-block;
    color: #fff;
    padding: 15px 34px;
    border-radius: 72px;
    position: relative;
    font-weight: 300;
    text-transform: lowercase;
    font-size: 22px;
    line-height: 24px;
    background: none;
    margin: 0 5px;
    background-image: linear-gradient(30deg, #0b9cf7 0%, #2b3eff 100%);
    text-decoration:none; 
    font-family: 'Source Sans Pro';
}
.footer-mail img.mail-icon {
    margin-right: 10px;
    margin-bottom: 0;
}
img.mail-icon {
    margin: 0 0 10px;
}

.tabs_wrapper {
    background: #f7f7f7;
}
.tabs_wrapper .nav-tabs{
 border:0px !important; 
}

.tabs_wrapper ul li a {
    border: 0px !important;
    display: block !important;
    color: #2847fe !important;
    padding: 28px 12px !important;
    border-bottom: 2px solid rgba(255, 255, 255, 0) !important;
    font-size:14px !important;
    text-transform: uppercase !important;
}
.tabs_wrapper ul li a:hover, .tabs_wrapper ul li a.active, .tabs_wrapper ul li a:focus {
    color: #2847fe !important;
    border-bottom: 2px solid #2847fe !important;
    background:none !important; 
}
.user-card .cover-section.community_box_wrap{
    background:none !important; 
     min-height:auto;
    text-align:left;
    border-radius:0;
    display: flex;
    align-items: center; 
    padding: 10px;
    border-bottom: 1px solid #f2f2f2;  
    position:relative; 
}
.user-card .cover-section.community_box_wrap:after{
 position:absolute;
 content:"";
 width:100%;
 background:#fafafa;
 height:70%;
 top:0px;
 left:0px;
 z-index:-1;           
}

/*.help-tip{
    position: absolute;
    top: 18px;
    right: 18px;
    text-align: center;
    background-color: #BCDBEA;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    font-size: 14px;
    line-height: 26px;
    cursor: default;
}
*/
.help-tip:before{
    color:#5575da;
}
/*.help-tip{
    background-color: #5575da;
}*/

.help-tip:hover p{
    display:block;
    transform-origin: 100% 0%;

    -webkit-animation: fadeIn 0.3s ease-in-out;
    animation: fadeIn 0.3s ease-in-out;

}

.help-tip p{    /* The tooltip */
    display: none;
    text-align: left;
    background-color: #1E2021;
    padding: 5px;
    width: 300px;
    position: absolute;
    border-radius: 3px;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
    /*right: -4px;*/
    color: #FFF;
    font-size: 13px;
    line-height: 1.4;
    z-index: 1;
}

.help-tip p:before{ 
    position: absolute;
    content: '';
    width:0;
    height: 0;
    border:6px solid transparent;
    border-bottom-color:#1E2021;
    left:32px;
    top:-12px;
}

.help-tip p:after{ /* Prevents the tooltip from being hidden */
    width:100%;
    height:40px;
    content:'';
    position: absolute;
    top:-40px;
    left:0;
}

.tooltip-inner{
  word-wrap: break-word;
  text-align: left;
  white-space: pre-line;
}

/* CSS animation */

@-webkit-keyframes fadeIn {
    0% { 
        opacity:0; 
        transform: scale(0.6);
    }

    100% {
        opacity:100%;
        transform: scale(1);
    }
}

@keyframes fadeIn {
    0% { opacity:0; }
    100% { opacity:100%; }
}

.user-card .cover-section.community_box_wrap .use-img-wrap>a{
bottom:0px; 
height:auto;     
}
.user-card .cover-section.community_box_wrap .use-img-wrap{
 margin:5px;
 width:auto;
 height:auto;   
 padding:5px;
 border:1px solid #ddd;  
 border-radius:50%;  
 display:flex;
 align-items:center;    
}
.user-card .cover-section.community_box_wrap img.profile-card {
    height:90px;
    width:90px;
    min-height:auto;
    min-width:auto;  
    border-radius: 50%;
    background: #7290ab;

}
.community_box_wrap .user-info-wrap{
    text-align: left;
    line-height: 27px;
    padding: 0 0 0 9px;
    width:60%; 
    word-wrap: break-word;
}

.community_box_wrap .user-info-wrap a {
    color:#0a7dfa;
    font-weight:500;
    text-transform: capitalize;
    font-size: 20px;
    letter-spacing: 0.5px;
    text-decoration:none; 
    font-family: 'Source Sans Pro';
}
.user-card .user-info-wrap p{
 font-family: 'Source Sans Pro';
 font-weight:500;
 color:#878787 !important;    
 line-height:19px;  
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover{
 background:none !important;    
}
.bs-callout-info {
border-left-color: #1286f9 !important;
background: #f2f2f2 !important;
}

.user-card .view_card_icon_wrap{
    display: flex !important;
    width: 100% !important;
    justify-content: space-between !important;
    padding: 20px;
    border-top: 0px;
    align-items:center; 
}
.tag_box_row {
    display: flex;
    align-items: center;
    padding: 6px 20px 10px;
    border-bottom:1px solid #f2f2f2; 
}
.tag_box {
    padding: 8px 17px;
    background: #f2f2f2;
    margin: 0 14px 0 0;
    color:#312f2f;
    font-size: 14px;
}
.tag_box span{
 display:block;     
}

.tag_box i{
  font-size:16px;
  opacity:0.2; 
  position:relative;
  top:3px;    
}
.user-card .badges-wrapper{
padding:0 6px;     
}
.profile-link-wrap.mentee_box_wrap{
 padding:5px 15px;  
 line-height:16px;   
}
.profile-link-wrap.mentee_box_wrap strong {
    font-size:15px;
    color:#252424;
    font-family: 'Source Sans Pro';
    font-weight:600; 
}
.profile-link-wrap.mentee_box_wrap .text-muted{
  color:#252424;
  font-size:15px;  
  font-family: 'Source Sans Pro';
}

.other-links.card_icons_wrap a {
    position: relative;
    margin: 0px !important;
    width: 39px;
}

.other-links.card_icons_wrap a:after{
 position: absolute;
    content: "";
    height: 20px;
    width: 1px;
    background: #ebebeb;
    right:0px;
    top: 0;
    bottom: 0;
    margin: auto;  
}
.other-links.card_icons_wrap a.remove_after:after{
 display:none !important;    
}

.user-card {
    border-radius: 10px !important;
    margin-bottom: 40px !important;
    border: 1px solid #f3f3f3;
    box-shadow:0 0 9px rgba(0,0,0,0.05) !important;
}

.user-card .badges-wrapper .badge-wrap .badge-inner {
    width: 65px !important;
    height: 65px !important;
    box-shadow: none !important; 
    background-color: #fff !important;
    border-radius: 50% !important;
    display: flex !important;
    border: 1px solid #e6e3e3 !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 26px !important;
    color: #ccc !important;
}

.user-card .badges-wrapper .badge-wrap .badge-inner img {
    border-radius: 0 !important;
    max-width:79% !important;
    box-shadow: none !important;
    height: auto !important;
}
.middle-section a {
    color: #0a7dfa !important;
    font-weight: 500;
}
.footer-menu {
    display: block;
    width: 100%;
    text-align: center;
}

.footer-menu li a, .footer-menu li {
    display: inline-block;
    font-size: 16px;
    font-weight: 300;
    position: relative;
}
.footer-menu li a{
 text-decoration:none;
 background:none !important; 
 color:#757575;     
}
.footer-menu li a:hover{
 color:#0688fa;    
}

.footer-menu li {
    margin-right: -4px;
}
.footer-menu li a {
    padding: 10px 20px !important;
        font-family: 'Source Sans Pro';
}
.footer-menu li:after {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background: #757575;
    height: 20px;
    width: 1px;
}
.social-bottom ul{
    display: flex;
    align-items: center;
    justify-content: center;
    margin:30px 0 !important;
    list-style:none; 
}
.copy_right_text {
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #757575;
    padding: 10px 0;
}
.copy_right_text p{
 margin:0px;
 padding:0px;
 color:#757575;
 font-size:16px;       
}
.footer_bottom-link a:hover{
 color:#0688fa;
 text-decoration:none;  
}
.footer-menu li:last-child:after{
 display:none;    
}
.social-bottom a:hover{
 background:none !important; 
}
.global-banner-green{
 display:none;    
}
.alter_login_list .img-circle {
    border-radius: 50%;
    width: 25px;
    height: 25px;
    background: #afabab;
}
.alter_login_list .user_name_after_login{
width: 71px;
margin-left: 4px;
}
.alter_login_list .dropdown-toggle{
 display:flex;
 align-items:center;  
}

li.dropdown .dropdown-toggle {
    margin: 0 4px;
    font-size: 22px;
}

a.dropdown-toggle.collapse-profile-name {
    font-size: 16px;
}
li.dropdown span.badge.badge-warning.badge-header.friend-request-count{
  display:none !important;    
} 

ul.dropdown-menu.dropdown-menu-new.pull-right, .right_navigation_wrap .dropdown-menu{
    top: 39px !important;
    border-radius: 0px !important;
    border:0px !important; 
    box-shadow:none; 
}

.user-card .padder{
 border-bottom:1px solid #f2f2f2 !important;    
 margin-bottom:8px; 
}

.row.loader h3{
    font-size: 15px;
    margin: 0 0 0;
    color: #68afef;
    font-weight: 300;
}

.login-to-continue {
    border-radius: 0;
    box-shadow: none !important;
    margin: 15px 0;
    padding: 15px 0;
}

.login-to-continue .fa.fa-spinner{
font-size: 70px;
color: #b1b0b0;  
margin:0 0 8px;  
}

.login-to-continue a{
 text-decoration:none; 
}

.login-to-continue em{
color:#0a7dfa !important; 
}

.login-to-continue p{
     font-size: 17px;
    margin: 3px 0;
    color: #b5b2b2;   
}
.msg-back-btn{
     background: #3b87f9 !important;
    color: #fff;
    border: 1px solid #3b87f9 !important;
}
.tab_inner_holder{
 display: flex;
justify-content: space-between;  
align-items:center;  
}
.filters_buttons_wrap {
    display: flex;
    align-items: center;
    padding: 11px 0;
}
.filters_buttons_wrap .btn{
 display: inline-block;
    color: #fff;
    padding: 10px 15px;
    border-radius: 30px;
    position: relative;
    font-weight: 400;
    text-transform: capitalize;
    font-size:16px;
    line-height: 24px;
    width: auto;
    background: none;
    margin: 0 3px;
    background-image: linear-gradient(30deg, #0b9cf7 0%, #2b3eff 100%);
    border: 1px solid rgba(43, 77, 177, 0);   
}

.filters_buttons_wrap .btn.btn-white{
background: #fff;
    color: #0a7dfa;
    height: 49px;
    border: 1px solid #0a7dfa;
    border-radius: 55px;
    padding: 12px 20px;
}
.filters_buttons_wrap a.btn img {
        margin-right: 5px;
    display: inline-block;
    vertical-align: top;
    width: 27px;
}

.filter_box_wrapper{
 position:relative; 
}
#show_filter_wrap.show_filter_wrap{
 display:block !important;    
}
div#show_filter_wrap {
    position: absolute;
    width: 100%;
    z-index: 55;
    left: 0;
}

.blockElement{
     left:25% !important;
    top: 35% !important;    
}
.blockElement span{
color:#4374fb; 
}

.add_post_btn, .add_post_btn:hover{
  border: 0;
padding: 0;
position: fixed;
z-index: 9999;
right: 10px;
bottom: 14px;
width: 50px;
height: 50px;
background: #1888f8;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
color: #fff;
font-size: 29px;
}
.add_post_btn i{
  position: relative;
 top: 2px;
}

#header .badge.badge-warning{
 display:none;     
}
.panel.panel-inverse>.panel-heading {
    background: #fff;
    border: 0;
    padding: 0;
}
.panel.panel-inverse{
 border:0px;    
}
.sidebar-title {
    margin-bottom:20px;
}
.sidebar-title h2 {
    color: #333333;
    font-weight: 700;
    font-size:29px;
    position: relative;
    line-height: 1.05;
    padding-top: 10px;
}
.title .benfont, .sidebar-title .benfont {
    font-family: 'ben_brownregular';
    font-weight: 600;
    display: inline-block;
    color: #333333;
    letter-spacing: 5px;
    font-size:46px;
}
.sidebar-title h2 strong {
    position: relative;
    top: -10px;
}
.sidebar-title h2:after {
    position: absolute;
    content: "";
    top: 0;
    width: 50px;
    height: 1px;
    background: #437cfa;
    left: 0;
    box-shadow: 0 0 27px rgba(40, 73, 254, 0.24);
    background-image: linear-gradient(30deg, #0b9cf7 0%, #2b3eff 100%);
}
.custom-scroll{
 border-bottom:1px solid #ddd;    
}

.tag-filters-form .panel-default>.panel-heading {
    border: 0px !important;
    background-color: #fff;
    border-bottom: 0px !important;
    padding:0px 0px !important;
    text-transform: capitalize;
    position: relative;
    transition: all 0.7s ease;
    color: #adadad;
    line-height: normal;
    padding-left: 30px;
    border-bottom: 1px solid #f1f1f1;
    background-position: center left;
    font-size: 16px;
    font-weight: normal;
    display: block;

}
.alert-warning {
    background-color: #fff;
    border-color: #f2f2f2;
    color: #000;
    padding: 15px;
}
.filter-wrapper .btn.btn-default{
 background:#f2f2f2; 
}

button#moreCategoriesBtn, .comment-form button.text-light-dark{
    display: block;
    color: #fff;
    padding: 10px 15px;
    border-radius: 30px;
    position: relative;
    font-weight: 400;
    text-transform: capitalize;
    font-size: 18px;
    line-height: 24px;
    width: auto;
    background: none;
    margin: 0 5px;
    background-image: linear-gradient(30deg, #0b9cf7 0%, #2b3eff 100%);
    border: 1px solid rgba(43, 77, 177, 0);
    width: 100%;
}
button.text-light-dark{
 width:auto !important;
 margin: 7px auto 10px !important;
 padding: 7px 68px !important;     
}
.filter-wrapper a.btn.btn-default.btn-xs.pull-right.ta-frash {
    background: #000;
    opacity: 1;
    color: #fff;
    color: #fff;
    padding: 4px 20px;
    border-radius: 30px;
    position: relative;
    font-weight: 300;
    text-transform: capitalize;
    font-size: 11px;
    line-height: 24px;
    width: 96px;
    background: none;
    margin: 0 5px;
    background-image: linear-gradient(30deg, #0b9cf7 0%, #2b3eff 100%);
    font-weight: normal !important;
    text-align: center;
    text-decoration: none;
}
.comment-plugin .comment-textarea-wrap textarea.form-control {
    border-radius: 0 0 0 3px;
    border-color: #d9d9d9;
    border-left: none;
    border-bottom: none;
    font-size: 12px;
    padding: 10px;
    height: 42px;
    border-right: none;
    resize: none;
    border-bottom: 1px solid #f2f2f2;
    background: #f2f2f2;
}

.timeline-post .panel-default a{
color: #101010 !important;
font-weight: 600;
font-size: 13px;
line-height: 15px;
text-decoration: none;   
position: relative;

}
.timeline-post .post-video-content-inner a {
    position: relative;
    z-index: 1;
}


.timeline-post  .comment-plugin .posts-icons a{
color:#b1b4b7 !important;
}

.panel-default>.panel-heading {
    color: #2f2e2e;
    background-color: #feffff;
    border-color: #f2f2f2;
}
.panel-default {
    border-color: #f2f2f2;
}

.media.relative .media-heading{
 color: #0a7dfa !important;
    font-weight: bold !important;
    text-transform: capitalize !important;
    font-size:12px !important;
    letter-spacing: 0.5px !important;
    text-decoration: none;   
    margin-bottom:0px !important;
    padding-bottom:0px !important;  
} 

.tab-content .content-streams-wrap .panel {
    border-radius: 0px;
    box-shadow:none;
    border: 0px;
    border:1px solid #f2f2f2; 
}
.cate_dropdown_heading .cat_dropdwon_arrow {
    position: absolute;
    right: 0;
    display: flex;
    top: 0;
    padding: 10px 21px;
    align-items: center;
    justify-content: center;
    height: 100%;
    font-size: 23px;
    
}

.cate_dropdown_heading .collapsed .cat_dropdwon_arrow {
  position: absolute;
    right: 0;
    display: flex;
    top: 0;
    padding: 10px 21px;
    align-items: center;
    justify-content: center;
    height: 100%;
    font-size: 23px;
}

.cate_dropdown_heading:hover .cat_dropdwon_arrow {
    color: #ffffff;
    background: #1f61fc;
    box-shadow: 0 0 27px rgba(40, 73, 254, 0.24);
    background-image: linear-gradient(30deg, #0b9cf7 0%, #2b3eff 100%);
}
.hide_input{
 position:absolute !important;
 visibility:hidden;     
}
.cover.profile.profile_top_margin {
    margin-top: 65px;
}
.cover.profile .wrapper .friends li a.group{
 color: #4374fb !important;  
}
.image-new .edit-cover-image, .cover.profile div.upload{
    background-image: linear-gradient(30deg, #0b9cf7 0%, #2b3eff 100%);
    border: 1px solid rgba(43, 77, 177, 0);    
}

.text-green {
    color: #3467fc!important;
}

.btn-primary {
    color: #fff;
    padding: 3px 15px;
    border-radius: 30px;
    position: relative;
    font-weight: 400;
    text-transform: capitalize;
    font-size: 16px;
    line-height: 24px;
    width: auto;
    background: none;
    background-image: linear-gradient(30deg, #46ab46 0%, #46ab46 100%);
    border: 1px solid rgba(43, 77, 177, 0);
    display: inline-block;
}
.cover.profile .cover-info .avatar img{
 background:#555;     
}
.user-card .user-info-wrap h2{
    margin: 35px 0 0;
}
.tab_margin_top{
 margin-top:40px;    
}
.view_card_icon_wrap a{
 font-weight:400;
 text-decoration:none;     
}
.timeline-post .bs-callout{
 border:0px !important;     
}
.timeline-post .panel.panel-default{
 padding-bottom:3px !important;    
}
.timeline-post .post-media{
 border:0px !important;     
}

.search-bar-box {
    background-color: #2b4db1;
    position: absolute;
    width: 0;
    right: 0;
    padding-left: 15px;
    padding-right: 15px;
    height: 53px;
    z-index: -2;
    bottom: 3px;
    opacity: 0;
    -webkit-transition: all ease-in-out 0.45s;
    -moz-transition: all ease-in-out 0.45s;
    -o-transition: all ease-in-out 0.45s;
    transition: all ease-in-out 0.45s;
    border: 1px solid #2b4db1;
    display:flex !important;
    align-items:center !important;  
}

.search-bar-box.active-bar {
    z-index: 2;
    opacity: 1;
    -webkit-transition: all ease-in-out 0.45s;
    -moz-transition: all ease-in-out 0.45s;
    -o-transition: all ease-in-out 0.45s;
    transition: all ease-in-out 0.45s;
    width: calc(100% - 2em);
    margin-left: 1rem;
    right: 12px;
}
.close-search .bar {
    background: #FFF;
    border-radius: 0;
    display: block;
    height: 2px;
    width: 45px;
}
.close-search .bar:nth-of-type(2) {
    width: 25px;
    margin-bottom: 7px;
    margin-top: 7px;
}
.close-search .bar {
    background: #FFF;
    border-radius: 0;
    display: block;
    height: 2px;
    width: 45px;
}
.close-search {
    cursor: pointer;
}

.header_search_input-1 .twitter-typeahead{
     position: relative !important;
    display: inline-block !important; 
    direction: ltr !important;
    width: 93% !important;
    top: -6px !important;
    right: -57px !important;
    height: 100% !important;   
}
.header_search_input-1 .twitter-typeahead .form-control{
    width: 100%;
    background:none !important;
    color:#fff !important;
    border:0px !important;  
    box-shadow:none !important;  
}
.search-icon-form{
     padding: initial;
    position: relative;
    top: 19px;
    left: 20px;
    color: #fff;
    border: 0px;
    box-shadow: 0 0 0;   
}
.search-icon-form button{
    border: 0px;
    font-size: 17px;
}

.home-banner input:focus {
    outline: none!important;
    box-shadow: none!important
}

.search-bar-box ::-webkit-input-placeholder,
.search-bar-box ::-webkit-input-placeholder {
    color: #FFF!important;
    opacity: 1!important;
}

.search-bar-box ::-moz-placeholder,
.search-bar-box ::-moz-placeholder {
    color: #FFF!important;
    opacity: 1!important;
}


div#search-icon-bar button {
    background:none !important;
}

.user-card .cover-section .use-img-wrap .user-featured{
 display:none;    
}

#tag-filter {
    box-shadow: 0 0 10px #ccc;
    padding: 9px 7px;
    margin-bottom: 9px;
}

#tag-filter .form-group input {
    padding: 9px;
    border: 1px solid #ddd;
    border-radius: 5px;
}

#moreFiltersBtn{
     display: inline-block;
    color: #fff;
    padding: 10px 15px;
    border-radius: 30px;
    position: relative;
    font-weight: 400;
    text-transform: capitalize;
    font-size: 18px;
    line-height: 24px;
    width: auto;
    background: none;
    margin: 0 5px;
    background-image: linear-gradient(30deg, #0b9cf7 0%, #2b3eff 100%);
    border: 1px solid rgba(43, 77, 177, 0);
    width:100%; 
}

.show_filter_wrap .panel .panel-heading {
    padding: 5px 13px !important;
    box-shadow: 0 0 0 !important;
    outline: none !important;
}
.dropdown-menu>li>a, .dropdown-menu>li>a:hover{
    display: block;
    padding: 7px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #555 !important;
    white-space: nowrap;
    font-size:14px; 
    border-bottom:1px solid #f2f2f2; 
}
.dropdown-menu>li:last-child>a{
 border-bottom:0px; 
}

.dropdown-menu>li>a:hover{
  color:#0a7dfa;    
}



input.select2-search__field {
    border: 1px solid #ddd !important;
}


.auth-wrap{
    max-width: 639px;
    margin: -189px auto 60px;
    position: relative;
    padding:0px;
    background: #fff;
    border-radius: 10px;
    border: 1px solid #f2f2f2;
    font-family: 'Source Sans Pro';
}
.auth-wrap .select2-container .select2-selection, .auth-wrap .edit-widget-modal input{
    border-color: none;
    min-height: 34px;
    background: none !important;
    border-radius: 0;
    border: none;
    border-left: 0px;
    border-bottom: 1px solid #f7f7f7 !important;
    border-top-left-radius: 0px!important;
    height: 61px;
    position: relative;
    top: 15px;	
}
.auth-wrap .g-recaptcha{
    margin-bottom: 30px;
}
.auth_heading{
     margin: 0;
    padding:20px;
    border-bottom: 1px solid #f2f2f2;
    font-weight: bold;  
    text-align:center;  
}

.auth-section{
 box-shadow:none;
 padding:0px;
 border-radius:0px;      
}

.auth-section .form-control {
    height: auto;
    padding: 18px 12px 18px 10px;
    background-color: #f2f2f2;
    border: 0px;
    box-shadow: none;
    border: 1.3px solid #f2f2f2;
    border-radius: 0px !important;
}

.auth-section .form_hold_label.form_user_name{
  background-image: url(../img/email-icon.png);
    background-repeat: no-repeat;
    background-position: 0;  
}

.auth-section .form_hold_label.form_password{
  background-image: url(../img/password.png);
    background-repeat: no-repeat;
    background-position: 0;  
}


.has-error .form-control, .has-error .input-group-addon {
    border: 1.3px solid #ff0000 !important;
}

.login_button_wrap, .login_button_wrap:hover, .login_button_wrap:focus{
    margin-left: auto;
    display: block;
    width:227px;
    margin-right: auto;
    float: none;
    margin-top: 20px;
    margin-bottom: 20px;
    border: 1px solid #4381f9;
    color: #fff;
    background-image: linear-gradient(30deg, #0b9cf7 0%, #2b3eff 100%);
    opacity: 1 !important;
    border: 0px;
    border-radius: 38px;
    padding: 12px;
    font-size: 19px;   
    font-weight:600; 
}
.auth-social-row{
 text-align:center;
 padding:15px 10px;     
}
.auth-social-row a{
 display:inline-block;
 margin:0 10px;      
}
.login-other {
    height: 70px;
}
.login-seprator {
    width: 100%;
    text-align: center;
    position: relative;
    z-index: 1;
}
.login-seprator span {
    width: 100px;
    height: 70px;
    color: #000;
    font-size: 47px;
    background: #fff;
    z-index: 2;
    display: inline-block;
    line-height: 47px;
}
.login-seprator:after {
    position: absolute;
    content: "";
    height: 1px;
    width: 100%;
    background: #e8e8e8;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    z-index: -1;
}
.forgot_password_btn{
 color:#000 !important;    
}
.remember_me_wrap{
 margin:5px 0 16px 0;   
}
.auth-wrap form{
 margin:0px;   
} 

.custome_checkbox {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    float:left; 
}
/* Hide the browser's default checkbox */
.custome_checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    z-index:-1;
    width: 0;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0px;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #ccc;
}

.custome_checkbox em{
    font-weight: 500;
    font-size: 16px;
    color: #3053fd;
    font-style:normal;     
}

/* On mouse-over, add a grey background color */
.custome_checkbox:hover input ~ .checkmark {
    background-color: #3053fd;
}

/* When the checkbox is checked, add a blue background */
.custome_checkbox input:checked ~ .checkmark {
    background-color:#3053fd;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.custome_checkbox input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.custome_checkbox .checkmark:after {
    left: 9px;
    top: 7px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.auth-register_text{
 font-size:17px;
 margin:0px;  
}
.auth-register_text a{
 color:#3053fd;    
}
#register-form .has-error .form-control {
    border: 1.3px solid #ff0000 !important;
}
.auth-section label.user_bg_image{
    background-image: url(../img/user.png);
    background-repeat: no-repeat;
    background-position: 0;
}

input.btn.btn-warning.login_button_wrap.send-password-reset{
    width: auto;
    padding: 14px 27px;
}

.auth-wrap .alert {
    margin:10px 30px 0;
}

.alter_login_list .dropdown-menu>li>a i{
display:none; 
}
.alter_login_list .dropdown-menu .divider{
 display:none;    
}
.search-btn-wrap img{
width:21px;     
}

ul#friendRequestList {
    width:250px;
    left:auto !important;
    right:-50px !important; 
}
#friendRequestList .form-friend-request{
 display:flex;
 align-items:center;
 justify-content:space-between;
 width:100%;       
}
#friendRequestList .form-friend-request a{
     white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width:100px;
    color:#555;
    text-align:left;
    text-decoration:none;       
}

#friendRequestList .accept_btn{
    color: #1888f8;
    background: #fff;
    border: 1.5px solid #1888f8;
    border-radius: 5px;
    padding: 1px 14px;
    text-align: center;
    display: inline-block;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
}       

#friendRequestList .reject_btn{
background:#2b3eff;     
background-image: linear-gradient(30deg, #0b9cf7 0%, #2b3eff 100%);   
color:#fff;
font-size: 13px;
border-radius:5px;  
}


.footer_bottom-link a{
 font-size:16px;
 color:#757575;      
}

.profile-link-wrap.recently_active_wrap{
 padding:0px;    
}
.profile-link-wrap.recently_active_wrap p{
 margin: 0;
color: #000 !important;
font-size: 14px;   
position:relative; 
padding-left:15px; 
}

.profile-link-wrap.recently_active_wrap p:before {
    position: absolute;
    content: "";
    background: #6b9812;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    top: 5px;
    left: 0;
}
#responsive-menu-button{
 display:none;    
}

.contant_top_margin {
    margin-top: 65px;
}

.tt-dropdown-menu a{
 color:#000 !important; 
}

.profile_heading_wrap{
 border:0px; 
}
.imgvideo_heading {
    padding-bottom: 0px !important;
    padding-top: 0 !important;
}

.imgvideo_body{
  padding-top:0px !important;   
}
.timeline-post .panel .profile_heading_wrap{
 padding:5px !important;
height: 4% !important;  
}
.timeline-post .panel .profile_heading_wrap .media-heading{
 color:#000 !important;    
}

.timeline-post .panel .profile_heading_wrap .media img {
    border-radius: 5px 0 0 0;
    max-height: 40px;
    background: #3363fc;
    margin: 0 5px;
}
.imgvideo_post_comment_wrap{
  position:relative;
  padding:10px 10px 0;   
}
.imgvideo_post_comment_wrap textarea {
    border-radius: 10px !important;
    border: 0px;
    box-shadow: none;
    height: 38px !important;
}
.edit-post-tags .form-group span{
 display:inline-flex;    
}

.timeline-post .panel .posts-icons a {
    padding: 2px 2px 0;
    text-align: center;
    font-size: 12px;
    font-weight: normal;
    cursor: pointer;
}
.panel.panel-inverse .panel-group .panel .checkbox{
  border-top:1px solid #ddd !important;
  margin:0px;  
  border:0px;    
}

.img_videos_filter_wrap h4.panel-title a{
 display:block !important; 
 padding:15px !important;     
}

.img_videos_filter_wrap .panel-heading{
 padding:0px !important;   
}

#ideas .panel-default>.panel-heading{
    color: #2f2e2e;
    background-color: #f2f2f2;
    border-color: #ddd;
    border: 0;
    padding:0px;
}

#ideas .panel-default>.panel-heading .accordion-toggle{
 color:#000 !important; 
 padding:16px;
 display:block;
 position:relative;   
}

#ideas .panel-default>.panel-heading .accordion-toggle:after {
    position: absolute;
    content: "\f107";
    right: 13px;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 24px;
    top:12px; 
}

.tag-filters-form .panel.panel-inverse .panel-group .panel {
    border-radius: 0;
    border-width: 1px 0;
    margin: 0px 0 0;
    border: 1px solid #ddd;
    border-bottom: 0;
}
.rounded-profile-pic {
    padding: 8%;
}

.btn-success {
    color: #fff;
    background-image: linear-gradient(30deg, #0b9cf7 0%, #2b3eff 100%) !important;
    border-color: #3154fd !important;
    border-radius:50px; 
}
.profile_tabs_text_wrapper label{
 display: block;
 max-width: 100%;
color: #000;
font-weight: 600;
font-size: 14px;
margin: 0 0 10px;   
}
.profile_flex_row{
 display:flex;    
}
.flex_col_border{
  border-right: 1px solid #ddd; 
}
/*.profile_flex_row .col-sm-6{
 padding:20px;   
}*/
.profile_tabs_text_wrapper .form-control{
    width: 100%;
    height: 51px;
    padding: 13px 12px;
    border: 0;
    border-radius: 0;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    background: #f7f7f7;
    color: #000;
    box-shadow:none; 
}
.profile_tabs_text_wrapper .select2-container--default .select2-selection--single {
    background-color: #fff;
    border:0px;
    border-radius: 0;
    height:51px;
    background: #f7f7f7;
    padding:9px 0 0 0;
    color:#000; 
}
.profile_tabs_text_wrapper .select2-container--default .select2-selection--single .select2-selection__arrow{
 top:10px;    
}
.profile_tabs_text_wrapper .select2-container .select2-selection .select2-selection__rendered{
 color:#000; 
}
.profile_tabs_text_wrapper input.select2-search__field{
 border:0px !important; 
}
.profile_tabs_text_wrapper .select2-container.select2-container--default.select2-container--focus .select2-selection--multiple,  .profile_tabs_text_wrapper .select2-container .select2-selection{
    border-color: #ccc;
    height:auto;
    border-radius: 0;
    border: 0;
    background: #f7f7f7;
    padding: 9px;
}
.select2-container .select2-selection--multiple .select2-selection__rendered{
text-overflow: inherit;
    white-space: inherit;
}
.select2-selection__choice {
    color: #fff!important;
    background-color: #335ffd!important;
    border: 1px solid #335ffd!important;
}
.profile_tabs_text_wrapper .input-group-addon{
 border-radius:0px !important;
 border:0px !important; 
}
.modal .modal-header {
    background: #335ffd;
    color: #fff;
}
.profile_tabs_wrp{
 border:0px !important;
 margin-top:17px;
 background:#fff;   
}
.profile_tabs_wrp ul li a{
color:#3e3d3d !important    
}
.bg-warning {
    background-color: #f9f9f8;
}
label.checkbox-buttons {
    font-weight: normal;
    color: #555;
}
.flex_row{
 display:flex;
 align-items:center;      
}
button.btn.btn-default.remove-url {
    background: #e60505;
    color: #fff;
    border: 0;
}
.tabs_wrapper .nav li.active a {
    font-weight: 600;
    color: #6a9914 !important;
    border-bottom: 2px solid #6a9914 !important;
    
}

.user_profile_header_wrapper .cover-info{
background-image: linear-gradient(30deg, #0b9cf7 0%, #2b3eff 100%) !important;
}
.cover.profile.user_profile_header_wrapper .cover-info .cover-nav li{
 border:0px; 
}
.cover.profile.user_profile_header_wrapper .cover-info .cover-nav>li>a{
 color:#fff !important;
 font-weight:600 !important;     
}
.cover.profile .wrapper{
 border:0px;    
}
.cover.profile.user_profile_header_wrapper .cover-info .cover-nav>li.active>a {
    color: #000 !important;
    background: #fff !important;
}
.cover.profile .cover-info{
 height:43px;    
}
.cover.profile .cover-info .cover-nav>li>a i{
 display:none; 
}
#about.timeline-block .col-sm-4 .panel{
    border-radius: 10px !important;
    margin-bottom: 40px !important;
    border: 1px solid #f3f3f3;
    box-shadow: 0 0 9px rgba(0,0,0,0.05) !important;
}
#about.timeline-block .col-sm-4 .panel table tr td:first-child {
    font-weight: 500;
    color: #000;
}
#about.timeline-block .col-sm-4 .panel table tr td{
 font-size:13px;    
}
#about.timeline-block .col-sm-4 .panel-heading .panel-title {
    color: #000 !important;
    font-size: 18px;
    padding: 5px 0;
    font-weight: 600;
}
#about.timeline-block .col-sm-4 .panel-heading .panel-title i{
display:none;     
}
.well{
 background:#f7f7f7;
 border:0px;
 border-radius:0px;      
}
.admin_panel_header .navbar{
     background: #fff !important;   
}

.admin_panel_well_top {
    border: 0px;
    border-radius: 0px;
    background-image: linear-gradient(30deg, #0b9cf7 0%, #2b3eff 100%) !important;
    color: #ffffff !important;
    margin-top:12px;
    padding: 20px 0px !important;
}

.admin_panel_well_top .search-navbar-tabs .nav-tabs li a {
    padding-left: 30px;
    padding-right: 30px;
    color: #fff !important;
    margin: 0;
    background: none !important;
    border-radius: 0px;
    border: 0 !important;
}
.admin_panel_well_top .search-navbar-tabs .nav-tabs li.active a {
    background: #fff !important;
    color: #3051fe !important;
}
.admin_panel_well_top .search-navbar-tabs{
 bottom:0px; 
}

.dashboard_count_wrapper li {
    display: inline-block;
    width: 31%;
    background: #325cfd;
    padding: 19px;
    margin: 10px;
    min-height: 200px;
}
.admin_dashboard_wrap .panel-default{
 border:0px;
 border-radius:0px;
 padding:0px; 
 background:none;
 box-shadow:none;       
}
.admin_dashboard_wrap .pagination{
 float:right; 
}

.admin_dashboard_wrap .panel-default>.panel-heading {
    font-size: 30px;
    padding: 0px 0 5px;
    background: none;
    border-bottom: 1px solid #ddd;
    display:flex;
    align-items:center;  
}
.admin_dashboard_wrap .panel-default>.panel-heading small{
    font-size: 15px;
    color: #888585;
    margin: 4px 0 0 7px;    
}

.admin_dashboard_wrap .panel-body{
 padding:15px 0; 
}
.dashboard_text_wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 200px;
    background: #fff;
    margin: 0 0 30px;
    flex-direction: column;
    width: 100%;
    border: 1px solid #f2f2f2;
    box-shadow: 0 0 20px #f3f2f2;
}
.admin_dashboard_wrap{
background:#f2f2f2;     
}
.dashboard_text_wrap h3 {
    font-size: 39px;
    font-weight: bold;
    color: #325cfd;
}
.count_heading_text {
    color: #636363;
    margin: 0px 0 10px;
    font-size: 14px;
}
.admin_panel_header .top-logo{
 padding:4px 0;    
}
.admin_panel_header .dropdown-menu>li>a i{
 display:none; 
}
.admin_panel_header .dropdown-menu>li>a{
 border:0px; 
}
.admin_custom_table_wrap th {
    background: #555;
    color: #fff;
    font-size: 13px;
    border: 0 !important;
    font-weight:600 !important;
}
.admin_custom_table_wrap tr td{
 border:0px !important;
 font-size:14px !important;  
 color:#222 !important;    
}
.admin_custom_table_wrap {
border:0px;     
}
table.dataTable.no-footer {
    border-bottom: 0;
}
.admin_custom_table_wrap .btn.btn-default {
    background: #fff;
    color: #366eef;
    border-color: #366eef;
}

.admin_dashboard_wrap div.dataTables_wrapper div.dataTables_filter input {
    margin-left: .5em;
    display: inline-block;
    width: auto;
    border: 0;
    background: none;
    box-shadow: none;
    border-bottom: 1px solid #bfbbbb;
    padding-left: 0;
    font-size: 15px;
}
.admin_dashboard_wrap div.dataTables_wrapper div.dataTables_length select {
    width: 50px;
    display: inline-block;
    background: none;
    border: 0;
    box-shadow: none;
    border-bottom: 1px solid #bfbbbb;
    padding-left: 0;
    margin: 0 5px;
}

.admin_dashboard_wrap .dataTables_wrapper .dataTables_paginate .paginate_button{
 padding:0px;
 border:0px !important;  
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    z-index: 3;
    color: #fff;
    background-color: #325cfd;
    border-color: #315afc;
    cursor: default;
}
table#users td:nth-child(5), table#users td:nth-child(6), table#users td:nth-child(7), table#users th:nth-child(5), table#users th:nth-child(6), table#users th:nth-child(7){
text-align: center;    
}
.navbar-fixed-top.admin_panel_header{
top:0px !important; 
}

.add_question_wrapper .select2-container .select2-selection {
    border-color: #ccc;
    min-height: 34px;
    border-radius: 0px;
    height: 51px;
    padding: 9px;
    background: #f7f7f7;
    border: 1px solid #f7f7f7 !important;
}
form#password-form{
 padding-top:5px !important;    
}
#register-form .input-group-addon{
 display:none !important;    
} 
.creat_playlist_wrapper{
 margin-top:65px;  
 min-height:50vh;   
}
.creat_play_list_button{
 color: #fff;
    background-image: linear-gradient(30deg, #0b9cf7 0%, #2b3eff 100%) !important;
    border-color: #3154fd;   
}



.create-playlist_mid_box {
    min-height: 50vh;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 60px;
    background: #f2f2f2;
    border-radius: 10px;
    color: #000;
}

.create-playlist_mid_box .login-to-continue a {
    color: #2b3eff;
    font-size: 14px;
}

#create-playlist .form-control {
    width: 100%;
    height:auto;
    padding: 10px 12px;
    border: 0;
    box-shadow: none;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    background: #f7f7f7;
    border-radius: 0;
    resize: none;
    color:#000;
}
#create-playlist label{
 color:#000;     
}
#create-playlist .select2-container--default .select2-search--inline .select2-search__field {
    background: 0 0;
    border: none;
    outline: 0;
    box-shadow: none;
    -webkit-appearance: textfield;
    background: none;
    border: 0 !important;
    color: #000;
    padding: 3px;
    border-radius: 0;
}
#create-playlist .select2-container.select2-container--default.select2-container--focus .select2-selection--multiple {
    border-color: #f7f7f7;
    border-radius: 0 !important;
    background: #f7f7f7;
    color: #000;
}
#create-playlist .select2-container .select2-selection {
    border-color: #f7f7f7;
    min-height: 34px;
    border-radius: 0;
    background: #f7f7f7;
    color: #000;
}
#create-playlist .row-sm.span.select-functionality-tags {
    margin: 15px -5px;
}
.modal .modal-header .modal-title{
 font-weight:600;    
}

.clear{
 clear:both;     
}
.img_video_single_top_wrap {
    margin-top: 85px;
    padding: 20px;
}
.badge{
background-color:#3363fc; 
}
.post-img-content-wrapper a.post-content-inner-wrap img{
 width:100%;    
}
i.fa.fa-link.pull-left.ml10 {
    position: relative;
    top: 3px;
}

.btn.btn-default, .btn.btn-info{
    border-radius: 50px;
    margin:0 2px;
}
.tag-filters .btn{
 margin:2px;    
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
   .navbar-subnav .profile-page-buttons ul{
    display:flex;  
   }
   .search_wrap{
    display:none;  
   }
}




.row.related-videos .panel-default>.panel-heading {
    font-size: 18px;
    color: #000;
    font-weight: 600;
    text-align: left;
}
label.form_hold_label {
    display:flex;
    align-items:center; 
    font-weight: normal;
    padding-left: 60px;
    background-color: #f2f2f2;
    border: 1.3px solid #f2f2f2;
}
.creat_play_list_modal_btn{
padding: 11px 26px;    
}
.timeline-post .panel .posts-icons a span.like-fav-text {
    display: inline-flex;
    font-size: 11px;
    font-weight: 500;
    font-family: 'Source Sans Pro';
    color: #b1b4b7 !important;
}

/*.play_list_table_wrap tr td:last-child{
 width:100px !important;    
}*/

.play_list_table_wrap tr td .btn-xs {
    padding: 3px 12px;
}

.tt-dropdown-menu {
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 0 0 4px 4px;
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
    background-clip: padding-box;
    padding: 5px;
    width: 715px;
    font-size: 14px;
    border-radius: 0;
    top: 43px !important;
    border: 0;
    box-shadow: 0 0 10px #ccc !important;
    right: -4px !important;
    left: auto !important;
}

button.btn {
    font-size: 14px;
}
.playlist_table_list_wrapper .btn {
font-size: 13px !important;
font-weight: 500 !important;
margin: 0 0px 0 4px;
padding: 5px 17px !important;
line-height:20px; 
}

.playlist_table_list_wrapper .btn-primary, .playlist_table_list_wrapper .btn-success{
 padding:5px 17px !important;
 line-height:20px;     
}
.select2-container .select2-selection, .edit-widget-modal input {
    border-color: #ccc;
    min-height: 34px;
    background: #f7f7f7 !important;
    border-radius: 0;
    border: #f7f7f7;
    border-left: 1px solid #f7f7f7!important;
    border-bottom: 1px solid #f7f7f7 !important;
    border-top-left-radius:0px!important;
}
.input-group-addon {
    border: 0;
}
.select2-container .select2-selection span{
 color:#000 !important;     
}
.form-control {
    background: #f7f7f7;
    border-radius: 0px;
    resize: none;
    border: #f7f7f7;
    box-shadow: none;
    color: #000;
}

.tt-dropdown-menu .view-all-search{
  position:relative !important;
  top:-5px !important;   
   display:inline-block !important;
   background-color:#000 !important;  
}

/***media***/

@media (min-width: 768px){
.admin_panel_header .navbar-nav>li>a {
    padding-top: 0;
    padding-bottom: 0;
    background:none !important; 
}
}
.admin_panel_header .navbar-right{
 height:auto !important;     
}
.admin_panel_header .navbar-subnav .profile-page-buttons ul li a {
    padding:22px 5px 22px !important;
}

.btn-danger{
  color: #fff;
    padding: 3px 15px;
    border-radius: 30px;
    position: relative;
    font-weight: 400;
    text-transform: capitalize;
    font-size: 16px;
    line-height: 24px;
    width: auto;
    background:#ff0000;
    border: 1px solid rgba(43, 77, 177, 0);
    display: inline-block;  
}
#about .col-sm-4 .img-responsive img{
 width:50px;
 height:50px;     
}
.timeline-post-container .timeline-post {
    width: 100%;
}
.timeline-post-container {
    position: relative;
}
.timeline-post-container .timeline-post-time {
    width: 30%;
    font-size: 12px;
    color: #999;
    background: #ffffff;
    text-align: center !important;
    padding: 22px;
    position: absolute;
    right: 20px;
    bottom: 87px;
}
.timeline-post-container.post-left {
    padding-right: 0;
}
.message_top_wrapper {
    margin-top: 88px;
    padding: 9px 0;
}
.message-box-wrap{
 box-shadow:0 0 0 !important;
 border:1px solid #ddd;     
}
.chat-bubble-inner .form-horizontal:after, .chat-bubble-inner .form-horizontal:before{
 display:none;    
}
.chat-bubble-inner .form-horizontal .form-control {
    box-shadow: none;
    resize: none;
    border: 2px solid #ddd;
    height:112px; 
}
.message-box-wrap .img-circle-friend, .message-box-wrap img.profile-pic {
    width: 40px;
    height: 40px;
    background: #3981f9;
}
.chat-bubble-inner{
 background:#262626; 
}
.message_user_btn {
    background: #fff;
    color: #325cfd;
    border: 1px solid #397ff9;
}

table.dataTable thead .sorting:after{
content: "\f160";
    font: normal normal normal 14px/1 FontAwesome;  
    color:#ccc; 
}

table.dataTable thead .sorting_asc:after {
    content: "\f160";
    font: normal normal normal 14px/1 FontAwesome;  
    color:#ccc; 
}
table.dataTable thead .sorting_desc:after {
   content:"\f161";
 font: normal normal normal 14px/1 FontAwesome;   
 color:#ccc;  
}


#questions.admin_custom_table_wrap .btn-danger {
    color: #fff;
    padding: 3px 15px;
    border-radius: 4px;
    position: relative;
    font-weight: 400;
    text-transform: capitalize;
    font-size: 16px;
    line-height: 24px;
    width: auto;
    background: #ff0000;
    border: 1px solid rgba(43, 77, 177, 0);
    display: inline-block;
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
}

#questions.admin_custom_table_wrap .btn-info{
 width:63px; 
}
#questions.admin_custom_table_wrap tr td:last-child, #questions.admin_custom_table_wrap tr th:last-child{
 width:150px !important;    
}
.panel.panel-default.add_question_wrapper {
    background: #fff;
    padding: 15px;
}
.add_question_wrapper label{
     color: #000;
    margin: 0 0 11px;
    display: block;
    font-size: 18px;
}
.add_question_wrapper .form-control, .add_question_wrapper textarea{
height: auto;
padding: 19px;
background: #f7f7f7;
border: 1.3px solid #f7f7f7;
box-shadow: none;
border-radius: 0px;
color: #000;
resize:none;
}

.add_question_wrapper .select2-container--default .select2-selection--single .select2-selection__arrow b{
 top:76%;    
}

.add_auestion_btn{
    float: right;
    padding: 14px 30px;
    font-weight: bold;
    font-size: 16px;
}

.admin_dashboard_wrap .dt-buttons a {
    margin: 0 5px;
    background: #3981f9 !important;
    border: 0;
    color: #fff !important;
    cursor: pointer;
    border: 0px !important;
}
table#content {
    position: relative;
    top: 5px;
}

.admin_dashboard_wrap a.dt-button.buttons-select-none.disabled {
    opacity: 0.5;
    cursor: not-allowed;
}
.sweet-alert button {
 background-color: #3c5ff3 !important;
}

table#content .btn-primary, table#content .btn-danger{
border-radius: 4px;
margin: 0 2px;
padding:3px 14px;
font-size: 14px;   
}

.admin_dashboard_wrap .select2-container .select2-selection {
    border-color: #ccc;
    min-height: 34px;
    border-radius: 0px;
}
.upload.upload-profile {
    position: absolute;
    z-index: 555;
    left: 0;
}

.filtered-data .data-available .mc_div_layout {
    width: 100% !important;
    column-count: 4;
    padding: 0 !important;
    column-gap: 20px;
}

.filtered-data .data-available .mc_div_layout > div {
    -webkit-column-break-inside: avoid;
    break-inside: avoid;
    page-break-inside: avoid;
    margin-bottom: 20px !important;
}


@media screen and (max-width: 1600px) and (min-width: 992px) {
/* .tab-content.tab_margin_top .col-md-3 {
    width: 33.333%;
} */
.user-card .cover-section.community_box_wrap img.profile-card{
 height:70px;
 width:70px;     
}
.user-card .badges-wrapper .badge-wrap .badge-inner{
width: 50px !important;
height: 50px !important;  
margin: 0 2px;  
}  
.community_box_wrap .user-info-wrap a{
 font-size:16px;    
}
.tag_box {
    padding: 7px 8px;
    background: #f2f2f2;
    margin: 0 8px 0 0;
    color: #312f2f;
    font-size: 12px;
}
.profile-link-wrap.mentee_box_wrap strong{
 font-size:14px;    
}
.profile-link-wrap.mentee_box_wrap .text-muted{
 font-size:14px;     
}
.user-card .profile-link-wrap .other-links a{
 padding:0 5px;    
}
.user-card .badges-wrapper .badge-wrap .badge-inner img{
 width:30px;    
}
}


@media screen and (max-width: 991px) and (min-width: 768px) {
button#responsive-menu-button .responsive-menu-box.close_responsive_menu{
 right:8px;    
}
}


@media (min-width: 1200px){
.container {
    max-width: 1200px;
    width:100% !important; 
}
}

@media(max-width:1440px){
 .navbar-subnav .profile-page-buttons ul li a{
  font-size:14px !important;  
  margin: 0;
 }   
 .header-top-right{
   justify-content:space-between;  
 }
}



@media (min-width: 1600px){
.auth-wrap{
 margin:-270px auto 60px; 
}    
.innerpages.bgimg {
    height: 550px;
}
.container {
    max-width: 1420px;
}
.tt-dropdown-menu{
width:736px; 
}
.user-more-info{
 right:53px;    
}
.tabs_wrapper ul li a{
 font-size:14px !important;    
}
.header-top-right{
justify-content: space-between;    
}
.navbar-subnav .profile-page-buttons ul li {
    padding: 0px !important;
    margin: 0 4px;
}
.tag_box{
 font-size:12px;     
}
.header-top-right { 
    width: 83%; 
}
.menu-top > li > a {
    padding: 21px 15px 21px !important;
}
.navbar-subnav .profile-page-buttons ul li a { 
    font-size: 16px !important;
}
}
/*@media (min-width: 1650px){
.container {
    max-width: 1600px;
    width: 100% !important;
}
}*/


@media(max-width:1199px){
    .right_navigation_wrap .button-top a {
        width: 86px;
    }
.navbar-subnav .profile-page-buttons ul li a{
 font-size:11px !important;    
}
.menu-top > li > a {
    padding: 21px 8px 21px !important;
}
.right_navigation_wrap{
  width:auto;   
}
.tabs_wrapper ul li a{
 padding: 24px 9px !important;
 font-size: 13px !important;   
}
.filters_buttons_wrap .btn{
 font-size:15px;     
}
.tag_box{
padding: 8px 12px;
margin: 0 7px 0 0;
font-size: 12px;   
}
.community_box_wrap .user-info-wrap a{
 font-size:15px;    
}
.filtered-data .data-available .mc_div_layout {
    column-count: 3;
}
}

@media (max-width:768px){
 .cover.profile {
    position: relative;
    background: #3050fe;
    border: 1px solid #e2e9e6;
}

.cover.profile .cover-info .cover-nav li {
    text-align: center;
    border-bottom: 1px solid #e2e9e6;
    float: left !important;
    width: auto;
}
.cover.profile .cover-info {
    height: auto;
}

}


@media(max-width:991px){
 .for_mobile_menu {
    position: fixed;
    display: block !important;
    right:-100%;
    width: 60%;
    background: #212121 !important;
    max-height: 100% !important;
    height: 100% !important;
    top: 0;
    padding: 0;
    margin: 0;
    overflow: auto;
    transition:0.3s; 
}
.show_mobile_menu{
 right:0px;  
 transition:0.3s;   
}  
 li.search-form.hidden-xs {
    display: none;
}
.header-top-right{
 justify-content:flex-end;     
}
.right_navigation_wrap{
 width:auto;    
}
.header-wrap{
 padding:10px;     
}
.tab_inner_holder{
 display:block;    
}
.user-card .cover-section.community_box_wrap img.profile-card{
  width:50px;
  height:50px;     
}
span.twitter-typeahead {
    display: none !important;
}
.search_wrap{
 display:none !important;     
}

button#responsive-menu-button, button#responsive-menu-button:hover{
       width: 57px;
    height: 28px;
    top: 12px;
    right: 8px;
    border-radius: 14px;
    background-image: linear-gradient(30deg, #0b9cf7 0%, #2b3eff 100%) !important;
    position: absolute;
    z-index: 9999;
    box-shadow: 0 0 0;
    border: 0;
    display: block;

}

button#responsive-menu-button .responsive-menu-box {
    background-image: url(../img/menu.png);
    background-repeat: no-repeat;
    background-size: auto;
    background-position: 7px 5px;
    display: block;
    width: 100%;
    height: 100%;
}
button#responsive-menu-button .responsive-menu-box.close_responsive_menu{
    background-image: url(../img/menu-close.png);
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: 13px -1px;
    top:4px !important;
    position: relative;
}

ul.right_navigation_wrap {
    width: auto;
    margin-right: 10px;
}
.top-logo{
 width:102px;      
}

.top-logo .image-logo {
    width: 100% !important;
}
.navbar-subnav .profile-page-buttons ul li a {
    font-size: 13px !important;
    padding: 12px 15px !important;
    color:#fff !important; 
}



.navbar-subnav .profile-page-buttons ul li.active a, .navbar-subnav .profile-page-buttons ul li a:hover {
    background-image: linear-gradient(30deg, #2b3eff 0%, #2b3eff 100%) !important;
    color: #ffffff !important;
}

.for_mobile_menu .nav-header.menu-top{
 margin-top: 62px;
 display:block; 
}

.right_navigation_wrap .button-top a{
 width:68px;
 padding:2px 10px;  
}
.header-top-right{
 width:75%;     
}
.top_banner_wrapper {
    min-height: 415px;
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    background-image: none !important;
    height: auto;
    background: linear-gradient(30deg, #0b9cf7 0%, #2b3eff 100%) !important;
}
.page-banner-wrap .banner-title {
    font-size: 30px;
    line-height: 26px;
}
.tag_box{
 font-size:12px;
 margin:0 4px 0 0;     
}
.common-banner-title {
    padding: 0 30px;
    margin-top: 68px;
}
.auth-wrap{
margin: -100px auto 40px;   
}
.navbar-subnav .profile-page-buttons ul li{
display:block;     
}
.navbar-collapse.collapse{
 height:100% !important;    
}
.footer-mail:after, .footer-mail:before{
 display:none;    
}
.filtered-data .data-available .mc_div_layout {
    column-count: 2;
    width: 90% !important;
    margin-left: 50%;
    transform: translateX(-50%);
}
.navbar-subnav .profile-page-buttons > ul > li ul.dropdown-menu{
    width: 100%;
}
.navbar-subnav .profile-page-buttons > ul > li ul.dropdown-menu{
    background-color: transparent;
    position: relative;
}
.navbar-subnav .profile-page-buttons > ul > li ul.dropdown-menu a {
    border-width: 0px;
}
}

@media(max-width:767px){
 .top-logo img.hidden-xs{
      display: block !important; 
 } 
 .tabs_wrapper ul li a {
    padding: 12px 9px !important;
    font-size: 13px !important;
}
.footer-menu li a {
    padding: 10px 12px;
    font-size: 14px;
}
.copy_right_text{
 display:block;
 text-align:center;      
} 
.copy_right_text p, .footer_bottom-link a{
 font-size:14px;    
} 
.visible-xs {
    display: none !important;
}
.flex_col_border .col-sm-4.pr5{
padding-left:0px !important;     
}
}


@media(max-width:575px){
.for_mobile_menu{
 width:100%;     
}
.modal .modal-header{
 display:flex;
justify-content: space-between;
flex-direction: row-reverse;
align-items: center;     
}
.modal .modal-header .modal-title{
width:80%;    
}
#timeline .timeline-wrap button.close{
 width:auto; 
}


}


@media(max-width:767px){
 .profile_flex_row {
    display: block;
}  
.profile_flex_row .col-sm-6 {
    padding: 12px;
}
.flex_col_border {
    border-right: none;
} 
}

@media(max-width:640px){
ul.right_navigation_wrap {
    width: auto;
    margin-right: 59px;
} 
.footer .footer-mail a{
 padding: 15px 21px;   
}
}


@media(max-width: 540px){
    .filtered-data .data-available .mc_div_layout {
    column-count: 1; 
}
}

div#header {
    background: #1e63fc;
    padding: 10px 0;
}
.timeline-post .panel .posts-icons a.like.active span, .timeline-post .panel .posts-icons a.favorite.active span {
color: #5575da !important;
}

.timeline-post .panel .posts-icons a.like.active, .timeline-post .panel .posts-icons a.favorite.active {
color: #5575da !important;
}
input.select2-search__field {
    background: #f8f9cc !important;
}
#post-options input.select2-search__field {
    background: #f8f9cc !important;
}

.text-muted {
    margin-top: 0px;
}

.menu-top .caret {
    margin-left: 5px;
    margin-top: 2px;
} 
.sweet-alert.showSweetAlert.visible p {
    color: #000000;
}
a.site_feedback {
   background: #004bae;
   border-radius: 0;
   color: #fff;
   display: inline-block;
   font-size: 1.5rem;
   height: 50px;
   line-height: 50px;
   position: fixed;
   left: -40px;
   text-align: center;
   text-decoration: none;
   text-transform: capitalize;
   -moz-transform: rotate(-90deg);
   -ms-transform: rotate(-90deg);
   -o-transform: rotate(-90deg);
   -webkit-transform: rotate(-90deg);
   transform-origin: center;
   z-index: 9999;
   top: 0;
   bottom: 0;
   margin: auto;
   border: 1px solid #9E9E9E;
   width: 130px;
   border-top-width: 0px;
   transition: all 0.3s ease-in-out;
}

a.site_feedback:hover {
   background: #4f7aff;
   transition: all 0.3s ease-in-out;
}

.profile_tabs_wrp .text-muted{
    margin-top: 20px;
    margin-bottom: 0 !important;	
}

.timeline-post .post-video-content-inner a{
   display: inline-block;
   position: relative;
   z-index: 1;
}
.timeline-post .post-video-content-inner a:after {
    position: absolute;
    content: '';
    background-image: url(../img/youtube-black.svg);
    background-size: 50px;
    background-repeat: no-repeat;
    background-position: center;
    transition: all 0.3s ease-in-out;
    z-index: 1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0; 
}

.timeline-post .post-video-content-inner a:hover:after {
    background-image: url(../img/youtube-red.svg);
    transition: all 0.3s ease-in-out;
    z-index: 1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0; 
}

.timeline-post .post-video-content-inner a {
    width: 90%;
    margin-left: 15px;
}  

.message-box-wrap .chat-bubble .chat-bubble-inner .form-horizontal textarea.form-control{color:#FFF}

.auth-section label.case-name {
    background-image: url(../img/hospital-icon.png) !important;
}

.auth-section label.country-name {
    background-image: url(../img/location.png) !important;
}