.user_details_text{
	font-size: 14px;
	font-weight: normal;
	display: block;
}
.right_post_box {
    float: right;
}
.left_post_box{
	width: 48%;
}


.user_details_text{
	font-size: 14px;
	font-weight: normal;
	display: block;
}
.right_post_box {
    float: right;
}
.left_post_box{
	width: 48%;
}

/*priya*/

/*dashboard start*/
.mobile_menu_button {
	display: none;
}
.top_menu {
	position: fixed;
	top:0;
	left: 100px;
	height: 100px;
	width: calc(100% - 100px);
	background: #3f4953;
	z-index: 99;
}

.left_menu {
	position: fixed;
	top:0;
	left: 0;
	height: 100%;
	width: 100px;
	background: #442e52;
	z-index: 100;
	text-align: center;
}

.left_logo {
	width: 58%;
	position: relative;
	margin: 0 auto;
	padding: 15px 0;
}

.left_logo:after {
		position: absolute;
		width: 100%;
		left: 0;
		top: 100%;
		content: "";
		height: 1px;
		background: #fff;
}

.top_menu a {
	color: #fff;
}

.top_menu .user_profile {
	position: absolute;
	top: 50%;
	right: 30px;
	transform: translateY(-50%);
}

.top_menu .search_form {
	position: absolute;
	width: 20%;
	top: 50%;
	left: 30px;
	transform: translateY(-50%);
}

.top_menu .search_input {
  color: #fff;
  width: 100%;
  border-radius: 0;
  padding: 10px 10px;
  background: transparent;
  border: none;
  border-bottom: 1px solid #fff;
}

.top_menu .search_submit {
    border: none;
    border-left: none;
    color: #fff;
    padding: 0;
}

.left_menu_list ul {
	padding-top: 10px;
}
.left_menu_list li {
	list-style: none;
	padding: 10px 0;
	font-size: 180%;
}

.left_menu_list li a {
	color: #fff;
	text-decoration: none;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
}
.left_menu_list li a:hover {
    color: #fff !important;
    opacity: 0.7;
}
.left_menu_list li .notification {
	position: relative;
}

.left_menu_list li .notification_counter {
    position: absolute;
    top: 5%;
    left: 55%;
    font-size: 40%;
    background-color: #f08059;
    height: 22px;
    border-radius: 50%;
    width: 22px;
    text-align: center;
    line-height: 22px;
}

.dashboard.container_wrap {
	margin-left: 0px;
	margin-top: 0px;
	width: 100%;
	height: 100%;
	overflow: auto;
	padding: 30px;
	background-color: #F1F6F9;
}

.dashboard.container_wrap .container-fluid {
	padding: 0;
}
.white_bg {
	width: 100%;
	height: 350px;
	background-color: #fff;
	box-shadow: -1px 8px 25px #d8d8d8;
	-webkit-box-shadow: -1px 8px 25px #d8d8d8;
	-moz-box-shadow: -1px 8px 25px #d8d8d8;
	padding: 20px 20px;
	color: #3f4854;
}

.calendar_wrap, .calendar_wrap .calendar {
	padding: 0;
	box-shadow: -1px 8px 25px #d8d8d8;
	-webkit-box-shadow: -1px 8px 25px #d8d8d8;
	-moz-box-shadow: -1px 8px 25px #d8d8d8;
	border-radius: 0;
}

.dash_title {
	font-size: 18px;
	/*font-weight: 800;*/
	text-transform: uppercase;
	margin-bottom: 15px;
    font-family: inherit;
}

.purple {
	color: #8655a4;
}

.hash_list li {
	padding: 6px 0;
	font-size: 16px;
}

.hash_list li a {
	color: #3f4854;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	position: relative;
}

.hash_list li a:after {
	position: absolute;
	top: 120%;
	left: 50%;
	width: 0%;
	background-color: #8655a4;
	content: "";
	height: 1px;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;

}
.hash_list li a:hover {
	color: #8655a4;
}

.hash_list li a:hover:after {
	left: 0%;
	width: 100%;
}

.spab_prog_indicator .progress {
	border-top-left-radius: 15px;
	border-bottom-left-radius: 15px;
	border-top-right-radius: 15px;
	border-bottom-right-radius: 15px;
  background-color: rgba(249, 187, 6, 0.4);
  width: 85%;
  margin-top: 10px;
  float: left;
  height: 12px;
}

.spab_prog_indicator .progress-bar {
    background-color: #f9bb06;
}

.slab_name_wrap_new {
	text-align: center;
	margin:50px 0 20px;
    font-size: 70px;
    color: rgb(249, 187, 6);
}

.starter_wrap .score_count {
	font-size: 16px;
	color: #3f4854;
}

.calendar_wrap .fc-basic-view .fc-body .fc-row {
	height: auto !important;
  min-height: 2.75em;
}

.calendar_wrap .fc td, .fc th {
	padding: 0 7px;
}
.calendar_wrap .fc-scroller {
	height: 265px !important;
	overflow: auto; !important;
}

.calendar_wrap .fc-toolbar.fc-header-toolbar {
    margin-bottom: 0;
    padding: 10px;
    background: #3f4953;
}

.calendar_wrap .fc-toolbar h2 {
    margin: 10px 0 0 0;
    font-size: 16px;
    text-transform: uppercase;
    color: #fff;
}

.action_menu {
	text-align: center;
	font-size: 14px;
	font-weight: 800;
	text-transform: uppercase;
}

.action_menu a {
	width: 100%;
	color: #3f4953;
	padding: 15px 0;
	position: relative;
	display: block;
}
.action_menu a:after {
	position: absolute;
	left: 50%;
	width: 0%;
	top: 100%;
	height: 6px;
	content: "";
	background-color: #f9bb06;
	border-top-left-radius: 25px;
	border-bottom-left-radius: 25px;
	border-top-right-radius: 25px;
	border-bottom-right-radius: 25px;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

.action_menu a:hover {
	color: #3f4953 !important;
}
.action_menu.active a:after, .action_menu a:hover:after {
	left: 5%;
    width: 90%;
}
.counter-acnt-ofer {
    font-family: inherit;
    font-size: 14px;
}

.action_content_div {
	margin-top: 6px;
	background-color: #fff;
	width: 100%;
  	box-shadow: -1px 2px 25px #d8d8d8;
	-webkit-box-shadow: -1px 2px 25px #d8d8d8;
	-moz-box-shadow: -1px 2px 25px #d8d8d8;
	/*padding: 30px;*/
}

.action_content_menu {
	width: 100%;
	position: relative;
	padding: 20px;
	background-color: #3f4953;
	font-size: 14px;
}

.action_content_menu a {
	color: #fff;
}
.post_menu {
	float: left;
	padding-right: 30px;
	text-transform: uppercase;
	opacity: 0.4;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
  /*margin-top: 12px;*/

}
.post_menu.active, .post_menu:hover, .post_menu:hover a {
	opacity: 1;
	color: #fff !important;
}

.action_content_menu select {
    background-color: transparent;
    color: #fff;
    padding: 10px 70px 10px 25px;
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
    -webkit-appearance: none;
    -moz-appearance: none;
  	 background-image: url(../images/select_down.png);
	  background-position: 94% center;
	  background-size: 42px;
	  background-repeat: no-repeat;
}

.action_content_menu select option {
	background: #3f4953;
}
.action_content_menu select:focus {
	outline: none;
}

.dashboard .post_details table {
	width: 100%;
	margin-top: 20px;
}
.dashboard .post_details {
	font-size: 14px;
	color: #3f4953;
}

.dashboard .post_details a {
	color: #000;
}
.dashboard .post_details a:hover{
	color: #F9BB06;
}
.dashboard .post_details thead {
	border-bottom: 1px solid #efebeb;
	font-weight: 800;
}

.dashboard .post_details thead th {
	padding-bottom: 20px;
}
.dashboard .post_details .details {
	width: 50%;
}
.dashboard .post_details .detail_action {
	width: 10%;
	text-align: center;
	font-weight: 800;
}

.dashboard .post_details tbody td {
	padding: 30px 30px /*60px*/;
}
td.detail_action {
	/*color: #8655a4;*/
	vertical-align: middle;
}

td .detail_title {
	font-weight: 800;
	font-size: 16px;
}

.dashboard .events .detail_action {
	width: 8.33%;
}
.dashboard .polls .detail_action, .dashboard .scholarships .detail_action {
	width: 16.66%;
}
/*.post_tab {
	display: none;
}*/
#my_initiatives {
	display: block;
}

.detail_inf {
	font-size: 14px;
	width: 100%;
	line-height: 26px;
}

.detail_inf i {
	width: 24px;
	display: block;
	float: left;
	position: relative;
	top: 6px;
	color: #000;
}

.detail_inf span {
	width: calc(100% - 24px);
	display: block;
	float: left;
	color: #000;
}


/*dashboard end*/


/*responces start*/

.responses.container_wrap {
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: #fff;
	font-family: inherit;
}

.responses .details-banner-text {
	padding-left: 50px;
}
.responses .details-banner-text .left {
	width: 30px;
	float: left;
}

.responses .details-banner-text .right {
	float: left;
	width: calc(100% - 30px);
}

.responses .details-banner-text a {
	color: #fff;
}

.responses .post_data_row {
	line-height: 30px;
}

.responses .banner_gradient {
	width: 100%;
	height: 100%;
  background: red; /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(left, #ddd , #fff); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(right, #ddd, #fff); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(right, #ddd, #fff); /* For Firefox 3.6 to 15 */
  background: linear-gradient(to right, #ddd , #fff); /* Standard syntax */
}

.responses .post_details {
	padding: 15px;
}

.responses .nav-tabs > li.active > a, .responses .nav-tabs > li > a:hover {
	    color: #f97b5b !important;
}

.responses .nav-tabs > li > a::after {
    background: #f97b5b;
    height: 6px;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
    bottom: -4px;
}

.responses .nav>li>a {
	padding: 20px;
	font-size: 100%;
}
.responses .tab_title  {
	margin: 20px 0;
		font-family: 'Gotham Rounded Book';
}
.responses .description {
	width: 90%;
}

.gallery_wrap .gal_img_wrap {
	padding: 5px;
}

.gal_img_wrap {
	height: 225px;
}

.gal_img_wrap img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

#fbplus-wrap {
  z-index: 10000;
}

#fbplus-overlay {
    z-index: 9999;
}

.responses .post_butn {
	padding: 12px 40px;
	color: #444444;
	font-size: 90%;
	outline: none;
	border: none;
	margin: 60px auto;
	transition: all 0.3s ease-in-out;
}

.responses .post_butn i {
	font-size: 170%;
}

.responses .post_butn:hover {
	background-color: #f97b5b;
}

.responses .comments-container .col-md-2 {
    width: 8.33333333%;
}

.responses .comments_wrap {
	padding: 0px 150px 0px 50px;
	/*padding: 0px 50px;*/
}


.responses .user.block span {
	line-height: 2.25em;
	font-size: 90%;
	color: #444;
}
.responses .user.block .posted_by_name {
	color: #f97b5b;
	font-weight: 800;
	font-size: 100%;
}

.responses .user.block:last-child {
	margin: 0 30px;
     border-bottom: 1px solid #eee; 
}

.responses .btn_gfc {
	background-color: #f97b5b;
}

.responses .hashtag.debates {
	color: #f97b5b;
}

.tab-pane > div:first-child  {
	padding:60px 100px;
}

.responses .user {
	padding:20px 30px; 
}
.score_count {
    display: block;
    line-height: 1;
    font-size: 60%;
    margin-top: 6px;
}
.calendar_wrap .fc-basic-view .fc-body .fc-row {
	height: auto !important;
 	min-height: 2.75em;
}
.calendar_wrap .fc td, .fc th {
	padding: 0 7px;
}
.calendar_wrap .fc-scroller {
	height: 265px !important;
	overflow: auto; !important;
}
.calendar_wrap .fc-toolbar.fc-header-toolbar {
    margin-bottom: 0;
    padding: 10px;
    background: #3f4953;
}
.calendar_wrap .fc-toolbar h2 {
    margin: 10px 0 0 0;
    font-size: 16px;
    text-transform: uppercase;
    color: #fff;
}
/* Calendar */
.fc-toolbar h2 {
    margin: 10px 0 0 0;
    font-size: 18px;
}
.calendar {
    padding: 15px;
    background: #fff;
    border-radius: 5px;
    box-shadow: 2px 3px 3px rgba(179, 179, 179, 0.62);
    font-family: 'Gotham Rounded Book';
}
.fc td, .fc th {
    border-style: solid;
    border-width: 0px;
    padding: 0;
    vertical-align: top;
    border: none;
    padding: 0 5px;
}
.fc-basic-view .fc-body .fc-row {
    min-height: 3em;
}
.fc td.fc-today {
    border-style: none;
    background: #d7d7d7;
    color: #333;
	border-radius: 4px;
}
.fc-head-container {
    padding: 5px 0 !important;
    background: #e7e7e7;
    border-radius: 4px;
}
.fc-event.mark_calendar {
	position: relative;
}
.fc-event.mark_calendar:before {
	display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f08d";
    position: absolute;
    top: -57%;
    right: 1px;
    color: #333;
	-ms-transform: rotate(20Deg);
	-moz-transform: rotate(20Deg);
	-webkit-transform: rotate(20Deg);
    transform: rotate(20Deg);
}
.fc-event {
	text-transform: capitalize;
}
.fc-event:hover {
	color: #000 !important;
}
.dashboardUsername{
	position: absolute; 
	bottom: 0%; 
	right: 15px; 
	color: #fff; 
	text-shadow: 1px 1px 1px #000;
	letter-spacing: 0.05em;
	width: 80%; 
	text-overflow: ellipsis; 
	overflow: hidden;
	text-align: right;
}
.post_tags {
    background: rgb(228, 228, 228);
    color: #000 !important;
    border-radius: 4px;
    padding: 0 7px 0 7px;
    display: inline-block;
    line-height: 1.4;
    font-size: 95%;
    margin-right: 3px;
}
.post_tags:hover {
    color: #000;
    background: rgba(249, 187, 6, 0.68);
}
.dashboard_row .hashtag_wrap{
	padding: 0; 
	position: relative;
}
.dashboardCoverPictureGradient{
	position: absolute; 
	top: 0; 
	left: 0; 
	width: 100%; 
	height: 100%; 
	background: linear-gradient(rgba(0,0,0,0) 71%, rgba(0,0,0, .53));
}
.dashboardCoverPicture{
	position: absolute; 
	top: 0; 
	left: 0; 
	height: 70%; 
	width: 100%;
}
.dashboard_row .dashboardCoverPicture .img-thumbnail{
	position: absolute; 
	bottom: -25%; 
	left: 7%; 
	width: 100px;
}
.profileEditBtn{
	position: absolute; 
	top: 7px; 
	right: 7px;
}
.productAddToCart a.profileEditBtn{
	color: #000;
}
.slab_name_wrap_new .fa-signal{
	font-size: 200%; 
	vertical-align: middle;
	color: #F9BB06;
}
.spab_prog_indicator{
	width: 65%;
	margin: 0 auto;
}
img.dashboardCoverPictureImage{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.responseBtnDashboard{
	position: absolute; 
	top: 0; 
	right: 0;
	background: #f9bb06;
    padding: 3px 15px;
    border-radius: 15px; 
}
.responseBtnDashboard:hover{
	background:#000;
	color: #fff; 
}
.marginTop30{
	margin-top: 30px;
}
.action_content_div{
	position: relative; 
	min-height: 400px;
}
.post_thumb img{
	width: 100%; 
	height: 100%; 
	object-fit: cover;
	box-shadow: 2px 3px 6px rgba(2, 2, 2, 0.45);
}
/*responces end*/

@media only screen and (max-width: 1680px){

	.responses .comments-container .col-md-2 {
       width: 12.66666667%;
	}
}
@media only screen and (max-width: 1600px){
	.gal_img_wrap {
	    height: 190px;
	}

	.responses .post_data_row {
	    line-height: 26px;
	}

	.spab_prog_indicator .progress {
		width: 82%;
	}
}

@media only screen and (max-width: 1440px){
	.gal_img_wrap {
	    height: 168px;
	}

	.calendar_wrap .fc-basic-view .fc-body .fc-row {
	    height: 3.5em !important;
	    min-height: 3.5em; 
	}
	.calendar_wrap .fc-scroller {
	    height: 269px !important;
	}

	.action_menu.active a:after, .action_menu a:hover:after {
	    left: 10%;
	    width: 80%;
	}

	.detail_img_wrap {
	    margin-left: -15px;
    	margin-right: -15px;
	}



}


@media only screen and (max-width: 1366px){
	.gal_img_wrap {
	    height: 158px;
	}

	.responses .post_data_row {
	    line-height: 23px;
	}

	.calendar_wrap .fc-basic-view .fc-body .fc-row {
	    height: 3.4em !important;
	    min-height: 3.4em; 
	}
	.white_bg {
	    height: 345px !important;
	}

	.dash_title {
		font-size: 16px;

	}
	.starter_wrap .score_count {
		font-size: 14px;
	}

	.hash_list li {
	    padding: 6px 0 !important;
	    font-size: 14px !important;
	}

	td .detail_title {
	    font-size: 14px !important;
	}

	.calendar_wrap .fc-toolbar h2 {
		font-size: 12px;
	}

	.calendar_wrap .fc-basic-view .fc-body .fc-row {
	    height: 3em !important;
	    min-height: 3em; 
	}


	.detail_inf {
		font-size: 12px;
		width: 100%;
		line-height: 22px;
	}

	.detail_inf i {
		width: 22px;
		display: block;
		float: left;
		position: relative;
		top: 4px;
	}

	.detail_inf span {
		width: calc(100% - 22px);
	}
}

@media only screen and (max-width: 1280px){
	.responses .comments-container .col-md-2 {
       width: 14.66666667%;
	}
	.responses .post_data_row {
	    line-height: 20px;
	}

	.calendar_wrap .fc-toolbar h2 {
		font-size: 14px;
	    margin: 15px 0 0 0;
	}
	.calendar_wrap .fc-scroller {
	    height: 235px !important;
	    overflow-y: scroll;
	}

	.action_menu.active a:after, .action_menu a:hover:after {
	    left: 5%;
	    width: 90%;
	}

	.calendar_wrap .fc td, .fc th {
	    padding: 0 0px;
	}
}

@media only screen and (max-width: 1152px){
	.gal_img_wrap {
	    height: 128px;
	}

	.responses .comments-container .col-md-2 {
       width: 16.66666667%;
	}

	.responses .nav>li>a {
	    padding: 15px;
	}
	.responses .details-banner-text {
	   bottom: 20px;
	}

	.spab_prog_indicator .progress {
	    width: 76%;
	}

	.score_count {
	    margin-top: 8px;
	}
}
@media only screen and (max-width: 1024px){
	.responses .comments-container .col-md-2 {
       width: 16.66666667%;
	}

	.gal_img_wrap {
	    height: 105px;
	}

	.responses .nav>li>a {
	    padding: 15px 5px;
	}

	.post_menu {
	    padding-right: 20px;
	}

	.action_content_menu select {
		    padding: 10px 50px 10px 15px;
		    font-size: 12px;
	}

	.action_menu {
		font-size: 12px;
	}
	.post_menu {
		font-size: 12px;
	}
	.hash_list li {
	    font-size: 12px !important;
	}
	.starter_wrap .score_count {
	    font-size: 12px;
	}

	.calendar_wrap .fc-basic-view .fc-body .fc-row {
	    height: 2.4em !important;
	    min-height: 2.4em; 
	}
	.white_bg {
	    height: 300px !important;
	}

	.slab_name_wrap_new {
	    margin: 15px 0 20px;
	    font-size: 70px;
	    color: rgba(249, 123, 91, 1);
	}

	.calendar_wrap .fc-scroller {
	    height: 190px !important;
	}

	.dashboard .post_details tbody td {
	    padding: 15px 15px 30px;
	}

	.detail_img_wrap {
	    margin-left: -15px;
    	margin-right: -15px;
	}
	.detail_inf {
		font-size: 12px;
		width: 100%;
	}

	.detail_inf i {
		width: 20px;
		display: block;
		float: left;
	}

	.detail_inf span {
		width: calc(100% - 20px);
		display: block;
		float: left;
	}

}

@media only screen and (max-width: 992px){
	.calendar_wrap .fc button {
		padding: 0.2em;
	}

	.action_menu {
	    font-size: 11px;
	}

	.action_content_div {
		padding: 15px;
	}

	.dashboard .post_details {
		font-size: 94%;
	}
	.dashboard .post_details .details {
	    width: 95%;
	}

	.dashboard .post_details .detail_action {
	    width: 5%;
	}

	.dashboard .events .detail_action {
	    width: 9.5%;
	}
	.dashboard .polls .detail_action, .dashboard .scholarships .detail_action {
	    width: 19%;
	}

	.dashboard .post_details tbody td {
	    padding: 15px 0 30px;
	}

	.responses .nav>li>a {
	    padding: 15px 3px;
	}


}

@media only screen and (max-width: 991px){

	.white_bg {
		margin-bottom: 30px;
	}

	.spab_prog_indicator .progress {
	    width: 92%;
	}

	.calendar_wrap .fc-basic-view .fc-body .fc-row {
	    height: 3em !important;
	    min-height: 3em;
	}

	.calendar_wrap .fc-scroller {
	    height: 235px !important;
	    overflow-y: scroll;
	}

	.calendar_wrap .fc-toolbar h2 {
	    margin: 8px 0 0 0;
	}

	.responses .comments_wrap {
	    padding: 0 10px 10px 10px;
	}
	.post_description_wrap {
		margin-bottom: 50px;
	}

	.nav-tabs>li {
		margin-bottom: 10px;
	}

	.tab-pane > div:first-child {
		padding: 0 !important;
	}

	.responses .user {
		padding:10px 0; 
		margin: 0;
	}

	

	.banner {
		padding-bottom: 32%;
	}
}
@media only screen and (max-width: 768px){
	.hash_list li {
	    font-size: 14px !important;
	}

	.action_menu {
	    font-size: 14px;
	}

	.post_menu  {
		float: none;
	    margin-top: 0;
	    font-size: 14px;
    	line-height: 30px;
	}

/*	.dashboard .post_details .details {
	    width: 50%;
	}*/

	.post_details {
		width: 100%;
		overflow-x: scroll;
	}

	/*.post_details table {
		width: 1024px !important;
		overflow: hidden;
	}*/

	/*.dashboard .post_details {
		font-size: 110%;
	}*/

	.responses .user.block:last-child {
		margin: 0;
	}
}

@media only screen and (max-width: 480px){
	.top_menu .search_form {
	    width: 37%;
	    left: 70px;
	}

	.top_menu {
	    left: 0;
	    width: 100%;
	    transition: all 0.5s ease;
	}

	.top_menu.toggled {
		left: 100px;
	}

	.left_menu {
	    top: 0;
	    left: -100px;
	    opacity: 0;
	    transition: all 0.5s ease;
	}

	.left_menu.open {
		opacity: 1;
		left: 0;
	}

	.dashboard.container_wrap, .responses.container_wrap {
	    margin-left: 0;
	    width: 100%;
	    transition: all 0.5s ease;
	}

	.dashboard.container_wrap.toggled, .responses.container_wrap.toggled {
	    margin-left: 100px;
	}
	.mobile_menu_button {
	    display: block;
	    color: #fff;
	    position: absolute;
	    top: 50%;
	    transform: translateY(-50%);
	    left: 20px;
	}

	.mobile_menu_button i {
		font-size: 35px;
	}

	.spab_prog_indicator .progress {
	    width: 82%;
	}

	.score_count {
	    margin-top: 11px;
	}

	.action_content_menu > div {
		float: none !important;
	}

	.action_content_menu > div:nth-child(2) {
		text-align: center;
		margin-top: 10px;
	}

	.post_menu {
		text-align: center;
	}

	.responses .comments-container .col-md-2 {
	    width: 35.666667%;
	}

	.tab-pane .col-md-5{
		padding:0;
	}

	.responses .description {
	    width: 100%;
	}

	.banner {
		padding-bottom: 58%;
	}

	.responses .nav>li>a {
	    padding: 15px 0;
	    margin: 0 23px 0 0;
	}
}
@media only screen and (max-width: 320px){
	.dashboard.container_wrap {
		padding: 15px;
	}

	.white_bg {
		margin-bottom: 15px;
	}
	.calendar_wrap .fc-toolbar h2 {
	    margin: 12px 0 0 0;
	}

	.action_menu, .post_menu {
	    font-size: 13px;
	}

	.action_content_menu select {
		margin-bottom: 10px;
	}

	.top_menu .search_form {
	    width: 32%;
	    left: 70px;
	}

	.top_menu .user_profile {
	    right: 10px;
	}

	.responses .col-md-12 {
		padding: 0;
	}

	.responses .nav>li>a {
	    margin: 0 17px 0 0;
	}
}
/*priya end
