@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@font-face {
  font-family: 'Roslindale 1';
  src: url('../fonts/Roslindale-DeckNarrowBold-Testing.ttf');
  src: local('Roslindale-DeckNarrowBold-Testing.ttf'), local('Roslindale'),
       url('../fonts/Roslindale-DeckNarrowBold-Testing.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
body {
  animation: fadeIn ease 3s;
  -webkit-animation: fadeIn ease 3s;
  -moz-animation: fadeIn ease 3s;
  -o-animation: fadeIn ease 3s;
  -ms-animation: fadeIn ease 3s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
  opacity: 0;
  transition: opacity 3s;
}
html, body{
overflow-x: hidden;
}
body{
  font-family: 'DM Sans', sans-serif;
}
@keyframes fadeIn{
0% {
  opacity:0;
}
100% {
  opacity:1;
}
}

@-moz-keyframes fadeIn {
0% {
  opacity:0;
}
100% {
  opacity:1;
}
}

@-webkit-keyframes fadeIn {
0% {
  opacity:0;
}
100% {
  opacity:1;
}
}

@-o-keyframes fadeIn {
0% {
  opacity:0;
}
100% {
  opacity:1;
}
}

@-ms-keyframes fadeIn {
0% {
  opacity:0;
}
100% {
  opacity:1;
}
}
@media (min-width: 576px){
  .container, .container-sm {
      max-width: 540px;
  }
}
@media (min-width: 768px){
  .container, .container-md, .container-sm {
      max-width: 750px;
  }
}
@media (min-width: 992px){
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
      max-width: 970px;
  }
}
@media (min-width: 1080px){
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
      max-width: 1030px;
  }
}
@media (min-width: 1100px){
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
      max-width: 1100px;
  }
}
@media (min-width: 1200px){
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
      max-width: 1200px;
  }
}
@media (min-width: 1400px){
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
      max-width: 1320px;
  }
}
@media (min-width: 1500px){
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
      max-width: 1390px;
  }
}
@media only screen and (min-width: 1600px) and (max-width: 1700px){
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
      max-width: 1420px;
  }
}
@media only screen and (min-width: 1701px) and (max-width: 1800px){
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1510px;
  }
}
@media only screen and (min-width: 1801px) and (max-width: 1920px){
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1510px;
  }
}
@media only screen and (min-width: 1921px) and (max-width: 2880px){
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1510px;
  } 
}
.bg-image {
  object-fit: cover;
}
.bg-image {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.bg-image:not([class*=absolute]) {
  position: absolute;
}
section {
  padding: 6rem 0;
  position: relative;
  overflow: hidden;
}
html {
  scroll-behavior: smooth;
}
.cart-item-add{
  border: 1px solid #01003D;
  background: #FAFAFA;
  width: 100%;
  padding: 32px;
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.cart-add {
  width: 497px;
  right: 70px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: absolute;
  top: 99px;
  display: none;
}
.cart_titl {
  color: #01003D;
  font-family: 'DM Sans';
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  margin-bottom: 0px;
}
.cart_product_frame {
  display: flex;
  flex-direction: row;
  align-items: baseline;
  justify-content: space-between;
}
.cart_desk_prod_title {
  color: var(--Other-Almost-Black, #01003D);
  font-family: 'DM Sans';
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  margin-bottom: 8px;
}
.cart_desk_prod_subtitle {
  color: var(--Nuetral-Gray, #737373);
  font-family: 'DM Sans';
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.32px;
  margin-bottom: 0px;
}
.cart_prod_left {
  display: flex;
  flex-direction: row;
  gap: 16px;
  align-items: center;
}
.cart_calculator {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 24px;
}
.cart_info_divider {
  background: #C5C5C5;
  width: 100%;
  height: 1px;
}
.cart_calc_frames {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cart_calc_info {
  color: var(--Other-Almost-Black, #01003D);
  font-family: 'DM Sans';
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.36px;
  margin-bottom: 0px;
}
.cart_calc_info {
  color: var(--Other-Almost-Black, #01003D);
  font-family: 'DM Sans';
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.36px;
  margin-bottom: 0px;
}
.cart_calc_frames {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cart_prod_price{
  margin-bottom: 0px;
}
.cross_x_cart {
  position: absolute;
  right: 24px;
  top: 24px;
  padding: 5px;
}
/* ---------------------------------------header-------------------------------- */
@media (min-width: 992px){
  .navbar-expand-lg .navbar-nav .nav-link {
      padding-right: 16px;
      padding-left: 16px;
  }
}
.navbar-expand-lg .navbar-nav .dropdown-menu {
  position: absolute;
  top: 69px;
}
.nav-item{
  position: relative;
}
.nav-item span{
  display: none;
}
.nav-link{
  color: #230C0F;
  font-family: "DM Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
}
header{
  background: #FBFCFF;
}
.navbar-nav {
  justify-content: center;
  align-items: center;
}
.navbar {
  padding: 24px 0px;
  height: 100px;
}
.dropdown-toggle::after {
  content: "";
  border: 0px;
  background: url(../linguizt_img/drop-icon.svg) no-repeat;
  background-size: cover;
  position: absolute;
  width: 24px;
  height: 25px;
}
.menu-right .btn-yellow{
  border-radius:  40px;
  background:#FFC46C;
  color:#230C0F;
  text-align: center;
  font-family: "DM Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
  padding:16px 24px;
  width: 152px;
  max-width: 100%;
  height: 59px;
}
.btn-yellow{
  border-radius:  40px;
  background:#FFC46C;
  color:#230C0F;
  text-align: center;
  font-family: "DM Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
  padding:16px 24px
}
.home-input .btn{
    width: 200px;
    height: 43px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.dropdown-toggle{
  margin-right: 22px;
}
.user-icon .nav-link{
    padding: 0px 32px 0px 0px !important;
}
.dropdown-toggle.show::after {
  transform: rotate(180deg);
}

.menu-right{
  margin-left: 32px;
  position: relative;
}
.menu-right::after{
  content: "";
  height: 21px;
  width: 1px;
  background: #B33951;
  position: absolute;
  left: -16px;
  top: 19px;
}
.dropdown-menu{
  background: url(../linguizt_img/bg-img-drop.png) no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 48px 24px 0px;
  text-align: center;
  min-width: 327px;
  max-width: 327px;
  border-radius: 0px;
}
.menu-right .dropdown-menu{
  background: url(../linguizt_img/currency-bg.png) no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 40px 24px 24px;
  text-align: center;
  min-width: 114px;
  max-width: 327px;
  border-radius: 0px;
}

.dropdown-item {
  color:  #F6F6F6;
  font-family: "DM Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  margin-bottom: 32px;
}
.menu-right .dropdown-item{
  margin-bottom: 16px;
}
.menu-right .dropdown-menu li {
  margin-bottom: 0px;
}


.dropdown-menu li:last-child {
  margin-bottom: 0px;
}
.dropdown-item {
  color:  #F6F6F6;
  font-family: "DM Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
}
.dropdown-menu li{
  margin-bottom: 32px;
}
hr:not([size]) {
  height: 2px;
}

.dropdown-divider {
  height: 0;
  margin: .5rem 0;
  overflow: hidden;
  border-top: 1px solid rgba(0, 0, 0, .15);
}
hr {
  margin: 1rem 0;
  color: inherit;
  background-color: #727272;
  border: 0;
  opacity: 1;
}
.hero-banner{
  background: #F6F6F6;
  padding: 0px 0px;
  height: 980px;
  margin-top: 102px;
  overflow: hidden;
}
.home-content-left{
  width: 481px;
  max-width: 100%;
}
.home-img-left{
  position: absolute;
  left: 24px;
  top: 24px;
}
.home-content-left-main{
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 209px 0px 0px 0px;
}
.home-input input{
  border-radius:  40px;
  background: #FBFCFF;
  box-shadow: 25px 50px 70px 0px rgba(32, 32, 32, 0.15);
  color:  #230C0F;
  font-family: "DM Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
  margin-top: 40px;
  height: 56px;
}
.home-input .btn{
  position: absolute;
}
.home-input{
  position: relative;
}
.card-main{
  display: flex;
  border-radius: 10px;
  background: #F6F6F6;
  box-shadow: 10px 10px 46px 0px rgba(0, 0, 0, 0.10);
  padding: 20px 40px;
  justify-content: space-between;
  align-items: center;
}
.card-scroll {
  width: 1380px;
  max-width: 100%;
  position: absolute;
  bottom: 5rem;
}
.card-main .card{
  background: transparent;
  border: 0px;
  text-align: center;
  width: 339px;
  max-width: 100%;
  border-radius: 0px;
  border-left: 1px solid #BDBDBD;
}
.card-main h5{
  color:  #230C0F;
  font-family: "DM Sans";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
}
.card-main p{
  color:  #587B5D;
  text-align: center;
  font-family: "DM Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  width: 193px;
  max-width: 100%;
  margin: auto;
}

.home-content-left h1{
  color:  #230C0F;
  font-family: "DM Sans";
  font-size: 56px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
  margin: 16px 0px;
}
.home-content-left p{
  color:  #587B5D;
  font-family: "DM Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
}
.home-content-left h6{
  color: #F6F6F6;
  font-family: "DM Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  background: #587B5D;
  padding: 10px 10px;
  border-radius: 10px;
  width: 212px;
  margin-bottom: 0px;
}
.step-section{
  padding: 80px 0px;
  background:  #FBFCFF;

}
.step-section h2{
  color:  #230C0F;
  font-family: "DM Sans";
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  text-transform: capitalize;
  text-align: center;
  margin-bottom: 48px;
}
.step-section .card{
  border: 1px solid #230C0F;
  border-radius: 14px;
  overflow: hidden;
  width: 436px;
  max-width: 100%;
  margin: auto;
}
.step-section-be{
  position: absolute;
  left: 24px;
  top: 24px;
}
.step-section-af{
  position: absolute;
  right: 24px;
  top: 24px;
}
.home-chhose-many .bg-image {
  width: 97%;
  min-height: 627px;
  height: 100%;
}

.step-section .card h5{
  background:  #F6F6F6;
  color: #230C0F;
  text-align: center;
  font-family: "DM Sans";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  padding: 16px 0px;
  margin-bottom: 0px;
}
.step-section .card h6{
  color: #F6F6F6;
  text-align: center;
  font-family: "DM Sans";
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  text-transform: capitalize;
  margin-bottom: 0px;
  padding: 16px 0px;
  background: #230C0F;
}
.home-chhose-many{
  padding: 0px 0px;
}
.What-popular img{
    height: 721px;
    object-fit: cover;
}
.choose-from-many-content h2{
  color: #230C0F;
  font-family: "DM Sans";
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  text-transform: capitalize;
  margin-bottom: 16px;
}
.choose-from-many-content p{
  color:  #587B5D;
  font-family: "DM Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 0px;
}
.choose-from-many-content ul{
  column-count: 3;
  margin: 32px 0px;
}
.choose-from-many-content ul li{
  color:  #230C0F;
  font-family: "DM Sans";
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  text-transform: capitalize;
  margin-bottom: 16px;
}
.choose-from-many-bg{
  background: #F6F6F6;
  display: flex;
  align-items: center;
  height: 100%;
  margin-right: 24px;
  padding:35px 0px 35px 104px;
  position: relative;
}
.choose-from-be{
  position: absolute;
  right: 24px;
  top: 24px;
}
.choose-from-af{
  position: absolute;
  right: 24px;
  bottom: 24px;
}
.choose-from-many-content .btn{
  width: 200px;
  height: 43px;
  padding: 9px 0px;
}
.choose-from-many-content{
  width: 660px;
  max-width: 100%;
  padding: 93px 0px;
}
.why-use-us{
  padding: 24px 24px;
}
.why-use-content{
  text-align: center;
  margin: auto;
  margin-bottom: 64px;
  width: 638px;
  max-width: 100%;
}
.why-use-us .container-fluid {
  background: #230C0F;
  padding: 60px 0px !important;
}
.why-use-content h2{
  color:  #F6F6F6;
  font-family: "DM Sans";
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 48px */
  text-transform: capitalize;
  margin-bottom: 16px;
}
.why-use-content p{
  color: #FFC46C;
  text-align: center;
  font-family: "DM Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 27px */
}
.why-use-us .card {
  border: 0px;
  background: transparent;
  width: 330px;
  max-width: 100%;
  margin: auto;
}
.step-section .row{
    width: 1286px;
    margin: auto;
    max-width: 100%;
}
.card-iocn-details img{
  margin-bottom: 24px;
}
.card-iocn-details{
  text-align: center;
}
.card-iocn-details h4{
  color: #FBFCFF;
  font-family: "DM Sans";
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 24px */
  text-transform: capitalize;
}
.card-iocn-details p{
  color:  #FBFCFF;
  text-align: center;
  font-family: "DM Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 27px */
}
.What-popular{
  padding: 0px 0px;
}
.what-bg-papular{
  background: #F6F6F6;
  height: 100%;
  align-items: center;
  display: flex;
  position: relative;
  margin-left: 24px;
}
.what-bg-papular h2{
  color:#230C0F;
  font-family: "DM Sans";
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  text-transform: capitalize;
  margin-bottom:16px
}
.what-bg-papular p{
  color:  #587B5D;
  font-family: "DM Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
  margin-bottom: 32px;
}
.what-bg-papular{
  padding-left: 256px;
  position: relative;
}
.what-bg-be{
  position: absolute;
  left: 24px;
  top: 24px;
}
.what-bg-af{
  position: absolute;
  left: 24px;
  bottom: 24px;
}
.what-bg-papular-content{
  width: 605px;
  max-width: 100%;
}
.what-bg-papular-content .btn{
  width: 200px;
  max-width: 100%;
  height: 43px;
  padding: 9px 0px;
}
.what-bg-papular-content ul{
  column-count: 2;
  margin-bottom: 16px;
}
.what-bg-papular-content li{
  color: #230C0F;
  font-family: "DM Sans";
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 24px */
  text-transform: capitalize;
  margin-bottom: 16px;
}
.Additional-Benefits-section{
  padding: 72px 0px;
}
.Additional-Benefits-section .card{
  border-radius: 10px;
  background: #F6F6F6;
  padding: 40px 40px;
  text-align: center;
  height: 500px;
}

.Additional-Benefits-section .card img{
  padding: 13px 13px;
  margin: auto;
  margin-bottom: 24px;
  width: 161px;
  height: 174px;
}
.Additional-Benefits-section .card .img-1{
    width: 161px;
    height: 174px;
}
.Additional-Benefits-section .card .img-2{
    width: 183px;
    height: 178px;
}
.Additional-Benefits-section .card .img-3{
    width: 137px;
    height: 181px;
}

.Additional-Benefits-section .card .img-4{
    width: 182px;
    height: 174px;
}
.Additional-Benefits-section h2{
  color:  #230C0F;
  text-align: center;
  font-family: "DM Sans";
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  text-transform: capitalize;
  margin-bottom: 48px;
}
.Additional-Benefits-section .btn{
  color:  #230C0F;
  text-align: center;
  font-family: "DM Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
  width: 200px;
  height: 43px;
  padding: 9px 0px;
  margin: auto;
  margin-top: 48px;
  max-width: 100%;
  display: block;
}
.Additional-Benefits-section .card h5{
  color:  #230C0F;
  text-align: center;
  font-family: "DM Sans";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 28.8px */
  margin-bottom: 16px;
}
.Additional-Benefits-section .card p{
  color:#587B5D;
  text-align: center;
  font-family: "DM Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
  margin-bottom: 0px;
}
.home-bottom-section{
  padding: 24px 0px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.home-bottom-right{
  background: #F6F6F6;
  height: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.home-bottom-right-content{
  width: 561px;
  max-width: 100%;
}
.home-bottom-right-content{
  margin-left: 80px;
}
.home-bottom-right-content h1{
  color: #230C0F;
  font-family: "DM Sans";
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  text-transform: capitalize;
  margin-bottom: 24px;
}
.home-bottom-right-content p{
  color: #587B5D;
  font-family: "DM Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
  margin-bottom: 24px;
}
.home-bottom-right-content .btn {
  width: 200px;
  height: 43px;
  max-width: 100%;
  padding: 9px 0px;
}
.contact-section{
  margin-top: 100px;
  padding: 119px 0px;
}
.contact-details-content{
  position: relative;
  text-align: center;
  width: 720px;
  max-width: 100%;
  margin: auto;
}
.contact-details-content h2{
  color: #F6F6F6;
  text-align: center;
  font-family: "DM Sans";
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  text-transform: capitalize;
  margin-bottom:24px;
}
.contact-details-content p{
  color:  #F1F1F1;
  font-family: "DM Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 8px;
}
.contact-from input{
  border-radius: 10px;
  border: 1px solid #BDBDBD;
  background: #F6F6F6;
  margin-bottom: 24px;
  color:  #230C0F;
  font-family: "DM Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
  height: 56px;
}
.contact-from textarea{
  border-radius: 10px;
  border: 1px solid #BDBDBD;
  background: #F6F6F6;
  width: 100%;
  height: 200px;
  margin-bottom: 24px;
  color:  #230C0F;
  font-family: "DM Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
  padding: 24px 16px;
}
::-ms-input-placeholder { /* Edge 12-18 */
  color: #230C0F !important;
}

::placeholder {
  color: #230C0F !important;
}
.contact-details{
  text-align: center;
}
.c-checkbox{
  margin-bottom: 24px;
}
.contact-details p{
  color: #230C0F;
  font-family: "DM Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 24px;
}
.contact-details h2{
  color: #230C0F;
  font-family: "DM Sans";
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 48px */
  text-transform: capitalize;
  margin-bottom: 24px;
}

.form-main{
  width: 770px;
  margin: auto;
  max-width: 100%;
}
.c-checkbox > label,
.c-checkbox > .label {
    display: inline-block;
    cursor: pointer;
    position: relative;
    padding: 0 0 0 30px;
    margin: 0;
    font-size: 16px;
    line-height: 0;
    color: #000000;
}
.c-checkbox > label:before,
.c-checkbox > .label:before {
    content: "";
    position: absolute;
    display: inline-block;
    width: 24px;
    height: 24px;
    margin-right: 10px;
    background: transparent;
    top: 0px;
    left: 0;
    border-radius: 50%;
    border: 2px solid #230C0F;
}
.c-checkbox input[type="checkbox"] {
    display: none;
}
.c-checkbox input[type="checkbox"] ~ label:after,
.c-checkbox input[type="checkbox"] ~ .label:after {
    content: "";
    display: block;
    position: absolute;
    color: #8c8c8c;
    border-radius: 50%;
    border: 0px solid #8c8c8c;
    font-size: 10px;
    text-align: center;
    line-height: 16px;
    height: 14px;
    width: 14px;
    left: 5px;
    top: 5px;
    transform-origin: 50% 50%;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform: scale(0);
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -webkit-transition: all 0.15s ease;
    -ms-transition: all 0.15s ease;
    transition: all 0.15s ease;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    background: #587B5D;
}
.c-checkbox input[type="checkbox"]:checked ~ label:after,
.c-checkbox input[type="checkbox"]:checked ~ .label:after {
    transform: scale(1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    opacity: 1;
    visibility: visible;
}
.c-checkbox p{
  color:  #727272;
  font-family: "DM Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  margin-bottom: 0px;
  margin-left: 8px;
}
.contact-from{
  padding: 80px 0px;
  background: #FBFCFF;
}
.footer-logo{
  text-align: center;
}
.footer-logo-img{
  width: 187px;
  height: 30px;
  max-width: 100%;
}
.footer-master-logo {
  width: 256px;
  height: 46px;
  margin-top: 20px;
}
.footer-bottom p{
  color: #F6F6F6;
  text-align: center;
  font-family: "DM Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 0px;
}
.footer-bottom{
  background:#230C0F;
  padding: 16px 0px;
}
.footer-menu-2 ul {
    padding-left: 0px;
    display: flex;
    justify-content: space-between;
    list-style: none;
    width: 735px;
    margin: auto;
    max-width: 100%;
    margin-bottom: 32px;
    gap: 48px;
}
.footer-menu ul {
  padding-left: 0px;
  display: flex;
  justify-content: space-between;
  list-style: none;
  width: 900px;
  margin: auto;
  max-width: 100%;
  margin-bottom: 32px;
}
.footer-menu{
  margin-top: 32px;
  margin-bottom: 32px;
}
.footer-menu ul a{
  color:#230C0F;
  font-family: 'DM Sans';
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
}
.footer-menu ul li{
  margin: 0px 24px;
  position: relative;
}
.footer-menu-2 ul li{
  position: relative;

}
.footer-menu-2 ul a{
  color: #B33951;
  font-family: "DM Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
}
.footer-menu ul li::after {
  content: "";
  background: #B33951;
  height: 16px;
  width: 1px;
  position: absolute;
  right: -28px;
  top: 7px;
}
.footer-menu-2 ul li::after {
  content: "";
  background: #B33951;
  height: 16px;
  width: 1px;
  position: absolute;
  right: -28px;
  top: 7px;
}
.footer li:last-child::after{
  display: none;
}
.footer {
    background: #F6F6F6;
    padding-top: 80px;
    border-top: 2px solid #E3E3E3;
}
.error-content p {
  color: #230C0F;
  font-family: "DM Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  margin: 24px 0px;
}
.error-content .btn{
  width: 200px;
  max-width: 100%;
  height: 43px;
  padding: 10px 16px;
}
.error-scetion{
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 0px;
}
.tc-scetion {
  margin-top: 80px;
  padding-bottom: 80px;
  background: #FBFCFF;
}
.tc-contain-main{
  padding: 40px 0px;
}
.tc-contain-main h1{
  color:#230C0F;
  font-family: "DM Sans";
  font-size: 56px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
  margin-bottom: 32px;
}
.tc-contain-main h5{
  color: #230C0F;
  font-family: "DM Sans";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 28.8px */
  margin-bottom: 16px;
}
.tc-contain-main p{
  color:  #587B5D;
  font-family: "DM Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
  margin-bottom: 32px;
}
.payment-main{
  height: 740px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 104px 0px;
  margin-top: 6rem;
}
.payment-content-left-main{
  width: 758px;
  max-width: 100%;
}
.payment-content-left-main h2{
  color: #230C0F;
  font-family: "DM Sans";
  font-size: 56px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
  margin-bottom: 24px;
}
.payment-content-left-main p{
  font-family: "DM Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
}
 .btn-white{
  border-radius:40px;
  border: 1px solid  #FFC46C;
  background:  #F6F6F6;
  color:  #230C0F;
  text-align: center;
  font-family: "DM Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
  width: 371px;
  max-width: 100%;
  height: 43px;
  padding: 9px 0px;
}
.payment-content-left-main .btn-white{
  border-radius:40px;
  border: 1px solid  #FFC46C;
  background:  #F6F6F6;
  color:  #230C0F;
  text-align: center;
  font-family: "DM Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
  width: 371px;
  max-width: 100%;
  height: 43px;
  padding: 9px 0px;
}
.payment-content-left-main .btn{
  width: 371px;
  max-width: 100%;
  height: 43px;
  padding: 9px 0px;
}
.payment-failed-section::after{
  content: "";
  background: url(../linguizt_img/payment-fail-img.png) no-repeat;
  background-size: cover;
  background-position: center center;
  position: absolute;
  right: 0px;
  width: 754px;
  max-width: 100%;
  height: 740px;
}
.payment-successful-section::after{
  content: "";
  background: url(../linguizt_img/payment-successful.png) no-repeat;
  background-size: cover;
  background-position: center center;
  position: absolute;
  right: 0px;
  width: 754px;
  max-width: 100%;
  height: 740px;
}
.contact-from .about_yellowbtn {
    margin-top: 24px;
}
.c-checkboxV>.c-divR>label:before, .c-checkboxV>.c-divR>.label:before{
top: 16px !important;
}
@media only screen and (min-width: 300px) and (max-width: 600px){

.c-checkboxV>.c-divR>label:before, .c-checkboxV>.c-divR>.label:before{
top: 28px !important;
}
}