@charset "utf-8";
/* CSS Document */

@import url(//fonts.googleapis.com/css?family=Open+Sans:400,700,600);
@import url(//fonts.googleapis.com/css?family=Lato:400,700);
@import url(//fonts.googleapis.com/css?family=Khula:400,700);

* {
    margin: 0;
    padding: 0;
    font-family: 'Open Sans', sans-serif;
}

body {
    background: #fff url(../images/body-bg.jpg) no-repeat center bottom;
    font-family: "Poppins", sans-serif;
    background-position: bottom;
    background-attachment: fixed;
    margin: 0;
    overflow-y: scroll;
    color: #6a6a6a;
    font-weight: 300;
    width: 100%;

}

html {
    position: relative;
    height: 100%;
}

a:hover,
a:focus {
    text-decoration: none;
}

a.link {
    color: #455a64;
}

a.link:hover,
a.link:focus {
    color: #009efb;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #455a64;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
}

h1 {
    line-height: 40px;
    font-size: 36px;
}

h2 {
    line-height: 36px;
    font-size: 24px;
}

h3 {
    line-height: 30px;
    font-size: 21px;
}

h4 {
    line-height: 22px;
    font-size: 18px;
}

h5 {
    line-height: 18px;
    font-size: 16px;
    font-weight: 400;
}

h6 {
    line-height: 16px;
    font-size: 14px;
    font-weight: 400;
}

.display-5 {
    font-size: 3rem;
}

.display-6 {
    font-size: 36px;
}

.box {
    border-radius: 4px;
    padding: 10px;
}

html body .dl {
    display: inline-block;
}

html body .db {
    display: block;
}

.no-wrap td,
.no-wrap th {
    white-space: nowrap;
}

/*******************
Blockquote
*******************/
html body blockquote {
    border-left: 5px solid #009efb;
    border: 1px solid rgba(120, 130, 140, 0.13);
    padding: 15px;
}

.clear {
    clear: both;
}

ol li {
    margin: 5px 0;
}

/*******************
Paddings
*******************/
html body .p-0 {
    padding: 0px;
}

html body .p-10 {
    padding: 10px;
}

html body .p-20 {
    padding: 20px;
}

html body .p-30 {
    padding: 30px;
}

html body .p-l-0 {
    padding-left: 0px;
}

html body .p-l-10 {
    padding-left: 10px;
}

html body .p-l-20 {
    padding-left: 20px;
}

html body .p-r-0 {
    padding-right: 0px;
}

html body .p-r-10 {
    padding-right: 10px;
}

html body .p-r-20 {
    padding-right: 20px;
}

html body .p-r-30 {
    padding-right: 30px;
}

html body .p-r-40 {
    padding-right: 40px;
}

html body .p-t-0 {
    padding-top: 0px;
}

html body .p-t-10 {
    padding-top: 10px;
}

html body .p-t-20 {
    padding-top: 20px;
}

html body .p-t-30 {
    padding-top: 30px;
}

html body .p-b-0 {
    padding-bottom: 0px;
}

html body .p-b-5 {
    padding-bottom: 5px;
}

html body .p-b-10 {
    padding-bottom: 10px;
}

html body .p-b-20 {
    padding-bottom: 20px;
}

html body .p-b-30 {
    padding-bottom: 30px;
}

html body .p-b-40 {
    padding-bottom: 40px;
}

/*******************
Margin
*******************/
html body .m-0 {
    margin: 0px;
}

html body .m-l-5 {
    margin-left: 5px;
}

html body .m-l-10 {
    margin-left: 10px;
}

html body .m-l-15 {
    margin-left: 15px;
}

html body .m-l-20 {
    margin-left: 20px;
}

html body .m-l-30 {
    margin-left: 30px;
}

html body .m-l-40 {
    margin-left: 40px;
}

html body .m-r-5 {
    margin-right: 5px;
}

html body .m-r-10 {
    margin-right: 10px;
}

html body .m-r-15 {
    margin-right: 15px;
}

html body .m-r-20 {
    margin-right: 20px;
}

html body .m-r-30 {
    margin-right: 30px;
}

html body .m-r-40 {
    margin-right: 40px;
}

html body .m-t-0 {
    margin-top: 0px;
}

html body .m-t-5 {
    margin-top: 5px;
}

html body .m-t-10 {
    margin-top: 10px;
}

html body .m-t-15 {
    margin-top: 15px;
}

html body .m-t-20 {
    margin-top: 20px;
}

html body .m-t-30 {
    margin-top: 30px;
}

html body .m-t-40 {
    margin-top: 40px;
}

html body .m-b-0 {
    margin-bottom: 0px;
}

html body .m-b-5 {
    margin-bottom: 5px;
}

html body .m-b-10 {
    margin-bottom: 10px;
}

html body .m-b-15 {
    margin-bottom: 15px;
}

html body .m-b-20 {
    margin-bottom: 20px;
}

html body .m-b-30 {
    margin-bottom: 30px;
}

html body .m-b-40 {
    margin-bottom: 40px;
}

/*******************
vertical alignment
*******************/
html body .vt {
    vertical-align: top;
}

html body .vm {
    vertical-align: middle;
}

html body .vb {
    vertical-align: bottom;
}

/*******************
Opacity
*******************/
.op-5 {
    opacity: 0.5;
}

/*******************
font weight
*******************/
html body .font-bold {
    font-weight: 700;
}

html body .font-normal {
    font-weight: normal;
}

html body .font-light {
    font-weight: 300;
}

html body .font-medium {
    font-weight: 500;
}

html body .font-16 {
    font-size: 16px;
}

html body .font-14 {
    font-size: 14px;
}

html body .font-10 {
    font-size: 10px;
}

html body .font-18 {
    font-size: 18px;
}

html body .font-20 {
    font-size: 20px;
}

/*******************
Border
*******************/
html body .b-0 {
    border: none;
}

html body .b-r {
    border-right: 1px solid rgba(120, 130, 140, 0.13);
}

html body .b-l {
    border-left: 1px solid rgba(120, 130, 140, 0.13);
}

html body .b-b {
    border-bottom: 1px solid rgba(120, 130, 140, 0.13);
}

html body .b-t {
    border-top: 1px solid rgba(120, 130, 140, 0.13);
}

html body .b-all {
    border: 1px solid rgba(120, 130, 140, 0.13);
}



#main-wrapper {
    width: 100%;
    height: calc(100% - 50px);
    overflow: auto;
    padding-bottom: 60px;
}


.topbar {
    background: #fff;
}

.topbar {
    position: relative;
    z-index: 999;
    border-bottom: 1px solid #d9d9d9;
}

.topbar .top-navbar {
    min-height: 42px;
    margin-bottom: 0;
}

.topbar .top-navbar .navbar-header {
    line-height: 42px;
    text-align: center;
}

.topbar .navbar-header {
    background: none;
    /* border-right: 1px solid #d9d9d9; */
}

.topbar .top-navbar .navbar-header .navbar-brand {
    margin-right: 0px;
    padding-bottom: 0px;
    padding-top: 0px;
}

.topbar .top-navbar .navbar-header .navbar-brand b {
    line-height: 42px;
    display: inline-block;
}

.topbar .top-navbar .navbar-header .navbar-brand .light-logo {
    display: inline-block;
    color: rgba(255, 255, 255, 0.8);
}


.hr-menu {
    margin-top: 7px;
}

.menu-h .hr-menu li {
    list-style: none;
}

.menu-h .hr-menu li a {
    color: #6a6a6a;
    text-decoration: none;
    font-size: 15px;
    white-space: nowrap;
    padding: 7px 8px 0;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
}

.menu-h .hr-menu li a:hover {
    color: #000;
}

.drop-set {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
}

.drop-set ul {
    list-style: none;
    padding-left: 0;
}

.drop-set ul li a {
    display: block;
    width: 100%;
}



.drop-head:hover .drop-set {
    display: block;
}


/*menu color--------------------------------------*/
.menu-1 {
    color: #11fa1b !important;
}

.menu-2 {
    color: #11fa1b !important;
}

.menu-3 {
    color: #11fa1b !important;
}

.menu-4 {
    color: #11fa1b !important;
}

.menu-5 {
    color: #11fa1b !important;
}

.menu-6 {
    color: #11fa1b !important;
}

.menu-7 {
    color: #11fa1b !important;
}

.menu-8 {
    color: #11fa1b !important;
}

.menu-9 {
    color: #11fa1b !important;
}

.menu-10 {
    color: #11fa1b !important;
}


.page-wrapper {
    margin-top: 52px;
}

.m-t-10 {
    margin-top: 10px;
}

.footer {
    bottom: 0;
    color: #67757c;
    left: 0px;
    text-align: center;
    padding: 17px 15px;
    position: fixed;
    right: 0;
    border-top: 1px solid rgba(120, 130, 140, 0.13);
    background: #f2f2f2;
    height: 50px;
}


.border-left {
    border-left: 1px solid #dee2e6 !important;
}

.card-no-border .card {
    z-index: 1;
    border-color: #d7dfe3;
    border-radius: 4px;
    -webkit-box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.05);
}

.card-a {
    border-color: transparent !important;
    /* -webkit-box-shadow: 6px 6px 5px 0px rgba(212,212,212,1) !important; */
    /* -moz-box-shadow: 6px 6px 5px 0px rgba(212,212,212,1) !important; */
    /* box-shadow: 6px 6px 5px 0px rgba(212,212,212,1) !important; */
    font-size: 14px;
    -webkit-box-shadow: 1px 1px 11px 1px rgba(109, 109, 109, 0.76) !important;
    box-shadow: 1px 1px 11px 1px rgba(109, 109, 109, 0.76) !important;
}

.card {
    -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.1);
    border-radius: 4px;
}

.card {
    margin-bottom: 30px;
}

.card {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: .25rem;
}

.card-body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem;
}

.card-a-h5 {
    font-size: 14px !important;
    line-height: 34px !important;
    margin-bottom: 0px !important;
}

.use-inner-card tr td {
    line-height: 32px;
    font-size: 14px;
}

.use-inner-card tr td:nth-child(even) {
    padding-left: 20px;
}

.flat-tab .panel-heading {
    padding: 0;
    background: #029cff;
    border: none;
    border-radius: 0;
}

.flat-tab .nav-tabs>li>a {
    color: #d2dee4;
    font-weight: 600;
    font-size: 16px;
    padding: 6px 20px;
}

.flat-tab .nav-tabs>li.active>a,
.flat-tab .nav-tabs>li.active>a:hover,
.flat-tab .nav-tabs>li.active>a:focus,
.flat-tab .nav-tabs>li>a:hover {
    color: #fff;
    cursor: default;
    background-color: #029cff;
    border-bottom: 2px solid #f00 !important;
    border: none;
}



.flat-tab .panel {
    border-radius: 0;
}

.customer-button {
    background: #6bbf11;
    color: #fff;
    padding: 4px 21px;
}

.dataTables_length {
    margin-top: 10px;
}

.dataTables_length label {
    font-weight: 500;
}

.dataTables_length select {
    border: 0;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#009efb), to(#009efb)), -webkit-gradient(linear, left top, left bottom, from(#d9d9d9), to(#d9d9d9));
    background-image: -webkit-linear-gradient(#009efb, #009efb), -webkit-linear-gradient(#d9d9d9, #d9d9d9);
    background-image: -o-linear-gradient(#009efb, #009efb), -o-linear-gradient(#d9d9d9, #d9d9d9);
    background-image: linear-gradient(#009efb, #009efb), linear-gradient(#d9d9d9, #d9d9d9);
    background-size: 0 2px, 100% 1px;
    background-repeat: no-repeat;
    background-position: center bottom, center calc(100% - 1px);
    background-color: transparent;
    -webkit-transition: background 0s ease-out;
    -o-transition: background 0s ease-out;
    transition: background 0s ease-out;
    padding-bottom: 5px;
    font-weight: bold;
}

.table-bordered-set-2 {
    border: 1px solid #dee2e6;
}

.table-bordered-set-2 tr th:first-child,
.table-bordered-set-2 tr td:first-child {
    width: 20px;
}

.table thead th,
.table th {
    font-weight: 600;
}

.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6;
}

.table-bordered-set-2 th,
.table-bordered-set-2 td {
    border: 1px solid #dee2e6 !important;
    padding: 6px 4px;
    font-size: 13px;
}

.table-striped tbody tr:nth-of-type(odd) {
    background: #f2f4f8;
}

.table-img {
    margin: 0 auto;
    max-width: 40px;
}

.table-bordered-set-2 .form-control {
    border-radius: 0;
    font-size: 12px;
    padding: 3px 5px;
    min-height: 12px;
    height: 26px;
}

.table-bordered-set-2 .action-set-table a {
    display: block;
    line-height: 13px;
    color: #009cff;
}


.login-register {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    height: 100%;
    width: 100%;
    padding: 10% 0;
    position: fixed;
}




.main-heading {
    letter-spacing: 2px;
    font-size: 28px;
}


.sme-button {
    border-radius: 0;
    opacity: 0.4;
}

.sme-button i {
    color: #1b1b1b;
    font-size: 62px;
}

.sme-button:hover {
    opacity: 1;
}

.sme-button:hover i {
    color: #fff;
}

.btn-info1,
.btn-info1.disabled {
    background: #1e88e5;
    border: 1px solid #1e88e5;
    -webkit-box-shadow: 0 2px 2px 0 rgba(66, 165, 245, 0.14), 0 3px 1px -2px rgba(66, 165, 245, 0.2), 0 1px 5px 0 rgba(66, 165, 245, 0.12);
    box-shadow: 0 2px 2px 0 rgba(66, 165, 245, 0.14), 0 3px 1px -2px rgba(66, 165, 245, 0.2), 0 1px 5px 0 rgba(66, 165, 245, 0.12);
    -webkit-transition: 0.2s ease-in;
    -o-transition: 0.2s ease-in;
    transition: 0.2s ease-in;
    color: #fff;
    font-weight: 600;
    font-size: 15px;
    border-radius: 0;
}


.page-titles {
    background: #ffffff;
    padding: 15px;
    padding-left: 0 !important;
    -webkit-box-shadow: 1px 0 5px rgba(0, 0, 0, 0.1);
    box-shadow: 1px 0 5px rgba(0, 0, 0, 0.1);
}

.page-titles .breadcrumb {
    padding: 0px;
    background: transparent;
    font-size: 14px;
}

.bred-set-2 {
    line-height: 30px;
    font-size: 21px !important;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
}

.sme-form label {
    color: #000;
    margin-bottom: 0;
    font-size: 15px;
    font-weight: 600;
}

.breadcrumb {
    margin-bottom: 0px;
}

.page-titles .breadcrumb li {
    margin-top: 0px;
    margin-bottom: 0px;
}

.bred-set-2 a {
    color: #000 !important;
}

.bred-set-2 .active {
    color: #2f9cff !important;
}

.sme-form .card-title {
    color: #000;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 8px;
}

[type="radio"]:checked+label {
    padding-left: 1px;
    height: 25px;
    line-height: 25px;
    font-weight: 500;
}

[type="radio"].with-gap.radio-col-light-blue:checked+label:before {
    border: 2px solid #03A9F4;
    -webkit-animation: ripple 0.2s linear forwards;
    animation: ripple 0.2s linear forwards;
}

[type="radio"]:checked+label:after,
[type="radio"].with-gap:checked+label:before,
[type="radio"].with-gap:checked+label:after {
    border: 2px solid #26a69a;
}

.sme-form .form-control {
    border: none;
    border-bottom: 1px solid #ccc;
    background: none;
    border-radius: 0;
    box-shadow: none;
}

.border-right {
    border-right: 1px solid #dee2e6 !important;
}

.border-bottom {
    border-bottom: 1px solid #dee2e6 !important;
}

.use-inner-card-2 tr td {
    line-height: 26px;
    font-size: 14px;
}

.use-inner-card-2 tr td:nth-child(even) {
    padding-left: 20px;
}

.our-btn {
    color: #019bff;
    border-radius: 0;
    border: 1px solid #019bff;
}


.btn-outline-info {
    color: #1e88e5;
    background-color: transparent;
    border-color: #1e88e5;
    -webkit-box-shadow: 0 2px 2px 0 rgba(66, 165, 245, 0.14), 0 3px 1px -2px rgba(66, 165, 245, 0.2), 0 1px 5px 0 rgba(66, 165, 245, 0.12);
    box-shadow: 0 2px 2px 0 rgba(66, 165, 245, 0.14), 0 3px 1px -2px rgba(66, 165, 245, 0.2), 0 1px 5px 0 rgba(66, 165, 245, 0.12);
    -webkit-transition: 0.2s ease-in;
    -o-transition: 0.2s ease-in;
    transition: 0.2s ease-in;
}

.btn-outline-info:hover,
.btn-outline-info:focus,
.btn-outline-info.focus {
    background: #1e88e5;
    border-color: #1e88e5;
    color: #ffffff;
    -webkit-box-shadow: 0 14px 26px -12px rgba(23, 105, 255, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(23, 105, 255, 0.2);
    box-shadow: 0 14px 26px -12px rgba(23, 105, 255, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(23, 105, 255, 0.2);
}

.btn-outline-info.active,
.btn-outline-info:focus {
    -webkit-box-shadow: 0 14px 26px -12px rgba(23, 105, 255, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(23, 105, 255, 0.2);
    box-shadow: 0 14px 26px -12px rgba(23, 105, 255, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(23, 105, 255, 0.2);
}




/*tab start----------------------------------------------------------------*/
#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
    line-height: 1;
    display: block;
    position: sticky;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#cssmenu:after,
#cssmenu>ul:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

#cssmenu {
    width: auto;
    border-bottom: 2px solid #009cff;
    font-family: Raleway, sans-serif;
    line-height: 1;
}

#cssmenu ul {
    background: transparent;
}

#cssmenu>ul>li {
    float: left;
}

#cssmenu.align-center>ul {
    font-size: 0;
    text-align: center;
}

#cssmenu.align-center>ul>li {
    display: inline-block;
    float: none;
}

#cssmenu.align-right>ul>li {
    float: right;
}

#cssmenu.align-right>ul>li>a {
    margin-right: 0;
    margin-left: -4px;
}

#cssmenu>ul>li>a {
    z-index: 2;
    padding: 10px 38px 7px 38px;
    font-size: 15px;
    font-weight: 400;
    text-decoration: none;
    color: #607d8b;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    margin-right: -4px;
}

#cssmenu>ul>li.active>a,
#cssmenu>ul>li:hover>a,
#cssmenu>ul>li>a:hover {
    color: #ffffff;
    background: #ffffff;
}

#cssmenu>ul>li>a:after {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: -1;
    width: 100%;
    height: 120%;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    content: "";
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-transform: perspective(5px) rotateX(2deg);
    -webkit-transform-origin: bottom;
    -moz-transform: perspective(5px) rotateX(2deg);
    -moz-transform-origin: bottom;
    transform: perspective(5px) rotateX(2deg);
    transform-origin: bottom;
    background: #fff;
    -webkit-box-shadow: 0px 0px 11px 0px rgba(109, 109, 109, 0.76);
    box-shadow: 0px 0px 11px 0px rgba(109, 109, 109, 0.76);
    border: none;
}


#cssmenu>ul>li .active>a:after,
#cssmenu>ul>li.active>a:after,
#cssmenu>ul>li:hover>a:after,
#cssmenu>ul>li>a:hover:after {
    background: #009cff !important;
}


#cssmenu>ul>li .active {
    color: #fff;
}

#cssmenu>ul>li .active < a:after {
    background: #009cff !important;
}

#cssmenu>ul .tab-active-set a:after {
    background: #009cff !important;
}



.table-bordered-set {
    border: 1px solid #dee2e6;
}

.table-bordered-set .table thead th,
.table-bordered-set .table th {
    font-weight: 600;
}

.table-bordered-set th,
.table-bordered-set td {
    border: 1px solid #dee2e6 !important;
    padding: 4px;
    text-align: center;
}

/*wizard start----------------------------------------------------------------*/

.step {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    font-family: 'SansaPro-SemiBold';
    font-size: 12px;
    color: #fff;
    line-height: 22px;
    text-align: center !important;
    background: #929292;
    transition: all 1s;
}


.step-fill-done {
    background: #008aff;
}

.step-fill-done .step-number {
    display: none !important;
}

.step-fill-done .step-tick {
    display: block !important;
}

.step-filling {
    background: #008aff;
}

.step-filling .step-tick {
    display: none;
}

.step-filling .step-number {
    display: block;
}

.step .step-tick {
    display: none;
}

.step .step-number {
    display: block;
}



.step-ok {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    font-family: 'SansaPro-SemiBold';
    font-size: 25px;
    color: #fff;
    line-height: 50px;
    text-align: center !important;
    background: #39B54A;
}

.step-fll-prev {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    font-family: 'SansaPro-Bold';
    font-size: 30px !important;
    text-align: center !important;
    cursor: pointer;
}

.step-fll {
    color: #fff;
    background: #283897;
    margin-left: 3px;
    line-height: 38px;
}

.step-prev {
    color: #283897;
    background: #FFF;
    border-width: 2px;
    border-style: solid;
    border-color: #283897;
    margin-left: -5px;
    line-height: 35px;
}

.step-fll-prev i {
    font-size: 30px !important;
}

.step-text-head {
    color: #000;
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 600;
    margin-left: -54px;

}

.wz-frm-heading {
    color: #000;
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 600;
}

.panel-default {
    border-color: transparent;
}

.panel {
    margin-bottom: 20px;
    background-color: transparent;
    border: 0px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 0px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0px 0px rgba(0, 0, 0, 0.05);
}

.panel-default>.panel-heading {
    color: #333;
    background-color: transparent;
    border-color: transparent;
}

.panel-group .panel-heading+.panel-collapse .panel-body {
    border-top: 0px solid #ddd;
}

.line-wizard {
    position: absolute;
    width: 2px;
    background-color: #CCCCCC;
    z-index: 99;
}

.l1 {
    height: 214px;
    margin-top: -44px;
    margin-left: 25px;
}

.l2 {
    height: 217px;
    margin-top: -45px;
    margin-left: 25px;
}

.l3 {
    height: 407px;
    margin-top: -4px;
    margin-left: 10px;
}


.step-bg {
    border-left: 1px solid #929292;
    margin-left: 11px;
}

.m-b-7 {
    margin-bottom: 4px !important;
}

.stp-header-bg {
    background: url(../images/stap-header-bg.png) no-repeat left;
    height: 44px;
    padding: 0px 1px;
}

.p-heading {
    padding: 0px 1px;
}

.btn-primary {
    background-color: #009cff;
}

.btn-primary:hover {
    background-color: #3399FF;
}

/*.table{
    background: #fff none repeat scroll 0 0;
    border: 1px solid #fff;
}*/
.table-striped tbody tr:nth-of-type(2n+1) {
    background: #ffffff none repeat scroll 0 0;
}

.table-striped tbody tr:nth-of-type(2n) {
    background: #ffffff none repeat scroll 0 0;
}

.even {
    background-color: #ffffff;
}

.odd {
    background-color: #ffffff;
}

.sort-link {
    color: #000;
}

.img-circle {
    border: 1px solid #009cff;
    border-radius: 50%;
}

.table-striped tbody tr:nth-of-type(odd) {
    background: #fff;
}

.table tbody tr:nth-of-type(odd) {
    background: #fff;
}

.table-striped tbody tr:nth-of-type(odd) {
    background: #f2f4f8;
}

.gasUtility {
    display: none;
}

.electricUtility {
    display: block;
}

.otherUtility {
    display: none;
}

.new-supplier {
    display: none;
}

.remove-supplierbtn {
    display: none;
    /*display: inline-block !important;*/
}

.new-supplierbtn {
    display: none;
    /*display: inline-block !important;*/
}

.last_supplier_table {
    display: none;
}

.day_night_even {
    display: none;
}

.day_night {
    display: none;
}

.settings {
    height: 500px;
    overflow-y: scroll;
}

.introducer-only {
    display: none;
}

.agency-introducer {
    display: block;

}

.contact-title {
    text-align: center;
}

.contact-title h3 {
    font-size: 3.5rem;
    font-weight: 600;
    color: #262626;
}

.contact-title p {
    font-size: 1.6rem;
    font-weight: 500;
    color: #262626;
}

.cf-note {
    font-size: 1.3rem;
    color: red;
    font-weight: 600;
}

.cn-input input,
.cn-input textarea {
    width: 100%;
    height: 50px;
    display: block;
    background: #f2f2f2;
    border-radius: 2px;
    font-size: 20px;
    color: #686868;
    line-height: 1.2;
    padding: 0 28px;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}

.cn-input textarea {
    min-height: 120px;
}

.cn-input label {
    font-size: 14px;
    color: #555555;
    line-height: 1.5;
}

.cn-input .errorMessage {
    font-size: 14px;
    color: red;
    font-family: sans-serif;
}

.sb-btn input {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 20px;
    min-width: 150px;
    height: 50px;
    font-size: 16px;
    color: #fff;
    line-height: 1.2;
    text-transform: uppercase;
    width: auto;
    margin: 5px 0;
    border-color: transparent;
    background: #009cff;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
    border-radius: 2px;
}

.sb-btn input:hover {
    color: #009cff;
    background: transparent;
    border-color: #009cff;
}

.contactbg {
    width: 100%;
    background-color: red;
}

.flex-row {
    display: flex;
    flex-flow: row wrap;
}

.h100 {
    height: 100%;
}

/* cms section */
.cms {
    height: 100%;
}

.cms h2 {
    line-height: 1.2;
    font-size: 32px;
    font-weight: 600;
    text-transform: capitalize;
    text-align: left;
    color: #222;
    position: relative;
    margin-top: 2rem;
    margin-bottom: 0;
    letter-spacing: 0.03px;
    padding: 0;
}

.cms h2:nth-of-type(2) strong {
    color: #ffc402;
}

.cms h2:first-of-type {
    margin-top: 0;
    font-size: 4rem;
    padding-bottom: 0px;
}

.cms h2:first-of-type+p {
    margin-top: 0;
}


.cms h4,
.cms h3 {
    font-size: 24px;
    font-weight: 600;
    margin: 20px 0 0;
}

.cms h4+p,
.cms h3+p {
    margin-top: 5px;
}

.cms h3 {
    font-size: 28px;
}

.cms p,
.cms table tr {
    font-size: 1.2rem;
    margin: 15px 0;
    font-family: sans-serif;
    color: #6c757d;
}

.cms ul,
.cms ol {
    margin: 0;
    padding: 0;
    margin-bottom: 1.3em;
    list-style: none;
}

.cms ul li,
.cms ol li {
    font-size: 1.1em;
    line-height: 1.2;
    word-break: break-all;
    margin: 0;
    padding: 8px 0 8px 30px;
    font-family: sans-serif;
    position: relative;
    color: #6c757d;
}

.cms ul li::before,
.cms ol li::before {
    content: "\f00c";
    font-family: "FontAwesome";
    font-size: 14px;
    position: absolute;
    top: 14px;
    left: 8px;
    color: #262626;
}

.cms ol {
    counter-reset: count;
}

.cms ol li {
    counter-increment: count;
}

.cms ol li::before {
    content: counter(count);
    width: 18px;
    height: 18px;
    border-radius: 50%;
    border: 1px solid #009CFF;
    color: #009CFF;
    text-align: center;
    line-height: 17px;
    font-size: 12px;
    text-align: center;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.cms a {
    color: #222;
}

.cms a:hover {
    color: #009CFF;
}

.cms p {
    font-size: 1.5rem;
}

/* login css */
/*//////////////////////////////////////////////////////////////////
[ Utility ]*/
.txt1 {
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    color: #999999;
    line-height: 1.4;
}

.bo1 {
    border-bottom: 1px solid #012840;
    color: #012840;
}

.hov1:hover {
    border-color: #d33f8d;
}

.p-l-50 {
    padding-left: 50px;
}

.p-r-50 {
    padding-right: 50px;
}

.p-t-77 {
    padding-top: 77px;
}

.p-b-30 {
    padding-bottom: 30px;
}

.p-b-55 {
    padding-bottom: 55px;
}

.m-b-16 {
    margin-bottom: 16px;
}

.m-l-4 {
    margin-left: 4px;
}

.p-t-25 {
    padding-top: 25px;
}

.w-full {
    width: 100%;
}

.p-t-42 {
    padding-top: 42px;
}

.p-b-22 {
    padding-bottom: 22px;
}

.m-b-10 {
    margin-bottom: 10px;
}

.p-t-115 {
    padding-top: 115px;
}

/*//////////////////////////////////////////////////////////////////
[ login ]*/

.limiter button {
    outline: none !important;
    border: none;
    background: transparent;
}

.limiter button:hover {
    cursor: pointer;
}

.limiter input {
    outline: none;
    border: none;
}

.limiter input:focus::-webkit-input-placeholder {
    color: transparent;
}

.limiter input:focus:-moz-placeholder {
    color: transparent;
}

.limiter input:focus::-moz-placeholder {
    color: transparent;
}

.limiter input:focus:-ms-input-placeholder {
    color: transparent;
}

.limiter input::-webkit-input-placeholder {
    color: #acacac;
}

.limiter input:-moz-placeholder {
    color: #acacac;
}

.limiter input::-moz-placeholder {
    color: #acacac;
}

.limiter input:-ms-input-placeholder {
    color: #acacac;
}

.limiter {
    width: 100%;
    margin: 0 auto;
}

.container-login100 {
    width: 100%;
    min-height: 100vh;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 15px;
    background: #fff;
    position: relative;
    z-index: 1;
}


.wrap-login100 {
    width: 450px;
    background: #fff;
    border-radius: 3px;
    overflow: hidden;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.3);
    padding: 50px 30px;
}



/*------------------------------------------------------------------
  [  ]*/
.login100-form {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.limiter p:empty {
    display: none;
}

.login100-form-title {
    font-family: "Poppins", sans-serif;
    font-size: 2rem;
    font-weight: 600;
    color: #333333;
    line-height: 1.2;
    text-align: center;
    width: 100%;
    display: block;
}

.limiter p {
    text-align: center;
    font-weight: 500;
}


/*---------------------------------------------*/
.wrap-input100 {
    position: relative;
    width: 100%;
    z-index: 1;
}

.limiter .input100 {
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    line-height: 1.2;
    color: #686868;

    display: block;
    width: 100%;
    background: #e6e6e6;
    height: 62px;
    border-radius: 3px;
    padding: 0 30px 0 65px;
}


/*------------------------------------------------------------------
  [ Focus ]*/
.focus-input100 {
    display: block;
    position: absolute;
    border-radius: 3px;
    bottom: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    box-shadow: 0px 0px 0px 0px;
    color: rgba(0, 156, 255, 0.6);
}

.input100:focus+.focus-input100 {
    -webkit-animation: anim-shadow 0.5s ease-in-out forwards;
    animation: anim-shadow 0.5s ease-in-out forwards;
}

@-webkit-keyframes anim-shadow {
    to {
        box-shadow: 0px 0px 60px 20px;
        opacity: 0;
    }
}

@keyframes anim-shadow {
    to {
        box-shadow: 0px 0px 60px 20px;
        opacity: 0;
    }
}

.symbol-input100 {
    font-size: 24px;
    color: #999999;

    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    position: absolute;
    border-radius: 25px;
    top: 0;
    left: 0;
    width: 100%;
    height: 62px;
    padding-left: 23px;
    pointer-events: none;

    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}

.input100:focus+.focus-input100+.symbol-input100 {
    color: #009CFF;
    padding-left: 18px;
}

/*==================================================================
  [ Restyle Checkbox ]*/

.input-checkbox100 {
    display: none;
}

.label-checkbox100 {
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    color: #999999;
    line-height: 1.2;

    display: block;
    position: relative;
    padding-left: 26px;
    cursor: pointer;
}

.label-checkbox100::before {
    content: "\f00c";
    font-family: FontAwesome;
    font-size: 13px;
    color: transparent;

    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    width: 18px;
    height: 18px;
    border-radius: 3px;
    background: #fff;
    border: 2px solid #009CFF;
    left: 0;
    top: 48%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.input-checkbox100:checked+.label-checkbox100::before {
    color: #009CFF;
}


/*------------------------------------------------------------------
  [ Button ]*/
.container-login100-form-btn {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.limiter .login100-form-btn {
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    line-height: 1.5;
    color: #fff;
    text-transform: uppercase;

    width: 100%;
    height: 62px;
    border-radius: 3px;
    background: #009CFF;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 25px;

    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}

.limiter .login100-form-btn:hover {
    background: #333333;
}

/*------------------------------------------------------------------
  [ Button sign in with ]*/
.btn-face,
.btn-google {
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    line-height: 1.2;

    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    width: calc((100% - 10px) / 2);
    height: 40px;
    border-radius: 3px;
    border: 1px solid #e6e6e6;
    background-color: #fff;

    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}


.btn-face {
    color: #3b5998;
}

.btn-face i {
    font-size: 20px;
    margin-right: 10px;
    padding-bottom: 1px;
}

.btn-google {
    color: #555555;
}

.btn-google img {
    width: 19px;
    margin-right: 10px;
    padding-bottom: 1px;
}



.btn-face:hover,
.btn-google:hover {
    border-color: #009CFF;
}



/*------------------------------------------------------------------
  [ Alert validate ]*/

.validate-input {
    position: relative;
}

.alert-validate::before {
    content: attr(data-validate);
    position: absolute;
    max-width: 70%;
    background-color: white;
    border: 1px solid #c80000;
    border-radius: 3px;
    padding: 4px 25px 4px 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 8px;
    pointer-events: none;

    font-family: "Poppins", sans-serif;
    color: #c80000;
    font-size: 13px;
    line-height: 1.4;
    text-align: left;

    visibility: hidden;
    opacity: 0;

    -webkit-transition: opacity 0.4s;
    -o-transition: opacity 0.4s;
    -moz-transition: opacity 0.4s;
    transition: opacity 0.4s;
}

.alert-validate::after {
    content: "\f12a";
    font-family: FontAwesome;
    display: block;
    position: absolute;
    color: #c80000;
    font-size: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 13px;
}

.alert-validate:hover:before {
    visibility: visible;
    opacity: 1;
}

@media (max-width: 992px) {
    .alert-validate::before {
        visibility: visible;
        opacity: 1;
    }
}

/*//////////////////////////////////////////////////////////////////
  [ responsive ]*/

@media (max-width: 480px) {
    .wrap-login100 {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.address-dropdown{
    display: none;
}
.address-dropdown1{
    display: none;
}
.address-dropdown2{
    display: none;
}
.address-dropdown3{
    display: none;
}
#address-loqate-final{
    display:none;
}
#address-loqate-final1{
    display:none;
}
#address-loqate-final2{
    display:none;
}
#address-loqate-final3{
    display:none;
}


/*reminder popup css start*/ 
#notitificationPopup{
    display: none;
    height: 100%;

}
.reminderPopup {
    display: none;
    width: 350px;
    height: auto;
    position: fixed;
    bottom: 15px;
    right: 15px;
    background-color: #fff;
    -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
    margin: 0;
    padding: 15px;
    border-radius: 0.5rem;
    z-index: 1022;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.reminderPopup .closeBtn {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 2rem;
    color: #666;
    font-weight: 600;
    cursor: pointer;
}

.reminderPopup .contents h1 {
    margin: 0;
    padding: 0;
    font-size: 18px;
    font-weight: 500;
    color: #666;
    font-family: sans-serif;
    letter-spacing: 1px;
}

.reminderPopup .contents p {
    margin: 0 0 10px;
    padding: 0;
    font-size: 14px;
    color: #666;
    font-family: sans-serif;
    letter-spacing: 0.3px;
}

.reminderPopup .contents p strong {
    color: #616161;
}

.reminderPopup form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row;
    flex-flow: row;
    width: 100%;
    margin: 30px 0 0;
}

.reminderPopup form select {
    margin: 0 5px;
    padding: .25em;
    border: 1px solid #ddd;
    font-weight: 500;
    letter-spacing: 0.3px;
    border-radius: 0.25rem;
    width: auto;
}

.reminderPopup form select:focus,
.reminderPopup form select:active {
    outline: 0;
    border-color: #2a2a2a;
}

.reminderPopup form button {
    background: transparent;
    font-size: 14px;
    text-transform: uppercase;
    padding: 0;
    margin: 0 5px;
    letter-spacing: 0.3px;
    color: #666;
    font-weight: 600;
    cursor: pointer;
}
#notitificationPopup .clear-notification{
    float:right;
}

/*reminder popup css end*/ 