.common_page_above_footer .jarallax {
   
    position: relative;
    width: 100%;
    min-height:65vh;
    background-color: #292929;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: -5px;
    margin-top: -5px;
}
.common_page_above_footer .jarallax > .jarallax-img {
    position: absolute;
    object-fit: cover;
    top: 0;
    left: 0;
}

.common_page_above_footer .jarallax a{

    border: 2.5px solid #fff;
    padding: 1.2% 7%;
    color: #fff;
    font-size: 35px;
    text-decoration: none;
    font-weight: 600;
}
.common_page_above_footer .jarallax a:hover{

    border: 2.5px solid transparent;
    background-color: #fff;
    color: #292929;
    transition: .3s;
    text-decoration: none;
}
/* .common_page_above_footer  {
   
    position: relative;
    width: 100%;
    min-height:65vh;
    background-color: #292929;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: -5px;
    margin-top: -5px;
}
.common_page_above_footer a{

    border: 2.5px solid #fff;
    padding: 1.2% 7%;
    color: #fff;
    font-size: 35px;
    text-decoration: none;
    font-weight: 600;
    z-index: 10;
}
.common_page_above_footer a:hover{

    border: 2.5px solid transparent;
    background-color: #fff;
    color: #292929;
    transition: .3s;
    text-decoration: none;
} */

@media (max-width:480px)  {
    
    .common_page_above_footer .jarallax
    {   
        min-height: 45vh;
    }
    .common_page_above_footer .jarallax a{
    
        font-size: 16.5px;
        padding: 2.3% 13%;
    }
}

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

    .common_page_above_footer .jarallax
    {   
        min-height: 48vh;
    }
	.common_page_above_footer .jarallax a{
    
        font-size: 18px;
        padding: 2.3% 13%;
    }
}
 
@media (min-width: 768px) and (max-width:991px){

    .common_page_above_footer .jarallax
    {   
        min-height: 50vh;
    }
    .common_page_above_footer .jarallax a{
    
        font-size: 20px;
    }
}

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

    .common_page_above_footer .jarallax
    {   
        min-height: 52vh;
    }
    .common_page_above_footer .jarallax a{
    
        font-size: 24px;
    }
}

@media (min-width:1282px) and (max-width:1481px){

    .common_page_above_footer .jarallax
    {   
        min-height: 55vh;
    }
    .common_page_above_footer .jarallax a{
    
        font-size: 27px;
    }
}

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

    .common_page_above_footer .jarallax a{
    
        font-size: 29px;
    }
}

@media (min-width:1681px) and (max-width:1799px){
    
    .common_page_above_footer .jarallax a{
    
        font-size: 32px;
    }
}
