/*
Theme Name: twentyseventeen child
Template: twentyseventeen
*/


.page-template-template-roi .site-content
{
    padding: 0;
}

/*.roipage
{
    padding-top: 36px;
}*/



.roipage .main_title {
    font-family: HelveticaNeue-Bd;
    font-size: 40px;
    /* font-weight: bold; */
    font-style: normal;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: center;
    color: #1c2833;
    margin-bottom: 23px;
}


.roipage .section1-buttons .start_btn {
    font-family: HelveticaNeue;
    width: 264px;
    height: 48px;
    float: left;
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.18);
    border-radius: 6px;
    background-color: #f35353;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.71;
    letter-spacing: 1px;
    text-align: center;
    color: #ffffff;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 0.3s ease;
    margin: 0 auto;
	cursor: pointer;    
}

.roipage .section1-buttons .start_btn:hover
{
	    background-color: #f24343;
}



#surveyProgress {
    display: none;
    position: relative;
    width: 100%;
    margin-top:44px; 
}

#surveyProgress ul {
        list-style: none;
        margin-bottom: 48px;
}

#surveyProgress li {
  font-family: HelveticaNeue;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #9ea2a8;
  display: inline-block;
  /*padding-right: 20px;*/
  padding-right: 16px;
  
}

#surveyProgress li:last-child {
 padding-right: 0px;
}

#surveyProgress li.active .dot{
    background-color: #f3fbf9;
    color: #0faa85;
    border-color: #0faa85;
}

 #surveyProgress li.complete .dot:hover
{

 /* border-width: 2px;
  border-color: #0faa85;*/
  cursor: pointer;
  color: #0faa85;

  border: 1px solid #0faa85;
  box-shadow: 0px 0px 0px 1px #0faa85;

}

#surveyProgress li.complete .dot
{
     background-color: #fff;
    color: #1c2833;
    border-color: #1c2833;

}

#surveyProgress li .dot {
    position: relative;
    background-color: #ffff;
    border-radius: 100%;
    cursor: default;
    border: 1px solid #9ea2a8;
   /* padding: 8px 13px;*/
   padding: 9px 13px 7px 13px;
    /*height: 36px;
    width: 36px;
    display: table-cell;
    vertical-align: middle;*/
}

#surveyProgress li .line {
    position: absolute;
    top: 14px;
    left: 31px;
    right: 4px;
    /*left: 104px;
    right: -70px;*/
    border-top: 6px dotted #d7d7d7;
}

#surveyProgress li.complete .line {
    border-color: #ee1a23;
}

#surveyProgress li .dot.results {
    border-radius: 5px;
}

.page-template-template-roi .footer
{
  display: none !important;
}

/* ROI Form Design */


@media (min-width: 1260px)
{

  
    
    .form_group
    {
        width: 360px;
        margin: 0 auto;
    }

    .field {
        display: unset;
        float: left;
    }
    .radio-toolbar label
    {
        width: 168px;
    }

    .radio-toolbar .lblfirst
    {
       margin-right: 19px; 
    }

    .selectbox
    {
      width: 99px;
      margin-right: 12px;
      /*margin-bottom: 72px;*/
    }
    .textbox
    {
      width: 249px !important;
      display: inline-block !important;
    }
    .nextbtn
    {
        width: 360px !important;;
    }
    .textboxstore
    {
        width: 360px !important;
        margin-bottom: 72px;
    }

    .prev_link
    {
        float: left;
        text-align: left;
        z-index: 9999999;
        position: absolute;
    }

    /*result screan*/

.content_text span
  {
    display: block;
  }

  .rslt_box_container
  {
    width: 1140px;
    margin: auto;
  }

      

      .roi_result_screen .rslt_left
      {
        width: 480px;
        margin-right: 10px;
      }

      .roi_result_screen .rslt_right
      {
        width: 650px;
      }

      .rslt_contact {
        bottom: 0;
        position: fixed;
        width: 100%;
      }

      .contentbox1
{
  padding-right: 43px;
  float: left;
  padding-top: 13px;
  padding-bottom: 26px;
  border-right: 1px solid #f35353;
}

.contentbox2, .contentbox4, .contentbox5
{
  padding-top: 13px;
  padding-bottom: 26px;
  padding-left: 24px;
  float: left;
}

.contentbox3
{
  padding-right: 43px;
  float: left;
  padding-top: 13px;
  padding-bottom: 26px;
  border-right: 1px solid #0faa85;
}

.contentbox4
{
  float: left;
  border-right: 1px solid #0faa85;
  padding-right: 24px;
}
    /*result screan*/

    
}








.roi_first_screen_title
{
font-family: HelveticaNeue;
  font-size: 36px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.33;
  letter-spacing: -0.2px;
  color: #1c2833;
  margin-bottom: 21px;
}

.roi_first_screen_sub_title
{
  font-family: HelveticaNeue;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.78;
  letter-spacing: normal;
  color: #3e4852;
  margin-bottom: 30px;

}

.section1-buttons .start_btn
{
  width: 264px;
  height: 48px;
  border-radius: 4px;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.18);
  background-color: #f35353;
  font-family: HelveticaNeue;
  font-size: 16px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: 1px;
  text-align: center;
  color: #ffffff;

}

.roiform
{
    text-align: center;
}

.roiform .form_group
{
	margin-bottom: 20px;
}

.roiform .main_quetion {
  font-family: HelveticaNeue;
  font-size: 24px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: -0.4px;
  text-align: center;
  color: #1c2833;
  margin-bottom: 36px;
}

.radio-toolbar {
  margin-top: 36px;
}

.radio-toolbar input[type="radio"] {
    visibility: hidden; 
    position: absolute;
    /*width: 360px;*/
    margin: 0 auto;
}

.radio-toolbar label {
    font-family: HelveticaNeue;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 2.8;
    letter-spacing: normal;
    text-align: center;
    color: #1c2833;  
    border:1px solid #9ea2a8;
    border-radius: 4px;
    height: 48px;
    display: inline-block;
    margin-bottom: 0;
    
}

.radio-toolbar label:hover {
 background-color: #fff;
/*border:2px solid #0faa85;*/

border: 1px solid #0faa85; 
    box-shadow: 0px 0px 0px 1px #0faa85;

}

.radio-toolbar input[type="radio"]:checked + label { 
    background-color:#f3fbf9;
    border-color: #0faa85;
}



.fieldgroup {
    margin-bottom: 36px;
}


.roiform .form_group select
{
    background: url(assets/images/down_err.png) no-repeat right 10px center;
    background-size: 24px 24px;
    -webkit-appearance: none;
}


.roiform .form_group input[type="text"], .roiform .form_group select {
    margin-top: 6px;
    border-radius: 4px;
    font-family: HelveticaNeue;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: normal;
    color: #1c2833;
    width: 100%;
    padding-left: 16px;
    height: 48px;
}

.roiform .form_group input[type="text"]::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  font-family: HelveticaNeue;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: #9ea2a8;
}
.roiform .form_group input[type="text"]::-moz-placeholder { /* Firefox 19+ */
  font-family: HelveticaNeue;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: #9ea2a8;
}
.roiform .form_group input[type="text"]:-ms-input-placeholder { /* IE 10+ */
  font-family: HelveticaNeue;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: #9ea2a8;
}
.roiform .form_group input[type="text"]:-moz-placeholder { /* Firefox 18- */
  font-family: HelveticaNeue;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: #9ea2a8;
}

.roiform .form_group input[type="text"]:hover, .roiform .form_group select:hover {
    border: 1px solid #0faa85;
}

.roiform .form_group input[type="text"]:focus, .roiform .form_group input[type="text"].valid:focus, .roiform .form_group select:focus, .roiform .form_group select.valid:focus {
    /*border: 2px solid #0faa85;*/
    border-radius: 0;

    border: 1px solid #0faa85;; 
    box-shadow: 0px 0px 0px 1px #0faa85;;
}

.roiform .form_group input[type="text"].err_cls {
    background: url(assets/images/icon-error.svg) no-repeat right 12px center;
    border: 1px solid #da3b3b;
    background-size: 24px 24px;
    background-color: #fdf5f5;
}

.roiform .form_group input[type="text"].valid {
    background: url(assets/images/icon-success.svg) no-repeat right 12px center;
    border: 1px solid #0faa85;
    background-size: 24px 24px;
    background-color: #f3fbf9;
}


.roiform .form_group select.err_cls {
    border: 1px solid #da3b3b;
    background-size: 24px 24px;
    background-color: #fdf5f5;
}

.roiform .form_group select.valid {
    border: 1px solid #0faa85;
    background-size: 24px 24px;
    background-color: #f3fbf9;
}

.roiform .form_group span.err_cls {
    margin-top: 8px;
    font-family: HelveticaNeue;
  font-size: 13px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.54;
  letter-spacing: normal;
    display: block;
    color: #c20e0e;
    
    text-align: left;
    /*padding: 8px 24px;
    background-color: #fdf5f5;
    border-radius: 4px;*/
}

.sub_quetion
{
    font-family: HelveticaNeue;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.43;
  letter-spacing: normal;
  color: #3e4852;
  margin-bottom: 22px;
  text-align: left;
}

.prev_btn
{
    display: inline-block;
    margin-right: 10px;
}

.prev_link
{
    font-family: HelveticaNeue;
  font-size: 14px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 2.57;
  letter-spacing: 0.5px;
  color: #00795c;
  text-transform: uppercase;
  cursor: pointer;

    background: url(assets/images/prev_img.png) no-repeat right 12px center;
    background-size: 36px 36px;
    background-position: left;
    padding-left: 39px;
    margin-top:36px;
    margin-left:66px;

}

.roipage .form_group .disblbtn{
   
    width: 150px;
    height: 48px;
    font-family: HelveticaNeue;
  font-size: 16px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: 1px;
  text-align: center;
  color: #9ea2a8;
  background-color: #f1f2f5;
  border-radius: 4px;
    
}

.roipage .form_group .enblbtn, .roipage .form_group input[type=submit]:hover{
  width: 150px;
    height: 48px;
    font-family: HelveticaNeue;
  font-size: 16px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: 1px;
  text-align: center;
  border-radius: 4px;
    background-color: #f24343;
    color: #fff;
}

/* .roi_first_screen */
.hidden_form_group, .roiform, .sbtbtn_frmgroup, .roi_result_screen, .rslt_contact
{
	display: none;
}

.rslt_left, .rslt_right
{
  float: left;
  border-radius: 4px;
  /*padding: 42px 35px 71px 36px;*/
  padding: 35px 35px 25px 36px;
  
}

.rslt_left
{ 
  background-color: #feefef;
  /*    padding-bottom: 92px;*/
  padding-bottom: 45px;
}
.rslt_right
{
  background-color: #e9f7ee;
}

.roi_result_screen .rslt_title
{
 font-family: HelveticaNeue;
  font-size: 30px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.4;
  letter-spacing: -0.5px;
  text-align: center;
  color: #1c2833;
  margin-bottom: 40px;
  margin-top: 50px;

}

.roi_result_screen .rslt_sub_title
{
  font-family: HelveticaNeue;
  font-size: 16px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: #1c2833;
  /*margin-bottom: 49px;*/
  margin-bottom: 45px;
}



.content_val
{
  font-family: HelveticaNeue;
  font-size: 28px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 2.14;
  letter-spacing: normal;
  color: #000000;
}

.content_val .val_type
{
  font-family: HelveticaNeue;
  font-size: 13px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 3.54;
  letter-spacing: normal;
  color: #000000;
  margin-left: 8px;
}

.content_text
{
  font-family: HelveticaNeue;
  font-size: 13px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.54;
  letter-spacing: normal;
  color: #3e4852;
}

.rslt_contact
{
  margin-top: 51px;
  /*display: block;*/
  background-color: #f1f2f5;
  padding: 15px 0px;
 text-align: center;
}

.rslt_contact span
{
font-family: HelveticaNeue;
  font-size: 20px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.6;
  letter-spacing: normal;
  color: #1c2833;
  margin-right: 48px;
}
.rslt_contact a
{

      font-family: HelveticaNeue;
    
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.18);
    border-radius: 6px;
    background-color: #f35353;
    
    padding: 13px 34px;
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.71;
    letter-spacing: 1px;
    text-align: center;
    color: #ffffff;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 0.3s ease;

}

.rslt_contact a:hover
{
background-color: #f24343 !important;
color: #ffffff;
}

    
.page-template-template-roi .nav
{
  box-shadow: 0 2px 16px 0 rgba(0, 0, 0, 0.08);
}

.page-template-template-roi
{
      background: #ffff;
}


.roiform .form_group span.unit {
    
  font-family: HelveticaNeue;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: #9ea2a8;
  display: block;
  text-align: left;
  position: relative;
  top: -35px;
  left: 50px;
  width: 25px;
  height: 0px;
}

/*.result_title {
	font-family: HelveticaNeue;
    text-align: center;
    font-size: 30px;
    margin-bottom: 20px;
    color: #3e4852;

}

.roi_result_screen p {
    display: block;
    margin-bottom: 15px;
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.78;
    letter-spacing: normal;
    text-align: center;
    color: #3e4852;
}

.roi_result_screen .resultval {
	font-weight: bold;
	color: #f35353;
}*/


@media (min-width: 320px) and (max-width: 339px)
{
  .roi_first_screen
  {
    /*width: calc(100% - 48px);*/
    width: 272px;
    margin: auto;
    float: none;
   
  }

  .roi_first_screen_title
  {

    margin-top: 105px;
    margin-bottom: 28px;
    text-align: center;
  }

  .roi_first_screen_sub_title
  {
    text-align: center;
    margin-bottom: 35px;
  }

  .roipage .section1-buttons .start_btn
  {
    float: none; 
  }

  .roisection1_right
  {
    display: none;
  }


  /*Result Screen*/

  .roi_result_screen
  {

    width: 272px;
    margin: auto;

    /*min-width: 272px;
    max-width: 311px;
    width: auto;
    margin: 0px 24px;*/
  }
  
  /*Result Screen*/

   

}

@media (min-width: 340px) and (max-width: 719px)
{
  .roi_result_screen
  {
    width: 312px;
    margin: auto;
  }

}

@media (min-width: 320px) and (max-width: 719px)
{
  .roi_result_screen .rslt_title {
    margin-bottom: 32px;
    font-size: 20px;
  }

  

  .rslt_left, .rslt_right
  {
    padding: 0px 0px 59px 0px;
    width: 100%;
    margin-bottom: 36px;
  }

  .roi_result_screen .rslt_sub_title
  {
    width: 204px;
    margin: 42px auto 49px auto;
    text-align: left;
  }

  .contentbox1 .content_text span:first-child, .contentbox5 .content_text span:last-child
  {
    display: block;
  }

  .contentbox1, .contentbox2, .contentbox3, .contentbox4, .contentbox5
  {
    border-right: none;
    width: 204px;
    text-align: left;
    margin: auto;
  }

  .contentbox1, .contentbox3, .contentbox4
  {
    padding-bottom: 34px;
  }

  .contentbox2, .contentbox4, .contentbox5
  {
    padding-top: 31px;
  }

  .content_val
  {
    margin-bottom: 2px;
  }

  .contentbox1
  {
    border-bottom: 1px solid #f7adb6;
  }

  .contentbox3, .contentbox4
  {
    border-bottom: 1px solid #9fe5c3;
  }

  .rslt_contact
  {
    margin: 0px;
    padding: 48px 0px;
  }

  .rslt_contact span
  {
    display: block;
    width: 225px;
    margin: auto;
    
  }

  .rslt_contact a
  {
    display: block;
    width: 272px;
    margin: 40px auto 0px auto;
  }

}

@media (min-width: 320px) and (max-width: 480px)
{
  /*nav height 60px*/

   .roi_first_screen_title
  {
    margin-top: 105px;
  }

  #surveyProgress
  {
    margin-top: 92px;
  }

  .roi_result_screen .rslt_title {
    margin-top: 96px;
  }

}

@media (min-width: 481px) and (max-width: 719px)
{
  /*nav height 72px*/

   .roi_first_screen_title
  {
    margin-top: 117px;
  }

  #surveyProgress
  {
    margin-top: 104px;
  }

  .roi_result_screen .rslt_title {
    margin-top: 108px;
  }

}

@media (min-width: 340px) and (max-width: 719px)
{
  .roi_first_screen
  {
    width: 312px;
    margin: auto;
    float: none;
   
  }

  .roi_first_screen_title
  {
     width: 312px;
    margin-bottom: 28px;
    text-align: center;
    padding-right: 13px;
  }

  .roi_first_screen_sub_title
  {
    text-align: center;
    margin-bottom: 35px;
  }

  .roipage .section1-buttons .start_btn
  {
    float: none;
    width: 302px; 
  }

  .roisection1_right
  {
    display: none;
  }

   

}

@media (min-width: 720px) and (max-width: 959px)
{

  body, html {
    height: 100% !important;
    margin: 0 !important;
}

  .roi_first_screen
  {
   
    margin: auto;
    float: none;
   
  }

  
  .roi_first_screen_title
  {
    width: 648px;
    margin-top: 185px;
    margin-bottom: 34px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    font-size: 52px;
  }

  .roi_first_screen_sub_title
  {

    width: 540px;
    text-align: center;
    margin-bottom: 51px;
    margin-left: auto;
    margin-right: auto;
  }

  .roipage .section1-buttons .start_btn
  {
    float: none;
    width: 264px; 
    margin-bottom: 90px;
  }

   .roisection1_right
  {
    width: 100%;
   

    background: url("assets/images/roi_frst_scrn_img.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center; 
        height: 100%;
    position: absolute;
    
  }

}

@media (min-width: 960px) and (max-width: 1259px)
{

   /*first scrn*/

body, html {
    height: 100% !important;
    margin: 0 !important;
}

 
  .roisection1_left
  {
    width: 50%;
    float: left;
    
  }

   .roi_first_screen_title
  {
    width: 320px;
    margin-top: 210px;
    margin-bottom: 22px;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    
  }

  .roi_first_screen_sub_title
  {

    width: 320px;
    text-align: left;
    padding-right: 8px;
    margin-bottom: 42px;
    margin-left: auto;
    margin-right: auto;
  }

  .roi_first_screen_sub_title span:first-child
  {
    display: block;
  }

  .roipage .section1-buttons
  {
     width: 320px;
     text-align: left;
     margin: auto;
  }

  .roisection1_right
  {
    width: 50%;
    float: right;
    margin-top: 72px;
    background: url("assets/images/roi_frst_scrn_img.jpg");
    background-size: cover;
    background-repeat: no-repeat;
        background-position-x: 37%;
        height: 100%;
    position: fixed;
    right: 0;
  }

}

@media (min-width: 1260px) and (max-width: 1679px)
{
  /*first scrn*/

body, html {
    height: 100% !important;
    margin: 0 !important;
}

  .roisection1_left
  {
    width: 50%;
    float: left;
    
  }

   .roi_first_screen_title
  {
    width: 410px;
    margin-top: 23.66666666666667%;
    margin-bottom: 22px;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    
  }

  .roi_first_screen_sub_title
  {

    width: 410px;
    text-align: left;
    
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
  }


  .roipage .section1-buttons
  {
     width: 410px;
     text-align: left;
     margin: auto;
  }


  .roisection1_right
  {
    width: 50%;
    float: right;
    background: url("assets/images/roi_frst_scrn_img.jpg");
    background-size: cover;
    background-repeat: no-repeat;
   /* background-attachment: fixed;*/
    background-position: center; 
        height: 100%;
    position: fixed;
    right: 0;
  }



  /*first scrn*/
}

@media (min-width: 1680px)
{

  /*first scrn*/

body, html {
    height: 100% !important;
    margin: 0 !important;
}

  .roisection1_left
  {
    width: 50%;
    float: left;
    
  }

   .roi_first_screen_title
  {
    width: 454px;
    margin-top: 33%;
    margin-bottom: 35px;
    
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    font-size: 52px;
    
  }

  .roi_first_screen_sub_title
  {

    width: 454px;
    text-align: left;
    
    margin-bottom: 47px;
    margin-left: auto;
    margin-right: auto;
  }


  .roipage .section1-buttons
  {
     width: 454px;
     text-align: left;
     margin: auto;
  }


  .roisection1_right
  {
    width: 50%;
    float: right;
    background: url("assets/images/roi_frst_scrn_img.jpg");
    background-size: cover;
    background-repeat: no-repeat;
   /* background-attachment: fixed;*/
    background-position: center; 
        height: 100%;
    position: fixed;
    right: 0;
  }



  /*first scrn*/


  .roi_result_screen .rslt_title
  {
    font-size: 52px;
  }
  
  .rslt_contact
  {
    width: 1140px;
    margin: auto;
    position: unset;
    margin-top: 36px;
    border-radius: 4px;
  }
}


@media (min-width: 320px) and (max-width: 719px)
{
  .prev_link
  {
    display: none !important;
  }

  .roiform .main_quetion
  {
    width: 272px;
    margin: auto;
    font-size: 20px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.4;
    letter-spacing: 0;
    padding-right: 7px;
  }

  .form_group
  {
     width: 272px;
    margin: auto;
  }

  .radio-toolbar label
  {
    width: 124px;
  }

  .radio-toolbar .lblfirst {
    margin-right: 19px;
  }

  .fieldgroup {
    margin-bottom: 32px;
  }

  .sub_quetion
  {
    text-align: center;
    margin-bottom: 8px;
    padding: 0px 11px;
  }

  .selectbox {
    width: 100px;
    margin-right: 12px;
    margin-bottom: 72px;
  }

  .field {
    display: unset;
    float: left;
  }

  .textbox {
    width: 160px !important;
    display: inline-block !important;
  }
  /*.sbtbtn_frmgroup
  {
    clear: both;
  }
*/
  .sbtbtn_frmgroup {
    position: fixed;
    width: 100%;
    text-align: center;
    bottom: 12px;
}

  .nextbtn
  {
    width: 272px !important;
    
  }

  .textboxstore {
    width: 272px !important;
    
  }

  .step_2 .textboxstore
  {
    margin-top: 26px;
  }

  .step_3 .textboxstore
  {
    margin-top: 10px;
  }

  #surveyProgress ul {
   
    margin-bottom: 41px;
  }
}

@media (min-width: 720px) and (max-width: 1259px)
{
  .prev_link
  {
    display: none !important;
  }

  #surveyProgress
  {
    margin-top: 112px;
  }

  .nextbtn {

    margin-top: 48px !important;
   
  }


  /*Result Screen*/

  .roi_result_screen
  {
    width: 648px;
    margin: auto;
  }

  .roi_result_screen .rslt_title {
    margin-bottom: 40px;
    margin-top: 122px;
  }

  .rslt_left, .rslt_right
  {
    padding: 0px 0px 42px 36px;
    width: 100%;
    margin-bottom: 36px;
  }

  .roi_result_screen .rslt_sub_title
  {
    width: 100%;
    margin: 42px auto 48px auto;
    text-align: left;
  }

  .contentbox1, .contentbox2, .contentbox3, .contentbox4, .contentbox5
  {
    float: left;
    padding-top: 1px;
    padding-bottom: 29px;
    padding-right: 24px;
  }

  .contentbox1
  {
    border-right: 1px solid #f7adb6;
    /*width: 204px;*/
    
  }

  /*.contentbox3
  {
    width: 224px;
  }

  .contentbox4
  {
    width: 204px;
  }*/

  .contentbox2, .contentbox4, .contentbox5
  {
    padding-left: 24px;
  }

  .contentbox3, .contentbox4
  {
    border-right: 1px solid #9fe5c3;
  }

  .content_text
  {
    padding-left: 3px;
  }
  .content_text span
  {
    display: block;
  }

  .rslt_contact
  {
    margin: 0px;
    padding: 18px 0px 22px;
  }

  .rslt_contact span
  {
    margin-right: 43px;
  }

  /*Result Screen*/



}

@media (min-width: 1260px) and (max-width: 1679px)
{
    .sbtbtn_frmgroup
    {
      position: fixed;
      width: 100% !important;
      text-align: center;
      bottom: 24px;
    }

  



    
}

@media (min-width: 1680px)
{
     .prev_link
    {
      display: none !important;
    }
    .nextbtn {

    margin-top: 48px !important;
   
  }
}


@media (min-width: 720px)
{
  

  .roiform .main_quetion
  {
    width: 552px;
    margin: auto;
    font-size: 24px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: -0.4px;
    
    
  }

  .step_1 .main_quetion
  {
    padding: 0px 52px;
  }

  .step_3 .main_quetion
  {
    padding: 0px 50px;
  }

  .step_4 .main_quetion
  {
    margin-bottom: 54px;
  }

  .step_4 .selectbox
  {
    margin-bottom: 96px;
  }

  .form_group
  {
     width: 360px;
    margin: auto;
  }

  .radio-toolbar label
  {
    width: 168px;
  }

  .radio-toolbar .lblfirst {
    margin-right: 19px;
  }

  .roiform .form_group, .fieldgroup {
    margin-bottom: 0px;
  }

  .sub_quetion
  {
    text-align: left;
    margin-bottom: 16px;
    margin-top: 42px;
  }

  .hidden_av_st_w_amt {
    margin-top: 36px;
}

  .selectbox {
    width: 100px;
    margin-right: 12px;
   
  }

  .field {
    display: unset;
    float: left;
  }

  .textbox {
    width: 248px !important;
    display: inline-block !important;
  }
  /*.sbtbtn_frmgroup
  {
    clear: both;
  }
*/
  

  .nextbtn
  {
    width: 360px !important;
    
  }

  .textboxstore {
    width: 360px !important;
    
  }

  .step_2 .textboxstore
  {
    margin-top: 54px;
    margin-bottom: 132px;
  }

  .step_3 .textboxstore
  {
    margin-top: 54px;
  }

  #surveyProgress ul {
   
    margin-bottom: 52px;
  }
}
