::selection {
    color: #fff;
    background: #17a2b8;
}

.text-h1 {
    font-size: 24px;
}

@media (min-width: 768px) {
    .text-h1 {
        font-size: 42px;
    }
}


.form-control {
    border: 1px solid #131F3B;
}

#mapd-modal-container {
    height: 70vh;
    min-height: 420px;
}

.wrapper {
    width: 400px;
    background: #fff;
    border-radius: 10px;
    padding: 20px 25px 40px;
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.1);
}

header h2 {
    font-size: 24px;
    font-weight: 600;
}

header p {
    margin-top: 5px;
    font-size: 16px;
}

.price-input {
    width: 100%;
    display: flex;
    margin: 15px 0 5px;
}

.price-input .field {
    display: flex;
    width: 100%;
    height: 45px;
    align-items: center;
}

.field input {
    width: 100%;
    height: 100%;
    outline: none;
    font-size: 15px;
    margin-left: 12px;
    border-radius: 5px;
    text-align: center;
    border: 1px solid #999;
    border: none;
    -moz-appearance: textfield;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

.price-input .separator {
    width: 130px;
    display: flex;
    font-size: 19px;
    align-items: center;
    justify-content: center;
}

.slider {
    height: 5px;
    position: relative;
    background: #ddd;
    border-radius: 5px;
}

.slider .progress {
    height: 100%;
    /*left: 25%;*/
    /*right: 25%;*/
    position: absolute;
    border-radius: 5px;
    background: #131F3B;
}

.range-input {
    position: relative;
}

.range-input input {
    position: absolute;
    width: 100%;
    height: 5px;
    top: -5px;
    background: none;
    pointer-events: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

input[type="range"]::-webkit-slider-thumb {
    height: 17px;
    width: 17px;
    border-radius: 50%;
    background: #131F3B;
    pointer-events: auto;
    -webkit-appearance: none;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
}

input[type="range"]::-moz-range-thumb {
    height: 17px;
    width: 17px;
    border: none;
    border-radius: 50%;
    background: #131F3B;
    pointer-events: auto;
    -moz-appearance: none;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
}

/* Support */
.support-box {
    top: 2rem;
    position: relative;
    bottom: 0;
    text-align: center;
    display: block;
}

.b-btn {
    color: white;
    text-decoration: none;
    font-weight: bold;
}

.b-btn.paypal i {
    color: blue;
}

.b-btn:hover {
    text-decoration: none;
    font-weight: bold;
}

.b-btn i {
    font-size: 20px;
    color: yellow;
    margin-top: 2rem;
}


.btn-view {
    background-color: #61B0B7;
    color: white;
    border: 2px solid #61B0B7;
}

.btn-view:hover {
    background-color: white;
    color: black;
    border: 2px solid #61B0B7;
}

.btn-hire {
    background-color: #0583D2;
    color: white;
    border: 2px solid #0583D2;

}

.btn-hire:hover {
    background-color: white;
    color: Black;
    border: 2px solid #0583D2;

}

.inter {
    margin-top: 5px;
}

.pp {
    margin: -7px 0px;
}

.fontstyle {
    font-weight: 500;
    font-size: 15px;
}

.fontstyleone {
    font-size: 14px;
    margin-top: -8px;

}

.shodowcard {
    padding: 10px;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
    box-shadow: rgba(17, 17, 26, 0.1) 0px 1px 0px, rgba(17, 17, 26, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 48px;


}

.pro-user-icon-round-icon {

    border-radius: 50%;

    position: absolute;

    border-radius: 50%;
    height: 45px;
    width: 45px;
    z-index: 7;

}

.iconimg {
    width: 20px;
    height: 20px;
    margin-left: 14px;
    margin-top: 12px;
    color: #131F3B;

}


.Click-here {
    cursor: pointer;

    background-image: linear-gradient(190deg, #7cf6d1 0%, #7cf6d1 100%);
    color: #131f3b;

    text-align: center;
    font-size: 16px;
    padding: 18px 0;
    margin: 0 auto;
    transition: background-image 3s ease-in-out;
}

.Click-here:hover {
    transition: background-image 3s ease-in-out;
    background-image: linear-gradient(90deg, #7cf6d1 0%, #7cf6d1 100%);
    color: white;
}

.fas {
    color: #061238;
}

.widget {
    border: 1px solid #131F3B;
    padding: 1.5rem;
}


.bg-light-gray {
    background-color: #F7F7F7;
}

.section-heading {
    padding: 110px 0;
    text-align: center;
}

.bg-translator-img {
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../../../../assets/img/f46cc0af0e439a686b8527ff39639b0cca71a84a.png') center center / cover no-repeat;
    padding: 70px 0px;

}

@media (min-width: 768px) {
    .bg-translator-img {
        padding: 4rem 0px;
        margin-top: 60px;

    }
}

@media (min-width: 1200px) {
    .bg-translator-img {
        padding: 110px 0px;
        margin-top: 5rem;

    }
}

/* secrch bar */
.search-wrappere {
    border: 2px solid #131F3B;
    /* Yellow border */
    border-radius: 0.5rem;
    padding: 0.5rem 1rem;
}

.form-control:focus {
    box-shadow: none;
}

.input-group-text i {
    font-size: 1.2rem;
}

#mapd {
    height: 282px;
    width: 261px;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
    cursor: pointer !important;
    float: right !important;
    font-weight: bold;
    height: 26px !important;
    margin-right: 20px !important;
    padding-right: 20px !important;
    position: relative;
    top: 8px !important;
}

.address-suggest-list {
    position: relative
}

.address-suggest-list .suggestions {
    position: absolute;
    z-index: 1000;
    width: 100%;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    margin-top: 4px;
    max-height: 260px;
    overflow-y: auto;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08)
}

.address-suggest-list .suggestion-item {
    padding: 8px 12px;
    cursor: pointer
}

.address-suggest-list .suggestion-item:hover, .address-suggest-list .suggestion-item.active {
    background: #f3f6ff
}

.address-suggest-list .muted {
    color: #6c757d;
    font-size: 12px
}

/* Scoped override for city autocomplete dropdown inside input-group */
.input-group .address-suggest-list {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 2000
}

.input-group .address-suggest-list .suggestions {
    position: relative;
    margin-top: 0
}
