@charset "UTF-8";
@-ms-viewport {
  width: device-width;
}

*,
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
  letter-spacing: 0;
  scroll-behavior: smooth;
}

*,
::after,
::before {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
  outline: 0;
}

.boxsizing,
:after,
:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
  font-family: Roboto, -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
}

body {
  font-family: Roboto, -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  background-color: #F4F5F7;
  color: #253858;
}

.lds-dual-ring {
  position: relative;
}

.lds-dual-ring:after {
  content: " ";
  display: block;
  width: 28px;
  height: 28px;
  margin: 0px;
  border-radius: 50%;
  border: 4px solid #fff;
  border-color: #fff transparent #fff transparent;
  -webkit-animation: lds-dual-ring 1.2s linear infinite;
          animation: lds-dual-ring 1.2s linear infinite;
  margin: 0px 0 0 auto;
  position: absolute;
  left: 0;
  right: 20px;
  top: 16px;
}

@-webkit-keyframes lds-dual-ring {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes lds-dual-ring {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

input[type=text]::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}

input[type=text]::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}

ul.ruby-menu>li>a{
  letter-spacing: -0.016em;
}
.body-fixed {
  overflow: hidden;
  width: 100%;
  position: fixed;
}

.hide {
  display: none !important;
}

.lazy-bg {
  background: none !important;
}

.bg-blue {
  background-color: #F2F7FF;
  padding: 0px;
  margin: 0px;
}

div.ruby-wrapper > ul {
  max-width: 96%;
}

.pagecontainer {
  width: 100%;
  margin: 0px auto;
}

@media (max-width: 1024px) {
  .pagecontainer {
    width: 100%;
  }
}

.flexbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.flexbox .back {
  background: transparent;
  width: 32px;
  height: 32px;
  cursor: pointer;
  border-radius: 8px;
  position: relative;
  display: inline-block;
  margin-right: 10px;
  margin-top: -6px;
}

.flexbox .back:before {
  content: "";
  display: block;
  margin: 30px auto;
  width: 10px;
  height: 10px;
  border-top: 2px solid #253858;
  border-left: 2px solid #253858;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  margin: 0px auto;
  position: absolute;
  top: 15px;
  left: 14px;
}

@media (max-width: 568px) {
  .flexbox .back {
    margin-right: 20px;
  }
}

.flexbox span {
  line-height: 24px;
}

.ruby-wrapper.signin ul.ruby-menu > li.logo-li {
  width: calc(100% - 900px);
}

@media (max-width: 1024px), (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
  .ruby-wrapper.signin ul.ruby-menu > li.logo-li {
    width: calc(100% - 900px);
  }
}

@media (max-width: 1024px) {
  .ruby-wrapper.signin ul.ruby-menu > li.logo-li {
    width: calc(100% - 820px);
  }
}

ul.ruby-menu > li.ruby-menu-mega .ruby-grid {
  max-height: 80vh;
  overflow-y: auto;
  margin: 0px auto;
  left: 0;
  right: 0;
}

ul.ruby-menu > li.ruby-menu-mega .ruby-grid::-webkit-scrollbar {
  width: 2px;
}

ul.ruby-menu > li.ruby-menu-mega .ruby-grid::-webkit-scrollbar-track {
  background: transparent;
}

ul.ruby-menu > li.ruby-menu-mega .ruby-grid::-webkit-scrollbar-thumb {
  background: #f1f1f1;
}

ul.ruby-menu > li.ruby-menu-mega .ruby-grid::-webkit-scrollbar-thumb:hover {
  background: #f1f1f1;
}

ul.ruby-menu > li > ul.support-ui {
  height: 500px;
  overflow: auto;
  overflow-y: scroll;
}

ul.ruby-menu > li > ul.support-ui::-webkit-scrollbar {
  width: 2px;
}

ul.ruby-menu > li > ul.support-ui::-webkit-scrollbar-track {
  background: transparent;
}

ul.ruby-menu > li > ul.support-ui::-webkit-scrollbar-thumb {
  background: #f1f1f1;
}

ul.ruby-menu > li > ul.support-ui::-webkit-scrollbar-thumb:hover {
  background: #f1f1f1;
}

ul.ruby-menu > li > ul.claim-menu a {
  width: 270px;
}

ul.ruby-menu > li > ul.support-ui.wd5 {
  height: auto;
  overflow: initial;
  overflow-y: initial;
  left: -162px;
}

ul.ruby-menu > li > ul.support-ui.wd5 li a {
  width: auto;
}

@media screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
  ul.ruby-menu > li > ul.support-ui.wd5 {
    left: -300%;
  }
}

ul.ruby-menu > li > a.logo {
  margin: 5px 0 0;
}

div.ruby-wrapper {
  position: fixed;
}

.need-help-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
}

.need-help-content .left {
  width: 25%;
  background: #E5E8FF url("../images/bu/left-vector.svg") no-repeat bottom center;
  max-width: 300px;
  padding: 30px;
  position: fixed;
  height: 100%;
  padding-top: 70px;
  bottom: -30px;
}

.need-help-content .left h2 {
  font-size: 32px;
  margin-bottom: 20px;
}

@media (max-width: 1024px), (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
  .need-help-content .left {
    display: none;
  }
}

.need-help-content .left .heading-h2 {
  font-size: 22px;
  line-height: 30px;
  color: #253858;
  font-weight: 500;
}

.need-help-content .left .text {
  font-size: 16px;
  line-height: 22px;
  color: #253858;
  margin: 10px 0 10px;
}

.need-help-content .left .connect-account {
  background: rgba(255, 255, 255, 0.5);
  border-radius: 8px;
  opacity: 1;
  padding: 15px;
  margin-top: 30px;
}

.need-help-content .left .connect-account .usericon {
  background: #0663f6 url("../images/usericon.svg") no-repeat 14px 12px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin: 5px 0 10px;
}

.need-help-content .left .connect-account a, .need-help-content .left .connect-account .change-product {
  position: relative;
  color: #0663f6;
  font-size: 14px;
  text-decoration: none;
  font-weight: 500;
}

.need-help-content .left .connect-account a:after, .need-help-content .left .connect-account .change-product:after {
  content: "";
  display: block;
  margin: 30px auto;
  width: 8px;
  height: 8px;
  border-top: 2px solid #0663f6;
  border-left: 2px solid #0663f6;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  position: absolute;
  right: -12px;
  top: 6px;
  margin: 0px auto;
}

.need-help-content .right {
  padding: 30px;
  height: 100%;
  width: 100%;
  margin-left: 320px;
  margin-top: 88px;
}

@media (max-width: 1024px), (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
  .need-help-content .right {
    margin: 0;
    width: 96%;
    overflow: initial;
    height: unset;
    padding: 0px;
    max-width: 600px;
    margin: 90px auto 0;
  }
}

@media (max-width: 992px) {
  .need-help-content .right {
    margin: 30px auto 0;
  }
}

@media (max-width: 320px) {
  .need-help-content .right {
    padding: 0px 5px;
  }
}

.need-help-content .right::-webkit-scrollbar {
  display: none;
}

.need-help-content .right .heading {
  font-size: 24px;
  font-weight: 500;
  line-height: 36px;
  margin-bottom: 20px;
  padding: 0px;
}

@media screen and (max-width: 320px) {
  .need-help-content .right .heading {
    font-size: 20px;
  }
}

.need-help-content .right .register-mobile {
  font-size: 14px;
  color: #0663f6;
  cursor: pointer;
}

.need-help-content .right .register-mobile .edit-icon {
  position: relative;
  width: 12px;
  height: 12px;
  left: 0;
  top: -2px;
  display: inline-block;
}

.need-help-content .right .register-mobile .edit-icon img {
  width: 100%;
}

.need-help-content .right .edit-icon {
  position: absolute;
  left: -16px;
  top: 5px;
  height: 12px;
  width: 12px;
}

.need-help-content .right .policy-details {
  cursor: pointer;
  background: #fff;
  padding: 20px;
  -webkit-box-shadow: 0 6px 16px rgba(52, 105, 203, 0.16);
          box-shadow: 0 6px 16px rgba(52, 105, 203, 0.16);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 10px;
  font-size: 16px;
  position: relative;
  line-height: 20px;
  margin: 10px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.need-help-content .right .policy-details .box50 {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.need-help-content .right .policy-details .box50.center {
  -webkit-box-orient: inherit;
  -webkit-box-direction: inherit;
      -ms-flex-direction: inherit;
          flex-direction: inherit;
  position: relative;
}

.need-help-content .right .policy-details .sb-title, .need-help-content .right .policy-details .status-title {
  font-size: 12px;
  color: #666666;
  width: 100%;
  margin: 15px 0 5px;
}

.need-help-content .right .policy-details .title {
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  color: #253858;
}

.need-help-content .right .policy-details .insurer-logo {
  width: 100px;
}

.need-help-content .right .prdicon_wrapper {
  background-color: #fff;
  margin-right: 20px;
  border-radius: 8px;
  -webkit-box-shadow: 0px 6px 16px rgba(52, 105, 203, 0.16);
          box-shadow: 0px 6px 16px rgba(52, 105, 203, 0.16);
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.need-help-content .right .prdicon {
  display: inline-block;
  background-image: url(../images/homepage-product-icons-for-need-help.png?v=2);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 40px;
  height: 40px;
}

.need-help-content .right .prdicon.car-insurance {
  background-position: 0% 10.6%;
}

.need-help-content .right .prdicon.health-insurance {
  background-position: 0% 3.5%;
}

.need-help-content .right .prdicon.term-life {
  background-position: 0% 0%;
}

.need-help-content .right .prdicon.inv {
  background-position: 0% 7.19%;
}

.need-help-content .right .prdicon.ti {
  background-position: 0% 21.5%;
}

.need-help-content .right .prdicon.two-wheeler-insurance {
  background-position: 0% 14.2%;
}

.need-help-content .right .prdicon.hi {
  background-position: 0px 82%;
}

.need-help-content .right .prdicon.ci {
  background-position: 0px 96.3%;
}

.need-help-content .right .prdicon.pa {
  background-position: 0px 99.8%;
}

.need-help-content .right .prdicon.group-insurance {
  background-position: 0% 39.1%;
}

.need-help-content .right .prdicon.cancer {
  background-position: 0px 75%;
}

.need-help-content .right .prdicon.cv {
  background-position: 0px 85.8%;
}

.need-help-content .right .selected-subissues {
  border-radius: 8px;
  opacity: 1;
  padding: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}

.need-help-content .right .selected-subissues .infotext {
  position: relative;
  font-weight: 500;
  margin-right: 45px;
}

.need-help-content .right .selected-subissues .infotext .small {
  font-size: 12px;
}

.need-help-content .right .selected-subissues .infotext .medium {
  font-size: 24px;
  line-height: 28px;
  margin: 5px 0 0;
}

.need-help-content .right .selected-subissues a, .need-help-content .right .selected-subissues .change-product {
  position: relative;
  color: #0663f6;
  font-size: 14px;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 600;
  line-height: 24px;
  cursor: pointer;
}

@media (max-width: 480px) {
  .need-help-content .right .selected-subissues {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .need-help-content .right .selected-subissues .infotext {
    margin: 15px 0 0;
  }
  .need-help-content .right .selected-subissues .change-product {
    position: absolute;
    top: 26px;
    right: 0;
  }
}

.need-help-content .right .policy-info {
  background: #fff;
  min-height: 100px;
  border-radius: 8px;
  padding: 10px;
}

.need-help-content .right .policy-info .content .note {
  color: #0663f6;
  padding: 10px 20px 0;
}

.need-help-content .right .policy-info .content p {
  font-size: 12px;
  line-height: 20px;
  margin: 10px 0 0;
  font-weight: 600;
}

.need-help-content .right .policy-info .content p.text {
  font-size: 12px;
  line-height: 20px;
  margin: 10px 0;
  font-weight: 400;
}

.need-help-content .right .policy-info .content .download-copy {
  border-radius: 8px;
  color: #fff;
  background-color: #0663f6;
  display: inline-block;
  padding: 14px;
  font-size: 12px;
  margin: 10px 0;
  cursor: pointer;
}

.need-help-content .right .policy-info .linktext {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 10px 5px;
}

.need-help-content .right .policy-info .linktext a {
  position: relative;
  color: #0663f6;
  font-size: 14px;
  display: inline-block;
  margin-right: 40px;
  font-size: 12px;
  cursor: pointer;
  text-decoration: none;
}

.need-help-content .right .policy-info .linktext a:after {
  content: "";
  display: block;
  margin: 30px auto;
  width: 5px;
  height: 5px;
  border-top: 1px solid #0663f6;
  border-left: 1px solid #0663f6;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  position: absolute;
  right: -7px;
  top: 5px;
  margin: 0px auto;
}

.need-help-content .right .policy-info .linktext a:last-child {
  margin-right: 0px;
}

.registration_check .formInput input {
  font-size: 15px;
  color: #253858;
  padding-top: 3px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.product-item {
  padding: 0px 20px 10px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-left: -1.5%;
}

@media (max-width: 1024px), (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
  .product-item {
    overflow: initial;
    padding: 0px 0px 10px 0px;
  }
}

@media (max-width: 480px) {
  .product-item {
    margin-left: 0%;
  }
}

.product-item .product-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.product-item .product-list {
  background: #fff;
  padding: 13px 15px;
  -webkit-box-shadow: 0 6px 16px rgba(52, 105, 203, 0.16);
          box-shadow: 0 6px 16px rgba(52, 105, 203, 0.16);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 10px;
  width: 108px;
  font-size: 16px;
  position: relative;
  line-height: 20px;
  height: 108px;
  cursor: pointer;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 108px;
          flex: 0 0 108px;
  margin: 15px;
}

.product-item .product-list:nth-child(3n-1) {
  margin-left: 15px;
  margin-right: 15px;
}

@media all and (-ms-high-contrast: none) {
  .product-item .product-list {
    /* IE11 */
  }
  .product-item .product-list *::-ms-backdrop, .product-item .product-list {
    padding: 13px 0;
  }
}

@media (max-width: 1024px), (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
  .product-item .product-list {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 30%;
            flex: 0 0 30%;
    margin: 1.5%;
    height: 184px;
  }
  .product-item .product-list:nth-child(3n-1) {
    margin-left: 1.5%;
    margin-right: 1.5%;
  }
}

@media (max-width: 1024px) {
  .product-item .product-list {
    height: 136px;
  }
}

@media (max-width: 768px) {
  .product-item .product-list {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    margin: 1.5%;
    height: auto;
    width: 20%;
  }
  .product-item .product-list:nth-child(3n-1) {
    margin-left: 1.5%;
    margin-right: 1.5%;
  }
}

@media (max-width: 480px) {
  .product-item .product-list {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 30%;
            flex: 0 0 30%;
    margin: 1.5%;
    height: auto;
  }
  .product-item .product-list:nth-child(3n-1) {
    margin-left: 1.5%;
    margin-right: 1.5%;
  }
}

.product-item .product-list .icon-bg {
  width: 40px;
  height: 40px;
  display: inline-block;
  margin-right: 0px;
  background-image: url(../images/homepage-product-icons-for-need-help.png?v=2);
  background-repeat: no-repeat;
  background-size: 100%;
}

.product-item .product-list .icon-bg.car-insurance {
  background-position: 0% 10.6%;
}

.product-item .product-list .icon-bg.health-insurance {
  background-position: 0% 3.5%;
}

.product-item .product-list .icon-bg.term-life {
  background-position: 0% 0%;
}

.product-item .product-list .icon-bg.inv {
  background-position: 0% 7.19%;
}

.product-item .product-list .icon-bg.ti {
  background-position: 0% 21.5%;
}

.product-item .product-list .icon-bg.two-wheeler-insurance {
  background-position: 0% 14.2%;
}

.product-item .product-list .icon-bg.hi {
  background-position: 0px 82%;
}

.product-item .product-list .icon-bg.ci {
  background-position: 0px 96.3%;
}

.product-item .product-list .icon-bg.pa {
  background-position: 0px 99.8%;
}

.product-item .product-list .icon-bg.group-insurance {
  background-position: 0% 39.1%;
}

.product-item .product-list .icon-bg.cancer {
  background-position: 0px 75%;
}

.product-item .product-list .icon-bg.cv {
  background-position: 0px 85.8%;
}

.product-item .product-list .next {
  border: solid #0065ff;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  display: none;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.product-item .product-list .text {
  width: 100%;
  font-size: 12px;
  text-align: center;
  margin: 10px 0 0 0;
  line-height: 14px;
}

.login-product-wise, .authentication-check {
  position: relative;
}

.login-product-wise .feildwrapper, .authentication-check .feildwrapper {
  width: 50%;
}

@media (max-width: 1024px), (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
  .login-product-wise .feildwrapper, .authentication-check .feildwrapper {
    width: 100%;
    max-width: 70%;
  }
}

@media (max-width: 767px) {
  .login-product-wise .feildwrapper, .authentication-check .feildwrapper {
    max-width: 100%;
  }
}

@media (max-width: 480px) {
  .login-product-wise .feildwrapper, .authentication-check .feildwrapper {
    background: #fff;
    padding: 10px 20px 10px;
    border-radius: 8px;
    max-width: 100%;
    margin-top: 20px;
  }
}

@media (max-width: 360px) {
  .login-product-wise .feildwrapper, .authentication-check .feildwrapper {
    padding: 10px 12px 10px;
  }
}

.login-product-wise .formBox, .authentication-check .formBox {
  padding: 0 0px 30px;
  width: 100%;
}

@media (max-width: 480px) {
  .login-product-wise .formBox, .authentication-check .formBox {
    overflow: initial;
  }
}

.login-product-wise .formBox .formInput, .authentication-check .formBox .formInput {
  background-color: #fff;
  margin-bottom: 24px;
}

.login-product-wise .smalltext, .authentication-check .smalltext {
  font-size: 16px;
  line-height: 24px;
  margin: 15px 0px 32px;
  font-weight: 400;
}

.login-product-wise .auth-tab, .authentication-check .auth-tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: 20px 0 33px;
  position: relative;
}

.login-product-wise .auth-tab.disable:before, .authentication-check .auth-tab.disable:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: transparent;
  z-index: 100;
}

.login-product-wise .auth-tab .gethelpback, .authentication-check .auth-tab .gethelpback {
  color: #0663f6;
  text-decoration: none;
}

.login-product-wise .auth-tab .gethelpback:hover, .authentication-check .auth-tab .gethelpback:hover {
  text-decoration: underline;
}

.login-product-wise .auth-tab .custom-btn, .authentication-check .auth-tab .custom-btn {
  display: inline-block;
  padding: 10px 18px;
  border: 1px solid #253858;
  border-radius: 20px;
  color: #253858;
  font-weight: 500;
  font-size: 14px;
  margin-right: 10px;
  background-color: #fff;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  cursor: pointer;
}

.login-product-wise .auth-tab .custom-btn:hover, .login-product-wise .auth-tab .custom-btn.active, .authentication-check .auth-tab .custom-btn:hover, .authentication-check .auth-tab .custom-btn.active {
  border: 1px solid #0065FF;
  color: #0065FF;
}

.login-product-wise .auth-tab .custom-btn:last-child, .authentication-check .auth-tab .custom-btn:last-child {
  margin-right: 0px;
}

@media screen and (max-width: 480px) {
  .login-product-wise .auth-tab .custom-btn, .authentication-check .auth-tab .custom-btn {
    font-size: 12px;
    padding: 8px 10px;
  }
}

@media screen and (max-width: 360px) {
  .login-product-wise .auth-tab .custom-btn, .authentication-check .auth-tab .custom-btn {
    padding: 10px 8px;
    font-size: 10px;
  }
}

.verifyotp {
  -webkit-box-shadow: 0 6px 16px rgba(52, 105, 203, 0.16);
          box-shadow: 0 6px 16px rgba(52, 105, 203, 0.16);
  padding: 10px;
  border-radius: 8px;
  margin: 20px 0;
  background-color: #fff;
}

.verifyotp .err {
  text-align: center;
  margin-bottom: 10px;
}

.verifyotp .label {
  text-align: CENTER;
  letter-spacing: 0.26px;
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 24px;
}

.verifyotp .form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  margin: 15px ​20px 25px;
  margin-bottom: 20px;
  max-width: 300px;
  margin: 10px auto 20px;
}

@media all and (-ms-high-contrast: none) {
  .verifyotp .form {
    /* IE11 */
  }
  .verifyotp .form *::-ms-backdrop, .verifyotp .form {
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
}

.verifyotp .form .otp-box {
  position: relative;
}

.verifyotp .form .otp-box input:focus + .dot, .verifyotp .form .otp-box input.labelshow + .dot {
  display: none;
}

.verifyotp .form .otp-box .dot {
  position: absolute;
  background: #b4bbc6;
  height: 12px;
  width: 12px;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  z-index: 0;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (max-width: 480px) {
  .verifyotp .form .otp-box .dot {
    height: 8px;
    width: 8px;
  }
}
.verifyotp .form input {
  width: 42px;
  height: 42px;
  border-radius: 8px;
  text-align: center;
  font-size: 24px;
  border: 1px solid #7A869A;
  z-index: 1;
  position: relative;
  background: transparent;
}

.verifyotp .form input::-webkit-input-placeholder {
  position: relative;
  top: 10px;
  color: #ccc;
}

.verifyotp .form input:-ms-input-placeholder {
  position: relative;
  top: 10px;
  color: #ccc;
}

.verifyotp .form input::-ms-input-placeholder {
  position: relative;
  top: 10px;
  color: #ccc;
}

.verifyotp .form input::placeholder {
  position: relative;
  top: 10px;
  color: #ccc;
}
@media screen and (max-width: 568px) {
  .verifyotp .form input {
    width: 40px;
    height: 40px;
  }
}
@media screen and (max-width: 320px) {
  .verifyotp .form input {
    width: 34px;
    height: 34px;
  }
}
.verifyotp .mob-no {
  font-size: 16px;
  display: block;
  text-align: center;
  padding: 10px;
  color: #253858;
  line-height: 24px;
}

@media screen and (max-width: 480px) {
  .verifyotp .mob-no {
    text-align: left;
  }
}

.verifyotp .need-help {
  text-align: center;
  color: #253858;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 16px;
}

.verifyotp .need-help a {
  color: #0065ff;
  text-decoration: none;
}

.verifyotp .need-help a:hover {
  text-decoration: underline;
}

.err {
  font-size: 12px;
  color: #f00;
  margin: 5px 0;
  font-size: 12px;
  color: #f00;
  margin: 5px 0;
  position: absolute;
  bottom: -22px;
}

.otp-error {
  text-align: center;
  font-size: 14px;
  padding: 0 0 10px;
  color: #f00;
}

.need-help-content .iti__flag-container ul {
  width: 300px;
  margin-top: 3px;
}

.need-help-content .iti__flag-container ul li {
  width: 100%;
  font-weight: 400;
  font-size: 14px;
}

@media (max-width: 1024px), (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
  .get-help-popup-close {
    display: none;
  }
  #menu-wrapper, .mob-menu {
    background: #fff;
  }
  body {
    background-color: #F2F7FF;
  }
  .heading {
    margin: 0px 0 10px;
  }
}

@media (max-width: 992px) {
  .need-help-content {
    margin-top: 0px;
  }
  .heading {
    margin: 0px 0 10px;
  }
}

@media (max-width: 320px) {
  .mob-menu .mobile-sign {
    margin: 23px 7px 0 0;
  }
}

.loadingDiv {
  position: relative;
}

.loadingDiv .loaderProcess, .loadingDiv .proceed {
  width: 60%;
}

@media (max-width: 440px) {
  .loadingDiv .loaderProcess, .loadingDiv .proceed {
    font-size: 14px;
    width: 100%;
  }
}

.loadingDiv.otp .loaderProcess, .loadingDiv.otp .proceed, .loadingDiv.otp .btnloading {
  margin: 0px auto 20px;
}

.request_callback_step {
  position: relative;
  padding: 0 40px 20px;
  height: 96%;
  min-height: 500px;
  overflow: auto;
}

@media (max-width: 1024px) {
  .request_callback_step {
    padding: 0 20px 0;
    min-height: auto;
  }
}

@media only screen and (max-width: 440px) {
  .request_callback_step {
    padding: 0 20px 0;
  }
}

@media only screen and (max-width: 320px) {
  .request_callback_step {
    padding: 0 10px 0;
  }
}

@media (max-width: 768px) {
  .request_callback_step {
    padding: 0 20px 0;
  }
}

.request_callback_step .loading {
  background: url(/cdn/images/loading.gif) no-repeat center/contain;
  width: 150px;
  height: 150px;
  text-align: center;
  margin: 0 auto;
}

.request_callback_step .loading.small {
  width: 50px;
  height: 50px;
}

.request_callback_step .one {
  display: block;
  padding: 0px 0px 0 0px;
  width: 70%;
}

@media (max-width: 1024px), (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
  .request_callback_step .one {
    width: 100%;
  }
}

.request_callback_step .one .button {
  -webkit-box-shadow: 0px 3px 6px rgba(52, 105, 203, 0.16);
          box-shadow: 0px 3px 6px rgba(52, 105, 203, 0.16);
  border-radius: 8px;
  background: #fff;
  padding: 24px 10px 24px 54px;
  margin-bottom: 25px;
  display: block;
  color: #333;
  font-size: 16px;
  position: relative;
  display: table;
  text-decoration: none;
  width: 100%;
  line-height: 16px;
  font-weight: 500;
}

.request_callback_step .one .button:after {
  content: "";
  border: solid #0065ff;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  font-family: fontawesome;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  position: absolute;
  right: 15px;
  top: 29px;
}

.request_callback_step .one .button:before {
  position: absolute;
  left: 9px;
  content: ' ';
  height: 40px;
  width: 37px;
  background: url(../../cdn/images/svg/loginmodule.svg) no-repeat;
  top: 11px;
}

.request_callback_step .one .button.buy:before {
  background-position: -10px -175px;
}

.request_callback_step .one .button.existing:before {
  background-position: -10px -225px;
}

@media (max-width: 768px) {
  .request_callback_step .one {
    padding: 0 0px 0;
  }
}

.request_callback_step .two {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.request_callback_step .two .linkswrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  left: -2.2%;
  position: relative;
}

@media (max-width: 1024px) {
  .request_callback_step .two .linkswrap {
    left: 0;
  }
}

.request_callback_step .two .links {
  width: 20%;
  height: 100px;
  border-radius: 8px;
  -webkit-box-shadow: 0px 6px 16px rgba(52, 105, 203, 0.16);
  box-shadow: 0px 6px 16px rgba(52, 105, 203, 0.16);
  background-color: #fff;
  position: relative;
  -webkit-transition: all .1s ease-in-out;
  transition: all .1s ease-in-out;
  text-decoration: none;
  margin: 2% 2.25%;
}

.request_callback_step .two .links .prdIcon-block {
  width: 40px;
  height: 46px;
  margin: 12px auto 8px;
}

.request_callback_step .two .links .prdIcon-block i {
  width: 40px;
  height: 42px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-item-align: end;
      align-self: flex-end;
  margin: 0 auto;
}

.request_callback_step .two .links .prdIcon-block i.home-sprite {
  background-image: url(../../cdn/images/home-v1/home-icon.png?v=7);
  background-repeat: no-repeat;
  background-size: 100%;
}

.request_callback_step .two .links .prdIcon-block i.home-sprite.health-insurance-ico {
  background-position: -1px -80px;
}

.request_callback_step .two .links .prdIcon-block i.home-sprite.term-life-ico {
  background-position: 1px 0px;
}

.request_callback_step .two .links .prdIcon-block i.home-sprite.car-insurance-ico {
  background-position: 1px -244px;
}

.request_callback_step .two .links .prdIcon-block i.home-sprite.two-wheeler-insurance-ico {
  background-position: 3px -320px;
}

.request_callback_step .two .links .prdIcon-block i.home-sprite.travel-insurance-1-ico {
  background-position: 1px -1198px;
}

.request_callback_step .two .links .prdIcon-block i.home-sprite.investment-insurance-ico {
  background-position: 1px -161px;
}

.request_callback_step .two .links .prdIcon-block i.home-sprite.home-insurance-1-ico {
  background-position: 1px -1279px;
}

.request_callback_step .two .links .prdIcon-block i.home-sprite.group-health-insurance-1-ico {
  background-position: 1px -1581px;
}

.request_callback_step .two .links .prdIcon-block i.home-sprite.commercial-insurance-1-ico {
  background-position: 1px -1118px;
}

.request_callback_step .two .links .prdIcon-block i.home-sprite.cancer-insurance-1-ico {
  background-position: 1px -720px;
}

.request_callback_step .two .links span {
  font-size: 12px;
  text-align: center;
  display: block;
  width: 100%;
}

@media only screen and (max-width: 740px) {
  .request_callback_step .two .links span {
    font-size: 11px;
  }
}

.request_callback_step .three .request_heading_multiple, .request_callback_step .four .request_heading_multiple {
  display: block;
}

@media only screen and (max-width: 767px) {
  .request_callback_step .three .request_heading_multiple, .request_callback_step .four .request_heading_multiple {
    margin-top: 50px;
  }
}

.request_callback_step .three .request_heading_multiple .light, .request_callback_step .four .request_heading_multiple .light {
  font-size: 16px;
  line-height: 22px;
  color: #253858;
  margin: 0 0 10px 0px;
  display: block;
}

.request_callback_step .three .request_heading_multiple .light.small, .request_callback_step .four .request_heading_multiple .light.small {
  margin: 0px 0 10px 0;
  font-size: 13px;
  line-height: 22px;
  color: #253858;
  font-weight: 500;
  display: inline-block;
  padding-right: 24px;
  position: relative;
}

.request_callback_step .three .request_heading_multiple .light.small:after, .request_callback_step .four .request_heading_multiple .light.small:after {
  content: "";
  position: absolute;
  height: 1px;
  width: 23px;
  background: #253858;
  top: 12px;
  right: -7px;
}

.request_callback_step .three .request_heading_multiple .medium, .request_callback_step .four .request_heading_multiple .medium {
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
}

.request_callback_step .three {
  display: block;
}

.request_callback_step .three .request_heading_multiple {
  display: block;
}

.request_callback_step .three .request_heading_multiple .light {
  font-size: 16px;
  line-height: 22px;
  color: #253858;
  margin: 0 0 10px 0px;
  display: block;
}

.request_callback_step .three .request_heading_multiple .light.small {
  margin: 0px;
  padding-left: 5px;
  font-size: 13px;
  line-height: 22px;
  color: #253858;
  display: inline-block;
  padding-right: 24px;
  position: relative;
}

.request_callback_step .three .request_heading_multiple .light.small:after {
  content: "";
  position: absolute;
  height: 1px;
  width: 23px;
  background: #253858;
  top: 12px;
  right: -7px;
}

.request_callback_step .three .request_heading_multiple .medium {
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
}

.request_callback_step .three .request_heading_multiple.thankyoubox {
  text-align: center;
  margin-top: 100px;
}

@media only screen and (max-width: 440px) {
  .request_callback_step .three .request_heading_multiple.thankyoubox {
    margin-top: 0;
  }
}

.request_callback_step .three .request_heading_multiple.thankyoubox .imgbox {
  width: 110px;
  height: 110px;
  margin: 0px auto;
  background: url(../../cdn/images/thanks_icon.png);
  background-size: contain;
}

@media only screen and (max-width: 767px) {
  .request_callback_step .three .request_heading_multiple.thankyoubox .imgbox {
    width: 110px;
    height: 70px;
    margin: 0px auto;
    background: url(../../cdn/images/thanks_icon.png);
    background-position: 0 -20px;
    background-size: 100%;
  }
}

.request_callback_step .three .request_heading_multiple.thankyoubox .heading {
  font-size: 24px;
  line-height: 34px;
  margin: 15px;
  font-weight: 500;
  margin-bottom: 20px;
}

@media only screen and (max-width: 375px) {
  .request_callback_step .three .request_heading_multiple.thankyoubox .heading {
    font-size: 16px;
    line-height: 30px;
    margin: 15px;
    padding: 0;
  }
}

.request_callback_step .three .request_heading_multiple.thankyoubox .subtext {
  font-size: 16px;
  line-height: 32px;
  margin: 0 0 20px 0;
}

.request_callback_step .three .request_heading_multiple.thankyoubox .referance_no {
  font-size: 12px;
  color: #7A869A;
  display: block;
  margin-bottom: 20px;
}

.request_callback_step .three .request_heading_multiple.thankyoubox .backtohome {
  background: #0065FF;
  border-radius: 8px;
  -webkit-box-shadow: 0px 6px 16px rgba(52, 105, 203, 0.16);
          box-shadow: 0px 6px 16px rgba(52, 105, 203, 0.16);
  max-width: 160px;
  margin: 20px auto;
  font-size: 12px;
}

@media only screen and (max-width: 440px) {
  .request_callback_step .three .request_heading_multiple.thankyoubox .backtohome {
    max-width: 300px;
  }
}

.request_callback_step .three .dateslot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  margin: 0px auto 0px;
  list-style: none;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  overflow: auto;
  /* Track */
  /* Handle */
  /* Handle on hover */
}

.request_callback_step .three .dateslot::-webkit-scrollbar {
  width: 0px;
}

.request_callback_step .three .dateslot::-webkit-scrollbar-track {
  background: transparent;
}

.request_callback_step .three .dateslot::-webkit-scrollbar-thumb {
  background: transparent;
}

.request_callback_step .three .dateslot::-webkit-scrollbar-thumb:hover {
  background: transparent;
}

@media only screen and (max-width: 640px) {
  .request_callback_step .three .dateslot {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}

.request_callback_step .three .dateslot li {
  margin-right: 8px;
  margin-top: 10px;
}

@media only screen and (max-width: 640px) {
  .request_callback_step .three .dateslot li {
    margin-top: 0px;
  }
}

@media (max-width: 1024px) {
  .request_callback_step .three .dateslot li {
    margin: 5px;
  }
}

.request_callback_step .three .dateslot li:last-child {
  margin-right: 0px;
}

.request_callback_step .three .dateslot li a {
  background: #fff;
  color: #253858;
  border: 1px solid #5E6C84;
  padding: 10px;
  border-radius: 8px;
  font-size: 12px;
  font-weight: 600;
  display: inline-block;
  -webkit-transition: all .15s ease-in-out 0s;
  transition: all .15s ease-in-out 0s;
  width: auto;
  text-align: center;
  text-decoration: none;
}

@media (max-width: 568px) {
  .request_callback_step .three .dateslot li a {
    min-width: 100px;
  }
}

.request_callback_step .three .dateslot li a:hover, .request_callback_step .three .dateslot li a.active {
  background: #253858;
  color: #fff;
  border: 1px solid #253858;
}

.request_callback_step .three .timeslot {
  margin-top: 30px;
}

.request_callback_step .three .slotbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  margin: 10px auto 20px;
  list-style: none;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
}

.request_callback_step .three .slotbox.fixed {
  padding-bottom: 20px;
}

@media only screen and (max-width: 740px) {
  .request_callback_step .three .slotbox {
    padding-bottom: 20px;
  }
}

@media only screen and (max-width: 640px) {
  .request_callback_step .three .slotbox {
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
  }
}

.request_callback_step .three .slotbox li {
  margin: 1%;
  width: 30%;
  min-width: 140px;
}

.request_callback_step .three .slotbox li a {
  background: #fff;
  color: #253858;
  border: 1px solid #E8EAEE;
  padding: 14px 7px;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 500;
  display: inline-block;
  -webkit-transition: all .15s ease-in-out 0s;
  transition: all .15s ease-in-out 0s;
  letter-spacing: -0.5px;
  width: 100%;
  text-align: center;
  text-decoration: none;
}

.request_callback_step .three .slotbox li a.disable {
  background: #f9f9f9;
  border: 1px solid #f3f1f1;
  color: #ccc;
  cursor: pointer;
}

.request_callback_step .three .slotbox li a.disable:hover, .request_callback_step .three .slotbox li a.disable.active {
  background: #f9f9f9;
  border: 1px solid #f3f1f1;
  color: #ccc;
}

.request_callback_step .three .slotbox li a:hover, .request_callback_step .three .slotbox li a.active {
  background: #253858;
  color: #fff;
  border: 1px solid #253858;
}

@media (max-width: 1024px) {
  .request_callback_step .three .slotbox li {
    width: 18%;
  }
}

@media (max-width: 768px) {
  .request_callback_step .three .slotbox li {
    margin: 0.5%;
    width: 31%;
  }
}

@media only screen and (max-width: 568px) {
  .request_callback_step .three .slotbox li {
    margin: 1%;
    min-width: 135px;
    width: 46%;
  }
  .request_callback_step .three .slotbox li a {
    font-size: 11px;
  }
}

@media only screen and (max-width: 360px) {
  .request_callback_step .three .slotbox li {
    margin: 1%;
    min-width: 130px;
  }
  .request_callback_step .three .slotbox li a {
    font-size: 10px;
  }
}

.request_callback_step .three .loadingDiv.btnloading {
  position: relative;
  background: #0065FF;
  border-radius: 8px;
  color: #fff;
  padding: 7px;
  margin: 0;
  display: block;
  width: 50%;
  text-align: center;
  text-decoration: none;
  min-height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.request_callback_step .three .loadingDiv.btnloading:after {
  top: 12px !important;
}

@media (max-width: 568px) {
  .request_callback_step .three .loadingDiv.btnloading {
    width: 96%;
  }
}

.request_callback_step .three .schedule, .request_callback_step .three .backtohome {
  background: #0065FF;
  border-radius: 8px;
  color: #fff;
  padding: 15px;
  margin: 0;
  display: block;
  width: 50%;
  text-align: center;
  text-decoration: none;
}

@media (max-width: 568px) {
  .request_callback_step .three .schedule, .request_callback_step .three .backtohome {
    width: 96%;
  }
}

.request_callback_step .three .schedule.disable, .request_callback_step .three .backtohome.disable {
  background: #ccc;
  border: none;
  cursor: auto;
}

.request_callback_step .request_heading {
  padding: 0 0 30px 0;
  font-size: 24px;
  line-height: 22px;
  color: #253858;
}

.request_callback_step .request_heading.light {
  font-weight: 500;
}

.request_callback_step .request_heading.medium {
  font-weight: 600;
  padding: 0;
  display: block;
  width: 100%;
  font-size: 20px;
  margin-bottom: 22px;
}

@media only screen and (max-width: 480px) {
  .request_callback_step .request_heading.medium {
    padding-left: 3%;
  }
}

@media only screen and (max-width: 568px) {
  .request_callback_step .request_heading {
    padding: 0 0 20px 0;
    font-size: 20px;
  }
}

.availble-slots {
  background: #fff;
  width: 50%;
  margin: 20px 0 0;
  padding: 20px 5px 20px 20px;
  border-radius: 8px;
}

@media (max-width: 1024px), (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
  .availble-slots {
    width: 100%;
  }
}

@media (max-width: 568px) {
  .availble-slots {
    padding: 20px 10px;
  }
}

.thanks {
  display: block;
  width: 47%;
  background: #fff;
  border-radius: 8px;
  padding: 20px;
}

@media (max-width: 1024px), (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
  .thanks {
    width: 96%;
    margin-left: auto;
    margin-right: auto;
  }
}

.thanks .thankyoubox {
  margin: 0px !important;
}

.thanks .app_info {
  background-color: #F2F7FF;
  display: block;
  padding: 10px;
  border-radius: 8px;
  text-align: left;
}

.thanks .app_info .date_time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 6px;
  font-size: 14px;
  font-weight: 500;
  margin: 10px 0 5px;
}

@media (max-width: 568px) {
  .thanks .app_info .date_time {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.thanks .app_info .date_time .date {
  padding-left: 40px;
}

.thanks .app_info .date_time .date, .thanks .app_info .date_time .time {
  position: relative;
}

.thanks .app_info .date_time .date::before, .thanks .app_info .date_time .time::before {
  width: 30px;
  height: 30px;
  content: "";
  position: absolute;
  left: 0px;
}

.thanks .app_info .date_time .date.date:before, .thanks .app_info .date_time .time.date:before {
  background: url(../../cdn/images/date.svg) no-repeat 0 0;
  background-size: 100%;
  top: -5px;
}

.thanks .app_info .date_time .date.time:before, .thanks .app_info .date_time .time.time:before {
  background: url(../../cdn/images/time.svg) no-repeat 0 0;
  background-size: 100%;
  top: -5px;
  left: -40px;
}

@media (max-width: 568px) {
  .thanks .app_info .date_time .date, .thanks .app_info .date_time .time {
    padding: 15px 0px 15px 45px;
  }
  .thanks .app_info .date_time .date.date:before, .thanks .app_info .date_time .date.time:before, .thanks .app_info .date_time .time.date:before, .thanks .app_info .date_time .time.time:before {
    top: 8px;
  }
  .thanks .app_info .date_time .date.time:before, .thanks .app_info .date_time .time.time:before {
    left: 0px;
  }
}

@media only screen and (max-width: 568px) {
  #step5 .request_heading_multiple {
    margin: 0px;
  }
}

.loadingDiv {
  position: relative;
}

.loadingDiv .loaderProcess, .loadingDiv .proceed, .loadingDiv .btnloading {
  width: 60%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #0663f6;
  color: #fff;
  padding: 18px;
  display: block;
  text-align: center;
  border-radius: 8px;
  margin-top: 15px;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  position: relative;
  min-height: 54px;
}

@media (max-width: 568px) {
  .loadingDiv .loaderProcess, .loadingDiv .proceed, .loadingDiv .btnloading {
    width: 96%;
  }
}

@media (max-width: 440px) {
  .loadingDiv .loaderProcess, .loadingDiv .proceed, .loadingDiv .btnloading {
    font-size: 14px;
    width: 100%;
  }
}

.loadingDiv.otp .loaderProcess, .loadingDiv.otp .proceed {
  margin: 0px auto 20px;
}

.loader {
  margin: 10px auto;
  font-size: 10px;
  position: relative;
  text-indent: -9999em;
  border-top: 4px solid rgba(255, 255, 255, 0.2);
  border-right: 4px solid rgba(255, 255, 255, 0.2);
  border-bottom: 4px solid rgba(255, 255, 255, 0.2);
  border-left: 4px solid #0663f6;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
}

.loader.big {
  position: absolute;
  top: 44%;
  left: 42%;
  -webkit-transform: translate(-44%, -42%);
  transform: translate(-44%, -42%);
  width: 6em;
  height: 6em;
}

.loader, .loader:after {
  border-radius: 50%;
  width: 3em;
  height: 3em;
}

@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.loader1 {
  margin: 0 auto;
  font-size: 8px;
  position: relative;
  text-indent: -9999em;
  border-top: 2px solid rgba(255, 255, 255, 0.2);
  border-right: 2px solid rgba(255, 255, 255, 0.2);
  border-bottom: 2px solid rgba(255, 255, 255, 0.2);
  border-left: 2px solid #fff;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load9 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
}

.loader1, .loader1:after {
  border-radius: 50%;
  width: 3em;
  height: 3em;
}
/*# sourceMappingURL=need-help.css.map */