@font-face {
    font-family: 'Flama Trial';
    src: url('../fonts/FlamaTrial-Medium.eot');
    src: url('../fonts/FlamaTrial-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/FlamaTrial-Medium.woff2') format('woff2'),
        url('../fonts/FlamaTrial-Medium.woff') format('woff'),
        url('../fonts/FlamaTrial-Medium.ttf') format('truetype'),
        url('../fonts/FlamaTrial-Medium.svg#FlamaTrial-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Flama Trial';
    src: url('../fonts/FlamaTrial-Semibold.eot');
    src: url('../fonts/FlamaTrial-Semibold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/FlamaTrial-Semibold.woff2') format('woff2'),
        url('../fonts/FlamaTrial-Semibold.woff') format('woff'),
        url('../fonts/FlamaTrial-Semibold.ttf') format('truetype'),
        url('../fonts/FlamaTrial-Semibold.svg#FlamaTrial-Semibold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #a3a9b2 !important;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #a3a9b2 !important;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #a3a9b2 !important;
}
:-moz-placeholder { /* Firefox 18- */
  color: #a3a9b2 !important;
}
body {
    margin: 0;
    background-image: url(../images/laptop-microsite.png);
    background-size: cover;
    font-family: 'Flama Trial' !important;
}
.indeaDealer {
    display: flex;
    align-items: center;
    justify-items: center;
    height: 100vh;
}
.borderAlign {
    border: 5px #00adee solid;
    height: calc(100vh - 160px);
    width: calc(100vw - 190px);
    margin: 0px auto;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 100px;
    border-radius: 20px;
    background-color: rgb(0 0 0 / 30%);
}
.group {
    margin-bottom: 14px;
}
.group .form-control {
    border: 2px #00adee solid;
    display: flex;
    width: 100%;
    background-color: #004c77;
    padding: 8px 24px;
    border-radius: 10px;
    font-size: 18px;
    font-weight: 500;
}
.group .form-control:hover, .group .form-control:focus {
    border: 2px #00adee solid;
    background-color: #004c77;
}
.group label {
    color: #fff;
    font-size: 22px;
    font-weight: 500;
}
.RegForm {
    max-width: 670px;
    width: 100%;
    height: 100%;
    position: relative;
    padding-top: 40px;
}
.heading {
    position: absolute;
    width: 100%;
    top: -36px;
    background-color: #004c77;
    border: 2px #00adee solid;
    display: flex;
    border-radius: 8px;
    align-items: center;
    justify-content: center;
    padding: 3px 0 8px;
}

.heading h1 {
    color: #fff;
    font-size: 34px;
    text-align: center;
    font-weight: 600;
    margin: 0;
    line-height: 40px;
}
.yes-no-checkbox {
  display: flex;
  gap: 20px;
  font-family: Arial, sans-serif;
}

.option {
  display: flex;
  align-items: center;
  cursor: pointer;
  font-size: 16px;
  position: relative;
}

.option input {
  display: none;
}

.custom-box {
  width: 24px;
  height: 24px;
  background-color: #004c77;
  border: 2px #00adee solid; 
  border-radius: 4px;
  margin-right: 8px;
  position: relative;
}

.option input:checked + .custom-box {
  background-color: #004c77;
  border-color: #00adee;
}
.option input:checked + .custom-box::after {
  content: "✔";
  color: #fff;
  font-size: 14px;
  position: absolute;
  top: -1px;
  left: 3px;
}
.yes-no-checkbox {
    display: flex;
    gap: 20px;
    font-family: Arial, sans-serif;
    margin-top: 10px;
}
.SubmitBtn {
    background-color: #004c77;
    border: 2px solid #00adee;
    font-size: 28px;
    font-weight: 600;
    width: 100%;
    color: #fff;
    padding: 0px 0;
    border-radius: 10px;
}
.yes-no-checkbox {
  margin: 10px 0 25px;

}
.yes-no-checkbox label {
    font-size: 16px !important;
}
.upload-wrapper {
  width: 100%;
}

.upload-btn {
    background-color: #004c77;
    border: 2px solid #00adee;
    display: block;
    color: #fff;
    font-size: 26px !important;
    font-weight: 600 !important;
    text-align: center;
    padding: 1px 20px 3px;
    border-radius: 6px;
    cursor: pointer;
    width: 100%;
}

.upload-btn:hover {
  background: #005f8f;
}

.upload-btn input {
  display: none;
}
.tagLine {
    font-size: 14px;
    text-align: center;
    width: 100%;
    display: block;
}
.iframe {
    height: auto !important;
}
.IframeInner {
    width: 100%;
    height: calc(100vh - 232px);
    overflow-y: hidden;
}
::-webkit-scrollbar {
    height: 2px;
    width: 2px;
}
.embed-view::-webkit-scrollbar-thumb, ::-webkit-scrollbar-thumb:hover {
    background: transparent;
}
.embed-view::-webkit-scrollbar-track {
    background: transparent;
}

@media(min-width:1280px) and (max-width:1365px) {
    
    .logoLeft img {
        max-width: 320px;
    }
    .borderAlign {
        padding: 0 70px;
        gap: 110px;
    }
    .heading h1 {
        font-size: 26px;
        line-height: 28px;
    }
    .heading {
        top: -32px;
    }
    .borderAlign {
        border: 5px #00adee solid;
        height: calc(100vh - 120px);
    }
    .group label {
        font-size: 16px;
    }
    .group .form-control {
        padding: 8px 20px;
        font-size: 16px;
    }
    .group {
        margin-bottom: 8px;
    }
    .yes-no-checkbox label {
        font-size: 14px !important;
    }
    .RegForm {
        padding-top: 14px;
    }
    .IframeInner {
        height: calc(100vh - 152px);
        overflow-y: auto;
    }
    .upload-btn {
        font-size: 22px !important;
    }
    .tagLine {
        font-size: 12px;
    }
    .SubmitBtn {
        font-size: 24px;
    }
}
@media(min-width:1366px) and (max-width:1439px) {
    .logoLeft img {
        max-width: 440px;
    }
    .IframeInner {
        overflow-y: auto;
    }
    .borderAlign {
        padding: 0 70px;
        gap: 95px;
    }
    .heading h1 {
        font-size: 26px;
        line-height: 30px;
    }
    .heading {
        top: -24px;
        padding: 0px 0 3px;
    }
    .borderAlign {
        border: 5px #00adee solid;
        height: calc(100vh - 84px);
    }
    .IframeInner {
        height: calc(100vh - 128px);
    }
    .group label {
        font-size: 16px;
    }
    .group .form-control {
        padding: 8px 20px;
        font-size: 16px;
    }
    .group {
        margin-bottom: 8px;
    }
    .yes-no-checkbox label {
        font-size: 14px !important;
    }
    .RegForm {
        padding-top: 22px;
    }
    .upload-btn {
        font-size: 22px !important;
    }
    .tagLine {
        font-size: 12px;
    }
    .SubmitBtn {
        font-size: 24px;
    }
}
@media(min-width:1440px) and (max-width:1599px) {
    .logoLeft img {
        max-width: 480px;
    }
    .borderAlign {
        padding: 0 70px;
        gap: 120px;
    }
    .heading h1 {
        font-size: 26px;
        line-height: 34px;
    }
    .heading {
        top: -28px;
        padding: 3px 0 6px;
    }
    .borderAlign {
        border: 5px #00adee solid;
        height: calc(100vh - 90px);
    }
    .group label {
        font-size: 16px;
    }
    .group .form-control {
        padding: 8px 20px;
        font-size: 16px;
    }
    .group {
        margin-bottom: 8px;
    }
    .yes-no-checkbox label {
        font-size: 14px !important;
    }
    .RegForm {
        padding-top: 28px;
    }
    .IframeInner {
        height: calc(100vh - 136px);
    }
    .upload-btn {
        font-size: 22px !important;
    }
    .tagLine {
        font-size: 12px;
    }
    .SubmitBtn {
        font-size: 24px;
    }
}



@media(min-width:1600px) and (max-width:1919px) {
    .logoLeft img {
        max-width: 440px;
    }
    .IframeInner {
        overflow-y: auto;
        height: calc(100vh - 185px);
    }
    .borderAlign {
        padding: 0 70px;
        gap: 120px;
    }
    .heading h1 {
        font-size: 30px;
        line-height: 40px;
    }
    .heading {
        top: -32px;
    }
    .borderAlign {
        border: 5px #00adee solid;
        height: calc(100vh - 120px);
    }
    .group label {
        font-size: 16px;
    }
    .group .form-control {
        padding: 8px 20px;
        font-size: 16px;
    }
    .group {
        margin-bottom: 8px;
    }
    .yes-no-checkbox label {
        font-size: 14px !important;
    }
    .RegForm {
        padding-top: 45px;
    }
    .upload-btn {
        font-size: 22px !important;
    }
    .tagLine {
        font-size: 12px;
    }
    .SubmitBtn {
        font-size: 24px;
    }
}
@media(min-width:768px) and (max-width:1024px) {
    body {
        background-repeat: no-repeat;
        background-attachment: fixed;
        background-position: center center;
    }
    .logoLeft {
        width: 100%;
        text-align: center;
    }
    .logoLeft img {
        max-width: 80%;
        width: 100%;
    }
    .indeaDealer {
        padding: 10px;
    }
    .borderAlign {
        padding: 0 70px;
        gap: 120px;
        display: block;
        width: 100%;
        height: 96vh;
        padding: 30px 20px;
        overflow-x: hidden;
    }
    .IframeInner {
        overflow: hidden;
        height: auto;
    }
    .heading h1 {
        font-size: 30px;
        line-height: 40px;
    }
    .heading {
      position: inherit;
    }
    .group label {
        font-size: 16px;
    }
    .group .form-control {
        padding: 8px 20px;
        font-size: 16px;
    }
    .group {
        margin-bottom: 8px;
    }
    .yes-no-checkbox label {
        font-size: 14px !important;
    }
    .RegForm {
        padding-top: 70px;
        height: auto;
    }
    .upload-btn {
        font-size: 22px !important;
    }
    .tagLine {
        font-size: 12px;
    }
    .SubmitBtn {
        font-size: 24px;
    }
    form {
        padding: 24px 0 15px;
    }
}
@media(max-width:767px) {
    body {
        background-repeat: no-repeat;
        background-attachment: fixed;
        background-position: center center;
    }
    .logoLeft {
        width: 100%;
        text-align: center;
    }
    .logoLeft img {
        max-width: 80%;
        width: 100%;
    }
    .indeaDealer {
        padding: 10px;
    }
    .borderAlign {
        padding: 0 70px;
        gap: 120px;
        display: block;
        width: 100%;
        height: 96vh;
        padding: 15px 20px;
        overflow-x: hidden;
    }
    .IframeInner {
        overflow: hidden;
        height: auto;
    }
    .heading h1 {
        font-size: 24px;
        line-height: 28px;
    }
    .heading {
      position: inherit;
      padding: 3px 0 5px;
    }
    .group label {
        font-size: 16px;
    }
    .group .form-control {
        padding: 8px 20px;
        font-size: 16px;
    }
    .group {
        margin-bottom: 8px;
    }
    .yes-no-checkbox label {
        font-size: 14px !important;
    }
    .RegForm {
        padding-top: 16px;
        height: auto;
    }
    .upload-btn {
        font-size: 22px !important;
    }
    .tagLine {
        font-size: 12px;
    }
    .SubmitBtn {
        font-size: 24px;
    }
    form {
        padding: 24px 0 15px;
    }
}