
.main{
    display:flex ;
    padding: 10px;
    margin-top: 40px;
    background: #8Af9c133;

}


.main-right{
    width: 70%;
    /* height: 100em; */
    display: flex;
    flex-direction: column;
    margin: 50px 30px ;
    
    
}


.main-left {
    width: 30%;
    height: 95em;
    background: #fff;
    margin-top: 45px;
    margin-left: 20px;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    overflow: scroll;


}





.main-left .mai-l-hd{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    
}
.main-left h1{
    width: 100%;
    height: 45px;
    background: #1919da;
    padding: 5px;
    font-size: 20px;
    border-top-left-radius:10px ;
    border-top-right-radius:10px ;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 1px 10px 1px rgb(203, 204, 204);
    color: #fff;
    margin-bottom: 10px;
    

}

.main-left .mai-l-hd strong{
    width: 100%;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #1919da;
}

.main-left  strong{
    width: 100%;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #1919da;
}



.main-left hr{
    height: 1px;
    width: 80%;
    margin-bottom: 15px;
    margin-top: 15px;
    border: 1px solid #1919da ;
    
}

.main-left .left-cour{
    width: 80%;
    display: flex;
    justify-content: left;
    padding:10px ;
    box-shadow: 0px 0px 5px 0px #807f7f;
    margin: 5px 10px;

}


.main-containt-box{
    width: 100%;
    height: 350px;
    background: #fff;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    box-shadow: 0px 1px 10px 1px #807f7f;
    padding: 15px;
    margin-bottom: 10px;
}

.main-containt-box h3{
    font-size: 28px;
    color: #ff0077;
    width: 100%;
    
}

.main-containt-box p{
    font-size: 15px;
    color: #000000;
    margin-bottom: 20px;

}

.main-containt-box a{
    font-size: 15px;
    color: #000000;
    text-decoration: none;

}
.main-containt-box  .con-right strong{
    font-size: 15px;
    color: #000;
    margin-bottom: 15px;
    
}

.main-containt-box b{
    font-size: 15px;
    color: #ff0077;
    margin-top: 30px;

}

.button-box1{
    width: 100%;
    display: flex;
    justify-content: left;
    align-items: center;
}

.main-con-but1{
    height: 40px;
    width: 300px;
    border-radius: 25px;
    background: #ff0077;
    font-size: 15px ;
    color: #fff;
    font-weight: 500;
    margin-top: 25px;
}


.hero-containt{
    height: 80%;
    width: 100%;
    border-bottom: 1px solid #b1afaf;
    display: flex;
    padding: 15px;
}


.containt{
    height: 80%;
    width: 100%;
    border-bottom: 1px solid #b1afaf;
    display: flex;
    flex-direction: column;
    padding: 15px;
}

.containt h3{
    font-size: 18px ;
    color: #ff0077;
}

.containt strong{
    font-size: 13px ;
    margin-bottom: 15px;
    
}

.containt a{
    font-size: 12px ;
    margin-bottom: 15px;
    text-decoration: none;
    color: #000000;
    
}

.containt p{
    font-size: 12px ;
    
}


.containt b{
    font-size: 12px ;
    margin-bottom: 5px;
    margin-top: 15px;
}


.con-left{
    width: 30%;
    display: flex;
    flex-direction:column ;
    margin-right: 25px;
    background-image: url(/Photo/tirnga.jpg);
    background-size: cover;
    padding: 5px;

}

.con-right{
    width: 80%;
    
}


.button-box{
    display: flex;
    height: 20%;
    width: 100%;
    justify-content: right;
    padding-right: 10px;
    
}

.main-con-but{
    height: 80%;
    width: 100px;
    border-radius: 25px;
    border: 2px solid #Fff;
    background: #1919da;
    font-size: 15px ;
    font-weight: bold;
    color: #fff;
    font-weight: 500;
    margin-left: 10px;
    margin-top: 15px;
}

.main-con-but:hover{
    border: 2px solid #06d806;
    background: #ffff;
    color: #06d806;

}




.containt-box{
    margin-top: 10px;
    width: 100%;
    height: 250px;
    border-radius: 5px;
    display: flex;
}


.item-box{
    height: 92%;
    width: 50%;
    background: #fff;
    margin: 10px;
    border-radius: 5px;
    box-shadow: 0px 1px 10px 1px #807f7f;
    padding: 10px  15px;

}





 /* this code footer  */




