@font-face {
    font-family: 'OpenSans';
    src: url('../fonts/OpenSans.eot?#iefix') format('embedded-opentype'),
    url('../fonts/OpenSans.woff') format('woff'),
    url('../fonts/OpenSans.ttf')  format('truetype'),
    url('../fonts/OpenSans.svg#OpenSans') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'OpenSans-Light';
    src: url('../fonts/OpenSans-Light.eot?#iefix') format('embedded-opentype'),
    url('../fonts/OpenSans-Light.woff') format('woff'),
    url('../fonts/OpenSans-Light.ttf')  format('truetype'),
    url('../fonts/OpenSans-Light.svg#OpenSans-Light') format('svg');
    font-weight: normal;
    font-style: normal;
}

body{
    background-color:#ffffff !important;
    font-family:OpenSans;
    font-size:14px;
}
.mar35{
    margin-bottom: 35px;
}
.mar145{
    margin-bottom:95px;
}
.width110{
    max-width:110px;
}
.width125{
    max-width:125px;
}
.pad {
    padding-bottom: 75px;
    padding-top: 66px;
    margin-bottom:75px;
}
a, a:hover,a:focus {
    text-decoration: none;
    outline: none;
}
/*----------Dashboard Header-------*/
.buyerConfirmation{
    text-align: center;
    font-size: 20px;
}
header{
    background: #ffffff;
    box-shadow: 0 0 1px 0 #dedede;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99;
    min-height:60px;
}
.dashbboard-header{
    background:#333333;
    position:fixed;
}
.dashbrd-options{
    margin-top: 11px!important;
}
.dashbrd-options > a{
    border: 1px solid #fefefe;
    border-radius: 4px;
    color: #fefefe;
    font-size: 12px;
    margin-top: 0 !important;
    padding: 8px 12px;
    text-transform: uppercase;
}
.dash-logo-section {
    margin: 16px 0 0;
}
.dash-logo-section img{
    display:inline-block;
    max-width:30px;
    cursor:pointer;
}
.dash-logo-section p{
    display:inline-block;
    margin-left:20px;
    margin-bottom:0;
}
.dash-logo-section p a{
    color:#fff;
    font-size:15px;
    font-family: 'OpenSans';
    text-transform: uppercase;
}
.dashbrd-options button{
    background:none;
    border:none;
    max-width:60px;
}
/******** survey form ********/
.survey {
    float: none;
    margin: 60px auto 0;
}
.survey h4 {
    color: #283238;
    font-family: opensans-light;
    font-size: 32px;
    margin-bottom: 55px;
    margin-top: 0;
    padding: 0 15px;
}
.survey-form .form-inline label{
    display: block;
    font-weight: normal;
    font-size: 15px;
    margin-bottom: 6px;
    color:#565a5c;
    position:relative;
    text-transform: uppercase;
}
.form-inline .survey-style{
    background: #ffffff;
    border: 1px solid #d7d7d7;
    border-radius: 3px;
    color: #606365;
    font-size: 14px;
    height: auto;
    position:relative;
    padding: 22px 20px;
    box-shadow: none;
}
.place_holder .survey-style {
    padding-right: 55px;
    max-width:100px;
}
.place_holder {
    position: relative;
}
.place_holder > span {
    color: #a2a5a6;
    position: absolute;
    right: 70px;
    top: 55%;
}
.form-control.survey-style:focus,.form-inline .survey-style:focus,.form-control.survey-style:hover,.form-inline .survey-style:hover{
    border-color: #2993c7;
    box-shadow:none;
}
.survey-form input.form-control::-webkit-input-placeholder,.tab textarea.form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color:#a2a5a6;
}
.survey-form input.form-control::-moz-placeholder,.tab textarea.form-control::-moz-placeholder { /* Firefox 19+ */
    color:#a2a5a6;
}
.survey-form input.form-control:-ms-input-placeholder,.tab textarea.form-control:-ms-input-placeholder { /* IE 10+ */
    color:#a2a5a6;
}
.survey-form input.form-control:-moz-placeholder,.tab textarea.form-control:-moz-placeholder { /* Firefox 18- */
    color:#a2a5a6;
}
#SurveyTitle.form-control.survey-style {
    font-size: 18px;
    padding: 20px 20px;
}
.survey-form .form-inline {
    margin-bottom: 35px;
}
.form-inline .width100{
    width:100%;
}
.supplier-radio-inline .radio {
    display: inline-block;
    margin: 0 8px;
}
.supplier-radio-inline .radio:first-of-type {
    margin-left: 0;
}
.supplier-radio-inline .radio > label {
    color: #7e8388;
    font-family: 'OpenSans';
    font-size: 11px;
    line-height: 14px;
    max-width: 50px;
    padding: 0 0 2px;
}
.supplier-radio-inline .radio input[type="radio"]:checked + label {
    border-bottom: 2px solid #2993c7;
    color: #606870;
    font-family: 'OpenSans';
}
.supplier-radio-inline .radio > input {
    display: none;
}
.survey-form .form-group .easy-autocomplete::after {
    content: "\f002";
    font-family: fontawesome;
    position: absolute;
    right: 6%;
    top: 50%;
    -webkit-transform:translateY(-50%);
    -moz-transform:translateY(-50%);
    -o-transform:translateY(-50%);
    transform:translateY(-50%);
    color:#b5b5b5;
}
.survey-form .form-inline:last-child {
    margin-bottom: 0;
}
.set-location h4 {
    color: #727576;
    font-family: 'OpenSans';
    font-size: 15px;
    margin-bottom: 10px;
    text-align: left;
    text-transform: uppercase;
    padding: 0;
}
.set-location .nav.nav-tabs {
    background: rgba(0, 0, 0, 0);
    border: 1px solid #b5b5b5;
    border-radius: 3px;
    display: table;
    margin: 0 auto;
    width: 100%;
    overflow:hidden;
}
.set-location .nav.nav-tabs a{
    border-radius: 0;
    margin-bottom: 0;
    margin-right: 0;
    padding: 18px 27px;
    color: #a2a5a6;
    display: table;
    height: 78px;
    width:100%;
}
.set-location .nav.nav-tabs > li{
    background: #ffffff none repeat scroll 0 0;
    border-right:1px solid #b5b5b5;
    float:left;
    text-align:center;
    width: 12.5%;
}
.set-location .nav.nav-tabs span {
    display: table-cell;
    vertical-align: middle;
}
.set-location .nav.nav-tabs li:last-of-type,.set-location .nav.nav-tabs li:last-of-type:hover {
    border-right: medium none;
}
.set-location .nav-tabs > li.active > a, .set-location  .nav-tabs > li.active > a:focus, .set-location  .nav-tabs > li.active > a:hover {
    background: #e5e5e5;
    color: #5a5e60;
    cursor: default;
    outline:none;
    border-color: #e5e5e5 ;
}
.survey-form .form-inline .easy-autocomplete {
    width: 100% !important;
}
.survey-form .form-inline label > a {
    bottom: 0;
    font-size: 11px;
    position: absolute;
    right: 0;
    text-decoration: none;
}
.survey-form .form-inline .dropdown.open > .dropdown-menu{
    max-width:100%;
    padding-top:0;
    padding-bottom:0;
    min-width: 100%;
    z-index:991;
}

.survey-form .form-inline .dropdown-menu > li > a {
    color: #636768;
    padding: 5px 20px;
}
.survey-form .form-inline .dropdown-menu > li > a:hover, .survey-form .form-inline .dropdown-menu > li > a:focus {
    background: #e5e5e5;
    /*color: #ffffff;*/
    outline: none;
}
.survey-form .form-inline .dropdown button.survey-style {
    position: relative;
    text-align: left;
}
.survey-form .form-inline .dropdown button.survey-style:after{
    border-left: 4px solid rgba(0, 0, 0, 0);
    border-right: 4px solid rgba(0, 0, 0, 0);
    border-top: 4px dashed;
    content: "";
    position: absolute;
    right: 5%;
    top: 50%;
    -webkit-transform:translateY(-50%);
    -moz-transform:translateY(-50%);
    -o-transform:translateY(-50%);
    transform:translateY(-50%);
}
.survey-form .easy-autocomplete-container ul{
    margin-top:1px;
}
.survey-form .easy-autocomplete-container ul li {
    color: #565a5c;
    font-family: 'OpenSans';
    font-size: 13px;
    padding: 10px 20px;
    background:#fff;
}
.survey-form .easy-autocomplete-container ul li:hover{
    background:#2993c7;
    color:#fff;
}
.submit-btn {
    background: #169fe2;
    border-radius: 3px;
    color: #ffffff;
    font-family: 'OpenSans';
    font-size: 15px;
    padding: 12px 25px;
    text-transform: none;
    border:1px solid #169fe2;
    -webkit-transition:all 0.5s ease 0s;
    -moz-transition:all 0.5s ease 0s;
    -o-transition:all 0.5s ease 0s;
    transition:all 0.5s ease 0s;
}
.submit-btn:hover,.submit-btn:focus,.submit-btn:active{
    background:#1191d0;
    color:#fff;
    border-color: #1191d0;
    box-shadow:none;
    outline: none;
}
form.create-survey {
    margin-bottom: 20px;
}
.tab {
    display: none;
}
.set-location .tab-content{
    min-height: 400px;
    position: relative;
    padding-top: 40px;
    text-align: center;
    height: auto;
}
.tab h6 {
    color: #283238;
    font-size: 16px;
    margin: 0;
}
#tabNatRep > h6 {
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.census-region .checkbox > label {
    border: 1px solid #808283;
    border-radius: 3px;
    color: #808283;
    font-size: 16px;
    height: 80px;
    padding: 15px 35px;
    vertical-align: middle;
    width: 100%;
    position: relative;
}
.census-region .checkbox label span {
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.census-region .checkbox {
    display: inline-table !important;
    margin: 0;
    max-width: 175px;
    width: 100%;
    margin-right:30px;
}
.census-region .checkbox:last-of-type{
    margin-right:0px;
}
.census-region .checkbox > input {
    display: none;
}
.census-region input[type="checkbox"]:checked + label{
    color: #616566;
    border: 2px solid #616566;
    font-family: 'OpenSans';
    background: #fff;
}
.census-region .checkbox > span {
    display: block;
    text-align: center;
    width: auto;
    word-wrap: break-word;
    margin-bottom: 10px;
    padding: 0 5px;
}
.census-region{
    display: block;
    margin: 20px auto 30px;
    text-align: center;
}
.select-region {
    margin: 30px 0;
}
.set-location .tab > a {
    color: #16b4a1;
    display: inline-block;
    font-size: 16px;
    margin-top: 20px;
    text-decoration: none;
    outline: none;
    margin-bottom: 40px;
}
.form-next{
    float: left;
    clear: both;
    width: 100%;
}
.form-next .form-inline .survey-style {
    font-size: 15px;
    padding: 12px 60px 12px 25px;
    outline: none;
    text-align: left;
    min-width: 182px;
}
.form-next .form-inline .survey-style:after{
    content: "\f107";
    position: absolute;
    right: 5%;
    top: 52%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    font-family: fontawesome;
    font-size: 20px;
}




/***************************** for survey (13 april)*******************/
.startsurvey{
    font-size: 26px;
    color: #5c6b7e;
    font-family: 'OpenSans-Light';
    font-weight: 300;
}

.startsurvey h5{
    font-size: 26px;
    margin: .5em 0;
}

.startsurvey input.zip-error {
    color: #f86b4f !important;
}

.startsurvey input{
    background: none;
    border-top:0px transparent;
    box-shadow: 0 0 0;
    border-bottom: 1px dotted #5c6b7e!important;
    border-right:0px transparent;
    border-left:0px transparent;
    -webkit-transition: border-bottom-width .2s false,border-bottom-color .2s false;
    transition: border-bottom-width .2s,border-bottom-color .2s;
    color: #001837;
}
.startsurvey input[type="text"]{
    height: 30px;
}
.startsurvey input::placeholder {
    color: #989898;
}
.startsurvey input:focus{
    border-top:0px transparent;
    box-shadow: 0 0 0;
    border-bottom: 1px solid #5c6b7e!important;
    border-right:0px transparent;
    border-left:0px transparent;
    outline: none;
}
.field-valid{
    color: #00bf99;
}

.field-error{
    border-bottom: 1px solid #f86b4f;
    color: #f86b4f;
}
.field-error_incmage{
    border-bottom: 1px solid #f86b4f!important;
    color: #f86b4f !important;
}
.custom-select-dropdown{
    min-width: 53px;
    overflow: hidden;
    padding: 0 16px 4px 0;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.startsurvey select{
    background: none;
    color: #99a8bb;
    border-top: 0;
    border-bottom: 1px dotted #99a8bb;
    border-left:0;
    border-right:0;
    outline:0;
    -moz-appearance: none;
}
.startsurvey select:focus{
    outline: none;
}
.field-age, .field-member-age, .feild-kids-age, .field-tax-household{
    width: 38px;
}
.select-kids{
    width: 40px;
}
.field-income{
    width: 138.75px;
    text-overflow: ellipsis;
}
.self-age, .member-age{
    display: inline;
}
.field-kids-count{
    margin-right: 10px;
}
.select-dropdown {
    display: inline-block;
}
.select-dropdown > a {
    border-bottom: 1px dotted #5c6b7e;
    display: block;
    min-height: 29px;
    min-width: 50px;
    padding-right: 10px;
    color: #4ccead;
}
.select-dropdown .caret {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
.select-dropdown ul {
    max-height: 600px;
    padding: 10px;
}
.select-dropdown li a {
    padding-bottom: 5px;
    padding-top: 5px;
}
.select-dropdown li a:hover, .select-dropdown li a:focus, .select-dropdown li a:active {
    color: #4ccead;
    background: none;
}
.select-info{
    position: relative;
}
.select-info:before{
    content: "";
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    border-top: 5px solid #000000;
    position: absolute;
    top: 50%;
    right: 4px;
    transform: translate(0,-50%);
    -webkit-transform: translate(0,-50%);
    -moz-transform: translate(0,-50%);
    pointer-events: none;
}

/**********ng-animations********/
.covered-if.ng-enter, .covered-if.ng-leave {
    transition:all cubic-bezier(0.250, 0.460, 0.450, 0.940) 0.5s;
}
.covered-if.ng-enter,
.covered-if.ng-leave.ng-leave-active {
    opacity:0;
}
.covered-if.ng-leave,
.covered-if.ng-enter.ng-enter-active {
    opacity:1;
}
.landingPage .dash-logo-section {
    margin: 16px 0 0;
    padding: 0 15px;
}
.landingPage .dash-logo-section p{
    display: inline-block;
    margin-bottom: 0;
    margin-left: 20px;
    margin-top: 0;
    vertical-align: 7px;
}

/*.rtl{
    direction:rtl;
}*/

/*********** media ***********/
@media(max-width:1199px){
    .set-location .nav.nav-tabs a{
        padding:18px 17px;
    }
    .survey-details li{
        padding: 18px 20px;
    }
    .survey-form .form-inline label{
        font-size: 14px;
        white-space: nowrap;
    }
    .template,.triangle{
        left: 57%;
    }
}
@media(max-width: 1024px){
    header .navbar-right {
        display: table;
        margin-right: 0;
        width: 100%;
    }
    header .collapse.navbar-collapse {
        margin-left: -15px;
        margin-right: -15px;
        padding: 0;
    }
    .survey-details li {
        padding: 10px 15px;
    }
    header .survey-details {
        border-top: 1px solid #b5b5b5;
    }
    .pad {
        padding-top: 132px;
    }
}
@media(max-width:991px){
    .survey-details h6{
        font-size:13px;
    }
    .survey-details span{
        font-size:16px;
    }
    .set-location .nav.nav-tabs a{
        padding:10px;
    }
    .survey-form .form-inline label{
        font-size: 12px;
    }
    .census-region .checkbox{
        max-width: 162px;
    }
    .submit-btn{
        font-size: 14px;
        padding: 12px 16px;
    }
    .template, .triangle {
        left: 58.5%;
    }
    .place_holder .survey-style {
        padding-right: 45px;
    }
    .place_holder span {
        right: 25px;
    }
}
@media(max-width:767px){
    .mar10{
        margin-bottom:10px;
    }
    header .collapse.navbar-collapse,header .collapsing.navbar-collapse{
        border:none;
    }
    .survey-details li.no-border{
        position:relative;
    }
    .header-logo > img{
        padding:18px 10px;
    }
    .set-location .nav.nav-tabs > li {
        border-bottom: 1px solid #cfcfcf;
        display: block;
        width: 100%;
    }
    .set-location .nav.nav-tabs > li:last-of-type{
        border:none;
    }
    .set-location .nav.nav-tabs > li{
        border:none;
    }
    .set-location .nav.nav-tabs{
        display:block;
    }
    .set-location .nav.nav-tabs a {
        padding: 18px;
    }
    .form-next > div {
        text-align: center;
        padding: 0;
    }
    .form-next .form-group {
        display: inline-block;
    }
    .submit-btn {
        font-size: 12px;
        padding: 14px 15px;
    }
    #header_menu{
        display: block !important;
    }
    header .navbar-toggle {
        display: none;
    }
    header .survey-details {
        margin: 0;
    }
    .survey-details li {
        padding: 5px 10px;
    }
    .survey-details span, .survey-details h6 {
        font-size: 12px;
    }
    .pad {
        padding-top: 152px;
    }
    .template, .triangle {
        left: 60%;
    }
    .tab > a{
        margin-bottom: 20px;
    }
    .census-region{
        margin-top: 0;
    }
    footer .form-next {
        padding: 0;
      }
      .form-next .form-inline .survey-style {
        min-width: auto;
        min-width: initial;
        padding-left: 12px;
        padding-right: 30px;
      }
      .form-next > .nesting-steps {
        padding-bottom: 5px;
      }
}
@media(max-width:639px){
    .form-section{
        position:relative;
        padding-bottom:35px;
    }
    .get-login{
        height:480px;
    }
    .survey-form .form-inline > div {
        padding: 0;
    }
    .survey-form .form-inline .col-xs-3,.survey-form .form-inline .col-xs-4,.survey-form .form-inline .col-xs-2,.survey-form .form-inline .col-xs-7 {
        width: 100%;
    }
    .width110, .width125{
        max-width:100%;
    }
    .set-location{
        padding:0;
    }
    .survey h4{
        padding: 0;
    }
    .survey-state ul li{
        width: 49%;
    }
    .template{
        padding: 10px;
        max-width: 185px;
        font-size: 12px;
        line-height: 20px;
    }
    .template > h6 {
        font-size: 14px;
        margin-bottom: 10px;
    }
    .template, .triangle {
        left: 81.5%;
    }
    .download-csv {
        margin: 15px auto 10px;
        width: 185px;
    }
    .survey{
        margin-top: 55px;
    }
    .survey h4{
        margin-bottom: 55px;
    }
    .form-inline .survey-style,#SurveyTitle.form-control.survey-style,.survey-form .form-inline .dropdown-menu > li > a{
        padding: 8px 10px;
        font-size: 12px;
    }
    .set-location .nav.nav-tabs a{
        padding: 8px 10px;
    }
    .survey-form .form-inline,.mar145 {
        margin-bottom: 0;
    }
    .supplier-radio-inline .radio{
        margin: 2px auto
    }
    .supplier-radio-inline .radio > label{
        font-size: 9px;
    }
    .place_holder span{
        right: 15px;
        font-size: 12px;
    }
    .place_holder .survey-style{
        padding-right: 50px;
    }
    .upload-csv > h6{
        margin-bottom: 20px;
    }
}
@media(max-width:479px){
    .survey-state ul li{
        width: 100%;
    }
    .survey-details li {
        padding: 0 5px;
    }
    .survey-details span, .survey-details h6 {
        font-size: 10px;
    }
    .census-region .checkbox > label{
        height: 50px;
        font-size: 12px;
    }
    .census-region .checkbox {
        width: 48%;
        margin: 0 0.5%;
    }
    .census-region .checkbox > span{
        font-size: 12px;
    }
}




/*----Multi punch options----*/
/*div label input {
   margin-right:100px;
}
body {
    font-family:sans-serif;
}*/
.multipunch-options{
    margin-top:10px;
    text-align: left;
}
.multi-opt {
    background-color: #fff;
    border-radius: 4px;
    border: 1px solid #4ccead;
    overflow: hidden;
    color:#5c6b7e;
    margin-bottom: 8px;
    width:19%;
    display:inline-block;
    margin-right:1%;
    vertical-align: top!important;
}
.multi-opt:nth-child(5n){
    margin-right: 0;
}

.multi-opt:hover {
    background:#4ccead;
    color:#fff;
}

.multi-opt label {
    width: 100%;
    position: relative;
    margin: 0!important;
    padding: 0!important;
    display: block;
}

.multi-opt label span {
    text-align:center;
    display:block;
    font-size:14px;
    padding:6px 0px;
    font-weight: lighter;
    cursor: pointer;
}

.multi-opt label input {
    position:absolute;
    z-index:-1;
}

.multi-opt input:checked + span {
    background-color: #4ccead;
    color:#fff;
}
.select-dropdown > a span {
    color:#ddd;
    padding: 0 5px;
}
.startsurvey .screener-custom-select {
    display: inline-block;
    position: relative;
}
.startsurvey .screener-custom-select select {
    border-bottom: 1px dotted #5c6b7e;
    display: block;
    min-height: 18px;
    /*min-width: 50px;
    max-width: 200px;*/
    padding-right: 12px;
    color: #4ccead;
    text-decoration: none;
    text-align-last: center;
    text-align: center;
}
.screener-custom-select select + .caret {
    position: absolute;
    right: 0;
    top: 6px;
}
.selectid {
    position: absolute;
    left: 0;
    visibility: hidden;
    z-index: -1;
    white-space: nowrap;
}

.shake {
    animation: shake 0.82s cubic-bezier(.36,.07,.19,.97) both;
    transform: translate3d(0, 0, 0);
    backface-visibility: hidden;
    perspective: 1000px;
}

@keyframes shake {
    10%, 90% {
        transform: translate3d(-4px, 0, 0);
    }
  
    20%, 80% {
        transform: translate3d(6px, 0, 0);
    }

    30%, 50%, 70% {
        transform: translate3d(-10px, 0, 0);
    }

    40%, 60% {
        transform: translate3d(15px, 0, 0);
    }
}

.hide-placeholder::-webkit-input-placeholder { /* WebKit browsers */
    color: transparent!important;
}
.hide-placeholder:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color: transparent!important;
}
.hide-placeholder::-moz-placeholder{ /* Mozilla Firefox 19+ */
   color: transparent!important;
}
.hide-placeholder:-moz-placeholder { /* Internet Explorer 10+ */
   color: transparent!important;
}
input[type="textarea"] {
    display: block;
    width: 100%;
}

@media screen and (min-width: 1025px) {
    .field-zip-code{
        width: 75px;
    }
    .incomeWidth{
        width:120px!important;
    }
    .field-zip-code-ca{
        width: 110px!important;
        text-transform: uppercase;
    }
    .field-zip-code-br{
        width: 130px!important;
        text-transform: uppercase;
    }
    .incomeWidth-jp{
        width:135px!important;
    }
    .incomeWidth-ar{
        width:135px!important;
    }
    .incomeWidth-ph{
        width:125px!important;
    }
    .incomeWidth-kr{
        width:155px!important;
    }
    .field-zip-code-uk{
        width:135px!important;
        text-transform: uppercase;
    }
    .field-zip-code-mt{
        width:142px!important;
        text-transform: uppercase;
    }
}
@media screen and (max-width:1024px){
    .multi-opt, .multi-opt:nth-child(5n){
        width:32%;
        margin-right:2%;
    }
    .multi-opt:nth-child(3n){
        margin-right:0;
    }
}

@media screen and (max-width:767px){
    .multi-opt, .multi-opt:nth-child(3n), .multi-opt:nth-child(5n){
        width:49%;
        margin-right:2%;
    }
    .multi-opt:nth-child(2n){
        margin-right:0;
    }
    .survey h4{
        font-size: 18px;
        line-height: 30px;
        margin-bottom: 30px;
    }
    .select-dropdown>a{
        min-height:18px!important;
    }
    .startsurvey h5{
        font-size: 13px!important;
    }
    .startsurvey input[type=text]{
        height:18px!important;
    }
}

