@import url("reset.css");
@import url("header.css");

:root {
    --primary-color: #3CCADA;
    --accent-color: #F7E948;
    --color-orange : #FBA702;
    --color-mint : #CFF2F6;
    --step-font-size: 18px;
    --headline-font-size: 30px;
    --description-font-size: 22px;
    --bg-gray: #F6F7FC;
    --step-font-size-MO: 18px;
    --headline-font-size-MO: 28px;
    --description-font-size-MO: 16px;
    --border-round-L : 10px;
    --border-round-S : 5px;
}



  /* @디자인 시스템 */

  
  :root{

    --theme-color: #20ABC6;
    
    --primary-color: #36B7C5;
    --red-color: #FE6F61;
    --red-100-color: #FF6262;
    --red-200-color: #FF8B8B;
    --pink-100-color: #DA2872;
    --accent-color: #F7E948;
/*    --accent-color:#FFCB57;*/
    --yellow-color:#F7E847;
    --blue-color:#3969EF;
    --standard-radius: 15px;
    --border-round-S: 5px;
    --border-round-M: 8px;
    --border-round-L: 10px;
    --border-color: #EDEDED;
    --theme-color: #3CCBDB;
    --theme-bg-color: #F8F8FA;
    --theme-font-color: #444C67;
    --disabled-font-color: #C4C4C4;
    --disabled-gray-color:#D2D2DF;
    --disabled-status-color:#D2D2DF;
    --navy-color:#454D56;
    --gray-font-color:#454D56;
    --box-shadow: 10px 10px 10px rgba(212, 212, 223, 0.2);
    --box-shadow_black: 3px 3px 4px rgba(0, 0, 0, 0.25);
    --bg-gray: #F4F5F9;
    --bg-gray-color: #F8F8FA;
    --bg-sky: #ECF9FB;
    --bg-yellow: #FFF8E7;
    --bg-red: #FFF6F5;
    --bg-red-100: #FFE8E8;
    --gradient-color: linear-gradient(98deg, #3CCBDB 32.37%, #F7E847 114.35%);
    --gradient-hover-color: linear-gradient(98deg, #2E97A3 32.37%, #F7E847 114.35%);
    --placeholder-color: #B7BECD;
    --line-color: #E4E8EE;
    --gradient-primary: linear-gradient(115deg, #3CCBDB 0%, #DA2872 100%);
    --gradient-primary-hover: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), linear-gradient(115deg, #3CCBDB 0%, #DA2872 100%);
    
    /* CTA 버튼 그라데이션 */
    --cta-gradient: linear-gradient(115deg, #3CCBDB 0%, #DA2872 100%);
    --cta-gradient-hover: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), linear-gradient(115deg, #3CCBDB 0%, #DA2872 100%);
    --gradient-banner-color : radial-gradient(ellipse 87.78% 126.52% at 18.75% -26.52%, rgba(60, 203, 219, 0.25) 0%, rgba(60, 203, 219, 0) 66.3%), radial-gradient(ellipse 51.78% 106.84% at 102.5% 111.6%, rgba(255, 107, 168, 0.25) 0%, rgba(255, 107, 168, 0) 100%), radial-gradient(ellipse 55.31% 83.79% at -1.56% 100%, rgba(255, 178, 154, 0.15) 0%, rgba(255, 178, 154, 0) 100%);

    /* 버튼 그라데이션 - blue */
    --cta-gradient-blue: linear-gradient(115deg, #3C91DB 0%, #DA2872 100%);
    --cta-gradient-blue-hover: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), linear-gradient(115deg, #3C91DB 0%, #DA2872 100%);
 
   



  /* Label */
  --label-r-size: 14px;
  --label-r-line: 24px;
  --label-r-letter: -0.5px;
  --label-r-weight: 400;

  --label-m-size: 14px;
  --label-m-line: 24px;
  --label-m-letter: -0.5px;
  --label-m-weight: 400;

  /* Body */
  --body-r-size: 16px;
  --body-r-line: 24px;
  --body-r-letter: -0.5px;
  --body-r-weight: 400;

  --body-m-size: 16px;
  --body-m-line: 24px;
  --body-m-letter: -0.5px;
  --body-m-weight: 500;

  /* Title */
  --title-s-size: 18px;
  --title-s-line: 20px;
  --title-s-letter: -0.3px;
  --title-s-weight: 700;

  --title-m-size: 20px;
  --title-m-line: 24px;
  --title-m-letter: -0.3px;
  --title-m-weight: 700;

  --title-l-size: 22px;
  --title-l-line: 26px;
  --title-l-letter: -0.3px;
  --title-l-weight: 700;

  /* Headline */
  --headline-size: 32px;
  --headline-line: 36px;
  --headline-letter: -0.3px;
  --headline-weight: 700;

  /* Radius */
  --radius-0: 0px;
  --radius-2: 2px;
  --radius-4: 4px;
  --radius-6: 6px;
  --radius-8: 8px;
  --radius-10: 10px;
  --radius-12: 12px;
  --radius-14: 14px;
  --radius-16: 16px;
  --radius-18: 18px;
  --radius-20: 20px;
  --radius-22: 22px;
  --radius-24: 24px;
  --radius-full: 9999px;

  /* color */

  --color-text-inverse : #FFFFFF;
  --color-text-strong : #444C67;
  --color-text-medium : #5C637D;
  --color-text-soft : #999DA9;
  --color-text-disabled : #B8BBC6;
  --color-text-primary : #36B7C5;
  --color-text-error : #E72A2A;

  --color-border-weak: #FFFFFF;
  --color-border-medium: #E5E5E5;
  --color-border-error: #FFD8D8;
  --color-border-default: #F3F3F3;

  --color-primary-300 : #E2F7FA;
  --color-primary-500 : #36B7C5;
  --color-primary-700 : #2D98A4;
  --color-primary-900 : #1B5B63;
  

  --color-primary: var(--color-primary-500);
  --color-primary-weak : var(--color-primary-300);
  --color-primary-dark : var(--color-primary-700);
  --color-primary-deep : var(--color-primary-900);


  --color-point-500: #DA2872;
  --color-point-300: #FFF6FA;

  --color-point: var(--color-point-500);
  --color-point-weak : var(--color-point-300);
 
  /* surface, background */
  --surface-gray-weak:#FAFCFE;
  --surface-gray:#F4F5F9;
  --surface-disabled:#F0F1F6;
  --surface-dark:#454D56;
  --surface-error:#E72A2A;
  --surface-white:#FFFFFF;
  --surface-translucent-30:rgba(255, 255, 255, 0.3);
  --surface-translucent-50:rgba(255, 255, 255, 0.5);
  --surface-dim-20:rgba(0, 0, 0, 0.2);

  --background-gray-weak: #FAFAFA;


  --font-family-base: "Noto Sans KR", system-ui, -apple-system, "Segoe UI",
  Roboto, "Noto Sans KR", "Apple SD Gothic Neo", sans-serif;
  
  --font-label-r:   normal normal var(--label-r-weight)   normal var(--label-r-size)   / var(--label-r-line)   var(--font-family-base);
  --font-label-m:   normal normal var(--label-m-weight)   normal var(--label-m-size)   / var(--label-m-line)   var(--font-family-base);
  --font-body-r:    normal normal var(--body-r-weight)    normal var(--body-r-size)    / var(--body-r-line)    var(--font-family-base);
  --font-body-m:    normal normal var(--body-m-weight)    normal var(--body-m-size)    / var(--body-m-line)    var(--font-family-base);
  --font-title-s:   normal normal var(--title-s-weight)   normal var(--title-s-size)   / var(--title-s-line)   var(--font-family-base);
  --font-title-m:   normal normal var(--title-m-weight)   normal var(--title-m-size)   / var(--title-m-line)   var(--font-family-base);
  --font-title-l:   normal normal var(--title-l-weight)   normal var(--title-l-size)   / var(--title-l-line)   var(--font-family-base);
  --font-headline:  normal normal var(--headline-weight)  normal var(--headline-size)  / var(--headline-line)  var(--font-family-base);
  
}

/* Mobile Style */
@media (max-width: 1184px) {
    :root{
        /* Label */
    --label-r-size: 12px;
    --label-r-line: 24px;
    --label-r-letter: -0.5px;
    --label-r-weight: 400;

    --label-m-size: 12px;
    --label-m-line: 24px;
    --label-m-letter: -0.5px;
    --label-m-weight: 400;

    /* Body */
    --body-r-size: 14px;
    --body-r-line: 24px;
    --body-r-letter: -0.5px;
    --body-r-weight: 400;

    --body-m-size: 14px;
    --body-m-line: 24px;
    --body-m-letter: -0.5px;
    --body-m-weight: 500;

    /* Title */
    --title-s-size: 16px;
    --title-s-line: 20px;
    --title-s-letter: -0.3px;
    --title-s-weight: 700;

    --title-m-size: 18px;
    --title-m-line: 24px;
    --title-m-letter: -0.3px;
    --title-m-weight: 700;

    --title-l-size: 20px;
    --title-l-line: 26px;
    --title-l-letter: -0.3px;
    --title-l-weight: 700;
    }
    
  }

/*  타이포그래피 */
.text-label-r{
    font-size: var(--label-r-size);
    line-height: var(--label-r-line);
    letter-spacing: var(--label-r-letter);
    font-weight: var(--label-r-weight);
}
.text-label-m{
    font-size: var(--label-m-size);
    line-height: var(--label-m-line);
    letter-spacing: var(--label-m-letter);
    font-weight: var(--label-m-weight);
}
.text-body-r{
    font-size: var(--body-r-size);
    line-height: var(--body-r-line);
    letter-spacing: var(--body-r-letter);
    font-weight: var(--body-r-weight);
}
.text-body-m{
    font-size: var(--body-m-size);
    line-height: var(--body-m-line);
    letter-spacing: var(--body-m-letter);
    font-weight: var(--body-m-weight);
}
.text-title-s{
    font-size: var(--title-s-size);
    line-height: var(--title-s-line);
    letter-spacing: var(--title-s-letter);
    font-weight: var(--title-s-weight);
}
.text-title-m{
    font-size: var(--title-m-size);
    line-height: var(--title-m-line);
    letter-spacing: var(--title-m-letter);
    font-weight: var(--title-m-weight);
}
.text-title-l{
    font-size: var(--title-l-size);
    line-height: var(--title-l-line);
    letter-spacing: var(--title-l-letter);
    font-weight: var(--title-l-weight);
}

.text-headline{
    font-size: var(--headline-size);
    line-height: var(--headline-line);
    letter-spacing: var(--headline-letter);
    font-weight: var(--headline-weight);
}

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


html {
    font-family: 'Noto Sans KR', sans-serif;
    margin: 0;
    padding: 0;
    height: 100%;
}

html,
body,
div,
ul,
li,
p,
figure {
    padding: 0;
    margin: 0;
    line-height: 1.4;
    word-break: keep-all;
}

ul,
li {
    list-style: none;
}

a {
    text-decoration: none;
    color: #666;
}

.m_show {
    display: none;
}

.displaynone {
    display: none !important;
}

.visibility{
    visibility:hidden;
}

img {
    vertical-align: top;
}

body {
    min-width: 340px;
    background-color: #fff;
    margin: 0;
    height: auto;
    min-height: 100vh;
    letter-spacing: -0.4px;
    /* color: #222; */
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url(../img/icon/tool/select_down.svg);
    background-position: right 20px center;
    background-repeat: no-repeat;
    padding-right: 40px;
}

select::-ms-expand {
    display: none;
}

select option[hidden] {
    color: red;
}

input::-webkit-input-placeholder,
input:disabled {
    color: #AAAAAA;
}

input:-ms-input-placeholder,
input:disabled {
    color: #AAAAAA;
}

input::placeholder,
input:disabled {
    color: #AAAAAA;
}

input:disabled {
    cursor: default !important;
}

input[type="text"] {
    width: 100%;
}

input[name="title"] {
    font-size: 21px;
    font-weight: 800;
    text-align: center;
}

input[type="password"] {}

button {
    cursor: pointer;
    border: 1px solid #eee;
}

button:focus {
    outline: none;
    -webkit-box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.1);
}

ul {
    list-style: none;
}

a {
    color: currentColor;
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5 {
    font-size: 1em;
}

img {
    vertical-align: top;
    /*      height: 100%; */
    /*    NOTE: 이미지에 문제 생기면 확인할것*/
}

video {
    width: 100%;
}

.back_color {
    background-color: #fff;
}

.back_color2 {
    background-color: #f9fafb;
}

.back_color3 {
    background-color: #9499b4;
}

.back_color4 {
    background-color: #3ccbdb;
}

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

.text-light {
    font-weight: 300;
}

.text-red {
    color: #E24040;
}

.text-white {
    color: #fff;
}

.accent_text{
    color: var(--primary-color);
}
.gray_btn{
    padding: 10px 20px;
    border-radius: 10px;
    background-color: #F4F5F9;
}

.img-background1 {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center center;
    object-position: center center;
    width: 100%;
    height: 100vh;
}

.overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 750px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.restaurant {
    margin-bottom: -150px;
    width: 650px;
}

.reviews {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 60px;
}

.review-img {
    width: 491px;
}

.logo_white {
    display: inline;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center center;
    object-position: center center;
    position: absolute;
    top: 130px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    width: 400px;
}

.content_area {
    position: relative;
    padding-top: 70px;
    padding-bottom: 150px;
    overflow: hidden;
}

.text_box {
    text-align: center;
}

.text_only {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: calc(100vh - 100px);
}

.title_70 {
    font-size: 70px;
}

.title_50 {
    font-size: 50px;
}

.title_40 {
    font-size: 40px;
}

.title_35 {
    font-size: 35px;
}

.title_25 {
    font-size: 25px;
}

.title_60 {
    font-size: 60px;
}

.title_120 {
    font-size: 120px;
}

.thinner {
    text-align: center;
    font-weight: lighter;
}

.bolder {
    text-align: center;
    font-weight: bold;
}

.text-light {
    font-weight: 300;
}

.icon {
    width: 40px;
}

.button_skyblue {
    background-color: var(--primary-color);
    color: #ffffff;
    border-radius: 10px;
    -webkit-box-shadow: 2px 2px 5px rgba(250 250 250 80%);
    box-shadow: 2px 2px 5px rgba(250 250 250 80%);
    cursor:pointer;
    box-sizing: border-box;
    display: block;
}

.button_skyblue:hover {
    background-color: #ffffff;
    color: var(--primary-color);
    border: 1px solid var(--primary-color);
}

.button_yellow {
    background-color: var(--accent-color);
    color: #222;
    border-radius: 10px;
    -webkit-box-shadow: 2px 2px 5px rgba(250 250 250 80%);
    box-shadow: 2px 2px 5px rgba(250 250 250 80%);
    cursor:pointer;
    box-sizing: border-box;
    display: block;
}

.button_yellow:hover {
    background-color: #ffffff;
    color: var(--accent-color);
    border: 1px solid var(--accent-color);
}

.gradient_btn{
    border-radius: 10px;
    border-radius: 10px;
    background: linear-gradient(95deg, #3CCBDB 6.31%, #46B1FF 159.02%);
    box-shadow: 0px 5px 20px 0px rgba(13, 186, 205, 0.30);
    padding: 20px 0 ;
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    max-width: 234px;
    width: 100%;
    display: inline-block;
    cursor:pointer;
}

.marking {
  background: var(--accent-color);
    padding: 2px 8px;
    border-radius: 4px;    
    font-size: inherit !important;
    color: #444 !important;
}

.border_line{
    border-bottom: 2px solid #FEE45C;
    font-size: inherit !important;
}

.customButton {
  color: #fff;
  border-radius: 15px;
    cursor:pointer;
}

.customButton a {
  display: inline-block;
  padding: 10px 20px 6px;
  background: var(--primary-color);
  border-radius: var(--border-round-L);
  text-align: center;
  cursor:pointer;
}

.btn_white{
    display: block;
    width: 100%;
    max-width: 283px;
    background: #fff !important;
    color: var(--primary-color) !important;
    padding: 20px 18.5px ;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.4px;
    text-align: center;
    border-radius: var(--border-round-L);
    cursor:pointer;
}

.btn_white_border{
    display: block;
    width: 100%;
    max-width: 253px;
    background: transparent !important;
    color: #fff !important;
    padding: 20px 18.5px ;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.4px;
    text-align: center;
    border-radius: var(--border-round-L);
    border: 1px solid #fff;
    cursor:pointer;
}

/* 시작하기 플로팅 버튼 */

.floatingButton {
    position: fixed;
    right: 34px;
    bottom: 180px;
    z-index: 9999;
    background: transparent;
/*    border-radius: 15px;*/
}

.floatingButton a {
    display: inline-block;
/*    padding: 10px 20px 10px;*/
    color: #fff;
    font-size: 16px;
    background: transparent;
    border-radius: 50%;
    box-shadow: 0px 10px 20px rgba(60,203,219,0.3);
        -webkit-box-shadow: 0px 10px 20px rgba(60,203,219,0.3);
}
.floatingButton img{
    max-width: 60px;
}

.fixed_bottom_bar{
    background: #fff;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 9999;
    width: 100%;
    padding: 15px 0 ;
    box-shadow: 0 -4px 12px rgba(0, 0, 0, .1);
}

.fixed_bottom_bar br{
    display: none;
}

.fixed_bottom_bar > div{
    max-width: 1110px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    line-height: 1.3;
    padding: 0 20px;
}

.fixed_bottom_bar span,.fixed_bottom_bar a{
    font-size: 24px;
    font-weight: 700;    
}

.fixed_bottom_bar span b{
    color: #3ccbdb;
    font-size: 24px;
    font-weight: 700;
}

.fixed_bottom_bar a{
    background-color: #3CCBDB;
    border-radius: var(--border-round-S);
    padding: 15px 30px;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
}

@media (max-width:1023px) {
    .floatingButton {
/*        display: none;*/
        right: 13px;
        bottom: 155px;
    }
    .floatingButton img{
        max-width: 52px;
    }
    
    .fixed_bottom_bar span,.fixed_bottom_bar span b{
        font-size: 16px;
    }
    .fixed_bottom_bar a{
        font-size: 16px;
        padding: 8px;
    }
    .fixed_bottom_bar br{
        display: block;
    }
    
}

/* // 시작하기 플로팅 버튼 */

/*
@font-face {
    font-family: 'GmarketSans';
    font-weight: 700;
    font-display: block;
    src: url('../asset/font/GmarketSansTTFBold.ttf') format("truetype");
}

@font-face {
    font-family: 'GmarketSans';
    font-weight: 500;
    font-style: nomal;
    font-display: block;
    src: url('../asset/font/GmarketSansTTFMedium.ttf') format("truetype");
}

@font-face {
    font-family: 'GmarketSans';
    font-weight: 300;
    font-display: block;
    src: url('https://cdn.jsdelivr.net/gh/wizfile/font/GmarketSansTTFLight.eot');
    src: url('https://cdn.jsdelivr.net/gh/wizfile/font/GmarketSansTTFLight.woff') format('woff');
}

@font-face {
    font-family: "GmarketSans";
    font-weight: 300;
    font-display: block;
    src: local("GmarketSans"),
        url("../asset/font/GmarketSansTTFLight.ttf") format("truetype"),
}
*/




/*
@font-face {
    font-family: 'NotoSansCJKkr';
    font-weight: 700;
    font-display: block;
    src: url('../asset/font/NotoSansCJKkr-Bold.otf') format("opentype");
}
*/

/*
@font-face {
    font-family: 'NotoSansCJKkr';
    font-weight: 600;
    font-style: nomal;
    font-display: block;
    src: url('../asset/font/NotoSansCJKkr.otf') format("opentype");
}
*/
/*
@font-face {
    font-family: 'NotoSansCJKkr';
    font-weight: 500;
    font-style: nomal;
    font-display: block;
    src: url('../asset/font/NotoSansCJKkr-Medium.otf') format("opentype");
}
@font-face {
    font-family: 'NotoSansCJKkr';
    font-weight: 400;
    font-style: nomal;
    font-display: block;
    src: url('../asset/font/NotoSansCJKkr-Regular.otf') format("opentype");
}
*/
/*
@font-face {
    font-family: 'NotoSansCJKkr';
    font-weight: 300;
    font-style: nomal;
    font-display: block;
    src: url('../asset/font/NotoSansCJKkr-Thin.otf') format("opentype");
}
*/








html body iframe[title='chat widget']:first-child{
    outline: none !important;
    visibility: visible !important;
    resize: none !important;
    box-shadow: none !important;
    overflow: visible !important;
    background: none !important;
    opacity: 1 !important;
    filter: alpha(opacity = 100) !important;
    -mz-opacity: 1 !important;
    -khtml-opacity: 1 !important;
    top: auto !important;
    right: 30px !important;
    bottom: 110px !important;
    left: auto !important;
    position: fixed !important;
    border: 0 !important;
    min-height: 60px !important;
    min-width: 64px !important;
    max-height: 60px !important;
    max-width: 64px !important;
    padding: 0 !important;
    margin: 0 !important;
    -moz-transition-property: none !important;
    -webkit-transition-property: none !important;
    -o-transition-property: none !important;
    transition-property: none !important;
    transform: none !important;
    -webkit-transform: none !important;
    -ms-transform: none !important;
    width: 64px !important;
    height: 60px !important;
    display: block !important;
    z-index: 1000001 !important;
    background-color: transparent !important;
    cursor: none !important;
    float: none !important;
    border-radius: unset !important;
    pointer-events: auto !important;
    clip: auto !important;
    color-scheme: light !important;
    }
    
    html body iframe[title='chat widget']:nth-child(2){
    display: none !important;
    }
    
    html body iframe[title='chat widget']:nth-child(3){
    display: none !important;
    }
    
    html body iframe[title='chat widget'].open:nth-child(2){
     outline: none !important;
    visibility: visible !important;
    resize: none !important;
    box-shadow: none !important;
    overflow: visible !important;
    background: none !important;
    opacity: 1 !important;
    filter: alpha(opacity = 100) !important;
    top: auto !important;
    right: 10px !important;
    bottom: 180px !important;
    left: auto !important;
    position: fixed !important;
    border: 0 !important;
    min-height: 500px !important;
    min-width: 350px !important;
    max-height: 650px !important;
    max-width: 450px !important;
    padding: 0 !important;
    margin: 0 !important;
    -moz-transition-property: none !important;
    -webkit-transition-property: none !important;
    -o-transition-property: none !important;
    transition-property: none !important;
    transform: none !important;
    -webkit-transform: none !important;
    -ms-transform: none !important;
    width: 100% !important;
    height: 700px !important;
    display: block !important;
    z-index: 1000002 !important;
    background-color: transparent !important;
    cursor: none !important;
    float: none !important;
    border-radius: 5px !important;
    pointer-events: auto !important;
    clip: auto !important;
    color-scheme: light !important;
    }
    
    html body iframe[title='chat widget']:nth-child(4){
      outline: none !important;
    visibility: visible !important;
    resize: none !important;
    box-shadow: none !important;
    overflow: visible !important;
    background: none !important;
    opacity: 1 !important;
    filter: alpha(opacity = 100) !important;
    -mz-opacity: 1 !important;
    -khtml-opacity: 1 !important;
    top: auto !important;
    right: 45px !important;
    bottom: 95px !important;
    left: auto !important;
    position: fixed !important;
    border: 0 !important;
    min-height: 44px !important;
    min-width: 37px !important;
    max-height: 44px !important;
    max-width: 37px !important;
    padding: 0 !important;
    margin: 0px 0 0 0 !important;
    -moz-transition-property: none !important;
    -webkit-transition-property: none !important;
    -o-transition-property: none !important;
    transition-property: none !important;
    transform: rotate(0deg) translateZ(0);
    -webkit-transform: rotate(0deg) translateZ(0);
    -ms-transform: rotate(0deg) translateZ(0);
    width: 37px !important;
    height: 44px !important;
    display: block !important;
    z-index: 1000002 !important;
    background-color: transparent !important;
    cursor: none !important;
    float: none !important;
    border-radius: unset !important;
    pointer-events: auto !important;
    clip: auto !important;
    color-scheme: light !important;
    -moz-transform: rotate(0deg) translateZ(0);
    -o-transform: rotate(0deg) translateZ(0);
    transform-origin: 0;
    -moz-transform-origin: 0;
    -webkit-transform-origin: 0;
    -o-transform-origin: 0;
    -ms-transform-origin: 0;
    }
    
    html body iframe[title='chat widget']:nth-child(5){
        outline: none !important;
      visibility: visible !important;
      resize: none !important;
      box-shadow: none !important;
      overflow: visible !important;
      background: none !important;
      opacity: 1 !important;
      filter: alpha(opacity = 100) !important;
      -mz-opacity: 1 !important;
      -khtml-opacity: 1 !important;
      top: auto !important;
      right: 45px !important;
      bottom: 105px !important;
      left: auto !important;
      position: fixed !important;
      border: 0 !important;
      min-height: 44px !important;
      min-width: 37px !important;
      max-height: 44px !important;
      max-width: 37px !important;
      padding: 0 !important;
      margin: 0px 0 0 0 !important;
      -moz-transition-property: none !important;
      -webkit-transition-property: none !important;
      -o-transition-property: none !important;
      transition-property: none !important;
      transform: rotate(0deg) translateZ(0);
      -webkit-transform: rotate(0deg) translateZ(0);
      -ms-transform: rotate(0deg) translateZ(0);
      width: 37px !important;
      height: 44px !important;
      display: none !important;
      z-index: 1000002 !important;
      background-color: transparent !important;
      cursor: none !important;
      float: none !important;
      border-radius: unset !important;
      pointer-events: auto !important;
      clip: auto !important;
      color-scheme: light !important;
      -moz-transform: rotate(0deg) translateZ(0);
      -o-transform: rotate(0deg) translateZ(0);
      transform-origin: 0;
      -moz-transform-origin: 0;
      -webkit-transform-origin: 0;
      -o-transform-origin: 0;
      -ms-transform-origin: 0;
    }
    
    
    @media (max-width: 800px) {
        body.tawk-mobile, html.tawk-mobile {
            font-size: 18px !important;
        }
    
        html body iframe[title='chat widget']:first-child{
            right: 6px !important;
            bottom: 80px !important;
            min-width: auto !important;
            min-height: auto !important;
            transform: scale(0.85) !important;
        }
    
        html body iframe[title='chat widget']:nth-child(2){
            bottom: 150px !important;
        }
    
        html body iframe[title='chat widget']:nth-child(4){
            right: 20px !important;
            bottom: 70px !important;
        }
        html body .tawk-min-container .tawk-button-circle.tawk-button-large{
            width: 50px;
            height: 50px;
        }
    }
