.main-searchBtn{
    background-color: #1d8daf;
    color: white;
    border:solid 1px #1d8daf;
}
.main-searchBtn:hover{
    border:solid 2px #1d8daf;
    transition: 0.5s;;
    background-color: white;
    color: rgba(102,102,102,.85);
}
#main-search-section{
    width : 80%;
    border-radius: 10px 10px 10px 10px;
    background-color: rgba(102,102,102,.7);
}

.select2-selection--single{
    border:1px solid red;
}

#img-carousel{
    position: relative;
}



.main-service-checking-btn{
    width : 90%;
    height : 120px;
    padding: 6px 6px;
    margin : 5%;
}

.main-filter{
    height :80px;
}

.main-service-checking-btn-sec{
    width: 25%;
    padding: 0px;
}


.homeCheckingServiceBtn-sec{
    margin: 0px 5px;
}

.home-currency{
    padding:5px;
}



.home-currency-title{
    font-weight: 900;
    font-size: 15px;
}

.home-currency i{
    margin-top:10px;
}



.homeSide-header{
    font-weight: 600;
    color:#1d8daf;
}

.mostAccess-post-header-scroll{
    position: sticky;
    top: 80px;
}

.mostAccess-post-sec-scroll{
    position: sticky;
    top: 120px;
    height : calc(100vh - 150px);
    overflow-y: scroll;
    overflow-x: hidden;
}

.mostAccess-post-sec-unscroll{
    position: sticky;
    top: 120px;
    height : calc(100vh - 100px);
    overflow-y: scroll;
    overflow-x: hidden;
}

.homeSide-scroll::-webkit-scrollbar{
    width: 10px;
}

.homeSide-scroll::-webkit-scrollbar-track {
    background-color: rgba(0,0,0,0.02);
}

.homeSide-scroll::-webkit-scrollbar-thumb {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    border:0px;
    border-radius: 5px;
}


@media screen and (min-width : 1020px) and (max-width: 10000px){
    #main-search-pc-tb{
        position: absolute;
        top : 15%;
        width : 100%;
        height:auto;
    }
    #main-search-mb{
        display:none;
    }
    #main-search-pc-tb{
        display:flex;
    }
    #main-search-section{
        display:block;
    }
    #ad-banner{
        display:block;
    }

    .homeCheckingServiceBtn-sec{
        height : 150px;
    }
    .home-currency{
        width : 25%;
    }

    .home-currency-title{
        font-weight: 900;
        font-size: 15px;
    }
    .home-currency-text-content{
        font-size:15px;
    }
    .home-currency-text{
        margin:0px 5px;
    }
}


@media screen and (min-width : 820px) and (max-width: 1020px){
    #main-search-pc-tb{
        position: absolute;
        top : 15%;
        width : 100%;
        height:auto;
    }
    #main-search-mb{
        display:none;
    }
    #main-search-pc-tb{
        display:flex;
    }
    #main-search-section{
        display:block;
    }
    #ad-banner{
        display:block;
    }
    .homeCheckingServiceBtn-sec{
        height : 150px;
    }

    .home-currency{
        width : 25%;
    }
    .home-currency-title{
        font-weight: 900;
        font-size: 15px;
    }
    .home-currency-text-content{
        font-size:15px;
    }
    .home-currency-text{
        margin:0px 5px;
    }
}


@media screen and (min-width : 450px) and (max-width: 820px){
    #main-search-pc-tb{
        position: absolute;
        top : 15%;
        width : 100%;
        height:auto;
    }
    #main-search-mb{
        display:none;
    }
    #main-search-pc-tb{
        display:flex;
    }
    #main-search-section{
        display:block;
    }
    #ad-banner{
        display:block;
    }
    .homeCheckingServiceBtn-sec{
        height : 150px;
    }
    .home-currency{
        width : 25%;
    }
    .home-currency-title{
        font-weight: 900;
        font-size: 15px;
    }
    .home-currency-text-content{
        font-size:15px;
    }
    .home-currency-text{
        margin:0px 5px;
    }
}


@media screen and (max-width: 450px){
    #main-search-mb{
        display:block;
        border-radius: 6px;
        background-color:rgba(102,102,102,.7);
        width : 100%;
        margin: 30px auto;
    }
    #main-search-pc-tb{
        display:none;
    }
    #main-search-section{
        display:block;
    }
    #ad-banner{
        display:none;
    }
    .homeCheckingServiceBtn-sec{
        height : 150px;
    }
    .home-currency{
        width : 50%;
    }

    .home-currency-title{
        font-weight: 700;
        font-size: 12px;
    }
    .home-currency-text-content{
        font-size:12px;
    }
    .home-currency-text{
        margin:0px 2.5px;
    }

}
