/*--------------------------------------------------------------
15. Media queries
--------------------------------------------------------------*/
@media only screen and (min-device-width: 1400px) and (max-device-width: 1600px){ 
   

}
@media only screen and (min-width : 1600px) {

}
@media only screen and (min-width: 1200px) {


}
@media only screen and (max-width: 1400px) {
	body{
		font-size: 16px;
	}
	.sec-pad{
    	padding: 80px 0;
	}
	.title {
    	font-size: 60px;
    }
	.ft-30{
	    font-size: 30px;
	}
	.ft-25{
	    font-size: 25px;
	}
	.ft-20{
	    font-size: 22px;
	}
	.ft-18{
	    font-size: 18px!important;
	}
	.ft-16{
	    font-size: 14px!important;
	}
    .form-control{
    	padding: 12px 25px;
	}
	.theme-blue-btn{
    	padding: 12px 25px;
	    min-width: 150px;
	}
	.radio-select-box {
    	padding: 30px 30px;
	}
	.step-progress li span.step-text {
	    padding: 12px 25px;
	    min-width: 150px;
	}
	.step-progress li:after {
    	top: 22px;
	}
	.plan-total-box {
    	padding: 20px 30px;
	}

}
@media only screen and (max-width: 1200px) {
	.title {
    	font-size: 50px;
    }
    .round-input-btn-box {
    	width: 90%;
    	height: 55px;
    }
    .ft-30{
	    font-size: 25px;
	}
	.radio-select-box {
    	padding: 25px;
	}
	.white-plan-box .ft-30 {
	    font-size: 30px!important;
	}
	.white-plan-box .ft-20 {
    	font-size: 25px;
	}
	.white-plan-box .ft-18 {
    	font-size: 20px!important;
	}
}

@media only screen and (max-width: 991px) {
	.sec-pad {
    	padding: 60px 0;
	}
 	.title {
    	font-size: 40px;
	}
	.step-progress li {
    	padding-right: 20px;
	}
	.step-progress li:last-child {
		padding-right: 0px;
	}
	.step-progress li span.step-text {
    	min-width: initial;
	}
	.white-plan-box.plan-active-box {
    	transform: translateY(0px);
	}
	.theme-blue-btn{
        min-width: initial;
	}
	.footer-logo{
		max-width: 250px;
	}
}
@media only screen and (max-width: 768px) {
 

}
@media (min-width: 992px){

}

@media only screen and (max-width: 768px) {
	.sec-pad {
    	padding: 40px 0 130px 0;
	}
	.have-questions {
		max-width: 260px;
	}
	.plan-total-box {
    	padding: 15px;
	}
	.round-input-btn-box {
		display: block;
	    height: auto;
	    border-radius: 20px;
	}
	.title {
    	font-size: 35px;
    }
	.ft-30{
	    font-size: 23px;
	}
	.ft-25{
	    font-size: 20px;
	}
	.ft-20{
	    font-size: 18px;
	}
	.ft-18 {
    	font-size: 17px!important;
	}
	.radio-select-box {
    	padding: 20px 16px;
	}
	.bill-center-border {
    	margin: 0px 8px;
    }
    .start-input-icon-div.w-50{
    	width: 100%!important;
    }
    .border-right{
    	border-right: none;
    	border-bottom: 1px solid #B4B4B4;
    }
    .round-input-btn-box .btn {
    	height: auto;
    	width: 100%;
	}
	.round-input-btn-box .form-control {
    	padding: 13px 20px;
	}
	.start-input-icon {
    	bottom: 13px;
	}
	.step-progress {
    	margin-bottom: 2.5rem;
	}
}
@media only screen and (max-width: 640px) {
  

}
    

@media only screen and (max-width: 590px) {

}
@media (min-width: 576px){

}

@media only screen and (max-width: 480px) {
  
}
@media only screen and (max-width: 400px) {

}
@media screen and (max-width: 375px){
	.start-input-icon {
    	bottom: 65px;
	}
}
@media screen and (max-width: 321px){

}







