@font-face{
    font-family: HiraKakuPro-W3;
    src: url("Assets/HiraKakuPro-W3.otf");
}
@font-face{
    font-family: HiraminPro;
    src: url("Assets/HiraMinPro-W3.otf");
}
input ::placeholder{
    color: rgb(161, 161, 161);
}
div{
    font-family: HiraKakuPro-W3;
    color: rgb(95, 95, 95);
}
p, h1, h2, h3, h4, h5, h6, span{
    font-family: HiraminPro;
    color: rgb(95, 95, 95);
}
.sec{
    text-align: center;
    margin-top: 80px;
}
.spra{
    margin-left: 40px;
}
form.frm {
/*width: 50%;*/
margin-left: auto;
margin-right: auto;
max-width: 615px;
}
.input_1 {
padding: 15px;
margin-top: 5px;
width: 100%;
border: 1px solid #d1d1d1;
}
.box {
background: #fff;
padding: 20px 30px;
overflow: auto;
height: 300px;
width: 95%;
margin-top: 25px;
color: rgb(112, 112, 112);
font-size: 16px;
line-height: 25px;
}
.chckbtn {
text-align: center;
padding: 40px;
display: flex;
flex-direction: column;
flex-wrap: nowrap;
align-items: center;
}
::placeholder {
color: rgb(180, 180, 180);
opacity: 1; /* Firefox */
}
img.btn {
width: 60%;
margin: 20px;
}
::-webkit-scrollbar {
width: 5px;
height: 10px;
background: #888;
}
p{
margin: 5px;
}
.int_p {
margin-top: 25px;
}
.button {
margin: 30px;
border-radius: 50px;
border-color: #000000a3;
border: 1px solid;
color: #000000a6;
cursor: pointer;
font-size: 20px;
font-weight: 600;
text-decoration: none;
padding-left: 75px;
padding-right: 15px;
padding-top: 10px;
padding-bottom: 10px;
width: 35%;
}
.box_1 {
background: #fff;
height: 360px;
padding-right: 30px;
width: 100%;
}
span.x {
color: #f5e30f;
padding: 0px 10px;
}
button a{
text-decoration: none;
}
.tnk {
    text-align: center;
    margin-top: 250px;
}
img.arrow {
width: 18px;
padding-left: 40px;
}
img.x {
width: 17px;
padding: 0px 15px;
}
h2 {
font-size: 27px;
}
img.h_img {
width: 35%;
margin-bottom: 20px;
}
@media screen and (max-width: 480px) {
body{
    margin: 60px;
}
form.frm {
width: 90%;
margin-left: auto;
margin-right: auto;
}
img.btn {
width: 100%;
margin: 20px;
}
}



 @media (max-width: 480px) {
        img.h_img {
            width: 124%;
            margin-bottom: 0px;
            margin-left: -9px;
        }

        .sec {
            text-align: center;
            margin-top: 46px;
        }

        .main {
            right: 16px;
            position: relative;
        }

        form.frm {
            width: 108%;
            margin-left: -9px;
            margin-right: 0px;
        }

        h2 {
            font-size: 25px;
        }

        .apply_div {
            position: relative;
            left: 19px;
        }

        .box {
            background: #fff;
            padding: 20px;
            overflow: auto;
            height: 360px;
            width: 100%;
            margin-top: 25px;
            color: rgb(112, 112, 112);
            font-size: 14px;
            line-height: 25px;
            overflow-wrap: anywhere;
        }

        .chckbtn {
            text-align: center;
            padding: 50px;
            display: flex;
            flex-direction: column;
            flex-wrap: nowrap;
            align-items: center;
            padding-right: 12px;
        }

        .button {
            margin: 23px;
            border-radius: 44px;
            border-color: #000000a3;
            border: 2px solid;
            color: #000000a6;
            cursor: pointer;
            font-size: 24px;
            font-weight: 600;
            text-decoration: none;
            padding-left: 66px;
            padding-right: 16px;
            padding-top: 11px;
            padding-bottom: 11px;
            width: 105%;
        }

    }

    @media (min-width: 480px) and (max-width:670px) {
        img.h_img {
            width: 124%;
            margin-bottom: 20px;
            margin-left: -9px;
        }

        .box {
            background: #fff;
            padding: 20px;
            overflow: auto;
            height: 300px;
            width: 100%;
            margin-top: 25px;
            color: rgb(112, 112, 112);
            font-size: 9px;
            line-height: 25px;
        }

        .chckbtn {
            text-align: center;
            padding: 50px;
            display: flex;
            flex-direction: column;
            flex-wrap: nowrap;
            align-items: center;
            padding-right: 12px;
        }

        .button {
            margin: 31px;
            border-radius: 44px;
            border-color: #000000a3;
            border: 2px solid;
            color: #000000a6;
            cursor: pointer;
            font-size: 24px;
            font-weight: 600;
            text-decoration: none;
            padding-left: 94px;
            padding-right: 16px;
            padding-top: 11px;
            padding-bottom: 11px;
            width: 100%;
        }

    }

    /* Works on Firefox */
    * {
        scrollbar-width: thin;
        scrollbar-color: #c9c9c9;

    }

    ::-webkit-scrollbar {
        width: 4px !important;
        background: #888;
        position: absolute;
        min-height: 30px;
        display: block;
        height: 70px;
        max-height: 350px;
        top: 0px;
        cursor: pointer;
        height: 30px;
        /* z-index: 96666666666666666; */
    }

    /* Works on Chrome, Edge, and Safari */

    *::-webkit-scrollbar-track {
        background: #eeeeee;
        width: 2px !important;
        height: 1px !important;
        border: 2px #eeeeee;
    }

    *::-webkit-scrollbar-thumb {
        background-color: #c9c9c9;
        width: 5px !important;
        height: 1px !important;
        border-radius: 18px;
        border: 1px #eeeeee;
    }


    input.error {
        border: 1px solid red;
    }

    .error {
        color: red;
    }

    input.valid.success-alert {
        border: 2px solid;
        color: green;
    }