/* ----- Typography ----- */
/* body {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.625;
    color: #666;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background:transparent;
} */
@font-face {
    font-family: 'Nunito';
    src: url("../../fonts/Nunito/Nunito-Light.eot");
    src: url("../../fonts/Nunito/Nunito-Light.eot?#iefix") format("embedded-opentype"), url("../../fonts/Nunito/Nunito-Light.woff2") format("woff2"), url("../../fonts/Nunito/Nunito-Light.woff") format("woff"), url("../../fonts/Nunito/Nunito-Light.ttf") format("truetype");
    font-weight: 300;
    font-style: normal;
  }
  
  @font-face {
    font-family: 'Nunito';
    src: url("../../fonts/Nunito/Nunito-Bold.eot");
    src: url("../../fonts/Nunito/Nunito-Bold.eot?#iefix") format("embedded-opentype"), url("../../fonts/Nunito/Nunito-Bold.woff2") format("woff2"), url("../../fonts/Nunito/Nunito-Bold.woff") format("woff"), url("../../fonts/Nunito/Nunito-Bold.ttf") format("truetype");
    font-weight: bold;
    font-style: normal;
  }
  
  @font-face {
    font-family: 'Nunito';
    src: url("../../fonts/Nunito/Nunito-SemiBold.eot");
    src: url("../../fonts/Nunito/Nunito-SemiBold.eot?#iefix") format("embedded-opentype"), url("../../fonts/Nunito/Nunito-SemiBold.woff2") format("woff2"), url("../../fonts/Nunito/Nunito-SemiBold.woff") format("woff"), url("../../fonts/Nunito/Nunito-SemiBold.ttf") format("truetype");
    font-weight: 500;
    font-style: normal;
  }
  
  @font-face {
    font-family: 'Nunito';
    src: url("../../fonts/Nunito/Nunito-Regular.eot");
    src: url("../../fonts/Nunito/Nunito-Regular.eot?#iefix") format("embedded-opentype"), url("../../fonts/Nunito/Nunito-Regular.woff2") format("woff2"), url("../../fonts/Nunito/Nunito-Regular.woff") format("woff"), url("../../fonts/Nunito/Nunito-Regular.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
  }
  /* Typography */
body {
    font-size: 1rem;
    font-family: "Nunito", sans-serif;
    font-weight: initial;
    line-height: normal;
    -webkit-font-smoothing: antialiased;
  }
  .d-inline {
    display: inline !important;
  }
  
  .d-inline-block {
    display: inline-block !important;
  }
  
  .d-block {
    display: block !important;
  }
  .form-group label {
    font-size: 0.88rem;
    line-height: 1.4rem;
    vertical-align: top;
}
.form-group input[type=text]:focus, .form-group input[type=text] {
    font-size: 0.88rem !important;
}
/* for logo start */
.navbar-brand-wrapper {
    background: #ffffff;
    transition: width 0.25s ease, background 0.25s ease;
    -webkit-transition: width 0.25s ease, background 0.25s ease;
    -moz-transition: width 0.25s ease, background 0.25s ease;
    -ms-transition: width 0.25s ease, background 0.25s ease;
    width: 235px;
    height: 60px;
}
.navbar-brand-wrapper .navbar-brand {
    color: #27367f;
    font-size: 1.5rem;
    margin-right: 0;
    padding: 0.25rem 0;
}
.navbar-brand-wrapper .navbar-brand img {
    max-width: 100%;
    /* max-height: 48px; */
    margin: auto;
    vertical-align: middle;
    width: 120px;
    padding-top: 24px;
}
/* for logo end */
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #000;
    font-weight: 500;
    margin: 0;
    line-height: 1.2;
}

h2 {
    font-size: 2.3rem;
    letter-spacing: 2.0px; 
    line-height: 150%;
    color: #000;
    font-weight: 900;
}



h3 {
    font-size: 30px;
}

h4 {
    font-size: 1.5rem;
}

h5 {
    font-size: 0.88rem;
}

h6 {
    font-size: 1px;
}

blockquote {
    margin: 0;
}

strong {
    font-weight: 700;
}
/*-----------------------------------------------------*/
/*                   ELEMENTS                          */
/*-----------------------------------------------------*/
/* ----- Title ----- */
.title--sbold {
    font-weight: 600;
}

.title-1 {
    text-transform: capitalize;
    font-weight: 400;
    font-size: 30px;
}

.title-2 {
    text-transform: capitalize;
    font-weight: 400;
    font-size: 24px;
    line-height: 1;
}

.title-3 {
    text-transform: capitalize;
    font-weight: 400;
    font-size: 24px;
    color: #333;
}

.title-3 i {
    margin-right: 13px;
    vertical-align: baseline;
}

.title-4 {
    font-weight: 500;
    font-size: 30px;
    color: #393939;
}

.title-5 {
    text-transform: capitalize;
    font-size: 22px;
    font-weight: 500;
    color: #393939;
}

.title-6 {
    font-size: 24px;
    font-weight: 500;
    color: #fff;
}

.heading-title {
    font-size: 24px;
    font-weight: 500;
    color: #333;
    text-transform: capitalize;
    margin-bottom: 10px;
}

/* ----- Links ----- */
a {
    display: inline-block;
    /* color: #666; */
    color: #0091e1;
    font-size: 0.88rem;
    text-decoration: none;
}

a:hover,
a:focus,
a:active {
    text-decoration: underline;
    outline: none;
    color: #000;
}

a:hover,
a {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

/*Page Objects*/
.page-wrapper {
    overflow: hidden;
}
.header-desktop4 {
    -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 999;
    background: #fff;
}

@media (max-width: 991px) {
    .header-desktop4 {
        position: static;
    }
}

.header4-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
/* .header__logo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    z-index: 3;
} */
.header__logo img {
    /* margin: 2px 0 0 15px;
    width: 70%; */
    /* width: 9%;
    height: auto; */
}










/* sign up css starts */
     /* sign up css starts */
     .signup-list {
        list-style: none;
    }
    .box, .active-box {
        padding: 20px 5px;
        border: 1px solid #dadada;
        border-radius: 4px;
        text-align: center;
        font-size: 0.75rem;
        width: 110px;
        height: 100px;
    }
    .active-box {
        border: 1px solid #dadada;
    }
    .active-border {
        border: 1px solid #ff4b5a;
    }
    .active-box a, .box a {
        color: #666666;
    }
    .seprator {
        width: 1px;
        opacity: .8;
        background-color: #858f96;
        margin: 0 71px;
    }
    .btm-border {
        border-width: 0 0 1px;
        border-bottom: solid 1px #858f96;
        padding-bottom: 6px;
        padding-left: 5px;
        background: none;
        color: #858f96;
        font-weight: 500;
        font-size: 0.88rem;
        border-radius: 0px;
    }
    /* input:focus {
        background: none !important;
    } */
    .search-border {
        border-width: 0 0 1px;
        border-bottom: solid 1px #ddd;
        padding-bottom: 6px;
        background: none;
        font-weight: 300;
        width: 93%;
        margin-bottom: 20px;
        font-size: 0.88rem;
        font-style: italic;
    }
    input:placeholder {
        color: #ddd;
    }
    .faa {
          padding: 20px;
          font-size: 30px;
          width: 50px;
          text-align: center;
          text-decoration: none;
          margin: 5px 2px;
    }

    .fa:hover {
        opacity: 0.7;
    }

    .fa-facebook {
      background: #3B5998;
      color: white;
    }

    .fa-content {
        font-size: 16px;
        font-weight: 500;
        letter-spacing: .21px;
        margin-left: 6px;
        margin-right: 6px;
        vertical-align: top;
        line-height: 48px;

    }

    .fa-google {
      background: #dd4b39;
      color: white;
    }
    .facebook {
        
    }
    .error_text {
     margin:0px;
     color:#ff4b5a; 
     font-weight:normal;
     font-size:0.75rem;
    }
    .btn {
        display: inline-block;
        font-weight: 400;
        color: #1F1F1F;
        text-align: center;
        vertical-align: middle;
        user-select: none;
        background-color: transparent;
        border: 1px solid transparent;
        padding: 0.875rem 1.5rem;
        font-size: 0.875rem;
        line-height: 1;
        border-radius: 0.1875rem;
        transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
      }
    .btn-primary {
        background: #0091e1;
        border-radius: 4px;
        text-align: center;
        /* padding: 12px 15px; */
        font-size: 0.88rem;
        /* border: 1px solid #0091e1; */
        color: #fff;
        cursor: pointer;
        border: none transparent !important;
        outline: none transparent !important;
      }
      
      .btn-primary:hover {
        color: #fff;
        /* background-color: #3f3e91;
        border-color: #3b3a88; */
      }
      
      .btn-primary:focus,  .btn-primary.focus{
        color: #fff;
        /* background: #e65210; */
        /* background-color: #3f3e91;
        border-color: #3b3a88;
        box-shadow: 0 0 0 0.2rem rgba(102, 100, 184, 0.5); */
      }
      
      .btn-primary.disabled,  .btn-primary:disabled {
        color: #fff;
        /* background-color: #4B49AC;
        border-color: #4B49AC; */
      }
      
      .btn-primary:not(:disabled):not(.disabled):active,  .btn-primary:not(:disabled):not(.disabled).active, 
      .show > .btn-primary.dropdown-toggle
       {
        color: #fff;
        /* background-color: #3b3a88;
        border-color: #37367f; */
      }
      
      .btn-primary:not(:disabled):not(.disabled):active:focus,  .btn-primary:not(:disabled):not(.disabled).active:focus, 
      .show > .btn-primary.dropdown-toggle:focus
      {
        /* box-shadow: 0 0 0 0.2rem rgba(102, 100, 184, 0.5); */
      }
      .btn:focus, .btn-primary:focus, .btn-primary.focus {
        box-shadow: none !important;
      }
      .btn-light {
        color: #212529;
        background-color: #f8f9fa;
        border-color: #f8f9fa;
      }
      
      .btn-light:hover {
        color: #212529;
        background-color: #e2e6ea;
        border-color: #dae0e5;
      }
      
      .btn-light:focus, .btn-light.focus {
        color: #212529;
        background-color: #e2e6ea;
        border-color: #dae0e5;
        box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
      }
      
      .btn-light.disabled, .btn-light:disabled {
        color: #212529;
        background-color: #f8f9fa;
        border-color: #f8f9fa;
      }
      
      .btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active,
      .show > .btn-light.dropdown-toggle {
        color: #212529;
        background-color: #dae0e5;
        border-color: #d3d9df;
      }
      
      .btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus,
      .show > .btn-light.dropdown-toggle:focus {
        box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
      }
      
  .chklabel ul li .active-box label:before {
    background-color: white;
    color: white;
    content: " ";
    display: block;
    border-radius: 50%;
    border: 1px solid grey;
    position: absolute;
    top: -2px;
    left: 183px;
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 28px;
    transition-duration: 0.4s;
    transform: scale(0);
}
.chklabel ul li .active-box input:checked + label:before {
    content: "✓";
    background-color: grey;
    transform: scale(1);
}
.chklabel ul li .active-box input[type="checkbox"] {
    display: none;
}
/* sign up css end */

/* login css starts */
 .forgot-pwd {
    float: right;
  }
  .alert {
      font-size: 0.75rem !important;
  }
  .close {
    font-size: 1.25rem !important;
}

/* login css end */

/* approval css end */
.border {
border:1px solid #ddd;
}
.hide {
display: none;
}
.show {
display: block;
}

/* dropdown */
.dropdown-header {
    display: block;
    padding: .5rem 0.25rem 0.5rem 1.5rem;
    margin-bottom: 0;
    font-size: 0.75rem;
    color: #6c757d;
    white-space: inherit;
    font-weight: 300;
}

.dropdown-submenu {
    position: relative;
  }
  
  .dropdown-submenu a::after {
    transform: rotate(-90deg);
    position: absolute;
    right: 6px;
    top: .8em;
  }
  
  .dropdown-submenu .dropdown-menu {
    top: 0;
    left: 100%;
    margin-left: .1rem;
    margin-right: .1rem;
  }
  .dropdown-toggle::after {
      display: none;
  }
  ul.dropdown-menu {
    font-size: 0.88rem;
    width: 46%;
    background: #fff;
    border-radius: 0;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.15);
    font-weight: 300;
    /* padding-left: 1.5rem; */
    line-height: 2rem;
}
  ul.dropdown-menu ul,  ul.dropdown-menu ul ul {
      display: inline;
      padding-left:2px;
  }
  ul.dropdown-menu ul:before,  ul.dropdown-menu ul ul:before {
      content: '>'
  }
  ul.dropdown-menu label {
    font-weight: 300;
  }
  .h2-lh {
      line-height: 4rem !important;
  }
  .dropdown-item {
      line-height: 1.5rem;
      font-weight: 300;
      font-size:0.88rem;
      white-space: inherit;
  }
  
  /* form controls */
  input:focus, textarea:focus, select:focus{
    outline: none;
}
.h5 {
    line-height: 0.8rem; 
    font-size: 0.80rem;    
    letter-spacing: 1px; 
    color: #000; 
    font-weight: 900;
 }
 .mt-h5 {
     margin-top: 4.5rem;
 }
 .mb-h5 {
    margin-bottom: 4rem;
 }
 .wd-160 {
     width: 160px;
 }
 .wd-308 {
     width: 308px;
 }
.h5::before {
    background: #000;
    height: 10px;
    /* left: -59px; 
    width: 39px;*/
}
.skip-content {
    text-decoration: underline !important;
    color: #000 !important;
}
.skip-content:hover {
    text-decoration: none !important;
    color: #ec6d34; !important;
}
.dd-stage,.dd-stage-continue {
    width: 100% !important;
}
.dd-stage li a, dd-stage-continue li a {
    font-size: 0.88rem;
    color: #444444;
    font-weight: 600;
}
.dd-stage li span {
    font-size: 0.75rem;
    font-weight:300;
    color:#777;
}

.dd-stage .dropdown-item {
    border-bottom: 1px solid #dadada;
    line-height: 1.25rem;
}
.dd-stage .dropdown-item:last-child {
    border-bottom: 0px solid #dadada;
}


/* Life cycle css  */
.lc-box, .active-lc-box {
    border: 1px solid #dadada;
    padding: 12px 10px;
    margin-bottom: 10px; 
    cursor: pointer;
}
.active-lc-box {
   border: 1px solid #ec6d34; 
 }
.lc-txt {
    font-weight:700;
    font-size: 0.75rem;
}
.lc-txt span {
    font-weight:300;
}
.org-border {
    width:1px;
    height:94%;
    background-color: #e4e4e4 !important;
}
.f2 {
    font-size: 1.5rem;
}
.bcolor {
    color: #ec6d34 !important;  
}
.bd-txt {
    color: #ec6d34 !important;
}
.blk-txt {
    font-size: 0.9rem;
    color: #000;
    font-weight: 700;
}
.txt-underline {
    text-decoration: underline !important;
}
.line-height-3 {
    line-height: 3rem;
}
.circle-icon {
    background: #fff;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    text-align: center;
    /* line-height: 100px; */
    vertical-align: middle;
    padding: 8px;
    border: 1px solid #dadada;
    position: relative;
    top: -4px;
    color: #dadada;
}
.active-circle-icon {
    background: #fff;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    text-align: center;
    /* line-height: 100px; */
    vertical-align: middle;
    padding: 8px;
    border: 1px solid #ec6d34;
    position: relative;
    top: -4px;
    color: #ec6d34;
}
.active {
    border: 1px solid #ec6d34 !important;
}
.fa-15x {
    font-size: 1.5rem
}
.lc-box-r {
    /* border: 1px solid #dadada; */
    padding: 12px 10px;
    margin-bottom: 10px; 
    cursor: pointer;
    width: 100%;
    height: auto;
}
.lc-txt-r {
    font-weight:700;
    font-size: 0.75rem;
    text-align: center
}
.lc-txt-r span, .easy-step {
    font-weight:300;
    font-size: 0.8rem; 
    text-align: center; 
    letter-spacing: 1.0px; 
    line-height: 100%; 
    color: #e65210; 
    padding: 0%;
}
.easy-step {
    font-size: 0.9rem;  
    color: #000; 
    font-weight: 900; 
    padding-top: 0% 0% 30% 0%;
}
.lc-box-r img {
    width: 100%;
}
.wd-30 {
    width: 30% !important;
}
.red {
    color: red !important;
}
/* Dashboard page*/
.dashboard-bg {
   background-image: url("../../assets/images/dashboard-bg.jpg");
   height: 100vh;
}
.branding {
    width: 90%;
    margin-bottom: 1.5rem;
    line-height: 2.5rem;
    font-size: 2.3rem;
    letter-spacing: 1.0px;
    line-height: 130%;
    color: #000;
    font-weight: 900;
    padding-left: 10%;
}
.dashboard-txt {
    font-size: 0.88rem;
    color: #5e6ab4;
    width: 90%;
    margin-bottom: 1rem;
    line-height: 1.5rem;
    font-size: 0.8rem;
    text-align: center;
    letter-spacing: 1.0px;
    line-height: 120%;
}
.dashboard-wrapper-r {
    margin-top: 13%;
}

.b-image-wrapper {
    height:100vh; 
    opacity:0.5; 
    padding:0;
}
.h-100 {
    height:100%;
}
.logo-container {
    position:absolute; 
    top:2%; 
    left:2%
}
.back-btn{
    position:absolute; 
    top:90%; 
    left:7%
}
.next-btn {
    float: left;
}
.goal-wrapper {
    position: absolute;
    width: 48%;
    top: 10%;
    left: 52%;
}
.launch-goal {
    /* margin-bottom: 1.5rem; */
    font-size: 2.3rem; 
    text-align: center; 
    letter-spacing: 1.0px; 
    line-height: 130%; 
    color: #000; 
    font-weight: 900; 
    padding: 52% 0% 0 0;
}
.pt-65 {
    padding: 65% 0 0 0;
}
.launch-goal-txt {
    color: #5e6ab4;
    margin-bottom: 1rem;

    font-size: 0.8rem; 
    text-align: center; 
    letter-spacing: 1.0px; 
    line-height: 120%; 
    padding-top: 0%  10% 0 2%;
}
.blue-txt {
    color: #5e6ab4;
    font-size: 0.8rem;
}
.pl-20 {
    padding: 0 0 0 20%;
}
.w-90 {
    width: 90%;
}


/* Goal and Budget css  */
.gl-wrapper {
    text-align: center;
}
.gl-wrapper div {
    display: inline-block;
}
.gl-box, .active-gl-box {
    border: 1px solid #dadada;
    padding: 15px 20px;
    margin-bottom: 30px;
    margin-right: 40px;
    cursor: pointer;
    width: 18%;
    text-align: center;
}
.active-gl-box {
   border: 1px solid #ec6d34; 
 }
.gl-txt {
    font-weight: 500;
    font-size: 0.66rem;
    line-height: 0.88rem;
}
.gl-txt span {
    font-weight:300;
}
.mt-10 {
    margin-top:10%;
}
.circle-icon-small {
    height:40px;
    width:40px;
}

/*   Range slider  */
.min {
    padding-top: 5px;
    padding-left: 10px;
    color: #cccccc;
  }
  
  .max {
    padding-top: 5px;
    padding-right: 10px;
    color: #cccccc;
  }
  
  #helper {
    padding-top: 40px;
    color: #46b7d5;
    font-style: italic;
  }
  
  output {
    display: inline-block;
    font-size: 2em;
  }
  
  /* original css */
  .rangeslider,
  .rangeslider__fill {
    display: block;
    -moz-box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.3);
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
  }
  
  .rangeslider {
    background: #e6e6e6;
    position: relative;
  }
  
  .rangeslider--horizontal {
    height: 20px;
    width: 100%;
  }
  
  .rangeslider--vertical {
    width: 20px;
    min-height: 150px;
    max-height: 100%;
  }
  
  .rangeslider--disabled {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
    opacity: 0.4;
  }
  
  .rangeslider__fill {
    background: -webkit-linear-gradient(left, #abe0ed, #46b7d5);
    background: -o-linear-gradient(right, #abe0ed, #46b7d5);
    background: -moz-linear-gradient(right, #abe0ed, #46b7d5);
    background: linear-gradient(to right, #abe0ed, #46b7d5);
    position: absolute;
  }
  
  .rangeslider--horizontal .rangeslider__fill {
    top: 0;
    height: 100%;
  }
  
  .rangeslider--vertical .rangeslider__fill {
    bottom: 0;
    width: 100%;
  }
  
  .rangeslider__handle {
    background: white;
    color: #0085b2;
    font-weight: bold;
    font-size: 18px;
    border: 1px solid #ccc;
    cursor: pointer;
    display: inline-block;
    width: 100px;
    height: 40px;
    line-height: 38px;
    text-align: center;
    position: absolute;
    background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC4xIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g");
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(0, 0, 0, 0.1)));
    background-image: -moz-linear-gradient(rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.1));
    background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.1));
    background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.1));
    -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
    -moz-border-radius: 22px;
    -webkit-border-radius: 22px;
    border-radius: 22px;
  }
  
  .rangeslider__handle:after {
    font-family: FontAwesome;
    content: "";
    color: #cccccc;
  }
  
  .rangeslider__handle:before {
    font-family: FontAwesome;
    content: "";
    color: #cccccc;
  }
  
  .rangeslider__handle:active {
    /*  */
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(0, 0, 0, 0.1)), color-stop(100%, rgba(0, 0, 0, 0.12)));
    background-image: -moz-linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.12));
    background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.12));
    background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.12));
  }
  
  .rangeslider--horizontal .rangeslider__handle {
    top: -10px;
    touch-action: pan-y;
    -ms-touch-action: pan-y;
  }
  
  .rangeslider--vertical .rangeslider__handle {
    left: -10px;
    touch-action: pan-x;
    -ms-touch-action: pan-x;
  }
  
  input[type="range"]:focus + .rangeslider .rangeslider__handle {
    -moz-box-shadow: 0 0 8px rgba(255, 0, 255, 0.9);
    -webkit-box-shadow: 0 0 8px rgba(255, 0, 255, 0.9);
    box-shadow: 0 0 8px rgba(255, 0, 255, 0.9);
  }
  .slider-wrapper {
    padding:0px 20px;
  }
  /* 6 Digit activation code */
  .has-feedback .dash {
    display: inline-block;
    margin: auto 0.5rem;
}
.inpu_number {
    font-size: 0.75rem;
    width: 40px;
    height: 40px;
    margin: 6px 0;
    display: inline-block;
    border: 1px solid #ccc;
    box-sizing: border-box;
    font-family: Roboto;
    font-weight: Normal;
    text-align: center;
}
.re-code {
    display: inline-block;
    color: #666;
    font-size: 0.75rem;
    font-weight: 400;
    margin-right: 8rem;
}
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}
input[type=number] { 
  -moz-appearance: textfield;
  appearance: textfield;
  margin: 0; 
}
.copyright {
    font-size:0.88rem;
    text-align: center;
    margin-top: 1rem;
}
.copyright a {
    font-size: 0.88rem !important;
    color: #0091e1;
}
.copyright a:hover {
    color: #000;
}

/*  Social Media Icon Start  */
.login-box {
    text-align: center;
    letter-spacing: 1px;
    position: relative;
    font-family: 'Montserrat', sans-serif;
    box-sizing: border-box;
}

.login-box h2 {
    margin: 20px 0 20px;
    padding: 0;
    text-transform: uppercase;
    color: #4688F1;
}

.social-button {
	  background-position: 25px 0px;
    box-sizing: border-box;
    color: rgb(255, 255, 255);
    cursor: pointer;
    display: inline-block;
    height: 50px;
	line-height: 50px;
    text-align: left;
    text-decoration: none;
    text-transform: uppercase;
    vertical-align: middle;
    width: 65%;
	  border-radius: 3px;
    margin: 10px auto;
    outline: rgb(255, 255, 255) none 0px;
    padding-left: 15%;
    transition: all 0.2s cubic-bezier(0.72, 0.01, 0.56, 1) 0s;
	  -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    font-size: 0.75rem;
}

#facebook-connect {
    background: rgb(255, 255, 255) url('https://raw.githubusercontent.com/eswarasai/social-login/master/img/facebook.svg?sanitize=true') no-repeat scroll 5px 0px / 30px 50px padding-box border-box;
    border: 1px solid #3B5998;
}

#facebook-connect:hover {
	  border-color: #3B5998;
	  background: #3B5998 url('https://raw.githubusercontent.com/eswarasai/social-login/master/img/facebook-white.svg?sanitize=true') no-repeat scroll 5px 0px / 30px 50px padding-box border-box;
	  -webkit-transition: all .8s ease-out;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease-out;
}

#facebook-connect span {
	  box-sizing: border-box;
    color: rgb(60, 90, 154);
    cursor: pointer;
    text-align: center;
    text-transform: uppercase;
    border: 0px none rgb(255, 255, 255);
    outline: rgb(255, 255, 255) none 0px;
	  -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

#facebook-connect:hover span {
	  color: #FFF;
	  -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

#google-connect {
    background: rgb(255, 255, 255) url('https://raw.githubusercontent.com/eswarasai/social-login/master/img/google-plus.png') no-repeat scroll 5px 0px / 50px 50px padding-box border-box;
    border: 1px solid rgb(220, 74, 61);
}

#google-connect:hover {
	  border-color: rgb(220, 74, 61);
	  background: rgb(220, 74, 61) url('https://raw.githubusercontent.com/eswarasai/social-login/master/img/google-plus-white.png') no-repeat scroll 5px 0px / 50px 50px padding-box border-box;
	  -webkit-transition: all .8s ease-out;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease-out;
}

#google-connect span {
	  box-sizing: border-box;
    color: rgb(220, 74, 61);
    cursor: pointer;
    text-align: center;
    text-transform: uppercase;
    border: 0px none rgb(220, 74, 61);
    outline: rgb(255, 255, 255) none 0px;
	  -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

#google-connect:hover span {
	  color: #FFF;
	  -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
/* Social Media Icon End */
  
/* Sign up css starts here */
.brand-wrapper label img {
    height:80px;
    width:80px;
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
    opacity: 0.3;
    cursor: pointer;
    margin-bottom:0.25rem;
}
.brand-wrapper input:checked + label {
    color: #ec6d34;
}
.brand-wrapper input:checked + label img {
    -webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
    filter: grayscale(0%);
    opacity: 1;
}
.brand-wrapper input[type="checkbox"][id^="cb"] {
  display: none;
}
.brand-wrapper label {
    font-size: 0.88rem;
    font-weight: 500;
    text-align: center;
    min-width: 90px;
    line-height: 1rem;
}
.error {
    margin-top:0.25rem;
    color:#ff0033;
    font-weight:normal;
    font-size:0.75rem;
   }
/* Sign up css end here */ 

hr { 
    display: block;
    height: 0.5px;
    margin-left: auto;
    margin-right: auto;
    background-color:#000;
    position: relative;
    top: 7px;
    right: -22px;
    width: 50px;
}

/*  Drop down  internal css*/
.btm-border-select {
    border-width: 0 0 1px;
    border-bottom: solid 4px #e65210;
    padding-bottom: 6px;
    background: none;
    color: #e65210;
    font-weight: 900;
    font-size: 2.3rem;
    border-radius: 0px;
    width: inherit;
}
/* .wd-308 {
    width: 308px;
} */
.btm-border-select option, .select2-container--default .select2-selection--single option {
    font-size: 1rem;
    color: rgb(51, 51, 51);
}

.select2-container--default .select2-results>.select2-results__options {
    box-shadow: 1px 1px 3px 0px rgba(171, 171, 171, 1);
    font-size: 0.88rem;  
 }
.fl-left {
    float: left;
}
.wd38 {
    width: 38%;
}

.select2-container--default .select2-selection--single {
    border-width: 0 0 1px;
    border-bottom: solid 4px #e65210;
    /* padding-bottom: 6px; */
    background: none;
    color: #e65210;
    font-weight: 900;
    font-size: 2.3rem;
    border-radius: 0px;
}

.select2-container {
    width:308px !important;
    /* box-shadow: 0 2px 5px 0 rgba(0,0,0,0.15); */
}
.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: solid #dadada 1px;
    outline: 0;
}

.select2-container--default .select2-selection--multiple {
    background-color: white;
    /* border: 1px solid #aaa; */
    border: 0px;
    border-bottom: solid 4px #e65210 !important;
    border-radius: 0;
    cursor: text;
    line-height: 70%;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
    box-sizing: border-box;
    list-style: none;
    margin: 0;
    padding: 0 5px;
    width: 90%;
    margin-right: 5px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: transparent;
    border: 0px solid #aaa;
    border-radius: 0;
    cursor: default;
    float: left;
    margin-right: auto;
    margin-top: 5px;
    padding: 0 5px;
    font-size: 0.75rem;
    font-weight: 300;
}

.select2-container--default .select2-search--inline .select2-search__field {
   font-size: 0.88rem;
}

.select2-container .select2-selection--single {
    height: auto;
   
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #e65210;
    line-height: inherit;
}

/* .select2-container .select2-selection--single .select2-selection__rendered { optional
    display: block;
    padding-left: 8px;
    padding-right: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
} */
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 12px;
    right: 1px;
    width: 20px;
    /* background: #0000ff; */
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #e65210 transparent transparent transparent;
    border-style: solid;
    border-width: 6px 3px 0 3px;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0;
}
.pl-100 {
    padding-left:100px;
}
#loaderDiv {
    height: 60px;
    width: 60px;
    display:inline-block;
}
/* show dropdown on hover starts */
.selectbox {
    position: relative;
    width: 140px;
    height: 30px;
    border: 0px #333 solid;
    box-sizing: border-box;
    font-size: 1rem;
    display: inline-block;
    z-index: 1;
}

.selectbox:hover select {
    display: block;
}
.selectbox select {
    position: absolute;
    display: none;
    width: 300px;
    height: 100px;
    box-sizing: border-box;
    box-shadow: 1px 1px 3px 0px rgba(171, 171, 171, 1);
}
.selectbox select option {
    padding: 6px 12px;
}
.selectbox select>option:hover {
    color: blue;
    box-shadow: 0 0 10px 100px none inset;
    background: none;
}
.selectbox select>option:visited {
    color: blue;
    box-shadow: 0 0 10px 100px none inset;
    background: none;
}
::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}
::-webkit-scrollbar-thumb {
    background-color: #ccc;
}
/* show dropdown on hover ends */
.dropbox:hover ul {
    display: block;
}


/* Question five */
.website-img-pd {
    padding: 0 0 0 10%;
}
.wd-75 {
    width: 75%;
}
.wd-60 {
    width: 60%;
}
.wd-55 {
    width: 55%;
}
.anchor-small-txt {
    font-size: 0.8rem !important;
}
.pl-10 {
    padding-left: 10%;
}
.pt-2 {
    padding-top: 2%;
}
.pl-13 {
    padding-left: 13%;
}
.mt-6 {
    margin-top:6%;
}
.white-txt {
    color: #fff;
}
.h-300 {
    height: 300px;
}
.margin-left-4 {
    margin-left: 4%;
}
.margin-left-1 {
    margin-left: 1%;
}

.remove_image i {
    font-size: 12px;
    font-weight: 600;
    position: relative;
    top: -8px;
}
.primary-btn, .primary-btn:focus, .secondary-btn {
    background: #e65210;
    border-radius: 3px;
    text-align: center;
    padding: 7px 11px;
    font-size: 0.88rem;
    border: 1px solid #db4804;
    color: #fff;
    outline: none;
    cursor: pointer;
  }
  
  .secondary-btn, .secondary-btn:focus {
    background: #fff;
    border: 1px solid #dcdcdc;
    color: #444;
    outline: none;
  }
  
  .primary-btn a {
    color: #fff !important;
  }
  .primary-btn:hover, .primary-btn a:hover{
    color: #fff
  }

  /* full fidth for International tel number */
  .iti--separate-dial-code {
      width: 100%;
  }
  .close-btn { 
    position: absolute;
    right: 10px;
    top: 10px;
}
button:focus {
    outline: none !important;
}



