.recommended p{
    position: relative;
    padding-left: 62px;
    min-height: 35px;
    font-size: 18px;
}
.recommended span.icon {
    width: 40px;
    height: 40px;
    background: #0000b4;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 100%;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}
.recommended span.text {
    display: block;
    padding-bottom: 6px;
    float: left;
    width: 100%;
    margin: 4px 0 0 0;
}
span.package_title {
    display: inline;
    bottom: 0;
    position: absolute;
    font-size: 18px;
    font-weight: 400;
}

@media(max-width:720px) {
    span.package_title {
        font-size: 16px;
        font-weight: 300;
    }    
}

@media(max-width:768px) {
    .customRadio {
	    min-width: 100% !important;
/*	    height: 90px !important;*/
	}    
}

.customRadio.selected label {
    background-color: #0000b4;
    text-align: center;
    color: white;
}
.customRadio label {
    background-color: #fafafa;
    padding: 28px 20px;
    width:100%;
    /*height:100%;*/
    border: 1px solid #ececec;
    text-align:center;
    vertical-align: middle;
}
.customRadio:hover label {
    background-color: #0000b4;
    color: white;
    opacity:0.9;
}
.customRadio label:before {
    content:none;
}
	
.customRadio {
    min-width: 130px;
    /* height:120px; */
    text-align:center;
}

.customRadio .desc {
    padding-top: 20px;
    margin-bottom: 0;
    opacity:0.8;
}
.customRadio .title {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
}
.heading {
    text-align:center;
    margin-top: 0;
}
.flex_container {
	display:flex;
}
#st_4 .customRadio {
    display:flex;
    /* margin-left:5px; */
}
#st_4 .customRadio:first-child {
    margin-left:0px;
}

/* Progress Tracker v2 */
ol.my-progress[data-steps="2"] li { width: 49%; }
ol.my-progress[data-steps="3"] li { width: 33%; }
ol.my-progress[data-steps="4"] li { width: 24%; }
ol.my-progress[data-steps="5"] li { width: 19%; }
ol.my-progress[data-steps="6"] li { width: 16%; }
ol.my-progress[data-steps="7"] li { width: 14%; }
ol.my-progress[data-steps="8"] li { width: 12%; }
ol.my-progress[data-steps="9"] li { width: 11%; }

.my-progress {
    width: 350px;
    list-style: none;
    list-style-image: none;
    margin: 0px auto;
    padding: 0px;
}

.my-progress li {
    float: left;
    text-align: center;
    position: relative;
    z-index: 100;
}

.my-progress .step {
    color: white;
    font-weight:bold;
    border: 3px solid #8eb4e3;
    background-color: #8eb4e3;
    border-radius: 50%;
    line-height: 1.2;
    width: 1.2em;
    height: 1.2em;
    display: inline-block;
    z-index: 0;
}

.my-progress .active .name,
.my-progress .active .step span {
    opacity: 1;
}

.my-progress .step:before {
    content: "";
    display: block;
    background-color: #8eb4e3;
    height: 0.4em;
    width: 50%;
    position: absolute;
    bottom: 0.5em;
    left: -5px;
    z-index: -1;
}

.my-progress .step:after {
    content: "";
    display: block;
    background-color: #8eb4e3;
    height: 0.4em;
    width: 50%;
    position: absolute;
    bottom: 0.5em;
    right: -5px;
    z-index: -1;
}

.my-progress li:first-of-type .step:before {
    display: none;
}

.my-progress li:last-of-type .step:after {
    display: none;
}

.my-progress .done .step:before,
.my-progress .done .step:after,
.my-progress .active .step:before {
    background-color: #8eb4e3;
}

.my-progress .done .step,
.my-progress .active .step {
    background-color: #ff3300;
    border: 3px solid #ff3300;
}
.mb20 {
    margin-top: 40px;
}
.iw30p {
    width:33%;
    display:inline-block;
    text-align:center;
    margin-left:10px;
}
.iw30p:first-child {
    margin-left:0px;
}
#inputPanel input {
    width:100%;
    text-align:center;
    border:2px solid #ececec;
}
.panelRadio {
    width: 45%;
    background-color: #dddddd;
    margin-top: 5px;
    color: white;
    cursor:pointer;
    border-radius:2px;
}

.panelRadio.selected {
    background-color: #003192;
}
.panelRadio input {
    display:none;
}
.vas_list div {
    display:inline-block;
    width: 40%;
    margin: 2px;
    text-align:center;
    padding:5px 0px;
    background-color: #003192;
    color:white;
    line-height: 1.3;
}

#package_recommend_modal .tab-1 ul li {
    display: inline-block;
    position: relative;
    white-space: nowrap;
    padding: 0 10px;
}

#package_recommend_modal .tab-1 ul li a{
    margin-left: 10px;
}


@media(max-width:991px) {
	.retry-left{
		display: block !important;
		position: absolute;
		right: 0px;
	}	
	.retry-right{
		display: none !important;
	}
}

@media(min-width:992px) {
	.retry-left{
		display: none !important;
	}	
	.retry-right{
		display: block !important;
	}	
}

.btn-calc{
	width: 90%
}

.freeVas{
	text-align: center;
	margin-top: 20px
}

.freeVas span{
	font-weight: bold;
	font-size: 18px;
}
