﻿.search-box {
    position: absolute;
    transition: all .5s ease;
    text-align: center;
    width: 270px;
    margin-top: 180px;
    margin-right: 180px;
    font-size: 16px;
    z-index: 99;
}

.menu-icon-responsive {
    display: none;
}

.search-box h2 {
    font-size: 20px;
    color: #fff;
    border-radius: 15px;
}

.search-box h3 {
    font-size: 20px;
    color: #70d0ff;
    margin-bottom:15px;
    border-radius: 15px;
}

.search-box-header, .search-box p {
    margin-top: 0;
    margin-bottom: 0;
}

.search-box-container {
    
    background: #26326e;
    width: 100%;
    padding: 20px;
}

.search-box.stickys {
    transition: all .5s ease;
    display: flex;
    justify-content: space-between;
    position: fixed;
    top: 64px;
    margin-top: 0;
    margin-right: 0;
    width: 100%;
    height: 60px;
    background: #65bae8;
    border-radius: 0;
    box-sizing: border-box;
}


    .search-box.stickys form {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center
    }

    .search-box.stickys h2 {
        font-size: 16px;
        color: #fff;
        border-radius: 15px;
        width: 100%;
        height: auto;
    }

    .search-box.stickys h3 {
        font-size: 14px;
        color: #70d0ff;
        border-radius: 15px;
        width: 100%;
        height: auto;
    }

input {
    box-sizing: border-box;
    font-style: oblique;
    color: #26326e;
    background-color: #fff;
    border-radius: 25px;
    display: block;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    border: #70d0ff;
    padding: 10px 20px;
    outline: 0;
    font-size: .8em
}

.stickys input {
    margin-right: 20px;
    cursor: pointer;
    box-sizing: border-box;
    font-style: oblique;
    color: #26326e;
    background-color: #fff;
    border-radius: 25px;
    border: 1px solid #70d0ff;
    padding: 8px 18px;
    outline: 0;
    font-size: .8em;
    display: inline-block
}

.SecButton {
    width: 100%;
    margin-top: 30px;
    margin-bottom: 15px;
}

.search-box.stickys .SecButton {
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 20px;
}

.btn {
    background: #65bae8;
    border-radius: 999px;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    font-size: 12px;
    font-weight: 700;
    opacity: 1;
    outline: 0 solid transparent;
    padding: 10px 20px;
    width: 100%;
    word-break: break-word;
    border: 0
}

@media(max-width: 1060px) {
    .menu-icon-responsive {
        transition: all .5s ease;
        display: flex;
        align-items: center;
        justify-content: space-between;
        position: fixed;
        top: 57px;
        z-index: 1100;
        margin-top: 0;
        margin-right: 0;
        width: 100%;
        height: 55px;
        background: #65bae8;
        border-radius: 0;
        padding: 5px;
        box-sizing: border-box;
    }

        .menu-icon-responsive .fa-regular {
            color: #fff;
        }

        .menu-icon-responsive h2 {
            text-align: center;
            font-size: 18px;
            color: #fff;
            width: 160px;
            height: auto;
        }

    .search-box {
        display: none;
    }

        .search-box.responsive {
            transition: all .5s ease;
            flex-direction: column;
            display: flex;
            align-items: center;
            justify-content: center;
            position: fixed;
            top: 112px;
            z-index: 1100;
            margin-top: 0;
            margin-right: 0;
            padding-top: 70px;
            width: 100%;
            height: auto;
            background: #26326e;
            border-radius: 0;
            padding: 5px;
            box-sizing: border-box;
        }

            .search-box.responsive form {
                transition: all .5s ease;
                display: flex;
                flex-direction: column;
                justify-content: center;
                align-items: center;
                width: 350px;
                height: auto;
            }

            .search-box.responsive h2 {
                display: none;
            }

            .search-box.responsive h3 {
                font-size: 18px;
                color: #70d0ff;
                border-radius: 15px;
                width: 90px;
                height: auto;
            }

            .search-box.responsive p {
                width: 100%;
            }
}
