.ast-small-footer-wrap {
    text-align: center;
    position: relative;
    bottom: 3vh;
}
@media (max-width: 769px){
	.ast-flex.main-header-container {
    min-height: 185px;
}
	.ast-site-title-wrap {
    display: none;
}
	span.site-logo-img {
    position: absolute;
    top: 45px;
}
	.ast-mobile-menu-buttons {
    position: absolute;
    right: 21px;
    top: 48px;
}
	ul#primary-menu {
    min-width: 100vw;
    right: 95px;
    top: -24px;
}
div#customized_content {
    top: 0;
    border-radius: unset;
    left: 0;
    width: 100%;
    max-height: 102%;
    overflow-y: auto;
}
	#post-8676 > div > div > div > div > div > div > div > div {
    left: 0px;
    width: 100vw;
    top: -64px;
}
/**  Contact Us page start  **/
#post-8814 > div > div > div > div > div > div > div.fl-col.fl-node-b6pr9cdq0fin > div > div > div > h1 > span {
    font-size: 42px;
    position: absolute;
    top: 0px;
	  z-index: 9
}
input[type="text"] {
    width: 90%;
}
/**  Contact Us page end**/
}

	::-webkit-scrollbar {
	    width: 1.4vw;
	    background: #642B8A;
	    border-radius: 7px; 
	}
	::-webkit-scrollbar-thumb {
	    background: #FC8235;
	    border-radius: 15px;
	    border: #642B8A solid 1px;
	}
	::-webkit-scrollbar-track {
	  box-shadow: 0 0 0 #000 inset;
	  border-radius: 7px;
	}
