*,
body {
    margin: 0;
    padding: 0;
    font-family: sans-serif;
    user-select: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #fff;
    padding-bottom: 15px;
}

h1 {
    font-size: 30px;
}

h2 {
    font-size: 28px;
}

h3 {
    font-size: 26px;
}

h4 {
    font-size: 24px
}

h5 {
    font-size: 22px
}

h6 {
    font-size: 20px
}

p {
    margin-bottom: 15px;
    text-align: justify;
    line-height: 26px;
    font-size: 18px;
    color: #fff
}

p:last-child {
    margin-bottom: 0
}

a {
    color: #fff;
    text-decoration: none
}

p a > strong {
    color: #ab1010
}

.container {
    width: 90%;
    margin: 0 auto
}

.flex-row {
    display: flex;
    flex-wrap: wrap
}

.justify-between {
    justify-content: space-between
}

.justify-center {
    justify-content: center
}

.ptb-40 {
    padding: 40px 0
}

.bg-1 {
    background: #033870;
}

.bg-2 {
    background: #000000d4
}
.about-cont ul{
    padding-left: 25px;
}
.about-cont ul li{
        color: #fff;
    padding-bottom: 15px;
    list-style: square;
    font-size: 16px;
}

.subheader {
    background: #033870;
    padding: 10px 0;
    position: relative
}

.left-sub,
.right-sub {
    width: 50%
}

.left-sub > div a,
.right-sub > div a {
    display: flex;
    align-items: center;
    font-size: 20px;
    font-weight: 600
}

.right-sub > div a {
    flex-direction: row-reverse
}

.left-sub > div a img,
.right-sub > div a img {
    max-width: 6%;
    padding-right: 10px
}

.right-sub > div a img {
    padding-right: 0;
    padding-left: 10px
}

.banner-home img {
    max-width: 100%;
    margin-bottom: -4px
}

.banner-home {
    position: relative
}

.banner-home .navbar {
    position: absolute;
    top: 5%;
    width: 90%;
    background: #ffffffc7;
    border-top: 3px solid #ab1010;
    border-bottom-right-radius: 30px;
    border-top-left-radius: 30px
}

.navbar > div > aside {
    width: 40%
}

.navbar > div > aside a img {
    max-width: 200px;
    padding: 8px 10px
}

.navbar > div > nav {
    width: 60%
}

.navbar > div > nav .btn-set {
    display: none
}

.navbar > div > nav ul {
    padding: 18px 0
}

.navbar > div > nav ul li {
    list-style: none
}

.navbar > div > nav ul li a {
    font-size: 20px;
    padding: 5px 20px;
    font-weight: 600;
    color: #000
}

.navbar > div > nav ul li a.active,
.navbar > div > nav ul li a:hover {
    color: #ab1010
}

.list-set li {
    color: #fff;
    padding-bottom: 10px;
    list-style: inside
}

.img-main .img-box {
    width: 24%;
    margin: 15px 0;
    position: relative
}

.img-main .img-box img {
    width: 100%;
    height: 350px;
    border-top-left-radius: 30px;
    border-bottom-right-radius: 30px;
    cursor: pointer
}

.img-main .img-box p {
    position: absolute;
    bottom: 1%;
    left: 0;
    text-align: center;
    width: 100%;
    font-size: 20px;
    background: #000c;
    padding: 10px 0;
    border-bottom-right-radius: 30px
}

.location-box ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 30px
}

.location-box ul li {
    list-style: none;
    width: 24%;
    margin-bottom: 10px;
  padding-bottom: 0px;
}

.location-box ul li a {
    display: block;
    padding: 10px;
    background: #ab1010;
}

.faq-set {
    padding: 15px 20px;
    background: #ab1010;
    margin-bottom: 15px;
    border-top-left-radius: 30px;
    border-bottom-right-radius: 30px
}

.faq-set strong {
    display: block;
    margin-bottom: 7px;
    color: #fff
}

.faq-set p {
    margin-left: 10px
}

footer {
    background: url(./images/footer.jpg);
    background-position: center;
    background-size: cover
}

footer .layer {
    background-color: #ffffffd6
}

footer .footer-box {
    width: 24%
}

footer .footer-box img {
    width: 100%;
    padding-bottom: 10px
}

footer .footer-box p {
    color: #000;
    text-align: left
}

footer .footer-box span {
    font-size: 25px;
    padding-top: 15px;
    display: block;
    padding-left: 10px;
    font-weight: 600;
    font-family: monospace;
    margin-bottom: 20px
}

footer .footer-box ul {
    overflow-y: scroll;
    height: 150px
}

footer .footer-box ul li {
    list-style: circle;
    margin-left: 20px
}

footer .footer-box ul li a {
    color: #000;
    padding: 8px 0;
    display: block
}

footer .footer-box ul.fot-call {
    overflow-y: visible
}

footer .footer-box ul.fot-call a {
    display: flex;
    align-items: center;
    margin-left: 20px;
    margin-bottom: 30px;
    color: #000;
    font-size: 20px;
    font-weight: 600;
    font-family: math
}

footer .footer-box ul.fot-call a:last-child {
    margin-bottom: 0
}

footer .footer-box ul.fot-call a img {
    max-width: 10%;
    padding-bottom: 0;
    padding-right: 10px
}

.inner-footer {
    background: #000;
    padding: 10px 0
}

.inner-footer p {
    text-align: center
}

@media only screen and (max-width:1080px) {

    .banner-home .navbar,
    .container {
        width: 95%
    }

    .navbar > div > aside {
        width: 30%
    }

    .navbar > div > nav {
        width: 70%
    }

    footer .footer-box ul.fot-call a,
    .navbar > div > nav ul li a {
        font-size: 18px
    }

    .location-box ul li {
        width: 24%
    }
}

@media only screen and (max-width:991px) {

    .img-main .img-box,
    .location-box ul li,
    footer .footer-box {
        width: 49%
    }

    .navbar > div > nav,
    .navbar > div > aside {
        width: 100%;
        text-align: center
    }
}

@media only screen and (max-width:767px) {
    .faq-set p {
        margin-left: 0
    }
}

@media only screen and (max-width:580px) {
    .navbar > div > nav {
        width: 100%
    }

    .navbar > div > nav ul {
        padding: 0;
        justify-content: center
    }

    .navbar > div > nav ul li {
        padding: 10px 0
    }

    .left-sub > div a img,
    .right-sub > div a img {
        max-width: 15%
    }

    .left-sub > div a,
    .right-sub > div a {
        font-size: 18px
    }

    .img-main .img-box img {
        height: 300px
    }

    .navbar > div > aside a img {
        max-width: 250px
    }

    h1 {
        font-size: 25px
    }

    h2 {
        font-size: 24px
    }

    h3 {
        font-size: 23px
    }

    h4 {
        font-size: 22px
    }

    h5 {
        font-size: 21px
    }

    h6 {
        font-size: 20px
    }

    .ptb-40 {
        padding: 30px 0
    }

    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        line-height: 32px
    }

    .location-box ul li,
    footer .footer-box {
        width: 100%
    }

    footer .footer-box ul {
        height: auto;
        overflow-y: visible
    }

    .location-box ul {
        margin-top: 20px
    }

    .img-main .img-box img {
        height: auto
    }

    p {
        font-size: 15px
    }

    .banner-home .navbar {
        position: relative;
        border-bottom-right-radius: 0;
        border-top-left-radius: 0;
        width: 100%
    }

    .navbar > div > nav ul li a,
    .left-sub > div a,
    .right-sub > div a {
        font-size: 15px
    }

    .subheader {
        position: fixed;
        bottom: 0;
        z-index: 10;
        width: 100%
    }

    .location-box {
        height: 400px;
        overflow-y: scroll
    }

    .inner-footer {
        padding-bottom: 60px
    }

    footer .footer-box ul li {
        margin-left: 30px
    }
}
