body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
legend,
button,
input,
textarea,
th,
td {
    margin: 0;
    padding: 0;

}

body,
button,
input,
select,
textarea {
    font: 12px/1.5tahoma, arial, \5b8b\4f53;

}

body {
    width: 100%;
    height: 100%;
    background-size: 100% 100%;
    background: linear-gradient(113deg, #facd68 0%, #fc76b3 100%)
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
}

address,
cite,
dfn,
em,
var {
    font-style: normal;
}

code,
kbd,
pre,
samp {
    font-family: couriernew, courier, monospace;
}

small {
    font-size: 12px;
}

ul,
ol {
    list-style: none;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

sup {
    vertical-align: text-top;
}

sub {
    vertical-align: text-bottom;
}

legend {
    color: #000;
}

fieldset,
img {
    border: 0;
}

button,
input,
select,
textarea {
    font-size: 100%;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.border_radius_6 {
    overflow: hidden;
}

@media screen and (max-width: 539px) {
    .moclass {
        display: block;
    }

    input[type="text"] {
        box-sizing: border-box;
        /* text-align: center; */
        /* height: 2.7em; */
        border-radius: 4px;
        border: 1px solid #cdcdcd;
        color: #cdcdcd;
        -web-kit-appearance: none;
        -moz-appearance: none;
        display: block;
        outline: 0;
        padding: 0 1em;
        text-decoration: none;
        width: 100%;
    }

    .searchShow1 {
        display: none;
    }

    .searchShow2 {
        display: block;
    }

    .search {
        margin: 0 10px;
        position: relative;
    }

    input[type="text"]:focus {
        border-color: #fffd2e;
    }

    .search-in {
        background: rgba(255, 255, 255, 0.96);
        /* box-shadow: 0 4px 4px rgba(0, 0, 0, 0.04); */
        border-radius: 3px;
        position: relative;
        /* padding: 0.5rem 52px 0.5rem 10px; */
        height: 35px;
    }

    .search input {
        display: block;
        width: 100%;
        height: 36px;
        line-height: 36px;
        border: 0;
        background: none;
        /* padding-left: 38px; */
        /* padding-top: 5px; */
        border: 1px solid #ccc;
    }

    .search .on {
        background: url("./img/googleIcon.png") no-repeat 8px 50%;
        background-size: 14px 14px;
    }

    .search .close {
        background: url("./img/googleIcon.png") no-repeat 8px 50%;
        background-size: 14px 14px;
    }

    .search label {
        width: 20px;
        height: 20px;
        position: absolute;
        font-size: 15px;
        color: #ccc;
        left: 10px;
        top: 10px;
    }

    .sear-btn {
        width: 72px;
        height: 36px;
        position: absolute;
        right: 0;
        top: 0;
        background: #ffad19;
        border-radius: 0 3px 3px 0;
        /* padding-top: 2px;
              padding-left: 2px;
              box-sizing: border-box; */
        position: relative;
    }

    .sear-btn button {
        border: none;
        background: url("./img/Search.png") no-repeat 50% 50%;
        background-size: auto 70%;
        width: 40px;
        color: #577df5;
        text-align: center;
        font-size: 0;
        height: 38px;
        /* padding-left: 68px; */
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
    }

    #myform {
        margin-top: 10px;
        box-sizing: border-box;
        display: flex;
        position: relative;
    }

    #myform>img {
        position: absolute;
        top: 5px;
        left: 10px;
    }
}

@media screen and (min-width: 540px) {
    .moclass {
        display: none;
    }

    .searchShow1 {
        display: block;
    }

    .searchShow2 {
        display: none;
    }

    input[type="text"]:focus {
        border-color: #fab57c;
        /* width: 300px; */
        font-size: 14px !important;
        font-weight: normal;
    }

    .search-in {
        margin-top: 57px;
        /* display: flex !important; */

    }

    #myform {
        display: flex;
        align-content: center;
        align-items: center;
        display: flex;
        position: relative;
    }

    #myform>img {
        position: absolute;
        /* top: 0; */
        left: 10px;
    }

    /* .navbar-nav {
        float: left;
        margin: 0;
        margin-right: 15px;
    } */

    /* .close {
        font-size: 16px;
        font-weight: normal;
    } */

    /* .searchs {
        margin: 0 10px;
        position: relative;
        display: block;
    } */

    /* .search-in {
        display: flex;
      
        border-radius: 3px;
        position: relative;
      
        height: 35px;
        margin-top: 17px;
    } */

    .search input {
        display: block;
        width: 100%;
        height: 35px;
        line-height: 36px;
        border: 0;
        background: none;
        padding-left: 80px;
        /* padding-top: 5px; */
        border: 1px solid #cdcdcd;
    }


    input[type="text"] {
        border-radius: 4px;
        border: 1px solid #cdcdcd;
        color: #cdcdcd;
        -web-kit-appearance: none;
        -moz-appearance: none;
        display: block;
        outline: 0;
        padding: 0 1em;
        font-size: 14px;
        text-decoration: none;
        /* width: 300px; */
        padding-left: 5px;
        box-sizing: border-box;
    }

    .search .on {

        background: url("./img/googleIcon.png") no-repeat 12px 50%;
        background-size: 18px 18px;
    }

    .search .close {
        background: url("./img/googleIcon.png") no-repeat 12px 50%;
        /* background-size: auto 70%; */
        background-size: 18px 18px;
        border-color: #ffad19;
    }

    .search .close:hover {
        background: url("./img/googleIcon.png") no-repeat 12px 50%;
        /* background-size: auto 70%; */
        background-size: 18px 18px;
        border-color: #ffad19;
    }

    .search label {
        width: 20px;
        height: 20px;
        position: absolute;
        font-size: 15px;
        color: #ccc;
        left: 10px;
        top: 10px;
    }

    .sear-btn {
        width: 48px;
        height: 35px;
        /* position: absolute;
        right: 0;
        top: 0; */
        background: #ffab08 !important;
        border-radius: 0 3px 3px 0;
        position: relative;
    }

    .sear-btn button {
        border: none;
        width: 40px;
        height: 38px;
        background: url("./img/Search.png") no-repeat 50% 50% !important;
        background-size: 18px 18px !important;

        color: #577df5;
        /* text-align: center; */
        /* font-size: 0px; */

        /* padding-left: 38px; */
        /* padding-top: 2px; */
        box-sizing: border-box;
        /* position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%); */
    }

    .sear-btn button img {
        width: 20px;
    }



}