.custom-info-header-container *{
    box-sizing: border-box;
}
.custom-info-header-container{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.custom-info-header-container:last-child{
    margin-bottom: 42px;   
}
@media only screen and (max-width: 780px){
    .custom-info-header-container:last-child{
        margin-bottom: 0;   
    }
}
.custom-info-header-container.header{
    margin-bottom: 47px !important;
    margin-top: 30px !important;
}

.custom-header-style-one *{
    box-sizing: border-box;
}
.custom-header-style-one {
    box-sizing: border-box;
}

.custom-header-style-one h1 {
    font-family: Khula;
font-style: normal;
font-weight: bold;
font-size: 36px;
line-height: 45px;
display: flex;

/* Gray 1 */

color: #333333;
    width: 100%;
}
.custom-header-style-one h1:before {
    display: block;
    content: "";
    width: 23px;
    height: 32px;
    background-color:  #C80002;
    margin-right: 6px;
}

.custom-header-style-one .inner-header-container{
    width: 100%;
    margin-bottom: 47px;
}

.custom-info-header-container.info{
    margin-top: 59px;
}
@media only screen and (max-width: 780px){
    .custom-info-header-container.info.mobile{
        margin-top: 10px;
    }
}
.custom-info-header-container .arrow-container{
    display: none;
}

.custom-info-header-container-class{
    margin-bottom: 59px;
}

.custom-info-header-container > .info-container h3{
    display: none;
    font-family: Khula;
    font-style: normal;
    font-weight: bold;
    font-size: 22px;
    line-height: 99.57%;
    /* or 24px */
    color: #000000;

}
.custom-info-header-container .header-container{
    width :100%;
    display: inline-block;
    border-bottom-color:#C80002;
    border-bottom-style: solid;
    border-bottom-width: 1px;
}

.custom-info-header-container .header-container h3{
    margin: 0;
    background-color: #c80002;
    color: #fff;
    display: inline-block;
    padding-top: 9px;
    padding-right: 12px;
    padding-left: 12px;
    font-family: Khula;
    font-style: normal;
    font-weight: 700;
    font-size: 22px;
    line-height: 39px;
    text-transform: uppercase;
}
.custom-info-header-container  .info-container{
    width: 50%; 
}


.custom-info-header-container  > .image-container {
    margin-top: 8px;
    width: 50%;
    margin-top: 8px;
    width: 50%;
    height: 350px;
    overflow: hidden;
}

.custom-info-header-container  > .image-container[href=""], 
.custom-info-header-container  > .image-container[href="#"],
.custom-info-header-container  > .image-container:not([href]) {
    pointer-events: none;
}

.custom-info-header-container  > .image-container img {
    width :100%;
    height: 100% !important;
    object-fit: cover;
    transition: transform .8s; /* Animation */  
    object-position: top;
}

.custom-info-header-container  > .image-container:hover img {
    transform: scale(1.1);  
}




.custom-info-header-container  > .image-container img  {
    margin-top: 8px
}

.custom-info-header-container  > .info-container {
    margin-top: 33px;
    padding-left: 20px;
}
.custom-info-header-container  > .info-container > p {
    /* font-family: Raleway; */
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 18px;
    color: #000000;
    margin-bottom: 0;
}
.custom-info-header-container.right-aligned{
    justify-content: flex-start;
}
.custom-info-header-container.right-aligned  > .info-container  {
    order: 2;
}
.custom-info-header-container.right-aligned  > .image-container {
    order: 3;
}
.custom-info-header-container.right-aligned > .info-container{
    padding-left: 0;
    padding-right: 21px;
}

.custom-info-header-container.right-aligned  > .image-container{
    padding-right: 8px;
}
.custom-info-header-container .show-more-container {
    width: 100%;
    display: flex;
    padding-top: 25px;
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: #C8C8C8;
    margin-top: 20px;
    text-decoration: none;
    /* align-items: center; */
}
.custom-info-header-container .info-container a{
    color: #c80002;
}

.custom-info-header-container .custom-arrow-icon.show-more-arrow svg  {
    height: 17px;
    width: 30px;
}

.custom-info-header-container .custom-arrow-icon.show-more-arrow  {
    margin-left: 11px;
    text-decoration: none;
}

.custom-info-header-container .show-more-container p  {
    font-family: Khula;
    font-style: normal;
    font-weight: 600;
    font-size: 22px;
    line-height: 22px;
    color: #6D6D6D;
    text-decoration: none;

}
.custom-info-header-container .show-more-container:hover p  {
    font-family: Khula;
    font-style: normal;
    font-weight: 600;
    font-size: 22px;
    line-height: 91.57%;
    color: #474747;
}

@media only screen and (max-width: 780px) {
    .custom-info-header-container.right-aligned.right-aligned  > .image-container {
        order: 1;
    }
    .custom-info-header-container.header.header {
        margin-bottom: 20px !important;
        margin-top: 30px !important;
    }
    .mobile.custom-info-header-container.slider-item{
        display: none;
        border-top-color: #C80002;
        border-top-style: solid;
        border-top-width: 8px;
    }
     
    .custom-info-header-container.info .header-container{
        display: none;
    }
    .mobile.custom-info-header-container.slider-item.active{
        display: flex;
    }
    .mobile.custom-info-header-container  .info-container{
        width: 100%; 
    }
    
    
    .mobile.custom-info-header-container  > .image-container {
        margin-top: 0;
        width: 100%;
        height: 272px;
        padding-right: 0;
    }
    .mobile.custom-info-header-container  > .image-container img {
        margin-top: 0;
    }
    .mobile.custom-info-header-container.right-aligned  > div  {
        order: 1;
    }
    
    .mobile.custom-info-header-container .arrow-container{
        display: flex;
        width: 100%;
        justify-content: space-between;
        margin-top:9px;
        padding-bottom: 12px;
        border-bottom-width: 2px;
        border-bottom-color: #C80002;
        border-bottom-style: solid;
    }
    .mobile.custom-info-header-container .nav-arrow svg{
        height: 12px;
        width: 25px;
    }
    .mobile.custom-info-header-container > .info-container{
        padding-left: 0;
        padding-right: 0;
        margin-top:15px;
    }
    .mobile.custom-info-header-container > .info-container h3{
        display: block;

    }
    .mobile.custom-info-header-container .show-more-container p {
        font-family: Khula;
        font-style: normal;
        font-weight: 600;
        font-size: 14px;
        line-height: 105.07%;
        /* or 15px */
        color: #454545;
        padding: 0;
        margin: 0;
    }
    .mobile.custom-info-header-container .custom-arrow-icon.show-more-arrow svg {
        height: 17px;
        width: 14px;
        position: relative;
        top: -2px;
    }
    .mobile.mobile.custom-info-header-container .header-container{
        
    }
    .mobile.custom-info-header-container .header-container h3 {
        font-family: Khula;
        font-style: normal;
        font-weight: bold;
        font-size: 18px;
        line-height: 29px;
        text-transform: uppercase;
        color: #FFFFFF;

    }
    .custom-header-style-one.mobile.medium h1 {
        font-family: Khula;
        font-style: normal;
        font-weight: 600;
        font-size: 18px;
        line-height: 105.07%;
    }
    .custom-header-style-one.mobile.medium h1:before {
        display: block;
        content: "";
        width: 12px;
        height: 12px;
        background-color: #C80002;
        margin-right: 6px;
    }

}