*{

    margin: 0;

    padding: 0;

    box-sizing: border-box;

}

.banner-main{

    width: 100%;

    /* height: 600px; */

    /* border:1px solid red; */

    /* padding: 72px 12px; */

    flex-wrap: wrap;

    justify-content:center;

    background-color: #f1f1f1;





    display: flex;

}

.banner-main .banner-left{

    width: 800px;

    /* height: 100%; */

    /* padding: 130px 0px; */

    /* border:1px solid red; */

    display: flex;

    align-items: center;

    /* justify-content: center; */

}

.banner-main .banner-right{

    width: 300px;

    height: 600px;

    /* border:1px solid black; */



}

img{

    /* width: 100%; */

    height: 100%;

}

.banner-main .left-one{

    width: 81%;

    height: auto;

    /* padding-bottom: 72px; */

    /* border:1px solid red; */

    /* margin: 50px; */

   

}

.banner-main .left-one .thard{

    width: 54%;

    height: auto;

    /* border:1px solid red; */

    display: flex;

    align-items: center;

    justify-content: space-between;

    margin: 36px 22px;

}

.banner-main .left-one .thard button{

    padding: 11px 29px;

    background: #fff;

    color: #232323;

    border:none;

    font-size: 15px;

    border-radius: 3px;

    box-shadow: 0 2px 2px rgba(0, 0, 0, .3);

    text-align: center;

    font-family: 'Roboto', sans-serif;



}

.banner-main .left-one .thard .raja{

    background: #7c4dff;

    color: #fff;



}

.banner-main .banner-left .left-one .frist h1{

    padding: 20px ;

    font-size: 50px;

    line-height: 60px;

    /* margin-bottom: 24px; */

    margin-top: 0;

    font-family: 'Roboto', sans-serif;

}

 p{

    /* margin-bottom: 15px; */

    padding: 10px 19px;

    font-family: 'Roboto', sans-serif;

    font-size: 15px;

    line-height: 24px;

    /* background: #f5f5f5; */



}



