

.qinbox {
    background-color: rgb(255, 255, 255);
    border: 1px #fdd209 solid;
	text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
}
.qinbox1 {
    background-color: rgb(255, 255, 255);
    border: 1px #004F95 solid;
	text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
}

div{
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
header {
    text-align: center;
}
p {
    margin: 5px 0;
}

.mainBtn:hover {
    background-color: #444444;
}
.mainBtn {
    background-color: #012B4B;
    color: white;
    display: inline-block;
    text-transform: capitalize;
    letter-spacing: 1px;
    padding: 10px 15px;
    font-weight: 600;
    font-size: 15px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.footer-link {
    font-size: 18px;
    border-bottom: none !important;
    border: 2px solid #fbba00;
    z-index: 9999;
    font-weight: bold;
    position: fixed;
    cursor: pointer;
    right: 0px;
    bottom: 0px;
    background: #ff4949;
    padding: 8px;
    border-radius: 10px 10px 0px 0px;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ae275f', endColorstr='#ae275f');
    color: white;
}