header{z-index: 99;position: relative;}
body{
     counter-reset: my-sec-counter;
}
.alwrap {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #262E5C;
    color: #fff;
    top: 0;
    left: 0;
    padding-top: 100px;
    z-index: 99;
}
.alwrap span.bigh1{
    font-size: 48px;
    font-weight: 700;
    color: #fff;
    margin: 0 0 30px 0;
    display: inline-block;
    z-index: 1;
    width: 100%;
    position: relative;
}
.alwrap p {
    font-size: 31px;
    color: #fff;
    padding-left: 60px;
    line-height: 49px;
    position: relative;
    font-weight: 300;
}
.alwrap p::before {
    counter-increment: my-sec-counter;
    content: counter(my-sec-counter);
    position: absolute;
    left: 0;
    color: #262E5C;
    background: #8096DC;
    width: 40px;
    height: 40px;
    text-align: center;
    border-radius: 100%;
    font-size: 15px;
    line-height: 40px;
    font-weight: bold;
}
.bmlink {
    background: #8096DC26;
    max-width: 740px;
    padding: 30px 40px;
    display: inline-block;
    margin-top: 20px;
    width: 100%;
}
.bmlink > div {
    display: inline-block;
    vertical-align: middle;
}
.bmlink > div.thumbm {
    width: 131px;
    opacity: 0.7;
}
.bmlink > div.txbm {
    width: 70%;
    font-weight: 400;
    font-size: 20px;
}
.bmlink > div.txbm a {
    text-decoration: underline;
    color: #fff;
    font-weight: 600;
}
.closeAl {
    font-weight: 300;
    font-size: 50px;
    font-family: inherit;
    float: right;
    cursor: pointer;
}
.list-top {
    text-align: right;
    display: block;
    background: #f9f9fa;
    }
.list-top .list-item {
    display: inline-block;
    background-color: transparent;
    color: rgba(0, 0, 0, 0.45);
    transition: all ease-in-out 0.3s;
    font-size: 12px;
    font-weight: 600;
    padding: 10px;
    font-family: "MessinaSansWeb", helvetica, "helvetica-neue", arial, sans-serif;
    }
    .list-top .list-item:hover {
    color: rgba(0, 0, 0, 0.75);
    }
    body .navbar .navbar-nav > li.btn-inside > a::after{
        display: none;
    }
    body .navbar .navbar-nav > li.btn-inside > a{
        margin-left: 10px;
        font-size: 14px;
        padding:10px 15px !important;
        text-transform: none;
    }
    body .navbar .navbar-nav > li.btn-inside.solid > a{
        background: #4e60f9;
        color: #fff;
    }
@media only screen and (max-width: 1600px) {
  .alwrap  .container-md{
    	transform: scale(0.7);
	}
}

@media only screen and (max-width: 1366px) {
  .alwrap  .container-md{
    	transform: scale(0.6);
	}
}

@media only screen and (max-width: 960px) {
  .alwrap  .container-md{
    	transform: scale(0.5);
	}
    body  .list-top {
        display: none;
    }
}

@media only screen and (max-width:767px) {
  .alwrap  .container-md{
    	transform: scale(1);
	}
	.alwrap p {
	    font-size: 16px;
	    color: #fff;
	    line-height: 32px;
	}
	.alwrap p::before {
	  	width: 30px;
	    height: 30px;
	    font-size: 10px;
	    line-height: 30px;
	}

	.alwrap span.bigh1{
	    font-size: 20px;
	}
	.bmlink {
	    padding: 15px 40px;
	}
	.bmlink > div.txbm {
	    font-size: 16px;
	}
}
@media only screen and (max-width:600px) {
	.alwrap{
		display: none !important;
	}
}