*{font-family: Outfit;}
h1,h2,h3,h4,h5,p,span,strong,li,a{font-family: 'Outfit', sans-serif;}
a {color: #1fb3e8;text-decoration: none;}
body{background-color:#f5f6f7;}
p{font-family: 'Outfit', sans-serif;letter-spacing: .3px;} 
header {
    height: 58px;
    object-fit: contain;
    box-shadow: 0 3px 6px 0 #e6ecf2;
    background-color: #fff;
    padding: 20px;
}
.footer-top {
  height: 26px;
  background: #f5f5f5;
}
footer#footer {
  background: #fafafa;
  padding: 30px 0;
}
.footer-menu {
  display: flex;
  justify-content: space-between;
  text-align: left;
}
footer#footer div.col-md-12 p.pt-3 {
  color: #9d9e9f;
  font-size: 12px;
  font-weight: normal;
}
div.footer-menu p a{
  color: #012d3b;
  font-size: 15px;
  font-weight: normal;
}
div.footer-menu p a:hover{
  color: #1fb3e8;
  transition: .4s;
}
section#main {
    background-image: url('../images/survey-bg.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 150px 0 100px 0;
    text-align: center;
}
section#main h1 {
    font-size: 34px;
    line-height: 39px;
    color: #1fb3e8;
    text-transform: uppercase;
    padding-bottom: 30px;
    font-weight: bold;
}
section#main h3 {
    font-size: 23px;
    line-height: 40px;
    color: #012d3b;
    text-transform: capitalize;
    padding-bottom: 60px;
    font-weight: 500;
}
section#main p {
    font-size: 15px;
    line-height: 28px;
    color: #434545;
    text-transform: capitalize;
    padding-bottom: 10px;
    font-weight: normal;
}
section#qr{
  object-fit: contain;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), #fff 50%);
  padding: 10px 0 70px 0;
}
.container.qr-lang {
    display: flex;
    margin: auto;
    justify-content: center;
}
img.qr {
    width: 181px;
    cursor: pointer;
}
.container.qr-lang {
    display: flex;
    margin: auto;
    justify-content: center;
}
.en p,.ch p,.bm p {
    color: #b0b7b9;
    font-size: 15px;
    text-align: center;
}
a.btn-qr {
    margin: 20px;
    background: #1fb3e8;
    padding: 8px 20px;
    border-radius: 16px;
    color: #fff;
}
a.btn-qr.ch {
    padding: 8px 30px;
}
a.btn-qr:hover{
    color: #012d3b;
    transition: .4s;
}
@media (min-width: 767px){
    img.logo {
        width: 11%!important;
        position: relative;
        right: 5px;
        bottom: 20px;
    }
    section#main h1 span.head-line {
        padding: 0 10px;
    }
    span.pre-line {
        display: block;
    }
}
@media (max-width: 768px){
    img.logo {
        width: 24%;
        bottom: 12px;
        position: relative;
        left: -2px;
    }
    section#main {
        padding: 100px 0 80px 0;
    }
    section#main h1{
        line-height: 55px;
    }
    section#main h3{
        font-size: 15px;
        line-height: 34px;
    }
    footer#footer {
        padding: 30px 20px;
    }
}

@media (max-width: 767px){
    span.head-line {
        display: block;
    }
    .en,.ch,.bm{
        text-align: center;
        margin: auto;
        padding-bottom: 30px;
    }
    a.btn-qr {
        margin: 0;
    }
}
