/**************** why partner section starts ********************/
.section.why_partner {
    position: relative;
    background: linear-gradient(38deg, #ffffff 65.02%, #b4e4ff 110.27%);
}

.whypartner_wrapper {
    border-radius: 30px;
    background: #E4F2FA;
}

.whypartner_wrapper::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background-image: url(../assets/whyPartnerLine.svg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.whypartner_grid {
    position: relative;
    padding: 40px 80px;
}


.whypartner_grid .section_top .sec_left {
    width: 48%;
}

.whypartner_grid .section_top .sec_right {
    width: 50%;
}

.partner_sec {
    position: relative;
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
}

.partner_sec .partner_left {
    width: 50%;
}

.partner_sec .partner_left img {
    width: 100%;
}

.partner_sec .partner_left ul {
    position: relative;
}

.partner_sec .partner_left ul li {
    position: relative;
    color: #242F3C;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding-left: 34px;
    margin: 30px 0px;
}

.partner_sec .partner_left ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 2px;
    /* bottom: 0; */
    margin: auto;
    width: 20px;
    height: 20px;
    background-image: url(../assets/check_mark.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.partner_sec .partner_right {
    width: 48%;
}

.partner_sec .partner_right img {
    width: 100%;
}

.partner_sec .partner_left ul.sub_grid li ol {
    position: relative;
    margin-top: 5px;
    margin-left: 24px;
}

.partner_sec .partner_left ul.sub_grid li{
    margin: 10px 0px;
}
.partner_sec .partner_left ul.sub_grid li ol li {
    color: #474747;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    margin: 0;
    line-height: 20px; 
    list-style: disc;
    padding-left: 0;
}
.partner_sec .partner_left ul.sub_grid li ol li::before {
    display: none;
}


.partner_sec .partner_left ul.sub_grid li:nth-of-type(1){
    margin-top: 0px;
}
/**************** why partner section ends ********************/

/**************** why_thesis section ends ********************/
.section.why_thesis {
    background: rgba(78, 169, 197, 0.10);
}

.thesis_wrapper {
    background: #E4F2FA;
    border-radius: 10px;
}

.thesis_grid {
    position: relative;
}

.partner_sec.thesis {
    margin: 0px;
}

.partner_sec.thesis .partner_left {
    padding: 40px;
    position: relative;
}

.partner_bottom {
    position: absolute;
    bottom: 40px;
    left: 40px;
    right: 40px;
}

.partner_bottom h3,
.partner_bottom h4 {
    color: #242F3C;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.partner_bottom h4 {
    color: #2470B3;
    margin-top: 6px;
}

/**************** why_thesis section ends ********************/




/**************** keyInvestment section starts **************************/
.section.keyInvestment {
    position: relative;
    background: #1E1E23;
    background: linear-gradient(152deg, #1E1E23 29.02%, #293E52 110.27%);
}

.left_right_text {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.left_right_text .left_text {
    width: 48%;
}

.left_right_text .right_text {
    width: 48%;
}

.left_right_text .left_text,
.left_right_text .right_text {
    color: #9D9D9D;
}

.section.keyInvestment .til_desc,
.section.keyInvestment .til_desc span {
    color: #9D9D9D;
}

.keyInvestment_List {
    position: relative;
    display: flex;
}

.keyInvestment_List ul {
    position: relative;
    margin-left: -10px;
    margin-right: -10px;
    overflow: hidden;
    padding-top: 30px;

}

.keyInvestment_List ul li { 
    position: relative;
    margin: 10px;
    width: calc(25% - 20px);
    border-radius: 8px;
    background: #1E2F3E;
    padding: 40px 10px;
    box-sizing: border-box;
    padding-bottom: 10px;
    margin-top: 30px;
    min-height: 170px;
}

.keyInvestment_List ul li .icon {
    background-color: #1E2F3E;
    border: 1px solid #1860AE;
    width: 54px;
    height: 54px;
    border-radius: 100%;
    margin: auto;
    display: table;
    margin-top: -66px;
}

.keyInvestment_List ul li .icon svg {
    display: table;
    margin: 15px auto;
    width: 24px;
    height: 24px;
}

.keyInvestment_List ul li h3 {
    color: #FAFAF9;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 1px;
    margin: 6px 0px;
    margin-top: 16px;
}

.keyInvestment_List ul li p {
    color: #AAA;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.keyInvestment .newsletter_sec .title {
    font-size: 14px;
    font-weight: 500;
    line-height: normal;
}

.keyInvestment .newsletter_sec .sub_title,
.keyInvestment .newsletter_sec .sub_title span {
    font-size: 20px;
    font-weight: 400;
    line-height: normal;
}

.keyInvestment .newsletter_sec .letter_box .left {
    width: 46%;
}

/**************** keyInvestment section ends **************************/
@media screen and (max-width: 1200px) {
    .partner_sec .partner_left ul li {
        font-size: 19px;
        margin: 24px 0px;
    } 
    .keyInvestment_List ul li { 
        min-height: 180px;
    }
}

@media screen and (max-width: 1024px) {
    .partner_sec .partner_left ul.sub_grid li ol li { 
        font-size: 12px; 
        line-height: 18px; 
    }

    .whypartner_grid {
        padding: 25px 50px;
    }

    .partner_sec .partner_left ul li {
        font-size: 18px;
    }

    .partner_sec .partner_left ul li::before {
        width: 18px;
        height: 18px;
    }

    .partner_bottom h3,
    .partner_bottom h4 {
        font-size: 18px;
    }
    .keyInvestment_List ul li { 
        min-height: 200px;
    }
    .keyInvestment_List ul { 
        padding-top: 10px;
    }

}


@media screen and (max-width: 999px) {
    .partner_sec .partner_left ul{
        margin-top: 20px;
    }
    .partner_sec {
        display: block;
    }

    .partner_sec .partner_left {
        width: 100%;
    }

    .partner_sec .partner_right {
        width: 100%;
        margin-top: 20px;
    }

    .whypartner_grid .section_top {
        display: block;
    }

    .whypartner_grid .section_top .sec_left {
        width: 100%;
    }

    .whypartner_grid .section_top .sec_right {
        width: 100%;
    }

    .partner_sec .partner_left ul li {
        font-size: 17px;
    }

    .partner_sec .partner_left ul li::before {
        width: 16px;
        height: 16px;
    }

    .keyInvestment .newsletter_sec .letter_box .left {
        width: 100%;
    }

    .left_right_text {
        display: block;
    }

    .left_right_text .left_text {
        width: 100%;
    }

    .left_right_text .right_text {
        width: 100%;
        margin-top: 20px;
    }

    .keyInvestment_List .slick-track {
        padding-top: 30px;
    }

    .keyInvestment_List .slick-list.draggable {
        padding-left: 0px !important;
    }

    .keyInvestment_List.sixty_gap {
        margin-top: 40px;
    }
    .keyInvestment_List ul li { 
        min-height: 180px;
    }

    .partner_sec.thesis .partner_left {
        padding: 0px;
    }

    .partner_sec.thesis h2.sub_title {
        margin-top: 20px;
    }

    .partner_bottom {
        position: relative;
        bottom: 0px;
        left: 0px;
        right: 0px;
        margin-top: 30px;
    }

    .thesis_wrapper {
        background: transparent;
    }

    .partner_bottom h3,
    .partner_bottom h4 {
        font-size: 17px;
    }
}

@media screen and (max-width: 900px){
    .keyInvestment_List ul li { 
        min-height: 200px;
    }
}

@media screen and (max-width: 800px){
    .keyInvestment_List ul li { 
        min-height: 210px;
    }
}

@media screen and (max-width: 768px) {
    .keyInvestment_List.sixty_gap {
        margin-top: 30px;
    }

    .keyInvestment_List ul li h3 {
        font-size: 18px;
    }

    .partner_bottom h3,
    .partner_bottom h4 {
        font-size: 16px;
    }
    .keyInvestment_List ul li {
        min-height: 150px;
    }
}

@media screen and (max-width: 600px) {
    .partner_sec .partner_left ul.sub_grid li ol li { 
        font-size: 10px;  
    }
    .partner_sec .partner_left ul.sub_grid li ol { 
        margin-top: 4px;
        margin-left: 20px;
    }

    .whypartner_grid {
        padding: 25px 20px;

    }

    .partner_sec .partner_left ul li {
        font-size: 16px;
        margin: 20px 0px;
    } 

    .partner_sec .partner_left ul li::before {
        width: 14px;
        height: 14px;
    }

    .vision_sec .vision_left img {
        width: 100%;
        margin: 30px 0px;
    }

    .keyInvestment_List.sixty_gap {
        margin-top: 10px;
    }

    .partner_bottom h3,
    .partner_bottom h4 {
        font-size: 15px;
    }

    .keyInvestment_List ul { 
        padding-top: 0px;
    }

}

@media screen and (max-width: 500px) {
    .partner_sec .partner_left ul li {
        font-size: 14px;
        padding-left: 27px;
    }

    .partner_sec .partner_left ul li::before {
        width: 12px;
        height: 12px;
    }

    .keyInvestment_List ul li h3 {
        font-size: 16px;
    }

    .areas_grid ul li h4 {
        font-size: 18px;
    }

    .partner_bottom h3,
    .partner_bottom h4 {
        font-size: 14px;
    }
    .keyInvestment_List ul li {
        min-height: 170px;
    }

}