.lyb_banner{
    background-image:url(../../frontend/images/list_your_business_banner.jpg);
    min-height: 682px;
}

.lyb_banner .banner_content_wrapper{
    min-height: 682px;
}
.lyb_banner .banner_content_sub_wrapper{
    width: 475px;
    margin: inherit;
}
.lybBannerContentWrapper{
    padding: 48px 68px;
    text-align: left;
    background: #fff;
    box-shadow: 0 0 18px rgb(0 0 0 / 15%);
    border-radius: 8px;
    border-color: #eeeeef;
}
.lybBannerContentBox1{
    font-weight: 900;
    word-wrap: break-word !important;
    word-break: break-word !important;
    overflow-wrap: break-word !important;
    color: rgba(43,39,60,1);
    font-size: 42px;
    line-height: 54px;
}
.lybBannerContentBox2{
    color: #757280;
    margin-top: 24px;
    margin-bottom: 20px;
    font-size: 16px;
}

.lybSec1Wrapper{
    padding-top: 40px;
    padding-bottom: 70px;
}
.lybSecComTopText{
    text-align: center;
    font-size: 25px;
    font-weight: 600;
}
.lybSec1LeftRightBoxWrapper{
    max-width: 750px;
    margin: 0 auto;
}
.lybSec1BoxTiteDescWrapper{
    text-align: center;
}
.lybSec1BoxTitle{
    font-weight: 600;
    color: rgba(43,39,60,1);
    margin-top: 10px;
    margin-bottom: 10px;
}
.lybSec1BoxDesc{
    color: rgba(117,114,128,1);
}

.lybSec2Wrapper .lybSecComTopText{
    padding-bottom: 25px;
}
.lybSec2BoxContentSubWrapper{
    padding-top: 100px;
}
.lybBusinessPageText{
    word-break: break-word !important;
    overflow-wrap: break-word !important;
    line-height: 20px;
    font-weight: 600;
    color: rgba(43,39,60,1);
    padding-bottom: 20px;
}
.lybBusinessPageSubText{
    word-break: break-word !important;
    overflow-wrap: break-word !important;
    color: rgba(43,39,60,1);
    font-weight: bold;
    font-size: 24px;
    line-height: 30px;
    padding-bottom: 20px;
}
.lybBusinessPageDescText{
    font-size: 16px;
    line-height: 22px;
    color: rgba(117,114,128,1);
    text-align: left;
    padding-bottom: 20px;
}
.lybSec2UlWrapper ul{
    padding: 0;
    margin: 0;
}
.lybSec2UlWrapper ul li{
    list-style: none;
    padding-left: 1.3em;
    margin-bottom: 10px;
}

.lybSec2UlWrapper ul li div:before {
    content: "\f00c"; /* FontAwesome Unicode */
    font-family: FontAwesome;
    display: inline-block;
    margin-left: -1.3em; /* same as padding-left set on li */
    width: 1.3em; /* same as padding-left set on li */
    color: rgba(117,114,128,1);
}
/*{*/
    /*font-size: 16px;*/
    /*line-height: 22px;*/
    /*color: rgba(43,39,60,1);*/
/*}*/

.lybGetStartBtnStyle{
    display: inline-block;
    font-size: 16px;
    line-height: 22px;
    height: auto;
    cursor: pointer;
    text-decoration: none;
    padding: 9px 15px;
    background-color: #FB5E4B;
    text-align: center;
    color: #fff;
    border: 1px solid #FB5E4B;
    border-radius: 4px;
    background-image: none;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 15000px 15000px;
    transition: all .6s;
    transition-property: background-color,background-position,background-size,border-color;
    letter-spacing: 0.5px;
}
.lybGetStartBtnStyle:hover{
    background-color: #FB5E4B;
    color: #fff;
    border-color: #FB5E4B;
    text-decoration: none;
    box-shadow: 0 0 4px 0 rgb(0 0 0 / 30%);
}

@media (min-width: 1367px){

}

@media (min-width: 1200px){

}

@media (max-width: 1199px){
    .lyb_banner, .lyb_banner .banner_content_wrapper {
        min-height: 600px;
    }
}
@media (max-width: 1024px) { }

@media (max-width: 991px) {

    .lyb_banner, .lyb_banner .banner_content_wrapper {
        min-height: 520px;
    }
    .lybBannerContentBox1{
        font-size: 34px;
    }
    .lybBannerContentBox2 {
        margin-bottom: 15px;
    }

}

@media (max-width: 767px) {
    .lybSec2BoxContentSubWrapper {
        padding-top: 20px;
        padding-bottom: 30px;
    }
    .lybBusinessPageText, .lybBusinessPageSubText, .lybBusinessPageDescText{
        text-align: center;
    }
}

@media (max-width: 575px) {

    .lyb_banner, .lyb_banner .banner_content_wrapper {
        min-height: 400px;
    }

    .lyb_banner.banner1 {
        background-position: -115px;
    }
    .lybBannerContentWrapper{
        padding: 35px 35px;
    }
    .lybBannerContentBox1{
        font-size: 25px;
        line-height: 35px;
    }
    .lybBannerContentBox2{
        font-size: 14px;
    }
    .lyb_banner .banner_content_sub_wrapper {
        width: 350px;
    }
    .lybSecComTopText{
        font-size: 22px
    }
    .lybSec1Wrapper{
        padding-bottom: 40px;
    }


}

@media (max-width: 420px) {
    .lyb_banner .banner_content_sub_wrapper {
        max-width: 320px;
        margin: 0 auto;
    }
}

@media (max-width: 320px) {

}
