*{
    margin: 0;
    padding: 0;
}
body{
    background-color: rgba(192, 192, 192, 0.267);
}
ul{
    list-style: none;
}
a{
    text-decoration: none;
}
.i-head{
    width: 80%;
    display: flex;
}
.i-main{
    display: flex;
}
.i-sidebar{
    width: 20%;
    margin-top: -8%;
    background-color: white;
}
.i-page{
    width: 70%;
}
.i-floatpage{
    width: 30%;
    float: right;
}
.i-h-h1{
    color: black;
    font-family: Arial;
    margin-top: 5%;
    padding-left: 250px;
}
.i-h-searchbar{
    margin-top: 2%;
    margin-left: 140px;
    display: flex;
}
.i-h-s-searchbar{
    height: 30px;
    width: 250px;
    border-left: none;
}
.i-h-searchbtn{
    height: 30px;
    background-color: white;
    border-right: none;
}
.i-sb-header{
    display: flex;
    margin-left: 10%;
    margin-bottom: 15%;
    margin-top: 10%;
}
.i-sb-h3{
    color: green;
    margin-top: 2.5%;
    margin-left: 15%;
}
.i-sb-links{
    margin-left: 5%;
}
.i-sb-link-tab{
    margin-bottom: 10%;
}
.i-sb-lh3{
    margin-bottom: 3%;
}
.i-sb-txt{
     margin-bottom : -10px;
}
.i-sb-square{
    background-color: rgb(125, 230, 151);
    width: 80%;
    height: 250px;
    margin: 5%;
    margin-top: 30px;
}
.i-sb-circle{
    background-color: white;
    width: 70px;
    border-radius: 70px;
    height: 70px;
    margin-left: 35%;
    margin-top: -30px;
    display: inline-block;
}
.i-sb-circle1{
    background-color: white;
    width: 70px;
    border-radius: 70px;
    height: 70px;
    margin-top: 20%;
    margin-left: -5%;
    display: inline-block;
}
.i-sb-circle2{
    background-color: white;
    width: 70px;
    border-radius: 70px;
    height: 70px;
    margin-left: 60%;
    margin-top: 33px;
    display: inline-block;
}
.i-p-head{
    background-image: url("../../images/image1.jpg");
    height: 250px;
    width: 700px;
    border-radius: 20px;
    margin-top: 30px;
    margin-left: 4.5%;
}
.i-p-h-h1{
    color: green;
    margin-left: 5%;
    padding-top: 4%;
}
.i-p-h-p{
    color: white;
    margin-left: 5%;
    margin-top: 5px;
}
.i-p-hbtn{
    margin-left: 4.5%;
    margin-top: 5%;
}
.i-p-h-btn{
    padding: 15px;
    margin: 5px;
    border-radius: 5px;
    border-color: transparent;
}
.i-p-h-btn1{
    padding: 15px;
    margin: 5px;
    background-color: transparent;
    border-color: white;
    border-radius: 5px;
}
.i-p-h1{
    color: green;
    margin-left: 5%;
    margin-top: 5%;
}
.i-p-h3{
    color: green;
    float: right;
    margin-top: -2%;
    margin-right: 50px;
}
.i-p-card img{
    width: 150px;
    height: 200px;
    border-radius: 5px;
}
.i-p-card{
    margin: 50px;
    margin-bottom: 0px;
    float: left;
    position: relative;
}
.i-p-c-h3{
    background-color: white;
    padding: 15px;
    width: 120px;
    margin-top:-50px;
    text-align: center;
    position: relative;
    border-radius: 0px 0px 5px 5px;
}
.i-p-comment{
    width: 40%;
    height: 100px;
    margin-left: 5%;
    margin-top: 35%;
}
.i-p-h4{
    float: left;
    color: green;
    margin-left: 5%;
}
.i-p-h6{
    float: right;
    color: green;
    margin-right: 5%;
}
.i-cbox{
    display: flex;
    background-color: white;
    margin-top: 50px;
    width: 89%;
    padding: 20px;
    border-radius: 5px;
}
.i-p-comment2{
    width: 40%;
    height: 100px;
    margin-right: 10%;
    margin-top: -100px;
    float: right;
}
.i-cbox2{
    display: flex;
    background-color: white;
    width: 89%;
    padding: 20px;
    border-radius: 5px;
}
.i-h-icons{
    margin-top: -26%;
    margin-left: 0%;
}
.i-f-bg{
    background-image: url("../../images/bg2.JPG");
    height: 33%;
    background-repeat: no-repeat;
    margin-top: 25%;
    margin-right: 10%;
    border-radius: 5px;
}
.i-f-bg h2{
    color: yellowgreen;
    padding-top: 10%;
    padding-left: 10%;
}
.if-opt{
    margin-top: 18%;
    display: flex;
}
.if-opt h4{
    margin-left: 35%;
}
.if-opt1{
    
}