/*@import url('https://fonts.googleapis.com/css2?family=Montserrat: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: "Montserrat";
  src: url("../fonts/Montserrat-Regular.eot");
  src:
    url("../fonts/Montserrat-Regular.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Montserrat-Regular.woff2") format("woff2"),
    url("../fonts/Montserrat-Regular.woff") format("woff"),
    url("../fonts/Montserrat-Regular.ttf") format("truetype"),
    url("../fonts/Montserrat-Regular.svg#Montserrat-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Gotham-Bold";
  src: url(../fonts/Gotham-Bold.ttf) format("truetype");
}

@font-face {
  font-family: "Gotham-Book";
  src: url(../fonts/Gotham-Book.ttf) format("truetype");
}

@font-face {
  font-family: "WalbaumDisplay";
  src:
    url("../fonts/WalbaumDisplay.woff2") format("woff2"),
    url("../fonts/WalbaumDisplay.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Avenir Next LT Pro";
  src:
    url("../fonts/AvenirNextLTPro-Regular.woff2") format("woff2"),
    url("../fonts/AvenirNextLTPro-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

/*font-family: 'Montserrat', sans-serif;*/

body {
  color: #fff;
  font-family: "Avenir Next LT Pro";
  /* background-image: url('https://cdn4.godcstatic.com/WestWebinar/background.jpg'); */
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  min-height: 100vh;
  position: relative;
  background-color: #5990cb;
  font-size: 16px;
  line-height: 1.5;
  display: flex;
  flex-direction: column;
}

body.register_page:after, body.login_page:after, body.thankyou_page::after {
  content: "";
  background-color: #f7931d;
  width: 45vw;
  height: 35vw;
  display: inline-flex;
  border-radius: 50%;
  position: fixed;
  bottom: calc(0px - 30vw);
  left: 25%;
  transform: translateX(-50%);
  z-index: -1;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  transition: background-color 5000s ease-in-out 0s;
  -webkit-text-fill-color: black !important;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type="number"] {
  -moz-appearance: textfield;
}

input::-webkit-input-placeholder {
  /* color: #fff !important; */
  opacity: 1 !important;
}
input:-ms-input-placeholder {
  /* color: #fff !important; */
  opacity: 1 !important;
}
input::placeholder {
  /* color: #fff !important; */
  opacity: 1 !important;
}

body::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 8px;
  background-color: #f5f5f5;
}
body::-webkit-scrollbar {
  width: 8px;
  background-color: #f5f5f5;
}
body::-webkit-scrollbar-thumb {
  border-radius: 8px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #d1d827;
}
.portrait-content {
  display: none;
}
.form-control:focus,
input:focus {
  background-color: white;
  border-color: white;
  outline: 0;
  box-shadow: none;
}
.btn.focus,
.btn:focus {
  outline: 0;
  box-shadow: none;
}
.form-group {
  position: relative;
}
.help-block {
  color: red;
  position: absolute;
  top: 100%;
  font-size: 12px;
  width: 100%;
  left: 0;
}
.form-group label {
  font-size: 18px;
  margin: 0px;
}
.alert-danger {
  background-color: transparent;
  border: none;
  border-radius: 0px;
  padding: 0px;
  color: #fff;
  font-size: 13px;
  line-height: 1;
}

/*css to be deleted*/

.title {
  color: #ffffff;
  font-size: 2vw;
  margin-top: 15px;
  font-weight: bold;
}

.smallFont {
  font-size: 12px;
}

.smallFont i {
  color: #d1d827;
  position: absolute;
  left: 8px;
  top: 4px;
  font-size: 8px;
}

p.time {
  font-size: 1.7vw;
  font-family: "Avenir Next LT Pro";
}

.left-img {
  max-width: 80%;
}

.text-title {
  color: #d1d827;
  font-size: 34px;
  margin-bottom: 5px;
  border-top: 2px solid #d1d827;
  margin-top: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.login_form {
  width: 100%;
  max-width: 420px;
  margin: 0 auto;
}

.login_form h2 {
  color: white;
  font-weight: 700;
}

.allready-reg {
  font-size: 14px;
  text-align: center;
}

a#already_registered {
  color: #fff;
  text-decoration: none;
  font-weight: 700;
}

.login_form .btn {
  background-color: #d1d827;
  border-radius: 2rem;
  text-transform: uppercase;
  color: #002563;
  font-weight: 700;
}
.form-control {
  line-height: 1;
  padding: 0.5rem 15px;
  background-color: white;
  border: 2px solid white;
  border-radius: 2rem;
  color: black;
}

label.form-check-label {
  font-size: 12px;
  line-height: 1.4;
  position: relative;
}

label.form-check-label a {
  color: #d1d827;
}

label.form-check-label::after {
  content: "";
  display: block;
  height: 14px;
  width: 14px;
  background-color: #d1d827;
  position: absolute;
  top: 4px;
  left: -21px;
  cursor: pointer;
}

.radio-button-outer p {
  font-size: 12px;
  line-height: 1.4;
  margin-bottom: 0;
}

.form-check input:checked + label.form-check-label::after {
  background-image: url(https://cdn4.godcstatic.com/WestWebinar/tick-arrow.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 10px;
}

.speaker-warpper {
  font-size: 14px;
  /*margin: 0px 15px;*/
}

.speaker-warpper h4 {
  text-transform: uppercase;
  color: #d1d827;
  font-size: 30px;
  margin-bottom: 20px;
}

.speaker-warpper h4 span {
  color: #ffffff;
  font-size: 15px;
  display: block;
  margin-top: 5px;
  line-height: 25px;
}

.text-title {
  color: #d1d827;
  font-size: 34px;
  margin-bottom: 5px;
  border-top: 2px solid #d1d827;
  margin-top: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.speaker-outer {
  border-radius: 100%;
  overflow: hidden;
  margin-bottom: 15px;
  position: relative;
  padding-bottom: 100%;
}

.speaker-outer img {
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-position: top center;
}

.row.align-center {
  min-height: calc(100vh - 148px);
}
a#already_registered {
  color: #fff;
  text-decoration: none;
}
a#webinarSignUp {
  background-color: #fff;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
}
.checkbox.checkbox-danger a {
  color: #fff;
  text-decoration: none;
}
input#termagree {
  width: 20px;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 4px;
}
.checkbox.checkbox-danger {
  position: relative;
  padding-left: 20px;
}
.top-logo {
  padding-top: 20px;
}

img.left-logo {
  max-width: 12vw;
  width: 100%;
  margin-bottom: 40px;
}
img.right-logo {
  width: 100%;
  max-width: 18vw;
}

.form-check {
  text-align: left;
}
.form-check input {
  opacity: 0;
  visibility: hidden;
  cursor: pointer;
}

.form-check input {
  cursor: pointer;
  opacity: 0;
  z-index: 1;
}

.mandatory-field {
  margin-top: 3px;
}

/*.welcome-page {
    text-align: center;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}
img.coming-soon {
    max-height: 67vh;
}*/
/*--------------------*/

/*=============
Timer css start
===============*/

/**Regular timer css start**/
#timer {
  display: flex;
  text-align: center;
}
#timer .time-block {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 5px 5px;
  text-align: center;
  margin-bottom: 20px;
}
#timer .time-block span {
  width: 100%;
  background-color: #00b5cc;
  padding: 15px 5px;
  border-radius: 6px;
  color: #ffffff;
  font-size: 24px;
  font-weight: bold;
  width: 50px;
  line-height: 1;
}

#timer .time-block span.head-time {
  background-color: transparent;
  color: #ffffff;
  font-size: 12px;
  font-weight: bold;
}
/**Regular timer end here**/

/**Single digit timer css start**/
.timer_around {
  border: 2px solid #137ec4;
  border-radius: 20px;
  padding: 15px 15px 32px;
  text-align: center;
  width: auto;
  display: table;
  flex-direction: column;
  margin: 0 auto;
  margin-top: 0px;
  margin-top: 30px;
  position: relative;
  min-width: 400px;
  min-height: 130px;
}

.timer_around p {
  position: absolute;
  top: -11px;
  width: 100%;
  padding: 0;
  left: 0;
  color: #1daafc;
}
.timer_around p span {
  background-color: #1e4d8a;
  padding: 1px 8px;
  border-radius: 20px;
  color: #1daafc !important;
}

#timer {
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
}
#timer .digit-container {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 5px 5px;
  text-align: center;
  margin-bottom: 0px;
  position: relative;
}

#timer .colon {
  font-size: 34px;
}

#timer .digit-container .digit {
  background-color: #ffffff;
  padding: 14px 5px;
  border-radius: 6px;
  color: #168cc9;
  font-size: 36px;
  font-weight: 500;
  width: 50px;
  line-height: 1.2;
  margin: 3px;
}

#timer .digit-container .times {
  position: absolute;
  bottom: -22px;
  left: 0;
  right: 0;
  text-align: center;
  background-color: transparent;
  color: #ffffff;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
}
/**Single digit timer css end**/
/*===========
Timer css end
=============*/
/********************************
Circular timer CSS Start
********************************/
.timer-container {
  display: flex;
  gap: 30px;
  justify-content: center;
  align-items: center;
  /*  background: #0b0c2a;*/
  padding: 40px;
}
.circle-timer {
  text-align: center;
  position: relative;
}
.circle-timer svg {
  transform: rotate(-90deg);
}
.bg {
  fill: none;
  stroke: #2e2f48;
  stroke-width: 8;
}
.progress {
  fill: none;
  stroke-width: 4px;
  stroke-linecap: round;
  stroke-dasharray: 314;
  stroke-dashoffset: 314;
  transition: stroke-dashoffset 1s ease;
}
.circle-text {
  position: absolute;
  top: 40px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 24px;
  color: white;
  font-family: sans-serif;
}
.label {
  margin-top: 10px;
  font-size: 14px;
  color: #aaa;
  text-align: center;
  font-family: sans-serif;
}
/********************************
Circular timer CSS Start
********************************/
@media only screen and (min-device-width: 0px) and (max-device-width: 1199px) and (orientation: portrait) {
  .portrait-content {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
    width: 100%;
    height: 100%;
    height: 100vh;
    z-index: 99999999;
  }
  .portrait-center {
    position: absolute;
    top: 50%;
    left: 0;
    margin: 0 auto;
    right: 0;
    transform: translateY(-50%);
    text-align: center;
  }
  .portrait-center img {
    margin: 0 auto 10px;
    width: 200px;
    text-align: center;
  }
  .portrait-center p {
    font-size: 16px;
    color: #000;
    text-transform: uppercase;
    text-align: center;
    font-weight: 400;
  }
}

/*Responsive*/
.loaderAjax {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.58);
  left: 0;
  z-index: 99999999;
}
.loaderImg {
  padding: 10px;
  border-radius: 4px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  z-index: 99999999;
}

@media screen and (max-width: 1024px) {
  .title {
    font-size: 1.9vw;
  }

  p.time {
    font-size: 1.6vw;
  }
}

@media screen and (max-width: 991px) {
  .top-logo {
    height: 61px;
  }
  .row.align-center {
    min-height: calc(100vh - 61px);
  }
  .top-logo img {
    max-width: 150px;
    width: 100%;
  }

  .speaker-warpper h4 {
    font-size: 27px;
  }
}
@media screen and (max-width: 767px) {
  body.register_page:after, body.login_page:after, body.thankyou_page::after {
    width: 80vw;
    height: 50vw;
    bottom: calc(0px - 40vw);
    left: 50%;
  }
  .speakerimg-outer {
    /*        max-width: 300px;*/
    display: block !important;
  }

  img.left-logo {
    max-width: 80px;
  }

  img.right-logo {
    max-width: 130px;
  }

  .title {
    font-size: 3.8vw;
  }

  p.time {
    font-size: 3.3vw;
  }
}
