::selection {
    background: #3e70cb;
    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.25em !important;
}

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

.form_box{
    padding-left:3rem;
}
.instruc {
    /*margin-top: 20px !important;*/
    padding-right:3rem;
}

.steps_div{
    padding:0rem 3rem;
}
.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: #07222e;
    color:White;
        padding: 5px !important;
}
.btn-group-sm>.btn, .btn-sm {
    padding: .25rem .5rem;
    font-size: .695rem !important;
    line-height: 1.5;
    border-radius: .2rem;
    text-decoration:none !important;
}
.h2, h2 {
    font-size: 0.8rem !important;
}
.required{
    color:red;
}
.nav-link{
    text-decoration:none !important;
}
.btn-link {
    font-weight: 200;
    color: #000000 !important;
    text-decoration: none;
}

.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-icon {
    color: #ffffff;
    padding: 0;
}

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

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

@media (min-width: 780px) {

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

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

    .col-lg-6.col-7.fcs-navbar-heading {
        text-align: center;
    }
    
    
}
@media (min-width: 768px) {

    .card-columns {
        column-count:1 !important;
    }
}
@media (max-width: 780px) {
    .fcs-topbar-heading {
        text-align: center;
    }
    .head-text {
        width:75% !important;
        padding:10px !important;
    }
    .card-columns {
        column-count:1 !important;
    }
    .fa-bars:before {
    content: "\f0c9";
    padding-right: 21rem !important;
}

    .fcs-navbar-logo {
        text-align: right;
        margin-top: 1rem;
        background: #e96c19 !important;
    }
    .instruc{
        margin-top: 2rem;
    }

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

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

/* Navbar */
.fcs-navbar-container {
    padding: 0;
    /* background: linear-gradient(25deg,#07222e,#07222e, #fff, #e7bd80,#efc07b) !important; */
    background:#d9d9d9;
}

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

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

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

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

.fcs-bold-text {
    display: block;
    font-weight: 800;
    line-height: 1.2em;
    font-size: 21px;
}

/* Main Navbar */
.fcs-mainbar-container {
    /*background: #838587  !important;*/
    background: #001d5c !important;
    padding: 0 !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 #3e70cb;*/
        border-left: 1px solid #e96c19;
        padding: 0 2px;
    }

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

    li.nav-item:hover, li.nav-item.active {
        background: #000;
    }

    .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: #fffe;
}

@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 {
    color: #fff;
    font-size: 0.756rem;
    text-transform: uppercase;
}

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

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

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

.fcs-marquee-container span {
    padding: 5px;
    color: #D80101;
}

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

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

.fcs-padding-container {
    padding: 30px;
    text-align: justify;
}

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

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

.container-fluid.fcs-padding-container {
    background: #eeeeee
}

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

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: #07222e;
}

.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
    background-color: #07222e;
    color: #ffffff;
    border-color: #07222e;
}

.nav-tabs .nav-link.active {
    background-color: #3e70cb;
    color: #ffffff;
    border-color: #3e70cb;
}

@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: 20px;
    text-transform: uppercase;
    text-align: center;
    font-weight: 700;
    color: #07222e;
}

p.card-text {
    font-size: 11px;
    text-transform: uppercase;
    line-height: 1.2em;
}

.card-pricing {
    /* background: #3e70cb; */
    padding: 10px;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
    text-transform: uppercase;
    color: #ffffff;
    background: #567c1e;
}

.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: #567c1e;
    padding: 0;
}

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

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

.dropdown-item.active, .dropdown-item:active {
    background: #07222e;
}

/* 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: #07222e;*/
    background:#4e9d3a;
}

@media (min-width: 780px) {
    .icon-bar a:nth-child(odd) {
        background: #e96c19;
    }

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

@media (max-width: 780px) {
    .icon-bar a:nth-child(odd) {
        background: #e96c19;
    }

    .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;
    justify-content: center;
}

.top-help {
    padding: 5px;
    /* background: #fff; */
    color:black;
    margin-top: 5px;
    box-sizing: border-box;
    margin-left: 15px;
    margin-right: 15px;
}

.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: #07222e; */
    background: #567c1e;
    /* 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: #07222e;
}

.fcs-stat-container span:nth-child(3) {
    font-size: 14px;
    text-transform: uppercase;
    line-height: 1.2em;
    white-space: nowrap;
}
.bg-dark-nav {
    background-color: #07222e!important;
}
.navbar-dark .navbar-nav .nav-link {
color:white !important;
}
/* 
.bg-orange {
    background: #3e70cb;
}

.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: #3e70cb;
}
  
.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;
    }

    .form_box{
    padding-left:1rem!important;
    }
    .instruc {
        padding-right:1rem!important;
    }

    .steps_div{
        padding:0rem 1rem!important;
    }
}

.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: #567c1e !important;
}

.container-fluid.fcs-footer {
    background: #567c1e;
}

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

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

.bg-yellow {
    background: #FCF1CA;
}

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

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

.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 #07222e;
}

.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: #ffffff;
}

.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: #3e70cb !important;
}

.fcs-form-container {
    padding: 15px;
    text-align:justify;
}

form {
    /*background: #e9edef;*/
    background: #d9d9d9;
    padding: 15px;
    height: auto;
    border: 1px solid #7f8689;
}

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

.form-instructions {
    background:#d9d9d9;
    padding: 15px;
    height: auto;
    border: 1px solid #7f8689;
}

label.fcs-text-dark {
    color: #000;
}

.fcs-bold-text-dark {
    display: block;
    font-weight: 800;
    line-height: 1.2em;
    font-size: 20px;
    text-align: center;
    color: #ffffff;
    text-transform: uppercase;
}
.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;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid#969595 !important;
    border-radius: 0.25em !important;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

label {
    margin-bottom: 0;
    text-transform: uppercase;
    font-weight:bold;
    font-size: 12px;
}

select, input {
    text-transform: uppercase;
    border-radius: 0 !important;
    font-size: 14px !important;
}

.required {
    color: #FF0000;
}

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

.btn-primary{
    /*background: #838587 !important;
    border:1px solid #838587;*/
    background: #e96c19 !important;
    border: 1px solid #e96c19!important;
    color: #fff!important;
}
.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;
    }
}

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) {
    .progress {
        width: 100%;
    }
}

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

input.razorpay-payment-button {
    background: #3e70cb;
    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: #ffffff;
    text-decoration: none;
}

span.description-box {
    padding: 15px;
    display: block;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    text-align: center;
}

button.btn.btn-primary.text-white.dropdown-toggle, button.btn.btn-primary.text-white.dropdown-toggle:focus {
    padding: 5px;
    font-size: 14px;
    text-transform: uppercase;
    border-radius: 0;
    background: #3e70cb;
    border: 0;
    outline: none !important;
    box-shadow: none !important;
}
.alert-info {
    color: #B71C1C;
    background-color: #FFCDD2 !important;
    border-color: #FFCDD2 !important;
}
.fchd{
    padding: 5px;
    text-align: center !important;
    /*background: #838587  !important;*/
    /*background: #193f90 !important;*/
    background:linear-gradient(to top, #002066,#011b54);
    color: #ffffff;
    text-transform: uppercase;
    font-size: 16px;
    border-top-left-radius: 0.8em;
    border-top-right-radius: 0.8em;
}
.btn-custom{
    /*background: #838587  !important;*/
    background: linear-gradient(to left,#e96c19,#ed4d00) !important;
    border:none !important;
}
.head-text {
    color: #000000;
    font-size: 15px !important;
    padding: 5px;
    width: 41%;
    margin: auto;
    font-family: sans-serif !important;
    /*background: #838587;*/
   /* background: #828181;*/
    text-transform: uppercase;
}
table, th, td {
    /* border: 1px solid black; */
    border-collapse: collapse;
  }
  th, td {
    padding: 5px;
    text-align: left;
  }
  .table1,th,td{
    border: 1px solid black;
  }
  li.points {
    list-style: none;
  }
  
  li.points:before {
    content: '🗹';
    font-weight:bold;
    color:#07222e;
  }
  .pointx {
    list-style: none;
    background:#eee;
  }
  

  li {
    color: black;
}
/* li:nth-child(odd) {
    background: #fff;
}
li:nth-child(even) {
    background: #eee;
} */
.fcdr {
    /*background: #838587  !important;*/
    background:linear-gradient(to left, #002066,#011b54)  !important;
    color: white;
    font-weight: bold;
    padding: 10px;
    text-align:justify;
}

.fcdr h1 {
    font-size: 1rem!important;
    margin: 0;
    font-weight: bold;
}
.card-body {
    font-size: 14px;
    font-weight: bold;
    background-color: #ffffff !important;
    border: 1px solid #7f8689;
}

.steps_body{
  background-color: #d9d9d9!important;
  box-shadow: 2px 4px 3px #bfbab7;
}
span.step {
    background: #e96c19;
    border-radius: 0.8em;
    -moz-border-radius: 0.8em;
    -webkit-border-radius: 0.8em;
    color: #ffffff;
    display: inline-block;
    font-weight: bold;
    line-height: 1.6em;
    margin-right: 5px;
    text-align: center;
    width: 1.6em; 
  }
  h1{
      font-size:25px;
  }
  /* .card-columns {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 4;
    -webkit-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
    column-gap: 2.25rem;
    orphans: 1;
    widows: 1;
} */
/* @media (min-width: 1200px) { body{display:none;} }
@media (min-width: 992px) { body{display:none;} } */
.h2, h2 {
    font-size: 1.8rem !important;
}
select option {
  margin: 40px;
  background:#eee;
  color: #000;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
}

select option[value="1"] {
  background:#eee;
}

select option[value="2"] {
  background:#eee;
}

select option[value="3"] {
  background:#eee;
}

select option[value="4"] {
  background:#eee;
}
option:checked, option:hover {
    color: white;
    background:red!important;
}

.adv_txt_heading {
    font-size: 16px;
    font-weight: bolder;
}

.adv_img img{
    width:100%;
    height:250px;
    margin:30px 0px 20px 0px;
}

.table-data {
    border:none;
}

.table-data i {
   color:#e47830;
}

.card-table {
    margin-top:0px;
    background: #fff!important;
}

@media (max-width:768px){
    .fa-bars:before {
        padding-right: 0rem !important;
    }
    .fcs-navbar-logo {
        text-align: left;
    }

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

    .h2, h2 {
        font-size: 1.0rem !important;
    }

    p.card-text {
        font-size: 10px!important;
    }

    .terms {
        font-size:24px !important;
    }

    #helpline_div {
        display:none;
    }

    .icon-bar{
        position: absolute!important;
        top: 13%!important;
    } 
    .icon-bar a{
        padding:10px!important;
        font-size: 20px!important;
    }

    
}

.track-link {
    text-decoration:none;
    color:#fff;
}

.btn-custom a:hover {
    text-decoration:none;
    color:#fff;
}

.track-heading {
    /*background:#838587;*/
    background: linear-gradient(to top,#002066,#011b54);
    padding:10px 0px 2px 0px;
    color:#fff;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.track-heading h1{
    font-size:15px!important;
}

.form {
    background: none!important;
    padding: 10px!important;
    border: none!important;
}

.form_div {
    background: #d9d9d9;
    height: auto;
    border: 1px solid #07222e;
}

.complaint-div .form {
    text-align: left;
}

.gem_reg_lists ul{
    padding: 0px 1px 0px 15px!important;
}

.faq_txt {
    padding: 0px 1px 0px 15px!important;
}

@media (min-width: 1200px){
    .h2, h2 {
        font-size: 1.2rem !important;
    }

    .head-text {
        font-size: 18px !important;
        
    }

    .about-div {
        text-align:center;
    }

    .card-columns {
        column-count:4 !important;
    }

    p.card-text {
        font-size: 14px!important;
    }

    .adv_img img {
        height: 300px!important;
        margin: 65px 0px 20px 0px!important;
    }

    .adv_txt2 {
        padding-bottom:10px;
    }

    .head-text {
        width: 60%!important;
    }

    .head-text {
        font-size: 22px !important;
    }

    .h2, h2 {
        font-size: 1.8rem !important;
    }

    .terms {
        font-size:25px !important;
    }
}

@media (min-width: 1020px){
    .h2, h2 {
        font-size: 1.0rem !important;
        font-weight:700!important;
    }

    .about-div {
        text-align:center;
    }

    .card-columns {
        column-count:2 !important;
    }
    .head-text {
        width: 70%!important;
    }

    .head-text {
        font-size: 18px !important;
    }

    .adv_img img {
       
        margin: 90px 0px 20px 0px!important;
    }

    .terms {
        font-size:24px !important;
    }

    
}

 @media (max-width: 1200px){
    /* #auth_mail {
        margin-top:16px!important;
    }

    #auth_number {
        margin-top:22px!important;
    }
    #auth_d_o_b {
        margin-top:3px!important;
    }

    #auth_org {
        padding-bottom:15px!important;
    }

    #auth_typeorg {
        padding-bottom:6px!important;
    } */
    .seller_txt {
        padding-bottom:3px!important;
    }
   
   
} 

.helpline-div {
    text-align: center;
    color:#fff;
    font-weight:bold;
}
.card-table h4 {
    font-size:20px;
}

.seller_txt {
    padding-bottom:24px;
}

.border_striped tr:nth-child(odd) td{
    background:#eee!important;
}

.border_striped tr:nth-child(even) td{
    background:#fff!important;
}

.step_icon i {
    /*color:#838587;*/
    color: #012063;
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgb(225 235 255)!important;
}

.nav-link:hover{
    background:#e96c19;
}

.heading-txt{
    color:#000;
    font-size:22px;
    font-weight:bold!important;
    text-transform:uppercase!important;
    margin:22px 0px 0px 10px!important;
}

.table-heading {
    background:#001f61;
    padding:8px;
    color:#fff;
}



