@import url(../css/aos.css);
@import url(../css/animate.css);
@import url(../css/swiper.min.css);
@import url(../css/default.css);





@font-face {
  font-family: 'arialregular';
  src: url('../font/arial-webfont.woff') format('woff2'),
    url('../font/arial-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}




@font-face {
  font-family: 'arialbold';
  src: url('../font/arialbd-webfont.woff2') format('woff2'),
    url('../font/arialbd-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}




@font-face {
  font-family: 'arialbold_italic';
  src: url('../font/arialbi-webfont.woff2') format('woff2'),
    url('../font/arialbi-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}




@font-face {
  font-family: 'arialitalic';
  src: url('../font/ariali-webfont.woff2') format('woff2'),
    url('../font/ariali-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}




@font-face {
  font-family: 'arialblack';
  src: url('../font/ariblk-webfont.woff2') format('woff2'),
    url('../font/ariblk-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}


@font-face {
  font-family: 'times_new_roman_cyrbold';
  src: url('times_new_roman_bold-webfont.woff2') format('woff2'),
    url('times_new_roman_bold-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}

:root {
  /* Colors: */
  --color-a63d82: #a63d82;
  --color-85754e: #85754e;
  --color-233a75: #233a75;
  --color-b3228e: #b3228e;
  --color-000000: #000000;
  --color-ffffff: #ffffff;
  --font-family-arial: 'arialregular';
  --font-family-arial-bold: 'arialbold';
  --font-family-arial-bold-italic: 'arialbold_italic';
  --font-family-arial-italic: 'arialitalic';
  --font-family-arial-black: 'arialblack';
  --font-family-times: 'times_new_roman_cyrbold';

  --font-size-10: 10px;

  --font-size-12: 12px;
  --font-size-14: 14px;
  --font-size-16: 16px;
  --font-size-18: 16px;
  --font-size-21: 18px;
  --font-size-23: 21px;
  --font-size-37: 37px;
  --font-size-43: 33px;
  --font-size-46: 46px;
  --font-size-70: 70px;
  --font-size-83: 73px;
  --font-size-100: 100px;
  --font-size-120: 120px;

  --character-spacing-0: 0px;

}
.text-white{
  color: var(--color-ffffff) !important;
}
.text-blue{
  color: var(--color-233a75) !important;
}

.text-pink{
  color: var(--color-b3228e) !important;
}
.pt-100 {
  padding-top: 50px;
}


* {
  outline: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: var(--font-family-arial);
  font-size: var(--font-size-21);
  color: var(--color-233a75);
  margin: 0;
  padding: 0;
  position: relative;
  overflow-x: hidden;
  margin: 0 80px;
  -webkit-box-shadow: 2px 2px 20px 10px rgba(0, 0, 0, 0.28);
  -moz-box-shadow: 2px 2px 20px 10px rgba(0, 0, 0, 0.28);
  box-shadow: 2px 2px 20px 10px rgba(0, 0, 0, 0.28);
}

.swiper-pagination-bullet {
  width: 5px;
  height: 5px;

  background: #e2e2e2;
  border: 1px solid #a0a0a000;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--color-b3228e);
}

.section-bg::after {
  background-image: url(../images/bg-body-right.jpg);
  right: 0;
  background-repeat: repeat;
  content: '';
  z-index: -1;
  background-size: contain;
  height: -webkit-fill-available;
  position: absolute;
  width: 20%;
  top: 0;
}

.section-bg::before {
  background-image: url(../images/bg-body.jpg);
  left: 0;
  background-repeat: repeat-y;
  content: '';
  z-index: -1;
  background-size: contain;
  height: -webkit-fill-available;
  position: absolute;
  width: 20%;
  top: 0;
}

.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
  max-width: 85%;
}

.clr {
  width: 100%;
  float: left;
}

.img {
  width: 100%;
}

a,
.btn,
button {
  color: var(--color-ffffff);
  outline: none;
  cursor: pointer;
  outline: 0;
  text-decoration: none;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}

a:focus,
.btn:focus,
button:focus,
.custom-select:focus,
.form-control:focus {
  outline: none;
  box-shadow: none;
}

.btn:hover,
a:hover,
button:hover {
  color: var(--color-ffffff);
  text-decoration: none;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  text-transform: normal;
  margin-bottom: 15px;
}

ul,
ol {
  margin: 0px;
  padding: 0px;
}

li {
  list-style: none;
}

header,
footer,
section {
  width: 100%;
  float: left;
}

section {
  overflow: hidden;
}


p {
  font-size: var(--font-size-18);
  line-height: normal;
  color: var(--color-233a75);
  font-family: var(--font-family-arial);
margin-bottom: 0;
}

li {
  font-size: var(--font-size-18);
  line-height: normal;
  color: var(--color-233a75);
  font-family: var(--font-family-arial);
  font-weight: 600;

}

.section-heading {
  font-size: var(--font-size-46);
  color: var(--color-b3228e);
  font-family: var(--font-family-arial-black);
  text-transform: uppercase;
  line-height: 40px;
  margin-bottom: 20px;
}

.section-heading-stroke {
  font-size: var(--font-size-83);
  line-height: normal;
  color: transparent;
  font-family: var(--font-family-arial-black);

  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 2px var(--color-b3228e);
  text-transform: uppercase;
  line-height: 70px;
}

.section-heading-regular {
  font-size: var(--font-size-43);
  line-height: 20px;
  color: var(--color-b3228e);
  font-family: var(--font-family-arial);
  text-transform: uppercase;

}
.section-heading-sup{
  color: var(--color-b3228e);
  font-family: var(--font-family-arial);
  text-transform: uppercase;
}
.title {
  font-size: var(--font-size-37);
  font-family: var(--font-family-arial-bold);

}

.subtitle {
  font-size: var(--font-size-23);
  font-family: var(--font-family-arial-bold);

}

.subheading {
  font-size: var(--font-size-28);
  font-family: var(--font-family-arial-black);

}

.fill {
  margin: 0px auto;
  width: fit-content;
  text-align: center;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 1px white;
  position: relative;
  cursor: pointer;
}

.section-space {
  padding: 50px 0;
}

.navbar-expand-lg .navbar-nav {
  justify-content: end;
  font-weight: 500;
  height: 100%;
  display: flex;
  align-items: center;
}


.main-nav .navbar .row .col-md-9 {
  display: flex;
  align-items: center;
}


.mobile {
  display: none;
}

.offcanvas-header {
  display: none;
}
.bg-body-tringle{
  position: relative;
  width: 100%;
  top: 0;
}
.bg-body-left {
  background-image: url(../images/bg-body.jpg);
  background-repeat: repeat-y;
  background-size: contain;
  width: 1000px;
  height: 800px;
  z-index: -1;
  position: absolute;
  left: 0;
  top: 0;
  background-size: 33%;
}
.bg-body-right {
  background-image: url(../images/bg-body-right.jpg);
  background-repeat: repeat-y;
  background-size: contain;
  width: 1000px;
  height: 800px;
  z-index: -2;
  position: absolute;
  right: -700px;
  background-size: 33%;
  top: 0;
  background-position: left;
}
/* main-header */

.g_header {
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
  position: absolute;
}

.main-header.g_shrink {
  position: sticky;
  background: var(--color-ffffff);
  box-shadow: #63636333 0px 2px 8px 0px;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
  z-index: 999;
}

.main-header.g_shrink .navbar-brand img,
.main-header.g_shrink .navbar-brand .svg {
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}

.main-header.g_shrink .main-nav .logo-bg {
  width: 560px;
  height: 117px;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}

.main-nav .navbar .row {
  display: flex;
  justify-content: space-around;
  width: 100%;
}

/* loader css */
.main-nav {
  padding: 20px 0px;
  width: 100%;
  float: left;
  display: flex;
}

.main-nav .navbar {
  padding: 0;
  width: 100%;
  float: left;
  height: 100%;
}

.navbar-brand {

  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}

/* .main-header.g_shrink .navbar-brand{
    top: -50px;
  
  } */


.main-nav .navbar-nav .nav-item .nav-link {
  position: relative;
  display: block;
  padding: 0;
  margin-left: 20px;
  font-size: var(--font-size-21);
  color: var(--color-233a75);
  line-height: var(--line-height-inherit);
  font-family: var(--font-family-arial);
  background-color: transparent;
  transition: ease all 0.5s;
  border-bottom: 1px solid #ffffff;
}

.main-nav .navbar-nav .nav-item .nav-link::after {
  position: absolute;
  content: '';
  transform: scaleX(0);
  transition: transform 250ms ease-in-out;
  transform-origin: 0% 50%;
}

.main-nav .navbar-nav .nav-item .nav-link:hover:after {
  transform: scaleX(1);
  transform-origin: 0% 50%;
}


.main-nav .navbar-nav .nav-item .nav-link:focus,
.main-nav .navbar-nav .nav-item.active .nav-link,
.main-nav .navbar-nav .nav-item .nav-link:hover {
  color: var(--color-b3228e);
  border-bottom: 1px solid #b3228e;
}

.main-nav .navbar-nav .nav-item .nav-link:focus,
.main-nav .navbar-nav .nav-item.active .nav-link,
.main-nav .navbar-nav .nav-item .nav-link.active {
  color: var(--color-b3228e);
  border-bottom: 1px solid #b3228e;

}

.main-nav .navbar-nav .nav-item .nav-link.show,
.main-nav .navbar-nav .nav-item .show>.nav-link {
  color: var(--color-b3228e);
}



.logo-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 580px;
  height: 145px;
  background: var(--color-ffffff);
  clip-path: polygon(0 0, 100% 0, 90% 100%, 0% 100%);
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}

/* dropdown-menu */
.main-nav .navbar-nav .nav-item.dropdown .dropdown-item:focus,
.main-nav .navbar-nav .nav-item.dropdown .dropdown-item:hover {
  background-color: transparent;
}

.main-nav .navbar-nav .dropdown .dropdown-menu {
  min-width: 200px;
  width: 200px;
  margin: 0;
  top: 100%;
  padding: 0px;
  background-color: var(--color-ffffff);
  border: none;
  box-shadow: 0px 0px 10px -4px #0000009d;
  z-index: 9;
}

.main-nav .navbar-nav .dropdown .dropdown-menu .dropdown-item {
  width: 100%;
  float: left;
  font-size: var(--font-size-16);
  color: var(--color-000000);
  background-color: var(--color-ffffff);
  padding: 10px 10px;
  text-transform: uppercase;
}

.main-nav .navbar-nav .dropdown .dropdown-menu .dropdown-item:hover {
  color: var(--color-000000);
  background-color: var(--color-f68e1f);
}

.dropdown-item.active {
  background-color: var(--color-000000) !important;
}

ul.footer-menu li a.active {
  color: #000000;
}

.navbar-expand-xl .navbar-nav {
  flex-direction: row;
  height: 100%;
  align-items: center;
  justify-content: end;
}

/* dropdown-menu */

.header-social {
  margin-left: 50px;
}

.header-social a {
  display: inline-block;
  padding: 0 5px;
  margin: 0 5px;
}

.header-social a .svg {
  width: 30px;
  height: 30px;
}

.header-social a .svg path {
  fill: var(--color-ffffff) !important;
  transition: 0.5s;
}

.header-social a:hover .svg path {
  fill: var(--color-0e1f45);
}


.navbar-toggler {
  position: absolute;
  background-color: #fff;
  right: 30px;
}


/* main-header */


/* main-banner */

.banner {
  width: 100%;
  height: 1000px;
  position: relative;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
  z-index: 9;
  display: flex;
  align-items: center;
}

.banner img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}

.banner .content {
  height: 100%;
  display: flex;
  text-transform: uppercase;
  flex-direction: column;
  justify-content: center;
  top: -90px;
  position: absolute;
  width: 100%;
  z-index: 9;
  left: 135px;
}

.banner .content small {
  font-size: var(--font-size-100);
  font-family: var(--font-family-arial-bold);
  color: var(--color-a63d82);

}

.banner .content span {
  font-size: var(--font-size-46);
  font-family: var(--font-family-arial);
  color: var(--color-a63d82);

}

.banner .content .big {
  font-size: var(--font-size-120);
  font-family: var(--font-family-arial-bold);
  color: var(--color-a63d82);
  line-height: 92px;
}

.banner .content h2 {
  font-size: var(--font-size-46);
  font-family: var(--font-family-arial);
  color: var(--color-85754e);
  line-height: normal;
  top: -50px;
  position: relative;
}

.inner-banner {
  width: 100%;
  height: 100vh;
  padding-top: 8%;
  display: flex;
}

.banner-content {
  width: 40%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.banner-img {
  width: 60%;
  display: flex;
  position: relative;
  align-items: center;
  right: -5%;
  justify-content: center;
}



/* glossary */
.glossary {
  background-image: url(../images/glossory-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 100%;
  /* margin: 100px 0; */
  z-index: 10;
  padding: 230px 0;
  position: relative;
  /* padding-top: 0; */
  display: flex;
  align-items: center;
  /* justify-content: center; */
  margin-top: -113px;
}

.glossary .row {
  width: 80%;
  margin: 0 auto;
}

.glossary ul li {
  color: var(--color-ffffff) !important;
  margin: 30px 0;
  display: flex;
  font-weight: 100;
  list-style-type: disc;
  margin-bottom: 0;
}

.glossary ul li a:hover {
  color: #ff46f1;
  background-color: transparent;

}

.glossary ol {
  margin-left: 58px;
}

.glossary ol li {
  margin: 10px 0;
}

.glossary ol li::before {
  list-style-type: disc;
  width: 5px;
  height: 5px;
  background-color: var(--color-ffffff);
  border-radius: 100%;
  position: absolute;
  content: '';
  margin: 12px -15px;
}

.glossary ul li img {
  margin-right: 15px;
  width: 15px;
  height: 15px;
}

.glossary a {
  padding: 0;
  line-height: 15px;
  color: var(--color-ffffff);
}

/* about */
.slinda-tablet {
  background-image: url(../images/slinda-tablet-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  z-index: 9;
  margin-top: -190px;
}

.slinda-tablet .row {
  display: flex;
  align-items: center;
}

.tablet-bg {
  position: relative;
  text-align: center;
  padding: 100px;
  padding-top: 120px;
}

.tablet-bg h3 {
  font-size: var(--font-size-18);
  line-height: normal;
  color: var(--color-233a75);
  font-family: var(--font-family-arial);
}

.tablet-bg .content {
  position: relative;
  z-index: 9;
}



.tablet-bg .content {
  width: 52%;
  margin: 0 auto;
}

.tablet-bg .content img {
  margin-bottom: 30px;
  width: auto;
}

.slinda-tablet .slinda-tab-img {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;

}

.slinda-tablet .slinda-tab-img img {
  margin-bottom: 30px;
  width: auto;
  position: absolute;
  margin-top: -670px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1000px;
}

.tablet-bg::after {
  /* padding: 50px; */
  /* position: absolute;
  content: '';
  background-image: url(../images/pill-bg.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 160%;
  height: 149vh;
  margin-top: -967px;
  position: absolute;
  z-index: 0;
  align-items: center;
  justify-content: center;
  left: -29%; */
}

/* about */

/* whattoexpect */
.whattoexpect {
  background-image: url(../images/whattoexpectbg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom right;
  background-size: 85%;
  z-index: 1;
}

.whattoexpect::after {
  background-image: url(../images/slinda-tablet-bg.jpg);
  background-repeat: repeat-y;
  background-size: cover;
  width: 100%;
  height: 100%;
  z-index:-1;
  margin-top: -190px;
}
.what-slinda .content-box {
  display: flex;
  margin-bottom: 25px;
  height: 60px;
}

.what-slinda .content-box .content-img {
  position: relative;
  width:60px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.what-slinda .content-box .content-img img {
  position: absolute;
  z-index: 9;
  left: 14px;
  top: -2px;
  width: 38px;
}

.what-slinda .content-box p {
  width: 70%;
  margin-bottom: 0;
  display: block;
  align-items: center;
  text-transform: capitalize;
  margin-left: 10px;
}

.what-slinda .content-box .content-img::after {
  position: absolute;
  content: '';
  background-image: url(../images/whaticon-bg.png);
  background-repeat: no-repeat;
  width: 70px;
  height: 100px;
  left: 0;
  top: 0;
  background-size: 60px;
  z-index: 0;
}

.step-box {
  padding: 20px;
  border-radius: 20px;
  border: 2px solid var(--color-b3228e);
  position: relative;
  padding-top: 40px;
  padding-left: 50px;
  margin-bottom: 50px;
  width: 90%;
  margin-left: 62px;
}

.pink-heading {
  color: var(--color-b3228e);
  font-size: var(--font-size-21);
  font-family: var(--font-family-arial-italic);
  text-align: center;
  margin-top: 20px;
  font-weight: 600;
}

.step-box .number {
  font-size: 180px;
  font-family: var(--font-family-times);
  color: var(--color-85754e);
  position: absolute;
  left: -9.5%;
  top: -101px;
  font-weight: bolder;
}

.step-box .number.number2 {
  left: -46px;
}

.step-box .number.number2::after {
  width: 69px;
  height: 95px;
  position: absolute;
  content: '';
  background-color: #ffffff;
  left: -13px;
  bottom: 75px;
  z-index: -1;
  border-radius: 10%;
}

.step-box .number.number1 {
  left: -47px;
}

.step-box .number.number3 {

  left: -45px;
}

.step-box .number.number3::after {
  width: 69px;
  height: 95px;
  position: absolute;
  content: '';
  background-color: #ffffff;
  left: -13px;
  bottom: 75px;
  z-index: -1;
  border-radius: 10%;
}



.step-box li {
  list-style-type: disc;
  margin-left: 20px;
}

.step-box li::marker {
  color: var(--color-b3228e);
}

.step-box .subtitle {
  background-color: var(--color-b3228e);
  position: absolute;
  top: -22px;
  padding: 5px 50px;
  border-radius: 38px;
  text-transform: uppercase;
  color: aliceblue;
}



.footer {
  width: 100%;
  background-image: url(../images/footer-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

.reference-footer .title {
  text-align: left;
  color: var(--color-ffffff);
  font-size: var(--font-size-12);
}

.reference-footer p {
  text-align: justify;
  color: var(--color-ffffff);
  font-size: var(--font-size-10);
  line-break: anywhere;
}

.exeltis-logo {
  float: right;
  margin-top: 80px;
}

.do-dont-section .content-box.inside img {
  margin-right: 10px;
  width: 30px;
}

.do-dont-section .content-box.inside .title {
  text-align: center;
  font-size: 25px;
}

.do-dont-section .content-box {
  flex-direction: row;
  align-items: center;
  margin-bottom: 10px;
}

.do-dont-section .content-box .inside-content {
  align-items: center;
  display: flex;
}

.do-dont-section .content-box.inside-content img {
  width: 73px;
}

.do-dont-section .p-content p {
  margin-bottom: 0;
  font-size: 18px;
}

.do-dont-section .divider img {
  height: 100%;
  position: relative;
}

.divider {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.do-dont-section .content-box.right-space1 {
  padding-left: 50px;
  display: flex;
}

.do-dont-section .content-box.right-space {
  padding-left: 150px;
  display: flex;

}

.do-dont-section .content-box p {
  margin-bottom: 0;
}

.do-dont-section .content-box img {
  margin-right: 10px;
  width: 80px;
}

.do-dont-section .title {
  text-align: center;

}

.step-section .section-heading {
  margin-bottom: 15px;
}

.how-section {
  padding: 50px 0;
  background-color: #f3f1ed;

}

.how-section .section-heading-stroke {
  line-height: inherit;
}

.how-section .section-heading {
  line-height: 50px;
}

.how-section li {
  list-style-type: disc;
  margin-bottom: 15px;
}

.how-section li::marker {
  color: var(--color-b3228e);
}

.how-section .content {
  margin-top: 50px;
  position: relative;
  margin: 50px;
  margin-bottom: 0;
}

.how-section .content::before {
  content: '';
  position: absolute;
  background-image: url(../images/how-after.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 120%;
  height: 137px;
  left: -15%;
  top: -28%;
  background-position: top right;
}

.myths-section {
  padding-top: 80px;

  padding-bottom: 150px;
}

.myths-section img {
  position: relative;
  margin-top: -90px;
  z-index: -1;
}

.myths-box {
  position: relative;
  width: 800px;
  height: 300px;

}

.myths-box1 {
  display: flex;
  right: -82%;
}

.myths-box2 {
  display: flex;
  top: -150px;
  left: 10%;
}

.myths-box3 {
  display: flex;
  top: -268px;
  left: 31%;
}

.myths-right p {
  color: var(--color-ffffff);
}

.myths-right img {
  margin-top: 10px;
}

.myths-center {
  width: 50px;
  height: 50px;
  position: absolute;
  text-align: center;
  justify-content: center;
  display: flex;
  left: 28%;
  background-color: var(--color-85754e);
  border-radius: 100%;
  border: 5px solid #fff;
  display: flex;
  align-items: center;
  font-weight: bold;
  font-family: var(--font-family-arial-black);
  color: var(--color-ffffff);
  font-size: 30px;
  font-family: 'arialbold';
}

.myths-box p {
  color: var(--color-ffffff);
  font-size: var(--font-size-14);
  margin-bottom: 0;
}

.myths-left {
  padding: 25px;
  text-align: center;
  width: 245px;
  background-image: url(../images/myths-left-bg.png);
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 5px;
}

.myths-box .subheading {
  margin-bottom: 10px;
}

.myths-left .subheading {
  color: var(--color-ffffff);
}

.myths-right {
  background-image: url(../images/myths-right-bg.png);
  padding: 10px 25px;
  background-repeat: no-repeat;
  text-align: center;
  color: var(--color-ffffff);
  width: 325px;
}
.myths-bubble3{
  position: absolute;
  left: 25%;
}




.faq-section .col-12 {
  z-index: 9;
}

.faq-box {
  position: relative;
  border: 2px solid #97835c;
  border-radius: 50px;
  padding: 30px;
}

.faq-box p {
  margin-bottom: 0;
}

.faq-box .subtitle {
  font-size: var(--font-size-23);
  font-family: var(--font-family-arial-bold);
  text-transform: uppercase;
  color: var(--color-b3228e);
  margin-bottom: 10px;
}

.faq-box1 {
  width: 80%;
  left: 18%;
  position: relative;
  top: 16%;
}

.faq-box1-arrow {
  position: absolute;
  width: 100px;
  height: 150px;
  left: 77%;
  top: 99.1%;
}
.faq-box2 {
  width: 85%;
  left: 1%;
  top: -15%;
  position: relative;
}
.faq-box2-arrow {
  position: absolute;
  content: '';
  width: 100px;
  height: 150px;
  left: 25%;
  top: 99.5%;
}

.faq-box3 {
  width: 80%;
  left: 0%;
  position: relative;
  border-bottom-right-radius: 0;
  top: 5%;
}

.faq-box3-arrow {
  position: absolute;
  content: '';
  width: 100px;
  height: 150px;
  right: -90px;
  bottom: -113px;
}

.faq-box4 {
  width: 74%;
  right: -22%;
  top: 10%;
  border-bottom-left-radius: 0;
}

.faq-box4-arrow {
  position: absolute;
  content: '';
  width: 100px;
  height: 150px;
  left: -41px;
  bottom: -113px;
}


.women-img {
  position: relative;
  margin-top: -220px;
  z-index: -1;
}

.women-img img {
  width: 350px;
}

.faq-box .number {
  width: 50px;
  height: 50px;
  position: absolute;
  text-align: center;
  justify-content: center;
  display: flex;
  left: -2%;
  background-color: var(--color-85754e);
  border-radius: 100%;
  border: 5px solid #fff;
  display: flex;
  align-items: center;
  font-weight: bold;
  font-family: var(--font-family-arial-black);
  color: var(--color-ffffff);
  top: -4%;
}

.restrictions-section p {
  width: 50%;
  margin-bottom: 0px;
}

.restriction-img {
  width: 80px;
  height: 80px;
  border: 5px solid var(--color-b3228e);
  border-radius: 100%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  margin-top: 70px;
  box-shadow: 16px 14px 22px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 16px 14px 22px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 16px 14px 22px rgba(0, 0, 0, 0.1);
}

.restriction-img::after {
  width: 80px;
  height: 1px;
  border: 1px dashed var(--color-a63d82);
  position: absolute;
  content: '';
  left: 92px;
}

.restriction-content-top {
  position: relative;
  top: 0;
}

.restriction-content-bottom {
  position: relative;
  bottom: 0;
}


.restriction-content {
  background-color: #f6f6f6;
  padding: 25px;
  border-radius: 30px;
  text-align: center;
  border: 3px solid var(--color-85754e);
  height: 160px;
  display: flex;
  align-items: center;
  box-shadow: 16px 14px 22px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 16px 14px 22px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 16px 14px 22px rgba(0, 0, 0, 0.1);
  font-size: var(--font-size-18);
}

.restriction-content-top .restriction-content {
  position: absolute;
  top: -200px;
  left: -78px;
  min-width: 330px;
}

.restriction-content-top .restriction-content::after {
  background-image: url(../images/restrict-arrow.png);
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  bottom: -112%;
  display: flex;
  align-items: center;
  justify-content: center;
  left: 100px;
  background-size: 137px;
  text-align: center;
}

.restriction-content-box {

  width: 90%;
  margin: auto;
  position: relative;
}

.restriction-content-bottom .restriction-content {
  position: absolute;
  bottom: -200px;
  left: -75px;
  min-width: 330px;
  display: flex;
  justify-content: center;
}

.restriction-content-bottom .restriction-content::after {
  background-image: url(../images/restrict-arrow.png);
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  top: -112%;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: rotate(180deg);
  background-size: 137px;
  left: -90px;
}

.sideeffects-section img {
  width: 80%;
  margin: 0 auto;
}

input:-internal-autofill-selected {
  background-color: transparent;
}

form {
  max-width: 300px;
  margin: 10px auto;
  padding: 10px 20px;
  background: var(--color-ffffff);
  border-radius: 30px;
  box-shadow: -1px 12px 20px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: -1px 12px 20px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: -1px 12px 20px rgba(0, 0, 0, 0.1);
}

input[type="text"], input[type="password"], input[type="date"], input[type="datetime"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], textarea, select {
  background: rgba(255, 255, 255, 0.1);
  border: none;
  font-size: 16px;
  height: auto;
  margin: 0;
  outline: 0;
  width: 100%;
  /* background-color: #e8eeef; */
  color: var(--color-233a75);
  /* box-shadow: 0 1px 0 rgba(0,0,0,0.03) inset; */
  margin-bottom: 20px;
  border-bottom: 1px solid var(--color-85754e);
  padding: 10px;
}

input[type="radio"],
input[type="checkbox"] {
  margin: 0 4px 8px 0;
}

select {
  padding: 6px;
  height: 32px;
  border-radius: 2px;
}

button {
  padding: 19px 39px 18px 39px;
  color: #FFF;
  background-color: var(--color-b3228e);
  font-size: 18px;
  text-align: center;
  font-style: normal;
  border-radius: 5px;
  width: 100%;
  border: 1px solid var(--color-a63d82);
  border-width: 1px 1px 3px;
  box-shadow: 0 -1px 0 rgba(255, 255, 255, 0.1) inset;
  margin-bottom: 10px;
}

button:hover {
  background-color: var(--color-85754e);

}

fieldset {
  margin-bottom: 30px;
  border: none;
}

legend {
  font-size: 1.4em;
  margin-bottom: 10px;
}

label {
  display: block;
  margin-bottom: 8px;
  font-size: var(--font-size-16);
}

label.light {
  font-weight: 300;
  display: inline;
}

.restriction-img img {
  width: 50px;

}

.how-section-box {
  margin-top: 100px;
}
@media (max-width: 1900px) {


:root {    --font-size-23: 18px;
  --font-size-18: 14px;
  --font-size-83: 60px;}
  .do-dont-section .content-box img {
    width: 70px;
}
}
@media (max-width: 1800px) {
  :root {    --font-size-21: 16px;
 }
  .myths-box3 {
    left: 42%;
  }
  .restriction-content-top .restriction-content {
   
    left: -86px;
  }
  .restriction-content-bottom .restriction-content {
   
    left: -82px;
  }
  .banner {
    height: 900px;
   
}
}
@media (max-width: 1700px) {

.restriction-content-top .restriction-content {
  left: -89px;
}
.restriction-content-bottom .restriction-content {
  left: -86px;
}
}

@media (max-width: 1680px) {
  
  :root {

    --font-size-83: 63px;
    --font-size-18: 16px;
    --font-size-21: 16px;


  }
  body {

    margin: 0 50px;

  }

  .banner .content {

    left: 65px;
  }

  .restriction-content-top .restriction-content {
    left: -82px;
  }

  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 92%;
  }

  .restriction-content-bottom .restriction-content {

    left: -81px;
  }

  .banner {
    height: 850px;
   
}
  .myths-box3 {
  
    top: -281px;
}
  .do-dont-section .content-box p {
   font-size: 14px !important;
}
  .restriction-content-top .restriction-content {
    left: -87px;
}
  .mb-5 {
    margin-bottom: 1rem !important;
  }

  .section-heading {

    margin-bottom: 40px;
  }
  .banner img {
    right: 0;
    position: absolute;
}

.glossary {
  padding-bottom: 150px;
  padding-top: 150px;
}
}



@media (max-width: 1480px) {
  :root {
    --font-size-16: 14px;


    --font-size-21: 16px;
    --font-size-23: 18px;
    --font-size-83: 55px;

    --font-size-100: 80px;
    --font-size-120: 100px;
    --font-size-46: 36px;

  }

  .whattoexpect {
    background-size: 100%;
}
  .step-box .number {
  
    left: -11.5%;
}
  .tablet-bg .content {
    width: 60%;
   
}
  .main-nav .navbar-nav .nav-item .nav-link {
    font-size: 15px;
}
  .tablet-bg .content img {

    width: 250px;
  }

  .how-section-box {
    margin-top: 120px;
  }

  .restriction-content-top .restriction-content {
    left: -96px;
  }

  .restriction-content-bottom .restriction-content {
    left: -84px;
  }

  .restriction-img::after {
    width: 63px;

  }

  .section-space {
    padding: 50px 0;
  }

  .how-section {
    padding: 30px 0;
  }

  .do-dont-section .content-box.right-space1 {
    padding-left: 0px;
  }

  .do-dont-section .content-box.right-space {
    padding-left: 30px;
  }

  .section-heading {

    margin-bottom: 20px;
  }

  .tablet-bg::after {
    margin-top: -121%;
  }

  .main-nav .navbar-nav .nav-item .nav-link {

    margin-left: 12px;

  }







  .restriction-content-bottom .restriction-content::after {
    width: 120px;
    height: 100%;
    top: -111%;
    left: 31%;
    background-size: contain;
  }

  .banner {

    height:750px;

  }

  .myths-box2 {

    left: 4%;
  }

}

@media (max-width: 1366px) {
  :root {
    --font-size-21: 16px;
    --font-size-23: 16px;

    --font-size-100: 70px;
    --font-size-120: 90px;
    --font-size-46: 26px;

  }
  .whattoexpect {
 
    background-size: 110%;
}
.banner img {
  object-fit: contain;

}
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 95%;
  }


  .myths-box2 {

    left: -4%;
  }

  .faq-box4::after {

    left: -9.6%;
    top: 81.9%;

  }

  .tablet-bg .content {
    width: 60%;
  }

  .banner {
    height: 750px;
  }

  .banner .content {

    top: 0;

  }

  .sideeffects-section img {
    width: 100%;
  }

  .restriction-img::after {
    right: -142%;
    width: 41px;
  }

  .restriction-content-top .restriction-content {
    left: -73px;
    min-width: 280px;
  }

  .restriction-content-bottom .restriction-content {
    left: -71px;
    min-width: 280px;
  }

  .restriction-content-bottom .restriction-content::after {

    left: 29%;
  }

  .restriction-content-top .restriction-content::after {

    left: 81px;
    background-size: 118px;
  }

  .main-nav .navbar-nav .nav-item .nav-link {
    font-size: 15px;
  }

  .main-nav {
    padding: 10px 0px;

  }

  .navbar-expand-xl .navbar-nav {
    justify-content: space-between;
  }


  .main-nav .navbar-nav .nav-item .nav-link {
    margin-left: 12px;
  }





  .section-heading {

    margin-bottom: 30px;
  }



  p {
    font-size: var(--font-size-16);
    font-weight: 500;
  }

  li {
    font-size: var(--font-size-16);

  }

  .restriction-content {
    padding: 20px;

  }

  .glossary {
    /* margin-top: -286px; */
    /* padding-top: 81px !important; */
    /* background-size: 118%; */
    padding: 130px 0;
}



  .navbar-brand {

    margin-right: 0;
    display: block;
  }

  .navbar-brand img {
    width: 130px;
  }
}

@media (max-width: 1280px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1140px;
  }

  :root {
    --font-size-21: 18px;
    --font-size-23: 18px;
    --font-size-83: 73px;

    --font-size-100: 80px;
    --font-size-120: 100px;
    --font-size-46: 36px;


  }
  .tablet-bg .content{
    width: 70%;
  }
  .main-nav .navbar-nav .nav-item .nav-link {
    font-size: 14px;
  }
}

@media (max-width: 1199.98px) {
  :root {
    --font-size-83: 53px;

    --font-size-100: 60px;
    --font-size-120: 80px;
    --font-size-46: 20px;
    --font-size-23: 16px;

  }
  .step-box .number {
    left: -15.5%;
}
  .faq-section {
    top: -30px;
    position: relative;
  }

  .tablet-bg .content {
    width:72%;
  }

  .slinda-tablet .slinda-tab-img img {

    margin-top: -600px;

  }

  .restriction-content-top .restriction-content {
    left: -36%;
    min-width: 240px;
  }

  .restriction-content-bottom .restriction-content {
    min-width: 240px;
    left: -40%;
  }

  .restriction-content-bottom .restriction-content::after {
    left: 25%;
  }

  .restriction-content-top .restriction-content::after {
    left: 25%;
  }

  .how-section-box {
    margin-top: 0;
  }

  body {
    margin: 0 30px;
  }


  .restriction-content-top .restriction-content {
    left: -41%;
  }

  .navbar-expand-xl .navbar-nav {
    flex-direction: column;
    align-items: start;
    justify-content: flex-start;
  }

  .navbar-expand-xl .navbar-nav li {
    justify-content: flex-start;
  }

  .mobile-offcanvas.show {
    width: 60%;

  }

  .navbar-nav {
    /* padding-left: 20px; */
    margin: 45px !important;
  }

  .main-nav .navbar-nav .nav-item .nav-link {
    margin-bottom: 25px;
  }

  .g_header {
    position: relative;
    background-color: #fff;
  }

  .main-nav .navbar .row {
    display: flex;
    justify-content: space-around;
    width: 100%;
  }



  .offcanvas-header {
    display: block;
  }

  .mobile-offcanvas {
    visibility: hidden;
    transform: translateX(100%);
    border-radius: 0;
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    height: 100%;
    z-index: 1200;
    width: 80%;
    overflow-y: auto;
    overflow-x: hidden;
    transition: visibility .3s ease-in-out, transform .3s ease-in-out;
  }

  .navbar {
    justify-content: space-around;
  }

  .main-nav {
    padding: 15px 0;
  }

  .main-header.g_shrink .main-nav {
    padding: 10px 0;
  }


  .mobile-offcanvas.show {
    visibility: visible;
    transform: translateX(0);
    background-color: #fff;
  }



  .navbar-nav {
    /* padding-left: 20px; */
    margin: 45px !important;
  }

  .mobile-offcanvas .container,
  .mobile-offcanvas .container-fluid {
    display: block;
  }

  .offcanvas-header .btn-close {
    padding: 0.5rem 0.5rem;
    margin-top: 0.5rem;
    margin-right: 0.5rem;
    margin-bottom: 0.5rem;
  }


  .offcanvas-header {
    display: block;
  }



  .mobile-offcanvas .container, .mobile-offcanvas .container-fluid {
    display: block;
  }



  .screen-darken {
    height: 100%;
    width: 0%;
    z-index: 30;
    position: fixed;
    top: 0;
    right: 0;
    opacity: 0;
    visibility: hidden;
    background-color: rgba(0, 0, 0, 0.6);
    transition: opacity .2s linear, visibility 0.2s, width 2s ease-in;
  }

  .screen-darken.active {
    z-index: 10;
    transition: opacity .3s ease;
    opacity: 1;
    width: 100% !important;
    visibility: visible;
  }

  .menu-btn {
    /* position: absolute; */
    width: 50px;
    height: 50px;
    float: right;
    margin-top: 0px;
    background: var(--color-b3228e);
    right: 30px;
    margin-bottom: 0;
    border-radius: 100%;
  }

  .menu-btn img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }




  .faq-box1::after {

    left: 64%;
    top: 98.3%;
  }

  .faq-box3::after {
    left: 97%;
    top: 78.4%;
    top: 82.2%;
  }

  .faq-box4::after {
    left: -10.5%;
    bottom: 0;
  }

  .main-nav {
    padding: 10px 0px;

  }




  .main-nav .navbar-nav .nav-item .nav-link {
    font-size: 16px;
  }

  .glossary .row {
    width: 100%;
    margin: 0 auto;
  }

  .banner {
    height: 650px;
  }

  .banner .content {
    top: -7%;
  }

  .step-box {

    width: 85%;
  }

  .myths-box2 {
    left: -2%;
  }

  .myths-box3 {
    top: -226px;
    left: 31%;
  }

  .tablet-bg {

    padding: 91px;
    padding-top: 92px;
  }
}

@media (max-width: 1024px) {
  body {

    margin: 0 0px;

  }

  .myths-box2 {
    left: -2%;
}

  .restriction-img::after {
    width: 31px;
    right: -65%;


  }

  .restriction-content-bottom .restriction-content::after {

    left: 23%;
  }

  .restriction-content-top .restriction-content {
    width: 223px;

  }

  .restriction-content-bottom .restriction-content {
    width: 223px;

  }


  .do-dont-section .content-box.right-space {
    padding-left: 85px;
  }




  .sideeffects-section img {
    width: 100%;
    margin: 0 auto;
  }

  .what-slinda .content-box p {

    margin-left: 10px;
  }
}

@media (max-width: 991.98px) {
  :root {
    --font-size-21: 14px;
    --font-size-18: 12px;


  }
  .myths-section .section-heading {
    position: relative;
}
  .step-box .number {
    left: -61px;
}
  .do-dont-section .content-box.right-space1 {
    display: flex;
  }

  .do-dont-section .content-box.right-space {
    display: flex;

  }

  .section-space {
    padding: 30px 0;
  }

 
  .banner {
    height: 701px;
  }

  .what-slinda .content-box p {
    margin-left: 20px;
  }

  .faq-section {
    top: 0;
    position: relative;
  }

  .slinda-tablet .slinda-tab-img {

    width: 90%;
    margin: auto;
  }

  .do-dont-section .content-box.right-space {
    padding-left: 45px;
  }

  .how-section-box {
    margin-top: 60px;
  }

  .myths-box3 {
    top: 70%;
    margin-bottom: 20%;
    left: 1%;
  }

  .myths-box2 {
    left: 0;
    top: -14%;
  }

  .myths-box1 {
    display: flex;
    right: -50%;
  }

  .tablet-bg {
    padding: 91px;
    padding-top: 146px;
  }

  .myths-section {
    padding-bottom: 0px !important;
  }
 
  .restriction-content-box {
    padding-top: 30px;
    padding-bottom: 50px;
    width: 100%;
  }

  .restriction-content-bottom .restriction-content::after {
    display: none;
  }

  .restriction-content-top .restriction-content::after {
    display: none;
  }

  .restriction-img::after {
    display: none;
  }

  .restriction-content-bottom .restriction-content {
    left: 0;
    top: 0;
    position: relative;
    width: 100%;
  }

  .restriction-img {

    margin-top: 0;

  }

  .restriction-content-top .restriction-img::after {
    display: none;
  }

  .restriction-img {
    position: relative;
    top: 26px;
    margin-top: -30px;
    z-index: 9;
    background-color: #ffff;
  }

  .restriction-box {
    margin-bottom: 30px;
  }

  .restriction-content-top {

    display: flex;
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
  }

  .restriction-content-top .restriction-content {
    left: 0;
    top: 0;
    position: relative;
    width: 100%;
    justify-content: center;
  }
  .faq-box1-arrow{
    display: none;
  }
  .faq-box2-arrow{
    display: none;
  }
  .faq-box3-arrow{
    display: none;
  }
  .faq-box4-arrow{
    display: none;
  }
  .faq-box {
    border-radius: 30px;
    margin-bottom: 30px;
}
}

@media (max-width: 767.98px) {
  .tablet-bg {
    padding-top: 79px;
}
.faq-box{
  height: 100%;
  width: 100%;
  left: 0;
}
.what-slinda .content-box {
 
  width: 71%;
}
.banner img {
  object-fit: cover;
}
  .banner {
    height: 550px;
  }

  .myths-center {

    left: 41%;
  }

  .slinda-tablet .slinda-tab-img img {
    margin-top: -355px;
  }

  .restrictions-section p {
    width: 100%;
    margin-bottom: 0px;
    text-align: center;
  }

  .section-heading {
    text-align: center;
  }



  .step-box .number {

    left: -6.5%;

  }

  .myths-section {
    padding-bottom: 30px !important;
  }

  .myths-box1 {
    left: 0;
    top: 0;
    position: relative;
    display: flex;
    justify-content: center;
  }

  .myths-box3 {
    position: relative;
    display: flex;
    justify-content: center;
    margin-bottom: 0;
    left: 0;
    top: 0;
  }

  .do-dont-section .content-box.right-space {
    padding-left: 0;
  }

  :root {
    --font-size-83: 43px;

    --font-size-100: 50px;
    --font-size-120: 70px;
    --font-size-46: 22px;

  }

  .myths-box2 {
    left: 0;
    top: 0;
    position: relative;
    display: flex;
    justify-content: center;
  }


  .faq-box1 {
    top: 0;
    left: 2%;
    width: 95%;
    height: 100%;
  }

  .faq-box2 {
    width: 95%;
    left: 2%;
    top: 0;
    position: relative;
  }

  .faq-box3 {
    width: 95%;
    left: 2%;
    top: 10%;
    position: relative;
  }

  .faq-box4 {
    width: 95%;
    left: 2%;
    top: 10%;
    position: relative;
  }

  .faq-box1::after {
    display: none;
  }

  .faq-box2::after {
    display: none;
  }

  .faq-box3::after {
    display: none;
  }

  .faq-box4::after {
    display: none;
  }

  .women-img {
    position: relative;
    margin-top: 0;
    z-index: -1;
  }

  .pb-100 {
    padding-top: 50px;
  }

  .pt-100 {
    padding-top: 50px;
  }

  .mt-100 {
    margin-top: 50px;
  }



  .tablet-bg::after {
    margin-top: -90%;
    width: 117%;
    height: 149vh;
    left: -50px;
  }

  .tablet-bg .content {
    position: relative;
    z-index: 9;
    top: 54px;
    width: 80%;
    margin: auto;
  }

  .glossary ul li {
    margin: 30px 0;
  }

  .glossary ol li {
    margin: 10px 0;
  }

  .tablet-bg .content img {
    width: 200px;
  }





  .banner .content h2 {
    /* margin-bottom: 11px; */
    top: -36px;
    left: 3px;
  }

  .banner .content .big {

    line-height: 65px;
  }



  .how-section .content {
    position: relative;
    margin: 61px;

  }

  .how-section .content::before {
    top: -55px;
  }

  .divider {
    width: 100%;
    height: 30px;
    transform: rotate(180deg);
  }

  .do-dont-section .divider img {
    height: 100vw;
    left: 0;
    position: relative;
    /* width: 100%; */
    transform: rotate(90deg);
    margin-bottom: 30px;
  }

  .do-dont-box {
    border: 1px solid #e6e6e6;
    padding: 15px;
    border-radius: 5px;
    margin-bottom: 20px;
  }

  .what-slinda .content-box p {
    text-align: left;
  }

  .banner .content {
    left: 24px;
  }
  .banner .content {
    top: -22%;
  }
  .banner img {
    object-fit: cover;
    height: 100%;
    width: 100%;
    top: 14%;
    position: relative;
  }
}

@media (max-width: 575px) {
  :root {
    --font-size-83: 33px;
    --font-size-43: 23px;

    --font-size-100: 35px;
    --font-size-120: 45px;

  }
  .faq-box {
    width: 100%;
    
}
  .what-slinda .content-box p {
    width: 100%;
    
}
  .slinda-tablet .slinda-tab-img {
    width: 100%;
    margin: auto;
  }

  .glossary {
    background-size: 330%;
  }

  .what-slinda .content-box p {
    margin-left: 40px;
  }

  .quick-links p {
    text-align: center;
  }

  .slinda-tablet {
    margin-top: -85px;
  }

  .faq-section {
    padding-bottom: 50px;
  }





  .step-section .section-heading {
    margin-bottom: 10px;
  }

  .restriction-content-box {
    width: 100%;
  }

  form {
    max-width: 100%;

  }

  .faq-box {
height: auto !important;
    margin-bottom: 20px;
    top: 0;
  }



  .step-box li {
    margin-left: 18px;
  }

  .step-box .number {
    font-size: 150px;
    left: -7%;
    top: -90px;
  }

  .glossary .container {
    display: flex;
    /* height: 100%; */
    top: -3%;
    position: relative;
  }

  .restriction-content-bottom .restriction-content {
    left: 0;
  }

  .how-section {
    padding: 30px 0;
  }

  .exeltis-logo {
    float: left;
  }

  .whattoexpect {
    background-image: none;
    height: 100%;
  }

  .do-dont-section .divider img {
    margin-bottom: -42px;
  }

  .container, .container-lg, .container-md, .container-sm, .container-xl {
    padding: 0 20px;
  }

  .step-box {

    width: 95%;
    margin-left: 15px;
  }

  .pb-100 {
    padding-top: 30px;
  }

  .pt-100 {
    padding-top: 30px;
  }

  .mt-100 {
    margin-top: 30px;
  }

  .restriction-content-top {
    left: 0;
  }

  .restriction-content-bottom {
    right: 0;
  }



  .tablet-bg .content {
    top: 0px;
    width: 100%;
  }



  .section-space {
    padding: 30px 0;
  }



  .glossary ul li:last-child {
    margin-bottom: 0px;
  }


  .slinda-tablet .slinda-tab-img img {
    margin-bottom: 0px;
    margin-top: -422px;
  }

  .myths-center {
    left: 43%;
    top: -33px;
  }

  .myths-left {
    position: relative;

    left: 71px;
  }

  .myths-right {
    left: -12%;
    top: 35%;
    position: relative;
  }

  .myths-box {
    left: 0;
    top: 0;
    position: relative;
    display: flex;
    justify-content: center;
    height: 450px;
  }



  .banner .content h1 {
    line-height: 10px;
  }

  .banner .content h2 {
    top: -55px;
  }



  .banner {
    height: 600px;
  }

  .tablet-bg {
    padding: 91px;
    padding-top: 91px;
  }
}

@media (max-width: 500px) {
  .tablet-bg .content {
    top: 30px;
    width: 90%;
  }

  .glossary {
    background-size: 452%;
  }

  .tablet-bg .content img {
    width: 170px;
  }

  .slinda-tablet .slinda-tab-img img {
    margin-bottom: 0px;
    margin-top: -360px;
  }

  .tablet-bg {
    padding: 50px;
    /* padding-top: 91px; */
  }

  .slinda-tablet {
    margin-top: -50px;
  }

  .how-section .content {
    position: relative;
    margin: 16px;
  }

  .how-section .content::before {
    top: -31px;
  }

  .slinda-tablet .slinda-tab-img {
    width: 150%;
    margin: auto;
    top: -61px;
    position: relative;
    left: -26%;
  }

  .slinda-tablet {
    margin-top: 15px;
    margin-top: -85px;
    position: relative;
  }
}

@media (max-width: 480px) {
  :root {
    --font-size-83: 23px;
    --font-size-43: 20px;
    --font-size-46: 20px;

    --font-size-100: 25px;
    --font-size-120: 35px;

  }
  .tablet-bg .content img {
    margin-bottom: 10px;
}
  .tablet-bg .content {
    top: 0px;
    width: 90%;
}
  .glossary {
    background-size: 1800px;
  }

  .section-heading-stroke {
    line-height: 40px;
  }

  .step-box .subtitle {
    padding: 5px 20px;
    font-size: 15px;
  }

  .step-box {
    padding: 20px;
    border-radius: 20px;
    border: 2px solid var(--color-b3228e);
    position: relative;
    padding-top: 30px;
    padding-left: 30px;
    margin-bottom: 80px;
    width: 100%;
    margin-left: 0;
  }

  .step-box .number.number3::after {

    bottom: 31px;

  }



  .step-box .number.number2::after {
    bottom: 31px;
  }

  .step-box .number {
    font-size: 84px;
    left: -21px !important;
    top: -64px;
  }

  .tablet-bg {
    padding: 50px;
  }

  .myths-left {
    left: 148px;
  }

  .myths-right {
    left: -18%;
    /* width: 317px; */
    background-size: 99%;
  }



  .fill {
    margin: 0;

  }

  .navbar-nav {
    margin: 25px !important;
  }

  .mobile-offcanvas.show {
    width: 75%;
  }

  .tablet-bg::after {
    margin-top: -63%;
    width: 100%;
    height: 193vh;
    left: 0;
  }




  .section-heading {
    text-align: center;
  }



}

@media (max-width: 400px) {
  .slinda-tablet {
    margin-top:-26px;
   
}
  .glossary {
    background-size: 1890px;
  }


  .container, .container-lg, .container-md, .container-sm, .container-xl {
    padding: 0 10px;
  }

  .tablet-bg {
    padding: 0;
  }

  .glossary ul li {
    margin: 20px 0;
  }

  .slinda-tablet .slinda-tab-img img {
    margin-top: -141px;
  }




  .tablet-bg .content img {
    width: 150px;
  }



  .how-section .content::before {
    top: -28px;
  }

  .what-slinda .content-box p {

    align-items: normal;
  }

  .how-section .section-heading {
    line-height: 32px;
  }

  .restriction-content-box {
    width: 100%;
    padding: 0;
  }


  .tablet-bg {
    padding: 0;
  }

  .do-dont-section .content-box.right-space1 {

    display: flex;
    flex-direction: column;
  }

  .do-dont-section .content-box.right-space {
    display: flex;
    flex-direction: column;
  }

  .section-heading {

    line-height: 27px;
  }

  .how-section .content {
    margin: 20px;
  }

}

#backtotop {
  display: inline-block;
  background-color: var(--color-85754e);
  width: 54px;
  height: 54px;
  text-align: center;
  border-radius: 100%;
  position: fixed;
  bottom: 25px;
  right: 26px;
  transition: background-color .3s, opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}

#backtotop::after {
  content: "\f077";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 1em;
  line-height: 53px;
  color: #fff;
}

#backtotop:hover {
  cursor: pointer;
  background-color: #333;
}

#backtotop:active {
  background-color: #555;
}

#backtotop.show {
  opacity: 1;
  visibility: visible;
}





@media screen and (min-width: 480px) {
  form {
    max-width: 100%;
    padding: 30px;
  }

}



.share,
.share:before,
.share:after,
.ico {
  float: left;
  height: 56px;
  width: 56px;
  border-radius: 50%;
  position: absolute;
  cursor: pointer;
}

.share {
  height: 52px;
  width: 52px;
  border-radius: 50%;
  position: fixed;
  cursor: pointer;
  bottom: 93px;
  right: 29px;
  background-color: var(--color-b3228e);
  /* padding: 15px; */
  z-index: 99;
}

.share:before, .share:after {
  content: "";
  will-change: transform;
}

.share:before {
  background: url(https://iconmonstr.com/wp-content/g/gd/makefg.php?i=../releases/preview/2012/png/iconmonstr-plus-6.png&r=0&g=0&b=0) center / 25px no-repeat;
  z-index: 5;
  transition: 0.3s;
  left: -2px;
  top: -2px;
  filter: invert(1);
}

.share:after {
  background-color: var(--color-b3228e);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  z-index: -1;
  transition: 0.39s;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.share.active:before {
  transform: rotate(45deg);
  left: -1px;
  top: -3px;
}

.share.active:after {
  width: 30px;
  height: 30px;
}

.ico {
  display: none;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  transition: 0.3s;
  animation: 0.3s left forwards;
  opacity: 0;
  will-change: animation;
  width: 52px;
  height: 52px;
}

.ico i {
  text-align: center;
  justify-content: center;
  display: flex;
  align-items: center;
  height: 100%;
}

.ico:nth-child(1) {
  background: #ac0000;
  bottom: 118%;
  right: 69px;
}

.ico:nth-child(2) {
  background: #46629e;

  bottom: 220%;
  right: 69px;
}

.ico:nth-child(3) {
  background: #2867b2;

  bottom: 321%;
  right: 69px;
}

.ico.active {
  display: block;
  animation: 0.48s right forwards;
}

.ico.active:nth-child(1) {
  animation-delay: 0.39s;
}

.ico.active:nth-child(2) {
  animation-delay: 0.2s;
}

@keyframes right {
  50% {
    transform: translateX(170%);
  }

  100% {
    opacity: 1;
    transform: translateX(130%);
  }
}

@keyframes left {
  0% {
    opacity: 1;
    transform: translateX(130%);
  }

  100% {
    opacity: 0;
    transform: translateX(0);
    top: 0;
  }
}

.whatsapp {
  position: relative;

}

.whatsapp a {
  position: fixed;
  right: 27px;
  bottom: 85px;
  padding: 10px;
  background-color: #409760;
  width: 56px;
  height: 56px;
  z-index: 99;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
}

sub {
  bottom: 0em;
}

.quick-links {
  padding: 10px 0;
  /* margin-top: 50px; */
  display: block;
  border-top: 1px solid #fff;
}

.quick-links p {
  margin-bottom: 0;
}


.quick-links p a {
  color: var(--color-85754e);
  font-weight: bold;
}

.copy {
  text-align: right;
}


.read-more {
  width: 100%;
  height: auto;
  word-wrap: break-word;
}

.read-more1 {
  width: 100%;
  height: auto;
  word-wrap: break-word;
}

.moretext1 {
  display: none;
}

.moretext {
  display: none;
}

.moreless-button {
  color: var(--color-a63d82);
}

.moreless-button:hover {
  color: var(--color-000000);
}

.moreless-button1 {
  color: var(--color-a63d82);
  text-align: center;
  display: inline-block;
  width: 100%;
}

.moreless-button1:hover {
  color: var(--color-000000);
}