    .swiper-container {
        width: 100%;
        height: 350px;
        margin-top:-20px;
    }
	

    .banner-textheading {
	color:#FFF;font-size:40px;width:100%;display:block;text-align:left;margin-left:200px;margin-top:-50px;
	}



@media (max-width: 1375px) {
.swiper-container {
        width: 100%;
        height: 350px;
        margin-top:45px;
    }
}

	@media (max-width: 1000px) {
    .swiper-container {
        width: 100%;
        height: 350px;
        margin-top:75px;
    }
	.banner-slider {
		width:100%;
		height:100%;
	}
	}

	@media (max-width: 600px) {
    .swiper-container {
        width: 100%;
        height: 200px;
	margin-top:105px;
    }
	.banner-slider {
		width:100%;
		height:100%;
	}
	}

	@media (max-width: 400px) {
    .swiper-container {
        width: 100%;
        height: 160px;
        margin-top:105px;
    }
        .banner-slider {
                width:100%;
                height:100%;
        }
        }

	@media (max-width: 300px) {
    .swiper-container {
        width: 100%;
        height: 130px;
        margin-top:90px;
    }
	.banner-slider {
		width:100%;
		height:100%;
	}
	}
    .swiper-slide {
        text-align: center;
        font-size: 18px;
	background-color: #118eeb;
        
        /* Center slide text vertically */
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
    }


details {border: 1px solid #fcfcfc; border-radius: 2px; box-shadow: 2px 0px 2px rgba(0, 0, 0, .4); color: #03304f; margin: 0 0 .1em; padding: 1%;}
details[open] {background: #fff;}
summary {background: -webkit-linear-gradient(top, #fff 50%, #fff 50%); border-radius: 2px; cursor: pointer; font-size:14px; font-weight: bold; margin: -1%; padding: 8px; padding-left:10px; position: relative; width: 100%; color: #0e7fcd;}
summary:hover, details[open] summary { }
summary::-webkit-details-marker {display: none}
summary:before{border-radius: 2px; content: "▼"; color: #0e7fcd; display: block; float: right; font-size: 13px; margin: 0px 10px 0 10px; padding: 0; text-align: center; width: 20px;}
summary:hover:before{ }
details[open] summary:before { content:'▲'; margin-top: 0px;}
p {font-size: .8em;}

details > summary:first-of-type {
    list-style-type: none;
}
