@import url('https://fonts.googleapis.com/css2?family=Khand:wght@300;400;500;600;700&display=swap');
body{
    margin: 0px;
    padding: 0px;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    background:#fff;
}
#header {
    background: #1d1d1d;
    top: 0;
    z-index: 9999;
    width: 100%;
    padding: 12px 0px;
}
#header .getintouch {
    width: 133px;
    height: 40px;
    border-radius: 3px;
    border: solid 1px #fdcf2d;
    background-color: rgba(253, 207, 45, 0.33);
    font-size: 22px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.85;
    letter-spacing: normal;
    text-align: left;
    color: #ffffff;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
	 font-family: 'Khand', sans-serif;
	display: block;
    float: right;
}

.cop-bg {
    width: 100%;
    background: #1d1d1d;
    min-height: 44px;
    border-top: 1px solid #fff;
}
.cop-bg p {
    text-align: center;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    line-height: 3;
    letter-spacing: normal;
    color: #ffffff;
    margin: 0px;
	font-family: 'Khand', sans-serif;
}