/* 		 slider_banner_header start     */

.slider_banner_header {
    position: relative;
    /* padding: 10% 0px; */
}

.slider_banner_h1 {
    /* position: absolute;
    top: 17.6%; */
    width: 100%;
    text-align: center;
}

.slider_banner_h1 a {
    font-family: Lancelot;
    font-weight: 400;
    font-size: 60px;
    color: #FFFFFF;
}

.slider_banner_text1 {
    /* position: absolute;
    top: 32.2% !important; */
    width: 100%;
    text-align: center;
}

.slider_banner_text1 p {
    font-family: Regular;
    font-weight: 400;
    font-size: 20px;
    width: 66%;
    margin: auto;
    color: #FFFFFF;
    line-height: 1em;
}

.slider_banner_btn {
    /* position: absolute;
    top: 65.5%; */
position: relative;
    padding-top: 2%;
    padding-bottom: 4%;
    width: 100%;
    z-index: 1;
    text-align: center;
}

.slider_banner_box {
    width: 230px;
    padding: 17px 0;
    background-color: #020412;
    display: flex;


    align-items: center;
    justify-content: center;
    margin: auto;
}

.slider_banner_box .slider_banner_rectangle2 {
    width: 22px;
    margin-right: 8px;
}

.slider_banner_box a {
    font-family: Bold;
    font-weight: bold;
    font-size: 18px;
    color: #FFFFFF;
}

.slider_banner_header .slider_banner_bottom {
    text-align: center;
    font-family: Light;
    font-weight: 300;
    font-size: 16px;
    color: #535353;
    background-color: #F7F6F5;
    padding: 23px 0;
    line-height: 1em;
}



 .slider_banner_bottom {
    text-align: center;
    font-family: Light;
    font-weight: 300;
    font-size: 16px;
    color: #535353;
    background-color: #F7F6F5;
    padding: 23px 0;
    line-height: 1em;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
