#custom_search_input {
    width: 150px;
    transition: .5s;
    height: 40px;
    padding-left: 55px;
    background: linear-gradient(45deg, #fbd982, #e0b863 , #af7b30);
    color: #fff;
}

#custom_search_input:hover{
    width: 250px;
}

#custom_search_btn {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    height: 40px;
    position: absolute;
    left: 1px;
    border: none;
    top: 0px;
    align-items: center;
    display: flex;
}

.form_search {
    position: relative;
    display: inline-block;
}

@media screen and (max-width: 991px) {
    #custom_search_input {
        width: 300px;
        padding-left: 55px;
    }
    .slider_text_box {
        line-height: 2;
    }
    .span_bold {
        font-size: 15px;
    }
    .span_normal {
        font-size: 10px;
    }
    #carouselExampleIndicators
    {
        margin-top: 0!important;
    }
    .slider_text_box
    {
        transform: translate(0, -50%);
    }
    .navbar-dark .navbar-nav .nav-link
    {
        color: #fff!important;
    }
    #custom_search_input:hover{
        width: 300px;
    }

    .form_search {
        margin: auto;
        justify-content: center;
        display: flex;
        width: 310px;
    }
}
@media screen and (max-width: 991.5px) {
    #navbarSupportedContent {
        position: absolute;
        top: 100px;
        background: rgb(13, 21, 52);
        width: 393px;
        width: 100%;
        z-index: 1;
        margin: -15px 15px;
        left: -15px;
    }
}
@media screen and (max-width: 576px) {
    #custom_search_btn {
        top: -8px;
    }
    .slider_text_box
    {
        right: 50%;
        transform: translate(50%, -50%);
        width: 250px;
        max-width: 100%;
        line-height: 20px;
    }
    .index_page .carousel.slide {
        height: 250px !important;
    }
    .card_big_row3{
        height: 230px !important;
    }
}





