          
 .newbranch_section {
    background-color: #F3F3F3;
    /*width: 50%;*/
    margin: auto;
    /*border-radius: 50px;*/
    padding: 20px 50px;
    /*position: absolute;*/
    /*left: 25%;*/
    /*top: 93%;*/
    /*z-index: 99;*/
}
.newbranch_container {
    padding: 10px;
    width: 50%;
    border-radius: 50px;
    background-color: #F26646;
}   .newbranch_title{
          text-align:center;
      }
.newbranch_title h5 {
    font-size: 29px;
    font-weight: 600;
    color: white;
    padding: 5px 0px;
}
         .newbranch_link{
            text-align: center;
         }
.newbranch_link a {
    background-color: rgb(255 255 255);
    color: #000000;
    font-size: 20px;
    padding: 10px 25px;
    border-radius: 25px;
    text-decoration: none;
    font-weight: 700;
}

@media(max-width:1740px){

.newbranch_title h5 {
    font-size: 27px;
}
}

@media(max-width:1540px){

.newbranch_title h5 {
    font-size: 23px;
}
}
@media(max-width:1340px){
.newbranch_container {
    width: 65%;
}
.newbranch_title h5 {
    font-size: 26px;
}
}
@media(max-width:1200px){
    .newbranch_container {
        width: 70%;
    }
    .ball {
    position: absolute;
    top: -90;
    top: -29px;
    right: 18px;
}
}
@media(max-width:1100px){
    .newbranch_container {
        width: 80%;
    }
}
@media(max-width:991px){
    .newbranch_container {
        width: 100%;
    }
}

@media(max-width:767px){
        .newbranch_container {
        width: 100%;
        padding-bottom: 25px;
        border-radius: 60px;
    }
    .newbranch_row{
        row-gap:10px;
    }
}
@media(max-width:575px){
    .newbranch_link a {
    font-size: 16px;
}
    .newbranch_container {
        width: 100%;
    }
        .newbranch_title h5 {
        font-size: 23px;
    }
        .newbranch_section {
    background-color:#0000;
    padding:10px 0px;
}
.newbranch_container {
     background-color:#0000; 
}
.newbranch_title h5 {
    color: #000000;
}
.newbranch_link a {
    background-color: #c10326;
    color: #ffffff;
}
}
@media(max-width:529px){
        .newbranch_title h5 {
        font-size: 21px;
    }
    .newbranch_section {
    padding: 20px 0px;
    }

}
@media(max-width:494px){
        .newbranch_title h5 {
        font-size: 18px;
    }
        .newbranch_link a {
        font-size: 14px;
    }
}
@media(max-width:341px){
    .newbranch_section {
        padding: 0px 0px;
    }
       .newbranch_row{
        row-gap:5px;
    }
}