

/*Start 15-09-2022*/

.navbar-wrap{
    display: flex;
    width: 100%;
    justify-content: space-between;
    padding: 0px 15px;
    align-items : center;
}

.logo {
	width: 500px !important;
	object-fit: flll;
/*	height: 350px !important;*/
}

.center-wrap{
    background : var(--blue-color);
    padding : 10px;
    margin : 10px 10px;
}

.center-content{
    display : flex;
    flex-wrap : wrap;
    justify-content: center;
}

.header-content{
    display : flex;
    align-items : center;
    padding : 5px 10px;
}

.country-name{
    text-align: center;
    width: 100%;
    font-size: 20px;
    font-weight: 700;
    margin: 10px 0px;
    color : #FEC200;
}

.boder-right{
	border-right : 1px solid #fff;
	width: 20%;
	padding-left: 10px;
}

.boder-right-no-border{
	width: 20%;
	padding-left: 10px;
}
.header-content .icon{
    width : 25px;
}

.header-content .txt{
    color : #fff;
    font-weight : 700;
    font-size : 18px;
    margin : 0px 10px;
}

.header-content .txt a{
    color : #fff;
    font-weight : 700;
    font-size : 18px;
    margin : 0px 0px;
}

.add-pannel{
    width : 75%;
}

@media (max-width : 991px){
    
    .navbar-wrap{
        flex-wrap : wrap;
    }
    
    .add-pannel{
        width : 100%;
    }
    
    .center-content{
        align-items : center;
        width : 100%;
    }
    
    #logo{
        width: unset !important;
        max-width: 250px !important;
        height: unset !important;
    }
    
    .mobile-center {
        border-right : none !important;
        width : 50%;
    }
    
    .mobile-center-no-border {
        border-right : none !important;
        width : 80%;
    }

	.header-content {
        justify-content : center;
    }
    
    .center-wrap{
        margin : 20px 0px;
        width : 100%;
    }
    
    .mb-center{
        display : flex;
        align-items : center;
        justify-content: center;
        width : 100%;
    }
}

@media (max-width : 567px)
{
	.mobile-center {
		border-right: none !important;
		width: 100%;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}

	.mobile-center-no-border{
		width : 100%;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
}

/*End 15-09-2022*/



.bg_blue {
	background: #ff7133;
	background: var(--blue-color);
}

a {
	color: #ff7133;
    color: var(--blue-color);
}
a:hover {
    color: var(--blue-hover-color);
}

.custom-navbar{
	background:#e08622;
}
.navbar-brand{

	height:60px;
}
.nav>li>a{
	color:#000 !important;
}

.bannercursor {
    background: url(../images/cursor.gif) no-repeat 0px 0px;
    line-height: 26px;
    width: 360px;
    height: 80px;
    cursor: pointer;
    font-size: 22px;
    overflow: hidden;
	margin-top:7px;
}
.bannercursor .line1 {
    color: #007b03;
    width: 360px;
    text-align: center;
    margin-top: 8px;
    font-weight: bold;
}
.bannercursor .line2 {
    color: #f13300;
    width: 360px;
    text-align: center;
    font-weight: bold;
}
.GridLex-gap-30 .content{
	padding:0 10px;
}
.GridLex-gap-30 > div > div > div,
.GridLex-gap-30 > div > div > a {
	border:1px solid #ccc;
}
.section{
	padding:0 0 30px 0 !important;
}
.restaurant-grid-item{
	border:1px solid #ccc;
	background:#fff;
}
.restaurant-grid-item .content{
	padding:0 8px;
}
.maid-info{
	margin-top:10px;
	font-size:14px;
}
.maid-info p, .maid-info small{
	white-space:nowrap;
	overflow:hidden;
	margin-bottom:0
}

.maid-info small{
	font-size:9px;
}
.btn-primary{
	background: #ff7133 !important;
	border-color: #ff7133 !important;
	background: var(--blue-color) !important;
	border-color: var(--blue-color) !important;
}
.btn-primary:hover{
	background: var(--blue-hover-color) !important;
	border-color: var(--blue-hover-color) !important;
}
.btn.btn-primary.btn-block.btn-sm, .shortlist-btn{
	padding:0;
	font-size:12px
}
.btn.btn-success.btn-block.btn-sm{
	font-size:15px;
}
.transparent-header .phone-no i {
	background: #ff7133;
	background: var(--blue-color);
    color: white;
    width: 30px;
    height: 30px;
    border-radius: 3px;
    line-height: unset;
}

/*Agency Contact Form*/
@import url(https://fonts.googleapis.com/css?family=Roboto:400,300,600,400italic);

.fom-cont, .fom-cont-2{
  max-width: 220px;
  width: 100%;
  margin: 0 auto;
  position: relative;
/*  font-family: "Roboto", Helvetica, Arial, sans-serif;*/
  font-weight: 100;
  font-size: 14px;
  line-height: 30px;
  color: #000;
}
.fom-cont-2{
  max-width: 310px !important;
}
.position-fixed{
	position:fixed;
	right:11px;
	top:90px;
	z-index:555
}
.mob-contact-button{
	position:fixed;
	right:0;
	bottom:0;
	z-index:9999
}

#contact input[type="text"],
#contact input[type="email"],
#contact input[type="tel"],
#contact input[type="url"],
#contact textarea,
#contact button[type="submit"] {
  font: 400 12px/16px "Roboto", Helvetica, Arial, sans-serif;
}
 
#contact, .contact-form {
  background: #F9F9F9;
  padding: 15px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
  width:100%;
  clear: both;
}

#contact h3, .contact-form  h3 {
  display: block;
  font-size: 18px;
  font-weight: 300;
  margin-bottom: 10px;
}

#contact h4, .contact-form  h4{
   display: block;
  font-size: 17px;
  font-weight: 400;
  margin-bottom: 10px;
  color:#0e4079;
}

#contact fieldset, .contact-form fieldset {
  border: medium none !important;
  margin: 0 0 10px;
  min-width: 100%;
  padding: 0;
  width: 100%;
}

#contact input[type="text"],
#contact input[type="email"],
#contact input[type="tel"],
#contact input[type="url"],
#contact textarea, #contact select,
.contact-form input[type="text"],
.contact-form input[type="email"],
.contact-form input[type="tel"],
.contact-form input[type="url"],
.contact-form textarea, .contact-form select
 {
  width: 100%;
  border: 1px solid #ccc;
  background: #FFF;
  margin: 0 0 5px;
  padding: 10px;
  font-size:15px;
  line-height:normal;
  height:46px;
}

#contact input[type="text"]:hover,
#contact input[type="email"]:hover,
#contact input[type="tel"]:hover,
#contact input[type="url"]:hover,
#contact textarea:hover {
  -webkit-transition: border-color 0.3s ease-in-out;
  -moz-transition: border-color 0.3s ease-in-out;
  transition: border-color 0.3s ease-in-out;
  border: 1px solid #aaa;
}

#contact textarea, .contact-form textarea {
  height: 100px;
  max-width: 100%;
  resize: none;
}

#contact button[type="submit"], .contact-form button[type="submit"] {
  cursor: pointer;
  width: 100%;
  border: none;
  background: #e08622;
  color: #FFF;
  margin: 0 0 5px;
  padding: 10px;
  font-size: 15px;
}

#contact button[type="submit"]:hover, .contact-form button[type="submit"]:hover {
  background: #2a9816;
  -webkit-transition: background 0.3s ease-in-out;
  -moz-transition: background 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}

#contact button[type="submit"]:active, .contact-form button[type="submit"]:active {
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.5);
}



#contact input:focus, .contact-form input:focus,
#contact textarea:focus, .contact-form textarea:focus {
  outline: 0;
  border: 1px solid #aaa;
}

#contact ::-webkit-input-placeholder, .contact-form ::-webkit-input-placeholder {
  color: #222;
}

#contact :-moz-placeholder, .contact-form :-moz-placeholder {
  color: #222;
}

#contact ::-moz-placeholder {
  color: #222;
}

#contact :-ms-input-placeholder, .contact-form :-ms-input-placeholder {
  color: #222;
}

.search-cont{
	background:#ffffff;
	border:1px solid #ccc;
	padding:20px;
}
.search-cont input[type=checkbox], .search-cont input[type=radio] {
	position:relative;
	top:2px;
	margin:0 5px;
}
.form-control {
	font-size:16px;
	color:#000;
}
.sear-btn-alignment{
	text-align:right;
}
.sidebar-search{
	padding:10px !important;
	background:#f7f7f7;
}
.sidebar-search ul.soption li{
	display:block;
	width:100%
}


   
@media screen and (max-width: 767px) {
   .sidebar-search {
        display:none;
    }
	.btn-smblock
	{
		width:100% !important;
	}
	header{
		margin-bottom:20px;
		float:left;
		width:100%;
	}
	.navbar-brand{ margin-top:20px;}
	.job-container{
   
    margin-top:0px !important;
  
}
.job-con-header {
    padding:5px !important;
    
}
form input[type="select"]
{
	max-width:100%;
}

.mobile-view 
{
	padding-left:0px !important;
	padding-right:30px !important;
}
.mobile-top
{
    margin-top: 60px !important;
}
h4 {
    font-size: 22px !important;
}
.btn.btn-primary.btn-block.btn-sm, .shortlist-btn {
      font-size: 18px;
}
/*.contactusArea .message .name {*/
/*    margin: 0 1% !important;*/
/*    width: 48% !important;*/
/*}*/
.contactusArea .hours h3 {
    padding-bottom: 20px !important;
}
.contactusArea .hours p {
    padding: 0 0 15px 10px !important;
}
.contactusArea .contact {
    padding: 10px 0 0 10px !important;
}

}



ul.soption{
	margin:0;
	padding:0;
}
ul.soption li{
	list-style:none;
	display:inline;
	margin-right:10px;
}
ul.soption li:last-child{
	margin-right:0;
}
#request-maid.modal, #tell-friend.modal, #contact-agency.modal{
	bottom:inherit !important;
	padding-right:0 !important;
}
.modal-header, .modal-footer {
	padding:7px;
}
.modal-header .close {
    margin-top: 8px;
    margin-right: 10px;
}
.form-group {
    margin-bottom: 5px;
}
#request-maid .form-control{
	height:30px;
	line-height:30px;
	padding:0 12px;
	font-size:14px;
}
.jobdetail table.jdtable td.tlabel {
    font-weight: bold;
}
@media only screen and (max-width: 1124px) {
ul.soption li{
	width:48% !important;
	margin-right:0;
	display:inline-block
}
.sidebar-search ul.soption li{
	display:block;
	width:100% !important
}
}

@media only screen and (max-width: 991px) {
	.sear-btn-alignment{
	text-align:left;
}
.bg-white{
	padding:0 !important
}

}
@media only screen and (min-width: 992px) {
.text-right-lg{ text-align:right !important}
}


@media only screen and (min-width: 768px) {
.jobdetail table.jdtable td.tlabel {
    width: 200px;
}
}

@media only screen and (max-width: 767px) {
.login-box-wrapper
{
    margin: 0px auto 20px auto !important;
   /* left: inherit !important;
    right: inherit !important;*/

}
.login-box-link-action {
    text-align:left !important;
}
.jobdetail #frm_jobappbtn {
    
    text-align: center !important;

}
button, input, select, textarea {
  
    margin-top: 10px !important;
}
#contact-agency button, input, select, textarea {
  
    margin-top: 0px !important;
}
.navbar { min-height:90px}
.mob-contact-button {
    
    z-index: 999 !important;
}

}
@media only screen and (max-width: 480px) {
.search-cont {
	float:left;
	width:100%;
	margin-top:20px;
}
}

@media only screen and (max-width: 480px) {
	ul.soption li{
	width:100% !important;
	margin-right:0;
}
.search-cont {
    padding: 10px !important;
}
.search-cont label{
	float:left;
	width:30%;
}
.search-cont .form-group {
	width:70%;
    float: left;
}
.search-cont input[type=checkbox], .search-cont input[type=radio]{
	margin:0 !important
}

.search-cont .full-width label, .search-cont .full-width .form-group{
	width:100%;
}
.shortlistedbar
{
	  padding:0 10px !important;
}
.header-inner{ margin:0}

}
@media only screen and (max-width: 350px) {
	.navbar-brand {
    max-width: 240px;
}

}

.shortlistedbar
{
 background:#f7f7f7;
  border:none !important;
   padding:0 20px;
    margin-bottom:10px ;
}
.restaurant-list-item  i
{
	font-size:20px;
	padding-right:10px;
}
.restaurant-list-item a.email
{
	color:#0066cc !important;
}
.restaurant-list-item p
{
	margin-bottom:0px;
	/*font-size:24px !importan;*/
}

.leftbanner, .rightbanner{
	margin-bottom:10px;
	
}
.candidatebox {
    position: relative;
    margin-top: 20px;
    padding: 20px;
    border-radius: 10px;
    background-color: #faf2df;
}
.jobox {
    background-color: #d3f0d3;
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 20px;
    border-radius: 10px;
}
.job-con-header {
    padding: 15px 0;
    font-size: 30px;
    font-family: 'bebas_neueregular', sans-serif;
    font-weight: normal;
    font-style: normal;
    color: #333;
}

.candidates-table tbody tr td {
    border-top: 1px solid orange !important;
}
.candidates-table thead tr th {
    border-bottom: 5px solid orange !important;
}


.data-table thead tr th {
    border-bottom:  5px solid orange !important;
    padding: 10px;
    text-transform: uppercase;
    font-weight: bold;
	font-size:17px;
}
.table-bordered {
    border: none;
}
.candidates-table small
{
	color:#666;
}
.candidates-table a
{
	color:#666;
}
.candidates-table strong
{
	color:#000;
}
.profilepic {
    width: 50px;
    height: 50px;
	border-color: orange;
	border-width: 1px 1px 1px 1px;
 	border-style: solid;
	overflow:hidden !important;

}
.profilepic img{
	width:50px;

	
}
.job-container{
    background-color: #f9f9f9;
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 20px;
    border-radius: 10px;
}
.pg-home-header {
    padding: 15px 0;
    font-size: 30px;
    font-family: 'bebas_neueregular', sans-serif;
    font-weight: normal;
    font-style: normal;
    color: #333;
}
.table-jobs thead tr th {
    border-bottom: 5px solid orange !important;
}
.table-jobs thead tr th {

    padding: 10px;
    text-transform: uppercase;
    font-weight: bold;
}
.table-jobs tbody tr td a {
    color: #555 !important;
	
}
.table-jobs tbody tr td {
    border-top: 1px solid orange !important;
}

.candidate-detaile-page {
    font-family: 'Open Sans', sans-serif;
    font-size: 30px;
    font-weight: bold;
    text-transform: uppercase;
    border-top: none;
}

.candidate-detaile-page {
     margin-bottom: 0;
    padding-top: 12px;
    padding-bottom: 12px;
   
    border-bottom: 1px solid #eee;
}
.jobdetail {
    padding-top: 20px;
}
.photog img {
    width: 160px;
    height: 160px;
}
.photog figcaption {
    margin-bottom: 20px;
    padding-bottom: 10px;
    font-size: 20px;
    font-weight: bold;
}
.photog {
    text-align: center;
    width: 200px;
    border: 5px solid #eee;
    padding: 20px;
    margin: 0 auto;
}
.jobdetail table.jdtable {
    border-collapse: collapse;
    width: 100%;
}

.jobdetail table.jdtable td {
    padding: 10px;
    border-bottom: 1px solid #eee;
}
.jobdetail #frm_jobappbtn {
    padding: 10px 0;
    text-align: right;
}
.login-box-wrapper{
	box-shadow:none !important;

}
.transperent-bg
{
		background-color:transparent !important;
}
.panel {
    margin-bottom: 10px;
    border: 0;
	    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);

}
.dja .job-ads-h2 {
    color: #949494;
    font-size: 18px;
    margin: 10px 0;
}
.line-below {
    margin-bottom: 10px;
       border-bottom: 1px solid #eee;
}

.chakbox-options  li input[type="checkbox"]
{
	margin-right:8px;
}
.search-maid-space
{
	    margin: 22px 0 13px !important;
}

/*.best-row
{
	margin-top:100px;
}*/

.best {
    
        max-width: 484px;
		width:100%;
    margin-top: 360px;
    margin-left:300px;
    position: relative;
 
    background: url(images/maids-bg.png) left top repeat-y;
}

.best h1 {
	padding-top:21px;
	padding-left:15px;
	text-align:left;
    font-size: 38px;
    line-height: 42px;
    color: #b81005;
    font-weight: 600;
	
}
 .best span {
	 padding-left:15px;
	text-align:left;
    font-size: 34px;
    color: #fff;
    font-weight: 300;
    display: block;
	padding-bottom:28px;
}
.best-row-text
{
	margin-top:50px;
	   line-height: 50px;
	   float:left;
	   width:100%
	}
	.best-row-text h5
	{
		line-height: 30px;
		    color: #105911;
	}
	.best-row-text p
	{
		font-weight:600;
	}
	/*.best-row-text h6
	{
		line-height: 50px;
		  
		  	}*/
	.form-space
	{
		margin-bottom: 30px;
	}
.widnow-alignment{
	left:inherit !important;
	right:inherit !important;
}
.output_message{ max-width:250px; margin:0 auto; line-height:35px; margin-top:10px; clear:both}
/*/////////////////////////////////////////////////////contetct  us form//////////////////////////////////////////////*/
#middleWrapper {
    width: 100%;
    float: left;
}
#leftWrapper.contact {
    width: 100%;
}
#leftWrapper {
    padding: 37px 0 0 15px;
    margin-bottom: 24px;
    width: 893px;
    float: left;
}
.contactusArea {
    padding: 4px 0 0 0;
    width: 100%;
    float: left;
}
.contactusArea .message {
    width: 64%;
    float: left;
}
div.wpcf7 {
    margin: 0;
    padding: 0;
}
div.wpcf7 .screen-reader-response {
    position: absolute;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    width: 1px;
    margin: 0;
    padding: 0;
    border: 0;
}
.contactusArea .message p {
    margin-bottom: 10px;
    width: 100%;
    float: left;
}
div.wpcf7-response-output {
    display: inline-block !important;
}
div.wpcf7-response-output {
    margin: 2em 0.5em 1em;
    padding: 0.2em 1em;
}
.contactusArea .hours {
    padding: 17px 0 10px 0;
    width: 416px;
    float: left;
    position: relative;
    background: #f7f7f7;
}
.contactusArea .hours h3 {
    padding-bottom:55px;
    font-size: 20px;
    color: #141414;
    font-weight: 700;
    text-align: center;
}
.contactusArea .hours p {
    padding: 0 0 16px 54px;
    display: flex;
    font-size: 15px;
    font-weight: 700;
    line-height: 17px;
}
.contactusArea .hours span {
    position: absolute;
    top: 54px;
    left: 105px;
    opacity: 0.1;
}
.contactusArea .hours span {
    position: absolute;
    top: 54px;
    left: 105px;
    opacity: 0.1;
}
.contactusArea .contact {
    padding: 31px 0 15px 20px;
    margin: 50px 0 0 0;
    width: 100%;
    float: left;
    background: #f7f7f7;
}
.contactusArea .contact .office {
    width: 27%;
    float: left;
}
.contactusArea .contact .office h4 {
    padding-bottom: 16px;
    font-size: 21px;
    font-weight: 600;
}
.contactusArea .contact .cont {
    width: 100%;
    min-height: 110px;
    border-right: 1px solid #dedede;
}
.contactusArea .contact .office .cont p {
    padding-bottom: 24px;
    display: flex;
    font-size: 15px;
    line-height: 22px;
}
.contactusArea .contact .office .cont p:last-child {
    padding-bottom: 0px;
}
.contactusArea .contact .office .cont p {
    padding-bottom: 24px;
    display: flex;
    font-size: 15px;
    line-height: 22px;
}
.contactusArea .contact .office.web {
    padding: 0 0 0 12px;
    width: 27%;
}
.contactusArea .contact .office h4 {
    padding-bottom: 16px;
    font-size: 21px;
    font-weight: 600;
}
.contactusArea .contact .office.web a {
    font-size: 15px;
    color: #ff7133;
    color: var(--blue-color);
    font-weight: 600;
    text-decoration: none;
}
.contactusArea .contact .cont {
    width: 100%;
    min-height: 110px;
    border-right: 1px solid #dedede;
}
.contactusArea .contact .office.maur {
    padding: 0 0 0 16px;
    width: 30%;
}
.contactusArea .contact .office h4 {
    padding-bottom: 16px;
    font-size: 21px;
    font-weight: 600;
}
.contactusArea .contact .office h6 {
    font-size: 15px;
    color: #1d1d1d;
    font-weight: 600;
}

.contactusArea .contact .office.maur p {
    font-size: 15px;
    color: #4b4b4b;
}
.contactusArea .contact .office.maur p {
    font-size: 15px;
    color: #4b4b4b;
}
.contactusArea .contact .office.maur i {
    font-size: 17px;
}
.contactusArea .contact .office.maur i {
    font-size: 17px;
}
.contactusArea .contact .office.maur p {
    font-size: 15px;
    color: #4b4b4b;
}
.contactusArea .contact .office {
   
    float: left;
}
.contactusArea .contact .office h4 {
    padding-bottom: 16px;
    font-size: 21px;
    font-weight: 600;
}
.contactusArea .contact .office.skype a {
    font-size: 15px;
    color: #525252;
    text-decoration: none;
}
.contactusArea .map {
    margin: 20px 0;
    width: 100%;
    float: left;
}
.contactusArea .message .name {
    padding: 0 10px;
    margin: 0 2% 0 0;
    width: 47%;
    height: 43px;
    float: left;
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    color: #0b0b0b;
    font-weight: 600;
    border: none;
    border-radius: 4px;
    background: #f7f7f7;
}

.contactusArea .message [class*=col-] .wpcf7-form-control-wrap {
	position: relative;
	display: inline-block;
	width: 100%;
}
.contactusArea .message [class*=col-] .name{
    width:100%;
    margin:0;
}
.contactusArea .message.enquiry {
	display: inline-block;
	float: none;
	width: 100%;
	max-width: 949px;
}
.contactusArea .message.enquiry .send{ float:left}

/*********************************************
Services Optional Style
**********************************************/
		.serviceArea { padding: 62px 0 0 0; width: 100%; float: left; }
		.serviceArea .service { margin: 0 75px 45px 0; width: 400px; float: left; }
		.serviceArea .service.none { margin-right: 0; }
		.serviceArea span { margin-right: 21px; width: 95px; height: 95px; float: left; border-radius: 50%; -webkit-border-radius: 50%; -moz-border-radius: 50%; }
		.serviceArea span.icon1 { background: #ececec url('../images/service_img1.png') center center no-repeat; }
		.serviceArea span.icon2 { background: #ececec url('../images/service_img2.png') center center no-repeat; }
		.serviceArea span.icon3 { background: #ececec url('../images/service_img3.png') center center no-repeat; }
		.serviceArea span.icon4 { background: #ececec url('../images/service_img4.png') center center no-repeat; }
		.serviceArea span.icon5 { background: #ececec url('../images/service_img5.png') center center no-repeat; }
		.serviceArea span.icon6 { background: #ececec url('../images/service_img6.png') center center no-repeat; }
		.serviceArea span.icon7 { background: #ececec url('../images/service_img7.png') center center no-repeat; }
		.serviceArea span.icon8 { background: #ececec url('../images/service_img8.png') center center no-repeat; }
		.serviceArea span.icon9 { background: #ececec url('../images/service_img9.png') center center no-repeat; }
		.serviceArea span.icon10 { background: #ececec url('../images/service_img10.png') center center no-repeat; }
		.serviceArea span.icon11 { background: #ececec url('../images/service_img11.png') center center no-repeat; }
		.serviceArea span.icon12 { background: #ececec url('../images/service_img12.png') center center no-repeat; }
		.serviceArea a { padding-top: 24px; width: 267px; float: left; font-family: 'Open Sans', sans-serif; font-size: 16px; line-height: 20px; color: #2a2a2a; font-weight: 600; text-decoration: none; }
		.serviceArea a:hover { color: #b81005; }


@media only screen and (max-width: 1220px) and (min-width: 768px){
.contactusArea .hours {
    padding: 10px 0 30px 0;
    width: 100%;
}
.contactusArea .message {
    width: 100%;
}
.contactusArea .contact .office, .contactusArea .contact .office.web {
    margin-bottom: 15px;
    width: 50%;
	min-height:250px
}

.contactusArea .contact .office.maur, .contactusArea .contact .office.skype {
    padding: 0px;
    width: 50%;

}
.contactusArea .message .name {
    width: 48%;
}
.contactusArea .message textarea, .contactusArea .message .send {
    width: 98% !important;
}

}
@media only screen and (max-width: 767px){
.contactusArea .contact .office, 
.contactusArea .contact .office.web, 
.contactusArea .contact .office.maur, 
.contactusArea .contact .office.skype, 
.contactusArea .message, 
.contactusArea .hours {
    margin-bottom: 15px;
    width: 100% !important;
}
/*.contactusArea .message .name {*/
/*    margin: 0 1%;*/
/*    width: 48% !important;*/
/*}*/
/*.contactusArea .message textarea, */
/*.contactusArea .message .send {*/
/*    width: 100% !important;*/
/*}*/
.sideWrapper{
	float:left;
	width:100%
}
}
.wpcf7-form-control-wrap {
    position: relative;
}

div.wpcf7-response-output {
    display: inline-block !important;
}
div.wpcf7-response-output {
    margin: 2em 0.5em 1em;
    padding: 0.2em 1em;
}
.contactusArea .message textarea {
    padding: 8px 10px;
    width: 96%;
    height: 144px;
    float: left;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 22px;
    color: #0b0b0b;
    font-weight: 600;
    border: none;
    border-radius: 4px;
    background: #f7f7f7;
}
.contactusArea .message [class*=col-] textarea{width:100%;}
.contactusArea .message .send:hover {
    background: #1AA83A;
}
.contactusArea .message .send {
    width: 96%;
    height: 47px;
    font-size: 25px;
    color: #fff;
    text-transform: uppercase;
    border: none;
    border-bottom: 2px solid #480400;
    border-radius: 4px;
    cursor: pointer;
}
.contactusArea .message [class*=col-] .send {width:100%;}

.contactusArea .contact .office .cont p i.fa-envelope {
    font-size: 17px;
}
.contactusArea .contact .office .cont p:last-child {
    padding-bottom: 0px;
}
.contactusArea .contact .office .cont p i {
    margin: 3px 9px 0 2px;
    font-size: 21px;
}
div.wpcf7 .screen-reader-response {
    position: absolute;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    width: 1px;
    margin: 0;
    padding: 0;
    border: 0;
}
.about-text-area
{
	margin-top:60px;
}
.about-text-area p
{
	text-align:justify;
	    font-size: 15px;
}
.about-text-area h6
{
	
	    font-size: 20px;
}
.sideWrapper{
	border: 2px solid #f0f0f0;
    background: #f7f7f7;
	float:right;
	padding: 30px 18px;
}

.owlcarousel-testimonials.owl-theme .owl-nav [class*="owl-"] {margin: 6px 15px;}
.owlcarousel-testimonials.owl-theme .owl-nav [class*="owl-"]:hover {
	color: #999898;
	background: transparent;
}
.owlcarousel-testimonials.owl-carousel .owl-nav button.owl-next, 
.owlcarousel-testimonials.owl-carousel .owl-nav button.owl-prev, 
.owlcarousel-testimonials.owl-carousel button.owl-dot {font-size: 50px;}

.new-maids{ position:relative}

.flat-testimonials {		
	position: relative;
	background: rgba(255, 255, 255, 0.85); 	
}

.flat-testimonials-single {		
	text-align: center;
	padding: 5px 5px 5px 5px;
	position: relative;	
}
.flat-testimonials-single .testim-img{
	width:129px;
	height:129px;
	overflow:hidden;
	border-radius:50%;
	margin:0 auto;
}
.flat-testimonials-single .testim-img img{
	height:129px;
	width:auto;
	border-radius: 50%;
}
.flat-testimonials-single blockquote {
	position: relative;
	font-size: 18px;
	line-height: 30px;
	margin-bottom: 70px;
	background-color: transparent;
	color: #202020;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";
       opacity: 0.85;
        filter: alpha(opacity=85);
		background:#fff;
}


.flat-testimonials-single .whisper {
	position: relative;
}


.flat-testimonials-single .avatar {
	position: relative;
}

.flat-testimonials-single .avatar:before {
	position: absolute;
	left: 50%;
	margin-left: -1px;
	top: -50px;
	width: 2px;
	height: 30px;
	background-color: #e39742;
	content: "";
}

.flat-testimonials-single .name {
	font-family: "Lato", sans-serif;
	font-size: 16px;
	font-weight: 700;
	line-height: 16px;
	margin-bottom: 10px;
	letter-spacing: 1.5px;
	text-transform: uppercase;
}

.flat-testimonials-single .position {
	font-size: 12px;
	font-style: italic;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";
       opacity: 0.85;
        filter: alpha(opacity=85);
} 

.flat-testimonials.owl-theme .owl-controls .owl-nav div.owl-prev {
	left: 0;
}

.flat-testimonials.owl-theme .owl-controls .owl-nav div.owl-next {
	right: 0;
}
.owl-controls{ text-align:center}


/*optional footer style here*/
/* footer wrapper */
	#footerWrapper { width: 100%; /*min-height: 364px; */float: left; background: #000 url('../images/footer_bg.jpg') top center repeat-y; padding-top:10px;padding-bottom:10px }
	#footerWrapper .footer { padding: 29px 15px 43px 15px; margin-bottom: 20px; width: 100%; float: left; position: relative; border-bottom: 1px solid #515151; }
	#footerWrapper .footer h3 { padding-bottom: 14px; font-family: 'Open Sans', sans-serif; font-size: 21px; line-height: 30px; color: #fff; font-weight: 400; background: url('../images/footer_border.png') left bottom no-repeat; }
	#footerWrapper .footer a.top { margin-left: -22px; width: 43px; height: 41px; position: absolute; left: 50%; bottom: -20px; border-radius: 3px; background: #18a839 url('../images/top_icon.png') center center no-repeat; }
	#footerWrapper .footer a.top:hover { background-color: #b81005; }
	#footerWrapper p { font-family: 'Open Sans', sans-serif; font-size: 13px; line-height: 20px; color: #fff; font-weight: 400; text-align: center; float:left; width:100% }
	#footerWrapper small { float: right; margin: -26px 20px 0 0; }
	#footerWrapper small a { color: #fff; font-size: 12px; text-decoration: none; }
		/* link area */ 
		.linkArea h3 { margin-bottom: 11px; }
		.linkArea ul {  width: 100%; list-style: none; overflow: hidden; }
		.linkArea li { padding-bottom: 9px; overflow: hidden; }
		.linkArea li a { float: left; font-family: 'Open Sans', sans-serif; font-size: 13px; line-height: 16px; color: #d0d0d0; font-weight: 400; text-decoration: none; }
		.linkArea li a:hover { color: #b81005; }

		/* contact area */
		.contactArea h3 { margin-bottom: 13px; }
		.contactArea address { padding-left: 0; margin-bottom: 16px; font-family: 'Open Sans', sans-serif; font-size: 13px; line-height: 17px; color: #d0d0d0; font-weight: 400; display: block; font-style: normal;}
		.contactArea a { padding-left: 0; margin-bottom: 23px; font-family: 'Open Sans', sans-serif; font-size: 13px; line-height: 16px; color: #d0d0d0; font-weight: 400; display: block; text-decoration: none; }
		.contactArea a:hover { color: #1aa83a; }
		.contactArea span { padding-left: 0; font-family: 'Open Sans', sans-serif; font-size: 13px; line-height: 16px; color: #d0d0d0; font-weight: 400; display: block; }
			
		/* open area */ 
		.openArea h3 { margin-bottom: 14px; }
		.openArea span { padding-left: 0; margin-bottom: 18px; font-family: 'Open Sans', sans-serif; font-size: 13px; line-height: 16px; color: #d0d0d0; font-weight: 400; display: block; background: url('../images/open_icon1.png') left 3px no-repeat; }
		.openArea span.close { background: url('../images/open_icon2.png') left 2px no-repeat;}

		/* follow area */ 
		.followArea h3 { margin-bottom: 17px;  }
		.followArea ul { list-style: none; overflow: hidden; }
		.followArea li { margin-right: 10px; float: left; }
		.followArea li a { width: 30px; height: 30px; line-height:30px; font-size: 16px; text-align: center; color: #fff; display: block; border-radius: 3px; -webkit-border-radius: 3px; -moz-border-radius: 3px; }
		.followArea li.facebook a { background: #3b5998; }
		/*.followArea li.facebook a { background: var(--blue-color); }*/
		.followArea li.twitter a { background: #2ba8e0; }
		.followArea li.linkedin a { background: #006498; }
		.followArea span { padding: 17px 0 8px 0; font-family: 'MyriadProRegular'; font-size: 17px; line-height: 25px; color: #fff; font-weight: normal; display: block; }
		.followArea p { float: left; }
		
		@media only screen and (max-width: 767px){
			.linkArea, .contactArea, .openArea, .followArea  { margin-bottom: 20px }
			.followArea .us {
    padding-left: 0;
}
			
}
.output_message{ margin:0 auto; line-height:35px; margin-top:10px; clear:both}

.popover.left>.arrow:after {
    border-left-color: #0574b7;
}

.pagination > li.active > a, .pagination > li.active > span, .pagination > li.active > a:hover, .pagination > li.active > span:hover {
    background: #ff7133;
    background: var(--blue-color);
    border-color: var(--blue-hover-color);
}

/* Remi Changes */
.head h1 {
    font-size: 38px;
    text-transform: uppercase;
    margin-bottom: 50px;
    position: relative;
    height: unset;
    line-height: 45px;
    background: none;
}
.head h1:after {
    position: absolute;
    bottom: -25px;
    left: 50%;
    width: 30px;
    height: 2px;
    background: #ddd;
    margin-left: -15px;
}
.head h1:after {
    content: "";
}
.header-emp-login-long
{
	color: #ff7133;
	color: var(--blue-color);
    font-size: 20px;
    font-weight: bold;
    border: 2px solid #fec200;
    padding: 7px 20px 7px 47px;
    display: inline-block;
    border-radius: 8px;  
    text-decoration: none; 
    line-height: 26px;
    text-align: left;
    right: 55px;
    position: absolute;
    top: 55px;
    z-index: 999;
	width:45%;
}

.header-emp-login
{
	color: #ff7133;
	color: var(--blue-color);
    font-size: 20px;
    font-weight: bold;
    border: 2px solid #fec200;
    padding: 7px 20px 7px 47px;
    display: inline-block;
    border-radius: 8px;  
    text-decoration: none; 
    line-height: 26px;
    text-align: left;
    right: 55px;
    position: absolute;
    top: 70px;
    z-index: 999;
}

.header-emp-login i
{
	color: #fec200;
    margin-right: 8px;
    margin-top: 3px;
    left: 10px;
    position: absolute;
}

#employer_registration .register {
    margin-bottom: 20px;
}

.employer-login-form
{
    
    padding:8px 0;
    text-align: left;
    overflow: hidden;
}
.employer-login-form.register
{
    padding: 0;
    text-align: left;
    margin-bottom: 0;
    overflow: hidden;
}
.sky-form {
    border: 1px solid #ddd;
    padding: 30px;
}
.login-block {
    border: 1px solid #ddd;
    border-left: none;
}
.form-block .btn, .form-block .btn-u {
    text-transform: uppercase;
    font-size: 14px;
    padding-top: 12px;
    padding-bottom: 12px;
    line-height: 22px;
}
.social-login {
    padding-top: 70px;
    position: relative;
}
.form-block {
    padding: 30px;
}
.form-block div {
    border-color: #aaa;
}
.login-block .or {
    position: absolute;
    width: 70px;
    height: 70px;
    top: -35px;
    left: 50%;
    margin-left: -35px;
    text-transform: uppercase;
    color: black;
    background: white;
    border: 1px solid #ddd;
    line-height: 70px;
    padding: 0 24px;
    z-index: 1;
}
.rounded-x {
    border-radius: 50% !important;
}

.employer-login-form .row
{ 
    margin-top: 40px;
}
.employer-login-form.register .row {
    margin-top: 0px;
}

.employer-login-form h2
{
	text-align: center;
}

.employer-login-form h3 {
    margin: 0;
}

.employer-login-form .login-form,
.employer-login-form .reg-form
{
	width: 100%; 
	position: relative;
}
.employer-login-form.forget-password .login-form{
    max-width: 492px;
   margin: 0 auto;
}

.employer-login-form label
{
    position: relative;
    display: block;
}

.employer-login-form label input[type="email"],
.employer-login-form label input[type="text"],
.employer-login-form label input[type="phone"],
.employer-login-form label input[type="password"]
{
	display: block;
    width: 100%;
    padding: 9px 20px 10px 40px;
    font-size: 15px;
    margin-bottom: 20px; 
    border: 1px solid #444;
}
.employer-login-form label[for="email"]::before{
	content: "\f0e0";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    color: #000;
    z-index: 1;
    top: 10px;
    font-size: 18px;
    left: 10px;
    color: #444;
}

.employer-login-form label[for="password"]::before{
	content: "\f023";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    color: #000;
    z-index: 1;
    top: 10px;
    font-size: 18px;
    left: 10px;
    color: #444;
}


.employer-login-form label[for="name"]::before{
	content: "\f007";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    color: #000;
    z-index: 1;
    top: 10px;
    font-size: 18px;
    left: 10px;
    color: #444;
}

.employer-login-form label[for="phone"]::before{
	content: "\f095";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    color: #000;
    z-index: 1;
    top: 10px;
    font-size: 18px;
    left: 10px;
    color: #444;
}

.employer-login-form input[type="submit"]
{
	font-size: 16px;
    padding: 8px 30px;
    border: 0;
    color: #fff;
	font-weight: bold;
    cursor: pointer;
    color: #fff;
    text-transform: uppercase;
    border: none;
    border-bottom: 2px solid #480400;
    border-radius: 4px; 
}

.employer-login-form .reg-form:before {
    content: " ";
    border-left: 1px solid #444;
    height: 93%;
    position: absolute;
    left: -35px;
    top: 20px;
}

.msg.success
{
    display: none;
	color: #3c763d;
	background-color: #dff0d8;
	border-color: #d6e9c6;
	padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
	font-size:14px; 
}

.msg.error
{
    display: none;
	color: #a94442;
    background-color: #f2dede;
	border-color: #ebccd1;
	padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
	border-radius: 4px;
	font-size:14px; 
}

.employer-login-form.verify .login-form {
    float: none;
    margin: 0 auto;
    width: 45%;
}

.employer-login-form h3
{
	font-size: 26px;
    color: #444;
}

.employer-login-form form label a
{
	float: right; 
    font-size: 17px;
    margin-top: 5px;
    color: #0066cc;
}

.employer-login-form.forget-password .col-md-6
{
    float: none;
    margin: 0 auto;
}

.transparent-header .phone-no.home { 
    margin: 20px 18px 0 0; 
}


/* Maid avatars */

.result_index.logged-in
{
    height: 230px;
}

.result_index ul li.logout-maid 
{
    padding-top:5px;
    height:auto;
}
.logout-maid a
{
    display:block;
    text-decoration:none;
    color:#000;
}
.logout-maid p.title
{
    font-size: 12px;
    /*font-weight: bold;*/
}

.logout-maid p
{
    line-height:20px;
}

.logout-maid .avatar
{
    background-image: url(images/maid-avatars.png);
    background-repeat: no-repeat;
    min-height: 70px;
    width: 70px;
    padding: 0;
    background-position: -5px -5px;
    border-radius: 100% !important;
    overflow:hidden;
    position:relative;
    margin: 0 auto; 
    margin-top: 10px;
}
.logout-maid .avatar.no-background
{
    background-color:transparent !important;
}

#SexyAlertBox-BoxContenedor .avatar
{
    background-image: url(images/maid-avatars.png);
    background-repeat: no-repeat;
    min-height: 70px;
    width: 70px;
    padding: 0;
    background-position: -5px -5px;
    overflow:hidden;
    position:relative;
    border-radius: 100%; 
}
.logout-maid .avatar.indonesian, #SexyAlertBox-BoxContenedor .avatar.indonesian
{ 
    background-position: -5px -84px; 
}

.logout-maid .avatar.myanmar, #SexyAlertBox-BoxContenedor .avatar.myanmar
{ 
    background-position: -5px -162px; 
}

.logout-maid .avatar.indian, #SexyAlertBox-BoxContenedor .avatar.indian
{ 
    background-position: -5px -242px; 
}
.logout-maid .avatar.sri-lankan, #SexyAlertBox-BoxContenedor .avatar.sri-lankan
{ 
    background-position: -5px -320px; 
}
.logout-maid .avatar.combodian, #SexyAlertBox-BoxContenedor .avatar.combodian
{ 
    background-position: -5px -400px; 
}

.logout-maid .avatar.popshow.feature::after, #SexyAlertBox-BoxContenedor .avatar.popshow.feature::after {
    content: "Featured";
    background-color: rgba(255, 218, 42, 1);
    text-transform: uppercase;
    font-size: 9px;
    font-weight: bold;
    padding: 0;
    display: block;
    text-align: center;
    position: absolute;
    bottom: 10px;
    line-height: 15px;
    box-shadow: 0px 1px 5px -1px;
    width: 100%;
    border: 11px solid #000 inset;
}
.logout-maid .ref-code
{
    background-color: #0771bb;
    color: #fff;
    text-align: center;
    padding: 5px;
    font-size: 14px;
    margin: 5px 0 5px;
    font-weight: bold;
}
.logout-maid .add-to-shortlist
{
    margin-top: 5px;
}
.logout-maid .add-to-shortlist a
{
    color:#fff;
    text-decoration:underline;
}
.popover {
	max-width:279px;
}

.popover{
    background-color: #0574b7; 
    border: 1px solid #0574b7
}

.popover.right > .arrow:after { 
    border-right-color:#0574b7;
}
.popover.bottom > .arrow:after { 
    border-bottom-color:#0574b7;
}

.popover-content {
    padding: 0;
}

.popoverbox a {
    color: #fff;
    font-weight: bold;
    text-decoration: none;
} 
.popoverbox .head-area,
.popoverbox .body-area 
{
    padding:15px;
}

.popoverbox .head-area span
{
    padding-left:27px;
    position:relative;
    display:block;
    font-size:15px;
	text-align:center;
    padding-right: 20px;
}

.popoverbox .head-area span i
{
    color: #ff9800;
    position: absolute;
    left: 0;
    font-size: 17px;
    top: 5px;
}

.popoverbox button
{
    display: block;
    width: 100%;
    padding: 10px;
    border: 0;
    font-size: 14px;
    border-radius: 5px;
    font-weight: bold;
    color: #fff;
    background-color: #ff9800;
    cursor:pointer;
    margin-top: 10px;
}
.popoverbox .body-area{
   background-color: #dfdcdb;
    margin-left: -2px;
    margin-right: -2px;
    overflow: auto;
    padding-bottom: 20px;
    margin-bottom: -2px;
    word-wrap: break-word;
    position:relative;
    scroll-behavior: smooth;
}
@media (max-width:767px) {
    max-height:300px;
}
.popoverbox .head-top a.close,.popoverbox .body-area a.close {
    display: block;
    position: absolute;
    right: 10px;
    color: #000;
    text-decoration: underline;
    font-weight: normal;
    top: 10px; 
    font-size: 18px;
    z-index:1;
    opacity:1;
    text-indent: unset;
    width: unset;
    height: unset;
}
.popoverbox .head-top a.close img,.popoverbox .body-area a.close img
{
    height:20px;
    width:20px;
}
/*
.popoverbox .body-area::after {
    content: " ";
    background-color: rgba(255,255,255,0.5);
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 1;
    height: 15px;
    left: 0;
}
.popoverbox .body-area:hover::after{
    display:none;
}*/
.popup-content
{
    display:none;
}
.popoverbox .head-top{
    color:#fff;
}
.logged-out-single
{ 
    border: 1px solid #000;
    padding: 20% 45px 20%;
    width: 100%;
}

.logged-out-single span
{
    padding-left:27px;
    position:relative;
    display:block;
    font-size:16px;
    font-weight:bold;
}

.logged-out-single span i
{
    color: #ff9800;
    position: absolute;
    left: 0;
    font-size: 17px;
    top: 5px;
}
.logged-out-single a
{
    text-decoration:none;
}

.logged-out-single button
{
    display: block; 
    padding: 10px 30px;
    border: 0;
    font-size: 14px;
    border-radius: 5px;
    font-weight: bold;
    color: #fff;
    background-color: #ff9800;
    cursor:pointer;
    margin-top: 10px;
    width:100%;
}
.not-logged-in .owl-carousel .owl-stage {
    max-height: 175px; 
}
.section-title-02 {
    margin: 30px 0;
}

#banner{
    background-size: contain;
    background-position: 0 180px;
    padding: 0;
}
.transparent-header .hero { 
    height: 300px;
    background-position: 0 0px;
    background-size: cover;
}

#logo {
    width: 400px;
    height: 135px;
}

.carousel-inner>.item>a>img, .carousel-inner>.item>img, .img-responsive, .thumbnail a>img, .thumbnail>img {
display: block;
max-width: 100%;
height: auto;
width: 100%;
}
.contact-form.home .form-group.fg-textbox {
	width: 47%;
}
.contact-form.home .form-group {
	width: 15%;
	/* float: left; */
	margin-right: 8px;
	display: inline-block;
	vertical-align: top;
}
.contact-form.home .form-group input,.contact-form.home .form-group select,.contact-form.home .form-group div.form-control
{
    
    height: 45px !important; 
    font-size: 16px;
    border: 1px solid #8f8f8f;color: #000;
    padding: 10px 18px;
}

.contact-form.home .btn-primary {
	width: 15%;
	/* float: left; */
	display: inline-block;
	vertical-align: top;
}
.phone-no_wrapper {
    width: 300px;
    margin: 0 auto;
}
.menu-strip
{
background: #ff7133;
background: -moz-linear-gradient(left, #ff7133 0%, #ff7133 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, #ff7133), color-stop(100%, #ff7133));
background: -webkit-linear-gradient(left, #ff7133 0%, #ff7133 100%);
background: -o-linear-gradient(left, #ff7133 0%, #ff7133 100%);
background: -ms-linear-gradient(left, #ff7133 0%, #ff7133 100%);
background: linear-gradient(to right, #ff7133 0%, #ff7133 100%);

background: var(--blue-color);
background: -moz-linear-gradient(left, var(--blue-color) 0%, var(--blue-color) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, var(--blue-color)), color-stop(100%, var(--blue-color)));
background: -webkit-linear-gradient(left, var(--blue-color) 0%, var(--blue-color) 100%);
background: -o-linear-gradient(left, var(--blue-color) 0%, var(--blue-color) 100%);
background: -ms-linear-gradient(left, var(--blue-color) 0%, var(--blue-color) 100%);
background: linear-gradient(to right, var(--blue-color) 0%, var(--blue-color) 100%);

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#890900', endColorstr='#b81206', GradientType=1 );
clear: both;
    display: block; 
    overflow: hidden;
    position: relative;
    z-index: 999;
    text-align: center;
}
.menu-strip #navbar
{
    float: none!important;
    max-width: 1100px;
    margin: 0 auto !important;
    display: inline-block !important;
}
.menu-strip #navbar ul li a
{
    padding: 7px 30px;
    color:#fff !important;   
    padding-bottom: 0;
    background-color: transparent;
}
.menu-strip #navbar ul li a:hover
{ 
    color:#faff1e !important;    
}

.transparent-header .menu-bottom .navbar-default {
      position: relative; 
}
.transparent-header .menu-bottom .navbar-brand {
    height: auto;
}
 
 .transparent-header .phone-no.address
 {
     position:relative;
     padding-left:35px;
 }

 .transparent-header .phone-no.address i
 {
     position:absolute;
     left:0;
 }

@media (max-width:991px) {
    #more_maids_wrapper {
        margin: 0 !important;
    }
    .header-emp-login {
        right: 20px !important;
    }
}

@media (max-width:768px)
{   
    #banner {
        background-size: contain;
        background-position: 0 180px;
        padding: 20px 0 0 0;
    }
    
    .contact-form.home .form-group.fg-textbox,
    .contact-form.home .form-group {
        width: 100%;
        float: none;
        margin-right: 0;
    }
     .contact-form.home .btn-primary {
        width: 100%;
        float: none;
    }
    .transparent-header .hero { 
        height: auto;
        background-position: 0 20px;
        background-size: contain;
    }
    .employer-login-form h3 {
        font-size: 24px;
    }
}
@media (max-width:985px) {
    .header-emp-login {
        display: none;
    }
    .header-emp-login_x {
        display: block !important;
        border: 2px solid #fec200;
        padding: 7px 20px 7px 0px;
        margin-top: 10px;
        border-radius: 7px;
    }
    .header-emp-login_x i{
        background: none !important;
        color: #fec200 !important;
    }
    .navbar-header{
        margin-bottom: 15px;
    }
}
@media (max-width:600px) {
    .header-emp-login {
        right: 5px;
    }
    .employer-login-form h3 {
        font-size: 20px;
    }
}

@media (max-width:425px) {
    .employer-login-form h3 {
        font-size: 16px;
    }
}

@media (max-width:375px) {
    .employer-login-form h3 {
        font-size: 14px;
    }
    #logo_mobile {
        max-width: 270px;
    }
}

@media (max-width:320px) {
    
}

.float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:40px;
	right:40px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px !important;
	text-align:center;
  font-size:30px;
	box-shadow: 2px 2px 3px #999;
  z-index:100;
}

.float i {
    line-height: unset !important;
}

.my-float{
	margin-top:16px;
}

.maid-section
{
    margin-left:3.3%;   
}


@media screen and (min-width: 767px){
    .maid{
        width: 12%;
        padding-left: 6px;
        padding-right: 6px;
    }
}
@media only screen and (device-width: 768px) {
   .maid{
        width: 24%;
        padding:3px;
    }
}

.slicknav_nav {
    position: absolute;
    top: 88px;
    left: 0;
    right: 0;
    background: var(--blue-color);
	z-index:555;
	border-top:2px solid #fff;
}
