body {
    font-family: 'Roboto', sans-serif;
    padding-top: 13.5rem;
}

.custom-nav-content {
    margin-top: 5.5rem !important;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

.grey-background {
    background-color: #148BC3;
    color: white;
    padding: 8px 0px;
}

.grey-background #helpline-number,
.grey-background #top-nav-links {
    text-align: center;
}

.grey-background p {
    margin: 0;
}

.grey-background a {
    color: white;
}

.logo img {
    max-width: 250px;
}

.clean-navbar .navbar-nav .nav-item {
    padding-right: 0.5rem;
}


/* ======================================== */


/* Dropdown inside dropdown code */


/* ======================================== */

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu a::after {
    transform: rotate(-90deg);
    position: absolute;
    right: 6px;
    top: .8em;
}

.dropdown-submenu .dropdown-menu {
    top: 0;
    left: 100%;
    margin-left: .1rem;
    margin-right: .1rem;
}


/* ======================================== */


/* Carousel custom styles */


/* ======================================== */

.carousel .carousel-control-next,
.carousel .carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 5%;
    color: #fff;
    text-align: center;
    opacity: .5;
    transition: opacity .15s ease;
}


/* ======================================== */


/* Media queries for responsive */


/* ======================================== */
@media screen and (min-width: 354px) {
    body {
        padding-top: 13.5rem;
    }
}

@media screen and (min-width: 490px) {
    .custom-nav-content {
        margin-top: 4rem !important;
        padding-top: 0.5rem !important;
        padding-bottom: 0.5rem !important;
    }
}



@media screen and (min-width: 768px) {
    body {
        padding-top: 10rem;
    }
}
@media screen and (min-width: 992px) {
    body {
        padding-top: 9.3rem;
    }
    .custom-nav-content {
        margin-top: 2.5rem !important;
    }
    .grey-background #helpline-number {
        text-align: left;
    }
    .grey-background #top-nav-links {
        text-align: right;
    }
    .logo img {
        max-width: 300px;
    }
}


/* ======================================== */


/* All pages common styles */


/* ======================================== */

.page-titles {
    font-size: 20px;
    font-weight: bold;
    color: #e24151;
}

body>section li,
body>section p {
    font-size: 14px;
    color: #666;
}