:root {
  --red-light: #F11A22;
  --red-dark: #93291E;
  --pink-light: #FFEBEC;
  --gray-light: #F8F3F4;
  --gray-dark: #626262;
  --black: #333333;
  --black-light: #444444;
  --white: #ffffff;
  --bg-body: #F3F4F5;
  --blue-dark: #095073;
  --green: #32AA66;
  --gray-middle: #c4c4c4;
  --red-middle: #D32027;
  --blue-light: #1B87BD;
  --border-gray: #E7E7E7;
}


.page-link:hover {
  z-index: 2;
  color: #095073;
  text-decoration: none;
  background-color: #F8F3F4;
  border-color: #dee2e6;
}
.page-link {
  position: relative;
  display: block;
  padding: .5rem .75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #095073;
  background-color: #fff;
  border: 1px solid #dee2e6;
}
.page-link:focus {
  z-index: 2;
  outline: 0;
  box-shadow: none;
}

.irs--flat .irs-bar {
  /* background-color: #D32027; */
  background-image: linear-gradient(270deg,#93291E,#F11A22);
  top: 27px;
  height: 4px;
}
.irs--flat .irs-from, .irs--flat .irs-to, .irs--flat .irs-single {
  color: #626262;
  background-color: #FFEBEC;
}
.irs--flat .irs-line {
  top: 27px;
  height: 4px;
  background-color: #e1e4e9;
  border-radius: 4px;
}

.irs--flat .irs-handle>i:first-child {
  position: absolute;
    display: block;
    top: 0;
    left: 50%;
    width: 15px;
    height: 15px;
    margin-left: -8px;
    background-color: #93291E;
    border-radius: 100%;
}

.circle-red {
  border-radius: 100%;
  height: 2.8rem;
  width: 2.8rem;
  background-color: #F11A22;
  border: 0.25rem solid #F11A22;
  color: #ffffff;
  margin-bottom: 0.5rem;
}

.circle-white-red {
  border-radius: 100%;
  height: 2.8rem;
  width: 2.8rem;
  background-color: #ffffff;
  border: 0.25rem solid #D32027;
  color: #F11A22;
  margin-bottom: 0.5rem;
}

.circle-white-gray {
  border-radius: 100%;
  height: 2.8rem;
  width: 2.8rem;
  background-color: #ffffff;
  border: 0.25rem solid #c4c4c4;
  color: #c4c4c4;
  margin-bottom: 0.5rem;
}

.bg-black {
  background-color: #333333 !important;
  color: #ffffff !important;
}

.bg-black-2 {
  background-color: #00000057 !important;
  color: #ffffff !important;
}

.bg-black-3 {
  background-color: #00000083 !important;
  color: #ffffff !important;
}

.mb-page {
  margin-bottom: 3rem;
}

.title-head-box {
  position: absolute;
  top: -31px;
}

.pt-2r {
  padding-top: 1.5rem;
}

.process-1 {
  position: absolute;
  top: 1.5rem;
  left: -42px;
  text-align: -webkit-center;
}

.process-2 {
  position: absolute;
  top: 1.5rem;
  left: -37px;
  text-align: -webkit-center;
}

.process-3 {
  position: absolute;
  top: 1.5rem;
  right: -35px;
  text-align: -webkit-center;
}

.m-04 {
  margin: 0.4rem;
}

.process-red-line-r {
  background-image: linear-gradient(270deg, #D32027, #f52a31);
  height: 0.25rem;
  top: 25%;
  position: absolute;
  right: 0;
}

.process-red-line-l {
  background-image: linear-gradient(270deg, #c01a20, #D32027);
  height: 0.25rem;
  top: 25%;
  position: absolute;
  left: 0;
}

.process-red-line-2 {
  background-image: linear-gradient(270deg, #93291E, #D32027);
  height: 0.25rem;
  margin: 3rem 0rem 4rem 0rem;
}

.process-gray-line-r {
  background-color: #c4c4c4;
  height: 0.25rem;
  top: 25%;
  position: absolute;
  right: 0;
}

.process-gray-line-l {
  background-color: #c4c4c4;
  height: 0.25rem;
  top: 25%;
  position: absolute;
  left: 0;
}
.process-red-line-r {
  background-color: linear-gradient(270deg, #c01a20, #D32027);
  height: 0.25rem;
  top: 25%;
  position: absolute;
  right: 0;
}

.process-red-line-l {
  background-color: linear-gradient(270deg, #c01a20, #D32027);
  height: 0.25rem;
  top: 25%;
  position: absolute;
  left: 0;
}

.mt-09 {
  margin-top: 0.9rem;
}

.font-white {
  color: #ffffff !important;
}

a:hover {
  color: #ffffff;
  text-decoration: none;
}

.font-09 {
  font-size: 0.9rem !important;
}

.font-08 {
  font-size: 0.8rem;
}

.font-blue {
  color: #095073;
}

.font-blue-light {
  color: #1B87BD;
}

.font-green {
  color: #32AA66;
}

.font-red {
  color: #F11A22;
}

.font-gray {
  color: #626262;
}

.w-60 {
  width: 60%;
  margin-bottom: 0.2rem;
}

.w-40 {
  width: 40% !important;
}

.pt-content {
  padding-top: 1.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

@font-face {
  font-family: Kanit;
  src: url(/tib-insurance/assets/new-design/font/Kanit-Light.ttf);
}

@font-face {
  font-family: Kanit-bold;
  src: url(/tib-insurance/assets/new-design/font/Kanit-Bold.ttf);
}

.border-item {
  border: 0.1rem solid #F3F4F5;
}

body {
  font-family: 'Kanit', sans-serif;
  color: #333333;
}

section {
  background-color: #F3F4F5;
}

.navbar {
  padding: 0 !important;
}

.navbar-brand {
  padding: 0 !important;
  margin: 0 !important;
}

/* .navbar.navbar-expand-lg {
  padding: 0 !important;
} */

.bg-test-1 {
  background-color: #93291E;
}

.navbar-expand-lg .navbar-nav .nav-link {
  padding: 1rem 0.8rem;
  margin: 0rem 1rem;
}

.nav-link {
  color: #333333;
  font-size: 1rem;
  border-bottom: 0.2rem solid #ffffff;
}

.nav-link:hover {
  color: #333333;
  border-bottom: 0.2rem solid #F11A22;
}

.nav-link.active {
  border-bottom: 0.2rem solid #F11A22;
}

.circle-th {
  height: 1.5rem;
  width: 1.5rem;
  border-radius: 50%;
  margin-left: 0.3rem;
}

.circle-en {
  height: 1.5rem;
  width: 1.5rem;
  border-radius: 50%;
  margin-left: 0.3rem;
}

.sub-menu {
  font-size: 0.8rem;
  padding-left: 2rem;
  color: #333333;
}

.sub-menu:hover {
  color: #333333;
  text-decoration: none;
}

.menubar {
  background-color: #ffffff;
  /* box-shadow: 0rem 0rem 0.2rem 0rem #00000038; */
  border-bottom: 0.1rem solid #E7E7E7;
  height: 6rem;
}

.dropdown-menu.show {
  display: block;
  width: 100%;
}
 

.header-hidden-bar {
  background-color: #333333;
  color: #ffffff;
}

.hidden-bar {
  background-color: #444444;
  color: #ffffff;
  padding: 1rem 0rem;
}

.h-title {
  font-size: 1rem;
  padding: 0.5rem 0rem;
  margin: 0;
  width: fit-content;
  color: #ffffff;
}

.head-item {
  padding: 0;
}

.h-bar-item {
  font-size: 0.8rem;
  padding: 0.5rem 0rem;
}

.h-bar-item a {
  color: #ffffff;
}

.h-bar-item a:hover {
  text-decoration: none;
  color: #F11A22;
}

.bottom-line {
  border-bottom: 0.2rem solid #333333;
}

.bottom-line:hover {
  border-bottom: 0.2rem solid #F11A22;
}

.DropMenu {
  transition: 1s;
  z-index: 1;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
}

.drop-menu:hover .DropMenu {
  display: block;
}

.bg-white {
  background-color: #ffffff;
  padding: 1rem;
}

.p-section {
  padding: 1rem;
}

.input-dropdown {
  color: #626262;
  background-color: #ffffff;
  width: 100%;
  text-align: left;
  border: 0.01rem solid #E7E7E7;
  font-size: 0.8rem;
}

.dropdown-toggle::after {
  display: inline-block;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid;
  border-right: .3em solid transparent;
  border-bottom: 0;
  border-left: .3em solid transparent; 
  margin-top: 0.5rem;
  /* float: right; */
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: .25rem 0.8rem;
  clear: both;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
  font-size: 0.8rem;
}

.dropdown-item.active,
.dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #F11A22;
}

.btn.focus,
.btn:focus {
  outline: 0;
  box-shadow: none;
}
.btn-pro {
  background-color: #F46531;
  width: 200px;
  padding: 4px;
  border: none;
  border-radius: 10px;
  outline: none;
}



.btn-red:hover {
  background-color: #F11A22;
  color: #ffffff;
  padding: 0.3rem 2rem;
  border-radius: 1rem;
  font-size: 0.8rem;
  text-decoration: none;
  filter: brightness(90%);
}

.pb-title {
  margin-bottom: 1rem;
}

.border-view {
  border-radius: 0.3rem;
}

.input-box {
  color: #626262;
  background-color: #ffffff;
  width: 100%;
  text-align: left;
  border: 0.01rem solid #E7E7E7;
  font-size: 0.8rem;
  padding-left: 0.3rem;
}

.input-text {
  color: #626262;
  background-color: #ffffff;
  width: 100%;
  text-align: left;
  border: 0.01rem solid #E7E7E7;
  font-size: 0.8rem;
}

.display-box {
  color: #626262;
  background-color: #F8F3F4;
  width: 100%;
  text-align: center;
  border: 0.01rem solid #F8F3F4;
  font-size: 0.8rem;
  padding-left: 0.3rem;
}

.red-box {
  background-color: #F11A22;
  color: #ffffff;
  padding: 0.2rem 0.5rem;
  border-radius: 0.3rem;
  font-size: 0.7rem;
}

.red-box:hover {
  background-color: #F11A22;
  color: #ffffff;
  padding: 0.2rem 0.5rem;
  border-radius: 0.3rem;
  font-size: 0.7rem;
  text-decoration: none;
}

.sub-title {
  font-size: 0.7rem;
  margin: 0;
  margin-bottom: 0.5rem;
}

.input-btn {
  color: #626262;
  background-color: #ffffff;
  width: 100%;
  text-align: center;
  border: 0.01rem solid #E7E7E7;
  font-size: 0.7rem;
  padding-left: 0.3rem;
  margin-bottom: 0.5rem;
}

.input-btn:hover {
  color: #F11A22;
  background-color: #FFEBEC;
  width: 100%;
  text-align: center;
  border: 0.01rem solid #F11A22;
  font-size: 0.7rem;
  padding-left: 0.3rem;
  margin-bottom: 0.5rem;
}

.slidecontainer {
  width: 100%;
}

.slider {
  -webkit-appearance: none;
  width: 100%;
  height: 25px;
  background: #d3d3d3;
  outline: none;
  opacity: 0.7;
  -webkit-transition: .2s;
  transition: opacity .2s;
}

.slider:hover {
  opacity: 1;
}

.h-fit {
  height: fit-content;
}

.item-center {
  place-content: center;
}

.btn-red-2 {
  color: #ffffff;
  background-color: #F11A22;
  width: 100%;
  text-align: center;
  border: 0.01rem solid #F11A22;
  border-radius: 1rem;
  font-size: 0.8rem;
  padding-left: 0.3rem;
}

.btn-red-2:hover {
  color: #ffffff;
  filter: brightness(90%);
}

.btn-white-2,
.btn-white-2:hover {
  color: #ffffff;
  background-color: transparent;
  width: 100%;
  text-align: center;
  border: 0.01rem solid #ffffff;
  border-radius: 1rem;
  font-size: 0.8rem;
  padding-left: 0.3rem;
}

.login-box {
  padding: 1.5rem 3rem;
  border-radius: 1rem 1rem 0rem 0rem;
}

.position-login-box {
  z-index: 1;
  position: fixed;
  top: 20%;
  right: 9rem;
}

.login-foot-box {
  padding: 1.5rem 0rem;
  border-radius: 0rem 0rem 1rem 1rem;
  border-top: 0.01rem solid #ffffff;
}

.btn-red-3 {
  color: #ffffff;
  background-color: #F11A22;
  width: 100%;
  text-align: center;
  border: 0.01rem solid #F11A22;
  border-radius: 0.5rem;
  font-size: 0.8rem;
  margin-bottom: 0.5rem;
}

.btn-red-3:hover {
  color: #ffffff;
  filter: brightness(90%);
}

.btn-white {
  color: #F11A22;
  background-color: #ffffff;
  width: 100%;
  text-align: center;
  border: 0.01rem solid #F11A22;
  border-radius: 0.5rem;
  font-size: 0.8rem;
  padding-left: 0.3rem;
  margin-bottom: 0.5rem;
  transition: 0.2s;
}

.btn-white:hover {
  color: #93291E;
  background-color: #ffffff;
  width: 100%;
  text-align: center;
  border: 0.01rem solid #93291E;
  border-radius: 0.5rem;
  font-size: 0.8rem;
  padding-left: 0.3rem;
  margin-bottom: 0.5rem;
}

.btn-white-blue {
  color: #095073;
  background-color: #ffffff;
  text-align: center;
  border: 0.01rem solid #095073;
  border-radius: 1rem;
  font-size: 0.8rem;
  padding: 0.3rem 2rem;
  margin: 0.5rem 0.5rem 0.5rem 0rem;
  transition: 0.2s;
}

.btn-white-blue:hover {
  color: #1B87BD;
  background-color: #ffffff;
  text-align: center;
  border: 0.01rem solid #1B87BD;
  border-radius: 1rem;
  font-size: 0.8rem;
  padding: 0.3rem 2rem;
  margin: 0.5rem 0.5rem 0.5rem 0rem;
}


.btn-red {
  background-color: #F11A22;
  color: #ffffff;
  padding: 0.3rem 2rem;
  border-radius: 1rem;
  font-size: 0.8rem;
  border: none;
}

.btn-black {
  background-color: #333333;
  color: #ffffff;
  padding: 0.3rem 2rem;
  border-radius: 1rem;
  font-size: 0.8rem;
}

.btn-black:hover {
  background-color: #444444;
  color: #ffffff;
  padding: 0.3rem 2rem;
  border-radius: 1rem;
  font-size: 0.8rem;
}

.item-head {
  background-image: linear-gradient(#F11A22, #93291E);
  color: #ffffff;
  border-radius: 1rem 1rem 0rem 0rem;
  padding: 0.6rem 1rem;
}

.item-footer {
  background-color: #ffffff;
  border-radius: 0rem 0rem 1rem 1rem;
  padding: 0.6rem 1rem;
  place-content: flex-end;
  border-top: 0.1rem solid #F3F4F5;
}

.item-body {
  background-color: #ffffff;
}

.responsive {
  width: 100%;
  height: auto;
}

.insurance-item {
  margin-bottom: 1rem;
}

.px-menu {
  padding: 0rem 8.5rem !important;
}

.dd-language {
  border: 0.1rem solid #E7E7E7;
  padding: 0.2rem 0.5rem;
  border-radius: 0.2rem;
  position: absolute;
  right: 8.5rem;
  top: 2rem;
  z-index: 1;
  background-color: #ffffff;
  display: none;
}

.slide-range {
  width: 100%;
}
.button_right{
   margin-right: auto;
 }
 .img_block img  {
 width: 100%;
 height: 200px;
 
 }
 .p_img_block{
   padding: 2rem;
 }
 .promotion { 
  color: #fff; 
  text-align: center;
  border: 0.01rem solid #F11A22;
  border-radius: 1rem;
  font-size: 0.8rem;
  padding: 0.3rem 2rem;
  margin: 0.5rem 0.5rem 0.5rem 0rem;
  transition: 0.2s; 
  background:  #F11A22;
 
}
.promotion:hover { 
  color: #F11A22; 
 
  border: 0.01rem solid #F11A22;
 
  background:  transparent;
 
}
.alert_success{
  color: #fff;
  background-color: #28a745;
  border-color: #77ff00;
}
.m-r-5{
  margin-right: 5px !important;
}
.h35{
  height: 35px !important
}
.font_text h4 {
  font-size: 1.2rem; 
  color: #095073;
  font-weight:600
}
.check_item{
  padding:5px;
  margin:0px;

}
.m-l-5{
  margin-left:5px
}
.jfc{
  justify-content: center;
    
}
.m-t-10 {
  margin-top: 10px;
}

.m-t-b-10 {
  margin: 10px 0px;
}

.footer-box {
  width: 100%;
  background-color: white;
  position: sticky;
  padding: 15px 100px;
  display: flex;
  flex-direction: row;
  font-size: 14px;
  border-top: 0.1rem solid #E7E7E7;
  bottom: 0;
  z-index: 8;
}


.footer-box span{
  font-size: 16px;
  color: #095073;
  width: 100%;
}

.content-box {
  padding: 2rem;
  border-radius: 7px;
  margin: 1rem 0;
  height: 420px;
}

.content-box a{
  color: black;
}

.content-box a:hover{
  color: rgba(255, 0, 0, 0.815);

}

.content-box img{
  width: 100%;
  height: 300px;
  object-fit: cover;
  margin-left: auto;
  margin-right: auto;
}

.carousel-box {
  padding: 2rem;
  border-radius: 7px;
  margin: 1rem 0;
}

.carousel-box img{
  width: 100%;
  height: 300px;
  object-fit: cover;
  margin-left: auto;
  margin-right: auto;
}

.carousel-item img{
  border-radius: 5px;
}

ul.carousel-indicators {
  position: absolute;
  margin: 0;
  left: 0;
  right: 0;
  width: auto;
  bottom: 0;
}

ul.carousel-indicators li,
ul.carousel-indicators li.active {
  float: left;
  width: 10px;
  height: 10px;
  margin: .25rem;
  border-radius: 100%;
  border: 0;
  background: gray;
}

ul.carousel-indicators li.active {
  background: black;
}

.news-box {
  padding: 2rem;
  border-radius: 7px;
  margin: 1rem 0;
  
}

.news-box img{
  height: 250px;
  object-fit: cover;
  margin-left: auto;
  margin-right: auto;
  border-radius: 5px;
}

.news-side-item {
  font-size: 12px;
  margin-left: 1.5rem;
}

.news-side-item img{
  height: 120px !important;
  width: 100%;
  margin-bottom: 10px;
}


.pro-box {
  padding: 1rem;
  border-radius: 7px;
  margin: 1rem 0;
}

.pro-box h3 {
  border-bottom: 1px solid gray;
  padding: 1rem;
}

.pro-box h4 {
  padding: 1rem;
}

.pro-box p {
  padding-left: 2rem;
}



.pro-header h1{
  text-decoration: underline 3px red;
}

.pro-header h2{
  text-decoration: underline 3px red;
}

.copyright {
  background-color: #F11A22;
  width: 100%;
  padding: 5px;
  color: white;
  font-size: 12px;
  position: sticky;
  bottom: 0;
}

.head-banner {
  width: 100%;
  z-index: 0;
  position: relative;
}

.head-banner img{
  width: 100%;

}

.index-content-box {
  padding: 1rem;
  border-radius: 7px;
  margin: 1rem 0;
  text-align: center;
  color: #095073;
}

.index-content-box img {
  height: 60px;
  margin-left: auto;
  margin-right: auto;
}

.index-content-box p {
  margin-top: .5rem;
}

.see-more {
  width: 100%;
  padding: 2rem;
}

.see-more a{
  color: red;
  float: right;
}

.btn-aboutus {
  width: 300px;
  padding: 10px;
  background-color: lightcoral;
  border-radius: 10px;
}

.pro-detail img{
  height: 350px;
  width: 100%;
  object-fit: cover;
}

.footer-logo img{
  width: 150px;
  float: right;
}

.footer-qr img{
  width: 180px;
}


.ins-check {
  background-color: white;
  width: 380px;
  height: auto;
  padding: 2rem;
  text-align: center;
  z-index: 1;
  border-radius: 10px;
  position: absolute;
  top: 300px;
  right: 400px;
  box-shadow: 2px 2px 12px #888888;
}

.ins-check span {
  font-size: 20px;
  font-weight: bold;
  color: #095073;
}

.btn-check {
  background-color: red;
  color: white;
  border-radius: 10px;
  transition-duration: .4s;
  padding: .5rem;
  border: none;
  border-radius: 10px;
  width: 150px;
}

.btn-check:hover {
  background-color: rgb(172, 0, 0);
}


.news-content p {
  margin-bottom: 0;
}

.news-content span {
  font-size: 10px;
  color: #A9A9A9;
}

.news-content img {
  margin-bottom: 1rem;
}

.btn-aboutus {
  background-color: #095073;
  color: white;
  border: none;
  border-radius: 10px;
  transition-duration: .4s;
}

.btn-aboutus:hover {
  background-color: #147baf;
}

.border-n {
  border: none !important;
}

.ins-logo {
  padding: 0;
}
.ins-logo img{
  width: 100%;
  border-radius: 10px;
  border: 1px solid gray;
  padding: .5rem;
  
}

.f-24 {
  font-size: 24px;
}

.f-20 {
  font-size: 20px;
}

.f-150 {
  font-size: 150px;
}

.table-header {
  background-color: #F11A22;
  border-top-left-radius: 10px ;
  border-top-right-radius: 10px ;
  color: white;
  border: 1px solid #F11A22;
  padding: .5rem;
  margin-top: 1rem;
  font-size: 18px;
}

.instable {
  border: 1px solid #F11A22;
  padding: .5rem;
  margin: 0;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  
}

.insprofile {
  border-radius: 10px;
  box-shadow: 5px 1px 20px #55555560;
  margin-left: 1rem;
  padding: 2rem;
}

.btn-confirm {
  width: 100%;
  border-radius: 10px;
  background-color: #F11A22;
  color: white;
  transition-duration: .4s;
  border: none;
  padding: .5rem;
}

.btn-confirm:hover{
  background-color: #a31014;
  color: white;
}

.insconfirm {
  padding-top: 150px;
  padding-bottom: 150px;
}

.pb-50 {
  padding-bottom: 50px;
}

.compare-box {
  background-color: #fff;
  height: 140px;
  width: 100%;
  position: fixed;
  bottom: 0;
  box-shadow: 0px 1px 12px rgba(0, 0, 0, 0.25);
  z-index: 999;
}

.compare-item {
  background-color: #fff; 
    height: 110px; 
    border: 1px solid #095073;
    border-radius: 10px;
    padding: .75rem;
}

.compare-ins {
  display: flex;
  flex-direction: row;
  margin-top: .5rem;
}

.compare-ins img{
  width: 100%;
  border-radius: 5px;
  border: 1px solid #999999;
}

.compare-ins h3  {
  font-size: 9px;
}

.compare-ins h2 {
  font-size: 12px;
  font-weight: bold;
}

.compare-ins h1 {
  font-size: 22px;
  font-weight: bolder;
  color: #095073;
}

.compare-close {
  font-size: 10px;
  width: 14px;
  border-radius: 50%;
  padding: 2px;
  text-align: center;
  margin-left: auto;
  margin-right: 0;
  background-color: #eeeeee;
}

.btn-purchase {
  width: 100%;
  background-color: #F9C831;
  color: white;
  border-radius: 5px;
  border: none;
  padding: .5rem;
  transition-duration: .3s;
}

.btn-purchase:hover {
  background-color: #fddb75;
}

.a-link {
  color: #095073;
  text-decoration: none;
  font-weight: bold;
  font-size: 14px;
}

.a-link:hover {
  text-decoration: underline;
  color: #095073;
}

.product-table img {
  width: 30%;
  border: 1px solid #999999;
  border-radius: 5px;
}

.product-table {
  text-align: center;
  font-size: 16px;
}

.product-table th{
  background-color: #F11A22;
  width: 100%;
  padding: .5rem;
  color: white;
}

.product-table td{
  text-align: center;
  padding: .75rem;
  width: 25%;
}

.product-table tr:nth-child(even){
  background-color: white;
}

.product-table td:first-child {
  font-weight: bold;
}

.login-block {
  width: 30%;
  margin-left: auto;
  margin-right: auto;
  height: 100px;
  margin-top: 20px;
}
.p-10{
  padding: 10px !important;
}
.bage{
  position: absolute;
  bottom: 95px;
  right: 25px;
  width: 24px;
  text-align: center;
  padding-left: 2px;
  padding-bottom: 1px;
  color: black;
  cursor: pointer;
}
.mystyle{
  background: #E6FFF1;
border: 1px solid #32AA66;
color: #32AA66;
}

.payment-block {
  width: 70%;
  margin-left: auto;
  margin-right: auto;
}

.payment-box-text {
  text-align: right;
  margin-top: 1rem;
}

.payment-box-text span{
  font-size: 24px;
  font-weight: bolder;
  color: #095073;
}

.payment-box-r {
  text-align: right;
  padding-left: 0;
}

.f-10 {
  font-size: 10px;
}

.btn-payment {
  width: 100%;
  background-color: white;
  border: 1px solid #E7E7E7;
  border-radius: 5px;
  color: black;
  padding: 5px;
  transition-duration: .3s;
  outline: none;
}

.btn-payment.active, .btn-payment:hover{
  background-color: white;
  border: 1px solid #F11A22;
  color: #F11A22;
  outline: none;
}

.payment-group {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;    
}

.payment-item {
  width: 24%;
}

.carddiv {
  border: 1px solid #e7e7e7;
  border-radius: 5px;
  padding: 1rem;
  margin-top: .5rem;
}

.carddiv img {
  width: 25%;
}

.compare-name {
  font-size: 14px;
}

.price {
  font-weight: 700;
    color: #095073;
}
.button_packet{
  width: 150px;
  padding: 10px;
  border: 1px solid #c4c4c4;
  background: #fff;
  border-radius: 5px;
  color: #A9A9A9;
  transition-duration: .3s;
}

.button_packet:hover{
  border: 1px solid #F11A22;
  background: #fff;
  color: #F11A22;
}

.button_packet2{
  width: 150px;
  padding: 10px;
  border: 1px solid #c4c4c4;
  background: #F11A22;
  color: #fff;
  border-radius: 5px;
  transition-duration: .3s;
}

.button_packet2:hover{
  border: 1px solid #c4c4c4;
  background: #a31014;
  color: #fff;

}

.m-b-10{
  margin-bottom: 10px;
}
.f-r{
  float: right;
}

.compare-detail {
  text-align: left;
  padding: .5rem;
  margin-left: 1rem;
}

.d-block {
  display: block;
}

.d-none {
  display: none;
}

@media screen and (max-width: 1400px) {
  .compare-detail label{
    font-size: 10px;
  }

  .price{
    font-size: 20px;
  }
  .compare-item {
    height: 90px;
  }
  .compare-box {
    height: 110px;
  }

  .bage {
    bottom: 80px;
  }

  .button_packet {
    padding: 8px;
  }

  .button_packet2 {
    padding: 8px;
  }
  .payment-block{
    width: 80%;
  }
  
}

.payment-detail {
height: initial;
}

.payment-box {
  margin-top: 10px;
}

button {
  outline: none !important;
}

.w-150p {
  width: 150px;
}

.btn-blue {
  background-color: #095073;
  color: white;
  padding: 0.3rem 2rem;
  border-radius: 1rem;
  font-size: 0.8rem;
  border: none;
}

.btn-blue:hover {
  background-color: #095073;
  color: white;
  padding: 0.3rem 2rem;
  border-radius: 1rem;
  font-size: 0.8rem;
  border: none;
  filter: brightness(90%);
}

.showpro {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  padding-top: .5rem;
  justify-content: space-between;
}

.bottom-40 {
  bottom: 40px;
}

.btn-code {
  background-color: transparent;
  font-size: .8rem;
  border: none;
  color: black;
  width: 100px;
  padding: 5px;
}

.btn-code:hover {
  color: #F11A22;
}

.ins-checkboxes {
  margin-right: 5px;
  vertical-align: middle;
}

.type-checkboxes {
  margin-right: 5px;
  vertical-align: middle;
}

.ins-group {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}

.item {
  margin: 3px;
  display: none;
}

.item2 {
  margin: 3px;
  display: none;
}

.ins-box {
  position: absolute;
  top: 50px;
  left: 268px;
  padding: 1rem;
  z-index: 3;
  width: max-content;
  display: none;
}

.type-box {
  position: absolute;
  top: 132px;
  left: 268px;
  padding: 1rem;
  z-index: 3;
  width: max-content;
  display: none;
}

.buy-block {
  width: 100%;
  padding: 1rem;

}

.buy-logo img {
  width: 100%;
  border-radius: 10px;
  border: 1px solid gray;
  padding: .5rem;
  
}

.buy-checkbox {
  display: flex;
  flex-direction: row;
}

.buy-checkbox p {
  margin-right: 8px;
}

.buy-checkbox input {
  vertical-align: middle;
}

.between-group {
  display: flex;
  justify-content: space-between;
  vertical-align: middle;
}

.between-group label {
  margin-bottom: 0;
}

.agreement {
  padding: 0 .5rem;
}

.agreement :is(p,span) {
  font-size: .75rem;
}

.agreement input[type=checkbox] {
  width: 12px;
}

.card-buy {
  padding: .5rem;
  font-size: .8rem;
}

.card-buy img {
  width: 40%;
  
}

.w-92 {
  width: 92%;
}

.m-t-27 {
  margin-top: 27px;
}
.box_profile{
  display: block;
  position: absolute;
  width: 150px;
  z-index: 3;
  padding: 1rem; 
  top: 4%;
}
.dropdown_prifile{
  padding: 0;
  font-size: 0.8rem;
  text-align: left;
  list-style: none;
}
.dropdown_prifile li{
  margin-bottom: .6rem;
}
.menudropdown {
color:#333333 ;
}
.menudropdown:hover{
  color:F11A22 ;
  }
.notification:hover{
  color:F11A22 ;
}
.noti{
  display: block;
  position: absolute;
  width: 400px;
  z-index: 3;
  padding: 1rem; 
  top: 4%;
  right: 17%;
}

 
 

.carousel-indicators.edit {
  top: -30px;
}

.carousel-indicators.edit li {
  background-color: #626262;
  border-radius: 50%;
  width: .5rem;
  height: .5rem;
}

.absolute-right {
  position: absolute;
  right: 1rem;
}

.open-button {
  background-color: #F11A22;
  color: white;
  padding: .5rem;
  border: none;
  cursor: pointer;
  opacity: 0.8;
  position: fixed;
  bottom: 40px;
  right: 28px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  z-index: 9;
}

/* The popup chat - hidden by default */
.chat-popup {
  display: none;
  position: fixed;
  bottom: 110px;
  right: 28px;
  z-index: 9;
  box-shadow: 1px 1px 6px 1px #777;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  box-sizing: border-box;
  max-width: 500px;
}

/* Add styles to the form container */
.chat-container {
  width: 100%;
  padding: 10px;
  background-color: white;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.chat-container img {
  width: 100%;
}

.chat-header {
  background-color: #F11A22;
  color: white;
  font-size: .75rem;
  padding: .5rem;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  box-sizing: border-box;
  width: 100%;
}

.chat-header span {
  margin: 0;
  font-size: 1rem;
}

.chat-box {
  border-radius: 10px;
  background-color: #eee;
  padding: .5rem;
  font-size: .8rem;
  margin-bottom: 5px;
}

.chat-time {
  font-size: .5rem;
  margin: 2px;
}

.user-chat-box {
  border-radius: 10px;
  background-color: #F11A22;
  padding: .5rem;
  font-size: .8rem;
  margin-bottom: 5px;
  color: white;
}

.chat-footer {
  color: white;
  font-size: .75rem;
  padding: .5rem;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  box-sizing: border-box;
  width: 100%;
  background-color: white;
  border-top: .1rem solid #FFEBEC;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.wrong-password {
  color: #F11A22;
  background-color: #f5c6cb;
  position: relative;
  padding: 0.75rem 1.25rem;
  font-size: 1.2rem;
  margin-top: 8px;
  margin-bottom: 1rem;
  border-radius: 0.25rem;
}
.white_bg{
  background:#fff;
}
.m-l-15{
  margin-left: 15px;
}
.p1{
  padding: 1rem  !important;
} 
.text_detial{
  list-style: decimal;
}
.p-l-40{
  padding-left: 40px;
}
.button_upload{
  background-color: #095073;
    color: #ffffff;
    padding: 0.3rem 2rem;
    border-radius: 0.3rem;
    font-size: 0.8rem;
    border: none;
}
.dd label  {
  background-color: #095073;
  color: white;
  padding: 0.5rem;
  font-family: sans-serif;
  border-radius: 0.3rem;
  cursor: pointer;
  font-size: 0.8rem;
 
}

#file-chosen{
  margin-left: 0.3rem;
  font-family: sans-serif;
}
.file_detail{
  width: 100%;
}
.file_detail th{
  background:#095073;
  color: #fff; 
  padding: 10px;
  font-weight: 500;

}
.button_upload_save{
  background-color: #F11A22;
    color: #ffffff;
    padding: 0.3rem 2rem;
    border-radius: 0.3rem;
    font-size: 0.8rem;
    border: none;
}
.wraper_reward{
padding:1rem
}
.ppad_5{
  padding: 5px;
}
.active_link{
  color: #ffffff !important;
  border-bottom: 0.2rem solid #F11A22 !important;
  background: #F11A22 !important;

 
  border-bottom:none;
}
.time_noti{
  position: absolute;
  bottom: 10px;
  font-size: .7rem;
}
.card .row {
  margin-right: 0px;
    margin-left: 0px;
}
.mb1{
  margin-bottom: 1rem;
}
.text_bath{
  font-size: 1rem;
  font-weight: bold;
  color: #626262;
  margin-left: 10px;
}
.text_bath_price{
  font-weight: bold;
  color: #095073;
}
.gray_button{
  background: #444444;
  border: 1px solid #444444;
}

.invoice-body {
  width: 21cm;
  height: 29.7cm;
  margin-left: auto;
  margin-right: auto;
}

.invoice-body * {
  font-size: 12px;
}

.invoice-header {
  text-align: center;
  padding: 1rem;
}

.invoice-header img {
  width: 100%;
}

.invoice-content {
  width: 100%;
  padding: 1rem;
  margin-top: 1rem;
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
}

.invoice-content-box {
  padding: 0.5rem;
  border: .1rem solid #777;
  border-radius: 10px;
  max-width: 49%;
  flex: 0 0 49%;
  font-size: .85rem;
}

@media print {
  .invoice-body {
    width: 21cm;
    height: 29.7cm;
    visibility: visible;
    position: absolute;
    top: 0;
    left: 0;
  }
  body {
    visibility: hidden;
  }
}

.invoice-table {
  width: 100%;
  padding: 0.5rem;
  margin-top: 1rem;
}
.invoice-table th {
  padding: 0.5rem;
  text-align: center;
  font-weight: bold;
  border: .1rem solid #777;
}

.invoice-table td {
  padding: 0.5rem;
  border-right: .1rem solid #777;
  border-left: .1rem solid #777;
  vertical-align: top;
}

.invoice-table-space {
  height: 40vh;
  border-left: .1rem solid #777;
  border-right: .1rem solid #777;
}

.invoice-table td:first-child {
  text-align: left;
}

.invoice-table td:nth-child(3),
.invoice-table td:nth-child(5),
.invoice-table td:nth-child(6),
.invoice-table td:last-child
 {
  text-align: right;
}

.invoice-table td:nth-child(4) {
  text-align: center;
}

.invoice-footer td {
  border: .1rem solid #777;
}

.sign-box {
  border: .1rem solid #777;
  border-radius: 10px;
  margin-top: 1rem;
  flex: 0 0 32%;
}

.sign-block {
  width: 100%;
  height: 80px;
  border-bottom: .1rem solid #777;
}

.invoice-date-group {
  position: absolute;
  top: -50px;
  right: 0;
  width: 220px;
  border: .1rem solid #777;
  border-radius: 10px;
  padding: .2rem;
}

.invoice-date {
  padding: 0 .5rem;
  display: flex;
  flex-wrap: wrap;
}

.invoice-date-item {
  flex: 0 0 40%;
}

/* tooltip */

.gray_button .tooltiptext {
  visibility: hidden;
  width: max-content;
  background-color: white;
  color: #000;
  text-align: center;
  border-radius: 6px;
  padding: 5px 5px;
  position: absolute;
  z-index: 1;
  left: 105%;
  top: 0;
  display: block;
}

.gray_button:hover .tooltiptext {
  visibility: visible;
}

.gray_button .tooltiptext::after {
  content: " ";
  position: absolute;
  top: 50%;
  right: 100%;
  margin-top: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent white transparent transparent;
}

.btn-otp {
  width: 30%;
  text-align: center;
}