:root{
    --yallow:#005ca8;
    --color:#666;
    --heading-font: "Inter", sans-serif;
    --desc-font:"Jost", sans-serif;
}
h1, h2, h3, h4, h5, h6{
    font-family: var(--heading-font);
}

label, p, a, span, button {
    font-family: var(--desc-font);
}

/* Header css */
.header-2 {
    background: #000 !important;
}
.navbar-brand:focus, .navbar-brand:hover{
  color: #fff;
}
a.navbar-brand img {
    width: 100%;
}
.top-bar {
    background: #92823e;
    text-align: center;
    color: #fff;
    padding: 6px 0;
}
.top-bar p {
    margin: 0;
}
a.navbar-brand {
    width: 12%;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 21px;
}
a.navbar-brand span{
    text-transform:none !important;
}
nav.navbar-bg {
    background: #4e84c4;
    position: unset !important;
    padding: 8px 0px !important;
}
nav.navbar.navbar-expand-sm {
    width: 100%;
    padding: 15px 0px;
}
div#mynavbar {
  justify-content: end;
  padding-left: 30px;
}
a.nav-link {
    color: #fff;
    font-weight: 500;
    padding: 0 0 0 19px !important;
    font-size: 16px;
}
.nav-link:focus, .nav-link:hover{
    color: #fdbd04 !important;
}
.call-now a {
    padding: 10px 24px !important;
    background: #000;
    border-radius: 102px;
    margin-left: 27px;
    color: #f9b52c;
}
/* Button */
.CTA-button {
    margin: 48px 0px;
}

.CTA-button a:first-child {
  background: #ffffff;
  color: var(--yallow);
}

.CTA-button a {
  text-decoration: none;
  color: #fff;
  background: #000000;
  padding: 10px 22px;
  border-radius: 60px;
  font-weight: 500;
  font-size: 18px;
  width: 100%;
  text-align: center;
}
.dropdown.language-trans {
  margin-left: 20px;
  border-left: 1px dashed #fff;
  padding-left: 10px;
}
button.gtranslate img {
  width: 23px;
}
ul.dropdown-menu.show a img {
  width: 19px;
}

/* Hero section */

/*section.hero_section {*/
/*    background: linear-gradient(to bottom, #1385e5d4, #203463c2, #00000061,  #ffffff), url(../assets/img/luckysmile/banner-image.jpg);*/
/*    background-size: cover;*/
/*    background-position: bottom;*/
/*    display: flex;*/
/*    align-items: center;*/
/*    background-repeat: no-repeat;*/
/*    height: 95vh;*/
    /* border-bottom: 1px solid #ddd; */
/*}*/

section.hero_section {
    background: linear-gradient(to bottom, #0c70c4e3, #1f3a6dd4), url(../assets/img/luckysmile/banner-image.jpg);
    background-size: cover;
    background-position: bottom;
    display: flex;
    align-items: center;
    background-repeat: no-repeat;
    height: 100vh;
    /* border-bottom: 1px solid #ddd; */
}

/*div#slider-cta-btn {*/
/*    text-align: center;*/
/*    display: inline;*/
/*}*/
/*div#slider-cta-btn a {*/
/*    width: 50%;*/
/*    display: table-cell;*/
/*}*/

/* Contact form */

form#signup-affiliate {
    padding: 28px 28px;
    background: #fffefeeb;
    /* background-repeat: no-repeat; */
    /* background-size: contain; */
    /* width: 100%; */
    /* background-position: bottom; */
    border-radius: 5px;
}

form#signup-affiliatelabel {
  display: block;
  font-weight: 500;
}
h6.General-enquery {
  /*text-align: center;*/
  font-family: 'jost';
}
h6.General-enquery a {
  color: #2196f3;
}
form#signup-affiliate .form-group input, form#signup-affiliate .form-group select {
    width: 100%;
    height: 50px;
    font-family: 'Jost';
    border: 1px solid #022e522b;
    padding: 0 14px;
    border-radius: 5px;
}


.form-group textarea {
  width: 100%;
  border-radius: 5px;
  font-family: 'Jost';
  border: 1px solid #ddd;
}
form#signup-affiliate .form-group {
  padding-bottom: 14px;
}
form#contactForm button.pelum-btn {
  padding: 10px 20px;
  border-radius: 100px;
  margin: auto;
  display: block;
  background: #ffc107;
  color: #000;
  border: navajowhite;
  font-weight: 600;
}
form#contactForm {
  padding: 10px 5px 10px 5px;
  width: 80%;
  margin: auto;
}
.contact-info p {
  font-size: 14px;
  margin: 0;
}
.tag-container {
  display: flex;
  flex-wrap: wrap;
  /* padding: 0 14px; */
  border: 1px solid #ddd;
  min-height: 50px;
  cursor: text;
}

.tag {
  background: #ffc107;
  color: black;
  padding: 5px 10px;
  margin: 5px;
  border-radius: 3px;
  display: inline-flex;
  align-items: center;
}

.tag .remove {
  margin-left: 5px;
  cursor: pointer;
}
.tag-input {
  border: none !important;
  outline: none;
  flex: 1;
  min-width: 100px;
  padding: 5px;
}

.contact-box {
  text-align: center;
  /* background: #f3f3f3; */
  padding: 13px 0px;
  /* border-radius: 11px; */
}
.contact-box a {
  background: #eee;
  padding: 4px 13px;
  border-radius: 112px;
  color: #000;
  display: inline-block;
  margin-top: 9px;
  font-weight: 600;
}
.contact-box h6 {
  font-weight: 900;
  font-style: italic;
}

/* Signup page */

h2.form-heading {
    font-size: 16px;
    font-weight: 800;
    font-style: italic;
    /* border-bottom: 1px solid #eee; */
    /* padding-bottom: 10px; */
    /* margin-bottom: 20px; */
    color: #fdbd04;
    text-align: center;
    display:none;
    
}
section.contact-page:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 50%;
  right: 0;
  /*background: #fff4f48c;*/
  top: 0;
  z-index: -1;
  border-bottom-left-radius: 610px;
  border-bottom-right-radius: 610px;
}
section.search-destination-filter {
  margin-top: -105px;
 
}
.slideritem {
    text-align: center;
    padding-top: 85px;
}

.slider-container {
  /* width: 90%; */
  /* text-align: center; */
  /* margin: auto; */
  /*padding-top: 100px;*/
  align-items: center;
}
div#mynavbar ul {
    padding-right: 50px;
}

.slider-container h2 {
    font-weight: 100;
    font-size: 75px;
    /* text-transform: uppercase; */
    color: #fff;
    /* font-style: italic; */
    line-height: 1.2;
    margin-top: 15px;
    /*font-style: italic;*/
}
.slideritem p {
    color: #fff;
    font-weight: 500;
    font-size: 19px;
}
.slideritem span {
    background: #fdbd04;
    padding: 2px 11px;
    border-radius: 22px;
    color: #000;
}
.signup-affiliate-content h3 {
  font-weight: 900;
  /*font-style: italic;*/
  font-size: 46px;
}
.signup-affiliate-content {
  padding-top: 40%;
  position: sticky;
  top: 20px;
}

.contact-page {
    padding: 30px 0;
    position: relative;
    background: #000;
}
section.about-page {
  padding: 70px 0;
}

button#create-account{
  background: #000;
  height: 50px;
  border-radius: 50px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
}
textarea.form-control {
  font-size: 13px;
}
.title-section h2 span {
    /* display: block; */
    color: var(--skybluecolor);
    font-family: var(--heading-font);
}
.social-lead-list ul {
    list-style: none;
    padding: 0;
    display: grid;
    grid-template-columns: 24% 24% 24% 24%;
    grid-column-gap: 15px;
}
.social-lead-list ul li i {
    color: var(--yallow);
    font-size: 22px;
    padding-right: 9px;
}
.CTA-button a:hover {
    background: #ffffff;
    color: #000;
}
.cta-section a {
    background: #000;
    padding: 8px 20px;
    border-radius: 62px;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    display: inline-block;
}
.section-title {
    text-align: center;
}
.owl-nav button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    /* background: rgb(146 130 62) !important; */
    border-radius: 102px;
    width: 50px;
    height: 50px;
    /*border: 3px solid #fff !important;*/
}
#accommodation-slider .owl-nav button i {
  font-size: 18px;
  color: #fff;
}
#accommodation-slider .owl-nav button {
  width: 29px;
  height: 29px;
  background: #100c0c80;
  border: 0px !important;
}
.owl-nav i {
  color: #fff !important;
}
#accommodation-slider .owl-nav button.owl-prev {
  left: 2px;
}
#accommodation-slider .owl-nav button.owl-next {
  right: 2px;
}
.owl-nav button.owl-prev {
    left: 0px;
}
.owl-nav button.owl-next {
    right: 0;
}
.CTA-for-blog:hover a {
    background: var(--yallow);
    color: #fff;
}
  .owl-dots {
    text-align: center;
    padding-top: 15px;
  }
  .owl-dots button.owl-dot {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    display: inline-block;
    background: #eeeeee;
    margin: 0 3px;
  }
  .owl-dots button.owl-dot.active {
    background-color: #000;
  }
  .owl-dots button.owl-dot:focus {
    outline: none;
  }
  .owl-nav button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    /* background: rgb(146 130 62) !important; */
    border-radius: 102px;
    width: 50px;
    height: 50px;
}
.owl-nav button i {
    color: var(--skybluecolor);
    font-size: 32px;
}
.owl-nav button.owl-prev {
     left: 0px; 
}
.owl-nav button.owl-next {
    right: 0px;
}
section.blog-page {
    padding: 70px 0px;
}
.header-2 {
    position: relative !important;
    background: #000000;
}
header#mainHeader {
    background: transparent;
    position: absolute;
    width: 100%;
    border-bottom: 1px solid #eeeeee38;
}
h2.bg-text-hero {
    position: absolute;
    bottom: 0;
    font-size: 17rem;
    text-align: center;
    margin: auto;
    width: 100%;
    font-weight: 800;
    color: #ffffff0a;
    /* filter: blur(3px); */
    z-index: 1;
    margin: 0;
    line-height: normal;
}
section.hero_section .about-content {
    padding: 0;
    text-align: center;
    z-index: 9;
}
.fixed-header {
  position: fixed !important;
  top: 0;
  left: 0;
  background: #000000bf;
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
  z-index: 999;
  width: 100%;
}

/* Drop dwon */

.dropbtn {
  background-color: #fdbd04;
  /* font-family: var(--heading-font); */
  color: #000000;
  padding: 9px 20px;
  font-size: 17px;
  border: 2px solid var(--yallow);
  cursor: pointer;
  border-radius: 41px;
  font-weight: 500;
  margin-left: 0;
}

.dropbtn:hover, .dropbtn:focus {
  background-color: #fff;
  color: #000;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #000;
    width: 195%;
    /* overflow: auto; */
    right: 0;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    border-radius: 6px;
    top: 75px;
    padding: 10px 12px;
    z-index: 99;
}
.form-field label {
    font-weight: 400;
    font-size: 14px;
    color: #fff;
    font-style: normal;
}

#myDropdown button {
    width: 100%;
    border: 0px;
    background: var(--yallow);
    font-family: 'Jost';
    padding: 9px 10px;
    border-radius: 82px;
    margin-top: 12px;
    font-weight: 700;
    color:#fff;
}

#myDropdown:before {
    content: '';
    position: absolute;
    right: 20px;
    width: 20px;
    height: 20px;
    background: var(--skybluecolor);
    top: -10px;
    transform: rotate(45deg);
}

.dropdown-content a {
    color: white;
    padding: 7px 23px;
    text-decoration: underline;
    display: block;
    font-size: 16px;
    text-align: center;
}

.dropdown a:hover {
   color: var(--yallow);
}
.dropdown-content a span {
    display: block;
    font-size: 12px;
    color: #ff9e6c;
    font-weight: 500;
}
.dropdown-content a span del {
    color: #ddd;
}

.show {display: block;}

/* Model css */

.model-box-content p {
    margin-bottom: 5px;
    font-weight: 400;
    font-size: 15px;
}
.modal-content {
    border-radius: 0;
}

.model-box-content label {
    font-weight: 700;
}
section.point-section {
    padding: 70px 0;
    border-bottom: 1px solid #eee;
    background: linear-gradient(to bottom, #0c70c4e3, #1f3a6dd4), url('../assets/img/HeroImage_Homepage.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
/*section.point-section:before {*/
/*    content: '';*/
/*    position: absolute;*/
/*    width: 38%;*/
/*    height: 100%;*/
/*    background: #09599a;*/
/*    top: 0;*/
/*     right: 0; */
/*    border-top-left-radius: 272px;*/
    /*left: 0;*/
/*    margin: auto;*/
/*}*/
/*section.point-section:after {*/
/*    content: '';*/
/*    position: absolute;*/
/*    width: 38%;*/
/*    height: 100%;*/
/*    background: #09599a;*/
/*    top: 0;*/
    /* right: 0; */
/*    border-top-right-radius: 272px;*/
/*    left: 0;*/
/*    margin: auto;*/
/*}*/
.point-container {
    width: 70%;
    margin: auto;
    z-index: 9;
    position: relative;
}
.point-box {
    /* background: #f2f2f2; */
    color: #fff;
    padding: 12px 0;
    text-align: center;
    border: 1px dashed #ddd;
    border-radius: 10px;
}
.point-box p {
    margin: 0;
    color:#ffffff;
}
.point-box h3 {
    margin: 0;
    color:#ffffff;
}
.text-left{
    text-align: left;
}
.owl-dots {
    display: none;
}

/* Services section */

section#services {
  padding: 70px 0;
}
.service-box-item {
    position: relative;
    /* height: 100%; */
    padding-bottom: 30px;
    /* text-align: center; */
    background: #eeeeee85;
    padding: 15px 15px;
    border-radius: 124px;
    display: grid;
    grid-template-columns: 31% 65%;
    gap: 23px;
    margin-top: 19px;
    align-items: center;
}
.service-box-item img {
    width: 100%;
    height: 180px;
    object-fit: cover;
    object-position: top;
    border-radius: 152px;
}
.service-box-item h2 {
  font-size: 20px;
  font-weight: 400;
  margin-top: 22px;
  margin-bottom: 0;
}
.service-box-item p {
  font-size: 14px;
  padding: 9px 0 14px 0;
  margin: 0;
}
.cta-link-btn {
    /* position: absolute; */
    /* bottom: 0; */
    /*text-align: center;*/
    /*margin-top: 20px;*/
    margin-bottom: 11px;
}
.cta-link-btn a {
    /* background: #ffc107; */
    /* padding: 8px 20px; */
    border-radius: 22px;
    color: #005ca8;
    font-weight: 600;
}
/*.cta-link-btn a:hover {*/
/*    background: #000;*/
/*    color: #fff;*/
/*}*/

/* Performance */
section#performance {
    padding: 70px 0px;
    /* border-top: 1px solid #eee; */
    /* border-bottom: 1px solid #eee; */
    /* padding-bottom: 0; */
    position: relative;
}
section#performance:after {
    content: '';
    width: 40%;
    height: 100%;
    background: #d6d6d621;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 802px;
    z-index: -1;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0;
    bottom: 0;
}
.section-title h2 {
    font-size: 37px;
    line-height: 1.3;
}
.section-title span {
    /* color: var(--yallow); */
    font-family: var(--heading-font);
    border-bottom: 4px solid #fdbd04;
    background: #fdbd0412;
    padding: 1px 6px;
}
.per-icon {
    display: flex;
    align-items: center;
    gap: 11px;
    margin-bottom: 12px;
    border-bottom: 1px solid #ddd;
}
.per-icon i {
    font-size: 35px;
    color: #005ca8;
}
ul.choos-us-points li {
    list-style: none;
    font-weight: 600;
    position: relative;
    padding-left: 26px;
}
ul.choos-us-points li i {
    color: #005ca8;
    position: absolute;
    left: 0;
}
ul.choos-us-points {
    padding: 0;
}
.performance-box {
    padding: 15px 15px;
    background: #f3f8ff;
    border-radius: 10px;
    border: 1px solid #d2e2f7;
    box-shadow: 0px 0px 12px 0px #f0f4fb;
    /* height: 100%; */
    margin-bottom: 20px;
    border-top-right-radius: 40px;
    border-bottom-left-radius: 40px;
}
.performance-box p {
  font-size: 14px;
}
.performance-box h2 {
  font-size: 19px;
  margin-top: 10px;
}

.logo-section img {
    /* filter: contrast(0.1); */
    margin: auto;
    /* width: unset !important; */
    height: 65px;
    object-fit: contain;
    object-position: center;
    border: 1px solid #eee;
    padding: 6px 20px;
    border-radius: 5px;
}
.logo-section {
    text-align: center;
    background: #fff;
}

/* Features */

section#features {
    padding: 70px 0px;
    /*background: linear-gradient(to top, #d6d4d4, #ffffff);*/
}
.feature-item h4 {
  font-size: 18px;
  margin-top: 10px;
  color: #333;
  font-weight: 500;
}
.feature-item p {
  font-size: 14px;
}
.feature-icon {
    display: flex;
    align-items: center;
    gap: 12px;
}
.about-section span {
    border-bottom: 4px solid #fdbd04;
    background: #fffaed;
    padding: 0 9px;
    font-weight: 400;
}
.feature-item {
    text-align: left;
    padding: 20px 30px;
    border: 1px solid #e6eaf4;
    /* border-radius: 15px; */
    margin-bottom: 15px;
    /* padding-top: 0; */
    background: #f3f8ff;
    border-radius: 14px;
}
.feature-item i {
    font-size: 35px;
    color: #ffc107;
}
/* About */
section#about {
  padding: 70px 0;
}
.colon-container {
  display: grid;
  grid-template-columns: 49% 49%;
  grid-column-gap: 10px;
}
.aboutuscontent-div {
    position: sticky;
    top: 10px;
}
.about-section h2 {
    font-weight: 900;
    font-size: 38px;
    /* font-style: italic; */
    /*background: linear-gradient(to right, #1976f4, #f5af19);*/
    /*-webkit-text-fill-color: transparent;*/
    /*-webkit-background-clip: text;*/
    /*background-clip: text;*/
}
.about-section h3 {
  font-size: 20px;
  font-weight: bold;
}
.about-section h3 span {
  font-weight: 900;
  color: var(--yallow);
}
.colon-box {
  padding: 23px 10px;
  border: 1px solid #eee;
  border-radius: 13px;
  background: #f9fbff;
}
.colon-box h5 {
  font-size: 18px;
  font-weight: 900;
}
.colon-box p {
  font-size: 14px;
  margin-bottom: 0;
}
.content-box {
  padding-bottom: 15px;
}
.content-box h2 {
  font-size: 18px;
  font-weight: 800;
  color: #333;
}
.content-box p {
  font-size: 14px;
  margin-bottom: 3px;
}
.content-box ul {
  font-family: 'Jost';
  font-size: 14px;
}
.content-box a {
  color: #03a9f4;
  text-decoration: underline;
  font-weight: 600;
  padding-left: 5px;
}
h4.modal-title {
  font-family: 'Inter';
  font-weight: 900;
}
form#contactForm input {
  border-radius: 0px;
  height: 45px;
  font-size: 13px;
  margin-top: 7px;
  border: 1px solid #ddd;
}
/* Footer */
.footer {
    padding: 50px 0px 0;
    background: linear-gradient(to bottom, #0c70c4e3, #2c4e8fd4), url(../assets/img/HeroImage_Homepage.webp);
    background-size: cover;
    background-position: center;
}
.about-content p {
    color: #e9e9e9;  
}
.contactus-footer ul {
    list-style: none;
    padding: 0;
    padding-left: 32px;
    /*display: grid;*/
    /*justify-content: center;*/
    /*grid-template-columns: 70% 15% 15%;*/
    margin-bottom: 0;
}
.contactus-footer ul li {
    color: #fff;
    position: relative;
    padding: 5px 0;
    font-family: 'Jost';
}
.contactus-footer ul li a {
    color: #fff;
    text-decoration: none;
}
.contactus-footer ul i {
    position: absolute;
    left: -30px;
}
.about-content label {
    color: #fff;
    font-weight: 600;
    text-transform: capitalize;
    border-right: 1px solid #ddd;
    margin-right: 10px;
    padding-right: 10px;
}
.about-content a {
    color: #fff;
    text-decoration: none;
    padding-right: 11px;
}
.f-logo {
    text-align: center;
    color: #fff;
}
.f-logo h6 {
    margin-bottom: 0;
    margin-top: 10px;
}
.about-content h6 {
  color: #ffffff
}
.copy-right {
    text-align: center;
    padding: 10px 0;
    background: #0c4379;
    margin-top: 23px;
}
.copy-right p {
    margin-bottom: 0;
    color: #fff;
}
/* Floating button Live chat*/
a{
    text-decoration:none;
}
 
/* Contact form */

.form-field {
    margin-bottom: 2px;
}
.form-field label {
    width: 100%;
    font-weight: 600;
}
.form-field textarea {
    width: 100%;
    border: 1px solid #ddd;
}
.form-check-input:checked {
  background-color: var(--yallow) !important;
  border-color: var(--yallow) !important;
}
.form-field input {
    height: 45px;
    padding: 0 12px;
   font-family: 'jost';
    border: 1px solid #fff;
    width: 100%;
    /* border-radius: 42px; */
}
label.form-check-label {
  color: #fff;
}
.form-check.form-switch {
  margin-top: 12px;
}
.form-container {
    display: grid;
    grid-template-columns: 48% 48%;
    grid-column-gap: 4%;
}

button#submit {
    width: 50%;
    padding: 10px 20px;
    border: 1px solid #ddd;
    background: var(--yallow);
    color: #000;
    font-family: 'Jost';
    font-weight: 600;
    margin-bottom: 11px !important;
    border-radius: 42px;
    /* margin: auto; */
    display: block;
}

label.login-label a {
    padding: 3px 1px;
    font-weight: 800;
    color: var(--yallow);
}
.section-signup {
    padding: 60px 0px;
}
form#registration_form {
    font-family: 'jost';
    padding: 6px 6px;
}
.form-field select {
    width: 100%;
    height: 40px;
    border-color: #c7c7c7;
}
.content-list p {
    text-align: left;
    margin: 0;
}
/* / end description tab / */

.need-help {
    text-align: center;
    padding: 50px 0px;
}
.need-help h5 {
    font-weight: 700;
}
#myDropdown button a {
    padding: 0;
}
#myDropdown button:hover a {
    color:#000;
}

/*Partner review*/

.img-test img {
    width: 100%;
}

section#partner_reviews {
    padding: 30px 0;
    padding-top: 0px;
    /*border-top: 1px solid #f6e8e8;*/
    position: relative;
}
/*section#partner_reviews:after {*/
/*    content: '"';*/
/*    position: absolute;*/
/*    font-size: 500px;*/
/*    top: -60px;*/
/*    height: max-content;*/
/*    line-height: normal;*/
/*    font-family: 'remixicon';*/
/*    color: #eeeeee94;*/
/*    width: 100%;*/
    /*left: 71px;*/
/*}*/
.review-box {
    padding: 15px;
    /*background: #fff;*/
    border-radius: 15px;
    margin-bottom: 21px;
    /*box-shadow: 0px 0px 12px #eee;*/
    margin: 0px 7px;
    text-align: center;
    margin-bottom: 20px;
}
.start-div i {
    color: #ffc107;
}
.review-box p {
    font-size: 30px;
    margin: 10px 0;
    padding: 9px 0;
    /* border-top: 1px solid #eee; */
    /* border-bottom: 1px solid #eee; */
    line-height: 1.2;
    font-weight: 300;
    width: 70%;
    margin: auto;
}
.autor-div h6 {
    font-size: 21px;
    margin-bottom: 5px;
    font-weight: 500;
    color: #1551a7;
}

/*Whatapp chat*/

.float {
    display:none !important;
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 40px;
    right: 40px;
    background-color: #202020;
    color: #FFF;
    border-radius: 50px;
    font-size: 33px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
    display: flex;
    align-items: center;
    justify-content: center;
}
.my-float{
	margin-top:16px;
}
.form-group label {
    font-size: 15px;
    padding-bottom: 3px;
    color:#000;
}

/* Price table */

.price-container-box {
    padding: 53px 20px;
    background: #f3f3f3;
    border-radius: 13px;
    position: relative;
}

.price-container-box span {
    position: absolute;
    top: 0;
    font-size: 11px;
    font-weight: 600;
    background: #4caf50;
    padding: 5px 26px;
    color: #fff;
    /* width: max-content; */
    text-align: center;
    left: 50%;
    border-radius: 15px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    transform: translate(-50%, 0px);
    margin: auto;
}

.price-btn a {
    background: #ffc107;
    padding: 10px 30px;
    border-radius: 22px;
    color: #000;
    font-weight: 500;
    display: block;
}
.price-btn a:hover {
    background: #000;
    color: #fff;
}
.price-btn {
    text-align: center;
    padding: 19px 0;
}
.price-container-box p {
    margin-bottom: 0px;
}
.point-div strong {
    font-size: 13px;
    font-family: 'Jost';
    padding: 9px 0;
    display: block;
}
.point-div ul {
    padding-left: 17px;
    list-style: none;
}
.point-div ul li {
    font-size: 15px;
    padding-bottom: 6px;
    font-family: 'Jost';
    position: relative;
}
.price-container-box h2 {
    font-size: 27px;
    font-weight: 400;
    text-align: center;
}
.point-div li i {
    position: absolute;
    left: -21px;
    color: #ffa623;
    font-weight: 900;
}
p.title-dec-price {
    text-align: center;
    font-weight: 600;
}
p.title-dec-price span {
    font-size: unset;
    background: unset;
    color: unset;
    position: unset;
    padding: unset;
}
select#currencySelector {
    font-family: 'Jost';
    font-size: 14px;
    padding: 7px 9px;
    border-radius: 62px;
    border: 2px solid #ddd;
}
.background-media {
    padding: 40px 0px !important;
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
}
.background-media .form-titlebar.pb-2 h2 {
    font-weight: bold;
    font-family: 'Jost';
    font-size: 30px;
}
.tag-container {
    display: flex;
    flex-wrap: wrap;
    /* padding: 0 14px; */
    border: 1px solid #ddd;
    min-height: 50px;
    cursor: text;
}
.tag {
    background: #ffc107;
    color: black;
    padding: 5px 10px;
    margin: 5px;
    border-radius: 3px;
    display: inline-flex;
    align-items: center;
}
.tag .remove {
    margin-left: 5px;
    cursor: pointer;
}
.contact-page {
    padding: 0;
    background: linear-gradient(to bottom, #00182ce3, #005ca8, #005ca8c2,  #ffffff), url('img/HeroImage_Homepage.webp');
    background-size: cover;
    height: 100%;
}
.discrimer p {
    color: #ddd;
}
.discrimer h4 {
    color: #fff;
    font-size: 15px;
}
