.curved_image_banner{
    background: #D0F6FF;
    
}

.cib_container{
    width: 100% ;
    margin: 0 auto ;
    padding: 0 0 0 00px ;
    display: flex ;
    align-items: stretch ;
    justify-content: space-between ;
    flex-wrap: wrap;
}

.cib_container.vig-container{
	max-width: 100% ;
	margin: 0 0 ;
}

.cib_content_area{
    width: 50% ;
    align-self: center;  
    padding-top: 50px ;
    padding-bottom: 50px ;
    margin-left: 3% ;  
}

.cib_reverse .cib_content_area{
    padding-top: 0px ;
    padding-bottom: 0px ; 
    margin-left: 0 ;
    margin-right: 3% ;
}

.cib_image_area {
    width: 45%;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
}

.cib_reverse .cib_image_area{
    padding-top: 50px ;
    padding-bottom: 50px ;
}

.cib_image {
    max-width: 100%;
    object-fit: cover;
    width: 100%;
    display: block;
    border-radius: 50% 0 0 50%;
    transform: translate(36px, 0px);
}



.cib_heading {
    margin-bottom: 20px;
}

.cib_description {
    margin: 0;
    font-size: 16px;
    line-height: 1.5em;
}

.cib_description a{
    text-decoration: underline ;
    color: #808284
}

.cib_description ul, .cib_description ol{
    margin: 0 ;
    padding: 0 ;
    list-style: initial
}

.cib_description ul li, .cib_description ol li {
    margin-top: 20px;
    position: relative;
    padding-left: 0;
    padding-bottom: 0;
}

.cib_btn{
    background: #65C2E5 ;
    color: #fff ;
    font-size: 22px ;
    padding: 15px 25px ;
    border-radius: 50px ;
    display: inline-block ;
    text-decoration: none ;
    box-shadow: 0 3px 10px 0 rgba(0,0,0,0.3);
    text-align: center ;
    line-height: 1.3em;
}

a.cib_ib_btn:visited{
    color: #daf0c8;
}

.cib_ib_title {
    margin: 0;
}



.cib_btn:hover{
    text-decoration: none ;
    color: #fff ;
}

.cib_btn_container{
    display: flex ;
    align-items: center ;
    justify-content: center ;
    margin: 50px 0
}

.cib_image_box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

img.cib_ib_image {
    width: 20%;
    display: block;
    max-width: 20%;
}

.cib_ib_info {
    width: 60%;
}

.cib_ib_title a {
    font-size: 18px;
    font-weight: 600;
    text-decoration: underline;
    color: #585a5f;
   
}
.cib_ib_info .cib_ib_title a.cib_external_btn{
  font-size: 18px;
  font-weight: 600;
  text-decoration: underline;
  color: #00a4d8;
  padding:0;
  background-color: transparent;
  box-shadow: none !important;;

}
.cib_ib_details {
    color: #808284;
    font-weight: 400;
    font-size: 16px;
}

.cib_image_boxes {
    display: flex;
    flex-direction: column;
    gap: 40px;
    margin-top: 30px;
}



.cib_ib_btn {
    background: #62C042;
    display: inline-block;
    border: none;
    border-radius: 50px;
    font-size: 20px;
    color: #fff;
    padding: 15px 25px;
    box-shadow: 0 3px 10px 0 rgba(0,0,0,0.3);
}

.cib_reverse{
    flex-direction: row-reverse ;
}

.cib_reverse .cib_image {
    border-radius: 0 50% 50% 0;
    transform: translate(-36px, 0px);
}

.ib_reverse{
    flex-direction: row-reverse ;
}

.cib_ib_btn{
    text-align: center ;
    text-decoration: none !important ;
    width: 40%;
}

.cib_ib_btn:hover{
    color: #fff ;
}

@media(min-width:1220px){
    .cib_content_area{
        margin-left: calc((100% - 1220px) / 2) ;  
    }
    
    .cib_reverse .cib_content_area{
        margin-left: 0 ;
        margin-right: calc((100% - 1220px) / 2) ;
    }
}


/* Mobile */
@media(max-width: 1024px){
    .cib_content_area {
        width: 100% !important;
        max-width: 100% !important;
        margin-left: 0 !important;
    }

    .cib_image_area {
        width: 100% !important ;
    }

    .cib_btn {
        font-size: 16px;
        padding: 15px 25px;
        display: block;
        width: 100%;
        text-align: center;
    }

    .cib_image_box {
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-direction: column;
        gap: 20px;
    }

    .cib_ib_title a {
        font-size: 18px;
        text-align: center;
        display: block;
        line-height: 1.6em;
    }

    .cib_ib_details {
        color: #585a5f;
        font-weight: 400;
        font-size: 16px;
        text-align: center;
        line-height: 1.8em;
    }

    .cib_description {
        padding: 0 20px;
    }

    .cib_heading {
        margin-bottom: 10px;
        padding: 0 20px;
        margin-top: 30px;
    }

    .cib_btn {
        margin: 0 20px;
    }

    .cib_ib_btn {
        font-size: 16px;
        width: calc(100% - 40px);
    }

    .cib_image {
        border-radius: 0;
        transform: translate(0px, 0px) !important;
        border: 0 !important;
        min-height: 100% !important ;
    }

    .cib_container {
        padding: 0 0 0 0 !important;
    }

    .cib_reverse .cib_image {
        border-radius: 0;
        transform: translate(0px, 0px) !important;
    }
}