.usr_dp {
	margin-right: 7px;
	height: 55px;
	width: 55px;
	background-size: cover;
	background-position: center;
	border-radius: 100%;
	margin-bottom: 0;
	background-repeat: no-repeat;
	background-origin: content-box;
	vertical-align: middle;
	display: inline-block;
}
.modal-content.login_user.watch_sample .modal-header .modal-title {
	font-weight: 600;
	font-family: 'Gotham';
	font-size: 20px;
}
.modal-content.login_user.view_sample .modal-header .modal-title {
	font-weight: 600;
	font-family: 'Gotham';
	font-size: 25px;
}
.modal-body.login_user.info_txt h2 {
	font-size: 1.4rem;
	font-weight: 600;
}
.modal-body.login_user.info_txt p {
	font-size: 1.0rem;
}
.btn_view_info {
	position: relative;
	background-color: #ffb01b;
	color: #fff;
	padding: 5px 10px;
	font-size: 14px;
	font-weight: 600;
	right: 0;
}
.btn_view_info img {
	height: 15px;
	margin-right: 7px;
}
.modal-deignation {
	font-size: 15px;
	margin-left: 0;
	margin-bottom: 0;
	font-weight: 500;
}	
.modal-header {
	border-bottom: none;
	display: block;
	position: relative;
}
.remove_left{
	padding-left: 0;
}
.remove_right{
	padding-right: 0;
}
.btn-close {
	background-color: #ccc;
	opacity: 1;
	border-radius: 100%;
	font-size: 14px;
	padding: 12px !important;
	position: absolute;
	right: 20px;
	top: 20px;
}
@media only screen and (max-width: 576px){
	.modal-content .modal-header {
		padding: 0;
	}
	.modal-body.login_user.info_txt {
		padding: 0;
		margin-top: 15px;
	}
	.btn_view_info {
		position: relative;
		background-color: #ffb01b;
		color: #fff;
		padding: 5px 10px;
		font-size: 14px;
		font-weight: 600;
		right: 0;
		width: 100%;
		margin-top: 20px;
	}
	.modal-content.login_user.view_sample .modal-header .modal-title {
		font-weight: 600;
		font-family: 'Gotham';
		font-size: 22px;
	}
	.modal-content.login_user.view_sample .modal-header .modal-title {
		font-weight: 600;
		font-family: 'Gotham';
		font-size: 18px;
		margin-bottom: 5px;
	}
	.modal-body.login_user.info_txt h2 {
		font-size: 16px;
		font-weight: 500;
		font-family: 'Gotham';
	}
	.modal-body.login_user {
		padding: 0;
		margin-top: 15px;
	}
	.usr_dp img {
		max-width: 100%;
	}
    
}
@media only screen and (max-width: 576px) and (orientation : landscape){
     
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .btn_view_info {
        position: relative;
        background-color: #ffb01b;
        color: #fff;
        padding: 5px 10px;
        font-size: 14px;
        font-weight: 600;
        right: 0;
        top: 0;
        width: 100%;
        margin-top: 10px;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) and (orientation : landscape){
    
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
    .btn_view_info {
		position: relative;
		background-color: #ffb01b;
		color: #fff;
		padding: 5px 10px;
		font-size: 14px;
		font-weight: 600;
		right: 0;
		margin-top: 15px;
	}
    
}
@media only screen and (min-width: 768px) and (max-width: 992px) and (orientation : landscape){
    
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {    
	.modal-content.login_user .remove_right {
		padding-right: 15px;
	}
	.modal-content.login_user .remove_left {
		padding-left: 15px;
	}
	.modal-content.login_user .btn_view_info {
		position: relative;
		background-color: #ffb01b;
		color: #fff;
		padding: 5px 10px;
		font-size: 14px;
		font-weight: 600;
		right: 40px;
	}
	.modal-content.login_user.view_sample .modal-header .modal-title {
		font-weight: 600;
		font-family: 'Gotham';
		font-size: 20px;
	}
	.modal-body.login_user.info_txt h2 {
		font-size: 16px;
		font-weight: 600;
	}
}
@media only screen and (min-width: 992px) and (max-width: 1200px) and (orientation : landscape){

}
@media only screen and (min-width: 1200px) and (max-width: 1400px) {

}

@media only screen and (min-width: 1400px) {
 
}

