.hero_form_wrapper{
    width: 85%;
    margin: 15px auto 20px;
}
.hero_form_wrapper.big_srch{
    width: 85%;
    margin: 0 auto;
    max-width: 575px;
}
.hero-section__form .hero_link{
    color: #fff;
    text-decoration: underline;
    font-size: 22px;
    font-weight: 100;
}
.hero-section__form .hero_link:hover{text-decoration: none;}


.hero-section__tab-content-wrapper {
    justify-content: center;
}

.hero-section__form .input_over {
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    font-weight: 400;
    font-size: 16px;
    color: #232939;
    line-height: 38px;
    margin: 0;
}


.form-control--input.clear + label,
.form-control--input:active + label,
.form-control--input:focus + label {
    outline: unset;
    border: 1px solid #df2b7d;
    opacity: 0;
}
.hide-placeholder + label {
    display: none;
  }
.data-picker-wrap {
    display: flex;
    flex-direction: column-reverse;
    background: #fff;
    border-radius: 10px;
    height: 40px;
    padding: 7px 10px;
    border: 1px solid #DF2B7E;
    max-width: 195px;
}

.form-group-dp {
    display: flex;
    flex-direction: row-reverse;
}

.data-picker-wrap .form-control {
    background: transparent;
    border: none;
    outline: none;
    padding: 0;
    margin-left: 10px;
    box-shadow: none;
}
.data-picker-wrap .form-control::placeholder {
    color: #1f2636;
    font-size: 16px;
    font-weight: 400;
}

.data-picker-wrap .form-group .form-control:focus {
    outline: none;
    box-shadow: none;
    border: 1px solid transparent;
}

.data-picker-wrap .input-group {
    flex-direction: row;
}

.data-picker-wrap .input-group-addon {
    height: 17px;
    position: relative;
    top: 3px;
}

.input-group__chev {
    position: relative;
    top: 3px;
}

.datepicker-dropdown {
    margin-top: 20px;
    padding: 0;
    margin-left: -60px;
    transform: translateX(210px);
}

.datepicker .next {
    position: relative;
}

.datepicker-dropdown thead tr:nth-child(3) {
    color: #df2b7d;
}

.datepicker-dropdown thead tr:nth-child(3) th,
.datepicker tbody td {
    font-size: 16px;
}

.datepicker-dropdown thead {
    background-color: #f2f2f2;
}

.datepicker-dropdown thead th{
    border-radius: 0;
    padding: 0 10px 10px;
}

.datepicker .datepicker-switch,
.datepicker .next,
.datepicker .prev,
.datepicker tfoot tr th {
    padding: 10px;
}

.datepicker .next,
.datepicker .prev {
    font-size: 20px;
}

.datepicker .datepicker-switch {
    font-size: 18px;
}

.datepicker-dropdown.datepicker-orient-bottom:after,
.datepicker-dropdown.datepicker-orient-bottom:before {
    content: none;
}

.datepicker th {
    padding: 5px 10px;
}

.datepicker tbody td {
    padding: 5px 10px;
    width: 40px;
    height: 39px;
    border-radius: 100%;
}

.datepicker table tr td.today,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today:hover {
    width: 40px;
    height: 39px;
    background-color: #df2b7d;
    border-radius: 100%;
    background-image: none;
    color: #fff;
}

.datepicker table tr td.day.focused, .datepicker table tr td.day:hover {
    border-radius: 100%;
}

.datepicker table tr td.today.active,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled.disabled,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today.disabled:hover.active,
.datepicker table tr td.today.disabled:hover.disabled,
.datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.disabled:hover:hover,
.datepicker table tr td.today.disabled:hover[disabled],
.datepicker table tr td.today.disabled[disabled],
.datepicker table tr td.today:active,
.datepicker table tr td.today:hover,
.datepicker table tr td.today:hover.active,
.datepicker table tr td.today:hover.disabled,
.datepicker table tr td.today:hover:active,
.datepicker table tr td.today:hover:hover,
.datepicker table tr td.today:hover[disabled],
.datepicker table tr td.today[disabled] {
    background: #df2b7d;
    color: #fff;
}

.datepicker table tr td.active, .datepicker table tr td.active.disabled, .datepicker table tr td.active.disabled:hover, .datepicker table tr td.active:hover {
    background-image: none;
    background-color: #eee!important;
    color: #000;
}

.search-inp {
    position: relative;
    user-select: none;
    background: #fff;
    border-radius: 10px;
    height: 40px;
    padding: 7px 10px 7px 35px;
    border: 1px solid #DF2B7E;
    color: #1f2636;
    font-size: 14px;
    font-weight: 400;
    /* max-width: 195px; */
    width: 100%;
}
.search-inp::placeholder {
    color: #000
}

.search-inp-wrap {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}

.search-lens {
    height: 40px;
    width: 40px;
    content: '';
    background-image: url(../images/search_icon_btn.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #fff;
    display: block;
    position: absolute;
    left: 13px;
    top: 0;
    left: 0;
    z-index: 1;
    text-indent: -999999px;
    border: none;
}

.search-lens:hover {
    cursor: pointer;
}

.search-inp:focus-visible {
    outline: none;
}

.select-wrapper {
    display: block;
    width: 195px;
    position: relative;
    text-align: right;
    margin-left: 0.5rem!important;
    margin-right: 0.5rem!important;
}

.new-select {
    position: relative;
    cursor: pointer;
    user-select: none;
    background: #fff;
    border-radius: 10px;
    height: 40px;
    padding: 7px 10px 7px 35px;
    border: 1px solid #DF2B7E;
    color: #777 !important;
    font-size: 16px;
    font-weight: 400;
    width: 100%;
}

.new-select__list {
    direction: rtl;
    position: absolute;
    top: 45px;
    left: 0;
    cursor: pointer;
    width: 100%;
    z-index: 2;;
    user-select: none;
    background: #fff;
    border-radius: 10px;
    border: 1px solid #DF2B7E;
    padding: 12px 0;
}

.new-select__list.on {
    display: block;
}

.new-select__item span {
    display: block;
    padding: 0 10px;
    color: #777;
    font-size: 16px;
    font-weight: 400;
}

.new-select__item span:hover {
    color: #DF2B7E;
}

.new-select:before {
    content: url(../images/chev-d.svg);
    display: block;
    position: absolute;
    left: 13px;
    top: 50%;
    transform: translateY(-50%);
}

.daterangepicker {
    transform: translateX(0) translateY(15px);
    padding: 50px 30px 20px;
    border-radius: 10px;
}
.ranges {clear: both}
.daterangepicker.opensright:before {
    border: none;
}
.daterangepicker.opensright:after{left: 38px;}


@media (max-width: 991.98px){
    
}

@media screen and (max-width: 767.98px) {
    .hero_form_wrapper{width: 100%;}
    .hero-section__form .btn-custom--pink {
        width: 175px;
        font-size: 16px;
        height: 36px;
        line-height: 34px;
    }

    .hero-section__form .input_over {
        font-size: 14px;
    }

    .form-control--input {
        height: 36px;
        font-size: 12px;
    }

    .hero-section__form .form-group .mx-4 {
        margin: 0!important;
    }

    .data-picker-wrap {
        margin-top: 0!important;
        height: 36px;
        padding: 5px 10px;
    }

    .data-picker-wrap input{
        font-size: 14px;
    }

    .data-picker-wrap .form-control::placeholder {
        font-size: 14px;
    }

    .hero-section .h1 {
        padding: 0 10px;
    }

    .search-inp-wrap {
        /* margin-top: 0!important; */
    }
    .hero-section__form .hero_link{font-size: 14px;}

}

@media(max-width:575.98px){
    
    .data-picker-content {
        flex-direction: column;
        align-items: center;
    }
    .data-picker-content form{width: 100%;}
    
    .search-select-wrap {
        flex-direction: column;
        align-items: center;
    }

    .select-wrapper {
        max-width: 100%;
        width: 100%;
        margin: 0.5rem!important;
    }

    .search-inp,
    .search-inp-wrap {
        width: 100%;
        max-width: 100%;
    }
/*
    .search-select-wrap .search-inp-wrap,
    .search-select-wrap .new-select {
        margin-bottom: 15px!important;
        margin-top: 15px!important;
    }
    .data-picker-content .btn:not(:nth-child(2)) {
        margin-top: 15px!important;
    }
*/

    .daterangepicker {
        transform: translateX(0) translateY(15px);
        padding: 50px 10px;
    }
    .daterangepicker.dropdown-menu{width: 287px;}

    .data-picker-wrap {
        order: 2;
        margin-top: 15px!important;
    }

    .new-select__list {
        top: 55px;
    }
    .new-select{font-size: 14px;}
}

@media screen and (max-width: 355px) {
    .datepicker-dropdown {
        transform: translateX(460px);
    }
}