.section1{
    position: relative;
    height: 600px;
    overflow:hidden;
}
.disease-container{
    
    width:100%;
    height: 2700px;
    overflow: scroll;
}
.div-toggle .row{
    display: flex;
    flex-direction: row;
    flex-wrap: initial;
}
iframe{
    width: 30vw;
    height: calc(30vw * 9/16);
}
.cards{
    display:flex;
     flex-direction: row;
     overflow-x:scroll;
     width:100vw;
     margin-left: -12vw;
     margin-top:25px;
     height: 500px;
     align-items: center;
}
.active-card{
    position: relative;
    min-width: 280px;
    max-width: 280px;
    width: 280px;
    background: #E4F7F8;
    z-index:5;
    padding:3%;
    padding-bottom: 8%;
    opacity: 1;
    box-shadow: 2px 3px 4px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    margin: 0;
    height: 450px;
}
.active-card iframe{
    width: 100% !important;
    padding-bottom: 8% !important;
    position: absolute !important;
        left: 0px;
        bottom: 0px;
}
.inactive-card{
    position: relative;
    min-width: 280px;
    max-width: 280px;
    width: 280px;
    opacity:0.5;
    z-index:4;
    padding:3%;
    padding-bottom: 8%;
    background: #DAE2E4;
    box-shadow: 2px 3px 4px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    height: 390px;
}
.inactive-card iframe{
    width: 85% !important;
    height: 160px !important;
    padding-bottom: 8%  !important;
}
.img-container{
    width: 64%;
    height:100%;
}
.section1 img{
    width: 100%;
    height: 100%;
    margin-top:60px;
    object-fit: contain; 
}
.title{
    font-size: 2.2rem  !important;
    font-family: 'Signika Regular' !important;
    line-height: 2.6rem !important;
    color: #3E5669;
}
button{
    outline: none;
}
.sticky{
    position: fixed;
    top: 0;
    width: 100%;
    z-index:99;
}
.sideSticky{
    position: sticky;
    top: 160px;
}
.activeTab{
    color: #FAC141 !important;
    border-bottom: 4px solid #FAC141;
    border-radius: 0;
}
span{
    vertical-align:middle;
}
.arrow-left {
    border: 3px solid #C1CEE4;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
    margin:0 0px 3px 25px;
  }
.arrow-right {
    border: 3px solid #C1CEE4;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    margin:0 0px 3px 25px;
    cursor: pointer;
  }
.arrow-down{
    border: 3px solid #FAC141;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
    transform:rotate(45deg);
    -webkit-transform: rotate(45deg);
    margin:0 0px 3px 25px;
}
.arrow-right:hover{
    border: 3px solid #FAC141;
    border-width: 0 3px 3px 0;
}
.arrow-left:hover{
    border: 3px solid #FAC141;
    border-width: 0 3px 3px 0;
}
  
.section2{
    width:100%;
    background: #6F83A6;
    margin:auto;
    min-height:50px;
    z-index:99;
}
.flex-row{
    display:flex;
    flex-direction:row;
}
.disease-nav{
    width:75%;
    margin:auto;
    display:flex;
    align-items: center;
    height: 72px;
}
.scrollButton{
    box-shadow:none;
    padding:0 20px;
    outline: none !important;
}
::-webkit-scrollbar {
    width: 0px;  /* Remove scrollbar space */
}

.header-caption{
    position: absolute;
    right: 8.3%;
    max-width: 23.5%;
    top:60%;
    transform:translate(0, -50%);
    text-align: right;
}
.header-caption div{
    margin-bottom: 16px;
}
.header-caption p{
    line-height: 24px;
}

.disease-catalogue{
    padding-top:1%;
    flex-direction: row;
    display: flex;
    overflow-x: scroll;
}

.disease-catalogue button{
    color: #C1CEE4;
    box-shadow: none;
    min-width:20rem;
    padding: 0 ;
    margin: 0 5px;
    box-sizing: border-box;
    height: 70px;
    outline: none !important;
    
}
.disease-catalogue img{
    width: 60%;
}

.disease-details{
    margin: auto;
    margin-top: 4.5rem;
    width: 70%;
    padding-bottom:128px;
}
.side-nav{
    list-style: none;
    margin: unset;
    padding: unset;
    font-size:1.4rem  !important;
  font-family: 'Source Sans Pro Semi Bold' !important;
  line-height: 1.8rem !important;
}
hr{
    width: 90%;
    margin-left: unset;
    margin-bottom: 2rem;
    border: 1px solid #C1CEE4;
}
.nav-header{
    text-decoration: none;
    padding-bottom:1.6rem;
    color: #6F83A6;
}
.side-nav li{
    padding-bottom:1.6rem;
}
.side-nav li:nth-child(1){
    padding-top: 1.6rem;
}
.side-nav a{
    text-decoration: none;
    color: #6F83A6;
}
.side-nav a:hover {
    color:#E9AC51;
}
a:hover{
    text-decoration: none!important;
}
.side-nav a:active {
    color:#E9AC51;
}
.disease-grid{
    display: grid;
    grid-template-columns: 0.25fr 0.7fr;
}
.desc-box{
    margin-bottom: 48px;
}
.description{
    padding-top:35px;
}
.description p{
    margin-top: 10px;
}

.div-toggle{
    background: #E4F7F8;
    box-shadow: 2px 3px 4px rgba(0, 0, 0, 0.25);
    border-radius: 10px 10px 10px 10px;
    margin-top: 48px !important;
    margin-bottom: 48px !important;
    width: 100%;
    margin: auto;
}

.div-toggle button{
    background: #E4F7F8;
    margin-right: 2px;
    width: 100%;
    height: 40px;
    border-radius: 10px 10px 0px 0px;
    box-shadow:2px 0px 0px 0px rgba(0, 0, 0, 0.25);
}
.toggle-content{
    padding: 3%;
}

.toggle-content ul{
    padding: 2%;
    width: 100%;
}

.toggle-content img{
    width: 350px;
    height: auto;
}

.ct-button{
    background: #FAC141;
    color: #3E5669;
    border-radius: 45px;
    padding:0 45px;
    height: 50px;
    margin-bottom: 96px;
    font-family: "Source Sans Pro Semi Bold";
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    text-align: center;
    letter-spacing: 1px;
}

.causes-list{
    padding-left: unset;
    list-style-position: inside;
    margin-top: 10px;
}
.causes-list li{
    padding-bottom: 25px;
}

.causes-list li:last-child{
    padding-bottom: 0px;
}
.nav-img{
    width:100%;
    text-align:left !important;
}

.nav-img img 
{
    width: 50% !important;
}
.mobile-ver{
    display: none;
}
@media screen and (max-width: 599px){
    .inactive-card iframe{
        position: absolute !important;
        left: 0px;
        bottom: 0px;
    }
    .mobile-ver{
        display: block;
    }
    iframe{
        width: 222px !important;
        height: 200px !important;
    }
    .title{
        font-size: 2.6rem  !important;
    }
    .section1 {
        height: 620px;
    }
    .description{
        padding-top: 0 !important;
        width: 90% !important;
    }
    .sideSticky{
        position: unset !important;
        width: 100% !important;
    }
    .disease-grid{
        grid-template-columns: unset;
        grid-row-gap: 25px;
    }
    .toggle-content img {
        width: 50%;
        height: 50%;
    }
    .scrollButton{
        display: none;
    }
    .header-caption{
        max-width: unset;
        width:84%;
        top: 27%;
        left: 50%;
        transform: translate(-50%, 0);
        text-align: center;
    }
    .section1 img{
        width: 100%;
        height: 50%;
        object-fit: cover;
        margin-top: 320px;
    }
    .section2{
        width: 100vw !important;
    }
    .disease-catalogue button{
        min-width: 15rem;
        margin: 0 2% !important;
        padding: 0 2% !important;
    }
    .nav-img{
        display: none;
    }
    .img-container{
        width: 100% !important;
        text-align: center;
    }
    .side-nav{
        display: none !important;
    }
    .disease-nav{
        width: 95%;
    }
    .disease-details{
        width: 80%;
        padding-bottom: 0 !important;
    }
    .nav-header{
        max-width:250px;
    }
    .ct-button{
        font-size:1.2rem !important;
        letter-spacing: 1px;
        height:25px !important;
        padding: 0 25px !important; 
        margin-bottom: 54px !important;
        min-width: 276px !important;
    }
    .mobile-link{
        width: 80%;
        text-align: center;
        margin:auto;
        margin-bottom: 42px;
    }
    .mobile-link button{
        border: none;
        box-shadow:none;
        margin-top:10px;
    }
    .div-toggle{
        display: none;
    }
    .gif-box{
        width: 100%;
        align-self: center;
    }
}

@media screen and (min-width:600px) and (max-width:1112px){
    .gif-box{
        align-self: center;
    }
    .mobile-ver{
        display: none;
    }
    iframe{
        width: 33.25vw !important;
        height: calc(33.25vw*9/16) !important;
    }
    .section1{
        height: 350px;
    }
    .section1 img{
        height: 100%;
        margin-top: 60px !important;
    }
    .description{
        padding-top:15px !important;
    }
    .header-caption {
        top: 65%;
        transform:translate(0, -50%);
        max-width: 35.5%;
    }
    .scrollButton{
        display: none;
    }
    .disease-catalogue button{
        min-width: 16rem;
        padding: 0 !important;
    }
    .disease-details{
        width: 82%;
    }
    .disease-nav{
        width: 95%;
    }
    .disease-grid{
        grid-template-columns: 25% 75%;
        grid-column-gap: 3%;
    } 
    .arrow-down{
        margin:0 0px 3px 15px;
    }
    .arrow-right{
        margin:0 0px 3px 15px;
    }
    .toggle-content{
        padding: 5%;
    }  
    .toggle-content ul{
        width: 100%;
    }
    .toggle-content img{
        width: 200px;
        height: auto;
        object-fit: contain;
    }
    .side-nav{
        font-size: 1.6rem   !important;    
    text-transform: capitalize  !important;
    font-family: 'Source Sans Pro Semi Bold' !important;
    line-height: 2.2rem !important;
    }
    .ct-button{
        height: 56px;
        padding: 0 30px;
        font-size: 1.6rem;
    }
       
        
}