/* reset CSS :: Start */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1.4;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* reset CSS :: End */

/*** Global CSS :: Start ***/
@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url(https://example.com/MaterialIcons-Regular.eot); /* For IE6-8 */
  src: local('Material Icons'),
    local('MaterialIcons-Regular'),
    url(https://example.com/MaterialIcons-Regular.woff2) format('woff2'),
    url(https://example.com/MaterialIcons-Regular.woff) format('woff'),
    url(https://example.com/MaterialIcons-Regular.ttf) format('truetype');
}
.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 20px;  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;

  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;

  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;

  /* Support for IE. */
  font-feature-settings: 'liga';
}

body{
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  line-height:1.4;
  background:#fff;
  color:#212121;
  font-weight: 400;
}
strong, b{
  font-weight:700;
}
button:focus{
  outline: none;
}
a{
  color: #0074BA;
  text-decoration: none;
  transition: 0.4s;
}
a:hover, a:focus{
  color: #69BD45;
  text-decoration: none;
  transition: 0.4s;
}
img{
  max-width: 100%;
}
h1, h2, h3, h4, h5, h6{
  font-weight: 700;
}
h1{
  font-size: 36px;
}
h2{
  font-size: 30px;
}
h3{
  font-size: 26px;
}
h4{
  font-size: 22px;
}
h5{
  font-size: 18px;
}
h6{
  font-size: 15px;
}
p{
  line-height: 1.6;
  margin: 0 0 20px;
}

thead{
  background: #fff;
  font-weight: 600;
}
.table td, .table th{
  padding: .5rem;
}

.no-border{border: none !important;}

.custom-file-input:lang(en)~.custom-file-label::after{
  content: "Browse";
}
.custom-file-label::after{
  padding: .375rem .475rem;
}

.custom-file-input{
  cursor: pointer;
}

.mb-60{
  margin: 0 0 60px !important;
}

.width-full{width: 100% !important;}
.width-half{width: 50% !important;}
.width-50{width: 50px !important;}
.width-70{width: 70px !important;}
.width-100{width: 100px !important;}
.min-width-100{min-width: 100px !important}
.min-width-150{min-width: 150px !important}
.min-width-200{min-width: 200px !important}
.min-width-250{min-width: 250px !important}
.min-width-300{min-width: 300px !important}

.bg-light{background: #f2f2f2;}
.bg-white{background: #fff;}

.btn{
  font-size: 20px;
  line-height: 1.8;
  font-weight: 500;
  border: 1px solid transparent;
  height: 60px;
  padding: 10px 20px;
  border-radius: 0;
}
.btn.btn-sm{
  font-size: 16px;
  height: 42px;
  padding: 5px 15px;
}

.btn-theme-primary{
  color: #fff;
  background: #0074BA;
}
.btn-theme-primary:hover{
  color: #fff;
  background: #016bae;
}
.btn-theme-secondary{
  color: #fff;
  background: #e86f40;
}
.btn-theme-secondary:hover{
  color: #fff;
  background: #d9693c;
}
.btn-primary-outline{
  border: 2px solid #016bae;
  color: #016bae;
}
.btn-primary-outline:hover{
  border: 2px solid #016bae;
  color: #016bae;
}
.btn-dark-outline{
  border: 2px solid #000000;
  color: #000000;
}
.btn-dark-outline:hover{
  border: 2px solid #000000;
  color: #000000;
}

.btn.focus, .btn:focus{
  box-shadow: none;
}

.f-12{font-size: 12px;}
.f-13{font-size: 13px;}
.f-14{font-size: 14px;}
.f-15{font-size: 15px;}
.f-16{font-size: 16px;}

.title-lg{
  font-size: 36px;
  font-weight: 600;
  line-height: 1.2;
  margin: 0 0 10px;
}
.title-md{
  font-size: 30px;
  font-weight: 600;
  line-height: 1.2;
  margin: 0 0 10px;
}
.title-md{
  font-size: 24px;
  font-weight: 600;
  line-height: 1.2;
  margin: 0 0 10px;
}
.text-primary{
  color: #0074BA !important;
}

label{
  margin: 0 0 5px;
}
.form-control {
  padding: 12px !important;
  line-height: 1.2;
  height: 48px;
}
.contact-form label{
  margin: 0 0 10px;
}
.contact-form .form-control {
  background: #fff;
  min-height: 44px;
  border-radius: 44px;
  padding: 10px 15px !important;
  resize: none;
}
.contact-form textarea{
  height: 120px;
  border-radius: 12px !important;
}
.contact-form .btn-theme-primary{
  height: 48px;
  line-height: 1.2;
}
.verification-input .form-control{
    text-align:center;
}
.input-group-text {
  height: 32px;
}
.custom-control-label::before{
  top: 1px;
}
.custom-control-label::after{
  top: 1px;
}

.page-wrap{
  padding: 0 0 60px;
}
.page-wrap.inner{
  padding: 60px 0;
  background: #fff;
  min-height: calc(100vh - 151px);
}

.radio-btn-group{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
span.radio-btn {
  height: 60px;
  min-width: 120px;
  padding: 5px 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #016bae;
  border-radius: 60px;
  position: relative;
  margin: 0 10px;
  font-size: 20px;
  color: #0074BA;
  font-weight: 500;
}
span.radio-btn.yes.selected {
  color: #fff;
  background: #2ECC71;
  border: 2px solid #2ECC71;
}
span.radio-btn.no.selected {
  color: #fff;
  background: #E74C3C;
  border: 2px solid #E74C3C;
}
span.radio-btn.maybe.selected {
  color: #fff;
  background: #f1c40f;
  border: 2px solid #f1c40f;
}
.radio-btn .radio-input {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 0;
  z-index: 0;
  cursor: pointer;
  height:100%;
  width:100%;
}
.btn-logout{
  display: flex;
  align-items: center;
}
.btn-logout .material-icons{
  margin-right: 5px;
}
.custom-browse {
  position: relative;
}
.custom-browse .file-input {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 0;
  cursor: pointer;
  width: 100%;
}
.spinner-border.loader {
    width: 20px;
    height: 20px;
    border: 2.5px solid #0074BA;
    border-right-color: transparent;
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}
/*** Global CSS :: End ***/

/*** Header CSS :: Start ***/
header{
  background: #fff;
  padding: 10px 0;
  border-bottom: 1px solid #ddd;
  min-height: 60px;
}
.header-wrap{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header-actions{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header-actions .btn {
  height: 42px;
  padding: 5px 10px;
  font-size: 16px;
}
.header-actions a.dropdown-item {
  padding: 12px 20px;
}
.lang img{
    height:20px;
    width: 20px;
    margin-right:10px;
}
/*** Header CSS :: End ***/

/*** Top Banner :: Start ***/
.top-banner{
  position: relative;
  background: #0074BA;
  color: #fff;
  padding: 40px 15px;
  text-align: center;
}
.wave-shape{
  position: absolute;
  left: 0;
  right: 0;
  bottom: -26px;
  width: 100%;
  height: 40px;
}
.top-banner h1{
  line-height: 1.6;
  margin: 0;
}

.referral-block {
  font-size: 22px;
}
.referral-block img{
  margin: 0 5px;
  display: inline-block;
}
.top-banner-carousal .referral-block{
    font-size:36px;
    font-weight:600;
}
/*** Top Banner :: End ***/

.question-wrap {
  max-width: 930px;
  margin: 0 auto 60px;
  padding: 0 20px;
}
ul.question-count {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 0 0 40px;
}
ul.question-count li{
  height: 42px;
  width: 42px;
  line-height: 40px;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  border-radius: 42px;
  background: #fff;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  margin: 0 15px;
  border: 2px solid transparent;
}
ul.question-count li.done{
  background: #e86f40;
  color: #fff;
}
ul.question-count li.active{
  background: #fff;
  color: #0074BA;
  border: 2px solid #0074BA;
}
.question-block{
  margin-bottom: 60px;
}
.question-block .que-text{
  font-size: 36px;
  font-weight: 500;
  display: inline-block;
  margin-bottom: 20px;
}
.question-block .icon-font{
  font-size: 42px;
  color: #0074BA;
  transform: translateY(7px);
}
.question-block .theme-input {
  display: inline-block;
  border: none;
  border-bottom: 2px solid #0074BA;
  color:#212121;
  width: 100%;
  max-width: 340px;
  text-align: center;
  font-size: 36px;
  font-weight:500;
  margin: 0 10px;
  border-radius: 0;
}
.theme-input-group{
  position: relative;
  display: inline-block;
}
.theme-input-group #err-msg {
  position: absolute;
  left: 0;
  right: 0;
  font-size: 14px;
  line-height: 1;
  bottom: -20px;
}
.contact-form label.error {
    color: red;
    font-size: 14px;
}
.question-block .theme-input.name{
  max-width: 380px;
}
.question-block .theme-input#m_status{
    max-width:220px !important;
}
.que-input-wrap{
    position:relative;
    display:inline-block;
}
.que-input-wrap .spinner-border{
    position:absolute;
    top:0;
    bottom:0;
    right:0;
    margin:auto;
}
.question-block.salary .que-text {
  width: 410px;
  text-align: right;
}
.theme-input::placeholder {
  font-size: 36px;
  font-weight:500;
}
.theme-input::-moz-placeholder {
  font-size: 36px;
  font-weight:500;
}
.theme-input:focus {
  border: none;
  outline: none;
  border-bottom: 2px solid #0074BA;
}

#child_count.theme-input {
  width: 120px !important;
}

.profile-pic-frame {
  width: 300px;
  height: 300px;
  border: 1px solid #000;
  margin: 40px auto 20px;
  position: relative;
}
.profile-pic-frame #imgPreview {
  width: 100%;
  height: 100%;
  object-fit:cover;
}
.pic-action .btn{
  margin: 0 10px;
  position: relative;
}

.question-action{
  text-align: center;
}
.question-action .btn{
  min-width: 200px;
  margin: 0 15px;
}

.whatsapp-btn {
  background: rgba(30, 190, 165, 1);
  color: #fff;
  border-radius: 48px;
  padding: 8px 15px;
  height: auto;
  margin-bottom: 60px;
}
.whatsapp-btn:hover {
  box-shadow: 0 5px 8px rgba(0, 0, 0, 0.16);
  color: #fff;
}
.whatsapp-btn img {
  height: 42px;
  margin-right: 5px;
}
.referrals-page .whatsapp-btn{
  margin: 60px 0 0;
}

.refer-friend-block{
  padding: 30px;
  background: rgba(245, 117, 67, 0.1);
  border-radius: 12px;
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}
.refer-friend-block h4{
  font-size: 30px;
  color: #0074BA;
  margin: 0 0 20px;
}
.refer-by-wrap{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 20px 0 0;
}
.refer-by-wrap .refer-by{
  display: inline-block;
  padding: 5px;
  margin: 0 20px 15px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.2;
  color: #000;
  transition: 0.4s;
}
.refer-by-wrap .refer-by img{
  margin: 0 0 5px;
}
.refer-by-wrap .refer-by:hover img{
  transform: scale(1.05);
}

.preview-text{
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 20px;
  display: block;
}
.question-block .icon-font{
  font-size: 38px;
}
.preview-text .value{
  color: #0074BA;
  font-weight: 700;
}
.preview-data .profile-pic{
  height: 140px;
  margin: 0 0 20px;
}

.thank-you-wrap{
  margin: 90px 0 60px;
}
.thank-you-wrap h2{
  font-size: 36px;
}
.thank-you-wrap h4{
  font-size: 24px;
  margin: 0 0 60px
}

.about-text{
  padding-right: 60px;
}

/*** Footer :: Start ***/
.footer-top {
  background: rgba(0, 116, 186, 0.12);
  padding: 10px 0;
  color: #212121;
  font-weight: 500;
}
.footer-bottom {
  background: #212121;
  padding: 12px 0;
  color: #f8f8f8;
  font-size: 13px;
}
.footer-bottom .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
ul.footer-nav {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
ul.footer-nav li{
  margin-right: 14px;
  padding-right: 14px;
  border-right: 1px solid #f8f8f8;
}
ul.footer-nav li:last-child{
  margin-right: 0;
  padding-right: 0;
  border-right: none;
}
ul.footer-nav li a{
  color: #F8F8F8;
  font-size: 13px;
  line-height: 1;
}
.refcounter {
  text-align: center;
  padding: 10px 0 0;
}
.refcounter .refCount, .refcounter .tot_earn {
  font-weight: 700;
  color:#0074BA;
}
/*** Footer :: End ***/

.modal-body{
  padding: 30px;
}
.verification-dialog .whatsapp-img{
  height: 48px;
  margin: 0 0 20px;
}
.verification-input{
  max-width: 300px;
  margin: 0 auto 20px;
}
.verification-input lable{
  margin: 0 0 10px;
  display: block;
  font-weight: 500;
}

.admin-login-wrap {
  background: #fff;
  padding: 30px;
  max-width: 480px;
  margin: auto;
  border-radius: 12px;
  box-shadow: 0 0 15px rgb(0 0 0 / 15%);
}
.bonus-input .form-control{
  min-width: 90px;
  max-width: 90px;
  padding: 5px 10px !important;
  height: 38px;
}
.bonus-input .input-group-text{
  height: 38px;
}
.user-detail-dialog .preview-text{
  font-size: 20px;
}
.user-detail-dialog .preview-data .profile-pic{
  height: 100px;
}

@media only screen and (max-width:767px){
  .page-wrap.inner{
    padding: 40px 0;
  }
  .header-wrap{
    flex-wrap: wrap;
  }
  .header-wrap .logo {
    width: 100%;
    text-align: center;
    margin: 0 0 15px;
  }
  .header-actions{
    width: 100%;
  }
  
  .wave-shape{
    bottom: -22px;
    height: 40px;
  }
  .top-banner h1{
    font-size: 30px;
    line-height: 1.4;
  }
  
  .top-banner-carousal .referral-block{
      font-size:20px;
  }

  .question-block .theme-input{
    font-size: 21px;
  }
  .theme-input::placeholder {
      font-size: 22px;
    }
    .theme-input::-moz-placeholder {
      font-size: 22px;
    }

  .question-block .que-text{
    font-size: 22px;
    margin-bottom: 10px;
  }
  .question-block.salary .que-text{
    max-width: 100%;
    text-align: center;
  }

  .question-div{
    display: block;
    margin: 0 0 25px;
  }
  .question-block .theme-input,
  .question-block .theme-input.name{
    max-width: 100%;
    margin: 0;
  }
  #que2 .question-div{
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    margin: 20px 0;
  }
  #que2 .question-div .que-text{
    width: 45%;
    margin: 0;
    text-align: left;
  }
  #que2 .question-div.country .que-text,
  #que2 .question-div.children .que-text{
      width:40%;
  }
  #que2 .question-div .theme-input{
    width: 100%;
    margin: 0 10px;
  }
  #que2 .question-div .que-input-wrap{
      width:55%;
  }
  #que2 .question-div.country .que-input-wrap{
      width:60%;
  }
  #que2 .question-div.children .que-input-wrap{
      width:40%;
  }
  ul.question-count li{
      margin:0 10px;
  }
  .question-action {
    display: flex;
    flex-wrap: nowrap;
  }
  .question-action .btn {
    width: 100%;
    min-width: 140px;
    margin: 0 10px;
    height: 48px;
    padding: 5px 10px;
    font-size: 18px;
  }
  span.radio-btn{
    margin: 0 10px 15px;
    height: 48px;
    padding: 5px 10px;
    font-size: 18px;
  }

  .refer-friend-block{
    border-radius: 0;
    margin: 0 auto;
  }
  .refer-friend-block h4{
    font-size: 24px;
  }
  .refer-by-wrap .refer-by img{
    height: 52px;
  }
  .refer-by-wrap .refer-by{
    font-size: 15px;
  }

  .preview-text{
    font-size: 20px;
    display: block;
  }
  /* .question-block .icon-font{
    font-size: 24px;
  } */

  .about-text{
    padding-right: 0;
  }

  .footer-bottom .container{
    flex-wrap: wrap;
  }
  .footer-bottom .container .left,
  .footer-bottom .container .right{
    width: 100%;
    text-align: center;
  }
  .footer-bottom .container .left{
    margin: 0 0 15px;
  }
  ul.footer-nav{
    justify-content: center;
  }
}
#resend {
  color: blue;
    cursor: pointer;
}