﻿* {
    box-sizing: border-box;
}

/*div:after {
    content: '';
    display: block;
    clear: both;
}*/
label {
padding: 10px;
}
body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    font-family: Calibri;
    font-size: 14px;
}

.form_container {
    width: 90%;
    margin: 0 auto;
    padding: 0;
}

.ayush_table {
    width: 100%;
    margin: 10px 0;
    border-collapse: collapse;
    font-size:14px;
}

    .ayush_table th {
        padding:10px 6px;
        border: #ddd 1px solid;
        background-color: #d5e9ff;
        color: #3c3c3c;
        margin: 0;
        font-weight: 500;
        text-align: left;
        font-size: 18px;
    }

    .ayush_table td {
        padding: 6px;
        border: #ddd 1px solid;
        text-align: left;
    }

    .ayush_table tr {
        background: #fff;
    }

        .ayush_table tr:nth-child(odd) {
            background-color: #fbfbfb;
        }

        .ayush_table tr:nth-child(even) {
            background-color: #fff;
        }

    .ayush_table input[type=password], .ayush_table input[type=text], .ayush_table select {
        padding: 10px 7px;
        border-radius: 4px;
        background-color: #fff;
        border: #ddd 1px solid;
    }

    .ayush_table input:focus {
        outline: 0;
        box-shadow: 0 0 5px #61c5fa;
        border: #ddd 1px solid;
    }

    .ayush_table input:hover {
        border-radius: 5px;
    }

    .ayush_table select {
        width: 86%;
    }

        .ayush_table select:focus {
            outline: 0;
            box-shadow: 0 0 5px #61c5fa;
            border: #ddd 1px solid;
        }

        .ayush_table select:hover {
            border: #ddd 1px solid;
            border-radius: 5px;
        }

    .ayush_table textarea {
        padding: 7px;
        border-radius: 4px;
        background-color: #fff;
        border: #ddd 1px solid;
        width: 96%;
    }

        .ayush_table textarea:focus {
            outline: 0;
            box-shadow: 0 0 5px #61c5fa;
            border: #ddd 1px solid;
        }

       

.ayush_table2 td {
    width: 50%;
}

.ayush_table4 td {
    width: 25%;
}

.ayush_table6 td {
    width: 16.5%;
}

input[type=text] {
    width: 85%;
}


.btn_formayush {
    margin: 0;
    padding: 10px;
    background-color: #5a94e2;
    border: none;
    border-radius: 5px;
    font-size: 14px;
    color: #fff;
}

    .btn_formayush:hover {
        background-color: #3672c1;
        cursor: pointer;
    }

.text_center {
    text-align: center !important;
}


@media only screen and (max-width:767px) and (min-width:320px) {
    .ayush_table td {
    width:100% !important;
    display:block;
        margin-top: -1px;
}

.ayush_table textarea {
    width: 85%;
}
}
.main_head {
    width: 100%;
    margin: 15px 0;
    padding: 0;
    font-size: 24px;
    font-weight: 600;
    font-family: 'Encode Sans Condensed','Mukta', sans-serif;
}


.main_headingnew {
    width:100%;
    margin:5px 0;
    padding:10px 0;
    background-color:#fff;
    color:#000;
    font-size:24px;
    font-weight:600;
    border:1px solid #ddd;
    text-align:center !important;
}