.green_btn_header{
	height: 43px;
    font-size: 18px;
    line-height: 22px;
    padding: 0 12px;
    background: #60bc71;
    color: #fff!important;
    border-radius: 6px;
    border: 2px solid transparent;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    -webkit-transition: all .3s;
   	display: inline-flex;
    align-items: center;
    cursor: pointer;
}
.devp{
	font-size: 24px!important;
    font-weight: 600;
}
.hidden-xs-link{
	display: none;
}
@media (max-width: 1440px){
	
	.custom_font_size{
        font-size: 17px !important;
        margin: 0 0 0px !important;
	}
	
}
@media (max-width: 767px){
	.hidden-xs{
        display: none;
    }
    .green_btn_header{
    	margin-right:23px;
    }
    .green_btn_header{
    	display: inline-flex;
    	align-items: center;
    	cursor: pointer;
		height: 31px;
	    font-size: 12px;
	    line-height: 16px;
	    padding: 0 10px;
	    background: #60bc71;
    	color: #fff!important;
    	border-radius: 6px;
	    border: 2px solid transparent;
	    -o-transition: all .3s;
	    -ms-transition: all .3s;
	    -webkit-transition: all .3s;

	}
	.hidden-xs-link{
		display: block;
	}
}

@/*media  screen and (max-width: 1920px) {
    .green_btn_header{
        height: 60px;
        font-size: 22px;
        line-height: 22px;
        padding: 0 12px;
        background: #60bc71;
        color: #fff!important;
        border-radius: 6px;
        border: 2px solid transparent;
        -o-transition: all .3s;
        -ms-transition: all .3s;
        -webkit-transition: all .3s;
        display: inline-flex;
        align-items: center;
        cursor: pointer;
    }
}

@media  screen and (max-width: 1280px) {
    .green_btn_header{
        height: 60px;
        font-size: 22px;
        line-height: 22px;
        padding: 0 12px;
        background: #60bc71;
        color: #fff!important;
        border-radius: 6px;
        border: 2px solid transparent;
        -o-transition: all .3s;
        -ms-transition: all .3s;
        -webkit-transition: all .3s;
        display: inline-flex;
        align-items: center;
        cursor: pointer;
    }
}*/