.form-box-main {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  min-width: 100%;
}
.form-box-main .form-img-box {
  height: 100%;
  overflow: hidden;
}
.form-box-main .form-img-box img {
  object-fit: cover;
  height: 100%;
  min-width: 100%;
  max-width: initial;
}
.form-box-main .form-img-box,
.form-box-main .form-box {
  width: 50%;
}
.form-box-main .form-box {
  max-height: 100%;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: #611f73 #b3b3b3;

}
.form-box-main .form-img-box {
  background-color: var(--primary);
}
.form-box-main .logo-img img {
  max-width: 200px;
}
.max-width-400 {
  max-width: 430px;
  margin: 0 auto;
  padding: 1rem;
}
.max-width-340 {
  max-width: 360px;
  margin: 0 auto;
  padding: 1rem;
}
.form-box-main .form-box .form-title h2 {
  font-size: 24px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.6);
  margin: 25px 0;
}
.form-box-main .form-box .form-title p {
  font-weight: 400;
  font-size: 15px;
  color: rgba(0, 0, 0, 0.6);
  margin-bottom: 25px;
}
.form-box-main .form-box .web-text p {
  margin: 0;
}
.form-box-main button,
.form-box-main input[type="submit"] {
  font-weight: 600;
  border-radius: 10px;
  padding: 12px 20px;
}
.form-box-main .btn-outline-dark:hover svg path {
 fill: #fff;   
}
.form-box-main button span {
  padding-right: 5px;
}
.form-box-main button.btn-primary a {
  color: #fff;
}
.form-box-main .form-or-line {
  text-align: center;
  position: relative;
  margin: 5px 0;
}
.form-box-main .form-or-line span {
  color: rgba(0, 0, 0, 0.3);
  background: #fff;
  display: inline-block;
  padding: 0 8px;
  position: relative;
  z-index: 1;
  font-size: 15px;
  font-weight: 400;
}
.form-box-main .form-or-line:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: calc(50% + 1px);
  background-color: rgba(0, 0, 0, 0.3);
  height: 1px;
}
.form-box-main .already-account {
  color: rgba(0, 0, 0, 0.6);
  font-size: 15px;
  text-align: center;
  font-weight: 400;
  margin-top: 1rem;
}
.form-box-main .already-account a {
  text-decoration: underline;
  color: rgba(0, 0, 0, 0.6);
}
.form-box-main .form-group {
  margin-bottom: 20px;
}
.form-box-main .form-group label {
  font-weight: 500;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.8);
  margin-bottom: 10px;
}
.form-box-main .form-group .form-control {
  border-radius: 8px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: .65rem .75rem;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.6);
  font-size: 14px; 
}
.form-box-main .form-group .form-control::-webkit-input-placeholder,
.form-box-main .form-input input.form-field::-webkit-input-placeholder { 
  color: rgba(0, 0, 0, 0.3);
  font-size: 14px;
}
.form-box-main .form-group .form-control::-moz-placeholder,
.form-box-main .form-input input.form-field::-moz-placeholder { 
  color: rgba(0, 0, 0, 0.3);
  font-size: 14px;
}
.form-box-main .form-group .form-control:-ms-input-placeholder,
.form-box-main .form-input input.form-field:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.3);
  font-size: 14px;
}
.form-box-main .form-group .form-control:-moz-placeholder,
.form-box-main .form-input input.form-field:-moz-placeholder { 
  color: rgba(0, 0, 0, 0.3);
  font-size: 14px;
}
.form-group.form-check-center {
  display: flex;
  justify-content: center;
}
.form-box-main .form-group .form-control:focus,
.form-box-main .form-group .form-check-input:focus,
.form-box-main .form-group .form-control:hover,
.form-box-main .form-group .form-check-input:hover {
  box-shadow: none;
  border: 1px solid rgba(97, 31, 115); 
}
.form-box-main .form-group .form-check-label {
  font-size: 12px;
  color: rgba(0, 0, 0, 0.6);
  font-weight: 400;
  margin-bottom: 0;
  margin-right: 5px;
}
.form-box-main .form-group .form-check-input[type=checkbox] {
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.form-box-main .form-group .form-check-label a {
  color: rgba(0, 0, 0, 0.6);
  text-decoration: underline !important;
}
.form-box-main .form-group.submit-btn {
  margin-bottom: 0;
  padding-top: 5px;
}
.form-box-main .form-input {
  margin-top: 25px;
}
.form-box-main .form-input-btn {
  margin-top: 25px;
}
.form-box-main .form-input input.form-field {
  height: 44px;
  border-radius: 8px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.6);
  font-size: 14px; 
}
.form-box-main .filled-cnt,
.form-box-main .text-danger,
.form-box-main .alert-success {
  font-size: 14px;
}
.form-box-main .form-box .not {
  color: rgba(0, 0, 0, 0.6);
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  margin-top: 1rem;
}
.form-box-main .form-box .not a {
  text-decoration: underline;
}
.form-box-main .form-box .not p {
  margin-bottom: 0.5rem;
}


/* registration process */
.registration-process {
  height: calc(100vh - 65px);
  min-width: 100%;
  overflow-y: auto;
}  
.max-width-660 {
  max-width: 740px;
  margin: 0 auto;
  padding: 0 40px;
}
.registration-progressbar {
  margin: 60px 0;
}
.registration-progressbar .progress {
  background-color: #efefef;
  height: 6px;
}
.registration-progressbar .progress-bar {
  background-color: #3f3f4a;
  border-radius: var(--bs-progress-border-radius);
}
.registration-process .heading {
  margin-bottom: 1rem;
}
.registration-process .heading h2 {
  font-size: 24px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.8);
  margin-bottom: 15px;
}
.registration-process .heading h1,
.registration-process .heading h3,
.registration-process .heading h4,
.registration-process .heading h5,
.registration-process .heading h6 {
  font-weight: 500;
  color: rgba(0, 0, 0, 0.8);
  margin-bottom: 15px;
}
.registration-process .heading p {
  font-weight: 400;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.6);
}
.registration-process .heading span,
.registration-process .heading a {
  font-weight: 400;
  color: rgba(0, 0, 0, 0.6);
}


.registration-process .steps-4 .heading p {
  font-size: 16px;
}
.registration-process .form-group-btn {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
.registration-process .form-group-btn .btn {
  border-radius: 10px;
  padding: 7px 12px;
  font-weight: 600;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.registration-process .form-group-btn .next-btn {
  min-width: 120px;
}
.registration-process .form-group {
  margin-bottom: 20px;
}

.registration-process .form-control {
  border-radius: 8px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: .65rem .75rem;
  color: rgba(0, 0, 0, 0.6);
  font-size: 15px;
  font-weight: 500;
}
.registration-process .textarea-field {
  position: relative;
}
.registration-process .textarea-field label {
  font-size: 11px;
  color: var(--primary);
  font-weight: 400;
  margin-bottom: 0;
  position: absolute;
  top: 15px;
  right: .75rem;
}
.registration-process .textarea-field .textarea-not {
  font-size: 12px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.6);
  padding: 5px 0 10px 0;
}
.registration-process textarea.form-control {
  padding-top: 32px;
  border-radius: 10px;
}
.registration-process textarea[rows="4"] {
  max-height: 105px;
}
.registration-process textarea[rows="3"] {
  max-height: 83px;
}
.registration-process .form-group .form-control::-webkit-input-placeholder { 
  color: rgba(0, 0, 0, 0.3);
  font-size: 15px;
  font-weight: 500;
}
.registration-process .form-group .form-control::-moz-placeholder { 
  color: rgba(0, 0, 0, 0.3);
  font-size: 15px;
  font-weight: 500;
}
.registration-process .form-group .form-control:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.3);
  font-size: 15px;
  font-weight: 500;
}
.registration-process .form-group .form-control:-moz-placeholder { 
  color: rgba(0, 0, 0, 0.3);
  font-size: 15px;
  font-weight: 500;
}
.registration-process .form-group .form-control:focus,
.registration-process .form-group .form-check-input:focus,
.registration-process .form-group .form-control:hover,
.registration-process .form-group .form-check-input:hover {
  box-shadow: none;
  border: 1px solid rgba(97, 31, 115); 
}
.registration-process .form-group.choosingurl .form-control {
  text-align: left;
  width: auto;
  padding-top: 0;
  padding-bottom: 0;
  border: none;
  display: inline-block;
}
.registration-process .form-group.choosingurl>div {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  border-radius: 8px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: .65rem .75rem;
  padding-right: 40px;
  min-width: 315px;
  background-position: center right 10px;
  background-image: url('data:image/svg+xml,<svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg"><rect width="18" height="18" rx="9" fill="rgba(0, 0, 0, 0.3)"/><path d="M13.6155 5.53845L7.26938 11.8846L4.38477 8.99999" stroke="white" stroke-width="1.38462" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  background-repeat: no-repeat;
}
.registration-process .form-group.choosingurl.validurl>div {
  background-image: url('data:image/svg+xml,<svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg"><rect width="18" height="18" rx="9" fill="%23097D3F"/><path d="M13.6155 5.53845L7.26938 11.8846L4.38477 8.99999" stroke="white" stroke-width="1.38462" stroke-linecap="round" stroke-linejoin="round"/></svg>');
}
.registration-process .form-group.choosingurl>div span {
  color: rgba(0, 0, 0, 0.3);
  font-size: 15px;
  font-weight: 500;
}
.registration-process .form-group.choosingurl {
  margin-bottom: 120px;
  margin-top: 30px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  position: relative;
}
.registration-process .form-group.choosingurl .text-danger{
  display: block;
  width: 100%;
  text-align: center;
  position: absolute;
  top: 45px;
}
.text-danger {
  font-size: 14px;
}
.registration-process .steps-2 .heading {
  margin-bottom: 40px;
}
.registration-process .fileUpload {
  border-radius: 100%;
  margin: 30px auto;
  position: relative;
  text-align: center;
  width: 151px;
  cursor: pointer;
}
.registration-process .fileUpload .image-edit-icon {
  position: absolute;
  left: 0;
  bottom: 0;
  border: none;
  background: #fff;
  border-radius: 100%;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.registration-process .fileUpload .fileUpload-img {
  width: 100%;
  overflow: hidden;
}
.registration-process .fileUpload .fileUpload-img img {
    width: 100%;
    overflow: hidden;
    border-radius: 100%;
    height: 151px;
}
.registration-process .fileUpload input[type="file"] {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  padding: 0;
  cursor: pointer;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.design-preview-tabs .design-settings h2 {
  font-weight: 600;
  color: rgba(0, 0, 0, 1);
  font-size: 19px;
}
.design-preview-tabs .design-settings p {
  font-weight: 400;
  color: rgba(0, 0, 0, 0.6);
  font-size: 12px;
}
.design-preview-tabs .design-settings h3 {
  font-weight: 600;
  color: rgba(0, 0, 0, 1);
  font-size: 13px;
  margin-bottom: 15px;
}
.design-preview-tabs .design-preview {
  display: flex;
  justify-content: center;
  flex-direction: column;
  min-width: 450px;
}
.design-preview-tabs .design-preview .tabs-grey {
  max-width: 165px;
  margin: 0 auto 20px;
}
.registration-process .tabs-grey .nav-tabs {
  background-color: rgba(243, 244, 244, 1);
  border: none;
  border-radius: 10px;
  padding: 3px 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  list-style: none;
}
.registration-process .design-settings .tabs-grey .nav-tabs {
  padding: 4px 5px;
}

.registration-process .tabs-grey .nav-tabs .nav-link {
  font-weight: 400;
  font-size: 12px;
  line-height: 24px;
  color: rgba(0, 0, 0, 0.6);
  min-height: 24px;
  padding: 0px 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s ease;
  min-width: 80px;
}
.registration-process .design-settings .tabs-grey .nav-tabs {
  min-width: 268px;
  justify-content: space-between;
}
.registration-process .design-settings .tabs-grey .nav-tabs .nav-link {
  min-width: 65px;
}
.tabs-grey .nav-tabs .nav-link.active {
  background-color: #fff !important;
  border: none !important;
  border-radius: 8px !important;
  color: rgba(0, 0, 0, 0.6);
  font-weight: 600;
}
.design-preview-tabs {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
  margin-top: 30px;
  gap: 30px;
  min-height: 350px;
  align-items: flex-start;
}
.design-preview-tabs .design-preview .mobile-preview {
  background-size: 150px 294px;
  min-height: 294px;
}
.design-preview-tabs .design-preview .mobile-preview-container {
  height: 294px;
  margin: auto;
  padding: 7px 8px 7px 8px;
  width: 150px;
}
.design-preview-tabs .design-preview .mobile-preview-container .inner {
  border-radius: 18px 18px;
}


.design-preview-tabs .design-preview .mobile-preview .mobile-theme2 .experience-left .experience-person img {
  width: 80px;
  height: 80px;
}
.design-preview-tabs .design-preview .mobile-preview .mobile-theme2 .experience-left .whatsapp-icon {
  max-width: 30px;
}
.design-preview-tabs .design-preview .mobile-preview .mobile-theme2 .experience-left .social-media {
  padding: 16px 15px 0 0;
}

.design-preview-tabs .design-settings {
  max-width: 260px;
}
.design-preview .tabs-grey .nav-tabs .nav-link {
  min-width: 50px;
  padding: 0px 10px;
  font-size: 10px;
  line-height: 22px;    
}
.registration-process .steps-5 .form-group-btn {
  justify-content: center;
  gap: 0 20px;
  margin-top: 30px;
}
.registration-process .steps-5 .form-group-btn .btn {
  min-width: 250px;
}
.registration-process .steps-5 .form-group-btn .btn.btn-outline-primary {
  font-weight: 400;
}
.registration-process .lecturer-website-live {
  background-color: rgba(245, 245, 245, 1);
  border-radius: 20px;
  min-height: 580px;
  margin-left: -78px;
  margin-right: -78px;
  padding: 35px 0;
  margin-bottom: 30px;
}
.registration-process .lecturer-website-live .tabs-grey {
  display: flex;
  justify-content: center;
}
.registration-process .lecturer-website-live .tabs-grey .nav-tabs {
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.registration-process .lecturer-website-live .tabs-grey .nav-tabs .nav-link {
  font-size: 15px;
  line-height: 30px;
  min-width: 76px;
}
.registration-process .lecturer-website-live .tab-content {
  padding-top: 20px;
}
.registration-process .lecturer-website-live .live-link {
  text-align: center;
  margin-top: 15px;
}
.registration-process .lecturer-website-live .live-link a {
  color: rgba(66, 133, 244, 1);
  font-size: 16px;
  font-weight: 400;
}
.registration-process .live-computer-preview {
  min-height: 461px;
  background-image: url(../images/live-computer-preview.png);
  background-position: top;
  background-repeat: no-repeat;
  background-size: 783px 461px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.registration-process .live-computer-container {
  height: 461px;
  width: 783px;
  margin: auto;
  padding: 22px 105px 78px 105px;
}
.registration-process .live-computer-container .inner {
  height: 100%;
  background: rgba(243, 244, 244, 1);
  overflow-x: hidden;
  overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.registration-process .live-mobile-preview {
  min-height: 509px;
  background-image: url(../images/live-mobile-preview.png);
  background-position: top;
  background-repeat: no-repeat;
  background-size: 260px 509px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.registration-process .live-mobile-container {
  height: 509px;
  width: 260px;
  margin: auto;
  padding: 12px 14px 12px 14px;
}
.registration-process .live-mobile-container .inner {
  height: 100%;
  overflow-x: hidden;
  overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
  border-radius: 26px;
  background: rgba(243, 244, 244, 1);
}
.registration-process .live-document-preview {
  height: 500px;
  width: 450px;
  overflow-x: hidden;
  overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
  border-radius: 20px;
  padding: 0;
  border: 25px solid rgba(255, 255, 255, 1);
  background: rgba(243, 244, 244, 1);
  margin: 0 auto;
}
.registration-process .live-document-preview .inner {
  height: 100%;
}

.preview_image {
  text-align: center;
  overflow: hidden;
  width: 250px;
  height: 250px;
  margin: 10px;
  border: 1px solid red;
}
.modal-lg{
  max-width: 1000px !important;
}
.preview .preview-header img.cover-image {
  aspect-ratio: 16/9;
  width: 100%;
  object-fit: cover;
}
.preview .preview-header img.cover-image.blank {
  opacity: 0;
}
.registration-process .form-group.choosingurl .editable {
  display: inline-block;
  min-width: 100px; 
  padding: 0 5px;
  outline: none;
  white-space: nowrap;
  color: rgba(0, 0, 0, 0.8);
  font-size: 15px;
  font-weight: 500; 
}
.registration-process .form-group.choosingurl .editable:empty:before {
  content: attr(data-placeholder);
  color: rgba(0, 0, 0, 0.3);
  font-size: 15px;
  font-weight: 500;
}
.registration-process .form-group.choosingurl .editable:focus:before {
  content: "";
}
.registration-process .form-group.choosingurl .editable:empty {
  width: auto; 
}
.registration-process .form-group.choosingurl .editable:not(:empty) {
  width: auto;
}
.design-preview-tabs .design-preview .mobile-preview .computer-theme1 .lecture {
  padding: 10px;
}
.design-preview-tabs .design-preview .mobile-preview .computer-theme1 .lecture-details h1 {
  font-size: 0.75rem;
}
.design-preview-tabs .design-preview .mobile-preview .computer-theme1 .lecture-details h2,
.design-preview-tabs .design-preview .mobile-preview .computer-theme1 .lecture-details h3 {
  font-size: 0.5rem;
}
.design-preview-tabs .design-preview .mobile-preview .mobile-theme1 .book-lecture {
  padding: 10px;
}
.design-preview-tabs .design-preview .mobile-preview .mobile-theme1 .book-lecture .lecture-right h1 {
  font-size: 0.75rem;
}
.design-preview-tabs .design-preview .mobile-preview .mobile-theme1 .book-lecture .lecture-right form {
  padding: 10px 10px 10px 15px;
}
.design-preview-tabs .design-preview .mobile-preview .book-lecture .lecture-right form input.form-field,
.design-preview-tabs .design-preview .mobile-preview .book-lecture .lecture-right textarea.form-field {
  font-size: 0.6rem;
  height: 20px;
}
.design-preview-tabs .design-preview .mobile-preview .book-lecture .lecture-right .btn[disabled] {
  font-size: 0.6rem;
  display: inherit;
}
.design-preview-tabs .design-preview .mobile-preview .mobile-theme1 .lecture-left {
  background-size: 120px 60px;
}
.design-preview-tabs .design-preview .mobile-preview .mobile-theme1 .book-lecture {
  background-size: 140px 120px;
}
.design-preview-tabs .design-preview .mobile-preview .mobile-theme1 .lecture-reviews .name-social-icon h3 {
  font-size: 0.5rem;
}
.design-preview-tabs .design-preview .mobile-preview .mobile-theme1 .lecture-reviews .lecture-reviews-img img {
  width: 45px;
  min-width: 45px;
  height: 45px;
}
.design-preview-tabs .design-preview .mobile-preview .mobile-theme1 .lecture-reviews .name-social-icon {
  padding: 0 0px 0 0px;
}
.design-preview-tabs .design-preview .mobile-preview .computer-theme2.mobile-theme2 .experience-right h1 {
  font-size: 0.75rem;
  margin-bottom: 0.5rem;
}
.design-preview-tabs .design-preview .mobile-preview .mobile-theme2 .conversation-left .btn[disabled] {
  font-size: 0.65rem;
}
.design-preview-tabs .design-preview .mobile-preview .computer-theme3.mobile-theme3 .philosopher-left {
  padding: 1rem 0.5rem 1rem 0.5rem;
}
.design-preview-tabs .design-preview .mobile-preview .computer-theme3.mobile-theme3 .philosopher-left h1 {
  font-size: 0.75rem;
  margin-bottom: 0.5rem;
}
.design-preview-tabs .design-preview .mobile-preview .computer-theme3.mobile-theme3 .philosopher-details-right {
  padding: 0.5rem;
}
.design-preview-tabs .design-preview .mobile-preview .computer-theme3.mobile-theme3 .philosopher-details .philosopher-details-right h2 {
  font-size: 0.75rem;
}

.design-preview-tabs .design-preview .computer-preview {
  background-size: 450px 265px;
  min-height: inherit;
}
.design-preview-tabs .design-preview .computer-preview-container {
  padding: 10px 61px 44px 61px;
  height: 265px;
  width: 450px;
}
.design-preview-tabs .design-preview .document-bg {
  height: 300px;
  width: 325px;
  border-width: 15px;
}
.design-preview-tabs .design-preview .computer-theme1 .lecture-reviews .name-social-icon h3 {
  font-size: 0.5rem;
}
.design-preview-tabs .design-preview .document-theme1 .lecture-left {
  background-size: 140px 60px;
  padding-top: 1rem;
}
.design-preview-tabs .design-preview .document-theme1 .lecture-reviews .lecture-reviews-img img {
  height: 50px;
  min-width: 50px;
  width: 50px;
}
.design-preview-tabs .design-preview .computer-theme1 .book-lecture,
.design-preview-tabs .design-preview .document-theme1 .computer-theme1 .book-lecture {
  padding: 10px;
  background-size: 150px 130px;
}
.design-preview-tabs .design-preview .document-theme1 .computer-theme1 .book-lecture .lecture-right {
  margin-top: 0;
}
.design-preview-tabs .design-preview .computer-theme1 .book-lecture .lecture-right form,
.design-preview-tabs .design-preview .document-theme1 .computer-theme1 .book-lecture .lecture-right form {
  padding: 10px 10px 10px 10px;
  border-radius: 10px;
}
.design-preview-tabs .design-preview .computer-theme1 .book-lecture .lecture-right form input.form-field,
.design-preview-tabs .design-preview .document-theme1 .computer-theme1 .book-lecture .lecture-right form input.form-field {
  height: 20px;
  font-size: 0.6rem;
}
.design-preview-tabs .design-preview .computer-theme1 .book-lecture .lecture-right textarea.form-field,
.design-preview-tabs .design-preview .document-theme1 .computer-theme1 .book-lecture .lecture-right textarea.form-field {
  margin-top: 0.25rem;
}
.design-preview-tabs .design-preview .computer-theme1 .book-lecture .lecture-right .btn[disabled],
.design-preview-tabs .design-preview .document-theme1 .computer-theme1 .book-lecture .lecture-right .btn[disabled] {
  display: inherit;
  font-size: 0.6rem;
}
.design-preview-tabs .design-preview .document-theme1 .computer-theme1 .book-lecture .lecture-right h1 {
  font-size: 0.8rem;
}
.design-preview-tabs .design-preview .document-theme1 .computer-theme1 .lecture-left .lecture-reviews {
  padding-bottom: 0.5rem;
}
.design-preview-tabs .design-preview .document-theme1 .computer-theme1 .lecture {
  padding: 10px;
}
.design-preview-tabs .design-preview .document-bg .computer-theme2 .experience-left,
.design-preview-tabs .design-preview .computer-preview .computer-theme2 .experience-left {
  height: 190px;
}
.design-preview-tabs .design-preview .document-bg .computer-theme2 .experience-left .experience-person img,
.design-preview-tabs .design-preview .computer-preview .computer-theme2 .experience-left .experience-person img {
  width: 100px;
  height: 100px;
}
.design-preview-tabs .design-preview .document-bg .computer-theme2 .conversation-right,
.design-preview-tabs .design-preview .computer-preview .computer-theme2 .conversation-right {
  height: 190px;
}
.design-preview-tabs .design-preview .document-bg .computer-theme2 .experience-left .whatsapp-icon {
  margin-top: 0px;
  max-width: 30px;
}
.registration-process .back-btn {
  display: none;
  margin-bottom: 5px;
}
.registration-process .back-btn .btn {
  padding: 0;
  background: transparent;
  border: none;
}
.design-preview-tabs .design-preview .document-bg .document-theme3 .philosopher-details-left .social-icon {
  right: 20px;
}
.design-preview-tabs .design-preview .document-bg .document-theme3 .philosopher-details .philosopher-details-left {
  background-size: 140px 140px;
}
.design-preview-tabs .design-preview .document-bg .document-theme3 .philosopher-details .philosopher-details-left .philosopher-img {
    max-width: 85px;
    min-width: 85px;
    height: 85px;
}
.design-preview-tabs .design-preview .document-bg .document-theme3 .philosopher-details-left .player-button {
    top: 13%;
    width: 50px;
    height: 50px;
}
.registration-process .steps-5 .live-link.mobile,
.registration-process .steps-5 + .form-group-btn.mobile  {
  display: none;
}


/* Responsive css */

@media screen and (max-width: 991px) {

  .form-box-main .form-img-box {
    display: none;
  }
  .form-box-main .form-box {
    width: 100%;
  }
  .form-group.form-check-center {
    justify-content: flex-start;
  }
  .max-width-400,
  .max-width-660 {
    padding: 20px;
  }
  .registration-progressbar {
    margin: 0 0 20px 0;
  }
  .registration-process .form-group.choosingurl {
    margin-bottom: 20px;
  }
  .registration-process .form-group.choosingurl>div {
    min-width: 100%;
  }
  .registration-process .form-group-btn {
    margin-bottom: 10px;
  }
  .registration-process .steps-1,
  .registration-process .steps-2,
  .registration-process .steps-3 {
    min-height: calc(100vh - 226px);
  }
  .registration-process .back-btn {
    display: block;
  }
  .registration-process textarea[rows="4"] {
    max-height: 168px;
  }
  .registration-process textarea[rows="3"] {
    max-height: 107px;
  }
  .registration-process .form-group-btn .btn.prev-btn {
    display: none;
  }
  .registration-process .form-group-btn .btn.next-btn {
    width: 100%;
  }
  .registration-process .form-group-btn .btn {
    font-size: 14px;
    padding: 10px 15px;
  }
  .registration-process .steps-3 .form-group {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: calc(100vh - 330px);
  }
  .design-preview-tabs {
    min-height: 431px;
    align-items: flex-start;
    flex-direction: column-reverse;
    gap: 35px;
  }
  .registration-process .heading {
    text-align: right !important;
  }
  .design-preview-tabs .design-preview {
    min-width: 100%;
  }
  .design-preview .tabs-grey .nav-tabs .nav-link {
    min-width: 70px;
    padding: 5px 10px;
    font-size: 14px;
    line-height: 22px;
  }
  .design-preview-tabs .design-preview .tabs-grey {
    max-width: initial;
    margin: 20px auto 25px;
  }
  .registration-process .tabs-grey .nav-tabs {
    padding: 5px 6px;
  }
  .design-preview-tabs .design-preview .mobile-preview {
    background-size: 220px 431px;
    min-height: 431px;
}
.design-preview-tabs .design-preview .mobile-preview-container {
    height: 431px;
    margin: auto;
    padding: 25px 16px 14px 16px;
    width: 220px;
}
.design-preview-tabs .design-settings {
    max-width: 100%;
    min-width: 100%;
}
.registration-process .design-settings .tabs-grey .nav-tabs {
  padding: 5px 6px;
}
.registration-process .design-settings .tabs-grey .nav-tabs .nav-link {
    min-width: 80px;
    font-size: 14px;
    line-height: 30px;
}
.design-preview-tabs .design-preview .mobile-preview .computer-theme3.mobile-theme3 .philosopher-left .whatsapp-icon,
.design-preview-tabs .design-preview .computer-preview .computer-theme3 .philosopher-left .whatsapp-icon,
.design-preview-tabs .design-preview .document-bg .document-theme3 .computer-theme3 .philosopher-left .whatsapp-icon {
  margin-left: 0;
}
.design-preview-tabs .design-preview .document-bg .document-theme3 .computer-theme3 .philosopher-details {
  min-height: inherit;
}
.registration-process .lecturer-website-live .live-link.desktop,
.registration-process .steps-5 .form-group-btn.desktop {
  display: none;
}
.registration-process .steps-5 .live-link.mobile  {
  display: block;
}
.registration-process .lecturer-website-live {
    background-color: transparent;
    border-radius: 0;
    min-height: inherit;
    margin-left: 0;
    margin-right: 0;
    padding: 0;
    margin-top: 40px;
}
.registration-process .lecturer-website-live .tabs-grey .nav-tabs {
    border: none;
}
.registration-process .steps-5 + .form-group-btn.mobile {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
}
.registration-process .steps-5 + .form-group-btn.mobile .btn-outline-primary {
  border: none;
  color: rgba(128, 128, 139, 1);
  font-weight: 400;
  background: transparent; 
}
.registration-process .steps-5 + .form-group-btn.mobile .btn-primary {
  padding: 10px 25px;
}
.registration-process .lecturer-website-live .tab-content {
    padding-top: 30px;
}
.registration-process .live-computer-preview {
  background-size: 700px 412px;
  min-height: 412px;
}
.registration-process .live-computer-container {
    height: 412px;
    width: 700px;
    margin: auto;
    padding: 70px 94px 92px 94px;
}
.registration-process .steps-5 .live-link.mobile a {
    color: rgba(66, 133, 244, 1);
    font-size: 16px;
    font-weight: 400;
}
.registration-process .steps-5 .live-link.mobile p {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  margin-bottom: 10px;
}
.registration-process .steps-5 {
  min-height: calc(100vh - 226px);
}


}

@media screen and (max-width: 767px) {
  .design-preview-tabs .design-preview .computer-preview {
      background-size: 430px 253px;
      min-height: inherit;
  }
  .design-preview-tabs .design-preview .computer-preview-container {
      padding: 30px 45px 43px 45px;
      height: 253px;
      width: 430px;
  }
  .registration-process .live-computer-preview {
    background-size: 430px 253px;
    min-height: 253px;
  }
  .registration-process .live-computer-container {
      padding: 30px 45px 43px 45px;
      height: 253px;
      width: 430px;
      margin: auto;
  }
  .registration-process .steps-5 + .form-group-btn.mobile .btn-primary {
    width: 100%;
  }
  .registration-process .live-document-preview {
    border: 15px solid rgba(243, 244, 244, 1);
    width: 430px;
    height: 510px;
  }
  .design-preview-tabs .design-preview .computer-preview .computer-theme3 .philosopher-details-left .social-icon {
    right: 20px;
  }
  .design-preview-tabs .design-preview .computer-preview .computer-theme1 .lecture {
        padding: 10px;
  }
  .design-preview-tabs .design-preview .computer-theme1 .video-box:before {
    border-radius: 8px;
    width: 30px;
    height: 30px;
  }
  .design-preview-tabs .design-preview .computer-theme1 .lecture-details h1 {
    font-size: 0.75rem;
  }
  .design-preview-tabs .design-preview .computer-theme1 .lecture-left {
    background-size: 100px 50px;
  }
  .design-preview-tabs .design-preview .computer-theme1 .lecture-reviews .lecture-reviews-img img {
    width: 45px;
    height: 45px;
    min-width: 45px;
  }
  .design-preview-tabs .design-preview .computer-theme1 .lecture-reviews .name-social-icon {
    padding: 5px 0 0 5px;
  }
  .book-lecture .lecture-right {
    
  }
}



@media screen and (max-width: 479px) {
  .registration-process .steps-5 + .form-group-btn.mobile .btn-primary {
    width: 100%;
  }
  .design-preview-tabs .design-preview .computer-preview {
      background-size: 325px 191px;
      min-height: inherit;
  }
  .design-preview-tabs .design-preview .computer-preview-container {
      padding: 43px 59px 57px 59px;
      height: 191px;
      width: 325px;
  }
  .registration-process .live-computer-preview {
    background-size: 325px 191px;
    min-height: 191px;
  }
  .registration-process .live-computer-container {
      padding: 43px 59px 57px 59px;
      height: 191px;
      width: 325px;
      margin: auto;
  }
  .registration-process .live-document-preview {
    border: 15px solid rgba(243, 244, 244, 1);
    width: 325px;
    height: 400px;
  }



}