@import url("font-awesome/css/font-awesome.min.css");
body,html{width:100%;
height:100%;}
body{
  /*background:#4caa4c url(img/bg.jpg); background-repeat:repeat-x;*/
    background: #ffffff;
    margin: 0;
    padding: 0;
    position: absolute;
    background-image: url(img/smoha-test.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center 200px;
}
.container{width:1024px;
margin:0 auto;
}
.scene{
width:100%;
height:100%;
background: url(img/background-img.jpg);
background-position: top center;
-webkit-background-size: 100% 100%;
-moz-background-size:100% 100%;
background-size:100% 100%;
-o-background-size: 100% 100%;
background-repeat: no-repeat;
}
/*.footer {*/
/*height:70px;*/
/*float:right;*/
/*position:absolute;*/
/*bottom: 0;*/
/*right: 140px;*/
/*}*/




.footer {
    background-color: rgb(32, 26, 84) !important;
    color: #eff1f4;
    font-size: 18px;
    font-weight: 500;
}



.logo-img {
    height: 150px;
}

.about-radlab {
    direction: rtl;
    text-align: right;
    padding: 15px;
}

.containerOne {
    padding-left: 6px;
    padding-right: 6px;
}

.web-whatsapp-container {
    display: none;
}

.phone-whatsapp-container {
    position: fixed;
    bottom: 39px;
    left: 10px;
}
.footer>div.containerOne>div:nth-child(2)>p:nth-child(2),
.footer>div.containerOne>div:nth-child(2)>div {
    text-align: center;
}

.about-radlab>p{
    font-size: 20px;
}
.footer{
    padding: 15px 5px;
    position: relative;
    top:20%;
}
@media screen and (min-width:1024px) {
    body{
    background-size: 48%;
    background-position: center 100px;
}
    .about-radlab {
        padding: 50px 130px;
    }
    .phone-whatsapp-container {
        display: none;
    }
    .web-whatsapp-container {
        position: fixed;
        bottom: 39px;
        left: 50px;
        display: block;
    }
    .footer>div.containerOne {
        display: flex;
        justify-content: space-between;
    }
    .footer>div.containerOne>div:nth-child(2) {
        text-align: left;
        padding-left: 100px;
    }
     .footer>div.containerOne>div:nth-child(2)>p:nth-child(2),
    .footer>div.containerOne>div:nth-child(2)>div {
        text-align: left;
    }
    .about-radlab>p{
    font-size: 25px;
}
.footer{
 
    /*margin-top: 20px;*/
}
}