*
{
	margin:0;
	padding:0;
}

 body
 {
	 font-family: 'Hind Madurai', sans-serif !important;
 }

html
{
	scroll-behavior:smooth;
	
}

 header {
    background: #f7f1ee;
    padding: 10px;
    margin-bottom: 20px;
}

header img {
    width: 186px;
}

.main-heading h2 {
    font-size: 25px;
    position: relative;
    margin-bottom: 50px;
}

.main-heading h2:before {
    content: "";
    display: block;
    width: 100px;
    height: 3px;
    background: #eb6423;
    position: absolute;
    bottom: -9px;
}

.form-sectionContainer {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.form-section1 {
    /* background: #fff; */
    /* box-shadow: 0px 0px 5px 0px #cccccca3; */
    /* padding: 20px; */
    /* border-radius: 10px; */
}

.form-section1 h3 {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 12px;
}

.common-h4 h4 {
    font-weight: 500;
    font-size: 17px;
    align-items: center;
    gap: 7px;
    margin-bottom: 0;
}

.common-h4 span {
    font-weight: 600;
    font-size: 14px;
    display: block;
    margin-bottom: 3px;
    color: red;
}

.question {}

.common-shadow {
    background: #fff;
    box-shadow: 0px 0px 5px 0px #cccccca3;
      padding: 30px;
    border-radius: 10px;
    margin-bottom: 55px;
}

.two-radio-option {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.form-section1 h4 {
    margin-bottom: 0;
}

/* .question:after { */
    /* content: ""; */
    /* display: block; */
    
    /* position: absolute; */
    /* transform: rotate(0deg)  translate(-50%, -50%); */
    /* border: 1px dashed #eb6423; */
    /* left: 50%; */
    /* bottom: -69px; */
    /* height: 45px; */
/* } */

.question {
    position: relative;
}

.question i {
    position: absolute;
    transform: rotate(0deg) translate(-50%, -50%);
    left: 50%;
    bottom: -63px;
    color: #eb6423;
}

.red {
    background: #ffeeed;
}
/* .right-option:after { */
    /* content: ""; */
    /* display: block; */
    
    /* position: absolute; */
    /* transform: rotate(0deg) translate(-50%, -50%); */
    /* border: 1px dashed #eb6423; */
    /* left: 50%; */
    /* bottom: -39px; */
    /* height: 25px; */
/* } */

.right-option {
    position: relative;
}

/* .right-option:before {content: "";display: block; position: absolute;transform: rotate(0deg) translate(-50%, -50%);border: 1px dashed #eb6423;left: 50%;bottom: -69px;height: 23px;width: 80%;} */

.right-option i {
    position: absolute;
    transform: rotate(0deg) translate(-50%, -50%);
    left: 50%;
    bottom: -43px;
    color: #eb6423;
}
/* .green { */
    /* background: #d5f3e7; */
/* } */

.question:last-child:after {
    display: none;
}

.question:last-child i {
    display: none;
}









#heading {
    font-size: 24px;
    text-transform: uppercase;
    color: #153e4d !important;
    font-weight: 700;
	    margin-bottom: 0;
}

#msform {
    text-align: center;
    position: relative;
    margin-top: -9px;
}

#msform fieldset {
    background: white;
    border: 0 none;
    border-radius: 0.5rem;
    box-sizing: border-box;
    width: 100%;
    margin: 0; 
    position: relative
}

#msforma {
    text-align: center;
    position: relative;
    margin-top: -9px;
}

#msforma fieldset {
    background: white;
    border: 0 none;
    border-radius: 0.5rem;
    box-sizing: border-box;
    width: 100%;
    margin: 0; 
    position: relative
}

.form-card {
    text-align: left
}

#msform fieldset:not(:first-of-type) {
    display: none
}

#msform input,
#msform textarea {
    padding: 8px 15px 8px 15px;
    border: 1px solid #ccc;
    border-radius: 0px;
    margin-bottom: 25px;
    margin-top: 2px;
    width: 100%;
    box-sizing: border-box;
     color: #2C3E50;
    background-color: #ECEFF1;
    font-size: 16px;font-family: 'Hind Madurai', sans-serif !important;
 }

#msform input:focus,
#msform textarea:focus {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: 1px solid #673AB7;
    outline-width: 0
}
#msforma fieldset:not(:first-of-type) {
    display: none
}

#msforma input, #msforma select,
#msforma textarea {
    padding: 8px 15px 8px 15px;
    border: 1px solid #ccc;
    border-radius: 0px;
    margin-bottom: 25px;
    margin-top: 2px;
    width: 100%;
    box-sizing: border-box;
     color: #2C3E50;
    background-color: #ECEFF1;
    font-size: 16px;font-family: 'Hind Madurai', sans-serif !important;
 }

#msforma input:focus,
#msforma textarea:focus {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: 1px solid #673AB7;
    outline-width: 0
}
.mt-60
{
	  margin-top: 60px;
}



#msform .action-button {
    width: 100px;
    background: #eb6423;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 0px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 0px 10px 5px;
    float: right;
    border-radius: 80px;
    font-size: 12px;
	  
}

#msform .action-button:hover, #msform .action-button:focus {
    background-color: #133845;
}

#msform .action-button-previous {
    width: 100px;
    background: #616161;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 0px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 5px 10px 0px;
    float: right
}

#msform .action-button-previous:hover,
#msform .action-button-previous:focus {
    background-color: #eb6423
}

#msforma .action-button {
    width: 100px;
    background: #eb6423;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 0px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 0px 10px 5px;
    float: right;
    border-radius: 80px;
    font-size: 12px;
	  
}

#msforma .action-button:hover,
#msforma .action-button:focus {
    background-color: #311B92
}

#msforma .action-button-previous {
    width: 100px;
    background: #616161;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 0px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 5px 10px 0px;
    float: right
}

#msforma .action-button-previous:hover,
#msforma .action-button-previous:focus {
    background-color: #000000
}

.card {
    z-index: 0;
    border: none;
    position: relative
}

.fs-title {
    font-size: 25px;
    color: #673AB7;
    margin-bottom: 15px;
    font-weight: normal;
    text-align: left
}

.purple-text {
    color: #673AB7;
    font-weight: normal
}

.steps {
    font-size: 25px;
    color: gray;
    margin-bottom: 10px;
    font-weight: normal;
    text-align: right
}
#msform .action-button-previous {
    width: 100px;
    background: #1e404d;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 0px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 0px 10px 5px;
    float: right;
    border-radius: 80px;
    font-size: 12px;
}
#msforma .action-button-previous {
    width: 100px;
    background: #eb6423;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 0px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 0px 10px 5px;
    float: right;
    border-radius: 80px;
    font-size: 12px;
}
.fieldlabels {
    color: gray;
    text-align: left
}

#progressbar {
    margin-bottom: 30px;
    overflow: hidden;
    color: lightgrey
}

#progressbar .active {
    color: #673AB7
}

#progressbar li {
    list-style-type: none;
    font-size: 15px;
    width: 25%;
    float: left;
    position: relative;
    font-weight: 400
}

#progressbar #account:before {
    font-family: FontAwesome;
    content: "\f13e"
}

#progressbar #personal:before {
    font-family: FontAwesome;
    content: "\f007"
}

#progressbar #payment:before {
    font-family: FontAwesome;
    content: "\f030"
}

#progressbar #confirm:before {
    font-family: FontAwesome;
    content: "\f00c"
}

#progressbar li:before {
    width: 50px;
    height: 50px;
    line-height: 45px;
    display: block;
    font-size: 20px;
    color: #ffffff;
    background: lightgray;
    border-radius: 50%;
    margin: 0 auto 10px auto;
    padding: 2px
}

#progressbar li:after {
    content: '';
    width: 100%;
    height: 2px;
    background: lightgray;
    position: absolute;
    left: 0;
    top: 25px;
    z-index: -1
}

#progressbar li.active:before,
#progressbar li.active:after {
    background: #673AB7
}

.progress {
    height: 20px
}

.progress-bar {
    background-color: #673AB7
}

.fit-image {
    width: 100%;
    object-fit: cover
}

.form-container p {
    color: #707070;
}

.progress {
    height: 5px !important;
	    margin-bottom: 40px;
}
.progress-bar { 
    background-color: #eb6423 !important; 
}
.question {
    text-align: left;
    text-transform: inherit !important;
    font-size: 22px;
    font-weight: 600;
}
.question img {
    width: 20px;
}

.question {
    display: flex;
    align-items: baseline;
    justify-content: flex-start;
    gap: 10px;
}
ul.mcq-option li input {
    width: 23px !important;
    margin: 0 !important;
    padding: 8px !important;
    height: 23px;
}

ul.mcq-option li {
    display: flex;
    width: fit-content;
    white-space: nowrap;
    align-items: center;
    margin-bottom: 10px;
    gap: 8px;
    font-size: 18px;
    background: #f3f3f3;
    width: 100%;
    border-radius: 61px;
     font-weight: 500;
    margin-bottom: 15px;
}

ul.mcq-option {
    margin-top: 20px;
}


.selected-answer li {
    list-style: none;
    text-align: left;
    font-weight: 500;
    background: #fff;
    padding: 5px;
    border-radius: 60px;
    padding: 6px 15px;
}

.selected-answer ul {
    background: #ffeae1;
    padding: 10px;
    border-radius: 5px;
    display: flex;
}


.result-show-bottom .question {
    display: block;
    padding: 0;
    margin-bottom: 20px;
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 20px;
}

.result-show-bottom .question h4 {
    font-size: 20px;
    margin-bottom: 4px;
}

.result-show-bottom .question h5 {
    font-size: 16px;
}

.result-show-bottom .question h4 {
    display: flex;
    align-items: center;
    gap: 10px;
}

.result-show-bottom .question h5 {
    display: flex;
    align-items: center;
    gap: 10px;
}

.result-show-bottom .question span {
    color: #eb6423;
    font-weight: 800;
}


.result-show-bottom h2 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 40px;
}

.result-show-bottom ul {
    padding-left: 0;
    list-style: none;
    padding-left: 20px;
    position: relative;
}

.result-show-bottom ul li span {
    display: block;
    font-size: 16px;
    color: #777777;
    font-weight: 400;
}

.result-show-bottom li {
    margin-bottom: 30px;
    font-size: 18px;
    font-weight: 600;
    position: relative;
}

.result-show-bottom ul:before {
    content: "";
    display: block;
    background: #d9d9d9;
    width: 3px;
    height: 100%;
    position: absolute;
    left: 0;
    border-radius: 31px;
}

.result-show-bottom li:after {
    content: "";
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #eb6423;
    display: block;
    position: absolute;
    left: -28px;
    top: 6px;
    box-shadow: 0px 0px 4px 0px #eb6423;
}

ul.mcq-option {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    column-gap: 30px;
}

ul.mcq-option li input:checked ~ span {
    background: #fcd2be;
    width: 100%;
    padding: 8px;
    border-radius: 61px;
}

ul.mcq-option li input {
    position: absolute;
    width: 100% !important;
    height: 33px;
    opacity: 0;
}

ul.mcq-option li {
    position: relative;
    text-align: center;
}

ul.mcq-option li input:checked ~ span {
    background: #fcd2be;
    width: 100%;
    padding: 8px;
    border-radius: 61px;
	padding-left: 25px;
}

ul.mcq-option li span {
    padding: 8px;
    text-align: left;
    width: 100%;
    padding-left: 25px;
}

section.answerSection {
    background: #fafafa;
    padding: 50px;
}

section.answerSection h2 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 20px;
}
.result-show-bottom ul {
    margin-bottom: 0;
}

.result-show-bottom li:last-child {
    margin-bottom: 0;
}
.blurClass
{
	      filter: blur(3px);
}

.blurClassRemove
{
	      filter: blur(3px);
}


.submit-form-feild h4 {
    font-size: 18px;
    text-align: left;
    margin-bottom: 20px;
}

.submit-form-feild .form-group label {
    text-align: left;
    margin-bottom: 0;
}

.submit-form-feild .form-group {
    text-align: left;
    margin-bottom: 0;
}

.submit-form-feild button {
    width: 100px;
    background: #eb6423;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 0px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 0px 10px 5px;
    border-radius: 80px;
    font-size: 12px;
    display: flex;
    justify-content: center;
}
.submit-form-feild button:hover {
       background-color: #133845;
}


.highcharts-figure,
.highcharts-data-table table {
  min-width: 320px;
  max-width: 660px;
  margin: 1em auto;
}

.highcharts-data-table table {
  font-family: Verdana, sans-serif;
  border-collapse: collapse;
  border: 1px solid #ebebeb;
  margin: 10px auto;
  text-align: center;
  width: 100%;
  max-width: 500px;
}

.highcharts-data-table caption {
  padding: 1em 0;
  font-size: 1.2em;
  color: #555;
}

.highcharts-data-table th {
  font-weight: 600;
  padding: 0.5em;
}

.highcharts-data-table td,
.highcharts-data-table th,
.highcharts-data-table caption {
  padding: 0.5em;
}

.highcharts-data-table thead tr,
.highcharts-data-table tr:nth-child(even) {
  background: #f8f8f8;
}

.highcharts-data-table tr:hover {
  background: #f1f7ff;
}
g.highcharts-exporting-group {
    display: none;
}


  .main-headingg h6::after {
    content: "";
    display: block;
    width: 100%;
    height: 8px;
    background: #eb6423;
    position: absolute;
    bottom: -30px;
    border-radius: 20px;
}
.main-headingg h6 {
    font-size: 25px;
    position: relative;
    margin-bottom: 50px;
}
.new-shadow {
    background: #fff;
    box-shadow: 0px 0px 5px 0px #cccccca3;
    padding: 30px;
    border-radius: 10px;
    margin-bottom: 55px;
    width: 800px;
    margin: 0 auto;
}
.new-shadow{margin-top: 14%;margin-bottom: 5%;}
h6.headingfont{font-size: 2rem;}
.boxstyle h5{font-weight: 600;}
.boxstyle a{color: #eb6423;text-decoration: none;font-weight: 500;}
.boxstyle a h5{font-weight: 500;}
.text-right{text-align: right;}
.new-shadow ul li{margin-bottom: 20px;}
.new-shadow .d-flex img{width: 44px;height: 44px;margin-right: 10px;}

.header ul {
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
  }
  
  .header li a {
    display: block; 
    padding: 8px 10px;
    text-decoration: none;
    font-size: 15px;
    color: #eb6423;
    border-radius: 5px;
  }
  
  .header li a:hover,
  .header .menu-btn:hover {
    background-color: #eb6424;
    color: #fff;
    transition: all 0.3s ease-in-out 0s;
  }
  
  .header .logo {
    float: left;
  }
  
  /* menu */
  
  .header .menu {
    clear: both;
    max-height: 0;
    transition: max-height .2s ease-out;
    padding-top: 50px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    text-align: center;
  }
  
  /* menu icon */
  
  .header .menu-icon {
    cursor: pointer;
    display: inline-block;
    float: right;
    padding: 28px 10px;
    position: relative;
    user-select: none;
  }
  
  .header .menu-icon .navicon {
    background: #333;
    display: block;
    height: 2px;
    position: relative;
    transition: background .2s ease-out;
    width: 18px;
  }
  
  .header .menu-icon .navicon:before,
  .header .menu-icon .navicon:after {
    background: #333;
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    transition: all .2s ease-out;
    width: 100%;
  }
  
  .header .menu-icon .navicon:before {
    top: 5px;
  }
  
  .header .menu-icon .navicon:after {
    top: -5px;
  }
  
  /* menu btn */
  
  .header .menu-btn {
    display: none;
  }
  
  .header .menu-btn:checked ~ .menu {
    max-height: 390px;
  }
  
  .header .menu-btn:checked ~ .menu-icon .navicon {
    background: transparent;
  }
  
  .header .menu-btn:checked ~ .menu-icon .navicon:before {
    transform: rotate(-45deg);
  }
  
  .header .menu-btn:checked ~ .menu-icon .navicon:after {
    transform: rotate(45deg);
  }
  
  .header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before,
  .header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
    top: 0;
  }
  
  /* 48em = 768px */
  
  @media (min-width: 48em) {
    .header li {
      /* float: left; */
      /* text-align: center; */
      /* display: flex; */
      /* justify-content: center; */
    }
 
    .header .menu {
      /* clear: none;
      float: right; */
      max-height: none;
    }
    .header .menu-icon {
      display: none;
    }
}
 
.header {
    background: #f7f1ee;
    padding: 10px;
    margin-bottom: 20px;
    height: 73px;
}
.btn-starttest{
    position: absolute;
    right: 10%;
    top:18px;
    border: 0;
}
.btn-starttest a{    color: #fff;
    text-decoration: none;
    background: #eb6423;
    padding: 12px 20px;
    border-radius: 25px;}
    .startassbtn{    color: #fff;
        text-decoration: none;
        background: #eb6423;
        padding: 12px 20px;
        border-radius: 25px;    margin: 0 auto;
        display: block;
        text-align: center;
        width: fit-content;transition: all 0.3s ease-in-out 0s;}
        .startassbtn:hover{color: #eb6423; background: #fff;border: 1px solid #eb6423; }
header li a.active{
    background: #173b48;
    color: #fff;
}
.backbtn{
    padding-bottom: 15px;
    font-size: 28px;
}
.backbtn a{    color: #eb6423;}
@media (max-width: 700px)  {
    .new-shadow{width: 100%;}
    .header ul{background: #fff;z-index: 99999;position: relative;}
    .header{max-height: 67px;}
    .header li a {padding: 10px 10px;}
    .btn-starttest a{
        font-size: 12px;
    color: #ffffff;
    text-decoration: none;
    background: #eb6423;
    padding: 5px 10px;
    border-radius: 25px;
    }
    .btn-starttest{
        top: 20px; right: 15%;
    }
    header img{width: 120px;}
    #msform input, #msform textarea{margin-bottom: 10px;}
    .common-shadow{padding:20px;}
    #msform select{margin-bottom: 10px;}
}