.banner{
	background-image: url('../create_channel/createpage/uploads/Untitled design (7).png');
    background-size: cover;
    padding-top: 80px;
    padding-bottom: 80px;
}
.banner h1{
	margin: 0;
    text-align: center;
    color: #fff;
    font-weight: 600;
    margin-bottom: 18px;
}
.banner h3{
	margin: 0;
    color: #fff;
    text-align: center;
    line-height: 1.4;
}
.banner button{
	padding: 7px 20px;
    background: #ecb91d;
    border-radius: 2px;
    font-size: 18px;
    letter-spacing: 1px;
    color: #000000;
    font-weight: 600;
    outline: none;
    margin-top: 28px;
    border: none;
    line-height: 1.4;
}
.milestone-box{
	margin-top: 30px;
	margin-bottom: 30px;
    background: #fff;
    padding: 20px;
    border-left: 5px solid #c69738;
    box-shadow: 0 3px 6px rgb(0 0 0 / 16%), 0 3px 6px rgb(0 0 0 / 23%);
}
.milestone-box ul{
	list-style: none;
    padding: 0;
    margin: 0;
}
.milestone-box ul li{
	font-size: 14px;
    display: inline-block;
    width: 32%;
    margin-bottom: 25px;
    background: #f1f1f1c2;
    padding: 8px 15px;
    /* border: 1px solid #000; */
    border-radius: 4px;
    margin-right: 8px;
    cursor: pointer;
}
.milestone-box ul li i{
	color: #3452a4;
    font-size: 15px;
    margin-right: 5px;
}
.milestone-box ul li img{
	max-width: 20px;
    float: right;
}
.milestone-box ul li span{
	font-weight: 600;
    float: right;
    margin-right: 8px;
    color: #000000;
    font-size: 12px;
    padding-top: 2px;
}
.dropdown button{
	background: #1e3f9a !important;
    border-color: #1e3f9a !important;
    border-radius: 3px;
    font-size: 15px;
    outline: none !important;
    color: #fff !important;
}
.dropdown ul{
	border: 1px solid #EAF1F5;
    box-shadow: 0px 4px 10px rgb(0 77 255 / 4%);
    border-radius: 16px 6px;
    padding: 15px 5px;
}
.dropdown ul li a{
	font-size: 15px;
}
.dropdown p{
	font-size: 18px;
    border-bottom: 3px solid #ff7555;
    display: inline-block;
    padding-bottom: 4px;
    color: #515153;
    font-weight: 600;
    cursor: pointer;
}

._flex{
    display: flex;
    justify-content:
    center;align-items: center;
}
._flex .col-md-3:last-child{
    text-align: center;
    margin-top: 16px;
}

@media only screen and (max-width: 600px) {
    ._flex{
        display: block;
    }
    .login-box {
        height: 300px !important;
        width: 100% !important;
        margin: 100px auto !important;
        background: #fff !important;
        border-radius: 20px !important;
    }
    iframe{
        position: absolute;
        top: 20px;
        left: 0;
        bottom: 0;
        right: 0;
        width: 100%;
        height: 100%;
    }
}