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;
}
/****** banner start *******/
.read-banner{
    /* background-image: url(../images/blogsdetails-bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; */
    background-color: rgb(135, 177, 255);
    padding: 50px 0;
    position: relative;
    height: 400px;
}
.blogread-img{
    margin-top: 50px;
}
.read-banner::after{
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #0000006d;
}
.read-banner h2{
    color: #fff;
    font-size: 25px;
    position: relative;
    z-index: 1;
    font-weight: bold;
    
}
 .read-text{
  margin-top: 40px;
}
.read-banner img{
    width: 100%;
    position: relative;
    z-index: 1;
    height: 100%;
    max-height: 250px;
    object-fit: cover;
    border-radius: 20px;
    border: 1px solid rgb(194, 83, 83);
}
/****** banner start *******/

/****** box-one start *******/
 .box-one {
    margin-top: 50px;
    padding: 50px  0px 30px 0px ;
    background-color: blanchedalmond;
    border-radius: 30px;
    border-top:2px solid #c74052 ;
    border-bottom: 3px solid #026161;
}
.box-one .top-part{
    padding: 0 20px;
}
 .box-one .top-part h3{
    padding-bottom: 5px;
    font-weight: bold;
    font-size: 30px;
    color: rgb(2, 26, 92);
}
.box-one .top-part p{
    padding-bottom: 20px;
}
.box-one .top-part ul li{
    padding: 10px 0;
}
.box-one .bottom-part img{
    width: 100%;
    height: 100%;
    max-height: 200px;
    object-fit: cover;
}
/****** box-one end *******/
/****** box-two start *******/
.box-two{
    margin-top: 50px;
    background-color: rgb(1, 27, 110);
    padding: 30px;
    border-radius: 30px;
    border-top:2px solid #c74052 ;
    border-bottom: 3px solid #026161;
}
.box-two h3{
    padding-bottom: 10px;
    color: rgb(255, 255, 255);
}
.box-two p{
    font-size: 16px;
    line-height: 30px;
    color: #ffffff;
}
/****** box-two end *******/
/****** box-three start *******/
.box-three{
    margin-top: 50px;
    background-color: #cedcf6;
    padding: 30px;
    border-radius: 30px;
    border-top:2px solid #c74052 ;
    border-bottom: 3px solid #026161;
}
.box-three h3{
    padding-bottom: 5px;
    color: rgb(81, 2, 2);
}
.box-three p{
    padding-bottom: 20px;
    font-weight: 500;
}
.box-three ul li{
    padding: 10px 0;
    line-height: 30px;
}
/****** box-three end *******/
/****** box-four start *******/
.box-four {
    margin-top: 50px;
    padding: 50px  0px 30px 0px ;
    background-color: blanchedalmond;
    border-radius: 30px;
    border-top:2px solid #c74052 ;
    border-bottom: 3px solid #026161;
}
.box-four .boxfour-top{
    padding: 0 20px;
}
.box-four .boxfour-top  h3{
    padding-bottom: 5px;
    font-weight: bold;
    font-size: 30px;
    color: rgb(2, 97, 97);
}
.box-four .boxfour-top p{
    padding-bottom: 20px;
}
.box-four .boxfour-top ul li{
    padding: 10px 0;
}
.box-four .boxfour-bottom img{
    width: 100%;
    height: 100%;
    max-height: 200px;
    object-fit: cover;
}
/****** box-four end *******/
/****** box-five start *******/
.box-five{
    margin-top: 50px;
    margin-bottom: 50px;
     background-color: #cedcf6;
    padding: 30px;
    border-radius: 30px;
    border-top:2px solid #c74052 ;
    border-bottom: 3px solid #026161;
}
.box-five h3{
    padding-bottom: 5px;
    color: rgb(81, 2, 2);
}
.box-five p{
    font-weight: 500;
    padding: 10px 0;
    line-height: 30px;
}
/****** box-five end *******/