@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');

body {
  margin: 0;
  padding: 0;
  background-color: #ffffff;
  font-family: 'Lato', sans-serif;
  font-style: 15px;
  color: #000000;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #000000!important;
}
::-moz-placeholder { /* Firefox 19+ */
    color: #000000!important;
}
:-ms-input-placeholder { /* IE 10+ */
    color: #000000!important;
}
:-moz-placeholder { /* Firefox 18- */
    color: #000000!important;
}

/* select box */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    select::-ms-expand {
        display: none;
    }
    select:focus::-ms-value {
        background: transparent;
        color: #222;
    }
}
select:focus {
    outline: none;
    box-shadow: 0 0 1px 3px rgba(180, 222, 250, 1);
    background-color: transparent;
    color: #222;
    border: 1px solid #aaa;
}
select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #000;
}
option {
    font-weight: normal;
}
.output {
    margin: 0 auto;
    padding: 1em;
}
.colors {
    color: #fff;
    display: none;
}
/* select box */
.red_color {
  color: #ef3237 !important;
}

.blue_color {
  color: #3e4095 !important;
}

.orange_color {
  color: #f58634 !important;
}

.light_blue {
  color: #2abbc5 !important;
}

.add_button_section {
    margin: 0;
}

.add_button {
    color: #fff;
    background-color: #3e4095;
    border-color: #3e4095;
    font-weight: 400;
    font-size: 15px;
    margin: 0;
    padding: 10px 35px;
    text-transform: uppercase;
    box-shadow: none !important;
    outline: none !important;
}

.add_button:hover,
.add_button:focus,
.add_button:active {
    color: #fff !important;
    background-color: #3e4095 !important;
    border-color: #3e4095 !important;
}

.card.card-body {
    background: #FFF none repeat scroll 0% 0%;
    box-shadow: none;
    margin: 0;
    padding: 0;
    width: 100%;
    float: left;
}

.nav-tabs {
    border-bottom: 2px solid #eeeeee;
    text-align: center;
    padding: 13px 10px 0 10px;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
    border-width: 0;
}

.nav-tabs > li > a {
    border: none;
    color: #ffffff;
    background: #3e4095;
    font-size: 18px;
    font-weight: 400;
    text-transform: capitalize;
    padding: 10px 25px;
}

.nav-tabs > li.active > a{
    border: none;
    color: #ffffff;
    background: #ef3237;
}

.nav-tabs > li.active > a,
.nav-tabs > li > a:hover {
    border: none;
    color: #ffffff !important;
    background: #ef3237 !important;
}

.nav-tabs > li > a::after {
    content: "";
    background: #5a4080;
    height: 2px;
    position: absolute;
    width: 100%;
    left: 0px;
    bottom: -1px;
    transition: all 250ms ease 0s;
    transform: scale(0);
}

.nav-tabs > li.active > a::after,
.nav-tabs > li:hover > a::after {
    transform: scale(1);
}

.tab-nav > li > a::after {
    background: ##5a4080 none repeat scroll 0% 0%;
    color: #fff;
}

.tab-pane {
    padding: 0;
}

.tab-content {
    padding: 20px;
}

.nav-tabs > li {
    width: auto;
    text-align: center;
    display: inline-block;
    margin: 0 auto;
    float: none;
}

.card {
    background: #FFF none repeat scroll 0% 0%;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
    margin-bottom: 30px;
    width: 100%;
    float: left;
}

@media all and (max-width:724px) {
    .nav-tabs > li > a > span {
        display: none;
    }
    .nav-tabs > li > a {
        padding: 5px 5px;
    }
}

h1.main {
    padding: 0;
    margin: 30px 0;
    font-size: 36px;
    font-weight: 600;
    text-transform: uppercase;
    color: #3e4095;
    text-align: center;
}
.tab-content h2.title {
    padding: 10px 15px;
    margin: 30px 0 20px 0;
    font-size: 18px;
    font-weight: 600;
    text-transform: capitalize;
    color: #3e4095;
    width: 100%;
    background-color: #eeeeee;
    float: left;
}

.tab-content .h4-text {
    padding: 0;
    margin: 10px 0 0 0;
    font-size: 18px;
    font-weight: 600;
}

.form-control {
    display: block;
    width: 100%;
    height: 47px;
    padding: 12px;
    font-size: 15px;
    line-height: 1.42857143;
    color: #000;
    background-color: #fff;
    background-image: none;
    border: 2px solid #eeeeee;
    border-radius: 0px !important;
    box-shadow: none !important;
    outline: none !important;
}

.form-control:focus {
    border: 2px solid #2abbc5;
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 600;
    font-size: 15px;
    color: #000;
}

label span {
    font-weight: 400;
    font-size: 14px;
}

ul.agreement_point {
    margin: 0;
    padding: 0 0 0 20px;
}

ul.agreement_point li {
    margin: 0 0 15px 0;
    padding: 0;
    font-size: 15px;
    font-weight: 600;
    color: #000000;
}

p.subtitle {
    margin: 0 0 20px 0;
    padding: 0;
    font-size: 15px;
    font-weight: 500;
    color: #000000;
    line-height: 24px;
}

p.subtitle:last-child {
    margin: 0;
}

.btn-info {
    color: #ffffff;
    background-color: #f58634;
    border-color: #f58634;
    font-weight: 700;
    font-size: 15px;
    margin: 0;
    padding: 10px 35px;
    text-transform: uppercase;
    box-shadow: none !important;
    outline: none !important;
}

.btn-info:hover, .btn-info:focus, .btn-info.focus, .btn-info:active, .btn-info.active, .open>.dropdown-toggle.btn-info {
    color: #ffffff;
    background-color: #2abbc5;
    border-color: #2abbc5;
    box-shadow: none !important;
    outline: none !important;
}

.checkbox {
    position: relative;
    display: block;
    margin-top: 0;
    margin-bottom: 0;
}

.checkbox label {
    min-height: 20px;
    padding-left: 10px;
    margin-bottom: 0;
    font-weight: 400;
    cursor: pointer;
}
.error{
    color:red;
} 
.section-heading h3 {
    color: #302E2E;
    margin-bottom: 10px;
    position: relative;
    padding-bottom: 10px;
    display: inline-block;
}