/**
* Theme Name: Doctery Child
* Description: This is a child theme of Doctery.
* Author: <a href="http://themesion.com/">Themesion</a>
* Template: doctery
* Version: 1.0
*/

.scroll-to-top, .sc-7dvmpp-1 {
	display: none!important;
}

.menu .menu-item-844 button:hover {
	background-color: #202426!important;
}

.wpb-pcf-btn-default:focus {
	background-color: #1bbde4!important;
}

@media (max-width: 1199px) {
    .menu .menu-item-844 button:hover {
		background-color:#1bbde4!important;
	}
	.swal2-popup {
		width: 60%!important;
	}
}

@media (max-width: 991px) {
    .swal2-popup {
		width: 65%!important;
	}
}

@media (max-width: 575px) {
    .swal2-popup {
		width: 70%!important;
	}
}
@media (max-width: 520px) {
    .swal2-popup {
		width: 75%!important;
	}
}
@media (max-width: 480px) {
    .swal2-popup {
		width: 80%!important;
	}
}
@media (max-width: 420px) {
    .swal2-popup {
		width: 90%!important;
	}
}

/* header main logo */
@media (max-width: 475px) {
    .site-title .thsn-main-logo {
		max-width: 87%;
	}
}

@media (max-width: 410px) {
    .site-title .thsn-main-logo {
		max-width: 80%;
	}
}

