#msform label
{margin-top:10px;margin-bottom: 3px;font-size: 15px;}

.link-pa
{font-size: 12px;
    color: #004085;
    font-weight: bold;
    text-decoration: blink;}
	
.banner_heading
{font-size: 45px;
    font-weight: bold;
    line-height: normal;
    margin-bottom: 20px;
    color: #000;
    line-height: 43px;
    margin-top: 30px;}
	.tag-name
	{
		text-align:center;
		font-weight:bold;
		font-size:20px;
		color:#383d41;
		margin-top: 20px;
		}
	
	.banner-subheading
	{
		font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;}
.iaxzp
{font-size: 13px;
    margin-top: 11px;}	
.input-banner
{margin: 0px;
    height: 50px !important;
    box-shadow: 0 0 10px #ddd !important;
    border-radius: 5px !important;
    border: solid 1px #f90 !important;
	margin-bottom:20px;}
	
	
	.apply-now-btn
	{
    width: 100%;
    text-align: center;
    background: #fc8706 !important;
    padding: 11px !important;
    color: #fff !important;
    font-weight: bold !important;
    }
	
	.banner-sahedw
	{    width: 100%;
    border-radius: 20px;
    box-shadow: 0 0 10px #ddd;}
		
.containerr {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom:0px;
  cursor: pointer;
  font-size:15px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default radio button */
.containerr input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
  border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.containerr:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.containerr input:checked ~ .checkmark {
  background-color: #2196F3;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.containerr input:checked ~ .checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.containerr .checkmark:after {
 	top: 9px;
	left: 9px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: white;
}
.about-funds-newjurney {
  width: 100%;
  float: left;
  padding: 50px 0;
  margin: 0;
  background: #fff;
}


@media all and (max-width: 320px),(max-width:375px),(max-width:384px),(max-width:414px),(max-device-width:450px),(max-device-width:480px),(max-device-width:540px) {

.about-funds-newjurney {
  width: 100%;
  float: left;
  padding: 0px 0px !important;
  margin: 0;
  background: #fff;
}

.tag-name {
  text-align: center;
  font-weight: bold;
  font-size: 14px !important;
  color: #383d41;
  margin-top: 20px;
}

#msform label {
  margin-top: 20px;
  margin-bottom: 9px;
  font-size: 12px;
}

.banner-sahedw {
  width: 100%;
  border-radius: 20px;
  box-shadow: 0 0 10px #ddd;
  display: none;
}

}