.btn_link {
    width: 190px;
    height: 50px;
    color: #ffffff;
    font-size: 18px;
    border: 2px solid #ed1a3c !important;
    display: flex;
    background: #ed1a3c;
    cursor: pointer !important;
    text-shadow: none;
    text-align: center;
    margin: auto;
    text-transform: capitalize;
    transition: 0.2s;
    justify-content: center;
    align-items: center;
    display: flex;
    flex-wrap: nowrap;
    border-radius: 100px;
}
.contact_detail.color1 {
    color: #fff !important;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 600;
    padding-left: 10px;
}
.btn_inner_block{
    border: 1px solid rgb(119, 192, 67);
    background-color: rgb(250, 250, 250);
    width: fit-content;
    padding: 6px;
    margin: auto;
    border-radius: 100px;
}
.btn_link:hover{
    background: #fff;
    transition: 0.5s;
}
.btn_link:hover .contact_detail.color1{
    color: #ed1a3c !important;
    transition: 0.5s;
}
.btn_link:hover i.fa.fa-arrow-down {
    color: #ed1a3c;
    transition: 0.5s;
}





@media all and (min-width: 320px) and (max-width: 767px) {
    i.fa.fa-arrow-down {
        font-size: 11px;
    }
    .contact_detail.color1{
        font-size: 12px;
        padding-left: 7px;
    }
    .btn_link {
        width: 135px;
        height: 32px;
        font-size: 14px;
    }
    .btn_inner_block{
        padding: 4px;
    }
}



@media all and (min-width: 481px) and (max-width: 767px) {

 

}



@media all and (min-width: 768px) and (max-width: 980px) {



}



@media only screen and (min-width: 981px) and (max-width: 1024px) {



}



@media all and (min-width: 1025px) and (max-width: 1140px) {



}



@media all and (min-width: 1141px) and (max-width: 1280px) {

  

}



@media all and (min-width: 1281px) and (max-width: 1440px) {



}



@media all and (min-width: 1441px) and (max-width: 1680px) {



  

}



@media all and (min-width: 1681px) and (max-width: 1880px) {



}





