


        .label-1 {
            color: var(--neutralgray-400);
        }

        .slick-initialized .slick-slide {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            align-items: center;
        }

        .slick-slide img {
            display: block;
            max-height: 300px;
            max-width: 100%;
            height: auto;
			width:100%;
			object-fit: contain;
        }

        .input-element-content-text1 input {
            width: 100%;
            background: unset;
            border: unset;
        }
        .btn-register:hover {
            color: #19223F;
        }
        .input-element-content-text1 {
            width: 100%;
        }

        .btn-login {
            background: unset;
            border: unset;
            width: 100%;
            text-align: center;
            align-items: center;
            color: #AFAFAF;
            font-size: 18px;
            font-family: Inter Tight;
            font-weight: 700;
            line-height: 24px;
            word-wrap: break-word;
        }

        .button-1-login {
            align-self: stretch;
            background-color: var(--neutralgray-100);
            gap: 10px;
            justify-content: center;
            padding: 16px 20px;
            width: 100%;
        }

        .button_login_first {
            align-items: center;
            border-radius: 8px;
            display: flex;
            flex: 0 0 auto;
            flex-direction: column;
            gap: 10px;
            justify-content: center;
            overflow: hidden;
            position: relative;
            width: 100%;
        }

        .btn-register {
            color: #19223F;
            font-size: 18px;
            font-family: Inter Tight;
            font-weight: 700;
            line-height: 24px;
            word-wrap: break-word
        }

        .btn-register-div {
            padding-left: 20px;
            padding-right: 20px;
            padding-top: 16px;
            padding-bottom: 16px;
            background: #E8E8E8;
            border: 1px solid #19223F;
            border-radius: 8px;
            text-align: center
        }

        .slick-dots {
            position: unset;
            bottom: -36px;
            display: block;
            width: 100%;
            padding: 0;
            list-style: none;
            text-align: center;
            margin-top: 1rem;
        }

            .slick-dots li.slick-active button:before {
                opacity: 1;
                color: #fc7044;
            }

            .slick-dots li button:before {
                font-family: 'slick';
                font-size:33px !important;
                line-height: 20px;
                position: absolute;
                top: 0;
                left: 0;
                width: 20px;
                height: 20px;
                content: '•';
                text-align: center;
                opacity: .25;
                color: #fc7044;
                -webkit-font-smoothing: antialiased;
                -moz-osx-font-smoothing: grayscale;
            }
			 .tooltip1 {
            position: relative;
            display: inline-block;
            opacity:1;
        }

            .tooltip1 .tooltiptext {
                visibility: hidden;
            
            }

                .tooltip1 .tooltiptext::after {
                    /* content: "";
                    position: absolute;
                    bottom: 98%;
                    right: 50%;
                    border-width: 12.66px;
                    border-style: solid;
                    border-color: transparent transparent #FFF;
                    background: #FC7044;*/
                    content: '';
                    height: 15px;
                    width: 15px;
                    position: absolute;
                    background-color: #fff;
                    top: -8px;
                    left: 42%;
                    border-top: 1px solid #fc7044;
                    border-left: 1px solid #fc7044;
                    transform: rotate(45deg);
                }
            /*.tooltip1 .tooltiptext::before {
                    content: "";
                    position: absolute;
                    bottom: 98%;
                    right: 50%;
                    border-width: 12.66px;
                    border-style: solid;
                    border-color: transparent transparent #FFF;
                    background: transparent;
                */
            .tooltip1:hover .tooltiptext,
            .tooltip1:focus .tooltiptext {
                visibility: visible;
            }
			 .backgroundappoint{
          position:relative;
      }
          .backgroundappoint_absolute {
              bottom: 16px;
              position: absolute;
              border: 0;
              left: 14px;
          }
       
              .backgroundappoint h6 {
                  color: #19223F;
                  font-size: 16px;
                  font-family: Inter Tight;
                  margin-bottom:0px;
                  font-weight: 700;
                  line-height: 23px;
                  word-wrap: break-word
              }
              .backgroundappoint p {
                  color: #404860;
                  font-size: 14px;
                  font-family: Inter Tight;
                  font-weight: 500;
                  line-height: 16px;
                  word-wrap: break-word
              }
          .backgroundappoint_img {
              max-width: 100%;
              position: relative;
              height: auto;
          }
		  .backgroundappoint_img {
    border-radius: 20px;
}