.contact_us1 {
    background-color: #FFFFFF63 !important;
}
.linehome{
    display: none !important;
}
.channelbody{
    background-color: #000;
    color: #ffff;
}
.channelherosection{
    padding: 5vw 0;
    padding-left: 15vw;
    display: flex;
    flex-direction: column;
    gap: 4vh;
    width: 70vw;
    margin-top: 10px;
}
.channelherosection h1{
    font-weight: 300;
    font-size: 48px;
    line-height: 100%;
    letter-spacing: 0px;
    font-family: SF_regular;
    color: #ffff;
    margin-bottom: 0;
    text-transform: capitalize;
}
.channelherosection p{
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: 0px;
    font-family: SF_regular;
    /* text-transform: capitalize; */
    color: #FFFFFFCC;
}
.channelherosection button{
    font-weight: 400;
    font-size: 18px;
    line-height: 130%;
    letter-spacing: 0px;
    font-family: SF_regular;
    border: 1px solid #E4E4E4;
    border-radius: 6px;
    background-color: transparent;
    color: #E4E4E4;
    /* width: 240px; */
    /* height: 70px; */
    text-transform: capitalize;
    padding: 16px 32px;
}
.channelherobutton{
    display: flex;
    gap: 2vw;
}
/* --------- */
.partnersections{
    display: flex;
    gap: 1vw;
    padding: 0 1vw;
    height: auto;
}
.partnersectionsimage{
    width: 67vw;
}
.partnersectionsimage img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.partnersectionstext{
    width: 33vw;
    padding: 32px;
    background-color: #94AAAE;
}
.partnersectionstextpera1{
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0%;
    font-family: SF_regular;
    color: #FFFFFF;
    padding-bottom: 3vh;
    padding-top: 10px;
}
.partnersectionstextpera2{
    font-weight: 400;
    font-size: 18px;
    line-height: 145%;
    letter-spacing: 0px;
    font-family: SF_regular;
    color: #FFFFFF;
    padding-bottom: 20px;
}
.partnersectionstext button{
    font-weight: 400;
    font-size: 18px;
    line-height: 130%;
    letter-spacing: 0px;
    color: #000000;
    background-color: #FFFFFF;
    /* width: 230px;
    height: 70px; */
    padding: 16px 32px;
    border: 1px solid #FFFFFF;
    border-radius: 6px;
    margin-top: 30px;
    font-family: SF_regular;
}
/* ------- */
.benefitsections{
    display: flex;
    flex-direction: column;
    gap: 40px;
    padding: 15vh 1vw;
}
.benefitsectionsheading{
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 0px;
    font-family: SF_regular;
}
.benefitscard img{
    height: 24px;
    width: 24px;
}
.benefitscardmain{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1vw;
}
.benefitscardmain .benefitscard{
    width: 100%;
    padding: 30px;
    background-color: #212121;
    color: #FFFFFF;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.benefitscard h5{
    font-size: 24px;
    line-height: 130%;
    font-weight: 300;
    font-family: SF_regular;
    color: #E4E4E4;
    letter-spacing: 0px;
}
.benefitscard p{
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 150%;
    color: #FFFFFFB2;
    font-family: SF_regular;
    /* text-transform: capitalize; */
}
/* -------- */
.furtherqueries{
    display: flex;
    gap: 1vw;
    padding: 0vh 1vw 10vh 1vw;
}
.furtherqueriestextbox{
    width: 35vw;
    background-color: #94AAAE;
    height: 40vh;
    padding: 4vh 2vw;
}
.furtherqueriesimagebox{
    width: 62vw;
}
.furtherqueriestextboxheading{
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0%;
    color: #FFFFFF;
    vertical-align: middle;
    font-family: SF_regular;
    margin-bottom: 4vh;
}
.furtherqueriestext{
    font-weight: 300;
    font-family: SF_regular;
    font-size: 22px;
    line-height: 130%;
    letter-spacing: 0px;
    color: #E4E4E4;
    word-wrap: break-word;
}
.furtherqueriestextemail{
    text-decoration: underline;
}
.furtherqueriesimage{
    width: 100%;
    height: 100%;
}
@media screen and (max-width: 1024px){
    .partnersectionsimage{
        width: 60vw;
    }
    .partnersectionstext{
        width: 40vw;
    }
    .benefitscardmain .benefitscard{
        gap: 15px;
        padding: 15px;
    }
    .benefitscard h5{
        font-size: 20px;
        line-height: 100%;
    }
    .benefitscard p{
        font-size: 13px;
    }
}
@media screen and (max-width: 900px){
    .benefitscardmain{
        grid-template-columns: repeat(2, 1fr);
        row-gap: 2vh;
    }
    .partnersectionstextpera2{
        font-size: 15px;
    }
    .partnersectionstext button{
        font-size: 15px;
    }
    .channelherosection button{
        font-size: 15px;
    }
    .channelherosection{
        width: 80vw;
    }
}
@media screen and (max-width: 768px){
    .partnersections{
        flex-direction: column;
        gap: 2vh;
    }
    .partnersectionsimage{
        width: 98vw;
    }
    .partnersectionstext{
        width: 98vw;
    }
    .furtherqueries{
        flex-direction: column;
        gap: 3vh;
    }
    .furtherqueriestextbox{
        width: 100%;
    }
    .furtherqueriesimagebox{
        width: 100%;
    }
}
@media screen and (max-width: 600px){
    .channelherosection h1{
        font-size: 35px;
    }
    .channelherosection p{
        font-size: 14px;
    }
    .channelherosection{
        width: 90vw;
    }
    .channelherosection{
        padding-left: 10vw;
    }
}
@media screen and (max-width: 425px){
    .benefitscardmain{
        grid-template-columns: repeat(1, 1fr);
    }
}
@media screen and (max-width: 375px){
    .channelherosection h1{
        font-size: 29px;
    }
    .channelherosection p{
        font-size: 13px;
    }
}