/***************************************** media for all devices start from here *****************************************/
/* 1600 view*/
@media only screen and (max-width:1919px){
    }

/* 1440 view*/
@media only screen and (max-width:1599px){
	}
	
/* 1366 view*/
@media only screen and (max-width:1439px){
	}
	
	/* 1280 view*/
@media only screen and (max-width:1365px){
	}
	
	/* iPad 1024 (Landscape) view*/
@media only screen and (max-width:1279px){
	}
	
/* iPad 768 (portrait) view*/
@media only screen and (max-width: 1023px) {
    /* 	help desk Section start */
	.custom-pill-tablist {
    width: 100%;
	}
	/* 	help desk Section end */
	/* advance search page start */
	.topic-details-list {
		display: block;
	}
	.topic-details-list li {
		width: 100%;
	}
	/* advance search page end */
	}
	
@media only screen and (max-width: 767px) {
	.card-style {
		padding: 20px;
	}
	.custom-event-btn {
		display: flex;
		justify-content: start;
	}

	/*  clients css start */
	.client-profile-wrapper .client-profile-photo .image {
		max-width: 75px;
		height: 75px;
	}
	.custom-multicard p.text-sm {
		margin: 6px 0px;
		display: flex;
		flex-direction: column;
	}
	.client-profile-wrapper .client-profile-photo {
		margin-top: -50px;
	}

	/*  clients css end */

	/* event css start */
	.profile-wrapper .profile-info .socials li a {
		margin-right: 10px;
	}
	.profile-wrapper .profile-info {
		margin-left: 20px;
		margin-right: 20px;
	}
	.profile-wrapper .profiles-activities .more-btn-wrapper button {
		display: none;
	}
	.profile-wrapper .profiles-activities {
		padding-left: 20px;
		padding-right: 20px;
	}
	.profile-wrapper .profile-photo .image {
		max-width: 120px;
		height: 120px;
	}
	.profile-wrapper .profile-photo {
		margin-top: -50px;
		margin-left: 20px;
		margin-right: 20px;
	}
	.profile-wrapper .profile-cover .update-image {
		right: 50%;
		bottom: 50%;
		-webkit-transform: translate(50%, 50%);
		-moz-transform: translate(50%, 50%);
		-ms-transform: translate(50%, 50%);
		-o-transform: translate(50%, 50%);
		transform: translate(50%, 50%);
		white-space: nowrap;
	}

	/* event css end */

	/* alumani side css start*/
	.sidebar-list-wrapper .sidebar-list {
		padding: 0px 20px;
	}
	.sidebar-list-card form {
		padding: 0px 20px;
	}
	/* alumani side css end */
}

@media only screen and (max-width: 735px) {
	/* Button style start */
	.buttons-group li {
		width: 50%;
	}
	.main-btn {
		display: block;
		width: 100%;
	}
	.custom-input-group .main-btn {
		width: auto;
	}
	
	/* Button style end */
}

/* iPhone-5 568 (Landscape) view */
@media only screen and (max-width: 666px) {

}

/* iPhone-4 480 (Landscape) view */
@media only screen and (max-width: 567px) {
}

@media only screen and (max-width: 479px)
{
/* Button style start */
.buttons-group li {
	width: 100%;
}
/* Button style end */

 /*help desk Section start */
	.custom-pill-tablist .nav-item {
    width: 100%;
	}
	
	.nav-link {
    padding: 0.8rem 1rem;
    }
    
    .topic-action{
    display:inline-block;
    }
/* 	help desk Section end */
}

@media only screen and (max-width: 413px) {
	/* Icons Css Start */
	.icons-wrapper .icons>div, .icons-wrapper .icons li, .icons-wrapper ul>div,
		.icons-wrapper ul li {
		flex-basis: 100%;
	}
	/* Icons Css S*/
}

/* iPhone-4 320 (portrait) view */
@media only screen and (max-width: 374px) {
}