.icon-box {
  position: relative;
  width: 140px;
  height: 140px;
  border-radius: 0.3rem;
  text-align: center;
  margin: 1rem 1rem;
  display: inline-block;
  padding: 2rem 0;
}
.icon-box i {
  font-size: 2.5rem;
  color: #ffffff;
  margin-bottom: 1.5rem;
}
.icon-box .box-title {
  color: #ffffff;
  font-size: 0.9rem;
  line-height: 1.3;
  letter-spacing: 0.05rem;
}
.slides-item.slide-active .icon-box:after {
  content: "";
  position: absolute;
  top: -4px;
  left: -4px;
  width: 14px;
  height: 14px;
  background: #f9c546;
  border-radius: 50%;
  box-shadow: 0px 0px 8px 2px #ffffff;
  border: 1px solid #f9c546;
}
.box-red {
  background: #ff3133;
  box-shadow: 10px 0 30px 0 rgba(255, 49, 51, 0.4);
}
.box-red {
  background: #58df37;
  box-shadow: 10px 0 30px 0 rgba(255, 49, 51, 0.4);
}
.box-blue {
  background: linear-gradient(to right, #2d92f7, #2d63fb);
  box-shadow: 0 0 14px rgba(0, 0, 0, 0.3);
  border: 1px solid #2788f6;
}
.box-orange {
  background: #ff9800;
}

@media only screen and (min-width: 320px) and (max-width: 480px) {
  .hdr-txt-pd-lft {
    padding-left: 2.85rem;
  }
  .title--big {
    font-size: 1.5rem;
  }
  .txt-center {
    text-align: center;
  }
  .icon-box {
    width: 6.625rem;
    height: 6.875rem;
  }
  .icon-box i {
    font-size: 1rem;
    margin-bottom: 0.5rem;
  }
  .icon-box .box-title {
    line-height: 1;
  }
  .col-img-dsply {
    display: none;
  }
  .col-txt-algn {
    margin-left: 3.125rem;
  }
  .title--medium {
    font-size: 1.6rem;
  }
  .p-txt {
    font-size: 1rem;
  }
  .cntnr-algn-mrgn {
    margin-left: 3.4375rem;
  }
  .mrgn-lft-30 {
    margin-left: 1.875rem;
  }
  .testimonial-mrgn-lft-padd {
    margin-left: 4.375rem;
    padding: unset;
  }
}

@media (min-width: 481px) and (max-width: 767.98px) {
  .icon-box {
    width: 6.625rem;
    height: 6rem;
    padding: 1rem 0;
  }
  .icon-box i {
    font-size: 1rem;
    margin-bottom: 0.5rem;
  }
  .icon-box .box-title {
    line-height: 1;
  }
  .title--big {
    font-size: 1.5rem;
  }
  .col-img-dsply {
    display: none;
  }
  .col-txt-algn {
    margin-left: 3.125rem;
  }
  .title--medium {
    font-size: 1.6rem;
    text-align: center;
  }
  .p-txt {
    font-size: 1rem;
    text-align: center;
  }
  .cntnr-algn-mrgn {
    margin-left: 3.4375rem;
    text-align: center;
  }
  .mrgn-lft-30 {
    margin-left: 1.875rem;
  }
  .testimonial-mrgn-lft-padd {
    margin-left: 4.375rem;
    padding: unset;
  }
}

@media (min-width: 768px) {
  .txt-center {
    text-align: center;
  }
  .icon-line:before {
    background: unset;
  }
  .hdr-txt-pd-lft {
    padding-left: 2.85rem;
  }
  .title--big {
    font-size: 1.8rem;
  }
  .mrgn-lft-30 {
    margin-left: 1.875rem;
  }
  .mrgn-rt {
    margin-right: 3.25rem;
  }
}

.pos-relative {
  position: relative;
}

.intro-video-icon {
  background: #ff1b3e;
  height: 110px;
  width: 110px;
  display: inline-block;
  border-radius: 50%;
  text-align: center;
  line-height: 120px;
  color: #fff;
  font-size: 42px;
  padding-left: 10px;
  position: absolute;
  left: 30%;
  top: 38%;
  cursor: pointer;
  transition: all 0.1s ease-in;
}
.intro-video-icon:hover {
  height: 120px;
  width: 120px;
  line-height: 130px;
}
.intro-video-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #ffffff;
  z-index: 9999;
  display: none;
}
.video-close-button {
  font-size: 24px;
  position: absolute;
  right: 10px;
  right: 10px;
  cursor: pointer;
}
.circle:before,
.circle:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 50%;
  border: 2px solid red;
}

.circle:before {
  -webkit-animation: ripple 2s linear infinite;
  animation: ripple 2s linear infinite;
}
.circle:after {
  -webkit-animation: ripple 2s linear 1s infinite;
  animation: ripple 2s linear 1s infinite;
}

.circle:hover:before,
.circle:hover:after {
  -webkit-animation: none;
  animation: none;
}

@-webkit-keyframes ripple {
  0% {
    -webkit-transform: scale(1);
  }
  75% {
    -webkit-transform: scale(1.3);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.5);
    opacity: 0;
  }
}

@keyframes ripple {
  0% {
    transform: scale(1);
  }
  75% {
    transform: scale(1.3);
    opacity: 1;
  }
  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}

/* Old Signup */

/*.checkmark-circle {
  width: 150px;
  height: 150px;
  position: relative;
  display: inline-block;
  vertical-align: top;
}
.checkmark-circle .background {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background: #2EB150;
  position: absolute;
}
.checkmark-circle .checkmark {
  border-radius: 5px;
}
.checkmark-circle .checkmark.draw:after {
  -webkit-animation-delay: 100ms;
  -moz-animation-delay: 100ms;
  animation-delay: 100ms;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease;
  -moz-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-name: checkmark;
  -moz-animation-name: checkmark;
  animation-name: checkmark;
  -webkit-transform: scaleX(-1) rotate(135deg);
  -moz-transform: scaleX(-1) rotate(135deg);
  -ms-transform: scaleX(-1) rotate(135deg);
  -o-transform: scaleX(-1) rotate(135deg);
  transform: scaleX(-1) rotate(135deg);
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.checkmark-circle .checkmark:after {
  opacity: 1;
  height: 75px;
  width: 37.5px;
  -webkit-transform-origin: left top;
  -moz-transform-origin: left top;
  -ms-transform-origin: left top;
  -o-transform-origin: left top;
  transform-origin: left top;
  border-right: 15px solid white;
  border-top: 15px solid white;
  border-radius: 2.5px !important;
  content: '';
  left: 25px;
  top: 75px;
  position: absolute;
}

@-webkit-keyframes checkmark {
  0% {
    height: 0;
    width: 0;
    opacity: 1;
  }
  20% {
    height: 0;
    width: 37.5px;
    opacity: 1;
  }
  40% {
    height: 75px;
    width: 37.5px;
    opacity: 1;
  }
  100% {
    height: 75px;
    width: 37.5px;
    opacity: 1;
  }
}
@-moz-keyframes checkmark {
  0% {
    height: 0;
    width: 0;
    opacity: 1;
  }
  20% {
    height: 0;
    width: 37.5px;
    opacity: 1;
  }
  40% {
    height: 75px;
    width: 37.5px;
    opacity: 1;
  }
  100% {
    height: 75px;
    width: 37.5px;
    opacity: 1;
  }
}
@keyframes checkmark {
  0% {
    height: 0;
    width: 0;
    opacity: 1;
  }
  20% {
    height: 0;
    width: 37.5px;
    opacity: 1;
  }
  40% {
    height: 75px;
    width: 37.5px;
    opacity: 1;
  }
  100% {
    height: 75px;
    width: 37.5px;
    opacity: 1;
  }
}
*/
/* server side validation styles */

input.validating-server-side {
  background: url("../../../images/email-loader.gif") no-repeat center right;
}

.loadingOverlay {
  background: #ffffff;
  opacity: 0.3;
  pointer-events: none;
}
.loaderGIF {
  background: url("../../../images/loading-spinner-blue.gif");
  height: 70px;
  width: 70px;
  display: none;
  background-size: cover;
  z-index: 9999999;
  position: absolute;
  left: 40%;
  top: 40%;
}
.subdomain-error {
  border-color: rgba(255, 0, 0, 0.772549);
}
.font-doodle {
  font-family: "Sedgwick Ave", cursive !important;
}
.height-600 {
  height: 600px !important;
}
.hero-wave {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0px;
  z-index: 2;
}
.pos-relative {
  position: relative;
}
.hero-laptop {
  height: 500px;
  margin-top: -45px;
}
.parallax-image {
  background-attachment: fixed;
}
/* Custom Buttons */

.btn-white {
  box-shadow: 0 3px 15px 0 rgba(0, 0, 0, 0.25);
  background: #ffffff;
  color: #000000;
}
.shadow-btn {
  box-shadow: 0 3px 15px 0 rgba(0, 0, 0, 0.25);
}
/* Custom Navbar */
.transparent-nav {
  margin-bottom: 0px !important;
}
.transparent-nav .navbar-default {
  background: rgba(255, 255, 255, 0);
  box-shadow: none;
}
.transparent-nav .navbar-default .navbar-nav li a {
  color: #ffffff;
  font-size: 14px;
  letter-spacing: 2px;
  font-weight: bold;
}
.transparent-nav .navbar-default .phone {
  color: #ffffff;
}
.feature-box {
  box-shadow: 0 3px 15px 0 rgba(96, 96, 96, 0.25) !important;
  background: white !important;
}

/* Moving Bg*/

.moving-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 500em;
  height: 100%;
  opacity: 1;
  visibility: inherit;
  background: transparent url(../../../images/website/cloudwash.png) repeat-x
    scroll 0 100%;
  -webkit-animation: cloudwash 60s linear infinite;
  -moz-animation: cloudwash 60s linear infinite;
  animation: cloudwash 60s linear infinite;
  z-index: 9;
}
@-webkit-keyframes cloudwash {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }
}
@keyframes cloudwash {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }
}
.modules-section {
  background-image: -webkit-linear-gradient(-29deg, #5fff97 0, #e7ff60 100%);
  padding-top: 130px;
}
.section-wave-top {
  position: absolute;
  top: 0;
}

/* .row.no-gutters {

} */
.row.no-gutters > [class^="col-"],
.row.no-gutters > [class*=" col-"] {
  padding-right: 0;
  padding-left: 0;
}

.account-form-section {
  background: #ffffff;
  color: #454242;
}
.void-z-index {
  z-index: 0 !important;
}
.account-form-section input.subdomain {
  height: 38px;
  border: 2px solid #999292;
  border-radius: 5px;
  color: #000000;
  font-size: 22px;
}
.account-form-section input.subdomain::placeholder,
.account-form-section input.subdomain::-webkit-input-placeholder {
  font-size: 18px;
}
.subdomain-btn {
  height: 49px;
}
.subdomain-form {
  margin-top: 25px;
}
.subdomain-loading {
  display: none;
}
.subdomain-loading img {
  width: 224px;
  height: 24px;
  max-width: 24px;
  margin-top: 6px;
}
.subdomain-error-message {
  font-size: 13px;
  color: #e15940;
  font-weight: normal;
}
.input-error-state {
  border-color: #e60e0e !important;
}
.signup-title {
  border-bottom: 2px solid #fafafa;
  padding-bottom: 4px;
  margin-bottom: 15px;
  color: #000000;
}
.signup-error-field {
  font-size: 11px;
  color: #f2807e;
  text-align: left;
}
.input-with-error {
  border: 1px solid #f2807e;
}
.help-block {
  font-size: 13px;
  text-align: center;
  margin-left: 3px;
  margin-bottom: 0px;
  display: block;
}
.otp-section {
  display: none;
}
.mg-tp-60 {
  margin-top: 60px;
}
.mg-bt-60 {
  margin-bottom: 60px;
}
.account-setup-loading {
  height: 500px;
}
/* Sweet alert success */

.sa {
  width: 120px;
  height: 120px;
  padding: 16px;
  background-color: #fff;
  margin: 0 auto;
}
.sa-success {
  border-radius: 50%;
  border: 4px solid #a5dc86;
  box-sizing: content-box;
  height: 80px;
  padding: 0;
  position: relative;
  background-color: #fff;
  width: 80px;
}
.sa-success:after,
.sa-success:before {
  background: #fff;
  content: "";
  height: 120px;
  position: absolute;
  transform: rotate(45deg);
  width: 60px;
}
.sa-success:before {
  border-radius: 40px 0 0 40px;
  width: 26px;
  height: 80px;
  top: -17px;
  left: 5px;
  transform-origin: 60px 60px;
  transform: rotate(-45deg);
}
.sa-success:after {
  border-radius: 0 120px 120px 0;
  left: 30px;
  top: -11px;
  transform-origin: 0 60px;
  transform: rotate(-45deg);
  animation: rotatePlaceholder 4.25s ease-in;
}
.sa-success-placeholder {
  border-radius: 50%;
  border: 4px solid rgba(165, 220, 134, 0.25);
  box-sizing: content-box;
  height: 80px;
  left: -4px;
  position: absolute;
  top: -4px;
  width: 80px;
  z-index: 2;
}
.sa-success-fix {
  background-color: #fff;
  height: 90px;
  left: 28px;
  position: absolute;
  top: 8px;
  transform: rotate(-45deg);
  width: 5px;
  z-index: 1;
}
.sa-success-tip,
.sa-success-long {
  background-color: #a5dc86;
  border-radius: 2px;
  height: 5px;
  position: absolute;
  z-index: 2;
}
.sa-success-tip {
  left: 14px;
  top: 46px;
  transform: rotate(45deg);
  width: 25px;
  animation: animateSuccessTip 0.75s;
}
.sa-success-long {
  right: 8px;
  top: 38px;
  transform: rotate(-45deg);
  width: 47px;
  animation: animateSuccessLong 0.75s;
}

@keyframes animateSuccessTip {
  0%,
  54% {
    width: 0;
    left: 1px;
    top: 19px;
  }
  70% {
    width: 50px;
    left: -8px;
    top: 37px;
  }
  84% {
    width: 17px;
    left: 21px;
    top: 48px;
  }
  100% {
    width: 25px;
    left: 14px;
    top: 45px;
  }
}
@keyframes animateSuccessLong {
  0%,
  65% {
    width: 0;
    right: 46px;
    top: 54px;
  }
  84% {
    width: 55px;
    right: 0;
    top: 35px;
  }
  100% {
    width: 47px;
    right: 8px;
    top: 38px;
  }
}
@keyframes rotatePlaceholder {
  0%,
  5% {
    transform: rotate(-45deg);
  }
  100%,
  12% {
    transform: rotate(-405deg);
  }
}

.account-setup-success {
  margin: 100px auto 0px auto;
}
.ht-300 {
  height: 400px;
}
#account-loading,
#registration_step2 {
  display: none;
}
.account-success-text {
  color: #95c44f;
  text-align: center;
}
.color-light-black {
  color: #454443;
}

.signup-error-message {
  font-size: 90px;
  color: #c65f5f;
}
.signup-error-list {
  color: #db6289;
}
.error-contact-message {
  border: 3px solid #fafafa;
  width: 360px;
  margin: 80px auto 0 auto;
}
.signup-contact-no {
  font-size: 28px;
  color: #009688;
}

/* .height-590{
height: 590px !important;
} */

.account-form-background {
  background: none;
}

.section-margin-sign-in {
  margin-top: -20px;
  background-color: #00bcd452;
}

.header-shadow {
  box-shadow: none !important;
}
.phone-visblty {
  display: inline-block !important;
}
.sign-up-background {
  min-height: 535px;
  background-size: auto;
}

.sign-up-padding {
  padding: 0px 40px;
}
.sign-up-padd {
  padding: 16px 22px;
  box-shadow: 0 3px 15px 0 rgba(0, 0, 0, 0.25);
  margin: 14px;
}

/* Smartphones (portrait) ----------- */
@media only screen and (min-width: 320px) and (max-width: 480px) {
  .subdomain-input {
    margin-top: -35px;
  }
  .padd-mob {
    padding: 0px 38px !important;
  }
  .section-margin-sign-in {
    height: 232px !important;
    margin-top: 0px !important;
  }
  .head-font-size {
    font-size: 21px;
  }
  .p-font-size {
    font-size: 9px !important;
  }
  .subdomain-btn {
    padding: 8px 4px;
    height: 34px !important;
    font-size: 12px;
    line-height: 15px;
  }
  .phone-visblty {
    display: inline-block !important;
    font-size: 13px !important;
    margin-left: -10px !important;
  }
  .sign-padd {
    padding: 34px !important;
  }
  .account-form-section input.subdomain::placeholder,
  .account-form-section input.subdomain::-webkit-input-placeholder {
    font-size: 12px;
  }
  .input-mob {
    height: 34px !important;
    padding: 8px 4px;
    border: 1px solid #999292 !important;
    font-size: 11px !important;
  }
  .signup-img-mob {
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
    background-size: contain;
  }
  .signup-col-margin {
    margin-top: 14px;
  }
  .section-mbl-mrgn-tp {
    margin-top: -2px !important;
  }
  .overview:before {
    background-size: 104%;
  }
  .mrgn-tp {
    margin-top: 1.5625rem !important;
  }
  .mbl-h3 {
    font-size: 1.375rem !important;
  }
  .sctn-mrgn {
    margin-top: -2.8125rem !important;
  }
  body {
    font-size: 0.8125rem !important;
  }
  .mx-ht-mrgn-tp-lft {
    max-height: 40px !important;
    margin-top: 5px !important;
    margin-left: 85px !important;
  }
  /* Dussehra Modal TC mrgn */
  /* .flt-mrgn-tp {
    margin-top: 0px !important;
  } */
  .clos-mrgn-lft {
    margin-left: 25px !important;
  }
  /* Dussehra Modal Logo image */
  /* .img-ht-200 {
    height: 150px !important;
  } */
  #animatedModal.animated {
    height: 80%;
    top: 40px;
  }
  .mdl-wdt-ht-lft {
    position: fixed !important;
    left: 20px !important;
    top: 0% !important;
  }
  #clockdiv > div {
    padding: 0px !important;
  }
  #clockdiv {
    font-size: 22px !important;
  }
  .mdl-clos-css {
    font-size: 1.15em !important;
  }
  .frdm-mx-ht-mrgn-tp-lft {
    max-height: 70px !important;
    margin-top: -15px !important;
  }
  #clockdiv div > span {
    padding: 6px !important;
  }
  .smalltext {
    font-size: 11px !important;
  }
  #animatedModal.animated {
    height: 75% !important;
    top: 100px !important;
  }
  .mrgn-lft {
    padding-left: 30px;
    margin-left: unset !important;
  }
}

@media (min-width: 481px) and (max-width: 767.98px) {
  .section-margin-sign-in {
    height: 346px !important;
    margin-top: 0px !important;
  }
  .padd-mob {
    padding-top: 55px !important;
  }
  .sign-padd {
    padding-top: 0px !important;
  }
  .subdomain-input {
    margin-top: -30px;
  }
  .signup-col-margin {
    margin-top: 14px;
  }
  .overview:before {
    background-size: 103%;
  }
  .mx-ht-mrgn-tp-lft {
    max-height: 44px !important;
    margin-top: 48px !important;
    margin-left: 0px !important;
  }
  .flt-mrgn-tp {
    margin-top: 80px !important;
  }
  .clos-mrgn-lft {
    margin-left: 25px !important;
  }
}

@media (min-width: 768px) {
  .section-margin-sign-in {
    height: 346px !important;
    margin-top: 0px !important;
  }
  .padd-mob {
    padding-top: 25px !important;
  }
  .sign-padd {
    padding-top: 0px !important;
  }
  .subdomain-input {
    margin-top: -30px;
  }
}

@media (min-width: 991.98px) {
  .section-margin-sign-in {
    height: 455px !important;
    margin-top: 0px !important;
  }
  .padd-mob {
    padding-top: 35px !important;
  }
  .sign-padd {
    padding-top: 22px !important;
  }
  .subdomain-input {
    margin-top: -30px;
  }
}

@media (min-width: 1200px) {
  .subdomain-input {
    padding: 0px 224px;
    margin-top: -20px;
  }
  .section-margin-sign-in {
    height: 612px !important;
    margin-top: 0px !important;
  }
  .hdr-txt-mrgn {
    margin-bottom: 170px;
    margin-right: 25px;
  }
  .overview:before {
    background-size: 100%;
  }
}

@media (min-width: 1400px) {
  .subdomain-input {
    padding: 0px 224px;
    margin-top: -20px;
  }
  .section-margin-sign-in {
    height: 850px !important;
    margin-top: 0px !important;
  }
}
/* Desktops and laptops ----------- */
/* @media only screen  and (min-width : 1224px) {

} */

/* Large screens ----------- */
/* @media only screen  and (min-width : 1824px) {
Styles
} */

/* Small devices (landscape phones, 576px and up)
@media (min-width: 576px) { ... }

Medium devices (tablets, 768px and up)
@media (min-width: 768px) { ... }

Large devices (desktops, 992px and up)
@media (min-width: 992px) { ... }

Extra small devices (portrait phones, less than 576px)
@media (max-width: 575.98px) { ... }

Small devices (landscape phones, less than 768px)
@media (max-width: 767.98px) { ... }

Medium devices (tablets, less than 992px)
@media (max-width: 991.98px) { ... }

Large devices (desktops, less than 1200px)
@media (max-width: 1199.98px) { ... } */
/* body {
  font-family: verdana;  
} */
.contact-box1 {
  color: #aaa;
  /* background:url(http://api.thumbr.it/whitenoise-361x370.png?background=25373dff&noise=ffe8ff&density=5&opacity=15); */
  border-radius: 8px;
  margin: 2% auto 0 auto;
  width: 60%;
  /* max-width:900px; */
  font-size: 24px;
  line-height: 24px;
  padding: 0px;
  box-shadow: 0 3px 15px 0 rgba(0, 0, 0, 0.25);
}
#contact_form {
  text-align: center;
}
#leave-message,
#submit {
  margin: 0 auto;
  width: 400px;
  font-size: 24px;
  border: 4px solid #aaa;
  background: transparent;
  color: #aaa;
  padding: 10px;
}
#submit {
  width: 100px;
}
.words {
  background: transparent;
  display: inline-block;
  font-size: 24px;
  width: 40%;
  min-width: 150px;
  border: none;
  border-bottom: 4px dotted #1f8ceb;
  margin-bottom: 15px;
  color: #1f8ceb;
  text-align: center;
}
#contact_form input:focus {
  border: none;
}
#contact_form select {
  background: transparent;
  border: 1px solid #1f8ceb;
  color: #1f8ceb;
  font-size: 22px;
  padding: 5px;
}
/* #contact_form select option {
  background:#25373d;
} */
#contact_form input.placeholder-on {
  color: #605f5c;
  border-color: #f1f1f6;
}
.textarea-dsply-wdth {
  display: initial;
  width: 85%;
}
span.has-error {
  display: inline-block;
  vertical-align: -webkit-baseline-middle;
}
.dsply-inln {
  display: inline-block;
}
span.has-error .words {
  margin-bottom: auto !important;
}
.link-more {
  display: none;
}

/* Animated CSS */

.modal-content {
  display: block;
  /* margin: 2em auto; */
  max-width: 1000px;
  padding: 10px;
  background-color: unset;
  border: unset;
}

.mdl-clos-css {
  /* border: 2px solid; */
  /* border-radius: 100%; */
  color: #fff;
  cursor: pointer;
  display: block;
  font-size: 1.75em;
  height: 50px;
  line-height: 50px;
  /* margin: 1em auto; */
  overflow: hidden;
  padding: 0;
  position: relative;
  width: 50px;
  float: right;
}

.clos-mrgn-lft {
  margin-left: 12px;
}
/* @media only screen and (min-width: 1024px) {
  .modal-content {
    padding: 0;
  }
  .thum img {
    width: 32%;
    -webkit-transition: all .45s ease-in-out;
    -moz-transition: all .45s ease-in-out;
    transition: all .45s ease-in-out;
  }
}

@media only screen and (max-width: 340px) {
  .thum img {
    display: block;
    margin: 0 auto 8px;
    width: 100%;
    -webkit-transition: all .45s ease-in-out;
    -moz-transition: all .45s ease-in-out;
    transition: all .45s ease-in-out;
  }
} */

/* Dussehra Modal CSS */
/* #animatedModal.animated{
  visibility: visible !important;
  background-color: #2b419a !important;
  width: 80% !important;
  height: 92% !important;
  top: 32px !important;
  left: 10% !important;
  background-image: url("../images/Transparent_Bg.png") !important;
} */
.bdy-ovrflw {
  overflow: hidden !important;
}
.mandatory-mark {
  color: #1f8ceb;
}
.txt-clr-wht {
  color: #ffffff !important;
}

.modal.container {
  max-width: none;
}
.mdl-wdt-ht-lft {
  width: 85% !important;
  height: 520px !important;
  left: 345px !important;
  top: 51% !important;
}
.objt-wdt-ht {
  width: 100% !important;
  height: -webkit-fill-available !important;
}
.mdl-bdy-ht {
  height: 81% !important;
}
.inpt-ckbx-clr {
  color: #1f8ceb !important;
}
.div-ln-ht {
  line-height: 1.2 !important;
}
.img-ht-200 {
  height: 200px !important;
  margin-top: -32px;
}
.h2-mrgn-unst {
  margin: unset !important;
}
.txt-hglt {
  color: #ffdf4e !important;
}
.str-fnt-vrtcl {
  font-size: 1.5rem !important;
  vertical-align: super !important;
}
.hdr-mrgn-btm {
  margin: 0px 0 10px !important;
}
.hdr-fnt-2 {
  font-size: 2rem !important;
}
/* Dussehra Modal Logo div */
/* .mdl-ftr-bdr-tp-dsply {
  border-top: unset !important;
  display: block !important;
} */
/* Dussehra Modal Logo */
/* .mx-ht-mrgn-tp-lft {
  height: 56px;
  max-height: 70px;
  margin-top: 52px;
  margin-right: 62px;
  margin-left: 22px;
} */
/* Dussehra TC link */
/* .flt-mrgn-tp {
  float: right !important;
  margin-top: 112px;
  font-size: 0.6rem;
} */

#clockdiv {
  font-family: sans-serif;
  color: #3267fc;
  display: inline-block;
  font-weight: 100;
  text-align: center;
  font-size: 30px;
}

#clockdiv > div {
  padding: 10px;
  border-radius: 3px;
  /* background: #2b419a; */
  display: inline-block;
}

#clockdiv div > span {
  padding: 15px;
  border-radius: 3px;
  background: #ffdf4e;
  display: inline-block;
}

.smalltext {
  padding-top: 5px;
  font-size: 16px;
}

/* Freedom72 Modal CSS */
/* #animatedModal.animated {
  visibility: visible !important;
  background-color: #2b419a !important;
  width: 70% !important;
  height: 93% !important;
  top: 30px !important;
  left: 13% !important;
  background-image: url("../images/Transparent_Bg.png") !important;
} */

.frdm-mx-ht-mrgn-tp-lft {
  max-height: 70px;
  /* margin-top: 52px; */
  /* margin-right: 71px; */
  /* margin-left: 22px; */
}
.check-clr {
  color: #fed82f !important;
}
.li-position {
  position: absolute;
}
.h3-txt-dcrtn-trnsfrm {
  text-decoration: underline;
  text-transform: uppercase;
}
.spn-clr-pdng-lft {
  color: #ffffff;
  padding-left: 10px;
}
.pdng-lft {
  padding-left: 40px;
}
.mrgn-lft {
  margin-left: 120px;
}
.pdng-nst {
  padding: unset;
}

/* Diwali Modal CSS */
#animatedModal.animated {
  visibility: visible !important;
  background-color: #0a0e1f !important;
  width: 70% !important;
  height: 92% !important;
  top: 30px !important;
  left: 13% !important;
  background-image: url("../images/diwali/Diwali_Transparent_cm.png") !important;
}

.flip-clock-wrapper ul li a div div.inn {
  font-size: 30px !important;
  color: #ffffff !important;
  font-size: 36px !important;
  background-color: gold !important;
}

.flip-clock-wrapper ul li {
  line-height: 74px !important;
}
.flip-clock-wrapper ul {
  height: 74px !important;
  margin: 3px !important;
}
.mdl-ftr-bdr-tp-dsply {
  border-top: unset !important;
  margin-right: 20px;
  margin-left: -240px;
}
.flip-clock-wrapper ul li a div.up:after {
  top: 36px !important;
}
/* Diwali TC apply */
.flt-mrgn-tp {
  margin-top: 36px;
  float: right !important;
  font-size: 0.6rem;
}
/* Diwali Offer Logo */
.mx-ht-mrgn-tp-lft {
  /* height: 53px; */
  max-height: 49px;
  margin-top: 16px;
  margin-right: 15px;
  margin-left: 0px;
}
.flip-clock-wrapper {
  width: 60% !important;
}
.flip-clock-dot {
  background: #ffffff !important;
}
.lft-hnglt-mrgn {
  transform: scaleX(-1);
  margin-top: -283px;
  margin-right: 190px;
}
.rgt-hnglt-mrgn {
  margin-top: -283px;
  margin-left: 172px;
}
.lt-deepam-ht-pdng-mrgn {
  height: 70px;
  padding-right: 235px;
  margin-top: -25px;
}
.trl-btn-mrgn-bgclr {
  margin-top: 10px;
  background-color: #00c12c;
  line-height: 44px;
  padding: 0 45px;
}
.rt-deepam-ht-pdng-mrgn {
  transform: scaleX(-1);
  height: 70px;
  padding-right: 260px;
  margin-top: -25px;
}

@media only screen and (min-width: 320px) and (max-width: 480px) {
  .flt-mrgn-tp {
    margin-top: 320px !important;
  }
  .lft-hnglt-mrgn {
    height: 230px;
    margin-top: -186px;
  }
  /* Diwali Modal Logo image */
  .img-ht-200 {
    height: 110px !important;
    margin-top: -88px !important;
  }
  .rgt-hnglt-mrgn {
    height: 230px !important;
    margin-top: -253px !important;
  }
  .lt-deepam-ht-pdng-mrgn {
    height: 30px !important;
    padding-right: 4px !important;
    margin-top: unset !important;
  }
  .rt-deepam-ht-pdng-mrgn {
    height: 30px !important;
    padding-right: 4px !important;
    margin-top: unset !important;
  }
  .flip-clock-wrapper {
    margin: unset !important;
    margin-left: 182px !important;
    width: 74% !important;
  }
  .mdl-ftr-bdr-tp-dsply {
    margin-right: -40px;
  }
  .flip-clock-divider .flip-clock-label {
    font-size: 16px;
    font-weight: bold;
  }
  .flip-clock-divider.days .flip-clock-label {
    /* for days */
    right: -84px !important;
  }
  .flip-clock-wrapper ul {
    height: 63px !important;
  }
  .flip-clock-wrapper ul li a div div.inn {
    font-size: 30px !important;
  }
  .flip-clock-divider.hours .flip-clock-label {
    /* for hrs */
    right: 62px !important;
    top: 5em !important;
  }
  .flip-clock-dot {
    display: none !important;
  }
  .flip-clock-divider.minutes .flip-clock-label {
    /* for min */
    right: 54px !important;
    top: 5em !important;
  }
  .flip-clock-divider.seconds .flip-clock-label {
    /* for sec */
    top: 5em !important;
    right: 54px !important;
  }
}

@media (min-width: 991.98px) {
  #animatedModal.animated {
    width: 86% !important;
    height: 75% !important;
    left: 8% !important;
    top: 96px !important;
  }
  .lft-hnglt-mrng {
    margin-right: 182px;
    margin-top: -282px;
  }
  .rgt-hnglt-mrgn {
    margin-left: 142px;
    margin-top: -282px;
  }
  .lt-deepam-ht-pdng-mrgn {
    height: 50px;
    margin-top: unset;
    padding-right: 160px;
  }
  .rt-deepam-ht-pdng-mrgn {
    height: 50px;
    margin-top: unset;
    padding-right: 166px;
  }
  .mdl-ftr-bdr-tp-dsply {
    margin-left: -268px;
    /* margin-right: -6px; */
  }
  .flip-clock-wrapper {
    width: 56% !important;
  }
  .flip-clock-divider {
    height: 88px !important;
  }
  .flip-clock-dot.top {
    top: 18px;
  }
}

@media (min-width: 768px) {
  .lft-hnglt-mrgn {
    margin-right: 160px;
  }
}
@media (min-width: 1200px) {
  #animatedModal.animated {
    width: 70% !important;
    height: 92% !important;
    top: 30px !important;
    left: 13% !important;
  }
}

@keyframes zoominoutsinglefeatured {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.2, 1.2);
  }
  100% {
    transform: scale(1, 1);
  }
}

.cardcontainer a {
  animation: zoominoutsinglefeatured 1s infinite;
}

.help-lnk-clr {
  float: right;
  color: red;
  font-weight: 500;
}
@media only screen and (min-width: 320px) and (max-width: 480px) {
  .light-text1 {
    width: 85.66% !important;
  }
  .light-text2 {
    width: 97.66% !important;
  }
  .fld-dsply {
    display: contents !important;
  }
}

.fld-dsply {
  display: inline-flex;
}

.input-form-nickname {
  border-radius: 10px !important;
  border-top-right-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
  padding: 8px !important;
  padding-left: 15px !important;
}

.fa-info-nickname {
  right: 33% !important;
}

.span-nickname {
  border-top-right-radius: 10px !important;
  border-bottom-right-radius: 10px !important;
}

.sbdmn-info-btn {
  color: #3897f3 !important;
  border: 2px solid #3897f3;
  border-radius: 50%;
  width: 18px;
  height: 18px;
  padding-left: 4px;
  margin-right: 88px;
  margin-top: -4px;
  z-index: 2;
}

.field .fa {
  position: relative;
  right: -186px !important;
  top: -53px;
  color: #ccc;
}

.input-group-addon {
  padding: 11px 4px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  text-align: center;
  background-color: #eee;
  border: 1px solid #030220;
}




/* New CSS  */
input{
  border: none !important;
  color: black !important;
  background: #F5F5F5 !important;
  width: 100% !important;
}

.h1-heading {
  color: #000 ! important;
  font-size: 30px ! important;
  text-shadow: 1px 1px #dbfff7 ! important;
  margin-bottom: 20px ! important;
  font-weight: 600 !important;
}
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #000 !important;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #000 !important;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: #000 !important;
}

.img_company_logo{
  width: 60%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.btn_submit{
  background: linear-gradient(230.17deg, #10567A 5.5%, #0E90C6 102.94%) !important;
 
  color: white ! important;
  border-radius: 5px ! important;
  padding-left: 20px;
  padding-right: 20px;
  line-height: 1.6 !important;
  font-size: 22px !important;
  font-weight: 600 !important;
}

.btn-cancel{
  background: linear-gradient(230.17deg, #88C6DE 5.5%, #F5F5F5 102.94%) !important;

  color: black ! important;
  border-radius: 5px ! important;
  padding-left: 20px;
  padding-right: 20px;
  line-height: 1.6 !important;
  font-size: 22px !important;
  font-weight: 600 !important;
}
.btn-font{
  font-size: 17px !important;
}
.error_msg{
  color: #ff0000 !important;
}
.row_vh{
  margin-top: -100vh !important;
}
.img_gif_sh{
  display: flex !important;
}
@media(max-width:360px){
  .row_vh{
    margin-top: 0vh !important;
  }
  .img_gif_sh{
    display: none !important;
  }
}
@media(min-width:360px){
  .row_vh{
    margin-top: 0vh !important;
  }
  .img_gif_sh{
    display: none !important;
  }
}
@media(min-width:768px){
  .row_vh{
    margin-top: -65vh !important;
  }
  .img_gif_sh{
    display: flex !important;
  }
}
@media(min-width:892px){
  .row_vh{
    margin-top: -70vh !important;
  }
  .img_gif_sh{
    display: flex !important;
  }
}
@media(min-width:992px){
  .row_vh{
    margin-top: -75vh !important;
  }
  .img_gif_sh{
    display: flex !important;
  }
}
@media(min-width:1200px){
  .row_vh{
    margin-top: -90vh !important;
  }
  .img_gif_sh{
    display: flex !important;
  }
}
@media(min-width:1400px){
  .row_vh{
    margin-top: -100vh !important;
  }
  .img_gif_sh{
    display: flex !important;
  }
}
/* .usr_login_content{
  width: 98% !important;
  height: 99% !important;
  display: grid !important;
} */

.img_gif_vh{
  width: 100% !important;
  max-width: 99% !important;
  max-height: 100vh !important;
  margin: auto !important;
}
.row_marg{
  margin-left: 0px !important;
  margin-right: 0px !important;;
}
.col_padd{
  padding-left: 0px !important;
  padding-right: 0px !important;
}