
/*-------------------------
    INFOBOX WIDGET
---------------------------*/
.element__ready__infobox__style__1 {
    background: #ffffff;
    padding: 35px;
    border-radius: 5px;
}

.single__info__box {
    margin-top: 30px;
    padding-left: 30px;
    position: relative;
}
.single__info__box:first-child{
    margin-top: 0;
}
.single__info__box:last-child{
    margin-bottom: 0;
    border-bottom: 0;
}
.element__ready__infobox__style__1 .info__box__header__title h3 {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
    padding-left: 30px;
    border-left: 10px solid #F9C200;
    margin-left: -35px;
}
.element__ready__infobox__style__1 .info__box__icon {
    position: absolute;
    left: 0;
    top: 0;
    width: 30px;
}
.info__title {
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #919191;
    line-height: 1.4;
}
.info__details {
    color: #0B0C12;
    font-size: 18px;
    font-weight: 600;
}

/*------------------------
    INFOBOX STYLE 2
------------------------*/
.element__ready__infobox__style__2 {
    color: #F9C200;
}

.element__ready__infobox__style__2 .info__box__header__title h3 {
    color: #ffffff;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.element__ready__infobox__style__2 .single__info__box {
    padding-left: 60px;
}

.element__ready__infobox__style__2 .info__box__icon {
    background: #F9C200;
    width: 40px;
    height: 40px;
    text-align: center;
    padding-top: 6px;
    border-radius: 5px;
    color: #0B0C12;
    position: absolute;
    left: 0;
}

.element__ready__infobox__style__2 .info__title, .element__ready__infobox__style__2 .info__details {
    color: #F9C200;
}
/*------------------------
    INFOBOX STYLE 3
------------------------*/
.element__ready__infobox__style__3 {
    color: #F9C200;
}

.element__ready__infobox__style__3 .info__box__header__title h3 {
    color: #ffffff;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.element__ready__infobox__style__3 .single__info__box {
    padding-left: 65px;
}

.element__ready__infobox__style__3 .info__box__icon {
    background: #DE2B36;
    width: 50px;
    height: 50px;
    text-align: center;
    padding-top: 12px;
    border-radius: 50%;
    color: #ffffff;
    position: absolute;
    left: 0;
}

.element__ready__infobox__style__3 .info__title{
    color: #929292;
}
.element__ready__infobox__style__3 .info__details {
    color: #ffffff;
}