* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
    scroll-behavior: smooth;
    font-family: Calibri, Candara, Segoe, Segoe UI, Optima, Arial, sans-serif;
}

section{
    margin-bottom: 50px;
}

nav {
    position: sticky;
    top: 0;
    z-index: 999;
    border-bottom: 3px solid yellow;
    font-weight: 00;
    background-color: rgb(55, 55, 55);
}

nav:after {
    content: '';
    clear: both;
    display: table;
}

nav .logo {
    width: 35%;
    float: left;
    color: navy;
    font-weight: 600;
    /* line-height: 70px; */
    padding-left: 60px;
    padding-top: 15px;
}

.logo img {
    float: left;
    margin-bottom: 3%;
    /* width: 150px;
    height: 50px; */
}

.logo p {
    position: absolute;
    line-height: 170px;
    color: white;
    font-size: 0.8em;
}

nav ul {
    float: right;
    margin-right: 40px;
    list-style: none;
    position: relative;
}

nav ul li {
    float: left;
    display: inline-block;
    background-color: rgb(55, 55, 55);
    margin: 0 5px;
}

nav ul li a {
    color: yellow;
    line-height: 100px;
    text-decoration: none;
    font-size: 18px;
    padding: 8px 15px;
}

nav ul li a:hover {
    background: white;
    color: navy;
    font-size: 20px;
    border-radius: 5px;
    box-shadow: 0 0 5px #1c23f2, 0 0 10px #113ded;
}

nav ul ul li a:hover {
    box-shadow: none;
    border-radius: 5px;
    box-shadow: 0 0 5px #1c23f2, 0 0 10px #113ded;
}

nav ul ul {
    position: absolute;
    top: 90px;
    border-top: 3px solid rgb(0, 38, 255);
    opacity: 0;
    visibility: hidden;
    transition: top .3s;
}

nav ul ul ul {
    border-top: none;
}

nav ul li:hover>ul {
    top: 70px;
    opacity: 1;
    visibility: visible;
}

nav ul ul li {
    position: relative;
    margin: 0px;
    width: auto;
    float: none;
    display: list-item;
    border-bottom: 1px solid rgba(4, 4, 4, 0.892);
    z-index: 2;
}

nav ul ul li a {
    line-height: 50px;
}

nav ul ul ul li {
    position: relative;
    top: -60px;
    left: 150px;
}

.show,
.icon,
input {
    display: none;
}

.fa-plus {
    font-size: 15px;
    margin-left: 40px;
}

.background::before {
    content: "";
    position: absolute;
    height: 400px;
    width: 100%;
    background: url(Covid-19/1200x300.jpg) no-repeat;
    background-size: cover;
    z-index: -1;
}

.background {
    height: 400px;
}

.background h2 {
    color: white;
    font-size: 2.5em;
    margin-left: 2%;
    padding-top: 18%;
}

.testingForTravel h2 {
    text-align: center;
    margin-bottom: 2%;
}

.testingForTravel p {
    text-align: justify;
    margin: 2%;
}

.testingForTravel ol {
    width: 90%;
    margin: auto;
}

#important {
    color: red;
    border-bottom: 2px solid red;
}

.travelh2 {
    color: yellow;
    /* border: 2px solid yellow; */
    background-color: rgb(63, 62, 62);
    padding: 0 1.5%;
    border-radius: 40px;
}

.testingForTravel ol li {
    margin: 1%;
    text-align: justify;
}


/* national section  */

.national h2 {
    text-align: center;
    margin-bottom: 2%;
}

.national p {
    text-align: justify;
    margin: 2%;
}


/* .national span {
    /* color: rgb(53, 52, 52); 
    border-bottom: 4px solid red;
    /* background: linear-gradient(left, grey 50%, yellow, 100%); 
} */

.nationalH2 {
    color: yellow;
    /* border: 2px solid yellow; */
    background-color: rgb(63, 62, 62);
    padding: 0 1.5%;
    border-radius: 40px;
}

.testEnsure h3 {
    text-align: center;
}

.testEnsureCon {
    display: flex;
    margin: 2% 0;
}

.testEnsureText {
    width: 30%;
    margin: auto;
    height: 140px;
}

.testEnsureText img {
    background: green;
    border-radius: 50%;
    display: block;
    margin: auto;
}

.testEnsureText p {
    text-align: center;
    padding-top: 2%;
}

.national ol {
    width: 90%;
    margin: auto;
}

.national ol li {
    margin: 1%;
    text-align: justify;
}


/* footer css  */

footer {
    width: 100%;
    padding-top: 3%;
    display: flex;
    text-align: center;
    background: linear-gradient(0deg, rgb(35, 136, 213) 0%, rgba(255, 255, 255, 1) 90%);
}

.Company {
    width: 30%;
    margin-left: auto;
    margin-right: auto;
}

.Company ul {
    list-style: none;
    margin-top: 5%;
}

.Company ul a {
    text-decoration: none;
    color: black;
}

.contactFooter {
    width: 30%;
    margin-left: auto;
    margin-right: auto;
}

.contactFooter p {
    margin-top: 5%;
}

.addressFooter {
    width: 30%;
    margin-left: auto;
    margin-right: auto;
}

.addressFooter p {
    margin-top: 5%;
}

.copyRight {
    background-color: rgb(55, 55, 55);
    text-align: center;
    color: yellow;
}

@media all and (max-width: 968px) {
    nav ul {
        margin-right: 0px;
        float: left;
    }
    nav .logo {
        padding-left: 30px;
        width: 100%;
    }
    nav ul li,
    nav ul ul li {
        display: block;
        width: 100%;
    }
    nav ul ul {
        top: 70px;
        position: static;
        border-top: none;
        float: none;
        display: none;
        opacity: 1;
        visibility: visible;
    }
    nav ul ul li {
        border-bottom: 0px;
    }
    nav ul ul ul {
        position: static;
    }
    nav ul ul a {
        padding-left: 40px;
    }
    .show {
        display: block;
        color: yellow;
        font-size: 18px;
        padding: 0px 15px;
        line-height: 80px;
        cursor: pointer;
    }
    .show :hover {
        color: navy;
    }
    .icon {
        display: block;
        color: yellow;
        position: absolute;
        right: 40px;
        font-size: 25px;
        line-height: 70px;
        cursor: pointer;
    }
    nav ul a :hover {
        box-shadow: none;
    }
    .show+a,
    ul {
        display: none;
    }
    [id^=btn]:checked+ul {
        display: block;
    }
    #quicklinks {
        display: block;
    }
    .textFAQ ul {
        display: block;
    }
    .Company ul {
        display: block;
    }
}


/* Small devices (portrait tablets and large phones, 600px and up) */

@media only screen and (max-width: 768px)and (min-width: 600px) {
    .logo p {
        font-size: 1.5em;
    }
    .background::before {
        content: "";
        position: absolute;
        height: 300px;
        width: 100%;
        background: url(Covid-19/1200x300.jpg) no-repeat;
        background-size: cover;
        z-index: -1;
    }
    .background {
        height: 300px;
    }
}


/* Extra small devices (phones, 600px and down) */

@media only screen and (max-width: 600px) {
    .logo p {
        font-size: 0.8em;
    }
    .background::before {
        height: 300px;
    }
    .background {
        height: 300px;
    }
    .background h2 {
        padding-top: 50%;
        text-align:center;
        font-size: 20px;
    }
    
   
    .testEnsureCon {
        display: block;
        margin: 1% 0;
    }
    .testEnsureText {
        width: 90%;
        height: 100px;
    }
    .testEnsureText img {
        background: green;
        border-radius: 50%;
        display: block;
        margin: auto;
    }
    .testEnsureText p {
        text-align: center;
    
        padding-top: 1%;
    }
    
    .national ol {
        width: 90%;
        margin: auto;
       
    }
    .national ol li {
        margin: 1%;
    }

    /* footer  */
    footer { 
        width: 100%;
        display: block;
        padding-bottom: 10px;
        text-align: center;
        background: linear-gradient(0deg, rgb(35, 136, 213) 0%, rgba(255, 255, 255, 1) 90%);
    }
    footer div{
        margin-top: 10%;
    }
    .Company {
        margin-top: 5%;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }
    .Company ul {
        list-style: none;
        margin-top: 5%;
    }
    .Company ul a {
        text-decoration: none;
        color: black;
    }
    .contactFooter {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }
    .contactFooter p {
        margin-top: 5%;
    }
    .addressFooter {
        width: 95%;
        margin-left: auto;
        margin-right: auto;
    }
    .addressFooter p {
        margin-top: 5%;
    }
   .copyright{
        padding: 1%;
    }

}