* {
font-family: Poppins, sans-serif !important;
}
html {
scroll-behavior: smooth;
}
:root {
scroll-behavior: smooth;
}
* {
box-sizing: border-box;
}
.focus {
outline: none;
}
img:focus-visible {
outline: none !important;
}


/* Works on Firefox */
* {
  scrollbar-width: thin;
  scrollbar-color: #fff;
}

/* Works on Chrome, Edge, and Safari */
*::-webkit-scrollbar {
  width: 12px;
}

*::-webkit-scrollbar-track {
  background: #fff;
}

*::-webkit-scrollbar-thumb {
    background-color: #e5e5e5;
    border-radius: 20px;
    border: 4px solid white;
}
a {
text-decoration: none;
}
.container {
position: relative;
max-width: 1220px;
margin-left: auto;
margin-right: auto;
}
li {
list-style: none;
}
.navbar-expand-lg .navbar-nav .nav-link .svg-inline--fa.fa-w-14 {
width: .875em;
font-size: 26px;
/* padding-left: 10px; */
margin-right: 6px;
}
.navbar-expand-lg .nav-item {
padding: 10px 15px 0px 20px;
}
.navbar-expand-lg .navbar-nav .nav-link {
padding: 0px;
}
.box_14 {
position: relative;
z-index: 999;
padding: 15px 0px 7px 0px;
}
.header .nav-item .span_tag {
position: absolute;
border-radius: 60%;
background: #e84771;
/* padding: 48px; */
right: 2px;
height: 15px;
width: 15px;
color: #fff;
top: 0px;
/* display: inline-block; */
font-size: 8px;
justify-content: center;
text-align: center;
line-height: 15px;
}
.nav-item .span_tag {
position: absolute;
border-radius: 60%;
background: #e84771;
/* padding: 48px; */
right: 2px;
height: 15px;
width: 15px;
color: #fff;
top: 0px;
font-size: 8px;
justify-content: center;
text-align: center;
line-height: 15px;
}
#slider {
position: relative;
background: #000;
padding: 150px 0px 100px;
top: -119px;
}
#slider:before {
content: ' ';
display: block;
position: absolute;
left: 0;
top: 0;
background: #000;
width: 100%;
height: 100%;
opacity: 0.4;
background-image: url('../images/cost.jpg');
background-repeat: no-repeat;
background-position: 50% 0;
background-size: cover;
}
#slider h1 {
font-size: 45px;
width: 80%;
font-weight: 700;
color: #fff;
    line-height: 54px;
}
#slider .anim-btn {
border: 2px solid #e84771;
border-radius: 0.5em;
letter-spacing: 0.1em;
text-align: center;
position: relative;
overflow: hidden;
z-index: 1;
background-color: #e84771;
color: #fff;
font-size: 14px;
padding: 13px 30px 13px 30px;
transition: .8s ease;
font-weight: 500;
text-decoration: none;
}
#slider .anim-btn:hover {
border: solid 2px #e84771;
color: #fff;
background-color:transparent;
}
#slider h5 {
font-size: 20px;
padding-top: 5px;
font-weight: 500;
color: #fff;
}
h2 {
font-size: 25px;
font-weight: 600;
line-height: 13px;
text-align: center;
}
.dummy h1 {
font-size: 25px;
font-weight: 600;
line-height: 13px;
text-align: center;
}
h1 {
font-size: 25px;
font-weight: 600;
line-height: 30px;
color: #14287b;
}
h2 span {
color: #e84771;
}
h1 span {
color: #e84771;
}
.Cleaning_Service {
display: flex;
padding-top: 35px;
}
.box20 {
width: 20%;
    background: #ffffff;
margin-right: 20px;
border-top-right-radius: 30px;
border-top-left-radius: 8px;
border-bottom-right-radius: 8px;
border-bottom-left-radius: 30px;
text-align: center;
padding: 20px 0px;
transition: 0.5s;box-shadow: 0 0px 10px 0 rgb(34 41 47 / 20%);
}
.box20 h3 {
font-size: 14px;
font-weight: 600;
text-align: center;
color: #4c5479;
padding-top: 10px;
}
.box20:hover {
box-shadow: 0 10px 30px rgb(0 0 0 / 7%);
transform: translateY(-10px);
}
.box20 img {
transition: 0.5s;
}
.box20:hover img {
transform: translateY(-10px);
}
#Works_Video {
background-image: linear-gradient(#f1f6fc, #f1f6fc);
border-radius: 0 4px 4px 0;
clip-path: polygon(0 15%, 100% 0, 100% 100%, 0 100%);
padding: 100px 0 60px;
margin:60px 0px;
}
p {
font-size: 14px;
    font-weight: 400;
    line-height: 23px;
    color: #a3a3a3;
    margin: 0;
    padding-top: 0px;
}
h4 {
font-size: 20px;
padding-top:10px;
color:#4c5479;
}
.anim-btn {
margin-top: 20px;
}
.anim-btn {
border: 2px solid #4c5479;
border-radius: 0.5em;
letter-spacing: 0.1em;
text-align: center;
position: relative;
overflow: hidden;
z-index: 1;
background-color: transparent;
color: #e84771;
font-size: 14px;
padding: 10px 30px 10px 30px;
transition: .8s ease;
font-family: 'Roboto', sans-serif;
font-weight: 500;
text-decoration: none;
}
.rounded-pill {
border-radius: 50rem!important;
}
.anim-btn span {
position: absolute;
width: 25%;
height: 100%;
background-color: #e84771;
transform: translateY(150%);
border-radius: 50%;
transition: 0.5s;
z-index: -1;
}
.anim-btn span:nth-child(1) {
left: calc((1 - 1) * 25%);
transition-delay: calc((1 - 1) * 0.1s);
}
.anim-btn span:nth-child(2) {
left: calc((2 - 1) * 25%);
transition-delay: calc((2 - 1) * 0.1s);
}
.anim-btn span:nth-child(3) {
left: calc((3- 1) * 25%);
transition-delay: calc((3 - 1) * 0.1s);
}
.anim-btn span:nth-child(4) {
left: calc((4- 1) * 25%);
transition-delay: calc((4 - 1) * 0.1s);
}
.anim-btn:hover {
border: solid 2px #e84771;
color: #fff;
}
.anim-btn:hover span {
transform: translateY(0) scale(3.15);
}
.box15 {
padding-top: 80px
}
.box17 {
display: flex;
margin-top: 15px;
text-align: center;
justify-content: center;
align-items: center;
}
.box17 img {
width: 60px;
height: 60px;
margin: 2px;
}
.box_img_oc_17{
position: relative;}
.box_img_oc_17::before {
top: -2px;
left: -2px;
border-top: 2px solid #e84771;
border-left: 2px solid #e84771;
}
.box_img_oc_17::before, .box_img_oc_17::after, .box_img_oc_17 span::before, .box_img_oc_17 span::after {
content: '';
position: absolute;
width: 15px;
height: 15px;
background: transparent;
transition: 1s;
/* -webkit-mix-blend-mode: hue; */
}
.Marry_reviewed:hover .box_img_oc_17::before, .Marry_reviewed:hover .box_img_oc_17::after, .Marry_reviewed:hover .box_img_oc_17 span::before, .Marry_reviewed:hover .box_img_oc_17 span::after {
width: calc( 69px / 2);
height: calc( 69px / 2);
}
.box_img_oc_17::after{
top: -2px;
right: -2px;
border-top: 2px solid #e84771;
border-right: 2px solid #e84771;
}
.box17 h5 {
font-size: 14px;
font-weight: 500;
line-height: 25px;
margin: 0px;
margin-left: 15px;
}
.box_img_oc_17 span::before {
bottom: -2px;
left: -2px;
border-bottom: 2px solid #e84771;
border-left: 2px solid #e84771;
}
.box_img_oc_17 span::after {
bottom: -2px;
right: -2px;
border-bottom: 2px solid #e84771;
border-right: 2px solid #e84771;
}
.box78 {
display: none;
}
h5 {
font-size: 14px;
font-weight: 500;
line-height: 25px;
margin: 0px;
}
a:focus-visible {
outline: none !important;
}
h5 span {
font-size: 16px;
font-weight: 600;
}
.Marry_reviewed {
border-top-right-radius: 5px;
text-align: center;
border-top-left-radius: 5px;
border-bottom-left-radius: 5px;
border-bottom-right-radius: 30px;
box-shadow: 0 10px 30px rgb(19 40 125 / 10%);
padding: 20px;
}
.Marry_reviewed span a {
font-size: 16px;
font-weight: 600;
color: #e84771;
}
.Marry_reviewed .renk {
font-size: 13px;
font-weight: 400;
color: #a0a0a0;
margin-left: 8px;
}
.renk {
font-size: 13px;
font-weight: 400;
color: #a0a0a0;
margin-left: 8px;
}
#Lorem_ipsum {
padding: 65px 0px;
margin: 140px 0px 60px 0px;
background-color: #0093E9;
background-image: linear-gradient( 90deg, #4c5479 0%, #e84771 100%);
position: relative;
}
#Lorem_ipsum .img_box {
position: absolute;
top: -183px;
}
#Featured h2 {
font-size: 25px;
font-weight: 600;
line-height: 13px;
text-align: center;
margin-bottom: 30px;
}
#Lorem_ipsum h2 {
font-size: 27px;
font-weight: 600;
line-height: 30px;
text-align: left;
color: #fff;
}
#Lorem_ipsum .anim-btn {
border: 2px solid #ffffff;
border-radius: 0.5em;
text-transform: uppercase;
letter-spacing: 0.1em;
text-align: center;
position: relative;
overflow: hidden;
z-index: 1;
float: right;
background-color: transparent;
color: #ffffff;
font-size: 14px;
padding: 10px 30px 10px 30px;
transition: .8s ease;
font-family: 'Roboto', sans-serif;
font-weight: 700;
text-decoration: none;
}
#Lorem_ipsum .rounded-pill {
border-radius: 50rem!important;
}
#Lorem_ipsum .anim-btn span {
position: absolute;
width: 25%;
height: 100%;
background-color: #e84771;
transform: translateY(150%);
border-radius: 50%;
transition: 0.5s;
z-index: -1;
}
#Lorem_ipsum .anim-btn span:nth-child(1) {
left: calc((1 - 1) * 25%);
transition-delay: calc((1 - 1) * 0.1s);
}
#Lorem_ipsum .anim-btn span:nth-child(2) {
left: calc((2 - 1) * 25%);
transition-delay: calc((2 - 1) * 0.1s);
}
#Lorem_ipsum .anim-btn span:nth-child(3) {
left: calc((3- 1) * 25%);
transition-delay: calc((3 - 1) * 0.1s);
}
#Lorem_ipsum .anim-btn span:nth-child(4) {
left: calc((4- 1) * 25%);
transition-delay: calc((4 - 1) * 0.1s);
}
#Lorem_ipsum .anim-btn:hover {
border: solid 2px #e84771;
color: #fff;
}
#Lorem_ipsum .anim-btn:hover span {
transform: translateY(0) scale(3.15);
}
#Featured .box85 {
box-shadow: 0 0 10px 4px rgb(31 66 135 / 10%);
padding: 20px;
border-radius: 8px;
display: inline-block;
width: 100%;
}
.text_box {
display: block;
position: relative;
left: 0px;
}
.text_box a {
color: #4c5479;
}
.img_boxs {
width: 100%;
display: inline-block;
}
.img_boxs img{ width: 100%; }
.text_box li {
display:block;
text-decoration: none;
font-size: 13px;
line-height: 28px;
margin-right: 15px;
}
.box_header_f{    max-height: 295px;
min-height: 295px;}
.text_box ul {
margin: 0px;
padding: 0px;
}
.box85:hover .text_box h3> a{
color: #e84771;
}
.box85 .anim-btn {
border: 2px solid #e84771;
border-radius: 0.5em;
text-transform: uppercase;
letter-spacing: 0.1em;
text-align: center;
position: relative;
overflow: hidden;
z-index: 1;
border-top-left-radius: 30px;
border-top-right-radius: 8px;
border-bottom-left-radius: 8px;
border-bottom-right-radius: 15px;
background-color: #e84771;
color: #fff;
font-size: 14px;
padding: 8px 15px 8px 15px;
transition: .8s ease;
font-weight: 500;
text-decoration: none;
margin-right: 10px;
}
.box85 .anim-btn:hover {
border: solid 2px #e84771;
color: #fff;
background-color: transparent;
}
.box85 .anim-btn {
margin-top: 15px;
}
.box85 p {
font-size: 14px;
font-weight: 400;
line-height: 23px;
margin: 0;
padding-top: 5px;
}
.img_boxs {
background: #f3f3f3;
vertical-align: middle;
border-top-right-radius: 8px;
border-top-left-radius: 8px;
border-bottom-right-radius: 8px;
border-bottom-left-radius: 30px;
box-shadow: 0 6px 10px rgb(19 40 125 / 22%);
padding: 20px 30px;
}
#Articles {
background: #f1f6fc;
margin:60px 0px;
padding:60px 0px;
}
#stories {
margin:60px 0px;
padding:60px 0px;
}
.stories {
box-shadow: 0 10px 30px rgb(19 40 125 / 10%);
background: #fff;
margin-top: 35px;
text-align: center;
}
.stories img {
border-bottom-left-radius: 30px;
}
.stories h2 a {
font-size: 18px;
font-weight: 600;
line-height: 22px;
color: #4c5479;
}
.stories p {
font-size: 14px;
font-weight: 400;
line-height: 23px;
color: #666666;
text-align: left;
margin: 0;
padding-top: 0px;
}
.text_box2 {
padding: 15px 15px 20px 15px;
text-align: center;
min-height: 145px;
margin-bottom: 35px;
}
.Top_Posts ul li p{
    padding-left: 25px;
}
#Articles .owl-theme .owl-nav {
margin-top: -15px;
}
.stories span {
font-size: 14px;
text-align: left;
/* padding-top: 14px; */
line-height: 25px;
margin-bottom: 6px;
display: inline-block;
}
.Cleaning_Service {
display: flex;
padding-top: 35px;
}
.box21, .box22, .box23, .box24, .box25 {
position: relative;
background: #000;
margin-right: 20px;
color: #fff;
width: 100%;
border-top-right-radius: 30px;
border-top-left-radius: 8px;
border-bottom-right-radius: 8px;
border-bottom-left-radius: 30px;
text-align: center;
padding: 100px 0px 20px 0px;
transition: 0.5s;
}
.box50:hover h3 {
transform: translateY(-10px);
}
.box50 h3 {
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    color: #4c5479 !important;
    padding-top: 10px;
    transition: 0.5s;
    position: relative;
    z-index: 999;
}
.box50 img{width: auto !important;
    text-align: center;
    display: inherit !important;
    margin: auto; transition: 0.5s;}
.box50:hover img{    transform: translateY(-10px);}
.box50:hover {
box-shadow: 0 10px 30px rgb(0 0 0 / 7%);
transform: translateY(-10px);
}
.box50{
position: relative;
background: #fff;
margin-right: 20px;
color: #fff;
width: 100%;
border-top-right-radius: 30px;
border-top-left-radius: 8px;
border-bottom-right-radius: 8px;
border-bottom-left-radius: 30px;
text-align: center;
padding: 30px 0px 30px 0px;
transition: 0.5s;border: 1.5px solid #4c5479;
}
.box21:before {
    content: ' ';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    background: #000;
    width: 100%;
    height: 100%;
    opacity: 0.4;
    background-image: url(../images/Cities1.jpg);
    background-repeat: no-repeat;
    background-position: 50% 0;
    background-size: cover;
    border-top-right-radius: 30px;
    border-top-left-radius: 8px;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 30px;
}
.Cleaning_Service1 h3 {
font-size: 16px;
font-weight: 500;
text-align: center;
color: #fff;
padding-top: 10px;
transition: 0.5s;
position: relative;
z-index: 999;
}
.box21:hover {
box-shadow: 0 10px 30px rgb(0 0 0 / 7%);
transform: translateY(-10px);
}
.box22:hover {
box-shadow: 0 10px 30px rgb(0 0 0 / 7%);
transform: translateY(-10px);
}
.box23:hover {
box-shadow: 0 10px 30px rgb(0 0 0 / 7%);
transform: translateY(-10px);
}
.box24:hover {
box-shadow: 0 10px 30px rgb(0 0 0 / 7%);
transform: translateY(-10px);
}
.box25:hover {
box-shadow: 0 10px 30px rgb(0 0 0 / 7%);
transform: translateY(-10px);
}
.text_box2 li {
display: inline-block;
text-decoration: none;
font-size: 13px;
line-height: 28px;
margin-right: 15px;
}
.box21:hover h3 {
transform: translateY(-10px);
}
.box22:hover h3 {
transform: translateY(-10px);
}
.box23:hover h3 {
transform: translateY(-10px);
}
.box24:hover h3 {
transform: translateY(-10px);
}
.box25:hover h3 {
transform: translateY(-10px);
}
.box21:before {
content: ' ';
display: block;
position: absolute;
left: 0;
top: 0;
background: #000;
width: 100%;
height: 100%;
opacity: 0.4;
background-image: url(../images/Cities1.jpg);
background-repeat: no-repeat;
background-position: 50% 0;
background-size: cover;
border-top-right-radius: 30px;
border-top-left-radius: 8px;
border-bottom-right-radius: 8px;
border-bottom-left-radius: 30px;
}
.box22:before {
content: ' ';
display: block;
position: absolute;
left: 0;
top: 0;
background: #000;
width: 100%;
height: 100%;
opacity: 0.4;
background-image: url(../images/Cities2.jpg);
background-repeat: no-repeat;
background-position: 50% 0;
background-size: cover;
border-top-right-radius: 30px;
border-top-left-radius: 8px;
border-bottom-right-radius: 8px;
border-bottom-left-radius: 30px;
}
.box23:before {
content: ' ';
display: block;
position: absolute;
left: 0;
top: 0;
background: #000;
width: 100%;
height: 100%;
opacity: 0.4;
background-image: url(../images/Cities3.jpg);
background-repeat: no-repeat;
background-position: 50% 0;
background-size: cover;
border-top-right-radius: 30px;
border-top-left-radius: 8px;
border-bottom-right-radius: 8px;
border-bottom-left-radius: 30px;
}
.box24:before {
content: ' ';
display: block;
position: absolute;
left: 0;
top: 0;
background: #000;
width: 100%;
height: 100%;
opacity: 0.4;
background-image: url(../images/Cities4.jpg);
background-repeat: no-repeat;
background-position: 50% 0;
background-size: cover;
border-top-right-radius: 30px;
border-top-left-radius: 8px;
border-bottom-right-radius: 8px;
border-bottom-left-radius: 30px;
}
.box25:before {
content: ' ';
display: block;
position: absolute;
left: 0;
top: 0;
background: #000;
width: 100%;
height: 100%;
opacity: 0.4;
background-image: url(../images/Cities5.jpg);
background-repeat: no-repeat;
background-position: 50% 0;
background-size: cover;
border-top-right-radius: 30px;
border-top-left-radius: 8px;
border-bottom-right-radius: 8px;
border-bottom-left-radius: 30px;
}
#footer {
background: #303030;
margin: 60px 0px 0px 0px;
padding: 60px 0px 0px 0px;
}
#footer h2 {
font-size: 18px;
font-weight: 500;
line-height: 13px;
text-align: left;
color: #fff;
opacity: 0.7;
margin-bottom: 25px;
}
ul {
padding: 0px;
margin: 0px;
}
#footer li {
list-style: none;
text-decoration: none;
line-height: 25px;
}
#footer li a {
font-size: 13px;
color: #fff;
opacity: 0.5;
}
#footer .Discover_text {
}
#footer .Discover {
display: flex;
justify-content: space-between;
}
.Copyright {
background: #303030;
padding: 20px;
margin-top:40px;
}
.Copyright h6 {
font-size: 14px;
font-weight: 400;
color: #fff;
margin: 0px;
opacity: 0.7;
}
.Copyright li {
list-style: none;
text-decoration: none;
line-height: 25px;
display: initial;
padding: 0px 3px;
}
.Copyright .boxredis {
border-radius: 50px;
padding: 7px;
background: #b2bfc3;
width: 35px;
height: 35px;
align-items: center;
justify-content: center;
text-align: center;
vertical-align: middle;
min-height: 100%;
display: flex;
overflow: hidden;
max-width: 100%;
display: inline-block;
}
.owl-theme .owl-nav.disabled+.owl-dots {
margin-top: 10px;
display: none;
}
.Copyright ul {
float: right;
}
.box19 .anim-btn {
margin-top: 0px;
}
.nav_a {
color: #fff !important;
font-size: 14px;
font-weight: 400;
line-height: 25px;
}
.box231 {
background: #e84771;
border-top-right-radius: 8px;
border-top-left-radius: 30px;
border-bottom-right-radius: 15px;
border-bottom-left-radius: 8px;
padding: 7px 16px !important;
}
.peding {
padding-left: 90px
}
.box_dfg .container{padding: 0px 15px;}
.navbar-brand{margin: 0px; padding: 0px;}
.box19 .anim-btn {
border: 2px solid #ffffff;
border-radius: 0.5em;
letter-spacing: 0.1em;
text-align: center;
position: relative;
overflow: hidden;
z-index: 1;
background-color: #fff;
color: #e84771;
font-size: 15px;
padding: 8px 15px 8px 15px;
transition: .8s ease;
font-weight: 500;
text-decoration: none;
}
.box19 .anim-btn:hover {
border: solid 2px #e84771 !important;
;
color: #fff !important;
;
}
.fa {
display: inline-block;
font: normal normal normal 14px/1 FontAwesome;
font-size: inherit;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.svg-inline--fa {
display: inline-block;
font-size: inherit;
height: 1em;
overflow: visible;
vertical-align: -.125em;
margin-right: 0px;
}
.roted .svg-inline--fa {
transform: rotate(90deg);
}
.star .svg-inline--fa {
color:#ffc107;
font-size: 12px;
}
.text_box2 li .svg-inline--fa {
font-size: 12px;
margin-right: 7px;
color:#000;
}
.header {
box-shadow: 0 10px 30px rgb(19 40 125 / 10%);
padding: 0px 0px;transition: all .5s ease-out;
}
.header .nav_a {
color: #858585 !important;
font-size: 14px;
font-weight: 500;
line-height: 25px;
}
textarea.form-control {
    min-height: calc(1.5em + 4.75rem + 2px);
}
.header .box19 .anim-btn {
border: 2px solid #4c5479;
border-radius: 0.5em;
letter-spacing: 0.1em;
text-align: center;
position: relative;
overflow: hidden;
z-index: 1;
background-color: transparent;
color: #e84771;
font-size: 14px;
padding: 8px 12px 8px 12px;
transition: .8s ease;
font-family: 'Roboto', sans-serif;
font-weight: 500;
text-decoration: none;
}
.header .rounded-pill {
border-radius: 0rem!important;
}
.header .anim-btn:hover {
border: solid 2px #e84771;
color: #fff;
}
#login {
background: linear-gradient(90deg, #cce4ff 50%, #1f1f70 50%);
position: relative;
padding: 50px 0px;
}
#login .login_man {
background: #fff;
border-bottom-right-radius: 80px;
}
.teg_js:before {
content: "";
margin-left: -43px;
position: absolute;
z-index: 9;
display: inline-block;
background: url(../images/login.png) no-repeat;
width: 50px;
height: 50px;
float: right;
top:0px;
}
.teg_js1:before {
content: "";
margin-left: -43px;
position: absolute;
z-index: 9;
display: inline-block;
background: url(../images/singup.png) no-repeat;
width: 50px;
height: 50px;
float: right;
top:-10px;
}
.teg_js3:before {
content: "";
margin-left: -43px;
position: absolute;
z-index: 9;
display: inline-block;
background: url(../images/forgotpassword.png) no-repeat;
width: 50px;
height: 50px;
float: right;
top:0px;
}
#login .form-control {
display: block;
width: 100%;
height: calc(1.5em + .75rem + 2px);
padding: .375rem .75rem;
font-size: 1rem;
font-weight: 400;
line-height: 1.5;
color: #495057;
background-color: #fff;
background-clip: padding-box;
border: 1px solid #ced4da;
border-radius: .25rem;
transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
#login .contact-form .form-group {
margin-bottom: 1.5rem;
}
.icon_imag {
margin-bottom: 35px;
}
#login .contact-form .form-control {
border: 1px solid #d4d4d4;
padding: 27px 15px;
background: #ffffff;
font-weight: normal;
-webkit-border-radius: 5px;
border-radius: 8px;
-webkit-box-shadow: none;
box-shadow: none;
font-size: 14px;
min-height: 45px;
box-shadow: 0px 5px 17px rgb(19 40 125 / 10%);
position: relative;
-webkit-transition: border .9s ease;
-o-transition: border .9s ease;
transition: border .9s ease;
}
#login .box_14 {
margin: 50px
}
.box_14 h5 {
text-align: right;
}
.box_14 h5 a {
color: #e84771;
}
#login .btn-solid {
padding: 13px 29px;
color: #ffffff;
letter-spacing: 0.05em;
border: 2px solid #4c5479;
background-image: linear-gradient( 30deg, #4c5479 50%, transparent 50%);
background-size: 1056px;
background-repeat: no-repeat;
background-position: 0;
-webkit-transition: background 300ms ease-in-out;
transition: background 300ms ease-in-out;
width: 100%;
font-weight: 600;
border-radius: 5px;
}
#login .btn-solid {
margin-top: 1.0rem;
}
#login .btn:hover {
-webkit-transition: 0.3s ease-in-out;
transition: 0.3s ease-in-out;
}
.top {
vertical-align: middle;
text-align: center;
justify-content: center;
margin: auto;
}
.top2 {
align-items:center ;
}
#login .btn-solid:hover {
background-position: 100%;
color: #e84771;
background-color: #ffffff;
}
#login h6 {
font-size: 15px;
font-weight: 500;
text-align: center;
color: #666666;
margin-top: 15px;
}
.left-and-right::before {
content: '';
position: absolute;
background-color: #4c5479;
width: 100px;
height: 2px;
bottom: 0;
left: 0px;
bottom: 8px;
}
.text-danger {
font-size:13px;
padding: 0px;
margin: 0px;
line-height:25px;
display:block;
text-align: left;
}
/* left line after text*/
.left-and-right::after {
content: '';
position: absolute;
background-color: #4c5479;
width: 100px;
height: 2px;
bottom: 0;
right: 0px;
bottom: 8px;
}
.WITH_e {
margin-top: 1.8rem;
position: relative;
}
.login_12 img {
width: 100%;
margin: auto;
border-bottom-right-radius: 80px;
}
#login li {
display: inline-block;
padding: 15px 5px;
}
#login ul {
text-align: center;
}
.face img {
width: auto!important;
}
#msform {
width: 600px;
margin: 50px auto;
text-align: center;
position: relative;
}
#msform fieldset {
background: white;
border: 0 none;
border-radius: 3px;
box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.4);
padding: 20px 30px;
box-sizing: border-box;
width: 80%;
margin: 0 10%;
/*stacking fieldsets above each other*/
position: absolute;
}
/*Hide all except first fieldset*/
#msform fieldset:not(:first-of-type) {
display: none;
}
/*inputs*/
#msform input, #msform textarea {
padding: 15px;
border: 1px solid #ccc;
border-radius: 3px;
margin-bottom: 10px;
width: 100%;
box-sizing: border-box;
color: #2C3E50;
font-size: 13px;
}
/*buttons*/
#msform .action-button {
width: 100px;
background: @secondary-color;
font-weight: bold;
color: white;
border: 0 none;
border-radius: 1px;
cursor: pointer;
padding: 10px 5px;
margin: 10px 5px;
}
#msform .action-button:hover, #msform .action-button:focus {
box-shadow: 0 0 0 2px white, 0 0 0 3px @secondary-color;
}
/*headings*/
.fs-title {
font-size: 16px;
text-transform: uppercase;
color: @primary-color;
margin-bottom: 10px;
}
.fs-subtitle {
font-weight: normal;
font-size: 14px;
color: #666;
margin-bottom: 20px;
}
/*progressbar*/
#progressbar {
margin-bottom: 30px;
overflow: hidden;
/*CSS counters to number the steps*/
counter-reset: step;
}
#progressbar li {
list-style-type: none;
color: white;
text-transform: uppercase;
font-size: 9px;
width: 10%;
float: left;
position: relative;
}
#progressbar li:before {
content: counter(step);
counter-increment: step;
width: 20px;
line-height: 20px;
display: block;
font-size: 10px;
color: #333;
background: white;
border-radius: 3px;
margin: 0 auto 5px auto;
}
/*progressbar connectors*/
#progressbar li:after {
content: '';
width: 100%;
height: 2px;
background: white;
position: absolute;
left: -50%;
top: 9px;
z-index: -1; /*put it behind the numbers*/
}
#progressbar li:first-child:after {
/*connector not needed before the first step*/
content: none;
}
/*marking active/completed steps green*/
/*The number of the step and the connector before it = green*/
#progressbar li.active:before, #progressbar li.active:after {
background: @secondary-color;
color: white;
}
.help-block {
font-size: .8em;
color: #7c7c7c;
text-align: left;
margin-bottom: .5em;
}
.Sort_By {
box-shadow: 0 5px 20px rgb(0 0 0 / 25%);
padding: 30px;
}
.Found_img {
background: #f3f3f3;
border-radius: 20px 5px 20px 5px;
box-shadow: 0 4px 5px 0 rgb(34 41 47 / 20%);
justify-content: center;
text-align: center;
vertical-align: middle;
min-height: 100%;
display: flex;
align-items: center;
overflow: hidden;
max-width: 100%;
height: 120px;
}
.Found_img img {
max-width: 100%;
}
.Found {
box-shadow: 0 4px 16px 0 rgb(34 41 47 / 20%);
padding: 20px;
border-radius: 15px;
}
.Found2 {
box-shadow: 0 4px 16px 0 rgb(34 41 47 / 20%);
padding: 20px;
border-radius: 15px;
}
.btn-solid {
padding: 7px 12px;
margin-right: 10px;
margin-top: 15px;
font-size: 14px;
color: #ffffff;
letter-spacing: 0.05em;
border: 2px solid #4c5479;
background-image: linear-gradient( 30deg, #4c5479 50%, transparent 50%);
background-size: 679px;
background-repeat: no-repeat;
background-position: 0;
-webkit-transition: background 300ms ease-in-out;
transition: background 300ms ease-in-out;
font-weight: 500;
border-radius: 5px;
border-top-left-radius: 30px;
border-top-right-radius: 8px;
border-bottom-left-radius: 8px;
border-bottom-right-radius: 15px;
}
.box_k {
background-image: linear-gradient( 30deg, #e84771 50%, transparent 50%);
border: 2px solid #e84771;
}
#login .btn-solid {margin-top: 1.0rem;}
.btn:hover {
-webkit-transition: 0.3s ease-in-out;
transition: 0.3s ease-in-out;
}
.btn-solid:hover {
background-position: 100%;
color: #e84771;
background-color: #ffffff;
border-color: #4c5479;
}
.dummy {box-shadow: 0 25px 24px 0 rgb(34 41 47 / 10%);padding: 50px 0px;}
.dummy ul {text-align: center;}
.dummy .box_roted-with .anim-btn:hover {border: solid 2px #e84771;color: #e84771 !important;}
.dummy .anim-btn span {left: calc((2 - 1) * 25%);transition-delay: calc((2 - 1) * 0.1s);display: none;}
.dummy .anim-btn:hover span {transform: none;}
.dummy .box_roted-with .anim-btn {color: #e84771;border-radius: 10px !important;font-size: 16px;border: 2px solid #4c5479;padding: 5px 15px 5px 15px;}
.dummy .anim-btn img {margin-right: 5px;}
.dummy .anim-btn {
color: #4c5479;
padding: 5px 15px 5px 15px;
font-size: 16px;
border: 2px solid transparent;
border-radius: 10px !important;
}
.dummy li {
display: inline-block;
}
.dummy .anim-btn:hover {
border: solid 2px #e84771;
color: #e84771 !important;
}
.box_sedo .btn-solid {
padding: 6px 10px;
margin-right: 5px;
margin-top: 12px;
font-size: 12px;
color: #ffffff;
letter-spacing: 0.05em;
border: 2px solid #4c5479;
background-image: linear-gradient( 30deg, #4c5479 50%, transparent 50%);
background-size: 679px;
background-repeat: no-repeat;
background-position: 0;
-webkit-transition: background 300ms ease-in-out;
transition: background 300ms ease-in-out;
font-weight: 500;
border-radius: 5px;
border-top-left-radius: 30px;
border-top-right-radius: 8px;
border-bottom-left-radius: 8px;
border-bottom-right-radius: 15px;
}
.box_sedo .btn-success, .box85 .btn-success {
padding: 7px 13px;
margin-right: 5px;
margin-top: 12px;
font-size: 14px;
color: #000000;
letter-spacing: 0.05em;
border: 2px solid #ffc107;
background-image: linear-gradient(
30deg
, #ffc107 50%, transparent 50%);
background-size: 679px;
background-repeat: no-repeat;
background-position: 0;
-webkit-transition: background 300ms ease-in-out;
transition: background 300ms ease-in-out;
font-weight: 500;
border-radius: 5px;
border-top-left-radius: 30px;
border-top-right-radius: 8px;
border-bottom-left-radius: 8px;
border-bottom-right-radius: 15px;
}
.Found_img1 {
background: #f3f3f3;
border-bottom-right-radius: 5px;
border-bottom-left-radius: 30px;
border-top-right-radius: 30px;
border-top-left-radius: 5px;
padding: 42px 30px;
display: inline-block;
}
.box_sedo li {
display: block;
text-decoration: none;
font-size: 13px;
line-height: 28px;
margin-right: 15px;
}
.box_sedo .box_k {
background-image: linear-gradient( 30deg, #e84771 50%, transparent 50%);
border: 2px solid #e84771;
}
.box_sedo .box_k:hover{color: #e84771 !important;}
#login .btn-solid {
margin-top: 1.0rem;
}
.box_sedo .btn:hover {
-webkit-transition: 0.3s ease-in-out;
transition: 0.3s ease-in-out;
}
.box_sedo .btn-solid:hover {
background-position: 100%;
color: #e84771;
background-color: #ffffff;
}
.Quote_k {
box-shadow: 0 5px 20px rgb(0 0 0 / 25%);
padding: 20px;
}
.Quote_k .contact-form .form-control {
border: 1px solid #d4d4d4;
padding: 10px 20px;
background: #ffffff;
font-weight: normal;
-webkit-border-radius: 5px;
border-radius: 8px;
-webkit-box-shadow: none;
box-shadow: none;
font-size: 14px;
min-height: 45px;
box-shadow: 0px 5px 12px rgb(19 40 125 / 10%);
position: relative;
-webkit-transition: border .9s ease;
-o-transition: border .9s ease;
transition: border .9s ease;
}
.Quote_k .contact-form .form-group {
margin-bottom: 0.85rem;
}
textarea.form-control {
max-height: 60px;
padding: 10px 20px;
color: #000;
color: #a3a3a3 !important;
}
.Quote_k h4 {
font-size: 20px;
padding-top: 10px;
color: #e84771;
font-weight: 500;
margin-bottom: 15px;
}
.Quote_k h4:after {
content:'';
border-bottom: 1px solid #000;
width: 100%;
display: block;
margin-top: 8px;
}
.Quote_k .btn-solid {
padding: 8px 16px;
margin-right: 10px;
margin-top: 15px;
font-size: 14px;
color: #ffffff;
letter-spacing: 0.05em;
border: 2px solid #e84771;
background-image: linear-gradient( 30deg, #e84771 50%, transparent 50%);
background-size: 679px;
background-repeat: no-repeat;
background-position: 0;
-webkit-transition: background 300ms ease-in-out;
transition: background 300ms ease-in-out;
font-weight: 500;
border-radius: 5px;
border-top-left-radius: 30px;
border-top-right-radius: 8px;
border-bottom-left-radius: 8px;
border-bottom-right-radius: 15px;
text-align: center;
margin: auto;
display: block;
}
.Quote_k .btn-solid:hover {
background-position: 100%;
color: #e84771;
background-color: #ffffff;
}
.Social li a {
font-size: 18px;
font-weight: 500;
line-height: 25px;
color: #000;
margin-right: 5px;
display: inline-block;
vertical-align: middle;
-webkit-transition: -webkit-transform .25s ease;
transition: -webkit-transform .25s ease;
transition: transform .25s ease;
transition: transform .25s ease, -webkit-transform .25s ease;
}
.Social li a:hover {
transform: translateX(5px);
color: #e84771;
}
.Social li img {
-webkit-transition: -webkit-transform .25s ease;
transition: -webkit-transform .25s ease;
transition: transform .25s ease;
transition: transform .25s ease, -webkit-transform .25s ease;
}
.Social li:hover img {
transform: translateX(5px);
}
.Social li {
padding: 6px 0px;
}
.container_box {
box-shadow: 0 5px 20px rgb(0 0 0 / 25%);
padding: 20px;
min-height: 200px;
}
ul.tabs {
margin: 0px;
padding: 0px;
list-style: none;
}
ul.tabs li {
background: none;
color: #222;
display: inline-block;
padding: 10px 15px;
cursor: pointer;
}
ul.tabs li.current {
background: #4c5479;
color: #fff;
}
.tab-content {
    display: none;
    background: #fff;
    padding: 15px;
    border: 2px solid #4c5479;
    font-size: 14px;
    color: #838383;
    line-height: 25px;
}
.tab-content.current {
display: inherit;
}
.stories img {
border-bottom-left-radius: 30px;
width: 100%;
}
.Posts span {
font-size: 20px;
float: left;
font-weight: 700;
margin-right: 15px;
color: #4c5479;
}
.Posts a {
font-size: 14px;
font-weight: 500;
color: #4c5479;/* line-height: 16px; */
}
.Posts li {
display: inline-flex;
font-size: 13px;
color: #666;
padding: 5px 0px;
align-items: center;
}
.Top_Posts li{display: block;padding: 10px 0px;}
.search-field {
padding: 15px 20px;
width: 100%;
border-radius: 50rem!important;
color: #3c4858 !important;
border: none;
outline: none !important;
box-shadow: 0 5px 13px rgb(60 72 88 / 20%);
}
.search-submit {
position: absolute;
top: -0.5px;
right: 0px;
outline: none !important;
border-radius: 50px;
padding: 15px 30px;
background: #14287b;
border: none;
color: #ffffff;
cursor: pointer;
}
.search_k {
position: relative;
}
.Directory li {
padding: 10px 10px;
box-shadow: 0 5px 13px rgb(60 72 88 / 20%);
margin: 12px 0px;
}
.text_box24 h2 {
font-size: 25px;
font-weight: 600;
line-height: 30px;
text-align: left;
color: #4c5479;
margin-bottom: 13px;
}
.text_box24 li {
display: inline-block;
text-decoration: none;
font-size: 13px;
line-height: 28px;
margin-right: 15px;
margin-top: 10px;
}
.text_box24 li .svg-inline--fa {
font-size: 12px;
margin-right: 7px;
color: #000;
}
.text_box24 span {
font-style: italic;
font-weight: 500;
border-left: 2px solid #e84771;
display: block;
padding-left: 12px;
}
.content__title {
margin-bottom: 40px;
font-size: 20px;
text-align: center;
}
.content__title--m-sm {
margin-bottom: 10px;
}
.multisteps-form__progress {
display: grid;
height: 443px;
padding: 20px;
}
.multisteps-form__progress-btn {
transition-property: all;
transition-duration: 0.15s;
transition-timing-function: linear;
transition-delay: 0s;
position: relative;
padding-top: 0px;
font-size: 18px;
font-weight: 500;
color: rgba(108, 117, 125, .7);
text-indent: -9999px;
border: none;
background-color: transparent;
outline: none !important;
cursor: pointer;
text-align: left;
}
@media (min-width: 500px) {
.multisteps-form__progress-btn {
text-indent: 0;
}
}
.multisteps-form__progress-btn:before {
}
.multisteps-form__progress-btn:after {
position: absolute;
top: 0px;
/* left: calc(-52% - 1px / 13); */
transition-property: all;
transition-duration: 0.15s;
transition-timing-function: linear;
transition-delay: 0s;
display: block;
width: 4px;
height: 59.5px;
content: '';
background-color: currentColor;
z-index: 1;
}
.multisteps-form__progress-btn.js-active {
color: #e84771;
}
.multisteps-form__progress-btn.js-active:before {
position: absolute;
top: 16px;
left: -30px;
display: block;
width: 0%;
height: 30px;
content: url(../images/Business.png);
transform: translateX(-50%);
transition: all 0.15s linear 0s, transform 0.15s cubic-bezier(0.05, 1.09, 0.16, 1.4) 0s;
background-color: #fff;
box-sizing: border-box;
z-index: 3;
background-color: currentColor;
}
.multisteps-form__form {
position: relative;
}
/*.multisteps-form__panel {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 0;
opacity: 0;
visibility: hidden;
}*/
.multisteps-form__panel.js-active {
height: auto;
opacity: 1;
visibility: visible;
}
.multisteps-form__panel[data-animation="scaleOut"] {
transform: scale(1.1);
}
.multisteps-form__panel[data-animation="scaleOut"].js-active {
transition-property: all;
transition-duration: 0.2s;
transition-timing-function: linear;
transition-delay: 0s;
transform: scale(1);
}
.multisteps-form__panel[data-animation="slideHorz"] {
left: 50px;
}
.multisteps-form__panel[data-animation="slideHorz"].js-active {
transition-property: all;
transition-duration: 0.25s;
transition-timing-function: cubic-bezier(0.2, 1.13, 0.38, 1.43);
transition-delay: 0s;
left: 0;
}
.multisteps-form__panel[data-animation="slideVert"] {
top: 30px;
}
.multisteps-form__panel[data-animation="slideVert"].js-active {
transition-property: all;
transition-duration: 0.2s;
transition-timing-function: linear;
transition-delay: 0s;
top: 0;
}
.multisteps-form__panel[data-animation="fadeIn"].js-active {
transition-property: all;
transition-duration: 0.3s;
transition-timing-function: linear;
transition-delay: 0s;
}
.multisteps-form__panel[data-animation="scaleIn"] {
transform: scale(0.9);
}
.multisteps-form__panel[data-animation="scaleIn"].js-active {
transition-property: all;
transition-duration: 0.2s;
transition-timing-function: linear;
transition-delay: 0s;
transform: scale(1);
}
.box1256 {
position: relative;
z-index: 999999;
padding-bottom: 50px;
}
.multisteps-form__progress-btn {
text-indent: 32px;
}
.multisteps-form__title {
font-size: 18px;
font-weight: 600;
color: #e84771;
line-height: 20px;
}
.multisteps-form__form .form-control1 {
border: 1px solid #d4d4d4;
padding: 13px 15px;
background: #ffffff;
font-weight: normal;
-webkit-border-radius: 5px;
border-radius: 8px;
-webkit-box-shadow: none;
box-shadow: none;
font-size: 14px;
min-height: 45px;
box-shadow: 0px 5px 17px rgb(19 40 125 / 10%);
position: relative;
-webkit-transition: border .9s ease;
-o-transition: border .9s ease;
transition: border .9s ease;
width: 90%;
}
.multisteps-form__form .form-group {
margin-bottom: 1.0rem;
}
.multisteps-form__form .btn-solid {
padding: 8px 42px;
margin-right: 10px;
margin-top: 15px;
font-size: 16px;
margin: auto;
font-weight: 600;
color: #ffffff;
letter-spacing: 0.05em;
border: 2px solid #e84771;
background-image: linear-gradient( 30deg, #e84771 50%, transparent 50%);
background-size: 679px;
background-repeat: no-repeat;
background-position: 0;
-webkit-transition: background 300ms ease-in-out;
transition: background 300ms ease-in-out;
font-weight: 500;
border-radius: 5px;
border-top-left-radius: 30px;
border-top-right-radius: 8px;
border-bottom-left-radius: 8px;
border-bottom-right-radius: 15px;
}
.multisteps-form__form .btn-solid1 {
padding: 8px 42px;
margin-right: 10px;
margin-top: 15px;
font-size: 16px;
margin: auto;
font-weight: 600;
color: #ffffff;
letter-spacing: 0.05em;
border: 2px solid #4c5479;
background-image: linear-gradient( 30deg, #4c5479 50%, transparent 50%);
background-size: 679px;
background-repeat: no-repeat;
background-position: 0;
-webkit-transition: background 300ms ease-in-out;
transition: background 300ms ease-in-out;
font-weight: 500;
border-radius: 5px;
border-top-left-radius: 30px;
border-top-right-radius: 8px;
border-bottom-left-radius: 8px;
border-bottom-right-radius: 15px;
}
.multisteps-form__form .btn-solid1:hover {
background-position: 100%;
color: #e84771;
background-color: #ffffff;
}
.multisteps-form__form .btn-solid:hover {
background-position: 100%;
color: #e84771;
background-color: #ffffff;
}
.multisteps-form {
min-height: auto;
margin-bottom: 25px;
}
.box_Back {
border-top-left-radius: 30px;
border-top-right-radius: 8px;
border-bottom-left-radius: 8px;
border-bottom-right-radius: 15px;
border: 1px solid #666;
padding: 20px;
margin-top: 20px;
}
.box_Back h2 {
font-size: 16px;
font-weight: 600;
line-height: 13px;
text-align: center;
color: #1d1a1a;
vertical-align: middle;
/* display: contents; */
justify-content: center;
/* padding-right: 10px; */
margin-left: 7px;
margin-top: 8px;
}
.box_142 {
display: flex;
}
.faq {
margin: 0 auto;
}
h3 {
font-size: 0.9em;
letter-spacing: 1px;
}
.faq__question {
padding: 20px;
box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15)!important;
border-top-right-radius: 8px;
border-top-left-radius: 30px;
border-bottom-right-radius: 15px;
border-bottom-left-radius: 8px;
}
.faq__toggle {
list-style: none;
font-size: 20px;
cursor: pointer;
transition: opacity .3s;
font-weight: 600;
color: #4c5479;
}
.faq__toggle:hover {
opacity: 0.7;
}
.faq__answer {
overflow: hidden;
color: #bbb;
font-size: 0.9em;
}
.faq__question[open] .faq__answer {
transform: translateX(0);
}
.reveal_overlay {
display: block;
height: 300%;
width: 100%;
position: absolute;
background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.6) 15%, rgba(0, 0, 0, 0.8) 30%, #222);
}
.faq__question[open] .reveal_overlay {
animation: reveal .8s ease-in-out forwards;
}
@keyframes reveal {
0% {
transform:translateY(0);
}
100% {
transform:translateY(200%);
}
}
.faq__question[open] .faq__answer {
animation: sweep .5s ease-in-out;
}
@keyframes sweep {
0% {
opacity: 0;
margin-top: -10px;
}
100% {
opacity: 1;
margin-top: 0px;
}
}
.twitter {
position: fixed;
top: 24px;
right: 24px;
}
.twitter svg {
width: 24px;
height: 24px;
fill: #bbb;
}
.multisteps-form__form .image_top {
text-align: center;
margin: auto;
display: block;
margin-top: 20px;
}
.online {
box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15)!important;
border-top-right-radius: 8px;
border-top-left-radius: 30px;
border-bottom-right-radius: 15px;
border-bottom-left-radius: 8px;
padding: 35px;
text-align: center;
}
.online_box {
background-color: #4c5479;
}
.online_box h4 {
font-size: 20px;
padding-top: 10px;
color: #fff;
}
.online_box p {
font-size: 14px;
font-weight: 400;
line-height: 23px;
color: #fff;
margin: 0;
padding-top: 10px;
}
.online h4 {
font-size: 20px;
padding-top: 10px;
color: #4c5479;
}
.Main {
box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15)!important;
border-top-right-radius: 8px;
border-top-left-radius: 30px;
border-bottom-right-radius: 15px;
border-bottom-left-radius: 8px;
padding:10px 20px 30px 20px;
text-align: center;
margin-top: 20px;
background-color: #f3f3f3;
}
#Tell_us .need {
box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15)!important;
padding:40px 20px;
}
#Tell_us .need h1 {
font-size: 22px;
font-weight: 600;
line-height: 13px;
text-align: center;
color:#4c5479;
margin-bottom: 30px;
}
#Tell_us .need .form-control {
border: 1px solid #d4d4d4;
padding: 15px 15px;
    font-weight: 500 !important;
background: #ffffff;
font-weight: normal;
-webkit-border-radius: 5px;
border-radius: 8px;
-webkit-box-shadow: none;
box-shadow: none;
font-size: 14px;
min-height: 45px;
position: relative;
-webkit-transition: border .9s ease;
-o-transition: border .9s ease;
transition: border .9s ease;
}
#Tell_us .need .contact-form .form-control .form-control {
display: block;
width: 100%;
height: calc(1.5em + .75rem + 2px);
padding: .375rem .75rem;
font-size: 1rem;
font-weight: 400;
line-height: 1.5;
color: #495057;
background-color: #fff;
background-clip: padding-box;
border: 1px solid #ced4da;
border-radius: .25rem;
transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
#Tell_us .need .contact-form .form-group {
margin-bottom: 1.0rem;
}
#Tell_us .need textarea.form-control {
max-height: 130px;
}
.form-select:focus {outline: none;    border-color:transparent; box-shadow: none;    border: 1px solid #ced4da;}
.form-control1:focus{
outline: none;
}
textarea:focus{ outline: none;}
.form-select {
display: block;
width: 100%;
padding: 13px 20px;
font-size: 1rem;
font-weight: 400;
line-height: 1.5;
color: #212529;
background-color: #fff;
background-image: url(../images/dropdwon.jpg) !important;
background-repeat: no-repeat !important;
background-position: right .75rem center !important;
background-size: 13px 10px !important;
border: 1px solid #ced4da;
border-radius: .25rem;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
}
.box14 input {
padding:0;
border: 0;
width: 0%;
font-size: 0px;
border: 0px solid #d4d4d4;
padding: 0px 0px 0px 0px;
background: none;
font-weight: normal;
-webkit-border-radius: 5px;
border-radius: 8px;
-webkit-box-shadow: none;
box-shadow: none;
font-size: 0px;
height: 0px;
box-shadow: 0px 0px 0px rgb(19 40 125 / 10%);
position: relative;
-webkit-transition: border .9s ease;
-o-transition: border .9s ease;
transition: border .9s ease;
}
.box14 input[type="radio"] {
appearance: none;
}
.box14 input[type="radio"] + label {
cursor: pointer !important;
position: relative !important;
padding: 0px 0px 0px 30px !important;
font-size: 16px !important;
font-weight: 500 !important;
color: #e84771 !important;
}
.box14 input[type="radio"] + label::before {
content: "" !important;
display: inline-block !important;
width: 20px !important;
height: 20px !important;
border: 1px solid #4c5479 !important;
border-radius: 50% !important;
position: absolute !important;
top: 0 !important;
left: 0 !important;
opacity: 1 !important;
transition: all 0.3s !important;
}
.box14 input[type="radio"] + label::after {
content: "" !important;
display: inline-block !important;
width: 10px !important;
height: 10px !important;
border: 1px solid #4c5479 !important;
background: #e84771 !important;
border-radius: 50% !important;
position: absolute !important;
left: 5px !important;
bottom: 9px !important;
opacity: 0 !important;
transition: all 0.3s !important;
}
.box14 input[type="radio"]:checked + label::after {
opacity: 1 !important;
}
.gender .box14 {
display: inline-block;
}
#Tell_us .need .control_s {
width:100%;
}
.dolar {
display: flex;
}
.dolar h2{
font-size: 25px !important;
font-weight: 600;
line-height: 13px;
text-align: center;
color: #4c5479;
box-shadow: 0px 5px 17px rgb(19 40 125 / 10%);
padding: 11px;
display: inline-table;
margin-right: 15px;
margin-top: 16px;
display: block;
line-height: 32px !important;
margin-bottom: 18px;
}
.ESTIMATED {
box-shadow: 0px 5px 17px rgb(19 40 125 / 10%);
padding: 10px 15px;
}
.ESTIMATED ul {
float: right;
position: relative;
bottom: 43px;
}
.ESTIMATED li {
display: inline-block;
font-size: 20px;
}
#Tell_us .btn-solid {
padding: 10px 20px;
margin-right: 10px;
margin-top: 30px;
font-size: 14px;
color: #ffffff;
letter-spacing: 0.05em;
border: 2px solid #e84771;
background-image: linear-gradient( 30deg, #e84771 50%, transparent 50%);
background-size: 679px;
background-repeat: no-repeat;
background-position: 0;
-webkit-transition: background 300ms ease-in-out;
transition: background 300ms ease-in-out;
font-weight: 500;
border-radius: 5px;
border-top-left-radius: 30px;
border-top-right-radius: 8px;
border-bottom-left-radius: 8px;
border-bottom-right-radius: 15px;
}
#Tell_us .btn-solid:hover {
background-position: 100%;
color: #e84771;
background-color: #ffffff;
}
#need_done1 .owl-prev {
position: absolute;
left: -37px;
font-size: 42px;
color: #e84771;
top: 55px;
}
#need_done{margin-top: -50px;}
#need_done1 .owl-next {
position: absolute;
right: -37px;
font-size: 42px;
color: #e84771;
top: 55px;
}
#need_done1 .owl-item {
width: 223.2px;
margin-right: 20px;
margin-top: 15px;
}
.Cleaning_Service1 {
padding-top: 15px;
}
#profile {
padding: 50px 0px;
}
#profile .Devil {
box-shadow: 0 0 16px #ccc;
text-align: center;
padding: 20px;
}
#profile .Devil img {
width: 150px;
height: 150px;
border-radius: 50%;
margin-bottom: 20px;
}
#profile .Devil h2 {
    font-size: 22px;
    font-weight: 600;
    line-height: 28px;
    text-align: center;padding: 0px;
    color: #e84771;
}
#profile .Devil li a {
background: #fff;
box-shadow: 0 0 5px #ccc;
display: block;
color: #4c5479;
padding: 12px;
font-size: 15px;
font-weight: 600;
border-radius: 5px;
margin: 15px 0px;
}
#profile .Devil .Home {
color: #fff;
background: #4c5479;
}
#profile .contact1 {
box-shadow: 0 0 16px #ccc;
padding: 20px 40px;
position: relative;
}
#profile textarea.form-control {
min-height: 100px !important;
}
#profile .contact1 .btn-solid1 {
padding: 10px 20px;
margin-right: 10px;
margin-top: 30px;
font-size: 14px;
color: #ffffff;
letter-spacing: 0.05em;
border: 2px solid #4c5479;
background-image: linear-gradient( 30deg, #4c5479 50%, transparent 50%);
background-size: 679px;
background-repeat: no-repeat;
background-position: 0;
-webkit-transition: background 300ms ease-in-out;
transition: background 300ms ease-in-out;
font-weight: 500;
border-radius: 5px;
border-top-left-radius: 30px;
border-top-right-radius: 8px;
border-bottom-left-radius: 8px;
border-bottom-right-radius: 15px;
}
#profile .contact1 .btn-solid1:hover {
background-position: 100%;
color: #e84771;
background-color: #ffffff;
}
#profile .contact1 textarea.form-control {
max-height: 60px;
font-size: 14px;
padding: 20px;
color: #a3a3a3;
}
#profile .contact1 .btn-solid {
padding: 10px 20px;
margin-right: 10px;
margin-top: 30px;
font-size: 14px;
color: #ffffff;
letter-spacing: 0.05em;
border: 2px solid #e84771;
background-image: linear-gradient( 30deg, #e84771 50%, transparent 50%);
background-size: 679px;
background-repeat: no-repeat;
background-position: 0;
-webkit-transition: background 300ms ease-in-out;
transition: background 300ms ease-in-out;
font-weight: 500;
border-radius: 5px;
border-top-left-radius: 30px;
border-top-right-radius: 8px;
border-bottom-left-radius: 8px;
border-bottom-right-radius: 15px;
}
.box_buttan {
text-align: center;
margin-bottom: 25px;
}
#profile .contact1 .btn-solid:hover {
background-position: 100%;
color: #e84771;
background-color: #ffffff;
}
.pay .mark_top a {
font-size: 14px;
font-weight: 500;
color: #1d9aec;
display: block;
}
.box_ul_p{
position: relative;
text-align: left;
}
.pay li {
display: inline-block;
text-align: center;
}
.Make_Payments {
text-align: center;
}
.pay {
border-bottom: 2px solid #e84771;
}
.pay .Make {
color: #4c5479;
}
.pay .Make {
font-size: 22px;
font-weight: 600;
line-height: 20px;
text-align: left;
margin-bottom: 20px;
}
.trans2 .notifications-item {
   display: flex;
position: relative;
}
.trans2 .notifications-item:hover h4 {
color: #e84771;
}

.trans2 .notifications-item .text{
    padding-left: 15px;
}
.trans2 .notifications-item .read_agne:before {background: #fda829 !important;}
.trans2 .notifications-item:hover{background: transparent;}
.trans2 .notifications-item .svg-inline--fa {
color: #4c5479;margin-top: 5px;
}
.trans2 .mint_ago{text-align: right;}
.trans2 .mint_ago span{
font-size: 13px;
color: #afafaf;
text-align: right;
}
.pull_right_top_a{
float: right;
position: absolute;
top: 19px;
right: 36px;
color: #fff;border: 1px solid #4c5479;
font-weight: 500;
background: #4c5479;
border-top-right-radius: 8px;
border-top-left-radius: 30px;
border-bottom-right-radius: 15px;
border-bottom-left-radius: 8px;
padding: 7px 16px !important;
}
.pull_right_top_a:hover{color: #e84771;background:transparent;border: 1px solid #e84771;}
.Make_box_p{
text-align: left;
font-size: 18px;
color: #ffffff;
background: #e84771;
border-top-right-radius: 8px;
border-top-left-radius: 30px;
border-bottom-right-radius: 15px;
border-bottom-left-radius: 8px;
padding: 6px 24px !important;
margin-bottom: 10px;
display: block;border: 1px solid #e84771;
}
.Make_box_p:hover{color: #e84771; background: transparent; border: 1px solid #e84771;}
.Make_box_p_1{background: #4c5479;border: 1px solid #4c5479;}
.trans2 .notifications-item .text p{padding: 0px;}
.trans2 {
padding: 5px 9px;
margin-top: 20px;
background-color: #ffffff;
border-bottom: 1px solid #e3e3e3;
}
.pay .mark_top{float: right;    position: relative;
top: -36px;}
.pay .svg-inline--fa.fa-w-14 {
width: .875em;
position: absolute;
}
.Make_Payments p {
padding-top: 15px;
text-align: left;
}
.CREDIT {
margin-top: 25px;
text-align: left;
}
.CREDIT h2 {
font-size: 18px;
font-weight: 600;
line-height: 13px;
text-align: left;
color: #4c5479;
}
.CREDIT button {
text-align: left;
}
.CREDIT .btn-solid {
margin-top: 15px ! important;
}
.CREDIT h4 {
font-size: 15px;
position: relative;
top: -43px;
left: 66px;
}
.CREDIT a {
color: #e84771;
}
.CREDIT a:hover {
color:#4c5479;
}
.modal-footer {
border: none;
display: block;
flex-wrap: wrap;
text-align: center;
}
.CREDIT .btn-solid1 {
padding: 7px 15px ! important;
margin-right: 10px;
margin-top: 30px;
font-size: 16px;
margin: auto;
font-weight: 600;
color: #ffffff;
letter-spacing: 0.05em;
border: 2px solid #4c5479;
background-image: linear-gradient( 30deg, #4c5479 50%, transparent 50%);
background-size: 679px;
background-repeat: no-repeat;
background-position: 0;
-webkit-transition: background 300ms ease-in-out;
transition: background 300ms ease-in-out;
font-weight: 500;
border-radius: 5px;
border-top-left-radius: 30px;
border-top-right-radius: 8px;
border-bottom-left-radius: 8px;
border-bottom-right-radius: 15px;
}
.CREDIT .btn-solid {
padding: 7px 15px ! important;
}
.CREDIT h6 {
font-size: 35px!important;
font-weight: 500;
line-height: 25px;
margin-top: 18px!important;
text-align: center;
color: #e84771;
}
.CREDIT h6 span {
font-size: 30px;
font-weight: 600;
padding-left: 5px;
}
.box12 .btn-solid {
padding: 10px 20px;
margin-right: 10px;
margin-top: 30px;
font-size: 14px;
color: #ffffff;
letter-spacing: 0.05em;
border: 2px solid #4c5479 !important;
background-image: linear-gradient( 30deg, #4c5479 50%, transparent 50%) !important;
background-size: 679px;
background-repeat: no-repeat;
background-position: 0;
-webkit-transition: background 300ms ease-in-out;
transition: background 300ms ease-in-out;
font-weight: 500;
border-radius: 5px;
border-top-left-radius: 30px;
border-top-right-radius: 8px;
border-bottom-left-radius: 8px;
border-bottom-right-radius: 15px;
}
.NET_EARNED {
position: absolute;
right: 43px;
display: block;
top: 125px;
}
.transactions {
background-color: #f1f6fc;
text-align: center;
margin-top: 20px;
padding: 0PX 0PX 20PX 0PX;
border-top-right-radius: 8px;
border-top-left-radius: 30px;
border-bottom-right-radius: 15px;
border-bottom-left-radius: 8px;
}
.transactions span {
padding: 30px 29px;
display: block;
text-align: left;
font-style: italic;
}
.h_4 {
font-size: 14px;
padding-bottom: 10px;
color: #4c5479;
}
.CREDIT1 {
text-align: left;
}
.CREDIT1 li {
display: inline-block;
color: #666;
padding-top: 10px;
margin-right: 15px;
font-size: 14px;
text-align: left;
}
.CREDIT1 li span {
font-size: 17px;
padding-right: 8px;
color: #4c5479;
font-weight: 600;
}
.trans h2 {
font-size: 18px;
font-weight: 500;
line-height: 13px;
text-align: left;
color: #4c5479;
}
.trans p {
padding-top: 0px;
text-align: left;
}
.trans {
box-shadow: 0 0 16px #ccc;
padding: 20px 15px;
border-top-right-radius: 8px;
border-top-left-radius: 30px;
border-bottom-right-radius: 15px;
border-bottom-left-radius: 8px;
margin-top: 20px;
background-color: #f8f8f8;
}
.top_chek {
width: 33%;
float: left;
display: block;
}
.custom-control-input {
border-top-right-radius: 8px;
border-top-left-radius: 30px;
border-bottom-right-radius: 15px;
border-bottom-left-radius: 8px;
display: block;
}
.box1236 {
font-size: 14px;
line-height: 27px;
color: #4c5479;
font-weight: 500;
padding-left: 0px ! important;
position: relative;
left: -7px;
}
.trans1 {
box-shadow: 0 0 16px #ccc;
padding: 20px 15px;
border-top-right-radius: 8px;
border-top-left-radius: 30px;
border-bottom-right-radius: 15px;
border-bottom-left-radius: 8px;
margin-top: 20px;
background-color: #f1f6fc;
}
.trans1 h2 {
font-size: 18px;
font-weight: 500;
line-height: 13px;
text-align: left;
color: #e84771;
}
.trans1 p {
padding-top: 0px;
text-align: left;
}
#categories .Service_c {
border-top-right-radius: 8px;
box-shadow: 0 0 16px #ccc;
border-top-left-radius: 30px;
border-bottom-right-radius: 15px;
border-bottom-left-radius: 8px;
position: relative;
padding: 23px 0px;      min-height: 370px;
max-height: 370px;

    overflow: auto;
}
#categories .Service_c h2 {
font-size: 18px;
font-weight: 600;
line-height: 13px;
color: #4c5479;
margin: 0px;
}
#categories .Service_c_img {
display: inline-flex;
align-items: center;
text-align: center;
vertical-align: middle;
margin: auto;
}
#categories .Service_c_img img{margin-right: 10px;}
.Service_c_list {
border-top: 1px solid #3333;
margin-top: 10px;
padding: 10px 10px;
}
.Service_c{text-align: center;}
.Service_c_list img {
width: 1.7%;
/* padding-right: 0px; */
margin-right: 5px;
transition: transform .25s ease, -webkit-transform .25s ease;
}
.Service_c_list li {
text-align: left;
padding: 5px 8px;
-webkit-transition: -webkit-transform .25s ease;
transition: -webkit-transform .25s ease;
transition: transform .25s ease;
transition: transform .25s ease, -webkit-transform .25s ease;
}
.Service_c_list a {
font-size: 14px;
font-weight: 400;
line-height: 20px;
color: #989898;
}
.Service_c_list .categories_list_img {
display: none;
}
.Service_c_list li:hover a {
transform: translateX(5px);
color: #e84771;
}
.Service_c_list li:hover .categories_list_img1 {
display: none;
}
.Service_c_list li:hover .categories_list_img {
display: inline-block;
}
.Service_c_list li:hover {
transform: translateX(5px);
}
#task_list .form-control1 {
border: 2px solid #4c5479;
padding: 13px 15px;
background: #ffffff;
font-weight: normal;
-webkit-border-radius: 5px;
border-radius: 8px;
-webkit-box-shadow: none;
box-shadow: none;
font-size: 14px;
min-height: 45px;
position: relative;
-webkit-transition: border .9s ease;
-o-transition: border .9s ease;
transition: border .9s ease;
width: 100%;
color: #2f3235;
}
#task_list li {
display: inline-block;
width: 18%;
margin: 0px 10px;
}
#task_list .task_list_cricat .btn-solid {
background-image: linear-gradient( 30deg, #e84771 50%, transparent 50%);
border: 2px solid #e84771;
}
#task_list .task_list_cricat .btn-solid {
margin-right: 0px;
padding: 13px 54px;
font-size: 14px;
margin-top: 0px;
color: #ffffff;
letter-spacing: 0.05em;
border: 2px solid #e84771;
background-image: linear-gradient( 30deg, #e84771 50%, transparent 50%);
background-size: 750px;
background-repeat: no-repeat;
background-position: 0;
-webkit-transition: background 300ms ease-in-out;
transition: background 300ms ease-in-out;
font-weight: 500;
border-radius: 5px;
border-top-left-radius: 30px;
border-top-right-radius: 8px;
border-bottom-left-radius: 8px;
width: 100%;
border-bottom-right-radius: 15px;
}
#task_list .Found_img {
background: transparent;
border-bottom-right-radius: 5px;
border-bottom-left-radius: 10px;
border-top-right-radius: 10px;
border-top-left-radius: 5px;
display: inline-block;
min-height: inherit;
width:100%;
box-shadow: 0 0px 0px 0 rgb(34 41 47 / 20%);
}
#task_list .text_box h3 {
font-size: 18px;
font-weight: 600;
line-height: 25px;
color: #4c5479;
margin: 0px;
    width: 70%;
}
#task_list .task_list_li li {
display: inline-block;
width: initial;
margin: 0px 15px 0px 0px;
}
#task_list .task_list_li li .svg-inline--fa {
width: 1em;
margin-right: 5px;
}
.task_list-boder {
border-right: 3px solid #e84771;
}
.task_list-boder {
border-top-left-radius: 30px;
border-top-right-radius: 8px;
border-bottom-left-radius: 8px;
width: 100%;
border-bottom-right-radius: 15px;
}
.task_list-boder_1 {
border-top-left-radius: 30px;
border-top-right-radius: 8px;
border-bottom-left-radius: 8px;
width: 100%;
border-bottom-right-radius: 15px;
border-right: 3px solid #4c5479;
}
#task_list .Remote{
margin-top: 15px;
}
#task_list .Remote h2 {
font-size: 30px;
font-weight: 700;
line-height: 13px;
text-align: left;
color: #4c5479;
}
.a_htp_box {
text-align: left;
margin-top: 32px;
justify-content: end;
display: inline-block;
}
.a_htp_box .btn-solid {
padding: 6px 25px;
}
#task_list .OPEN li {
display: inline-block;
width:auto;
font-size: 14px;
color: #666666;
margin: 0px 5px;
}
#task_list .OPEN .box231 {
background: #4c5479;margin-left: 0px;
padding: 6px 16px !important;
color: #fff;
}
#task_list .OPEN .COMPLETED {
float: right;
}
#task_list .OPEN .COMPLETED a {
font-size: 16px;
font-weight: 600;
color: #4c5479;
line-height: 30px;
}
#task_list .OPEN .COMPLETED .svg-inline--fa {
font-size: 20px;
margin-right: 6px;
color: #e84771;
}
#task_list .ASSIGNED h2 {
    font-size: 20px;
    font-weight: 600;
    line-height: 25px;
    text-align: left;
    margin-bottom: 20px;
    color: #4c5479;
}
.by_imag {
padding: 0px 7px;
display: inline-block;
}
#task_list .by_imag img {
width: 100%;
}
#task_list .by_imag {
    padding: 0px 0px 0px 0px;
display: inline-block;
    width: 15%;
}
.POSTED {
margin-top: 25px;
display: flex;
width: 100%;
//border-right: 1px solid;
}
.POSTED .box_text_brozar {
font-size: 17px;
font-weight: 600;
color: #4c5479;
line-height: 22px;
padding-top: 10px;
width: 80%;
}
.box_TASK{display: none;}
.POSTED h3{
font-size: 17px;
font-weight: 600;
color: #4c5479;
line-height: 22px;
padding-top: 10px;
padding-left: 15px;
}
.POSTED span {
font-size: 14px;
font-weight: 500;
color: #ababab;
}
.falex {
display: flex;
}
.POSTED_max {
padding: 0px 20px;
}
.POSTED_mai {
border: none;
padding: 0px 0px 0px 0px;
}
.POSTED .by_imag_ivon {
font-size: 40px;

color: #a5a5a5;width: 15%;
}
.TASK {
text-align: center;
box-shadow: 0 4px 16px 0 rgb(34 41 47 / 20%);
padding: 20px;
}
.TASK .a_htp_box {
text-align: center;
border-top:none;
margin-top: 0px;
}
.TASK h2 {
font-size: 30px;
font-weight: 600;
line-height: 28px;
text-align: center;
margin: 20px 0px;
color: #e84771;
}
.TASK .a_htp_box .btn-solid {
padding: 8px 25px;
margin: 0px;
}
.TASK h3 {
font-size: 18px;
font-weight: 600;
line-height:20px;
color: #4c5479;
margin: 0px;
}
.share_1 .left-and-right::before {
content: '';
position: absolute;
background-color: #4c5479;
width: 130px;
height: 2px;
bottom: 0;
left: 0px;
bottom: 8px;
}
.share_1 .left-and-right::after {
content: '';
position: absolute;
background-color:#4c5479;
width: 130px;
height: 2px;
bottom: 0;
right: 0px;
bottom: 8px;
}
.share_1 h6 {
font-size: 18px;
font-weight: 500;
text-align: center;
color: #e84771;
}
.Share {
position: relative;
}
.share_1 {
margin: 22px 0px 0px 0px;
position: relative;
}
.Share .share_2 {
text-align: center;
border-left: 2px solid #4c5479;
border-bottom: 2px solid #4c5479;
position: relative;
top: -17px;
padding: 25px;
border-right: 2px solid #4c5479;
}
.Share .share_2 li {
display: inline-block;
width: 6% !important;
margin: 0px 10px;
}
.p_tex h2 {
font-size: 17px;
font-weight: 500;
line-height: 14px;
text-align: left;
padding-top: 0px;
    color: #6c757d;
}
.OFFERS h2 {
font-size: 17px;
font-weight: 600;
line-height: 14px;
text-align: left;
padding-top: 20px;
color: #666666;
}
.OFFERS .text_box1 {
width: 84%;
float: right;
display: inline-block;
}
.OFFERS .text_box1 li {
display: inline-block;
width:100% !important;
margin: 0px 0px !important;
}
.OFFERS .text_box1 h3 {
font-size: 18px;
font-weight: 600;
line-height: 30px;
color:;
margin: 0px;
}
.OFFERS .text_box1 a {
color:#e84771;
}
.OFFERS .text_box1 a:hover {
color:#4c5479;
}
.OFFERS p {
font-size: 14px;
font-weight: 400;
line-height: 23px;
color: #656565;
margin: 0;
padding-top: 15px;
background: #fdf1f4;
margin-top: 20px;
padding: 15px 15px;
}
.box_hours {
position: relative;
}
.hours span {
position: absolute;
right: 15px;
top: 15px;
color: #797979;
}
#contact_us {
position: relative;
}
#contact_us .Get {
padding:35px 25px;
background-color:#0f3f6f;
border-top-right-radius: 8px;
border-top-left-radius: 30px;
border-bottom-right-radius: 15px;
border-bottom-left-radius: 8px;
position: absolute;
z-index: 9999;
top: 103px;
margin: auto;
}
#contact_us .Get h1 {
font-size: 30px;
color: #fff;
font-weight: 600;
margin-bottom: 20px;
}
#contact_us .Get li {
display:block;
color: #c3cfdb;
padding: 5px 0px;
}
#contact_us .Get li img {
margin-right: 20px;
}
#contact_us .Get li a {
color:#c3cfdb;
;
}
.contact_us_rihgt {
box-shadow: 0 4px 16px 0 rgb(34 41 47 / 20%);
padding: 70px 60px 70px 180px;
text-align: left;
}
.contact_us_rihgt h2 {
font-size: 35px;
font-weight: 600;
line-height: 40px;
text-align: center;
color: #e84771;
margin-bottom: 25px;
}
.contact_us_rihgt .contact-form .form-control {
border: 1px solid #d4d4d4;
padding:16px 15px;
background: #ffffff;
font-weight: normal;
-webkit-border-radius: 5px;
border-radius: 8px;
-webkit-box-shadow: none;
box-shadow: none;
font-size: 14px;
min-height: 45px;
box-shadow: 0px 5px 17px rgb(19 40 125 / 10%);
position: relative;
-webkit-transition: border .9s ease;
-o-transition: border .9s ease;
transition: border .9s ease;
}
.contact_us_rihgt .form-control {
display: block;
width: 100%;
font-size: 1rem;
font-weight: 400;
line-height: 1.5;
color: #495057;
background-color: #fff;
background-clip: padding-box;
border: 1px solid #ced4da;
border-radius: .25rem;
transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.contact_us_rihgt .contact-form .form-group {
margin-bottom: 1.0rem;
}
.contact_us_rihgt textarea {
max-height: 100px;
}
.contact_us_rihgt .btn-solid {
padding: 8px 40px;
margin-right: 10px;
margin-top: 15px;
font-size: 18px;
/* margin: auto; */
color: #ffffff;
letter-spacing: 0.05em;
border: 2px solid #e84771;
background-image: linear-gradient( 30deg, #e84771 50%, transparent 50%);
background-size: 679px;
background-repeat: no-repeat;
background-position: 0;
-webkit-transition: background 300ms ease-in-out;
transition: background 300ms ease-in-out;
font-weight: 500;
border-radius: 5px;
border-top-left-radius: 30px;
border-top-right-radius: 8px;
border-bottom-left-radius: 8px;
border-bottom-right-radius: 15px;
}
.contact_us_rihgt .btn-solid:hover {
background-position: 100%;
color: #e84771;
background-color: #ffffff;
}
.profile-pic {
border-radius: 50%;
height: 150px;
width: 150px;
background-size: cover;
background-position: center;
background-blend-mode: multiply;
vertical-align: middle;
text-align: center;
color: transparent;
transition: all .3s ease;
text-decoration: none;
cursor: pointer;
}
.profile-pic:hover {
background-color: rgba(0, 0, 0, .5);
z-index: 10000;
color: #fff;
transition: all .3s ease;
text-decoration: none;
}
.profile-pic span {
display: inline-block;
padding-top: 2.5em;
padding-bottom: 3.5em;
}
form input[type="file"] {
display: block;
cursor: pointer;
}
.contact1 .form_e {
text-align: center;
}
.CREDIT .form-control {
border: 1px solid #d4d4d4;
padding: 14px 10px;
background: #ffffff;
font-weight: normal;
-webkit-border-radius: 5px;
border-radius: 8px;
-webkit-box-shadow: none;
box-shadow: none;
font-size: 13px;
min-height: 45px;
box-shadow: 0px 5px 17px rgb(19 40 125 / 10%);
position: relative;
-webkit-transition: border .9s ease;
-o-transition: border .9s ease;
transition: border .9s ease;
}
.Mobile .btn-solid {
margin-top: 0px ! important;
}
.Mobile .btn-solid {
padding: 10px 15px ! important;
}
.imagediv {
float:left;
}
.imagediv .showonhover {
background: #e84771;
padding: 10px 25px;
opacity: 1;
color: white;
width: 100%;
display: block;
text-align: center;
cursor: pointer;
border-top-left-radius: 30px;
border-top-right-radius: 8px;
border-bottom-left-radius: 8px;
border-bottom-right-radius: 15px;
}
.imagediv .boc1 {
background: #4c5479 !important;
}
.Accordion {
padding-top: 60px;
padding-bottom: 60px;
}
.Accordion__tabs {
max-width: 600px;
list-style: none;
margin: auto;
}
.Accordion__tab {
width: 100%;
}
.Accordion__tab__headline {
display: flex;
justify-content: space-between;
align-items: center;
border-bottom: 1px solid rgba(248, 248, 248, 0.5);
transition: 0.2s ease all;
padding: 15px 15px;
cursor: pointer;
font-weight: 400;
box-shadow: 0 0 16px #ccc;
margin: 10px 0px;
}
.Accordion__tab__headline:hover {
background-color: #4c5479;
}
.Accordion__tab__headline:hover h4 {
color: #fff;
}
.Accordion__tab__headline > h4 {
user-select: none;
text-transform: uppercase;
margin: 0;
}
.Accordion__tab__headline .icon {
display: inline-block;
height: 22px;
border-radius: 22px;
position: relative;
}
.Accordion__tab__headline .icon::before {
display: block;
position: absolute;
content: "";
top: 10px;
left: -31px;
width: 20px;
height: 3.5px;
background: currentColor;
color: #e84771;
}
.Accordion__tab__headline .icon::after {
display: block;
position: absolute;
content: "";
top: 2px;
left: -23px;
width: 4.5px;
height: 20px;
background: currentColor;
transition: 0.2s ease all;
color: #e84771;
}
.Accordion__tab__content {
overflow: hidden;
padding: 0px 15px;
box-sizing: border-box;
height: 100%;
max-height: 0;
transition: 0.4s ease all;
}
.Accordion__tab--open .Accordion__tab__headline .icon::after {
transform: scaleY(0);
}
#faq .box_145 {
box-shadow: 0 0 16px #ccc;
margin-top: 55px;
}
#faq .box_145 h1 {
font-size: 30px;
font-weight: 600;
line-height: 13px;
text-align: center;
color: #e84771;
margin-bottom: 25px;
}
#membership {
background-blend-mode: overlay;
position: relative;
background-image: url('../images/membership.png'), linear-gradient( 180deg, #474ab6 0%, #9271f6 100%)!important;
}
.membership_hed {
padding-top: 80px;
width: 50%;
margin: auto;
}
.membership_hed h2 {
font-size: 40px;
font-weight: 600;
line-height: 50px;
text-align: center;
color: #fff;
}
.package {
text-align: center;
}
.package h2 {
font-weight: 600;
font-size: 20px;
color: #2e2545;
line-height: 2em;
}
.package .pp {
line-height: 20px;
display: block;
font-weight: 500;
font-size: 14px;
color: #8585bd;
}
.pricing_men {
background: #fff;
padding: 20px;
box-shadow: 0px 5px 17px rgb(19 40 125 / 10%);
}
.pricing_top {
padding: 30px 0px;
position: relative;
}
.pricing_top .dollar_sign {
color: #7272ff;
font-weight: 500;
font-size: 26px;
position: absolute;
top: 18px;
}
.pricing_top .et_pb_sum {
font-weight: 700;
color: #7272ff;
font-size: 80px;
line-height: 54px;
}
.frequency {
color: #7272ff;
font-weight: 700;
font-size: 26px;
}
.et_pb_pricing li {
font-size: 16px;
color: #8585bd!important;
line-height: 19px;
padding: 0 0 1.6em 14px;
position: relative;
}
.pricing_border  .box_buttan .btn-solid {
padding: 10px 40px;
margin-right: 0px !important;
}
.box_buttan2 .btn-solid {
padding: 10px 40px;
border: 2px solid #09e1c0;
background-image: linear-gradient( 30deg, #09e1c0 50%, transparent 50%);
margin-right: 0px !important;
}
.ppp {
color:#09e1c0!important;
}
.p_p {
color: #9271f6!important;
}
.box_offer p {
width: 100%;
padding: 0px;
}
.box_offer li {
display:flex;
text-decoration: none;
font-size: 35px;
line-height: 28px;
margin-top: 18px;
font-weight: 600;
color: #e84771;
}
.box_offer li strike {
font-size: 28px;
line-height: 28px;
margin-right: 10px;
font-weight: 500;
color: #a5acb4;
}
.box_Found {
display: flow-root!important;
position: relative;
}
.box_offer li span::before {
content: '';
position: absolute;
background-color: #c3c3c3;
width: 40px;
height: 3px;
bottom: 0;
left: 0px;
bottom: 13px;
}
.img_offre {
position: absolute;
right: 0px;
bottom: 10px;
}
.img_offre img {
width: auto;
}
#About .top_top {
vertical-align: middle;
justify-content: center;
margin: auto;
}
#About h2 {
font-size: 25px;
font-weight: 600;
line-height: 35px;
text-align: left;
color: #4c5479;
}
#About h3 {
font-size: 17px;
font-weight: 600;
line-height: 35px;
text-align: left;
color: #a2a2a2;
}
#About h3 span {
color: #e84771;
}
.c-no {
height:150px;
}
.grey-bg {
}
.counter-Txt {
text-align:center;
font-size:20px;
font-weight:bold;
text-transform:uppercase;
margin-top:20px;
}
.counter-Txt span {
display: block;
font-size: 70px;
font-weight: 500;
color: #e84771;
}
@media(min-width:320px) and (max-width:767px) {
.c-no {
height:100%;
}
.counter-Txt {
margin-top:15px;
}
.margin-bot-35 {
margin-bottom:35px;
}
}
.grey-bg h2 {
font-size: 18px;
font-weight: 600;
line-height: 22px;
text-align: center;
color: #4c5479;
}
.grey-bg h5 {
font-size: 16px;
font-weight: 500;
line-height: 25px;
margin: 0px;
color: #4c5479;
}
.counter-Txt span:after {
content: "M";
}
.box_787:before {
content: "$";
}
#container {
margin-top: 25px;
}
.box_consetetur {
box-shadow: 0 0 16px #ccc;
padding: 36px 20px 20px 20px;
position: relative;
}
.Accordion__tab__headline .icon::after {
left: -23px;
width: 3.5px;
height: 20px;
}
.Accordion__tab__headline h4 {
font-size: 18px;
padding-top: 0px;
color: #4c5479;
font-weight: 600
}
.Accordion__tab__headline:hover .icon::before {
color: #fff;
}
.Accordion__tab__headline:hover .icon::after {
color: #fff;
}
.box_consetetur h1 {
color: #08f;
font-weight: 100;
font-size: 44px;
margin-top: 150px;
}
.box_consetetur ul#my-tree {
margin: 0;
padding: 10px 5px;
color: #666;
overflow: hidden;
}
.box_consetetur ul#my-tree li {
margin: 10px 0;
line-height: 30px;
background: transparent;
}
.box_consetetur ul#my-tree li:hover {
}
.box_consetetur ul#my-tree li a {
color: #4c5479;
text-decoration: none;
display: block;
width: 100%;
font-size: 14px;
font-weight: 500;
padding-left: 8px;
}
.box_consetetur div.desc {
margin: 20px 0;
color: #aaa;
font-size: 11px;
text-align: left;
}
.box_consetetur .tf-tree, .box_consetetur .tf-tree li {
list-style: none;
padding-left: 0;
line-height: 20px;
}
.box_consetetur .tf-tree .tf-child-true > ul {
display: none;
padding-left: 0;
padding-bottom: 5px;
}
.box_consetetur .tf-tree .tf-child-true {
cursor: pointer;
position: relative;
}
.box_consetetur .tf-tree .tf-child-true a:before {
display: block;
position: absolute;
top: 1px;
left: 0;
content: "+";
width: 20px;
height: 30px;
font-size: 20px;
line-height: 30px;
text-align: center;
transition: .1s linear;
font-size: 24px;
}
.box_consetetur .tf-tree .tf-child-true.tf-open > a {
font-weight: bold;
}
.box_consetetur .tf-tree .tf-child-true.tf-open > ul {
display: block;
}
.box_consetetur .tf-tree .tf-child-true.tf-open a:before {
content: "-";
}
.box_consetetur .tf-tree .tf-child-false {
cursor: pointer;
position: relative;
}
.box_consetetur .tf-tree .tf-closed {
font-weight: normal;
}
.box_consetetur .tf-tree .tf-selected {
background: #transparent;
!important;
color: #e84771;
border-radius: 0;
}
.box_consetetur .tf-tree .tf-selected a {
color: #fff;
}
.box_consetetur .tf-tree ul.tf-search-result {
display: block;
}
.box_consetetur .tf-tree ul.tf-search-result > li {
display: none;
}
.box_consetetur .tf-tree ul.tf-search-result > li.tf-search-result {
display: block;
}
.box_consetetur .form-control {
border: 1px solid #d4d4d4;
padding: 15px 15px;
background: #ffffff;
font-weight: normal;
-webkit-border-radius: 5px;
border-radius: 8px;
-webkit-box-shadow: none;
box-shadow: none;
font-size: 14px;
min-height: 45px;
box-shadow: 0px 5px 17px rgb(19 40 125 / 10%);
position: relative;
-webkit-transition: border .9s ease;
-o-transition: border .9s ease;
transition: border .9s ease;
}
.box_consetetur .slidecontainer {
width: 100%;
}
.box_consetetur .slider {
-webkit-appearance: none;
width: 100%;
height: 25px;
background: #e84771;
outline: none;
opacity: 0.7;
-webkit-transition: .2s;
transition: opacity .2s;
}
.box_consetetur .slider:hover {opacity: 1;}
.box_consetetur .slider::-webkit-slider-thumb {
-webkit-appearance: none;
appearance: none;
width: 25px;
height: 25px;
background: #e84771;
cursor: pointer;
}
.box_consetetur .slider::-moz-range-thumb {width: 25px;height: 25px;background: #e84771;cursor: pointer;}
.slidecontainer .form-control2 {width: 100%;}
.slidecontainer span {position: absolute;right: 20px;}
.slidecontainer p {
font-size: 17px;
font-weight: 500;
line-height: 23px;
color: #4c5479;
margin: 0;
padding-top: 0px;
}
.box_buttan_1 .btn-solid {
    padding: 5px 20px;
font-size: 16px;
}
#myRange {
padding: 8px 30px;
}
.box_Found_text_box {
width: 100%;
}
.box_sedo .box_div_bor_pl .btn-solid a:hover {
color:#e84771 !important;
}
.navbar-expand-lg .nav-item .nav-link.active {
color: #000;
}
.main .container {
display: grid;
grid-template-columns: repeat(3, 1fr);
grid-gap: 1rem;
justify-content: center;
align-items: center;
}
.main .card {
background: #fff;
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.24);
color: #333;
border-radius: 2px;
}
.main .card-image {
background: #fff;
display: block;
padding-top: 70%;
position: relative;
width: 100%;
}
.main .card-image img {
display: block;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
object-fit: cover;
}
@media only screen and (max-width: 600px) {
.main .container {
display: grid;
grid-template-columns: 1fr;
grid-gap: 1rem;
}
}
/*====================My Tasks Start===================*/
.Make_Payments1 .Found_img2 img {
background: #f3f3f3;
border-bottom-right-radius: 5px;
border-bottom-left-radius: 15px;
border-top-right-radius: 15px;
border-top-left-radius: 5px;
padding: 7px 10px;
display: inline-block;
width: 70px;
}
.Make_Payments1 .Found_img2 {
display: inline-block;
}
.Make_Payments1 .task_list_li li .svg-inline--fa {
width: 1em;
margin-right: 5px;
}
.Make_Payments1 .task_list_li li a {
color: #a5a5a5 !important;
}
.Make_Payments1 .Remote h2 {
font-size: 25px;
font-weight: 500;
line-height: 13px;
text-align: right;
color: #e84771;
bottom: 15px;
position: relative;
}
.Make_Payments1 .btn-solid {margin-top: 0px !important;padding: 5px 20px !important;}
/*====================My Tasks End===================*/
/*====================My Services Start===================*/
#profile .styled-input label {
left: 10px;
}
/*====================My Services End===================*/
.multisteps-form__content .Main p {
margin-bottom: 25px;
}
.multisteps-form__content .Main .drag-area {
border: 2px dashed #4c5479;
height: 150px;
width: 500px;
margin: auto;
border-radius: 5px;
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
background: #fff;
border-top-right-radius: 8px;
border-top-left-radius: 40px;
border-bottom-right-radius: 20px;
border-bottom-left-radius: 8px;
}
.multisteps-form__content .Main .drag-area label {
color: #4a6dce;
background-color: white;
cursor: pointer;
user-select: none;
width: 100%;
max-width: 200px;
border: 2px solid #4a6dce;
display:contents;
flex-direction: row;
align-items: center;
padding: 1rem;
border-radius: 0.5rem;
font-weight: bold;
box-shadow: 0 2px 4px 2px #e6f1fa ee;
transition: background-color 0.3s;
}
.multisteps-form__content .Main .drag-area label .icon {
fill: currentcolor;
display: inline-block;
margin-right: 1rem;
}
.multisteps-form__content .Main .drag-area label input[type="file"] {
display: none;
}
.multisteps-form__content .Main .drag-area label:hover {
background-color: #f8f8f8;
}
.multisteps-form__content .Main .drag-area .svg-inline--fa.fa-w-14 {
width: .875em;
font-size: 30px;
color: #e84771;
}
.container_box_input .height {
height: 14vh;
}
.container_box_input .search {
position: relative;
box-shadow: 0 0 40px rgba(51, 51, 51, .1)
}
.container_box_input .search input {
height: 60px;
text-indent: 25px;
border: 2px solid #d6d4d4
}
.container_box_input .search input:focus {
box-shadow: none;
border: 2px solid #e84771;
}
.container_box_input .search img {
position: absolute;
top: 12px;
padding-right: 10px;
border-right: 1px solid;
left: 10px;
z-index: 9;
}
.container_box_input .search .form-control {
padding: 0px 35px;
}
.container_box_input .search button {
position: absolute;
top: 5px;
right: 5px;
height: 50px;
width: 110px;
background: blue
}
.box_12 .search {
position: relative;
box-shadow: 0 0 40px rgba(51, 51, 51, .1)
}
.box_12 .search input {
height: 60px;
text-indent: 25px;
border: 2px solid #d6d4d4
}
.box_12 .search input:focus {
box-shadow: none;
border: 2px solid #e84771;
}
.box_12 .search .svg-inline--fa {
position: absolute;
top: 2px;
padding-right: 10px;
border-right: 1px solid;
left: 12px;
z-index: 9;
color: #e84771;
font-size: 42px;
}
.box_12 .form-control {
padding: 0px 45px;
}
.box_12 .search button {
position: absolute;
top: 5px;
right: 5px;
height: 50px;
width: 110px;
background: blue
}
.pay1 li {display:block;text-align: center;}
.Sort_By {box-shadow: 0 0px 00px rgb(0 0 0 / 25%);padding: 00px;margin-top: 40px;}
#profile .contact2 {box-shadow: 0 0 16px #ccc;padding: 20px 40px;position: relative;min-height: 250px;}
.profile1 h2 {font-size: 25px;font-weight: 600;line-height: 13px;text-align: center;padding-bottom: 30px;color: #e84771;}
.d-inline-block {display: inline-block!important;}
.breadcrumb {display: flex;flex-wrap: wrap;padding: 0 0;margin-bottom:0rem;list-style:none;background-color:none;border-radius:0;}
.breadcrumb-item {display: flex;color: #60697b;}
.breadcrumb-item a {color: inherit;}
a {transition: all .2s ease-in-out;}
.breadcrumb-item+.breadcrumb-item {padding-left: .6rem;}
.breadcrumb-item+.breadcrumb-item::before {font-family: FontAwesome;display: flex;align-items: center;padding-right: .5rem;color: #e84771;content: "\f0da";font-size: .835rem;vertical-align: middle;font-weight: 900;}
.breadcrumb-item a:hover {color: #3f78e0;}
.breadcrumb_m {border-bottom:1px solid #ebebeb;padding: 15px;}
.alert {padding: 0.5rem 1rem;margin-left: 10px;}
/*====================How it workss Start===================*/
.you_need_text h2 {
font-size: 20px;
font-weight: 600;
line-height: 25px;
text-align: left;
margin: 25px 0px 9px 0px;
}
.works{
position: relative;
vertical-align: middle;
border-top-right-radius: 10px;
border-top-left-radius: 30px;
border-bottom-right-radius: 25px;
border-bottom-left-radius: 10px;
-webkit-transition: .5s;
transition: .5s;    padding: 30px;
-webkit-box-shadow: 0 13px 27px 0 rgb(197 197 197 / 44%);
box-shadow: 0 13px 27px 0 rgb(197 197 197 / 44%);
    min-height: 271px;
}
.you_need{
position: relative;
}
.works:hover{
-webkit-transform: translateY(-5px);
transform: translateY(-5px);
}
.you_need::before {
content: "";
position: absolute;
height: 80px;
width: 50px;
background-color: #e0e5f1;
z-index: -1;
left: -12px;
top: -8px;
}
#how_it .col-md-4:nth-child(1) .works::before {
content: "";
position: absolute;
top: 0;
right: 0;
width: 100%;
height: 100%;
background-image: url(../images/works-done.png);
background-repeat: no-repeat;
background-position: top right;
z-index: -1;
}
#how_it .col-md-4:nth-child(1) .works .you_need::before{
background-color: #ffebe2;
}
#how_it .col-md-4:nth-child(2) .works .you_need::before{
background-color: #e0f4ed;
}
#how_it .col-md-4:nth-child(3) .works .you_need::before{
background-color: #e0e5f1;
}
#how_it .col-md-4:nth-child(2) .works::before {
background-image: url(../images/works-done1.png);
background-repeat: no-repeat;
background-position: top right;
z-index: -1;
content: "";
position: absolute;
top: 0;
right: 0;
width: 100%;
height: 100%;
}
#how_it .col-md-4:nth-child(3) .works::before {
background-image: url(../images/works-done2.png);
background-repeat: no-repeat;
background-position: top right;
z-index: -1;
content: "";
position: absolute;
top: 0;
right: 0;
width: 100%;
height: 100%;
}
#how_it {
padding: 20px 0px 70px 0px;
}
.post_need_done1{
background-image: -webkit-gradient(linear,left bottom,left top,from(#ffffff),to(#e5f5df));
background-image: linear-gradient(to top,#ffffff,#e5f5df);
padding: 70px 0px 70px 0px;
}
.post_need_done1 .box23:before {
content: ' ';
display: block;
position: absolute;
left: 0;
top: 0;
background: #000;
width: 100%;
height: 100%;
opacity: 0.4;
background-repeat: no-repeat;
background-position: 50% 0;
background-size: cover;
border-top-right-radius: 30px;
border-top-left-radius: 8px;
border-bottom-right-radius: 8px;
border-bottom-left-radius: 30px;
}
.post_need_done1 .Cleaning_Service1 .box23::before {
background-image: url(../images/Post-task.jpg);
}
.post_need_done1 .Cleaning_Service1 .box_23::before {
background-image: url(../images/Post-task1.jpg);
}
.post_need_done1 .Cleaning_Service1 .box_24::before {
background-image: url(../images/Post-task2.jpg);
}
.post_need_done1 .Cleaning_Service1 .box_25::before {
background-image: url(../images/Post-task3.jpg);
}
.post_need_done1 .Cleaning_Service1 .box_26::before {
background-image: url(../images/Post-task4.jpg);
}
.post_need_done1 .Cleaning_Service1 .box_27::before {
background-image: url(../images/Post-task5.jpg);
}
.post_need_done1 .Cleaning_Service1 .box_28::before {
background-image: url(../images/Post-task6.jpg);
}
.post_need_done1 .Cleaning_Service1 .box_29::before {
background-image: url(../images/Post-task7.jpg);
}
.Insurance-content {
-webkit-box-shadow: 0 10px 30px rgb(0 0 0 / 7%);
box-shadow: 0 10px 30px rgb(0 0 0 / 7%);
background-color: #fff;
padding: 40px 30px;
position: relative;
padding-left: 100px;
margin-bottom: 30px;
-webkit-transition: .5s;
transition: .5s;
min-height: 233px;
}
.Insurance-content img {
position: absolute;
left: 30px;
color: #fd5a0e;
top: 32px;
-webkit-transition: .5s;
transition: .5s;
}
.Insurance-content h3 {
font-size: 20px;
margin: 0 0 14px;
-webkit-transition: .5s;
transition: .5s;
}
.Insurance-content p {
color: #a0a0a0;
font-weight: 400;
-webkit-transition: .5s;
transition: .5s;
}
.Insurance-content:hover {
background-color: #e84771;
-webkit-transform: translateY(-10px);
transform: translateY(-10px);
}
.Insurance-content:hover h3 {
color: #fff;
}
.Insurance-content:hover p {
color: #fff;
}
.Insurance-content:hover img{filter: brightness(0) invert(1); }
.success-section {
background-color: #4c5479;
position: relative;
padding-top: 100px;
padding-bottom: 100px;    margin-top: 50px;
}
.success-section::before {
content: "";
position: absolute;
top: -47px;
left: 0;
width: 100%;
height: 100px;
background-color: #fff;
border-radius: 48%;
}
.success-section::after {
content: "";
position: absolute;
bottom: -47px;
left: 0;
width: 100%;
height: 100px;
background-color: #fff;
border-radius: 48%;
}
.success-title {
text-align: left;
margin-bottom: 50px;
}
.success-title h3 {
font-size: 24px;
color: #fff;
margin: 0;
}
.develop-single-area {
position: relative;
margin-top: 45px;
padding-left: 90px;
}
.develop-single-area .icon i {
display: inline-block;
height: 70px;
width: 70px;
line-height: 122px;
text-align: center;
position: absolute;
left: 0;
top: 0;
background-color: #fff;
color: #fff;    border-top-right-radius: 8px;
border-top-left-radius: 30px;
border-bottom-right-radius: 15px;
border-bottom-left-radius: 8px;
}
.develop-single-area .icon i::before {
content:url(../images/boss.png);
}
.develop-single-area h3 {
font-size: 20px;
color: #fff;
margin: 0 0 12px;
}
.develop-single-area p {
color: #d9d9d9;
font-weight: 400;
margin: 0;
}
.develop-single-area .icno1 i::before {
content:url(../images/boss1.png);
}
.develop-single-area .icno2 i::before {
content:url(../images/boss2.png);
}
.imag_box_bu img{
border-bottom: 3px solid #e0f3fa;
}
.develop-btn .btn-solid {
padding: 10px 17px;
margin-right: 10px;
margin-top: 40px;
font-size: 16px;
color: #ffffff;
letter-spacing: 0.05em;
border: 2px solid #e84771;
background-image: linear-gradient(30deg, #e84771 50%, transparent 50%);
background-size: 679px;
background-repeat: no-repeat;
background-position: 0;
-webkit-transition: background 300ms ease-in-out;
transition: background 300ms ease-in-out;
font-weight: 500;
border-radius: 5px;
border-top-left-radius: 30px;
border-top-right-radius: 8px;
border-bottom-left-radius: 8px;
border-bottom-right-radius: 15px;
}
.develop-btn .btn-solid:hover {
    background-position: 100%;
    color: #e84771;
    background-color: #ffffff;
    border-color: #4c5479;
    background-image: none !IMPORTANT;
    border-color: #FFF !IMPORTANT;
}
.develop-btn .btn-solid2 {
color: #e84771;
border: 2px solid #fff;
background-image: linear-gradient(
30deg
, #fff 50%, transparent 50%);
}
/*====================How it workss End===================*/
/*====================Earn Payment Payment Start===================*/
.wrapper .form-group:first-child {
display: flex;
flex-direction: row;
flex: 1;
flex-basis: auto;
justify-content: center;
align-items: center;padding-top: 20px;
}
.wrapper .form-group span{
padding: 0px 7px;
}
.wrapper .form-group input:focus  span, textarea:focus  span {
width: auto;
transition: all 0.125s cubic-bezier(0.2, 0, 0.03, 1);
}
.wrapper .form-group .input-field {
font-family: inherit;
font-size: inherit;
line-height: inherit;
width: 100%;
height: auto;
padding: 14px 10px;
cursor: pointer;
background: #fff;
border: none;
outline: none;
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.24);
border-radius: 3px;
}
.wrapper .form-group .input-field:first-child {
margin-right: 1rem;
}
/*====================Earn Payment Payment End===================*/
.error_custom{display: none;}
#reportModal textarea.form-control {
height: 100px;
padding-left: 20px;
max-height: 100px;
}
#reviewModal textarea {
height: 90px;
}
#reviewModal textarea.form-control {
height: 100px;
padding: 7px 20px;
max-height: 100px;
}
.multisteps-form__content .active:hover {
background-color: #4c5479;
color: white;
}
.multisteps-form__content .active h4{color: #fff;}
.multisteps-form__content .active p{color: #fff;}
.multisteps-form__content .active img {
filter: brightness(0) invert(1);
}
.multisteps-form__content .active{
background-color: #4c5479;
color: white;
border-top-right-radius: 8px;
border-top-left-radius: 30px;
border-bottom-right-radius: 15px;
border-bottom-left-radius: 8px;
}
.box_icon_images img{
width: 18px;
margin-right: 5px;
}
/*****Ram***/
div.stars {display: inline-block;}
input.star {display: none;}
label.star {float: right;padding: 0px 10px;font-size: 36px;color: #444;transition: all .2s;}
input.star:checked ~ label.star:before {content: '\f005';color: #FD4;transition: all .25s;}
input.star-5:checked ~ label.star:before {color: #FE7;
text-shadow: 0 4px 6px #b8b8b8;}
input.star-1:checked ~ label.star:before {color: #F62;}
label.star:hover {transform: rotate(-15deg) scale(1.3);}
label.star:before {content: '\f006';font-family: FontAwesome;}
#starbody input:focus  label, textarea:focus  label, input:valid  label, textarea:valid  label {font-size: 28px;color: #a1a1a1; transition: all 0.125s cubic-bezier(0.2, 0, 0.03, 1);}
.Found_img1 img {
max-width: 100%;
display: block;
max-height: 100%;
margin: auto;
}
.box_top_box_man{  color: #4c5479;
padding: 2px 12px;
border: 1px solid #4c5479;
border-top-left-radius: 20px;
border-top-right-radius: 8px;
border-bottom-left-radius: 8px;
border-bottom-right-radius: 10px;
font-size: 14px;}
.box_top_box_man_1{   float: right;
box-shadow: 0 0px 3px rgb(0 0 0 / 19%);
padding: 7px 15px;
border-radius: 10px 5px 15px 10px;}
.Found_img img {
max-width: 100%;
}
.page-item {
list-style: none;
text-align: center;
margin-top: 30px;
}
.pagination-outer {
text-align: left;
}
.pagination-outer{ text-align: left; }
.pagination{
display: inline-flex;
}
.pagination li{margin-top: 20px;}
.pagination li a.page-link{
color: #4c5479;
background: rgba(255,255,255,0.2);
font-size: 22px;
font-weight: 600;
line-height: 35px;
height: 35px;
width: 35px;
margin: 0 10px;
padding: 0;
border: none;
border-radius: 14px 0;
display: block;
position: relative;
z-index: 1;
transition: all 0.3s ease 0s;
}
.pagination li.active a.page-link,
.pagination li a.page-link:hover,
.pagination li.active a.page-link:hover,
.pagination li a.page-link:focus,
.pagination li.active a.page-link:focus{
color: #051489;
background: transparent;
padding: 3px 4px 0 0;
border: none;
}
.pagination li a.page-link:before,
.pagination li a.page-link:after{
content: '';
border: 2px dashed #051489;
border-radius: 10px 0;
transform-origin: top right;
transform: scale(0);
position: absolute;
right: 0;
top: 0;
left: 4px;
bottom: 4px;
z-index: -1;
transition: all 0.3s ease 0s;
}
.pagination li a.page-link:after{
background-color: #fff;
border: none;
box-shadow: 0 0 5px rgba(0,0,0,0.7);
top: 5px;
bottom: 1px;
left: 1px;
right: 5px;
transition: all 0.3s ease 0.15s;
}
.pagination li a.page-link:hover:before,
.pagination li a.page-link:focus:before,
.pagination li.active a.page-link:before,
.pagination li a.page-link:hover:after,
.pagination li a.page-link:focus:after,
.pagination li.active a.page-link:after{
transform: scale(1);
}
@media only screen and (max-width: 480px){
.pagination{
font-size: 0;
display: block;
}
.pagination li{
display: inline-block;
margin: 0 0 15px
}
}
.notifications {
width: 300px;
z-index: 999999999;
display: block;
position: absolute;
top: 55px;
right: 0px;
border-radius: 5px 5px 5px 5px;
background-color: #fff;
box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%);
}
.notifications-top-cl{max-height: 600px;
overflow: auto;}
.notifications h2 {
font-size: 14px;
padding: 10px;
border-bottom: 1px solid #eee;
color: #999
}
.notifications-item {
border-bottom: 1px solid #eee;
padding: 6px 9px;
margin-bottom: 0px;
cursor: pointer
}
.notifications-item:last-child{ border-bottom: none;}
.notifications-item:hover {
background-color: #eee
}
.notifications-item img {
display: block;
width: 50px;
height: 50px;
margin-right: 9px;
border-radius: 50%;
margin-top: 2px
}
.notifications-item .text h4 {
color: #777;
font-size: 16px;
margin-top: 0px;
margin-bottom: 0px;
}
.p_box1{position: relative;}
.notifications-item .text p {
    color: #4c4c4c;
    font-size: 14px;
    font-weight: 400;
}
.notifications-item .text p a{
    font-size: 14px;
    font-weight: 500;
    color: #e84771;
}
.modal-header{background: #4c5479;
    color: #fff; margin: 0px;}
    #front_sess_mess2 {margin: 0px;}
.notifications-item .text p a:hover{color:#4c5479 !important;}

.notifications .svg-inline--fa {
display: inline-block;
font-size: inherit;
height: 1em;
overflow: visible;
vertical-align: -.125em;
margin-right: 0px;
position: relative;
right: 24px;
float: right;
top: -10px;
color: #fff;
font-size: 25px;
}
.box85:hover .text_box .box_div_bor_pl {
color: #fff! important;
}
.is-floating-label {
position: relative;
margin-bottom: 25px;
}
.is-floating-label input {
width: 100%;
border: 1px solid #d4d4d4 !important;
padding: 10px 20px;
background: #fff;
    color: #727272;
border-radius: 8px;
min-height: 55px;
font-size: 14px;
}
.is-floating-label label {
opacity: 1;
pointer-events: none;
position: absolute;
transform: translate3d(0, 0, 0) scale(1);
transform-origin: left top;
transition: transform ease 0.2s;
top: 15px;
left: 15px;    padding: 0px 5px;
font-size: 15px;
pointer-events: none;z-index: 99;
color: #a3a3a3;
}
.is-floating-label.is-focused label {
transform: translateY(-25px) scale(0.55);
font-size: 25px;
background: #fff;
color: #4c5479;
font-weight: 600;min-width: max-content;
padding: 0px 15px;
margin-left: 10px;
}
.is-floating-label input:focus{
outline: 0;
}
.modal-footer .btn-solid1 {
margin-top: 10px !important;}
.multisteps-form__content .is-floating-label input{width: 90%;
padding: 10px 25px;
min-height: 55px;
}
.multisteps-form__content .is-floating-label label {
top: 10px;
left: 10px;
}
.multisteps-form__content .is-floating-label.is-focused label {
transform: translateY(-20px) scale(0.55);
margin-left: 10px;
}
.multisteps-form__content .is-floating-label textarea{width: 90%;
color: #a3a3a3;
border: 1px solid #d4d4d4 !important;
padding: 15px 25px;
background: #fff;
color: #a3a3a3;
border-radius: 8px;
font-size: 14px;
}
.multisteps-form__content .box_12.is-floating-label  label {
top: 11px;
left: 51px;
}
.multisteps-form__content .box_12.is-floating-label input {
width: 90%;
padding: 11px 20px 10px 46px;
min-height: 45px;
}
input:-webkit-autofill {
background-color: #fff !important;
}
#login .is-floating-label.is-focused label {
padding: 0px 10px;
margin-left: 0px;
}
#login .is-floating-label input {
color: #646464;
opacity: 01;
font-size: 15px;
font-weight: 500;
}
.box_offer .Prompt  {
    width: 90%;
    padding: 0px;
}
.text-effect{
position: relative;
animation: animate 0.2s alternate linear infinite;
}
@keyframes animate{
0%{
top: 0;
text-shadow:none;
}
100%{
top:-2px;
}
}
@media only screen and (max-width: 990px){
.text-effect{ font-size: 90px; }
}
@media only screen and (max-width: 767px){
.text-effect{ font-size: 70px; }
}
@media only screen and (max-width: 576px){
.text-effect{ font-size: 50px; }
}
@media only screen and (max-width: 479px){
.text-effect{
font-size: 35px;
line-height: 35px;
}
}
.jo_the_in_xco{padding-top: 20px;margin-bottom: 35px;}
.jo_the_in_xco h2{    font-size: 22px;
font-weight: 600;
line-height: 25px;
text-align: canter;
margin-top: 20px;
color: #4c5479;}
.jo_the_in_xco_a_teg{text-align: center;}
.jo_the_in_xco_a_teg .btn-solid {padding: 6px 22px;}
.bo_xim_ges img{width: 100%;border-top-left-radius: 15px;
border-top-right-radius: 5px;
border-bottom-left-radius: 5px;
border-bottom-right-radius: 10px;}
.Lo_rem_ip_sum h2 {
font-size: 16px;
font-weight: 500;
line-height: 0px;
text-align: left;
color: #4c5479;
}
.Lo_rem_ip_sum span{
font-size: 13px;
line-height: 0px;
color: #656565;
}
.ho_urs_ago a{
font-size: 13px;
color: #e84771;
margin-left: 10px;
}
.Gur_mee_ka_ur_two{display: flex;
word-break: break-all;
margin-left: 58px;margin-bottom: 15px;
}
.Gur_mee_ka_ur{margin-bottom: 15px; display: flex;
word-break: break-all;}
.bo_xim_ges{
display: block;
height: 70px;
margin: 0;
width: 70px;
}
.Lo_rem_ip_sum p {
font-size: 13px;
font-weight: 400;
line-height: 23px;
color: #656565;
margin: 0;
padding-top: 0px;
}
.Lo_rem_ip_sum{
margin-left: 12px;
}
.ho_urs_ago{
margin-top: -3px;
}
.box_img_off{
position: absolute;
right: 10px;
bottom: 1px;
top: 10px;
}
.offer_detel{
margin-bottom: 25px;
}
.a_htp_box .btn-solid {
margin-top: 10px !important;
padding: 5px 20px !important;
}.li_box_right.box_offer li {
display: flex;
text-decoration: none;
font-size: 43px;
line-height: 28px;
margin-top: -25px;
font-weight: 500;
color: #e84771;
float: right;
}
.li_box_right .img_offre {
position: absolute;
right: 5px;
bottom: 0px;
top: inherit;
}
.li_box_right.box_offer li span::before {
left: 0px;
}
.li_box_right .img_offre {
display: none;
}
.Found_img5 img {
float: left;
    padding-right: 50px;
        width: 40%;
    height: auto;
}
.Found_img5 {
padding-top: 25px;
color: #8b8b8b;
}
.box_offer {
display: block;
position: inherit;
left: 0px;}
.need .is-floating-label.is-focused label {
padding: 0px 10px;
margin-left: 0px;
}
.need textarea {
height: 90px;
width: 100%;
border: 1px solid #d4d4d4 !important;
padding: 15px 20px;
background: #fff;
color: #a3a3a3;
border-radius: 8px;
font-size: 14px;
}
.Quote_k .is-floating-label.is-focused label {
padding: 0px 10px;
margin-left: 0px;
}
.Quote_k textarea {
height: 90px;
width: 98.5%;
border: 1px solid #d4d4d4 !important;
padding: 15px 20px;
background: #fff;
color: #a3a3a3;
border-radius: 8px;
font-size: 14px;
}
.box_to_app_to img{width: 18px;
margin-right: 5px;}
.box_chek_box_inut .checkcontainer {
display: inline-block;
position: relative;
padding-right: 24px;
margin-bottom: 20px;
margin-top: 10px;
cursor: pointer;
font-size: 16px;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
padding-top: 35px;
font-weight: 600;
color: #4c5479;
}
.box_chek_box_inut .checkcontainer input {
position: absolute;
opacity: 0;    display: none;
cursor: pointer;
}
.box_chek_box_inut .checkcontainer input:checked ~ .checkmark {
background-color: #f3f3f3;
border-top-right-radius: 8px;
border-top-left-radius: 30px;
border-bottom-right-radius: 15px;
border-bottom-left-radius: 8px;
padding: 10px;
border: 2px #e84771 solid;
}
.box_chek_box_inut .checkmark {
position: absolute;
top: 0;
left: 0;
height: 30px;
width: 30px;
background-color: #eee;  border-top-right-radius: 8px;
border-top-left-radius: 30px;
border-bottom-right-radius: 15px;
border-bottom-left-radius: 8px;
padding: 10px;
border: 2px #e84771 solid;
}
.box_chek_box_inut .checkcontainer .checkmark:after {
left: 10px;
top: 6px;
content: "";
width: 7px;
position: absolute;
height: 12px;
border: solid #4c5479;
border-width: 0 3px 3px 0;
-webkit-transform: rotate(
45deg
);
-ms-transform: rotate(45deg);
transform: rotate(
45deg
);
}
.box_chek_box_inut .checkcontainer input:checked ~ .checkmark:after {
display: block;
}
.box_chek_box_inut .checkmark:after {
content: "";
position: absolute;
display: none;
}
.task_list_li1{display: inline-block;
position: relative;
left: 0px;}
.task_list_li2{    margin-top: 0px;
display: block;
text-align: center;}
.tf-child-true .checkcontainer {
display: inline-block;
/* position: relative; */
padding-right: 24px;
cursor: pointer;
font-size: 14px;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
padding-top: 0px;
font-weight: 600;
color: #4c5479;
padding-left: 13px;
}
.tf-child-true .checkcontainer input {
position: absolute;
opacity: 0;    display: none;
cursor: pointer;
}
.tf-child-true .checkcontainer input:checked ~ .checkmark {
background-color: #f3f3f3;
border-top-right-radius: 8px;
border-top-left-radius: 30px;
border-bottom-right-radius: 15px;
border-bottom-left-radius: 8px;
padding: 10px;
border: 2px #e84771 solid;
}
.tf-child-true .checkmark {
position: absolute;
top: 3px;
left: 0;
height: 15px;
width: 15px;
background-color: #eee;
border-top-right-radius: 8px;
border-top-left-radius: 30px;
border-bottom-right-radius: 15px;
border-bottom-left-radius: 8px;
padding: 10px;
border: 2px #e84771 solid;
}
.tf-child-true .checkcontainer .checkmark:after {
left: 7px;
top: 4px;
content: "";
width: 7px;
position: absolute;
height: 12px;
border: solid #4c5479;
border-width: 0 3px 3px 0;
-webkit-transform: rotate(
45deg
);
-ms-transform: rotate(45deg);
transform: rotate(
45deg
);
}
.tf-child-true .checkcontainer input:checked ~ .checkmark:after {display: block;}
.tf-child-true .checkmark:after {content: "";position: absolute;display: none;}
.box_img_off{position: absolute;top: 10px;right: 10px;}
.form-control:focus {color: #212529;background-color: #fff;border-color: transparent;outline: 0;border: 1px solid #ced4da;box-shadow: 0 0 0 0rem rgb(13 110 253 / 25%);}
.pt-4 {padding-top: 1rem!important;}
.btn-check:focus+.btn, .btn:focus {outline: 0;box-shadow: 0 0 0 0rem rgb(13 110 253 / 25%);}
.small {left: 0;right: 0;top: 0;z-index: 9999999;float:left;width:100%;position:fixed;box-shadow: 0 0 16px #ccc;background: linear-gradient(30deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 100%);animation-duration: .8s;animation-name: fadeInDown;
animation-timing-function: ease-in-out;background: #fff;}
.ui-widget.ui-widget-content {border: 1px solid #c5c5c5;z-index: 999 !important;}
.is-floating-label label.label_top_fix{opacity: 1;top: -12px;background: #fff;color: #4c5479;font-weight: 600;    font-size: 15px;min-width: max-content;}
.is-floating-label.is-focused label.label_top_fix{    opacity: 1;
top: 14px;
font-size: 27px;}
.is-floating-label label.label_top_fix.label_top_fix1{margin-left: 10px;}
.modal-dialog {position: relative;width: auto;pointer-events: none;TOP: 150PX;}
.pagination-outer{ text-align: center; }
.pagination{display: inline-flex;}
.pagination li a.page-link{color: #4c5479;background: rgba(255,255,255,0.2);font-size: 22px;font-weight: 600;line-height: 35px;height: 35px;width: 35px;margin: 0 10px;padding: 0;border: none;border-radius: 14px 0;display: block;position: relative;z-index: 1;
transition: all 0.3s ease 0s;}
.pagination li.active a.page-link,
.pagination li a.page-link:hover,
.pagination li.active a.page-link:hover,
.pagination li a.page-link:focus,
.pagination li.active a.page-link:focus{color: #051489;background: transparent;padding: 3px 4px 0 0;border: none;}
.pagination li a.page-link:before, .pagination li a.page-link:after{content: '';border: 2px dashed #051489;border-radius: 10px 0;transform-origin: top right;transform: scale(0);position: absolute;right: 0;top: 0;left: 4px;bottom: 4px;z-index: -1;transition: all 0.3s ease 0s;}
.pagination li a.page-link:after{background-color: #fff;border: none;box-shadow: 0 0 5px rgba(0,0,0,0.7);top: 5px;bottom: 1px;left: 1px;right: 5px;transition: all 0.3s ease 0.15s;}
.pagination li a.page-link:hover:before,
.pagination li a.page-link:focus:before,
.pagination li.active a.page-link:before,
.pagination li a.page-link:hover:after,
.pagination li a.page-link:focus:after,
.pagination li.active a.page-link:after{transform: scale(1);}
@media only screen and (max-width: 480px){
.pagination{font-size: 0;display: block;}
.pagination li{display: inline-block;margin: 0 0 15px}
}
.page .items-center .flex {display: none;}
.page .items-center p.text-sm{display: none;}
.relative .w-5{width: 4%;}
.box_imag_p_1 img{position: absolute;top:12px;padding-right: 10px;border-right: 1px solid;left: 10px;z-index: 9; width: 33px;}
.box_imag_p_2 img{position: absolute;top:16px;padding-right: 10px;border-right: 1px solid;left: 10px;z-index: 9; width: 33px;}
.box_to_mune label{ padding: 0px 50px;}
.box_to_mune input{padding: 15px 20px 15px 72px;}
.need .box_to_mune.is-floating-label.is-focused label {padding: 0px 10px;margin-left: 50px;}
.top_chek_box{ display: flex !important;position: relative;padding-right: 24px;margin-bottom: 12px;cursor: pointer;font-size: 16px;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;padding-top: 0px !important;font-weight: 600;color: #4c5479;padding-left: 35px !important;float: left !important;}
.top_chek_box .checkmark{height: 20px;width: 20px;}
.top_chek_box .checkmark:after{left: 7px !important;top: 4px !important;}
#profile .form-control{width: 100%;border: 1px solid #d4d4d4 !important;padding: 15px 20px;background: #fff;color: #a3a3a3;border-radius: 8px;min-height: 55px;font-size: 14px;}
.box_img_Review{border-radius: 100px;box-shadow: 0 4px 5px 0 rgb(34 41 47 / 20%);justify-content: center;text-align: center;vertical-align: middle;display: flex;align-items: center;overflow: hidden;width: 75px;height: 75px;margin: auto;}
.box_img_Review img {max-width: 75px;}
.is-floating-label.is-focused label {
padding: 0px 10px;
margin-left: 0px;
}
.box_revi_text {font-size: 14px;font-weight: 600;line-height: 13px;text-align: center;color: #4c5479;margin-top: 8px;}
.box_left_len .btn-solid{border:none;background-image:none;cursor: initial;padding: 7px 10px;margin-right: 0px;margin-top: 0px;font-size: 12px;position: absolute;bottom: 0px;right: 0px;background: transparent !important;color: #e84771;border: 1px solid;}
.date_and_time span{font-size: 12px;font-weight: 500;}
.show-read-more .more-text{
display: none;
}
.read-more{
color: #e84771 !important;
FONT-SIZE: 14PX;
font-weight: 600;
}
.read-more:hover{
color: #e84771 !important;}
.box_left_len{text-align: right;}
.box_left_len .more {cursor: pointer;border: none;background: transparent;}
.box_left_len .more span {display: block;width: .25rem;height: .25rem;background: #363636;border-radius: 50%;pointer-events: none;}
.box_left_len .more span:not(:last-child) {margin-bottom: .125rem;}
.box_left_len .dropout {z-index: 999;width: fit-content;position: relative;margin-left: auto;top: -19px;}
.box_left_len .dropout ul {position: absolute;top: 17px;right: -7px;box-shadow: 0 4px 16px 0 rgb(34 41 47 / 20%);transform: scaleX(0);transform-origin: right;transition: transform 0.12s ease;width: 75px;background: #fff;}
.box_left_len button{ transform: rotate(90deg);}
.box_left_len .dropout.active ul {transform: scaleX(1);}
.box_left_len ul li {display: block;text-decoration: none;font-size: 15px;line-height: 25px;margin-left: 15px;}
.how_bg_img{background-image: url('https://dev.costcomparison.com.au/assets/site/images/bg_image.png');background-size: cover;background-repeat: no-repeat;padding: 40px 0px; text-align: center;    -webkit-box-shadow: 0px 5px 35px 0px rgb(0 27 175 / 5%);box-shadow: 0px 5px 35px 0px rgb(0 27 175 / 5%);}
.owl-theme .owl-dots{display: none;}
.star-none{ color:#ccc !important;}
.box_top_mex span{
float: right;
}
.box_top_mex p {
font-size: 16px;
font-weight: 500;
line-height: 35px;
color: #b3b3b3;
margin: 0;
padding-top: 0px;
}
.box_top_mex{
padding: 10px 0px 20px 0px;
}
.payment_s{background: #fafcff; padding: 70px 0px;}
.box_top_bg_c{background: #fff; padding: 35px;box-shadow: 0 8px 50px rgb(0 0 0 / 20%);}
.card_top_header{
background-color: rgb(255 255 255);
border-bottom: 1px solid rgb(76 84 121);
}
.card_top_1{    border: 1px solid rgb(76 84 121);}
.card_top_1 .btn-solid{    margin-top: 0px;}
.card-footer_top {
background-color: rgb(255 255 255);
border-top: 1px solid rgb(76 84 121);
}
.fancybox-container{ z-index: 99999999999 !important;}
#profile .items-center .flex {display: none;}
#profile .items-center p.text-sm{display: none;}
.is-floating-label select {
width: 100%;
border: 1px solid #d4d4d4 !important;
padding: 15px 20px;
background: #fff;
color: #000000cc;
border-radius: 8px;
min-height: 55px;
font-size: 14px;
}
select:focus-visible {
outline: none;
}
.box_to_me_fast{margin: 20px 0px 20px 20px;}
.task_list_cricat_menu li {
display: block !important;
width: inherit !important;
margin: 20px 20px !important;
}
.task_list_cricat_menu {box-shadow: 0 4px 16px 0 rgb(34 41 47 / 20%);padding: 30px 0px;}
.task_list_li_menu li {
display: block !important;
width: initial;
margin: 0px 15px 0px 0px;
}
.task_list_li_menu{
display: block !important;
}
.box_top_images{
position: absolute;
width: 7.5%;
margin: auto;
text-align: center;
left: 130px;
right: 0px;
top: 11px;
}
.box_imgs{
text-align: left;
}
.box_imgs img{
width: 40px;
height: 40px;
border-radius: 50px;
}
.message_costumr{margin-left: 5px;}
.message_costumr_tow{
margin-left: 30px;
margin-top: 0px;
text-align: right;
float: right;
}.message_costumr li {
display: block !important;
width: inherit !important;
margin: 0px 0px !important;
text-align: left;
}
.message_costumr li p {
font-size: 12px;
font-weight: 500;
line-height: 25px;
color: #a9a9a9;
margin: 0;padding: 0px;
}
.message_costumr li span{
font-size: 12px;
font-weight: 500;
color: #a9a9a9;padding-left: 5px;
}
.message_costumr li h2 {
font-size: 15px;
font-weight: 500;
line-height: 15px;
text-align: left;
margin: 0px;
padding: 0px;
}
.box_flex{display: flex;margin-right: 10px;}
.right_message{float: right;width: 100%;
justify-content: right;
display: grid;}
.left_message{float: left;width: 100%;}
.message_costumr ul{background: #f0f2f5; padding: 10px; border-radius: 18px;}
.Reply_box{
display: block;
font-size: 13px;
font-weight: 600;
text-align: left;
margin-left: 10px;
}
.message_costumr ol{
text-align: right;
float: right;
margin-right: 5px;
}
.message_costumr .box_left{  text-align: left;
float: left;margin-right: 0px; margin-left: -20px;}
.is-floating-label2{    width: 95%;margin-bottom: 0px;}
.is-floating-label2 input{border-top-left-radius:0px;
border-bottom-left-radius:0px}
.is-floating-label3 {
width: 88%;
margin-bottom: 0px;
}.is-floating-label3 input{border-top-left-radius:0px;
border-bottom-left-radius:0px}
.display-3{
text-align: center;
font-size: 15em;  font-family: "Roboto", sans-serif !important;
font-weight: 100;color: #fff;
text-shadow: #0062cc 1px 1px, #0062cc 2px 2px, #0062cc 3px 3px, #0062cd 4px 4px, #0062cd 5px 5px, #0062cd 6px 6px, #0062cd 7px 7px, #0062ce 8px 8px, #0063ce 9px 9px, #0063ce 10px 10px, #0063ce 11px 11px, #0063cf 12px 12px, #0063cf 13px 13px, #0063cf 14px 14px, #0063cf 15px 15px, #0063d0 16px 16px, #0064d0 17px 17px, #0064d0 18px 18px, #0064d0 19px 19px, #0064d1 20px 20px, #0064d1 21px 21px, #0064d1 22px 22px, #0064d1 23px 23px, #0064d2 24px 24px, #0065d2 25px 25px, #0065d2 26px 26px, #0065d2 27px 27px, #0065d3 28px 28px, #0065d3 29px 29px, #0065d3 30px 30px, #0065d3 31px 31px, #0065d4 32px 32px, #0065d4 33px 33px, #0066d4 34px 34px, #0066d4 35px 35px, #0066d5 36px 36px, #0066d5 37px 37px, #0066d5 38px 38px, #0066d5 39px 39px, #0066d6 40px 40px, #0066d6 41px 41px, #0067d6 42px 42px, #0067d6 43px 43px, #0067d7 44px 44px, #0067d7 45px 45px, #0067d7 46px 46px, #0067d7 47px 47px, #0067d8 48px 48px, #0067d8 49px 49px, #0068d8 50px 50px, #0068d9 51px 51px, #0068d9 52px 52px, #0068d9 53px 53px, #0068d9 54px 54px, #0068da 55px 55px, #0068da 56px 56px, #0068da 57px 57px, #0068da 58px 58px, #0069db 59px 59px, #0069db 60px 60px, #0069db 61px 61px, #0069db 62px 62px, #0069dc 63px 63px, #0069dc 64px 64px, #0069dc 65px 65px, #0069dc 66px 66px, #006add 67px 67px, #006add 68px 68px, #006add 69px 69px, #006add 70px 70px, #006ade 71px 71px, #006ade 72px 72px, #006ade 73px 73px, #006ade 74px 74px, #006bdf 75px 75px, #006bdf 76px 76px, #006bdf 77px 77px, #006bdf 78px 78px, #006be0 79px 79px, #006be0 80px 80px, #006be0 81px 81px, #006be0 82px 82px, #006be1 83px 83px, #006ce1 84px 84px, #006ce1 85px 85px, #006ce1 86px 86px, #006ce2 87px 87px, #006ce2 88px 88px, #006ce2 89px 89px, #006ce2 90px 90px, #006ce3 91px 91px, #006de3 92px 92px, #006de3 93px 93px, #006de3 94px 94px, #006de4 95px 95px, #006de4 96px 96px, #006de4 97px 97px, #006de4 98px 98px, #006de5 99px 99px, #006ee5 100px 100px, #006ee5 101px 101px, #006ee6 102px 102px, #006ee6 103px 103px, #006ee6 104px 104px, #006ee6 105px 105px, #006ee7 106px 106px, #006ee7 107px 107px, #006ee7 108px 108px, #006fe7 109px 109px, #006fe8 110px 110px, #006fe8 111px 111px, #006fe8 112px 112px, #006fe8 113px 113px, #006fe9 114px 114px, #006fe9 115px 115px, #006fe9 116px 116px, #0070e9 117px 117px, #0070ea 118px 118px, #0070ea 119px 119px, #0070ea 120px 120px, #0070ea 121px 121px, #0070eb 122px 122px, #0070eb 123px 123px, #0070eb 124px 124px, #0071eb 125px 125px, #0071ec 126px 126px, #0071ec 127px 127px, #0071ec 128px 128px, #0071ec 129px 129px, #0071ed 130px 130px, #0071ed 131px 131px, #0071ed 132px 132px, #0071ed 133px 133px, #0072ee 134px 134px, #0072ee 135px 135px, #0072ee 136px 136px, #0072ee 137px 137px, #0072ef 138px 138px, #0072ef 139px 139px, #0072ef 140px 140px, #0072ef 141px 141px, #0073f0 142px 142px, #0073f0 143px 143px, #0073f0 144px 144px, #0073f0 145px 145px, #0073f1 146px 146px, #0073f1 147px 147px, #0073f1 148px 148px, #0073f1 149px 149px, #0074f2 150px 150px, #0074f2 151px 151px, #0074f2 152px 152px, #0074f3 153px 153px, #0074f3 154px 154px, #0074f3 155px 155px, #0074f3 156px 156px, #0074f4 157px 157px, #0074f4 158px 158px, #0075f4 159px 159px, #0075f4 160px 160px, #0075f5 161px 161px, #0075f5 162px 162px, #0075f5 163px 163px, #0075f5 164px 164px, #0075f6 165px 165px, #0075f6 166px 166px, #0076f6 167px 167px, #0076f6 168px 168px, #0076f7 169px 169px, #0076f7 170px 170px, #0076f7 171px 171px, #0076f7 172px 172px, #0076f8 173px 173px, #0076f8 174px 174px, #0077f8 175px 175px, #0077f8 176px 176px, #0077f9 177px 177px, #0077f9 178px 178px, #0077f9 179px 179px, #0077f9 180px 180px, #0077fa 181px 181px, #0077fa 182px 182px, #0077fa 183px 183px, #0078fa 184px 184px, #0078fb 185px 185px, #0078fb 186px 186px, #0078fb 187px 187px, #0078fb 188px 188px, #0078fc 189px 189px, #0078fc 190px 190px, #0078fc 191px 191px, #0079fc 192px 192px, #0079fd 193px 193px, #0079fd 194px 194px, #0079fd 195px 195px, #0079fd 196px 196px, #0079fe 197px 197px, #0079fe 198px 198px, #0079fe 199px 199px, #007aff 200px 200px;
}
.box_404 {background-color: #007aff; padding: 0px; margin: 0px;height: auto;
display: flow-root;
padding-bottom: 50px;padding-top: 50px;}
.display-5{color: #fff;
font-size: 2em;
text-align: center;
font-weight: 100;
}
.btn-link2{
font-weight: 300;
color: #fff;
font-size: 1.2em;
text-decoration: none;
border: 1px solid #efefef;
padding: .5em;
border-radius: 3px;
margin-top: 4em;
position: relative;
transition: all .3s linear;
}
.btn-link2:hover {
color: #ffffff !important;
}
#business-reg-form{height: auto !important;}
.multisteps-form__content .is-floating-label.is-focused label.label_top_fix {
opacity: 1;
top: 9px;
font-size: 27px;
}
.text_box h3{
font-size: 16px;
letter-spacing: 1px;
margin-bottom: 2px;
font-weight: 600;
}
.text_box h5{
font-size: 14px;
font-weight: 400;
line-height: 25px;
margin: 0px;
color: #b1b1b1;
}
.box_offer_price{
display: flex;
align-items: center;    position: absolute;
top: 20px;
right: 20px;
}
.box_offer_price strike{
font-size: 28px;
font-weight: 600;
color: #4c5479;
}
.box_offer_price h2{
font-size: 35px;
font-weight: 600;
line-height: 10px;
text-align: center;
color: #e84771;
margin-left: 10px;
}
.table-respoeernsive {overflow-x: auto;}
.toggle-menu{display: none;}
.a_detail_htp_box{text-align: center;border-top: 1.5px solid #000;margin-top: 10px;}
.Proposal_box_hedig{
font-size: 20px;
padding-top: 10px;
color: #4c5479;
text-align: center;
margin-top: 20px;
}
.toggle-menu span:first-child {
display: none;
}
.payment_s_heading_bg{
background: #626598;
}
.payment_s_heading_bg label {
font-size: 16px;
font-weight: 600;
color: #fff;
}
.box_i .svg-inline--fa{    transform: rotate(
90deg);
margin-top: 5px;}
.card-header {
padding: 0.5rem 1rem; margin-bottom: 0;
background-color: #4c5479;
border-bottom: 1px solid rgba(0,0,0,.125);
color: #fff;
font-size: 18px;
font-weight: 500;
}
.card-body {
flex: 1 1 auto;
padding: 1rem 1rem; border: 1px solid #d1d1d1;
}
.top_header{text-align: right;
margin-bottom: 0px;
position: relative;
z-index: 9999999;}
.top_header_login{position: absolute;right: 0px;z-index: 999999;}
.top_header li:first-child {    border-right: 2px solid #a5acb4;margin: 2px 0px;}
.top_header li{display: inline-block;padding: 0px 15px;}
.header .top_header .nav_a{padding: 0px 0px; color: #4c5479 !important;font-size: 12px;font-weight: 500;position: relative;    line-height: 15px;}
.top_header .nav_a{padding: 0px 0px; color: #4c5479;font-size: 12px;font-weight: 500;position: relative;    line-height: 15px;}
.menu a.active{color: #4c5479!important}
.top_header .nav_a::before {
content: "";
width: 100%;
height: 1.5px;
position: absolute;
left: 0;
bottom: -1px;
background: #fff;
transition: 0.5s transform ease;
transform: scale3d(0, 1, 1);
transform-origin: 0 50%;
}
.top_header .nav_a:hover::before {
transform-origin: 100% 50%;
}
.close span{
    color: #fff;
    font-size: 20px;
}
.top_header .nav_a:hover::before {
transform: scale3d(1, 1, 1);
}
.top_header .nav_a::before {
background: #e84771;
transform-origin: 0 50%;
}


.box_to_app_to{width: 70%;}

.Make1 {
    font-size: 22px;
    font-weight: 600;
    line-height: 13px;
    text-align: left;
    margin-bottom: 10px;
    border-bottom: none;
        color: #4c5479;
}
.Sort_By2{margin-top: 10px;}

.searchformbox .form-control{padding: 0.575rem 0.75rem;border: 1px solid #d7d7d7;;    color: #919191;    font-size: 15px;box-shadow: 0 3px 10px rgb(19 40 125 / 9%);}
.searchformbox label{
    font-size: 16px;
    font-weight: 600;
    color: #4c5479;
    margin-bottom: 4px;
}
.searchformbox {
    padding: 20px; 
        background: #f2f8fb;
            border-radius: 20px;
    box-shadow: 0 4px 18px 0 rgb(34 41 47 / 20%);
    margin-top: 25px;
}

 .searchformbox .col-md-2{
    vertical-align: middle;
    text-align: center;
    justify-content: center;
    margin: auto;
}



.container_menu_team {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin: 40px 0px 0px 0px;
}
.container_menu_team .card {
  position: relative;
  width: auto;
  height: 400px;
  margin: 15px;
  overflow: hidden;
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.2);
  border-radius: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.container_menu_team .card .content {
  position: absolute;
  bottom: -66px;
  width: 100%;
  height: 160px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10;
  flex-direction: column;
  backdrop-filter: blur(15px);
  box-shadow: 0 -10px 10px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 15px;
  transition: bottom 0.5s;
  transition-delay: 0.65s;
}
.container_menu_team .card:hover .content {
  bottom: -25px;
  transition-delay: 0s;
}
.container_menu_team .card .content .contentBx h3 {
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 2px;
  font-weight: 500;
  font-size: 18px;
  text-align: center;
  margin: 20px 0 15px;
  line-height: 1.1em;
  transition: 0.5s;
  transition-delay: 0.6s;
  opacity: 1;
  transform: translateY(-20px);
}
.container_menu_team .card:hover .content .contentBx h3 {
  opacity: 1;
  transform: translateY(-15);
}
.container_menu_team .card .content .contentBx h3 span {
  font-size: 12px;
  font-weight: 300;
  text-transform: initial;
}
.container_menu_team .card .content .sci {
  position: relative;
  bottom: 10px;
  display: flex;
}
.container_menu_team .card .content .sci li {
  list-style: none;
  margin: 0 10px;
  transform: translateY(40px);
  transition: 0.5s;
  opacity: 0;
  transition-delay: calc(0.2s * var(--i));
}

.container_menu_team .card:hover .content .sci li {
  transform: translateY(0);
  opacity: 1;
}
.container_menu_team .card .content .sci li a {
  color: white;
  font-size: 24px;
}


.box_ul_p .pull-right label{
    font-size: 12px;
}
.box_ul_p .pull-right input{
    width: 10px;
    height: 10px;
}
.box_ul_p .pull-right{
    padding-top: 27px;
}

.box15 .anim-btn{margin-top: 30px;}
.box15 h4 {
    font-size: 20px;
    padding-top: 10px;
    color: #4c5479;
    display: none;
}

#task_list .OPEN li:first-child{margin-Left: 0px;}


.progress-bar{
    position: relative;
    display: flex; margin-top: 30px;
}

.checkout-broken {
    text-align: center;
}
.checkout-broken .brokencheckout-title {
    color: red;
    font-size: 13px
}
.checkout-broken .step {
    float: left;
    position: relative;
  padding-right:0px;width: 33.33%;
}
.checkout-broken .timeline {
    height: 2px;
    width: 100%;
    position: absolute;
    top: 25%;
    z-index: -1;
    border: 2px solid #ddd;
}
.checkout-broken .timeline.active{
    border: 2px solid #4c5479;
}
.checkout-broken .timeline-r {
        right: -193px;
  
}
.checkout-broken .timeline-l {
    left: 0
}
.checkout-broken .step-text {
    border-radius: 50%;
    background-color: #fff;
    padding: 15px;
    height: 5px;
    width: 5px;
    display: inline-block;
    border: 2px solid #ddd;
}
.checkout-broken .step-desc {
    color: #4c5479;
     font-size: 16px;
    font-weight: 600;
}
.checkout-broken .current .step-text {
        background-color: #e84771;
  border:none
}
.checkout-broken .current .step-desc {
    opacity: 1;
    color: #4c5479;
    font-size: 16px;
    font-weight: 600;
}

#profile .contact1 .flex{
    margin-top: 30px;
}
.user_payment_detail label {width: 128px;font-weight:500 !important;}


.is-floating-label20 {
    width: 86%;
    margin-bottom: 0px;
}

.is-floating-label20 input {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}
.is-floating-label21 {
    width: 94%;
    margin-bottom: 0px;
}
.is-floating-label21 input {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}


.blink span {
    font-family: cursive;
    color: rgb(76, 84, 121);
    font-size: 14px;
    font-weight: 600;
    animation: 1s linear 0s infinite normal none running blink;
}

@keyframes blink{
0%{opacity: 5;}
30%{opacity: .6;}
70%{opacity: .8;}
100%{opacity: 1;}
}

.a_detail_htp_box{    border-top: 1.5px solid #ddd !important;}

.Awarded_box label .text-success{
    color: #198754!important;
    font-size: 16px;
    font-weight: 500;
}
.Awarded_box label{}

.stars .svg-inline--fa{color: #ffb30c;}

.falex li .fa-comments{color: #333;}

.task_list h4{
    font-size: 20px;
    padding-top: 20px;
    color: #4c5479;
    margin: 0px;
    padding-left: 10px;
}
.progress-bar_work{margin-top: 30px !important;
    margin-bottom: 20px !important;}
#task_list h4 {
    font-size: 20px;
    padding-top: 20px;
    color: #4c5479;
    padding-left: 10px;
}
.input-group-text{background: #fff;}

.team_menu p{
font-size: 16px;
    font-weight: 500;
    line-height: 23px;
    color: #a3a3a3;
}
.team_menu ul{    margin-left: 25px;
    margin-top: 20px;}
.team_menu ul li{list-style-image: url(https://www.costcomparison.com.au/assets/site/images/Business.png);
    font-size: 15px;
    font-weight: 500;
    padding: 6px 0px;
    color: #a3a3a3;
    text-align: justify;
    padding-left: 8px;
    line-height: 26px;
}

.team_menu_1 h2 {
    font-size: 25px;
    font-weight: 600;
    line-height: 35px;
    text-align: left;
    color: #4c5479;
    margin-top: 25px;
}
.team_menu_1{position: relative;}
.team_menu_1 p{
  font-size: 15px;
    font-weight: 500;
    color: #a3a3a3;
    text-align: justify;
    line-height: 26px;
    padding: 6px 0px 6px 45px;
}
.team_menu_1 p span{
    position: absolute;
    left: 0px;
    display: block;
    color: #e84771;
    font-size: 16px;
    font-weight: 600;
}

.team_menu_1 li span{
    position: absolute;
    left: 0px;
    display: block;
    color: #e84771;
    font-size: 16px;
    font-weight: 600;
}
.team_menu_1 li{    padding: 6px 0px 6px 35px;
    font-size: 15px;
    font-weight: 500;
    color: #a3a3a3;
    text-align: justify;
    line-height: 26px;}

   .team_menu_1 ul{margin-top: 15px;}


   .Found_img_offer{
    background: #f3f3f3;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 30px;
    border-top-right-radius: 30px;
    border-top-left-radius: 5px;
    padding: 0px 0px;
    display: inline-block;
    overflow: hidden;
    box-shadow: 0 4px 16px 0 rgb(34 41 47 / 20%);
}
  .Found_img_offer img {
    max-width: 100%;
    display: block;
    max-height: 100%;
    margin: auto;
}