/* Form styles */
#msform {
	width: 100%;
	margin: 0px auto; 
	
	position: relative;
}
#msform fieldset {
	background: transparent;
	border: 0 none;
	border-radius: 5px;
	box-sizing: border-box;
	width: 100%;
	margin: 0 0 2px;
	position: relative;
}

/* Hide all except first fieldset */
#msform fieldset:not(:first-of-type) {
	display: none;
}
img.logo {
	max-width: 155px;
	margin-top: 5px;
}
#msform p {
	color: #8b9ab0;
	font-size: 12px;
}

#msform label {
	padding-right:0px 15px;
	font-size: 14px;
	text-align: left;
	
/*
	font-weight:600px !important;
*/
}


/* Inputs */
#msform input, #msform textarea {
	padding: 5px 15px;
	border: 1px solid black;
	border-radius: 3px;
	margin-bottom: 10px;
	margin-top: 5px;
	background-color:transparent;
	box-sizing: border-box;
	font-family: montserrat;
	color: #333;
	font-size: 14px;
	font-family: inherit;
}
#msform input:focus, #msform textarea:focus {
	outline: none;
	border-color: #7bbdf3;
}

/* Buttons */

#msform .submitbutton {
	width: 30%;
	text-transform: uppercase;
	background: #d91b5b;
	font-weight: bold;
	color: white;
	border: 1px solid transparent;
	border-radius: 3px;
	cursor: pointer;
	padding: 12px 5px;
	margin: 10px 0;
	font-size: 14px;
	display: inline-block;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	transition: all 0.2s;
}

#msform .action-button {
	width: 40%;
	text-transform: uppercase;
	color: #000;
    background-color: #f8b73a;
    border-color: #020202;
    font-weight: bold;
	border: 1px solid transparent;
	 border-radius: 4px;
	cursor: pointer;
	padding: 8px 5px;
	margin: 10px 0;
	font-size: 14px;
	display: inline-block;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	transition: all 0.2s;
}
#msform .previous.action-button {
	color: #000;
    background-color: #f8b73a;
    border-color: #020202;
}

#msform .action-button:hover, #msform .action-button:focus {
	box-shadow: 0 10px 30px 1px rgba(0, 0, 0, 0.2);
	color: #000;
    background-color: #ebce3e;
    border-color: #ffd91d;
}

/* Headings */
.fs-subtitle {
	font-weight: 400;
	font-size: 19px;
	color: #434a54;
	margin-bottom: 20px;
}
.massageskjsd4{
	width:100%;
}
/* Progressbar */


/* The container */
#msform .checkstyle {
  display: inline-flex;
  position: relative;
  width: auto;
  padding-left: 35px;
  padding-right: 25px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 14px;
  
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
#msform .checkstyle input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
#msform .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
}

/* On mouse-over, add a grey background color */
#msform .checkstyle:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
#msform .checkstyle input:checked ~ .checkmark {
  background-color: #2196F3;
}

/* Create the checkmark/indicator (hidden when not checked) */
#msform .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
#msform .checkstyle input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
#msform .checkstyle .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}






#msformm {
	width: 100%;
	margin: 0px auto; 
	
	position: relative;
}
#msformm fieldset {
	background: #fff;
	border: 0 none;
	border-radius: 5px;
	box-sizing: border-box;
	width: 100%;
	margin: 0 0% 20px;
	
	/*stacking fieldsets above each other*/
	position: relative;
}

/* Hide all except first fieldset */
#msformm fieldset:not(:first-of-type) {
	display: none;
}
img.logo {
	max-width: 155px;
	margin-top: 5px;
}
#msformm p {
	color: #8b9ab0;
	font-size: 12px;
}
#msformm input:focus, #msformm textarea:focus {
	outline: none;
	border-color: #7bbdf3;
}

/* Buttons */

#msformm .submitbutton {
	width: 30%;
	text-transform: uppercase;
	background: #d91b5b;
	font-weight: bold;
	color: white;
	border: 1px solid transparent;
	border-radius: 3px;
	cursor: pointer;
	padding: 12px 5px;
	margin: 10px 0;
	font-size: 14px;
	display: inline-block;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	transition: all 0.2s;
}

#msformm .action-button {
	width: 40%;
    text-transform: uppercase;
    color: #000;
    background-color: #f8b73a;
    border-color: #020202;
    font-weight: bold;
    border: 1px solid transparent;
    border-radius: 4px;
    cursor: pointer;
    padding: 8px 5px;
    margin: 10px 0;
    font-size: 14px;
    display: inline-block;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
}
#msformm .previous.action-button {
	box-shadow: 0 10px 30px 1px rgb(0 0 0 / 20%);
    color: #000;
    background-color: #ebce3e;
    border-color: #ffd91d;
}

#msformm .action-button:hover, #msformm .action-button:focus {
	box-shadow: 0 10px 30px 1px rgb(0 0 0 / 20%);
    color: #000;
    background-color: #ebce3e;
    border-color: #ffd91d;
}






#msformm .checkstyle {
  display: inline-flex;
  position: relative;
  width: auto;
  padding-left: 35px;
  padding-right: 25px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 14px;
  
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
#msformm .checkstyle input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
#msformm .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
}

/* On mouse-over, add a grey background color */
#msformm .checkstyle:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
#msformm .checkstyle input:checked ~ .checkmark {
  background-color: #2196F3;
}

/* Create the checkmark/indicator (hidden when not checked) */
#msformm .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
#msformm .checkstyle input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
#msformm .checkstyle .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}





#msformm {
	width: 100%;
	margin: 0px auto; 
	
	position: relative;
}
#msformm fieldset {
	background:transparent;
	border: 0 none;
	border-radius: 5px;
	box-sizing: border-box;
	width: 100%;
	margin: 0 0% 20px;
	
	/*stacking fieldsets above each other*/
	position: relative;
}

/* Hide all except first fieldset */
#msformm fieldset:not(:first-of-type) {
	display: none;
}
img.logo {
	max-width: 155px;
	margin-top: 5px;
}
#msformm p {
	color: #8b9ab0;
	font-size: 12px;
}

#msformm label {
	padding-right:0px 15px;
	font-size: 14px;
	text-align: left;
}


/* Inputs */
#msformm input, #msformm textarea {
	padding: 5px 15px;
	border: 1px solid black;
	border-radius: 3px;
	margin-bottom: 10px;
	margin-top: 5px;
	background-color: #eef5ff;
	box-sizing: border-box;
	font-family: montserrat;
	color: #333;
	font-size: 14px;
	font-family: inherit;

}
#msformm input:focus, #msformm textarea:focus {
	outline: none;
	border-color: #7bbdf3;
}

/* Buttons */

#msformm .submitbutton {
	width: 30%;
	text-transform: uppercase;
	background: #d91b5b;
	font-weight: bold;
	color: white;
	border: 1px solid transparent;
	border-radius: 3px;
	cursor: pointer;
	padding: 12px 5px;
	margin: 10px 0;
	font-size: 14px;
	display: inline-block;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	transition: all 0.2s;
}

#msformm .action-button {
	width: 40%;
    text-transform: uppercase;
    color: #000;
    background-color: #f8b73a;
    border-color: #020202;
    font-weight: bold;
    border: 1px solid transparent;
    border-radius: 4px;
    cursor: pointer;
    padding: 8px 5px;
    margin: 10px 0;
    font-size: 14px;
    display: inline-block;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
}
#msformm .previous.action-button {
	box-shadow: 0 10px 30px 1px rgb(0 0 0 / 20%);
    color: #000;
    background-color: #ebce3e;
    border-color: #ffd91d;
}

#msformm .action-button:hover, #msformm .action-button:focus {
	box-shadow: 0 10px 30px 1px rgb(0 0 0 / 20%);
    color: #000;
    background-color: #ebce3e;
    border-color: #ffd91d;
}





#msformm1 {
	width: 100%;
	margin: 0px auto; 
	
	position: relative;
}
#msformm1 fieldset {
	background: transparent;
	border: 0 none;
	border-radius: 5px;
	box-sizing: border-box;
	width: 100%;
	margin: 0 0% 20px;
	
	/*stacking fieldsets above each other*/
	position: relative;
}

/* Hide all except first fieldset */
#msformm1 fieldset:not(:first-of-type) {
	display: none;
}
img.logo {
	max-width: 155px;
	margin-top: 5px;
}
#msformm1 p {
	color: #8b9ab0;
	font-size: 12px;
}

#msformm1 label {
	padding-right:0px 15px;
	font-size: 14px;
	text-align: left;
	
/*
	font-weight:600px !important;
*/
}


/* Inputs */
#msformm1 input, #msformm1 textarea {
	padding: 5px 15px;
	border: 1px solid black;
	border-radius: 3px;
	margin-bottom: 10px;
	margin-top: 5px;
	background-color: #eef5ff;
	box-sizing: border-box;
	font-family: montserrat;
	color: #333;
	font-size: 14px;
	font-family: inherit;
}
#msformm1 input:focus, #msformm1 textarea:focus {
	outline: none;
	border-color: #7bbdf3;
}

/* Buttons */

#msformm1 .submitbutton {
	width: 30%;
	text-transform: uppercase;
	background: #d91b5b;
	font-weight: bold;
	color: white;
	border: 1px solid transparent;
	border-radius: 3px;
	cursor: pointer;
	padding: 12px 5px;
	margin: 10px 0;
	font-size: 14px;
	display: inline-block;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	transition: all 0.2s;
}
#msformm1 .action-button {
    width: 40%;
    text-transform: uppercase;
    color: #000;
    background-color: #f8b73a;
    border-color: #020202;
    font-weight: bold;
    border: 1px solid transparent;
    border-radius: 4px;
    cursor: pointer;
    padding: 8px 5px;
    margin: 10px 0;
    font-size: 14px;
    display: inline-block;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
}

#msformm1 .previous.action-button {
	    box-shadow: 0 10px 30px 1px rgb(0 0 0 / 20%);
    color: #000;
    background-color: #ebce3e;
    border-color: #ffd91d;
}

#msformm1 .action-button:hover, #msformm1 .action-button:focus {
	    box-shadow: 0 10px 30px 1px rgb(0 0 0 / 20%);
    color: #000;
    background-color: #ebce3e;
    border-color: #ffd91d;
}

/* Headings */
.fs-subtitle {
	font-weight: 400;
	font-size: 19px;
	color: #434a54;
	margin-bottom: 20px;
}
.massageskjsd4{
	width:100%;
}
/* Progressbar */


/* The container */
#msformm1 .checkstyle {
  display: inline-flex;
  position: relative;
  width: auto;
  padding-left: 35px;
  padding-right: 25px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 14px;
  
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
#msformm1 .checkstyle input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
#msformm1 .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
}

/* On mouse-over, add a grey background color */
#msformm1 .checkstyle:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
#msformm1 .checkstyle input:checked ~ .checkmark {
  background-color: #2196F3;
}

/* Create the checkmark/indicator (hidden when not checked) */
#msformm1 .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
#msformm1 .checkstyle input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
#msformm1 .checkstyle .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}



#msformm2 {
	width: 100%;
	margin: 0px auto; 
	
	position: relative;
}
#msformm2 fieldset {
	background: transparent;
	border: 0 none;
	border-radius: 5px;
	box-sizing: border-box;
	width: 100%;
	margin: 0 0% 20px;
	
	/*stacking fieldsets above each other*/
	position: relative;
}

/* Hide all except first fieldset */
#msformm2 fieldset:not(:first-of-type) {
	display: none;
}
img.logo {
	max-width: 155px;
	margin-top: 5px;
}
#msformm2 p {
	color: #8b9ab0;
	font-size: 12px;
}

#msformm2 label {
	padding-right:0px 15px;
	font-size: 14px;
	text-align: left;
	
/*
	font-weight:600px !important;
*/
}


/* Inputs */
#msformm2 input, #msformm2 textarea {
	padding: 5px 15px;
	border: 1px solid black;
	border-radius: 3px;
	margin-bottom: 10px;
	margin-top: 5px;
	background-color: #eef5ff;
	box-sizing: border-box;
	font-family: montserrat;
	color: #333;
	font-size: 14px;
	font-family: inherit;
}
#msformm2 input:focus, #msformm2 textarea:focus {
	outline: none;
	border-color: #7bbdf3;
}

/* Buttons */

#msformm2 .submitbutton {
	width: 30%;
    text-transform: uppercase;
    color: #000;
    background-color: #f8b73a;
    border-color: #020202;
    font-weight: bold;
    border: 1px solid transparent;
    border-radius: 4px;
    cursor: pointer;
    padding: 8px 5px;
    margin: 10px 0;
    font-size: 14px;
    display: inline-block;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
}

#msformm2 .action-button {
    width: 40%;
    text-transform: uppercase;
    color: #000;
    background-color: #f8b73a;
    border-color: #020202;
    font-weight: bold;
    border: 1px solid transparent;
    border-radius: 4px;
    cursor: pointer;
    padding: 8px 5px;
    margin: 10px 0;
    font-size: 14px;
    display: inline-block;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
}
#msformm2 .previous.action-button {
	box-shadow: 0 10px 30px 1px rgb(0 0 0 / 20%);
    color: #000;
    background-color: #ebce3e;
    border-color: #ffd91d;
}

#msformm2 .action-button:hover, #msformm2 .action-button:focus {
	box-shadow: 0 10px 30px 1px rgb(0 0 0 / 20%);
    color: #000;
    background-color: #ebce3e;
    border-color: #ffd91d;
}

/* Headings */
.fs-title {
    font-size: 24px;
    font-weight: 400;
    color: #a94442;
    background-color: transparent;
    padding: 5px 0px;
    font-family: 'Dancing Script', cursive;
    color: #000;
}
.fs-subtitle {
	font-weight: 400;
	font-size: 19px;
	color: #434a54;
	margin-bottom: 20px;
}
.massageskjsd4{
	width:100%;
}
/* Progressbar */


/* The container */
#msformm2 .checkstyle {
  display: inline-flex;
  position: relative;
  width: auto;
  padding-left: 35px;
  padding-right: 25px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 14px;
  
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
#msformm2 .checkstyle input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
#msformm2 .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
}

/* On mouse-over, add a grey background color */
#msformm2 .checkstyle:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
#msformm2 .checkstyle input:checked ~ .checkmark {
  background-color: #2196F3;
}

/* Create the checkmark/indicator (hidden when not checked) */
#msformm2 .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
#msformm2 .checkstyle input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
#msformm2 .checkstyle .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.newtabdesign .tab-content {
    padding: 15px 15px 5px;
    border: 1px solid #f8b73a;
}
.newtabdesign .form-horizontal .form-group {
    margin-right: 0;
    margin-left: 0;
}
.newtabdesign .nav-pills li a:hover,
.newtabdesign .nav-pills li.active > a,
.newtabdesign .nav-pills li.active > a:hover,
.newtabdesign .nav-pills li.active > a:focus{
    background-color: #f8b73a;
    border-color:  #c08f2e;
	color: #000;
}
.newtabdesign .nav-pills li a{
	border: 1px solid  #c08f2e;
    padding: 5px 12px;
    border-radius: 5px 5px 0 0;
	color: #000;
	font-weight: bold
}







@media (max-width:480px){

.navbar-brand > img{
	max-width:180px !important; 
}

#enroltextcls{
	font-size: 14px !important;
}

}

