
@font-face { font-family: Fedra; src: url("../font/Fedra.87ab923d7ea4.otf"); }
@font-face { font-family: Fedra-bold; src: url("../font/Fedra-bold.c7b319b84072.otf"); }
.header-section{
    font-family: Fedra;
    background-color: #00ABF6;
    border-bottom: 4px solid #fff;
    padding-top: 40px;
    padding-bottom: 30px;

}
.header-section h1{
    text-align: center;
    font-size: 3.4vw;
    font-weight: 400;
    color: #fff;
}
.header-section img{

    margin-left: auto;
    margin-right: auto;
    display: block;
    width: 40%;
}
.header-section h2{
    text-align: center;
    font-size: 2.2vw;
    color: #fff;
    font-family: Fedra-bold;
}
.header-section p{
    text-align: center;
    font-size: 1.6vw;
    font-weight: 400;
    margin-bottom:0px;
    color: #fff;
    line-height: 1.2;
}
.content-section-dist{
    background: url("../img/iStock-504897770.167d5b2ac195.jpg");
    font-family: Fedra;
    background-size: cover;
    border-bottom: 4px solid #fff;
    padding-top: 40px;
    padding-bottom: 40px;
}
.content-section-dist p{
    text-align: center;
    font-size: 16px;
    color: #00ABF6;
    font-weight: bold;
}
.panel-dist {
    background-color:#fff;
    border-radius: 20px;
    height: 200px;
    margin-top: 20px;
}
.panel-default{
    border: none;
}
.panel-badge{
    background-color: #00ABF6;
    display: inline-block;
    position: relative;
    color: #fff;
    left: 46%;
    font-size: 24px;
    /* padding-right: 24px; */
    border: 4px solid #fff;
    top: -20px;
    /* padding: 4px; */
    /* padding-right: 24px; */
    border-radius: 37px;
}
.panel-body {
    -webkit-box-shadow: none;
    background: #fff;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 0;
    padding-bottom: 0;
}
.panel-badge p{
    font-family: Fedra-bold;
    line-height: 1;
    text-align: center;
    color: #fff;
    display: block;
    margin-top: 5px;
    width: 35px;
    font-size: 20px;
}
.footer-section{
    font-family: Fedra;
    background-color: #00ABF6;
    padding-top: 20px;
    padding-bottom: 30px;
}
.footer-section h1{
    font-family: Fedra-bold;
    text-align: center;
    font-size: 2.2vw;
    font-weight:bold;
    color: #fff;
}
.footer-section img{
    width: 9vw;
    display: inline;
}
.footer-contact{
    display: inline-grid;
}
.contact-no{
    font-family: Fedra-bold;
    font-size: 2.6vw;
    color: #ffffff;
    margin-bottom: 0;
}
.company-tagline{
    line-height: 1.7;
    font-size: 1.6vw;
    color: #fff;
}
.company-tagline span{
    font-family: Fedra-bold;
}
@media only screen and (max-width: 550px) {
    .header-section{
        padding-top: 20px;
        padding-bottom: 20px;

    }
    .header-section h1{
        margin-top: 10px;
        font-size: 4.8vw;
    }
    .header-section h2{
        margin-top: 10px;
        font-size: 3.0vw;
        margin-bottom: 5px;
    }
    .header-section p{
        font-size: 2.8vw;
        margin-bottom:0;
    }
    .footer-section{
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .footer-section h1{
        font-size: 2.8vw;

    }
    .contact-no{
        font-size: 3.2vw;
    }
    .company-tagline{
        line-height: 1;
        font-size: 2.2vw;
        color: #fff;
    }
    .footer-section img{
        width: 14vw;
        display: inline;
    }
}
