.w-100{
    width: 100%;
}

.m-0{
    margin:0
}

.h-50{
    height:50px
}

.pl-5{
    padding-left: 5px;
}

.mb-30{
    margin-bottom: 30px;
}

.ptb-35{
    padding-top: 35px;
    padding-bottom: 35px;
}

.pa-20 {
    padding:20px;
}
.ui-autocomplete{
    background-color:white;
    position: absolute;
    border: 1px solid #ccc;
    list-style: none;
    z-index: 1000;
}
.ui-autocomplete .ui-menu-item{
    padding: 5px 12px;
}
.ui-autocomplete .ui-menu-item:hover{
    background-color: #28b0df;
    color: white;
}
.products-container{
    display: flex;
    flex-direction: column;
    flex-flow: wrap;
    margin: 0 -15px;
}
.middle-row-mob{
    display: none;
}
.products-container > div {
    display: flex
}
.mobile{
    display: none;
}
.filters-wrap{
    border: 1px solid #F5F5F5;
    border-radius: 12px;
    background-color: white;
    padding: 40px 30px;
    margin-top: 25px;
    box-shadow: 3px 4px 15px 5px rgba(50,50,50,0.10);
}
.filters-wrap h1{
    color: #27b1df;
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 20px;
}
.filters-wrap label{
    font-weight: 600 !important;
    margin-top: 12px !important;
}
.filters-wrap .form-control{
    height: 40px !important;
}
.filters-wrap .filters-box{
    width: calc(100% - 80px);
    display: inline-block;
}
.filters-wrap .btn-box{
    vertical-align: top;
    display: inline-block;
    padding-top: 36px;
    padding-left: 10px;
}
.filter-btn{
    width: 40px;
    height: 40px;
    text-align: center;
    padding: 6px 0;
    font-size: 20px;
    border-radius: 10px;
    color: white;
    background: rgb(40, 176, 223);
    border: none;
    transition: all 0.4s ease-in;
}
.filter-btn:hover{
    background-color: #28d0ff;
}
.filter-body-mob{
    display: none;
    top: 150px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 100;
    background: white;
    right: 0;
    padding: 25px;
}
.filter-body-mob > div{
    margin-bottom: 15px;
}
.filter-body-mob .submit-row{
    text-align: center;
    position: absolute;
    bottom: 25px;
    left: 0;
    right: 0;
}
.middle-row{
    padding: 30px 3px;
    display: flex;
    justify-content: space-between;
}
.middle-row .total-row{
    font-size: 16px;
}
.middle-row .total-row span{
    font-weight: 700;
    color: #27b1df;
}

.middle-row-mob h1{
    color: #27b1df;
    font-size: 20px;
    font-weight: 700;
}
.middle-row-mob p{
    font-size: 16px;
}
.middle-row .map-btn, .submit-filters-mob{
    color: white;
    background-color: rgb(40, 176, 223);
    padding: 10px 20px;
    border-radius: 20px;
    font-weight: 600;
    white-space: nowrap;
    transition: all 0.4s ease-in;
    border:none;
}
.submit-filters-mob{
    width: calc(100% - 50px);
    display: inline-block;
}
.middle-row .map-btn:hover, .submit-filters-mob:hover{
    background-color: #28d0ff;
}
.middle-row .map-btn i{
    margin-right: 3px;
}
.register-banner{
    margin: 50px auto;
    text-align: center;
    font-size: 30px;
    border: 2px solid #27b1df;
    border-radius: 25px;
    font-weight: 400;
    letter-spacing: 0.003em;
}
.register-banner > div{
    display: inline-block;
}
.register-banner span{
    color: #27b1df;
    font-weight: 700;
}
.register-banner a{
    display: inline-block;
    background-color: #27b1df;
    color: white;
    padding: 10px 30px;
    border-radius: 10px;
    letter-spacing: 0.025em;
    transition: all 0.5s ease-in;
    font-size: 14px;
    margin-left: 25px;
    font-weight: 500;
    white-space: nowrap;
}
.register-banner a:hover{
    background-color: #28d0ff;
}
.content-box{
    display: flex;
    flex-wrap: wrap;
}
.content-box .job-box{
    flex-basis: 100%;
}
.content-box .map-box{
    display: none;
    flex-basis: 65%;
    padding-left: 25px;
}
.content-box .map-box .map-wrapper{
    height: calc(100vh - 70px);
    position: sticky;
    top: 70px;
    margin-bottom: 50px;
}
.content-box .map-box .map-wrapper #map{
    height: 100%;
    width: 100%;
}
.content-box.open-map .job-box{
    flex-basis: 35%;
}
.content-box.open-map .map-box{
    display: block;
}
.reset-filter{
    color: #27b1df;
    font-weight: 600;
    margin-top: 5px;
    display: block;
    transition: all 0.4s ease-in;
}
.reset-filter:hover, .reset-filter:focus{
    color: #28d0ff;
}
.gmap-popup{
    width: 300px;
    padding-bottom: 15px;
}
.gmap-popup .head-image{
    height: 180px;
}
.gmap-popup .img-wrap{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}
.gmap-popup .head-image img{
    width: 100%;
    max-height: 180px;
    object-fit: cover;
}
.gmap-popup h2{
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
    line-height: 130%;
}
.gmap-popup p {
    font-size: 14px;
    margin-bottom: 15px;
    color: #555;
    line-height: 130%;
}
.gmap-popup .link-row{
    text-align: right;
}
.gmap-popup .link-row a{
    color: white;
    background-color: rgb(40, 176, 223);
    padding: 6px 12px;
    border-radius: 15px;
    font-weight: 500;
    white-space: nowrap;
    transition: all 0.4s ease-in;
    border: none;
    letter-spacing: 0.05em;
}
.gmap-popup .link-row a:hover{
    background-color: #28d0ff;
}
.wrap-input{
    position: relative;
}
.wrap-input .clear-input{
    position: absolute;
    top: 10px;
    right: 12px;
    cursor: pointer;
    display: none;
}
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    background: transparent;
    background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>")!important;
    background-repeat: no-repeat;
    background-position-x: 98%;
    background-position-y: 50%;
    border: 1px solid #dfdfdf;
    border-radius: 2px;
    margin-right: 2rem;
    padding: 1rem;
    padding-right: 2rem;
}

.job-features-list{
    list-style: none;
    text-align: left;
    margin-bottom: 20px;
    padding: 0 15px 5px 15px;
}

.job-features-list img{
    width:17px;
    margin-right: 30px;
    filter: grayscale(1);
}
.job-features-list abbr{
    filter: grayscale(1);
    color: #27b1df;
    font-size: 20px;
    line-height: 100%;
    margin-right: 30px;
}
.box:hover .job-features-list img, .box:hover .job-features-list abbr{
    filter:saturate(1);
}
.job-features-list li {
    margin-bottom: 12px;
}

.job-features-list span{
    display: flex;
    align-items: center;
}

/* **************************** */





/* hover animation on cards */
.box{
    border: 2px solid white;
    transition:.5s linear all;
}
.box:hover {
    border:2px solid #27b1df;
    transition:.5s linear all;

}




/* cards */
h3 {
    font-family: 'Oswald', sans-serif;
}

h3,
p {
    margin: 0px;
    padding: 0px;
    font-weight: normal;
    line-height: 100%;
}

a:hover,
a:focus {
    text-decoration: none;
}



a,
a:hover {
    text-decoration: none;
}


.product-grid2 {
    font-family: 'Open Sans', sans-serif;
    position: relative;
    box-shadow: 3px 4px 15px 5px rgb(50 50 50 / 10%);
    margin-bottom: 50px;
    padding-bottom: 25px;
    width:100%;
    border-radius: 12px;
}

.product-grid2 .product-image2 {
    overflow: hidden;
    position: relative;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
}

.product-grid2 .product-image2 a {
    display: block;
}

.product-grid2 .product-image2>a>i {
    pointer-events: none;
}

.product-grid2 .product-image2 img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.product-image2 .pic-1 {
    opacity: 1;
    transition: all .5s;
}

.product-grid2:hover .product-image2 .pic-1 {
    transform: scale(1.15);
}

.product-grid2 .social {
    padding: 0;
    margin: 0;
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 1;
}

.product-grid2 .social li {
    margin: 0 0 10px;
    display: block;
    transform: translateX(100px);
    transition: all .5s;
}

.product-grid2:hover .social li {
    transform: translateX(0);
}

.product-grid2:hover .title>a {
    color: #08455a;
}

.product-grid2 .social li a {
    color: crimson;
    background-color: #fff;
    font-size: 17px;
    line-height: 45px;
    text-align: center;
    height: 45px;
    width: 45px;
    border-radius: 50%;
    display: block;
    transition: all .3s ease 0s;
}



.product-grid2 .product-content {
    padding:10px 10px 20px 10px;
    text-align: center;
    background:white
}

.product-grid2 .title {
    font-size: 17px;
    border-bottom: 1px solid lightgrey;
    padding-bottom: 15px;
}

.product-grid2 .title a {
    color: #303030;
    line-height: 1.5;
}

.description {
    line-height: 1.5;
    overflow: hidden;
    margin-top: 10px;
    margin-bottom: 15px;
    color:#27b1df;
}

.description:after {
    /* content: "\02026"; */
}

.apply-button{
    font-weight: 600;
    background-color: white;
    color: #27b1df;
    padding: 7px 32px;
    border-radius: 90px;
    border:1px solid #27b1df;
    position: absolute;
    bottom: 15px;
    text-align: center;
    box-shadow: 2px 4px 7px 0px #d0d0d0;
    white-space:nowrap;
    /* transform: translate(-50%, -50%); */
    transition: all linear .500s;
    margin: 0 auto;
    left: 0;
    right: 0;
    width: 50%;
}

.box:hover .apply-button{
    background-color: #27b1df;
    color: white;
    padding: 7px 32px;
    border-radius: 90px;
    border:1px solid #27b1df;
    transition: all linear .500s
}

.content-box .float-btn{
    display:none;
}

@media screen and (max-width:990px) {
    .product-grid2 {
        max-width: 420px;
        margin: 20px auto;
    }
    .gmap-popup{
        width: 250px;
    }
}
/* end cards */




@media only screen and (max-width: 768px) {
    .register-banner{
        font-size: 20px;
    }
    .desktop{
        display: none;
    }
    .mobile{
        display: block;
    }
    .middle-row{
        display: none;
    }
    .middle-row-mob{
        display: flex;
        justify-content: space-between;
        margin: 0 15px 15px 15px;
    }
    .products-container{
        margin: 0;
    }
    .filter-bar-mob{
        background-color: #00a3df;
        margin: 20px -15px;
        padding: 15px 25px;
        display: flex;
    }
    .filter-bar-mob select{
        width: 60px !important;
        height: 40px;
        margin-right: 10px;
    }
    .filter-bar-mob .select2-container {
        width: 60px !important;
        height: 40px;
        margin-right: 10px;
    }
    .filter-bar-mob .select2-container--default, .filter-bar-mob .select2-selection--single{
        height: 40px !important;
    }
    .filter-bar-mob .select2-container--default .select2-selection--single .select2-selection__rendered{
        line-height: 37px !important;
    }
    .select2-container--default .select2-selection--single .select2-selection__arrow{
        height: 37px !important;
    }
    .filter-bar-mob .wrap-input-icon{
        display: flex;
        flex-direction: row;
        border: 1px solid #27b1df;
        border-radius: 7px;
        height: 40px;
        width: calc(100% - 120px);
    }
    .filter-bar-mob .wrap-input-icon input{
        border: none;
        border-top-left-radius: 7px;
        border-bottom-left-radius: 7px;
        flex: 1;
        padding-left: 10px;
        width: calc(100% - 40px);
    }
    .filter-bar-mob .wrap-input-icon .input-icon {
        border-top-right-radius: 7px;
        border-bottom-right-radius: 7px;
        padding: 8px !important;
        cursor: pointer;
        border: none;
    }
    .filter-bar-mob .filter-btn-mob{
        width: 40px;
        height: 40px;
        text-align: center;
        line-height: 35px;
        border: 2px solid white;
        margin-left: 10px;
        border-radius: 8px;
        cursor: pointer;
    }
    .products-container p{
        margin-top: 25px;
    }
    .content-box.open-map .map-box{
        flex-basis: 100%;
        padding-left: 0;
    }
    .content-box.open-map .job-box{
        display:none;
    }
    .content-box .float-btn{
        position: fixed;
        bottom: 28px;
        left: 28px;
        z-index: 100;
        width: 58px;
        display: block;
        border: 2px solid #27b1df;
        font-size: 30px;
        text-align: center;
        padding: 7px 0 6px 0;
        border-radius: 5px;
        color: #27b1df;
        background-color: white;
    }
    .content-box .float-btn:before{
        display: inline-block;
        font: normal normal normal 14px/1 FontAwesome;
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
    }
    .content-box .float-btn:before{
        content: "\f041";
    }
    .content-box.open-map .float-btn{
        padding: 8px 0 5px 0;
    }
    .content-box.open-map .float-btn:before{
        content: "\f03a";
    }
}

/*mobiles*/
@media only screen and (max-width: 440px) {
    .filters-row select,
    .filters-row .input-group {
        margin-bottom: 20px;
    }
    .content-box .float-btn{
        bottom: 15px;
        left: 15px;
    }
    .filters-row {
        display: block;
        padding-bottom: 15px;
    }
    .gmap-popup{
        width: 170px;
        padding-bottom: 10px;
    }
    .gmap-popup .head-image{
        height: 100px;
    }
    .gmap-popup .head-image img{
        max-height: 100px;
    }
    .gmap-popup h2{
        font-size: 15px;
    }
}

@media only screen and (max-width: 380px){
    .filter-bar-mob{
        padding: 15px 7px;
    }
    .filter-bar-mob .wrap-input-icon{
        width: calc(100% - 90px);
    }
    .filter-bar-mob .select2-container{
        margin-right: 5px;
    }
    .filter-bar-mob .filter-btn-mob{
        margin-left: 5px;
    }
    .filter-bar-mob .select2-container{
        width: 55px !important;
    }
}
