@media(min-width: 767.01px) and (max-width: 992px){

}
@media(max-width: 767px){
.thankyou_box h1{font-size: 46px;}
.checkout-selection .checkout-head{display: block; text-align: center;}
.h4_title{text-align: center;}
.selection-box{margin-bottom: 30px;}
.checkout-selection .note{
	margin-top: 30px;
    text-align: center;
}
.thank_you h5{font-size:17px;}
.footer_section p{
	margin: 20px 0 20px;
}
}
@media(min-width: 576.01px) and (max-width: 767px){

}
@media(max-width: 576px){

}