.body {
    border-bottom: 1px none #000;
}

.container {
    padding: 0 1% 0 1%;
    font-family: Lato;
}

.businessName {
    color: #b15985;
    font-weight: 700;
    font-size: 33px;
}

.copyright {
    color: #b15985;
}

.heading {
    margin-bottom: 10px;
    text-align: center;
    /* color: #1ab394; */
    color: #797671;
    font-weight: 700;
}

.error {
    margin: 50px 0 50px 0;
    text-align: center;
    color: darkred;
    font-style: normal;
    font-weight: bold;
}

.error a {
    display: inline-block;
    margin-top: 80px;
    padding: 10px;
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;
    text-decoration: none;
    color: #b15985;
}

.text-block {
    margin: 20px 0 0 5px;
    padding-left: 10px;
    border-left-width: 10px;
    border-left-style: solid;
    /* color: #0d29f5; */
    color: #b15985;
    font-style: normal;
    font-weight: 700;
    /* font-size: large; */
    display: inline-block;
    /* vertical-align: middle; */
    /* line-height: 35px; */
}

.text-center{
    text-align: center!important;
}

.logo {
    width: 12%;
}

@media screen and (max-width:767px){
    .logo {
        width: 20%;
      }
}

@media screen and (max-width:479px){
    .logo {
        width: 35%;
      }
}

/* @media only screen and (max-width: 600px) {
    body {
        background-color: lightblue;
    }
} */

/* @media only screen and (max-width: 991px) {
    body {
        background-color: lightblue;
    }
    .surveyBox {
        font-size: x-large;
        width: 90%;
    }
}

@media screen and (max-width:991px){
    .w-container{max-width:728px}
    .w-hidden-main{display:inherit !important}
    .w-hidden-medium{display:none !important}
    .w-col-medium-1{width:8.33333333%}
    .w-col-medium-2{width:16.66666667%}
    .w-col-medium-3{width:25%}
    .w-col-medium-4{width:33.33333333%}
    .w-col-medium-5{width:41.66666667%}
    .w-col-medium-6{width:50%}
    .w-col-medium-7{width:58.33333333%}
    .w-col-medium-8{width:66.66666667%}
    .w-col-medium-9{width:75%}
    .w-col-medium-10{width:83.33333333%}
    .w-col-medium-11{width:91.66666667%}
    .w-col-medium-12{width:100%}
    .w-col-stack{
        width:100%;
        left:auto;
        right:auto
    }
}

@media screen and (max-width:767px){
    .w-hidden-main{display:inherit !important}
    .w-hidden-medium{display:inherit !important}
    .w-hidden-small{display:none !important}
    .w-row,.w-container .w-row{margin-left:0;margin-right:0}
    .w-col{width:100%;left:auto;right:auto}
    .w-col-small-1{width:8.33333333%}
    .w-col-small-2{width:16.66666667%}
    .w-col-small-3{width:25%}
    .w-col-small-4{width:33.33333333%}
    .w-col-small-5{width:41.66666667%}
    .w-col-small-6{width:50%}
    .w-col-small-7{width:58.33333333%}
    .w-col-small-8{width:66.66666667%}
    .w-col-small-9{width:75%}
    .w-col-small-10{width:83.33333333%}
    .w-col-small-11{width:91.66666667%}
    .w-col-small-12{width:100%}
}

@media screen and (max-width:479px){
    .w-container{max-width:none}
    .w-hidden-main{display:inherit !important}
    .w-hidden-medium{display:inherit !important}
    .w-hidden-small{display:inherit !important}
    .w-hidden-tiny{display:none !important}
    .w-col{width:100%}
    .w-col-tiny-1{width:8.33333333%}
    .w-col-tiny-2{width:16.66666667%}
    .w-col-tiny-3{width:25%}
    .w-col-tiny-4{width:33.33333333%}
    .w-col-tiny-5{width:41.66666667%}
    .w-col-tiny-6{width:50%}
    .w-col-tiny-7{width:58.33333333%}
    .w-col-tiny-8{width:66.66666667%}
    .w-col-tiny-9{width:75%}
    .w-col-tiny-10{width:83.33333333%}
    .w-col-tiny-11{width:91.66666667%}
    .w-col-tiny-12{width:100%}
} */