@import "prakun-variable.css";
@import "prakun_shortcut_menu.css";
@import "prakun-coverdetails.css";
@import "prakun-template-all-media.css";
@import "sub-prakun-user.css";

.f-dark-blue {
    color: var(--main01) !important;
}

.f-charcoal {
    color: #424242;
}

.f-blue {
    color: var(--main02) !important;
}

.f-danger {
    color: var(--danger) !important;
}

/* Ref ID */
#birthdate_homepage:read-only,
#birthdate_homepage_in_modal:read-only {
    background-color: #fff;
}


/* more */
.header_page {
    margin-bottom: 0 !important;
}

.txt-head-title-prakun-template {
    font-weight: normal;
    font-size: 50px;
    line-height: 75px;
    color: var(--main01);
    z-index: 60;
}

.margin-txt-title-promotion {
    margin-bottom: 18px;
}

.box-head-page-prakun {
    margin-top: 30px;
    margin-bottom: 30px;
}

.box-head-page-prakun a {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: var(--main01);
}

.box-head-page-prakun span {
    font-weight: normal;
    font-size: 18px;
    line-height: 27px;
    color: #9E9E9E;
}

.icon-prakun-in-card {
    font-size: 57px;
    display: inline-block;
    line-height: 0;
    position: relative;
}



/* End more */

/* H1 - H6*/
h1,
.h1 {
    font-weight: normal;
    font-size: 40px;
    line-height: 55px;
    margin-bottom: 0;
}

h2,
.h2 {
    font-weight: normal;
    font-size: 32px;
    line-height: 44px;
    margin-bottom: 0;
}

h3,
.h3 {
    font-weight: normal;
    font-size: 28px;
    line-height: 38px;
    margin-bottom: 0;
}

h4,
.h4 {
    font-weight: normal;
    font-size: 24px;
    line-height: 33px;
    margin-bottom: 0;
}

h5,
.h5 {
    font-weight: normal;
    font-size: 20px;
    line-height: 27px;
    margin-bottom: 0;
}

h6,
.h6 {
    font-weight: normal;
    font-size: 16px;
    margin-bottom: 0;
}



/* end H1 - H6*/

/* background section */
.bg-template-v2 {
    position: relative;
}

.bg-template-v2:nth-child(odd) {
    background-color: #FFFFFF;
}

.bg-template-v2:nth-child(even) {
    background: #D3DEFB33;
}

section.bg-template:nth-child(odd) {
    background-color: #D3DEFB33;
}

section.bg-template:nth-child(even) {
    background-color: #FFFFFF;
}

section.bg-template {
    padding-top: 50px;
    padding-bottom: 80px;
}



/* end background section */

/* checkbox */
.checkbox-prakun-template {
    color: var(--prakun-dark-1);
    display: block;
    position: relative;
    padding-left: 28px;
    margin-bottom: 15px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.checkbox-prakun-template.checkbox-prakun-format-2 {
    margin-bottom: 20px;
}

.checkbox-prakun-template.checkmark-prakun-template-all {
    color: var(--main02);
}

.checkbox-prakun-template input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.checkmark-prakun-template {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #FFFFFF;
    border: 1px solid var(--main01);
    border-radius: 3px;
}

.checkbox-prakun-template:hover input~.checkmark-prakun-template {
    background-color: #ccc;
}

.checkbox-prakun-template input:checked~.checkmark-prakun-template {
    background-color: #FFFFFF;
}

.checkmark-prakun-template:after {
    content: "";
    position: absolute;
    display: none;
}

.checkbox-prakun-template input:checked~.checkmark-prakun-template:after {
    display: block;
}

.checkbox-prakun-template .checkmark-prakun-template:after {
    left: 10px;
    top: -7px;
    width: 8px;
    height: 21.03px;
    border: solid var(--main02);
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}


/* end checkbox */

/* About owl */
.owl-prev {
    width: 35px;
    height: 100px;
    position: absolute;
    top: 40%;
    left: -50px;
    display: block !important;
    border: 0px solid black;
    font-size: 4rem !important;
}

.owl-next {
    width: 35px;
    height: 100px;
    position: absolute;
    top: 40%;
    right: -50px;
    display: block !important;
    border: 0px solid black;
    font-size: 4rem !important;
}

#feedback_section .owl-prev {
    width: 35px;
    height: 100px;
    position: absolute;
    top: 30%;
    left: -50px;
    display: block !important;
    border: 0px solid black;
    font-size: 4rem !important;
}

#feedback_section .owl-next {
    width: 35px;
    height: 100px;
    position: absolute;
    top: 30%;
    right: -50px;
    display: block !important;
    border: 0px solid black;
    font-size: 4rem !important;
}

.owl-prev span,
.owl-next span {
    transform: scale(1, 6) !important;
    color: var(--main02) !important;
}

/* bg color */
.content-in-feedback {
    background-color: rgba(222, 227, 243, 0.4);
    border-radius: 12px;
    font-weight: 400;
    font-size: 17px;
    line-height: 25px;
    color: #959595;
    max-height: 150x;
    height: 135px;
}



.owl-fix-img {
    display: inline !important;
    width: auto !important;
}

.owl-theme .owl-nav.disabled {
    display: block !important;
    opacity: .4;
}

.owl-theme .owl-nav.disabled button {
    cursor: no-drop !important;
    pointer-events: none !important;

}

.owl-theme .owl-nav button:hover {
    background-color: transparent !important;
}

.owl-theme .owl-nav.disabled button:hover {
    background-color: transparent !important;
}

.img-pa-promotion {
    height: 370px;
    object-fit: cover;
    object-position: left;
}

.typePolicy {
    display: inline-block;
    width: 90px;
    height: 28px;
    background-color: #DEE3F3;
    border-radius: 6px;
    text-align: center;
    overflow: hidden;
    cursor: default;
}

.typePolicy .font-blue {
    color: var(--main02) !important;
    font-size: 12px;
}

#feedback_section .owl-stage-outer {
    padding-top: 1rem;
    padding-bottom: 1rem;
}

#feedback_section .box-img-square {
    width: 96% !important;
}


/* About owl */


/* display for vue*/
.d_none {
    display: none !important;
}


/* end display for vue*/

/* img circle and text for img circle */
.img-circle-prakun-template {
    width: 100%;
    max-width: 148px;
}

.txt-main-img-circle-prakun-template {
    font-weight: normal;
    font-size: 25px;
    line-height: 35px;
    color: #373737;
    margin-top: 10px;
}

.txt-sub-img-circle-prakun-template {
    font-weight: normal;
    font-size: 19px;
    line-height: 30px;
    color: var(--main02);
    margin-bottom: 30px;
}


/*end img circle and text for img circle */

/* btn color */
.btn-warning-prakun {
    color: #373737;
    background-color: var(--prakun-yellow);
    border-radius: 8px;
    border: 1px solid var(--prakun-yellow);
}

.btn-warning-prakun:hover {
    color: #373737;
    background-color: rgba(var(--prakun-yellow-rgb));
}

.btn-warning-prakun:disabled {
    pointer-events: none;
}

.btn-warning-prakun.btn-custom-travel {
    color: #373737;
    border-color: #FFF16F;
    background-color: #FFF16F;
    border-radius: 8px;
}

.btn-warning-prakun.btn-custom-travel:hover {
    color: #373737 !important;
    background-color: #FFF16F;
}


.btn-blue-prakun {
    color: #FFFFFF;
    border-color: var(--main02);
    background-color: var(--main02);
    border-radius: 8px;
    border: 1px solid var(--main02);
}

.btn-outline-blue-prakun {
    color: var(--main02);
    border-color: var(--main02);
    background-color: #FFFFFF;
    border-radius: 8px;
    border: 1px solid var(--main02);
}

.button-prakun {
    height: 45px !important;
}

/* end btn color */

/* btn prakun template */

.btn-all-promotion {
    font-weight: normal;
    font-size: 18px;
    line-height: 27px;
    width: 100%;
    max-width: 351px;
    padding: 13px 12px;
    margin-top: 40px;
}



/* end btn prakun template */

/*promotionsCarouselCards*/

.carousel.promotionsCarouselCards {
    padding: 0 30px;
}

.promotionsCarouselCards .cards-wrapper {
    display: flex;
    justify-content: space-around;
}

.promotionsCarouselCards .card {
    transition: all 0.5s ease;
    background: transparent;
    margin-left: 10px;
    margin-right: 10px;
    z-index: 2;
    margin: auto;
    width: 100%;
    max-width: 400px;
}

/* .promotionsCarouselCards .card:nth-child(1){
    margin-left: 0;
}
.promotionsCarouselCards .card:nth-last-child(1){
    margin-right: 0;
} */
.promotionsCarouselCards .card>img {
    /* width: 370px; */
    width: 100%;
    /* max-width: 370px; */
}

.promotionsCarouselCards .card div.logo>img {
    width: 76px;
    display: inline;
}

.promotionsCarouselCards .card>div.description {
    background-color: var(--main02);
    color: white;
    text-align: center;
    padding: 5px 0;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    transition: all 0.5s ease;
}

.promotionsCarouselCards .card div.description>div.logo,
.promotionsCarouselCards .card div.description>div.link {
    transition: all 0.5s ease;
    display: none;
}

.promotionsCarouselCards .card:hover div.description {
    padding: 30px 0;
    transition: all 0.5s ease;
}

.promotionsCarouselCards .card:hover div.description>div.logo,
.promotionsCarouselCards .card:hover div.description>div.link {
    transition: all 0.5s ease;
    display: block;
}

.promotionsCarouselCards .card:hover {
    transition: all 0.5s ease;
    background: linear-gradient(180deg, rgba(3, 37, 108, 1) 0%, rgba(255, 255, 255, 0) 100%);
}

.promotionsCarouselCards .card>img {
    transition: all 0.5s ease;
    opacity: 1;
}

.promotionsCarouselCards .card:hover>img {
    transition: all 0.5s ease;
    opacity: 0.2;
}

.promotionsCarouselCards .card div.description span {
    font-size: 22px;
    font-weight: 300;
}

.promotionsCarouselCards .card div.description a span {
    font-size: 15px;
    color: white;
}

.promotionsCarouselCards.carousel a.carousel-control-prev {
    justify-content: flex-start;
    cursor: pointer;
    width: 20px;
}

.promotionsCarouselCards.carousel a.carousel-control-next {
    justify-content: flex-end;
    width: 20px;
}

.promotionsCarouselCards .carousel-control-prev-icon {
    background-image: url('../imgs/prakun-template-landing/carousel-left.svg');
    height: 40px;
}

.promotionsCarouselCards .carousel-control-next-icon {
    background-image: url('../imgs/prakun-template-landing/carousel-right.svg');
    height: 40px;
}

.promotionsCarouselCards .carousel-control-next,
.promotionsCarouselCards .carousel-control-prev {
    opacity: 1 !important;
}

/*end promotionsCarouselCards*/

/* box-img-square */
.p-for-box-img-square {
    padding-top: 20px;
    padding-bottom: 20px;
}

.box-img-square {
    width: 100%;
    max-width: 347.33px;
    background: #FFFFFF;
    box-shadow: 0px 4px 26px #DEE3F3;
    border-radius: 10px;
    margin: 0px auto;
    padding: 30px 20px 30px 20px;
    height: 100%;
    min-height: 237px;
    gap: 16px;
    display: flex;
    flex-direction: column;
}

.box-img-square .gap-customer {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.box-img-square .gap-review {
    justify-content: center;
    display: flex;
    flex-direction: row;
    gap: 4px;
}

.box-img-square img.img-square {
    width: 100%;
    max-width: 90px;
    margin-bottom: 15px;
}

.box-img-square .txt-title {
    font-weight: normal;
    font-size: 22px;
    line-height: 33px;
    color: #373737;
}

.box-img-square .txt-result {
    font-weight: normal;
    font-size: 25px;
    line-height: 35px;
    color: var(--main02);
}

.box-img-square .txt-result-sub {
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    color: #373737;
    margin-top: -5px;
}

/* End box-img-square */

/* box-type-repair */

.box-type-repair {
    border: 1.5px solid var(--main02);
    border-radius: 8px;
    width: 100%;
    max-width: 105px;
    padding: 4px;
}

.box-type-repair.repair-shop {
    border: 1.5px solid var(--main02) !important;
    background: var(--main01) !important;
}

.box-type-repair.repair-shop-plan {
    border: 1.5px solid var(--main02) !important;
    background: var(--tag-plan) !important;
}

.box-type-repair.repair-garage {
    background: #DEE3F3 !important;
}

.box-type-repair.repair-rider {
    background: #31D49A !important;
    border: 1.5px solid #31D49A;
}

.box-type-repair.repair-big-bike {
    background: var(--main01) !important;
    border: 1.5px solid var(--prakun-yellow);
}

.box-type-repair.repair-personal {
    background: rgba(3, 37, 108, 0.15);
    border: 1.5px solid #d9dfe9;
}

.box-type-repair i.svg-repair,
.box-type-repair i.svg-repair-shop {
    margin-right: 10px;
}

.box-type-repair i.svg-repair-w {
    margin-right: 10px;
}

.box-type-repair i.svg-rider {
    margin-right: 10px;
}

.box-type-repair i.svg-big-bike {
    margin-right: 10px;
}

.box-type-repair i.svg-personal {
    margin-right: 10px;
}

.box-type-repair span.txt-type-repair {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: var(--main02);
}

.box-type-repair span.txt-type-repair-shop {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: var(--white);
}

.box-type-repair span.txt-type-repair-w {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
}

.box-type-repair.repair-rider span.txt-type-repair {
    color: #FFFFFF;
}

.box-type-repair.repair-big-bike span.txt-type-repair {
    color: #FFFFFF;
}

.txt-status-ta {
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    color: #959595;
}

.txt-status-ta.success {
    color: var(--main02);
}



/* end box-type-repair */




/* custom-radio custom-prakun-template */
.custom-radio.custom-prakun-template {
    cursor: pointer;
}

.custom-radio.custom-prakun-template .custom-control-label {
    cursor: pointer;
}

.ta .custom-radio.custom-prakun-template .custom-control-label {
    font-size: 16px;
    line-height: 24px;
    color: var(--prakun-dark-1);
}

.custom-radio.custom-prakun-template .custom-control-label::before {
    border: var(--main01) solid 1px;
}

.custom-radio.custom-prakun-template .custom-control-input:checked~.custom-control-label::before {
    border-color: var(--main02);
    background-color: var(--main02);
}

/* End custom-radio custom-prakun-template */

/* container-center */
.container-center {
    max-width: 1400px !important;
}


/* end container-center */


/* MultiCheckBox */

.MultiCheckBox {
    border: 1px solid #ced4da;
    padding: 0.445rem 0.75rem;
    border-radius: 5px;
    cursor: pointer;
    background-color: #FFFFFF;
    color: var(--prakun-dark-1);
    font-size: 15px;
    line-height: 28px;
    height: 45px;
}

.MultiCheckBox .k-icon {
    float: right;
    font-weight: bolder;
    width: 10px !important;
    height: 10px !important;
    border-color: var(--main01) var(--main01) transparent transparent !important;
    border-style: solid !important;
    border-width: 1px 1px 0 0 !important;
    transform: translate(-50%, -50%) rotate(135deg) !important;
    margin-top: -4px;
    transition: transform .25s;
    position: absolute;
    top: 50%;
    right: 6px;
}

/* 
.MultiCheckBox.expand {
    right: 6px;
    transform: translate(-50%, -50%);
} */


.MultiCheckBoxDetail {
    display: none;
    position: absolute;
    border: 1px solid #e2e2e2;
    overflow-y: hidden;
    z-index: 1;
    background-color: #FFFFFF;
    width: 100% !important;
}

.MultiCheckBoxDetail input[type="checkbox"] {
    /* Add if not using autoprefixer */
    -webkit-appearance: none;
    /* Remove most all native input styles */
    appearance: none;
    /* For iOS < 15 */
    background-color: #FFFFFF;
    /* Not removed via appearance */
    margin: 0;

    font: inherit;
    color: currentColor;
    height: 20px;
    width: 20px;
    border: 1px solid var(--main01);
    border-radius: 3px;
    transform: translateY(-0.075em);

    display: grid;
    place-content: center;
}

.MultiCheckBoxDetail input[type="checkbox"]::before {
    content: "";
    transform: scale(0) rotate(45deg);
    -webkit-transform: scale(0) rotate(45deg);
    -ms-transform: scale(0) rotate(45deg);
    width: 8px;
    height: 21.03px;
    border: solid var(--main02);
    border-width: 0 3px 3px 0;
    position: absolute;
    left: 10px;
    top: -7px;
}

.MultiCheckBoxDetail input[type="checkbox"]:checked::before {
    transform: scale(1) rotate(45deg);
    -webkit-transform: scale(1) rotate(45deg);
    -ms-transform: scale(1) rotate(45deg);
}

/* .MultiCheckBoxDetail input[type="checkbox"]:focus {
     outline: max(2px, 0.15em) solid currentColor;
    outline-offset: max(2px, 0.15em); 
  } */

.MultiCheckBoxDetail input[type="checkbox"]:disabled {
    --form-control-color: var(--form-control-disabled);

    color: var(--form-control-disabled);
    cursor: not-allowed;
}

.MultiCheckBoxDetailBody {
    overflow-y: scroll;
    padding: 0 5px 5px;
}

.MultiCheckBoxDetailBody::-webkit-scrollbar {
    width: 5px;
}

/* Track */
.MultiCheckBoxDetailBody::-webkit-scrollbar-track {
    background: #ffffff;
}

/* Handle */
.MultiCheckBoxDetailBody::-webkit-scrollbar-thumb {
    background: var(--main02);
    border-radius: 3px;
}

/* Handle on hover */
.MultiCheckBoxDetailBody::-webkit-scrollbar-thumb:hover {
    background: var(--main02);
}

.MultiCheckBoxDetail .cont {
    clear: both;
    overflow: hidden;
    padding: 9.5px 6px;
    display: flex;
    align-items: center;
    border-top: 1px dashed #959595;
    cursor: pointer;
}

.MultiCheckBoxDetail .cont:hover {
    background-color: #cfcfcf;
}

.MultiCheckBoxDetailBody>div>div {
    float: left;
}

.MultiCheckBoxDetailBody>div>div.txt-MultiCheckBoxDetailBody {
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: #373737;
    margin-top: -3px;
    margin-left: 5px;
}

/* .MultiCheckBoxDetail>div>div:nth-child(1) {

} */

.MultiCheckBoxDetailHeader {
    overflow: hidden;
    position: relative;
    height: 40px;
    background-color: #FFFFFF;
    cursor: pointer;
}

.MultiCheckBoxDetailHeader>input {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 11px;
    margin: auto !important;
}

.MultiCheckBoxDetailHeader>div {
    position: absolute;
    top: 6.5px;
    left: 36.5px;
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
    color: var(--main02);
}

/* End MultiCheckBox */

/* custom range-slider-bia */
.slider.slider-horizontal {
    width: 95%;
}

.tooltip {
    z-index: 1000;
}

.tooltip-min {
    top: 60px;
}

.tooltip-max {
    top: 60px;
}

.tooltip-min .arrow,
.tooltip-max .arrow {
    display: none;
}

.slider-track {
    background: #373737;
}

.slider-selection {
    background: var(--main02);
}

.slider.slider-horizontal .slider-track {
    height: 2px;
}

.slider-handle {
    top: -3px;
    background: #FFFFFF;
    border: 2px solid var(--main02);
}

.tooltip-inner {
    width: 75px;
    font-weight: normal;
    font-size: 16px;
    background: #DEE3F3;
    border-radius: 5px;
    color: var(--main02);
    font-family: 'Kanit', sans-serif;
    padding: 5px 5px;
}

/* end  custom range-slider-bia */

/* detailplan */

.bt-back-to-plan-more {
    padding: 15px 20px;
    border: 1px solid var(--main02);
    background: #FFFFFF;
    border-radius: 8px;
    margin-top: 50px;
}

.bt-back-to-plan-more span {
    font-weight: normal;
    font-size: 18px;
    line-height: 27px;
    color: var(--main01);
}

.box-detailplan {
    width: 100%;
    max-width: 900px;
    margin-top: 30px;
    margin-bottom: 80px;
    margin-left: auto;
    margin-right: auto;
}

.box-detailplan .txt-main-title {
    font-weight: normal;
    font-size: 35px;
    line-height: 52px;
    color: var(--main01);
    margin-bottom: 30px;
}

.box-detailplan .btn.btn-brochure-detailplan {
    border-bottom: 1px solid var(--main02);
    font-weight: 400;
    font-size: 17px;
    line-height: 25px;
    color: var(--main02) !important;
    padding: 10px 5px;
    border-radius: 0;
    letter-spacing: -0.015em;
    padding: 7.5px 0;
}

.box-detailplan .logo-company {
    width: 100%;
    max-width: 90px;
    margin-bottom: 24px;
}

.box-detailplan .txt-plan {
    font-weight: normal;
    font-size: 30px;
    line-height: 45px;
    color: var(--main01);
    margin-bottom: 24px;
}

.box-detailplan .txt-insurance-premium {
    font-weight: normal;
    font-size: 25px;
    line-height: 37px;
    color: #373737;
    margin-bottom: 30px;
}

.box-detailplan .txt-insurance-premium .txt-big {
    font-size: 40px;
}

.box-detailplan .btn-buy {
    font-weight: normal;
    font-size: 18px;
    line-height: 27px;
    width: 100%;
    max-width: 351px;
    padding: 13px 12px;
    margin-bottom: 26px;
}

.box-detailplan a.btn-brochure {
    font-weight: normal;
    font-size: 17px;
    line-height: 25px;
    color: var(--main02);
    text-decoration-line: underline;
    margin-left: 10px;
}

.box-detailplan .box-protection {
    margin-top: 40px;
    box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.15);
    border-radius: 20px;
}

.box-detailplan .box-protection .box-protection-head {
    padding: 20px 40px;
    border-radius: 20px 20px 0px 0px;
    background: #FFFFFF;

}

.box-detailplan .box-protection .box-protection-head .logo-ins-detail {
    width: 100%;
    max-width: 90px;
}

.box-detailplan .box-protection .box-protection-head .txt-plan {
    font-weight: normal;
    font-size: 30px;
    line-height: 45px;
    color: var(--main01);
    margin-bottom: 10px;
}

.box-detailplan .box-protection .box-protection-head .txt-name-ins {
    font-weight: normal;
    font-size: 25px;
    line-height: 37px;
    color: #373737;
}

.box-detailplan .box-protection .box-protection-head .txt-result {
    font-weight: normal;
    font-size: 40px;
    line-height: 60px;
    color: var(--main02);
}

.box-detailplan .box-protection .box-protection-head .txt-result span {
    font-size: 18px;
}

.box-detailplan .box-protection .box-protection-head hr {
    border-top: 1px solid var(--main01);
}

.box-detailplan .box-protection .box-protection-main {
    background: var(--main01);
    font-weight: normal;
    font-size: 25px;
    line-height: 37px;
    padding: 11px 25px;
    color: #FFFFFF;
}

.box-detailplan .box-protection .box-protection-main.add-radius {
    border-radius: 20px 20px 0 0;
}

.box-detailplan .box-protection .box-protection-detail {
    background: #FFFFFF;
    font-weight: normal;
    padding: 20px 40px;
    border-top: 1px solid #EEEEEE;
}

.box-detailplan .box-protection .box-protection-detail:nth-last-child(1) {
    border-radius: 0 0 20px 20px;
}

.box-detailplan .box-protection .box-protection-detail .txt-L {
    font-weight: normal;
    font-size: 18px;
    line-height: 20px;
    color: #373737;
}

.box-detailplan .box-protection .box-protection-detail ul {
    list-style-type: decimal;
}

.box-detailplan .box-protection .box-protection-detail .txt-L div.txt-sub {
    font-weight: 300;
}

.box-detailplan .box-protection .box-protection-detail .txt-R {
    font-weight: normal;
    font-size: 20px;
    line-height: 30px;
    color: var(--main02);
    white-space: nowrap;
}

.box-detailplan .box-protection .box-protection-detail .txt-R span.txt-big {
    font-size: 25px;
    line-height: 37px;
}

.box-detailplan .box-protection .box-protection-detail .txt-R span.txt-sub {
    font-weight: 300;
    font-size: 18px;
    color: #373737;
}

.box-detailplan .box-protection .box-protection-sub {
    background: rgba(3, 37, 108, 0.15);
    font-weight: normal;
    font-size: 20px;
    padding: 11px 25px;
    color: #373737;
}




/* end  detailplan */


/* modal all */
.modal-content.custom-checkbia {
    background: #F2F5F6;
    border-radius: 8px;
}

.modal-header.custom-checkbia {
    padding-top: 30px;
    padding-left: 30px;
    padding-right: 30px;
}

.modal-body.custom-checkbia {
    padding-left: 30px;
    padding-right: 30px;
}

.close.custom-checkbia {
    opacity: 1;
}

.txt-title-in-modal-checkbia {
    font-weight: normal;
    font-size: 25px;
    line-height: 37px;
    color: #373737;
}

.txt-title-in-modal-checkbia.blue {
    font-size: 32px;
    line-height: 48px;
    color: var(--main01);
}

.padding-row-in-name-company {
    padding-top: 20px;
    margin-top: 40px;
    border-top: 1px solid var(--main-dis-01);
}

.img-select-check-company {
    margin-top: -2px;
    width: 20px;
    vertical-align: sub;
}

.txt-title-select {
    font-size: 18px;
    line-height: 26px;
    color: var(--prakun-dark-1);
    margin-bottom: 12px;
}

.txt-title-select.txt-title-select-new {
    margin-bottom: 0px;
}

.ta .txt-title-select {
    font-weight: 400;
    font-size: 14px;
    line-height: 20.93px;
    color: #757575;
    white-space: nowrap;
    margin-bottom: 0;
}

.ta .text-travel-day {
    font-size: 16px;
    line-height: 23.92px;
    color: var(--prakun-dark-1);
}

.btn-checkbia-in-modal {
    font-weight: normal;
    font-size: 18px;
    line-height: 27px;
    width: 100%;
    max-width: 296px;
    padding: 13px 12px;
    margin-top: 20px;
}

.box-select-plan-in-modal {
    border: 1px solid #C4C4C4;
    border-radius: 8px;
    width: 100%;
    max-width: 515px;
    margin: 30px auto 0;
    padding: 40px 30px 30px;
}

.box-select-plan-in-modal .box-img img {
    width: 100%;
    max-width: 40px;
}

.box-select-plan-in-modal .txt-type {
    font-weight: normal;
    font-size: 18px;
    line-height: 27px;
    color: #373737;
    margin-left: 10px;
}

.box-select-plan-in-modal .box-type-repair {
    max-width: 100px;
    padding: 5px 10px;
}

/* .box-select-plan-in-modal .box-type-repair.repair-shop{
    background: var(--prakun-yellow);
}
.box-select-plan-in-modal .box-type-repair.repair-garage{
    background: #DEE3F3;
}
.box-select-plan-in-modal .box-type-repair.repair-rider{
    background: #31D49A;
    border: 1.5px solid #31D49A;
}
.box-select-plan-in-modal .box-type-repair.repair-big-bike{
    background: var(--main01);
    border: 1.5px solid var(--prakun-yellow);
}
.box-select-plan-in-modal .box-type-repair.repair-personal{
    background: rgba(3, 37, 108, 0.15);
    border: 1.5px solid #d9dfe9;
} */
.box-select-plan-in-modal .box-type-repair span.txt-type-repair,
.box-select-plan-in-modal .box-type-repair span.txt-type-repair-shop,
.box-select-plan-in-modal .box-type-repair span.txt-type-repair-w {
    font-weight: normal;
    font-size: 13px !important;
    line-height: 19px !important;
}

/* .box-select-plan-in-modal .box-type-repair.repair-rider span.txt-type-repair{
    color: #FFFFFF;
}
.box-select-plan-in-modal .box-type-repair.repair-big-bike span.txt-type-repair{
    color: #FFFFFF;
} */
.box-select-plan-in-modal .box-detail {
    padding: 5px 50px 24px;
    border-bottom: 1px dashed #959595;
}

.box-select-plan-in-modal .box-detail .txt-name-company {
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    color: #373737;
    margin-bottom: 10px;
}

.box-select-plan-in-modal .box-detail .txt-head-detail {
    font-weight: 300;
    font-size: 12px;
    line-height: 18px;
    color: #373737;
}

.box-select-plan-in-modal .box-detail .txt-detail {
    font-weight: normal;
    font-size: 20px;
    line-height: 30px;
    color: var(--main02);
}

.box-select-plan-in-modal .box-detail .txt-detail span.txt-sub {
    font-size: 10px;
    color: #373737;
}

.box-select-plan-in-modal .box-detail .txt-detail .txt-line-through {
    text-decoration: #F31C38 line-through;
    font-weight: normal;
    font-size: 12px;
    line-height: 0;
    color: #959595;
    text-align: right;
    margin-top: 8px;
}

.box-select-plan-in-modal .box-detail .txt-detail .txt-line-through span.txt-sub {
    font-size: 10px;
    color: #959595;
}

.box-select-plan-in-modal .box-package {
    border: 1.5px solid rgba(222, 227, 243, 0.5);
    border-radius: 8px;
    padding: 21px 15px 0;
    /* margin-top: 20px; */
    position: relative;
    background: rgba(222, 227, 243, 0.5);
    cursor: pointer;
}

.box-select-plan-in-modal .box-package.active {
    /* background: rgba(222, 227, 243, 0.5); */
    border: 1.5px solid var(--main02);
}

.box-select-plan-in-modal .txt-title {
    font-weight: normal;
    font-size: 20px;
    line-height: 30px;
    color: var(--main01);
    margin-bottom: 11px;
}

.box-select-plan-in-modal .box-package .box-detail {
    border-bottom: 0px dashed #959595;
}

.box-select-plan-in-modal .box-package .box-check {
    position: absolute;
    top: 18px;
    right: 15px;
}

.box-select-plan-in-modal .box-package .checkmark-prakun-template {
    position: absolute;
    top: 0;
    left: 0;
    height: 30px;
    width: 30px;
    background-color: #FFFFFF;
    border: 1px solid var(--main02);
    border-radius: 50%;
}

.box-select-plan-in-modal .box-package .checkbox-prakun-template input:checked~.checkmark-prakun-template {
    background-color: var(--main02);
}

.box-select-plan-in-modal .box-package .checkbox-prakun-template .checkmark-prakun-template:after {
    left: 0;
    top: -2px;
    width: 6px;
    height: 14px;
    border: solid #FFFFFF;
    border-width: 0 2.5px 2.5px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    bottom: 0;
    right: 0;
    margin: auto;
}

.box-select-plan-in-modal .box-result {
    border-top: 1px dashed #959595;
    padding-top: 20px;
    margin-top: 20px;
}

.box-select-plan-in-modal .box-result .txt-title {
    font-weight: normal;
    font-size: 25px;
    line-height: 37px;
    color: var(--main01);
}

.box-select-plan-in-modal .box-result .txt-result {
    font-weight: normal;
    font-size: 30px;
    line-height: 45px;
    color: var(--main01);
}

.box-select-plan-in-modal .box-result .txt-result span.txt-sub {
    font-weight: 300;
    font-size: 20px;
    color: #373737;
}

.box-select-plan-in-modal .box-result .txt-old-result {
    font-weight: normal;
    font-size: 15px;
    line-height: 22px;
    color: #959595;
}

.box-select-plan-in-modal .box-result .txt-old-result span.txt-sub {
    font-weight: 300;
    font-size: 12px;
}

.box-select-plan-in-modal .btn-checkbia-in-modal {
    max-width: 210px;
}

/* coverage-detail */
.txt-head-coverage-detail {
    font-weight: normal;
    font-size: 32px;
    line-height: 48px;
    text-align: center;
    color: var(--main01);
}

.txt-subhead-coverage-detail01 {
    font-weight: normal;
    font-size: 25px;
    line-height: 37px;
    text-align: center;
    color: var(--main01);
}

.txt-subhead-coverage-detail02 {
    font-weight: normal;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    color: #373737;
    margin-top: 9.54px;
}

.box-in-modal-coverage-detail {
    box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.15);
}

.head-box-in-modal-coverage-detail {
    background: var(--main01);
    padding: 12px 25px;
}

.head-box-in-modal-coverage-detail-sub {
    background: rgba(3, 37, 108, 0.15);
    font-weight: normal;
    font-size: 18px;
    padding: 11px 25px;
    color: #373737;
}

.head-box-in-modal-coverage-detail span {
    font-weight: normal;
    font-size: 19px;
    line-height: 28px;
    color: #FFFFFF;
}

.detail-box-in-modal-coverage-detail {
    background: #fff;
    padding: 12px 25px;
    border-bottom: 1px solid #EEEEEE;
}

.detail-box-in-modal-coverage-detail .txt-coverage-detail-L {
    font-weight: normal;
    font-size: 17px;
    line-height: 25px;
    color: #373737;
}

.detail-box-in-modal-coverage-detail .txt-coverage-detail-L span {
    font-style: normal;
    font-weight: 300;
    font-size: 17px;
    line-height: 25px;
}

.detail-box-in-modal-coverage-detail .txt-coverage-detail-R {
    font-weight: normal;
    font-size: 25px;
    line-height: 37px;
    color: #373737;
}

.detail-box-in-modal-coverage-detail .txt-coverage-detail-R span {
    font-weight: 300;
    font-size: 17px;
    line-height: 25px;
}

.detail-box-in-modal-coverage-detail .txt-coverage-detail-tumjin {
    font-weight: normal;
    font-size: 18px;
    line-height: 27px;
    color: #373737;
}

.detail-box-in-modal-coverage-detail .txt-coverage-detail-condition {
    font-weight: normal;
    font-size: 17px;
    line-height: 25px;
    color: #373737;
}

.detail-box-in-modal-coverage-detail .txt-coverage-detail-condition ul {
    list-style-type: decimal;
}

.btn-buy-in-modal-coverage-detail {
    font-weight: normal;
    font-size: 18px;
    line-height: 27px;
    width: 100%;
    max-width: 210px;
    padding: 13px 12px;
    margin-top: 20px;
}

.mw-for-health-info {
    max-width: 296px;
}





/* end modal all */

/* radio gender bt*/
.radio-container-gender {
    display: block;
    position: relative;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    line-height: 0;
    margin-top: 9px;
}

/* Hide the browser's default radio button */
.radio-container-gender input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom radio button */
.radio-checkmark-gender {
    position: absolute;
    top: 10px;
    right: 10px;
    height: 20px;
    width: 20px;
    background-color: #fff;
    border-radius: 50%;
    border: 0px solid;
}

.radio-container-gender:hover input~.radio-checkmark-gender {
    background-color: none;
}

/* When the radio button is checked, add a blue background */
.radio-container-gender input:checked~.radio-checkmark-gender {
    background-color: var(--main02);
    border: 1px solid var(--main02);
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.radio-checkmark-gender:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.radio-container-gender input:checked~.radio-checkmark-gender:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.radio-container-gender .radio-checkmark-gender:after {
    right: 0;
    top: -4px;
    width: 6px;
    height: 10px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    bottom: 0;
    left: 0;
    margin: auto;
}

.box-check-gender {
    width: 100%;
    text-align: center;
    padding: 6.5px 10px;
    border: 1px solid var(--main02);
    border-radius: 5px;
    background-color: #ffffff;
}

.radio-container-gender input:checked~.box-check-gender {
    background: rgba(222, 227, 243, 0.6);
}

.box-txt-check-gender {
    font-weight: normal;
    color: #373737;
    font-size: 17px;
    line-height: 25px;
}

/* end radio gender bt */

/* radio type country bt*/
.radio-container-country {
    display: block;
    position: relative;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    line-height: 0;
    margin-top: 8px;
    margin-bottom: 0;
    padding-top: 0;
}

.radio-container-country input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.box-check-country {
    width: 100%;
    text-align: center;
    padding: 6.5px 5px;
    border: 1px solid var(--main02);
    border-radius: 5px;
    background-color: #ffffff;
}

.box-txt-check-country {
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: #373737;
    margin-left: 8px;
}

.img-country-success {
    display: none;
}

.radio-container-country input:checked~.box-check-country {
    background: rgba(222, 227, 243, 0.6);
}

.radio-container-country input:checked~.box-check-country .img-country-success {
    display: block;
    margin-left: 8px;
}

/*end radio type country bt*/

.w-max-100 {
    max-width: 100%;
}

.w-max-auto-1 {
    max-width: 100%;
}

/* start border  */
.border-custom-1 {
    border: 1px solid #A7A7A7;
}

.rounded-12 {
    border-radius: 12px;
}

.card-divider {
    background-color: transparent;
    border-top: 1px dashed rgba(0, 0, 0, .125);
}

/* end border  */

/* card suggest */

.card-footer.fix-footer {
    padding: 1.55rem 1.25rem !important;
    background-color: transparent !important;
    border-top: 1px dashed rgba(0, 0, 0, .125) !important;
}

.card-body.card-custom p {
    font-weight: 500;
    font-size: 17px;
    line-height: 32px;
}

.card-body.card-custom div {
    font-weight: 400;
    font-size: 16px;
    line-height: 29px;
}

/* button custom  */
.btn.btn-warning-prakun.btn-custom-1 {
    width: 200px;
    height: 48px;
    font-weight: 500;
    font-size: 18px;
    /* line-height: 27px; */
    text-align: center;
}

.btn.btn-outline-primary-2 {
    color: var(--main01);
    background-color: #FFFFFF;
    border-radius: 0.5rem;
    transition: scale 0.2s;
    box-shadow: none;
    border: 1px solid var(--main01)
}

.btn.btn-outline-primary-2:hover {
    color: #FFFFFF;
    background-color: var(--main01) !important;
}

.btn.btn-outline-primary-2:active {
    scale: 0.98;
}

.btn.btn-outline-primary-2:disabled {
    pointer-events: none;
}

/* tooltip custom  */
.tooltip-in-detail {
    position: relative;
    display: inline-block;
}

/* Tooltip text */
.tooltip-in-detail .tooltiptext {
    visibility: hidden;
    width: 250px;
    background-color: var(--main01);
    color: #fff;
    text-align: center;
    padding: 5px;
    border-radius: 6px;
    font-size: 13px !important;
    /* Position the tooltip text - see examples below! */
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, 10%);
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip-in-detail:hover .tooltiptext {
    visibility: visible;
}

/* disabled */

.form-control.bg-white:disabled {
    background-color: #e9ecef !important;
}

.bt-calender-box-checkbia-landing:disabled {
    opacity: 1 !important;
}

/* Scroll */

/* width */
.prakun-srcoll::-webkit-scrollbar {
    width: 5px;
}

/* Track */
.prakun-srcoll::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    /* border-radius: 10px; */
}

/* Handle */
.prakun-srcoll::-webkit-scrollbar-thumb {
    background: var(--main01);
    /* border-radius: 0; */
}


/* Translate */

.translate-middle {
    transform: translate(-50%, -50%);
}

.translate-middle-y {
    transform: translateY(-50%);
}

.translate-middle-x {
    transform: translateX(-50%);
}

/* Font Size */

.fs-11 {
    font-size: 11px;
}

.fs-12 {
    font-size: 12px;
}

.fs-13 {
    font-size: 13px;
}

.fs-14 {
    font-size: 14px !important;
}

.fs-15 {
    font-size: 15px;
}

.fs-16 {
    font-size: 16px;
}

.fs-17 {
    font-size: 17px;
}

.fs-18 {
    font-size: 18px;
}

.fs-19 {
    font-size: 19px;
}

.fs-20 {
    font-size: 20px;
}

.fs-25 {
    font-size: 25px;
}

.fs-28 {
    font-size: 28px;
}

.fs-30 {
    font-size: 30px;
}

.fs-32 {
    font-size: 32px;
}

/* Fix */
.fs-20-fix {
    font-size: 20px !important;
}


/* Hight */
.hi-45 {
    height: 45px !important;
}
.hi-50 {
    height: 50px !important;
}
.hi-55 {
    height: 55px !important;
}



.hi-49 {
    height: 49px !important;
}


/* Pointer */
.pointer {
    cursor: pointer
}

/* Position */
.top-0 {
    top: 0%;
}

.bottom-0 {
    bottom: 0%;
}

.nav-bread-caret {
    padding-left: 4px;
    padding-right: 4px;
}

.form-price {
    color: var(--gray02);
    font-weight: 400;
}

.form-control.h6 {
    font-size: 15px;
    height: 45px;
}

.txt-red-motor {
    color: #F31C38;
}


/* Male */
.btn.btn-outline-male {
    border-color: var(--gender-m-100-life);
    cursor: pointer;
}

.btn.btn-outline-male.disabled {
    border-color: var(--main-dis-01) !important;
    pointer-events: none;
}

.btn-outline-gender.btn-custom-life {
    color: var(--main-dis-01);
    width: 100%;
    line-height: 24px;
    height: 45px;
    font-weight: 400;
    font-size: 16px;
    border-radius: 0.5rem !important;
    padding: 5px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
}

.btn-outline-gender:not(:disabled):not(.disabled).active,
.btn-outline-gender:not(:disabled):not(.disabled):active,
.show>.btn-outline-gender.dropdown-toggle {
    color: var(--main02);
    background-color: var(--fade-main-1);
    border-color: var(--main02);
}

.btn.btn-outline-male:hover {
    color: var(--gender-m-life);
    background-color: var(--fade-main-1);
    border-color: var(--gender-m-life);
}

.btn.btn-outline-male:hover i {
    content: url(../svgs/male2.svg);

}

.btn-outline-male.active i {
    content: url(../svgs/male2.svg);
}

/* Female */
.btn.btn-outline-female {
    border-color: var(--gender-f-100-life);
    cursor: pointer;
}

.btn.btn-outline-female.disabled {
    color: var(--main-dis-01) !important;
    border-color: var(--main-dis-01) !important;
    pointer-events: none;
}

.btn.btn-outline-female:hover {
    color: var(--main02);
    background-color: var(--fade-main-1);
    border-color: var(--main02);
}

.btn.btn-outline-female:hover i {
    content: url(../svgs/female2.svg);
}

.btn-outline-female.active i {
    content: url(../svgs/female2.svg);
}

/* 03.Icon */
.svg-male {
    content: url(../svgs/male.svg);
}

.svg-female {
    content: url(../svgs/female.svg);
}

.gender-box {
    gap: 20px;
}

.gender-box-2 {
    gap: 1rem;
}

.filter-box-1 {
    gap: 20px;
}

.text-gray-new {
    color: var(--gray03);
}
.label-text-new {
    color: var(--prakun-dark-1);
    font-size: 18px;
    line-height: 23.92px;
}




@media (max-width: 374px) {
    .txt-head-title-prakun-template {
        font-size: 24px;
    }
}

@media (max-width: 991px) {
    .h1-lg {
        font-size: 40px;
        line-height: 55px;
    }

    .h2-lg {
        font-size: 32px;
        line-height: 44px;
    }

    .h3-lg {
        font-size: 28px;
        line-height: 38px;
    }

    .h4-lg {
        font-size: 24px;
        line-height: 33px;
    }

    .h5-lg {
        font-size: 20px;
        line-height: 27px;
    }

    .h6-lg {
        font-size: 16px;
        line-height: 22px;
    }

    .filter-box-1 {
        gap: 14px;
    }

    .label-text-new {
        font-size: 16px;
    }
    
}

@media (max-width: 767px) {
    .h1-md {
        font-size: 40px;
        line-height: 55px;
    }

    .h2-md {
        font-size: 32px;
        line-height: 44px;
    }

    .h3-md {
        font-size: 28px;
        line-height: 38px;
    }

    .h4-md {
        font-size: 24px;
        line-height: 33px;
    }

    .h5-md {
        font-size: 20px;
        line-height: 27px;
    }

    .h6-md {
        font-size: 16px;
        line-height: 22px;
    }

}

@media (max-width: 575px) {
    .h1-sm {
        font-size: 40px;
        line-height: 55px;
    }

    .h2-sm {
        font-size: 32px;
        line-height: 44px;
    }

    .h3-sm {
        font-size: 28px;
        line-height: 38px;
    }

    .h4-sm {
        font-size: 24px;
        line-height: 33px;
    }

    .h5-sm {
        font-size: 20px;
        line-height: 27px;
    }

    .h6-sm {
        font-size: 16px;
        line-height: 22px;
    }
}

@media (max-width: 575px) {
    .owl-prev {
        width: 25px;
        height: 100px;
        position: absolute;
        top: 40%;
        left: -35px;
        display: block !important;
        border: 0px solid black;
        font-size: 3rem !important;
    }

    .owl-next {
        width: 25px;
        height: 100px;
        position: absolute;
        top: 40%;
        right: -35px;
        display: block !important;
        border: 0px solid black;
        font-size: 3rem !important;
    }

    #feedback_section .owl-prev {
        width: 25px;
        height: 100px;
        position: absolute;
        top: 35%;
        left: -35px;
        display: block !important;
        border: 0px solid black;
        font-size: 3rem !important;
    }

    #feedback_section .owl-next {
        width: 25px;
        height: 100px;
        position: absolute;
        top: 35%;
        right: -35px;
        display: block !important;
        border: 0px solid black;
        font-size: 3rem !important;
    }
}

@media (max-width: 767px) {
    .d_none_md {
        display: none !important;
    }

    .box-head-page-prakun a {
        font-weight: 400;
        font-size: 14px;
        line-height: 18px;
    }

    .box-head-page-prakun span {
        color: #9E9E9E;
        font-weight: 400;
        font-size: 14px;
        line-height: 18px;
    }
}

@media (max-width: 575px) {
    .d_block_sm {
        display: block !important;
    }

    .btn.btn-warning-prakun.btn-custom-1 {
        width: 100%;
        height: 40px;
    }
}

@media (max-width: 991px) {
    .txt-main-img-circle-prakun-template {
        font-size: 22px;
        line-height: 32px;
    }
}

@media (max-width: 424px) {
    .txt-main-img-circle-prakun-template {
        font-size: 16px;
    }

    .txt-sub-img-circle-prakun-template {
        font-size: 12px;
        line-height: 20px;
    }
}

@media (max-width: 1024px) {
    .container-center {
        max-width: 900px !important;
    }
}

@media (max-width: 768px) {
    .container-center {
        max-width: 720px !important;
    }
}

@media (max-width: 576px) {
    .container-center {
        max-width: 540px !important;
    }
}

@media (min-width: 1200px) {
    .container.container-1200 {
        max-width: 1200px;
    }
}

@media (max-width: 500px) {
    .bt-back-to-plan-more {
        padding: 10px;
    }

    .bt-back-to-plan-more span {
        font-size: 16px;
        line-height: 24px;
    }

    .box-detailplan .txt-main-title {
        margin-bottom: 10px;
    }

    .box-detailplan .logo-company {
        margin-bottom: 10px;
    }

    .box-detailplan .txt-plan {
        margin-bottom: 10px;
    }

    .box-detailplan .txt-insurance-premium {
        margin-bottom: 10px;
    }

    .box-detailplan .btn-buy {
        max-width: 100%;
        margin-bottom: 10px;
        padding: 10px;
    }

    .box-detailplan .box-protection .box-protection-head {
        padding: 16px;
    }

    .box-detailplan .box-protection .box-protection-head .logo-ins-detail {
        max-width: 60px;
    }

    .box-detailplan .box-protection .box-protection-head .txt-plan {
        font-size: 22px;
        line-height: 33px;
    }

    .box-detailplan .box-protection .box-protection-head .txt-name-ins {
        font-size: 18px;
        line-height: 27px;
    }

    .box-detailplan .box-protection .box-protection-head .txt-result {
        font-size: 25px;
        line-height: 37px;
    }
}

@media (max-width: 500px) {
    .btn-all-promotion {
        max-width: 85%;
        padding: 8px 12px;
        margin-top: 32px;
    }
}

@media (max-width: 500px) {
    .promotionsCarouselCards .card {
        margin-left: 0;
        margin-right: 0;
    }

    .promotionsCarouselCards .carousel-control-prev-icon {
        height: 16px;
    }

    .promotionsCarouselCards .carousel-control-next-icon {
        height: 16px;
    }
}

@media (max-width: 500px) {

    .box-type-repair i.svg-repair,
    i.svg-repair-shop {
        width: 16px;
    }

    .box-type-repair i.svg-rider {
        width: 16px;
    }

    .box-type-repair i.svg-big-bike {
        width: 16px;
    }

    .box-type-repair i.svg-personal {
        width: 16px;
    }

    .box-type-repair span.txt-type-repair,
    .box-type-repair span.txt-type-repair-shop,
    .box-type-repair span.txt-type-repair-w {
        font-size: 14px;
        line-height: 21px;
    }
}

@media (max-width: 500px) {
    .p-for-box-img-square {
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .box-img-square .txt-title {
        font-size: 18px;
        line-height: 27px;
    }

    .box-img-square .txt-result {
        font-size: 22px;
        line-height: 35px;
    }

    .box-img-square .txt-result-sub {
        font-size: 14px;
        line-height: 21px;
    }
}

@media (max-width: 500px) {

    .img-continue-installment {
        max-width: 290px;
        margin-bottom: 30px;
    }

    .modal-header.custom-checkbia {
        padding-top: 20px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .modal-body.custom-checkbia {
        padding-left: 15px;
        padding-right: 15px;
    }

    .txt-title-in-modal-checkbia.blue {
        font-size: 30px;
        line-height: 45px;
    }

    .padding-row-in-name-company {
        margin-left: 0;
        margin-right: 0;
    }

    .btn-checkbia-in-modal {
        font-weight: normal;
        font-size: 18px;
        line-height: 27px;
        max-width: 100% !important;
        padding: 10px;
        margin-top: 20px;
    }

    .box-select-plan-in-modal {
        padding: 20px;
    }

    /* .box-select-plan-in-modal .box-package .box-check{
        margin-top: -5px;
        padding-top: 6px;
    } */
    .box-select-plan-in-modal .box-result .txt-title {
        font-size: 21px;
        line-height: 31px;
    }

    .box-select-plan-in-modal .box-result .txt-result {
        font-size: 25px;
        line-height: 37px;
    }

    .box-select-plan-in-modal .box-result .txt-result span.txt-sub {
        font-size: 15px;
    }

    .mw-for-health-info {
        max-width: 100%;
    }
}

@media (max-width: 500px) {
    section.bg-template {
        padding-top: 32px;
        padding-bottom: 40px;
    }
}

@media (max-width: 500px) {
    .checkbox-prakun-template {
        padding-top: 0px;
        margin-bottom: 6px;
    }
}

@media (max-width: 500px) {
    .txt-head-title-prakun-template {
        font-size: 28px;
        line-height: 32px;
    }

    .margin-txt-title-promotion {
        margin-bottom: 20px;
    }
}

@media (max-width: 500px) {
    .img-circle-prakun-template {
        max-width: 90px;
    }

    .txt-main-img-circle-prakun-template {
        font-size: 18px;
        line-height: 22px;
        margin-top: 10px;
    }

    .txt-sub-img-circle-prakun-template {
        font-size: 15px;
        margin-bottom: 15px;
    }
}


@media (max-width: 374px) {
    .box-detailplan .box-protection .box-protection-head .logo-ins-detail {
        max-width: 50px;
    }
}

@media (max-width: 991px) {
    /* .promotionsCarouselCards .card:nth-last-child(2){
        margin-right: 0;
    } */
}

@media (max-width: 991px) {
    .box-img-square .txt-title {
        line-height: 24px;
    }
}


@media (max-width: 374px) {
    .box-img-square .txt-title {
        font-size: 14px;
        line-height: 22px;
    }

    .box-img-square .txt-result {
        font-size: 18px;
    }

    .box-img-square .txt-result-sub {
        font-size: 12px;
        line-height: 21px;
    }
}

@media (max-width: 1440px) {
    .container-center {
        max-width: 1200px !important;
    }
}

@media (max-width: 1200px) {
    .container-center {
        max-width: 1000px !important;
    }

    .btn.btn-warning-prakun.btn-custom-1 {
        width: 100%;
        height: 40px;
    }
}

@media (max-width: 767px) {
    .bt-back-to-plan-more {
        padding: 10px 15px;
        margin-top: 30px;
    }

    .box-detailplan .txt-main-title {
        margin-bottom: 20px;
        font-size: 30px;
        line-height: 45px;
        white-space: nowrap;
    }

    /* .box-detailplan .btn.btn-brochure-detailplan{
        margin-top: 10px;
    } */
    .box-detailplan .logo-company {
        max-width: 80px;
        margin-bottom: 18px;
    }

    .box-detailplan .txt-plan {
        font-size: 22px;
        line-height: 33px;
        margin-bottom: 18px;
    }

    .box-detailplan .txt-insurance-premium {
        font-size: 18px;
        line-height: 27px;
        margin-bottom: 20px;
    }

    .box-detailplan .btn-buy {
        max-width: 280px;
        padding: 13px 12px;
        margin-bottom: 18px;
    }

    .box-detailplan .box-protection {
        margin-top: 20px;
        border-radius: 10px;
    }

    .box-detailplan .box-protection .box-protection-head {
        padding: 20px;
        border-radius: 10px 10px 0px 0px;
    }

    .box-detailplan .box-protection .box-protection-main.add-radius {
        border-radius: 10px 10px 0 0;
    }

    .box-detailplan .box-protection .box-protection-head .logo-ins-detail {
        max-width: 70px;
    }

    .box-detailplan .box-protection .box-protection-head .txt-plan {
        font-size: 26px;
        line-height: 40px;
    }

    .box-detailplan .box-protection .box-protection-head .txt-name-ins {
        font-size: 20px;
        line-height: 30px;
    }

    .box-detailplan .box-protection .box-protection-head .txt-result {
        font-size: 30px;
        line-height: 50px;
    }

    .box-detailplan .box-protection .box-protection-main {
        font-size: 18px;
        line-height: 27px;
        padding: 11px;
    }

    .box-detailplan .box-protection .box-protection-detail {
        padding: 15.5px 11px;
    }

    .box-detailplan .box-protection .box-protection-detail .txt-L {
        font-size: 15px;
        line-height: 22px;
    }

    .box-detailplan .box-protection .box-protection-detail .txt-R {
        font-size: 15px;
        line-height: 22px;
    }

    .box-detailplan .box-protection .box-protection-detail .txt-R span.txt-big {
        font-size: 20px;
        line-height: 30px;
    }

    .box-detailplan .box-protection .box-protection-detail .txt-R span.txt-sub {
        font-size: 15px;
    }

    .box-detailplan .box-protection .box-protection-sub {
        font-size: 15px;
        padding: 15px 11px;
    }

    .box-detailplan .box-protection .box-protection-detail:nth-last-child(1) {
        border-radius: 0 0 10px 10px;
    }

}

@media (min-width: 767px) {
    .modal-dialog.custom-checkbia {
        max-width: 700px;
        margin: 80px auto 1.75rem;
    }

    /* coverage-detail */
    .modal-dialog.custom-checkbia.coverage-detail {
        max-width: 900px;
    }
}

@media (max-width: 767px) {
    .txt-title-in-modal-checkbia {
        font-weight: normal;
        font-size: 25px;
        line-height: 37px;
        color: #373737;
    }

    /* .box-select-plan-in-modal .box-package .box-check{
        position: initial;
        display: flex;
        justify-content: center;
        border: 1.5px solid var(--main02);
        border-radius: 8px;
        padding: 12px 5px 0;
        margin-bottom: 10px;
    } */
    .box-select-plan-in-modal .box-package .checkmark-prakun-template {
        width: 25px;
        height: 25px;
    }

    /* .box-select-plan-in-modal .box-package.active{
        background: none;
        border: 1.5px solid var(--main02);
    } */
    /* .box-select-plan-in-modal .box-package .box-check.active{
        background: rgba(222, 227, 243, 0.5);
    } */
    .box-select-plan-in-modal .box-package .txt-title {
        text-align: center;
    }

    .img-continue-installment {
        max-width: 400px;
    }
}

@media (max-width: 575px) {
    .txt-head-coverage-detail {
        font-size: 26px;
        line-height: 36px;
    }

    .txt-subhead-coverage-detail01 {
        font-size: 22px;
        line-height: 33px;
    }

    .txt-subhead-coverage-detail02 {
        font-size: 18px;
        line-height: 27px;
        margin-top: 4px;
    }

    .detail-box-in-modal-coverage-detail .txt-coverage-detail-L {
        font-size: 15px;
        line-height: 22px;
    }

    .detail-box-in-modal-coverage-detail .txt-coverage-detail-L span {
        font-size: 15px;
        line-height: 22px;
    }

    .detail-box-in-modal-coverage-detail .txt-coverage-detail-R {
        font-size: 22px;
        line-height: 33px;
        letter-spacing: -1px;
    }

    .detail-box-in-modal-coverage-detail .txt-coverage-detail-R span {
        font-size: 15px;
        line-height: 22px;
    }

    .detail-box-in-modal-coverage-detail .txt-coverage-detail-tumjin {
        font-size: 17px;
        line-height: 25px;
    }

    .head-box-in-modal-coverage-detail {
        padding: 10px 15px;
    }

    .detail-box-in-modal-coverage-detail {
        background: #fff;
        padding: 10px 15px;
    }

    .btn-buy-in-modal-coverage-detail {
        max-width: 100%;
    }

    .form-control.h6 {
        font-size: 15px;
    }
}

@media (max-width: 424px) {
    .box-select-plan-in-modal .box-img img {
        width: 100%;
        max-width: 30px;
    }

    .box-select-plan-in-modal {
        padding: 15px 10px;
    }

    .box-select-plan-in-modal .box-detail {
        padding: 5px 40px 24px;
    }

    .detail-box-in-modal-coverage-detail .txt-coverage-detail-R {
        font-size: 18px;
        line-height: 22px;
    }

    .detail-box-in-modal-coverage-detail .txt-coverage-detail-condition {
        font-size: 16px;
    }
}

@media (max-width: 374px) {
    .box-select-plan-in-modal .box-detail {
        padding: 5px 10px 24px;
    }

    .txt-head-coverage-detail {
        font-size: 20px;
    }

    .txt-subhead-coverage-detail01 {
        font-size: 18px;
    }

    .txt-subhead-coverage-detail02 {
        font-size: 15px;
    }

    .detail-box-in-modal-coverage-detail .txt-coverage-detail-L {
        font-size: 14px;
    }

    .detail-box-in-modal-coverage-detail .txt-coverage-detail-L span {
        font-size: 12px;
    }

    .detail-box-in-modal-coverage-detail .txt-coverage-detail-R {
        font-size: 14px;
    }

    .detail-box-in-modal-coverage-detail .txt-coverage-detail-R span {
        font-size: 12px;
    }

    .detail-box-in-modal-coverage-detail .txt-coverage-detail-tumjin {
        font-size: 15px;
    }

    .detail-box-in-modal-coverage-detail .txt-coverage-detail-condition {
        font-size: 14px;
    }
}

@media (max-width: 991px) {
    .tooltip-in-detail .tooltiptext {
        left: -570%;
    }
}

@media (min-width: 767px) {
    .fs-md-14 {
        font-size: 14px !important;
    }

    .fs-md-17 {
        font-size: 17px;
    }

    .fs-md-25 {
        font-size: 25px !important;
    }
}

/* Order Motor */
@media (min-width: 767px) {
    .mt-top-56 {
        margin-top: 56px;
    }

    .mt-top-84 {
        margin-top: 84px;
    }
}