body {
    margin: 0;
    padding: 0;
    line-height: 20px;
    font-size: 16px;
    font-family: "Poppins", sans-serif;
    box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul {
    padding: 0;
    margin: 0;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
}

.clear {
    clear: both;
}
.research-disclaimer {
    background-color: #ffffff;
    padding: 50px 0 50px 0;
}

.research-disclaimer h2 {
    text-align: center;
    margin-bottom: 20px;
    text-transform: capitalize;
    font-size: 34px;
    font-weight: 600;
    color: #596b2e;
}

.research-disclaimer p {
    font-weight: 600;
    margin-bottom: 10px;
}

.disclaimer-block {
    background-color: #e6e6c5;
    padding: 10px 15px;
	font-weight: 600;
    margin-bottom: 20px;
}

.disclaimer-block h5 {
    margin-bottom: 20px;
    font-weight: 600;
}

.insector-list li{
	color: #000;
    font-size: 15px;
    padding: 10px 0;
}

.insector-list i{
    margin-right: 10px;
	color: #7a9e38;
}
.dis-textbold{
    color:#596b2e !important;
     font-size:18px !important;
}
/* ************ privacy policy ends ********************** */

