/*========== Reset ==========*/
body {
    margin: 0;
    padding: 0;
    position: relative;
    overflow: visible;
    overflow-y: visible;
    overflow-x: hidden;
    font-family: "Bai Jamjuree", Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-size: 18px;
    line-height: 1.5;
    color: #333;
    -webkit-font-smoothing: antialiased;
    background-color: #f6f6f6;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    font-weight: normal;
}

p {
    margin: 0;
}

ul,
ol {
    list-style: none;
}
ul,
ol,
li {
    margin: 0;
    padding: 0;
}

address {
    font-style: normal;
}

a,
a:hover,
a:focus {
    outline: 0;
    color: inherit;
    text-decoration: none;
}
a[href^="tel"] {
    white-space: nowrap;
}

img {
    border: 0;
    outline: 0;
    max-width: 100%;
    vertical-align: middle;
}

table {
    width: 100%;
}
th {
    font-weight: normal;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

button,
input,
select,
textarea {
    outline: 0;
    -webkit-appearance: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
    border: 0;
    background: none;
    padding: 0;
    margin: 0;
    min-width: inherit;
    font: inherit;
    text-transform: none;
    text-align: left;
    color: inherit;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

iframe {
    border: 0;
}

/* video::-webkit-media-controls {
    display: none !important;
} */
video {
    width: 100%;
}

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
    padding: 0;
}

b,
strong {
    font-weight: bold;
}

small {
    font-size: 80%;
    display: inline-block;
}

address {
    font-style: normal;
}

dd {
    -webkit-margin-start: 20px;
}

h1,
.heading-h1,
h2,
.heading-h2,
h3,
.heading-h3,
h4,
.heading-h4,
h5,
.heading-h5,
h6,
.heading-h6 {
    font-family: "prompt", Helvetica, Arial, sans-serif;
    font-weight: bold;
    line-height: 1.2;
    color: #333;
}

h1,
.heading-h1 {
    font-size: 55px;
}
h2,
.heading-h2 {
    font-size: 35px;
}
h3,
.heading-h3 {
    font-size: 22px;
}
h4,
.heading-h4 {
    font-size: 18px;
}
.heading-custom {
    font-size: 45px;
    font-style: italic;
    position: absolute;
    top: 20%;
}
.desc {
    margin-top: 15px;
}
a,
a:focus,
a:hover,
a:active {
    text-decoration: none;
    outline: none;
}
a {
    color: inherit;
    cursor: pointer;
}
a:focus,
a:hover,
a:active {
}
input[type="checkbox"],
input[type="radio"] {
    display: none;
}
a[href^="tel"],
a[href^="mail"] {
    outline: none;
    text-decoration: none;
    color: inherit;
    white-space: nowrap;
}

.field .alert {
    margin: 0;
    margin-top: 5px;
    font-weight: bold;
    font-size: 12px;
    color: #ee2e24;
    clear: both;
}

.required {
    border: 2px solid #ee2e24 !important;
}

.section {
    position: relative;
}
.full-screen-section {
    min-height: calc(100vh - 160px);
}
.full-screen-section-form {
    min-height: calc(100vh - 135px);
}
.gadian-section {
    background-image: linear-gradient(#ffcf00, #ff8200);
    background-color: #ff8200;
}
.sc-inner {
    padding: 60px 0;
}
.sc-inner.more-bottom {
    padding-bottom: 120px;
}
.sc-inner.more-top {
    padding-top: 100px;
}
.sc-inner.no-bt {
    padding-bottom: 0px;
}
.sc-inner.no-top {
    padding-top: 0px;
}
.sc-heading {
    margin-bottom: 50px;
    position: relative;
}
.sc-heading .desc {
    margin-top: 10px;
    font-size: 18px;
}
.container-md {
    max-width: 1050px;
}
.container-sm {
    max-width: 880px;
}
.container-xs {
    max-width: 500px;
}
.c-black {
    color: #333 !important;
}
.c-white {
    color: #fff !important;
}
.c-green {
    color: #00916e;
}
.c-orange {
    color: #ff8200 !important;
}
.c-red {
    color: #ff2e00 !important;
}
.c-gray {
    color: #888 !important;
}
.a-center {
    text-align: center !important;
}
.a-left {
    text-align: left !important;
}
.a-right {
    text-align: right !important;
}
.f-right {
    float: right;
}
a.link {
    font-size: 17px;
    color: #00916e;
    text-decoration: underline;
    font-family: "prompt";
    position: relative;
}
.more-right {
    margin-right: 15px;
}
.link-more {
    padding-right: 10px;
    line-height: 1.5;
}
.link-more::after {
    content: "\e909";
    font-family: "iconfont";
    position: absolute;
    font-size: 12px;
    bottom: 0;
    right: -5px;
}
.vertical-center {
    display: table;
    width: 100%;
    height: 100%;
}
.content-vertical-top {
    display: table-cell;
    vertical-align: top;
}
.content-vertical-center {
    display: table-cell;
    vertical-align: middle;
}
.content-vertical-bottom {
    display: table-cell;
    vertical-align: bottom;
}
.action {
    margin-top: 30px;
}

.btn {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    padding: 0 45px;
    max-width: 100%;
    height: 45px;
    line-height: 45px;
    border-radius: 25px;
    border: 0;
    color: #fff;
    background: #ff8200;
    background: linear-gradient(to bottom, #ff8200 0%, #ff2e00 100%);
    cursor: pointer;
    font-family: "prompt", Arial, Helvetica, sans-serif;
}

.btn-text-gradient {
    background: linear-gradient(to top, #ff8200 0%, #ff2e00 100%);
    color: #ff8200;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.btn-white.just-width-btn {
    width: 21%;
}
.btn-white {
    border: 3px solid #ff8200;
    color: #ff8200;
    background: #fff;
    font-weight: bold;
    line-height: 41px;
}
.btn-green {
    background: linear-gradient(to bottom, #00906e 0%, #013224 100%);
    color: #fff;
}
.btn.btn-full {
    width: 100%;
}
.section-orange {
    background-color: #feefe5 !important;
}
.wave-section {
    background: url(../img/bg-wave.png);
    background-position: bottom;
    background-size: 100% 23%;
    background-repeat: no-repeat;
}
.wave-lg-section {
    background: url(../img/bg-wave-lg.png);
    background-position: bottom;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    padding-top: 50px;
}
.wave-lg-section .sc-inner {
    padding-bottom: 40px;
}
.wave-lg-section .container-md {
    position: relative;
}
.body-white {
    background-color: #fff;
}
.remark {
    font-size: 11px;
    color: #ff2e00;
}
.remark.margin-remark {
    margin-left: 15px;
}
/*========== Select - START ==========*/
.select select {
    width: 100%;
    background-color: #fff;
    font-family: "Bai Jamjuree", Helvetica, Arial, sans-serif;
    font-size: 16px;
    height: 40px;
    border-radius: 5px;
    border: 2px solid #ccc;
}
.select {
    position: relative;
    color: #333;
}
.select:after {
    font-family: "iconfont";
    content: "";
    font-size: 12px;
    font-weight: normal;
    color: #000;
    display: inline-block;
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
    pointer-events: none;
    overflow: hidden;
}
.select select {
    line-height: normal;
    padding: 0 45px 0 15px;
    -o-text-overflow: "";
    text-overflow: "";
    cursor: pointer;
}
.select2-container--default.select2-container--open:not(.select2-container--disabled)
    .select2-selection--single:focus {
    border: 2px solid #00916e;
    transition: none;
}
.select2-parent:after {
    display: none;
}
.select2-container {
    position: relative;
    display: block;
    width: 100%;
    margin: 0;
}
.select-padding .select2-container .select2-selection--single {
    height: 50px;
    padding-top: 6px;
}
.select2-container .select2-selection--single {
    display: block;
    height: 45px;
    outline: 0;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.select2-container .select2-selection--single .select2-selection__rendered {
    display: block;
    color: #333;
    padding-left: 10px;
    padding-right: 45px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.select2-container
    .select2-selection--single
    .select2-selection__rendered[title] {
    background-color: #fff;
    font-family: "prompt", Arial, Helvetica, sans-serif;
    font-size: 13px;
}
.select2-container .select2-selection--single .select2-selection__clear {
    position: relative;
}
.select2-container .select2-search--inline {
    float: left;
}
.select2-container .select2-search--inline .select2-search__field {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: none;
    padding: 0;
    margin-top: 5px;
    font-size: 100%;
}
.select2-container
    .select2-search--inline
    .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none;
}
.select2-dropdown {
    background: #fff;
    border: 1px solid #dae1ed;
    border-radius: 4px;
    display: block;
    position: absolute;
    left: -100000px;
    /* width: 100% !important; */
    z-index: 1051;
    -webkit-transition: border-color 250ms ease-in-out;
    -o-transition: border-color 250ms ease-in-out;
    transition: border-color 250ms ease-in-out;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-animation: fadeIn 400ms;
    animation: fadeIn 400ms;
}
.select2-container .select2-results {
    display: block;
    max-height: 240px;
    overflow-y: scroll;
    padding-bottom: 4px;
}


.select2-container .select2-results__options {
    list-style: none;
    margin: 0;
    padding: 0;
}
.select2-container .select2-results__option {
    margin: 0 !important;
    padding: 12px 15px 13px;
    color: #000;
    word-wrap: break-word;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
/* .select2-results__options li:first-child {
     padding: 0;
 } */
.select-padding .select2-results__options li:first-child {
    padding: 0;
}
.select2-container .select2-results__option[aria-selected] {
    cursor: pointer;
}
.select2-container .select2-results__option[aria-selected="true"] {
    color: #333;
}
.select2-container .select2-results__message {
    color: #ccc;
}
.select2-container--open .select2-dropdown {
    left: 0;
    overflow: hidden;
}
.select2-container--open .select2-dropdown--above .select2-results__option {
    border-top: 0;
    border-bottom: 1px solid #eee;
}
.select2-search--dropdown {
    display: block;
    position: relative;
    z-index: 1010;
    padding: 5px 9px;
    white-space: nowrap;
    background: #ccc;
    border-top: 1px solid #eee;
}
.select2-search--dropdown .select2-search__field {
    padding: 4px;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none;
}
.select2-search--dropdown.select2-search--hide {
    display: none;
}
.select2-container--default .select2-selection--single {
    background: #fff;
    border: 2px solid #ccc;
    border-radius: 4px;
    -webkit-transition: border-color 400ms ease-in-out;
    -o-transition: border-color 400ms ease-in-out;
    transition: border-color 400ms ease-in-out;
    overflow: hidden;
}
.select2-container--default
    .select2-selection--single
    .select2-selection__rendered {
    line-height: 44px;
}
.select2-container--default
    .select2-selection--single
    .select2-selection__placeholder {
    color: #777;
    display: inline-block;
    vertical-align: top;
    line-height: inherit;
    font-family: "Bai Jamjuree", Helvetica, Arial, sans-serif;
    font-size: 16px;
}
.select2-container--default
    .select2-selection--single
    .select2-selection__arrow,
.select2-container--default
    .select2-selection--single
    .select2-selection__clear {
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 1;
    display: block;
    width: 45px;
    height: 45px;
    line-height: 43px;
    font-size: 0;
    text-align: center;
    cursor: pointer;
}
.select2-container--default
    .select2-selection--single
    .select2-selection__arrow
    b {
    display: block;
    width: 100%;
    height: 100%;
    border: 0;
    top: 0;
    left: 0;
}
.select-padding
    .select2-container--default
    .select2-selection--single
    .select2-selection__arrow
    b:before,
.select-padding
    .select2-container--default
    .select2-selection--single
    .select2-selection__clear:before {
    line-height: 50px;
}
.select2-container--default
    .select2-selection--single
    .select2-selection__arrow
    b:before,
.select2-container--default
    .select2-selection--single
    .select2-selection__clear:before {
    font-family: "iconfont";
    font-size: 18px;
    font-weight: normal;
    color: #4fad26;
    line-height: 45px;
    display: inline-block;
    vertical-align: top;
    color: #ff8200;
    background: linear-gradient(to right, #ffcf00 0%, #ff8200 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.select2-container--default
    .select2-selection--single
    .select2-selection__arrow
    b:before {
    content: "\e904";
}
.select2-container--default.select2-container--disabled
    .select2-selection--single
    .select2-selection__clear,
.select2-container--default.select2-container--disabled
    .select2-selection__choice__remove {
    display: none;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
    margin: 1px 0;
    padding: 5px 10px;
    width: 100%;
    height: auto;
    outline: 0;
    border: 1px solid #ddd;
    color: #333;
}
.select2-container--default .select2-search--inline .select2-search__field {
    background: transparent;
    border: none;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: textfield;
}
.select2-container--default .select2-results > .select2-results__options {
    max-height: 25vh;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    font-family: "Bai Jamjuree", Helvetica, Arial, sans-serif;
    font-size: 16px;
}
.select2-container--default .select2-results__option[role="group"] {
    padding: 0;
}
.select2-container--default .select2-results__option[aria-disabled="true"] {
    color: #b5b5b5;
}
.select2-container--default
    .select2-results__option--highlighted[aria-selected="true"] {
    color: #333;
}
.select2-container--default
    .select2-results__option--highlighted[aria-selected] {
    background-color: #edeff2;
    color: #111;
}
.select2-container--default .select2-results__group {
    display: block;
    cursor: default;
    font-size: 20px;
    text-transform: uppercase;
    color: #ccc;
    border-bottom: 1px solid #fff;
    margin-bottom: -1px;
    position: relative;
    padding: 12px 10px 6px;
}
.select2-container--default.select2-container--open.select2-container--above
    .select2-selection--single,
.select2-container--open .select2-dropdown--below {
    border-top: 0;
    -moz-border-top-left-radius: 0;
    border-top-left-radius: 0;
    -moz-border-top-right-radius: 0;
    border-top-right-radius: 0;
}
.select2-container--default.select2-container--open.select2-container--below
    .select2-selection--single,
.select2-container--open .select2-dropdown--above {
    border-bottom: 0;
    -moz-border-bottom-left-radius: 0;
    border-bottom-left-radius: 0;
    -moz-border-bottom-right-radius: 0;
    border-bottom-right-radius: 0;
}
.select2-container--default.select2-container--open:not(.select2-container--disabled)
    .select2-selection--single,
.select2-container--default.select2-container--open:not(.select2-container--disabled)
    .select2-dropdown,
.select2-container--default.select2-container--focus:not(.select2-container--disabled)
    .select2-selection--single {
    background-color: #fff;
    border-color: #dae1ed;
    transition: none;
}
.select2-container--default.select2-container--open
    .select2-selection--single
    .select2-selection__placeholder {
    color: #b5b5b5;
}
.select2-close-mask {
    border: 0;
    margin: 0;
    padding: 0;
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    min-height: 100%;
    min-width: 100%;
    height: auto;
    width: auto;
    opacity: 0;
    z-index: 99;
    background-color: #fff;
    filter: alpha(opacity=0);
}
.select2-hidden-accessible {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    -webkit-clip-path: inset(50%) !important;
    clip-path: inset(50%) !important;
    height: 1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important;
    white-space: nowrap !important;
}
.select2-rendered__match {
    text-decoration: underline;
}
.select-asterisk
    .select2-container--default
    .select2-selection--single
    .select2-selection__placeholder {
    position: relative;
}
.select-asterisk
    .select2-container--default
    .select2-selection--single
    .select2-selection__placeholder::after {
    content: "*";
    color: red;
}
/*========== Select - END ==========*/
/* ========= POPup START ========= */
/* .modal-content {
    padding: 20px;
} */
.mfp-wrap {
    overflow: hidden;
    height: 100vh;
    z-index: 10000;
}
.mfp-bg {
    height: 100% !important;
}
.mfp-container {
    max-height: 100vh;
    overflow: hidden;
}
.popup-content {
    height: auto;
    text-align: center;
    position: relative;
    border-radius: 15px;
    margin: auto;
    background-color: #fff;
    padding: 40px 25px;
    max-height: 95vh;
    overflow: auto;
}
.popup-content.w50 {
    width: 50%;
}
.popup-content.w60 {
    width: 60%;
    max-width: 700px;
    min-width: 350px;
}
.popup-content.w40 {
    width: 40%;
    max-width: 500px;
}
.popup-content .content-add-img-wrap {
    width: 277px;
    margin: auto;
}
.mfp-close-btn-in .mfp-close {
    opacity: 1;
}
/*========== Form ==========*/
.field {
    margin-bottom: 15px;
    margin-top: 10px;
    position: relative;
}
.field .remark {
    position: absolute;
    width: max-content;
    bottom: -22px;
    left: 0;
}
.field .title {
    font-family: "prompt";
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 5px;
}
.input {
    background: #fff;
    height: 45px;
    line-height: 45px;
    width: 100%;
    border-radius: 5px;
    padding: 10px;
    border: 2px solid #ccc;
    font-size: 16px;
}
.input-padding {
    padding: 20px 8px 8px;
    height: 45px;
}
.input-padding + .input-placeholder,
.datepicker-padding .input-placeholder {
    position: absolute;
    left: 10px;
    top: 14px;
    transition: all 0.2s;
    font-size: 16px;
}
.input-padding + .input-placeholder.input-focus,
.datepicker-padding .input-placeholder.input-focus {
    top: 5px;
    font-size: 12px;
    transition: all 0.2s;
    color: #aaa;
}
.select-padding {
    position: relative;
}
.select-padding .input-placeholder {
    position: absolute;
    z-index: 999;
    left: 10px;
    top: 15px;
    transition: all 0.2s;
    font-size: 16px;
}
.select-padding .input-placeholder.active {
    top: 4px;
    font-size: 12px;
    transition: all 0.2s;
    color: #aaa;
}
input[type="checkbox"] + .checkbox-label {
    flex-shrink: 0;
    width: 25px;
    height: 25px;
    background: #fff;
    display: inline-block;
    vertical-align: bottom;
    border: 2px solid #ccc;
    border-radius: 5px;
    position: relative;
    display: inline-block;
    vertical-align: top;
}
input[type="checkbox"] + .checkbox-label + span {
    display: inline-block;
    /* width: calc(100% - 45px); */
    text-align: left;
}
input[type="checkbox"]:checked + .checkbox-label {
    border: 2px solid #00916e;
}
input[type="checkbox"]:checked + .checkbox-label::after {
    position: absolute;
    content: "\e903";
    font-family: "iconfont";
    color: #00916e;
    left: 3px;
    line-height: 23px;
}
input[type="radio"].radio + .radio-label {
    width: 20px;
    height: 20px;
    border: 2px solid #ccc;
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}
input[type="radio"].radio + .radio-label + span {
    margin-right: 15px;
}
input[type="radio"].radio:checked + .radio-label {
    border-color: #ffcf00;
    position: relative;
    padding: 2px;
}
input[type="radio"].radio:checked + .radio-label::after {
    content: "";
    position: absolute;
    background-color: #ffcf00;
    width: 12px;
    height: 12px;
    border-radius: 50%;
}
.switch {
    position: relative;
    display: inline-block;
    width: 51px;
    height: 25px;
    margin-right: 10px;
    vertical-align: middle;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    border: 2px solid #ccc;
}

.slider:before {
    position: absolute;
    content: "";
    height: 18px;
    width: 18px;
    left: 2px;
    bottom: 2px;
    background-color: #c0c0c0;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

input:checked + .slider {
    background-color: #ffcf00;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196f3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
    background-color: #00916e;
}

.custom-box {
    display: table;
    width: 100%;
    background: #fff;
    box-shadow: 1px 1px 6px 1px #ccc;
    border-radius: 10px;
    margin-bottom: 30px;
}
.custom-box-left {
    width: 34%;
    display: table-cell;
    background: #f6f6f6;
    border-radius: 10px;
}
.custom-box-header {
    background: #ffcf00;
    text-align: center;
    padding: 16px 50px 17px;
    font-weight: bold;
    font-family: "prompt";
    border-radius: 10px 10px 0 0;
}
.custom-box-right {
    width: 66%;
    display: table-cell;
}
.custom-box-content {
    padding: 20px 50px;
    background-color: #fafafa;
    border-radius: 10px;
}
.custom-box-right .custom-box-content {
    padding: 30px;
    background-color: #fff;
}
ul.custom-box-list li {
    margin-bottom: 10px;
    font-family: "prompt";
    font-weight: bold;
}
ul.custom-box-list li img {
    margin-right: 15px;
}
.custom-box-left .custom-box-content {
    background: #f6f6f6;
}
.custom-box-left .custom-box-header {
    border-radius: 10px 0 0;
}
.custom-box-right .custom-box-header {
    border-radius: 0 10px 0 0;
}
.custom-box-content-summary {
    margin-top: 30px;
    border-top: 1px solid #ddd;
    padding-top: 20px;
}
.custom-box-content .title,
.select-result .title {
    color: #c0c0c0;
    font-family: "prompt";
    font-weight: bold;
    margin-bottom: 10px;
}
.custom-box-content .detail,
.select-result .detail {
    font-size: 20px;
    font-family: "prompt";
    font-weight: bold;
    margin-bottom: 15px;
}
.custom-box-content .row {
    margin-bottom: 10px;
}
.custom-box .custom-box-content > .summary-row .input,
.custom-box
    .custom-box-content
    > .summary-row
    .select2-container
    .select2-selection--single
    .select2-selection__rendered[title] {
    font-family: "prompt";
    font-size: 20px;
    font-weight: bold;
}
.customer-type-wrap {
    margin-top: 30px;
}
.custom-box-title {
    margin-top: 10px;
    font-weight: bold;
    font-family: "prompt";
}
.clear-btn {
    float: right;
    font-weight: normal;
}
.custom-box-content .field {
    margin-top: 10px;
}
.complete-icon {
    max-width: 80px;
    margin-bottom: 25px;
}
.consent-toggle {
    font-family: "jamjuree", Helvetica, Arial, sans-serif !important;
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}
/*========== Table ==========*/
.table-overflow {
    position: relative;
}
.table {
    background-color: #fafafa;
}
.table th {
    background-color: #ffcf00;
    padding: 10px;
    font-family: "prompt";
    font-weight: bold;
}
.table th:first-child,
.table tr td:first-child {
    border-right: 1px solid #efefef;
}
.table tbody tr {
    border-bottom: 1px solid #efefef;
}
.table th:first-child {
    border-top-left-radius: 10px;
    border-right: 1px solid #efefef;
}
.table th:last-child {
    border-top-right-radius: 10px;
}
.table td {
    white-space: nowrap;
    padding: 10px 10px 10px 30px;
}
.table td strong {
    font-family: "prompt";
}
.table td .table-remark {
    display: block;
}
.table.table-list {
    margin-top: 25px;
}
.table.table-list tbody tr:nth-child(2n) {
    background-color: #fff;
}
.table.table-list th:first-child,
.table.table-list tr td:first-child {
    border-right: 0;
}
.table.table-list th:last-child,
.table.table-list tr td:last-child {
    padding-right: 30px;
}
.table.table-list tr:last-child {
    border-radius: 10px 10px 0 0;
}
.table.table-list td {
    padding: 25px 15px;
    text-align: center;
}
.btn-table {
    background-color: #333;
    display: inline-block;
    color: #fff;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 50%;
    margin: 0 5px;
}
.btn-table:hover,
.btn-table:focus {
    color: #fff;
}
/* .table-sumary {
    padding: 20px 30px;
    border-radius: 0 0 10px 10px;
    box-shadow: 0px 6px 5px -2px #ccc;
    margin-bottom: 20px;
} */
.table.table-list th {
    padding: 25px 15px;
}
.btn.accept-consent-btn.disable {
    pointer-events: none;
    background-color: #333;
}
/* ========== Pagination ========== */
ul.pagination li {
    display: inline-block;
    vertical-align: middle;
    padding: 0 3px;
}
.pagination-item {
    display: inline-block;
    width: 25px;
    height: 25px;
    text-align: center;
    border: 1px solid #c6c6c6;
    border-radius: 5px;
}
.pagination-item.active {
    font-weight: bold;
    color: #00916e;
    border-color: #ffcf00;
    background-color: #ffcf00;
    pointer-events: none;
}
.pagination-item.pagination-next,
.pagination-item.pagination-prev {
    font-size: 13px;
}

/*========== Tab ==========*/
.tab {
    position: relative;
    text-align: center;
    /* margin-bottom: 20px; */
}
.tab .control {
    width: 100%;
    display: table;
    border-radius: 5px;
}
.tab .control .tab-menu {
    font-size: 20px;
    height: 45px;
    width: 50%;
    float: left;
    font-family: "prompt", Helvetica, Arial, sans-serif;
    font-weight: bold;
    color: #fff;
    border-bottom: 4px solid #fff;
}
.tab .control .tab-menu p {
    line-height: 45px;
}
.tab .control a.active {
    pointer-events: none;
    color: #00916e;
    border-color: #00916e;
}
.control .col-sm-3 {
    font-size: 16px;
    height: 55px;
    padding: 0;
}
.control a.active .col-sm-3::before,
.control a.active .col-sm-3::after {
    content: "";
    position: absolute;
    height: 10px;
    width: 20px;
    bottom: 0;
}
.control .col-sm-3 p {
    line-height: 1;
}
.tab-content {
    height: 0;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    /* margin-top: 20px; */
}
.tab-content.active {
    opacity: 1;
    visibility: visible;
    height: auto;
    overflow: visible;
}
.main-tab .tab-content.active {
    -webkit-transition: all 0.25s linear 0s;
    transition: all 0.25s linear 0s;
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}
.main-tab .tab-content {
    -webkit-transition: none;
    transition: none;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    width: 100%;
    opacity: 0;
}
/* Datepicker - START */
.datepicker {
    position: relative;
}
.datepicker:before {
    font-family: "iconfont";
    content: "\e90c";
    font-size: 20px;
    font-weight: normal;
    color: #000;
    width: 45px;
    height: 45px;
    line-height: 40px;
    text-align: center;
    position: absolute;
    top: 0;
    right: 3px;
    pointer-events: none;
    color: #ff8200;
    background: linear-gradient(to right, #ffcf00 0%, #ff8200 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.ui-datepicker {
    width: 28.29em;
    max-width: calc(100vw - 40px);
    margin: 5px 0;
    padding: 0;
    background: transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    z-index: 9999 !important;
    max-width: 277px;
}
.ui-datepicker .ui-datepicker-header {
    background: #fff;
    color: #333;
    padding: 0 10px;
    height: 45px;
    line-height: 45px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    font-family: "prompt";
}
.ui-datepicker .ui-datepicker-title {
    font-weight: bold;
    line-height: inherit;
    margin: 0 1.3em;
   
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
    margin: 5px;
    width: 45%;
    border: 2px solid #ccc;
    padding: 5px;
    height: 40px;
    line-height: 1;
}
.ui-datepicker table {
    margin: 0;
    padding: 5px 0;
    font-size: 15px;
    background: #fff;
}
.ui-datepicker th,
.ui-datepicker td {
    padding: 3px 5px;
}
.ui-datepicker thead tr:first-child th {
    padding-top: 8px;
}
.ui-datepicker tbody tr:last-child td {
    padding-bottom: 8px;
}
.ui-datepicker td span,
.ui-datepicker td a {
    width: 22px;
    height: 22px;
    line-height: 22px;
    border-radius: 50%;
    margin: 0 auto;
    padding: 0;
    font-weight: 500;
    text-align: center;
}
.ui-datepicker th {
    color: #b5b5b5;
}
.ui-datepicker td .ui-state-highlight {
    color: #333;
    font-weight: bold;
}
.ui-datepicker td .ui-state-active {
    background-color: #ff8200;
    color: #fff;
    font-weight: bold;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
    width: 45px;
    height: 45px;
    line-height: inherit;
    text-align: center;
    top: 0;
}
.ui-datepicker .ui-datepicker-prev-hover {
    left: 0;
}
.ui-datepicker .ui-datepicker-next-hover {
    right: 0;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
    position: static;
    margin: 0;
    width: 100%;
    height: 100%;
    text-indent: inherit;
    font-size: 0;
    background-image: none;
}
.ui-datepicker .ui-datepicker-prev span:before,
.ui-datepicker .ui-datepicker-next span:before {
    font-family: "iconfont";
    font-size: 12px;
    font-weight: normal;
    color: #333;
}
.ui-datepicker .ui-datepicker-prev span:before {
    content: "\e907";
}
.ui-datepicker .ui-datepicker-next span:before {
    content: "\e909";
}
/* Datepicker - END */
/*========== Accordion ==========*/
.accordion:not(:last-child) {
    margin-bottom: 15px;
}
.accordion {
    padding: 0 35px;
    background: #f6f6f4;
    -webkit-box-shadow: 0 5px 10px rgba(156, 156, 156, 0.05);
    box-shadow: 0 5px 10px rgba(156, 156, 156, 0.05);
    border-radius: 4px;
}
.accordion-group {
    position: relative;
}
.accordion > .title {
    position: relative;
    color: #333;
    padding: 17px 35px 17px 0;
    cursor: pointer;
    font-weight: normal;
    line-height: 1.4;
}
.accordion > .title:not(:last-child) {
    margin-bottom: 0;
}
.accordion > .title:after {
    font-family: "iconfont";
    content: "\e904";
    font-size: 18px;
    font-weight: normal;
    display: block;
    width: 26px;
    height: 26px;
    line-height: 24px;
    color: #333;
    text-align: center;
    position: absolute;
    right: 0px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background: linear-gradient(to right, #ff2e00 0%, #ff8200 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: #ff8200;
}

.accordion.active > .title:after {
    content: "\e90b";
    color: #00916e;
    background: linear-gradient(to right, #00916e 0%, #004030 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    top: 30px;
}

/* .no-touchevents .accordion > .title:hover,
.no-touchevents .accordion > .title:hover:after, */
.accordion.active > .title {
    color: #ff8200;
}

.accordion > .content {
    display: none;
}

.accordion > .content .inner {
    padding: 0 13px 40px;
}
.accordion > .content .inner:before {
    content: "";
    display: block;
    line-height: 0;
    margin-bottom: 15px;
}
.accordion > .display-block {
    display: block;
}
/*========== Header - START ==========*/
.account-btn {
    font-size: 35px;
    position: absolute;
    right: 80px;
    top: 0;
}
.account-btn .user-name {
    font-family: "prompt";
    font-size: 20px;
    font-weight: bold;
    margin-right: 5px;
    display: inline-block;
}
.header {
    width: 100%;
    background-color: #fff;
    position: relative;
    z-index: 1000;
}

.header .header-top {
    height: 60px;
    background-color: #fff;
    border-bottom: 1px solid #eee;
    position: relative;
    width: 100%;
}
.header .header-top.header-fixed {
    position: fixed;
    top: 0;
}
.header .logo {
    width: 50%;
    float: left;
}
.header .header-bottom {
    height: 60px;
    line-height: 60px;
    background-color: #fff;
    transition: all 0.5s ease-out;
    border-bottom: 1px solid #eee;
}
.header .header-bottom.fixed {
    width: 100%;
    position: absolute;
    top: 0;
    z-index: 999;
    border-bottom: 1px solid #eee;
}
.header .logo img {
    width: 55px;
}
.header.header-form .logo img {
    margin-left: unset;
}
.header .main-menu {
    text-align: center;
}
.header .main-menu .menu li {
    display: inline-block;
    color: #111;
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
    font-family: "montserrat", Helvetica, Arial, sans-serif;
    margin-right: 60px;
    -webkit-transition: 400ms ease-in-out;
    -o-transition: 400ms ease-in-out;
    transition: 400ms ease-in-out;
}
.header,
.main-menu .menu li a {
    letter-spacing: 0.5px;
}
.header .main-menu .menu li:last-child {
    margin-right: 0;
}
.header .main-menu .menu li:hover,
.header .main-menu .menu li.active {
    color: #4fad26;
}
@media (max-width:1200px) {
    .header .secondary-nav a{
        font-size: 15px;
    }
}


/* .hamburger-wrap{
    background-color: #FFCF00;
} */
.pushy-menu-top {
    border-bottom: 0;
    padding-top: 0;
}
.pushy-menu-top .menu li {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #efefef;
}
.pushy-menu-top .menu li a {
    font-size: 25px;
}
.pushy {
    padding: 0;
}
.pushy-icon {
    padding: 20px 30px;
    background: #ffcf00;
}
.pushy-content {
    padding: 30px;
    position: relative;
    z-index: 1;
}
.hamburger-wrap {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 60px;
    height: 60px;
    z-index: 9999;
    transition: all 0.5s ease-out;
    background-color: #ffcf00;
    padding: 0 15px;
}
.hamburger-wrap .hamburger {
    display: inline-block;
    width: 45px;
    height: 60px;
}
.hamburger .bars,
.hamburger .bars:after,
.hamburger .bars:before {
    position: absolute;
    width: 30px;
    height: 3px;
    background-color: #333;
    -webkit-transition-duration: 400ms;
    -o-transition-duration: 400ms;
    transition-duration: 400ms;
    -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -o-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger .bars:after,
.hamburger .bars:before {
    display: block;
    content: "";
}
.hamburger .bars {
    font-size: 0;
    line-height: 0;
    top: 50%;
    display: block;
    margin-top: -1px;
    -webkit-transition-property: background-color, -webkit-transform;
    transition-property: background-color, -webkit-transform;
    -o-transition-property: background-color, transform;
    transition-property: background-color, transform;
    transition-property: background-color, transform, -webkit-transform;
}
.hamburger .bars:before {
    top: -9px;
    right: 0;
    -webkit-transition-property: background-color, top;
    -o-transition-property: background-color, top;
    transition-property: background-color, top;
    -webkit-transition-delay: 0s, 0.1s;
    -o-transition-delay: 0s, 0.1s;
    transition-delay: 0s, 0.1s;
}
.hamburger .bars:after {
    bottom: -9px;
    -webkit-transition-property: background-color, bottom, -webkit-transform;
    transition-property: background-color, bottom, -webkit-transform;
    -o-transition-property: background-color, bottom, transform;
    transition-property: background-color, bottom, transform;
    transition-property: background-color, bottom, transform, -webkit-transform;
    -webkit-transition-delay: 0s, 0.1s, 0s;
    -o-transition-delay: 0s, 0.1s, 0s;
    transition-delay: 0s, 0.1s, 0s;
}
.home-hightlight .highlight .heading-h1 {
    font-size: 65px;
    line-height: 0.8;
}
.highlight .heading-h1 .heading-desc {
    font-size: 35px;
    font-weight: normal;
}
.header-form {
    height: 80px;
}
.header-form .account-btn {
    left: 30px;
    right: unset;
}
.header-form .logo {
    text-align: center;
    width: 100%;
}
.header-form .hamburger-wrap {
    height: 60px;
    width: 60px;
}
.header-form .header-top {
    height: 60px;
    line-height: 60px;
    background-color: #f6f6f6;
}
.header-form .hamburger .bars:before {
    top: -10px;
}
.header-form .hamburger .bars::after {
    bottom: -10px;
}
.header-form .hamburger .bars,
.header-form .hamburger .bars:after,
.header-form .hamburger .bars:before {
    width: 32px;
}
.header-form .logo img {
    width: 65px;
}
.header-account-wrap {
    position: relative;
    width: 50%;
    float: right;
}
.side-menu-bg {
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 0;
}
.header-account-menu-wrap {
    visibility: hidden;
    opacity: 0;
    width: 50%;
    position: absolute;
    right: 60px;
    top: 100%;
    background: #fff;
    padding: 20px 50px;
    font-size: 25px;
    font-family: "prompt";
    font-weight: bold;
    border-radius: 0 0 10px 10px;
    transition: 0.5s;
    box-shadow: 1px 3px 6px -2px #333;
    min-width: 370px;
}
.account-btn.active + .header-account-menu-wrap {
    visibility: visible;
    opacity: 1;
    transition: 0.5s;
}
.header-account-menu-wrap .menu-popup li:first-child {
    border-bottom: 2px solid #c0c0c0;
    line-height: 2;
}
.profile-icon-img {
    background: #ffcf00;
    text-align: center;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    line-height: 75px;
    font-size: 40px;
}
.header-account-name {
    line-height: 1.2;
}
.header-form .header-account-menu-wrap {
    left: 20px;
    width: 33%;
}
/*========== Header - END ==========*/

/*========== Footer - START ==========*/
.footer {
    width: 100%;
    padding: 0;
    overflow: hidden;
}
.footer-item-m .footer-heading {
    width: 100%;
    display: block;
    position: relative;
}
.footer-item-m .footer-heading .heading-h4 {
    padding: 0px 10px 20px;
    border-bottom: 1px solid #fff;
    text-align: left;
}
.footer-item-m .footer-heading .ic-down {
    font-size: 18px;
    font-weight: normal;
    display: block;
    width: 26px;
    height: 26px;
    line-height: 24px;
    color: #333;
    text-align: center;
    position: absolute;
    right: 0px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background: linear-gradient(to right, #00916e 0%, #004030 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: #00916e;
}
.footer-item-m .footer-heading .ic-up {
    font-size: 18px;
    font-weight: normal;
    display: block;
    width: 26px;
    height: 26px;
    line-height: 24px;
    color: #333;
    text-align: center;
    position: absolute;
    right: 0px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #ff8200;
    background: linear-gradient(to right, #ffcf00 0%, #ff8200 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
ul.footer-list {
    margin-bottom: 20px;
}
.footer-item-m ul.footer-list li {
    padding: 5px 20px;
}
.footer-item-m + .footer-item.no-toggle {
    text-align: center !important;
}
.footer-form {
    font-family: "prompt";
    font-size: 16px;
}
.footer-form .footer-form-text {
    margin-top: 15px;
}
.footer-form .footer-oic {
    margin-top: 5px;
}
.footer-form .footer-heading {
    margin-top: 5px;
}
.tooltips {
    position: relative;
    display: inline-block;
    font-size: 12px;
    vertical-align: super;
}
.tooltips:hover .tooltips-info {
    display: block;
    transition: all 0.1s;
}
.tooltips-info {
    display: none;
    position: absolute;
    width: max-content;
    max-width: 400px;
    top: calc(100% + 20px);
    background-color: #fff;
    padding: 10px;
    box-shadow: 1px 1px 19px 4px #ccc;
    z-index: 999;
    border-radius: 5px;
    transition: all 0.1s;
    right: 0%;
    color: #707070;
    font-size: 12px;
    text-align: left;
    font-weight: normal;
}
.tooltips-info.left {
    left: -10px;
    width: 350px;
}
.tooltips-info::after {
    content: "";
    position: absolute;
    top: 3px;
    right: 0px;
    width: 0;
    height: 0;
    border: 12px solid transparent;
    border-bottom-color: #fff;
    border-top: 0;
    margin-top: -11px;
    margin-bottom: -15px;
    z-index: 999;
}
.tooltips-info.left::after {
    left: 5px;
}
.footer-item-row {
    min-height: 105px;
}
/*========== Footer - END ==========*/
@keyframes animationGroupOne {
    0% {
        transform: translate(0, -15px);
    }
    50% {
        transform: translate(0, 15px);
    }
    100% {
        transform: translate(0, -15px);
    }
}
@keyframes animationGroupTwo {
    0% {
        transform: translate(0, 20px);
    }
    50% {
        transform: translate(0, -20px);
    }
    100% {
        transform: translate(0, 20px);
    }
}
@keyframes animationGroupThree {
    0% {
        transform: translate(0, 30px);
    }
    50% {
        transform: translate(0, -30px);
    }
    100% {
        transform: translate(0, 30px);
    }
}
/* OBJECT */
.object {
    position: absolute;
}
.hl-section .object-bg-7 {
    right: 0;
    bottom: -5%;
    z-index: -1;
}
.hl-section .object-bg-6 {
    left: 1%;
    top: 5%;
    z-index: 0;
}
.hl-section .object-bg-1 {
    left: 9%;
    bottom: 0;
    width: 70px;
}
.hl-section .object-bg-21 {
    left: 0;
    bottom: 0;
    width: 70px;
}
.section-insurance-type .object-bg-5 {
    left: 13%;
    top: 13%;
}
.section-insurance-type .object-bg-15 {
    right: 41%;
    top: 15%;
}
.section-insurance-type .object-bg-16 {
    right: 80%;
    top: 65%;
}
.section-insurance-type .object-bg-9 {
    right: 80%;
    top: 65%;
}
.section-insurance-type .object-bg-13 {
    right: 0;
    bottom: -10%;
}
.section-orange .object-bg-10 {
    left: 0;
    bottom: 10%;
}
.section-orange .object-bg-5 {
    left: 15%;
    bottom: 30%;
}
.section-orange .object-bg-14 {
    left: 10%;
    top: 10%;
}
.section-orange .object-bg-2 {
    right: 17%;
    top: 10%;
}
.gadian-section .object-bg-4 {
    top: 5%;
    left: 5%;
}
.gadian-section .object-bg-11 {
    right: 0;
    bottom: 7%;
}
.news-section .object-bg-2 {
    left: 10%;
    bottom: 10%;
}
.news-section .object-bg-12 {
    left: 0;
    top: 15%;
}
.faq-section .object-bg-1 {
    right: 5%;
    top: 15%;
}
.faq-section .object-bg-1 {
    right: 10%;
}
.faq-section .object-bg-13 {
    right: 0;
    top: 40%;
}
.faq-section .object-bg-3 {
    left: 5%;
    bottom: 0;
}
.wave-section .object-bg-9 {
    width: 35%;
}
.header-account-menu-wrap .object-bg-23 {
    width: 40px;
    right: 0;
    bottom: 20px;
}
.header-account-menu-wrap .object-bg-22 {
    width: 59px;
    left: 0;
    bottom: 0;
}
.object.object-bg-23 {
    right: 0;
    bottom: 30px;
}
.object.object-bg-24 {
    bottom: 0;
}
.object.object-bg-27 {
    right: 0;
    bottom: 20%;
}
.object.object-bg-25 {
    top: 100px;
    left: 30px;
}
.object.object-bg-26 {
    right: 7%;
    top: 20%;
}
/*========== Home - START ==========*/
.banner {
    position: relative;
    z-index: 0;
}
.banner .banner-content {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
}
.banner .banner-content img {
    width: 130px;
    margin-bottom: 15px;
}
.banner-bottom {
    position: absolute;
    z-index: 2;
    top: 90%;
}
.know-jadhai {
    margin-top: -40px;
    max-width: 435px;
    padding-bottom: 40px;
    width: 100%;
}
.offer-row {
    display: table;
    margin-bottom: 20px;
}
.offer-item {
    float: left;
    width: 35%;
    position: relative;
    padding: 0 10px;
    transition: 800ms ease-in-out;
}
.offer-item.active {
    float: left;
    width: 65%;
}
.offer-item .offer-img {
    width: 268px;
    height: 268px;
    transition: 800ms ease-in-out;
}
.offer-row .offer-item:nth-child(2) .offer-img {
    margin-left: 20px;
}
.offer-row .offer-item:nth-child(2) .offer-detail {
    margin-left: 20px;
}
.offer-row .offer-item.active:nth-child(2) .offer-img {
    margin-left: 0;
}
.offer-item.active .offer-img {
    display: inline-block;
    width: 49%;
}
.offer-row {
    display: table;
    width: 100%;
}
.offer-heading {
    font-size: 20px;
    font-weight: bold;
    font-family: "prompt";
    line-height: 1.2;
}
.offer-item.active .offer-detail {
    display: inline-block;
    width: 50%;
    background-color: rgba(255, 255, 255, 1);
    padding: 20px;
    vertical-align: top;
    border-radius: 0 10px 10px 0;
    color: #333;
    right: 5px;
}
.offer-item .offer-detail {
    display: table-cell;
    background-color: rgba(255, 255, 255, 0);
    padding: 20px;
    vertical-align: top;
    position: absolute;
    width: 268px;
    top: 0;
    height: 268px;
    color: #fff;
    transition: 800ms ease-in-out;
}
.offer-item .offer-img img {
    border-radius: 10px;
}
.offer-item.active .offer-img img {
    border-radius: 10px 0 0 10px;
    height: 268px;
}
.offer-img-m img {
    border-radius: 10px 10px 0 0;
}
.offer-detail-m {
    background: #fff;
    padding: 15px;
    border-radius: 0 0 10px 10px;
}
.insurance-type-box {
    /* margin: 20px; */
    position: relative;
}
.insurance-type-box .box-img {
    position: relative;
    border-radius: 15px;
    padding-top: calc(284 / 330 * 100% + 40px);
    min-height: 340px;
}
.insurance-type-box .box-img img {
    border-radius: 15px;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    object-fit: cover;
    object-position: top center;
}
.offer-detail .offer-more {
    position: absolute;
    bottom: 30px;
}
.insurance-type-box .box-img .box-img-cover {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    background-image: linear-gradient(
        rgba(255, 255, 255, 0),
        rgba(0, 0, 0, 0.5)
    );
    border-radius: 15px;
}
.insurance-type-box .box-detail {
    padding: 5px 20px;
    color: #fff;
    position: absolute;
    bottom: 10px;
    overflow: hidden;
    width: 100%;
}
.insurance-type-box .box-detail .link {
    font-size: 14px;
}
.insurance-type-box .box-detail .action {
    margin-bottom: 5px;
    margin-top: 10px;
    display: table;
    width: 100%;
}
.package-card-btn,
.package-card-price {
    float: left;
    width: 50%;
    position: relative;
}
.package-card-price .price {
    font-family: "prompt";
    font-size: 22px;
    font-weight: bold;
    margin-top: 15px;
}
.package-card-price .start-text-top {
    position: absolute;
    top: 0;
    left: 0;
}
.package-card-price span {
    font-size: 12px;
    font-family: "jamjuree";
    font-weight: normal;
}
.insurance-type-box .box-detail .action .btn {
    padding: 0 30px;
}
.insurance-type-box .box-detail .desc {
    font-size: 14px;
    margin-bottom: 5px;
    margin-top: 5px;
    font-weight: bold;
}
.insurance-type-box .heading-h3 {
    font-size: 24px;
}
.insurance-type-box .box-detail .object-1 {
    position: absolute;
    width: 140%;
    right: 0;
    top: 30px;
}
.benefit-item {
    text-align: center;
    margin-bottom: 30px;
}
.benefit-item .benefit-icon {
    max-width: 96px;
    margin: auto;
}
.benefit-item .desc {
    font-size: 20px;
    font-weight: bold;
    font-family: "prompt", Arial, Helvetica, sans-serif;
}
.benefit-ant {
    max-width: 203px;
    width: 29%;
    margin: auto;
    position: absolute;
    right: 20%;
    z-index: 0;
    bottom: 18%;
}
.news-wrap {
    --widthA: calc(100% - 1024px);
    margin-left: calc(var(--widthA) / 2);
    display: flex;
}
.news-slide {
    float: right;
    width: 100%;
}
.news-item {
    width: 300px;
    padding: 10px;
}
.news-slide .slick-prev:before,
.news-slide .slick-next:before {
    font-size: 20px;
    font-family: "iconfont";
    color: #333;
    z-index: 999;
}
.news-slide .slick-prev:before {
    content: "\e907";
}
.news-slide .slick-next:before {
    content: "\e909";
}
.news-slide .slick-arrow {
    color: #333;
    background-color: #fff;
    width: 40px;
    height: 40px;
    text-align: center;
    border-radius: 50%;
    opacity: 1;
    box-shadow: 1px 1px 11px -2px #333;
    z-index: 999;
}
.news-img img,
.blog-img img {
    border-radius: 10px;
}
.blog-img.bt-img {
    margin-bottom: 20px;
}
.news-slide .slick-slide {
    position: relative;
}
.news-slide .news-detail,
.blog-detail {
    padding: 35px 30px;
    position: absolute;
    bottom: 0;
    left: 0;
}
.news-slide .news-detail .desc,
.blog-detail .desc {
    font-size: 16px;
    color: #fff;
    font-weight: bold;
    font-family: "prompt", Arial, Helvetica, sans-serif;
}
.blog-detail .desc {
    max-height: 50px;
    overflow: hidden;
}
.news-slide .news-detail .news-tag,
.blog-tag {
    color: #fff;
    background-color: #ffcf00;
    padding: 1px 3px;
    font-family: "prompt";
    font-weight: bold;
    font-size: 14px;
}
.news-date,
.blog-date {
    font-family: "prompt";
    color: #fff;
    display: inline-block;
    /* margin-left: 10px; */
    font-weight: bold;
}
.news-slide .slick-next {
    right: 22%;
}
.news-slide .news-img,
.blog-img {
    position: relative;
}
.news-slide .news-cover,
.blog-cover {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    border-radius: 15px;
    background-image: linear-gradient(
        rgba(255, 255, 255, 0),
        rgba(0, 0, 0, 0.8)
    );
}
.blog-banner .banner-img > img {
    width: 100%;
}

.offer-slide .slick-prev:before,
.offer-slide .slick-next:before {
    font-size: 20px;
    font-family: "iconfont";
    color: #ffcf00;
    z-index: 999;
}
.offer-slide .slick-prev:before {
    content: "\e907";
}
.offer-slide .slick-next:before {
    content: "\e909";
}
.offer-slide .slick-arrow {
    color: #ffcf00;
    background-color: #fff;
    width: 40px;
    height: 40px;
    text-align: center;
    border-radius: 50%;
    opacity: 1;
    box-shadow: 1px 1px 11px -2px #333;
    z-index: 999;
}
.offer-slide .slick-prev {
    left: 0;
}
.offer-slide .slick-next {
    right: 0;
}
.offer-slide .slick-slide {
    padding: 0 60px;
}
.offer-slide .slick-dots li.slick-active button:before {
    color: #00916e;
    border: 0;
    font-size: 54px;
    opacity: 1;
    margin: auto;
    line-height: 18px;
    margin-left: -2px;
}
.offer-slide .slick-dots li button:before {
    font-size: 52px;
}
.slick-dots li button:before {
    color: transparent;
    border: 3px solid #ffcf00;
    border-radius: 50%;
    opacity: 1;
    width: 17px;
    height: 17px;
    line-height: 18px;
    margin-left: 1px;
}

.slick-slider:focus,
.slick-track:focus,
.slick-slide:focus {
    outline: 0;
}
.insurance-box {
    border: 3px solid #c0c0c0;
    display: inline-block;
    width: calc(100% / 2 - 20px);
    margin-right: 15px;
    text-align: center;
    padding: 20px 0;
    border-radius: 10px;
    background: #fafafa;
    box-shadow: 2px 2px 10px -2px #aaa;
    max-width: 230px;
}
.insurance-box .insurance-box-icon {
    font-size: 75px;
    line-height: 1;
    margin-bottom: 20px;
    background: linear-gradient(to top, #ff8200 0%, #ff2e00 70%, #ff2e00 100%);
    color: #ffcf00;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.insurance-box:hover,
.insurance-box:focus {
    background: linear-gradient(to top, #ff8200 0%, #ff2e00 70%, #ff2e00 100%);
    color: #fff;
}
.insurance-box:hover .insurance-box-icon,
.insurance-box:focus .insurance-box-icon {
    background: none;
    -webkit-background-clip: unset;
    -webkit-text-fill-color: unset;
    color: #fff;
}
.insurance-box:focus .heading-h3,
.insurance-box:hover .heading-h3 {
    color: #fff;
}
.gadian-section .bg-img {
    background-image: url(../img/bg-wave-sm.png);
    background-position: bottom;
    background-size: contain;
    background-repeat: no-repeat;
    position: relative;
}
/*========== Home - END ==========*/
/*========== Footer - START ==========*/
.footer-img-object {
    position: absolute;
    bottom: -66px;
    max-width: 246px;
    left: 9%;
}
.footer {
    background-color: #feefe5;
}
.footer-item {
    width: 20%;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
}
.footer-item .footer-heading {
    margin-bottom: 20px;
}
.footer-item img {
    max-height: 40px;
    margin-bottom: 20px;
}
.footer-item.no-toggle {
    text-align: right;
}
.footer-list li {
    margin-bottom: 10px;
}
.logo-footer {
    width: 100px;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 50%;
}

/*========== Footer - END ==========*/
/*========== Motor and Travel - START ==========*/
.banner-content .banner-insurance-form {
    background-image: linear-gradient(#ffcf00, #ff8200);
    background-color: #ff8200;
    padding: 25px 40px;
    border-radius: 15px;
    bottom: 0;
    top: unset;
    transform: unset;
    padding-bottom: 120px;
}
.banner-content .sc-heading {
    margin-bottom: 20px;
}
.banner .banner-content.banner-content-insurance {
    position: absolute;
    top: 2%;
    transform: none;
}
.banner.motor-banner .banner-content.banner-content-insurance {
    position: absolute;
    top: 25%;
    transform: none;
}
.banner-content-insurance .row {
    margin-left: -10px;
    margin-right: -10px;
}
.banner-content-insurance .field {
    margin-top: 0;
}
.banner-content-insurance .col-sm-6 {
    padding-left: 10px;
    padding-right: 10px;
}
.banner-content-insurance
    .select-padding
    .select2-container
    .select2-selection--single {
    height: 45px;
}
.banner-insurance-form .heading-h1 {
    font-size: 38px;
}
.banner-insurance-form .field .title {
    font-size: 18px;
    text-align: left;
}
.type-suv .object-1 {
    position: absolute;
    z-index: 99;
    width: 35%;
}
.type-oversea .object-1,
.type-city .object-1,
.type-family .object-1,
.motor-insurance-type-box .object-1,
.travel-insurance-type-box .object-1 {
    position: absolute;
    z-index: 99;
    right: 0;
    bottom: 0;
    width: 33%;
}
.travel-landing-form {
    margin-top: 15px;
}
.travel-landing-form-2 {
    margin-top: 5px;
}
.travel-landing-form-2 .action {
    margin-top: 0px;
}
.travel-remark {
    font-size: 13px;
}
/*========== Motor and Travel - START ==========*/
/*========== About - START ==========*/

.about-tab .tab .control .tab-menu {
    color: #333;
    width: 33.33%;
    border-bottom: 4px solid #ffcf00;
    position: relative;
    background-color: #fff;
    border-radius: 7px 7px 0 0;
    box-shadow: 1px -1px 8px -4px #333;
}
.about-tab .tab .control a.active {
    pointer-events: none;
    background-color: #ffcf00;
    color: #fff;
    box-shadow: 1px -1px 8px -4px #333;
}
.about-tab .tab-content.active {
    padding: 100px 20px 40px;
    height: 540px;
}
.about-tab .about-tab-desc {
    font-size: 20px;
    font-family: "prompt";
}
.about-tab .object.object-1 {
    bottom: 0;
    width: 100%;
}
.about-tab .object.object-2 {
    width: 27%;
    right: 11%;
    top: 0;
}
.about-tab .object.object-4 {
    right: 0;
    bottom: 0;
}
.about-tab .object.object-3 {
    right: 0;
    bottom: 36%;
}
.about-tab .object.object-6 {
    top: 20%;
    left: 5%;
}
.about-tab .object.object-7 {
    left: 0;
    bottom: 0;
}
.about-tab .object.object-8 {
    right: 15%;
}
.object.object-9 {
    bottom: 7%;
    left: 48%;
}
.object.object-10 {
    right: 0;
    top: 30%;
}
.object.object-11 {
    left: 0;
    top: 30%;
}
.object.object-12 {
    right: 0;
    bottom: 5%;
}
.object.object-13 {
    right: 18%;
    top: 5%;
}
.about-us-item {
    margin-bottom: 80px;
    text-align: center;
}
.about-us-item .heading-h2 {
    margin-bottom: 15px;
}
.who-is-jadhai-img {
    width: 140px;
    margin-bottom: 30px;
}
.about-us-item .object-tab2-img {
    width: 200px;
    margin-left: auto;
}
div#mascot {
    width: 60%;
}
.section-text-img .container-md {
    position: relative;
    z-index: 1;
}
.slick-dots {
    display: none;
}
.about-slide .slick-slide,
.blog-slide .slick-slide {
    position: relative;
}
.about-tab .object.object-1 img {
    width: 100%;
}
.about-slide .slide-tab .slide-tab-content {
    height: 100%;
}
.about-slide .slide-tab-content {
    position: relative;
}
.about-slide .slide-tab:nth-child(2) .slide-tab-content {
    height: 100%;
}
/* .about-slide .slide-tab:nth-child(3) .slide-tab-content{
    padding-bottom: 50px;
} */
.about-tab .board-tab {
    margin-bottom: 25px;
}
/*========== About - END ==========*/
/*========== Travel - START ==========*/
.yellow-section {
    background-color: #ffcf00;
    padding: 15px 0;
    position: fixed;
    width: 100%;
    bottom: 0;
    z-index: 9999;
}
.yellow-section.at-bottom {
    position: relative;
}
.form-wrap {
    text-align: center;
    display: table;
    width: 100%;
}
.radio-field {
    width: 220px;
    height: 170px;
    display: inline-block;
    margin: 0 5px;
    min-width: calc(100% / 4 - 10px);
}
.radio-field-content {
    display: table;
    height: 100%;
    width: 100%;
}
.radio-field:hover > .radio-field-content .field-content-center .radio-icon {
    transform: scale(1.1);
}
.radio-field:hover
    > .radio-field-content
    .field-content-center.btn-hover-chang {
    background-color: #ffc7a1dc;
}
.field-content-center .radio-icon.img-tranform {
    transition-property: tranform;
    transition-duration: 1s;
}
input[type="radio"].radio-box + .field-content-center {
    height: 100%;
    width: 100%;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    margin: 0 10px;
    border: 3px solid #c0c0c0;
    background-color: #fafafa;
    border-radius: 10px;
    color: #333;
}
input[type="radio"].radio-box + .field-content-center .radio-icon img {
    display: none;
    width: 30%;
    margin: auto;
}
input[type="radio"].radio-box
    + .field-content-center
    .radio-icon
    .radio-inactive {
    display: block;
}
input[type="radio"].radio-box:checked
    + .field-content-center
    .radio-icon
    .radio-active {
    display: block;
}
input[type="radio"].radio-box:checked
    + .field-content-center
    .radio-icon
    .radio-inactive {
    display: none;
}
input[type="radio"].radio-box:checked + .field-content-center {
    background: linear-gradient(to top, #ff8200 0%, #ff2e00 70%, #ff2e00 100%);
    color: #fff;
    border: 0;
}
input[type="radio"]:disabled.radio-box + .field-content-center {
    background: #ccc;
}
input[type="radio"].radio-box + .field-content-center .radio-box-hl {
    font-size: 56px;
    font-family: "prompt";
    font-weight: bold;
    line-height: 1;
}
input[type="radio"].radio-box + .field-content-center .radio-box-desc {
    font-family: "prompt";
    font-weight: bold;
}
.radio-box-hl.radio-hl-lg {
    margin-left: -20%;
}
.form-step-wrap {
    display: table;
    width: 85%;
    margin: auto;
}
.form-step-wrap .step-item {
    float: left;
    width: 20%;
    text-align: center;
    position: relative;
}
.step-number {
    color: #ffcf00;
    font-family: "prompt";
    font-weight: bold;
    border: 4px solid #ffcf00;
    display: inline-block;
    width: 30px;
    height: 30px;
    text-align: center;
    border-radius: 50%;
    line-height: 20px;
    background-color: #fff;
    position: relative;
    z-index: 1;
}
.step-item::before {
    content: "";
    width: calc(100% - 60px);
    height: 5px;
    background-color: #eee;
    position: absolute;
    z-index: 0;
    left: calc(50% + 30px);
    top: 20%;
    border-radius: 60px;
}
.step-item.success::before {
    background-color: #00916e;
}
.form-step-wrap .step-item:last-child::before {
    width: 0;
}
.step-item.active::after {
    content: "";
    width: calc(100% - 100px);
    height: 5px;
    background-color: #00916e;
    position: absolute;
    z-index: 0;
    left: calc(50% + 30px);
    top: 20%;
    border-radius: 60px;
}
.form-step-wrap .step-item:last-child.active::after {
    height: 0;
    widows: 0;
}
.step-item.active .step-number,
.step-item.success .step-number {
    border: 5px solid #00916e;
}

.step-item.success .step-number {
    font-size: 0;
}
.step-item.success .step-number::before {
    content: "\e903";
    font-family: "iconfont";
    font-size: 24px;
}
.step-item .step-desc {
    font-family: "prompt";
}
.step-item.active .step-desc {
    font-weight: bold;
}
.radio-field-sm {
    width: calc(100% / 5);
    min-width: unset;
    height: 60px;
    margin: 20px 0;
    padding-right: 10px;
}
.accordion-travel-group {
    margin-top: 20px;
}
.accordion-travel-group .accordion {
    background-color: transparent;
    box-shadow: unset;
    border-bottom: 1px solid #eee;
}
.accordion-travel-group .accordion > .title .total {
    font-size: 22px;
    font-weight: bold;
}
.accordion-travel-group .accordion > .title .total .unit {
    font-size: 16px;
}
.accordion-travel-group .accordion > .title {
    font-size: 20px;
    font-family: "prompt";
}
.accordion-travel-group .accordion > .content .inner {
    padding: 0 0 40px;
}
/* .accordion-travel-group .accordion.active .title {
    font-size: 0;
} */
.accordion-travel-group .accordion.active > .title .total,
.accordion-travel-group .accordion.active > .title .total .unit {
    font-size: 0;
}
.more-option-item {
    margin-bottom: 15px;
    border-bottom: 1px solid #eee;
    padding: 17px 55px 17px 25px;
    margin: 0;
}
.more-option-item .title,
.more-option-item .total {
    font-size: 20px;
    font-family: "prompt";
    color: #333;
}
.more-option {
    margin-top: 50px;
}
.more-option-item .total {
    text-align: right;
    font-weight: bold;
}
.more-option-item .total .unit {
    font-size: 16px;
}
.more-option-link-wrap {
    border-bottom: 1px solid #eee;
}
.more-option-link .ic-down {
    background: linear-gradient(to right, #ffcf00 0%, #ff8200 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: #ff8200;
}
.more-option-link {
    font-family: "prompt";
    font-weight: bold;
}
.more-option-link .ic-up {
    color: #00916e;
    background: linear-gradient(to right, #00916e 0%, #004030 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.insurance-price {
    font-weight: bold;
    font-family: "prompt";
}
.insurance-price .price {
    font-size: 30px;
    color: #ff8200;
    margin: 0 15px;
}
.add-traveler {
    margin: 30px;
}
.add-btn .ic {
    vertical-align: baseline;
}
.add-traveler .add-btn {
    border: 2px solid #00916e;
    border-radius: 5px;
    margin-right: 10px;
    display: inline-block;
    width: 28px;
    text-align: center;
    height: 28px;
}
.add-traveler .add-btn + span {
    font-weight: bold;
    font-family: "prompt";
}
.yellow-section .select {
    width: 110px;
    display: inline-block;
    vertical-align: middle;
}
.yellow-section .desc {
    display: inline-block;
    font-family: "prompt";
}
.footer {
    background-color: #fafafa;
    padding: 10px 0;
    position: relative;
}
.custom-traveler-item {
    border-bottom: 1px solid #eee;
    padding: 10px 0;
}
.custom-traveler-item .col-xs-6:nth-child(2) {
    text-align: right;
}
.confirm-custom-box .custom-box-content {
    background-color: #fff;
}
.custom-box-header.border {
    border-radius: 10px;
}
.accept-info + span {
    width: calc(100% - 45px);
}
.radio-img {
    max-width: 64px;
}
.travel-form-object,
.motor-form-object {
    position: fixed;
    width: 100%;
    height: calc(100vh - 80px);
}
.travel-form-object img,
.motor-form-object img {
    position: absolute;
}
.travel-form-object .object-3,
.motor-form-object .object-3 {
    right: 0;
    bottom: 20%;
}
.travel-form-object .object-1,
.motor-form-object .object-1 {
    left: 1%;
    top: 10%;
}
.travel-form-object .object-4,
.motor-form-object .object-4 {
    left: 2%;
    bottom: 10%;
}
.travel-form-object .object-2,
.motor-form-object .object-2 {
    right: 10%;
    top: 15%;
}
.travel-form-object .object-5,
.motor-form-object .object-5 {
    right: 4%;
    bottom: 4%;
}
.btn-social {
    width: 35px;
    height: 35px;
    padding: 0;
    line-height: 32px;
    font-size: 18px;
    text-align: center;
    margin: 0 5px;
}
.yellow-section .insurance-price {
    text-align: right;
}
.action-custom-total {
    text-align: right;
}
footer.footer.footer-form .col-sm-4:nth-child(1) {
    text-align: right;
}
footer.footer.footer-form .col-sm-4 {
    float: right;
}
.payment-box .custom-box-content {
    background-color: #fff;
    padding: 20px 35px;
}
.payment-box .desc {
    font-size: 16px;
}
.payment-box .img {
    margin-bottom: 30px;
}
.payment-box .heading {
    font-size: 20px;
    font-family: "prompt", Arial, Helvetica, sans-serif;
    font-weight: bold;
}
.payment-box .payment-logo {
    margin-top: 35px;
    height: 35px;
}
.custom-box.payment-box {
    max-width: 500px;
    margin: auto;
    margin-bottom: 20px;
}
/*========== Travel - END ==========*/
/*========== Motor - START ==========*/
.radio-field.radio-camera-field {
    width: calc(50% - 10px);
    float: left;
    height: 45px;
}
.select-result {
    padding: 15px;
    background: #fff;
    text-align: center;
    box-shadow: 1px 3px 6px 1px #ccc;
    margin: 10px 0 30px;
    border-radius: 10px;
}
.select-result .select-result-item {
    border-left: 1px solid #eeeeee;
    padding-top: 10px;
}
input[type="password"] + span,
input[type="text"] + span,
input[type="password"] + label + span,
input[type="text"] + label + span {
    position: absolute;
    right: 10px;
    font-size: 20px;
    top: 15%;
}
.popup-success-register .container {
    border-top: 1px solid #eeeeee;
    margin-top: 20px;
    padding: 20px 0;
}
.remark-color li {
    font-size: 13px;
    list-style-type: disc;
}
.remark-color {
    margin-top: 5px;
    padding-left: 30px;
}
.popup-content .sc-heading {
    margin-bottom: 10px;
}
.input:focus {
    border-color: #00916e;
}
.package-hl {
    margin: 20px 0;
}
.package-hl .package-hl-item {
    text-align: center;
}
.package-hl-desc {
    font-size: 20px;
    font-weight: bold;
    font-family: "prompt";
    margin-top: 25px;
}
.coverage-box {
    border-top: 2px solid #eee;
    padding-top: 50px;
    margin-top: 35px;
    margin-bottom: 30px;
}
.coverage-img-wrap {
    text-align: center;
    margin-bottom: 20px;
}
.coverage-img-item {
    width: 205px;
    max-width: calc(100% / 4);
    display: inline-block;
}
.coverage-img-item .img {
    display: inline-block;
}
.coverage-img-item .desc {
    display: inline-block;
    font-size: 18px;
    font-family: "prompt";
    font-weight: bold;
}
.heading-list {
    font-family: "prompt";
    font-weight: bold;
    margin: 15px 0 10px;
}
.remark-list {
    padding-left: 10px;
}
.remark-list li {
    list-style-type: decimal;
    font-size: 13px;
    padding-left: 5px;
    color: #888;
}
.form-wrap .heading-h4 {
    margin-bottom: 10px;
    margin-top: 20px;
}

/*========== Motor - END ==========*/
/*========== Blog - START ==========*/

.banner-circle {
    position: absolute;
    bottom: -15%;
    width: 100%;
}
.banner-circle img {
    width: 100%;
}
.blog-img {
    border-radius: 10px;
}
.blog-desc {
    font-family: "prompt";
    font-size: 18px;
}
.blog-wrap {
    margin-bottom: 35px;
    padding-bottom: 40px;
    border-bottom: 1px solid #c0c0c0;
}
.blog-wrap h3 {
    margin: 30px 0;
    font-size: 22px;
}
.blog-wrap h4 {
    margin: 20px 0;
}
.blog-wrap p {
    margin-top: 15px;
}
.blog-wrap ul,
.blog-wrap ol {
    padding-left: 15px;
}
.blog-wrap ul li {
    margin-left: -10px;
}
.blog-wrap ol li {
    list-style-type: decimal;
}
.blog-wrap ol li ul {
    margin: 20px 0;
}
.blog-wrap ol li ul li {
    list-style-type: none;
}
.blog-wrap ul li::before {
    content: "-";
    margin-right: 10px;
}
.blog-wrap img {
    margin: 15px 0;
}
.blog-tab .tab .control .tab-menu {
    width: 25%;
}
.blog-item {
    width: calc(100% / 4 - 10px);
    float: left;
    position: relative;
    margin: 25px 5px;
}
.blog-slide .slick-dots {
    display: block !important;
}
.blog-slide .slick-dots li {
    background-color: #c0c0c0;
    margin: 0;
    width: 80px;
    height: 10px;
}
.blog-slide .slick-dots li.slick-active button:before {
    width: 100%;
    height: 100%;
    background-color: #ffcf00;
    border-radius: 0;
    opacity: 1;
    border-radius: 10px;
}
.blog-slide .slick-dots li button:before {
    content: "";
    border: 0;
}
.blog-slide .slick-dots li:first-child {
    border-radius: 10px 0 0 10px;
}
.blog-slide .slick-dots li:last-child {
    border-radius: 0 10px 10px 0;
}
.blog-slide .slide-tab {
    display: none;
}
.blog-slide .slide-tab.show {
    display: block;
}
.home-banner.blog-banner {
    position: relative;
    z-index: 1;
}
.blog-hl-section .object-bg-1,
.blog-hl-section .object-bg-6 {
    z-index: 1;
}
.blog-hl-section .object-bg-7 {
    z-index: 0;
}
.blog-tab-section {
    z-index: 2;
}
.blog-banner-slide .slick-dots {
    bottom: 25px;
}
.slick-dots li.slick-active button:before {
    background: #00916e;
    border-color: #00916e;
    color: transparent;
}
.share-wrap {
    position: relative;
}
.share-wrap .social-option.active {
    display: block;
}
.share-wrap .social-option {
    display: none;
    position: absolute;
    right: 0;
    top: calc(100% + 20px);
}
.share-wrap .social-option-wrap {
    display: table;
    background: #fff;
    box-shadow: 1px 1px 9px 1px #ccc;
    padding: 10px 15px;
    border-radius: 10px;
    position: relative;
}
.share-wrap .social-option-wrap::before {
    content: "";
    position: absolute;
    top: 0;
    margin-top: -24px;
    right: 25px;
    border: solid 14px transparent;
    border-bottom-color: #fff;
    z-index: 1;
}
.share-wrap .social-item {
    width: 40px;
    height: 40px;
    font-size: 28px;
    background: #ff8200;
    background: linear-gradient(to bottom, #ff8200 0%, #ff2e00 100%);
    color: #fff;
    border-radius: 50%;
    float: left;
    margin: 10px;
    text-align: center;
    line-height: 35px;
}
.share-btn {
    font-family: "prompt";
}
.text-gradient {
    font-size: 28px;
    background-color: #ff8200;
    background-image: linear-gradient(45deg, #ff8200, #fc2e00);
    background-size: 100%;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-text-fill-color: transparent;
}
/*========== Blog - END ==========*/
/*========== FAQ - START ==========*/

.faq-accordion {
    margin-bottom: 20px;
    box-shadow: 1px 1px 6px 1px #ccc;
    border-radius: 10px;
}
.faq-accordion .content {
    display: none;
}
.faq-accordion-title {
    border-radius: 10px;
    background: #ffcf00;
    font-size: 25px;
    font-family: "prompt";
    font-weight: bold;
    padding: 20px 25px;
    position: relative;
}
.faq-accordion-title.active:after {
    content: "\e90b";
    background: linear-gradient(to right, #00916e 0%, #004030 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: #00916e;
}
.faq-accordion-title:after {
    position: absolute;
    content: "\e904";
    right: 35px;
    font-family: "iconfont";
    background: linear-gradient(to right, #ff2e00 0%, #ff8200 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: #ff8200;
    font-size: 20px;
    line-height: 77px;
    top: 0;
}
.faq-accordion-title.active {
    border-radius: 10px 10px 0 0;
}
.faq-accordion .accordion {
    background-color: #fff;
    box-shadow: none;
    border-radius: 0;
    margin: 0 35px;
    font-size: 25px;
    border-bottom: 1px solid #efefef;
}
.faq-accordion > .content {
    background-color: #fff;
    border-radius: 0 0 10px 10px;
    padding: 20px 0 35px;
}
.faq-accordion .accordion p {
    font-size: 18px;
}
.faq-category {
    margin: 30px 45px 10px;
}
.faq-list {
    font-size: 18px;
}
.faq-list,
.faq-list-number {
    font-size: 18px;
    padding-left: 30px;
    margin-top: 15px;
}
.faq-list li {
    list-style-type: disc;
    margin-bottom: 5px;
}
.faq-list-number li {
    list-style-type: decimal;
    margin-bottom: 5px;
}
/*========== FAQ - END ==========*/
/*========== Contact Us - START ==========*/
.contact-box {
    background: #fff;
    border-radius: 10px;
    box-shadow: 1px 1px 9px -1px #aaa;
}
.contact-box-header {
    background: #ffcf00;
    padding: 20px 45px;
    border-radius: 10px 10px 0 0;
}
.contact-box-body {
    padding: 55px 45px;
    font-family: "prompt";
}
.contact-box-body .contact-title {
    color: #333;
    float: left;
    width: 36%;
    text-align: left;
}
/*========== Contact Us - END ==========*/
.login-page .object.object-bg-23 {
    bottom: 0;
}
.login-page .wave-lg-section {
    display: none;
}
.header .login-box {
    background: #fff;
    border-radius: 15px;
    margin: 20px -20px;
}
.header .login-box {
    display: none;
}
.header .login-box.active {
    display: block;
}
.login-box .field {
    margin: 0;
    height: 49px;
}
.login-box .form .field .input.first-input {
    border-radius: 7px 7px 0 0;
}
.login-box .form .field .input.second-input {
    border-radius: 0 0 7px 7px;
    border-top: 0;
}
.login-box .input:focus {
    border-color: #ccc;
}
.header .login-box .input-padding + .input-placeholder,
.header .login-box .datepicker-padding .input-placeholder,
.header .login-box input[type="password"] + label + span,
.header .login-box input[type="text"] + label + span {
    top: 0;
}
.header .login-box .input-padding + .input-placeholder.input-focus {
    top: -15px;
}
.login-box .desc,
.login-box .desc .link {
    font-size: 16px;
    font-family: "Bai Jamjuree", Helvetica, Arial, sans-serif;
    font-weight: normal;
}
.account-box-head {
    height: 45px;
    line-height: 45px;
    text-align: center;
    font-weight: bold;
    font-family: "prompt";
    border-radius: 10px 0 0 0;
}
.account-box-head.yellow {
    background-color: #ffcf00;
}
.account-box-head .tab .control .tab-menu {
    width: 33.333%;
    background-color: #c0c0c0;
    border-radius: 10px 10px 0 0;
    border-bottom: 0;
    color: #333;
    font-size: 16px;
}
.account-box-head .tab .control a.active {
    background-color: #fff;
    border-bottom: 1px solid #eee;
    color: #ffcf00;
    box-shadow: 1px -5px 9px -5px #ccc;
}
.account-info {
    display: table-cell;
    width: 40%;
    background: #f6f6f6;
    height: 100%;
    vertical-align: top;
    font-weight: bold;
    border-radius: 10px 10px 0 10px;
}
.account-tab-info {
    display: table-cell;
    width: 60%;
}
.account-box {
    border-radius: 10px;
    font-family: "prompt";
    background: #fff;
    box-shadow: 1px 10px 12px -4px #666;
    display: table;
    width: 100%;
}
.account-box-body {
    font-size: 20px;
}
.my-account-title {
    margin-top: 10%;
}
.account-info .account-info-list .title {
    font-size: 15px;
    color: #c0c0c0;
    font-weight: bold;
}
.account-info .account-info-list {
    margin: 15px 0;
}
.account-box-body {
    font-size: 20px;
    padding: 30px 20px 30px 40px;
}
.account-info .account-name {
    font-size: 25px;
}
.account-info-list-tab {
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
    margin: 10px 0;
    line-height: 1.2;
}
.account-edit .account-info-list-tab .input-edit {
    font-size: 16px;
}
.account-edit .account-info-list-tab {
    padding-bottom: 0;
}
.account-tab-info .account-box-body {
    padding: 40px 30px;
    background-color: #fff;
    border-radius: 10px;
}
.benefit-item-sm {
    padding: 0 20px;
}
.success-checkmark {
    width: 80px;
    height: 115px;
    margin: 0 auto;
}
.success-checkmark .check-icon {
    width: 80px;
    height: 80px;
    position: relative;
    border-radius: 50%;
    box-sizing: content-box;
    border: 4px solid #00674e;
}
.success-checkmark .check-icon::before {
    top: 0px;
    left: 0px;
    width: 30px;
    transform-origin: 100% 50%;
    border-radius: 100px 0 0 100px;
}
.success-checkmark .check-icon::after {
    top: 0;
    left: 30px;
    width: 60px;
    transform-origin: 0 50%;
    border-radius: 0 100px 100px 0;
    animation: rotate-circle 4.25s ease-in;
}
.success-checkmark .check-icon::before,
.success-checkmark .check-icon::after {
    content: "";
    height: 100px;
    position: absolute;
    background: #ffffff;
    transform: rotate(-45deg);
}
.success-checkmark .check-icon .icon-line {
    height: 8px;
    background-color: #00674e;
    display: block;
    border-radius: 5px;
    position: absolute;
    z-index: 10;
}
.success-checkmark .check-icon .icon-line.line-tip {
    top: 46px;
    left: 14px;
    width: 25px;
    transform: rotate(45deg);
    animation: icon-line-tip 0.75s;
}
.success-checkmark .check-icon .icon-line.line-long {
    top: 38px;
    right: 8px;
    width: 47px;
    transform: rotate(-45deg);
    animation: icon-line-long 0.75s;
}
.success-checkmark .check-icon .icon-circle {
    top: -8px;
    left: -8px;
    z-index: 10;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    position: absolute;
    box-sizing: content-box;
    border: 8px solid #ff5600;
}
.success-checkmark .check-icon .icon-fix {
    top: 8px;
    width: 5px;
    left: 26px;
    z-index: 1;
    height: 85px;
    position: absolute;
    transform: rotate(-45deg);
    background-color: #ffffff;
}
.login-section .login-box .form {
    margin-top: 20px;
}
.login-section .login-box .field {
    max-width: 400px;
    margin: auto;
}
.cookies-img {
    max-width: 270px;
    margin-bottom: 20px;
}
.img-404 {
    max-width: 480px;
    margin-bottom: 30px;
    width: 100%;
}
/*========== Policy - START ==========*/
.policy-img {
    max-width: 180px;
    margin: auto;
    margin-bottom: 50px;
}
.policy-desc {
    padding-left: 35px;
    margin-bottom: 20px;
    margin-top: 10px;
}
.dash-list {
    padding-left: 20px;
}
.dash-list li {
    padding-left: 20px;
    position: relative;
}
.dash-list li::before {
    content: "-";
    position: absolute;
    left: 0;
}
/*========== Policy - END ==========*/
@keyframes rotate-circle {
    0% {
        transform: rotate(-45deg);
    }
    5% {
        transform: rotate(-45deg);
    }
    12% {
        transform: rotate(-405deg);
    }
    100% {
        transform: rotate(-405deg);
    }
}
@keyframes icon-line-tip {
    0% {
        width: 0;
        left: 1px;
        top: 19px;
    }
    54% {
        width: 0;
        left: 1px;
        top: 19px;
    }
    70% {
        width: 50px;
        left: -8px;
        top: 37px;
    }
    84% {
        width: 17px;
        left: 21px;
        top: 48px;
    }
    100% {
        width: 25px;
        left: 14px;
        top: 45px;
    }
}
@keyframes icon-line-long {
    0% {
        width: 0;
        right: 46px;
        top: 54px;
    }
    65% {
        width: 0;
        right: 46px;
        top: 54px;
    }
    84% {
        width: 55px;
        right: 0px;
        top: 35px;
    }
    100% {
        width: 47px;
        right: 8px;
        top: 38px;
    }
}

/*========== Accordion Condition - Start ==========*/


.plan-conditions {
    padding: 0;
}
.plan-conditions.accordion {
    background: none;
    border-radius: 15px;
}
.plan-conditions .accordion-item {
    background-color: white;
    padding: 0;
    margin-bottom: 20px;
    border: none;
    border-radius: 15px;
}
.plan-conditions .accordion-header {
    border-radius: 10px;
    margin-bottom: 0;
}
.plan-conditions .accordion-body {
    font-size: 16px;
}
.plan-conditions .accordion-button {
    font-family: "Prompt", sans-serif;
    font-size: 18px;
    font-weight: 500;
    color: #333;
    background-color: #fafafa;
    border-radius: 15px;
    padding: 20px 20px;
}
.plan-conditions .accordion-item:first-of-type,
.accordion-item:last-of-type .accordion-button.collapsed {
    border-radius: 15px;
}
.plan-conditions .accordion-item:first-of-type .accordion-button {
    border-radius: 15px;
}
.plan-conditions .accordion-button:not(.collapsed) {
    color: #333;
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    background-color: #fafafa;
}

.plan-conditions .accordion-button:focus {
    border: none;
    box-shadow: none;
}
.plan-conditions .accordion-button::after {
    display: none;
    width: 12px;
    height: 12px;
    margin-right: 20px;
    background-image: none;
    content: "\e904";
    font-family: "iconfont";
    color: #00916e;
}
.plan-conditions .accordion-button:not(.collapsed)::after {
    background-image: none;
}

.plan-conditions .accordion-body {
    padding: 1.25rem;
    /* border-radius: 0 0 15px 15px; */
    max-height: 200px;
    overflow-y: scroll;
    height: 100%;
}
.plan-conditions .tabs-body {
    padding: 40px 10px;
}
.plan-conditions .tabs-title {
    font-size: 16px;
}

@media (max-width:576px) {
    .plan-conditions .accordion-button {
        font-size: 12px;
    }
    .plan-conditions .accordion-body p {
        font-size: 9px;
    }
}

/*========== Accordion Condition - End ==========*/
