@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&family=Merienda:wght@400;700&display=swap');
/* font-family: 'Inter', sans-serif; 
font-family: 'Merienda', cursive; */

html,body{
    width: 100%;
    height: 100%;
}
body {
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5715;
    color: #8D8D8D;
    background-color: #fff;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
}
*{
    outline: none;
}
a{
    color: #6DABAA;
    display: inline-block;
}
a,
a:hover,
a:focus {
    text-decoration: none;
    transition: 0.5s;
    outline: none;
}
button, input, optgroup, select, textarea{
    font-size: 16px;
    color: #8D8D8D;
    font-weight: normal;
}
button:focus,
input:focus,
select:focus,
textarea:focus{
    outline: none;
    box-shadow: none;
}

ul,
menu,
dir {
    margin: 0px;
    padding: 0px;
    display: block;
    list-style-type: none;
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
    -webkit-margin-start: 0;
    -webkit-margin-end: 0;
    -webkit-padding-start: 0;
}
section{
    position: relative;
}
::-webkit-input-placeholder {color: #8D8D8D;}
:-moz-placeholder {color: #8D8D8D;}
::-moz-placeholder {color: #8D8D8D;}
:-ms-input-placeholder {color: #8D8D8D;}

a, button{
    transition: 0.4s;
}
hr{
    border-top: 1px solid #E0E0E0;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6{
    color: #71B7B6;
    font-weight: 700;
}

h1, .h1{
    font-size: 36px;
}
h2, .h2{
    font-size: 24px;
}
h3, .h3{
    font-size: 18px;
}


/*-------default-class---------*/

.p-text-16{ 
    font-size: 16px !important; 
}   
.p-text-14{ 
    font-size: 14px !important; 
}   
.p-text-13{ 
    font-size: 13px !important; 
}   
.p-text-12{  
    font-size: 12px !important; 
}   

.fw-500{
    font-weight: 500 !important;
}
.fw-600{
    font-weight: 600 !important;
}
.fw-700{
    font-weight: 600 !important;
}
.form-group {
    margin-bottom: 20px;
}
.form-group .label-name {
    font-size: 13px;
    font-weight: 500;
    color: #0e1528;
    margin-bottom: 2px;
}
.form-group .label-flex {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.form-text {
    margin-top: 0.25rem;
    font-size: 12px;
    color: #9198a9;
    font-weight: 400;
}
.form-control{
    padding: 15px 22px;
    font-size: 14px;
    height: auto;
    line-height: initial;
    border: 1px solid #e9f0f7;
    border-radius: 8px;
    width: 100%;
}
.form-control:focus{
    box-shadow: none;
    border-color: #5a8dee;
}
.form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #75758a;
}
.form-control::-moz-placeholder { /* Firefox 19+ */
  color: #75758a;
}
.form-control:-ms-input-placeholder { /* IE 10+ */
  color: #75758a;
}
.form-control:-moz-placeholder { /* Firefox 18- */
  color: #75758a;
}
select{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url(../images/select-arrow.svg) calc(100% - 18px) / 11px no-repeat;
}

/*btn-classes*/
.btn-theme {
    font-size: 16px;
    font-weight: 700;
    padding: 10px 25px;
    color: #71B7B6;
    display: inline-block;
    border: none;
    border-radius: 0;
    border: 1px solid transparent;
    transition: 0.4s;
    text-align: center;
    text-transform: uppercase;
    position: relative;
    outline: none;
}
.btn-theme.btn-blue {
    background-color: #6DABAA;
    color: #fff;
    border-color: #6DABAA;
}

.btn-theme.btn-light-blue {
    color: #0c61f7;
    background-color: #cedffe;
    border-color: #cedffe;
}
.btn-theme.btn-blue:hover {
    background-color: #1890ff;
    border-color: #1890ff;
}
.btn-theme.btn-green {
    background-color: #00bf71;
    border-color: #00bf71;
    color: #fff;
}

.btn-border-line{
    border: 1px solid #A0A0A0;
}
.bg-theme{
    background-color:#002032;
}
.bg-blue{
    background-color: #006AFA;
    color: #fff;
}

.btn-default .fa-long-arrow-alt-right{
    position: relative;
    top: 2px;
}
.btn-right-icon, .btn-left-icon{
    position: relative;
}
.btn-right-icon i{
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
}
.btn-left-icon i{
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
}

.text-blue-color{
    color: #006AFA;
}
.text-gray-color{
    color: #727272;
}


.section-padding{
    padding: 65px 0px;
}
.ptb40{
    padding-top: 40px;
    padding-bottom: 40px;
}
.pt40{
    padding-top: 40px;
}
.pb40{
    padding-bottom: 40px;
}
.ptb65{
    padding-top: 65px;
    padding-bottom: 65px;
}
.pt65{
    padding-top: 65px;
}
.pb65{
    padding-bottom: 65px;
}
.ptb80{
    padding-top: 80px;
    padding-bottom: 80px;
}
.pt80{
    padding-top: 80px;
}
.pb80{
    padding-bottom: 80px;
}
.ptb120{
    padding-top: 120px;
    padding-bottom: 120px;
}
.pt120{
    padding-top: 120px;
}
.pb120{
    padding-bottom: 120px;
}


.left-input-icon, .right-input-icon, .link-text-group {
    position: relative;
}
.right-input-icon .form-control {
    padding-right: 45px;
}
.left-input-icon .form-control {
    padding-left: 45px;
}
.right-input-icon .right-icon {
    position: absolute;
    top: 13px;
    right: 15px;
    color: #C8C8C8;
}
.left-input-icon .left-icon {
    position: absolute;
    top: 13px;
    left: 15px;
    color: #C8C8C8;
}


.select2-container--default .select2-selection--single{
    border: 1px solid #DADADA;
    height: 46px;
    border-radius:0;
}
.select2-container--default .select2-selection--single .select2-selection__rendered{
    color: #757575;
    line-height: 46px;
    padding-right: 35px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 46px;
    right: 5px;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: rgba(0,106,250, 0.05);
    color: #DD8480;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b{
    border: none;
    background: url('../images/select-arrow1.svg') no-repeat 0 0;
    width: 16px;
    height: 14px;
    background-size: 100% 100%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: auto;
}
.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: rgba(0,106,250, 0.05);
    color: #DD8480;
}  
.select2-container--default .select2-results__option:last-child{
    border-radius: 0px 0px 4px 4px;
}

.select2-container .select2-selection--single .select2-selection__rendered{
    padding-left: 15px;

}
.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple, 
.select2-container--default.select2-container--open.select2-container--above .select2-selection--single {
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}
.select2-results__option {
    padding: 8px 18px;
    user-select: none;
    -webkit-user-select: none;
    color: #4F4F4F;
    font-size: 15px;
    font-weight: 400;
    
}
.select2-container--open .select2-dropdown--above {
    box-shadow: 0px 6px 32px rgba(0, 0, 0, 0.1);
    border-radius: 0px;
    border: none;
    top: 8px;
    border-radius: 6px;
}

.select2-container--open .select2-dropdown--below{
    box-shadow: 0px 6px 32px rgba(0, 0, 0, 0.1);
    border-radius: 0px;
    border: none;
    top: -8px;
    border-radius: 6px;
}
.select2Part.w-100 > .select2-container{    
    width: 100% !important;
}
.select2-search--dropdown{
    padding: 12px 15px;
    position: relative;
}

.select2-container--default .select2-search--dropdown .select2-search__field{
    font-size: 16px;
    border: 1px solid #C8C8C8;
    border-radius: 4px;
    color: #757575;
    padding: 6px 15px;
    background-color: #fff;
    position: relative;
    padding-right: 45px;
}
.select2-container--default .select2-search--dropdown:after{
    content: "\f002";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position: absolute;
    top: 15px;
    right: 30px;
    font-size: 20px;
    color: rgba(0,0,0,0.54);
}


.custom-control{
    z-index: inherit;
}

.checkbox-align-boxes .custom-checkbox{
    display: inline-block;
    margin-left: 15px;
}
.checkbox-align-boxes .custom-checkbox:first-child{
    margin-left: 0px;
}


.custom-radio-check-align-boxes .custom-radio-check{
    display: inline-block;
    margin-left: 15px;
}
.custom-radio-check-align-boxes .custom-radio-check:first-child{
    margin-left: 0px;
}

.custom-radio-check .custom-control-label::before{
    border-radius: .25rem;
}
.custom-radio-check .custom-control-input:checked~.custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e");
}

.custom-radio-check .custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    border-color: #4F4F4F;
    background-color: #4F4F4F;
}
.custom-radio-check .custom-control-label::after {
    background-repeat: no-repeat;
    background-position: 50% 60%;
    background-size: 57%;
}


.select2-container--default .select2-selection--multiple{
    border: 1px solid #C8C8C8;
    min-height: 50px;
    border-radius: 0px;
    position: relative;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered{
    color: #757575;
    line-height: initial;
    padding-right: 30px;
    display: block;
    height: 100%;
    padding-bottom: 5px;
}
.select2-container--default .select2-selection--multiple .select2-selection__arrow {
    height: 48px;
    right: 15px;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered:before {
    border: none;
    content: '';
    background: url(../images/select-arrow.svg) no-repeat 0 0;
    width: 12px;
    height: 8px;
    background-size: 100% 100%;
    transform: translateY(-50%);
    position: absolute;
    right: 15px;
    top: 24px;
}
.select2-container--default.select2-container--focus .select2-selection--multiple{
    border: 1px solid #C8C8C8;
    
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
    list-style: none;
    line-height: initial;
    padding: 5px;
    font-size: 14px;
    position: relative;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
    width: initial !important;
    padding: 5px !important;
    padding-right: 24px !important;
    font-size: 13px !important;
}
.select2-container--default .select2-search--inline .select2-search__field{
    width: 100% !important;
    font-size: 16px;
    margin-top: 0px;
    padding: 0;
    padding-left: 5px;
    line-height: 27px;
    padding-top: 6px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{
    position: absolute;
    font-size: 22px;
    width: 20px;
    height: 20px;
    top: 1px;
    text-align: center;
    color: #006AFA;
    right: 2px;
}
.select2-results__option[aria-selected]{
    position: relative;
}


.displaycenter{
    display: flex;
    justify-content: center;
    align-items: center;
}


/* section-title */
.section-title {
    margin-bottom: 45px;
}
.section-title h2 {
    font-size: 28px;
    font-weight: 600;
    letter-spacing: 0.3px;
    color: #0E1528;
    margin-bottom: 25px;
}
.section-title p {
    font-size: 15px;
    font-weight: 400;
    color: #98a3bb;
    letter-spacing: 0.3px;
}

/*Page-title*/

.page-banner {
    padding: 30px 0;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    min-height: 157px;
    position: relative;
}
.bg-page-banner{
    min-height: 362px;
}
.bg-page-banner::before{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: linear-gradient(-80deg, #DD8480 0%, rgba(221, 132, 128, 0) 100%);
}
.page-banner-content{
    position: relative;
}
.page-banner-content h1{
    font-family: 'Merienda', cursive;
    font-size: 32px;
    font-weight: 700;
    color: #fff;
}
.search-nanny-content .page-banner-content{
    max-width: 385px;
    width: 100%;
    text-align: center;
}
.search-nanny-content{
    display: flex;
    justify-content: flex-end;
}
.search-nanny-content p{
    max-width: 312px;
    text-align: center;
    color: #fff;
    margin: auto;
}

.filter-job-part{
    padding: 30px 20px;
    background: #FFFFFF;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
    margin-top: -30px;
    position: relative;
}
.filter-job-search{
    display: flex;
    flex-wrap: wrap;
    position: relative;
    padding-bottom: 10px;
}
.filter-job-search h6{
    font-size: 24px;
    color: #A34844;
    font-weight: 700;
    margin: 0;
    margin-top: 9px;
}
.form-border-left .select2-container{
    border-left: 10px solid #DD8480;
}

.filter-job-search::before{
    content: '';
    position: absolute;
    width: 100%;
    height: 14px;
    left: 0;
    right: 0;
    bottom: 0;
    background:url('../images/dots.svg') no-repeat 0 0 / cover;
}

.select2-container .select2-selection--single .select2-selection__rendered{
    font-size: 15px;
    color: #71B7B6;
    font-weight: 700;
    text-align: center;
}
.filter-job-select ul{
    display: flex;
    flex-wrap: wrap;
}
.filter-job-select li{
    padding: 10px 35px 10px 15px;
    background: #F1F1F1;
    border-radius: 10px;
    position: relative;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
    margin-right: 15px;
    color: #2A6B6A;
    margin-top: 15px;
}
.filter-job-select li a{
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 11px;
    height: 11px;
    background: url('../images/close.svg') no-repeat 0 0;
}

.job-col{
    margin-bottom: 30px;
}
.job-col-img{
    background: rgba(230, 244, 242, 0.1);
    border: 2px solid #E6F4F2;
    padding: 10px;
}
.job-col-img img{
    width: 100%;
    min-height: 150px;
}

.job-col h4{
    font-size: 20px;
    font-weight: 400;
    color: #71B7B6;
    margin: 20px 0 17px;
}
.job-col a{
    font-size: 18px;
    color: #F1AA96;
    font-weight: 700;
    transition: 0.4s;
}
.job-col a:hover{
    color: #A34844;
}

.job-col h4 a{
    font-size: 20px;
    font-weight: 400;
    color: #71B7B6;
    margin: 20px 0 17px;
    font-family: 'Inter';
}
.job-col h4 a:hover{
    font-size: 20px;
    font-weight: 400;
    color: #71B7B6;
    margin: 20px 0 17px;
    font-family: 'Inter';
}
.job-list-more{
    margin-top: 20px;
    text-align: center;
}
.job-list-more a{
    font-family: 'Merienda', cursive;
    font-size: 20px;
    font-weight: 400;
    color: #fff;
    letter-spacing: -0.06em;
    display: inline-block;
    text-align: center;
    padding: 5px;
    position: relative;
}
.job-list-more a:hover{
    color: #fff !important;
    font-family: 'Merienda', cursive;
    font-size: 20px;
    font-weight: 400;
}
.job-list-more a::before{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    border: 1px solid #DD8480;
}
.job-list-more a span{
    display: block;
    min-width: 300px;
    margin: auto;
    background: #DD8480;
    padding: 5px;
}
.newsletter-section{
    background: #66C8C7;
    padding: 35px 0;
}
.newsletter-left h5{
   font-family: 'Inter';
    font-size: 20px;
    font-weight: 400;
    letter-spacing: -0.06em;
    color: #fff;
    margin-bottom: 10px;
}
.newsletter-left p{
    font-size: 14px;
    color: #fff;
    margin: 0;
}

.newsletter-right .form-control{
    font-weight: 400;
    font-size: 14px;
    color: #2A6B6A;
    background: #FFFFFF;
    box-shadow: inset 0px 0px 2px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    padding: 12px 18px;
}
.newsletter-btn{
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
    background: #A34844;
    box-shadow: inset 0px 0px 2px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    border: none;
    outline: none;
    width: 100%;
    padding: 8px 5px;
}

.title-banner h1{
    margin-bottom: 0;
    margin-top: -40px;
    text-align: center;
}
.back-to-search {
    text-align: center;
}
.back-to-search a{
    font-size: 16px;
    color: #FFFFFF !important;
    background: #6DABAA;
    border: 6px solid #71B7B6;
    border-radius: 10px;
    padding: 8px;
    min-width: 240px;
    margin: 0 auto 30px;
    text-align: center;
}
.job-d-right {
    margin-top: 15px;
}
.job-d-right-detail{
    margin-bottom: 30px;
    margin-top: 33px;
}
.job-d-right-detail h2, .job-d-right > h2{
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 20px;
}
.job-d-right-detail li {
    margin-bottom: 20px;
}
.job-d--detail--btn{
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
}
.job-d--detail--btn a{
    font-size: 16px;
    color: #FFFFFF !important;
    border-radius: 10px;
    padding: 8px;
    min-width: 250px;
    margin: 0 5px 15px;
    text-align: center;
    font-weight: 700;
}
.job-d--detail--btn a:focus{
    color: #ffffff;
}
.btn-search-job{
    background: #6DABAA;
    border: 6px solid #81C7C6;
}
.btn-apply-job{
    background: #A34844;
    border: 6px solid #E68886;
}

.job-d-left-row{
    background: rgba(239, 249, 250, 0.2);
    border: 1px solid #81C7C6;
    margin-bottom: 30px;
}
.job-d-left-img img{
    width: 100%;
    display: block;
    height: auto;
}
.job-d-left-content{
    padding:10px;
    padding-bottom: 30px;
}
.job-d-left-content .btn-apply-job{
    font-size: 16px;
    color: #FFFFFF;
    border-radius: 10px;
    padding: 8px;
    max-width: 220px;
    margin: 0 auto;
    display: block;
    text-align: center;
    font-weight: 700;
}
.job-d-left-content .btn-apply-job:hover{
    color:  #ffffff;
}

.job-d-left-content ul{
    margin-bottom: 30px;
}
.job-d-left-content ul li{
    display: flex;
    width: 100%;
    border-bottom: 1px dashed #81C7C6;
}
.job-d-left-content ul li span{
    font-size: 15px;
    font-weight: 300;
    color: #A34844;
    display: block;
    min-width: 120px;
    margin-right: 5px;
    padding: 8px;
    padding-left: 0;
    padding-right: 5px;
}
.job-d-left-content ul li h4{
    font-size: 14px;
    font-weight: 700;
    color: #71B7B6;
    padding: 10px;
    padding-right: 0;
    padding-left: 5px;
}
.job-d-left-content > h3{
    font-family: 'Merienda', cursive;
    font-size: 26px;
    font-weight: 400;
    letter-spacing: -0.06em;
    color: #6DABAA;
    text-align: center;
    margin: 15px 0 30px;
}
.related-job-row{
    display: flex;
}
.related-job-row:not(:last-child){
    border-bottom: 1px dashed #81C7C6;
    padding-bottom: 15px;
    margin-bottom: 15px;
}
.related-job-left{
    margin-right: 15px;
    min-width: 100px;
    max-width: 100px;
    min-height: 75px;
    max-height: 75px;
    overflow: hidden;
}
.related-job-left img{
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    object-position: top;
}
.related-job-right{
    width: 100%;
}
.related-job-right h6{
    font-size: 15px;
    font-weight: 700;
    color: #71B7B6;
    margin: 5px 0 8px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.related-job-right a{
    font-size: 15px;
    color: #F1AA96;
    font-weight: 700;
    display: block;
    transition: 0.4s;
}
.related-job-right a:hover {
    color: #A34844;
}

.select2-selection__choice{
    display: none;
}
.select2-container--default .select2-results__option[aria-disabled=true] {
    color: #999;
    font-size: 18px;
}

.search-lbl{
    position: absolute;
    top: 16px;
    z-index: 1;
    left: 35px;
    font-size: 17px;
    color: #6DABAA;
    font-weight: 700;
}
@media (max-width: 991.98px) {
    .filter-job-search .form-group:first-child{
        width: 100%;
        margin-bottom: 10px;
    }
    .filter-job-search h6{
        font-size: 20px;
    }
    .filter-job-part {
        padding: 15px;
    }
    .job-col h4{
        font-size: 16px;
        margin: 15px 0 10px;
    }
    .job-col a {
        font-size: 14px;
    }
}

@media (max-width: 767.98px) {
    .ptb65 {
        padding-top: 45px;
        padding-bottom:45px;
    }
    .job-col {
        margin-bottom: 20px;
    }
    .job-list-more a{
        font-size: 18px;
    }
    .newsletter-left{
        margin-bottom: 20px;
    }
    .page-banner-content h1{
        font-size: 26px;
    }
    .search-lbl{
        font-size: 14px;
    }
    .filter-job-search{
        display: block;
    }
}

@media (max-width: 575.98px) {
    .bg-page-banner {
        min-height: 300px;
    }
    .search-nanny-content .page-banner-content{
        margin: auto;
    }
    .page-banner-content h1{
        font-size: 22px;
    }
    .search-nanny-content {
        justify-content: center;
    }
    .filter-job-search {
        display: block;
        padding-bottom: 20px;
    }
    .filter-job-search .form-group {
        width: 100%;
        margin-bottom: 10px;
    }
    .filter-job-select li{
        padding: 8px 30px 8px 10px;
        margin-right: 10px;
    }
    .job-d--detail--btn{
        display: block;
        text-align: center;
    }
    .job-d-right-detail h2, .job-d-right > h2{
        font-size: 20px;
    }
    .search-lbl{
        font-size: 14px;
    }
    .filter-job-search{
        display: block;
    }
	.single .type-jobs{
		padding: 0px !important;
	}
}





























