<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*==================================================
=            Bootstrap 3 Media Queries             =
==================================================*/
 
 
/*==========  Mobile First Method  ==========*/
 
/* Custom, iPhone Retina */
@media only screen and (min-width : 320px) {
}

/* Extra Small Devices, Phones */
@media only screen and (min-width : 480px) {
}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {
}


/*==========  Non-Mobile First Method  ==========*/
 
/* Large Devices, Wide Screens */
@media only screen and (max-width : 1199px) {

	.form-error-adjust
	{
		top: 66px !important;
	}
	.has-grup &gt; span
	{
		top: 80px !important;
	}
}

/* Medium Devices, Desktops */
@media only screen and (max-width : 991px) {
	.relate-inner
	{
		/*border: 0px !important;*/
		margin: 10px 0px;
	}
	.button-apps {
	    right: 13% !important;
	    top: 60%;
	    width: 350px;
	}
	.menuzord-brand
	{
		display: none;
	}
	.menuzord-menu.menuzord-right
	{
		display: block !important;
	}
	.menuzord-responsive .showhide
	{
		display: none !important;
	}
	.text-color-ddd
	{
		display: none;
	}
	.menuzord-menu &gt; li
	{
		width: 192px !important;
    	height: 60px;
	}
	.menuzord-responsive .menuzord-menu.scrollable &gt; .scrollable-fix
	{
		display: none !important;
	}
	.menuzord-responsive .menuzord-menu &gt; li:first-child &gt; a
	{
		border-top: none !important;
	}
	.menuzord-menu
	{
		width: 100% !important;
	}
	/*.menuzord-menu &gt; li
	{
	  width: 204px !important;
	}*/

	/*.input-group span
	{
		top: 66px !important;
	}*/

	.form-error-adjust
	{
		top: 66px !important;
	}
	body
	{
		height: 100vh;
    	background-color: #43315d;
	}

	.form-main
	{
		background-color: unset !important;
	}

	/*.has-grup &gt; span
	{
		top: 80px !important;
	}*/
}

/* Small Devices, Tablets */
@media only screen and (max-width : 767px) {
	.form-top
	{
		padding: 20px 20px 15px 20px !important;
	}
	.relate-inner
	{
		/*border: 0px !important;*/
		margin: 10px 0px;
	}
	.button-apps {
	    right: 27px !important;
	    top: 60%;
	    width: 200px;
	    height: 30px;
	}
	.menuzord-brand img
	{
		height: 35px !important;
	}
	.input-group label
	{
		font-size: 12px !important;
	}
	.select-custom
	{
		font-size: 12px !important;
	}
	.menuzord-brand
	{
		display: none;
	}
	.menuzord-menu.menuzord-right
	{
		display: block !important;
	}
	.menuzord-responsive .showhide
	{
		display: none !important;
	}
	.text-color-ddd
	{
		display: none;
	}
	.menuzord-menu &gt; li
	{
		width: 50% !important;
    	height: 50px;
	}
	.menuzord-responsive .menuzord-menu.scrollable &gt; .scrollable-fix
	{
		display: none !important;
	}
	.menuzord-responsive .menuzord-menu &gt; li:first-child &gt; a
	{
		border-top: none !important;
	}
	.bg-color-blue
	{
		background-color: #03A9F4;
	    padding: 5px 5px;
	    border-radius: 5px;
	    height: 30px;
	    width: 35px;
	}

	.whatsapp-color-blue
	{
		background-color: #25D366;
	    padding: 5px 5px;
	    border-radius: 5px;
	    height: 30px;
	    width: 35px;
	}

	.phone-bg-color
	{
		background-color: #fff;
	    padding: 5px 5px;
	    border-radius: 5px;
	    height: 30px;
	    width: 35px;
	    color: #0e0e0e !important;
	}
	.input-group &gt; label &gt; span
	{
		    position: relative !important;
		    right: unset !important;
		    top: 0px !important;
		    float: left;
	}
	header
	{
		margin-top: 20px;
		margin-bottom: 10px !important;
	}
	.menuzord-menu &gt; li &gt; a
	{
		padding: 15px 15px !important;
	}
	.menuzord-menu
	{
		width: 100% !important;
	}

	.has-grup &gt; span
	{
		top: 0px !important;
	}


}
/* Extra Small Devices, Phones */
@media only screen and (max-width : 479px) {

	.has-grup &gt; span
	{
		top: 0px !important;
	}
}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 360px) {
}

/* Custom, iPhone Retina */
@media only screen and (max-width : 319px) {
}</pre></body></html>