:root {
  --primary: #45c1c2;
  --dark: #000000;
  --light: #ffffff;
  --light-offset: #d9d9d9;
}

/* RESET CSS */

/* 1. Use a more-intuitive box-sizing model */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* 2. Remove default margin */
* {
  margin: 0;
}

body {
  /* 3. Add accessible line-height */
  line-height: 1.5;
  /* 4. Improve text rendering */
  -webkit-font-smoothing: antialiased;
}

/* 5. Improve media defaults */
img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
}

/* 6. Inherit fonts for form controls */
input,
button,
textarea,
select {
  font: inherit;
}

/* 7. Avoid text overflows */
p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
}

/* 8. Improve line wrapping */
p {
  text-wrap: pretty;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  text-wrap: balance;
}

/*
  9. Create a root stacking context
*/
#root,
#__next {
  isolation: isolate;
}

/* APP SPECIFIC CSS */

::placeholder {
  color: var(--light);
  opacity: 1;
  /* Firefox */
}

::-ms-input-placeholder {
  /* Edge 12 -18 */
  color: var(--light);
}

body {
  font-family: sans-serif;
  background-color: var(--dark);
}

.hidden {
  display: none !important;
}

#success-message {
  display: flex;
  height: 100vh;
  width: 100%;
  justify-content: center;
  align-items: center;
}

#success-message .message {
  height: 250px;
  width: 80%;
  background-color: var(--primary);
  color: var(--dark);
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

#success-message .message h1 {
  font-size: 52px;
  font-weight: 500;
}

#success-message .message h3 {
  font-size: 26px;
  font-weight: 500;
}

#main-container {
  margin: 0 auto;
  max-width: 1260px;
}

#header {
  height: 60px;
  padding: 5px 0;
}

#header img {
  width: auto;
  height: 100%;
}

#section_one {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: row-reverse;
  height: 550px;
}

.section-one-content {
  width: 55%;
  height: 80%;
  padding-left: 40px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: column;
  margin-top: 20px;
}

.section-one-image {
  width: 45%;
  height: 100%;
}

.section-one-image img {
  height: 550px;
}

.section-one-content h1 {
  color: var(--primary);
  font-size: 28px;
  line-height: 36px;
}

.section-one-content p {
  font-size: 13px;
  color: var(--light);
  line-height: 26px;
}

#reserve_cta {
  cursor: pointer;
}

.h3 {
  font-size: 26px;
  line-height: 38px;
}

.section-two {
  padding: 25px 15% 25px 65px;
}

.section-two .content {
  margin-top: 15px;
}

.section-two p {
  font-size: 18px;
  margin-bottom: 20px;
}

p.box {
  background-color: var(--light-offset);
  padding: 4px 16px;
  color: var(--dark);
  border-radius: 2px;
}

p.date-time-box {
  padding: 8px 16px;
  font-size: 18px;
  display: inline-flex;
  align-items: center;
}

p.box img {
  height: 18px;
  width: auto;
  margin-right: 5px;
}

p.box span {
  margin: 0 10px;
}

.section-one-content h3 {
  color: var(--light);
}

.form-group {
  margin-bottom: 15px;
}

.form-group label {
  display: block;
  color: var(--dark);
  font-size: 14px;
  position: relative;
}

.form-group input {
  max-width: 418px;
  width: 100%;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 1px solid var(--light);
  outline: none;
  font-family: sans-serif;
  font-weight: 500;
  font-size: 16px;
}

#submit {
  cursor: pointer;
  border: none;
  font-size: 16px;
  border-radius: 6px;
  transition: 0.3s ease;
  padding: 5px 24px;
  margin-top: 15px;
}
#submit1 {
  cursor: pointer;
  border: none;
  font-size: 16px;
  border-radius: 6px;
  transition: 0.3s ease;
  padding: 5px 24px;
  margin-top: 15px;
}

.background-primary {
  background-color: var(--primary);
}

.background-light {
  background-color: var(--light);
}

.background-dark {
  background-color: var(--dark);
}

.text-primary {
  color: var(--primary);
}

.text-light {
  color: var(--light);
}

.text-dark {
  color: var(--dark);
}

.cta {
  border-radius: 4px;
  border: none;
  box-shadow: none;
  padding: 5px 15px;
  font-size: 24px;
  font-weight: 600;
}

#section_four,
#section_three {
  padding: 25px 65px;
}

#section_three {
  text-align: center;
}

#section_three p {
  font-size: 18px;
}

#section_three .boxes {
  display: flex;
  text-align: left;
  justify-content: space-between;
  align-items: flex-start;
  width: 80%;
  flex-wrap: wrap;
  margin: 0 auto;
}

#section_three .boxes .icon-box {
  flex-direction: row;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  width: 45%;
  margin: 20px 0;
}

#section_three .boxes .icon-box img {
  height: 40px;
  width: auto;
  margin-right: 20px;
}

#section_three .boxes .icon-box .title {
  font-weight: 600;
  line-height: normal;
  margin-bottom: 5px;
}

#section_three .boxes .icon-box .subtitle {
  font-size: 12px;
  line-height: 16px;
}

#section_four h3 {
  margin-bottom: 15px;
}

#section_four .speaker-profile {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}

#section_four .speaker-profile img {
  height: 225px;
  width: auto;
}

#section_four .speaker-profile .profile {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: column;
  padding: 0 30px 0 35px;
  color: var(--light);
}

#section_four .speaker-profile .profile .speaker-title {
  margin-bottom: 20px;
}

#section_four .speaker-profile .profile h3 {
  font-size: 24px;
  line-height: 26px;
  margin-bottom: 0px;
}

#section_four .speaker-profile .profile h3 img {
  height: 14px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
}

#section_four .speaker-profile .profile h2 {
  font-weight: 500;
}

#section_four .speaker-profile .profile p {
  font-size: 16px;
  line-height: 26px;
  padding-right: 10%;
}

#section_five {
  height: 390px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}

#section_five .form {
  width: 45%;
  height: 100%;
  padding: 65px;
}

#section_five .form h3 {
  margin-bottom: 20px;
  font-size: 32px;
}

#section_five img {
  height: 100%;
  width: auto;
}

.popup-form {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(69, 193, 194, 0.8);
  display: flex;
  justify-content: center;
  align-items: center;
}

.popup-form .form {
  background-color: #282828;
  width: 500px;
  padding: 35px;
  border-radius: 25px;
  position: relative;
}

.popup-form .form h3 {
  margin-bottom: 15px;
}

.popup-form form {
  text-align: center;
}

.popup-form form .form-group input {
  padding: 5px 10px;
  border-radius: 4px;
}

.popup-form form ::placeholder {
  color: var(--dark);
  opacity: 1;
  /* Firefox */
}

.popup-form form ::-ms-input-placeholder {
  /* Edge 12 -18 */
  color: var(--dark);
}

#popup_close {
  cursor: pointer;
  position: absolute;
  right: 12px;
  top: 12px;
  background: #ccc;
  height: 25px;
  width: 25px;
  border-radius: 100%;
  text-align: center;
}

@media (max-width: 768px) {
  #section_one {
    flex-direction: column-reverse;
    height: auto;
  }

  #section_one,
  #section_two,
  #section_three,
  #section_four {
    padding: 30px 15px;
  }

  .section-one-content h1,
  .section-one-content h3,
  #reserve_cta,
  #section_three .boxes {
    margin: 15px 0;
  }

  #section_three .boxes {
    width: 100%;
  }

  #section_three .boxes .icon-box {
    flex-direction: column;
    text-align: center;
  }

  #section_three .boxes .icon-box img {
    margin: 0 auto 20px;
  }

  .section-one-image {
    width: 100%;
  }

  .section-one-image img {
    height: auto;
    object-fit: contain;
  }

  .section-one-content {
    width: 100%;
    padding: 0;
  }

  #section_two,
  #section_four {
    text-align: center;
    height: auto;
  }

  #section_four .speaker-profile {
    flex-direction: column;
    justify-content: center;
    text-align: center;
    align-items: center;
    margin-top: 15px;
  }

  #section_four .speaker-profile .profile {
    padding: 0;
    align-items: center;
    margin-top: 15px;
  }

  #section_five .form {
    width: 100%;
    padding: 15px;
    margin: 20px 0 35px;
  }

  #section_five .form h3 {
    font-size: 30px;
  }

  .popup-form .form {
    width: 95%;
  }

  #success-message .message {
    height: auto;
    width: 90%;
    padding: 30px 0;
  }

  #success-message .message h1 {
    font-size: 44px;
    line-height: normal;
    margin-bottom: 20px;
  }

  #section_four .speaker-profile .profile p {
    padding: 0;
  }

  #section_five {
    flex-direction: column;
    height: auto;
  }
}

section.sp2 {
     padding: 40px 0px;
}
section.sp2 h2 {
    text-align: center;
    font-size: 30px;
    line-height: 38px;
    color: #806cb1;
}
section.sp2 a {
background: #000000;
    border: 1px solid #000000;
    padding: 7px 15px;
    color: #ffffff;
    font-weight: 400;
}
section.sp2 a:hover {
    text-decoration: none;
}
.foot-para a {
    color: #ffffff;
    text-decoration: none;
}
section.sp2 p {
    text-align: center;
    padding: 30px 0px 0px;
}
.spectra-logo {
    margin: 0 auto;
    text-align: center;
}

p.text-white {
    text-align: center;
    padding: 5px 0px;
    font-size: 20px;
}
section.sp3 p {
    color: #ffffff;
    text-align: center;
    line-height: 27px;
}
section.sp3 h3 {
    color: #43c9ca;
    font-weight: 600;
}
section.sp3  {
    padding: 50px 0px 40px;
    background-color: #7f6cb1;
}
section.sp4 {
    padding: 60px 0px 50px;
    background: #eeefef;
}
.icon-box img {
    float: left;
    margin-right: 10px;
}
.icon-box p {
    font-size: 18px;
}
img.text-img {
    width: 74px;
    height: auto;
    position: relative;
    top: 3px;
    margin-right: 5px;
}
.col-md-3.iconn2 {
    padding-left: 80px;
}
.col-md-3.iconn3 {
    padding-left: 75px;
}
.col-md-3.iconn4 {
    padding-left: 70px;
}

section.sp5 {
    padding: 60px 0px 10px;
}
section.sp5 h4 {
   text-align: center;
   font-weight: 400;
   padding-bottom: 20px;
}
.center {
    text-align: center;
}
.form-control {
       border-radius: 0px !important;
    font-size: 13px !important;
    line-height: 20px !important;
}
button.btnvired.btn.btn-primary {
    background: #000000;
    border: 1px solid #000000;
    padding: 7px 15px;
    color: #ffffff;
    font-weight: 400;
    border-radius: 0;
    width: 234px;
    text-transform: uppercase;
}
.sp5 p{
    text-align: center;
}
.foot-para p {
    font-size: 11px;
    color: #ffffff;
    position: relative;
    top: 3px;
}
ul.socail {
    padding: 0px;
}
.footerr {
    background-color: #000000;
    padding: 35px 70px 20px;
}
.row {
    display: flex;
    justify-content: space-between;
}

p.call a {
    color: #000000;
    text-decoration: none;
}
.foot-right img {
    width: 20px;
    height: auto;
}
.foot-right {
    color: #ffffff;
    display: inline-flex;
    font-size: 14px;
}
ul.socail li {
    display: inline-block;
    padding: 0px 8px;
}
.foot-right span {
    font-size: 14px;
    line-height: 27px;
}
p.call {
    text-align: center;
    padding: 30px;
}


.
form.Viredform {
    background: #fff;
    padding: 40px;
    border: 1px solid #ed1b24;
}

p.centerr {
    text-align: center;
}

i.fa.fa-mobile {
    font-size: 20px;
}
.Viredform .form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #f3f3f5;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.fullform {
    padding: 175px 0px 0px;
}


section.certification {
    padding: 50px 0px;
}
.certification h1 {
    font-size: 36px;
        font-weight: 700;
    color: #ed1b24
}

.tech {
    color: #fff;
}
p.tech-para {
    padding-top: 30px;
}
.social ul li {
    list-style-type: none;
    margin: 15px;
}
.social ul {
    display: flex;
}

.space {
    height: 30px;
}


section.web {
    display: block;
}
section.mobile {
    display: none;
}





/*media query css*/
@media only screen and (max-width: 767px) {
	
	
.footerr {
    background-color: #000000;
    padding: 35px 0px 20px;
}
.row {
    display: block;
    justify-content: space-between;
}
.footerr p {line-height: 25px;}
.border-door {
    border: 2px solid #ebebeb;
    padding: 10px 0px;
    padding-right: 35px;
}
.spectra-logo img {
    width: 250px;
}
.spectra-para p {
    padding-right: 0px;
    line-height: 28px;
}
.logo {
    
}
.sp4 .col-md-3 {
    width: 50%;
}
.col-md-1.hide {
    display: none;
}
.col-md-2.spectra2 {
    width: 50%;
}
section.web {
    display: none;
}
section.mobile {
    display: block;
}
section.sp3 {
    padding: 30px 0px;
}
.space {
    height: 20px;
}
.col-md-12.space-box {
    height: 0px;
}
.icon-box img {
    float: none;
    margin-right: 10px;
}
section.sp5 {
    padding: 30px 0px 0px;
}
.footerr .row {
    padding: 0px 6px;
    text-align: center;
}
.foot-right {
    margin-left: 33px;
}
section.sp2 h2 {
    text-align: center;
    font-size: 25px;
    line-height: 33px;
    color: #806cb1;
}
.iconn1 {
    padding-left: 70px !important;
}
.iconn2 {
    padding-left: 70px;
}
.iconn3 {
    padding-left: 70px;
}
.iconn4 {
    padding-left: 70px;
}
.aipowered { display:block !important;}

.mobilefoot { display: none !important;}
.copyrightsr { display: block !important;}
.foot-para p {
    font-size: 9px  !important;
  
}
.mobileiconq { text-align:center; text-wrap: nowrap;}
.logo{ padding: 5px 7px 6px 15px;
}
.logo img {width: 30% !important;}
}
.aipowered { display:none;}

.logo img {width: 13%;}