.header-function-text{
    display: flex;
    justify-content:center;
    color:white;
}

.header-function-sec{
    margin:10px 5px;
    padding:5px;
    background-color:#1d8daf;
    border-radius: 10px 10px 10px 10px;
}

.select2-selection__rendered {
    color:white;
}
.select2-selection__arrow{
    margin-top:10px;
}

.select2-selection--single{
    border : 0px;
}


.select2-selection{
    padding:0px;
}

.select2{
    background-color: white;
    color:white;
    margin:10px 0px;
    /* padding:5px; */
    border-radius: 10px 10px 10px 10px;
}

.login-register-text{
    font-size: 15px;
    margin:auto;
    color :#1d8daf;
}

.login-res-a{
    text-decoration: none;
}


.login-res-a-icon{
    color :#1d8daf;
    width:25px;
}

.left-side{
    padding:0px;
}

.right-side{
    padding:0px;
}

#function .select2-container--default{
    /* position: absolute;
    top: 50%;
    transform: translateY(-50%); */
    margin : 0px;
}

.citySelect-mb{
    height : 35px;
    width : 90px;
    border : 0px;
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;

}

.searchInputField-mb{
    height : 35px;
    width : 110px;
    border : 0px;
    padding : 0px;
}

.citySelect-pc-tb{
    height : 39px;
    width : 150px;
    border : 0px;
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;

}

.searchInputField-pc-tb{
    height : 39px;
    width : 400px;
    border : 0px;
    padding : 0px;
}

.citySelect-pc-tb:focus, .searchInputField-pc-tb:focus,.citySelect-mb:focus, .searchInputField-mb:focus{
    outline: none;
}

.searchInputBtn-mb-pc-tb{
    height: 35px;
    width : 40px;
    background-color: white;
    color: black;
    border: 0px;
    border-radius: 0px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    padding : 0px;
}



/* .searchInputBtn-mb-pc-tb:hover, .searchInputBtn-mb-pc-tb:hover{
    transition : 0.5s;
} */

.searchingForm-mb{
    /* border: 2px solid #1d8daf; */
    border-radius:10px;
    background-color: white;
    float:right;
}

.searching-sec-pc-tb{
    position: absolute;
    width : 100%;
    left : 0px;
}

.searchingForm-pc-tb{
    border: 2px solid #1d8daf;
    border-radius:12px;
    background-color: white;
}


.footer-icon{
    color:#1d8daf;
    margin-top:20px;
}
@media screen and (min-width : 1020px) and (max-width: 10000px){
    #login-register{
        display: flex;
    }
    .pc-only{
        display: flex;
    }
    .mb-only{
        display: none;
    }
    .tablet-only{
        display: none;
    }
    .searchingForm-mb{
        display: none;
    }
    .searchingForm-pc-tb{
        display: block;
    }

    #logo-mb{
        display:none;
    }

    #logo-pc{
        display:block;
    }
}


@media screen and (min-width : 820px) and (max-width: 1020px){
    #login-register{
        display: flex;
    }
    .pc-only{
        display: flex;
    }
    .mb-only{
        display: none;
    }
    .tablet-only{
        display: none;
    }
    .searchingForm-mb{
        display: none;
    }
    .searchingForm-pc-tb{
        display: block;
    }
    #logo-mb{
        display:none;
    }

    #logo-pc{
        display:block;
    }
}


@media screen and (min-width : 450px) and (max-width: 820px){
    #login-register{
        display: none;
    }
    .pc-only{
        display: none;
    }
    .mb-only{
        display: none;
    }
    .tablet-only{
        display: flex;
    }
    .tablet-only .right-side{
        width: 40%;
    }

    .tablet-only .left-side{
        width: 60%;
    }
    .searchingForm-mb{
        display: none;
    }
    .searchingForm-pc-tb{
        display: block;
    }
    #logo-mb{
        display:block;
    }

    #logo-pc{
        display:none;
    }
}


@media screen and (max-width: 450px){
    #login-register{
        display: none;
    }
    .pc-only{
        display: none;
    }
    .mb-only{
        display: flex;
    }
    .tablet-only{
        display: none;
    }
    .searchingForm-mb{
        display: block;
    }
    .searchingForm-pc-tb{
        display: none;
    }

    #logo-mb{
        display:block;
    }

    #logo-pc{
        display:none;
    }
}




