﻿html {background: #fff;}
.top-part {
    padding-top: 0px;
    padding-bottom: 20px;
    outline: none;
    background-color: rgb(136, 136, 136);
}
.top-part-inner {
    padding-top: 20px;
    padding-bottom: 20px;
    margin: 0px;
    outline: none;
}
.top-part h1 {
    text-align: center; 
    font-size: 30px; 
    color: rgb(255, 255, 255);
}
.top-part h1 b {
    background: rgb(47, 158, 233);
    border-radius: 5px;
}
.top-part h2 {
    text-align: center; 
    font-size: 20px; 
    color: rgb(255, 255, 255);
}
.ins-quote-box {
    margin-top: 30px; 
    outline: none;
}
.top-part .ins-quote-box-text {
    text-align: center; 
    font-size: 20px; 
    color: rgb(0, 0, 0);
}
.get-quote-box {
    margin-top: 35px; 
    outline: none; 
    cursor: pointer;
}
.ques-box {
    padding-top: 10px; 
    padding-bottom: 95px; 
    outline: none; 
    background-color: rgb(255, 255, 255);
}
.ques-text {
    text-align: center;
    color: rgb(32, 22, 82);
}
.btn-wrapper {
    padding-top: 10px;
    padding-bottom: 20px;
    margin: 0px;
    outline: none;
}
.btn-box {padding: 0 10px;}
.blue-btn {
    color: rgb(255, 255, 255);
    background: rgb(47, 158, 233);
    font-size: 34px;
}
.blue-btn:hover {
    color: #fff;
    background: #46abf0;
}
.footer {
    padding-top: 0px; 
    padding-bottom: 20px; 
    outline: none; 
    background-color: rgb(215, 215, 215); 
    margin-top: 50px;
}
.footer-inner {
    padding-top: 20px;
    padding-bottom: 20px;
    margin: 0px;
    outline: none;
}
.footer-text {
    text-align: center; 
    color: rgba(47, 47, 47, 0.37); 
    font-size: 12px;
}
.footer-text a {
    color: rgba(47, 47, 47, 0.37);
}
#state1 {
    background: rgb(47, 158, 233);
    border-radius: 5px;
    color: white;
    padding-left: 5px;
    padding-right: 5px;
}