.boxEdit{
    float: left;
    width: 72%;
    height: 300px;
    background-color: rgb(175, 247, 172);
    /* margin-left: 20px;
    margin-top: 50px; */
    z-index: 5;
}

.topbox{
    float:left ;
    background-color: black;
    width: 100%;
    height: 45px;
}
.topbox h3{
    float:left ;

    color: white;
    padding-left: 20px;
    padding-top: 6px;
}
.leftbox img{
    float:left ;

    width: 360px;
    height: 255px;
}
.clear
{
    clear: both;
}
.rightrightbox{
    width: 300px;
    height: 300px;
    float: right;
    margin-right: 40px;
    overflow: hidden;
}
iframe{
    margin-left: -300px;
    transition: 1s;
}
.controlbox{
    max-width: 1240px;
    margin-left: 120px;
    margin-top: 50px;
}
.controlbox:hover iframe{
    margin-left: 0px;
}

.boxEdit a{
    text-decoration: none;
}
.right123{
    float: left;
    margin: 20px;
    max-width: 500px;
    height:225px;
    color: black;
    /* background-color: red; */
}
.h3{
float: left;
width: 80px;
height: 35px; 
background-color: green;   
display: flex;
justify-content: center;
align-items: center;
border-radius: 8px;
transition: 0.5s;
}
.h3 h5{
    color: white;
   
}
.h3:hover{
    background-color: orange;
    color: black;
}
.h3:hover h5{
    color: black;
}
.price{
    float: left;
    margin-left: 140px;
    margin-top: -10px;
}
label{
    color: white;
    font-size: 20px
}
input{
    width: 35%;
    height: 40px;
    padding-left: 20px;
}