

.banner_btn_main_box_inner {
    display: flex;
    justify-content: center;
}

.btn_box {
    height: 50px;
    width: 217px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    border-radius: 100px;
    text-shadow: none !important;
    font-size: 18px;
    color: #0E3056;
    text-decoration: none;
    position: relative;
    padding-right: 10px;
	z-index:1;
	overflow:hidden;
}

.btn_box:last-child {
    width: 140px;
    margin-left: 10px;
}

.btn_box:after {
    position: absolute;
    content: "";
    height: 10px;
    width: 10px;
    background: url('data:image/svg+xml,<svg width="10" height="10" viewBox="0 0 10 10" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M8.38894 7.24976L1.13919 0L0 1.13919L7.24976 8.38894H1.13916V10H10V1.13916H8.38894V7.24976Z" fill="%230E3056"/></svg>');
    right: 27px;
}

.btn_box:before {
    position: absolute;
    content: "";
    height: 100%;
    width: 0;
    background: #0e3056;
    z-index: -1;
    left: 0;
    transition: 0.6s !important;
}

.btn_box:hover:before {
    width: 100%;
}

.btn_box:hover {
    color: #fff;
	border: 1px solid;
}

.btn_box:hover:after {
}

@media all and (min-width: 320px) and (max-width: 767px) {
    .btn_box {
   height: 37px;
        width: 160px;
        font-size: 15px;
	}
	.btn_box:after {
    height: 8px;
    width: 8px;
    right: 12px;
    background-size: 100% 100%;
}
/* .banner_btn_main_box_inner {
    flex-wrap: wrap;
} */
	.btn_box:last-child {
    width: 120px;
    margin-left: 10px;
/*     margin-top: 10px; */
}
}
@media all and (min-width: 768px) and (max-width: 980px) {
 .btn_box {
   height: 37px;
        width: 170px;
        font-size: 15px;
        padding-right: 19px;

	}
}
@media only screen and (min-width: 981px) and (max-width: 1024px) {
   .btn_box {
     height: 43px;
     width: 190px;    
	  font-size: 16px;
	}
}
@media all and (min-width: 1025px) and (max-width: 1140px) {
    .btn_box {
     height: 43px;
     width: 190px;    
	  font-size: 16px;
	}
	
}
@media all and (min-width: 1141px) and (max-width: 1280px) {
  .btn_box {
     height: 43px;
     width: 190px;    
	  font-size: 16px;
	}
	
}
@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) {

}
