@media (min-width:768px) {
    .container {
        width: 1000px;
    }
}

    header {
        padding: 10px 0;
        background: #0274be;
        border-bottom: 2px solid #fff;
        margin-bottom: 30px;
    }
    header .row{
        align-items: center;
    }

    .fashion header {
        background: #712384;
    }

    .sg header {
        background: #00b3a1;
    }

    .contactno {
        text-align: center;
        color: #fff;
    }

        .contactno a {
            color: #fff;
        }
        .contactno a:hover {
            text-decoration: none;
        }

    html, body {
        justify-content: center;
        height: 100%;
    }

    body {
        background: url("images/bg.jpg")no-repeat;
    }

    body, div, form, input, p {
        padding: 0;
        margin: 0;
        outline: none;
        font-family: Roboto, Arial, sans-serif;
        font-size: 16px;
        color: #666;
    }

h1 {
    font-size: 25px;
    color: #000;
    text-align: center;
}
h6 {
    text-align: center;
}

    p {
        font-size: 12px;
    }

    hr {
        color: #a9a9a9;
        opacity: 0.3;
    }

    .main-block {
        padding: 20px 0;
        margin: auto;
        border-top: 6px solid #2374be;
        border-radius: 5px;
        box-shadow: 1px 2px 5px rgb(0 0 0 / 31%);
        background: #ffffffdb;
        margin-bottom: 30px;
    }

    form {
        margin: 0 30px;
    }

    .account-type, .gender {
        margin: 15px 0;
    }

    input[type=radio] {
        display: none;
    }

    label#icon {
        margin: 0;
        border-radius: 5px 0 0 5px;
    }
    label#iconSales {
        margin: 0;
        border-radius: 5px 0 0 5px;
    }

    label.radio {
        position: relative;
        display: block;
        padding-top: 4px;
        margin-right: 10px;
        text-indent: 30px;
        overflow: visible;
        cursor: pointer;
    }

        label.radio:before {
            content: "";
            position: absolute;
            top: 8px;
            border: 1px solid #bcbcbc;
            left: 8px;
            width: 20px;
            height: 20px;
            border-radius: 50%;
            background: #ffffff;
        }

        label.radio:after {
            content: "";
            position: absolute;
            width: 13px;
            height: 7px;
            top: 14px;
            left: 11px;
            border: 3px solid #1c87c9;
            border-top: none;
            border-right: none;
            transform: rotate(-45deg);
            opacity: 0;
        }

    .fashion label.radio:after {
        border: 3px solid #712384;
        border-right: none;
        border-top: none;
    }

    input[type=radio]:checked + label:after {
        opacity: 1;
    }

    input[type=text], input[type=tel], input[type=number], input[type=email], input[type=password], select {
        height: 44px;
        padding-left: 10px;
        border-radius: 0 5px 5px 0;
        border: solid 1px #cbc9c9;
        box-shadow: 1px 2px 5px rgba(0,0,0,.09);
        background: #fff;
    }

    input[type=password] {
        margin-bottom: 15px;
    }

#icon, #iconSales {
    display: inline-block;
    padding: 9.3px 15px;
    box-shadow: 1px 2px 5px rgba(0,0,0,.09);
    background: #1c87c9;
    color: #fff;
    text-align: center;
}

.fashion #icon, .fashion #iconSales {
    background: #712384;
}

    .sg #icon{
        background: #00b3a1;
    }

    .btn-block {
        margin-top: 10px;
        text-align: center;
    }

    button {
        width: 100%;
        padding: 10px 0;
        margin: 10px auto;
        border-radius: 5px;
        border: none;
        background: #1c87c9;
        font-size: 14px;
        font-weight: 600;
        color: #fff;
    }

        button:hover {
            background: #26a9e0;
        }

    .fas {
        font-weight: 900;
        width: 15px;
    }
.logo-ic {
    height: 60px;
    margin: 0 auto;
    display: block;
}
.enquiry_button{
    margin-top: 20px;
}
.radio{
    border: 1px solid #bcbcbc;
    padding: 10px;
    background: #fff;
    border-radius: 5px;
}
.select-radio{
    display: flex;
}