*{
    margin: 0;
    padding: 0;
    font-family: "Work Sans", sans-serif;
}
   

.section {
    display: flex;
    height: 100vh;
    align-items: center;
    overflow: hidden;
    padding: 0 !important;
}
.s_left {
    background-color: #000000;
    max-width: 480px;
    width: 100%;
    overflow-y: scroll;
    height: 100vh;
    scroll-behavior: smooth;
    overflow-x: hidden;
	position: relative;
}

.s_right {
    display: grid;
    justify-content: center;
    width: 100%;
    text-align: center;
    background: #282828;
    height: 100vh;
    justify-items: center;
    align-items: end;
    align-content: center;
}
.brand-logo{
    margin-left: 10px;
    color: #ffffff;
    font-size: 20px !important;
    font-weight: 600;
}

nav {
    color: #fff;
    background-color: #282828 !important;
}

.title{
    color: #ffffff;
    font-size: 24px;
    font-family: "Work Sans";
    font-weight: 700;
    line-height: 31px;
    margin: 20px 0px;
}
.desc_bg{
    color: #ffffff;
    font-size: 22px;
    font-family: "Work Sans";
    font-weight: 600;
    line-height: 29px;
    margin: 10px 0px;
}
.desc_sm{
    color: #ffffff;
    font-size: 16px;
    font-family: "Work Sans";
    line-height: 21px;
    margin: 10px 0px;
}
.desc_foot{
    
    color: #FFFFFF !important;
    padding: 10px 20px;
    font-size: 12px;
    margin-top: 10%;
	font-family: "Work Sans";
	text-align:center;
	    position: absolute;
    bottom: 0px;
}

.footernav { 
	max-width: 480px;
	width: 100%;
}

.footernav1 { 
	color: #FFFFFF !important;
	max-width: 480px;
	width: 100%;
	text-align:center;
	margin-bottom:auto;
	bottom:0px
}


.bdy_area{
    padding: 0px 20px;
}

.button_light {
    cursor: pointer;
    top: 431px;
    left: 13px;
    width: 100%;
    height: 50px;
    padding: 0px 8px;
    border: 0;
    box-sizing: border-box;
    border-radius: 22px;
    background-color: #354055;
    color: #ffffff;
    font-size: 16px;
    font-family: "Work Sans";
    font-weight: 400;
    line-height: 19px;
    outline: none;
    margin: 10px 0px;
  }
.button_blue{
    cursor: pointer;
    top: 233px;
    left: 13px;
    width: 100%;
    height: 50px;
    padding: 0px 8px;
    border: 0;
    box-sizing: border-box;
    border-radius: 22px;
    background-color: #538bff;
    color: #ffffff;
    font-size: 16px;
    font-family: "Work Sans";
    font-weight: 400;
    line-height: 19px;
    outline: none;
    margin: 10px 0px;
}

.btn_blue_sm{
    cursor: pointer;
    top: 466px;
    left: 99px;
    width: 70%;
    height: 40px;
    padding: 0px 8px;
    border: 0;
    box-sizing: border-box;
    border-radius: 22px;
    background-color: #538bff;
    color: #ffffff;
    font-size: 14px;
    font-family: "Work Sans";
    font-weight: 500;
    line-height: 18px;
    outline: none;
}
.margin_20{
    margin: 20px 0px;
}
.fixed{
    position: fixed;
    bottom: 10px;
    right: 70%;
}
.img_bg{
    background: url(../images/img_bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 250px;
}

.icon {
    color: #ffffff;
    fill: #ffffff;
    font-size: 134px;
    width: 134px;
    height: 76px;
}
.title_yellow{
    color: #ffcc00;
    font-size: 24px;
    font-family: "Work Sans";
    font-weight: 500;
    line-height: 31px;
    text-align: center;
}
.pos_down{
    top: 100px;
    position: relative;
}
.text_left{
    text-align: left;
}

button:focus {
    background-color: #538bff !important;
}
.button_light:focus{
    background-color: #354055 !important;
}
@media screen and (max-width: 600px) {
    .s_left {
        width: 100%;
    }
    .s_right{
        display: none;
    }
    nav .brand-logo {
        left: 0% !important;
        transform: translateX(0%) !important;
    }
    .fixed{
        right: 0;
    }
}