form input, form textarea {
    -webkit-appearance: none;
}

form div {
    display: block;
    width: 49%;
    position: relative;
    margin-bottom: 30px;
}

.inline-p {
    margin-right: calc(2% - 5px);
}

form div label {
    font-size: 14px !important;
    margin-left: 3px;
}

form div input, form div textarea {
    width: calc(100% - 22px);
    padding: 12px 9px;
    border: 2px #C7C7C7 solid;
    border-radius: 10px;
    outline: none;
    font-size: 16px;
    margin-top: 5px;
    font-weight: 400;
}

.inline {
    display: inline-block;
}

.line-f {
    width: 100%;
}

.line-h {
    width: calc(49% / 2 * 3);
}

form div p.check{
    padding: 0 !important;
    position: relative;
    bottom: 2px;
}

form div .check a{
    text-decoration: none;
    color: #53A2Be;
}

form div textarea {
    height: 140px;
}

form button {
    width: calc(49% - 18px);
    padding: 12px 9px;
    border: 0px;
    border-radius: 10px;
    outline: none;
    font-size: 15px;
    margin-top: 10px;
    font-weight: 400;
    background-color: #3A405A;
    color: white;
}


.container {
    display: inline-block;
    position: relative;
    cursor: pointer;
    font-size: 0px;
    height: 40px;
    vertical-align: center;
    width: calc((100% / 3) - 2px);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin: 0 !important;
    text-align: center;
}

.container-b {
    display: inline-block;
    position: relative;
    cursor: pointer;
    font-size: 0px;
    height: 40px;
    vertical-align: center;
    width: calc((100% / 4) - 2px);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin: 0 !important;
    text-align: center;
}

.container-c {
    display: inline-block;
    position: relative;
    cursor: pointer;
    font-size: 0px;
    height: 40px;
    vertical-align: center;
    width: calc((100% / 2) - 2px);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin: 0 !important;
    text-align: center;
}


.left {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.right {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.container input, 
.container-b input,
.container-c input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #eee;
    vertical-align: middle;
    text-align: center;
    display: inline-block;
    line-height: 40px;
}

.container:hover input ~ .checkmark {
    background-color: rgb(226, 224, 224);
}

.container-b:hover input ~ .checkmark {
    background-color: rgb(226, 224, 224);
}

.container-c:hover input ~ .checkmark {
    background-color: rgb(226, 224, 224);
}

.container input:checked ~ .checkmark {
    background-color: #53A2Be;
    color: white;
}

.container-b input:checked ~ .checkmark {
    background-color: #53A2Be;
    color: white;
}

.container-c input:checked ~ .checkmark {
    background-color: #53A2Be;
    color: white;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.container input:checked ~ .checkmark:after {
    display: none;
}

.container-b input:checked ~ .checkmark:after {
    display: none;
}

.container-c input:checked ~ .checkmark:after {
    display: none;
}


.container .checkmark:after, 
.container-b .checkmark:after,
.container-c .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.radio {
    margin-bottom: 20px;
    width: 100%;
    font-size: 0px;
    margin-top: 5px;
}

.radio label {
    border-right: 2px solid #d6d4d4;
}

.radio label:nth-of-type(3), 
.radio label:nth-of-type(6) {
    border-right: 0px;
}

.container-b:nth-of-type(3) {
    border-right: 2px solid #d6d4d4 !important;
}

.container-b:nth-of-type(4) {
    border-right: 0px;
}

.container-c:nth-of-type(2) {
    border-right: 0px;
}

.containerb {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
  
.containerb input {
    position: absolute;
    top: -5px;
    left: 0px;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
  
.checkmarkb {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
    border-radius: 6px;
}
  
.containerb:hover input ~ .checkmarkb {
    background-color: #ccc;
}
  
.containerb input:checked ~ .checkmarkb {
    background-color: #53A2Be;
}
  
.checkmarkb:after {
    content: "";
    position: absolute;
    display: none;
}
  
.containerb input:checked ~ .checkmarkb:after {
    display: block;
}
  
.containerb .checkmarkb:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

@media screen and (max-width: 940px) {
    .line-h {
        width: 100%;
    }
}

@media screen and (max-width: 780px) {
    form div {
        width: 100%;
    }

    form button {
        width: 100%;
    }
}

@media screen and (max-width: 715px) {
    .checkmark {
        font-size: 13px;
    }
}

@media screen and (max-width: 630px) {
    .checkmark {
        font-size: 12px;
    }
}

@media screen and (max-width: 573px) {
    .checkmark {
        font-size: 11px;
    }
}