/* start of common css */
* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

html,
body {
    width: 100%;
    height: 100%;
    background: #F5F5F5;
}

.language {
    background: transparent;
    padding: 5px 15px;
    border-radius: 15px;
    border: 1px solid #fff;
    color: #fff;
    text-decoration: none;
    margin-left: 15px;
}

.language a {
    text-decoration: none;
    color: #fff;
}

.quality-policy-wrapper {
    background: #F5F5F5;
}

/* end of common css */
/* start header code css */
.main-header {
    background: url('../imgs/health-policy-and-quality-header-bg.png') no-repeat center center/cover;
    height: 70vh;
    width: 100%;
    position: relative;
}

.main-header .btm-bg {
    position: absolute;
    bottom: 0;
    right: 50%;
    transform: translateX(50%);
}

.main-header::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: #221E51;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: .5;
    z-index: 0;
}

.main-header .navbar {
    border-bottom: 1px solid #fff;
    padding: 0;
}

.main-header .nav-item {
    padding: 25px 10px;
}

.main-header .nav-item:hover {
    border-bottom: 2px solid #fff;
    padding: 25px 10px;
}

.main-header .navbar-nav .nav-link.active,
.main-header .nav-link {
    color: #fff;
}

.main-header .contact-us-btn {
    background: transparent;
    padding: 5px 15px;
    border-radius: 15px;
    border: 1px solid #fff;
    color: #fff;
    text-decoration: none;
}

.main-header .navbar-expand-lg .navbar-nav {
    align-items: center;
}

.main-header .dropdown-toggle::after {
    display: none;
}

.main-header .navbar-brand {
    margin-right: 5rem;
}

.main-header .header-middle-content {
    position: absolute;
    top: 50%;
    right: 50%;
    transform: translateX(50%);
    color: #fff;
    font-size: 50px;
    width: 500px;
    text-align: center;
}

.main-header .header-middle-content .top-content {
    margin: 0;
    font-size: 45px !important;
    font-weight: bold;
}

.num-theirt {
    -webkit-text-stroke: 1px #fff;
    text-stroke: 1px #fff;
    color: transparent;
    font-size: 55px;
}

.main-header .header-middle-content .btm-content {
    margin: 0;
    font-weight: 600;
    font-size: 30px;
}

.main-header .header-btm-content {
    position: absolute;
    bottom: 50px;
    right: 50%;
    transform: translateX(50%);
    color: #fff;
    font-size: 23px;
    font-weight: 400;
}

.main-header .dropdown-menu {
    background: transparent;
    margin: 10px 0;
    border: 2px solid #fff;
}

.main-header .dropdown-item:focus,
.dropdown-item:hover {
    background-color: #fff;
    color: #000 !important;
}

.main-header .dropdown-menu a {
    color: #fff;
}

@media(max-width:991px) {
    .main-header .header-middle-content {
        top: 67%;
    }

    .main-header .header-btm-content {
        bottom: 30px;
    }

    .main-header .nav-item,
    .main-header .nav-item:hover {
        padding: 10px;
    }

    .main-header .navbar-expand-lg .navbar-nav {
        margin: 0 auto;
    }

    .main-header .nav-link {
        text-align: center;
    }

    .navbar-nav .dropdown-menu {
        position: absolute !important;
    }
}

@media(max-width:767.9px) {
    .header-btm-content .content {
        text-align: center;
    }

    .main-header .header-middle-content {
        width: 100%;
    }

    .main-header .btm-bg img {
        width: 100%;
        height: 100%;
    }
}

/* end header code css */
.container {
    padding: 15px 0;
}

/* start of Quality Policy component */
.quality-policy h1 {
    font-size: 40px;
    font-weight: 700;
    padding: 15px 0;
    color: #221E51;
}

.quality-policy .description p {
    font-size: 17px;
    font-weight: 400;
    display: flex;
    align-items: center;
}

.quality-policy .description img {
    margin-right: 15px;
    transition: all .5s ease-in-out;
}

.quality-policy .description img:hover {
    transform: scale(1.3);
    cursor: pointer;
}

/* end of Quality Policy component */

/* start of Policy Components component */
.policy-components-wrapper h1 {
    font-size: 40px;
    font-weight: 700;
    padding: 15px 0;
    color: #221E51;
}

/* end of Policy Components component */

/* start of Communication component */
.Communication-wrapper h1 {
    font-size: 40px;
    font-weight: 700;
    padding: 15px 0;
    color: #221E51;
}

span {
    font-size: 20px;
    font-weight: 500;
    color: #221E51;
}

/* end of Communication component */

/* start of footer */
.footer {
    background: #221E51;
    position: relative;
    padding: 25px 0;
}

.footer a {
    color: #fff;
    text-decoration: none;
}

.footer .footer-bg {
    position: absolute;
    bottom: 0;
    right: 0;
}

.footer .footer-wrapper {
    display: grid;
    grid-template-columns: 10fr 1fr;
    padding: 25px 0;
}

.footer .footer-wrapper .footer-content {
    display: flex;
    gap: 30px;
}

.footer .footer-wrapper .footer-content .footer-about {
    display: flex;
    flex-direction: column;
    line-height: 35px;
}

.footer .footer-wrapper .footer-content .footer-service {
    display: flex;
    flex-direction: column;
    line-height: 35px;
}

.footer .footer-wrapper .footer-content .footer-contact-us {
    display: flex;
    flex-direction: column;
    line-height: 35px;
}

.footer .footer-wrapper .footer-logo {
    display: flex;
    align-items: flex-start;
    justify-content: center;
}

.footer .footer-social-rights {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #fff;
}

.footer .footer-social-rights .social-wrapper {
    margin: 15px 0;
}

@media(max-width:767.9px) {
    .footer .footer-wrapper {
        display: flex;
        flex-direction: column;
    }

    .footer .footer-wrapper .footer-content {
        flex-direction: column;
    }
}

/* end of footer */
.policy-components {
    background: #221E51;
    color: #fff;
    padding: 20px;
    border-radius: 15px;
}

.quality-policy {
    /* padding: 15px; */
}

.Communication {
    padding: 15px;
}

.Communication-wrapper span {
    color: #221E51;
}

.policy-components-wrapper h1 {
    color: #fff;
}

.policy-components-wrapper span {
    color: #fff;
}

.social-wrapper a img {
    transition:all .2s ease-in-out;
}

.social-wrapper a img:hover {
    transform: scale(1.2);
}


.footer .social-wrapper img {
    margin: 0 5px;
    width: 30px;
}

@keyframes roll {
    0% {
        transform: rotate(0);
    }

    100% {
        transform: rotate(360deg);
    }
}