/*.background-grey {
    background: #f3f3f3;
    padding: 0px;
    border:1px solid red;
}*/


@media only screen and (min-width: 800px){
    .background-grey {
        background: #f3f3f3;
        padding: 120px 160px;
    } 
    .my-form {
        background: #fff;
        padding: 0px 0px;
        box-shadow: 1px 1px 3px #00000017;
        padding: 120px;
        margin-bottom: 30px;
    }
}

@media only screen and (max-width: 800px){

    .my-form {
        background: #fff;
        padding: 0px 0px;
        box-shadow: 1px 1px 3px #00000017;
        padding: 30px;
        margin-bottom: 30px;
    }
}

@media only screen and (min-width: 575px){
    p.text-right {
        text-align: right;
        font-weight: bold;
    }
}
@media only screen and (max-width: 575px){
    p.text-right {
        text-align: left;
        font-weight: bold;
    }
}

p, h1, h2, h3, h4, h5, h6, select, a {
    margin: 0px;
    font-family: 'Raleway', sans-serif;
}

p, input , select, textarea {
    font-size: 13px;
}

img{
    width:100%;
}



h1.text-heading-right {
    text-align: right;
    font-weight: 900;
    text-transform: uppercase;
    font-size: 29px;
    padding: 8px 0px;
}

hr.border-bottom {
    border: 2px solid #00a6ff;
    margin: 40px 0px 40px 0px;
    opacity: 9;
    /* border-bottom: 2px solid #00a6ff; */
}

p.justify {
    text-align: justify;
}

.content-in {
    margin: 0px 0px 0px 0px;
}

select#Q1 {
    width: 100%;
    border: none;
    border-bottom: 1px solid #000;
    padding: 10px 0px;
}

.margin-bottom-30 {
    margin-bottom: 60px;
}

.pb10 {
    padding-bottom:10px;
}
.pb20 {
    padding-bottom:20px;
}
.pb25 {
    padding-bottom:25px;
}
.pt10 {
    padding-top:10px;
}
.pt20 {
    padding-top:20px;
}
.pt25 {
    padding-top:25px;
}
.pl10{
    padding-left:10px;
}
a {
    text-decoration: none;
    background: #000;
    padding: 10px 20px;
    border-radius: 4px;
    color:#fff;
}

a.button1 {
    background: #000;
    margin-left: 5px;
}

textarea {
    width: 100%;
    padding: 10px;
    height: 120px;
}

select {
    width: 100%;
    padding: 5px 10px 5px 0px;
    border-radius: 0px;
}



p {
    padding-bottom:10px;
}
h2 {
    color: #00a6ff;
}

h3.text-heading-right {
    text-align: right;
    font-weight: 800;
}

.right {
    text-align: right !important;
}

p.Fully.Met {padding:8px 15px; background: #09d748; color: #fff; border-radius:7px;}
p.Partially.Met {padding:8px 15px; background: #efcc06; color: #fff; border-radius:7px;}
p.Not.Met {padding:8px 15px; background: #be0733; color: #fff; border-radius:7px;}
p.Not.Relevant {padding:8px 15px; background: #1f07ae; color: #fff; border-radius:7px;}

