::selection {
    background: #f36c35;
    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: #686868;
}

button {
    outline: none !important;
}

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

/* Topbar */
.fcs-topbar-container {
    background: #f8f8f8;
    padding: 0;
}

.fcs-topbar-heading {
    line-height: 1.2em;
    font-size: 14px;
    color: #686868;
    padding: 5px 15px;
}

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

.fcs-secondary-button {
    color: #686868;
    text-transform: uppercase;
}

.fcs-icon {
    color: #686868;
    padding: 0;
}
.fchd {
    background: #1253ca !important;
    color:white;
    font-weight:bold;
    padding: 10px;
    }

[title="Facebook"] {
    color: #385898;
}

[title="Twitter"] {
    color: #1da1f2;
}

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

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

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

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

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

/* Navbar */
.fcs-navbar-container {
    padding: 0;
}

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

.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;
    line-height: 1.2em;
    font-size: 24px;
}

/* Main Navbar */
.fcs-mainbar-container {
    background: #1253ca !important;
    padding: 0;
}

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

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

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

    li.nav-item {
        border-left: 1px solid #3E70CB;
        padding: 0 2px;
    }

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

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

    .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;
    }
}

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

@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: 14px;
    text-transform: uppercase;
}

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

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

.fcs-marquee-container marquee {
    font-size: 14px;
    color: #f36c35;
    padding-top: 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: #1253ca;
    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: #2767dc;
    }

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

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

.fcs-bold-text-white {
    display: block;
    font-weight: 800;
    line-height: 1.2em;
    font-size: 24px;
    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: #1253ca;
}

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

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

@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: #1253ca;
}

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

.card-pricing {
    /* background: #f36c35; */
    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: #2969dd;
    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: #1253ca;
    outline: none !important;
}

.dropdown-item.active, .dropdown-item:active {
    background: #1253ca;
}

/* 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: #1253ca;
}

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

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

@media (max-width: 780px) {
    .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;
    justify-content: center;
}

.top-help {
    padding: 5px;
    background: #f36c35;
    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: #1253ca; */
    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: #1253ca;
}

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

.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;
    background: url(./assets/img/bg.png);
    padding: 5px 10px;
    color: #fff;
    z-index: 9;
}
  
.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: #2767dc;
}

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

.bg-yellow {
    background: #FCF1CA;
}

.container-fluid.fcs-footer > .col-lg-11.col-11 {
    padding: 5px;
    text-align: center;
    border-bottom: 1px solid #1253ca;
    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 #1253ca;
}

.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;
}

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

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

.fcs-form-container {
    background: #eeeeee;
}

form {
    padding: 30px 0;
}

label {
    margin-bottom: 0;
    text-transform: uppercase;
    font-size: 14px;
}

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

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