/*Extra small devices (portrait phones, less than 320px)*/
@media  (max-width: 320px){
	
	
	
	
	
}
/*Extra small devices (portrait phones, less than 360px)*/
@media  (max-width: 360px){
	
	
	
	
	
	
	
	
}
/*Extra small devices (portrait phones, less than 375px)*/
@media  (max-width: 375px){
	
	
	
	
	
	
}
/*Extra small devices (portrait phones, less than 414px)*/
@media  (max-width: 414px){
	
	
	
	
	
	
	
}
 /*Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) {
.container {
    max-width: 100%;
}
.banner .banner_text h1 {
    font-size: 32px;
    line-height: 35px;
}
.br{
	display: none;
}	
.ecstasy h1 {
    margin-bottom: 5px;
    font-size: 28px;
    line-height: 34px;
}
.ecstasy h4 {
    padding-bottom: 30px;
    font-size: 18px;
}	
footer .footer_link a {
    display: block;
    margin: 0;
    margin-bottom: 5px;
}
.common_link {
    padding: 12px 30px;
    font-size: 15px;
}







}

/*// Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) and (max-width: 767.98px) {
.container {
    max-width: 540px;
}
.banner .banner_text h1 {
    font-size: 32px;
}
.br{
	display: none;
}	
.ecstasy h1 {
    margin-bottom: 5px;
    font-size: 32px;
    line-height: 40px;
}
.ecstasy h4 {
    padding-bottom: 30px;
    font-size: 20px;
}	
	
	
	
}

/*// Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) and (max-width: 991.98px) {
.container, .container-md, .container-sm {
    max-width: 720px;
}
	
	
	
	
	
}

/*// Large devices (desktops, 992px and up)*/
@media (min-width: 992px) and (max-width: 1199.98px) {
.container {
    max-width: 960px;
} 
	
	
	
	
}

/*// Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) and (max-width: 1349.98px) {
.container {
    max-width: 1140px;
}
	
	
	
	
}



/*// Extra large devices (large desktops, 1440px and up)*/
@media (min-width: 1440px) and (max-width: 1699.98px){
	.container {
    max-width: 1210px;
}



}





/*// Extra large devices (large desktops, 1440px and up)*/
@media (min-width: 1700px) and (max-width: 2099.98px){
.container {
    max-width: 1210px;
}
	
	
	
	
	
}



/*// Extra large devices (large desktops, 1440px and up)*/
@media (min-width: 2100px){
.container {
    max-width: 1210px;
}
	
	
}












