*{
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    font-family: "Oswald",sans-serif;
}
.nav{
    height: 100px;
}
body{
    width: 100vw;
    min-height: 100vh;
    overflow-x: hidden;
}
.banner{
    position: relative;
    width: 100vw;
    height: 55vw;
    background-color: azure;
    overflow: hidden;
}
.banner-img{
    width: 100%;
    height: 100%;
    position:absolute;
    object-fit:cover;
}
.banner-tags{
    position:absolute;
    right: 20%;
    display: flex;
    flex-direction: column;
    top: 25%;
}
.banner-tag-top,.banner-tag-bottom{
    position:relative;
    color: #F8F8F9;
    font-size: 3vw;
}
.checklist{
    color: #1A475F;
    width: 100%;
    height: fit-content;
    background-color: #FFFBE8;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding-bottom: 2rem;
}
.checklist-title{
    margin-top: 4rem;
    font-size: 2.5vw;
}
.checklist-img{
    margin-top: 2rem;
    width: 12vw;
}
.checklist-desc{
    width: 60%;
    font-size: 1.7vw;
    text-align: center;
    margin-top: 2rem;
}
.checklist-hldr{
    margin-top: 5rem;
    width: 80%;
    height: fit-content;
    /* background-color: aqua; */
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}
.checklist-cont{
    flex: 1;
    /* border: 1px solid black; */
    height: fit-content;
    /* background-color: aquamarine; */
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}
.checklist-item{
    margin-top: 2rem;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}
.tick-img{
    height: 100%;
    /* width: 2vw; */
}
.item{
    /* background-color: black; */
    font-size: 1.5vw;
    margin-left: 20px;
}
.protocol-cont{
    color: #1A475F;
    width: 100%;
    height: fit-content;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding-bottom: 2rem;
}
.underline{
    margin-top: 4rem;
    height: 13px;
}
.protitle{
    margin-top: 2rem;
    font-size: 3vw;
}
.prodes{
    margin-top: 2rem;
    width: 60%;
    text-align: center;
    font-size: 1.7vw;
}
.pro-banner{
    margin-top: 2rem;
    width: 80%;
    height: 20px;
    height: fit-content;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.pro-item{
    flex: 1;
    height: fit-content;
    /* border: 1px solid black; */
    display: flex;
    flex-direction: column;
    align-items: center;
}
.pro-img{
    width: 50%;
}
.pro-desc{
    margin-top: 1rem;
    width: 70%;
    text-align: center;
    font-size: 1.1vw;
}
.care-div{
    padding: 50px 0px;
    width: 100vw;
    height: fit-content;
    background-color: #F3F3F3;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
.care-div h3{
    color: #1A475F;
    font-size: 3.5vw;
    width: 25%;
    text-align: center;
}
.block-img{
    position:absolute;
    width: 10%;
    left: 20%;
    top: 50%;
    transform: translate(-50%,-50%);
}
.line{
    position: absolute;
    /* transform: translate(-50%,50%); */
    transform: rotateZ(-138deg);
    top: 10%;
    right: -4%;
    width: 20%;
}
.join{
    width: 100vw;
    height: fit-content;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    padding: 20px 0px;
    align-items: center;
}
.join div{
    font-size: 1.5vw;
}
.button {
box-sizing: border-box;
border: 2px solid #dc6f1f;
border-radius: 0.8vw;
width: 10vw;
font-size: 1.5vw;
font-weight: 400;
text-align: center;
cursor: pointer;
padding: 0.5vw 0.5vw;
letter-spacing: 2px;
}

.button a {
text-decoration: none;
color: #233956;
}

.button:hover {
color: #fff;
background-color: #dc6f1f;
transition: ease-in-out 0.3s;
}

.button:hover > a {
color: #fff;
}





/* ////////////////////////////////////////////////////// */

@media all and (max-width:900px) {
    .banner-tag-top,.banner-tag-bottom{
        font-size: 5vw;
    }
    .checklist-title{
        margin-top: 2rem;
        font-size: 4vw;
    }
    .checklist-hldr{
        margin-top: 5px;
        flex-direction: column;
    }
    .checklist-img{
        margin-top: 5px;
        width: 23vw;
    }
    .checklist-desc{
        margin-top: 5px;
        font-size: 3.3vw;
    }
    .item{
        font-size: 3.3vw;
    }
    .tick-img{
        width: 5vw;
    }
    .underline{
        margin-top: 5px;
        width: 50%;
        height: auto;
    }
    .protitle{
        margin-top: 5px;
        font-size: 4vw;
    }
    .prodes{
        margin-top: 10px;
        font-size: 3.3vw;
    }
    .pro-desc{
        margin-top: 0px;
        font-size: 3.3vw;
    }
    .pro-banner{
        margin-top: 0px;
    }
    .pro-img{
        margin-top: 10px;
        width: 70%;
    }
    .pro-banner{
        flex-direction: column;
    }
    .care-div h3{
        width: 30%;
        font-size: 5vw;
    }
    .block-img{
        width: 20%;
    }
    .line{
        width: 20%;
    }
    .button {
        width: 22vw;
        font-size: 15px;
    }
    .join div{
        font-size: 3vw;
    }
}