.page_wrapper {
    overflow-y: hidden;
    overflow-x: hidden;
}
/*page bar shapes start*/
.banner_bar_shape_gray_left_top_40 {
    height: 40px;
    width: 30%;
    background: #E0E4E9;
    position: absolute;
    top: -40px;
    left: 6%;
}
.Banner_bar_shape_blue_left_top_40 {
    height: 40px;
    width: 30%;
    background: #007AFF;
    position: absolute;
    top: -40px;
    right: 0;
}
.banner_bar_shape_yellow_left_top {
    height: 40px;
    width: 20%;
    background: #fdc528;
    position: absolute;
    top: 0;
}
.Banner_bar_shape_gray_right_top {
    height: 40px;
    width: 20%;
    background: #E0E4E9;
    position: absolute;
    top: -80px;
    right: 6%;
}
.bar_shape_yellow_right_top_40 {
    height: 40px;
    width: 17%;
    background: #fdc528;
    position: absolute;
    top: -40px;
    right: 0;
}
.bar_shape_gray_left_top_40 {
    height: 40px;
    width: 17%;
    background: #007AFF;
    position: absolute;
    top: -40px;
}
.bar_shape_yellow_half_left_center_40 {
    height: 40px;
    width: 8%;
    background: #FDC528;
    position: absolute;
    left: 8%;
    top: 0;
    right: 100%;
    transform: translate(-50%, -50%);
    z-index: 99;
}
.bar_shape_blue_half_right_center_40 {
    height: 40px;
    width: 8%;
    background: #007AFF;
    position: absolute;
    right: 0;
    top: 0;
    left: 92%;
    transform: translate(-50%, -50%);
    z-index: 99;
}
/*page bar shapes end*/
/*separator*/
.separator_plan_black {
    width: 0;
    height: 0;
    border-left: 100vw solid #000000;
    border-bottom: 11.5vw solid #000000;
    margin-top: -6.1vw;
}
/*header_section css start */
/*.header_section .bc_main_heading{*/
/*    margin-bottom: 10px;*/
/*}*/
.header_section .bc_text_after_heading{
    padding: 0 80px;
    margin: 0;
}
/*header_section css end */
/*banner section start*/
.banner_container {
    margin-top: -300px;
}
.header_section {
    padding: 60px 0 250px 0;
}
.banner_section {
    padding: 100px 0 0 0;
    position: relative;
}
.our_vision {
    padding-top: 84px;
    padding-bottom: 30px;
}
.our_vision .bc_text_after_heading{
    margin: 0;
    padding:0 45px;
}
.banner_img_tablet, .banner_img_mobile{
    display: none;
}
/*banner section end*/
/*Why Choose Brickclay Start*/
.WB {
    padding: 100px 0 180px 0;
}
.WB .heading1{
    letter-spacing: -1.44px;
}
.cards_row {
    padding-top: 24px;
}
.card {
    background: #F5F8FC;
    display: flex;
    height: 100%;
}
.card .card_body{
    padding: 50px;
}
.card .card_body .card_title{
    color: #000;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px;
    letter-spacing: -0.24px;
    margin-bottom: 15px;
}
.card .card_body .card_des{
    color: #12141D;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    opacity: 0.699999988079071;
}
/*Why Choose Brickclay End*/
/*partner section start */
.our_partners {
    padding: 150px 0 30px 0;
}

/*partner section start */

.flex-micro {
    display: flex;
    align-items: center;
}
.partnerships {
    display: flex;
    justify-content: space-between;
    align-items: center;
    grid-column-gap: 50px;
}
.partnerContent, .partnerMedia{width:50%;}
.partnerMedia{text-align:right;}
.partnerContent h2 {
    font-weight: 600;
    font-size: 72px;
    line-height: 82px;
    letter-spacing: -5px;
    color: #000000;
    margin-bottom: 40px;
}
.microImg{margin-bottom:46px;}
.microImg img{ width: 100%; height:auto !important; }
.partnerMedia img{ width: 100%; height:auto !important; }
/*.flex-micro > div {*/
/*    border-right: 0.359506px solid #D9D9D9;*/
/*}*/
.logo6{border:none !important;}
.flex-micro .logo1 {
    padding-right: 10px;
    margin-right: 18px;
}
.flex-micro .logo2 {
    padding-right: 19.85px;
    margin-right: 18.50px;
}
.flex-micro .logo3 {
    padding-right: 16.42px;
    margin-right: 13.14px;
}
.flex-micro .logo4 {
    padding-right: 16.83px;
    margin-right: 14.67px;
}
.flex-micro .logo5 {
    padding-right: 14px;
    margin-right: 12px;
}


/*partner section end */



@media only screen and (min-width: 1025px) and (max-width: 1440px)  {
    /*page bar shapes start*/
    .Banner_bar_shape_gray_right_top {
        right: 1%;
    }
    .banner_bar_shape_gray_left_top_40 {
        left: 1%;
    }
    /*page bar shapes end*/
}
/*tablet css start*/
@media only screen and (min-device-width: 768px) and (max-device-width: 992px) {
    /*page bar shapes start*/
    .bar_shape_yellow_right_top_40 {
        width: 12%;
    }
    .bar_shape_gray_left_top_40 {
        width: 12%;
    }
    .bar_shape_yellow_half_left_center_40 {
        width: 6%;
        left: 2%;
    }
    .bar_shape_blue_half_right_center_40 {
        width: 6%;
        left: 98%;
    }
    .Banner_bar_shape_gray_right_top {
        right: 3%;
    }
    .banner_bar_shape_gray_left_top_40 {
        left: 3%;
    }
    /*page bar shapes end*/
    .col_10_center {
        grid-column: 1 / span 13;
        margin: 0 auto;
    }
    .col_8_center {
        grid-column: 1 / span 8;
        margin: 0 auto;
    }
    .bc_section_title .heading1 {
        font-size: 36px !important;
        line-height: 52px !important;
    }
    /*header_section css start */
    /*.header_section .bc_main_heading {*/
    /*    letter-spacing: -3px;*/
    /*    margin-bottom: 17px;*/
    /*}*/
    .header_section .bc_text_after_heading {
        padding: 0;
    }
    .banner_img_desktop {
        display: none;
    }
    .banner_img_tablet {
        display: block;
    }
    /*header_section css end */
    /*banner section start*/
    .banner_container {
        margin-top: -300px;
    }
    .header_section {
        padding: 10px 0 230px 0;
    }
    .our_vision {
        padding-top: 64px;
        padding-bottom: 20px;
    }
    .our_vision .bc_text_after_heading {
        padding: 0;
    }
    .our_vision .bc_title_heading_before{
        display: block;
        margin-bottom: 8px;
    }

    .our_vision .bc_section_title:first-child{
        margin-bottom: 30px;
    }
    /*banner section end*/
    /*Why Choose Brickclay Start*/
    .WB {
        padding: 80px 0 150px 0;
    }
    .WB .heading1{
        letter-spacing: -0.72px;
    }
    .cards_row {
        padding-top: 12px;
    }
    .card .card_body{
        padding: 32px 40px;
    }
    .card .card_body .card_title{
        margin-bottom: 9px;
        font-size: 20px;
        letter-spacing: normal;
        line-height: 26px;
    }
    .card .card_body .card_des{
        font-size: 18px;
    }
    /*Why Choose Brickclay End*/

    /*partner section start */
    .our_partners {
        padding: 100px 0 0 0;
    }

    /*partner section start */

    .partnerships {display: block;}

    .partnerContent, .partnerMedia {
        width: 100%;
    }


    .partnerContent h2{
        font-size: 36px !important;
        line-height: 52px !important;
        margin: 0 0 10px;
        font-weight: 600;
        letter-spacing: -1.72px;
        color: #000000;
    }
    section.section-partnerships {
        /*padding-left:20px;*/
        /*padding-right:20px;*/
        padding-bottom: 40px;
    }
    .flex-micro > div > img {
        width: auto;
        /*height: 45px;*/
    }
    .flex-micro > div {
        padding-right: 10px !important;
        margin-right: 9px !important;
    }
    .flex-micro > div:last-child {
        padding-right: 0 !important;
        margin-right: 0 !important;
    }
    .flex-micro {
        display: flex;
        align-items: center;
        /*flex-wrap: wrap;*/
        margin-bottom: 50px;
        grid-row-gap: 15px;
        justify-content: space-between;
    }
    .microImg {
        margin-top: 46px;
    }
    .partnerMedia {
        text-align: center;
    }
    .partnerMedia img {
        width: 100%;
    }

    .microImg {
        text-align: center;
    }
    .microImg img {
        width: 70%;
    }


    /*partner section end */
}
/*tablet css end*/
/*mobile css start*/
@media only screen and (max-width: 767px) {
    /*page bar shapes start*/
    .Banner_bar_shape_gray_right_top {
        right: 0;
    }
    .banner_bar_shape_gray_left_top_40 {
        left: 0;
    }
    .bar_shape_yellow_right_top_40 {
        width: 8%;
    }
    .bar_shape_gray_left_top_40 {
        width: 8%;
    }
    .bar_shape_yellow_half_left_center_40 {
        width: 4%;
        left: 2%;
    }
    .bar_shape_blue_half_right_center_40 {
        width: 4%;
        left: 98%;
    }
    /*page bar shapes end*/
    .bc_section_title .heading1 {
        font-size: 24px !important;
        line-height: 36px !important;
    }
    /*header_section css start */
    /*.header_section .bc_main_heading {*/
    /*    line-height: 45px;*/
    /*    margin-bottom: 5px;*/
    /*    letter-spacing: -2.8px;*/
    /*}*/
    .header_section .bc_text_after_heading {
        padding: 0;
    }
    .banner_img_desktop {
        display: none;
    }
    .banner_img_tablet {
        display: none;
    }
    .banner_img_mobile {
        display: block;
    }
    .our_vision .bc_text_after_heading {
        padding: 0;
    }
    /*header_section css end */
    /*banner section start*/
    .banner_container {
        margin-top: -220px;
    }
    .header_section {
        padding: 0 0 150px 0;
    }
    .our_vision {
        padding-top: 48px;
        padding-bottom: 30px;
    }
    .our_vision .bc_section_title:first-child{
        margin-bottom: 15px;
    }
    /*banner section end*/
    /*Why Choose Brickclay Start*/
    .WB {
        padding: 64px 0 100px 0;
    }
    .WB .heading1{
        letter-spacing: -0.48px;
        margin-bottom: 10px;
    }
    .cards_row {
        padding-top: 6px;
    }
    .card .card_body{
        padding: 20px;
    }
    .card .card_body .card_title{
        margin-bottom: 4px;
        font-size: 18px;
        letter-spacing: -0.16px;
    }
    .card .card_body .card_des {
        font-size: 16px;
        line-height: 26px;
    }
    /*Why Choose Brickclay End*/
    /*partner section start */
    .our_partners {
        padding: 80px 0 30px 0;
    }
    /*.flex-micro > div > img {*/
    /*    height: 40px;*/
    /*}*/
    .flex-micro {
        flex-wrap: wrap;
        justify-content: center;
        grid-row-gap: 20px;
        margin-bottom: 44px;
    }
    /*partner section end */
    .partnerships {
        display: block;
    }
    .partnerContent, .partnerMedia {
        width: 100%;
    }

    .partnerContent h2 {
        font-size: 24px;
        line-height: 30px;
        letter-spacing: -0.48px;
        margin-bottom: 0;
    }

    .microImg {
        margin-bottom: 24px;
        margin-top: 24px;
    }

}
/*mobile css end*/