html,
body,
div,
input,
label,
span,
h1,
h2,
h3,
h4,
h5,
p,
textarea,
button,
select {
    font-family: 'Prompt', sans-serif !important;
}

optgroup {
    font-weight: 100 !important;
}

body {
    font-size: 16px;
    font-weight: 300;
    color: #000;
    line-height: 30px;
    text-align: center;
    overflow: hidden;
}

.checkboxa {
    display: block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 0 !important;
    margin-top: 0 !important;
    cursor: pointer;
    font-size: 17px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-family: 'Prompt', sans-serif;
}


/* Hide the browser's default checkbox */

.checkboxa input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}


/* Create a custom checkbox */

.checkmark {
    position: absolute;
    top: 2px;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #ffffff;
    border-radius: 22px;
    border: 1px solid #ccc8c8;
}


/* On mouse-over, add a grey background color */

.checkboxa:hover input~.checkmark {
    background-color: #ccc;
}


/* When the checkbox is checked, add a blue background */

.checkboxa input:checked~.checkmark {
    background-color: #2196F3;
}


/* Create the checkmark/indicator (hidden when not checked) */

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}


/* Show the checkmark when checked */

.checkboxa input:checked~.checkmark:after {
    display: block;
}


/* Style the checkmark/indicator */

.checkboxa .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.checkboxc {
    font-size: 1rem !important;
}

.checkboxa .checkmark:after {
    top: 5px;
    left: 5px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: white;
}

.loader {
    border: 7px solid #f3f3f3;
    border-radius: 50%;
    border-top: 7px solid #3498db;
    width: 45px;
    height: 45px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    margin-top: 2px;
    position: absolute;
}

.gender {
    display: block;
    position: relative;
    padding-left: 0px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 17px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-family: 'Prompt', sans-serif;
    margin-right: 15px;
}

.btn {
    height: 49px;
}

.nonena {
    background: none !important;
}

.btn-primary .badge {
    color: #fff !important;
    background-color: #72be38 !important;
    font-size: 16px !important;
}


/* Safari */

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.no-js #loader {
    display: none;
}

.js #loader {
    display: block;
    position: absolute;
    left: 100px;
    top: 0;
}

.se-pre-con {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url(../assets/img/Preloader_2.gif) center no-repeat #fff;
}

.imggender {
    width: 40px
}

.ani {
    width: 100px;
    height: 100px;
    position: relative;
    animation-name: example;
    animation-duration: 1.5s;
}

@keyframes example {
    25% {
        background-color: green;
        left: 0px;
        top: 0px;
    }
    0% {
        background-color: #72be38;
        left: 200px;
        top: 0px;
    }
}

.title-abs {
    /* position: absolute; */
    width: 100%;
    top: 15px;
}

.font-fire {
    color: #ffa252;
}

.contact-btn {
    border-radius: 25px !important;
    color: #fff !important;
    cursor: pointer !important;
    text-align: left !important;
    padding: 0 15px 0 15px !important;
    display: inherit !important;
    align-items: center !important;
    height: 42px !important;
}

.call-icon {
    font-size: 14px;
    margin-right: 5px;
}

.fz-14 {
    font-size: 13px;
    font-family: 'Prompt', sans-serif;
}

.call {
    background: #7B8189 !important;
}

.mr-15 {
    margin-right: 15px;
}

.mr-10 {
    margin-right: 10px !important;
}

.share {
    background: #005179 !important;
}

.contact-insure {
    position: absolute;
    top: 15px;
    right: 15px;
    display: flex;
    align-items: center;
}

h1.header-w3ls {
    text-align: left;
    padding-left: 10px;
    color: #fff;
    font-weight: bold;
    font-family: 'Prompt', sans-serif;
    letter-spacing: 8px;
}

.header-stepform {
    display: flex;
    justify-content: center;
    align-items: center;
    /* padding: 10px; */
    background: linear-gradient(to right, #89d251, #429403);
    height: 98px;
    margin-bottom: 15px;
    width: 100%;
    overflow: hidden;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
}

.logo {
    position: absolute;
    top: 15px;
    left: 15px;
}

strong {
    font-weight: 500;
}

a,
a:hover,
a:focus {
    color: #4aaf51;
    text-decoration: none;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
}

h1,
h2 {
    margin-top: 10px;
    font-size: 38px;
    font-weight: 100;
    color: #555;
    line-height: 50px;
}

h3 {
    font-size: 22px;
    font-weight: 300;
    color: #555;
    line-height: 30px;
}

img {
    max-width: 100%;
}

::-moz-selection {
    background: #4aaf51;
    color: #fff;
    text-shadow: none;
}

::selection {
    background: #4aaf51;
    color: #fff;
    text-shadow: none;
}

.btn-link-1 {
    display: inline-block;
    height: 50px;
    margin: 5px;
    padding: 16px 20px 0 20px;
    background: #4aaf51;
    font-size: 16px;
    font-weight: 300;
    line-height: 16px;
    color: #fff;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.btn-link-1:hover,
.btn-link-1:focus,
.btn-link-1:active {
    outline: 0;
    opacity: 0.6;
    color: #fff;
}

.btn-link-1.btn-link-1-facebook {
    background: #4862a3;
}

.btn-link-1.btn-link-1-twitter {
    background: #55acee;
}

.btn-link-1.btn-link-1-google-plus {
    background: #dd4b39;
}

.btn-link-1 i {
    padding-right: 5px;
    vertical-align: middle;
    font-size: 20px;
    line-height: 20px;
}

.btn-link-2 {
    display: inline-block;
    height: 50px;
    margin: 5px;
    padding: 15px 20px 0 20px;
    background: rgba(0, 0, 0, 0.3);
    border: 1px solid #fff;
    font-size: 16px;
    font-weight: 300;
    line-height: 16px;
    color: #fff;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.btn-link-2:hover,
.btn-link-2:focus,
.btn-link-2:active,
.btn-link-2:active:focus {
    outline: 0;
    opacity: 0.6;
    background: rgba(0, 0, 0, 0.3);
    color: #fff;
}


/***** Top content *****/

.inner-bg {
    margin-top: 10px;
}

.top-content .text {
    color: #fff;
}

.top-content .text h1 {
    color: #fff;
}

.top-content .description {
    margin: 20px 0 10px 0;
}

.top-content .description p {
    opacity: 0.8;
}

.top-content .description a {
    color: #fff;
}

.top-content .description a:hover,
.top-content .description a:focus {
    border-bottom: 1px dotted #fff;
}

.form-box {
    margin-top: 35px;
}

.form-top {
    overflow: hidden;
    padding: 0 25px 15px 25px;
    background: #fff;
    -moz-border-radius: 4px 4px 0 0;
    -webkit-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
    text-align: left;
    color: white;
    background: linear-gradient(to right, #89d251, #429403);
}

.form-top-left {
    float: left;
    width: 75%;
    padding-top: 25px;
}

.form-top-left h3 {
    margin-top: 0;
}

.form-top-right {
    float: left;
    width: 25%;
    padding-top: 5px;
    font-size: 66px;
    color: #ddd;
    line-height: 100px;
    text-align: right;
}

.form-bottom {
    padding: 20px 20px 5px 20px;
    background: #eee;
    -moz-border-radius: 0 0 4px 4px;
    -webkit-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
    text-align: left;
}

.form-bottom form textarea {
    height: 100px;
}


/* .form-bottom form button.btn {
    width: 100%;
} */

.form-bottom form .input-error {
    border-color: #4aaf51;
}

.social-login {
    margin-top: 35px;
}

.social-login h3 {
    color: #fff;
}

.social-login-buttons {
    margin-top: 25px;
}

.pic {
    width: 68%;
}

.flx2block {
    display: flex;
    justify-content: center;
}


/***** Media queries *****/

@media (min-width: 992px) and (max-width: 1199px) {
    .kuy-career {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .kuy-career {
        display: none !important;
    }
}

.w50 {
    width: 50%;
}

@media (max-width: 767px) {
    body {
        overflow: auto;
    }
    .fix-w-cuz {
        width: 100% !important;
    }
    .pic {
        width: 90%;
    }
    .inner-bg {
        padding: 0;
    }
    .w-50 {
        width: 90% !important;
    }
    .w50 {
        width: 100% !important;
    }
    .grid-container {
        display: block !important;
    }
    .w-80 {
        width: 45% !important;
    }
    .flx-center {
        justify-content: flex-end;
    }
    h1.header-w3ls {
        /* font-size: 24px !important; */
        font-size: 1rem !important;
    }
    .font-tel {
        font-size: 1rem !important;
    }
    .contect-us {
        font-size: 0.4rem !important;
        padding-top: 14px !important;
    }
    h3 {
        font-size: 20px !important;
    }
    .flx2block {
        display: block !important;
    }
    .kuy-career {
        display: none !important;
    }
    .home-step {
        left: -14px;
        z-index: 1;
        width: 43px !important;
    }
    .home-step2 {
        left: -14px;
        z-index: 1;
        width: 43px !important;
    }
    .fz-1rem {
        display: none;
    }
    .flx-car {
        display: block !important;
    }
    .select2-container .select2-choice {
        width: 100% !important;
    }
    .select2-title {
        width: 100% !important;
    }
    .title-spn {
        width: 80px !important;
        margin-top: -16px !important;
    }
    .title-province {
        width: 68px !important;
        margin-top: -13px !important;
    }
    .w-40 {
        width: 100% !important;
    }
    .w-30 {
        width: 100% !important;
    }
    .w-70 {
        width: 100% !important;
    }
    .dsp-date {
        display: block !important;
    }
}

@media (max-width: 415px) {
    body {
        overflow: auto;
    }
    .pic {
        width: 90%;
    }
    h1,
    h2 {
        font-size: 32px;
    }
}

.fix-row {
    margin-right: 0;
    margin-left: 0;
    display: flex;
    align-items: center;
    margin-bottom: 5px;
}

.wrapper {
    width: 70%;
}

.panel-group {
    border: 2px solid #ddd;
    border-radius: 4px;
}

@media(max-width:992px) {
    .wrapper {
        width: 100%;
    }
}

.panel-heading {
    padding: 0;
    border: 0;
}

.panel-title>a,
.panel-title>a:active {
    display: block;
    padding: 14px;
    color: #000;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 1px;
    word-spacing: 3px;
    text-decoration: none;
}

.panel-heading a:before {
    font-family: 'Glyphicons Halflings';
    content: "\e114";
    float: right;
    transition: all 0.5s;
}

.panel-heading.active a:before {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform: rotate(180deg);
}

.grid-container {
    display: grid;
    grid-template-columns: auto auto auto;
    margin-bottom: 5px;
    display: flex;
    align-items: center;
}

.grid-item {
    padding: 5px;
}

.grid-bg {
    border: 3px solid #ddd;
    border-radius: 4px;
    padding: 0 5px 0 14px;
    background: #f8f8f8;
}


/* Chrome, Safari, Edge, Opera */

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}


/* Firefox */

input[type=number] {
    -moz-appearance: textfield;
}

.w-20 {
    width: 20%;
}

.w-60 {
    width: 60%;
}

.w-100 {
    width: 100%;
}

.w-50 {
    width: 50%;
}

.w50 {
    width: 50%;
}

.mr-5 {
    margin-right: 5px !important;
}

.dsp-flx {
    display: flex;
    justify-content: center;
}

.flx-car {
    display: flex;
    justify-content: center;
}

.dsp-flx-left {
    display: flex;
    justify-content: left;
}

.dsp-flx-end {
    display: flex;
    justify-content: flex-end;
}

.dsp-flx-align {
    display: flex;
    align-items: center;
    justify-content: center;
}

.curser-auto {
    cursor: auto;
}

.checkbox {
    display: block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 0 !important;
    margin-top: 0 !important;
    cursor: pointer;
    font-size: 17px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-family: 'Prompt', sans-serif;
}

.checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.checkbox:hover input~.checkmark {
    background-color: #ccc;
}

.checkbox input:checked~.checkmark {
    background-color: #2196F3;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.checkbox input:checked~.checkmark:after {
    display: block;
}

.checkbox .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.font-policy {
    font-size: 1rem !important;
}

.checkbox .checkmark:after {
    top: 5px;
    left: 5px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: white;
}

.lnk-md {
    color: #74C13B;
}

.font-bold {
    font-weight: bold;
}

.nav-tabs a::before {
    content: none !important;
}

.flx-center {
    display: flex;
    align-items: center;
}

.w-80 {
    width: 80%;
}

.fix-w-cuz {
    width: 55%;
}

.w-20 {
    width: 20%;
}

.h-35 {
    height: 35px !important;
}

.font-tel {
    font-size: 1.2rem;
    font-weight: bold;
    cursor: pointer;
}

.contect-us {
    width: 250px;
    color: #fff;
    font-size: 0.8rem;
    background: #4e4e4e;
    height: 98px;
    padding-top: 7px;
    border-radius: 50px 0px 0 50px;
    box-shadow: inherit;
}

.kuy-career {
    position: absolute !important;
    margin-left: -3%;
    /* margin-top: -9px; */
    width: 330px;
}

.sub-kuy-career {
    background: #eee;
    border-radius: 5px;
    padding-left: 5px;
    padding-right: 5px;
    height: 482px;
    overflow-y: auto;
}

::-webkit-scrollbar {
    width: 0px;
}


/* Track */

::-webkit-scrollbar-track {
    background: #f1f1f1;
}


/* Handle */

::-webkit-scrollbar-thumb {
    background: #888;
}


/* Handle on hover */

::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.home-step {
    position: absolute;
    color: #fff;
    cursor: pointer;
    /* margin-top: 36px; */
    width: 90px;
    background: linear-gradient(to right, #89d251, #429403);
    border-radius: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px;
}

.home-step2 {
    position: absolute;
    color: #fff;
    cursor: pointer;
    margin-top: 36px;
    width: 90px;
    background: linear-gradient(to right, #89d251, #429403);
    border-radius: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px;
}

.fz-12rem {
    font-size: 1.2rem;
}

.fz-1rem {
    font-size: 1rem;
}

.select-custom {
    border: 3px solid #ddd;
    height: 52px;
}

.txt-insure {
    font-weight: 600;
    text-decoration: underline;
}

@keyframes spin {
    from {
        transform: rotate(0);
    }
    to {
        transform: rotate(359deg);
    }
}

@keyframes spin3D {
    from {
        transform: rotate3d(.5, .5, .5, 360deg);
    }
    to {
        transform: rotate3d(0deg);
    }
}

@keyframes configure-clockwise {
    0% {
        transform: rotate(0);
    }
    25% {
        transform: rotate(90deg);
    }
    50% {
        transform: rotate(180deg);
    }
    75% {
        transform: rotate(270deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes configure-xclockwise {
    0% {
        transform: rotate(45deg);
    }
    25% {
        transform: rotate(-45deg);
    }
    50% {
        transform: rotate(-135deg);
    }
    75% {
        transform: rotate(-225deg);
    }
    100% {
        transform: rotate(-315deg);
    }
}

@keyframes pulse {
    from {
        opacity: 1;
        transform: scale(1);
    }
    to {
        opacity: .25;
        transform: scale(.75);
    }
}

.spinner-box {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    background-color: transparent;
}


/* SPINNING CIRCLE */

.leo-border-1 {
    position: absolute;
    width: 150px;
    height: 150px;
    padding: 3px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background: rgb(63, 249, 220);
    background: linear-gradient(0deg, rgba(63, 249, 220, 0.1) 33%, rgba(63, 249, 220, 1) 100%);
    animation: spin3D 1.8s linear 0s infinite;
}

.leo-core-1 {
    width: 100%;
    height: 100%;
    background-color: #37474faa;
    border-radius: 50%;
}

.leo-border-2 {
    position: absolute;
    width: 150px;
    height: 150px;
    padding: 3px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background: rgb(63, 249, 220);
    background: linear-gradient(0deg, rgba(255, 171, 145, 0.1) 33%, rgba(255, 171, 145, 1) 100%);
    animation: spin3D 2.2s linear 0s infinite;
}

.leo-core-2 {
    width: 100%;
    height: 100%;
    background-color: #ffab91aa;
    border-radius: 50%;
}


/* ALTERNATING ORBITS */

.circle-border {
    width: 40px;
    height: 40px;
    padding: 3px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    /* background: rgb(63, 249, 220); */
    background: linear-gradient(to right, #eee, #9bdc68);
    animation: spin .8s linear 0s infinite;
}

.circle-core {
    width: 100%;
    height: 100%;
    background-color: #eee;
    border-radius: 50%;
}


/* X-ROTATING BOXES */

.configure-border-1 {
    width: 115px;
    height: 115px;
    padding: 3px;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #ffab91;
    animation: configure-clockwise 3s ease-in-out 0s infinite alternate;
}

.configure-border-2 {
    width: 115px;
    height: 115px;
    padding: 3px;
    left: -115px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgb(63, 249, 220);
    transform: rotate(45deg);
    animation: configure-xclockwise 3s ease-in-out 0s infinite alternate;
}

.configure-core {
    width: 100%;
    height: 100%;
    background-color: #37474f;
}


/* PULSE BUBBLES */

.pulse-container {
    width: 120px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.pulse-bubble {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #3ff9dc;
}

.pulse-bubble-1 {
    animation: pulse .4s ease 0s infinite alternate;
}

.pulse-bubble-2 {
    animation: pulse .4s ease .2s infinite alternate;
}

.pulse-bubble-3 {
    animation: pulse .4s ease .4s infinite alternate;
}


/* SOLAR SYSTEM */

.solar-system {
    width: 250px;
    height: 250px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.orbit {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #ffffffa5;
    border-radius: 50%;
}

.earth-orbit {
    width: 165px;
    height: 165px;
    -webkit-animation: spin 12s linear 0s infinite;
}

.venus-orbit {
    width: 120px;
    height: 120px;
    -webkit-animation: spin 7.4s linear 0s infinite;
}

.mercury-orbit {
    width: 90px;
    height: 90px;
    -webkit-animation: spin 3s linear 0s infinite;
}

.planet {
    position: absolute;
    top: -5px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #3ff9dc;
}

.sun {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background-color: #ffab91;
}

.leo {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}

.blue-orbit {
    width: 165px;
    height: 165px;
    border: 1px solid #91daffa5;
    -webkit-animation: spin3D 3s linear .2s infinite;
}

.green-orbit {
    width: 120px;
    height: 120px;
    border: 1px solid #91ffbfa5;
    -webkit-animation: spin3D 2s linear 0s infinite;
}

.red-orbit {
    width: 90px;
    height: 90px;
    border: 1px solid #ffca91a5;
    -webkit-animation: spin3D 1s linear 0s infinite;
}

.white-orbit {
    width: 60px;
    height: 60px;
    border: 2px solid #ffffff;
    -webkit-animation: spin3D 10s linear 0s infinite;
}

.w1 {
    transform: rotate3D(1, 1, 1, 90deg)
}

.w2 {
    transform: rotate3D(1, 2, .5, 90deg)
}

.w3 {
    transform: rotate3D(.5, 1, 2, 90deg)
}

.block-backdrop {
    height: 100vh;
    width: 100%;
    position: fixed;
    background: #1717179e;
    top: 0;
    left: 0;
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
}

.block {
    position: absolute;
}

.block-in .clock1 {
    float: left
}

.clock1 {
    width: 70px;
    height: 70px;
    border-radius: 100%;
    background: #A6BC89;
    margin: 10px;
    border: 5px solid #a2c1a2;
    position: relative;
    box-shadow: inset 0 0 0 26px #ffffff;
}

.clock1:after {
    content: "";
    width: 3px;
    height: 46px;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    box-shadow: inset 0px 2px 0 0 #FF8939, inset 0px 25px 0 0 #A6BC89;
    animation: clock1 6s linear infinite;
}

.clock1:before {
    content: "";
    width: 3px;
    height: 58px;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    box-shadow: inset 0px 2px 0 0 #FF8939, inset 0px 25px 0 0 #A6BC89;
    animation: clock1 .5s linear infinite;
}

@keyframes clock1 {
    100% {
        transform: rotate(360deg);
    }
}

@keyframes clockb {
    100% {
        transform: rotate(360deg);
    }
}

.block-in .clock2 {
    float: right;
}

.clock2 {
    width: 80px;
    height: 80px;
    border-radius: 100%;
    margin: 10px;
    border: 5px solid transparent;
    position: relative;
    box-shadow: 30px -30px 0 -25px #222, -30px -30px 0 -25px #222, 20px 35px 0 -35px #222, 25px 45px 0 -40px #222, -20px 35px 0 -35px #222, -25px 45px 0 -40px #222, inset 0 0 0 3px #fff, inset 0 6px 0 0 rgba(0, 0, 0, .3), inset 0 0 0 35px #09c, inset 0 0 0 40px #222;
}

.clock2:after {
    content: "";
    width: 5px;
    height: 60px;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    box-shadow: inset 0px 2px 0 0 #fff, inset 0px 30px 0 0 #222;
    animation: clock1 .5s linear infinite;
}

.clock2:before {
    content: "";
    width: 5px;
    height: 50px;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    box-shadow: inset 0px 2px 0 0 #fff, inset 0px 25px 0 0 #222;
    animation: clockb 6s linear infinite;
}

@keyframes clock1 {
    100% {
        transform: rotate(360deg);
    }
}

@keyframes clockb {
    100% {
        transform: rotate(360deg);
    }
}

.clock1,
.clock2 {
    display: inline-block
}

.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: #ffffffe0;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: .25rem
}

.card>hr {
    margin-right: 0;
    margin-left: 0
}

.card>.list-group:first-child .list-group-item:first-child {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem
}

.card>.list-group:last-child .list-group-item:last-child {
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: .25rem
}

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

.card-title {
    margin-bottom: .75rem
}

.card-subtitle {
    margin-top: -.375rem;
    margin-bottom: 0
}

.card-text:last-child {
    margin-bottom: 0
}

.card-link:hover {
    text-decoration: none
}

.card-link+.card-link {
    margin-left: 1.25rem
}

.card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, .03);
    border-bottom: 1px solid rgba(0, 0, 0, .125)
}

.card-header:first-child {
    border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0
}

.card-header+.list-group .list-group-item:first-child {
    border-top: 0
}

.card-footer {
    padding: .75rem 1.25rem;
    background-color: rgba(0, 0, 0, .03);
    border-top: 1px solid rgba(0, 0, 0, .125)
}

.card-footer:last-child {
    border-radius: 0 0 calc(.25rem - 1px) calc(.25rem - 1px)
}

.card-header-tabs {
    margin-right: -.625rem;
    margin-bottom: -.75rem;
    margin-left: -.625rem;
    border-bottom: 0
}

.card-header-pills {
    margin-right: -.625rem;
    margin-left: -.625rem
}

.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.25rem
}

.card-img {
    width: 100%;
    border-radius: calc(.25rem - 1px)
}

.card-img-top {
    width: 100%;
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px)
}

.card-img-bottom {
    width: 100%;
    border-bottom-right-radius: calc(.25rem - 1px);
    border-bottom-left-radius: calc(.25rem - 1px)
}

.card-deck {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.card-deck .card {
    margin-bottom: 15px
}

@media (min-width:576px) {
    .card-deck {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        margin-right: -15px;
        margin-left: -15px
    }
    .card-deck .card {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
        flex: 1 0 0%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-right: 15px;
        margin-bottom: 0;
        margin-left: 15px
    }
}

.card-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.card-group>.card {
    margin-bottom: 15px
}

@media (min-width:576px) {
    .card-group {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap
    }
    .card-group>.card {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
        flex: 1 0 0%;
        margin-bottom: 0
    }
    .card-group>.card+.card {
        margin-left: 0;
        border-left: 0
    }
    .card-group>.card:first-child {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0
    }
    .card-group>.card:first-child .card-header,
    .card-group>.card:first-child .card-img-top {
        border-top-right-radius: 0
    }
    .card-group>.card:first-child .card-footer,
    .card-group>.card:first-child .card-img-bottom {
        border-bottom-right-radius: 0
    }
    .card-group>.card:last-child {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0
    }
    .card-group>.card:last-child .card-header,
    .card-group>.card:last-child .card-img-top {
        border-top-left-radius: 0
    }
    .card-group>.card:last-child .card-footer,
    .card-group>.card:last-child .card-img-bottom {
        border-bottom-left-radius: 0
    }
    .card-group>.card:only-child {
        border-radius: .25rem
    }
    .card-group>.card:only-child .card-header,
    .card-group>.card:only-child .card-img-top {
        border-top-left-radius: .25rem;
        border-top-right-radius: .25rem
    }
    .card-group>.card:only-child .card-footer,
    .card-group>.card:only-child .card-img-bottom {
        border-bottom-right-radius: .25rem;
        border-bottom-left-radius: .25rem
    }
    .card-group>.card:not(:first-child):not(:last-child):not(:only-child) {
        border-radius: 0
    }
    .card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-footer,
    .card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-header,
    .card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom,
    .card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-img-top {
        border-radius: 0
    }
}

.card-columns .card {
    margin-bottom: .75rem
}

@media (min-width:576px) {
    .card-columns {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;
        -webkit-column-gap: 1.25rem;
        -moz-column-gap: 1.25rem;
        column-gap: 1.25rem
    }
    .card-columns .card {
        display: inline-block;
        width: 100%
    }
}

.select2-container .select2-choice {
    height: 50px !important;
    border-radius: 4px !important;
    border: 1px solid #ddd !important;
    font-size: 16px !important;
    width: 100%;
}

.select2-results .select2-result-label {
    font-size: 15px !important;
}

.select2-title {
    width: 150px;
}

.mt-5 {
    margin-top: 5px;
}

.mt-10 {
    margin-top: 10px;
}

.border-content {
    border: 1px solid #ddd;
    border-radius: 4px;
    padding-top: 5px;
}

.title-spn {
    position: absolute;
    margin-top: -56px;
    margin-left: 7px;
    background: #EEEEEE;
    width: auto;
    height: 15px;
    font-size: 1.1rem;
}

.w-40 {
    width: 40%;
}

.w-70 {
    width: 70%;
}

.flx-50 {
    flex-basis: 50%;
}

.flx-10 {
    flex-basis: 10%;
}

.travel-img {
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    width: 100%;
    text-align: center;
    padding: 5px;
    height: 130px;
}

.selected-travel {
    background-color: #74C13B;
    color: #fff;
}

.selected-img {
    width: 100px;
}

.travel:hover,
.travel:active,
.travel:focus {
    width: 100px;
    transition: .3s;
}

.bg-disable {
    background: #ddd !important;
    cursor: not-allowed;
}

.bt-0 {
    margin-bottom: 0 !important;
}

.mb-10 {
    margin-bottom: 10px;
}

.bd-ins {
    padding: 5px;
    border: 1px solid #ddd;
    border-radius: 4px;
}

.dsp-date {
    display: flex;
}

.select-bank {
    width: 100%;
    border: 1px solid;
    border-radius: 4px;
    cursor: pointer;
}

.select-flex {
    display: flex;
    justify-content: center;
    align-items: center;
}

.asset-detail {
    padding: 5px;
    margin-bottom: 10px;
    border-radius: 4px;
    border: 1px solid #ddd;
}