::selection {
    background: #e54f07;
    color: #ffffff;
}

input:-webkit-autofill,
input:-webkit-autofill:active,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:focus-within,
select:-webkit-autofill,
select:-webkit-autofill:active,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus,
select:-webkit-autofill:focus-within,
textarea:-webkit-autofill,
textarea:-webkit-autofill:active,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
textarea:-webkit-autofill:focus-within {
  box-shadow: 0 0 0px 1000px #f8f8f8 inset !important;
}

.btn:focus, .form-control:focus {
    box-shadow: none;
}

textarea.form-control {
    text-transform: uppercase;
    font-size: 14px;
    border-radius: 0;
}


.btn:not(:disabled):not(.disabled):active:focus {
    box-shadow: none;
}

.btn:hover, .btn:focus {
    text-decoration: none;
    color: #ddd;
}

button {
    outline: none !important;
}

body {
    font-family: 'Open Sans', sans-serif;
}

/* Topbar */
.fcs-topbar-container {
  background: orange;
  padding: 0;
}
.fcs-topbar-heading {
    line-height: 1.2em;
    font-size: 14px;
    color: #ffffff;
    padding: 5px 15px;
    text-transform: uppercase;
}

.fcs-topbar-link {
    line-height: 1.2em;
    padding: 5px 15px;
}

.fcs-secondary-button {
    color: #ffffff;
    text-transform: uppercase;
}
.fcs-secondary-button-active{
 background-color: orange;
     border-radius: 30px;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    border-bottom-left-radius: 30px;
    margin-left: 200px;
}
}
.fcs-icon {
    color: #ffffff;
    padding: 0;
}

.fcs-icon-border {
    border-left: 1px solid transparent;
    padding-left: 10px;
}

.container-fluid.fcs-form-container > .row {
    justify-content: center;
}

@media (min-width: 780px) {
    .fcs-topbar-container {
        border-bottom: 1px solid transparent;
    }

    .fcs-topbar-heading {
        text-align: left;
    }

    .fcs-topbar-link {
        text-align: right;
    }

    .col-lg-6.col-7.fcs-navbar-heading {
        text-align: center;
    }
}

@media (max-width: 780px) {
    .fcs-topbar-heading {
        text-align: center;
        border-bottom: 1px solid transparent;
    }

    .fcs-topbar-link {
        text-align: center;
        border-bottom: 1px solid transparent;
    }

    .col-lg-6.col-7.fcs-navbar-heading {
        text-align: left;
    }
}

/* Navbar */
.fcs-navbar-container {
    background-color: #fff;
    padding: 0;
}

.fcs-navbar-heading, .fcs-navbar-logo  {
    padding: 5px 5px;
}

.fcs-navbar-heading {
    text-align: left;
}

.fcs-navbar-logo {
    text-align: right;
}

.fcs-small-text {
    font-size: 18px;
    display: block;
    margin-bottom: -2px;
}

.fcs-bold-text {
    display: block;
    font-weight: 800;
    color: #222;
    line-height: 1.6em;
    font-size: 24px;
}
@media (min-width: 780px) {
    .fcs-bold-text {
text-align:center;
    }
}

/* Main Navbar */
.fcs-mainbar-container {
  background: #fff !important;
}

.navbar-toggler {
    font-size: 1.8rem;
    padding: 0;
}

@media (min-width: 780px) {
    .navbar-toggler {
        display: block;
    }

    .navbar-expand-lg .navbar-collapse {
        justify-content: center;
    }

    li.nav-item {
        border-left: 1px solid transparent;
        padding: 0 2px;
        border-radius: 6px;
    }

    li.nav-item:last-child {
        border-right: 1px solid transparent;
    }



    .col-lg-2.col-3.fcs-navbar-heading {
        max-width: 12%;
        padding-right: 0;
    }

    .col-lg-4.col-7.fcs-navbar-heading {
        padding-left: 0;
        margin-left: -45px;
    }
}

    @media (min-width: 992px) {
    .navbar-toggler {
    display: none;
    }
}

.navbar-toggler-icon {
    width: unset;
    height: unset;
    vertical-align: unset;
    color: #1d3a7c;
}

@media (min-width: 780px) {
    .col-lg-3.col-2.fcs-navbar-logo {
        display: none;
    }
}

@media (max-width: 780px) {
    .fcs-navbar-logo img {
        display: none;
    }

    .col-lg-2.col-3.fcs-navbar-heading {
        padding-right: 0;
    }

    ul.navbar-nav {
        padding: 15px;
    }

    ol.carousel-indicators {
        display: none;
    }

    .col-lg-6.col-7.fcs-navbar-heading {
        text-align: left;
    }

    .fcs-small-text {
        font-size: 14px;
    }

    .fcs-bold-text {
        font-size: 22px;
    }
}

.navbar-dark .navbar-nav .nav-link {
    background-color: #343a40e3;
    color: #fff;
    font-weight: bold;
    font-size: 0.8vw;
    text-transform: uppercase;
    border-radius: 5px;
}

.navbar-dark .navbar-nav .nav-link:hover {
    color: #fff;
}

.fcs-marquee-container {
    background: #eeeeee;
    padding: 0;
    display: flex;
}


.fcs-marquee-container marquee {
    font-size: 14px;
    color: #000;
    font-weight:bold;
    padding-top: 6px;
    text-transform: uppercase;
}

.fcs-marquee-container span {
    padding: 5px;
    color:red
}
.fcs-cont {
    background: #fcf1ca;
    padding: 5px;
    font-weight:bold;
    text-align:center;
    padding-bottom:10px;
    padding-top:15px;

}
.fcs-light-bg {
    background: #2767dc;
    color: #ffffff;
    line-height: 1.2em;
    padding: 15px;
    text-transform: uppercase;
    font-size: 14px;
}

.fcs-dark-bg {
    background: #69932b;
    color: #ffffff;
    line-height: 1.2em;
    padding: 15px;
    text-transform: uppercase;
    font-size: 14px;
}

.fcs-padding-container {
    padding: 30px;
}

@media (max-width: 780px) {
    .fcs-padding-container .row div:nth-child(4) {
        background: #eeeeee;
        }

    .fcs-padding-container .row div:nth-child(5) {
        background: #eeeeee;
    }
}

.container-fluid.fcs-padding-container {
    background: white;
}

.fcs-bold-text-white {
    display: block;
    font-weight: 800;
    line-height: 1.2em;
    font-size: 28px;
    text-align: left;
    color:#2c498d;
    text-decoration: underline;
    margin-bottom: 30px;
}
.fcs-bold-text-white1 {
    display: block;
    line-height: 1.2em;
    font-size: 16px;
    text-align: center;
    color: red;
}

div#nav-tab {
    margin: 30px;
    justify-content: center;
}

.nav-tabs {
    border-bottom: 0;
}

.nav-tabs .nav-link {
    border-radius: 0;
    text-transform: uppercase;
    color: #ffffff;
    font-size: 14px;
    background: #2c498d;
}

.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
    background-color: #60AFFF;
    color: #ffffff;
    border-color: #2c498d;
}
@media (max-width: 780px) {
    .navbar-dark .navbar-nav .active>.nav-link, .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .show>.nav-link   {
        color: #000;

    }
    .navbar-dark .navbar-nav .nav-link:hover {
        color: #000;
    }

}

.nav-tabs .nav-link.active {
    background-color: #e54f07;
    color: #fff;
    border-color: #e54f07;
}

@media (max-width: 780px) {
    .nav-tabs .nav-link {
        width: 100%;
    }
}

.tab-content.fcs-padding-container {
    background: #eeeeee;
    padding: 0 60px 40px 60px;
}

.card {
    border: 0;
    border-radius: 0;
    /* box-shadow: 0 1rem 3rem rgba(0,0,0,.175)!important; */
}

#nav-tabContent div .row {
    justify-content: center;
}

h5.card-title {
    font-size: 17px;
    text-transform: uppercase;
    text-align: center;
    font-weight: 700;
}

p.card-text {
  font-size: 17px;
  line-height: 1.2em;
  /*margin-left: 100px;*/
  /*margin-right: 72px;*/
}
p.card-text1 {
  font-size: 15px;
  line-height: 1.2em;
}

.card-pricing {
    /* background: #e54f07; */
    padding: 10px;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
    text-transform: uppercase;
    color: #ffffff;
    background: url(./assets/img/bg.png);
}

.card-pricing span:nth-child(1) {
    font-size: 18px;
    font-weight: 500;
}

.card-pricing span:nth-child(3) {
    font-size: 32px;
    font-weight: 700;
}

.card-pricing span:nth-child(3) i {
    font-size: 22px;
}

.card-pricing span:nth-child(5) {
    font-size: 12px;
}

.fcs-card-link, .fcs-card-link:hover {
    padding: 0;
    font-size: 14px;
    text-transform: uppercase;
    color: #2767dc;
    display: block;
    margin-top: 30px;
    bottom: 0;
    position: absolute;
    margin-bottom: 20px;
    font-weight: 600;
}

@media (max-width: 780px) {
    .card {
        margin-bottom: 30px;
    }

    .card:last-child {
        margin-bottom: 0;
    }

    .w-100 {
        display: none;
    }

    .card.col-lg-3.col-12 {
        background: #ffffff !important;
    }
}

.dropdown-menu.show {
    margin: 0;
    border-radius: 0;
    border: 0;
    font-size: 14px;
    text-transform: uppercase;
    background:#1a4171;;
    padding: 0;
}

.dropdown-menu.show a {
    color: #ffffff;
    font-weight: 400;
    padding: 5px 11px;
    background-color: #343a40e3;
}

.dropdown-menu.show a:hover, .dropdown-menu.show a:focus {
    background: #1a4171;
    outline: none !important;
}

.dropdown-item.active, .dropdown-item:active {
    background: #69932b;
}

/* Fixed/sticky icon bar (vertically aligned 50% from the top of the screen) */
.icon-bar {
    position: fixed;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 9;
    right: 0;
}

/* Style the icon bar links */
.icon-bar a {
    display: block;
    text-align: center;
    padding: 16px;
    color: #ffffff;
    font-size: 20px;
}

.icon-bar a:nth-child(even) {
    background: #69932b;
}

@media (min-width: 780px) {
  .card-grid-all{
    margin-right: 10px!important;
    margin-left: 10px!important;
  }
.icon-bar a:nth-child(odd) {
    background: #2767dc;
}

.row .card:nth-child(even) {
    background: #f8f8f8;
}
}

@media (max-width: 780px) {
.response_sm{
  margin-top: 15px;
}
.fcs-topbar-link a{
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}
    .icon-bar a:nth-child(odd) {
        background: #2767dc;
    }

    .card.col-lg-4.col-12 {
        background: #ffffff !important;
    }
}

.fcs-blue-container {
    background: #2767dc;
}

div#nav-iso .row .card:last-child {
    background: #ffffff;
}

.fcs-help {
    text-align: center;
    font-size: 15px;
    justify-content: center;
}

.top-help {
    margin-top: 5px;
    text-align:center;
    font-weight:bold;
    font-size:20px;
    color: #23a455;
    box-sizing: border-box;
    margin-right: 15px;
}
@media (min-width: 780px) {
    .top-help {
        text-align:center;
    }
}

.fcs-stat-container {
    border-bottom: 1px solid #ddd;
    padding-bottom: 30px;
    margin-bottom: 30px;
    justify-content: space-evenly;
}

/* .fcs-stat-container > div {
    border-right: 1px solid #ddd;
} */

.fcs-user-icon {
    width: 50px;
    height: 50px;
    padding: 0;
    text-align: center;
    line-height: 50px;
    /* background: #69932b; */
    background: url(./assets/img/bg.png);
    /* border-radius: 50px; */
    color: #ffffff;
    font-size: 22px;
}

/* .fcs-stat-container > div:last-child {
    border: 0;
} */

.fcs-stat-container span:nth-child(1) {
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    color: #69932b;
}

.fcs-stat-container span:nth-child(3) {
    font-size: 14px;
    text-transform: uppercase;
    line-height: 1.2em;
    white-space: nowrap;
}
/*
.bg-orange {
    background: #e54f07;
}

.bg-green {
    background: #a3c13d;
}

.bg-blue {
    background: #39bcb8;
} */

@media (max-width: 780px) {
    .fcs-stat-container > div {
        /* border-right: 0; */
        margin-bottom: 5px;
    }
}

.cd-top, .cd-top:hover {
    position: fixed;
    bottom: 20px;
    right: 20px;
    padding: 5px 10px;
    color: #fff;
    z-index: 9;
    background: darkorange;
}

.cd-top {
    visibility: hidden;
    opacity: 0;
    transition: opacity .3s, visibility .3s, background-color .3s;
}

.cd-top--is-visible {
    visibility: visible;
    opacity: 1;
}

.container-fluid.fcs-padding-container.bg-green {
    padding: 0;
}

.bg-green {
    background: #0f7451 !important;
}

.whats-new-title {
    background: rgba(0,0,0,0) url(./assets/img/whats-new-arrow.png) no-repeat scroll right center;
    color: #fff;
    padding: 20px;
    line-height: 1.2em;
}

@media (max-width: 780px) {
    /* .whats-new-title {
        padding: 25px 30px 25px 15px;
    } */

    .fcs-new-second {
        padding: 15px 30px 15px 15px !important;
        line-height: 1.2em;
    }

    .whats-new-subtitle {
        font-size: 14px !important;
    }

    div#nav-tabContent .row.fcs-help {
        margin-top: 30px;
    }
}

.whats-new-title span {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 700;
}

.whats-new-subtitle {
    font-size: 14px;
    color: #ffffff;
    text-transform: uppercase;
}

.whats-new-subtitle > a {
    color: #ffffff;
    text-decoration: underline;
}

.fcs-new-second {
    padding: 20px;
    line-height: 1.2em;
}

.row {
    align-items: unset;
}

.bg-grey {
    background: #f8f8f8;
    padding: 15px;
}

.fcs-center {
    text-align: center !important;
    background: url(./assets/img/bg.png) !important;
}

.container-fluid.fcs-footer {
    background: #fcf5ae;
}
.fcs-footer1 {
    background: #FF8C00!important;
    color: #fff!important;
    text-align:center;
    font-size:15px;
    font-weight:bold;
    border-bottom:1px solid white;
    padding-bottom:22px;
    padding-top:22px;
}
.fcs-footer1  a{
    color:white;
    text-decoration:none;
}

.fcs-box{
    background-color: #23a455;
    text-align:center !important;
    border-radius:8px;
    padding:10px;
}
.fcs-center-footer > div > span {
    font-weight:bold;
    color:#61ce70;
    border-radius:7px;
}

.fcs-box a{
    color:white;
    text-decoration: none;
    font-size:8pt;
    font-weight:bold;
}
.fcs-bottom-main{
    background-color: #051a4c;
    color:white;
    font-size:14px;
    padding-top:20px;
    padding-bottom:20px;

}

.fcs-bottom-nav{
    background-color: #FF8C00;
    color:white;
    font-size:14px;
    padding:6px;
}
.fcs-bottom-nav a{
    color:white;
    text-decoration: none;
}



.table .thead-dark th {
    color: #fff;
    background-color: #FF8C00;
    border-color: #FF8C00;
}

.container-fluid.bg-yellow {
    padding: 10px;
    font-size: 14px;
    text-align: center;
    text-transform: uppercase;
    color: #e54f07;
}

.bg-yellow {
    background: #FCF1CA;
}

.container-fluid.fcs-footer > .col-lg-11.col-11 {
    padding: 5px;
    text-align: center;
    border-bottom: 1px solid #69932b;
    justify-content: center;
    margin: auto;
}

.container-fluid.fcs-footer > div > a {
    color: #000;
}

.container-fluid.fcs-footer > .col-lg-11.col-11 > a:last-child {
    border-right: 0;
}

.container-fluid.fcs-footer > .col-lg-11.col-11 > a {
    color: #ffffff;
    border-right: 1px solid #69932b;
}

.fcs-center-footer {
    justify-content: center;
    padding: 15px 0;
    /* color: #ffffff; */
    text-transform: uppercase;
    /* font-size: 14px; */
}

.fcs-center-footer > div > span {
    font-size: 14px;
    color: #61ce70;
}

.fcs-form-container .col-12.col-lg-5 {
    padding: 0;
    margin: 15px 0;
}

.row.fcs-center-footer > div > span:nth-child(4) > span {
    margin-left: 5px;
}

.bg-orange {
    background: #e54f07 !important;
}

.fcs-form-container {
    background-color:white;
    padding: 15px;

}

form {
    border: 2px solid #eee;
    border-top: 0;
    background: #eeeeee00;
    padding: 15px;
    color: #fff;
}

.form-instructions .form-group {
  margin-bottom: 0;
}

.form-instructions {
  padding: 15px;
}

label.fcs-text-dark {
    color: #000;
    margin-bottom: 40px;
}

.fcs-bold-text-dark {
    display: block;
    font-weight: 800;
    line-height: 1.2em;
    font-size: 20px;
    text-align: center;
    color: #000;
    text-transform: uppercase;
}

label {
    margin-bottom: 0;
    text-transform: uppercase;
    font-size: 14px;
    color: #1a4171;
}
.txt {
    font-weight: bold;
}

select, input {
    text-transform: uppercase;
    border-radius: 0 !important;
    font-size: 14px !important;
}
.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    background-color: white !important;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.form-control:focus {
  background-color: white!important;
}
.required {
    color:#f7c025;
}

.fcs-submit-button, .fcs-submit-button:hover, .fcs-submit-button:active, .fcs-submit-button:focus {
    background:orange!important;
    border: 0;
    border-radius: 0;
    font-size: 14px;
    text-transform: uppercase;
    color: #ffffff;
}

.edit-submit {
    background: #545b62;
}

.modal-content {
    border-radius: 0;
    border: 0;
    overflow: hidden !important;
    padding-right: 0 !important;
}

@media (max-width: 780px) {
    .fcs-mt-30 {
        margin-top: 30px;
    }
}
@media (max-width: 780px) {
    .col-md-3 {
     text-align: center;
    }
}
@media (max-width: 780px) {
    .col-md-4 {
     text-align: center;
    }
}

input[type="file"] {
    background: none !important;
    border: 0;
    margin: 0;
    padding: 0;
    height: unset;
}

.progress {
    display: none;
    border-radius: 0;
    width: 300px;
    margin-top: 5px;
}

@media (max-width: 780px) {
  .card-grid-all{
    margin-left: 12px!important;
    margin-right: 12px!important;
  }
  .display-4{
    font-size: 30px!important;
  }
  .lead{
    font-size: 15px!important;
  }
    .progress {
        width: 100%;
    }
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
   opacity: 1;
}

input.razorpay-payment-button {
    background: #e54f07;
    border: 0;
    border-radius: 0;
    font-size: 14px;
    text-transform: uppercase;
    color: #ffffff;
    padding: 5px 10px;
    outline: none !important;
}

.plain-design-link, .plain-design-link:hover {
    color: #000;
    text-decoration: none;
}
.fcs-box2{
  border-radius: 12px;
    padding:20px;
    background-color:#FF8C00!important;
    color:white;
    font-weight:bold;
    cursor: pointer;

}
.fcs-box2:hover{
box-shadow: 0 10px 16px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%)
}
.fchd {
    background-color: #1a4171;
    padding: 5px;
    text-align: center !important;
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
    border: 1px solid #eee;
    border-bottom: 2px #f7c025 solid;
}
.incturct {
    padding: 16px;
    padding-bottom: 0px;
    color: #1a4171;
    font-weight: 900;
    text-transform: uppercase;
    margin: 0;
}
.boder-instuct{
  box-shadow: 0 2px 5px 0 rgb(0 0 0 / 18%), 0 4px 8px 0 rgb(0 0 0 / 9%) !important;
  background-color:#eeeeee00;
}
.card-grid-all{
  /* width: 200px; */
}
.card-grid-all > .card-body > .btn{
  background-color: #1a4171;
  color: #fff!important;
}
.grid[_ngcontent-mim-c1] {
    display: grid;
    grid-template-columns: repeat(auto-fit,minmax(400px,1fr));
}
.mobile-margin[_ngcontent-mim-c1] {
    width: 85%;
    margin-left: 100px;
}
.mobile-margin-acc[_ngcontent-mim-c1] {
    width: 85%;
}
.accordion[_ngcontent-mim-c1] {
    background-color: #eeeeee;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: 1px solid #dedede;
    text-align: left;
    outline: 0;
    font-size: 15px;
    -webkit-transition: .4s;
    transition: .4s;
}
.panel[_ngcontent-mim-c1] {
    padding: 0 18px;
    background-color: #fff;
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height .2s ease-out;
    transition: max-height .2s ease-out;
    border: 1px solid #dedede;
    border-top: none;
    border-bottom: none;
}
.panel{
    padding: 0 18px;
    background-color: #fff;
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height .2s ease-out;
    transition: max-height .2s ease-out;
    border: 1px solid #dedede;
    border-top: none;
    border-bottom: none;
}
.accordion[_ngcontent-mim-c1]:after {
    content: '\002B';
    color: #777;
    font-weight: 700;
    float: right;
    margin-left: 5px;
}
.accordion{
    background-color: #fff;
    color: #444;
    cursor: pointer;
    padding: 18px;
     padding-top: 3px;
    padding-bottom: 3px;
    width: 100%;
    border: 1px solid #dedede;
    text-align: left;
    outline: 0;
    font-size: 15px;
    -webkit-transition: .4s;
    transition: .4s;
}
.toggler_faqs{max-height: 122px!important;}
.ac-active[_ngcontent-mim-c1], .accordion[_ngcontent-mim-c1]:hover {
    background-color: #ccc;
}

.toggler_faqs{max-height: 122px;}
h1 {
    color: #1a4171;
    font: 700 2.5rem/3rem "Montserrat", sans-serif;
    font-style: normal;
    font-variant-ligatures: normal;
    font-variant-caps: normal;
    font-variant-numeric: normal;
    font-variant-east-asian: normal;
    font-weight: 700;
    font-stretch: normal;
    font-size: 15px;
    line-height: 3rem;
    font-family: Montserrat, sans-serif;
    text-decoration: underline;
    text-decoration-line: underline;
    text-decoration-thickness: initial;
    text-decoration-style: initial;
    text-decoration-color: initial;
    margin-top: 30px;
}
h2 {
    font: 700 1.75rem/2.125rem "Montserrat", sans-serif;
    font-style: normal;
    font-variant-ligatures: normal;
    font-variant-caps: normal;
    font-variant-numeric: normal;
    font-variant-east-asian: normal;
    font-weight: 700;
    font-stretch: normal;
    font-size: 1.75rem;
    line-height: 2.125rem;
    font-family: Montserrat, sans-serif;
    text-align: left;
}
h4 {
    color: #484a46;
    font: 700 1.25rem/1.625rem "Montserrat", sans-serif;
    font-style: normal;
    font-variant-ligatures: normal;
    font-variant-caps: normal;
    font-variant-numeric: normal;
    font-variant-east-asian: normal;
    font-weight: 700;
    font-stretch: normal;
    font-size: 1.25rem;
    line-height: 1.625rem;
    font-family: Montserrat, sans-serif;
}
.card-header:first-child {
    color: white;
    border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
    border-top-left-radius: calc(0.25rem - 1px);
    border-top-right-radius: calc(0.25rem - 1px);
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}
.card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: #1a4171;
    border-bottom: 1px solid rgba(0,0,0,.125);
}
h3 {
    font: 700 1.375rem/1.75rem "Montserrat", sans-serif;
    font-style: normal;
    font-variant-ligatures: normal;
    font-variant-caps: normal;
    font-variant-numeric: normal;
    font-variant-east-asian: normal;
    font-weight: 700;
    font-stretch: normal;
    font-size: 1.375rem;
    line-height: 1.75rem;
    font-family: Montserrat, sans-serif;
}
.card-title {
    margin-bottom: 0.75rem;
}
h5 {
    color: #484a46;
    font: 700 1.125rem/1.5rem "Montserrat", sans-serif;
    font-style: normal;
    font-variant-ligatures: normal;
    font-variant-caps: normal;
    font-variant-numeric: normal;
    font-variant-east-asian: normal;
    font-weight: 700;
    font-stretch: normal;
    font-size: 1.125rem;
    line-height: 1.5rem;
    font-family: Montserrat, sans-serif;
}
body, p {
     color: black !important; 
    font: 400 1rem/1.5625rem "Open Sans", sans-serif;
    font-style: normal;
    font-variant-ligatures: normal;
    font-variant-caps: normal;
    font-variant-numeric: normal;
    font-variant-east-asian: normal;
    font-weight: 400;
    font-stretch: normal;
    font-size: 1rem;
    line-height: 1.5625rem;
    font-family: "Open Sans", sans-serif;
}
p1{
    color: white; 
    font: 400 1rem/1.5625rem "Open Sans", sans-serif;
    font-style: normal;
    font-variant-ligatures: normal;
    font-variant-caps: normal;
    font-variant-numeric: normal;
    font-variant-east-asian: normal;
    font-weight: 400;
    font-stretch: normal;
    font-size: 1rem;
    line-height: 1.5625rem;
    font-family: "Open Sans", sans-serif;
    background-color: #343a40;
}

p {
    margin-top: 0;
    margin-bottom: 1rem;
}
*, *::before, *::after {
    box-sizing: border-box;
}
p {
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}
.card-body{
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: auto;
    padding: 1.25rem;
    padding-top: 1.25rem;
    padding-right: 1.25rem;
    padding-bottom: 1.25rem;
    padding-left: 1.25rem;
}
.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-top-color: rgba(0, 0, 0, 0.125);
    border-top-style: solid;
    border-top-width: 1px;
    border-right-color: rgba(0, 0, 0, 0.125);
    border-right-style: solid;
    border-right-width: 1px;
    border-bottom-color: rgba(0, 0, 0, 0.125);
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-left-color: rgba(0, 0, 0, 0.125);
    border-left-style: solid;
    border-left-width: 1px;
    border-image-source: initial;
    border-image-slice: initial;
    border-image-width: initial;
    border-image-outset: initial;
    border-image-repeat: initial;
    border-radius: 0.25rem;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}
.card .card-body {
    box-shadow: rgb(100 100 111 / 20%) 0px 7px 29px 0px;
    border-radius: 0px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}
.text-warning {
    color: #1a4171!important;
}
.alert-info {
    color: white;
    background-color:#1bcf1b;
    border-color: #1bcf1b;
    border-top-color: #1bcf1b;
    border-right-color: #1bcf1b;
    border-bottom-color: #1bcf1b;
    border-left-color:#1bcf1b;
}
.nav-float-ico{
    float:right;
}
@media (max-width: 780px) {
 .accordion{  
       }
    .navbar-dark .navbar-nav .nav-link {
   font-size:15px;
   margin-top: 8px;
}
.navbar-nav .nav-link {
    padding-left: 10px;
}
.mobile-margin[_ngcontent-mim-c1] {
    width: 85%;
     margin-left: -4px; 
}
.mobile-margin-acc[_ngcontent-mim-c1] {
    width: 85%;
     margin-left: -4px; 
}
.nav-float-ico{
    float:left;
}
}
.accordion a {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  padding: 1rem 3rem 1rem 1rem;
  color: #7288a2;
  font-size: 1.15rem;
  font-weight: 400;
  border-bottom: 1px solid #e5e5e5;
}
.accordion a:hover,
.accordion a:hover::after {
  cursor: pointer;
  color: orange;
}
.accordion a:hover::after {
  border: 1px solid orange;
}
.accordion a.active {
  color: orange;
  border-bottom: 1px solid orange;
}
.accordion a::after {
  font-family: 'Ionicons';
  content: '\f218';
  position: absolute;
  float: right;
  right: 1rem;
  font-size: 1rem;
  color: #7288a2;
  padding: 5px;
  width: 30px;
  height: 30px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid #7288a2;
  text-align: center;
}
.accordion a.active::after {
  font-family: 'Ionicons';
  content: '\f209';
  color: orange;
  border: 1px solid orange;
}
.accordion .content {
  opacity: 0;
  padding: 0 1rem;
  max-height: 0;
  border-bottom: 1px solid #e5e5e5;
  overflow: hidden;
  clear: both;
  -webkit-transition: all 0.2s ease 0.15s;
  -o-transition: all 0.2s ease 0.15s;
  transition: all 0.2s ease 0.15s;
}
.accordion .content p {
  font-size: 1rem;
  font-weight: 300;
}
.accordion .content.active {
  opacity: 1;
  padding: 1rem;
  max-height: 100%;
  -webkit-transition: all 0.35s ease 0.15s;
  -o-transition: all 0.35s ease 0.15s;
  transition: all 0.35s ease 0.15s;
}
.font-weight-bold {
    background: orange;
    color: white;
}
.col-md-4 {
  background: #343a40;  
}
.col-md-41 {
   background: rgb(255, 255, 255);
   padding-top:5px;
   padding-bottom:5px;
}

.context-dark, .bg-gray-dark, .bg-primary {
    background-color:  #343a40;
}

.footer-classic a, .footer-classic a:focus, .footer-classic a:active {
    color: #ffc107;
}

.nav-list li {
    padding-top: 5px;
    padding-bottom: 5px;
}

.nav-list li a:hover:before {
    margin-left: 0;
    opacity: 1;
    visibility: visible;
}

ul, ol {
    list-style: none;
    padding: 0;
    margin: 0;
}

.social-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding: 23px;
    font: 900 13px/1 "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.5);
}
.social-container .col {
    border: 1px solid rgba(255, 255, 255, 0.1);
}
.nav-list li a:before {
    content: "\f14f";
    font: 400 21px/1 "Material Design Icons";
    color: orange;
    display: inline-block;
    vertical-align: baseline;
    margin-left: -28px;
    margin-right: 7px;
    opacity: 0;
    visibility: hidden;
    transition: .22s ease;
}
.desc-heading{
    color:#000000;
    font-size:14px;
    font-weight:bold;
}
.desc_heading_comm {
    color: #e54f07;
    font-size:12px;
    font-weight:bold;
}
.col-md-8 {
    background-color: #f5f7fa;
}
.time text-center{
 color: #909090;
}
.client-popup container{
 display: block; 
 top: 993.826px; 
 position: fixed;   
}
.cd-top text-replace js-cd-top{
height: 25px;  
background: #343a40;
}
.col-sm-1-mt-3-mt-xl-0-mt-lg-0 {
    width: 69px;
}
.floating-feedback{
    color:green;
}
.footer-height{
    height: 25px; 
    background-color: #343a40;
}
.key-heading{
    color: red;
    font-size: 35px;
}
.key-heading1{
    font-size: 20px;
}
.nav-item dropdown{
    border-radius: 0;
    border-left: 2px #ddd solid;
}
 .mahatma-logo{
     position: absolute;
     top: 10px;
     width: 300px;
 }   
.uam-size{
    font-size:10px;
    width:12px;
}

@media (max-width: 780px) {
    .mahatma-logo{
    position: inherit;
    top:0;
    width:100%;
    }
    .header-top-responsive{
        margin:0!important;
        padding:0!important;
    }
    .response_sm , .response_sm > h1 {
         margin:0!important;
         padding:0!important;
         font-size: 19px!important;
    }
    .key-heading , .key-heading1{
        font-size: 19px!important;
    }
    .response_sm_mt{
        padding-top:0!important;
        padding-bottom:0!important;
    }
    .response_sm_mt > .row > .col-sm-4{
        padding:0!important;
    }
    .fcs-topbar-heading{
        display:none;
    }
    body > .col-10 {
        display:none;
    }
.nav-float-ico{
        width: 79px;
        margin-left: 28px;
}
.card .card-body{
    box-shadow:none;
    padding:10px;
}
p.card-text{
    line-height: normal;
    margin-left: 0;
    margin-right: 0;
}

.card-group .card-body .card-text ,.card-group .card-body{
    text-align:center;
}
.fcs-secondary-button-active{
    margin:0;
}
.card-group .card-body a{
     margin:auto;
}
.fcs-padding-container{
    padding:15px;
}
.fcs-bold-text-white{
    margin:0px;
}
.fcs-bold-text-white , h2{
    font-size:24px;
}
label.fcs-text-dark {
    margin-bottom: 10px;
}
.boder-instuct{
    box-shadow:none!important;
}
.incturct{
    border-top: 2px solid #eee;
border-left: 2px solid #eee;
border-right: 2px solid #eee;
}
.form-instructions{
        border-bottom: 2px solid #eee;
border-left: 2px solid #eee;
border-right: 2px solid #eee;
}
.accordion {
    padding:10px;
}
.accordion a{
     padding-top: 10px;
     padding-bottom: 10px;
}
.mySlides{
        padding: 10px 14px!important;
}
.fcs-topbar-link{
    display: flex;
    flex-direction: row-reverse;
}

}