
div#mobile {
    display: none !important;
}

footer.entry-footer.default-max-width {
    display: none !important;
}

div#respond {
    display: none !important;
}

nav.navigation.post-navigation {
    display: none !important;
}
footer.entry-footer.default-max-width {
    display: none !important;
}
.paykun button {
    background: #f3983e;
    color: #000 !important;
    margin-top: 10px;
}
.bdp-post-grid {
    width: 33%;
    float: left;
    padding: 10px;
    background: #0000000f;
    margin-right: 5px;
    border: 1px solid #00000021;
}

a.bdp-readmorebtn {
    padding: 10px 15px;
    background: #13072d;
    margin-top: 10px;
    color: #fff;
    border-radius: 5px;
}

a.bdp-readmorebtn:hover {
    background: #f3983e;
    transition: all .3s;
}
.transition{
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
html {
  scroll-behavior: smooth;
}
body {
    margin: 0;
    font-size: 15px;
    color: #333333;
    font-weight: 400;
    line-height: 21px;
    letter-spacing: .2px;
    font-family: 'Muli', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
p,
a {
    margin: 0;
    color: #333333;
    word-wrap: break-word;
    font-family: 'Muli', sans-serif;
}
h1,
h2,
h3,
h4,
h5{
    color: #666;
    margin-bottom: 15px;
}
h1 {
    font-size: 34px;
    line-height: 90px;
}

h2 {
    color: #150734;
    font-size: 30px;
    font-weight: 800;
    line-height: 40px;
    margin-bottom:20px;
    position: relative;
    display: inline-block;
    text-transform: uppercase;
}
h3 {
    font-size: 25px;
    line-height: 35px;
}

h4 {
    font-size: 20px;
    line-height: 30px;
}

h5 {
    font-size: 18px;
    line-height: 28px;
}

p {
    font-size: 13px;
    line-height: 25px;
}
.maxp{
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}
a {
    cursor: pointer;
    font-size: 16px;
    line-height: 22px;
    display: inline-block;
}

span {
    display: inline-block;
}

img {
    width: 100%;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

ul {
    margin: 0;
    padding: 0;
}

ul li {
    margin: 0;
    padding: 0;
    float: left;
    list-style: none;
}

ul li a {
    margin: 0;
    padding: 0;
    font-size: 15px;
}

a:hover {
    text-decoration: none;
}

div {
    margin: 0;
    padding: 0;
}

figure {
    overflow: hidden;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

figure:hover img {
    transform: scale(1.2);
    -ms-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
}
section{
    z-index: 1;
    padding: 50px 0;
    position: relative;
}
section.same{
    padding: 50px 0;
}
button, input, optgroup, select, textarea{
    display: inline-block;
    width: 100%;
    padding: 7px !important;
    border-radius: 0 !important;
    border: 1px solid #000;
    background: #fff;
    font-weight: 300 !important; 
    font-size: 16px !important;
    line-height: 20px !important;
    vertical-align: middle;
    -webkit-border-radius: 0;
    -webkit-appearance: none;
    font-weight: 500 !important;
    color: #4a4a4a !important;
}
button:focus, input:focus, optgroup:focus, select:focus, textarea:focus { 
  background: #f1f1f1;
  color: #150734;
  outline: none;
  -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
::-webkit-input-placeholder {
  color: #4a4a4a !important;
}

:-ms-input-placeholder {
  color: #4a4a4a !important;
}

::placeholder {
  color: #4a4a4a !important;
}
textarea{
    height: auto;
    min-height: 100px;
}
.my-btn{
    background: #150734 !important;
    padding: 8px 30px 8px 15px;
    position: relative;
    color: #fff !important;
    text-transform: uppercase;
    border-radius: 5px;
    letter-spacing: 1px;
    height: auto;
}
.my-btn:hover{
    background: #273c69 !important;
}
.bg-1{
    background: #13072d;
}
.bg-2{
    background: #f1f1f1;
}
.fa-phone{
    transform: rotate(45deg);
}
/*-- Header --*/
header {
    position: relative;
    z-index: 99;
}
header .hdr-top{
    padding: 20px 0;

}
header .logo {
    max-width: 220px;
}
header .clean {
    text-align: center;
}
header .clean p {
    letter-spacing: 0;
    font-weight: 700;
    margin: 0;
    text-transform: uppercase;
}
header .clean p:nth-child(1) {
    color: #ff9800;
}
header .contact {
    text-align: right;
    width:100%;
}
header .contact a {
    margin-bottom: 5px;
    letter-spacing: 0;
    width: 100%;
}
header .contact a i{
    color: #ff9800;
    margin-right: 3px;
}
header .contact p {
    padding: 10px 0;
    background: #f3983e;
    text-align: center;
    color: #fff;
    border-radius: 10px;
}

header .menu{
    position: relative;
    background: #0a222e;
}

header nav{
    padding: 0 !important;
}
header .menu ul li{
    position: relative;
    padding-right: 5px;
}
header .menu ul li a {
    color: black;
    font-size: 14px;
    line-height: 50px;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 0 15px !important;
    font-weight: 800;
}
header .menu ul li a:hover {
    color: #f3983e;
}
header .menu .drop:hover .drop-btn{
color: #ff9800; 
}
header .menu .drop{
    position: relative;
}
header .menu .d-box {
    position: absolute;
    background: #1f0a4c;
    display: none;
    width: 239px;
    z-index: 9;
}
header .menu .d-box a {
    width: 100%;
    border-bottom: 1px solid #150734;
}
header .menu .drop:hover .d-box{
    display: block;
}

header .marquee {
    font-weight: 600;
    background: #008000;
    padding: 5px 0 0;
    color: #fff;
    font-size: 12px;
    letter-spacing: 1px;
}
header .contact img {
    width: 70%;
}
/*-- Header Fix --*/
.menu.myHeader.sticky {
    position: fixed;
  box-shadow: 0 0 5px #000;
  width: 100%;
  z-index: 9;
  top: 0;
}
/*-- Enquiry --*/
.enquiry{
    background: #f3983e;
    padding: 7px 0;
}
.enquiry h3 {
    color: #fff;
    font-weight: 800;
    margin-bottom: 0;
    line-height: 25px;
    font-size: 20px;
}
.enquiry ul{
    width: 100%;
    display: inline-block;
}
.enquiry ul li{
    width: 17%;
    padding: 0 5px;
}
.enquiry ul li:nth-child(1), .enquiry ul li:nth-child(7){
    width: auto;
    text-align: center;
}
.enquiry input, .enquiry select{
     border-radius: 5px !important;
}
.enquiry .my-btn {
    padding: 5px 10px;
    border-radius: 5px !important;
}
/*-- Online Application For --*/
.home_reg .nobox{
    box-shadow: 0 0 5px #f3983eba;
    border: 5px solid #fff;
    position: relative;
    display: contents;
}
.home_reg h2{
    margin-bottom: 40px;
}
.home_reg h4{
    color: #fff;
    padding: 5px 0;
    background:#150734;
    text-align: center;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-size: 20px;
    line-height: 30px;
}
.home_reg .text{
    padding: 15px;
}
.home_reg .text .ani-text {
    color: #150734;
    font-weight: 600;
    line-height: 22px;
    display: flex;
}
.home_reg .text .ani-text span{
    -webkit-animation: mymove 1s infinite;
    animation: mymove 1s infinite;
}
@-webkit-keyframes mymove {
  from {color: #150734;}
  to {color: #c37400;}
}

@keyframes mymove {
  from {color: #150734;}
  to {color: #c37400;}
}
.home_reg ul{
    width: 100%;
    display: inline-block;
}
.home_reg h1 {
    color: #150834;
    font-weight: 700;
    margin-bottom: 20px;
    margin-top: -30px;
    text-transform: uppercase;
}
.home_reg ul li{
    width: 50%;
    margin-bottom: 10px;
}
.home_reg ul li:nth-child(odd){
    clear: both;
}
.home_reg .form{
    padding: 0 8px;
}
.home_reg .form .custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    background-color: #150734;
}
.home_reg .form .custom-control-label::before, .home_reg .form .custom-control-label::after{
    left: 0;
}
.home_reg p, .home_reg label, .home_reg h5 {
    font-size: 15px;
    line-height: 25px;
    margin-bottom: 3px;
    font-weight: 700;
}
.home_reg h5 {
    padding: 0 8px;
    color: #333333;
    display: inline-block;
}
.home_reg button{
    max-width: 220px;
}
.home_reg .in-box ol li{
    padding-bottom: 5px;
    margin-bottom: 15px;
    border-bottom: 2px solid #c5c1cc;
}
/*-- procedure --*/
.procedure h2{
    color: #fff;
}

.procedure .nobox .icon {
    height: 120px;
    width: 120px;
    background: #f3983e;
    margin:0 auto 30px;
    border-radius: 50%;
    border: 5px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}
.procedure .nobox .icon i{
    /*color: #fff;
    opacity: .7;*/
    color: #fff;
    font-size: 55px;
}

.procedure .nobox h5{
    color: #fff;
}
.procedure .nobox:hover h5{
    color: #fff;
}
.procedure .nobox:hover i{
    color: #fff;
}
/*-- benefits --*/
.benefits ul li{
    width: 100%;
    margin-bottom: 15px;
}
.benefits .nobox {
    padding: 2px;
    background: #f1f1f1;
    border: 1px solid #fff;
    box-shadow: 0 0 5px #f1f1f1;
}
.benefits .nobox a {
    position: relative;
    background: #d2d2d2;
    width: 100%;
    padding: 5px 30px 5px 10px;
    color: #150734;
    font-weight: 700;
}
.benefits .nobox a:after {
    content: '+';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 30px;
    color: #fff;
    background: #150734;
    display: flex;
    align-items: center;
    justify-content: center;
}
.benefits .nobox a[aria-expanded="true"]{
    background: #150734;
    color: #ff9800;
}
.benefits .nobox a[aria-expanded="true"]:after {
    color: #150734;
    content: "-";
    background: #ff9800;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
.benefits .nobox .collapse{
    background: #fff;
    padding: 10px;
}


.n_box ul li {
    padding: 5px;
    margin-bottom: 20px;
    border-bottom: 1px solid #0000002e;
}

.n_box ul li h5 {
    margin-bottom: 2px;
    color: #ec9427;
    font-weight: 600;
}

h4.modal-title {
    width: 100%;
}
button.close {
    font-size: 14px !important;
    color: #000 !important;
    width: 15%;
    padding-top: 20px !important;
}



/*-- Footer --*/
footer{
    padding: 20px 0;
    background: #13072d;
}
footer .link ul li{
    padding: 0 5px;
    width:100%;
}
footer .link ul li a {
    text-transform: uppercase;
    padding: 5px;
    margin-bottom:10px;
    border-radius: 5px;
    color: #ff9800;
}
footer .link ul li a:hover {
    color: #fff;
    background: #000;
}
footer .social{
    float: right;
}
footer .social li{
    padding: 0 2px;
}
footer .social li:nth-child(1){
    padding-left: 0;
}
footer .social li:nth-child(4){
    padding-right: 0;
}
footer .social li a{
    border: 1px solid #d88100;
    text-transform: uppercase;
    background: #ff9800;
    border-radius: 50%;
    color: #FFFFFF;
    width: 36px;
    text-align: center;
    line-height: 33px;
}
footer .social li a:hover{
    background: #1b1a1ad9;
}
.copy{
    opacity: .9;
    background: #f3983e;
    padding: 7px 0;
}
.copy p, .copy a{
    margin: 0;
    font-size: 13px;
    line-height: 18px;
    color: #292929;
    text-transform: uppercase;
    font-weight: 700;
    padding:2px 0;
}
/*-- Go to top --*/
#button {
    display: inline-block;
    background: #ff9800;
    width: 30px;
    height: 30px;
    text-align: center;
    border-radius: 4px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    transition: background-color .3s, opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
}

#button::after {
    content: "\f077";
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    font-size: 20px;
    line-height: 30px;
    color: #fff;
}

#button:hover {
    cursor: pointer;
    background: #150734;
}

#button:active {
    background-color: #555;
}

#button.show {
    opacity: 1;
    visibility: visible;
}
/*-- track-page --*/
.track-page .nobox{
    background: #f1f1f1;
    padding: 50px;
    height: 100%;
}
.track-page .nobox .bg{
    box-shadow: 0 0 5px #aaa;
    border: 5px solid #fff;
    padding: 50px;
}
.track-page .nobox h4 {
    padding: 10px 0;
    background: #fff;
    text-align: center;
}
.track-page .nobox p {
    margin: 15px 0 7px;
}
.track-page .nobox figure {
    background: #32497c6e;
    border-radius: 50%;
    height: 200px;
    width: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 10px auto 20px;
}
.track-page .nobox figure img{
    max-width: 70%;
}
.contactp a{
    width: 100%;
    padding: 10px 0;
    font-size: 20px;
}
/*-- php msg Show --*/
.msg_show {
    max-width: 520px;
    margin: 20vh auto;
    padding: 40px;
    background: #f1f1f1;
    border: 5px solid #fff;
    box-shadow: 0 0 5px #cac7c7;
    transform: translateY(-70px);
}
.msg_show p {
    margin-bottom: 10px;
    color: #32497c;
}

.msg_show p span {
    font-weight: 700 !important;
}

.msg_show h5 {
    color: #32497c;
    text-transform: uppercase;
    text-shadow: 0 1px 2px #f5ac44;
    font-weight: 700;
    letter-spacing: 1px;
}
.msg-big {
    width: 800px;
    max-width: 95%;
    text-transform: capitalize;
}
.msg-big p{
    width: 50%;
    float: left;
    padding: 0 5px 7px;
}
.msg-big .big-data{
    width: 100%;
}
.msg-big h5{
    display: inline-block;
    text-align: center;
    padding-top: 20px;
}
/*-- Popup --*/
#ouibounce-modal {
  font-family: 'Open Sans', sans-serif;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
}
#ouibounce-modal .underlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(50, 74, 124, .9);
  cursor: pointer;
  -webkit-animation: fadein 0.5s;
  animation: fadein 0.5s;
}
@-webkit-keyframes fadein {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}
@-ms-keyframes fadein {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}
@keyframes fadein {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}
@-webkit-keyframes popin {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }

  85% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@-ms-keyframes popin {
  0% {
    -ms-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }

  85% {
    -ms-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 1;
  }

  100% {
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes popin {
  0% {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }

  85% {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}


.blog_box {
    padding: 5px;
    border: 1px solid #f07539;
    background: #00000014;
    box-shadow: 1px 1px 3px #0000009c;
}

.f_img {
    width: 100%;
    height: 180px;
    overflow: hidden;
    margin-bottom: 20px;
}

.f_img:hover img {
    transform: scale(1.1);
}

.f_img img {
    width: 100%;
    height: 100%;
}

.blog_detail {
    padding: 0 10px;
}


.adpop{
    position: fixed;
    z-index: 99;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.adpop .text{
    box-shadow: 5px 5px 4px #00000094;
    text-align: center;
    border: 5px solid #fff;
    background: #32497c;
    width: 500px;
    max-width: 100%;
}
.adpop .text h4 {
    background: #fff;
    color: #32497c;
    font-weight: 700;
    padding: 5px 0 10px;
}
.adpop .text h5 {
    color: #fff;
}
.adpop .text form{
    padding: 0 10px 10px;
    max-width: 427px;
    margin: 0 auto;
}
.adpop .text form input {
    margin-bottom: 8px;
    padding: 10px;
    height: auto;
}
.adpop .text form button {
    height: auto;
    background: #f5ac44;
    max-width: 115px;
    padding: 10px 0 !important;
    margin: 10px auto;
    color: #32497c;
    font-weight: 600 !important;
    letter-spacing: 1px;
}
.adpop .text form button:hover {
    background: rgba(0,0,0,.5);
    color: #fff;
}
div#ouibounce-modal[style="display: none;"] {
    display: block !important;
}

/*------------------------------------------------------
----------------------- (Page Css)
------------------------------------------------------*/
.page-css{

}
.page-css .nobox {
    padding: 20px;
    box-shadow: 0 0 5px #f3983e;
    border: 5px solid #fff;
    background: #fffff;
}
.page-css h2,.page-css h3,.page-css h4,.page-css h5,.page-css p{
    margin-bottom: 5px;
    color: #000000;
}
.page-css p{
    line-height: 23px;
    color: #00000;
    margin-bottom: 15px;
}
.page-css ul{
    width: 100%;
    padding-left: 20px;
    display: inline-block;
}
.page-css ul li{
    width: 100%;
    line-height: 23px;
    color: #6d6d6d;
    margin-bottom: 15px;
    list-style: disc;
}
.track .nobox {
    background: #d0cdd6;
    padding: 20px;
    height: 100%;
}
.track .nobox .box-bg{
    width: 100%;
    height: 100%;
    padding: 25px;
    background: #d0cdd6;
    display: inline-block;
    border: 20px solid #cac6d2;
}
.track .nonobox ul{
    display: inline-block;
    width: 100%;
}
.track .nonobox ul li{
    width: 100%;
    margin-bottom: 10px;
}
.track .nobox h4.text-center {
    background: #cac6d2;
    font-weight: 700;
    color: #150734;
    padding: 5px 0;
}
.form_data {
    padding-bottom: 0;
}

.form_data .s_data {
    width: 100%;
    text-align: center;
}
label.custom-control-label.ml-2 {
    padding-left: 20px;
}



.col.v-hidden {
    display: none;
}

@media only screen and (max-width:768px){

div#mobileview {
    display: none;
}

#mobile{
   display: block !important; 
}

}


@media only screen and (max-width: 600px) {
 

    .home_reg ul li {
    width: 100%;
    margin-bottom: 10px;
}
.col.paykun {
    flex: 0 0 100% !important;
    margin-bottom: 30px;
}
    
    .col.v-hidden {
    display: block;
    visibility:hidden;
}
 
 header .hdr-top {
    padding: 10px 0 0;
}
header .menu {
    background: #e0e0e0;
}

header .logo {
    max-width: 100%;
    text-align: center;
    margin-bottom: 10px;
}
header .logo img {
    width: 40%;
}
header .col-md-2 {
    padding: 10px 60px;
}
.enquiry ul li:nth-child(1) {
    width: 100%;
    text-align: center;
    max-width: 100%;
    margin-bottom: 10px;
}
.enquiry ul li {
    width: 50%;
    padding: 0 5px;
    margin-bottom: 5px;
}
span.navbar-toggler-icon {
    /*background: url(../images/resize-169433123426138482resize1694331138150410742manu.png);*/
    /*background-repeat: no-repeat;*/
    /*width: 2.5em;*/
    /*height: 1.6em;*/
}
header .menu ul li a{
    color:#000;
}

   
    .center {
    width: 100%;
    margin: 0 auto;
}
label.selectmember {
    float: left;
    margin-left: 106px;
    padding: 10px;
    text-align: center;
    font-weight: 700;
     align-items: center!important; 
}
select.form-contol.data {
    display: inline-block;
    width: 80%;
    padding: 7px;
    border-radius: 0 !important;
    border: 1px solid #000;
    background: #fff;
    font-weight: 300 !important;
    font-size: 14px;
    line-height: 20px;
    vertical-align: middle;
    -webkit-border-radius: 0;
    -webkit-appearance: none;
    font-weight: 500 !important;
    color: #4a4a4a !important;
    margin-top: 10px;
    text-align: center;
    margin-left: 40px;
}
button.nextdata {
    width: 80% !important;
    padding: 10px!important;
    margin-top: 10px !important;
    background-color: #150734 !important;
    color: #fff !important;
    margin-left: 40px;
}
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px){
 

    .home_reg ul li {
    width: 100%;
    margin-bottom: 10px;
}
.col.paykun {
    flex: 0 0 50% !important;
    margin-bottom: 30px;
}
    
    .col.v-hidden {
    display: block;
    visibility:hidden;
}
 
 header .hdr-top {
    padding: 10px 0 0;
}
header .menu {
    background: #e0e0e0;
}

header .logo {
    max-width: 100%;
    text-align: center;
    margin-bottom: 10px;
}
header .logo img {
    width: 40%;
}
header .col-md-2 {
    padding: 10px 60px;
}
.enquiry ul li:nth-child(1) {
    width: 100%;
    text-align: center;
    max-width: 100%;
    margin-bottom: 10px;
}
.enquiry ul li {
    width: 50%;
    padding: 0 5px;
    margin-bottom: 5px;
}
span.navbar-toggler-icon {
    background: url(../images/square.png);
    background-repeat: no-repeat;
    width: 2.5em;
    height: 1.6em;
}
header .menu ul li a{
    color:black !important;
}

   
    .center {
    width: 100%;
    margin: 0 auto;
}
label.selectmember {
    float: left;
    margin-left: 106px;
    padding: 10px;
    text-align: center;
    font-weight: 700;
     align-items: center!important; 
}
select.form-contol.data {
    display: inline-block;
    width: 80%;
    padding: 7px;
    border-radius: 0 !important;
    border: 1px solid #000;
    background: #fff;
    font-weight: 300 !important;
    font-size: 14px;
    line-height: 20px;
    vertical-align: middle;
    -webkit-border-radius: 0;
    -webkit-appearance: none;
    font-weight: 500 !important;
    color: #4a4a4a !important;
    margin-top: 10px;
    text-align: center;
    margin-left: 40px;
}
button.nextdata {
    width: 80% !important;
    padding: 10px!important;
    margin-top: 10px !important;
    background-color: #150734 !important;
    color: #fff !important;
    margin-left: 40px;
}
}
