﻿/* ===================================================================== */
/*  The following CSS was created using Theme Editor.                    */
/*  To modify this CSS, click "Open Theme Editor".                       */
/* ===================================================================== */

/* ===================================================================== */
/*  Root - CSS Variables                                                 */
/* ===================================================================== */

:root {
	
    /* Typography - Size */
    --font-size-display: 36px;
    --font-size-h1: 32px;
    --font-size-h2: 28px;
    --font-size-h3: 26px;
    --font-size-h4: 22px;
    --font-size-h5: 20px;
    --font-size-h6: 18px;

    --font-size-base: 16px;
    --font-size-s: 14px;
    --font-size-xs: 12px;	
	
    /* Color - Brand */
    --color-primary: #004a5e;
    --color-secondary: #004a5e;

    --color-primary-hover: #193846;
    --color-primary-selected: rgba(0, 74, 94, .12);
	
    /* Dark Theme */
    --background-dark-theme: rgba(255, 255, 255, .1);
    --background-dark-theme-hover: rgba(255, 255, 255, .2);
}

/* Typography - Sizes Tablet */
.tablet .font-size-display { --font-size-display: 34px; }
.tablet .heading1 { --font-size-h1: 30px; }
.tablet .heading2 { --font-size-h2: 26px; }
.tablet .heading3 { --font-size-h3: 24px; }
.tablet .heading4 { --font-size-h4: 21px; }
.tablet .heading5 { --font-size-h5: 19px; }
.tablet .heading6 { --font-size-h6: 17px; }


/* Typography - Sizes Tablet */
.phone .font-size-display { --font-size-display: 32px; }
.phone .heading1 { --font-size-h1: 28px; }
.phone .heading2 { --font-size-h2: 24px; }
.phone .heading3 { --font-size-h3: 22px; }
.phone .heading4 { --font-size-h4: 20px; }
.phone .heading5 { --font-size-h5: 18px; }
.phone .heading6 { --font-size-h6: 16px; }

/* Login and Splash Image */

.login-screen {
    background-image: url('../img/OutSystemsUI.InlineSVG.png?EThw1s9WbhXXQ1V+Ej+tow');
    background-size: cover;
	background-position: center center;
    background-repeat: no-repeat;
}




html, body{
 /*   height: 100vh; */
}
.content-middle {
    margin-top: 42px;
}

/********* Uillity ***********/
.display-only-portrait-phone{
    display: none;
}

.notdisplay-pc{
    display: none;
}


/* Ipad Pro Portrait */
@media screen and (orientation:portrait) and  (max-width:1056px){
    .display-only-portrait-phone{
    display: none;
    }

}

/* Ipad Pro 11" Landscape */
@media screen and (orientation:landscape) and (max-width:1194px){
    .display-only-portrait-phone{
    display: none;
    }
}

/* Mobile" portrait */
 @media screen and (orientation: portrait) and (max-width:515px){
    .display-only-portrait-phone{
    display: block;
    }
    .notdisplay-phone-protrait{
        display: none;
    }
 }

/* Mobile" Landscape */
 @media screen and (orientation:landscape) and (max-height:428px) and (max-width:926px){
    .display-only-portrait-phone{
    display: none;
    }
 } 

.line-break-anywhere{
    line-break: anywhere;
}
.custom-alignment .osui-gallery > .list {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex-wrap: wrap !important;
    width: 100% !important;
}

.menu-separator-vertical {
    min-height: 12px;
    width: 1px;
}

.display-link{
    justify-content: flex-end;
    font-size: 13px;
}

.phone .app-menu-links,
.tablet .app-menu-links{
  
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: nowrap;
}

.has-product .osui-flip-content__container {
    cursor: pointer;
}


.card-flex-package {
    font-size: 48px;
    font-weight: bold;
    line-height: 1;
    text-align: left;
}

.mobile .card-flex-package, .tablet .card-flex-package {
    text-align: center;
}

.lets-chat:hover {
   cursor: pointer;
}

.lets-chat:hover {
    -webkit-filter: drop-shadow(5px 5px 5px #194857);
    filter: drop-shadow(5px 5px 5px #194857);
    transform: scale(1.01);
}

.phone div.dropdown-display .dropdown-display-content > span{
    font-size: 22px;
}

.dropdown-expanded-down div.dropdown-list {
    z-index: 11;
}

/*Tooltips*/

.osui-tooltip__balloon-wrapper.bottom .osui-tooltip__balloon-wrapper__balloon:before, .osui-tooltip__balloon-wrapper.bottom-left .osui-tooltip__balloon-wrapper__balloon:before, .osui-tooltip__balloon-wrapper.bottom-right .osui-tooltip__balloon-wrapper__balloon:before {
    border-color: transparent transparent #ffffff transparent;
}

.osui-tooltip__balloon-wrapper__balloon {
    background-color: #ffffff;
    border-radius: var(--border-radius-soft);
    color: #2d2d2d;
}

/*--------------Slider Captcha--------------*/
.Slider-Captcha{
    padding: 0px 20px;
    margin-bottom: 0;
}
.Slider-Captcha .range-slider-values{
    display: none !important;
}

.Slider-Captcha .osui-range-slider__provider{
    height: 30px;
}
.Slider-Captcha .osui-range-slider__provider:after{
    content:'Swipe to Validate';
    position:absolute;
    color: white;
    top: 0;
    transform: translate(-50%,4px);
}
.Slider-Captcha .noUi-handle{
    border-radius:0;
    height:30px;
    width:30px;
    transform: translate(0px,10px);
    background-color: skyblue;
    border-color: skyblue;
}
.Slider-Captcha .noUi-handle:before{
    border:unset;
}
.Slider-Captcha .noUi-handle:after{
    border-width:1px 1px 0px 0px;
    border-color:white;
    width: 7px;
    height: 7px;
    transform: rotatez(45deg)translate(-2.5px,2.5px);
}

.block-popup .btn-container .signup-btn .thai {
    font-size: 22px;
    width: 100%;
    background-color: #FF785B;
    text-align: center;
    line-height: 37px;
    border-radius: 4px;
    font-weight: 600;
    cursor: pointer;
    color: white;
    border: unset!important;
}

.displaychoicesplaceholder .choices__list--dropdown .choices__placeholder{
    display:flex;
}

.tablet .menu-visible .app-menu-content, .phone .menu-visible .app-menu-content {
    left: calc(-1 * var(--side-menu-size));
    width: 100%;
}

.tablet .app-menu-content, .phone .app-menu-content {
    left: -100%;
}

.change-language .dropdown-container > div.dropdown-display:hover, 
.change-language .dropdown-container > select.dropdown-display:hover,
.tablet .change-language div.dropdown-display,
.tablet .change-language select.dropdown-display,
.phone .change-language div.dropdown-display,
.phone .change-language select.dropdown-display {
    border: none;
    color: #00708d;
    font-size: 22px;
}



.tablet .change-language .dropdown-container .scrollable-list-with-scroll {
    padding: 0px;
    font-size: 22px;
}

.change-language .dropdown-container .scrollable-list-with-scroll {
    padding: 0px;
    font-size: 20px;
}


.tablet .change-language  .dropdown-container:after, .phone .change-language .dropdown-container:after {
    top: 2px;
}

.change-language .dropdown-container:after {
    left: 110px;
    right: unset;
}

.tablet .change-language div.dropdown-display, .tablet  .change-language select.dropdown-display{
    font-size: 22px;
    height: 36px;
}

.phone .change-language div.dropdown-display, .phone .change-language select.dropdown-display {
    font-size: 20px;
    height: 38px;
}

.phone .change-language div.dropdown-display .dropdown-display-content > span{
    font-size: 20px;
}

.phone .change-language .layout:not(.layout-native) [class*=ThemeGrid_Width]:not(.no-responsive) {
    margin: 0px;
    width: 100%;
}

.change-language .dropdown-container > div.dropdown-list {
    border-radius: 0px;
}

.change-language .dropdown-expanded-down div.dropdown-list {
    margin-top: 0px;
}

.phone .change-language div.dropdown-display .dropdown-display-content > div{
    font-size: 20px;
}

.tablet .change-language div.dropdown-display .dropdown-display-content > div{
    font-size: 22px;
}

.tablet .change-language .dropdown-container:after {
    left: 120px;
    right: unset;
}

.change-language .dropdown-container:after {
    border: 0;
    content: "\f0d7";
    -webkit-transform: rotate(0deg) translateY(0) translateX(0);
    -ms-transform: rotate(0deg) translateY(0) translateX(0);
    transform: rotate(0deg) translateY(0) translateX(0);
    -webkit-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    width: 8px;
    font-size: 16px;
    color: #016884;
}
.change-language .dropdown-expanded.dropdown-container:after {
    border: 0;
    -webkit-transform: rotate(180deg) translateY(-16px) translateX(3px);
    -ms-transform: rotate(180deg) translateY(-16px) translateX(3px);
    transform: rotate(180deg) translateY(-16px) translateX(3px);
}

.phone .link-a{
    font-size: 20px;
    color: #272B30;
}

.tablet .link-a{
    font-size: 22px;
    color: #272B30;
}

.tablet .link-shadow, .phone .link-shadow{
    box-shadow: 0px -2px 5px rgb(0 0 0 / 7%);
}
.login-simpy{
    width: 25px;
    height: 25px;
    object-fit: contain;
}
/** Mobile" portrait **/
 @media screen and (orientation: portrait) and (max-width:515px){
     .fullscreen-login-regis .block-popup{
         max-width: 86%;
     }
 }

.popup-dialog-pc {
    border: 0;
    border-radius: var(--border-radius-soft);
    -webkit-box-shadow: var(--shadow-xl);
    box-shadow: var(--shadow-xl);
    margin: var(--space-m);
    max-height: calc(100% - var(--space-xl));
    max-width: 750px;
    overflow: auto;
    padding: var(--space-m);
    width: 100%;
}

.popupuser .popover-bottom{
    margin-top: 24px;
}

.text-ellipsis2{
     overflow: hidden;
      text-overflow: ellipsis;
      white-space: initial;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
}

.text-ellipsis3{
     overflow: hidden;
      text-overflow: ellipsis;
      white-space: initial;
      display: -webkit-box;
      -webkit-line-clamp:3;
      -webkit-box-orient: vertical;
}

.display-none{
    display: none;
}

.display-block{
    display: block;
}

.MobilitySimplified{
    background: #F4F5F6;
    padding: 64px 100px;
    display: flex;
    flex-direction: column;
    gap: 40px;
    align-items: center;
    height: 730px;
}


.MobilitySimplified .top-tiltle{
    display: flex;
    justify-content: space-between;
    max-width: 1240px;
    width: 100%;
}

.MobilitySimplified .top-tiltle .m-text{
    color: #404040;
font-weight: 800;
font-style: ExtraBold;
font-size: 36px;
line-height: 125%;
letter-spacing: 0%;

}

.MobilitySimplified .top-tiltle .s-text{
font-weight: 400;
font-size: 24px;
leading-trim: NONE;
line-height: 100%;
letter-spacing: 0%;
color: #404040;
}

.MobilitySimplified .btn{
    width: 107px;
    height: 56px;
    border-radius: 40px;
    border: 1px solid #00708D;
    font-weight: 400;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: 0%;
    vertical-align: middle;
    text-align: center;
}

.MobilitySimplified .m-img img{
    width: 1276px;
    height: 510px;
    object-fit: contain;
    border-radius: 30px;
}

.MobilitySimplified-mobile{
    padding: 32px 16px 16px 16px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    background: #ffff;
}

.MobilitySimplified-mobile .m-t{
font-weight: 800;
font-style: ExtraBold;
font-size: 36px;
line-height: 125%;
letter-spacing: 0%;
text-align: center;
vertical-align: middle;
color: #404040;
} 
.MobilitySimplified-mobile .s-t{
    font-weight: 400;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    color: #404040;
    padding: 16px;
}

.MobilitySimplified-mobile img{
    width: 390px;
    height: 390px;
    border-radius: 30px;
    box-shadow: 0px 1px 20px 0px #00000040;
}

.MobilitySimplified-mobile .btn{
    width: 342px !important;
    height: 41px;
    border-radius: 40px;
    font-weight: 400;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0%;
    vertical-align: middle;
    text-transform: uppercase;
    color: #00708D;
    text-align: center;
    margin-top:24px;
}

.worryfree-driving{
    height: 1125px;
    padding: 80px 100px;
    background: #ffff;
    display: flex;
    flex-direction: column;
    gap: 40px;
    align-items: center;
}

.worryfree-driving .m-t{
font-weight: 800;
font-style: ExtraBold;
font-size: 36px;
line-height: 125%;
letter-spacing: 0%;
text-align: center;
color: #404040;
}

.worryfree-driving .s-t{
font-weight: 400;
font-size: 24px;
line-height: 100%;
letter-spacing: 0%;
text-align: center;
color: #404040;
}

.worryfree-driving .table-wrap{
    width: 1026px;
    height: 752px;
    border-radius: 12px;
    border: 8px solid var(--Brand-White, #FFFFFF);
    box-shadow: 0px 4px 40px 0px #1E6A7E4D;
}

.worryfree-driving .table-wrap .header-tab{
    background: #59A2B5;
    width: 100%;
    height: 87px;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 24px 40px;
}

.worryfree-driving .table-wrap .header-tab .con-wrap{
    display: flex;
    width: 461px;
    justify-content: space-around;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 24px;
    line-height: 150%;
    letter-spacing: 0%;
    text-align: center;
    color: #ffff;
}

.worryfree-driving .table-wrap .m-table-wrap{
    padding: 24px 40px;
    height: 665px;
    width: 100%;
    display: grid;
    grid-template-columns: 479px 233.5px 233.5px;
}

.worryfree-driving .table-wrap .m-table-wrap .last-col{
    background: #59A2B5;
border: 4px solid #A6CDD7;
box-shadow: 0px 4px 16px 0px #59A2B59C;
display: flex;
flex-direction: column;
gap: 8px;
padding: 24px 0px 24px 0px;
border-radius: 12px;
height: 617px;
}

.worryfree-driving .table-wrap .m-table-wrap .first-col{
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 24px 0px 24px 24px;
}
.worryfree-driving .table-wrap .m-table-wrap .first-col .m-t{
    font-weight: 700;
    font-style: Bold;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0%;
    vertical-align: middle;
    color: #00708D;
    height: 50px;
    display: flex;
    align-items: center;
    text-align: left;
}

.worryfree-driving .table-wrap .m-table-wrap .second-col{
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 24px 0px 24px 0px;
}

.worryfree-driving .table-wrap .m-table-wrap .second-col .m-t{
    font-weight: 400;
    font-size: 16px;  
    line-height: 120%;
    letter-spacing: 0%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #00708D;
    height: 50px;
}

.worryfree-driving .table-wrap .m-table-wrap .last-col .m-t{
font-weight: 300;
font-size: 16px;
line-height: 120%;
letter-spacing: 0%;
text-align: center;
color: #ffff;
display: flex;
align-items: center;
justify-content: center;
  height: 50px;
}

.worryfree-driving .table-wrap .m-table-wrap .last-col .btn{
    width: 130px;
    height: 41px;
    font-weight: 400;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    vertical-align: middle;
    border-radius: 40px;
    border-style: none;
}
.worryfree-driving .display-t{
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0%;
    vertical-align: bottom;
    margin-top: 10px;
}
.worryfree-driving  .separate{
    width: 279px;
    border: 1px solid #404040;
    height: 0px;
    border-width: 1px 0px 0px 0px;
}

.worryfree-driving .condition-t{
    font-weight: 400;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    vertical-align: middle;
    margin-top: 16px;
}

/** Mobile" portrait **/
 @media screen and (orientation: portrait) and (max-width:515px){
    .worryfree-driving{
        padding: 40px 20px;
    }

    .worryfree-driving .s-t{
        margin-top: 16px;
    }
 }

.worryfree-driving .table-mobile{
    width: 100%;
    border: 5.59px solid var(--Brand-White, #FFFFFF);
    box-shadow: 0px 2.79px 27.93px 0px #1E6A7E4D;
    border-radius: 12px;
    background: #ffff;
    max-width: 379px;
    display: flex;
    overflow: hidden;
    position: relative;
    height: 594px;
    }
.worryfree-driving .table-mobile .osui-carousel--has-pagination.splide .splide__pagination{
    bottom: -33px
}

.worryfree-driving .table-mobile .osui-carousel .splide__pagination__page.is-active {
    background-color: #ffff;
    width: 30px;
    height: 10px;
    border: 1px solid var(--Brand-Kinto-Blue, #00708D);
    border-radius: 14px;
}

.worryfree-driving .table-mobile .splide__pagination__page{
    width: 10px;
    height: 10px;
    margin: 6px;
    background-color: #4CD4F6;
}
.worryfree-driving .table-mobile .new-first{
    display: flex;
    flex-direction: column;
    position: sticky;
    left: 0;
    top: 0;
    z-index: 1;
}

.worryfree-driving .table-mobile .new-first .header-fix{
    background: #59A2B5;
    min-height: 60px;
}

.worryfree-driving .table-mobile .new-first .m-content{
    padding-top: 33px;
    padding-bottom: 17px;
    display: flex;
    flex-direction: column;
    gap: 6px;
    height: 100%;
    font-weight: 700;
    font-size: 13.96px;
    line-height: 19px;
    vertical-align: middle;
    padding-left: 17px;
    background-color: #ffff;
}

.worryfree-driving .table-mobile .new-first .m-content > div{
                 padding-top: 7px;
            padding-bottom: 7px;
            display: flex;
            align-items: center;
            height: 40px;
}
.worryfree-driving .table-mobile .new-second {
    display: flex;
    flex-direction: column;
    min-width: 186px;
    justify-content: center;
    align-items: center;
}
.worryfree-driving .table-mobile .new-third {
    display: flex;
    flex-direction: column;
    min-width: 186px;
}

.worryfree-driving .table-mobile .new-second .header-t{
    height: 60px;
    width: 100%;
    background: #59A2B5;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 16.76px;
    line-height: 150%;
    letter-spacing: 0%;
    text-align: center;
    color: #FFFFFF;
}
.worryfree-driving .table-mobile .new-third .header-t{
        height: 60px;
    width: 100%;
    background: #59A2B5;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 16.76px;
    line-height: 150%;
    letter-spacing: 0%;
    text-align: center;
    color: #FFFFFF;
}
.worryfree-driving .table-mobile .new-second .m-content{
        border: 2.79px solid #A6CDD7;
    background: #00708D;
    box-shadow: 0px 2.79px 11.17px 0px #59A2B59C;
    padding-top: 17px;
    padding-bottom: 5px;
    border-radius: 8.38px;
    font-weight: 400;
    font-size: 11.17px;
   line-height: 22px;
    letter-spacing: 0%;
    text-align: center;
    color: #ffff;
    width: 163px;
     display: flex;
    flex-direction: column;
    gap: 6px;
    margin-top: 16px;
    height: 474px;
}
.worryfree-driving .table-mobile .new-third .m-content{
        padding-top: 38px;
    padding-bottom: 17px;
    border-radius: 8.38px;
    font-weight: 400;
    font-size: 11.17px;
   line-height: 22px;
    text-align: center;
    color: #00708D;
     display: flex;
    flex-direction: column;
    gap: 6px;
    height: 472px;
}
.worryfree-driving .table-mobile .new-second .m-content > div{
       padding-top: 7px;
            padding-bottom: 7px;
            display: flex;
            align-items: center;
            justify-content: center;
            height: 40px;
            line-height: 14px;
}

.worryfree-driving .table-mobile .new-third .m-content > div{
        padding-top: 7px;
    padding-bottom: 7px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
}

.worryfree-driving .table-mobile .new-second .m-content .btn{
        width: 90.76px;
    height: 28.62px;
    border-radius: 27.93px;
    font-weight: 400;
    font-size: 13.96px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    vertical-align: middle;
    text-transform: uppercase;
}




  .worryfree-driving .display{
font-weight: 400;
font-size: 14px;
line-height: 100%;
letter-spacing: 0%;
text-align: center;
vertical-align: bottom;
color: #8C8C8C;
  }

  .worryfree-driving  .condi{
    font-weight: 400;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    vertical-align: middle;
    color: #404040;
    margin-top: 32px;
}
.cilp-kinto{
   padding: 70px 100px;
    gap: 40px;
    display: flex;
    justify-content: center;
    background: #ffff;
    height: 603px;
}

.cilp-kinto .t-wrap{
    display: flex;
    width: 600px;
    gap: 40px;
    flex-direction: column;
}

.cilp-kinto .t-wrap .t-h{
font-weight: 400;
font-size: 18px;
line-height: 150%;
letter-spacing: 0%;
text-transform: uppercase;
color: #000C0F;
}


.cilp-kinto .t-wrap .m-t{
    font-weight: 600;
    font-style: SemiBold;
    font-size: 36px;
    line-height: 140%;
    letter-spacing: 0%;
    color: #000C0F;
}
.cilp-kinto .kintov-img-w{
    width: 600px;
    height: 299px;
}

.cilp-kinto .kintov-img {
    width: 600px;
    height: 299px;
}
.cilp-kinto .play-v{
    position: absolute;
    width: 41px;
    height: 41px;
    top: 50%;
    left: 50%;
}

.cilp-kinto .t-wrap .btn{
    width: 129px;
    height: 41px;
    border-radius: 40px;
    background: #00708D;
font-weight: 400;
font-size: 20px;
line-height: 150%;
letter-spacing: 0%;
text-align: center;
color: #ffff;
white-space: nowrap;
}

.customer-say{
    height: 533px;
    padding: 60px 100px;
    display: flex;
    align-items: center;
    gap: 40px;
    flex-direction: column;
}

.customer-say .title{
font-weight: 800;
font-style: ExtraBold;
font-size: 36px;
line-height: 125%;
letter-spacing: 0%;
text-align: center;
color: #404040;
}

.customer-say .cou-wrap{
    max-width: 1040px;
    width: 100%;
    position: relative;
}

.customer-say .cou-wrap .cus-card{
    background: linear-gradient(180deg, rgba(173, 233, 248, 0.4) 0%, rgba(235, 245, 246, 0.2) 100%);
    border: 1px solid #59A2B5;
    width: 320px !important;
    height: 271px !important;
    padding: 32px 23px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border-radius: 12px;
    align-items: flex-start;
}

.customer-say .cou-wrap .cus-card .m-t{
 color: #00495C;
    font-weight: 700;
    font-style: Bold;
    font-size: 24px;
    letter-spacing: 0px;
    text-align: left;
}

.customer-say .cou-wrap .cus-card .star-rate{
    width: 25px;
    height: 24px;
}

.FAQ{
    min-height: 664px;
    width: 100%;
    padding: 64px 100px;
    background: #ffff;
    display: flex;
    justify-content: center;
}

.FAQ .faq-card{
    border: 2px solid #00708D;
    width: 1240px;
    min-height: 536px;
    display: grid;
    grid-template-columns: auto 501px;
    border-radius: 12px;
    background: #EAF3F6;
}
.FAQ .faq-card .right {
    position: relative;
}

.FAQ .faq-card .right .gd{
    background: linear-gradient(180deg, rgba(0, 112, 141, 0) 50.48%, rgba(0, 112, 141, 0.7) 100%);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
}
.FAQ .faq-card .right img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.FAQ .faq-card .right .btn-wrap{
    position: absolute;
    bottom: 40px;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    z-index: 3;
}

.FAQ .faq-card .right .btn-wrap .btn{
    width: 113px;
    height: 50px;
    border-radius: 40px;
    border-style: none;
font-weight: 400;
font-size: 16px;
line-height: 150%;
letter-spacing: 0%;
vertical-align: middle;
color: #ffff;
background: #00708D;
}

.FAQ .faq-card .left{
    padding: 40px;
    display: flex;
    flex-direction: column;
    gap: 40px;
}


.FAQ .faq-card .left .q-t{
    width: 100%;
    height: auto;
    padding: 12px;
font-weight: 400;
font-size: 20px;
line-height: 100%;
letter-spacing: 0%;
color: #00495c;
align-items: center;
}

.FAQ .faq-card .left .q-t.shadow{
    box-shadow: 0px 2px 8px 0px #59A2B51A;
}

.FAQ .faq-card .left .plus{
    width: 24px;
    height: 24px;
}
.FAQ .faq-card .left .minus{
    width: 20px;
    height: 3px;
    padding-right: 7px;
}


.FAQ .faq-card .left .m-t{
font-weight: 800;
font-style: ExtraBold;
font-size: 36px;
line-height: 125%;
letter-spacing: 0%;
color: #404040;
}

.FAQ .faq-card .left .answer{
    color: #404040;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0%;
    text-align: left;
    margin-top: 16px;
    padding-left: 10px;
}
.FAQ .faq-card .left .animation{
    transition: all .3s ease;
}


.FAQ .faq-card .left .btn-wrap{
    text-align: left;
}

.FAQ .faq-card .left .btn-wrap .btn{
    width: 163px;
    height: 50px;
    border: 1px solid #00708D;
    background: #FFFFFF;
    font-weight: 400;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    vertical-align: middle;
    color: #00708D;
    border-radius: 40px;
}

.table-mobile .osui-carousel__track {
    max-width: 100%;
    width: 186px;
}

/** Mobile" portrait **/
 @media screen and (orientation: portrait) and (max-width:515px){
     .customer-say{
         padding: 32px 20px;
         height: auto;
     }
     .customer-say .title{
         color: #00708D;
     }
     .vdo{
    width: 100%;
    height: 232px;
}
    .cilp-kinto {
    padding: 33px 20px;
    gap: 40px;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
    .cilp-kinto .t-wrap{
        width: 100%;
    }
    .vdo .iframe{
        height: 232px;
    }
    .cilp-kinto .t-wrap .btn{
        width: 115px !important;
    }
    .cilp-kinto .kintov-img{
        width: 100%;
    height: 232px;
    }
    .cilp-kinto .kintov-img-w {
    width: 100%;
    height: 232px;
}
    .FAQ{
        padding: 64px 20px;
    }
    .FAQ .faq-card{
        grid-template-columns: 1fr;
    }
    .FAQ .faq-card .left .q-t{
        text-align: left;
        margin-left: 12px;
    }
    .FAQ .faq-card .left .m-t{
        text-align: left;
    }
    .FAQ .faq-card .plus-minus{
       min-width: 24px;
    }
    .FAQ .faq-card .left{
       padding: 30px; 
    }
    
    .FAQ .faq-card .right{
        display: none;
    }
 }

.MoldalContent-mobile{
    overflow: auto;
    padding: 16px;
}

.juristic-register{
    padding: 20px 100px 20px 100px;
    display: flex;
    justify-content: center;
    border-style: none;
}

.juristic-register .juristic-register-content{
    max-width: 1153px;
}
 .login-section-wrap{
     display: flex;
     flex-direction: column;
     align-items: center;
     margin-top: 24px;
 }
 .login-section-wrap .login-card{
    background: #00708D;
    box-shadow: 0px 4px 4px 0px #00000040;
    width: 100%;
    min-height: 127px;
    height: auto;
    border-radius: 30px;
    align-items: center;
    padding: 25px 18px 25px 25px;
}

 .login-section-wrap .login-card .form-input-wrap{
     display: flex;
     gap: 16px;
     margin-top: 16px;
     width: 80%;
 }
.login-section-wrap .login-card .form-input-wrap label{
    font-size: 24px;
    font-weight: 400;
    color: #ffffff;
}

 .login-section-wrap .login-card .form-input-wrap .form-control[data-input]{
     border-style: solid;
    border-width: 0px 0px 1px 0px;
    border-radius: 0px;
    height: 35px;
    border-color: #ffffff;
    font-size: 20px;
    background: transparent;
    width: 100%;
    color: #ffffff;
 }

.login-section-wrap .login-card .title{
    font-size: 32px;
    font-weight: 700;
    color: #ffffff;
}

.login-section-wrap .login-card .s-text{
    font-size: 20px;
    font-weight: 400;
    color: #ffffff;
}

.login-section-wrap .login-card .btn-login{
    border-radius: 100px;
    font-size: 24px;
    font-weight: 400;
    width: 158px;
    height: 54px;
    color: #39434C;
    border-style: none;
    margin-top: 16px;
}

.login-section-wrap .or-wrap{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 32px;
    margin-bottom: 32px;
}

.login-section-wrap .layout-input-btn{
    display: flex;
}

.login-section-wrap .or-wrap .separate-or{
    width: 368px;
    display: flex;
    align-items: center;
    gap: 24px;
    justify-content: center;
}

.login-section-wrap .or-wrap .separate-or .separate-line{
    width: 125px;
    height: 1px;
    background: #000000;
}

.login-section-wrap .or-wrap .separate-or .or-text{
    font-size: 24px;
    font-weight: 400;
    color: #00495C;
}

.login-section-wrap .btn-wrap .simply-btn{
    background: #EF5A40;
    width: 368px;
    height: 48px;
    border-radius: 100px;
    border-style: none;
    color: #ffffff;
    font-size: 24px;
    font-weight: 400;
}

.login-section-wrap .btn-wrap .simply-btn img{
    width: 41.06px;
    height: 40.13px;
    object-fit:cover;
    margin-left: 16px;
}
.login-section-wrap .userlogin-name{
    width: 100%;
    height: 74px;
    display: flex;
    gap: 16px;
    border-radius: 30px;
    background-color: #00708D;
    box-shadow: 0px 4px 4px 0px #00000040;
    align-items: center;
    padding: 10px;
    font-size: 36px;
    color: #ffffff;
    font-weight: 700;
}

.login-section-wrap .userlogin-name img{
    width: 48px;
    height: 48px;
}

.upload-content label{
    padding: 0px;
    width: 532px;
    height: 152px;
    border-style: none;
}

.upload-content label img{
    width: 532px;
    height: 152px;
}

.upload-content .nullnation{
        width: 532px;
    height: 152px;
    position: relative;
}

.upload-content .nullnation .frame-img{
        width: 532px;
    height: 152px;
}

.upload-content .nullnation .upload-textnull-wrap{
    margin-left: 80px;
}

.upload-content .nullnation .upload-contentnull-main{
    position: absolute;
    width: 100%;
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: center;
    gap: 16px;
    top: 0;
}

.upload-content .nullnation .upload-contentnull-main .title{
    font-size: 24px;
    font-weight: 700;
    color: #39434C;
}

.upload-content .nullnation .upload-contentnull-main  .s-title{
    font-size: 16px;
    font-weight:400 ;
    color: #000000;
}

.upload-content .nullnation .upload-contentnull-main  img{
    width: 96px;
    height: 96px;
    position: absolute;
    left: 51px;
}

.upload-content .btn-wrap .select-btn{
    background: #59A2B5;
    width: 158px;
    height: 29px;
    border-radius: 20px;
    color: #FFFFFF;
    font-size: 24px;
    font-weight: 400;
    border-style: none;
}

.upload-main-text{
    font-size: 32px;
    font-weight: 700;
    color: #012732;
    text-align: center;
}

.upload-s-text{
    font-size: 24px;
    font-weight: 400;
    color: #012732;
    text-align: center;
}

.upload-content .please-upload-wrap{
    
}

.upload-content .btn-wrap{
    margin-top: 32px;
}

.juristic-register .next-btn-wrap{
    display: flex;
    justify-content: center;
    margin-top: 62px;
}

.juristic-register .next-btn-wrap .next-btn{
   width: 368px;
   height: 69px;
   border-radius: 100px;
   background: #00708D;
   font-size: 32px;
   font-weight: 700;
   border-style: none;
}

.upload-content .uploadfile-img{
    width: 64px;
    height: 80px;
}

.upload-content .upload-file-name{
    font-size: 32px;
    color: #39434C;
    font-weight: 700;
    max-width: 320px;
    text-align: left;
}

.upload-content .upload-content-main{
    position: absolute;
    width: 100%;
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: center;

}

.upload-content .upload-content-main img{
    width: 96px;
    height: 96px;
    position: absolute;
    left: 51px;
}

.upload-content .upload-content-main .title{
    font-size: 24px;
    font-weight: 700;
    color: #39434C;
}

.upload-content .upload-content-main .s-title{
    font-size: 16px;
    font-weight:400 ;
    color: #000000;
}

.juristic-red-txt{
    color: #FF0004;
     font-size: 24px;
     font-weight: 400;
}

.uploadidcard-img{
    width: 104px !important;
    height: 67px !important;
}

.fill-company-margin{
    margin-top: 36px;
        width: 100%;
}
.Upload_Necessary_Documents-margin{
    margin-top: 42px;
}

.upload-text-wrap{
    margin-left: 80px;
}
.m-form-wrap .form-control[data-input]{
    text-align: left !important;
}


.m-form-wrap .form-control.not-valid[data-input]{
    border-color: var(--color-error);
    border-width: 0px 0px 1px 0px;
    margin-bottom: var(--space-m) !important;
}
.m-form-wrap  .dropdown-container > select.dropdown-display{
    border-style: solid;
    border-width: 0px 0px 1px 0px;
    border-radius: 0px;
     height: 56px;
     border-color: #000000;
     font-size: 20px
}

.m-form-wrap .dropdown-container.not-valid.dropdown-expanded > div.dropdown-display, .m-form-wrap .dropdown-container.not-valid > select.dropdown-display {
 border-width: 0px 0px 1px 0px;
  border-color: var(--color-error);
}

.upload-content .clear-file-wrap{
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 3;
}

.upload-content .final-upload-file{
      display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 36px;
    position: relative;
    width: 532px;
    height: 152px;
}
.upload-content .upload-fil-frame{
    position: absolute;
    top: 0px;
    z-index: 1;
}

.upload-content .upload-fil-frame img{
        min-width: 532px;
    height: 152px;
}


/* Mobile-tablet portrait */
 @media screen and (orientation: portrait) and (max-width:1056px){

 .upload-content .upload-fil-frame img{
     width: 280px;
     min-width: unset;
    height: 80px;
 }
 .upload-content .final-upload-file{
      width: 280px;
    height: 80px;
    margin-top: 0px;
 }
 .upload-content .nullnation .frame-img {
           padding: 0px;
        width: 280px;
        height: 80px;
}
.upload-content .nullnation{
       width: 280px;
    height: 80px;
    display: flex;
    position: relative;
    justify-content: center;
}
.upload-content .nullnation .upload-contentnull-main .title{
    font-size: 12px;
}
.upload-content .nullnation .upload-contentnull-main .s-title{
    font-size: 10px;
 }

.upload-content .nullnation .upload-contentnull-main img { 
        width: 48px;
        height: 48px;
        left: 28px;
    }
   .upload-content .nullnation .upload-textnull-wrap {
        margin-left: 41px;
    }
 }


/*********** TermAndCondition **************/
.Termadncon-wrap{
   display: flex;
    flex-direction: column;
    align-items: center;
    background: #ffffff;
    padding: 60px 16px 64px 16px;
}

.Termadncon-wrap .wizard-wrap{
    max-width: 1153px;
}

.Termadncon-wrap .title-wrap{
    margin-top: 72px;
}

.Termadncon-wrap .title-wrap .m-text{
    font-size: 36px;
    font-weight: 700;
    text-align: center;
    color: #012732;
}

.Termadncon-wrap .title-wrap .s-text{
    font-size: 36px;
    font-weight: 400;
    text-align: center;
    color: #012732;
}

.Termadncon-wrap .termcon-detail-wrap{
    max-width: 1834px;
    width: 100%;
    border-radius: 20px;
        position: relative;
    z-index: 3;
    background: #ffffff;
}

.Termadncon-wrap .termcon-detail-wrap .title{
    font-size: 32px;
    font-weight: 700;
    text-align: center;
    margin-top: 52px;
}

.Termadncon-wrap .termcon-detail-wrap .detail{
    font-size: 24px;
    font-weight: 400;
    text-align: left;
    margin-top: 24px;
}


.Termadncon-wrap .termcon-detail-wrap .detail .cke_contents_ltr p span{
    font-size: 24px !important;
    font-weight: 400;
}
.Termadncon-wrap .termcon-detail-wrap .detail .cke_contents_ltr{
    padding-left: 87px;
    padding-right: 24px;
}

.Termadncon-wrap .accept-wrap{
        margin-top: -16px;
    background: #EBECEE;
    width: 100%;
    display: flex;
    align-items: center;
    height: 106px;
    border-radius: 20px;
    max-width: 1834px;
        position: relative;
    z-index: 2;
    padding: 26px 0px 0px 84px;
}

.Termadncon-wrap .accept-wrap .accept-txt{
    font-size: 32px;
    font-weight: 400;
    margin-left: 16px;
}

.Termadncon-wrap .accept-wrap [data-checkbox]{
    height: 40px;
    width: 41px;
}

.Termadncon-wrap .accept-wrap [data-checkbox]:before{
        height: 40px;
        width: 41px;
        border-radius: 10px;
}

.Termadncon-wrap .accept-wrap [data-checkbox]:checked:after{
        height: 7px;
    left: 9px;
    top: 12px;
    width: 23px;
}

.Termadncon-wrap .btn-wrap{
    display: flex;
    justify-content: center;
    margin-top: 32px;
}
.Termadncon-wrap .btn-wrap .btn{
    width: 248px;
    height: 69px;
    border-radius: 100px;
    background: #00708D;
    font-size: 32px;
    color: #ffffff;
    font-weight: 700;
}

.Termadncon-wrap .btn-wrap .btn[disabled]{
    background-color: var(--color-neutral-2);
    border: var(--border-size-s) solid var(--color-neutral-4);
    color: var(--color-neutral-6);
    pointer-events: none;
}

/** Mobile-tablet portrait **/
@media screen and (orientation:portrait) and  (max-width:1056px){
     .Termadncon-wrap {
         padding: 38px 16px 64px 16px;
    }
    .Termadncon-wrap .title-wrap .m-text {
    font-size: 20px;
    }
    .Termadncon-wrap .title-wrap .s-text {
        font-size: 16px;
    }
    .Termadncon-wrap .termcon-detail-wrap .title {
    font-size: 20px;
    }
    .Termadncon-wrap .termcon-detail-wrap .detail .cke_contents_ltr {
    padding-left: 0px;
    padding-right: 0px;
    }
    .Termadncon-wrap .termcon-detail-wrap .detail .cke_contents_ltr p span {
    font-size: 14px !important;
    }
    .Termadncon-wrap .termcon-detail-wrap{
        border-radius: 0px;
    }

    .Termadncon-wrap .accept-wrap .accept-txt {
    font-size: 14px;
    font-weight: 400;
    margin-left: 6px;
}
    .Termadncon-wrap .accept-wrap {
    margin-top: 38px;
        height: auto;
        border-radius: 10px;
        padding: 4px 0px 4px 3px;
    }
    .Termadncon-wrap .accept-wrap [data-checkbox]{
    height: 28px;
    width: 28px;
}

.Termadncon-wrap .accept-wrap [data-checkbox]:before{
        height: 28px;
        width: 28px;
        border-radius: 10px;
}

.Termadncon-wrap .accept-wrap [data-checkbox]:checked:after{
             height: 3px;
        left: 8px;
        top: 11px;
        width: 11px;
}
    .Termadncon-wrap .btn-wrap .btn {
        width: 335px !important;
        height: 36px;
        font-size: 20px;
        font-weight: 700;
    }
        .Termadncon-wrap .accept-wrap {
        margin-top: 18px;
        }
        .upload-content .upload-file-name {
    font-size:14px;
    width: 151px;
    max-width: 151px;
        }
        .upload-content .uploadfile-img {
    width: 38px;
    height: 48px;
}

    .upload-content .fa-2x{
        font-size: 16px;
    }
    .login-section-wrap .layout-input-btn{
        display: grid;
    }
 }


 /************************ Applicaiton Complete ****************************/
 .application-complete-wrap{
    padding: 32px;
}


.SkyBackground{
    background-image: url("../img/KintoONE.SkyBackground.png?9+iAk3GbXL5xY2tXneY8UQ");
    background-size: cover;
    background-repeat: no-repeat;
    height: 1058px;
    max-width: 1806px;
    padding: 64px 32px 42px 52px;
    width: 100%;
}

.SkyBackground .grid-layout{
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.SkyBackground .grid-layout .band-name{
    font-size: 64px;
    font-weight: 700;
    color: #012732;
}
.SkyBackground .grid-layout .model-name{
    font-size: 48px;
    font-weight: 700;
}

.SkyBackground .grid-layout .trim-name{
    font-size: 32px;
    font-weight: 400;
}

.SkyBackground .grid-layout .car-image{
    margin-top: 46px;
}

.SkyBackground .grid-layout .car-image img{
    width: 658px;
    height: 345px;
    object-fit: cover;
}


.SkyBackground .grid-layout .price-card {
    max-width: 685px;
    width: 100%;
    height: 135;
    border-radius: 20px;
    background-color: #A7DEF3;
    padding: 16px 10px 16px 32px;
    margin-top: 16px;
}

.SkyBackground .grid-layout .price-card .price-layout{
    display: flex;
    justify-content: space-between;
}

.SkyBackground .grid-layout .price-card .month-payment{
    font-size: 40px;
    font-weight: 700;
    color: #39434c;
}

.SkyBackground .grid-layout .price-card .month-payment-detail{
    font-size: 24px;
    font-weight: 400;
    color: #39434c;
}

.SkyBackground .grid-layout .price-card .price{
    font-size: 64px;
    font-weight: 700;
    color: #39434c;
}

.SkyBackground .grid-layout .price-card .bath{
    font-size: 32px;
    font-weight: 700;
    color: #39434c;
    margin-top: -28px;
}

.SkyBackground .grid-layout .thankyou-txt{
    font-size: 36px;
    font-weight: 700;
    color: #012732;
    text-align: center;
}

.SkyBackground .grid-layout .application-wrap .application-txt{
    font-size: 30px;
    font-weight: 400;
    color: #00495c;
}

.SkyBackground .grid-layout .application-wrap{
    display: flex;
    justify-content: center;
    gap: 16px;
    align-items: center;
}

.SkyBackground .grid-layout .application-wrap .application-no{
    font-size: 36px;
    font-weight: 700;
    width: 263px;
    height: 62px;
    background: #00708D;
    color: #ffffff;
    text-align: center;
    border-radius: 20px;
    padding: 6px;
    white-space: nowrap;
    display: flex;
    justify-content: center;
    align-items: center;
}

.SkyBackground .grid-layout .car-detail-wrap{
    display: flex;
    flex-direction: column;
    margin-top: 32px;
}

.SkyBackground .grid-layout .car-detail-wrap .title{
    font-size: 36px;
        font-weight: 700;
        color: #012732;
        text-decoration: none !important;
}
.SkyBackground .grid-layout .car-detail-wrap .detail{
    font-size: 36px;
    font-weight: 400;
    color: #012732;
    text-decoration: none !important;
}
.SkyBackground .please-check-wrap{
    display: flex;
    justify-content: center;
    margin-top: 32px;
}

.SkyBackground .please-check-wrap .please-check{
    font-size: 36px;
    font-weight: 400;
    border-radius: 100px;
    background: #a6ccd7;
    height: 69px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1250px;
}
.wizard-step-outter{
    display: flex;
    justify-content: center;
    margin-top: 42px;
}

.wizard-step-outter .wizard-step-wrap{
    max-width: 1153px;
}

.top-title{
    font-size: 36px;
    font-weight: 400;
    margin-top: 78px;
}

.detail-title{
    font-size: 36px;
    font-weight: 700;
}


.btn-homepage-wrap{
    margin-top: 64px;
    display: flex;
    justify-content: center;
}

.btn-homepage-wrap .btn{
    width: 248px;
    height: 69px;
    background: #00708D;
    font-size: 32px;
    font-weight: 700;
    border-style: none;
}

 @media screen and (orientation: portrait) and (max-width:515px){
     .SkyBackground .grid-layout {
    display: grid;
    grid-template-columns: 1fr;
}
    .application-complete-wrap{
        padding: 32px 0px 32px 0px;
    }
    .SkyBackground{
            padding: 18px 18px 24px 18px;
            height: auto;
    }

    .SkyBackground .grid-layout .thankyou-txt{
        font-size: 20px;
    }
    .SkyBackground .grid-layout .application-wrap .application-txt{
        font-size: 16px;
    }
    .SkyBackground .grid-layout .application-wrap .application-no {
    font-size: 16px;
    font-weight: 700;
    width: 131px;
    height: 43px;
    }
    .SkyBackground .grid-layout .band-name{
        font-size: 24px;
    }
    .SkyBackground .grid-layout .model-name{
        font-size: 20px;
    }
    .SkyBackground .grid-layout .trim-name{
        font-size: 20px;
    }
    .SkyBackground .grid-layout .car-image{
        margin-top: 16px;
        text-align: center;
    }
    .SkyBackground .grid-layout .car-image img {
    width: 278px;
    height: 140px;
    object-fit: cover;
}
    .SkyBackground .grid-layout .price-card .month-payment{
        font-size: 20px;
    }
    .SkyBackground .grid-layout .price-card .month-payment-detail{
        font-size: 16px;
    }
    .SkyBackground .grid-layout .price-card{
            padding: 7px 8px 4px 6px;
    }
    .SkyBackground .grid-layout .price-card .price{
        font-size: 32px;
    }
    .SkyBackground .grid-layout .price-card .bath{
        font-size: 20px;
        margin-top: -15px;
    }
    .SkyBackground .grid-layout .car-detail-wrap .title{
        font-size: 20px;
        text-decoration: none !important;
    }
    .SkyBackground .grid-layout .car-detail-wrap .detail{
        font-size: 20px;
        text-decoration: none !important;
    }
    .SkyBackground .please-check-wrap .please-check{
        font-size: 16px;
        height: 80px;
                text-align: center;
    }
    .btn-homepage-wrap {
        padding: 0px 32px;
    }

    .btn-homepage-wrap .btn{
        font-size: 20px;
        height: 36px !important;
    }
 } 

 /* Ipad Pro Portrait */
@media screen and (orientation:portrait) and (max-width:1056px){
         .SkyBackground .grid-layout {
    display: grid;
    grid-template-columns: 1fr;
}
    .application-complete-wrap{
        padding: 32px 0px 32px 0px;
    }
    .SkyBackground{
            padding: 18px 18px 24px 18px;
            height: auto;
    }
    .monthly-price-wrap{
        display: flex;
        justify-content: center;
    }
    .SkyBackground .grid-layout .thankyou-txt{
        font-size: 20px;
    }
    .SkyBackground .grid-layout .application-wrap .application-txt{
        font-size: 16px;
    }
    .SkyBackground .grid-layout .application-wrap .application-no {
    font-size: 16px;
    font-weight: 700;
    width: 131px;
    height: 43px;
    }
    .SkyBackground .grid-layout .band-name{
        font-size: 24px;
        margin-top: 34px;
    }
    .SkyBackground .grid-layout .model-name{
        font-size: 20px;
    }
    .SkyBackground .grid-layout .trim-name{
        font-size: 20px;
    }
    .SkyBackground .grid-layout .car-image{
        margin-top: 16px;
        text-align: center;
    }
    .SkyBackground .grid-layout .car-image img {
    width: 278px;
    height: 140px;
    object-fit: contain;
}
    .SkyBackground .grid-layout .price-card .month-payment{
        font-size: 20px;
    }
    .SkyBackground .grid-layout .price-card .month-payment-detail{
        font-size: 16px;
    }
    .SkyBackground .grid-layout .price-card{
            padding: 7px 8px 4px 6px;
    }
    .SkyBackground .grid-layout .price-card .price{
        font-size: 32px;
    }
    .SkyBackground .grid-layout .price-card .bath{
        font-size: 20px;
        margin-top: -15px;
    }
    .SkyBackground .grid-layout .car-detail-wrap .title{
        font-size: 20px;
    }
    .SkyBackground .grid-layout .car-detail-wrap .detail{
        font-size: 20px;
    }
    .SkyBackground .please-check-wrap .please-check{
        font-size: 16px;
        height: 80px;
                text-align: center;
    }
    .btn-homepage-wrap {
        padding: 0px 32px;
    }

    .btn-homepage-wrap .btn{
        font-size: 20px;
        height: 36px !important;
    }
    .SkyBackground .grid-layout .application-wrap{
        margin-top: 20px;
    }
}

/** Ipad Pro 11" Landscape **/
@media screen and (orientation:landscape) and (max-width:1194px){
    .SkyBackground .grid-layout .thankyou-txt{
        font-size: 34px;
    }
    .SkyBackground{
        height: auto;
        padding: 64px 32px 42px 32px;
    }
    .SkyBackground .grid-layout{
        gap: 24px;
    }
    .SkyBackground .grid-layout .band-name{
        font-size: 52px;
    }
    .SkyBackground .grid-layout .model-name{
        font-size: 42px;
    }
    .SkyBackground .grid-layout .trim-name{
        font-size: 27px;
    }
    .SkyBackground .grid-layout .price-card .month-payment{
        font-size: 28px;
    }
    .SkyBackground .grid-layout .price-card .price{
        font-size: 42px;
    }
    .SkyBackground .grid-layout .price-card .month-payment-detail{
        font-size: 24px;
    }
    .SkyBackground .grid-layout .car-image img{
        width: 100%;
        height: 345px;
    object-fit: contain;
    }
    .SkyBackground .grid-layout .price-card .bath{
        margin-top: -22px;
        font-size: 26px;
    }
    .SkyBackground .grid-layout .car-detail-wrap .detail{
        font-size: 28px;
    }
    .SkyBackground .grid-layout .car-detail-wrap .title{
        font-size: 28px;
    }
    .SkyBackground .grid-layout .application-wrap .application-no{
        font-size: 32px;
        width: 244px;
    height: 57px;
    }

    .SkyBackground .grid-layout .application-wrap .application-txt{
        font-size: 28px;
    }
}

/***************************** Register Step1 *********************************/
.register-step1{
    background-color: #ffffff;
    display: flex;
    flex-direction: column;
    align-items: center;
   padding: 42px 20px 40px 20px;
}

.register-step1 .wizard-wrap{
    max-width: 1153px;
}

.register-step1 .main-con-form{
    max-width: 1447px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin-top: 42px;
    width: 100%;
}

.register-step1 .main-con-form .left-div{
    background-color: #f4f4f4;
    width: 100%;
    padding: 24px 16px 24px 8px;
}
.register-step1 .your-selection-wrap{
    display: flex;
    justify-content: center;
    gap: 24px;
    margin-top: 24px;
}
.register-step1 .your-selection-wrap .title{
    color: #00718F;
    font-style: normal;
    font-weight: 600;
    letter-spacing: -1.10667px;
    line-height: 50px;
    margin-left: 0px;
    margin-top: 0px;
    font-size: 28px;

}

.register-step1 .your-selection-wrap .car-name{
    font-weight: 600;
    font-style: normal;
    letter-spacing: -1.10667px;
    line-height: 50px;
    margin-left: 0px;
    margin-top: 0px;
    font-size: 28px;
}

.register-step1 .main-con-form .right-div{
background-color: #307a9a;
    padding: 0px 20px 20px 20px;
    width: 100%;
}

.register-step1 .main-con-form .left-div .header-filter{
    display: flex;
    gap: 16px;
}


.register-step1 .main-con-form .left-div .header-filter div{
    flex: 1;
}
.register-step1 .main-con-form .left-div .header-filter .title{
    font-size: 18px;
    font-weight: 600;
}

.register-step1 .main-con-form .right-div .choice-wrap div:nth-child(1){
    display: grid;
    grid-template-columns:  1fr 1fr 1fr;
} 
.register-step1 .main-con-form .right-div .force-flex div{
    display: flex;
    width: 100%;
}
.register-step1 .main-con-form .right-div .choice-div{
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-top: 20px;
}
.register-step1 .main-con-form .right-div .choice-div .list{
    display: flex;
}
.register-step1 .main-con-form .right-div .choice-div .tag-low{
    width: 100%;
    margin-left: 0px;
    line-height: 20px;
    padding: 0px 5px 0px 5px;
    color: #fff;
    background-color: #AED6F1;
    height: auto;
}
.register-step1 .main-con-form .right-div .choice-div .tag-medium{
    width: 100px;
    margin-left: 0px;
    line-height: 20px;
    padding: 0px 5px 0px 5px;
    color: #fff;
    background-color: #5DADE2;
    height: auto;
}
.register-step1 .main-con-form .right-div .choice-div .tag-high{
    width: 100px;
    margin-left: 0px;
    line-height: 20px;
    padding: 0px 5px 0px 5px;
    color: #fff;
    background-color: #2E86C1;
    height: auto;
}
.register-step1 .main-con-form .right-div .m-title{
    font-size: 20px;
    font-weight: 600;
    color: #ffffff;
}
.register-step1 .main-con-form .right-div .vat-text-wrap{
    font-size: 14px;
    color: #ffffff;
}
.register-step1 .main-con-form .right-div .s-title{
    font-size: 14px;
    font-weight: 600;
    color: #ffffff;
    padding-bottom: 3px;
    padding-left: 5px;
}

.register-step1 .main-con-form .right-div .separate-line{
    width: 100%;
    height: 1px;
    background-color: #ffffff;
}


.register-step1 .main-con-form .right-div .choice-div .choice-txt{
    font-size: 14px;
    color: #ffffff;
    white-space: nowrap;
}

.register-step1 .main-con-form .right-div .choice-div .radio-button:checked:before {
    border: 12px solid #fbf30f;
}

.register-step1 .main-con-form .right-div [data-radio-group] [data-radio-button]{
    display: flex !important;
}

/***** balloon ******/
.register-step1 .main-con-form .right-div .infor-wrap{
      position: relative;
  display: inline-block;
}


.register-step1 .balloon-tooltip {
  position: absolute;
   bottom: auto;
  top: calc(100% + 15px);
  transform: translateX(-50%) translateY(-10px);
  left: 50%;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
      width: 600px !important;
    height: 525px;
  align-items: center;
  /* Styling for the balloon */
  background: white;
  padding: 12px 16px;
  border-radius: 17px;
  box-shadow: 11.34px 36.27px 81.61px 0px #3333331F;
  z-index: 1000;
}

/* Triangle pointer*/
 .register-step1 .balloon-tooltip::after {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    border-top-color: white;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 10px solid white;
}

/* Show balloon on hover */
.infor-wrap:hover .balloon-tooltip {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(0);
}

/* Optional: Prevent balloon from disappearing when hovering over it */
.register-step1 .balloon-tooltip:hover {
  opacity: 1;
  visibility: visible;
}

.register-step1 .balloon-tooltip {
  bottom: auto;
  top: calc(100% + 15px);
  transform: translateX(-50%) translateY(-10px);
}
.register-step1 .main-con-form .right-div .price-wrap{
   width: fit-content;
}

.register-step1 .main-con-form .right-div .price{
    font-size: 42px;
    font-weight: 600;
    color: #ffffff;
}


.register-step1 .main-con-form .right-div .pric-bath{
    font-size: 12px;
    color: #ffffff;
    margin-top: -16px;
    text-align: right;
}

.register-step1 .main-con-form .right-div .fill-code-wrap{
    width: 280px;
    border-color: #fff;
    border-style: solid;
    border-width: 1px;
    padding: 0px 20px 10px 20px;
    margin-top: 16px;
}
.register-step1 .main-con-form .right-div .fill-code-wrap .btn{
    width: 85px;
    background-color: #f3f6f8;
    color: #01708c;
    height: 35px;
    margin-top: 10px;
    padding: 0px 20px 0px 20px;
        font-size: 24px;
    font-weight: 600;
}
.register-step1 .main-con-form .right-div .fill-code-wrap .title{
    font-size: 14px;
    color: #fff;
    margin-top: 5px;
}
.register-step1 .main-con-form .right-div .fill-code-wrap .checkcode{
    position: absolute;
    left: 50%;
}

.register-step1 .main-con-form .right-div .fill-code-wrap .form-control[data-input]{
    background: transparent;
    border-width: 0px 0px 1px 0px;
    border-radius: 0px;
    color: #ffff;
}

.register-step1 .main-con-form .right-div .showroom-btn-wrap{
    padding: 24px 10px 20px 0px;
}

.register-step1 .main-con-form .right-div .showroom-btn-wrap .title{
    font-size: 22px;
    font-weight: 600;
    color: #ffffff;
}

.register-step1 .main-con-form .right-div .showroom-btn-wrap .btn{
        line-height: 55px;
    font-size: 12px;
    color: white;
    text-align: center;
    background-color: #F74850;
    cursor: pointer;
    border-style: none;
    width: 100%;
    height: 56px;
    border-radius: 5px;
    gap: 10px;
    margin-top: 15px;
}
.register-step1 .main-con-form .right-div .showroom-detail{
    background-color: #fcfcfc;
    border-color: #cacbcb;
    border-radius: 5px;
    border-style: solid;
    border-width: 1px;
    margin-top: 10px;
    padding: 10px 20px 10px 20px;
}
.register-step1 .main-con-form .right-div .showroom-detail .content-wrap{
    display: flex;
    align-items: center;
    margin-bottom: 8px;
    
}
.register-step1 .main-con-form .right-div .showroom-detail .toptic{
        font-weight: bold;
        font-size: 14px;
    margin-right: 20px;
    white-space: nowrap;
}

.register-step1 .main-con-form .right-div .showroom-detail .detail{
        font-size: 14px;
}

.register-step1 .main-con-form .right-div .showroom-detail .iconcontent-wrap{
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 8px;
}

.register-step1 .main-con-form .right-div .showroom-detail .iconcontent-wrap img{
    width: 20px;
    height: 20px;
}

.link-social-share{
    display: flex;
    background-color: #fff;
    border-radius: 10px;
    margin-bottom: 10px;
    margin-right: 10px;
    margin-top: 10px;
    padding: 5px;

}

.carimg-container{
   padding: 16px 80px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.carimg-container img{
    object-fit: contain;
}

.link-social-share img{
    min-width: 30px;
    height: 30px;
}

.car-3dpreview .detail-wrap .color-title{
    font-weight: 600;
    font-size: 16px;
}

.car-3dpreview .detail-wrap .color{
    color: #878484;
    font-weight: 600;
    margin-left: 10px;
    font-size: 13px;
}

.car-3dpreview .detail-wrap .select-color-wrap{
    display: flex;
    gap: 5px;
    margin-top: 12px;
}

.car-3dpreview .detail-wrap .select-color-wrap .color-plate {
    width: 30px;
    height: 30px;
    display: inline-block;
    border-radius: 50%;
    margin: 5px;
    margin-left: 0;
    cursor: pointer;
}

.car-3dpreview .detail-wrap .duration{
    margin-top: 14px;
    font-size: 16px;
}

.car-3dpreview .detail-wrap .notice{
    font-size: 14px;
    color: #878484;
    margin-top: 16px;
}

.register-step1 .btn-wrap{
     display: flex;
     margin-top: 40px;
     justify-content: space-between;
     position: relative;
     width: 1112px;
}

.register-step1 .btn-wrap .btn{
    display: flex;
    width: 520px;
    height: 60px;
    justify-content: center;
    background: #00708D;
    font-size: 22px;
    color: #ffffff;
    align-items: center;
    border-radius: 100px;
    margin-left: 0px;
}
.register-step1 .btn-wrap .btn .img-blue{
    width: 36px;
    height: 36px;
    margin-right: 16px;
}
.register-step1 .btn-wrap .btn .img-white{
    width: 36px;
    height: 36px;
    margin-right: 16px;
}

.register-step1 .header-filter .title{
        font-size: 30px;
    font-weight: 600;
}

.register-step1 .header-filter .Package-Name{
    font-weight: 800;
    font-size: 16px;
}

.register-step1 .header-filter .Car-Name {
    font-size: 16px;
    font-weight: 400;
    padding-left: 10px;
}
[data-dropdown] .dropdown-display-content .Car-Name{
    padding-left: 0px !important;
}
.register-step1 .header-filter .dropdown-container .dropdown-popup-row{
    padding-left: 10px;
}

.dropdown-container .dropdown-popup-row:has(.Package-Name){
    cursor: none;
    pointer-events: none;
}

.register-step1  .osui-tabs--is-horizontal {
    overflow: visible;
}

.register-step1 .osui-tabs__content{
    overflow: visible;
}
.register-step1 .osui-tabs__content-item{
    padding-top: 8px;
}
.register-step1  .osui-tabs__content-item{
    overflow: visible;

} 

[data-dropdown] > .dropdown-list{
    z-index: 7;
}
.register-step1 .buttton-info {
    color: #878484;
    margin-top: 30px;
    max-width: 550px;
    padding: 0px 20px 0px 20px;
    font-size: 12px;
    text-align: center;
}

.register-step1 .promotion-wrap{
    margin-top: 24px;
}
.register-step-promotion{
    display: flex;
    gap: 16px;
}

.register-step-promotion img{
    width: 329px;
    height: 185px;
    min-width: 329px;
    min-height: 185px;
    object-fit: contain;
}
.register-step-promotion .promotion-name{
    font-size: 26px;
    font-weight: 400;
    color: #3D3D3D;
}

.register-step-promotion .promotion-desc{
    font-size: 20px;
    color: #3D3D3D;
    margin-top: 16px;
}

    .register-step-promotion .seemore-wrap .btn{
        width: 115px !important;
        height: 30px;
        border-radius: 40px;
           font-size: 20px;
           color: #ffffff;
           border-style: none;
           background-color: #00708D;
           margin-top: 16px;
           font-weight: 400;
    }

 @media screen and (orientation: portrait) and (max-width:1056px){

     .register-step1 .btn-wrap{
         flex-wrap: wrap;
         justify-content: center;
     }
     .register-step1 .main-con-form{
         grid-template-columns: 1fr;
         margin-top: 16px;
     }
     .register-step1 .your-selection-wrap{
         flex-wrap: wrap;
         gap: 10px;
     }
     .register-step1 .btn-wrap .btn{
                 width: 280px !important;
        height: 31px;
        font-size: 16px;
        white-space: nowrap;
     }
     .register-step1 .btn-wrap .btn img {
   width: 24px;
        height: 24px;
    margin-right: 16px;
}
    .register-step1 .header-filter .title{
        font-size: 20px;
    font-weight: 600;
}
    .register-step1 .main-con-form .right-div .m-title{
       font-size: 20px;
    font-weight: 600;
 }
    .register-step1 .your-selection-wrap .title {
        font-size: 166%;
    }
    .register-step1 .your-selection-wrap .car-name {
        font-size: 166%;
    }
    .register-step1 .main-con-form .left-div .header-filter .title{
        font-size: 20px;
    }
    /* New */
   .register-step1 .btn-wrap .btn .img-white{
        width: 24px;
        height: 24px;
        margin-right: 6px;
    }
    .register-step1 .customer-apply-wrap{
        position: relative;
    }
    .register-step1 .btn-normal-cus-infor{
           width: 335px;
           border-radius: 30px 30px 30px 30px;
    }
    .register-step1 .btn-wrap .btn .img-blue{
                width: 24px;
        height: 24px;
        margin-right: 6px;
    }
    .m-btn-infor-res{
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .register-step-promotion img{
        width: 146px;
        height: 82px;
        min-width: 146px;
    min-height:82px;
    }
    .register-step-promotion .promotion-name{
        font-size: 12px;
         text-align: left;
    }
    .register-step-promotion .promotion-desc{
        font-size: 10px;
        text-align: left;
    }
       .register-step-promotion .seemore-wrap .btn{
        width: 54px !important;
        height: 21px;
        border-radius: 40px;
           font-size: 10px;
    }
    .register-step-promotion {
    display: flex;
    gap: 16px;
    margin-bottom: 20px;
}
     .register-step-promotion .seemore-wrap{
         display: flex;
         justify-content: flex-start;
     }
     .register-step1 .balloon-tooltip{
        width: 90vw !important;
    height: 325px;
     }
     .juristic-register{
        padding: 20px 16px 20px 16px;
     }
     .juristic-register .juristic-register-content{
        display: flex;
        flex-direction: column;
        align-items: center;
     }
     .register-step1 .main-con-form .right-div .m-title{
        font-size: 18px;
     }
 }


  .register-step1 .btn-and-infor-cus{
     
      left: 0;
      width: 520px;
  }

    .register-step1 .btn-and-infor-bus{
        
         right: 0;
         width: 520px;
    }

.register-step1 .main-con-form .right-div .showroom-btn-wrap .btn .btn-animation{
    display: none;
}

.login-section-wrap .login-card .form-input-wrap input:-webkit-autofill{
    background-color: transparent !important;
}

.login-section-wrap .login-card .form-input-wrap input:-webkit-autofill,
.login-section-wrap .login-card .form-input-wrap input:-webkit-autofill:hover,
.login-section-wrap .login-card .form-input-wrap input:-webkit-autofill:focus,
.login-section-wrap .login-card .form-input-wrap input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0px 1000px #ffffff00 inset !important;
    -webkit-text-fill-color: #ffffff !important;
    transition: background-color 9999s ease-in-out 0s;
}

.login-section-wrap .forget-wrap{
    display: flex;
    justify-content: flex-end;
    width: 80%;
    margin-top: 16px;
}

.dis-btn {
    background-color: var(--color-neutral-0, #ffffff) !important;
    color: #6EADBF;
    border: 1px solid var(--color-primary, #00708D) !important;
    opacity: 1;
}

.close-modal-login{
    display: flex;
    justify-content: flex-end;
        position: absolute;
    width: 25px;
    height: 24px;
    top: 7px;
    right: 7px;
    line-height: 20px;
    text-align: right;
    font-size: 20px;
}
.forget-pass-popup{
    border-radius: 5px;
    max-width: 450px;
        width: 100%;
    overflow-y: auto;
    background-color: #fff;
    position: relative;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    text-align: center;
    padding: 30px;
}
.forget-pass-popup .block-popup{
    width: 100%;
}

/*
 * Verification Flow 
 */

.verification-wrapper {
    background-color: #fff;
    padding: 50px 20px 40px 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 50vh;
}
.verification-container {
    width: 100%;
    max-width: 430px;
}

.verification-container .text-title {
    text-align: center;
    font-weight: bold;
    margin: 10px 0px 10px 0px;
    color: #00495C;
    font-size: 24px;
}

.verification-container .text-body {
    font-weight: 400;
    font-style: Regular;
    font-size: 14px;
    line-height: 150%;
    color: #00495C;
}

.verification-container .text-description {
    font-weight: 400;
    font-style: Regular;
    font-size: 14px;
    line-height: 150%;
    text-align: center;
    color: #00495C;
    margin: 10px 0px 30px 0px;
}

.verification-wrapper .icon-container {
    width: 84px;
    height: 84px;
    margin: 0px auto 20px auto;
    padding: 10px;
}

.verification-wrapper .icon-container.unset-padding {
    padding: 0px;
}

.verification-wrapper .icon-container img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.verification-wrapper .button-container {
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
    width: 70%;
    margin: 0px auto
}

.verification-wrapper .button-container div[data-block="Utilities.ButtonLoading"],
.verification-wrapper .button-container .osui-btn-loading 
{
    width: 100%;
}

.verification-container .btn {
    width: 100%;
    background: #00708D;
    border-color: #00708D;
    border-radius: 100px;
}

.verification-container .btn.action {
    background: #EF5A40;
    border-color: #EF5A40;
}

.verification-container .btn.outline {
    background: #ffff;
    color: #00708D;
    font-weight: 400;
}

.verification-container input {
    border-top-width: 0px !important;
    border-right-width: 0px !important;
    border-left-width: 0px !important;
    border-radius: 0px !important;
    padding: 0 !important;
    color: #00495C;
}

.verification-container input::placeholder {
    color: #00495C;
    opacity: 1;
}

.pointer-events-none {
    pointer-events: none;
}

@media screen and (min-width: 769px) {
    .ContainerVerticalScroll1 {
        overflow-y: auto;
        height: 500px;
    }
}

@media screen and (min-width: 550px) and (max-width: 768px) {
    .ContainerVerticalScroll1 {
        overflow-y: auto;
        height: 500px;
        width: 350px;
    }
}

@media screen and (max-width: 1056px) {
    .showroom-wrap .showroom-filter-wrap{
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 8px;
    }
    .showroom-wrap .showroom-filter-wrap .select-search-filter {
        grid-column: span 2;
    }
    .popup-backdrop:has(.choose-dealer-popup){
            overflow: auto;
    }
       .showroom-wrap .form-control[data-input]{
           height: 24px;
           min-width: unset;
       }
       .showroom-wrap .form-control[data-input]::-webkit-input-placeholder{
           font-size: 8px;
       }
      .showroom-wrap .vscomp-toggle-button{
          height: 24px;
          min-width: unset;
      }
      .showroom-wrap .vscomp-toggle-button::-webkit-input-placeholder{
          font-size: 8px;
      }
    .showroom-wrap .list-map-wrap{
    display: grid;
    grid-template-columns: 1fr;
}
      .map-col{
          grid-column: 1;
    grid-row: 1;
      }
      .showroom-wrap .map-container {
    max-height: 500px;
    height: 290px !important;
}
    .ContainerVerticalScroll1 {
           height: 230px;
    overflow: auto;
    }
    .register-step1 .main-con-form .right-div .showroom-btn-wrap .title{
        font-size: 20px;
    }
    .register-step1 .main-con-form .right-div .fill-code-wrap {
    width: 90%;
    padding: 5px 20px 10px 20px;
    margin-top: 16px;
    margin-bottom: 24px;
}
    .start-process-btn{
        height: 40px;
    }
    .showroom-detail-wrap .tilte {
        font-size: 16px;
    }
    .showroom-detail-wrap .font-size-base{
        font-size: 14px;
    }
    .showroom-detail-wrap .iconphone{
        display: block;
    }
}
 .showroom-detail-wrap .iconphone{
     display: none;
     margin-right: 10px;
 }
  .showroom-detail-wrap .iconphone img{
      width: 16px;
      height: 18px;
  }
    .start-process-btn{
       background-color: #00708d;
    border-radius: 50px;
    width: 200px;
    color: #ffffff;
    height: 40px;
    }

      .register-step1 .yellow-txt{
        color: #ebef14;
        font-size: 20px;
      }
            @media screen and (orientation: portrait) and (max-width:1056px){
                    .register-step1 .yellow-txt{
        color: #ebef14;
        font-size: 16px;
      }  
       .start-process-btn{
        width: 130px;
        font-size: 14px;
        height: 37px;
       }
            }


@media screen and (orientation: portrait) and (max-width: 1056px) { 

    .login-section-wrap .login-card .title{
        font-size: 18px;
    }
    .login-section-wrap .login-card .s-text{
        font-size: 14px;
        margin-top: 10px;
    }
    .login-section-wrap .login-card .form-input-wrap{
        display: grid;
        grid-template-columns: 1fr;
    }
    .login-section-wrap .login-card .form-input-wrap label{
        font-size: 18px;
    }
    .login-section-wrap .login-card .btn-login{
        font-size: 18px;
        margin-top: 0px;
        width: 100%;
        min-width: 100%;
    }
    .login-section-wrap .input-flex-wrap{
        margin-bottom: 10px;
    }
    .login-section-wrap .userlogin-name{
        font-size: 14px;
    }
       .login-section-wrap .login-card .btn-login{
        font-size: 18px;
    }
       .login-section-wrap .login-card .form-input-wrap{
        width: 100%;
    }
    .login-section-wrap .forget-wrap{
        width: 95%;
    }
    .login-section-wrap .osui-btn-loading{
        width: 100%;
    }
    .login-section-wrap .btn-wrap .simply-btn{
        font-size: 20px;
        min-width: 210px;
        width: 100%;
    }
    .login-section-wrap .btn-wrap-simmo{
        width: 100%;
    }
}



.popup-login-step1{
    border-radius: 14px;
}

.popup-login-step1 .popup-content{
    display: flex;
    justify-content: center;
        padding-top: 16px;
    padding-bottom: 16px;
}

.popup-login-step1 .popup-content .close-modal-login{
    top: 11px;
    right: 11px;
}
.signinpopup-content{
    width: 440px !important;
}



@media screen and (max-width: 550px) {
    .signinpopup-content{
    width: 330px !important;
}

}
.add-ser-wrap [data-checkbox]{
    width: 20px;
    height: 20px;
}
.add-ser-wrap [data-checkbox]:before{
    width: 20px;
    height: 20px;
        background: #d8d8d8;
}
.add-ser-wrap [data-checkbox]:checked:after{
        height: 3px;
    left: 5px;
    top: 7px;
    width: 10px;
}

.add-ser-wrap [data-checkbox]:checked:before{
    background: var(--color-primary);
}
