* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-family: 'Poppins', sans-serif;
}

.partner-hero-container {
    /* background: linear-gradient(to left, #014387,#40c2ba); */
    /* padding: 5% 10%; */
}

.partner-hero-row {
    /* background: #fff; */
}

.partner-hero-col {
background: linear-gradient(to left, #014387, #40c2ba);
padding: -2%;
padding: 2%;
margin: 0%;
display: flex;
justify-content: center;
/* align-items: center; */
}

.partner-hero {
border: 4px solid #40c2ba;
padding: 2%;
text-align: center;
padding-top: 46px;
}

.partner-hero img {
height: 369px;
}

.partner-hero h1,
.partner-hero p {
color: #ffffff !important;
text-align: center;
}

.partner-hero-img {
background: linear-gradient(to left, #014387, #40c2ba);
border-radius: 50%;
position: absolute;
top: -8.6%;
left: 40%;
height: 100px;
width: 100px;
display: flex;
justify-content: center;
align-items: center;
}

.partner-hero-img img {
    height: 57px;
    width: 83px;
}

.partner-hero-form form {
    margin-top: 1.6rem;
}
.whoCandetails-1 h5 {
    padding-top: 2rem !important;
    font-size: 16px!important;
    padding: 0 1rem;
}
.partner-hero-form .form-input select {
    outline: none;
    border: none;
    border-right: 1px solid #014387;
    border-bottom: 1px solid #014387;
    border-top: 1px solid #014387;
    margin: .8rem 0;
    width: 100%;
    padding: .6rem;
    border-bottom-right-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: none;
    border-top-left-radius: none;
}

.partner-hero-form .form-input option {
    width: 100%;
}

.partner-form-btn button {
    border: none;
    background: linear-gradient(to left, #014387, #40c2ba);
    color: #fff;
    padding: .6rem .8rem;
    border-radius: 10px;
    margin: .8rem 0;
    font-size: 19px;
    font-weight: 500;
}

.partner-hero-form .form-input {
    display: flex;
    justify-content: center;
    align-items: center;
}

.partner-hero-form .form-input select span {
    background: linear-gradient(to left, #014387, #40c2ba);
    padding: .6rem;
    font-size: 22px;
    color: #fff;
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;
    width: 46px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.partner-hero-form .form-input span {
    background: linear-gradient(to left, #014387, #40c2ba);
    padding: .6rem;
    font-size: 22px;
    color: #fff;
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;
    width: 46px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.partner-hero-form .form-input input {
    outline: none;
    border: none;
    border-right: 1px solid #014387;
    border-bottom: 1px solid #014387;
    border-top: 1px solid #014387;
    margin: .8rem 0;
    width: 100%;
    padding: .6rem;
    border-bottom-right-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: none;
    border-top-left-radius: none;
}

.partner-hero-form-col {
    padding: 4%;
    background: url("image/bg-blog.jpg");
    background-size: cover;
    background-position: right;
    display: flex;
    justify-content: center;
    align-items: center;
}

.partner-hero-form {
    background: #b1e5e273;
    margin: 4%;
    padding: 5%;
    border-radius: 12px;
    width: 100%;
    position: relative;
}

.partner-hero-form form {
    padding: 3%;
}

.whoCan {
    /* box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px; */
    padding: 5px 10px;
    display: grid;
    justify-items: center;
    justify-content: center;
    align-items: center;
    border-radius: 14px;
}
.whoCan h1{
    font-size: 35px;
    font-weight: 600;
    color: #014387;
}
.whoCan p {
    width: 60%;
    text-align: center;
    font-weight: 500;
}
.whoCan-img-box {
    width: 62%;
    border: 2px solid #014387;
    border-radius: 10px;
    height: 310px;
    position: relative;
    /* width: 250px; */
}
/* .whoCan-img {
    position: absolute;
    left: 29%;
    top: 23%;
} */
.partner-page-who {
    background: url("image/bg-blog.jpg");
    background-repeat: no-repeat;
    background-size: auto;
    background-position: center;
    padding-top: 1rem;
}

.partner-hero p,
.benefits-choose-title p,
.elijibility_inner p,
.become_page,
.partner-page-who p{
font-size:14px !important;
line-height:25px !important;
} 


.whoCan-img img {
    position: absolute;
    border-radius: 9px;
    left: 29%;
    top: 11%;
    height: 307px;
    background: linear-gradient(to left, #014387, #40c2ba);
}
.whoCandetails{
    position: absolute;
    grid-template-columns: repeat(2, 1fr);
    display: grid;
    justify-items: center;
}
.whoCandetails-mid {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50%;
    width: 100%;
    background: linear-gradient(to left, #014387, #40c2ba);
    position: relative;
}
.whoCandetails-1 {
    background: rgb(255, 255, 255);
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
    border-radius: 10px;
    position: relative;
    width: 200px;
    cursor: pointer;
    margin: 1.2rem 1rem;
    padding: 1.5rem 0px;
    display: grid;
    justify-content: center;
    text-align: center !important;
    font-size: 16px !important;
}
.whoCandetails-1-hover {
    display: none;
    justify-content: center;
    padding: 5px;
    position: absolute;
    width: 200px;
    top: 42%;
    height: 200px;
    left: 12%;
}
.whoCandetails-1-hover p {
    border-radius: 10px;
    position: absolute;
    font-size: 14px;
    padding: 10px;
    text-align: -webkit-center;
    background-color: #fff;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
}
.whoCandetails-2-hover {
    display: none;
    justify-content: center;
    padding: 5px;
    position: absolute;
    width: 200px;
    top: 42%;
    height: 200px;
    left: 53%;
}
.whoCandetails-2-hover p {
    border-radius: 10px;
    position: absolute;
    font-size: 14px;
    padding: 10px;
    text-align: -webkit-center;
    background-color: #fff;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
}
.whoCandetails-3-hover {
    display: none;
    justify-content: center;
    padding: 5px;
    position: absolute;
    width: 200px;
    top: 91%;
    height: 200px;
    left: 12%;
}
.whoCandetails-3-hover p {
    border-radius: 10px;
    position: absolute;
    font-size: 14px;
    padding: 10px;
    text-align: -webkit-center;
    background-color: #fff;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
}
.whoCandetails-4-hover {
    display: none;
    justify-content: center;
    padding: 5px;
    position: absolute;
    width: 200px;
    top: 91%;
    height: 200px;
    left: 53%;
}
.whoCandetails-4-hover p {
    border-radius: 10px;
    position: absolute;
    font-size: 14px;
    padding: 10px;
    text-align: -webkit-center;
    background-color: #fff;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
}
.whocandetails-1-img {
    background: linear-gradient(to left, #014387, #40c2ba);
    padding: -1%;
    border-radius: 50%;
    height: 65px;
    position: absolute;
    border: 1px solid #fff;
    top: -25%;
    width: 67px;
    display: grid;
    justify-content: center;
    align-items: center;
    margin-left: 32%;
}
.whocandetails-1-img img{
    height: 37px;
}
.whocandetails-1 h5{
    padding-top: 2rem !important;
    font-size: 18px!important;
}
.partner_elijibility_box{
    display: flex;
    margin: 5px;
}
.partner_elijibility_box span{
    font-size: 20px;
    margin: 0 1rem;
}
.partner_elijibility_box .elijibility_inner p{
    font-size: 15px;
    margin-top: -1px
}
.eligibility-div {
    /* background: #f7f7f7; */
    background: url("image/bg-blog.jpg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
.eligih20{
    font-size: 34px;
    font-weight: 600;
    color: #014387;
    margin-bottom: 11px;
}
.become_page{
    width: 80%;
    text-align: center;
}
.eligip15{
    text-align: center;
    font-weight: 500;
}
.eligibility-head{
    display: grid;
    justify-items: center;
}


.elijibility_inner h4{
font-size: 19px;
font-weight: 600;
margin-bottom: 6px;
color: #014387;
}


.partner_step_main h2{
   color: #014387;
   font-size: 35px;
   text-align: center;
   font-weight: 600;
}
.partner_step_main div>p{
    font-size: 15px;
    font-weight: 500;
}
/* -----------process-section--------- */
/* .process-circle {
    width: 232px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 232px;
    border: 4px solid transparent;
    background: linear-gradient(#fff, #fff) padding-box, linear-gradient(45deg, #40c2ba, #004485) border-box;
    border-radius: 50%;
    position: relative;
  }
.process-circle-end {
    width: 232px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 232px;
    border: 4px solid transparent;
    background: linear-gradient(#fff, #fff) padding-box, linear-gradient(45deg, #40c2ba, #004485) border-box;
    border-radius: 50%;
    position: relative;
  }
  .process-circle::before {
    content: "";
    display: block;
    width: 10px;
    height: 50px;
    background: #fff;
    position: absolute;
    bottom: 0;
    top: 0;
    right: -6px;
    margin: auto;
  }
  .process-circle::after {
    content: "";
    width: 20px;
    /* height: 19px;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 15px solid #024887;
    position: absolute;
    bottom: 78px;
    transition: translate(rotate 45deg);
    right: -74px;
    transform: rotate(-89deg);
}
.process-num {
    position: absolute;
    width: 54.5px;
    height: 4px;
    background: #024887;
    right: -52px;
    bottom: 84px;
}
.process-1{
    display: grid;
    justify-content: center;
    justify-items: center;
    align-items: center;
    background-color: #d9f4f4;
    border-radius: 50%;
    height: 170px;
    width: 170px;
}
.process-1 img{
    height: 50px;
    margin-top: 5%;
}
.process-1 h4 {
    font-weight: 600;
    font-size: 17px;
    margin-top: -5%;
}
.process-1 p{
    font-size: 12px;
    text-align: center;
    padding: 5px;
}
.process-1 span {
    position: absolute;
    right: -23px;
    font-size: 21px;
    top: 58px;
    background: linear-gradient(to left, #024887, #40c2ba);
    height: 45px;
    width: 46px;
    border-radius: 50%;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}
.processdiv h1{
    font-weight: 600;
    color:#024887;
    padding-bottom: 1rem;
    text-align: center;
}
.process-section{
    margin: 2rem 0;
    display: flex;
    justify-content: end;
    align-items: center;
}
.process-1 p {
    font-size: 11px;
    text-align: center;
    padding: 6px;
    font-weight: 500;
} */
.benefits-choose-title h3{
    font-size: 35px;
    font-weight: 600;
    color: #014387;
}
.benefits-choose-title p {
    width: 80%;
    text-align: center;
    font-weight: 500;
}
.benefits-choose-title {
    display: grid;
    justify-items: center;
}
.partner-tab-block img{
height: 100px;
}


.partner-tab-block h5{
text-align: center;
font-weight: 500;
font-size: 16px !important;
line-height: 27px !important
}
.perks-div{
    background: url("image/bg-blog.jpg");
    background-size: cover;
}

/* ----------------------terms and consitions------------------------ */

/* ----------------------------------------------@mediaQueries------------------------------------------------ */
@media only screen and (max-width: 319px) and (min-width: 280px) {
.partner-hero-col {
    margin-bottom: 1rem;
}
.whoCandetails-mid {
    height: 35vh;
    width: 324px;
    margin-top: 3rem;
}
.whoCandetails-1 {
    /* height: 154px; */
    width: 116px;
    margin: .5rem;
}
.whoCandetails-1-hover{
    left: 1%;
}
.whoCandetails-2-hover{
    width: 130px;
    height: 200px;
}
.whoCandetails-3-hover{
left: 1%;
}
.whoCandetails-4-hover{
    width: 130px;
    left: 50%;
    height: 200px;
}
.whocandetails-1-img {
    height: 50px;
    /* margin-top: -19%; */
    /* position: absolute; */
    border: 2px solid #fff;
    width: 50px;
}
.whoCandetails-1 h5 {
    padding-top: 1rem !important;
    font-size: 14px!important;
}
.whoCandetails {
    margin-top: 3rem;
}
.whocandetails-1-img img {
    height: 27px;
}
}
@media only screen and (max-width: 412px) and (min-width: 320px) {
    .partner-hero img {
        height: 270px;
    }
    .whoCandetails-mid {
        height: 54vh;
        width: 264px;
        margin-top: 2rem;
    }
    /* .whoCandetails-mid {
        height: 53vh;
        width: 210px;
    } */
    .whoCandetails{
        margin-top: 2rem;
    }
    .whoCandetails-1 {
        width: 140px;
    }

    .partner-hero-col {
        margin-bottom: 3rem;
    }
    .whoCan-img-box {
        width: 75%;
        height: 310px;
        /* width: 250px; */
    }
    .whoCan-img img {
        left: 5%;
        top: 8%;
        height: 277px;
    }
    .whoCan h1 {
        font-size: 34px;
    }
    .whoCan p {
        width: auto;
    }
    .partner-hero img {
        height: 214px;
    }
}
@media only screen and (max-width: 480px) and (min-width: 413px) {
    /* .whoCandetails-mid {
        height: 44vh;
        width: 269px;
    } */
    .whoCandetails-mid {
        height: 44vh;
        width: 269px;
        margin-top: 1rem;
    }
.partner-hero img {
    height: 262px;
}
.whoCan p{
    width: auto;
}
.whoCan h1{
    text-align: center;
}
.whoCandetails-1 {
    width: 163px;
    margin: 1rem;
}
.whoCan-img img {
    height: 270px;
}
.partner-hero-col {
    margin-bottom: 2rem;

}
}

/* ----------------iPads, Tablets------------- */
@media only screen and (max-width: 540px) and (min-width: 481px) {
    .partner-hero-col {
        margin-bottom: 1rem;
    }
    .whoCandetails-mid {
        height: 32vh;
        width: 368px;
        margin-top: 4rem;
    }
    .whoCandetails-1 {
        /* height: 154px; */
        width: 198px;
        margin: 1rem;
    }
    .whoCandetails {
        margin-top: 5rem;
    }
}

@media only screen and (max-width: 667px) and (min-width: 541px) {}

@media only screen and (max-width: 768px) and (min-width: 668px) {
    .whoCandetails-mid {
        height: 35vh;
        width: 431px;
        margin-top: 4rem;
    }
    .whoCandetails-1 {
        /* height: 154px; */
        width: 231px;
        margin: 1rem;
    }
    .whoCandetails {
        margin-top: 3rem;
    }
}

@media only screen and (max-width: 820px) and (min-width: 769px) {
    .whoCandetails-mid {
        height: 35vh;
        width: 431px;
        margin-top: 4rem;
    }
    .whoCandetails-1 {
        /* height: 154px; */
        width: 231px;
        margin: 1rem;
    }
    .whoCandetails {
        margin-top: 3rem;
    }
}
/* -------------Small screens, laptops---------- */
@media only screen and (max-width: 912px) and (min-width: 821px) {
    .whoCandetails-mid {
        height: 28vh;
        width: 431px;
        margin-top: 4rem;
    }
    .whoCandetails-1 {
        /* height: 154px; */
        width: 231px;
        margin: 1rem;
    }
    .whoCandetails {
        margin-top: 3rem;
    }
}

/* ------------- Desktops, large screens-------------- */
@media only screen and (max-width: 1025px) and (min-width: 1200px) {}

/* --------------Extra large screens,------------- */
@media only screen and (max-width: 1350px) and (min-width: 1201px) {}

@media (max-device-width: 280px) and (max-device-height: 653px) {
    .partner-hero img {
        height: 190px;
    }
    .partner-hero-col {
        margin-bottom: 2rem;
    }

    .partner-hero-img img {
        height: 32px;
        width: 47px;
    }

    .partner-hero-img {
        top: -4.6%;
        left: 40%;
        height: 62px;
        width: 61px;
    }

    .partner-form-btn button {
        font-size: 19px;
        font-weight: 600;
    }
    .whoCan-img-box {
        width: 79%;
        height: 253px;
        /* width: 250px; */
    }
    .whoCan-img img {
        left: 5%;
        top: 11%;
        height: 205px;
    }
    .whoCan h1 {
        font-size: 24px;
    }
    .whoCan p {
        width: auto;
    }
}