.visa-type {
    background: #ffffff;
    padding: 18px;
    text-align: center;
    /*max-width: 330px;*/
    margin: 75px 0px 70px;
    font-size: 12px;
    border: 1px solid #d5d5d5;
}
.visa-type .select-style {
    margin-left: 14px;
}
.visa-type .visa-type-thumb {
    border: 1px solid #d5d5d5;
    border-radius: 50%;
    padding: 4px;
    background: #ffffff;
    margin-top: -80px;
}
.visa-type h2 {
    font-size: 22px;
    color: rgba(86, 100, 115, 0.77);
    margin-top: 10px;
    margin-bottom: 25px;
}
.visa-type p {
    margin: 0px;
    text-align: left;
	color: rgba(86, 100, 115, 0.77);
}
.visa-type.semibold {
    text-align: center;
}
.visa-type .checkbox,
.visa-type .radio {
    height: 20px;
    text-align: left;
    padding-left: 24px;
    font-size: 14px;
}
.visa-type .checkbox label,
.visa-type .radio label {
    padding-left: 0;
}
.visa-type .radio .select-style {
    float: right;
    margin-top: -2px;
	border-radius: 20px;
    display: inline-block;
    font-size: 14px;
    overflow: hidden;
    padding: 0px 18px 0px 4px;
    position: relative;
    background: #edb80a url(../img/down-arrow.png) no-repeat 92% 54%;
}

.visa-type .radio .select-style select {
    padding: 4px 13px;
	width: 130%;
    border: none;
    box-shadow: none;
    color: #fff;
    background-color: transparent;
    background-image: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.visa-type .radio .select-style select,
.visa-type .radio .select-style select:focus {
	outline: none;
}
.select-style select option {
	background: #edb80a;
		
}

.visa-type .calculated-fee > strong {
    font-size: 25px;
    color: #edb80a;
    display: block;
}
.visa-type .calculated-fee > span {
    font-size: 12px;
    color: #edb80a;
	margin-bottom: 11px;
}

.visa-type .calculated-fee {
	border-top: 2px solid #edb80a;
    border-bottom: 2px solid #edb80a;
    padding: 7px 0px 12px 0px;
    margin: 14px 0px;
	
} 
 
 
 .visa-type  p.semibold {
	text-align: center;
	margin-top: 10px;
	font-weight: bold;
    color: rgba(86, 100, 115, 0.77);
	 
 }
 
 .visa-type .semibold + br + input {
	background-color: #edb80a;
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
 }
 
 .visa-type .btn-default:hover,.visa-type .btn-default:focus {
	 background-color: #c89c0b;
	 border: none;
 }
 
  .visa-type .btn-default {
	  border: none;
  }
 
 .get-visa-online {
	padding-left: 30px; 
	 
 }