@import url(https://cdnjs.cloudflare.com/ajax/libs/intl-tel-input/17.0.8/css/intlTelInput.css);

body {
  font-family: inter;
  overflow-x: hidden !important;
  color: #101010;
}

.autosize {
  resize: none;
  overflow: hidden;
  height: 60px !important
}

#cookieWarnBox {
  transition: all .4s ease-in-out;
  position: fixed;
  z-index: 999999;
  left: 0;
  right: 0;
  text-align: center;
  padding: 0;
  background-color: transparent !important
}

#output {
  color: orange;
  letter-spacing: 2px
}

#cookieWarnBox.loaded {
  opacity: .9;
  bottom: -17px
}

#tothetopbutton:hover {
  background-color: #555
}

.firstdiv {
  background-color: #fff;
  padding: 130px 40px;
  display: flex;
  flex-direction: column;
  gap: 80px;
}

.topheading {
  font-family: Inter;
  font-weight: 600;
  font-size: 40px;
  line-height: 1.5;
  text-align: center;
  margin: auto;
  color: #101010
}

.heading-text {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.form-section {
  display: flex;
  flex-direction: column;
  gap: 12px;
  border: none;
}

.tabs-about-playAblo {
  display: flex;
  flex-direction: row;
  align-items: baseline;
  gap: 60px
}

.partner-information {
  width: 50%;
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.partner-form {
  width: 50%
}

.about-playAblo-button {
  background-color: transparent;
  font-size: 18px;
  margin: 0;
  border: none;
  text-align: center;
  font-weight: 600;
  color: #101010;
  padding: 0;
  line-height: 1.5;
}

.tabs-about-playAblo-subcontainer {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.about-playAblo-button.starttab {
  border-bottom: 3px solid #101010;
  padding: 0
}

.tab-contents h3, .tab-contents h2 {
  color: #101010;
  font-size: 16px;
  text-align: left;
  line-height: 1.5;
  font-weight: 600;
  margin: 0;
}

.tab-contents p {
  margin: 0;
}

.tab-contents ul {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

select {
  padding: 5px;
  color: #101010
}

select option {
  color: #101010;
  padding: 5px
}

select:focus-visible {
  outline: 0 !important
}

select option:hover {
  color: #101010;
  padding: 5px;
  background-color: red
}

select option:first-child {
  color: #101010;
  padding: 5px !important
}

.box {
  display: grid;
  align-items: center;
  justify-items: center;
  width: 100%;
  height: auto;
  transition: transform .5s ease-in;
  margin: 8px auto
}

.box img {
  max-width: 100%;
  max-height: 100%;
  width: 100%
}

.box:hover {
  transform: scale(1.2)
}

.label-form {
  color: #101010;
  font-size: 16px;
  margin-bottom: 0 !important
}

.form-input-field2 {
  border-radius: 6px;
  width: -webkit-fill-available;
  padding: 10px;
  border: 1px solid #93cefb;
  font-family: Inter;
  font-size: 14px
}

.errormsgEmpNo, .errormsgFname, .errormsgIname, .errormsgMail, .errormsgPhone {
  color: #ee2828;
  text-align: left;
  padding-top: 1%;
  display: none;
  font-size: 12px
}

.tab-contents {
  color: #101010;
  font-family: Inter;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  text-align: left;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.form-field-opn {
  background: #f9fcff;
  padding: 40px;
  border-radius: 18px;
  border: 1px solid #93cefb;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

textarea#Message {
  height: 100px !important
}

#submit-btn {
  border: none;
  border-radius: 10px;
  color: #fff;
  padding: 12px 20px;
  font-size: 16px;
  width: 100%;
  background: linear-gradient(180deg, #6e2cd8 0, #098ff8 100%);
  font-weight: 600;
  transition: transform .3s cubic-bezier(.5, 2.5, .7, .7), box-shadow .3s cubic-bezier(.5, 2.5, .7, .7);
  transform: translateY(0);
}

#submit-btn:hover {
  cursor: pointer;
  color: #fff;
  transform: translateY(calc(-1 * var(--animation-depth, .375em)));
  box-shadow: 0 5px 0 #6436DB;
  animation: bounce 0.4s ease-out;
}

::placeholder {
  color: #8f8f8f98;
  text-align: left;
  font-weight: 400;
  margin: auto;
  display: block;
  align-items: center;
  font-size: 12px
}

.label-form2 {
  text-align: left;
  margin-bottom: 0;
  line-height: 1.5;
  font-size: 14px;
  font-weight: 700;
  width: 30%;
}

.form-box {
  display: flex;
  align-items: flex-start;
  flex-direction: row;
  width: 100%;
  gap: 10px;
}

.form-box span {
  width: 70%;
}

.form-field-box {
  width: 100%;
  text-align: right;
  padding: 0
}

.container-fluid>.navbar-collapse, .container-fluid>.navbar-header, .container>.navbar-collapse, .container>.navbar-header, .form-horizontal .form-group, .row {
  margin-right: 0 !important;
  margin-left: 0 !important
}

.desktop-view {
  display: none
}

.iti {
  position: relative;
  display: inline-block;
  width: 100%
}

.mandotory-field {
  color: red
}

.mobVersion {
  display: none
}

.successAlert {
  display: none;
  text-align: center;
  margin: 30px 0;
  color: #08c508;
  font-size: 15px;
  line-height: 1.5
}

footer {
  background: 0 0 !important;
  padding-top: 0 !important;
  overflow: hidden
}

.heading-text h2 {
  font-size: 20px;
  text-align: left;
  font-weight: 700;
  margin: 0;
  line-height: 1.5;
}

.heading-text p {
  color: #101010;
  font-family: Inter;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
  text-align: left;
  margin: 0;
}

.lable-text {
  width: 30%
}

.form-field {
  width: 70%
}

.iti--allow-dropdown input, .iti--allow-dropdown input[type=tel], .iti--allow-dropdown input[type=text], .iti--separate-dial-code input, .iti--separate-dial-code input[type=tel], .iti--separate-dial-code input[type=text] {
  padding-right: 6px;
  padding-left: 52px;
  margin-left: 0
}

a {
  text-decoration: none
}

.owl-carousel li {
  list-style-type: none
}

.partners-section {
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.heading-section {
  font-weight: 700;
  font-size: 40px;
  line-height: 1.5;
  text-align: center;
  margin: 0;
  color: #101010
}

.partners-logos {
  display: grid;
  justify-content: space-evenly;
  grid-template-columns: repeat(5, 1fr);
  text-align: center;
  margin: auto;
  gap: 40px;
}

.partners-logos img {
  width: 200px;
  height: 128px;
}

@media only screen and (min-width:767px) {
  .mobilenav {
    display: none
  }
}

@media only screen and (max-width:767px) {
  .desktopversion {
    display: none
  }

  .mobVersion {
    display: block;
    padding-bottom: 30px
  }

  .topheading {
    font-size: 36px;
    text-align: center;
  }

  .tabs-about-playAblo {
    flex-direction: column
  }

  .about-playAblo-button {
    font-size: 16px;
  }

  .form-field-opn {
    padding: 20px;
    width: 100%
  }

  .form-box {
    display: block;
    text-align: left;
  }

  .label-form2 {
    width: 100%;
  }

  .partners-logos img {
    width: 180px;
    height: 114px;
  }

  .firstdiv {
    padding: 130px 20px 20px 20px;
    text-align: center;
    gap: 20px;
  }

  .tabs-about-playAblo-subcontainer {
    display: flex;
    justify-content: space-around
  }

  .partner-information {
    width: 100%;
  }

  .desktop-view {
    display: block;
    margin: auto
  }

  .lable-text {
    width: 100%
  }

  .form-field {
    width: 100%
  }

  .partners-logos {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }

  .partners-img {
    width: 100%;
    height: auto;
    margin: auto;
  }

  .heading-section {
    font-size: 36px;
  }
}

@media only screen and (min-width:768px) and (max-width:1024px) {
  .desktop-view {
    display: inline;
    width: 500px;
    padding-top: 0;
    height: auto
  }

  .partners-logos {
    grid-template-columns: repeat(3, 1fr);
  }

  .firstdiv {
    padding: 120px 20px 20px 20px;
    text-align: center;
    gap: 40px;
  }

  .topheading {
    font-size: 30px
  }

  .about-playAblo-button {
    font-size: 16px
  }


  .form-field-opn {
    background: #f9fcff;
    padding: 20px
  }

  .form-box {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    text-align: left
  }

  .tabs-about-playAblo {
    gap: 40px;
  }

  .tabs-about-playAblo-subcontainer {
    gap: 20px;
  }

  .form-box span, .label-form2 {
    width: 100%;
  }
}

@media only screen and (min-width:1024px) and (max-width:1200px) {
  .partners-logos {
    gap: 20px;
  }
}