/*@import url("../../assets/css/responsive.css");*/
@import url("../../assets/css/fonts.css");

/*General css*/
body {
	background: #ffffff none repeat scroll 0 0;
	color: #151515;
	font-family: 'Proxima Nova', sans-serif;
	font-size: 16px;
	margin: 0;
	padding: 0;
	letter-spacing: 0.6px;
}
h1{
	font-size: 2.1rem;
}
h2{
	font-size: 1.8rem;
}
h3{
	font-size: 1.6rem;
}
h4{
	font-size: 1.4rem;
}
h5{
	font-size: 1.2rem;
}
h6{
	font-size: 1.1rem;
}
h1,h2,h3,h4,h5,h6 {
	margin: 0 0 15px;
	line-height: normal;
  	font-family: Proxima-Nova-Bold;
  /*color: #151515;*/
}
p{
	margin: 0 0 15px;
	line-height: 22px;
	letter-spacing: 0.6px;
}
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
a {
	text-decoration: none;
	-webkit-transition: all 0.5s ease!important;
	transition: all .5s ease!important;
	color: #027cc7;
}
a:hover {
	text-decoration: none!important;
	-webkit-transition: all 0.5s ease;
	transition: all .5s ease;
	/*color: #ef6631;*/
}
a:focus {
	outline: none;
	text-decoration: none;
}
.row p:last-child{
	margin-bottom: 0;
}
ul,li,ol {
	margin: 0;
	padding: 0;
}
fieldset {
	border: 0 none;
	margin: 0 auto;
	padding: 0;
}
label {
	color: #6c757d;
}
input, textarea{
	box-sizing: border-box;
	width: 100%;
    border: 1px solid #ccc;
    border-radius: 5px;
	padding: 10px;
    margin: 15px 0;
    color: #222;
}
input:focus,
textarea:focus {
	outline: none;
	box-shadow:  none !important;
}
button:focus {
	outline:none;
}
select.not_chosen,
select option:first-child,
select.not_chosen:focus,
select.form-control.not_chosen,
select.form-control option:first-child,
select.not_chosen.form-control:focus {
	color: #6c757d;
}
select {
 	display: block;
	border: 1px solid #adadad;
	border-radius: 5px;
	font-size: 16px;
	padding: 7px 15px;
	width: 100%;
	outline: none;
}
:focus-visible{
	border: 1px solid #adadad;
}
select option {
	color: #000;
}
section{
	padding: 60px 15px;
}
img{
	max-width: 100%;
	height: auto;
}
input[type=submit]{
	margin: 0;
}
.container{
	max-width: 1200px!important;
}
.btn{
	padding: 10px 25px;
	border-radius: 5px;
	color: #fff;
	border: 1px solid #00baff;
	background-color: #00baff;
	width: auto;
	box-shadow: none!important;
}
.btn:hover{
	color: #00baff;
	border: 1px solid #00baff;
	background-color: #fff0;
}
.btn1{
	padding: 10px 25px!important;
	border-radius: 5px!important;
	color: #fff!important;
	border: 1px solid #00baff!important;
	width: auto!important;
	box-shadow: none!important;
}
.btn1:hover{
	color: #fff!important;
	border: 1px solid #00baff!important;
	background-color: #00baff!important;
}
.btn2{
	padding: 10px 25px!important;
	border-radius: 5px!important;
	color: #fff!important;
	background-color: #00baff!important;
	border: 1px solid #00baff!important;
	width: auto!important;
	box-shadow: none!important;
}
.btn2:hover{
	background-color: #fff0!important;
	color: #fff!important;
}
.btn3{
	padding: 10px 25px!important;
	border-radius: 5px!important;
	color: #fff!important;
	background-color: #00baff!important;
	border: 1px solid #00baff!important;
	width: auto!important;
	box-shadow: none!important;
    display: inline-block;
}
.btn3:hover{
	background-color: #fff0!important;
	color: #00baff!important;
}
.text_strik{
	text-decoration: line-through;
	color: #9b9b9b;
}
.font-size-14{
	font-size: 14px;
}
/*General Css End*/

/*header*/
.header{
	background-color: #fff;
	padding: 5px;
  	/*animation: header_up 0.5s ease;*/
	position:fixed;
	width: 100%;
	top: 0;
	z-index: 99;
	box-shadow: 0 2px 10px rgb(0 0 0 / 10%);
}
.top-nav {
	 display: flex;
	 flex-direction: row;
	 align-items: center;
	 justify-content: space-between;
	 color: #fff;
}
.header_logo{
	width: 25%;
}
.menu {
	display: flex;
	width: 75%;
	text-align: right;
}
.header_login_sign{
	width: 30%!important;
	text-align: right;
}
.header_login_sign li{
	margin: 0!important;
}
.header_login_sign li a{
	background: #00baff;
	color: #fff;
    padding: 8px 20px;
    border-radius: 5px;
    border: 1px solid #fff0;
}
.header_login_sign li a:hover{
    border: 1px solid #00baff;
	color: #00baff;
	background: #fff0;
}
.menu > .menu_list{
	list-style-type: none;
	margin: auto;
	width: 100%;
}
.menu > .menu_list > li {
	/* margin: 0 1rem; */
	margin: 0 7px;
	width: auto;
    display: inline-block;
    /* font-size: 18px; */
	font-size: 17px;
}
.menu-button-container {
	 display: none;
	 height: 100%;
	 width: 30px;
	 cursor: pointer;
	 flex-direction: column;
	 justify-content: center;
	 align-items: center;
	 margin: 0;
}
#menu-toggle {
	 display: none;
}
.menu-button, .menu-button::before, .menu-button::after {
	 display: block;
	 background-color: #000;
	 position: absolute;
	 height: 2px;
	 width: 26px;
	 transition: transform 400ms cubic-bezier(0.23, 1, 0.32, 1);
	 border-radius: 2px;
}
.menu-button::before {
	 content: '';
	 margin-top: -8px;
}
.menu-button::after {
	 content: '';
	 margin-top: 8px;
}
#menu-toggle:checked + .menu-button-container .menu-button::before {
	 margin-top: 0px;
	 transform: rotate(405deg);
}
#menu-toggle:checked + .menu-button-container .menu-button {
	 background: rgba(255, 255, 255, 0);
}
#menu-toggle:checked + .menu-button-container .menu-button::after {
	 margin-top: 0px;
	 transform: rotate(-405deg);
}
.fixed {
	position:fixed;
	width: 100%;
	margin: 0;
	z-index: 99;
  	/*animation: header_down 1s ease;*/
}
.header_logo img{
	width: 90%;
	-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.fixed .header_logo img{
	width: 75%;
}
.menu_list li a{
	color: #000;
}
.menu_list li:hover a, .menu_list li a.active
{
	color: #00baff
}
/*animations*/
@keyframes header_down{
	from{
		top: -50px;
	}
	to{
		top: 0;
	}
}
@keyframes header_up{
	from{
		bottom: -5px;
	}
	to{
		bottom: 0;
	}
}
/*header end*/

.header_clearfix{
	margin-top: 80px;
}
.width-600{
	max-width: 600px;
	margin: 0 auto;
}
.width-1000{
	max-width: 1000px;
	margin: 0 auto;
}

/*home search*/
.home_search{
	background-image: url("../images/all/breadcrumb_bg.jpg");
	background-size: cover;
	background-position: center;
	text-align: center;
	padding-top: 120px;
	padding-bottom: 100px;
	padding-left: 15px;
	padding-right: 15px;
	position: relative;
	z-index: 0;
}
.home_search:before{
	content: "";
	background: #200a52e3;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
}
.home_search_text{
	margin-top: 10px;
}
.home_search_text p a{
	text-decoration: underline;
}
.home_search_text p span{
	color: #027cc7;
}
.pseudo-search {
	display: inline;
	border-radius: 100px;
	padding: 17px 15px;
	background-color: #fff;
}
.pseudo-search svg{
	width: 25px;
    height: 25px;
    font-size: 50px;
}
.pseudo-search input {
	border: 0;
	max-width: 500px;
    width: 75%;
}
.pseudo-search input:focus {
	outline: none;
}
.pseudo-search button, .pseudo-search i {
	border: none;
	background: none;
	cursor: pointer;
}
.pseudo-search select {
	border: none;
}
/*home search end*/
.slider-wrap{
	margin-top: 50px;
}
.home_professions .slick-slide img{
	margin-bottom: 15px;
}
.home_professions .bx-prev{
	left: -60px;
}
.home_professions .bx-next{
	right: -60px;
}
.home_professions_slide{
	position: relative;
}
.profession_rating{
	position: absolute;
    text-align: center;
    width: 98%;
    padding: 10px 0 15px;
    background: linear-gradient(180deg, #0623468a, #0d0d1400);
    display: block;
    top: 1px;
    margin-left: 2px;
    border-radius: 10px 10px 0 0;
}
.text-yellow{
	color: #fcff02;
}
.profession_rating .text-yellow{
	font-size: 20px;
}
.profession_rating .text-white{
	font-size: 13px;
	position: relative;
	top: -2px;
}
.home_professions_btn{
	margin-top: 30px;
	text-align: center;
}
.home_professions_btn a{
	background: #fff0;
	border: 1px solid #00baff;
	color: #000;
	padding: 10px 45px;
	border-radius: 5px;
}
.home_professions_btn a:hover{
	background: #00baff;
	color: #fff;
}
.prof_of_quality{
	background: #062345;
	color: #fff;
	position: relative;
	margin-top: 100px;
}
.prof_of_quality .text_blue{
	color: #02b9fd;
}
.prof_of_quality_btn{
	margin-top: 20px;
}
.prof_of_quality_btn a{
	background: #fff0;
	border: 1px solid #00baff;
	color: #fff;
	padding: 10px 25px;
	border-radius: 5px;
    display: inline-block;
}
.prof_of_quality_btn a:hover{
	background: #00baff;
	color: #fff;
}
.prof_of_quality_images1{
	margin-bottom: 0;
	text-align: center;
}
.prof_of_quality_images2{
	margin-bottom: 0;
	text-align: center;
}
.prof_of_quality_images1 img{
	position: absolute;
	top: -150px;
	left: 0;
	margin-bottom: 0;
	max-width: 450px;
	overflow: hidden;
    border-radius: 30px;
    width: 100%;
}
.prof_of_quality_images2 img{
	position: absolute;
	bottom: -150px;
	right: 70px;
	margin-bottom: 0;
	max-width: 450px;
	overflow: hidden;
    border-radius: 30px;
    width: 100%;
}
.explore_best_service{
	position: relative;
	margin-top: 100px;
}
.explore_best_service img{
	width: 100%;
	max-width: 100px;
}
.text-darkblue{
	color: #012349;
}
.doorstep_service{
	background: #f9f8fd;
	position: relative;
	margin-top: 100px;
}
.doorstep_service .text_blue{
	color: #02b9fd;
}
.doorstep_service_btn{
	margin-top: 20px;
    margin-bottom: 10px !important;
}
.doorstep_service_btn a{
	background: #fff0;
	border: 1px solid #00baff;
	color: #012349;
	padding: 10px 25px;
	border-radius: 5px;
    display: inline-block;
}
.doorstep_service_btn a:hover{
	background: #00baff;
	color: #fff;
}
.doorstep_service_images1{
	margin-bottom: 0;
	text-align: center;
}
.doorstep_service_images2{
	margin-bottom: 0;
	text-align: center;
}
.doorstep_service_images1 img{
	position: absolute;
	top: -150px;
	right: 0px;
	margin-bottom: 0;
	max-width: 450px;
	overflow: hidden;
    border-radius: 30px;
    width: 100%;
    transform: rotateY(180deg);
}
.doorstep_service_images2 img{
	position: absolute;
	bottom: -150px;
	left: 70px;
	margin-bottom: 0;
	max-width: 450px;
	overflow: hidden;
    border-radius: 30px;
    width: 100%;
    transform: rotateY(180deg);
}
.how_it_work .col-md-6{
	margin-bottom: 25px;
}
.explore_best_service .col-md-6{
	margin-bottom: 15px;
}
.how_it_work{
	position: relative;
	margin-top: 100px;
}
.how_it_work_number{
	position: relative;
	line-height: 0;
}
.how_it_work_number:before{
	content: "";
    border-radius: 50%;
    position: absolute;
    top: 11px;
    display: inline-block;
    width: 15px;
    height: 25px;
    background: #ffffff;
    left: 58%;
    transform: rotate(67deg);
}
.how_it_work_number span{
	color: #002247;
	width: 70px;
    height: 70px;
    border: 4px solid #00baff;
    border-radius: 50%;
    text-align: center;
    vertical-align: middle;
    line-height: 60px;
    font-size: 32px;
    font-weight: bold;
    margin: 0 auto 10px;
    display: block;
}
.how_it_work_number:after{
	content: "";
    border-radius: 50%;
    position: absolute;
    top: -10px;
    display: inline-block;
    width: 14px;
    height: 30px;
    background: #ffffff;
    left: 52%;
    transform: rotate(45deg);
}
.footer_top{
	background-color: #062345;
	color: #fff;
	padding-right: 15px;
	padding-left: 15px;
}
.footer_top h4{
	font-weight: 100;
    font-family: 'Proxima-Nova-Bold', sans-serif;
}
.footer_top .btn2{
	padding: 10px 50px;
}
.footer_top span{
	margin: 0 10px;
}

/*footer */

footer{
	padding: 60px 0 20px;
	border-top: 1px solid #ccc;
	position: relative;
}
footer a:hover{
	color: #00baff;
}
.footer_row{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.footer_col1{
	width: 34%;
	margin: 0;
	padding: 0 15px;
}
.footer_col2{
	width: 35%;
	margin: 0;
	padding: 0 15px;
}
.footer_col3{
	width: 31%;
	margin: 0;
	padding: 0 15px;
	padding-left: 35px;
}
.footer_col3 p:last-child{
	margin-bottom: 0;
}
.footer_logo div{
	margin-top: 30px;
}
.footer_logo img{
	max-width: 280px;
	width: 100%;
	margin-bottom: 20px;
}
/*.footer_social{
	display: flex;
	flex-wrap: wrap;
}*/
.footer_social li{
	display: inline-block;
	text-align: center;
}
.footer_social a{
	color: #fff;
	background: #00baff;
	border: 1px solid #00baff;
	padding: 10px;
    border-radius: 50%;
    width: 45px;
    height: 45px;
    line-height: 24px;
    display: inline-block;
    font-size: 22px;
    vertical-align: middle;
}
.footer_social a:hover{
	color: #00baff;
	background: #fff;
}
.footer_quick_link ul{
	padding: 0;
}
.footer_quick_link li{
	display: inline-block;
	width: 49%;
	padding: 0px 0 10px;
}
.footer_quick_link li a{
	color: #212529;
}
.footer_quick_link li a:hover{
	color: #00baff;
}
.footer_address svg{
	font-size: 20px;
	margin-right: 10px;
	color: #00baff;
}
.footer_address a{
	color: #212529;
}
.footer_address p:first-child{
	font-size: 26px;
}
.footer_bottom{
	text-align: center;
	border-top: 2px solid #dedede;
    margin-top: 20px;
    padding-top: 15px;
    font-size: 16px;
    color: #2f2c2c;
}
/*footer end*/

.breadcrumbs{
	padding: 0;
}
.breadcrumbs_full{
	position: relative;
	z-index: 0;
}
.breadcrumbs_content_full{
	width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}
.breadcrumbs_content_full:before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #200a52e3;
    z-index: 0;
}
.breadcrumbs_content{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 0;
    width: 100%;
    padding: 0 15px;
}
.breadcrumbs_content h2{
	color: #fff;
	font-size: 34px;
    margin: 0;
    text-align: center;
}
.about_bg123{
	background: url("../images/all/freepik-5633779-about_bg.jpg");
	background-size: cover;
	background-attachment: fixed;
	background-position: center;
	position: relative;
	padding: 40px 0;
	z-index: 0;
	text-align: center;
	color: #fff;
}
.about_bg123:before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #0000009c;
	z-index: -1;
}
.popup_login_img1{
	width: 55px;
	margin-right: 10px!important;
}
.home_login_text_left{
	list-style: circle;
	padding-left: 20px;
}
.home_login_text_left li{
	margin-bottom: 7px;
}
#login--slideLeft.modal.fade .modal-dialog {
   opacity: 0;
   transform: translate3d(-100%, 0, 0);
   visibility: visible;
   -webkit-transition: all 0.3s;
   -moz-transition: all 0.3s;
   transition: all 0.3s;
}

#login--slideLeft.modal.fade.show .modal-dialog {
   transform: scale3d(1, 1, 1) translate3d(0, 0px, 0);
   opacity: 1;
}

#login--slideLeft .modal-header{
	border: none;
}
#login--slideLeft .col-md-7 input[type=checkbox], input[type=radio]{
	width: 20px;	
    margin: 0!important;
    height: 20px;
    display: inline-block;
    float: left;
}
.registerflexing input[type=checkbox]{
	width: 18px;
	display: inline-block;
	margin: 0px 5px 0 0;
    position: relative;
}
.registerflexing{
	position: relative;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.input_box {
	cursor: pointer;
}
.home_login_form .input_box label{
	margin: 0!important;
}
.home_login_form .check_radio label{
	display: inline-block;
	margin: 10px 10px 5px 5px;
}
.home_login_form input{
	padding: 8px 15px 6px;
    border-radius: 30px;
    outline: 0;
    border: 2px solid #d5d5d5;
    overflow: hidden;
    font-size: 16px;
    margin: 10px 0;
}
.home_login_form select{
	padding: 8px 15px 6px;
    border-radius: 30px;
    outline: 0;
    border: 2px solid #d5d5d5;
    overflow: hidden;
    font-size: 16px;
    margin: 10px 0;
}
.home_login_form input[type=radio]{
	display: inline-block;
	width: auto;
}
.home_login_form .check_radio label{
	display: inline-block;
	margin: 10px 10px 5px 5px;
}
.home_login_form label{
	margin: 10px!important;
}
.home_login_form .submit_btn{
	width: 100%;
	background-color: #00baff;
	padding: 8px;
	border-radius: 10px;
	color: #fff;
	border: 1px solid #00baff;
	-webkit-transition: all 0.5s ease;
	transition: all .5s ease!important;
}
.home_login_form .submit_btn:hover{
	background-color: #fff;
	color: #00baff;
}
#login--slideLeft .col-md-7 span{
	font-size: 13px;
    display: block;
    margin-top: 20px;
    text-align: center;
}
#login--slideLeft .modal-header{
	position: absolute;
    right: 0;
    z-index: 9;
}
#login--slideLeft .modal-body{
	padding: 30px 30px;
}
#login--slideLeft .account{
    margin-top: 10px;
	font-size: 14px;
    text-align: center;
}
#login--slideLeft .account a{
	margin-left: 10px;
}
/*
.worker_view .col-md-9 .row{
	border-bottom: 2px solid #ccc;
}
*/
.worker_view .col-md-9 .table{
	text-align: left;
}
.worker_view .col-md-9 .col-md-7{
	text-align: left;
}
.worker_view .table td, .table th{
	border-top: 0px solid #fff0;
}
.worker_view .table td:first-child{
	padding-left: 0;
	padding-right: 0;
}
.worker_view_img{
	overflow: hidden;
	border-radius: 50%;
	max-width: 250px;
	height: 250px;
	border: 8px solid #fff;
	box-shadow: 1px 2px 10px -3px #737373;
	-webkit-transition: all 0.2s ease!important;
	transition: all .2s ease!important;
}
.worker_view_img:hover{
	box-shadow: 5px 9px 20px -3px #737373;
}
.worker_view_img img{
	-webkit-transition: all 0.2s ease!important;
	transition: all .2s ease!important;
}
.worker_view .worker_view_img img{
	height: 100%!important;
}
/* .worker_view_img:hover img{
	margin-top: -4px;
} */
.worker_view_booking{
	background-color: #062345;
	color: #fff;
	padding: 30px;
	border-radius: 5px;
}
.worker_view_booking a{
	background-color: #fff;
	border-radius: 5px;
	color: #062345;
	width: 100%;
	padding: 10px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	position: relative;
}
.worker_view_booking a svg{
	-webkit-transition: all 1s ease!important;
	transition: all 1s ease!important;
	position: relative;
}
.worker_view_booking a:hover svg{
    left: -5px;
}
.worker_view_review{
    margin: 40px -15px 0;
}
.worker_view_review .nav-pills .nav-link{
	border: 1px solid #000;
    border: 2px solid #062345;
    margin-right: 15px;
    color: #062346;
}
.worker_view_review .nav-item:last-child a{
    margin-right: 0px;
}
.worker_view_review .nav-pills .nav-link.active, .nav-pills .show>.nav-link{
	padding: 0;
    background: #fff0;
    border: none;
    font-weight: 600;
    font-size: 20px;
    color: #000;
}

div#user_nav {
	position: relative;
    padding: 10px 40px 10px 15px;
}
div#user_nav a {
	padding: 10px 0px;
	color: #000;
    white-space: nowrap;
}
div#user_nav a:hover{
	color: #027cc7;
}
div#user_nav .dropdown-custom a{
	text-align: left;
	border-bottom: 1px solid #e8e8e8;
	color: #000;
}
div#user_nav .dropdown-custom li:first-child a
{
    padding-top: 0;
}
div#user_nav .dropdown-custom li:last-child a
{
	border-bottom: 0px solid #ccc;
    padding-bottom: 0;
}
div#user_nav .dropdown-custom a:hover, div#user_nav .dropdown-custom a.active{
	color: #027cc7;
}
div#user_nav .dropdown-custom .btn{
	color: #fff;
    border: 1px solid #00baff;
}
.user_nav_list{
	margin-right: 15px;
}
.user_nav .dropdown-custom {
	display: none; 
	position: absolute; 
	top: 90%;
	margin-top: 5px;
	width: 250px;
    background: #fff;
    right: 0;
    padding: 25px;
    border-radius: 5px;
    box-shadow: 0 0 10px -6px #000;
}
.user_nav:hover .dropdown-custom, .user_nav .dropdown-custom:hover {
    display: block;
}

.user_nav .dropdown-custom li {
	list-style-type: none;
}
.user_nav .dropdown-custom li a {
	text-decoration: none; padding: 0em 1em; display: block;
}
.user_nav .dropdown-toggle:after{
	vertical-align: middle;
}
.user_nav a img{
	width: 50px;
	height: 50px;
    margin-right: 10px;
    border: 0px solid #fff;
    border-radius: 50%;
    box-shadow: 0 0 5px -1px #616161;
    padding: 5px;
}
.post_job form select{
	padding: 15px 10px;
    margin: 0 0 15px;
    border: 1px solid #ccc;
    border-radius: 5px;
    height: 50px;
    background: #FFF;
    color: #222;
}
.post_job form input
{
    margin: 0 0 15px;
    height: 50px;
}
.post_job form textarea{
    margin: 0 0 15px;
}
.post_job form #multi_image_picker .file_upload
{
    height: 200px !important;
    padding: 0 !important;
    background-color: #f9f9f9;
    border: 2px dashed #ddd !important;
}
.post_job form .fileContainer .upload_text
{
    top: 10px;
    left: 0;
    margin-bottom: 15px;
}
.post_job form label
{
    font-weight: bold;
    display: inline-block;
    width: 100%;
    margin-top: 0;
    color: #000;
}
.post_job form .increasor
{
    justify-content: flex-start;
    height: 50px;
}
.edit_requestor_profile{

}
.profession_view{

}
.profession_view .col-md-9{
	margin-bottom: 0px;
}
.profession_view .col-md-9 .row{
	margin-bottom: 80px;
}
.profession_view .col-md-9 .description{
	margin-bottom: 0px;
}
.profession_view .col-md-9 .btn-success{
	background-color: #28a745!important;
    border-color: #28a745!important;
}
.profession_view .col-md-9 .btn-success:hover {
    color: #218838!important;
    background-color: #fff0!important;
    border-color: #1e7e34!important;
}
.profession_view .col-md-7 li{
	margin-bottom: 20px;
	color: #333335;
}
.profession_view .col-md-7 li a{
	color: #333335;
}
.profession_view .col-md-7 li a:hover{
	color: #01b9ff;
}
.booking_view_slide{
	text-align: center;
	border-top: 4px solid #ccc;
	border-bottom: 1px solid #ccc;
    padding: 50px 0;
}
.booking_view_slide .slide{
    padding: 10px;
}
.booking_view_slide .slide h4{
	margin-bottom: 0;
	display: inline-block;
	position: relative;
	z-index: 0;
}
.booking_view_slide .slide:hover h4{
	transition: all .5s ease;
}
.booking_view_slide .slide h4:after{
	content: "";
    background-color: #000;
	width: 0%;
    height: 2px;
    position: absolute;
    left: 0px;
    bottom: -4px;
	transition: all .5s;
	z-index: 1;
	border-radius: 5px;
}
.booking_view_slide .slide:hover h4:after{
	width: 100%;
    left: 0px;
}
.booking_view_slide img{
	max-width: 50px;
	margin: 0 auto 20px;
}
.booking_view_slide a{
	color: #2f2d2d;
}
.booking_view_slide a img{
	-webkit-transition: all 0.5s ease;
	transition: all .5s ease;
}
.booking_view_slide a:hover img{
	transform: scale(1.1);
}
.booking_view_work_list{
	padding-top: 0;
}
.booking_view_work_list .row{
	padding: 40px 0;
	border-bottom: 1px solid #ccc;
}
.booking_view_work_list .row:last-child{
	border-bottom: none;
	padding-bottom: 0;
}
.professions_content .filter-attribute-item input{
	display: inline-block;
	width: 18px;
    height: 18px;
    vertical-align: middle;
    margin: 0 5px 0 0;
    position: relative;
    top: -1px;
}
.filter-attribute-item label{
	cursor: pointer;
}
.filter-attribute-item .fa-star{
	font-size: 14px;
}
.mob_filter_close{
	display: none;
}
.mob_filter_btn{
	display: none;
}
.mob_filter{
	display: none;
}
.slick-slide{
	height: auto;
}
.confirm_schedule .slick-list {
	width: 100%;
}
.confirm_schedule .slick-slide img{
	width: 100%;
	max-height: 500px;
}
.confirm_schedule .slick-list .slick-slide{
	margin: 0;
	border-radius: 0;
}
.confirm_schedule .slick-prev{
	left: 10px;
	color: #fff;
    border: 1px solid #fff;
}
.confirm_schedule .slick-next{
	right: 10px;
	color: #fff;
    border: 1px solid #fff;
}
.confirm_schedule .slick-prev:before{
	color: #fff;
}
.confirm_schedule .slick-next:before{
	color: #fff;
}
.confirm_schedule_increasor{
	text-align: right;
    display: inline-block;
    float: right;
    border: 1px solid #00baff;
    border-radius: 5px;
}
.confirm_schedule_increasor label{
	color: #000;
	padding-right: 10px;
	margin-top: 5px;
}
.confirm_schedule_increasor input[type="button"] {
    width: 45px;
    height: 45px;
    line-height: 25px;
    font-size: 30px;
    border: none;
    background-color: #fff;
    margin: auto;
}
.confirm_schedule_increasor input[type="text"] {
    width: 50px;
    margin: 0;
    border: none;
    text-align: center;
}
.confirm_schedule_date{
	display: flex;
	flex-wrap: nowrap;
	width: 100%;
	justify-content: right;
	align-items: center;
}
.select_date_text{
	margin-right: 15px;
}
.confirm_schedule_date_inner{
	position: relative;
}
.confirm_schedule_date_inner input{
	border: none;
	border-bottom: 1px solid #ccc;
	border-radius: 0;
	padding: 5px;
}
.confirm_schedule_date_inner svg{
	position: absolute;
    top: 16%;
    right: 10%;
    transform: translate(50%, 50%);
    vertical-align: middle;
}
.home_signup_text{
	text-align: center;
	color: #666464;
	font-size: 16px;
}
.modal-body .home_login_btn, .home_login_form a.home_forgot_btn, a.btn_term_condition{
	color: #027cc7;
}
.modal-body .home_login_btn:hover, .home_login_form a.home_forgot_btn:hover, a.btn_term_condition:hover{
	color: #00baff;
}
.home_login_form{
	margin: 0;
}
.home_login_form .d-flex input{
	width: auto;
}
.home_login{
	display: block;
}
.home_signup{
	display: none;
}
.home_signup .nav-pills .nav-link{
	padding: 6px 1rem;
	margin-right: 10px;
}
.home_signup .nav-pills .nav-link.active, .nav-pills .show>.nav-link{
	padding: 6px 1rem;
    color: white;
    background: #00baff;
}
.rate_card{
	width: 100%;
	border: 1px solid #ccc;
	border-radius: 5px;
    padding: 10px;
}
.rate_card a{
	color: #000;
}
.booking_view_view_detail{
	border-bottom: 2px solid #ccc;
	padding-bottom: 20px;
}
.professions_content .product-list .ib {
	display: -moz-inline-stack;
	display: inline-block;
	zoom: 1;
	*display: inline;
	vertical-align: top;
	height: auto;
}
.professions_content .product-list .product-item-inner{
	-webkit-transition: all 0.3s ease;
	transition: all .3s ease;
	text-align: center;
}
.professions_content .product-list .product-item-inner:hover{
	box-shadow: 5px 5px 12px -8px #6a6868;
}
.professions_content .product-list .product-item-inner img{
	-webkit-transition: all 0.1s ease;
	transition: all .1s ease;
	height: 200px;
    margin: 0 auto;
    width: 100%;
    object-fit: cover;
}
/*
.professions_content .product-list .product-item-inner:hover img{
	margin-top: -2px;
}
*/
.professions_content .site-title {
	text-align: center;
}
.professions_content .subtitle {
	margin-top: 1em;
	margin-bottom: 1em;
	text-align: center;
	color: #666;
}
.professions_content .navigation {
	background-color: #333;
	text-align: center;
}
.professions_content .navigation-link {
	display: block;
	padding: 10px 20px;
	text-decoration: none;
	color: #fff;
}
.professions_content .navigation-link:hover {
	opacity: .5;
}
.professions_content .breadcrumb {
	margin: 20px 0 0;
	background-color: #fff0;
}
.professions_content .breadcrumb .breadcrumb_content{
	color: #200b56;
}
.professions_content .breadcrumb .breadcrumb_content span{
	margin-right: 10px;
}
.professions_content .breadcrumb .breadcrumb_content span:last-child{
	margin-right: 0px;
}
.professions_content .breadcrumb .breadcrumb_content a{
	color: #200b56;
	margin-right: 10px;
}
.professions_content .breadcrumb .breadcrumb_content a:hover{
	color: #00bafd;
}
.professions_content .sidebar {
	float: left;
	width: 18%;
	max-width:275px;
    box-shadow: 0 0 8px #e1e1e1;

}
/*
.professions_content .filter{
	box-shadow: 2px 4px 12px -5px #8c8c8c;
}
*/
.professions_content .filter-item {
/*
	border-right: 1px solid #eee;
	border-left: 1px solid #eee;
*/
	padding: 20px 0 0 10px;
}
/*
.professions_content .filter-item-inner {
	border-bottom: 1px solid #eee;
}
*/
.professions_content .filter-item-inner-heading {
	position: relative;
	padding: 10px;
	padding-right: 30px;
	margin-top: 0;
	margin-bottom: 0;
	font-size: 1.2em;
	cursor: pointer;
}
.professions_content .filter-item-inner-heading.minus:after,
.professions_content .filter-item-inner-heading.plus:after {
	position: absolute;
	top: 25%;
	right: 7.5%;
	font-size: .9em;
}
.professions_content .filter-item-inner-heading.minus:after {
	content: "△";
}
.professions_content .filter-item-inner-heading.plus:after {
	content: "▽";
}
.professions_content .filter-attribute-list {
	overflow: hidden;
}
.professions_content .filter-attribute-list-inner {
	padding: 10px 10px 10px 0;
}
.professions_content .filter-attribute-item {
	padding-left: 10px;
	margin-top: 5px;
}
.professions_content .filter-attribute-item:first-child {
	margin-top: 0;
}
.professions_content .content {
	width: 82%;
}
.professions_content .content-upper {
	padding-left: 20px;
}
.professions_content .content-heading {
	margin-top: 0;
}
.professions_content .product-list {
	font-size: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.professions_content .product-item {
	width: 24.5%;
	padding-left: 20px;
	margin-top: 20px;
	font-size: 1rem;
}
.professions_content .product-item-inner {
	border: 1px solid #eee;
	color: #000;
	position: relative;
	z-index: 0;
	border-radius: 12px;
    overflow: hidden;
	height: 100%;
}
.product-item-inner .profession_rating{
	margin-left: inherit;
    border-radius: unset;
    width: 100%;	
}
.professions_content .product-title {
	margin: 0;
	color: #052246;
}
.professions_content .product-price {
	margin-top: 10px;
	font-weight: 700;
    color: #737373;
}
.professions_content .product-price span{
	color: #052246;
}
.worker_category{
	margin: 5px 0;
    display: inline-block;
    color: #737373;
}
.product-item-content{
	padding: 20px;
}
.light-theme {
	display: flex;
    justify-content: center;
	overflow: hidden;
	padding: 25px 0 0;
}
.light-theme a, .light-theme span {
	float: left;
	color: #210b58;
	font-size:18px;
	line-height: 30px;
	font-weight: normal;
	text-align: center;
	border: 1px solid #210b58;
	min-width: 30px;
	height: 30px;
	padding: 0 7px;
	margin: 0 5px 0 0;
	border-radius: 3px;
	box-shadow: 0 1px 2px rgba(0,0,0,0.2);
	background: #fff; /* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 0%, #fff 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#fff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffffff 0%,#fff 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffffff 0%,#fff 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #ffffff 0%,#fff 100%); /* IE10+ */
	background: linear-gradient(top, #ffffff 0%,#fff 100%); /* W3C */
}
.light-theme a:hover {
	text-decoration: none;
	background: #FCFCFC;
}
.light-theme .current {
	background: #210b58;
	color: #FFF;
	border-color: #210b58;
	box-shadow: 0 1px 0 rgba(255,255,255,1), 0 0 2px rgba(0, 0, 0, 0.3) inset;
	cursor: default;
}
.increasor{
	display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
}
.increase_va{
	align-items: center;
}
.increase_va label{
	color: #000;
	padding-right: 10px;
	margin-top: 5px;
}
.increase_va input[type="button"] {
    background-color: #052346;
    color: #fff;
    cursor: pointer;
    width: 30px;
    height: 30px;
    line-height: 15px;
    font-size: 18px;
	margin-right: 10px;
    padding: 9px;
    border: none;
    margin-bottom: 0;
}
.increase_va input[type="button"]:hover {
    background-color: #00baff;
}

.increase_va input[type="text"] {
    width: 40px;
    margin: 0;
    margin-right: 10px;
    height: 40px;
    padding: 8px;
    text-align: center;
    background-color: #fafafa;
    border: 1px solid #ccc;
}
.post_job_img .post_job_img_large{
	top: -15px;
}
.btn_upload {
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  position: relative;
  color: #fff;
  background-color: #2a72d4;
  border: 1px solid #166b8a;
  padding: 5px 10px;
}
.btn_upload:hover,
.btn_upload:focus {
  background-color: #7ca9e6;
}
.yes {
  display: flex;
  align-items: flex-start;
  margin-top: 10px !important;
}
.btn_upload input {
  cursor: pointer;
  height: 100%;
  position: absolute;
  filter: alpha(opacity=1);
  -moz-opacity: 0;
  opacity: 0;
}
.profession_btn-rmv1,
.btn-rmv1,
.btn-rmv2 {
  display: none;
}
.rmv {
  cursor: pointer;
  color: #fff;
  border-radius: 7px;
  border: 3px solid #fff;
  display: inline-block;
  background: rgb(237 60 32);
  outline: 2px solid #fff;
}
.rmv:hover {
  background: rgb(35 12 84);
}
.fileContainer .upload_tag{
	/*background:#c9c9c9;*/
	/*cursor: pointer !important;*/
	/*padding: 5px 30px;*/
	text-align: center;
	line-height: 40px;
	display: inline-block;
	border-radius: 5px;
    /*box-shadow: 5px 5px 5px -2px #808080;*/
}
.fileContainer span{
	overflow:hidden;
	display:block;
	white-space:nowrap;
	text-overflow:ellipsis;
	/*cursor: pointer;*/
}
.fileContainer input[type="file"]{
	opacity:0;
	margin: 0;
	padding: 0;
	width:100%;
	height:100%;
	left: 0;
	top: 0;
	position: absolute;
	cursor: pointer;
	z-index: 6;
	max-width: 260px;
}
.fileContainer .upload_text{
	display: inline-block;
	margin: 0;
	position: relative;
    /*top: -15px;*/
    vertical-align: text-bottom;
    left: 10px;
    z-index: 7;
    font-size: 14px;
	color: #8d8c8c;
}
.fileContainer .upload_img, .upload_img1{
	max-width: 235px;
    margin: 10px 0;
    background: #f4f4f4;
    text-align: center;
    height: 175px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
	width: 90%;
}
.fileContainer .upload_img img{
	width: 100%;
    height: 155px;
    object-fit: contain;
	border-radius: 5px;
    box-shadow: 5px 5px 5px -2px #808080;
    padding: 5px;
}
.fileContainer .upload_img1 img{
	width: 100%;
    height: 155px;
    object-fit: contain;
    padding: 5px;
	border-radius: 5px;
    /*box-shadow: 5px 5px 5px -2px #808080;*/
}
.profile_ed .upload_img1 img{
    height: 200px;
}
.profile_ed .upload_img, .upload_img1{
	max-width: 250px;
    height: 210px;
    margin: 0 auto 15px;
}
.certificate_Proof .upload_img, .upload_img1{
	max-width: 235px;
    height: 175px;
}
.profile_ed input[type="file"]{
	max-width: 280px;
}
.upload_img, .upload_img1{
	position: relative;
	z-index: 0;
}
.upload_img .rmv, .upload_img1 .rmv{
	position: absolute;
    top: -25px;
    right: -35px;
    width: 38px;
    height: 37px;
    line-height: 0px;
    margin: 0;
    padding: 8px;
    font-size: 32px;
    font-weight: inherit;
}
.verification_profile_req_edit a{
	color: #077111!important;
	font-size: 14px;
	font-style: italic;
	margin-left: 3px;
}
.verification_profile_req_non_edit a{
	color:red!important;
	font-size: 14px;
	font-style: italic;
	margin-left: 15px;
}
.verification_profile_req_edit_phone a{
	color: #00baff;
	font-size: 14px;
	font-style: italic;
	margin-left: 15px;
	text-decoration: underline;
}
.table .btn{
	padding: 5px 25px;
	margin-left: 20px;
}
.ratingstar span{
	font-size: 13px !important;
    color: #b1b1b1;
}
.ratingstar .svg-inline--fa
{
    height: 0.9em;
    color: #eb8f1c;
}
.frequently_box{
	border: 1px solid #ccc;
	border-radius: 5px;
	overflow: hidden;
	text-align: center;
    margin: 15px auto;
}
.frequently_box_content{
	padding: 20px 10px 30px;
}
.booking_view_view_include{
	list-style-type: none;
	padding-left: 30px;
}
.booking_view_view_include li{
	display: flex;
	align-items: baseline;
}
.booking_view_view_include li svg{
    margin-right: 15px;
    font-size: 16px;
    /*color: #00baff;*/
    position: relative;
    top: 3px;
}
.requestor_job{
	padding: 0;
}
.requestor_job_slide .slick-slide img{
	width: 100%;
	max-height: 500px;
	object-fit: cover;
}
.requestor_job_slide .slick-list {
	width: 100%;
}
.requestor_job_slide .slick-list .slick-slide{
	margin: 0;
	border-radius: 0;
}
.requestor_job_slide .slick-prev{
	left: 10px;
	color: #fff;
    border: 1px solid #fff;
}
.requestor_job_slide .slick-next{
	right: 10px;
	color: #fff;
    border: 1px solid #fff;
}
.requestor_job_slide .slick-prev:before{
	color: #fff;
}
.requestor_job_slide .slick-next:before{
	color: #fff;
}
.requestor_job_contents{
	padding-top: 30px;
}
.requestor_job_sched div{
	margin: 0 0 15px;
}
.requestor_job_sched p{
	margin: 0px;
}
.requestor_job_sched p span{
	color: #00baff;
	margin-left: 15px;
}
.requestor_job_contents_sec_2{
	margin: 25px 15px 40px;
}
.res_visible{
	display: none!important;
}
.booking_view_popbtn{
	display: inline-block;
    position: fixed;
    top: 5px;
    right: 5px;
    border-radius: 50%;
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    padding: 0;
    font-size: 21px;
}
.booking-view-view .modal-content{
	top: 30px;
}
/*
.post_job .increase_va{
	margin-left: 10px;
}
*/
.worker_view_otp_count{
	font-size: 14px;
}
.verify_btn{
	float: right;
    border: none;
    /* border-radius: 50%; */
    /* width: 30px; */
    /* height: 30px; */
    /* line-height: 30px; */
    font-size: 25px;
    background-color: #ffffff;
    /* color: #fff; */
    /* margin-bottom: 5px; */
    position: relative;
    z-index: 9;
}
.email_verify{
	position: relative;
}
.email_verify .otp_open_verify{
	position: absolute;
    right: 10px;
    z-index: 2;
    font-size: 13px;
    cursor: pointer;
    color: red;
    bottom: 8px;
	background: #fff;
}

.email_verify .otp_open_verified{
	position: absolute;
    right: 10px;
    z-index: 2;
    font-size: 13px;
    cursor: default;
    color: #0b890b;
    bottom: 8px;
	background: #fff;
}

.email_verify .otp_open_verify_jq{
	position: absolute;
    right: 10px;
    z-index: 2;
    font-size: 13px;
    cursor: pointer;
    color: red;
    bottom: 8px;
	background: #fff;
}

.email_verify .otp_open_verified_jq{
	position: absolute;
    right: 10px;
    z-index: 2;
    font-size: 13px;
    cursor: default;
    color: #0b890b;
    bottom: 8px;
	background: #fff;
}

.email_verify .otp_open_verify_profession{
	position: absolute;
    right: 10px;
    z-index: 2;
    font-size: 13px;
    cursor: pointer;
    color: red;
    bottom: 8px;
	background: #fff;
}

.email_verify .otp_open_verified_profession{
	position: absolute;
    right: 10px;
    z-index: 2;
    font-size: 13px;
    cursor: default;
    color: #0b890b;
    bottom: 8px;
	background: #fff;
}

.email_verify .otp_open_verify_jq_profession{
	position: absolute;
    right: 10px;
    z-index: 2;
    font-size: 13px;
    cursor: pointer;
    color: red;
    bottom: 8px;
	background: #fff;
}

.email_verify .otp_open_verified_jq_profession{
	position: absolute;
    right: 10px;
    z-index: 2;
    font-size: 13px;
    cursor: default;
    color: #0b890b;
    bottom: 8px;
	background: #fff;
}

.profession_view .worker_view_img img{
	height: 100%!important;
}
.worker_view_img img{
	width: 100%;
    height: auto!important;
    object-fit: unset!important;
    border-radius: unset!important;
    box-shadow: 0;
    padding: 0!important;
}
.profile_ed .worker_view_img{
	width: 100%;
	display: flex;
}
.profile_ed .upload_img{
	background-color: #fff;
}
.profile_ed .upload_img .rmv, .profile_ed .upload_img1 .rmv{
	width: auto;
    height: auto;
    right: auto;
    top: -35px;
    padding: 12px 8px;
	font-size: 14px;
}

.dashboard_count_inner{
	background-color: #e3f6fd;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 40px 5px;
    border-radius: 10px;
}
.dashboard_count_inner_icon{
	text-align: center;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    background-color: #2d1668;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    margin: auto;
    justify-content: center;
    vertical-align: middle;
    font-size: 25px;
}
.dashboard_count_inner_icon span{
	position: relative;
	top: 2px;
	color: #ffffff;
}
.dashboard_count_inner_text{
	width: 70%;
}
.dashboard_count_inner_text p{
	font-size: 30px;
	font-weight: bold;
	color: #00baff;
}
.dashboard_count_inner_text span{
	color: #7e7777;
	font-size: 14px;
}
.res_block .btn1{
	max-width: 285px!important;
	display: inline-block;
	width: 100%!important;
}
.res_block .btn2{
	max-width: 285px!important;
	display: inline-block;
	width: 100%!important;
}
.res_block{
	margin-top: 40px;
}

#scrolltop {
  display: inline-block;
  background-color: #00baff;
  width: 40px;
  height: 40px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition: background-color .3s, 
    opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}
#scrolltop::after {
  content: "\f077";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 1em;
  line-height: 40px;
  color: #fff;
}
#scrolltop:hover {
  cursor: pointer;
  background-color: #052346;
}
#scrolltop:active {
  background-color: #052346;
}
#scrolltop.show {
  opacity: 1;
  visibility: visible;
}










.chat_icon img{
	width: 90px;
	position: absolute;
	top: 0;
	right: 0;
}





















/*
.login_page{
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.login_page .login_page_wrap {
  position: relative;
  width: 900px;
  height: 600px;
  background: #fff;
  box-shadow: 0 0px 10px rgb(0 0 0 / 20%);
  overflow: hidden;
}

.login_page .login_page_wrap .user {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
}

.login_page .login_page_wrap .user .imgBx {
  position: relative;
  width: 50%;
  height: 100%;
  background: linear-gradient(45deg, #062344, #00baff);
  transition: 1s;
}
.login_page .login_page_wrap .user .formBx form{
	width: 100%;
}

.login_page .login_page_wrap .user .formBx {
  position: relative;
  width: 50%;
  height: 100%;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 40px;
  transition: 1s;
  text-align: center;
}

.login_page .login_page_wrap .user .formBx form h2 {
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
  width: 100%;
  margin-bottom: 10px;
  color: #555;
}

.login_page .login_page_wrap .user .formBx form input {
  position: relative;
  width: 100%;
  padding: 10px;
  background: #f5f5f5;
  color: #333;
  border: none;
  outline: none;
  box-shadow: none;
  margin: 8px 0;
}
.login_page .login_page_wrap .user .formBx .checkbox{
	text-align: left;
}
.login_page .login_page_wrap .user .formBx .checkbox .form-check{
	display: inline-block;
    text-align: left;
    padding: 0 10px 0 0;
}
.login_page .login_page_wrap .user .formBx input[type=checkbox]{
	display: inline-block;
	position: relative;
	margin: 0;
    margin-right: 5px;
    width: 15px;
    height: 15px;
}
.login_page .login_page_wrap .user .formBx .checkbox span{
	vertical-align: text-bottom;
}

.login_page .login_page_wrap .user .formBx form .signup {
  position: relative;
  margin-top: 20px;
  font-size: 14px;
  color: #555;
  text-transform: uppercase;
  font-weight: 300;
}

.login_page .login_page_wrap .user .formBx form .signup a {
  font-weight: 600;
  text-decoration: none;
  color: #00baff;
}

.login_page .login_page_wrap .signupBx {
  pointer-events: none;
}

.login_page .login_page_wrap.active .signupBx {
  pointer-events: initial;
}

.login_page .login_page_wrap .signupBx .formBx {
  left: 100%;
}

.login_page .login_page_wrap.active .signupBx .formBx {
  left: 0;
}

.login_page .login_page_wrap .signupBx .imgBx {
  left: -100%;
}
.login_page .login_page_wrap .imgBx p{
	margin: 15px 0 0;
}

.login_page .login_page_wrap.active .signupBx .imgBx {
	left: 0%;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 15px;
    text-align: center;
    color: #fff;
}

.login_page .login_page_wrap .signinBx .formBx {
  left: 0%;
}

.login_page .login_page_wrap.active .signinBx .formBx {
  left: 100%;
}

.login_page .login_page_wrap .signinBx .imgBx {
	left: 0%;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 15px;
    text-align: center;
    color: #fff;
}

.login_page .login_page_wrap.active .signinBx .imgBx {
  left: -100%;
}*/




.form_loader{
	background-image: url("../images/loading.gif");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 50px;
	width: 85px;
    height: 85px;
    background-position: center;
    background-size: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    background-repeat: no-repeat;
    z-index: 99;
    transform: translate(-50%, -50%);
    border-radius: 50%;
	/*background-color: white;*/
}
.form_loader_div{
	background-color: #00000069;
    background-image: url("../images/loading.gif");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 50px;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 95;
}
.form_loader_div_fixed
{
	background-color: #00000069;
    background-image: url("../images/loading.gif");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 50px;
    height: 100vh;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
}

@media (max-width: 991px) {
.header_login_sign {
    width: 100%!important;
    text-align: center!important;
}
}
@media (max-width: 768px) {
.form_req{
	text-align: center!important;
}
}
.form_req{
	text-align: right;
	font-size: 14px;
	color: red;
	font-style: italic;
}
.input-box{
	position: relative;
}
.required_star{
	position: relative;
    top: 8px;
    left: 2px;
    color: #ef4c4c;
    font-size: 24px;
    display: inline-block!important;
    line-height: 22px;
}
.change_but{
	font-style: italic;
    font-size: 15px;
    color: #00bdff;
    position: relative;
    top: -7px;
	cursor: pointer;
}


.edit_profile_file_error, .edit_profession_profile_file_error{
	height: 100%;
    display: flex!important;
    align-items: center;
    position: absolute;
	width: 100%;
}
.edit_profile_file_error p:before, .edit_profession_profile_file_error p:before{
	content: '';
	background-color: #0000008f;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    border-radius: 50%;
    max-width: 250px;
    margin: 0 auto;
}
.edit_profile_file_error p, .edit_profession_profile_file_error p{
	color: #fff!important;
    position: relative;
    z-index: 2;
    text-align: center;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.profileling_img .input-img{
	height: 40%!important;
}
.profile_img_set .profile_ed .input-img{
	height: 16%!important;
    height: 210px !important;
    max-width: 200px;
    left: 50%;
    transform: translateX(-50%);
}
.profile_img_set .edit_profession_certificate_proof_file_error, .profile_img_set .edit_profession_id_proof_file_error{
	height: 100%;
    display: flex!important;
    align-items: center;
    position: absolute;
	width: 100%;
}
.profile_img_set .edit_profession_certificate_proof_file_error p:before, .profile_img_set .edit_profession_id_proof_file_error p:before{
	content: '';
	background-color: #0000008f;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    border-radius: 0;
    max-width: 250px;
    margin: 0 auto;
	height: auto;
}
.profile_img_set .edit_profession_certificate_proof_file_error p, .profile_img_set .edit_profession_id_proof_file_error p{
	color: #fff!important;
    position: relative;
    z-index: 2;
    text-align: center;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

/*Snackbar CSS*/
#snackbar {
	visibility: hidden; /* Hidden by default. Visible on click */
	min-width: 250px; /* Set a default minimum width */
	margin-left: -125px; /* Divide value of min-width by 2 */
	background-color: #333; /* Black background color */
	color: #fff; /* White text color */
	text-align: center; /* Centered text */
	border-radius: 2px; /* Rounded borders */
	padding: 16px; /* Padding */
	position: fixed; /* Sit on top of the screen */
	z-index: 1; /* Add a z-index if needed */
	left: 50%; /* Center the snackbar */
	bottom: 30px; /* 30px from the bottom */
  }
  
  /* Show the snackbar when clicking on a button (class added with JavaScript) */
  #snackbar.show {
	visibility: visible; /* Show the snackbar */
	/* Add animation: Take 0.5 seconds to fade in and out the snackbar.
	However, delay the fade out process for 2.5 seconds */
	-webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
	animation: fadein 0.5s, fadeout 0.5s 2.5s;
  }
  
  /* Animations to fade the snackbar in and out */
  @-webkit-keyframes fadein {
	from {bottom: 0; opacity: 0;}
	to {bottom: 30px; opacity: 1;}
  }
  
  @keyframes fadein {
	from {bottom: 0; opacity: 0;}
	to {bottom: 30px; opacity: 1;}
  }
  
  @-webkit-keyframes fadeout {
	from {bottom: 30px; opacity: 1;}
	to {bottom: 0; opacity: 0;}
  }
  
  @keyframes fadeout {
	from {bottom: 30px; opacity: 1;}
	to {bottom: 0; opacity: 0;}
  }

/*Snackbar CSS*/


.upload__box {
padding: 40px;
}
.upload__inputfile {
width: 0.1px;
height: 0.1px;
opacity: 0;
overflow: hidden;
position: absolute;
z-index: -1;
}
.upload__btn {
display: inline-block;
font-weight: 600;
color: #FFF;
text-align: center;
min-width: 116px;
padding: 5px;
transition: all 0.3s ease;
cursor: pointer;
border: 2px solid;
background-color: #4045BA;
border-color: #4045BA;
border-radius: 10px;
line-height: 26px;
font-size: 14px;
}
.upload__btn:hover {
background-color: unset;
color: #4045BA;
transition: all 0.3s ease;
}
.upload__btn-box {
margin-bottom: 10px;
}
.upload__img-wrap {
display: flex;
flex-wrap: wrap;
margin: 0 -10px;
}
.upload__img-box {
width: 200px;
padding: 0 10px;
margin-bottom: 12px;
}
.upload__img-close {
width: 24px;
height: 24px;
border-radius: 50%;
background-color: rgba(0, 0, 0, 0.5);
position: absolute;
top: 10px;
right: 10px;
text-align: center;
line-height: 24px;
z-index: 1;
cursor: pointer;
}
.upload__img-close:after {
content: '\2716';
font-size: 14px;
color: white;
}
.img-bg {
background-repeat: no-repeat;
background-position: center;
background-size: cover;
position: relative;
padding-bottom: 100%;
}
#toast-container>div{
	opacity: 1!important;
}
#term_condition .modal-footer .close{
	font-size: 16px;
}


.pagination {
    text-align: center;
    margin: 25px 0;
    justify-content: center;
	font-size: 16px;
}
.pagination .nav {
    background: #062247;
    padding: 8px 15px;
    color: #fff!important;
    cursor: pointer;
    margin: 0 3px;
    border-radius: 50px;
}
.pagination .page {
    background: #062247;
    padding: 10px 15px;
    color: #fff!important;
    cursor: pointer;
    margin: 0 3px;
    border-radius: 50px;
}
.pagination li
{
    margin: 0 5px;
}
.pagination a.page:hover, .pagination a:hover
{
    text-decoration: underline !important;
}
.pagination .current {
    text-decoration: underline !important;
}
.pagination svg{
	position: relative;
    top: 4px;
}
.pagination a{
	width: 40px;
	height: 40px;
	line-height: 20px;
}

.edit_profession_profile .fileContainer .upload_text, .edit_requestor_profile .fileContainer .upload_text{
	top: 8px!important;
    width: 100%;
    text-align: left;
}

.toast-align-center{
	top: 0%;
	left: 0%;
	background: #000000a6;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
}
#toast-container>div{
	margin: auto!important;
	box-shadow: unset!important;
	width: 100%!important;
	text-align: center!important;
	background-position: 50% 15%!important;
	padding: 40px 20px 10px!important;
}
button.toast-close-button{
	top: -25px!important;
}

#kyc_alert .modal-body img{
	width: 25%;
	margin: 0 auto 15px;
}
#login--slideLeft .default_alert_succ_err_issue .text-danger{
	top: -20px;
	right: 0;
	left: inherit;
	width: 100%;
	animation: alert_down 0.5s ease-in;
}
#login--slideLeft .default_alert_succ_err_issue .text-success{
	top: -20px;
	left: inherit;
	right: 0;
	width: 100%;
    transform: translateX(0);
	animation: alert_down 0.5s ease-in;
}
#email_verify_form_otp_profession .default_alert_succ_err_issue .text-success{
	top: 0px;
}

@keyframes alert_down{
	from{
		top: -40px;
		opacity: 0;
	}
	to{
		top: -20px;
		opacity: 1;
	}
}
.default_alert_succ_err_issue .text-danger{
	background-color: #dd2e2e;
	color: #fff!important;
	position: absolute;
	top: -6px;
	left: 0;
	z-index: 999;
	border-radius: 5px;
	width: 100%;
	text-align: center;
	padding: 5px;
}
.default_alert_succ_err_issue .text-success{
	background-color: #29bd4f;
	color: #fff!important;
	position: absolute;
	top: 20px;
	left: 50%;
	z-index: 999;
	border-radius: 5px;
	width: 95%;
	text-align: center;
	padding: 5px;
    transform: translateX(-50%);
}
.default_alert_succ_err_issue.top_minus_6  .text-danger{
	margin-top: -6px!important;
}
.default_alert_succ_err_issue.top_minus_6  .text-success{
	margin-top: -6px!important;
}
/* .confirm.btn.btn-lg{
	padding: 1px 25px!important;
	font-size: 16px;
} */
.profile_update_alert_succ_err_issue{
	background-color: #fbe8ac;
    color: #000!important;
    border-radius: 0;
    width: calc(100% + 30px);
    text-align: center;
    padding: 5px;
    display: block;
    font-size: 16px;
	position: relative;
	top: -60px;
    left: -15px;
}
#login--slideLeft .invalid-feedback{
	line-height: 5px;
	position: relative;
	left: 17px;
}









.img_gal_row{
	display: flex;
	flex-wrap: wrap;
}
.columns{
	width: 160px;
	height: 160px;
	margin: 10px;
}
.columns.image
{
    margin: 0 10px 10px;
}
#gallery {
	 padding-top: 0px;
}
 @media screen and (min-width: 991px) {
	 #gallery {
		 padding: 10px 0px 0 0px;
	}
}
#gallery #image-gallery .col-lg-2{
	padding: 0;
}
 .img-wrapper {
	 position: relative;
	 margin-top: 15px;
}
 .img-wrapper img {
	 width: 100%;
	border: 2px solid #ccc;
    padding: 6px;
    border-radius: 5px;
	height: 160px;
    width: 160px;
     object-fit: cover;
}
 .img-overlay {
	 background: rgba(0, 0, 0, 0.7);
	 width: 100%;
	 height: 100%;
	 position: absolute;
	 top: 0;
	 left: 0;
	 display: flex;
	 justify-content: center;
	 align-items: center;
	 opacity: 0;
	cursor: pointer;
}
 .img-overlay svg {
	 color: #fff;
	 font-size: 1.6em;
}
 #overlay {
	 background: rgba(0, 0, 0, 0.7);
	 width: 100%;
	 height: 100%;
	 position: fixed;
	 top: 0;
	 left: 0;
	 display: flex;
	 justify-content: center;
	 align-items: center;
	 z-index: 999;
	 -webkit-user-select: none;
	 -moz-user-select: none;
	 -ms-user-select: none;
	 user-select: none;
}
 #overlay img {
	 margin: 0;
	 width: 80%;
	 height: auto;
	 object-fit: contain;
	 padding: 1%;
}
 @media screen and (min-width: 768px) {
	 #overlay img {
		 width: 60%;
	}
}
 @media screen and (min-width: 1200px) {
	 #overlay img {
		 width: 40%;
	}
}
 #nextButton {
	 color: #fff;
	 font-size: 2em;
	 transition: opacity 0.8s;
	 cursor: pointer;
}
 #nextButton:hover {
	 opacity: 0.7;
}
 @media screen and (min-width: 768px) {
	 #nextButton {
		 font-size: 3em;
	}
}
 #prevButton {
	 color: #fff;
	 font-size: 2em;
	 transition: opacity 0.8s;
	 cursor: pointer;
}
 #prevButton:hover {
	 opacity: 0.7;
}
 @media screen and (min-width: 768px) {
	 #prevButton {
		 font-size: 3em;
	}
}
 #exitButton {
	 color: #fff;
	 font-size: 2em;
	 transition: opacity 0.8s;
	 position: absolute;
	 top: 15px;
	 right: 15px;
	 cursor: pointer;
}
 #exitButton:hover {
	 opacity: 0.7;
}
 @media screen and (min-width: 768px) {
	 #exitButton {
		 font-size: 1.5em;
	}
}

.requestor_job_contents_head{
	font-size: 36px;
    margin-bottom: 25px;
}

.ellipsis {
	display: block;
  	display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.increase_va #job_amount_decrease{
	line-height: 0;
}
.img_upload_icon_span{
	font-size: 36px;
    position: absolute;
    width: 83%;
    height: 97%;
    display: flex!important;
    align-items: center;
    justify-content: center;
    background: #ffffff61;
    color: #3f3d3d;
    border-radius: 50%;
	visibility: hidden;
	opacity: 0;
	transition: .5s;
}
.profileling_img:hover .img_upload_icon_span{
	visibility: visible;
	opacity: 1;
}
.post_job .post_job_img .post_job_img_large{
	top: 15px;
	left: -15px;
}
.post_job .multiple{
/*	margin-left: 15px;*/
	margin-bottom: 15px;
}
/*#multi_image_picker{
	margin-left: -5px;
}*/
.otp_open_verified{
	color: #077111!important;
}
.otp_open_verified_profession{
	color: #077111!important;
}
.profileling_img .worker_view_img{
	max-width: 200px;
	height: 200px;
}
.profile_display{
	max-width: 200px;
	height: 200px;
	margin: 0 auto;
}
/*#multi_image_picker .file_upload{
	border: unset!important;
}
*/
#multi_image_picker .file_upload img{
/*	border: 2px dashed #ccc;
    height: 100%;
    width: auto !important;*/
	padding: 3px;
    object-fit: cover;
    height: 100%;
    width: 100% !important;
}
#multi_image_picker .col-3{
	margin-bottom: 0px!important;
}
.post_img_prev{
	max-width: 275px;
	background: #fff0;
}
.post_img_prev img{
	max-width: 275px;
	padding: 0px!important;
	height: 155px!important;
}
.img_gal_row .columns:first-child{
	margin-left: 0;
}
.post_img_prev img{
	box-shadow: unset;
	border: 2px dashed #ccc;
	padding: 3px!important;
}
.profession_profile_up_img .upload_img, .upload_img1{
	background: #fff0;
	margin: 0;
}
.profession_profile_up_img .upload_img img, .upload_img1 img{
	box-shadow: unset;
	border: 2px dashed #ccc;
	padding: 3px!important;
    object-fit: cover !important;
}
.profession_profile_up_img .upload_text{
	top: 5px!important;
	left: -15px;
    left: 0;
}
.profession_profile_up_img input[type="file"]{
	height: 75%;
	top: 19%;
	width: 55%;
}
.profession_profile_up_img .upload_img .rmv, .upload_img1 .rmv{
	top: -10px;
}
.area_finding_full input{
	margin: 5px 0!important;
}
.profiles input{
	margin: 5px 0 15px;
}
.profiles .select2-search input
{
    margin: 0 !important;
    height: calc(1.5em + 0.75rem + 0.8px);
    padding: 0.375rem 0.75rem !important;
}

.select2-container{
	max-width: 100%;
}
.select2-container--default .select2-selection--multiple{
	border: 1px solid #ced4da;
}
.profiles label{
	color: #131415;
	font-weight: 800;
}
.changepass_btn{
	margin-top: 20px;
}
.changepass_btn .btn3{
	font-size: 14px;
}

/*---------------Others--------------------*/

body::-webkit-scrollbar {
	width: 10px;
}

body::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 0px rgba(0,0,0,0.3);
	box-shadow: inset 0 0 0px rgba(0,0,0,0.3);
}

body::-webkit-scrollbar-thumb {
  background-color: #bebebe;
  outline: 0px solid slategrey;
}

::selection
{
	background-color: #00baff;
	color: #fff;
}

/*-----------New Styles-------------------------*/

.img_upload_icon_span
{
    width: 184px;
    height: 184px;
    background: rgba(0,0,0,0.35);
}
.worker_view_img img
{
    object-fit: cover !important;
}
.img_upload_icon_span svg
{
    position: relative;
    z-index: 99;
    color: #fff;
    font-size: 26px;
}
.inner-pages-banner
{
    background-color: rgba(0,0,0,0.45);
    position: relative;
    max-height: 350px;
    overflow: hidden;
}
.inner-pages-banner:before
{
	content:'';
	background-color: rgba(0,0,0,0.5);
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 0;
}
.inner-pages-banner img
{
    object-fit: cover;
    object-position: center;
}
.inner-pages-banner h2
{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    max-width: 1200px;
    color: #fff;
    padding: 0 20px;
	font-size: 40px;
}
.product-item-content h2.product-title
{
    font-size: 1.4rem;
}
aside.sidebar ul.filter
{
  position: sticky;
    top: 81px;
}
.modal-body.job-interest .form-control
{
    margin: 0;
}
.innerwrapper-paj li strong
{
    font-size: 16px;
    font-weight: bold;
    max-width: 135px;
    display: inline-block;
    position: absolute;
    top: 0px;
    left: 0px;
}
.innerwrapper-paj li
{
    padding-bottom: 10px;
    border-bottom: 1px solid #efefef;
    margin-bottom: 10px;
    padding-left: 145px;
    position: relative;
}
.innerwrapper-paj li:last-child
{
    padding-bottom: 1rem;
    border-bottom: 0px solid #efefef;
    margin-bottom: 0;
}
.innerwrapper-paj li figure
{
    margin: 0;
}
.innerwrapper-paj li figure img:not(:last-child)
{
    margin-bottom: 10px;
}
.post-job .modal-footer, .job-interest .modal-footer
{
    padding-left: 0;
    padding-right: 0;
}

.loader-section
{
    text-align: center;
    padding: 20px 0;
}

/*-----------New Styles End-------------------------*/

/*-----------Req Joblist-------------------------*/
.job_list_tab_links{
	font-size: 15px;
}
.joblist_post_btn{
	width: 31%;
	text-align: right;
}
.joblist_post_btn p{
	margin-bottom: 15px;
}
#login-modal{
	padding: 20px!important;
}
.requestor_job_list .modal .modal-xl {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
}
.job_list_star{
	font-size: 12px;
}
.font-12{
	font-size: 12px;
}
.font-14{
	font-size: 14px;
}
.text-ellipse {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.job_list_row{
	display: flex;
	flex-flow: row nowrap;
	align-items: stretch;
}
.job_list_row_bg{
    padding: 0 !important;
}
.job_list_row_bg .job_list_col{
	background-color: #ebebeb !important;
    padding: 20px 10px !important;
}
.job_list_row p{
	margin-bottom: 0;
	font-size: 16px;
    text-align: left !important;
}
.job_list_col{
	padding: 15px 10px;
	text-align: left;
    flex-grow: 1;
    min-width: 220px;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: flex-start;
}
.job_list_col h5{
	font-size: 14px;
	margin-bottom: 0;
}
.job_list_col1{
	width: 20%;
}
.job_list_col2{
	width: 10%;
}
.job_list_col3{
	width: 15%;
}
.job_list_col4{
	width: 13%;
}
.job_list_col5{
	width: 15%;
}
.job_list_col6{
	width: 12%;
}
.job_list_col7{
	width: 17%;
}
.job_list_col8{
	width: 10%;
}
.job_list_col9{
	width: 10%;
}
.job_list_col span.btn_span
{
    margin: 5px 0;
}
.requestor_job_list .job_list_tab_links .nav-item{
	margin-right: 20px;
	margin-bottom: 20px;
	position: relative;
}

.requestor_job_list .job_list_tab_links .nav-item:last-child{
	margin-right: 0px;
}

.requestor_job_list .job_list_tab_links .nav-link{
	position: relative;
    background-color: #ececec;
    color: #000;
}
.requestor_job_list .job_list_tab_links .nav-link:hover{
	background-color: #00baff;
    color: #fff;
}

.requestor_job_list .job_list_tab_links .nav-item:before{
	content: '';
    position: absolute;
    top: 10px;
    right: -10px;
    height: 20px;
    width: 2px;
    z-index: 9;
    background: #414141;
    vertical-align: middle;
    display: none;
}
.requestor_job_list .job_list_tab_links .nav-item:last-child:before{
    background: #fff0;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link{
	background-color: #00baff;
    color: #fff;
}
.requestor_dashboard .dashing_row .col-md-6{
	max-width: 48%;
	margin: 0 auto;
}
.requestor_dashboard .dashing_trans_row .col-md-6{
	max-width: 49%;
	margin: 0 auto;
}
.dash_container{
	max-width: 1400px;
	margin: 0 auto;
	width: 100%;
	padding: 0 15px;
}
.border_bottom_1 .job_list_col{
	border-bottom: 1px solid #ececec;
}
.border_bottom_2 .job_list_col{
	border-bottom: 2px solid #ececec;
}

.dash_box_shadow{
	box-shadow: 2px 2px 20px -15px #000;
}
.tab-content>.tab-pane.border-lr
{
    border-left: 1px solid #ececec;
    border-right: 1px solid #ececec;
}
.border_radius_10{
	border-radius: 10px;
}
.dash_inbox{
	font-size: 16px;
}
.dash_inbox_height{
	max-height: 400px;
	overflow: hidden;
	overflow-y: auto;
	padding-right: 5px;
}
.dash_inbox_height::-webkit-scrollbar {
  width: 3px;
}
.dash_inbox_height::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
.dash_inbox_height::-webkit-scrollbar-thumb {
  outline: 0.1px solid #7a6fbe;
  border-radius: 10px;
}
.dash_activity{
	font-size: 16px;
}
.dash_activity p{
	width: 92%;
	word-break: break-word;
}
.dash_activity_icon{
	font-size: 40px;
    line-height: 40px;
    color: #7a6fbe;
}
.res_text_right_center{
	text-align: right;
}
.edit_btn_front{
	color: #077111;
    font-size: 14px;
    font-style: italic;
    margin-left: 15px;
}
.requestor_dashboard_layer .col-md-3{
	background-color: #7a6fbe;
	border-radius: 5px;
	padding: 15px;
	position: relative;
	z-index: 0;
	color: #fff;
	flex: 0 0 23%;
	margin: 0 auto;
}
.requestor_dashboard_layer .col-md-3:before{
	content: '';
	background-image: url("../images/dashboard/dash_img1.png");
	background-size: 100% 100%;
	background-position: center;
	background-repeat: no-repeat;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 75%;
	z-index: -1;
}
.dashboard_one{
	height: 100%;
    display: flex;
    flex-direction: column;
}
.dashboard_one p:last-child{
  flex:1;
}
.dashboard_one p{
	font-size: 14px;
}
.dashboard_one .wid_70{
	width: 75%;
	padding: 0 10px;
}
.dashboard_one .wid_70 h6{
	font-family: 'Proxima Nova';
    font-weight: 100;
}
.dashboard_one .wid_30{
	width: 25%;
	padding: 0;
	text-align: center;
}
.dashboard_one .wid_30 p{
	background-color: #9388d5;
    border-radius: 50%;
    width: 55px;
    height: 55px;
    line-height: 50px;
    margin: 0 auto;
    padding: 0 5px 0;
    vertical-align: baseline;
}
.dashboard_one .wid_30 p img{
	padding: 5px;
	width: 40px;
}
.dashboard_one .wid_30 .top_3px{
	position: relative;
	top: 3px;
}
.dash_countbottom{
	background-color: #00baff;
    padding: 4px 4px 3px;
    border-radius: 4px;
    font-size: 12px;
}
.dash_trans{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	padding-bottom: 10px;
	margin-top: 10px;
	border-bottom: 1px solid #ccc;
}
.dash_trans_div{
	font-size: 15px;
}
.dash_trans_div:nth-child(1){
	width: 39%;
	padding: 0 5px;
}
.dash_trans_div:nth-child(2){
	width: 15%;
	padding: 0 5px;
}
.dash_trans_div:nth-child(3){
	width: 15%;
	padding: 0 5px;
}
.dash_trans_div:nth-child(4){
	width: 20%;
	padding: 0 5px;
}
.dash_trans_div:nth-child(5){
	width: 10%;
	padding: 0 5px;
}
.dash_trans_div:nth-child(1) p{
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.dash_trans_div_green{
	position: relative;
    margin-right: 10px;
    vertical-align: middle;
}
.dash_trans_div_green:before{
	content: '';
    position: absolute;
    top: 5px;
    left: -1px;
    height: 6px;
    width: 5px;
    z-index: 9;
    border: 4px solid #57dc83;
    border-radius: 50%;
    vertical-align: middle;
}
.dash_trans_div_orange{
	position: relative;
    margin-right: 10px;
    vertical-align: middle;
}
.dash_trans_div_orange:before{
	content: '';
    position: absolute;
    top: 5px;
    left: -1px;
    height: 6px;
    width: 5px;
    z-index: 9;
    border: 4px solid #f4b325;
    border-radius: 50%;
    vertical-align: middle;
}
.dash_trans_div_red{
	position: relative;
    margin-right: 10px;
    vertical-align: middle;
}
.dash_trans_div_red:before{
	content: '';
    position: absolute;
    top: 5px;
    left: -1px;
    height: 6px;
    width: 5px;
    z-index: 9;
    border: 4px solid #e1425e;
    border-radius: 50%;
    vertical-align: middle;
}
.dash_trans_div_user{
	width: 50px;
}
.dash_trans_div_user1{
	width: 30px;
}

.dash_btn{
	padding: 7px 10px 6px;
	border-radius: 5px;
	color: #fff;
	border: 1px solid #6c747e;
	background-color: #6c747e;
	box-shadow: none!important;
	font-size: 14px;
	white-space: nowrap;
}
.dash_btn:hover{
	color: #6c747e;
	border: 1px solid #6c747e;
	background-color: #fff0;
}
.dash_btn1{
	padding: 7px 10px 6px;
	border-radius: 5px;
	color: #fff;
	border: 1px solid #008000;
	background-color: #008000;
	box-shadow: none!important;
	font-size: 14px;
	white-space: nowrap;
}
.dash_btn1:hover{
	color: #008000;
	border: 1px solid #008000;
	background-color: #fff;
}

.dash_btn2{
	padding: 10px 25px 8px;
	border-radius: 5px;
	color: #fff;
	border: 1px solid #00baff;
	background-color: #00baff;
	box-shadow: none!important;
	font-size: 16px;
	white-space: nowrap;
}
.dash_btn2:hover{
	color: #00baff;
	border: 1px solid #00baff;
	background-color: #fff0;
}
.dash_btn2.btn-danger
{
    border: 1px solid #dc3545;
    background-color: #dc3545;
    color: #fff;
}
.dash_btn2.btn-danger:hover
{
    border: 1px solid #dc3545;
    background-color: transparent;
    color: #dc3545;
}
#login-modal .btn_span{
	margin-bottom: 10px;
    display: inline-block;
}
#login-modal .btn_span:last-child{
	margin-bottom: 0px;
}
.btn_span{
	margin-bottom: 3px;
    display: inline-block;
}

.forget_pass_reenter{
	background: #fff0;
    border: 1px solid #414749;
    color: #414749;
    font-size: 16px;
    padding: 7px 30px 6px;
    border-radius: 5px;
	-webkit-transition: all 0.5s ease!important;
	transition: all .5s ease!important;
}
.forget_pass_top{
	background-color: #210b54;
	height: 250px;
	padding-bottom: 0;
}
.forget_pass{
	padding-top: 0;
	margin-top: -100px;
}
.forget_pass_title{
	color: #bebebe;
    font-weight: 400;
    font-family: 'Proxima Nova', sans-serif;
}
.forget_pass .forget_pass_btn{
	background: #fff0;
    border: 1px solid #00baff;
    color: #00baff;
    	font-size: 16px;
    padding: 7px 30px 6px;
    border-radius: 5px;
	-webkit-transition: all 0.5s ease!important;
	transition: all .5s ease!important;
}
.forget_pass .forget_pass_btn:hover {
    background: #00baff;
    color: #fff;
}
.forget_pass_inner{
	max-width: 500px;
    border-color: white;
    background: #fff;
    padding: 30px 70px;
    border-radius: 7px;
    margin: 30px auto;
    box-shadow: 3px 3px 8px 0 rgb(0 0 0 / 45%);
}
.forget_pass input{
	font-size: 16px;
	border-radius: 4px;
	padding: 5px;
    margin-bottom: 4px;
}
.forget_pass label{
  	font-size: 16px;
    color: #555;
    margin-bottom: 0px;
    margin-top: 10px;
}
.forget_pass_logo{
	width: 135px;
	margin: 0 auto 20px;
}

/*-----------Req Joblist End-------------------------*/

/*-----------Switch Custom-------------------------*/

.switch-box-wrap
{
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: center;
}

.switch-box-wrap label
{
    margin: 0;
    font-size: 14px;
    margin-bottom: 10px;
    text-align: center;
}
.switch-box-wrap label.tog-switch
{
    margin-right: 8px;
    margin-bottom: 10px;
}

.tog-switch {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 24px;
}

.tog-switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}

.tog-switch-slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.tog-switch-slider:before {
  position: absolute;
  content: "";
  height: 15px;
  width: 15px;
  left: 6px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .tog-switch-slider {
  background-color: #1fad3c;
}

input:focus + .tog-switch-slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .tog-switch-slider:before {
  -webkit-transform: translateX(13px);
  -ms-transform: translateX(13px);
  transform: translateX(13px);
}

/* Rounded sliders */
.tog-switch-slider.round {
  border-radius: 45px;
}

.tog-switch-slider.round:before {
  border-radius: 50%;
}


/*** contact ***/
ul.ct-detail-list
{
    padding-left: 30px;
}
ul.ct-detail-list li
{
    padding-left: 30px;
    position: relative;
    margin-bottom: 15px;
}
ul.ct-detail-list li span
{
    position: absolute;
    left: 0;
    top: 0;
    width: 30px;
    height: auto;
    text-align: left;
    display: inline-block;
}
ul.ct-detail-list li svg
{
    color: #00baff;
}
ul.ct-detail-list li a
{
    color: #000;
}
ul.ct-detail-list li a:hover
{
    color: #00baff;
}
ul.ct-detail-list li.social-icons a
{
    height: 40px;
    width: 40px;
    background-color: #00baff;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-right: 10px;
}
ul.ct-detail-list li.social-icons a:hover
{
    color: #00baff;
    background-color: #fff;
    box-shadow: 0 0 4px rgba(0,0,0,0.35);
}
ul.ct-detail-list li.social-icons a svg
{
    color: #fff;
}
ul.ct-detail-list li.social-icons a:hover svg
{
    color: #00baff;
}
ul.ct-detail-list li.company-name
{
    font-size: 1.4rem;
    color: #000;
}
ul.ct-detail-list li.social-icons, ul.ct-detail-list li.company-name
{
    padding-left: 0;
}
.map-wrapper
{
    line-height: 0;
}
section.map-block-wrapper
{
    padding: 0;
}
.cfw-form
{
    display: flex;
    align-items: flex-end;
    flex-flow: row wrap;
    margin: 0 -20px;
}
.cfw-form .form-group
{
    width: 100%;
    margin: 0;
    padding: 0 20px;
}
.cfw-form .form-group.w-50
{
    width: 50%;
}
.cfw-form .form-group .form-control
{
    margin-top: 0;
}
.ct-detail-flex{
    display: flex;
    flex-wrap: wrap;
    margin: 30px -15px 0;
    justify-content: center;
}
.ct-detail-wrapper {
    width: calc(33.33% - 30px);
    margin: 20px 15px 20px;
    padding: 30px 30px 20px;
    border: 1px solid #e5e5e5;
    box-shadow: 0px 10px 12px 0px rgba(40,40,40, 0.05);
}
.ct-detail-wrapper ul.ct-detail-list {
    padding-left: 0px;
}

/*-----------File Upload Custom-------------------------*/

.input-file { visibility: hidden; position: absolute;}
input.hm-custom-input{height: 46px; margin: 0;}
.note-text
{
    font-size: 14px;
    color: #b4b4b4;
    margin-top: 5px;
}
.up-prew-img, .up-prew-img-docs
{
    padding: 5px;
    max-width: 25%;
    background-color: #f6f6f6;
    border: 1px solid #e6e6e6;
    border-radius: 5px;
    margin-top: 10px;
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    margin: 10px 0 0;
}
img.docpdf-icon
{
    max-width: 25px;
    margin-right: 10px;
}
.up-prew-img p, .up-prew-img-docs p
{
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: calc(100% - 35px);
    font-size: 15px;
}
a.view-pro-btn
{
    margin-left: 10px;
    height: 22px;
    width: 22px;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 50%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    background-color: #e8e8e8;
}

a.view-pro-btn:hover
{
    background-color: #fff;
}
a.view-pro-btn svg
{
    height: 0.7em;
}
.view-pro-detail
{
    background-color: #ebebeb;
}
.view-pro-detail .header-row .job_list_col, .view-pro-detail .job_list_row:not(:last-child) .job_list_col
{
    border-bottom: 1px solid #ddd;
}

/*----------PoP DeSigN----------------*/


div:not(#login--slideLeft) .modal-header
{
    border-bottom: none;
    background-color: #00baff;
}
div#login--slideLeft .modal-header
{
    background-color: #fff;
}
h4.modal-title, h5.modal-title
{
    color: #fff;
}
div:not(#login--slideLeft) .modal-header .close, div:not(#login--slideLeft) .modal-header .close:hover
{
    color: #fff;
    text-shadow: 0 1px 0 #00baff;
    opacity: 1;
}
div#login--slideLeft .modal-header .close, div#login--slideLeft .modal-header .close:hover
{
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
}

.modal-content
{
    border: none;
}
.modal-footer
{
    justify-content: center;
    border-top: none;
    background-color: #f5f5f5;
}
.modal-footer .btn
{
    color: #fff;
    border: 1px solid #00baff;
    background-color: #00baff;
}
.modal-footer .btn:hover
{
    color: #00baff;
    background-color: #fff;
}
.of-cover-img100 img
{
    height: 100px;
    object-fit: cover;
    object-position: center;
}
div[class*="rem_divimg"] .rem_divimage_btn
{
    background-color: #ececec;
}
div[class*="rem_divimg"] img
{
    object-fit: cover;
    object-position: center;
}
.txt-active span, .txt-danger span, .txt-warning span
{
    display: inline-block;
    background-color: #28a745;
    color: #fff;
    padding: 4px 8px;
    border-radius: 5px;
    font-size: 14px;
    min-width: 85px;
}
.txt-danger span
{
    background-color: #dc3545;
}
.txt-warning span
{
    background-color: #ffc107;
}
.sel-area-pop .select2.select2-container.select2-container--default, .sel-area-pop .select2-container--default .select2-selection--multiple
{
    width: 100% !important;
    border-color: #ced4da !important;
}
.sel-area-pop .select2-container--default .select2-selection--multiple .select2-selection__clear
{
    margin-right: 0 !important;
}
.sel-area-pop .select2-container--default.select2-container--focus .select2-selection--multiple
{
    border: 1px solid #ced4da;
}
.sel-area-pop .select2-container .select2-search--inline .select2-search__field
{
    margin-bottom: 5px;
    min-width: 170px;
}
.symbol-txt-sm
{
    font-size: 14px;
    padding: 0 8px;
    line-height: 1;
}

.modal-body.job-interest.profiles .col-sm-1 {
    max-width: 2px;
}

input#txtdate { padding: 10px 14px;}
.invalid-feedback{ margin-top: 0px; margin-bottom: 15px;}
.form-group { margin: 0px 0 0px; }

p.no-found
{
    margin: 0;
    padding: 15px;
    text-align: center;
    width: 100%;
    color: #9d9d9d;
    font-weight: 600;
    background-color: #f3f3f3;
}

.prof-sec-overflow
{
    /*overflow-y: auto;*/
    max-height: 260px;
    padding: 0 0.5rem;
}

.prof-sec-overflow::-webkit-scrollbar {
	width: 5px;
}

.prof-sec-overflow::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 0px rgba(0,0,0,0.3);
	box-shadow: inset 0 0 0px rgba(0,0,0,0.3);
}

.prof-sec-overflow::-webkit-scrollbar-thumb {
  background-color: #bebebe;
  outline: 0px solid slategrey;
}

.disable-btn
{
    opacity: 0.45;
    cursor: default;
    pointer-events: none;
}
.dash_btn2.payclose-btn
{
    border: 3px solid #0ac27a;
    background-color: #0ac27a;
    font-size: 17px;
    font-weight: bold;
    box-shadow: 0 0 6px rgb(0 0 0 / 35%) !important;
    line-height: 1.4;
}

.dash_btn2.payclose-btn:hover
{
    background-color: #02d885;
    color: #fff;
}
.tooltip-link
{
    margin-top: 5px;
    font-weight: normal;
}
.tooltip-link a
{
    color: #000;
}
p.mjt-cat, p.cjt-cat
{
    font-size: 18px;
    font-weight: bold;
    font-family: Proxima-Nova-Bold;
}
.view-pro-rel
{
    position: relative;
    padding-right: 30px;
    width: 100%;
}

.view-pro-rel .view-pro-btn
{
    position: absolute;
    right: 0;
    top: 50%;
    z-index: 1;
    transform: translateY(-50%);
}
.tooltip-link a[data-toggle="tooltip"]
{
    display: initial;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.category-badge span
{
    display: inline-block;
    background-color: #e6ecff;
    color: #000;
    padding: 4px 8px;
    border-radius: 5px;
    font-size: 14px;
    border: 1px solid #c0cae8;
    line-height: 20px;
    margin-right: 5px;
    margin-bottom: 8px;
    font-weight: 600;
}

.badge.badge-custom
{
    position: absolute;
    top: 3px;
    right: -8px;
    background-color: #049859;
    color: #fff;
    font-size: 65%;
    line-height: 1.2;
    z-index: 9;
}

.badge.badge-custom1
{
    position: absolute;
    top: 3px;
    right: -8px;
    background-color: red;
    color: #fff;
    font-size: 65%;
    line-height: 1.2;
    z-index: 9;
}

.table-str-block tr td:first-child
{
    padding-right: 10px;
    min-width: 150px;
    max-width: 150px;
}

.table-str-block tr td
{
    margin-bottom: 15px;
    font-size: 16px;
    padding: 0 0 10px;
}
.tbl-1-td
{
    display: inline-block;
    min-width: 110px;
    padding-right: 2px;
    position: relative;
    font-weight: 600;
    margin-right: 20px !important;
}
.tbl-1-td:after
{
    content: ":";
    position: absolute;
    right: 0;
    top: 0;
    font-size: 16px;
    width: 2px;
    height: 100%;
}

/*---------------AboutUS Custom----------------*/

section.dynamic-cnts
{
    padding: 0;
}

section.dynamic-cnts input[type="button"], section.dynamic-cnts .button
{
    background: #00baff;
    color: #fff;
    padding: 8px 20px;
    border-radius: 5px;
    border: 1px solid #fff0;
    display: inline-block;
    width: auto;
    margin: 0;
    margin-right: 10px;
}
section.dynamic-cnts input[type="button"]:hover, section.dynamic-cnts .button:hover
{
    background: #052346;
}

section.dynamic-cnts img
{
    margin: 0;
    width: 100% !important;
}
section.dynamic-cnts img[class*=left]
{
    float: right;
}
section.dynamic-cnts img[class*=right]
{
    float: left;
}
section.dynamic-cnts img[style*=right], section.dynamic-cnts img[class*=left]
{
    margin-left: 30px !important;
    margin-bottom: 10px;
    max-width: 600px;
    height: auto !important;
}

section.dynamic-cnts img[style*=left], section.dynamic-cnts img[class*=right]
{
    margin-right: 30px !important;
    margin-bottom: 10px;
    max-width: 600px;
    height: auto !important;
}

section.dynamic-cnts > section
{
    overflow: auto;
}
section.dynamic-cnts p
{
    line-height: 1.6;
}

section.dynamic-cnts div.container > p:last-of-type
{
    margin-bottom: 0;
}
section.dynamic-cnts .about_bg
{
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    min-height: 250px;
}

section.dynamic-cnts .about_bg .container
{
    text-align: center;
}

.breadcrumbs.dynamic-bread .breadcrumbs_full > img
{
    width: 100%;
    max-height: 500px;
    object-fit: cover;
    object-position: center;
}

.job_list_tab_links .nav.nav-pills.mb-3{
	margin-bottom: 0 !important;
}

#edit_profession_postal_code{
	margin: 0px 0 15px;
}

.rr-detail-wrapper .mb-4{
	display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.rr-detail-wrapper .btn_span {
    margin-bottom: 0;
    line-height: 3;
 }
.rr-detail-wrapper .btn_span .dash_btn2
{
    border: 1px solid #000;
    background-color: #000000;
    font-family: 'Proxima Nova', sans-serif;
    font-size: 16px;
}
.rr-detail-wrapper .btn_span .dash_btn2:hover
{
    border: 1px solid #000;
    background-color: #fff;
    color: #000;
}
 .explore_best_service h5{
 	margin: 10px 0 15px;
 }

 .home_professions_slide .product-item {
    border: 1px solid #eee;
    color: #000;
    position: relative;
    z-index: 0;
    border-radius: 20px;
    overflow: hidden;
    height: 100%;
    -webkit-transition: all 0.3s ease;
    transition: all .3s ease;
    text-align: center;
}

.home_professions_slide .product-item a, .product-item-inner{
 	height: 100%;
 }

.home_professions_slide .product-img-div, .all_job_main .product-img-div{
    -webkit-transition: all 0.1s ease;
    transition: all .1s ease;
    height: 200px;
    margin: 0 auto;
}

.home_professions_slide .product-img-div img, .all_job_main .product-img-div img{
	height: 100%;
	width: 100%;
    object-fit: cover;
}

.home_professions_slide .product-item-content, .all_job_main .product-item-content{
	height: calc(100% - 200px);
	display: -webkit-flex;
    display: flex;
    -webkit-flex: 1 1 auto;
    flex: 1 1 auto;
    -webkit-flex-direction: column;
    flex-direction: column;
}

.home_professions_slide .slick-track {
    display: -webkit-flex!important;
    display: flex!important;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.home_professions_slide .product-item-des, .all_job_main .product-item-des{
	flex: 1 1 auto;
}

.home_professions_slide .product-item-des p, .all_job_main .product-item-des p{
	color: #6c757d;
	display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.overflow-main{
	padding-right: 0;
	border-left: 1px solid #ececec;
    border-right: 1px solid #ececec;
    overflow: auto;
}

.content .pagination{
	border-radius: 5px;
}

.content .pagination li:empty {
    display: none;
}

.content .pagination li:first-child a{
	border-radius: 5px 0 0 5px;
}

.content .pagination li:last-child a{
	border-radius: 0 5px 5px 0;
}

.content .pagination li:last-child a, .content .pagination li:first-child a{
	/* border-right: 0; */
}

.content .pagination li a{
	color: #737373;
    padding: 10px 18px;
    height: auto;
    width: auto;
    min-width: 35px;
    min-height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 500;
    border: 1px solid #eee;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
}

.content .pagination li:hover a, .content .pagination li.active a{
	background: #052246;
	color: #fff;
}

.content .pagination li:first-child:hover a, .content .pagination li:first-child.active a{
	border-radius: 5px 0 0 5px;
}

.content .pagination li:last-child:hover a, .content .pagination li:last-child.active a{
	border-radius: 0 5px 5px 0;
}

.content .pagination a:hover{
	background: #052246;
}
form
{
    margin: 0;
}
.jq-ry-container
{
    padding: 0 !important;
    margin-bottom: 10px;
}
.jq-ry-container + span
{
    margin-left: 0 !important;
}
.jq-ry-group-wrapper svg
{
    height: 20px;
    width: 23px;
}
.rating-progress-block
{
    flex-wrap: nowrap !important;
}
.rating-review-form-wrapper
{
    width: 100%;
}
a.close_and_skip
{
    color: #fff;
}
a.close_and_skip:hover
{
    color: #00baff;
}
.starrating > input
{
    width: 0;
    height: 0;
}

.overflow-auto::-webkit-scrollbar {
	width: 10px;
    height: 10px;
}
.overflow-auto::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 0px rgba(0,0,0,0.3);
	box-shadow: inset 0 0 0px rgba(0,0,0,0.3);
}
.overflow-auto::-webkit-scrollbar-thumb {
  background-color: #e3e3e3;
  outline: 0px solid slategrey;
}



@media(max-width: 1200px)
{
    section.dynamic-cnts img[style*=right], section.dynamic-cnts img[style*=left], section.dynamic-cnts img[class*=right], section.dynamic-cnts img[class*=left]
    {
        max-width: 450px;
        height: auto !important;
    }
}

@media(max-width: 900px)
{
    section.dynamic-cnts img[style*=right], section.dynamic-cnts img[style*=left], section.dynamic-cnts img[class*=right], section.dynamic-cnts img[class*=left]
    {
        max-width: 350px;
        height: auto !important;
    }
}

@media(max-width: 650px)
{
    section.dynamic-cnts img[style*=right], section.dynamic-cnts img[style*=left], section.dynamic-cnts img[class*=right], section.dynamic-cnts img[class*=left]
    {
        max-width: 100%;
        height: auto !important;
        margin: 0 auto 30px !important;
    }
}