@media (min-width:1200px) {
    .mw-xl-50 {
        max-width: 50%;
    }
}

@media (min-width:992px) {
	.mw-lg-50 {
        max-width: 50%;
    }
}

/************************************************************************/


@media (max-width:1199.98px) {
	.slider .slide {width:290px; min-height:400px;}
}

@media (min-width:992px) and (max-width:1199.98px) {
}

@media (max-width:991.98px) {
	.logo {width:55%;}
	.cont-details {margin-top:-70px;}
	.slider .slide {width:320px; min-height:320px;}
}

@media (min-width:768px) and (max-width:991.98px) {
     .modal-dialog {
        max-width: 700px;
    }
}

@media (min-width:576px) and (max-width:767.98px) {
}

@media (min-width:480px) and (max-width:575.98px) {
}

@media (min-width:360px) and (max-width:479.98px) {
}

/*********************************************************************/

@media (min-width:768px) {	
	.row.divider > [class*='col-']:before,.row.divider > [class*='col-']:after {background:#949494; bottom:0; content:""; left:0; position:absolute; width:1px; top:0;}
	.row.divider > [class*='col-']:before {left:0;}
	.row.divider > [class*='col-']:after {right:-1px;left:auto;}
	.row.divider > [class*='col-']:first-child:before,.row.divider > [class*='col-']:last-child:after {display:none;}
}

/*********************************************************************/

@media (max-width:767.98px) {
	.slider .slide {width:240px;}
}

@media (max-width: 575.98px) {
	.logo {width:75%;}
	.cont-details {display:none !important;}
	.slider .slide {width:320px; min-height:auto;}
}

@media (max-width: 479.98px) {
}

@media (max-width: 399.98px) {
}

@media (max-width: 359.98px) {
}