/* @import url('https://fonts.googleapis.com/css?family=Proxima+Nova:wght@400;500;600&display=swap');*/

/* PROXIMA NOVA REGULAR */
@font-face{
    font-family:'proxima-nova';
    font-weight: 400;
    font-display: swap;
    src:url(../fonts/Proxima-Nova-Regular-webfont.eot);
    src:url(../fonts/Proxima-Nova-Regular-webfont.eot?#iefix) format('embedded-opentype'),
    url(../fonts/Proxima-Nova-Regular-webfont.woff) format('woff'),
    url(../fonts/Proxima-Nova-Regular-webfont.ttf) format('truetype'),
    url(../fonts/Proxima-Nova-Regular-webfont.svg#glyphicons_halflingsregular) format('svg')
 }
 
 /* PROXIMA NOVA REGULAR */
@font-face{
    font-family:'proxima-nova';
    font-weight: 600;
    font-display: swap;
    src:url(../fonts/Proxima-Nova-Semibold-webfont.eot);
    src:url(../fonts/Proxima-Nova-Semibold-webfont.eot?#iefix) format('embedded-opentype'),
    url(../fonts/Proxima-Nova-Semibold-webfont.woff) format('woff'),
    url(../fonts/Proxima-Nova-Semibold-webfont.ttf) format('truetype'),
    url(../fonts/Proxima-Nova-Semibold-webfont.svg#glyphicons_halflingsregular) format('svg')
 }
 
    
a{    text-decoration:none;}
.d-flex{display: flex;align-items: center;}   
body{ letter-spacing: 0.4px; font-family: 'proxima-nova', sans-serif;font-size: 16px;line-height: 1; font-weight:600; color:#333639; -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale; text-rendering: optimizeLegibility;}
h1,h2,h3,h4,h5,h6{font-family: 'proxima-nova', sans-serif;font-weight:600;}
.ff-bg{ background-color: #999;background-image: url(../images/bg.jpg);background-position:top left;background-repeat: no-repeat;background-size: cover;    background-attachment: fixed; position:relative;}
.wrapper{   left: 0;
    right: 0;
    width: 100%;height: 100%;}
.over-lay1{content: '';position: absolute;top: 0;left: 0;width: 100%;height: 100%;background: rgba(8,8,8,0.5);
background: -moz-linear-gradient(left, rgba(8,8,8,0.5) 0%, rgba(75,80,84,0.2) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(8,8,8,0.5)), color-stop(100%, rgba(75,80,84,0.2)));
background: -webkit-linear-gradient(left, rgba(8,8,8,0.5) 0%, rgba(75,80,84,0.2) 100%);
background: -o-linear-gradient(left, rgba(8,8,8,0.5) 0%, rgba(75,80,84,0.2) 100%);
background: -ms-linear-gradient(left, rgba(8,8,8,0.5) 0%, rgba(75,80,84,0.2) 100%);
background: linear-gradient(to right, rgba(8,8,8,0.5) 0%, rgba(75,80,84,0.2) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#080808', endColorstr='#4b5054', GradientType=1 );

}
html, body, .center-wrapper {
    height: 100%;
    margin: 0;
    padding: 0;
}
.f-logo {    color: #fff;text-align: center;}
.f-logo div{margin: 15px 0;}
.f-logo a{color: #14A6C1;font-size: 12px;    text-decoration: underline;}
.f-logo a:hover{text-decoration: underline;}
.f-logo a span{color: #fff;font-size: 16px;text-decoration: none;padding: 5px;}
.f-logo span{position:relative;}
.f-logo .copy{   /* position: absolute;*/
    top: 1px;
    right: -6px;}
.logo {    display: flex;    align-items: flex-end;}
.logo span{    font-size: 20px;font-family: 'proxima-nova', sans-serif;color: #fff;    line-height: 1;}
label{}
.center-wrapper{display: flex;/*align-items: center;height: 100vh;*/position: relative;}
.header{border-bottom: 1px solid #164b7f;}
.check-icon{color: #fff;background-color: #008494;display: inline-block;width: 100px;height: 100px; border-radius: 50%;font-size: 50px;line-height: 100px;}
.th-s{ font-size: 20px;}
/* your CSS goes here*/
.center-wrapper .tab{min-height:475px;} 
#regForm textarea{height: 100px;}
input.invalid {
    background-color: #efefef
}
.ss-steps{width:100%;    text-align: center; font-weight:600; color:#333639;}
.ss-steps .page-one{    /*padding-left: 30.5%;*/ font-weight:600;}
.tab {
    display: none
}

#prevBtn {
        background-color: #DEDFE0;
    border-color: #DEDFE0;
    color: #333639;
}
#prevBtn:hover{
    background-color: #8d8d8d;
    border-color: #8d8d8d;
    color: #fff;
}
.btn-outline-secondary:hover {
    /*color: #fff;
    background-color: #008494;
    border-color: #008494;*/
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
    background:#fff;
    color:#333639;
    border: 1px solid #DEDFE0;
}
.btn-check:focus+.btn-outline-secondary, .btn-outline-secondary:focus{box-shadow:none;}
.btn-check:focus+.btn-outline-secondary, .btn-outline-secondary:focus{box-shadow: none;}
.step {

    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbbbbb;
    border: none;
    border-radius: 50%;
    display: inline-block;
    opacity: 0.5
}

.step.active {
    opacity: 1
}

.step.finish {
    background-color: #4CAF50
}

.all-steps { display: none;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px
}

.thanks-message {
    display: none;
}


.rating-wrapper {
  align-self: center;
      display: flex;
    direction: rtl!important;
        align-items: center;
    justify-content: center;
  }

  .rating-wrapper label {
    color: #E1E6F6;
    cursor: pointer;
    display: inline-flex;
    font-size: 2rem;
    padding: 1rem .3rem;
    transition: color 0.5s;
  }

.btn-group label{    /*padding: 13px 19px;*/
    border: 1px solid #DEDFE0;
    line-height: 1;
    border-radius: 5px!important;
    margin: 16px 0;
       
    font-weight: 500;
    font-size: 20px;
    
    outline: 0 none;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}  
    .btn-group>.btn:not(:first-child) {
    margin-left: 10px;
}
/*.btn-group label.yellow{background-color: #FDB823;}
.btn-group label.green{background-color: #469F8D;}
.btn-group label.yellow:hover,.btn-group label.green:hover{background-color: #fff;}*/
.btn-check:active+.btn-outline-secondary:focus, .btn-check:checked+.btn-outline-secondary:focus, .btn-outline-secondary.active:focus, .btn-outline-secondary.dropdown-toggle.show:focus, .btn-outline-secondary:active:focus{box-shadow:none;}
   svg {
     -webkit-text-fill-color: transparent;
     -webkit-filter: drop-shadow (4px 1px 6px rgba(198, 206, 237, 1));
     filter:drop-shadow(5px 1px 3px rgba(198, 206, 237, 1));
  }
.btn-check:active+.btn-outline-secondary, .btn-check:checked+.btn-outline-secondary, .btn-outline-secondary.active, .btn-outline-secondary.dropdown-toggle.show, .btn-outline-secondary:active {
    color: #fff;
    background-color: #000;
    border-color: #ccc;
}
  .rating-wrapper input {
    height: 100%;
    width: 100%;
  }
  
  .rating-wrapper input {
    display: none;
  }

  .rating-wrapper.like-rate label:hover,
  .rating-wrapper.like-rate label:hover ~ label,
  .rating-wrapper.like-rate input:checked ~ label  {
    color: #fff;background-color: #ff9800;
  }
  .h-line{width: 100%;height: 1px;background-color: #fff;display: none;    margin: 10px 0;}




.rating > input { display: none; } 

.rating.star > label {
    color: #78e2fb;
    margin: 1px 20px 0px 0px;
    background-color: #ffffff;
    border-radius: 0;
    height: 48px;
    float: right;
    width: 44px;
    border: 1px solid #ffffff;
}
fieldset.rating {
    display: flex;justify-content: center;
    flex-direction: row-reverse;
}

.nps-form-wrap label {
    font-size: 16px;
    font-weight: 600;
}

.rating > label.full { 
color: #7A7D80;
    margin: 8px 13px;
    font-size: 50px;
}
.card{padding:50px 100px;}
/***** CSS Magic to Highlight Stars on Hover *****/

.rating:not(:checked) > label:hover, /* hover current star */
.rating:not(:checked) > label:hover ~ label { 
    color:#008494!important;
  cursor:pointer;
} /* hover previous stars in list */

.rating > input:checked + label:hover, /* hover current star when changing rating */
.rating > label:hover ~ input:checked ~ label, /* lighten current selection */
.rating > input:checked ~ label:hover ~ label { 
    color:#008494!important;
  cursor:pointer;
} 
.rating.star:not(:checked) > label:hover, /* hover current star */
.rating.star:not(:checked) > label:hover ~ label { 
  color:#008494!important;
  
  cursor:pointer;
} /* hover previous stars in list */
.form-control{    border: 1px solid rgba(222,223,224,1); padding:10px 20px;   width: 100%;
    height: 50px;border-radius: 5px;    font-size: 16px;    color: rgba(167,168,170,1);}
    .form-control::placeholder{color: rgba(167,168,170,1);}
    .btn-primary{height: 50px;width: 140px; border-color:rgba(0,132,148,1);     font-weight: 600; min-width:140px; box-shadow: none !important;
    text-transform: uppercase;  background: rgba(0,132,148,1);}
label{      color:#333639;font-weight: 400;}
.rating.star > input:checked + label:hover, /* hover current star when changing rating.star */
.rating.star > label:hover ~ input:checked ~ label, /* lighten current selection */
.rating.star > input:checked ~ label:hover ~ label { 
  color:#008494!important;
  cursor:pointer;
  
} 
.page2-row2{padding-top:35px;}
.page2-row3{padding-top:50px;}

p#five {
    font-size: 14px;
}
.form-control:focus{    border-color: #008494;    box-shadow:0 0 0 0.25rem rgb(0 132 148 / 26%);}
.btn-check:focus+.btn-primary, .btn-primary:focus{    background-color: #008494;box-shadow:0 0 0 0.25rem rgb(0 132 148 / 26%);
    border-color: #008494;}
.m-diss{display: none;}
.d-diss-d-flex{display:flex;}
.btn-primary:hover{    background: rgb(2 100 112);}
.mob-ll{display:none;}
.form-group{    position: relative;}
.error-field{color:#f00;    position: absolute;
    top: 18px;    text-transform: capitalize;
    left: 15px;}
     .mob-line{display: none;height:1px;width:100%;background-color: #dedfe0;margin:10px 0;}
     
.mobile-ses{ min-height: 630px;    justify-content: center;}     

.step3-row > label {
    font-size: 16px;
    padding-bottom: 15px;
    font-weight: 600;
}

.step3-row {
    margin-bottom: 50px;
}
.nps-form-wrap {
       flex: 1 1 auto;
    padding: 28px 30px;
}
.card{border-radius: 5px; -web-kit-border-radius: 5px;}
.form-control{    font-size: 14px;    height: 45px; color:#333639; box-shadow:none !important;}
.content {
    padding: 40px 0;
  
      display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch;
    align-content: stretch;    flex: 1;
  
  
 
}
.cen-card {    height: 100%;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
}
.set-margin {
    width: 900px;
    position: relative;
    margin: 0px auto;
}
@media (min-width:2560px) and (max-width:3840px){
    .set-margin {    width: 65%}
    .step3-row > label,.nps-form-wrap label {    font-size: 26px;}
    .form-control {    font-size: 24px;    height: 75px;}
    .btn-group label{    width: 70px;    height: 70px;}
    .btn-primary {    height: 70px;    width: 180px;min-width: 180px;    font-size: 1.5rem;}
    body{ font-size: 24px;}
    #regForm textarea {    height: 180px;}
}
@media screen and (max-width:1680px){
    .content {    padding: 30px 0;}
}
@media screen and (max-width:1440px){
    .nps-form-wrap {padding: 20px 20px;}
    .content {    padding: 20px 0;}
    .btn-group label{ width:40px;height:40px; }
.nps-form-wrap label {    font-size: 14px;}
    .f-logo div{margin: 10px 0;}
    .step3-row {    margin-bottom: 30px;}
    #regForm textarea {    height: 100px;}
    .page2-row2,.page2-row3 {    padding-top: 20px;}
    .mt-5 {    margin-top: 1rem!important;}
    .ss-steps .page-one {    /*padding-left: 21%;*/}
    .mobile-ses{min-height: 448px;}
    .center-wrapper .tab {    min-height: 305px;}
     body{font-size: 14px;}
    .logo img{width:200px;}
    .logo span{font-size: 16px;}
    .form-control{    font-size: 14px;    height: 45px; color:#333639;}
    .mb-4 {    margin-bottom: 1rem!important;}
    .mb-3 {    margin-bottom: 0.5rem!important;}
    .mb-5 {    /*margin-bottom: 2rem!important;*/}
    .btn-group label{    /*padding: 12px 15px; font-size: 14px;*/  }
    /*#regForm textarea {    height: 65px;}*/
    .rating > label.full{    font-size: 28px;}
    .btn-primary{width:140px;    padding: 8px 15px!important;height:40px;}
}
@media screen and (max-width:1280px){
     #regForm textarea {    height: 80px;}
}
@media screen and (max-width:991px){
    .btn-group label {    padding:7px 8px;    margin: 5px 2px;    font-size: 14px;}
    .set-margin {    width: 90%;}
    .btn-primary {    width: 200px;}
}

@media only screen and (max-width:374px){
    .btn-group label{padding: 7px 6px; font-size: 14px;}
}


@media screen and (max-width:767px){
    .content {    padding: 0;}.set-margin {    width: 100%;}
    .mt-5{margin-top:0!important;}
    .mobile-ses,.center-wrapper .tab {    min-height: inherit;}
    .mob-line{ display: block;}
    .mobile-ses{    height: 72vh;    display: flex;
    align-items: center;
    justify-content: center;}
    .d-diss-d-flex {    display: none;}
    .m-diss {      width: 100%;
    text-align: center;  display: inline-block;}
    .wrapper {
    position: relative;}
    body{font-size: 13px;}
    label{font-size: 14px;    line-height: 1.4;}
    .f-logo div {    margin: 5px 0;}
    .btn-primary{     height: 30px;
    width: auto;
    padding: 4px 30px !important;
    font-size: 13px;
    font-weight: 600; min-width: 126px;}
    #nextprevious{position: static !important;}
    .f-logo { display: flex;    justify-content: space-between;}
    .rating > label{font-size: 35px;}
    .mb-5 {    margin-bottom: 1rem!important;}
    .mb-3 {    margin-bottom: 0.6rem!important;}
    .form-control{    padding: 5px 10px;    height: 30px;    font-size: 13px;}
    .m-center{text-align: center;font-size: 12px; padding:10px 0;}
    .d-xs-none{display: none;}
    
.p-5 {    padding: 1rem!important;}
.center-wrapper,.wrapper{height: auto;}
html, body, .center-wrapper{height:auto;}
.center-wrapper{    /*padding: 30px 0 20px 0;*/ display:block; }
.tab {    display: block;}.logo{text-align: center;    flex-direction: column;
    align-items: center;}
    .logo img{width:138px;    margin-bottom: 10px;}
    #text-message img{width:150px;}
    .th-s {    font-size: 13px;    line-height: 1.6;}
    .logo span {
    font-size: 14px;}
.h-line{display: block;}
.tab .row.text-center{text-align: left!important;}
fieldset.rating{    justify-content: flex-end;}
.btn-group>.btn-group:not(:first-child), .btn-group>.btn:not(:first-child) {
    margin-left: 0;
}
.m-dis{display: block; text-align: center;width: 100%;}
.d-dis{display: none;}
.mob-ll{display: inline-block;}
.ff-bg{padding:15px;}
.nps-form-wrap label {
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 0 !important;
    padding-bottom: 8px;
}
.step3-row {
    margin-bottom: 15px;
}

.nps-form-wrap .btn-group label {
    padding-bottom: 6px;
}

.rating > label.full {
    color: #7A7D80;
    margin: 0 7px;
    font-size: 35px;
}

} /* mobile media end */


@media only screen and (min-width:768px) and (max-width:991px){
    p#five {font-size: 12px;}
    #regForm textarea{height:100px;}
    .step3-row {    margin-bottom: 30px;}
    
}
@media screen and (max-width:767px){
.mob-ss{flex-direction: column;}
.mob-middle{width: 100%;}
.btn-group.mob-wr{display: flex;}
.btn-group label{height: 30px;}
.page2-row3{padding-top:20px;}
}