/* Open Sans import */
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;700&display=swap');


@media (min-width: 48em) {
    :root {
        font-size: calc(1rem + ((1vw - 0.48rem) * 0.6944));
        min-height: 0vw;
    }
}

@media (min-width: 120em) {
    :root {
        font-size: 1.5rem;
    }
}


body {
    font-family: Arial regular,  "Open Sans", "Helvetica Neue", Arial, sans-serif;
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 100;
font-family: "open sans regular" !important;
    font-weight: 100 ;
    color: #000000;
zoom: 125% !important;

}
h1{
    font-size: 1.956rem;
    margin-top: 1rem;
}
h2{
    font-size: 1.25rem;
    font-weight: bold;
}
a{
    color:#531c86;
}
img{width: 100%;}

/* input setting */
.form-control{
    background: #f0f9ff;
    color: #143489; 
    border: none;
    font-size: 0.831rem;
    font-weight: 600;
    border-radius:0px;
}
.btn-light{
    background-color:#f0f9ff ;
    border-color: #f0f9ff
}
.btn-light:hover{
    background-color:#f0f9ff ;
    border-color: #f0f9ff
}
.btn-light:not(:disabled):not(.disabled):active, .bootstrap-select .dropdown-toggle:focus{
    background-color:#f0f9ff ;
    border-color: #f0f9ff
}

.form-control::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #143489; 
    font-weight: 600;
    opacity: 1; /* Firefox */
  }
  
  .form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #143489; 
    font-weight: 600;
  }
  
  .form-control::-ms-input-placeholder { /* Microsoft Edge */
    color: #143489; 
    font-weight: 600;
  }
  .form-check-label{
      font-size: 0.556rem;
      line-height: normal;
      padding-left: 10px;
  }
  .form-check-label a{
      font-weight: bold;
      text-decoration: underline;
      color: #000000;
  } 
  .form-check-label a:hover{
      text-decoration: none;
  }
  .form-check-input{
      margin-top: .5rem;
  }
/* Select Box setting */
.bootstrap-select>.dropdown-toggle, .bootstrap-select .dropdown-menu{
    border-radius: 0;
}

.bootstrap-select>.dropdown-toggle:after{
    position: relative;
    z-index: 1;
    border-top-color: #143489;
}
.bootstrap-select>.dropdown-toggle:before{
    display: inline-block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    background: #fff;
    width: 2.5rem;
    content: '';
    z-index: 0;
    box-shadow: #143489 1px 0px 1px 1px;
    -moz-box-shadow: #143489 1px 0px 1px 1px;
    -webkit-box-shadow: #143489 1px 0px 1px 1px;
    -ms-box-shadow: #143489 1px 0px 1px 1px;

}
.bootstrap-select{
    font-weight: 600;
    font-size: 0.831rem;
}
.bootstrap-select .dropdown-toggle .filter-option-inner-inner{
    color: #143489;
    font-weight: 600;
    font-size: 0.831rem;
}
.dropdown-item{
    color: #143489;
    font-weight: 600;
    font-size: 0.831rem;
}
.bootstrap-select .dropdown-menu li a.active:hover, .bootstrap-select .dropdown-menu li a:focus{
    color: #ffffff;
}
.dropdown-item.active, .dropdown-item:active{
    background: #143489;
    color: #ffffff;
}

/* submit button setting */
input[type=submit], .submit {
   background-color: #143489;
    color: #fff;
    border: 1px solid transparent;
    border-radius: 9999px;
    display: inline-block;
    font-weight: 600;
    font-size: 0.631rem;
    line-height: 1.2rem;
    padding: .4rem .85rem;
    cursor: pointer;
    text-decoration: none;
    text-transform: uppercase;
    box-shadow: 0px 3px 30px grey;
}
input[type=submit]:hover, .submit:hover{
    color: #fff;
}
input[type=checkbox] {
    /* position: relative; */
      cursor: pointer;
 border:none;
}
input[type=checkbox]:before {
    content: "";
    display: block;
    position: absolute;
    width: 20px;
    height: 20px;
    top: 0;
    left: 0;
    border: 1px solid #143489;
    border-radius: 0px;
    background-color: white;
}
input[type=checkbox]:checked:after {
    content: "";
    display: block;
    width: 5px;
    height: 10px;
    border: solid #143489;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 3px;
    left: 7px;
}
/* header setting */

header{
    background: #ffffff;
    box-shadow: rgb(0 0 0 / 33%) 0px 7px 8px 0px;
    -webkit-box-shadow: rgba(0,0,0,.33) 0px 7px 8px 0px;
    -moz-box-shadow: rgba(0,0,0,.33) 0px 7px 8px 0px;
    -ms-box-shadow: rgba(0,0,0,.33) 0px 7px 8px 0px;
    padding: 1.2rem;
    margin-bottom: 40px;
}
header .heading{
    text-align: center;
}
header .back-button span{ 
    display: inline-block;
    width: 5%;
    max-width: 40px;
}
header p{
    font-size: 0.669rem;
}
.left-clm h2{
    margin-bottom: 20px;
}
.right-clm .img-holder{
    margin-bottom: 2.5rem;
}
.right-clm .right-ctn ul{
    list-style: none;
}
.right-clm .right-ctn ul li::before {
    content: "\2022";  /* Add content: \2022 is the CSS Code/unicode for a bullet */
    color: #793b96; /* Change the color */
    font-weight: bold; /* If you want it to be bold */
    display: inline-block; /* Needed to add space between the bullet and the text */
    width: 1rem; /* Also needed for space (tweak if needed) */
    margin-left: -1rem; /* Also needed for space (tweak if needed) */
    font-size: 2rem;
    vertical-align: text-top;
  }
.right-clm .right-ctn input[type=checkbox] {
    /* position: relative; */
      cursor: pointer;
 boder:none;
}
.right-clm .right-ctn input[type=checkbox]:before {
    content: "";
    display: block;
    position: absolute;
    width: 20px;
    height: 20px;
    top: 0;
    left: 0;
    border: 2px solid #7030a1;
    border-radius: 0px;
    background-color: white;
}
.right-clm .right-ctn input[type=checkbox]:checked:after {
    content: "";
    display: block;
    width: 5px;
    height: 10px;
    border: solid #7030a1;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 3px;
    left: 7px;
}
.right-clm .right-ctn .form-check-label{
font-size: 0.75rem;
}
  /* footer setting */
footer .container-fluid.myalcon{
      background: #243e8b;
      font-size: 0.556rem;
      line-height: 0.813rem;
      color: white;
      margin-top: 35px;
      padding: 10px 0;
  }
  footer .container-fluid.myalcon svg{
      width: 170px;
  }
  footer .container-fluid.see-brilliantly {
      text-align: right;
      margin-bottom: 10px;
      padding: 10px 0;
  }
  footer .container-fluid.see-brilliantly svg{
    width: 70px;
  }
  footer .footer-ctn{
      margin: 0 1.313rem;
  }
  body.thankyou header {
      box-shadow: none;
  }
  body.thankyou .row{
    align-items: center;
  }
  body.thankyou .btn-holder{
      text-align: center;
  }
  body.thankyou .btn{
  background: #143489;
  padding: 1.375rem 1.25rem;
  border-radius: 3.125rem;
  color: #ffffff;
  font-weight: bold;
  font-size: 0.813rem;
  margin: 10px 0;
}
  @media screen and (max-width:767px){
    .col-sm-3.col-xs-12{
        margin-bottom: 1rem;
    }
    header{
        padding: 1rem;
    }
  }
  /* tooltip setting */
  .tooltip-inner{
    background: #143489;
    color: #f0f9ff;
  }
  .bs-tooltip-auto[x-placement^=top] .arrow::before, .bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^=bottom] .arrow::before, .bs-tooltip-bottom .arrow::before{
    border-bottom-color: #143489;
    border-top-color: #143489;
  }
  .tooltip-wrp{
      font-size: .5rem !important;
      text-align: left !important;
  }
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.topnav {
  overflow: hidden;
}

.topnav a {
  float: left;
  display: block;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

.topnav a:hover {
  background-color: #ddd;
  color: black;
}

.topnav a.active {
  background-color: #04AA6D;
  color: white;
}

.topnav .icon {
  display: none;
}

@media screen and (max-width: 600px) {
  .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
  }
}

@media screen and (max-width: 600px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.topnav {
  overflow: hidden;
}

.topnav a {
  float: left;
  display: block;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 12px;
  color: #000;
}

.topnav a:hover {
  background-color: #ddd;
  color: black;
}

.topnav a.active {
  background-color: #04AA6D;
  color: white;
}

.topnav .icon {
  display: none;
}

@media screen and (max-width: 600px) {
  .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
  }
}

@media screen and (max-width: 600px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
}
.para-header{
 font-size: 25px;
    line-height: 25px;
}
.para-section{
 width: 80%;
    margin: 25px auto;
    font-size: 14px;
    line-height: 18px;font-weight:600;
}
.ref{
font-size: 12px;line-height: 0px;font-weight:600;
}
.desc{
font-size: 10px;
    line-height: 16px;
font-weight:600;
}
.btn.submit > a{
color:#fff !important;
}