/*============================================================================================*/
/* Your custom styles below */
/*============================================================================================*/

/* Custom font added */

/* ManifaPro2-Regular,Frutiger,Muna,Helvetica,Arial,sans-serif */

@font-face {
    font-family: "ManifaPro2-Regular";
    src: url("../fonts/ManifaPro2_453-Regular.woff2")  format("woff");
}

@font-face {
    font-family: "ManifaPro2-Light";
    src: url("../fonts/ManifaPro2_453-Light.woff2")  format("woff");
}

@font-face {
    font-family: "ManifaPro2-LightItalic";
    src: url("../fonts/ManifaPro2_453-LightItalic.woff2")  format("woff");
}

@font-face {
    font-family: "ManifaPro2-SemiBold";
    src: url("../fonts/ManifaPro2_453-SemiBold.woff2")  format("woff");
}

@font-face {
    font-family: "ManifaPro2-Bold";
    src: url("../fonts/ManifaPro2_453-Bold.woff2")  format("woff");
}

@font-face {
    font-family: "Sa-Icons-Webfont";
    src: url("../fonts/sa-icons-webfont.woff")  format("woff");
}

@font-face {
    font-family: "Haradh-Regular";
    src: url("../fonts/haradh-regular.woff2")  format("woff");
}

@font-face {
    font-family: "Ghawar-Light";
    src: url("../fonts/ghawar-light.woff2")  format("woff");
}

@font-face {
    font-family: "Ghawar-LightItalic";
    src: url("../fonts/ghawar-lightitalic.woff2")  format("woff");
}

.company-logo{
    position: relative;
    left: 15rem;
    top: 0rem;
    width: 10rem;
    height: 10rem;
    margin-bottom: 2rem;
}

.survey-container {
   background: url(../img/osd-bgimage.jpg) no-repeat center center fixed;
    background-size: cover;
    background-color: #04214C;
    padding-top: 0;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}

.survey-container-top{
    height: 20%;
    background-image: url(../img/logo.png);
    background-position: left;
    background-repeat: no-repeat;
    padding-top: 0;
    left: 4rem;
    position: relative;
    top: 0;
    background-size: 15%;
}


.survey-container-middle{
    /* height: 75%; */
    padding: 0 10%;
    overflow: scroll;
}


.feedback-container {
    background: url(../img/bg_feedback_big.png) no-repeat center center fixed;
    background-size: cover;
    background-color: #04214C;
    padding-top: 0;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}

.head-line-container{
    padding-bottom: 5rem!important;
}

.head-line{
    border: 5px solid #015576;
    border-top: none;
    border-right: none;
    border-left: none;
    margin-bottom: 25px;
}

.survey-container-bottom{
    height:5%;
}

.category-container{
    border: 5px solid #015576;
    border-radius: 3rem;
    padding: 5%;
}

.category-link{
    text-align: center!important;
    vertical-align: middle;
    padding: 2rem;
}

.category-content {
    border: 3px solid #5BABD7;
    border-radius: 1rem;
    background-color: #5BABD7;
    opacity: 0.7;
    padding: 4rem!important;
}

.question_bottom_border{
    border-bottom: 2px solid #ededed;
    padding-bottom: 20px!important;
    text-align: revert;
    margin-bottom: 25px!important;
    border-color: #8d8484;
}

.home-button    {
    position: relative;
    top: 0rem;
    left: 12rem;
}

.svg-home-button{
    height: 4rem;
    width: 4rem;
}

hr {
    border-color: #015576;
    display: block;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    margin-left: auto;
    margin-right: auto;
    border-style: solid;
    border-width: 5px;
    opacity: 1;
}

.question_container{
    margin-top: 1rem;
}

.your-score {
    text-align: center;
    font-size: 6rem;
    background-color: #3babaa;
    color: #ffffff;
    border-radius: 3rem;
    padding: 3rem;
    font-weight: 800;
    margin-top: 10rem!important;
    opacity: 0.8;
}

.btn-okay {
    width: 60%;
    right: 20%;
    top: 60%;
    position: absolute;
    font-size: 6rem;
    border-radius: 3rem;
    background-color: #5BABD7;
    color: #fff;
    padding: 3rem 0;
}
