.page_name{
    width: 93%;
    height: 28px;
    background-color: #e9ecef;
    text-align: left;
    padding-left: 20px;
    margin-left: 20px;
    margin-top: 10px;
    padding-top: 8px;
    border-radius: 10px;
}
.page_name a{
    color: #007bff;
}
.title_contenct{
    background-color: #8bc34a;
    color: white;
    font-size: 50px;
    font-weight: bold;
    text-align: center;
    width: 70%;
    margin-left: 14%;
    padding: 20px;
    margin-top: 10px
}
.main_contact{
    background-color: cornflowerblue;
    width: 95%;
    margin-left:20px;
    margin-top: 15px;
    text-align: center;
}
.main_left{
    float: left;
    background-color: #cddc39;
    width: 49%;
    height: 140px;
    padding-top: 110px;
    border: 3px dotted #fff79c;
    font-size: 22px;
    font-weight: bold;
    color: black;
    margin-bottom: 10px;
}
.main_right{
    float: right;
    background-color: #ff9800;
    width: 49%;
    height: 140px;
    padding-top:110px;
    border: 3px dotted #fff79c;
    font-size: 22px;
    font-weight: bold;
    color: black;
    margin-bottom: 10px;

}
.main_left:hover{
    background-color: #00bcd4; 
    color: white;
}
.main_right:hover{
    background-color: #00bcd4; 
    color: white;
}



.main_left_2{
    float: left;
    background-color: #cddc39;
    width: 49%;
    height: 70px;
    padding-top: 20px;
    padding-bottom: 20px;
    border: 3px dotted #fff79c;
    font-size: 22px;
    font-weight: bold;
    color: black;
    margin-bottom: 10px;
}
.main_right_2{
    float: right;
    background-color: #ff9800;
    width: 49%;
    height: 70px;
    padding-top:20px;
    padding-bottom: 20px;
    border: 3px dotted #fff79c;
    font-size: 22px;
    font-weight: bold;
    color: black;
    margin-bottom: 10px;
}

.main_left_2 p{
    color:red;
    font-weight: bold;
    font-size: 30px;
    margin:0px;
    padding:0px;
}
.main_right_2 p{
    color:red;
    font-weight: bold;
    font-size: 30px;
    margin:0px;
    padding:0px;
}

.main_left_2:hover{
    background-color: #00bcd4; 
    color: white;
}
.main_right_2:hover{
    background-color: #00bcd4; 
    color: white;
}
