
#feedback {
  position: fixed;
  left: 0;
  bottom: 50%;
  margin-left: -3px;
  margin-bottom: -3px;
  transform:translateY(50%);
  z-index: 9999;
}

#feedback-form {
  float: left;
  width: 452px;
  height: 100%;
  background-clip: 'padding-box';
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: 0 0 30px rgba(0,0,0,.5);
  -moz-box-shadow: 0 0 30px rgba(0,0,0,.5);
  box-shadow: 0 0 30px rgba(0,0,0,.5);
  position:relative;
  
}

#feedback-tab {
  color: #000;
  font-size: 20px;
  cursor: pointer;
  text-align: center;
  background-color: #facf00;
  padding: 5px 12px;
  -moz-border-radius: 6px 6px 0 0;
  -webkit-border-radius: 6px;
  border-radius: 0 0 6px 6px;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
  position:absolute;
  bottom:50%;
  right:-164px;
  width:290px;
  transition:all .3s ease;
  border-left:1px solid #fff;
  border-right:1px solid #fff;
  border-bottom:1px solid #fff;
 
}


#feedback-tab i{ color:#7e6d1b; animation: pound .5s infinite;}
@keyframes pound {
	from { transform: none; }
	50% { transform: scale(1.3); }
	to { transform: none; }
}
#feedback-tab:hover i{ color:#ddd}

#feedback-tab:hover { background-color: #333; color:#fff }

#feedback-form textarea { resize: none; }

.req-maid{ border-right:4px solid #facf00; background:#fbf9f1; border-radius:7px}
.req-maid h3{ background:#005ca1; color:#fff; font-size:17px; padding:12px; margin:0}
.req-maid .req-box{ padding:12px 22px 2px}
.req-maid .req-box h4{ font-size:16px; color:#555;}
.req-box span.chk-btn{ margin-right:20px; display:inline-block; width:42%}
.req-box span.chk-btn label{ font-weight:400}
.req-maid span.cls{ background:rgba(0,0,0,0.7); color:#fff; border-radius:50%; width:22px; height:22px; font-size:15px; text-align:center; line-height:1.4; position:absolute; top:126px; right:-52px; z-index:99; cursor:pointer}
.req-maid span.h-logo{ float:right;}
.req-maid span.h-logo img{ max-height:32px;}
.req-maid .btn-sbm{ border-radius:3px; padding:5px 32px; background:#005ca1; border:none; color:#fff; transition:all .3s ease}
.req-maid .btn-cnl{border-radius:3px; padding:5px 32px; background:#dfdfdf; border:none; color:#333; transition:all .3s ease}
.req-maid .btn-sbm:hover{ background:#004b83;}
.req-maid .btn-cnl:hover{ background:#cccccc;}
.req-maid .req-box img.imgcaptcha1{ max-height:60px !important}
.req-maid .req-box .form-group{ margin-bottom:8px}

.price-list .agncy-type{ width:50%; margin:0 auto; border:1px solid #ddd; padding:0; margin-bottom:28px; border-radius:5px}
.price-list .agncy-type h2{ display:inline-block; margin:0; padding:14px 32px; border-right:1px solid #ddd; font-size:16px; color:#444; text-transform:uppercase; font-weight:bold; margin-right:5px; }
.price-list .agncy-type select{ width:69%; height: 34px; padding: 6px 12px; font-size: 14px; line-height: 1.42857143; color: #555; background-color: #fff; background-image: none; border: 0px solid #ccc; border-radius: 4px; -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075); box-shadow: inset 0 1px 1px rgba(0,0,0,.075); -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s; -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s}
.price-list .agncy-type select:focus{border-color: #facf00; }
.pay-type ul{ text-align:center;}
.pay-type ul li{ display:inline-block}
.pay-type ul li a{ padding:6px 38px; background:#d8d8d8; color:#333; border-radius:3px; font-size:16px; position:relative}
.pay-type ul li.active a, .pay-type ul li:hover a{ background:#005ca1; color:#fff}
.pay-type ul li.active a:after{ z-index: 99; position: absolute; top: 100%; left: 50%; transform: translateX(-50%); content: ''; width: 0; height: 0; border-top: solid 8px #005ca1; border-left: solid 8px transparent; border-right: solid 8px transparent; }
.price-list .price-container{ display:flex; flex-wrap:wrap; width:100%; margin:40px 0 20px}
.price-box{-webkit-transition: all .3s ease; -moz-transition: all .3s ease; -o-transition: all .3s ease; -ms-transition: all .3s ease; transition: all .3s ease; width:25%; background:#fff; background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #f5f5f5), color-stop(1, #fff)) ; background: -ms-linear-gradient(bottom, #f5f5f5, #fff); background: -moz-linear-gradient(center bottom, #f5f5f5 0, #fff 100%) ; background: -o-linear-gradient(#f5f5f5, #fff); display:flex; justify-content:flex-start; flex-direction:column; text-align:center; border-bottom:1px solid #ddd; border-top:4px solid #eee; border-left:1px solid #ddd; margin-top:20px; margin-bottom:20px; padding-bottom:22px; position:relative;}
.price-box:hover{margin-top:-9px; -webkit-transition: all .3s ease; -moz-transition: all .3s ease; -o-transition: all .3s ease; -ms-transition: all .3s ease; transition: all .3s ease; border-top:4px solid #facf00; background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #fff), color-stop(1, #f5f5f5)) ; background: -ms-linear-gradient(bottom, #fff, #f5f5f5); background: -moz-linear-gradient(center bottom, #fff 0, #f5f5f5 100%) ; background: -o-linear-gradient(#fff, #f5f5f5);}
.price-box:nth-child(4n+0){border-right:1px solid #ddd; }
.price-box .hdr{border-bottom:1px solid #ddd; padding:22px; margin-bottom:24px; position:relative}
.price-box .hdr:after{ z-index: 99; position: absolute; top: 100%; left: 70%; margin-left:-25% ; content: ''; width: 0; height: 0; border-top: solid 10px #ddd; border-left: solid 10px transparent; border-right: solid 10px transparent; }
.price-box .hdr h3{ font-size:20px; text-transform:uppercase; color:#666; margin:0; padding:0;}
.price-box .hdr h2{ font-size:52px; color:#005ca1;margin:0; padding:14px 0 24px;}
.price-box .hdr h2 sub{ bottom:0; top:-16px; right:2px; font-size:26px; font-weight:400}
.price-box .hdr h2 small{ display:block; font-size:14px; color:#666}
.price-box .cnt{ padding:0 22px; width:100%;}
.price-box .cnt ul{ margin:0; padding:0; text-align: left; color:#666; margin-bottom:40px;}
.price-box .cnt ul li{ list-style:none; border-bottom:1px dotted #ddd; padding-bottom:8px; margin-bottom:8px; display: flex;}
.price-box .cnt ul li i{margin-right:4px; color:#005ca1; padding-top: 2px;}
.price-box .cnt ul li:last-child{ border-bottom:none}
.price-box .cnt a{ position:absolute !important; bottom:0px; width:85%; margin-bottom:20px;}
.price-box .hdr a{ width:100%; bottom:0px;}
.price-box .hdr a, .price-box .cnt a{ background:#facf00; color:#222; text-transform:uppercase; font-size:14px; font-weight:bold; display:block; border-radius:3px; padding:7px;  -webkit-transform: translateZ(0); -webkit-transform: translateZ(0); transform: translateZ(0); box-shadow: 0 0 1px rgba(0, 0, 0, 0); -webkit-backface-visibility: hidden; backface-visibility: hidden; -moz-osx-font-smoothing: grayscale; position: relative; -webkit-transition-property: color; transition-property: color; -webkit-transition-duration: 0.3s; transition-duration: 0.3s;}
.price-box .hdr a:before, .price-box .cnt a:before{content: ""; position: absolute; z-index: -1; top: 0; bottom: 0; left: 0; right: 0; background: #005ca1; -webkit-transform: scaleX(0); transform: scaleX(0); -webkit-transform-origin: 50%; transform-origin: 50%; -webkit-transition-property: transform; transition-property: transform; -webkit-transition-duration: 0.3s; transition-duration: 0.3s; -webkit-transition-timing-function: ease-out; transition-timing-function: ease-out;}
.price-box .hdr a:hover, .price-box .hdr a:focus, .price-box .cnt a:hover, .price-box .cnt a:focus{color: white;}
.price-box .hdr a:hover:before, .price-box .hdr a:focus:before, .price-box .cnt a:hover:before, .price-box .cnt a:focus:before{ -webkit-transform: scaleX(1); transform: scaleX(1);}
.feat-box{ position:relative; margin-top:-9px;border-top:4px solid #005ca1; background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #fff), color-stop(1, #f5f5f5)) ; background: -ms-linear-gradient(bottom, #fff, #f5f5f5); background: -moz-linear-gradient(center bottom, #fff 0, #f5f5f5 100%) ; background: -o-linear-gradient(#fff, #f5f5f5);}
.feat-box:hover{background:#fff; background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #f5f5f5), color-stop(1, #f9f9f9)) ; background: -ms-linear-gradient(bottom, #f5f5f5, #f9f9f9); background: -moz-linear-gradient(center bottom, #f5f5f5 0, #f9f9f9 100%) ; background: -o-linear-gradient(#f5f5f5, #f9f9f9);}
.feat-box .hdr h4{ color:#005ca1; text-transform:uppercase; font-size:15px; margin:0 0 12px; padding:0; }
.feat-box:after{ content: " "; position: absolute; border-left: 1px #ddd solid; top: 0; right: -1px; height: 28px; z-index:999999}

.maid-enq .modal-content{border-radius:10px; background-color:#005ca1; color:#fff; font-family:"Roboto", sans-serif, Arial;}
.maid-enq .modal-dialog{ margin-top:120px;}
.maid-enq .modal-body{background-color:#fff; border-radius:10px; padding:15px}
.maid-enq .bg-maid-enq{  border-radius:10px 10px 0 0; border-bottom:0 none; padding:8px 15px;}
.maid-enq .bg-maid-enq .close{ font-size:24px; margin-top:0; color:#222; text-shadow:0 1px 0 #1087df; }
.maid-enq .modal-body h4{ font-size:16px; color:#666}
.maid-enq .modal-body span.chk-btn{ margin-right:20px; display:inline-block; width:40%}
.maid-enq .modal-body span.chk-btn label{ font-weight:400; color:#555}
.bg-maid-enq1{ padding:0px 15px 10px; border-top:0 none; text-align:right; background-color:#fff; border-radius:0 0 10px 10px;}
.maid-enq .btn-sbm{ border-radius:10px; padding:5px 32px; background:#facf00; border:none; color:#353535; transition:all .3s ease}
.maid-enq .btn-cnl{border-radius:10px; padding:5px 32px; background:#dfdfdf; border:none; color:#333; transition:all .3s ease}
.maid-enq .btn-sbm:hover{ background:#004b83; color:#fff}
.maid-enq .btn-cnl:hover{ background:#cccccc;}
.maid-enq .btn-cls{border-radius:10px; padding:5px 12px; background:#dfdfdf; border:none; color:#555; transition:all .3s ease}
.modal-body .rht{ float:right}

.under-dev{ padding-top:30px; padding-bottom:20px;}
.under-devbox{background-color: #fafafa; border-radius:12px; padding:30px; text-align:center}
.under-devbox h2{ font-size:32px; color:#999; font-weight:500; text-transform:uppercase}
.under-devbox h3{ color:#888; margin:0; padding:0}
.under-devbox img{ margin:0 auto 20px}
.under-devbox a{ background:#005ca1; padding:6px 42px; color:#fff; font-size:14px; border-radius:10px;}
.under-devbox a:hover{ background:#facf00; }

#container {
  max-width: 960px;
  margin: 150px auto;
}


#container h1 { font-size: 3.5em; }

#container p { font-size: 2.2em; }

#container a {
  display: inline-block;
  text-decoration: none;
  color: #333;
}

.anchor-text { border-bottom: 1px solid #333; }
 [role=tooltip] {
 box-shadow: 1px 1px 0 0 lightgray;
 margin:8px;
 padding:8px;
 border:1px solid lightgray;
 background-color: floralwhite;
 position: absolute;
 z-index: 2;
 font-size: 1.7em;
}
 [role=tooltip][aria-hidden=true] {
 display: none;
}
 [role=tooltip][aria-hidden=false] {
 display: block;
}
 [aria-haspopup=true] {
 background: url(assets/help.svg);
 background-repeat: no-repeat;
 -webkit-background-size: 0.8em 0.8em;
 background-size: 0.8em 0.8em;
 background-position: 0 50%;
 padding-left: 0.9em;
 margin-left: 0.1em;
}
