﻿
/*font-family: 'Roboto', sans-serif;
font-family: 'Poppins', sans-serif;*/

body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
}

p{
    font-family: 'Roboto', sans-serif;
}

h4 {
    color: #03a9f4;
    padding-left: 14px;
    margin-bottom: 30px;
    font-size: 24px;
}

.contact-form {
    padding: 2% 15%;
}

    .contact-form .form-group {
        margin: 0 0 24px;
        position: relative;
    }

    .contact-form label {
        display: block;
        font-weight: 700;
        font-size: 14px;
        color: #434f5b;
        margin-bottom: 10px;
        text-transform: none;
        /*cursor: pointer;*/
        font-family: Poppins,sans-serif;
    }

    .contact-form input {
        width: 100%;
        border: 1px solid #dee6ee;
        height: 50px;
        border-radius: 3px;
        padding: 0 16px;
        font-size: 14px;
        color: #596377;
        transition: all .3s ease-in-out;
        -webkit-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        -ms-transition: all .3s ease-in-out;
        font-family: Poppins,sans-serif;
        box-shadow: none;
    }

        .contact-form input:focus {
            border-color: #444 !important;
            box-shadow: none;
        }

.show_error_ifempty {
    color: #c7381b;
    padding-top: 5px;
}

.register-btnpart {
    display: inline-block;
    background: #307BBE;
    border: none;
    outline: 0;
    color: #fff;
    font-size: 14px;
    padding: 0 56px;
    height: 50px;
    line-height: 50px;
    border-radius: 4px;
    margin: 10px 0 30px;
    text-transform: uppercase;
    cursor: pointer;
}



/***************wizard*****************/

.wizard {
    margin: 0px auto;
    background: #fff;
    width: 100%;
}

    .wizard .nav-tabs {
        position: relative;
        margin: 0px auto;
        margin-bottom: 0;
        border-bottom-color: #e0e0e0;

    }

    .wizard > div.wizard-inner {
        position: relative;
        margin-bottom: 50px;
    }

.connecting-line {
    height: 2px;
    background: #e0e0e0;
    position: absolute;
    width: 70%;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 50%;
    z-index: 1;
}

.wizard .nav-tabs > li.active > a, .wizard .nav-tabs > li.active > a:hover, .wizard .nav-tabs > li.active > a:focus {
    color: #555555;
    cursor: default;
    border: 0;
    border-bottom-color: transparent;
}

span.round-tab {
    width: 55px;
    height: 55px;
    line-height: 52px;
    display: inline-block;
    border-radius: 100px;
    background: #fff;
    border: 2px solid #e0e0e0;
    z-index: 2;
    position: absolute;
    left: 40%;
    text-align: center;
    font-size: 15px;
}

    span.round-tab i {
        color: #555555;
        font-size: 23px;
    }

.wizard li.active span.round-tab {
    background: #fff;
    border: 2px solid #5bc0de;
}

    .wizard li.active span.round-tab i {
        color: #5bc0de;
    }

span.round-tab:hover {
    color: #333;
    border: 2px solid #333;
}

.wizard .nav-tabs > li {
    width: 33.3%;
}

.wizard .wizardControl li a:after {
    /*content: " ";
    position: absolute;
    left: 48%;
    opacity: 0;
    margin: 0 auto;
    bottom: 0px;
    border: 4px solid transparent;
    border-bottom-color: #5bc0de;
    transition: 0.1s ease-in-out;*/

    content: " ";
    position: absolute;
    left: 50%;
    opacity: 1;
    margin: 0 auto;
    bottom: 76%;
    border-top: 1px solid #e2e2e2;
    z-index: 0;
    width: 50%;
    border-bottom: 1px solid #e2e2e2;
    height: 5px;
    background: #ececec;
}

.wizard .wizardControl li a::before {
    /*content: " ";
    position: absolute;
    left: 48%;
    opacity: 0;
    margin: 0 auto;
    bottom: 0px;
    border: 4px solid transparent;
    border-bottom-color: #5bc0de;
    transition: 0.1s ease-in-out;*/

    content: " ";
    position: absolute;
    left: 0;
    opacity: 1;
    margin: 0 auto;
    bottom: 76%;
    border-top: 1px solid #e2e2e2;
    z-index: 0;
    width: 50%;
    border-bottom: 1px solid #e2e2e2;
    height: 5px;
    background: #ececec;
}
.wizard li:first-child a::before {
    display:none;
}
.wizard li:last-child a::after {
    display:none;
}
.wizard li a.active::before {
    border-top: 1px solid #4caf50;
    border-bottom: 1px solid #4caf50;
    background: #4caf50;
}
.wizard li a.active:after {
    border-top: 1px solid #4caf50;
    border-bottom: 1px solid #4caf50;
    background: #4caf50;
}
.wizard li a.stepdone::after, .wizard li a.stepdone::before{
    border-top: 1px solid #1E88E5 ;
    border-bottom: 1px solid #1E88E5 ;
    background: #1E88E5 ;
    
}

.wizard .nav-tabs > li a {
    width: 100%;
    margin: 0px auto;
    padding: 0;
    margin-bottom: 20px;
    position: relative;
    height: 90%;
}

.wizard .nav-tabs > li a:hover {
    background: transparent;
}

.wizard .tab-pane {
    position: relative;
    padding-top: 20px;
}

.wizard h3 {
    margin-top: 0;
    color: #0d47a1;
    font-size: 25px;
}

.wizard h2 {
    margin-top: 0;
    color: #FF5722;
    font-size: 23px;
}

@media( max-width : 585px ) {

    .wizard {
        width: 90%;
        height: auto !important;
    }

    span.round-tab {
        font-size: 16px;
        width: 50px;
        height: 50px;
        line-height: 50px;
    }

    .wizard .nav-tabs > li a {
        width: 50px;
        height: 50px;
        line-height: 50px;
    }

    .wizard li.active:after {
        content: " ";
        position: absolute;
        left: 35%;
    }
}


/********************custom radio**********************/

/* The container */
.contain {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    /* Hide the browser's default radio button */
    .contain input[type=radio] {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        width: auto;
        height: auto;
    }

/* Create a custom radio button */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
    border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.contain:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.contain input:checked ~ .checkmark {
    background-color: #2196F3;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.contain input:checked ~ .checkmark:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.contain .checkmark:after {
    top: 3px;
    left: 3px;
    width: 19px;
    height: 19px;
    border-radius: 50%;
    background: white;
}

.contact-form label.contain {
    line-height: 30px;
    font-size: 12px;
    text-transform: unset;
}

.notes {
    margin-bottom: 0px;
    line-height: 22px;
    width: 100%;
}

.wizard .tab-pane .wizSubhead {
    margin-bottom: 40px;
    color: #6d6d6d;
    font-size: 15px;
}

.list-inline {
    margin: 20px auto;
    text-align: center;
}

.radioheader {
    font-size: 15px;
}

.step2form input, .step2form select {
    width: 100%;
    border: 1px solid #dee6ee;
    height: 40px;
    border-radius: 3px;
    padding: 0 16px;
    font-size: 14px;
    color: #596377;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    font-family: Poppins,sans-serif;
    box-shadow: none;
}

    .step2form input:focus, .step2form select:focus {
        border-color: #3496f3 !important;
        box-shadow: none;
    }

/*******************custom check**************************/

/* The container */
.conta {
    display: inline-block !important;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    line-height: 30px;
    left: 3%;
    margin-left: -11px;
}

    /* Hide the browser's default checkbox */
    .conta input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }

/* Create a custom checkbox */
.checkmark2 {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    border-color: #3496f3;
    border-style: solid;
    /*background-color: #eee;*/
    border-width: 2px;
}

/* On mouse-over, add a grey background color */
.conta:hover input ~ .checkmark2 {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.conta input:checked ~ .checkmark2 {
    background-color: #2196F3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark2:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.conta input:checked ~ .checkmark2:after {
    display: block;
}

/* Style the checkmark/indicator */
.conta .checkmark2:after {
    left: 9px;
    top: 2px;
    width: 8px;
    height: 18px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.branches {
    font-size: 13px;
    white-space: nowrap;
    margin: 0;
}

.table-responsive {
    margin-bottom: 25px;
}

.grid_button {
    display: inline-block;
    padding: 0px 8px;
    height: 30px;
    width: 30px;
    border: 1px solid rgb(255, 255, 255);
    border-radius: 0px;
    line-height: 30px;
    color: #ffffff;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    margin: 0;
    position: relative;
    overflow: hidden;
    transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    text-decoration: none;
    background: #3496f3;
}

.grid_button_add:hover {
    color: #ffffff;
    background: #1E88E5 ;
    text-decoration: none;
}

.grid_button_edit:hover {
    color: #ffffff;
    background: #f3b600;
    text-decoration: none;
}

.grid_button_delete:hover {
    color: #ffffff;
    background: #d00f01;
    text-decoration: none;
}

.collaspe_grid {
    padding: 10px;
    background: #f1f1f1;
}

    .collaspe_grid .innerdiv {
        padding: 0px 7px;
        width: 20%;
    }

    .collaspe_grid input, .collaspe_grid select {
        height: 26px;
        padding: 0px 5px;
        font-size: 12px;
    }

    .collaspe_grid select {
        width: 100%;
        border: 1px solid #dee6ee;
        height: 26px;
        border-radius: 3px;
        padding: 0px 5px;
        font-size: 12px;
        color: #596377;
        transition: all .3s ease-in-out;
        -webkit-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        -ms-transition: all .3s ease-in-out;
        font-family: Poppins,sans-serif;
        box-shadow: none;
    }

        .collaspe_grid select:focus, .collaspe_grid input:focus {
            border-color: #3496f3 !important;
            box-shadow: none;
        }

    .collaspe_grid label {
        text-transform: capitalize;
        font-size: 12px;
    }

.contact-form#stepWizard {
    padding: 2% 10%;
}

.ok_btn {
    width: 40px;
    margin-top: 24px;
}



h3.checklist_main_heading {
    text-align: center;
    font-size: 25px;
    color: #4e4e4e;
    margin-bottom: 5px;
}

p.checklist_sm_heading {
    text-align: center;
    font-size: 19px;
    color: #5f5f5f;
    font-weight: 600;
}

.checklist_company_name {
    font-size: 30px;
    color: #317bbe;
    text-align: center;
    margin-bottom: 0px;
    /* margin-top: 8px; */
    padding: 0;
}

.checklist_estd {
    text-align: center;
    font-size: 15px;
    color: #545454;
    margin-top: 3px;
}

.checklist_des {
    text-align: left;
    font-size: 13px;
    color: #545454;
    margin-bottom: 35px;
}

.checklist_summery_header {
    font-size: 15px;
    color: #5f5f5f;
    margin-bottom: 20px;
}

.checklist_summery_act {
    font-size: 18px;
    color: #5f5f5f;
    font-weight: 500;
    margin-bottom: 2px;
    /*border-bottom: 1px solid #ddd;*/
    padding-bottom: 7px;
    padding: 15px;
}

.checklist_summery tr th {
    border-bottom: 0px !important;
    font-size: 17px;
    color: #326c9a;
    font-weight: 400;
    padding: 5px !important;
    padding-left: 10px !important;
}

.checklist_summery tr td {
    border-top: 0px !important;
    padding: 0px !important;
    font-size: 13px;
    color: #5f5f5f;
}

.checklist_summery tr td {
    /*padding-right: 25px !important;*/
    padding: 0 25px 0 10px !important;
    width: 50% !important;
}

.checklist_summery tr th i {
    font-size: 11px;
    margin: 10px 10px 5px 0px;
}

.checklist_activity tr th {
    font-size: 15px;
    color: #326c9a;
    font-weight: 400;
}

.checklist_activity tr td {
    font-size: 13px;
    color: #5f5f5f;
    font-weight: 400;
    width: 45% !important;
    padding: 0 25px 12px 10px !important;
    /* border: none !important; */
    border: none !important;
}

.checklist_activity tr th i {
    margin: 10px 10px 5px 0px;
}


.monthcalc_activity tr th {
    /*font-size: 15px;
    color: #326c9a;
    font-weight: 400;*/
}

.monthcalc_activity tr td {
    /*font-size: 13px;
    color: #5f5f5f;
    font-weight: 400;
    width: 45% !important;
    padding: 0 25px 12px 10px !important;
    /* border: none !important; */
    border: none !important;
    */;
}


.checklist_summery tr td p {
    margin: 4px 0px 4px 0px;
}

.checklist_summery_inside_head {
    border-bottom: 2px solid #FF9800;
    /* padding: 10px 10px 0 15px; */
    /* width: 90%; */
    margin: 5px 17px 0px 0px;
    font-size: 18px;
    color: #326c9a;
    font-weight: 400;
    padding: 0px !important;
}

.act_group {
    background: #fff;
    /* box-shadow: 0px 0px 6px #ddd; */
    /* border-top: 3px solid #3496f3; */
    margin-bottom: 35px;
    /* border-bottom: 1px solid #DDD; */
}

    .act_group p.headline {
        color: #5a5a5a;
        padding: 0px;
        border-bottom: 2px solid #dcdcdc;
        font-size: 22px;
    }

    .act_group p {
        font-size: 13px;
        color: #737373;
    }

    .act_group ul {
        font-size: 12px;
        color: #737373;
        padding-left: 0px;
    }

        .act_group ul li {
            font-size: 13px;
            color: #737373;
            list-style: none;
        }

            .act_group ul li span {
                color: #3496f3;
                margin-right: 10px;
            }

            .act_group ul li span {
                color: #3496f3;
                margin-left: 10px;
                font-size: 14px;
            }

    .act_group div label {
        display: block;
        font-weight: 300;
        font-size: 18px;
        color: #313131;
        margin-bottom: 10px;
        /* text-transform: none; */
        /* cursor: pointer; */
        font-family: Poppins,sans-serif;
    }

.show_panel {
    margin-bottom: 0px;
    /*background: #b2ddff;*/
    text-align: center;
    color: #1f537b;
    padding: 5px 0px;
}

    .show_panel a {
        margin: 0 0 0px;
        line-height: 16px;
    }

    .show_panel button {
        background: transparent;
        border: none;
    }

.act_summery {
    color: #326c9a;
}


.add_office .modal-content {
    border-radius: 0px;
}

.add_office .modal-header {
    padding: 10px;
    height: 40px;
    background: #307BBE;
    color: #fff;
}

    .add_office .modal-header h6 {
        font-size: 15px;
    }

    .add_office .modal-header .close {
        margin-top: -22px;
        color: rgb(255, 255, 255);
        font-weight: 400;
        opacity: 1;
    }

.add_office .modal-body {
    padding: 15px 0px;
}

    .add_office .modal-body input, .add_office .modal-body select {
        width: 100%;
        border: 1px solid #dee6ee;
        height: 35px;
        border-radius: 3px;
        padding: 0 12px;
        font-size: 14px;
        color: #596377;
        transition: all .3s ease-in-out;
        -webkit-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        -ms-transition: all .3s ease-in-out;
        font-family: Poppins,sans-serif;
        box-shadow: none;
    }

.add_office .modal-footer {
    padding: 15px 15px 0px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
    padding-top: 15px;
}

.add_office .modal-body label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 400;
    font-size: 13px;
}

.add_office input:focus, .add_office select:focus {
    border-color: #444 !important;
    box-shadow: none;
}

.add_office .btn-info {
    width: 75px;
}

.office_table {
    margin-top: 0px;
    margin-bottom: 20px;
    width:100%;
    padding: 10px;
    border: 1px solid #ddd;

}

.office_header {
    font-size: 14px;
    margin-bottom: 10px;
    margin-top: 20px;
}

/********************ddSlick class**********************/

.dd-option:hover {
    text-decoration: none;
}

.dd-select {
    border-radius: 0px;
    border: solid 1px #e8e8e8;
    position: relative;
    cursor: pointer;
    background: #ffffff !important;
}
.dd-selected-text{
    color: #4c4c4c;
}

.dd-selected-icon {
    font-size: 16px;
    line-height: 12px;
    color: #4CAF50;
}
.dd-desc {
    color: #6f6f6f !important;
    display: block;
    overflow: hidden;
    font-weight: normal;
    line-height: 1.4em;
    font-size: 12px;
}
a, a:focus, a:hover {
    text-decoration: none;
}

.dd-container label {
    text-transform: capitalize;
    font-size: 13px;
    margin-bottom: 0px;
    color: #212121 !important;
    font-weight: 400 !important;
    margin-bottom: 0 !important;
}

.dd-selected {
    padding: 6px !important;
}

/******end ddSlick**************************************/

.wizard .nav-tabs > li a {
    border: 0px;
}

span.round-tab {
    position: relative;
}

.loading {
    text-align: center;
    color: #307abe;
    padding: 25px 0 0 0;
}

.summery_msg h5 {
    text-align: center;
    margin: 20px 0px 5px 0;
    color: #f38109;
    font-size: 18px;
}

.summery_msg h4 {
    text-align: center;
    color: #6fad72;
    font-size: 15px;
}

.summery_msg p {
    text-align: justify;
    color: #4c4c4c;
    font-size: 13px;
    width: 70%;
    margin: 0px auto;
    margin-top: 20px;
    bottom: 10px;
}

.download-contact-info {
    /*padding: 15px;*/
    box-shadow: 0px 0px 6px #ddd;
    margin-bottom: 30px;
}

    .download-contact-info .checkmark2 {
        position: absolute;
        top: 5px;
        left: 0;
        height: 21px;
        width: 21px;
    }

        .download-contact-info .checkmark2:after {
            left: 5px;
            top: -2px;
        }

    .download-contact-info label {
        line-height: 20px;
        margin-top: 19px;
    }


    .download-contact-info .ref-icons {
        display: inline-block;
        position: relative;
        transform: translateX(-50%);
        left: 50%;
    }

    .download-contact-info .dwnd-info h4 {
        font-size: 20px;
        margin-bottom: 15px;
        color: white;
        padding: 0 0 0 30px;
    }

.dwnd-info {
    background: #307abe;
    padding: 30px 20px 30px 20px;
}

    .dwnd-info address .strong-heading {
        /*margin-left: 16px !important;*/
        color: white !important;
        font-size: 16px !important;
    }

    .dwnd-info address strong {
        color: #f5eb96;
        font-size: 14px;
    }

    .dwnd-info address {
        font-size: 14px;
        color: azure;
    }

.contact-info {
    padding: 30px 20px 0px 20px;
    background: #ffffff;
}

.download-contact-info .ref-icons i.fa.fa-file-pdf-o {
    font-size: 29px;
    font-weight: 700;
    color: #a93434;
}

.download-contact-info .ref-icons i.fa.fa-envelope {
    font-size: 29px;
    font-weight: 700;
    color: #3496f3;
}


/**********30/8/2019************/

.calenderlist_activity tr td {
    font-size: 12px;
    color: #5f5f5f;
    font-weight: 400;
    width: auto !important;
    padding: 0 5px 12px 5px !important;
    border: none !important;
    text-align: center;
}

.calenderlist_activity tr th {
    font-size: 13px;
    color: #326c9a;
    font-weight: 400;
    padding: 0px;
    text-align: center;
}

.calenderlist_activity tr td:first-child {
    width: 150px !important;
    word-break: break-word;
    text-align: left;
    padding: 0 0px 12px 0px !important;
}

.calenderlist_activity tr td:nth-child(2) {
    text-align: left;
    word-break: unset;
    padding: 0 0px 12px 0px !important;
}

.calenderlist_activity tr th:first-child {
    width: 150px !important;
    word-break: break-word;
    text-align: left;
}

.calenderlist_activity tr th:nth-child(2) {
    text-align: left;
    word-break: unset;
}

.calenderlist_responsive {
    padding: 0px 15px;
}


.show_panel button i {
    width: 50px;
    height: 50px;
    border: 1px solid #f5c109;
    border-radius: 100px;
    padding: 15px;
    color: #fff;
    background: #FFC107;
    position: absolute;
    top: 10px;
    font-size: 18px;
    left: 0;
    right: 0;
    text-align: center;
    margin: 0px auto;
    box-shadow: 0px 0px 10px #ddd;
    transition: all ease 0.3s;
}

    .show_panel button i:hover {
        transform: scale(1.2);
    }




.legal_disclaimer_steps {
    counter-reset: my-awesome-counter;
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
}

    .legal_disclaimer_steps li {
        counter-increment: my-awesome-counter;
        display: flex;
        font-size: 18px;
        margin-bottom: 0.5rem;
    }

.legal_disclaimer_steps_div {
    border-radius: 25px;
    background: #00BCD4;
    padding: 20px;
    width: 100px;
    height: 10px;
    color: white;
    margin: 0 0px 10px -30px;
    text-align: center;
    font-weight: 700;
    font-size: 22px;
    padding: 0px 23px 35px 30px;
}

.legal_disclaimer_steps_innerdiv {
    padding: 0 0px 16px 15px;
    font-size: 16px;
    color: #717171;
}


/***************************Header*********************************/

header {
    height: auto;
    position: absolute;
    width: 100%;
    margin: 0px;
    color: #fff !important;
    padding: 0 3%;
    box-shadow: none;
}

    header p {
        font-size: 16px;
        padding: 14px;
        font-weight: 600;
        color: #fff;
        margin: 0px;
    }

    header .home-icon {
        font-size: 16px;
        padding: 14px;
        font-weight: 600;
        color: #fff;
        margin: 0px;
        float: right;
    }

        header .home-icon i {
            color: #fff;
            margin-right: 5px;
            font-size: 18px;
        }

.contact-form {
    padding: 5%;
    background: #fff !important;
    border-radius: 25px 25px 0 0;
    position: relative;
    margin: 0px 20px;
    margin: -300px 30px 0;
    border-radius: 6px;
    box-shadow: 0 16px 30px 2px rgba(119, 119, 119, 0.41), 0 6px 12px 45px rgba(119, 119, 119, 0.13), 0 8px 15px -5px rgba(119, 119, 119, 0.13);
    margin-bottom: 50px;
    min-height: 700px;
}

.riskPage .contents h3 {
    font-size: 37px;
    margin-top: 20px;
    color: #fff;
    font-weight: 700;
    position: relative;
    margin-bottom: 0px;
    text-align: center;
}

.riskPage .contents p {
    line-height: 1.5;
    font-size: 13px;
    text-align: center;
    font-weight: 400;
    color: #fff;
}
/*.riskPage h3:after {
    position: absolute;
    content: "";
    bottom: -15px;
    left: 0;
    margin: 0 auto;
    text-align: center;
    width: 80px;
    height: 2px;
    background-color: #da2463;
    right: 0;
}*/
.contents {
    position: absolute;
    top: 100px;
    width: 98%;
    text-align: center;
}

#header-wrap {
    position: fixed;
    top: 0;
    height: auto;
    width: 100%;
    z-index: 100;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    padding: 10px 18px 10px 0;
}

.sticky {
    /*background: #fff;
    box-shadow: 0px 1px 10px #ddd;*/
    box-shadow: 0px 0px 15px #ddd;
    background: #ffffff !important;
}

.Login a {
    font-size: 14px;
    padding: 8px;
    float: right;
    margin: 15px 0 0 15px;
    background: transparent;
    color: #ffffff;
    text-transform: CAPITALIZE;
    border-radius: 4px;
    transition: all ease 0.3s;
}

    .Login a i {
        font-size: 16px;
        margin-right: 10px;
    }

    .Login a:hover {
        background: transparent;
        text-decoration: none;
        color: #ffffff;
        transform: scale(1.1);
    }

.socialLinks {
padding-left: 0px;
float: right;
margin-top: 8px;
margin-bottom: 0px;
}

.socialLinks li {
list-style: none;
float: left;
margin: 5px 5px 0 0;
width: 40px;
height: 40px;
/*border-radius: 7px;
background: #ddd;*/
text-align: center;
padding: 0px 6px;
}

.socialLinks li .fa {
    margin: 0 5px 0 0;
    color: #fff;
}

.socialLinks li a {
    color: #fff;
    font-weight: 500;
    font-size: 17px;
    width: 100%;
}

.socialLinks li a:hover {
    text-decoration: none;
    color: #ffc107;
    transform: scale(1.1);
}
.sticky .Login a{
    color: #326c9a !important;
}
.sticky .socialLinks li .fa{
    color: #01579B;
}
.logoimg {
    background: url(../images/smartComplianceWhite.png) no-repeat center center;
    height: 60px;
    background-size: contain;
}
.sticky .logoimg {
    background: url(../images/compliance_blue.png) no-repeat center center;
    height: 60px;
    background-size: contain;
}
header.sticky  {
    box-shadow: 0 4px 18px 0 rgba(0,0,0,.12), 0 7px 10px -5px rgba(0,0,0,.15);
}

.riskHeading{
    border-right: 2px solid #FF9800;
    padding-right: 40px;
}

.riskHeading h3{
    color: #1565C0;
    font-size: 20px;
    line-height: 1.2;
    text-align:left;
    margin-top:0px;
    margin-bottom:50px;
    position: relative;
}
.riskHeading p{
    color: #4c4c4c;
    font-size: 14px;
    line-height: 1.5;
    text-align:left;
}
.riskHeading h3:after {
    position: absolute;
    content: "";
    bottom: -25px;
    left: 0;
    margin: 0 auto;
    text-align: center;
    width: 80px;
    height: 2px;
    background-color: #da2463;
    right: auto;
}
.form-txt-icon {
    position: absolute;
    top: 42px;
    right: 15px;
    color: #1976D2;
}

/******************************************/

.wizard .nav-tabs > li a.active span.round-tab {
    width: 55px;
    height: 55px;
    line-height: 52px;
    display: inline-block;
    border-radius: 100px;
    background: #4caf50;
    border: 1px solid #4caf50;
    z-index: 2;
    position: absolute;
    left: 40%;
    text-align: center;
    font-size: 23px;
    color: #fff;
}
.wizard .nav-tabs > li a.active span.round-tab i {
    color: #ffffff;
    font-size: 23px;
}

.wizard .nav-tabs > li a.stepdone span.round-tab {
    background: #1E88E5 ;
    border: 2px solid #1E88E5 ;
}
.wizard .nav-tabs > li a.stepdone span.round-tab i {
    color: #ffffff;
    font-size: 23px;
}

.wizardDsc {
    display: inline-block;
    top: 10px;
    width: 50%;
    margin-left: 24%;
    margin-top: 17%;
}
.wizardDsc h4{
    font-size: 14px;
    margin: 0;
    padding: 0;
    text-align: center;
    color: #424242;
    margin-bottom: 5px;
    margin-top: 8px;
}
.wizardDsc p {
    font-size: 12px;
    margin: 0;
    text-align: center;
    color: #4c4c4c;
}


.wizard .nav-tabs > li a.stepdone span.round-tab {
    width: 55px;
    height: 55px;
    line-height: 52px;
    display: inline-block;
    z-index: 2;
    position: absolute;
    left: 40%;
    text-align: center;
    font-size: 23px;
    /*color: rgb(255, 255, 255);
    border-radius: 100px;
    background: rgb(76, 175, 80);
    border-width: 1px;
    border-style: solid;
    border-color: rgb(76, 175, 80);
    border-image: initial;*/
}

.wizard .nav-tabs > li a span.round-tab {
    width: 55px;
    height: 55px;
    line-height: 52px;
    display: inline-block;
    border-radius: 100px;
    
    z-index: 2;
    position: absolute;
    left: 40%;
    text-align: center;
    font-size: 23px;
    
}

/******************************Question Bar**********************************/
.questionBar {
    background: #eee;
    padding: 0;
    width: 100%;
    z-index: 10;
    position: -webkit-sticky;
    position: sticky;
    top: 80px;
}
.questionBar ul.displayList li{
    list-style: none;
    float: left;
    display: inline-block;
    width: 12.5%;
    font-size: 14px;
    color: #ffffff;
    font-weight: 400;
    padding: 7px 0px;
}
.questionBar ul.displayList li span {
    display: block;
    text-align: center;
    /*margin-right:20px;*/
}
.questionBar .progress {
    width:100%;
}
.questionBar ul.displayList {
    padding-left:0px;
    margin:0;
}
.questionBar .progress {
    width: 100%;
    height: 4px;
}
/*.questionBlock{
    height:400px;
    overflow:auto;
    padding:0;
    border:1px solid #ddd;
    border-top:0;
    margin-top: 90px;
}*/

.questionBlock {
    /* height: 400px; */
    /* overflow: auto; */
    padding: 0;
    border: 1px solid #ddd;
    border-top: 0;
    /* margin-top: 90px; */
}
.questionBlock .singleQus{
    border-bottom:1px solid #ddd;
}
.questionBlock .singleQus .slno{
    /*width: 35px;
    height: 35px;*/
    display: inline-block;
    text-align: center;
    /*padding: 3px;
    border-radius: 100%;
    border: 2px solid #1e86e1;
    color: #1e86e1;
    font-size: 16px;*/
    font-weight: 700;

    color: #1565c0;
    font-size: 40px;
}
.questionBlock .singleQus .slno .nearest{
    width: 25px;
    height: 25px;
    display: inline-block;
    text-align: center;
    padding: 2px;
    border-radius: 100%;
    border: 2px solid #1e86e1;
}
.questionBlock .singleQus p.qus{
    font-size: 14px;
    color: #1565C0;
    font-weight: 700;
    margin: 0;
    margin-top: 7px;
}
.questionBlock .singleQus .sideliner h5{
    font-size: 13px;
    color: #1565c0;
    font-weight: 600;
    margin: 0;
    margin-top: 7px;
}
.questionBlock .singleQus .sideliner p {
    font-size: 12px;
    color: #4C4C4C;
    font-weight: 400;
    margin: 0;
    margin-bottom: 8px;
    line-height: 1.5;
}

.singleQus label{
    display: block;
    font-weight: 700;
    font-size: 13px;
    color: #1565C0;
    margin-bottom: 10px;
    text-transform: none;
    font-family: Poppins,sans-serif;
    margin-bottom: 5px;
}

.sideliner{
    margin: 10px 0px;
}

.sideliner:after {
    content: "";
    height: 100px;
    width: 2px;
    background: #FF9800;
    position: absolute;
    top: 18%;
    left: 0px;
}

.sideliner div {
    padding-right: 40px;
}

.graphBlock{
    height:100px;
}
.auditReport tr th{
    background: #4c4c4c;
}
.auditReport{
    border: 0px;
}

.auditReport thead th {
    background: #00699f;
    color: #fff;
    padding: 7px 10px;
    font-size: 14px;
    border: 1px solid #ddd;
}
.auditReport .table-bordered td{
    border: 1px solid #dee2e6;
    padding: 7px 10px;
    font-size: 13px;
}
.leftBlock, .rightBlock{
    margin-bottom:20px;
}
.leftBlock label {
    font-weight: normal;
    font-size: 12px;
    font-family: inherit;
    margin-bottom: 6px;
}
.leftBlock label strong{
    font-weight: 600;
}
.rightBlock label {
    font-weight: normal;
    font-size: 12px;
    margin-bottom: 0px;
    font-family: inherit;
}
.rightBlock label strong{
    font-weight: 700;
}

.riskHeading ul{
    padding-left: 0px;
}

.riskHeading ul li{
    list-style: none;
}

.riskHeading ul li{
    list-style: none;
    margin-bottom: 15px;
}

.riskHeading ul li i{
    font-size: 30px;
    color: #4CAF50;
    display: inline-block;
    position:relative;
    top: -10px;
}

.riskHeading ul li span {
    margin-left: 10px;
    display: inline-block;
    width: 85%;
    font-size: 14px;
}

.demoBtn{
    font-size: 14px;
    padding: 15px 30px;
    border: 1px solid #0d6094;
    margin: 0px 0 10px 0px;
    background: #004cb7;
    color: #fff;
    border-radius: 25px;
    transition: all ease 0.3s;
    font-family: 'Roboto', sans-serif;
    display: inline-block;
    text-decoration: none;
    margin-top: 20px;
    font-weight: 600;
}
.demoBtn:hover {
    background: #003580;
    color: #fff;
}
.demoBtn i {
    margin-right: 10px;
}
.demoBtn:hover i {
    color: #fff;
}

.requestCall{
    background: #3c93e2;
    padding: 10px 20px 10px 60px;
    margin: 0;
    border: 1px solid #317ec3;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    border-radius: 5px;
    clear: both;
    position: relative;
    top: 15px;
}
.requestCall:hover{
    background: #3079bb;
    color: #fff;
}
.requestCall i {
    margin-right: 10px;
    position: absolute;
    background: #3079bb;
    height: 42px;
    width: 42px;
    top: -1px;
    left: -1px;
    border-radius: 5px 0px 0px 5px;
    font-size: 25px;
    padding: 10px 12px;
}

/*************floating css***************/

.label-container{
	position:fixed;
	bottom: 59%;
	right:105px;
	display:table;
	visibility: hidden;
    z-index: 100;
}

.label-text{
	color:#FFF;
	background:rgba(51,51,51,0.5);
	display:table-cell;
	vertical-align:middle;
	padding:10px;
	border-radius:3px;
}

.label-arrow{
	display:table-cell;
	vertical-align:middle;
	color:#333;
	opacity:0.5;
}

.float{
	position: fixed;
    width: 60px;
    height: 60px;
    bottom: 58%;
    right: 40px;
    background-color: #06C;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    box-shadow: 0px 0px 15px #999;

}

.my-float{
	font-size:24px;
	margin-top:18px;
}

a.float + div.label-container {
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s, opacity 0.5s ease;
}

a.float:hover + div.label-container{
  visibility: visible;
  opacity: 1;
}
.float:hover{
    color: #fff !important;
}


.floating {  
    animation-name: floating;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
}

@keyframes floating {
    from { transform: translate(0,  0px); }
    65%  { transform: translate(0, 15px); }
    to   { transform: translate(0, -0px); }    
}

.float1{
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 42%;
    right: 40px;
    background-color: #dc0000;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    box-shadow: 0px 0px 15px #999;
}
a.float1 + div.label-container {
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s, opacity 0.5s ease;
  bottom: 42%;
  right:105px;
}

a.float1:hover + div.label-container{
  visibility: visible;
  opacity: 1;
}
.float1:hover{
    color: #fff !important;
}

.contactUs label{
    font-size: 15px;
    font-weight: 500;
}
.contactUs i{
    color: #06c;
    font-size: 16px;
    margin-right: 5px;
    position: relative;
    top: 2px;
}

/*********icon box********/

.iconOnly {
    width: 100px;
    height: 100px;
    margin: auto;
    background: #06c;
    border-radius: 100%;
    padding: 12px 0px;
    box-shadow: 0px 0px 10px #044788;
    margin-bottom: 22px;
    margin-top: 20px;
}

.iconOnly i {
    color: #fff;
    margin: 0px auto;
    text-align: center;
}

.icon-box h5 {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 20px;
}

.icon-box {
    padding: 35px;
    /*border: 1px solid #ddd;*/
    height: 370px;
}

.icon-box p {
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    line-height: 1.8;
}
[class^="flaticon-"]:before, [class*=" flaticon-"]:before, [class^="flaticon-"]:after, [class*=" flaticon-"]:after {
    font-family: Flaticon;
    font-size: 50px;
    font-style: normal;
    margin-left: 24px;
    text-align: center;
    margin: 0px 25px;
}
.icon-box:hover{
    /*box-shadow: 0px 0px 10px #868686;*/
}
.icon-box:after {
    position: absolute;
    opacity: 0;
    width: 0%;
    height: 2px;
    content: '';
    background: #004cb7;
    transition: all 0.3s;
    left: 0px;
    bottom: 0px;
}
/**************************************************************/

.trailbg {
    padding: 50px 0px;
    background: url('../images/BlueAbstract.jpg') no-repeat;
    background-size: cover;
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 100px;
}

.trailbg h2 {
    font-size: 35px;
    color: #fff;
}

.trailbg h3 {
    font-size: 30px;
    color: #FDD835;
}

.scheduleBtn {
    font-size: 16px;
    padding: 15px 30px;
    border: 1px solid #e91e63;
    margin: 0px 0 10px 0px;
    background: #da2463;
    color: #fff;
    border-radius: 30px;
    transition: all ease 0.3s;
    font-family: 'Roboto', sans-serif;
    display: inline-block;
    text-decoration: none !important;
    margin-top: 20px;
    font-weight: 600;
    margin: 40px auto 10px;
}

.scheduleBtn:focus {
    background: #bd1e55;
    color: #fff;
}

.scheduleBtn:hover {
    background: #bd1e55;
    color: #fff;
    border: 1px solid #bd1e55;
}

.scheduleBtn i {
    margin-right: 10px;
}

.active-otp{
   font-size: 13px;
   font-weight: 800;
   color: navy !important;
   cursor:pointer !important;
}

.deactive-otp{
   font-size: 13px;
   font-weight: 600;
   color: #4e4e4e;
}