@font-face {
    font-family: 'montserratblack';
    src: url('../fonts/montserrat-black.woff2') format('woff2'),
         url('../fonts/montserrat-black.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'montserratbold';
    src: url('../fonts/montserrat-bold.woff2') format('woff2'),
         url('../fonts/montserrat-bold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'montserratitalic';
    src: url('../fonts/montserrat-italic.woff2') format('woff2'),
         url('../fonts/montserrat-italic.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'montserratlight';
    src: url('../fonts/montserrat-light.woff2') format('woff2'),
         url('../fonts/montserrat-light.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'montserratmedium';
    src: url('../fonts/montserrat-medium.woff2') format('woff2'),
         url('../fonts/montserrat-medium.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'montserratregular';
    src: url('../fonts/montserrat-regular.woff2') format('woff2'),
         url('../fonts/montserrat-regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'montserratsemibold';
    src: url('../fonts/montserrat-semibold.woff2') format('woff2'),
         url('../fonts/montserrat-semibold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'montserratthin';
    src: url('../fonts/montserrat-thin.woff2') format('woff2'),
         url('../fonts/montserrat-thin.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
	font-display: block;
	font-family: 'Glyphicons Halflings';
	src: url(../fonts/glyphicons-halflings-regular.eot);
	src: url(../fonts/glyphicons-halflings-regular.eot?#iefix) format('embedded-opentype'), url(../fonts/glyphicons-halflings-regular.woff2) format('woff2'), url(../fonts/glyphicons-halflings-regular.woff) format('woff'), url(../fonts/glyphicons-halflings-regular.ttf) format('truetype'), url(../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format('svg')
}
@font-face {
    font-family: 'font awesome';
    src: url('../fonts/fontawesome-webfont.woff2') format('woff2'),
         url('../fonts/fontawesome-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}


body {
	font-family: 'montserratregular';
	color: #241c15;
	overflow-x: hidden;
	/*background-image: url('../images/dashboard/vault_bg.jpg');*/
	background: #fff;
}

h1,h2,h3,h4,h5,h6 {
	font-family: inherit;
	font-weight: 500;
	line-height: 1.2;
	color: inherit;
	margin: 0;
}
a {
	background-color: transparent;
	color: unset;
	transition: all ease-in-out .3s;
}

a:focus,
a:hover {
	outline: 0;
	text-decoration: unset;
	color: unset;
}
p{
	margin: 0;
}
img {
	width: 100%;
	max-width: 100%;
}
.relative {
	position: relative;
}

.white {
	color: #fff;
}

.black {
	color: #000;
}

.theme_color {
	color: #241c15;
}
.light_gray_color{
	color: #767676;
}
.light_gray_color2{
	color: #7f7f7f;
}
.text-middle {
	text-align: center;
	text-align-last: center;
}

.bold {
	font-weight: 700;
}

.montserratregular {
	font-family: 'montserratregular';
}
.montserratmedium {
	font-family: 'montserratmedium';
}
.montserratbold {
	font-family: 'montserratbold';
}
.montserratblack {
	font-family: 'montserratblack';
}
.montserratitalic {
	font-family: montserratitalic;
}
.montserratlight {
	font-family: 'montserratlight';
}
.montserratthin {
	font-family: 'montserratthin';
}
.montserratsemibold {
	font-family: 'montserratsemibold';
}


.font_28 {
	font-size: 28px;
}
.font_24 {
	font-size: 24px;
}
.font_22 {
	font-size: 22px;
}
.font_20 {
	font-size: 20px;
}
.font_18 {
	font-size: 18px;
	line-height: 1.4;
}
.font_16 {
	font-size: 16px;
}
.font_14 {
	font-size: 14px;
}
.font_12 {
	font-size: 12px;
}
.font_10 {
	font-size: 10px;
}
.font_35 {
	font-size: 35px;
}
.font_48 {
	font-size: 48px;
}
.font_72 {
	font-size: 70px;
}
.lineheight1_3 {
	line-height: 1.3;
}
.lineheight1_6 {
	line-height: 1.6;
}
.lineheight1_4 {
	line-height: 1.4;
}
.uppercase {
	text-transform: uppercase;
}
.p_t_10 {
	padding-top: 10px;
}
.p_b_10 {
	padding-bottom: 10px;
}
.p_t_20 {
	padding-top: 20px;
}
.p_b_20 {
	padding-bottom: 20px;
}
.m_0 {
	margin: 0;
}
.p_0 {
	padding: 0;
}

.gradient{
	background: linear-gradient(to right, #c1272d 50%, #c1272d 50%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  width: fit-content;
}

.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover{
	background-color: #c1272d;
    border-color: #c1272d;
}

/*.gradient_bg {
  background-image: linear-gradient(to right, #259aac , #c1272d);
}*/
.underline_gradient{
	border-bottom: 1px solid #c1272d;
}
.underline{
	text-decoration: underline;
}
.mobile{
	display: none;
}
/*login start*/
.user_login_wrapper{
	background-image: url('../images/login/bg.jpg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	min-height: 100vh;
	height:auto;
	width: 100%;
}
.right_block_login{
	width: 32%;
}
.left_block_login{
	width: 65%;
	float: left;
	padding-left: 30px;
}
.user_block_login{
	padding: 50px;
	display: inline-block;
}

.user_login_right{
	background-color: #fff;
	padding: 50px 75px;
	border-radius: 10px;
    min-height: 89vh;
    height: auto;
    position: relative;
}
.right_logo_login{
	width: 22%;
	margin: 0 auto;
}
.right_content_login h2{
	    text-align: center;
    padding: 50px 0 25px 0;
}
.right_content_login h3{
	text-align: center;
}
.form_group_login{
	margin: 20px 0;
}
.form_group_login label{
	font-weight: normal;
	margin-bottom: 8px;
}
.form_control_login{
	height: 50px;
	padding: 12px 15px;
	border-radius: 10px;
}
.show_pass{
	float: right;
	position: relative;
}
.show_pass:hover a{
	color: #249ca7;
}
/*.show_pass:after{
	content: "";
	background-image: url('../images/login/view_Icon.png');
	background-repeat: no-repeat;
	background-position: center;
	background-size: 15px;
	height: 15px;
	width: 15px;
	position: absolute;
	left: -25px;
}*/
.show_pass img{
	width: 20px;
    margin-right: 8px;
}
.btn_submit_login{
	padding: 13px 15px;
	width: 100%;
	color: #fff;
	margin: 20px 0;
	border: unset;
	outline: unset;
	border-radius: 10px; 
	background-image: linear-gradient(to right, #e63436 , #942c9c);;
	transition: all ease-in-out 0.5s;
	font-family: 'montserratbold';
}
.btn_submit_login:hover{
	color: #fff;
	background-image: linear-gradient(to right, #942c9c , #e63436);;	 
}
.form_check_login{
	padding: 15px 0;
    width: 205px;
    margin: 0 auto;
}
.form_check_login input[type=checkbox]{
	margin: 0px 0 0;
    line-height: normal;
    height: 25px;
    width: 25px;
    border: 2px solid #000;
}
.form_check_login label{
	display: block;
	margin-top: -28px;
	margin-left: 35px;
	cursor: pointer;
}
.forgot_pass{
	padding-top: 10px;
}
.login_terms{
	    position: absolute;
    bottom: unset;
    width: 100%;
    margin: unset;
    transform: translate(-50%, -94%);
    left: 50%;
    top: 94%;
}
.login_terms p,.login_terms a{
	font-size: 12px;
}
.login_form{

}
.left_logo_login {
    width: 300px;
    margin: 0;
}
.left_content_login{
	margin-top: 15%;
	width: 66%;
}
.left_content_login h2{
	margin-bottom: 40px;
}
.left_content_login p{
	margin-bottom: 20px;
}
.btn_more_login {
    background-color: #ffffff;
    color: #c1272d;
    transition: all ease-in-out 0.3s;
    padding: 10px 25px;
    border-radius: 10px;
    display: inline-block;
    margin-top: 10px;
    border: 1px solid #c1272d;
}
.btn_more_login:hover{
	background-color: #c1272d;
    color: #fff;
    border-color: #fff; 
}
/*login end*/
/*dashboard start*/
.top_dashboard_wrapper{
	position: fixed;
	display: block;
	width: 100%;
	z-index: 55;
}
.left_fix{
	/*padding-top: 86px;*/
	/*padding-top: 20px;*/
}
.right_fix{
	margin-top: 86px;	
}
.left_dashboard {
    width: 100px;
    background: #fff;
    min-height: 100%;
    float: left;
    z-index: 100;
    position: fixed;
    border-right: 2px solid #dddddf;
    transition: all ease-in-out 0.3s;
    overflow: hidden;
    background: linear-gradient(#e53437, #962c9a);
    border-bottom-right-radius: 55px;
    border-top-right-radius: 55px;
}
.left_dashboard:hover {
    width: 290px;
}
.bg_white{
	background-color: #fff;
}
.right_dashboard {
    min-height: 56px;
    vertical-align: bottom;
    background: #fff;
    width: calc(100% - 100px);
    float: right;
    /*border-left: 2px solid #dddddf;*/
}
.top_dashboard{
	padding: 18px 15px;
	/*border-bottom: 2px solid #dddddf;*/
}
.dashboard_logo{
   width: 167px;
    margin: 7px 0px 7px 40px;
}
.view_all_d .fa{
	    font-size: 18px;
    margin-left: 2px;
    padding-top: 2px;
}
.dashboard_search{
	border: 1px solid #4aa88c;
    padding: 5px 10px;
    border-radius: 50px;
    display: inline-block;
    width: 30%;
    margin-left: 35px;
}
.dashboard_search .fa{
	font-size: 20px;
	color: #878787;
	padding-top: 2px;
}
.search_textbox{
	    border: unset;
    outline: unset;
    width: 85%;
    padding: 4px 11px;
    color: #5f6368;
}
.search_btn .fa-search:before {
    content: "";
    background-image: url(../images/dashboard/search.png);
    background-repeat: no-repeat;
    background-position: unset;
    background-size: 15px;
    border-radius: 0;
    height: 15px;
    width: 15px;
    top: 7px;
    left: 20px;
    position: absolute;
}
.search_dashboard_container{
	float: left;
	width: 90%;
	padding-top: 5px;
}
.search_btn{
	float: left;
    display: inline-block;
    background: transparent;
    box-shadow: unset;
    border: unset;
    outline: unset;
    padding-left: 15px;
    margin-right: 25px;
    position: relative;
}
.profile_right{
	float: right;
	display: inline-block;
	text-align: right;
	width: 40%;
}
.bell_icon{
	display: block;
	float: right;
	padding-top: 8px;
    margin-right: 20px;
    position: relative;
}
.bell_icon .fa{
	font-size: 30px;
	color: #767676;
}
.bell_icon span{
	    background-image: linear-gradient(to right, #259aac , #c1272d);
    padding: 2px 7px;
    border-radius: 50%;
    font-size: 12px;
    position: absolute;
    top: 3px;
    right: -4px;
    color: #fff;
}
.frofile_img{
	display: block;
	float: right;
}


.frofile_img .dropbtn {
  color: white;
  border: none;
  cursor: pointer;
  outline: unset;
  background: transparent;
  width: 45px;
}

.frofile_img .dropdown {
  position: relative;
  display: inline-block;
}

.frofile_img .dropdown-content {
  display: none;
  position: absolute;
  right: 0;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
  transition: all ease-in-out 0.5;
  padding-top: 20px;
}

.frofile_img .dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  transition: all ease-in-out 0.3s;
}

.frofile_img .dropdown-content a:hover {background-color: #f1f1f1;}

.frofile_img .dropdown:hover .dropdown-content {
  display: block;
}
.left_menu_user li img {
    width: 20px;
    margin-right: 10px;
    margin-top: -1px;
}		
.left_menu_user li a{
	transition: unset;
	color: #fff;
	display: inline-block;
	line-height: 1.8;
	width: 80%;
	opacity: 0;
    visibility: hidden;
    transition: all ease-in-out 0.3s;
}
.left_dashboard:hover .left_menu_user li a{
	opacity: 1;
    visibility: visible;
}
.left_menu_user li{
	display: block;
	/*margin:  23px 20px 23px 0;*/
	padding: 15px 0px 15px 36px;
	font-family: 'montserratmedium';
	position: relative;
	transition: all 0.3s;
	white-space: nowrap;
}
.left_menu_user li:before{
	content: "";
    border-radius: 0 30px 30px 0;
    /*background-image: linear-gradient(to right, #e63436 , #942c9c);*/
    background:#ffffff;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    height: 54px;
    z-index: -1;
    width: 0;
    transition: all .3s;
}
.left_menu_user li:hover::before{
	width: 90%;
}
.left_menu_user li:hover{
	color: #fff;
}
.left_menu_user li:hover a{
	color: #e43438;
}

.left_menu_user .dashboard_active:before{
	width: 90%;
}
.dashboard_active a{
	color: #fff!important;
}
.dashboard_active .d_img{
	display: none;
}
.dashboard_active .hover_img_icon{
	display: inline-block;
}
.hover_img_icon{
	display: none;
	transition: all 0.3s;
}
.left_menu_user li:hover .hover_img_icon{
	display: inline-block;
}
.left_menu_user li:hover .d_img{
	display: none;
}
.left_menu_user ul{
	padding-left: 0;
}
.border_dashboard{
	    border: 2px solid #dddddf;
	    border-radius: 10px;
	    padding: 30px 10px 30px 10px;
}
.border_dashboard_box{
	    border: 1px solid #dddddf;
	    border-radius: 10px;
	    padding: 25px 5px;
	    margin-bottom: 30px;
	position: relative;
	min-height: 335px;
}

/*.right_content_dashboard{
	padding: 50px 35px;
}*/
.dashboard_icon{
	position: relative;
	width: 100%;
	margin: 0 auto;
}
.dashboard_icon h3{
	font-family: 'montserratbold';
	font-size: 24px;
	background: linear-gradient(to bottom, #7f40b7 40%, #e369a1 70%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.overview_circle1 h3{
	background: linear-gradient(to bottom, #7f40b7 40%, #e369a1 70%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.overview_circle2 h3{
	background: linear-gradient(to bottom, #ebc77b 40%, #f0af85 70%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.overview_circle3 h3{
	background: linear-gradient(to bottom, #9cafd9 40%, #1b3e80 70%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.overview_circle4 h3{
	background: linear-gradient(to bottom, #f28c7d 40%, #a83f5d 70%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.dot_h{
	float: right;
}
.dot_h .dot_3{
	color: #828282;
	font-size: 20px;
	transition: all 0.3s;
}
.dot_3:hover{
	color: #4aa88c;
}
.overview_dashboard{

}
.icon_dashboard:before{
	content: "";
	background-image:unset;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 42px;
	height: 42px;
	width: 42px;
	position: absolute;
	bottom: 15%;
	right:12%;
}
.overview_1:before{
	background-image: url('../images/dashboard/overview_1.png');
}
.overview_2:before{
	background-image: url('../images/dashboard/overview_2.png');
}
.overview_3:before{
	background-image: url('../images/dashboard/overview_3.png');
}
.overview_4:before{
	background-image: url('../images/dashboard/overview_4.png');
}
.dashboard_3_content{
	position: relative;
	width: 100%;
}
.dashboard_3_content p{
	color: #6f7374;
	margin-top: 5px;
}
.overview_p_b{
	margin-bottom: 25px;
}
.overview_p_t{
	margin-top: 25px;
}
.dashboard_width{
	width: 90%;
}
.custom_demos_width{
	width: 100%;
}
.prebuild_dashboard{
	padding: 35px 35px;
	margin-top: 30px;
	border: 2px solid #dddddf;
	border-radius: 10px;
}
.pre_tab .nav-tabs>li{
	float: right;
}
.pre_tab .nav-tabs>li>a{
    border-bottom: unset;
    border: unset;
    padding: 0 4px;
    
}
.view_all_d a{
	margin-top: 3px;
	margin-right: 15px !important;
	color: #4aa88c;
}
.pre_tab .nav-tabs {
    border-bottom: unset;
}
.pre_tab .nav-tabs>li.active>a, .pre_tab .nav-tabs>li.active>a:focus, .pre_tab .nav-tabs>li.active>a:hover {
    color: #555;
    cursor: default;
    background-color: transparent;
    border: unset;
    border-bottom: unset;
}
.pre_tab .nav>li>a:focus, .pre_tab .nav>li>a:hover{
	/*background: transparent;*/
	background: linear-gradient(to right, #c1272d 50%, #259aac 50%);
    -webkit-background-clip: text;
    width: fit-content;
}
.block_img_d_hover{
	display: none;
	transition: all 0.3s;
}
.active .block_img_d_hover{
	display: block;
	transition: all 0.3s;
}
.active .block_img_d{
	display: none;
	transition: all 0.3s;
}
.pre_icon {
    position: relative;
    width: 65%;
    padding-bottom: 25px;
}
.dot_v .fa{
	margin-left: 10px;
	font-size: 18px;
	color: #828282;
	transition: all 0.3s;
}
.dot_v .fa-ellipsis-v:before{
	content: "";
	background-image: url('../images/dashboard/dot_v.png');
	background-repeat: no-repeat;
	background-position: unset;
	background-size: unset;
	border-radius: 0;
    height: 20px;
    margin-top: 0px;
    top: 1px;
    width: 6px;
    opacity: 1;
    position: absolute;
}
/*.dot_v:hover .ellipsis{
	color: #4aa88c;
}*/
.dot_hover:hover .ellipsis{
	color: #4aa88c;
}
.dashboard_4_content h2{
	padding-bottom: 18px;
	color: #767676;
}
.dashboard_4_content h3, .dashboard_4_content p{
	padding-bottom: 8px;
	color: #767676;
}
.dashboard_4_content{
	padding-bottom: 10px;
}
.run_now_block{
	float: left;
	width: 50%;
}
.run_now_time{
	float: left;
	width: 50%;
}
.run_now_time p{
	padding-top: 12px;
	color: #767676;
}
.run_now_block p{
	padding: 10px 0% 10px 0%;
    text-align: center;
    display: inline-block;
    color: #767676;
}
.run_now:focus{
	color: #4aa88c;
}
.run_now{
	border: 1px solid #4aa88c;
	border-radius: 5px;
	color: #4aa88c;
	background-color: transparent;
	padding: 10px 20px;
	font-size: 12px;
	display: inline-block;
	transition: all 0.3s;
	font-family: 'montserratmedium';
	padding-left: 25px;
}
.run_now .fa{
	font-size: 15px;
	margin-right: 5px;
	position: relative;
}
.run_now:hover{
	background-color: #4aa88c;
	color: #fff;
}
.run_now .fa-play-circle-o:before {
    content: "";
    background-image: url(../images/dashboard/play.png);
    background-repeat: no-repeat;
    background-position: unset;
    background-size: 15px;
    height: 15px;
    width: 15px;
    top: -12px;
    left: -12px;
    opacity: 1;
    position: absolute;
}
.run_now:hover .fa-play-circle-o:before{
	filter: brightness(10);
	z-index: 1;
}
.pre_dot_dropdown{
	display: block;
	float: right;
}


.pre_dot_dropdown .dropbtn {
  color: white;
  border: none;
  cursor: pointer;
  outline: unset;
  background: transparent;
  width: auto;
}
.dot_h .pre_dot_dropdown .dropbtn{
	padding: 0;
	margin-right: -5px;
}
.pre_dot_dropdown .dropdown {
  position: relative;
  display: inline-block;
}

.pre_dot_dropdown .dropdown-content {
  display: none;
  position: absolute;
  right: -5px;
  background-color: #f9f9f9;
  min-width: 130px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
  transition: all ease-in-out 0.5;
  padding: 5px 0;
    color: #767676;
        font-family: 'montserratbold';
}

.pre_dot_dropdown .dropdown-content a {
  padding: 10px 16px;
  text-decoration: none;
  display: block;
  transition: all ease-in-out 0.3s;
  text-align: center;
  color: #767676;
        font-family: 'montserratregular';
        font-size: 12px;
}

.pre_dot_dropdown .dropdown-content a:hover {
	color: #4aa88c;
}

.pre_dot_dropdown .dropdown:hover .dropdown-content {
  display: block;
}
.custom_dashboard{
	background-image: url('../images/dashboard/bg.png');
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
	width: 100%;
	position: relative;
	border-radius: 10px;
	margin-top: 30px;
}
.custom_dashboard_content{
	padding: 70px 0;
	width: 90%;
}
.custom_dashboard_content h2, .custom_dashboard_content p{
	padding-bottom: 20px;
}
.btn_try_now:focus {
	color: #363475;
}
.btn_try_now {
    background-color: transparent;
    color: #fff;
    transition: all ease-in-out 0.3s;
    padding: 20px 50px;
    border-radius: 7px;
    display: inline-block;
    margin-top: 10px;
    border: 2px solid #fff;
    font-size: 14px;
    transition: all 0.5s;
}
.btn_try_now:hover{
	background-color: #fff;
    color: #363475;
    border-color: #fff;
}
.like_active{
	color: #4aa88c!important;
}
/*dashboard end*/
/*Custom Demos start*/
.custom_table{

}
.custom_table .table>thead>tr>th{
	border-bottom: unset;
	border-top:unset; 
	padding-bottom: 25px;
	color: #5f6368;
	font-size: 12px;
	font-family: 'montserratbold';
}
.custom_table .table>thead>tr{

}
.custom_table .table>tbody>tr>td,.custom_table .table>tbody>tr>th{
	border-bottom: unset;
	border-top:unset; 	
	padding: 20px 5px;
	vertical-align: middle;
	color: #767676;
	font-size: 14px;
}
.custom_table .table>tbody>tr{
	border: 1px solid #dddddf;
	margin-bottom: 20px;
}
.spacer{
	margin-bottom: 20px;
}
.top_trending{ 
    margin: 0 15px;
    display: inline-block;
    padding-bottom: 20px;
    border-bottom: 2px solid #dddddf;
}
.top_trending_box{
	padding: 0 3px;
	width: 8.30%;
	float: left;
}
.top_trending_box p{
	font-size: 10px;
	color: #767676;
	padding-top: 8px;
	line-height: 1.6;
}
.custom_list {
    margin-top: 0px !important;
}
.icon_custom{
	width: 45px;
	margin: 0 auto;
}
.td_center{
	text-align: center !important;
}
.custom_demos_dot .pre_dot_dropdown{
	float: left;
}
.dot_3:hover{
	color: #4aa88c;
}
.td_w8{
	width: 8%;
}
.td_w25{
	width: 25%;
}
.td_w15{
	width: 15%;
}
.td_w10{
	width: 10%;
}
.td_w14{
	width: 14%;
}
.custom_run_now {
    border: 1px solid #4aa88c;
    border-radius: 5px;
    color: #4aa88c;
    background-color: #e8fff9;
    padding: 10px 20px;
    font-size: 12px;
    display: inline-block;
    transition: all 0.3s;
    width: 130px;
    text-align: center;
}
.custom_run_now .fa-play-circle-o{
	position: relative;
	margin-right: 15px;
}
.custom_run_now .fa-play-circle-o:before {
    content: "";
    background-image: url(../images/dashboard/play.png);
    background-repeat: no-repeat;
    background-position: unset;
    background-size: 13px;
    height: 13px;
    width: 13px;
    top: -11px;
    left: -5px;
    opacity: 1;
    position: absolute;
}
.custom_run_now:hover .fa-play-circle-o:before{
	filter: brightness(10);
	z-index: 1;
}
.custom_run_now:hover{
	background-color: #4aa88c;
	color: #fff;
}
.request_run_now {
	border-color: #adadad;
    color: #adadad;
    background-color: #f1f1f1;
}
.request_run_now:hover {
    color: #fff;
    background-color: #adadad;
}
.requested_run_now {
	border-color: #0fe133;
    color: #0fe133;
    background-color: #deffe4;
}
.requested_run_now:hover {
	border-color: #0fe133;
    color: #fff;
    background-color: #0fe133;
}
.not_available_run_now {
	border-color: #eb3232;
    color: #eb3232;
    background-color: #ffe7e7;
}
.not_available_run_now:hover {
	border-color: #eb3232;
    color: #ffff;
    background-color: #eb3232;
}
.wait_run_now {
	border-color: #4aa88c;
    color: #4aa88c;
    background-color: #e8fff9;
}
.wait_run_now:hover {
	border-color: #4aa88c;
    color: #fff;
    background-color: #4aa88c;
}
.custom_region .modal {
    position: fixed;
    top: 50%;
    right: unset;
    bottom: unset;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 1050;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
    transition: all .5s;
    padding-right: 0!important;
}
.custom_region .close {
    float: right;
    font-size: 40px;
    font-weight: normal;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .2;
    outline: unset;
    margin-top: -5px;
    top: -3px;
}
.custom_region .modal-dialog {
    width: 400px;
    margin: 30px auto;
}
.custom_region .modal-header {
    padding: 15px 15px 15px 0px;
    border-bottom: unset;
}
.custom_region .modal-body {
    position: relative;
    padding: 0px 0 0px 0;
    display: inline-block;
    width: 100%;
}


/**/
.region_list_popup ul{
	padding-left: 0;
}
.region_list_popup ul li{
	width: 50%;
	float: left;
	display: block;
	border-bottom: 1px solid #dddddf;
    padding: 10px 0;
}

.region_list_popup ul li:nth-child(odd) {
  	border-right: 1px solid #dddddf;
}
.region_checkbox .call_box {
    display: block;
    position: relative;
    padding-left: 20px;
    cursor: pointer;
    font-size: 12px;
    font-family: 'montserratmedium';
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-weight: normal;
    width: 85%;
    color: #3b3b3b;
}
.region_checkbox .call_box input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
.region_checkbox .call_box input:checked~.checkmark {
    position: absolute;
    top: 0px;
    right: -15px;
    height: 20px;
    width: 20px;
    border: 1px solid transparent;
    /*background-color: #259ca9;*/
    border-radius: 50%;
    background-image: url('../images/dashboard/selection.png');
    background-repeat: no-repeat;
    background-size: 18px;
}
.region_checkbox .checkmark {
    position: absolute;
    top: 0px;
    right: -15px;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    background-color: transparent;
    border: 1px solid #9B8F87;
}
.region_checkbox .call_box input:checked~.checkmark:after {
    display: block;
}
.region_checkbox .call_box .checkmark:after {
    opacity: 1;
    left: 13px;
    top: 5px;
    width: 7px;
    height: 17px;
    border: solid black;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0;
}
.region_checkbox .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
.btn_submit_region{
	padding: 12px 30px;
	width: auto;
	color: #fff;
	margin: 20px 0;
	border: unset;
	outline: unset;
	border-radius: 25px; 
	background-image: linear-gradient(to right, #259aac , #c1272d);
	transition: all ease-in-out 0.5s;
}
.btn_submit_region:hover{
	color: #fff;
	background-image: linear-gradient(to right, #c1272d ,#259aac);	 
}
/*Custom Demos end*/

/*demo details start*/
.demos_details {
    padding: 15px;
    margin-top: 30px;
    border: 2px solid #dddddf;
    border-radius: 10px;
    display: inline-block;
    width: 100%;
}
.demos_block h2, .demos_block p{
	padding-bottom: 25px;
	color: #767676;
	line-height: 1.6;
	text-align: justify;
}
.demos_block a:hover{
	/*color: #259aac;*/
}
.demos_image{
	width: 75px;
	position: relative;
	margin-bottom: 25px;
}
.demos_details_top{
	    background-color: #efefef;
    padding: 6px 12px;
    border-radius: 25px;
    display: inline;
    margin-right: 12px;
    text-align: center;
}
/*demo details end*/
.profile_with{
	width: 72%;
	margin: 0 auto;
}
.edit_profile_icon .fa{
	font-size: 26px;
	transition: all 0.3s;
}
.edit_profile_icon{
	text-align: center;
	border:3px solid #88d6c0;
	border-radius: 50%;
	height: 50px;
	width: 50px;
	float: right;
	padding: 8px;
	color: #2aa588;
	transition: all 0.3s; 
}
.edit_profile_icon:hover{
	background: #2aa588;
	border-color: #2aa588;
	transition: all 0.3s;
}
.edit_profile_icon:hover .fa{
	color: #fff;
	transition: all 0.3s;
}
.pro_user_img{
	width: 140px;
	border-radius: 50%;
	margin: 0 auto 20px auto;
}
.pro_user_content{
	text-align: center;
}
.pro_user_content h2{
	color: #5f6368;
	line-height: 1.6;
}
.btn_profile:focus{
	color: #fff;
}
.btn_profile{
	padding: 10px 10px;
	width: 280px;
	color: #fff;
	margin: 20px 5px;
	border: unset;
	outline: unset;
	border-radius: 25px; 
	background-image: linear-gradient(to right, #259aac , #c1272d);
	transition: all ease-in-out 0.5s;
	display: inline-block;
}
.btn_profile:hover{
	color: #fff;
	background-image: linear-gradient(to right, #c1272d ,#259aac);	 
}
.profile_block3{
	margin-top: 30px
}
.profile_icon3 {
    width: 90px !important;
    float: none !important;
    margin-bottom: 20px;
}


.profile_accordion .panel-title>a, .panel-title>a:active{
	display:block;
	padding:30px 40px;
  color:#5f6368;
  font-size:14px;
  font-weight:bold;
	text-transform:uppercase;
  word-spacing:3px;
	text-decoration:none;
}
.profile_accordion .panel-heading  a:before {
    font-family: "Font Awesome";
   content: "\f107";
   float: right;
   transition: all 0.3s;
    font-size: 26px;
    margin-top: -5px;
    color: #a7a7a7;
}
.profile_accordion .panel-heading.active a:before {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	transform: rotate(180deg);
} 
.profile_accordion .panel-group .panel+.panel {
    margin-top: 0px;
}
.profile_accordion .panel-default>.panel-heading{
	background-color: transparent;
}
.profile_accordion .panel-group .panel {
    margin-bottom: 0;
    border-radius: 0;
}
.profile_accordion .panel-title>a, .profile_accordion .panel-title>a:active{
	text-transform:unset;
}
.profile_accordion .panel-group{
	border:1px solid #dddddf;
	border-radius: 5px;
}
.btn_submit_profile{
	padding: 12px 40px;
	width: auto;
	color: #fff;
	margin: 20px 0;
	border: unset;
	outline: unset;
	border-radius: 10px; 
	background-image: linear-gradient(to right, #e63436 , #942c9c);
	transition: all ease-in-out 0.5s;
	display: inline-block;
}
.btn_submit_profile:hover{
	color: #fff;
	background-image: linear-gradient(to right, #942c9c , #e63436);	 
}
.edit_content{
	width: 40%;
	margin: 0 auto;
	padding-top: 40px;
	padding-bottom: 40px;
}
.image-upload > input
{
    display: none;
}
.pro_overlay{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	border-radius:50%;
	background-color: rgba(0, 0, 0, 0.5);
}
.image-upload{
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.image-upload img
{
    width: 45px;
    cursor: pointer;
}
.pro_edit_img{
	width: 110px;
	margin: 0 auto;
	position: relative;
	border-radius: 50%;
}
.form_control_rofile {
    height: 40px;
    padding: 5px 15px;
    border-radius: 10px;
    font-size: 13px;
    font-family: 'montserratmedium';
}
.form_control_rofile:focus {
	outline: unset;
	box-shadow: unset;
	border-color: #259aac;
}
.edit_content .form_group_login label{
	font-weight: normal;
	font-size: 14px;
	margin-bottom: 10px;
}
.upload_500{
	text-align: center;
	padding: 15px 0;
}
.upload_500 span{
	color: red;
	font-size: 22px;
}

.login_checkbox .call_checkbox {
    display: block;
    position: relative;
    /*padding-left: 20px;*/
    cursor: pointer;
    /*font-size: 12px;
    font-family: 'montserratmedium';*/
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-weight: normal;
    width: 85%;
    margin-top: 0px;
}
.login_checkbox .call_checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
.login_checkbox .call_checkbox input:checked~.checkmark_keep {
    position: absolute;
    top: 0px;
    left: -35px;
    height: 20px;
    width: 20px;
    border: 1px solid #c5c3c1;
    background-color: #259ca9;
    background-image: url('../images/dashboard/selection.png');
    background-repeat: no-repeat;
    background-size: 18px;
}
.login_checkbox .checkmark_keep {
    position: absolute;
    top: 0px;
    left: -35px;
    height: 22px;
    width: 22px;
    background-color: transparent;
    border: 1px solid #dddddf;
}
.login_checkbox .call_checkbox input:checked~.checkmark_keep:after {
    display: block;
}
.login_checkbox .call_checkbox .checkmark_keep:after {
    opacity: 1;
    left: 13px;
    top: 5px;
    width: 7px;
    height: 17px;
    border: solid black;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0;
}
.login_checkbox .checkmark_keep:after {
    content: "";
    position: absolute;
    display: none;
}


/**/
.like_checkbox .like_checkbox {
    display: block;
    position: relative;
    /*padding-left: 20px;*/
    cursor: pointer;
    /*font-size: 12px;
    font-family: 'montserratmedium';*/
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-weight: normal;
    width: 85%;
    margin-top: 0px;
}
.like_checkbox .like_checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
.like_checkbox .like_checkbox input:checked~.checkmark_like {
    position: absolute;
    top: 0px;
    left: -20px;
    height: 18px;
    width: 18px;
    border: unset;
    /*background-color: #259ca9;*/
    background-image: url('../images/dashboard/like_active.png');
    background-repeat: no-repeat;
    background-size: 18px;
}
.like_checkbox .checkmark_like {
    position: absolute;
    top: 0px;
    left: -20px;
    height: 18px;
    width: 18px;
    /*background-color: transparent;*/
    background-image: url('../images/dashboard/like.png');
    background-repeat: no-repeat;
    background-size: 18px;
    border: unset;
}
.like_checkbox .like_checkbox input:checked~.checkmark_like:after {
    display: block;
}
.like_checkbox .like_checkbox .checkmark_like:after {
    opacity: 1;
    left: 13px;
    top: 5px;
    width: 7px;
    height: 17px;
    border: solid black;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0;
}
.like_checkbox .checkmark_like:after {
    content: "";
    position: absolute;
    display: none;
}
.custom_table .like_checkbox .checkmark_like,.custom_table .like_checkbox .like_checkbox input:checked~.checkmark_like {
    left: unset; 
    top: -10px;
}
.time_run{
	padding: 0 15px;
	position: absolute;
	bottom: 20px;
	width: 100%;
	display: inline-block;
}

.disabled{pointer-events: none; opacity: 0.8;}

label#first_name-error, label#last_name-error, label#email-error, label#mobile-error, label#password-error, label#state-error, label#address-error{
    position: absolute;
}

.error{color:red;}

md-toast.md-right {
    position: fixed;
    bottom: 0;
    right: 0;
}

md-toast .md-toast-content{bottom:10px; position:fixed; max-width:100%; min-width:300px; right:10px}

.frofile_img img {
    height: 45px;
    width: 45px;
    border-radius: 100%;
    object-fit: cover;
}

.circle_img{
    height:100px;
    width:100px;
    border-radius:100%;
}

.flex{
	/*display:flex;*/
}

.flex h3, .flex small {
    display: inline-block;
    float: right;
}

.flex small{
    line-height: 2;
    padding-left: 6px;
}

[type="radio"]:checked,
[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
[type="radio"]:checked + label,
[type="radio"]:not(:checked) + label
{
    position: relative;
    padding-left: 24px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #666;
    margin-right: 20px;
}
[type="radio"]:checked + label:before,
[type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #adaaaa;
    border-radius: 100%;
    background: #fff;
}
[type="radio"]:checked + label:after,
[type="radio"]:not(:checked) + label:after {
    content: '';
    width: 10px;
    height: 10px;
    background: #c1272d;
    position: absolute;
    top: 4px;
    left: 4px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
[type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
[type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

/*dashboard start*/
.left_dashboard_admin {
    width: 102px;
    background-image: url('../images/dashboard_admin/left_bg.png');
	background-repeat: no-repeat;
	background-position: unset;
	background-size: unset;
    min-height: 100vh;
    float: left;
    z-index: 100;
    position: fixed;
    border-right: unset;
    border-radius: 0px 25px 25px 0px;
    transition: all 0.3s; 
    overflow: hidden;
}
.right_dashboard_admin {
    min-height: 56px;
    vertical-align: bottom;
    /*background: #fff;*/
    width: 100%;
    float: right;
    transition: all 0.3s;
}
.dashboard_main_wraper .left_dashboard_admin:hover{
	width: 310px;
}
.right_hover{
	width: calc(100% - 310px);
}
.bg_white{
	background-color: #fff;
}
.bg_transperent{
	background-color: transparent;
}
.add_acc_holder_btn{
	padding: 3px 56px 3px 0px;
}
.dashboard_logo {
    width: 167px;
    margin: 7px 0px 7px 14px;
    display: none;
}
.add_acc_holder_btn .btn_user_add{
	border-radius: 25px;
}
.dashboard_logo.dashboard_logo_2{
	display: block;
}
.left_dashboard:hover .dashboard_logo{
	display: block;
}
.left_dashboard:hover .dashboard_logo.dashboard_logo_2{
	display: none;
}
.view_all_d .fa{
	    font-size: 18px;
    margin-left: 2px;
    padding-top: 2px;
}
.search_textbox{
	    border: unset;
    outline: unset;
    width: 85%;
    padding: 4px 11px;
    color: #5f6368;
}
.search_btn .fa-search:before {
    content: "";
    background-image: url(../images/dashboard/search.png);
    background-repeat: no-repeat;
    background-position: unset;
    background-size: 15px;
    border-radius: 0;
    height: 15px;
    width: 15px;
    top: 7px;
    left: 20px;
    position: absolute;
}
.search_dashboard_container{
	float: left;
	width: 90%;
	padding-top: 5px;
}
.search_btn{
	float: left;
    display: inline-block;
    background: transparent;
    box-shadow: unset;
    border: unset;
    outline: unset;
    padding-left: 15px;
    margin-right: 25px;
    position: relative;
}

.admin_logo p{
	visibility: hidden;
	color: #dedede;
	width: 200px;
	margin-left: 30px;
	height: 0;
	transition: all 0.2s;
}
.left_dashboard_admin:hover .admin_logo p{
	height: 100%;
	visibility: visible;
}
.left_menu_admin li span{
	display: block;
	margin: 17px;
	transition: ease-in-out 0.1s;
	color: #dedede;
	width: 200px;
	visibility: hidden;
	height: 0;
}
.logo_icon_box {
	padding: 10px;
	border-radius: 10px;
	transition: all 0.3s;
}
.logo_icon_box img{
	width: 40px;
	max-width: 40px;
	margin-top: 0px;
	transition: all 0.5s;
}
.left_menu_admin li a{
	transition: unset;
	color: #767676;
	display: inline-flex;
	line-height: 1.8;
	font-family: 'montserratmedium';
	transition: all 0.3s;
}
.left_menu_admin li{
   display: block;
    margin: 10px 0px 10px 0;
    padding: 5px 20px 5px 20px;
    font-family: 'montserratmedium';
    position: relative;
    transition: all 0.3s;
    z-index: 11;
}
.left_menu_admin li:hover .logo_icon_box {
	background: #fff;
}
.left_menu_admin li:hover span {
	color: #fff;
	font-weight: bold;
}
.left_dashboard_admin:hover .left_menu_admin li span {
	visibility: visible;
	height: 100%;

}
.left_menu_admin li:hover{
	width: 100%;
}
.left_menu_admin li:hover{
	color: #fff;
}
.left_menu_admin li:hover a{
	color: #fff;
}

.left_menu_admin {
	width: 100%;
	margin-top: 100px;
}
.dashboard_active a{
	color: #e43438!important;
}
.dashboard_active .d_img{
	display: none;
}
.dashboard_active .hover_img_icon{
	display: inline-block;
}
.dashboard_active .logo_icon_box {
    background: #fff;
    color: #fff;
}
.left_menu_admin .dashboard_active span {
    color: #fff;
    font-weight: bold;
}
.hover_img_icon{
	display: none;
	transition: all 0.3s;
}
.left_menu_admin li:hover .hover_img_icon{
	display: inline-block;
}
.left_menu_admin li:hover .d_img{
	display: none;
}
.left_menu_admin ul{
	padding-left: 0;
}
.border_dashboard{
    border: 2px solid #dddddf;
    border-radius: 10px;
    padding: 30px 10px 30px 10px;
}
.border_dashboard_box{
    border: 1px solid #dddddf;
    border-radius: 10px;
    padding: 25px 5px;
    margin-bottom: 30px;
	position: relative;
	min-height: 335px;
}

.right_content_dashboard{
	padding: 35px 35px;
}
.dot_h{
	float: right;
}
.dot_h .dot_3{
	color: #828282;
	font-size: 20px;
	transition: all 0.3s;
}
.dot_3:hover{
	color: #4aa88c;
}
.overview_dashboard{

}
.icon_dashboard:before{
	content: "";
	background-image:unset;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 42px;
	height: 42px;
	width: 42px;
	position: absolute;
	bottom: 15%;
	right:12%;
}
.prebuild_dashboard{
	padding: 35px 35px;
	margin-top: 30px;
	border: 2px solid #dddddf;
	border-radius: 10px;
}
.pre_tab .nav-tabs>li{
	float: right;
}
.pre_tab .nav-tabs>li>a{
    border-bottom: unset;
    border: unset;
    padding: 0 4px;
    
}
.view_all_d a{
	margin-top: 3px;
	margin-right: 15px !important;
	color: #4aa88c;
}
.pre_tab .nav-tabs {
    border-bottom: unset;
}
.pre_tab .nav-tabs>li.active>a, .pre_tab .nav-tabs>li.active>a:focus, .pre_tab .nav-tabs>li.active>a:hover {
    color: #555;
    cursor: default;
    background-color: transparent;
    border: unset;
    border-bottom: unset;
}
.pre_tab .nav>li>a:focus, .pre_tab .nav>li>a:hover{
	/*background: transparent;*/
	background: linear-gradient(to right, #24ae8d 50%, #259aac 50%);
    -webkit-background-clip: text;
    width: fit-content;
}
.block_img_d_hover{
	display: none;
	transition: all 0.3s;
}
.active .block_img_d_hover{
	display: block;
	transition: all 0.3s;
}
.active .block_img_d{
	display: none;
	transition: all 0.3s;
}
.pre_icon {
    position: relative;
    width: 65%;
    padding-bottom: 25px;
}
.dot_v .fa{
	margin-left: 10px;
	font-size: 18px;
	color: #828282;
	transition: all 0.3s;
}
.dot_v .fa-ellipsis-v:before{
	content: "";
	background-image: url('../images/dashboard/dot_v.png');
	background-repeat: no-repeat;
	background-position: unset;
	background-size: unset;
	border-radius: 0;
    height: 20px;
    margin-top: 0px;
    top: 1px;
    width: 6px;
    opacity: 1;
    position: absolute;
}

.dashboard_4_content h2{
	padding-bottom: 18px;
	color: #767676;
}
.dashboard_4_content h3, .dashboard_4_content p{
	padding-bottom: 8px;
	color: #767676;
}
.dashboard_4_content{
	padding-bottom: 10px;
}
.pre_dot_dropdown{
	display: block;
	float: left;
}


.pre_dot_dropdown .dropbtn {
  color: white;
  border: none;
  cursor: pointer;
  outline: unset;
  background: transparent;
  width: auto;
}
.dot_h .pre_dot_dropdown .dropbtn{
	padding: 0;
	margin-right: -5px;
}
.pre_dot_dropdown .dropdown {
  position: relative;
  display: inline-block;
}

.pre_dot_dropdown .dropdown-content {
  display: none;
  position: absolute;
  right: -5px;
  background-color: #f9f9f9;
  min-width: 130px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
  transition: all ease-in-out 0.5;
  padding: 5px 0;
    color: #767676;
        font-family: 'montserratbold';
}

.pre_dot_dropdown .dropdown-content a {
  padding: 10px 16px;
  text-decoration: none;
  display: block;
  transition: all ease-in-out 0.3s;
  text-align: center;
  color: #767676;
        font-family: 'montserratregular';
        font-size: 12px;
}

.pre_dot_dropdown .dropdown-content a:hover {
	color: #4aa88c;
}

.pre_dot_dropdown .dropdown:hover .dropdown-content {
  display: block;
  z-index: 9;
}
.like_active{
	color: #4aa88c!important;
}
.admin_icon{
	    width: 60px;
    border-radius: 10px;
    overflow: hidden;
    margin: 20px 20px 10px 20px;
}
.dot3_white{
	    width: 20px;
    margin: 5px 0px  0px  40px;
}
.admin_block3{
	padding:  40px 20px;
	text-align: center;
	border: 1px solid #dddddf;
    border-radius: 10px;
}
.admin_block3 h3 {
    font-family: 'montserratbold';
    font-size: 50px;
    margin-top: 10px
    margin-bottom:10px;
}
.user_block3 h3 {
    background: linear-gradient(to bottom, #7f40b7 40%, #e369a1 70%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.demos_block3 h3 {
    background: linear-gradient(to bottom, #f18c7f 40%, #a83b5e 70%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.activity_block3 h3 {
    background: linear-gradient(to bottom, #9db0d8 40%, #193e84 70%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.admin_dashboard_width{
	width: 100%;
	display: inline-block;
}
.admin_dashboard_width_demos{
	width: 80%;
	display: inline-block;	
}
.block_icon3_img{
	width: 55px; 
	margin: 10px auto 35px auto;
}
.admin_table .table>tbody>tr>td, .admin_table .table>tbody>tr>th, .admin_table .table>tfoot>tr>td, .admin_table .table>tfoot>tr>th, .admin_table .table>thead>tr>td,.admin_table .table>thead>tr>th {
    padding: 15px;
    line-height: 1.42857143;
    vertical-align: middle;
    border-bottom: 1px solid #ddd;
    font-size: 13px;
    font-family: 'montserratmedium';
    color: #767676;
}
.font_14.montserratbold.uppercase{
	font-size: 13px;
}
.admin_dashboard_section {
    padding: 35px 35px;
    margin-top: 10px;
    border: 2px solid #dddddf;
    border-radius: 10px;
    background: #fff;
}
.admin_dashboard_section .table>thead>tr>th {
    border-bottom: unset;
    border-top: unset;
    padding-bottom: 25px;
    color: #5f6368;
    font-size: 14px;
    font-family: 'montserratbold';
}
.icon_demos_table{
	width: 45px;
    padding: 5px;
}
.view_all_admin a {
    margin-top: 3px;
    margin-right: 0px !important;
    color: #4aa88c;
}
.box_shadow{
	box-shadow: 10px 12px 17px -13.5px #cbcbcb;
	transition: all 0.3s;
}
.add_btn_block{
	text-align: center;
}
.box_shadow:hover {
    box-shadow: 10px 12px 17px -13.5px #a5a1a1;
}
.btn_add{
	padding: 30px 15%;
    font-size: 16px;
    font-family: 'montserratbold';
    color: #fff;
    border-radius: 10px;
    margin: 22px 0 20px 0;
    display: inline-block;
    text-align: center;
    transition: all 0.5s;
}
.btn_add:hover{
	color: #000;
	opacity: 0.8;
}
.btn_add .fa{
	font-size: 12px;
	margin-right: 2px;
}
.btn_yellow{
	background-color: #faae1a; 
	margin-right: 15px;
}
.btn_blue{
	background-color: #0171bb; 
	margin-left: 15px;
}
.ul_schedule ul{
	padding-left: 0px;
}
.ul_schedule li{
	padding: 10px 10px 25px 68px;
    font-size: 16px;
    font-family: 'montserratbold';
  	border-bottom: 1px solid #ddd;
  	display: block;
  	position: relative;
  	color: #767676;
}
.green_dot:before{
	content: "";
	height: 8px;
	width: 8px;
	border-radius: 50%;
	background-color: #4da884;
	position: absolute;
	top: 15px;
	left: 25px;
}
.red_dot:before{
	content: "";
	height: 8px;
	width: 8px;
	border-radius: 50%;
	background-color: #f60002;
	position: absolute;
	top: 20px;
	left: 25px;
}
.parpal_dot:before{
	content: "";
	height: 8px;
	width: 8px;
	border-radius: 50%;
	background-color: #8969a2;
	position: absolute;
	top: 20px;
	left: 25px;
}
.blue_dot:before{
	content: "";
	height: 8px;
	width: 8px;
	border-radius: 50%;
	background-color: #0469b6;
	position: absolute;
	top: 20px;
	left: 25px;
}
.ul_notification li{
	padding: 10px 10px 25px 50px;
    font-size: 16px;
    font-family: 'montserratbold';
  	border-bottom: 1px solid #ddd;
  	display: block;
  	position: relative;
  	color: #767676;
}
.schedule_img_block ul{
	padding-left: 0;
}
.schedule_img_block li{
	display: block;
}

.schedule_img_block .schedule_img{
	float: none;
	vertical-align: middle;
	display: inline-block;
	width: 55px;
}
.schedule_img_block p{
	float: none;
	vertical-align: middle;
	display: inline-block;
	width: calc(100% - 110px);
	padding-left: 10px;
	color: #767676;
	font-family: 'montserratmedium';
}
.schedule_img_block .icon_schedule{
	float: none;
	vertical-align: middle;
	display: inline-block;
	width: 20px;
}
.schedule_bullet_block ul{
	padding-left: 0;
}
.schedule_bullet_block li{
	    display: block;
    padding: 15px 10px 15px 18px;
    border-bottom: 1px solid #ddd;
    position: relative;
}
.schedule_bullet_block p{
	float: none;
	vertical-align: middle;
	display: inline-block;
	width: calc(100% - 40px);
	padding-left: 40px;
	padding-right: 20px;
	font-family: 'montserratmedium';
	color: #767676;
}
.schedule_bullet_block .icon_schedule{
	float: none;
	vertical-align: middle;
	display: inline-block;
	width: 20px;
}
.admin_table h2{
	color: #5f6368;
}
.left_logo_block_admin{
	position: absolute;
	bottom: 20px;
	width: 100%;
}
.left_logo_admin{

}
.left_logo_admin {
    display: block;
    margin: 10px 0px 10px 0;
    padding: 5px 20px 5px 20px;
    transition: all 0.3s;
    text-align: center;
}
.left_logo_admin img {
    width: 30px;
    max-width: 30px;
    margin-top: 0px;
    transition: all 0.3s;
}
.left_logo_admin .hover_img_icon{
	display: none;
}
.left_dashboard_admin:hover .left_logo_admin .d_img{
	display: none;
}
.left_dashboard_admin:hover .left_logo_admin .hover_img_icon{
	display: block;
    width: 130px;
    max-width: 130px;
    margin-left: 20px;
}
.progress_img{
	display: inline-flex;
}
.progress_img img{
	width: 25px;
	height: 25px;
	float: left;
	margin-right: 10px;
}
.progress_img p{
	line-height: 1.8;
}

/*dashboard end*/

/*user list start*/
.checkbox_btn input[type=checkbox]{
	height: 0;
	width: 0;
	visibility: hidden;
}

.checkbox_btn label {
	cursor: pointer;
	text-indent: -9999px;
	width: 50px;
	height: 26px;
	background: #c5c8cf;
	display: inline-block;
	border-radius: 100px;
	position: relative;
	margin-bottom: 0;
}

.checkbox_btn label:after {
	content: '';
	position: absolute;
	top: 2px;
    left: 3px;
    width: 22px;
    height: 22px;
	background: #fff;
	border-radius: 90px;
	transition: 0.3s;
}

.checkbox_btn input:checked + label {
	background: #0070ba;
}

.checkbox_btn input:checked + label:after {
	left: calc(100% - 3px);
	transform: translateX(-100%);
}

.checkbox_btn label:active:after {
	width: 70px;
}

.admin_dashboard_search {
    border: 1px solid #4aa88c;
    padding: 5px 10px;
    border-radius: 50px;
    display: inline-block;
    width: 70%;
    margin-left: 35px;
}
.admin_search_btn .fa-search:before {
    content: "";
    background-image: url(../images/login/search.png);
    background-repeat: no-repeat;
    background-position: unset;
    background-size: 15px;
    border-radius: 0;
    height: 15px;
    width: 15px;
    top: 7px;
    left: 20px;
    position: absolute;
}

.admin_search_btn{
	float: right;
    display: inline-block;
    background: transparent;
    box-shadow: unset;
    border: unset;
    outline: unset;
    padding-left: 0px;
    margin-right: 20px;
    position: relative;
    width: 20px;
}
.admin_search_textbox {
	display: none;
    border: unset;
    outline: unset;
    /*width: 60%;*/
    padding: 6px 11px;
    color: #5f6368;
    float: right;
    border: 1px solid #dddddd;
    border-radius: 10px;
}
.search_textbox_admin {
    border: unset;
    outline: unset;
    /*width: 86%;*/
    padding: 4px 11px;
    color: #5f6368;
}
.icon_user_table {
    width: auto;
}
.icon_user_table  img{
	width: 40px;

	border-radius: 5px;
}
.btn_user_add {
    padding: 10px 20px;
    font-size: 14px;
    font-family: 'montserratbold';
    color: #fff;
    border-radius: 10px;
    display: inline-block;
    text-align: center;
    margin-left: 10px;
    transition: all 0.5s;
    /*background-color: #faae1a;*/
    background-image: linear-gradient(to right, #e63436, #942c9c );
    margin-right: 7px;
}
.btn_user_add .fa{
	font-size: 10px;
	margin-right: 3px;
}
.btn_user_add:focus {
	color: #fff;
}
.btn_user_add:hover {
	color: #fff;
	/*background-color: #259aac;*/
	background-image: linear-gradient(to right, #942c9c, #e63436 );
}
.user_list_btn{
	float: right;
}
.vcenter{
	display: inline-block;
	float: none;
	vertical-align: middle;
	margin: 0 -2px;
}
.admin_fillter{
	float: right;
    margin-top: 10px;
    width: 22px;
    height: 22px;
    margin-left: 5px;
}
.btn_view_all_admin {
    padding: 12px 35px;
    width: auto;
    color: #fff;
    font-size: 14px;
    margin: 20px 0;
    border: unset;
    outline: unset;
    border-radius: 10px;
    background-image: linear-gradient(to right, #259aac , #24ae8d);
    transition: all ease-in-out 0.5s;
    font-family: 'montserratbold';
}
.btn_view_all_admin:hover,.btn_view_all_admin:focus {
	color: #fff;
	background-image: linear-gradient(to right, #24ae8d, #259aac );
}
.user_view_btn{
	margin-top: 50px;
	margin-bottom: 30px;
	text-align: center;
}
.check_right{
	float: right;
}
.dot_v_right{
	float: right;
	margin-left: 15px;
	margin-top: 3%;
}
/*user list end*/

/*Pagination end*/
.pagination li a, .page-item span {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0;
	margin: 0 3px;
	border-radius: 50%!important;
	width: 36px;
	height: 36px;
	font-size: .875rem;
}

.pagination li a:hover{
	z-index: 2;
	color: #8898aa;
	text-decoration: none;
	background-color: #dee2e6;
	border-color: #dee2e6;
}

.pagination a {
	position: relative;
	display: block;
	padding: .5rem .75rem;
	margin-left: -1px;
	line-height: 1.25;
	color: #8898aa;
	background-color: #fff;
	border: 1px solid #dee2e6;
}

.pagination li.active a {
	z-index: 1;
	color: #fff;
	background-color: #a144a3;
	border-color: #a144a3;
}

ul.pagination {
	float:right;
}

/*Paginatio end*/

/* web accordian*/
.web_accordian{
	height: auto;
	max-height: 0;
	overflow: hidden;
	transition: all ease-in-out 0.5s;
}

.left_menu_user_wraper::-webkit-scrollbar { width: 0 !important }

-moz- (Firefox):
.left_menu_user_wraper { overflow: -moz-scrollbars-none; }

-ms- (Internet Explorer +10):
.left_menu_user_wraper { -ms-overflow-style: none; }

.active .web_accordian{
	max-height: 1000px;
	overflow: visible;
}
.left_menu_user_wraper{
	overflow: auto; 
	max-height: 87vh;
}
/* web accordian*/

.webaccordian .webaccordian_a{
	display: inline-block;
	width: 100%;
	/*background: linear-gradient(to right, #e63436 , #942c9c);*/
	color: #fff;
	padding: 16px 0 16px 7px;
	/*border-top-right-radius: 60px;
	border-bottom-right-radius: 60px;*/
	margin: 7px 0;
	opacity: 0;
    visibility: hidden;
    display: none;
}
.webaccordian.active .webaccordian_a, .webaccordian .webaccordian_a:hover{
	background: #fff;
    color: #e53437;
}
/*.circle-white-width {
    width: 30px;
    margin: 18px 30px;
}*/
.circle-white-width {
    width: 25px;
    margin: 20px 30px;
}
.left_dashboard:hover .webaccordian_p{
	opacity: 0;
    visibility: hidden;
    display: none;
    white-space: nowrap;
}
.left_dashboard:hover .webaccordian .webaccordian_a{
	opacity: 1;
    visibility: visible;
    display: block;
    white-space: nowrap;
    position: relative;
}
.plus_wrap_inv {
    padding: 2px 10px 0 0px;
}
.webaccordian_a .fa.pull-right {
    position: absolute;
    top: 50%;
    right: 7px;
    transform: translateY(-50%);
}
.webaccordian.active .fa-plus:before{
	content: "\f068" !important;
}
.font_14.montserratbold.uppercase.text-center{
	font-size: 10px;
}
.col-md-offset-9.col-md-3 .font_16.gradient_bg.btn_submit_profile{
	float: right;
}
.form-group.form_group_login .btn.font_16.gradient_bg.btn_submit_profile {
	margin-top: 32px;
}
.dashboard_active.dashboard_active_dis{
	display: none;
}
.left_dashboard:hover .dashboard_active.dashboard_active_dis{
	display: block;
}
.social_login_wrap .btn-social{
	text-align: center;
    padding: 7px 0 5px 0;
    padding-left: 0;
    border-radius: 10px;
}
.social_login_wrap .fa-google{
	position: relative;
	border-right: 0;
	vertical-align: middle;
}

.orClass {
    position: relative;
    text-align: center;
    margin-bottom: 18px;
}

.orClass:before {
    content: "";
    left: 0;
    background: #ccc;
    height: 1px;
    width: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.orClass span {
    background: #fff;
    position: relative;
    z-index: 1;
    padding: 0 10px;
}
.dashboard_wraper .dashboard_grid {
    width: calc(25% - 20px);
    float: left;
    padding: 30px 25px;
    border: 1px solid #dddee1;
    border-radius: 8px;
    background-color: #fff;
    position: relative;
    margin: 10px 10px;
}
.dashboard_grid a{
	display: inline-block;
    width: 100%;
    float: left;
}
.dashboard_grid:hover{
	background-image: linear-gradient(-90deg, #972d99, #e43439);
}
.dashboard_grid:hover .text_wrap .gradiant_2{
	background-image: linear-gradient(-90deg, #fff, #fff);
	color: #fff;
}
.dashboard_grid:hover .icon_wrap_absolute_img{
	opacity: 1;
}
.dashboard_grid:hover .icon_wrap_absolute_img{
	opacity: 1;
}
.dashboard_grid:hover .icon_wrap{
	opacity: 0;
}
.dashboard_wraper{
	width: 80%;
    display: inline-block;
    float: left;
}
.icon_wrap{
	width: 80px;
    padding: 0;
	float: left;
	position: relative;
	opacity: 1;
}
.icon_wrap_absolute_img{
	width: 80px;
    padding: 0;
	float: left;
	position: absolute;
	opacity: 0;
}
.text_wrap {
    float: left;
    text-align: left;
    position: absolute;
    top: 50%;
    left: 120px;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.gradiant_2{
	background-image: linear-gradient(-90deg, #972d99, #e43439);
	-webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    width: fit-content;
}
ul.dashboard_tab_panel{
    overflow:hidden;
    margin: 0;
    padding: 0 0 5px 0;
}
.dashboard_tab_panel li{
    display:inline-block;
}
.dashboard_tab_panel li a {
    padding: 10px 0px;
    margin: 0 20px;
    text-decoration: none;
    font-weight: bold;
    display: block;
    border-bottom: 1px solid transparent;
}

.dashboard_tab_panel li:hover a {
    border-bottom: 1px solid #bd306a;
}

.dashboard_tab_panel li.active a {
    border-bottom: 1px solid #bd306a;
}

.dashboard_tab_panel .tab-content{
    border: 1px solid #ddd;
    padding: 10px;
    margin:0
}
/* responsive start*/
@media (max-width:1800px) {
	.user_login_right{
		min-height: 88.5vh;
		height: auto;
	}
	.left_content_login {
	    margin-top: 15%;
	    width: 66%;
	}
	.right_content_login h2{
		padding: 40px 0 25px 0;
	}
	.right_logo_login {
	    width: 20%;
	}
	.dashboard_icon {
	    width: 100%;
	}
	.dashboard_icon h3{
		font-size: 18px;
	}
	.run_now_block {
        width: 60%;
	}
	.run_now_time {
	    width: 40%;
	}
	.border_dashboard_box{
		min-height: 322px
	}
	
	.dashboard_search{
		width: 40%;
	}
	.border_dashboard {
	    padding: 15px 5px 25px 5px;
	}
}
@media (max-width:1680px) {
	.font_72 {
	    font-size: 60px;
	}
	.font_28 {
	    font-size: 26px;
	}
	.user_login_right{
		padding: 40px 50px;
	}
	.font_48 {
	    font-size: 42px;
	}
	.right_content_login h2 {
	    padding: 30px 0 20px 0;
	}
	.login_terms {
	    transform: translate(-50%, -96%);
	    left: 50%;
	    top: 96%;
	}
	.forgot_pass {
	    padding-top: 00px;
	}
	.dashboard_width {
	    width: 94%;
	}
	.dot_v .fa {
    	margin-left: 7px;
    }
    .prebuild_dashboard {
    	padding: 25px 25px;
    }
    .run_now{
    	padding: 10px 18px;
    }
}
@media (max-width:1440px) {
	.font_16 {
	    font-size: 15px;
	}
	.font_72 {
	    font-size: 52px;
	}
	.font_48 {
	    font-size: 40px;
	}
	.font_28 {
	    font-size: 24px;
	}
	.right_block_login {
	    width: 40%;
	}
	.left_block_login {
	    width: 60%;
	    padding-left: 25px;
	}
	.left_content_login{
		width: 72%;
	}
	.dashboard_width {
	    width: 100%;
	}
	.custom_demos_width {
	    width: 100%;
	}
	.right_content_dashboard {
	    padding: 35px 20px;
	}
	.dashboard_search{
		margin-left: 20px;
		width: 50%;
	}
	.run_now {
	    padding: 10px 12px;
	}
	.prebuild_dashboard {
	    padding: 25px 15px;
	}
	.dashboard_icon h3 {
	    font-size: 16px;
	}
	.icon_dashboard:before{
		background-size:40px;
	}
	.border_dashboard_box {
	    min-height: 330px;
	}
	.search_dashboard_container {
	    width: 80%;
	}
	.profile_right{
		width: 40%;
	}
	.run_now{
		font-size: 11px;
	}
	.run_now .fa {
	    font-size: 14px;
	}
	.btn_try_now{
		padding: 12px 40px;
	}
	.custom_dashboard_content h2, .custom_dashboard_content p {
	    padding-bottom: 15px;
	}
	.run_now .fa{
		margin-right: 15px;
	}
	.run_now .fa-play-circle-o:before {
	    background-size: 13px;
	    height: 13px;
	    width: 13px;
	    top: -10px;
	    left: -1px;
	}
	.custom_run_now .fa-play-circle-o:before{
		    top: -10px;
	    left: -1px;
	}
	.btn_try_now{
		font-size: 12px;
	}
}
@media (max-width:1366px) {
	.admin_table{
		overflow-y: auto;;
	}
	.width_1250{
		width: 1250px;
	}
	.width_1350{
		width: 1350px;
	}
	.circle-white-width {
	    margin: 18px 30px;
	    width: 30px;	
	}
	.font_72 {
	    font-size: 49px;
	}
	.right_logo_login {
	    width: 14%;
	}
	.font_48 {
	    font-size: 30px;
	}
	.font_20 {
	    font-size: 18px;
	}
	.font_28 {
	    font-size: 22px;
	}
	.font_12 {
	    font-size: 11px;
	}
	.font_14 {
	    font-size: 13px;
	}
	.btn_user_add {
	   font-size: 12px;
	}
	.form_control_login {
	    height: 40px;
	    padding: 12px 15px;
	}
	.form_group_login {
	    margin: 12px 0;
	}
	.btn_submit_login{
		margin: 12px 0;
	}
	.user_login_right {
	    min-height: 84.7vh;
	    height:auto;
	    padding: 30px 40px;
	}
	.left_logo_login {
    	width: 170px;
	}
	.forgot_pass {
	    padding-top: 0px;
	}
	.right_content_login h2 {
	    padding: 20px 0 12px 0;
	}
	.login_terms {
        transform: translate(-50%, -96%);
	    top: 96%;
	}
	.form_check_login input[type=checkbox] {
	    height: 22px;
	    width: 22px;
	}
	.form_check_login label {
	    margin-top: -27px;
	    margin-left: 30px;
	}
	.form_check_login {
	    padding: 15px 0;
	    width: 190px;
	}
	.left_content_login {
	    margin-top: 10%;
	    width: 75%;
	}
	.left_content_login h2 {
	    margin-bottom: 30px;
	}
	.left_content_login p {
	    margin-bottom: 20px;
	}
	.pre_icon{
		width: 75%;
	}
	.run_now_time {
	    width: 30%;
	}
	.run_now_block {
	    width: 70%;
	}
	/*.left_dashboard {
	    width: 270px;
	}*/
	.right_dashboard{
		width: calc(100% - 100px);
	}
	/*.left_menu_user li{
		padding: 12px 0px 12px 30px;
	}*/
	.custom_dashboard_content {
	    padding: 20px 0;
	    width: 96%;
	}
	.top_trending_box p {
	    font-size: 9px;
	}
	.custom_run_now {
	    padding: 10px 5px;
	    font-size: 11px;
	    width: 100px;
	}
	.custom_table .table>thead>tr>th{
		padding-bottom: 15px;
	}
	.icon_custom {
	    width: 35px;
	}
	.demos_block h2, .demos_block p {
	    padding-bottom: 15px;
	}
	.demos_details {
	    padding: 20px 5px;
	}
	.edit_profile_icon .fa {
	    font-size: 22px;
	}
	.edit_profile_icon {
	    height: 45px;
	    width: 45px;
	    padding: 7px;
	}
	.pro_user_img {
	    width: 120px;
	}
	.profile_icon3 {
	    width: 70px !important;
	}
	.pro_edit_img {
	    width: 100px;
	}
	.edit_content {
	    width: 60%;
	    padding-top: 30px;
	    padding-bottom: 30px;
	}
	.profile_accordion .panel-title>a, .panel-title>a:active{
		font-size: 15px;
	}
	.border_dashboard {
	    min-height: 130px;
	}
	.dashboard_icon {
	    width: 110%;
	}
	.dashboard_icon h3 {
	    font-size: 14px;
	}
	/*.left_menu_user li {
        margin: 15px 20px 15px 0;
	}*/
	/*.left_menu_user li {
	    padding: 15px 10px 15px 20px;
	}*/
}
@media (max-width:1280px) {
	.table.table-striped{
		width: 1200px;
    	overflow-y: auto;
	}
	.width_1250{
		width: 1250px !important;
	}
	.width_1350{
		width: 1350px !important;
	}
	.font_72 {
	    font-size: 42px;
	}
	.left_content_login p {
	    margin-bottom: 15px;
	}
	.user_login_right {
		height:auto;
	    min-height: 86vh;
	    padding: 30px 40px;
	}
	.form_check_login {
	    padding: 12px 0;
	}
	.font_48 {
	    font-size: 28px;
	}
	.right_content_login h2 {
	    padding: 15px 0 12px 0;
	}
	.left_content_login h2 {
	    margin-bottom: 30px;
	}
	.btn_submit_login {
	    margin: 10px 0;
	}
	.btn_submit_login {
	    padding: 10px 15px;
	}
	.form_check_login {
	    padding: 10px 0;
	}
	.user_block_login {
	    padding: 40px;
	}
	.right_logo_login {
	    width: 12%;
	}
	.border_dashboard_box {
	    min-height: 320px;
	}
	.custom_dashboard{
		background-size: 120%;
	}
	.btn_try_now {
	    padding: 10px 30px;
	}
}
@media (max-width:1200px) {
	.font_72 {
	    font-size: 38px;
	}
	.font_48 {
	    font-size: 26px;
	}
	.font_20 {
	    font-size: 17px;
	}
	.font_28 {
	    font-size: 20px;
	}
	.font_12 {
	    font-size: 10px;
	}
	.font_14 {
	    font-size: 12px;
	}
	.left_content_login {
	    width: 75%;
	}
	.form_control_login {
	    height: 40px;
	}
	.dashboard_icon {
	    width: 50%;
	    float: left;
	    margin-bottom: 20px;
	}
	.dashboard_3_content {
	    margin-bottom: 15px;
	}
	.dashboard_search{
		width: 70%;
		margin-left:12px;
	}
	.right_content_dashboard {
	    padding: 25px 12px;
	}
	.dashboard_3_content .font_16 {
	    font-size: 13px;
	}
	.border_dashboard {
	    padding: 15px 0px 25px 0px;
	}
	.font_14 {
	    font-size: 13px;
	}
	.custom_dashboard_content h2, .custom_dashboard_content p {
	    padding-bottom: 10px;
	}
	.btn_try_now {
	    padding: 8px 20px;
	}
	.font_20 {
	    font-size: 16px;
	}
	.pro_user_img {
	    width: 100px;
	}
	.border_dashboard_box {
	    min-height: 315px;
	}
}
@media (max-width:1680px) {}

/*mobile start*/



@media (max-width:992px) {
	.dashboard_wraper .dashboard_grid {
	    width: calc(33.33% - 20px);
	}
	.dashboard_wraper {
	    width: 100%;
	    padding: 0 10px;
	}
	.webaccordian .webaccordian_a {
	    opacity: 1;
	    visibility: visible;
	    display: block;
	    position: relative;
	    font-size: 17px;
	}
	.left_menu_user li a {
	    opacity: 1;
	    visibility: visible;
	}
	.admin_dashboard_section{
		overflow-y: auto;
	}
	.left_menu_user_wraper {
	    max-height: 80vh;
	}
	.tab_clear{
		clear: both;
	}
	.mobile{
		display: block;
	}
	.logo_image{
		width: 250px;
		margin-left: 55px;
		margin-bottom: 20px;
	}
	.left_fix{
		display: none;
		width: 0;
		position: relative;
	}
	.right_dashboard {
	    width: 100%;
	}
	.left_dashboard{
		display: none;
	}
	.menu_right .left_fix{
		display: block;
		width: 100%;
		margin-top: 0;
		border-right: unset;
	}
	.mobilePadding0{
		padding: 0;
	}
	/*menu start*/
	.sticky{
	    position: fixed !important;
	    background-color: #fff;
	    box-shadow: 1px 1px 4px 2px rgba(0,0,0,0.2);
	}
	.header_wrapper{
	    position: absolute;
	    width: 100%;
	    z-index: 999;
	    transition: all ease-in-out 0.5s;
	}
	.menu_right{
	    float: right;
	    width: 15%;
	}
	.main_menu{
	    width: 73%;
	    margin: 0 auto;
	}
	.top_dashboard{
		display: none;
	}
	.logo .top_dashboard_wrapper{
		position: relative;
	}
	.logo .top_dashboard {
	    padding: 0;
	    border-bottom: unset;
	    display: block;
	}
	.logo{
	    float: right;
	    width: 85%;
	}
	.logo img{
	    transition: all ease-in-out 0.5s;
	}
	.main_menu .navbar-inverse{
	    background-color: transparent;
	    border-color:unset;
	    border: unset;
	    padding: 20px 0px 5px 0;
	    margin-bottom: 0px;
	}
	.active{
	    background-color: transparent;
	    color: #1ebb64;
	}
	.main_menu .menu_right ul li a{
	    color: #fff;
	    display: inline-block;
	    position: relative;
	    transition: all ease-in-out 0.5s;
	    font-size: 16px; 
	    width: 72%;
	}
	.main_menu .menu_right ul li a:hover{
	    color: #1ebb64;
	}
	.menu_right .menu_icon img{
	    border-radius: 50%;
	    transition: all ease-in-out 0.3s; 
	    height: 35px;
	    width: 35px;
	}
	.menu_right .menu_icon a:hover img{
	    filter: grayscale(1);
	}
	.mail_hover{
	    opacity: 0;
	    display: none;
	}
	.call_hover{
	    opacity: 0;
	    display: none;
	}
	.menu_right .menu_icon .mail_a .mail, .menu_right .menu_icon .call_a .call{
	    transition: all ease-in-out 1.5s;
	}
	.menu_right .menu_icon .mail_a:hover .mail{
	    opacity: 0;
	    display: none;
	}
	.menu_right .menu_icon .mail_a:hover .mail_hover{
	    opacity: 1;
	    display: inline-block;
	    background: #555;
	}
	.menu_right .menu_icon .call_a:hover .call{
	    opacity: 0;
	    display: none;
	}
	.menu_right .menu_icon .call_a:hover .call_hover{
	    opacity: 1;
	    display: inline-block;
	    background: #555;
	}
	.main_menu .navbar-nav>li{
	    margin-left: 15px;
	}
	.menu_icon{
	    margin-left: 10px;
	}
	.main_menu .menu_icon a{
	    top: -2px;
	}
	.sticky .main_menu .menu_right ul li a{
	    color: #000;
	}
	.sticky_logo{
	    display: none;
	}
	.sticky .main_logo{
	    display: none;
	}
	.sticky .sticky_logo{
	    display: block;
	}
	.main_menu .menu_icon a:hover .fa:after,.main_menu .menu_icon a:hover .fa{
	    background-color: transparent;
	    color: #1ebb64;
	    transition: all ease-in-out 0.3s;
	}
	.menu_icon .fa:after{
	    content: "";
	    height: 40px;
	    width: 40px;
	    background-color: #1ebb64;
	    position: absolute;
	    left: 3px;
	    top: 7px;
	    border-radius: 50%;
	    z-index: -1;
	    transition: all ease-in-out 0.3s;
	    border: 1px solid #1ebb64;
	}
	.main_menu .menu_right .active>a, .main_menu .menu_right .active>a:focus, .main_menu .menu_right .active>a:hover {
	    color: #e53437 !important;
	    background-color: #ffffff;
	}
	.main_menu .menu_icon a{
	    padding: 10px 0px 0px 15px;
	}
	.menu_right .navbar-nav {
	    float: left;
	    margin: -6px 0 6px 0;
	}
	/*menu end*/
    .tab_none{
        display: none;
    }
    .tab_view{
        display: block;
    }
    .sticky .sticky_logo {
        display: none;
    }
    .bottom_arrow{
        display: none;
    }
    .tab_p_0{
        padding: 0 !important;
    }
    .clearfix_992{
        clear: both;
    }
    .m_p_f{
        padding-top: 20px;
    }
    .main_container {
        width: 100%;
    }
    /*mobile start*/
    .left_menu_banner{
        display: none;
    }
    .menu_none{
        display: none !important;
    }
    .main_menu{
        display: block;
        width: 100%;
    }
    .body_fix{
        overflow: hidden;
    }
    .header_wrapper {
        position: fixed;
        background: #fff;
        box-shadow: 1px 1px 4px 2px rgba(0,0,0,0.2);
    }
    .mobile_menu{
        float: left;
    }
    .menu_right .navbar-nav{
        width: 100%;
    }
    .main_menu .menu_right ul li a{
        color: #fff;
    }
    .main_menu .navbar-nav>li {
        margin-left: 0px;
        border-bottom: 1px solid #d4d4d4;
        padding-left: 15px;
    }
    .main_menu .navbar-nav>li:nth-last-child(2) {
      border-bottom: 1px solid transparent;
    }   
    .menu_right{
        position: fixed;
        top: 87px;
        left: -100%;
        width: 80%;
        height: 89vh;
        z-index: 9999;
        /*background-color: #fff;*/
        transition: all ease-in-out 0.5s;
    }
    .menu_overlay{
        position: absolute;
        top: 86px;
        background-color: rgb(0, 0,0,0.5);
        width: 100%;
        transition: all ease-in-out 0.7s;
        height: 100vh;
        left: 0%;
        opacity: 0;
        z-index: -1;
        display: none;
    }
    .menu_open .menu_overlay{
        opacity: 1;
        display: block;
    }
    .logo img{
        width: 100%;
        max-width: 100%;
    }
    .main_menu .navbar-inverse{
        padding: 20px 30px 10px 30px;
    }
    .navbar-nav{
        display: inline-grid;
    }
    .menu_open .menu_right{
        left: 0;
        box-shadow: 1px 2px 1px 1px #797777;
    }
    #nav-icon3 span:nth-child(1) {
      top: 7px;
    }

    #nav-icon3 span:nth-child(2),#nav-icon3 span:nth-child(3) {
      top: 22px;
    }

    #nav-icon3 span:nth-child(4) {
      top: 36px;
    }

    #nav-icon3.open span:nth-child(1) {
      top: 18px;
      width: 0%;
      left: 50%;
    }

    #nav-icon3.open span:nth-child(2) {
      -webkit-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      transform: rotate(45deg);
    }

    #nav-icon3.open span:nth-child(3) {
      -webkit-transform: rotate(-45deg);
      -moz-transform: rotate(-45deg);
      -o-transform: rotate(-45deg);
      transform: rotate(-45deg);
    }

    #nav-icon3.open span:nth-child(4) {
      top: 18px;
      width: 0%;
      left: 50%;
    }
    #nav-icon3{
        width: 40px;
        height: 45px;
        position: relative;
        margin: 0px auto;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .5s ease-in-out;
        -moz-transition: .5s ease-in-out;
        -o-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
        cursor: pointer;
    }
    #nav-icon3 span {
        display: block;
        position: absolute;
        height: 4px;
        width: 100%;
        background:#c1272d;
        border-radius: 9px;
        opacity: 1;
        left: 0;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .25s ease-in-out;
        -moz-transition: .25s ease-in-out;
        -o-transition: .25s ease-in-out;
        transition: .25s ease-in-out;
    }
 	.search_dashboard_container {
	    width: 70%;
	}
	.logo .profile_right {
	    width: 30%;
	}
	.dashboard_search {
	    width: 100%;
	    margin-left: 0px;
	}
	.right_content_dashboard {
	    padding: 25px 0px 50px 0px;
	    margin-top: 90px;
	}
	.top_trending_box {
	    padding: 8px 3px;
	    width: 16.65%;
	    float: left;
	}
	.dashboard_4_content{
		clear: both;
	}
	.border_dashboard {
	    padding: 15px 0px 15px 0px;
	    min-height: 175px;
	}
	.left_block_login{
		display: none;
	}
	.right_block_login {
	    width: 100%;
	}
	.user_login_right {
	    height: auto;
	    padding: 30px 40px;
	    position: absolute;
	    top: 50%;
	    left: 50%;
	    transform: translate(-50%, -50%);
	    width: 60%;
	}
	.login_terms {
	    position: relative;
	    top: unset;
	    left: unset;
	    transform: unset;
	    margin-top: 50px;
	}
	.custom_dashboard {
	    background-position: left center;
	    background-size: cover;
	    border-radius: 10px;
	    margin-top: 30px;
	}
	.custom_dashboard_content {
	    padding: 40px 0;
	    width: 96%;
	}
	.top_trending_box p {
	    font-size: 10px;
	}
	.profile_with {
	    width: 80%;
	    margin: 0 auto;
	}
	.profile_block3 {
	    margin-top: 30px;
	    display: inline-block;
	    width: 100%;
	}
	.edit_content {
	    width: 50%;
	}
}
@media (max-width:767px) {
	.dashboard_wraper .dashboard_grid {
	    width: calc(100% - 22px);
	}
	.mobile_search {
		border-width: 1px 0px;
	    border-right-style: initial;
	    border-left-style: initial;
	    border-right-color: initial;
	    border-left-color: initial;
	    border-image: initial;
	    box-shadow: none;
	    border-bottom-style: solid;
	    border-bottom-color: rgb(204, 204, 204);
	    border-radius: 0px;
	    border-top-style: solid;
	    border-top-color: rgb(204, 204, 204);
	    padding: 0px 15px;
	    margin-bottom: 20px;
	}

    .mobile{
        display: block;
    }
    .web{
        display: none;
    }
    .header_wrapper{
        position: fixed;
    }
    .left_menu_banner{
        display: none;
    }
    .main_menu .navbar-inverse {
        padding: 20px 15px;
    }
    #nav-icon3 span{
        height: 3px;
    }
    #nav-icon3 span:nth-child(1) {
        top: 10px;
    }
    #nav-icon3 span:nth-child(2), #nav-icon3 span:nth-child(3) {
        top: 20px;
    }
    #nav-icon3 span:nth-child(4) {
        top: 30px;
    }
    #nav-icon3 {
        width: 30px;
        height: 41px;
    }
    .home_banner_wrapper {
        margin-top: 80px;
    }
    .menu_right{
        top: 80px;
    }
    .menu_overlay{
        top: 80px;
    }
    .home_banner_wrapper .swiper-slide{
        display: block;
    }
    .menu_right .navbar-nav{
        margin: 0;
        display: inline-block;
        width: 100%;
    }
    .footer_width {
        width: 100%;
    }
    .footer_copy{
        text-align: center;
    }
    .footer_copy .text-right{
        text-align: center;
    }
    .footer_copy p, .footer_copy a{
        margin: 7px 0;
    }
    .ofc_address {
        padding-left: 20px;
    }
    .footer_logo{
        float: left;
        width: 38%;
        margin: 0 auto;
    }
    .footer_social {
        text-align: right;
        padding-top: 10px;
        float: right;
        padding-bottom: 0px;
        text-align: center;
        float: none;
    }
    .footer_logo_img {
        width: 155px;
        float: left;
        padding-top: 5px;
        padding-bottom: 20px;
    }
    .location:after{
        left: -32px;
        background-size:17px;
    }
    .mail_img:after{
        left: -32px;
        background-size:17px;
        top: 7px;
    }
    .who_img_content {
        bottom: 20px;
        left: 30px;
    }
    .our_product_box p {
        margin-top: 30px;
        padding-bottom: 10px;
    }
    .footer_social li {
        display: inline-block;
        margin-left: unset;
        margin: 0px 10px;
    }
    .footer_social ul {
        padding-left: 0;
        text-align: center;
    }
    .bg-texture{
        margin-top: 70px;
    }
    .our_product_box {
        min-height: 245px;
    }
    .home_industries p {
        padding-top: 10px;
        padding-bottom: 0px;
    }
    .bottom_arrow{
        display: none;
    }
    .left_category {
        width: 88%;
        margin: 0 auto;
        float: none;
        text-align: center;
        display: block;
        box-shadow: 1px 8px 15px 5px rgba(0, 0, 0, 0.2);
        margin-bottom: 15px;
    }
    .product_list {
        width: 100%;
        padding-left: 0px;
        padding-right: 0px;
    }
    .demos_details {
	    padding: 20px 0px;
	}
	.frofile_img .dropbtn {
	    width: 42px;
	    height: 35px;
	}
	.bell_icon .fa {
	    font-size: 25px;
	    color: #767676;
	}
	.bell_icon span {
	    padding: 2px 6px;
	    font-size: 8px;
	}
	.bell_icon{
		margin-right: 10px;
	}
	.search_textbox{
		width: 75%;
	}
	.search_btn{
		padding-left: 0;
		margin-right: 15px;
	}
	.search_btn .fa-search:before{
		left: 10px;
	}
	.search_dashboard_container {
	    padding-top: 0;
	}
	.right_dashboard {
	    min-height: unset;
	}
	.logo_image {
	    width: 160px;
	    margin-left: 35px;
	    margin: 20px 15px;
	}
	.left_menu_user li {
	    /*margin: 15px 20px 15px 0;*/
	    padding: 15px 0px 15px 35px;
	}
	.user_login_right{
		width: 90%;
		padding: 20px 20px;
	}
	.border_dashboard{
		margin-bottom: 30px;
	}
	.prebuild_dashboard {
	    padding: 25px 0px;
	}
	.time_run {
	    padding: 0 15px;
	    position: relative;
	    bottom: 0px;
	    width: 100%;
	    display: inline-block;
	    margin-top: 10px;
	}
	.pre_tab .nav-tabs>li>a{
		padding: 0 2px;
	}
	.view_all_d a {
	    margin-top: 4px;
	    margin-right: 5px !important;
	    color: #4aa88c;
	    font-size: 12px;
	}
	.custom_table {
	    padding: 0 0px;
	}
	.custom_table .table>tbody>tr>td, .custom_table .table>tbody>tr>th{
		padding: 15px 15px;
	}
	.prebuild_dashboard{
		margin-top: 10px;
	}
	.custom_dashboard_content {
	    padding: 40px 0;
	    width: 100%;
	    text-align: center;
	}
	.top_trending_box {
	    padding: 8px 3px;
	    width: 25%;
	}
	.custom_region .modal-dialog {
	    width: 370px;
	}
	.view_all_d .fa {
	    font-size: 14px;
	}
	.demos_details .dot_v{
		padding-bottom: 20px;
	}
	.profile_accordion .panel-title>a, .profile_accordion .panel-title>a:active{
		padding: 20px 5px;
	}
	.edit_content {
	    width: 100%;
	}
	.pre_wrapper{
		margin-top: 30px !important;
	}
	.profile_with{
		text-align: center;
	}
	.right_content_dashboard{
		margin-top: 80px;
	}
	.overview_p_t {
	    margin-top: 15px;
	}
	.icon_dashboard:before {
	    background-size: 35px;
	    height: 35px;
	    width: 35px;
	    bottom: 20%;
	    right: 17%;
	}
	.left_menu_user{
		overflow-x: scroll;
	}
	.left_menu_user li:before{
		height: 58px;
	}
	.pre_icon {
	    width: 55%;
	}
	.border_dashboard_box {
	    min-height: 300px;
	}
	.btn_profile {
	    margin: 20px 5px 0px 5px;
	    width: 270px;
	}
	.profile_with {
	    width: 100%;
	    margin: 0 auto;
	    display: inline-block;
	}
	.edit_content {
	    padding-top: 20px;
	    padding-bottom: 20px;
	}
	.run_now_block {
	    width: 50%;
	}
	.run_now_time {
	    width: 50%;
	}
	.bg_custom img{
		border-radius: 10px;
	}
	.custom_dashboard{
		background: unset;
	}
	.custom_dashboard_content h2, .custom_dashboard_content p{
		color: #767676;
	}
	.btn_try_now, .btn_try_now:hover {
	    background-color: #363475;
	    color: #fff;
	    border-color: #363475;
	    padding: 10px 25px;
	    margin-top: 15px;
	}
}
@media (max-width:400px) {
    .view_all_d .fa {
	    font-size: 14px;
	    margin-left: 2px;
	    padding-top: 4px;
	}
	.custom_region .modal-dialog {
	    width: 340px;
	}
	.top_trending_box {
	    min-height: 120px;
	}
	.demos_details .font_14 {
	    font-size: 11px;
	}
	.demos_details_top {
	    padding: 6px 10px;
	    border-radius: 25px;
	    margin-right: 10px;
	}
	.left_menu_user li {
	    /*margin: 10px 20px 10px 0;*/
	    padding: 10px 0px 10px 35px;
	}
	.menu_right{
		width: 80%;
	}
	.login_terms{
		margin-top: 35px;
	}
}
@media (max-width:360px) {
	.left_menu_user li {
	    /*margin: 5px 20px 5px 0;*/
	    padding: 5px 0px 5px 35px;
	}
	.left_menu_user li:before{
		height: 42px;
	}
}
/*mobile end*/