    body {
        overflow-x: hidden;
        background: #fff !important;
    }
    
     ::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;
        background-color: #c5e2e2;
    }
    /* Topbar */
    
    .fcs-topbar-container {
        background: #000138;
        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-icon {
        color: #ffffff;
        padding: 0;
    }
    
    .fcs-icon-border {
        border-left: 1px solid transparent;
        padding-left: 10px;
    }
    
    .sample-certificate-drop a,
    .sample-certificate-drop a:hover {
        width: 180px !important;
    }
    
    .container-fluid.fcs-form-container>.row {
        justify-content: center;
    }
    
    @media (min-width: 780px) {
        .fcs-topbar-container {
            border-bottom: 1px solid #1f1f1f;
        }
        .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: center;
        }
    }
    /* Navbar */
    
    .fcs-navbar-container {
        background-color: #fff;
        padding: 0;
    }
    
    .fcs-navbar-heading,
    .fcs-navbar-logo {
        padding: 5px 5px;
    }
    
    .fcs-navbar-heading {
        text-align: center;
    }
    
    .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;
        padding-top: 15px;
        padding-bottom: 15px;
    }
    
    @media (min-width: 780px) {
        .fcs-bold-text {
            text-align: center;
        }
    }
    /* Navbar */
    
    .fcs-navbar-container {
        padding: 0;
    }
    
    .fcs-navbar-heading,
    .fcs-navbar-logo {
        padding: 5px 15px;
    }
    
    .fcs-navbar-heading {
        text-align: center;
        padding-bottom: 20px;
        padding-top: 20px;
    }
    
    .fcs-navbar-logo {
        text-align: center;
    }
    
    .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: 20px;
    }
    /* Main Navbar */
    
    .fcs-mainbar-container {
        padding: 0;
    }
    
    .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;
        }
        li.nav-item:last-child {
            border-right: 1px solid transparent;
        }
        li.nav-item:hover,
        li.nav-item.active {
            background: #113d61 !important;
        }
        .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: #000;
    }
    
    @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-weight: bold;
        font-size: 14px;
        text-transform: uppercase;
    }
    
    .navbar-dark .navbar-nav .nav-link:hover {
        color: #fff;
    }
    
    .fcs-marquee-container {
        background: #eeee;
        padding: 0;
        display: flex;
    }
    
    .fcs-marquee-container marquee {
        font-size: 14px;
        color: red;
        font-weight: bold;
        padding-top: 6px;
        text-transform: uppercase;
    }
    
    .fcs-marquee-container span {
        padding: 5px;
        color: #004c9e;
    }
    
    .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: #2767dc;
        }
        .fcs-padding-container .row div:nth-child(5) {
            background: #69932b;
        }
    }
    
    .container-fluid.fcs-padding-container {
        background: #eeeeee
    }
    
    .fcs-bold-text-white {
        display: block;
        font-weight: 600;
        line-height: 1.2em;
        font-size: 24px;
        text-align: center;
        color: #1c5482;
    }
    
    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: none;
    }
    
    .nav-tabs .nav-link:focus,
    .nav-tabs .nav-link:hover {
        background-color: #69932b;
        color: #ffffff;
        border-color: #69932b;
    }
    
    .nav-tabs .nav-link.active {
        background-color: #e54f07;
        color: #ffffff;
        border-color: #e54f07;
    }
    
    @media (max-width: 780px) {
        .navbar-dark .navbar-nav .nav-link:hover {
            color: black;
            width: 100%;
        }
    }
    
    @media (max-width: 780px) {
        .navbar-dark .navbar-nav .active>.nav-link,
        .navbar-dark .navbar-nav .nav-link.active,
        .navbar-dark .navbar-nav .nav-link:hover.navbar-dark .navbar-nav .nav-link.show,
        .navbar-dark .navbar-nav .show>.nav-link {
            color: black!important;
            width: 100%;
        }
    }
    
    @media (max-width: 780px) {
        .navbar-dark .navbar-nav .active>.nav-link {
            color: black!important;
            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: #69932b;
    }
    
    p.card-text {
        font-size: 16px !important;
        text-transform: none;
        font-weight: 500;
        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(index.html);
    }
    
    .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: #2b79cdfa !important;
        padding: 0;
        margin-left: -233px !important;
    }
    
    .dropdown-menu.show a {
        color: #ffffff;
        font-weight: 400;
        width: 360px;
        padding: 5px 11px;
    }
    
    .dropdown-menu.show a:hover,
    .dropdown-menu.show a:focus {
        background: #002970;
        outline: none !important;
        width: 100px;
        cursor:pointer;
    }
    
    .certificate-drop,
    .certificate-drop .row {
        width: 500px;
    }
    
    .certificate-drop a {
        width: 129px !important;
    }
    
    .dropdown-item.active,
    .dropdown-item:active {
        background: #000;
    }
    /* Fixed/sticky icon bar (vertically aligned 50% from the top of the screen) */
    
    .icon-bar {
        position: fixed;
        top: 80%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        z-index: 9;
        left: 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) {
        .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: #e54f07;
        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: #69932b; */
        background: url(index.html);
        /* 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: #000138;
    }
    
    .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(index.html) 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(index.html) !important;
    }
    
    .container-fluid.fcs-footer {
        background: white;
    }
    
    .table .thead-dark th {
        color: #fff;
        background-color: #051547;
        border-color: transparent;
    }
    
    .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: #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 #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;
        font-weight: bold;
        color: #000;
    }
    
    .row.fcs-center-footer>div>span:nth-child(4)>span {
        margin-left: 5px;
    }
    
    .bg-orange {
        background: #e54f07 !important;
    }
    
    .fcs-form-container {
        padding: 15px;
    }
    
    form {
        background: #c9def53b !important;
        padding: 30px;
        height: 100%;
    }
    
    .form-instructions .form-group {
        margin-bottom: 0;
    }
    
    .form-instructions {
        background: #fff;
        padding: 15px;
        height: 100%;
    }
    
    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: #000;
        text-transform: uppercase;
    }
    
    label {
        margin-bottom: 0;
        text-transform: uppercase;
        font-size: 14px;
    }
    
    .txt {
        font-weight: bold;
    }
    
    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: #000;
        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;
        background:#1c5482;
        box-shadow: 0px 4px 10px #213242;
    }

     #cerfifyModal{
        padding-top:15%;
        padding-bottom:15%;
    }

    .modal_txt{
        text-align: center;
        font-size:20px!important;
        padding-top:0px!important;
        color:#ffd05c;
    }

    .modal-header{
        border-bottom:none!important;
    }

    .modal-footer{
        border-top:none!important;
    }

    .modal-body{
        padding: 0rem !important;
    }

    .close:hover {
        color: #fff;
    }

    .close {
        color: #fff;
        margin-left:430px!important;
    }

    .btn_modal{
        background-color:#fff;
        border:1px solid #064a82;
        color:#ff1d09;
        font-weight:bold;
        box-shadow: 3px 4px 8px black;
        border-radius: 0!important;
    }

    .btn_modal:hover{
        background-color:#fff;
        border:2px solid #ff000d;
        color:#1c5482;
    }
    
    @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: #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 {
        padding: 20px;
        background-color: #000138;
        color: white;
        font-weight: bold;
    }
    
    .fcs-footer1 {
        background: #064a82!important;
        color: #fff!important;
        text-align: center;
        font-size: 15px;
        font-weight: bold;
        padding-bottom: 22px;
        padding-top: 22px;
    }
    
    .fcs-footer1 a {
        color: gold!important;
        text-decoration: none;
    }
    
    .fcs-client {
        background: #fff!important;
        color: #1c5482!important;
        text-align: center;
        font-size: 15px;
        padding-bottom: 22px;
        padding-top: 22px;
    }
    
    .fcs-bottom-nav {
        background-color: #f8f8f8;
        color: #000;
        font-weight: bold;
        font-size: 14px;
        padding: 6px;
    }
    
    .btn-link1 {
        padding-bottom: 10px;
        padding-top: 15px;
        border-radius: 0!important;
        font-weight: bold;
        text-align: left;
        width: 100%;
    }
    
    @media (min-width: 780px) {
        .btn-link1 {
            width: 100%;
            border: 0!important;
        }
    }
    
    .btn-link2 {
        padding-bottom: 10px;
        padding-top: 15px;
        text-align: left;
        border-radius: 0!important;
        font-weight: bold;
        width: 100%;
    }
    
    @media (min-width: 780px) {
        .btn-link2 {
            width: 100%;
            border: 0!important;
        }
    }
    
    .card-header {
        border-radius: 0;
        padding: .15rem;
        border-bottom: 0!important;
    }
    
    @media (min-width: 780px) {
        .card-header {
            width: 100%;
            padding: 0.1rem;
        }
    }
    
    .fcs-cont {
        background: white;
        font-weight: 700;
        font-size: 16px;
        text-align: center;
        padding-top: 50px;
        padding-bottom: 50px;
        color: #1c5482;
    }
    
    .apply-icons {
        font-size: 60px;
    }
    
    .card-body {
        font-size: 14px;
        font-weight: bold;
        border: none;
        border: 2px solid #00000026;
    }
    
    a.nav-link.new {
        position: relative;
    }
    
    a.nav-link.new:after {
        content: 'New';
        position: absolute;
        top: -8px;
        right: 0;
        background: #FF0000;
        color: #fff;
        padding: 2px 5px;
        font-size: 10px;
        animation: blink 1.4s ease 2;
    }
    
    @media (min-width: 780px) {
        a.nav-link.new:after {
            content: 'New';
            position: absolute;
            top: -8px;
            right: 0;
            background: #FF0000;
            color: #fff;
            padding: 2px 5px;
            font-size: 10px;
            animation: blink 1.4s ease 2;
        }
    }
    
    .heading {
        display: block;
        text-align: center;
    }
    
    .heading-h2 {
        color: #1c5482;
        font-size: 24px;
        animation: animh2 1s infinite;
    }
    
    @keyframes animh2 {
        0% {
            transform: scale(1);
        }
        50% {
            transform: scale(.9);
        }
    }
    
    .container {
        background: #FFF;
        padding: 30px 0 30px 0;
    }
    /* @media (min-width: 780px) {
    .container {
        padding:none !important;
    }
} */
    
    .heading {
        display: block;
        text-align: center;
    }
    
    .heading-h2 {
        color: #1c5482;
        animation: animh2 1s infinite;
    }
    
    @keyframes animh2 {
        0% {
            transform: scale(1);
        }
        50% {
            transform: scale(.9);
        }
    }
    
    .certificate-box {
        text-align: center;
    }
    /****
#display-box {
    display: none;
    position: fixed;
    background: #1c5482;
    color: #ffffff;
    padding: 10px 30px;
    margin: 0;
    width: 80%;
    height: 80%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
*****/
    
    .display-box {
        display: none;
        position: absolute;
        background: #1c5482;
        color: #ffffff;
        padding: 5px 10px;
        margin: 0;
        top: 0;
        left: 0;
        height: 472px;
    }
    
    .display-text {
        margin-top: 50px !important;
        color: #ffffff;
    }
    
    .display-desc {
        color: #ffffff;
        padding-bottom: 15px;
    }
    
    .display-link {
        background: #fdfafa;
        color: #1c5482!important;
        padding: 15px 30px 15px 30px;
        cursor: pointer;
        font-weight: 700;
    }
    
    .display-link:hover {
        color: #1c5482;
    }
    
    @media (min-width: 780px) {
        .image-box {
            display: inline-block;
            position: relative;
            margin: 30px;
            width: 332px;
            height: 472px;
            background-size: cover;
            cursor: pointer;
        }
    }
    
    @media (max-width: 780px) {
        .image-box {
            display: block;
            height: 472px;
            background-size: contain;
            cursor: pointer;
            width: unset;
            margin: unset;
            background-repeat: no-repeat;
            position: relative;
        }
    }
    
    .image-box:hover {
        transition: all .6s ease-in;
        cursor: auto;
    }
    
    @media (max-width: 780px) {
        .image-box:hover {
            animation: unset !important;
        }
        .display-box {
            width: unset !important;
        }
    }
    
    @media (min-width: 780px) {
        .image-box:hover {
            animation: animImg .3s forwards ease-in;
        }
        .display-box {
            width: 332px !important;
        }
    }
    
    @keyframes animImg {
        100% {
            transform: scale(1.1);
        }
    }
    
    .box .one {
        background-image: url(assets/images/IACERT_ISO_9001_2015.jpg);
    }
    
    .box .two {
        background-image: url(assets/images/IACERT_ISO_14001_2015.jpg);
    }
    
    .box .three {
        background-image: url(assets/images/IACERT_OHSAS_18001_2007.jpg);
    }
    
    .box .four {
        background-image: url(assets/iso/iso3.jpg);
    }
    
    .box .five {
        background-image: url(assets/images/IACERT_ISO_22000_2005.jpg);
    }
    
    .box .six {
        background-image: url(assets/iso/iso4.jpg);
    }
    
    .box .seven {
        background-image: url(assets/iso/iso5.jpg);
    }
    
    .box .eight {
        background-image: url(assets/iso/iso6.jpg);
    }
    
    .box .nine {
        background-image: url(assets/images/IACERT_ISO_29990.jpg);
    }
    
    .box .ten {
        background-image: url(assets/images/IACERT_ISO_50001_2011.jpg);
    }
    
    .box .eleven {
        background-image: url(assets/images/IACERT_ISO_20000_2011.jpg);
    }
    
    .box .twelve {
        background-image: url(assets/images/IACERT_ISO_27001_2013.jpg);
    }
    
    .box .thirteen {
        background-image: url(assets/iso/iso7.jpg);
    }
    
    .box .fourteen {
        background-image: url(assets/iso/iso8.jpg);
    }
    
    .box .fifteen {
        background-image: url(assets/iso/iso9.jpg);
    }
    
    .box .sixteen {
        background-image: url(assets/iso/iso10.png);
    }
    
    .box .seventeen {
        background-image: url(assets/iso/iso11.jpg);
    }
    
    .box .eighteen {
        background-image: url(assets/iso/iso12.jpg);
    }
    
    .fcs-cont1 {
        background-color: #1c5482;
        color: #fff;
        font-weight: bold;
        font-size: 15px;
        text-align: center;
        /* padding-top: 50px; */
        /* padding-bottom: 50px; */
        padding: 50px 50px;
    }
    
    .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: #ffffff;
        background-clip: padding-box;
        border: 1px solid #ced4da;
        border-radius: .25rem;
        transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    }
    
    .table-bordered td,
    .table-bordered th {
        background-color: white;
        border: 1px solid black;
    }
    
    @media (max-width: 780px) {
        .fcs-navbar-heading img {
            width: 100%;
        }
    }
    
    .fcs-bottom-nav {
        background-color: #0f8205;
        color: white;
        font-size: 14px;
        padding: 6px;
    }
    
    .fcs-bottom-nav a {
        color: white;
        text-decoration: none;
    }
    
    .carousel {
        margin: 0 auto;
        padding: 0 70px;
    }
    
    .carousel .item {
        color: #999;
        overflow: hidden;
        min-height: 120px;
        font-size: 13px;
    }
    
    .carousel .media {
        position: relative;
        padding: 0 0 0 20px;
    }
    
    .carousel .media img {
        width: 75px;
        height: 75px;
        display: block;
        border-radius: 50%;
    }
    
    .carousel .testimonial-wrapper {
        padding: 0 10px;
    }
    
    .carousel .testimonial {
        color: #808080;
        position: relative;
        padding: 15px;
        background: #f1f1f1;
        border: 1px solid #efefef;
        border-radius: 3px;
        margin-bottom: 15px;
    }
    
    .carousel .testimonial::after {
        content: "";
        width: 15px;
        height: 15px;
        display: block;
        background: #f1f1f1;
        border: 1px solid #efefef;
        border-width: 0 0 1px 1px;
        position: absolute;
        bottom: -8px;
        left: 46px;
        transform: rotateZ(-46deg);
    }
    
    .carousel .star-rating li {
        padding: 0 2px;
    }
    
    .carousel .star-rating i {
        font-size: 16px;
        color: #ffdc12;
    }
    
    .carousel .overview {
        padding: 3px 0 0 15px;
    }
    
    .carousel .overview .details {
        padding: 5px 0 8px;
    }
    
    .carousel .overview b {
        text-transform: uppercase;
        color: #1abc9c;
    }
    
    .carousel .carousel-indicators {
        bottom: -70px;
    }
    
    .carousel-indicators li,
    .carousel-indicators li.active {
        width: 18px;
        height: 18px;
        border-radius: 50%;
        margin: 1px 2px;
    }
    
    .carousel-indicators li {
        background: #e2e2e2;
        border: 4px solid #fff;
    }
    
    .carousel-indicators li.active {
        color: #fff;
        background: #1abc9c;
        border: 5px double;
    }
    
    h1,
    h2,
    h3,
    h4,
    h5 {
        font-size: 25px !important;
    }
    
    p.card-text {
        font-size: 26px;
        text-transform: uppercase;
        line-height: 1.2em;
    }
    
    .card-title {
        font-size: 15px!important;
    }

    .click_btn {
        font-size: 20px!important;
    }

    .registration_btnbox {
        background-color: #064a82;
        color: #ffd05c;
    }

    .registration_btn {
        border-radius: 0px;
        background-color: #ffffff;
        color: #064a82;
        border-color: #ffffff;
        font-weight: bold;

    }

    hr {
        color: white !important;
    }
    
    .btn-warning {
        color: #212529;
        font-weight: bold;
        background-color: #ffc107;
        border-color: #ffc107;
    }
    
    .btn-warning:hover {
        color: #212529;
    }
    
    .bottom-left {
        left: 0;
    }
    
    .icon-bar a {
        display: block;
        text-align: center;
        padding: 16px;
        color: #ffffff;
        font-size: 20px;
    }
    
    .col-lg-9,
    .col-lg-3 {
        position: relative;
        width: 100%;
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
    
    .fchd {
        background: #e0811f !important;
        color: white;
        font-weight: bold;
        padding: 10px;
        font-size: 20px!important;
    }
    
    h5 {
        font-size: 16px !important;
    }
    
    .blink {
        animation: blinker 1.5s linear infinite;
        color: #f5f4e0;
        padding: 6px
        text-align: center;
    }
    
    @keyframes blinker {
        50% {
            opacity: 0;
        }
    }
    
    .tag-box-v1 {
        border: solid 1px #eee;
        border-top: solid 2px red;
    }
    
    .tag-box {
        padding: 20px;
        background: #fff;
        margin-bottom: 30px;
        width: 100%;
        float: left;
    }
    
    p.card-text {
        font-size: 14px;
        text-transform: uppercase;
        line-height: 1.2em;
    }
    
    .card-footer {
        padding: 0 !important;
        padding-top: 10px !important;
        background-color: rgba(0, 0, 0, .03);
        border-top: 1px solid rgba(0, 0, 0, .125);
    }
    
    h5.card-title {
        font-size: 14px !important;
        text-transform: uppercase;
        text-align: center;
        font-weight: 700;
        color: #dae6c9;
    }
    
    p.card-text {
        font-size: 14px;
        text-transform: none;
        line-height: 1.2em;
    }
    
    #more {
        display: none;
    }
    
    @media (max-width: 780px) {
        .bgimg {
            background-image: none!important;
             
        }
    }
    
    .bgimg {
        background-color :rgb(237 246 255);
        background-repeat: repeat-y;
        background-size: 100%;
    }
    
    h1 {
        font-size: 36px !important;
        padding-top: 40px;
        color: #dedec9;
        font-weight: bold;
    }
    
    form {
        background: #002970 !important;
        padding: 30px;
              border-radius: 0px 74px;
        color: #f5f4e0;
    }
    
    .iso1after {
        color: #002970;
    }
    
    .what-app-icon {
        Color: #10f52c;
    }
    
    .iso-benifit-head {
        color: #1c5482;
        font-size: 25px;
        text-align: justify;
    }
    
    .iso-details-pera {
        color: #1c5482;
        font-size: 17px;
        text-align: justify;
    }
    
    .collapstyle {
        background-color: #064a82;
        color: white;
        width: 100%;
        text-align: left;
    }
    
    .click-down {
        font-size: 25px;
    }
    
    .ditals-more {
        display: none;
        height: 430px;
    }
    
    .ditals-more img {
        margin-top: 20px;
    }
    
    .fac-btn button:hover,
    .fac-btn button.active {
        background-color: black;
        color: #fff;
    }
    
    .fac-btn button {
        font-weight: bold;
        font-size: 18px;
        color: #1c5482;
        background-color: #fff;
        padding: 10px 10px;
        width: 90%;
        border: none;
    }
    
    .certi-box {
        background-color: #fff;
        color: #1c5482;
        width: 90%;
        text-align: center;
        margin-left: 16.7px;
    }
    
    .fac-sec {
        margin-top: 40px;
    }
    
    @media (max-width: 780px) {
        .fac-sec {
            margin-top: 0;
        }
    }
  .enquiry  .form-group {
    margin-bottom: 9px!important;
}
.enquiry  .form-control{
    height: 31px;
}

.certificate_div {
    padding: 0px 0px;
}

.price_certificate{
    font-weight:bold;
    font-size:20px;
    color: #dc3545;

}

@media( max-width:500px ){
    .icon-bar a {
        display: block;
        text-align: center;
        padding: 8px!important;
        color: #ffffff;
        font-size: 18px!important;
    }

    .btn_modal{
        padding:3px 7px!important;
    }

    .modal-body h1 {
        font-size:15px!important;
    }

    .close{
        margin-left:320px!important;
    }

    #cerfifyModal{
        padding-right: 30px!important;
    }
}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute;
        margin-left: -193px!important;
    }
}