html {
    font-family: "Times New Roman", Times, serif;
    font-size: 15px;
    height: 100%;
}
body {
    margin: 0;
    height: 100%;
    background-color: #bbbbbb;
}
a {
    text-decoration: none;
}
.container {
    max-width: 600px;
    margin-right: auto;
    margin-left: auto;
    height: 100%;
    background-color: #00AB9B;
}
/*header*/

/*header end*/

/*article*/
.main-content{
    height: 100%;
}
.main-content-index{
    height: calc(100vh - 180px);
    padding: 0 118px;
}
.main-content-index h1{
    font-size: 250%;
    text-align: center;
    color: #FFFFFF;
}
.main-content-index a{
    text-decoration: none;
    padding: 5px 15px;
    background-color: #717171;
    border-radius: 25px;
    color: #FFFFFF;
    margin: 50px 0;
    font-size: 200%;
    display: block;
    text-align: center;
}
.main-content-ed{
     background-color: #00AB9B;
     height: 100%;
 }
.main-content-doc{
    background-color: #00AB9B;
    height: calc(100vh - 180px);
}
/*.main-content h1{*/
    /*font-size: 320%;*/
    /*padding-top: 80px;*/
    /*color: #FFFFFF;*/
    /*text-align: center;*/
/*}*/
.main-content-q2 h1{
    font-size: 250%;
    padding: 5% 0;
    color: #FFFFFF;
    text-align: center;
    margin: 0 10%
}
.main-content a {
    /*border: 1px solid black;*/
    text-decoration: none;
    padding: 5px 15px;
    background-color: #717171;
    border-radius: 25px;
    color: #FFFFFF;
    margin: 40px;
    font-size: 150%;
}
.main-content-doc a {
    /*border: 1px solid black;*/
    text-decoration: none;
    padding: 5px 15px;
    background-color: #717171;
    border-radius: 25px;
    color: #FFFFFF;
    margin: 40px;
    font-size: 150%;
}
.q_heading{
    font-size: 250%;
    padding: 80px 0;
    color: #FFFFFF;
    text-align: center;
}
.infection-btn{
    text-align: center;
  font-size: 320%;

    margin-right: 20px;
}
.category_1{
    background-color: #FFFBB2;
    text-align: center;
    border: #000 solid;
    border-radius: 25px;
    font-size: 280%;
    padding: 12px;
}
.category_2{
    background-color: #F9BEAC;
    text-align: center;
    border-radius: 25px;
    border: #000 solid;
    font-size: 280%;
    padding: 12px;
}
.group-id {
    color: white;
    text-align: center;
    font-size: 200%;
    margin: 5% 10%
}
.main-content-doc h1{
    font-size: 250%;
    padding-top: 80px;
    color: #FFFFFF;
    text-align: center;
}
.doc-link {
    display: block;
    text-align: center;
    margin: 42px 100px;
}
.screen-pos {
    border-radius: 25px;
    border: 2px solid white;
    text-align: center;
    padding: 14px;
    margin: 50px 0;
    color: white;
    font-size: 200%;
    text-decoration: none;
}
.screen-neg {
    background-color: #ff0000;
    border-radius: 25px;
    border: 2px solid white;
    text-align: center;
    padding: 14px;
    margin: 40px 0;
    color: white;
    font-size: 200%;
    text-decoration: none;
}
/*maternity start*/
ul{
    padding: 0;
}
ul li {
    list-style: none;
    padding: 5px 0;
}
.preg_risk_p{
    margin: 0 10%;
    padding: 5% 0;
    color: #fff;
    text-align: center;
    font-size: 200%;
}
.preg_q_heading{
    text-align: center;
    color: #fff;
    font-size: 254%;
    margin: 0 10%;
    padding: 10% 0;
}
.preg_risk{
    border: 3px solid;
    border-radius: 25px;
    color: #fff;
    text-align: center;
    font-size: 150%;
    margin: 0 10%;
    margin-top: 5%;
}
.preg_risk_header{
    border-bottom: 3px solid;
    padding-bottom: 5%
}
/*maternity end*/
@media screen and (max-width: 410px) {
    .main-content-index h1{
        font-size: 200%;
        text-align: center;
        color: #FFFFFF;
    }
    .main-content-index a{
        text-decoration: none;
        padding: 5px 15px;
        background-color: #717171;
        border-radius: 25px;
        color: #FFFFFF;
        margin: 50px 0;
        font-size: 150%;
        display: block;
        text-align: center;
    }
    .main-content-doc h1{
        font-size: 200%;
        padding-top: 10px;
        color: #FFFFFF;
        text-align: center;
    }
    .main-content a{
        /*border: 1px solid black;*/
        text-decoration: none;
        padding: 5px 15px;
        background-color: #717171;
        border-radius: 25px;
        color: #FFFFFF;
        margin: 30px;
        font-size: 80%;
    }
    .main-content-doc a{
        /*border: 1px solid black;*/
        text-decoration: none;
        padding: 10px 15px;
        background-color: #717171;
        border-radius: 25px;
        color: #FFFFFF;
        margin: 30px;
        font-size: 100%;
    }
    .main-content h1{
        font-size: 205%;
        padding-top: 40px;
        color: #FFFFFF;
        text-align: center;
    }
    .main-content-index{
        background-color: #00AB9B;
        height: calc(100vh - 180px);
        padding: 0 58px;
    }
}
.maternity_group{
    background: #FFF;
    color: #000;
    border-radius: 25px;
    padding: 2px 12px;
    font-size: 190%;
}
/*article end*/

/*drop down menu*/

/* Dropdown Button */
.dropbtn {
    background-color: #717171;
    color: white;
    padding: 16px;
    /*margin-right: 51px;*/
    margin-top: 10%;
    font-size: 250%;
    border: none;
    cursor: pointer;
}

/* Dropdown button on hover & focus */
.dropbtn:hover, .dropbtn:focus {
    background-color: #2980B9;
}
/* The container <div> - needed to position the dropdown content */
.dropdown {
    position: relative;
    display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 160px;
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
    z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content a {
    color: #FFFFFF;
    background-color: #717171;
    padding: 12px 48px;
    text-decoration: none;
    display: block;
    border: #717171 1px solid;
    border-radius: 0;
    font-size: 250%;
    white-space: nowrap;
}
@media screen and (max-width: 410px) {
    .dropdown-content a {
        color: #FFFFFF;
        background-color: #717171;
        padding: 12px 48px;
        text-decoration: none;
        display: block;
        border: #717171 1px solid;
        border-radius: 0;
        font-size: 100%;
        white-space: nowrap;
    }
    .dropbtn {
        background-color: #717171;
        color: white;
        padding: 16px;
        /*margin-right: 51px;*/
        margin-top: 40%;
        font-size: 100%;
        border: none;
        cursor: pointer;
    }
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #ddd}

/* Show the dropdown menu (use JS to add this class to the .dropdown-content container when the user clicks on the dropdown button) */
.show {display:block;}

/*end drop down menu*/

/*slide show*/
* {box-sizing:border-box}

/* Slideshow container */
.slideshow-container {
    max-width: 1000px;
    position: relative;
    margin: auto;
}

/* Hide the images by default */
.mySlides {
    display: none;
}

/* Next & previous buttons */
.prev, .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    margin-top: -22px;
    padding: 16px;
    color: white;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
}

/* Position the "next button" to the right */
.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
    background-color: rgba(0,0,0,0.8);
}

/* Caption text */
.text {
    color: #f2f2f2;
    font-size: 15px;
    padding: 8px 12px;
    position: absolute;
    bottom: 8px;
    width: 100%;
    text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: -18px;
}

/* The dots/bullets/indicators */
.dot {
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
}

.active, .dot:hover {
    background-color: #717171;
}

/* Fading animation */
.fade {
    -webkit-animation-name: fade;
    -webkit-animation-duration: 1.5s;
    animation-name: fade;
    animation-duration: 1.5s;
    width: 300px;
    margin-left: auto;
    margin-right: auto;
}

@-webkit-keyframes fade {
    from {opacity: .4}
    to {opacity: 1}
}

@keyframes fade {
    from {opacity: .4}
    to {opacity: 1}
}
/*end slide show*/

/*clear floats*/
.group:before,
.group:after {
    content: "";
    display: table;
}

.group:after {
    clear: both;
}

.group {
    zoom: 1;
}
/*clear floats*/